@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-12-13 19:46:11
 * @version $Id$
 */

/*top中的“首页”颜色*/
body .head .jnav ul li:nth-child(1) a {
	/*color: #e50012;*/
	color: #d40003;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#my-video {
	width: 100%;
}

.banner .swip1 {
	width: 100%;
	position: relative;
}

.previndex,
.nextindex {
	position: absolute;
	top: 50%;
	width: 0.235rem;
	height: 0.46rem;
	margin-top: -0.23rem;
	z-index: 111;
}

.previndex {
	left: 0.4rem;
}

.nextindex {
	right: 0.4rem;
}

.hdbox {
	width: 3.82rem;
	position: absolute;
	bottom: 0.1rem;
	right: 3.43rem;
	overflow: hidden;
	height: 2.25rem;
	background: url(../images/hd.png);
	background-position: right bottom;
	animation: wid 3s 1s infinite;
}

@keyframes wid {
	0% {
		height: 0;
	}
	100% {
		height: 2.25rem;
	}
}

@keyframes wid2 {
	0% {
		height: 0;
	}
	100% {
		height: 2.87rem;
	}
}

.banner .swip1 .swiper-slide .hdbox img {
	width: 3.82rem!important;
	height: 100%;
}

.ldbox {
	width: 3.03rem;
	position: absolute;
	bottom: 0.1rem;
	left: 68.38%;
	overflow: hidden;
	height: 2.87rem;
	background: url(../images/ld.png);
	background-position: right bottom;
	animation: wid2 3s 1s infinite;
}

.banner .swip1 .swiper-slide .ldbox img {
	width: 3.03rem!important;
	height: 100%;
}

.banner .swip1 .pageOn {
	bottom: 0px;
	top: auto;
	background-color: #cccccc;
	height: 6px;
}

.banner .swiper-pagination-progress .swiper-pagination-progressbar {
	background-color: #e50012;
}

.banner .txt {
	position: absolute;
	top: 1.55rem;
	left: 0.8rem;
	width: 100%;
	color: #fff;
	z-index: 60;
}

.banner .txt p {
	position: relative;
	opacity: 0;
}

.banner .txt .p1 {
	font-size: 0.3rem;
	margin-bottom: 0.2;
	top: 0.35rem;
}

.banner .txt .p2 {
	font-size: 0.12rem;
	margin-bottom: 0.3rem;
	top: 0.4rem;
}

.banner .txt .p3 {
	padding-left: 0.015rem;
	top: 0.45rem;
}

.banner .txt .p3 a {
	display: block;
	width: 0.6rem;
	height: 0.18rem;
	border: 1px solid #fff;
	text-align: center;
	line-height: 0.18rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.075rem;
	transition: all 0.3s linear;
	border-radius: 2px;
}

.banner .txt .p3 a:hover {
	background-color: #e50012;
	border: 1px solid #000;
}

.banner .scrollline {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0%;
	height: 0.04rem;
	background-color: #e50012;
	z-index: 300;
}

.banner .swip1 .swiper-slide {
	position: relative;
}

.banner .swip1 .swiper-slide .imgbox {
	width: 100%;
	height: 100%;
}

.banner .swip1 .swiper-slide .imgbox img {
	width: 100%;
}

.banner .swip1 .more_btn {
	width: 120px;
	height: 36px;
	font-size: 16px;
	border: 1px solid #fff;
	position: absolute;
	left: 8%;
	top: 68%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	transition: all .5s;
}

.banner .swip1 .banner1b {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 2s;
}

.banner .swip1 .more_btn:hover {
	background: #fff;
	color: #333;
}

.banner .swip1 .pageIndex {
	bottom: 10.8%;
}

.banner .swip1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

/*轮播图小点样式*/
.banner .swip1 .swiper-pagination-bullet-active {
	/*background: #E60012;*/
	background: #d40003;
}

.ani {
	position: absolute;
}

.shine {
	width: 3.175rem!important;
	z-index: 111;
	height: 3.175rem;
	position: absolute;
	left: 4.75rem;
	top: -0.25rem;
	opacity: 0;
	animation: shine 2s linear 0s infinite alternate;
}

@keyframes shine {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes shine {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.threeJs {
	height: 80%;
	top: 20%;
}
.threeJs canvas{
	height: 100%!important;
}
#particlesJs {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.progressindex {
	width: 100%;
	background: #cccccc;
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
}

/*轮播图下方的动态线条样式*/
.progressindex .inwrap {
	width: 0;
	height: 8px;
	/*background: #E60012;*/
	background: #d40003;
	transition: all .7s;
}


/*.banner .swiper-slide-active img{transform:scale(1.2);animation:banner_act 3s linear forwards;}

@keyframes banner_act {
	0%{transform:scale(1.2);}
	100%{transform:scale(1);}
}*/

.banner .scrollShow {
	animation: scrollShow 4.8s linear forwards;
}

@keyframes scrollShow {
	0% {
		width: 0%;
	}
	/*99.99%{width:100%;}*/
	100% {
		width: 100%;
	}
}

.banner .gy {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -0.9rem;
	z-index: 9998;
}

.content {
	position: relative;
	background-color: #f5f5f5;
}

.content .notice {
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -53px;
	width: 100%;
	z-index: 300;
	height: 53px;
}

#noticeslide {
	height: 53px;
	padding-left: 0.8rem;
	line-height: 53px;
	font-size: 14px;
	background: url(../images/lb.png) 0.35rem center no-repeat;
}

#noticeslide a {
	color: #fff;
}

#noticeslide .swiper-slide {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	color: #fff;
}

/**/
#noticeslide .swiper-slide:hover a {
	/*color: #E60012;*/
	color: #d40003;
}

.content .notice .g-in {
	overflow: hidden;
	height: 0.3rem;
	list-style: 0.3rem;
	padding-left: 0.25rem;
	box-sizing: border-box;
	background: url(../images/lb.png) left center no-repeat;
	background-size: 0.06rem 0.07rem;
}

.content .notice li {
	line-height: 0.3rem;
	float: left;
	margin: 0 0.015rem;
}

.content .notice li span {
	padding-left: 0.05rem;
}

.content .notice li a {
	color: #ccc;
	font-size: 0.07rem;
	display: block;
}

.content .notice li a:hover {
	color: #fff;
}

.content .about {}

.content .about .g-in {
	padding-top: 0.8rem;
	background: url(../images/w1.png) left 0.7rem no-repeat;
	background-size: 4.4rem 0.8rem;
}

.content .about .left_ab {
	width: 50%;
	float: left;
	margin-top: 0.5rem;
}

.content .about .left_ab .caption {
	background-color: #2d3135;
	box-sizing: border-box;
	height: 2.5rem;
	padding: 0.55rem 0.45rem 0rem 0.45rem;
	color: #fff;
	position: relative;
	top: 0.8rem;
	opacity: 0;
}

.content .about .left_ab .caption .tit {
	font-size: 36px;
	padding-bottom: 0.14rem;
	background: url(../images/titline.gif) left bottom no-repeat;
}

.content .about .left_ab .caption .body {
	font-size: 16px;
	line-height: 0.18rem;
	text-align: justify;
	margin-top: 0.18rem;
}

.content .about .left_ab .pic {
	position: relative;
	top: 0.4rem;
	opacity: 0;
	overflow: hidden;
}

/**/
.content .about .left_ab .pic .slidebox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #e50012;*/
	background-color: #d40003;
	transform: translateX(-100%);
}

.content .about .left_ab .pic .slideshow {
	animation: slideshow 1.5s cubic-bezier(0.645, .045, .355, 1) forwards;
}

@keyframes slideshow {
	0% {
		transform: translateX(-100%);
		width: 100%;
	}
	/*50%{width:60%;}*/
	100% {
		transform: translateX(100%);
		width: 100%;
	}
}


/*.content .about .left_ab .pic img{transition:all 0.4s linear;}
.content .about .left_ab .pic img:hover{transform:scale(1.1);}*/

.content .about .right_ab {
	width: 50%;
	float: left;
}

/**/
.content .about .right_ab .caption {
	/*background-color: #e50012;*/
	background-color: #d40003;
	box-sizing: border-box;
	height: 2.5rem;
	padding: 0.55rem 0.45rem 0 0.45rem;
	color: #fff;
	position: relative;
	top: 0.8rem;
	opacity: 0;
}

.content .about .right_ab .caption .tit {
	font-size: 36px;
	padding-bottom: 0.14rem;
	background: url(../images/tithline.gif) left bottom no-repeat;
}

.content .about .right_ab .caption .body {
	font-size: 16px;
	line-height: 0.18rem;
	text-align: justify;
	margin-top: 0.18rem;
}

.content .about .right_ab .pic {
	position: relative;
	top: 0.8rem;
	opacity: 0;
	overflow: hidden;
}


/*.content .about .right_ab .pic img{transition:all 0.4s linear;}
.content .about .right_ab .pic img:hover{transform:scale(1.1);}*/

.content .about .right_ab .pic .slidebox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #2d3135;
	transform: translateX(-100%);
}

.content .about .right_ab .pic .slideshow {
	animation: slideshow 1.5s 1s cubic-bezier(0.645, .045, .355, 1) forwards;
}

.content .product {}

.content .product .g-in {
	padding-top: 0.7rem;
	background: url(../images/w2.png) left 0.68rem no-repeat;
}

.content .product .tit {
	font-size: 36px;
	color: #333;
	padding-bottom: 0.08rem;
	background: url(../images/proline.gif) 0.025rem bottom no-repeat;
	margin-bottom: 0.31rem;
	/*font-weight:bold;*/
}

.content .product li {
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
	transition: all 0.3s linear;
	cursor: pointer;
}

.content .product li:hover {
	transform: scale(0.94);
}

.content .product li a {
	color: #fff;
}

.content .product #swiper1 .imgbox {
	margin: 0;
}

.content .product #swiper1 .imgbox img {
	width: 100%;
}

.content .product #swiper1 .maskbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.content .product #swiper1 .maskbox img {
	width: 100%;
}

.content .product #swiper1 .maskbox .centertext {
	position: absolute;
	left: 0;
	top: 50%;
	height: 0.55rem;
	margin-top: -0.275rem;
	text-align: center;
	width: 100%;
	transition: all .8s;
}

.content .product #swiper1 .maskbox .centertext h1 {
	color: #fff;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 0.12rem;
}

.content .product #swiper1 .swiper-slide {
	transition: all .8s;
}

.content .product #swiper1 .swiper-slide:hover {
	transform: scale(0.9, 0.9);
}

.content .product #swiper1 .swiper-slide:hover .maskbox .centertext {
	transform: translateY(-10px);
	opacity: 0;
}

.content .product #swiper1 .swiper-slide:hover .maskbox .to {
	opacity: 1;
	margin-top: -0.22rem;
}

.content .product #swiper1 .maskbox .centertext .text {
	font-size: 30px;
	color: #fff;
	line-height:30px;
}

.content .product .body {
	position: relative;
}

.content .product .body .sbtnbox {
	width: auto;
	height: 0.25rem;
	position: absolute;
	right: 0;
	top: -0.6rem;
}

.content .product .body .sbtnbox .btns {
	cursor: pointer;
	transition: all .3s;
	width: 0.25rem;
	height: 0.25rem;
	float: left;
	border-radius: 50%;
	box-shadow: 0px 0px 18px 2px rgba(154, 154, 154, 0.25);
}

.content .product .body .sbtnbox .btns:hover {
	box-shadow: none;
}

.content .product .body .sbtnbox .prev:hover {
	background: url(../images/507.png);
	background-size: 100% 100%;
}

.content .product .body .sbtnbox .next:hover {
	background: url(../images/508.png);
	background-size: 100% 100%;
}

.content .product .body .sbtnbox .prev {
	background: url(../images/505.png);
	background-size: 100% 100%;
	margin-right: 0.12rem;
}

.content .product .body .sbtnbox .next {
	background: url(../images/506.png);
	background-size: 100% 100%;
}

.content .product #swiper1 .maskbox .to {
	width: 0.215rem;
	height: 0.215rem;
	border-radius: 0.11rem;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.11rem;
	background: url(../images/cpl.png) center center no-repeat;
	background-size: 0.11rem 0.075rem;
	transition: all .8s;
	opacity: 0;
}

.content .product li .mc .mc_n {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.content .product li .mc h3 {
	font-size: 0.325rem;
	text-transform: uppercase;
	margin-bottom: 0.18rem;
	line-height: 0.29rem;
	position: relative;
	transition: all 0.3s linear;
	top: 0px;
	font-family: Gotham-Bold;
	font-weight: normal;
}

.content .product li .mc .center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	backface-visibility: hidden;
}

.content .product li .mc p {
	font-size: 0.1rem;
	position: relative;
	transition: all 0.3s linear;
	top: 0px;
}

.content .product li .mc_b {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s linear;
}

.content .product li .mc_b .mc_bc {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.content .product li .mc_b .mc_bc .btn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	backface-visibility: hidden;
}

.content .product li .mc_b .mc_bc .btn .arr {
	display: block;
	width: 0.215rem;
	height: 0.215rem;
	background: url(../images/cpl.png) center center no-repeat;
	background-size: 0.11rem 0.075rem;
	margin: 0 auto;
	position: relative;
	top: 0.25rem;
	transition: all 0.3s linear;
	border: 1px solid #ededed;
	border-radius: 100%;
	box-sizing: border-box;
}

.content .product li .mc_b .mc_bc .btn .arr:hover {
	border: 1px solid #e50012;
	background-color: #e50012;
}

.content .product .l1 {
	left: -0.4rem;
	opacity: 0;
}

.content .product .l2 {
	right: -0.4rem;
	opacity: 0;
}

.content .product .l1 .mc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/mc1.png) center no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
}

.content .product .l1 .mc_b {
	background: url(../images/mc1.png) center no-repeat;
	background-size: cover;
}

.content .product li:hover .mc_b {
	opacity: 1;
}

.content .product li:hover .mc_b .mc_bc .btn .arr {
	top: 0px;
}

.content .product li:hover .mc {
	opacity: 0;
}

.content .product li:hover .mc .center h3 {
	top: -0.2rem;
}

.content .product li:hover .mc .center p {
	top: -0.1rem;
}

.content .product .l2 .mc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/mc2.png) center no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
}

.content .product .l2 .mc_b {
	background: url(../images/mc2.png) center no-repeat;
	background-size: cover;
}

.content .product .product1_show {
	animation: product1_show 800ms linear forwards;
}

.content .product .product2_show {
	animation: product2_show 800ms linear forwards;
}

@keyframes product1_show {
	0% {
		left: -0.8rem;
		opacity: 0;
	}
	100% {
		left: 0px;
		opacity: 1;
	}
}

@keyframes product2_show {
	0% {
		right: -0.8rem;
		opacity: 0;
	}
	100% {
		right: 0px;
		opacity: 1;
	}
}

.content .slou {}

.content .slou .g-in {
	width: 100%;
	padding-top: 0.7rem;
	background: url(../images/w3.png) left 0.7rem no-repeat;
}

.content .slou .tit {
	width: 8rem;
	margin: 0 auto;
	font-size: 0.18rem;
	color: #333;
	padding-bottom: 0.08rem;
	background: url(../images/proline.gif) 0.025rem bottom no-repeat;
	margin-bottom: 0.31rem;
	/*font-weight:bold;*/
}

.content .slou li {
	float: left;
	text-align: center;
	width: 12.5%;
	position: relative;
	cursor: pointer;
	position: relative;
	top: 0.5rem;
	opacity: 0;
	overflow: hidden;
}

.content .slou li .mc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.4s linear;
}

.content .slou li .mc img {
	margin: 0 auto;
	width: 100%;
}

.content .slou li .mc_n {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}

.content .slou li .mc_n .mc_n1 {
	width: 100%;
	text-align: center;
	backface-visibility: hidden;
	position: relative;
	top: 0.25rem;
	transition: all 0.3s linear;
	padding-top: 0.25rem;
}

.content .slou li .mc p {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-top: 0.13rem;
	background: url(../images/sline.gif) top center no-repeat;
	margin-top: 0.13rem;
}

.content .slou li .mc .more {
	display: block;
	width: 0.215rem;
	height: 0.215rem;
	margin: 0 auto;
	background: url(../images/arr11.png) center no-repeat;
	background-size: 0.215rem 0.21rem;
	margin-top: 0.3rem;
	background: none;
	border-radius: 50%;
	transition: all 0.3s linear;
}

/*“解决方案”鼠标停留样式*/
.content .slou li:hover .mc {
	/*background: rgba(227, 34, 52, 0.9);
	background: rgba(40, 38, 236, 0.58);*/
	background: rgba(212, 0, 3, 0.58);
}

.content .slou li:hover .mc .more {
	background: url(../images/arr11.png) 1px no-repeat;
	background-size: 0.25rem;
	background-color: #fff;
	animation: more_show 1s linear;
}

.content .slou li:hover .mc_n1 {
	top: 0px;
}

.content .slou .body {
	position: relative;
}

.content .slou .body .btn {
	display: block;
	width: 0.3rem;
	height: 100%;
	position: absolute;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s linear;
}

.content .slou .body .prev {
	left: 0px;
	background: url(../images/prev.png) center no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

.content .slou .body .next {
	right: 0px;
	background: url(../images/next.png) center no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
}

.content .slou .body:hover .btn {
	opacity: 1;
}

.content .slou li .mc .more_show {}

@keyframes more_show {
	0% {
		background: url(../images/arr11.png) -43px no-repeat;
		background-color: #fff;
	}
	100% {
		background: url(../images/arr11.png) 43px no-repeat;
		background-color: #fff;
	}
}

.content .case {
	padding-bottom: 0.35rem;
}

.content .case .g-in {
	padding-top: 0.7rem;
	background: url(../images/w4.png) left 0.5rem no-repeat;
}

.content .case .tit {
	font-size: 36px;
	color: #333;
	padding-bottom: 0.08rem;
	background: url(../images/proline.gif) 0.025rem bottom no-repeat;
	margin-bottom: 0.31rem;
	/*font-weight:bold;*/
}

.content .case .tit a {
	float: right;
	display: block;
	width: 0.76rem;
	height: 0.21rem;
	line-height: 0.21rem;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	font-size: 0.08rem;
	color: #e50012;
	border-radius: 0.15rem;
	padding-left: 0.12rem;
	background: url(../images/jt.png) 0.55rem center no-repeat;
	background-size: 0.075rem 0.055rem;
	transition: all 0.3s linear;
	margin-top: 0.13rem;
}

.content .case .tit a:hover {
	background: url(../images/jtf.png) 0.58rem center no-repeat;
	background-color: #e50012;
	color: #fff;
	border: 1px solid #e50012;
}

.content .case .body li {
	float: left;
	width: 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 0.1rem;
	transition: all 0.3s linear;
}

.content .case .body li img {
	margin: 0 auto;
}

.content .case .body li:hover {
	transform: translateY(-10px);
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2)
}

/*“首页”>“关于我们”背景样式*/
.content .about_b .about_txt {
	width: 50%;
	float: left;
	/*background-color: #fa8420;*/
	background-color: #2d3135;
}

.content .about_b .video {
	width: 50%;
	float: left;
	position: relative;
}

.content .about_b .videoout {
	right: -0.4rem;
	opacity: 0;
}

.content .about_b {
	background: url(../images/about_bbg.jpg) left bottom repeat-x;
}

.content .about_b .video .mc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
}

.content .about_b .video .mc:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.content .about_b .video .mc .mc_b {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	cursor: pointer;
}

.content .about_b .video .mc .mc_b .mc_bn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	backface-visibility: hidden;
	transition: all 0.3s linear;
}

.content .about_b .video .mc .mc_b .mc_bn img {
	margin: 0 auto;
	transition: all 0.3s linear;
	border-radius: 100%;
}

.content .about_b .video .mc:hover img {
	box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.6);
}

.content .about_b .video .video_wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.96);
	z-index: 9999;
	padding: 0;
	box-sizing: border-box;
	display: none;
}

.content .about_b .video .video_wrap .play_I .video-js {
	/*width:800px !important;height:500px !important;*/
}

.content .about_b .video .video_wrap .play_I {
	position: relative;
	width: 6rem;
	height: 3.375rem;
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	margin-top: -1.6875rem;
}

.content .about_b .video .video_wrap .play_I .video-js.vjs-fluid {}

.content .about_b .video .video_wrap .play_I .video-js .vjs-big-play-button {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	margin-left: -0.2rem;
	margin-top: -0.2rem;
	font-size: 0.2rem;
	line-height: 0.38rem;
	outline: none;
}

.content .about_b .video .video_wrap .play_I .video-js .vjs-big-play-button:hover {
	box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.6)
}

.content .about_b .video .video_wrap .close {
	background: url(../images/closed.png) center no-repeat;
	background-size: cover;
	width: 0.18rem;
	height: 0.18rem;
	position: absolute;
	right: -0.5rem;
	top: 0rem;
	cursor: pointer;
	transition: all 0.6s linear;
	border-radius: 50%;
}

.content .about_b .video .video_wrap .close:hover {
	transform: rotate(360deg);
	box-shadow: 0 0 0.15rem rgba(255, 255, 255, 0.6)
}

.content .about_b .about_txt {
	padding: 0.55rem 0px 0.6rem 6%;
	box-sizing: border-box;
	position: relative;
	top: 80px;
}

.content .about_b .about_txt .tit {
	font-size: 36px;
	color: #333;
	padding-bottom: 0.3rem;
	background: url(../images/hline.gif) 0.025rem bottom no-repeat;
	background-size: 0.175rem 0.015rem margin-bottom: 0.2rem;
	/*font-weight:bold;*/
	color: #fff;
}

.content .about_b .about_txt .caption {
	font-size: 16px;
	color: #fff;
	width: 66%;
	line-height: 1.8;
}

.content .about_b .data {
	margin-left: -0.03rem;
	margin-top: 0.3rem;
}

.content .about_b .data li {
	float: left;
	color: #fff;
	font-size: 0.08rem;
	text-align: center;
	margin-right: 3.5%;
}

.content .about_b .data li span {
	font-size: 0.09rem;
}

.content .about_b .data li span em {
	font-size: 0.36rem;
	margin-right: 0.03rem;
	font-family: Gotham-Bold;
}

.content .about_b .data .l1 {
	width: 0.7rem;
}

.content .about_b .data .l2 {
	width: 0.6rem;
}

.content .about_b .data .l3 {
	width: 0.835rem;
}

.content .about_b .data .l4 {
	width: 1.425rem;
}

.content .about_b .about_txt .abbtn {
	position: absolute;
	right: -0.2rem;
	top: 0.8rem;
	width: 0.385rem;
	height: 0.41rem;
	background: url(../images/abbtn.png) center no-repeat;
	background-size: 0.385rem 0.41rem;
	z-index: 200;
	opacity: 0;
}

@media screen and (min-width: 100px) and (max-width: 1020px) {
	.content .about_b .data li{
		margin-right: 0.3rem;
	}
	.shine {
		display: none;
	}
	.ani {
		position: relative;
		z-index: -1;
	}
	.threeJs {
		display: none;
	}
	.banner .swip1 .pageIndex {
		bottom: 10px;
	}
	.progressindex .inwrap {
		height: 4px;
	}
	.threeJs {
		display: none;
		z-index: -1;
	}
	.threeJs canvas {
		display: none;
		width: 0!important;
		height: 0!important;
	}
	#particlesJs {
		display: none;
		z-index: -1;
	}
	#particlesJs canvas {
		display: none;
		width: 0!important;
		height: 0!important;
	}
	.banner .swip1 .more_btn {
		display: none;
	}
	.banner .txt .p1 {
		font-size: 0.4rem;
		margin-bottom: 0.15rem;
	}
	.banner .txt .p2 {
		font-size: 0.2rem;
	}
	.banner .txt .p3 a {
		width: 1rem;
		height: 0.25rem;
		border: 1px solid #fff;
		text-align: center;
		line-height: 0.25rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 0.12rem;
		transition: all 0.3s linear;
		border-radius: 2px;
	}
	.content .notice {
		position: relative;
		top: 0;
	}
	.content .notice .g-in {
		overflow: hidden;
		height: 0.5rem;
		list-style: 0.5rem;
		padding-left: 0.17rem;
		box-sizing: border-box;
		background: url(../images/lb.png) left center no-repeat;
		background-size: 0.06rem 0.07rem;
	}
	.content .notice li {
		line-height: 0.5rem;
		float: left;
		margin: 0 0.15rem;
	}
	.content .notice li span {
		padding-left: 0.05rem;
	}
	.content .notice li a {
		color: #ccc;
		font-size: 0.24rem;
		display: block;
	}
	.content .about .left_ab {
		width: 100%;
		margin-top: 0;
	}
	.content .about .right_ab {
		width: 100%;
	}
	.content .about .g-in {
		width: 8.88rem;
	}
	.content .about .left_ab .pic a img {
		width: 100%;
	}
	.content .about .left_ab .caption {
		height: 5rem;
	}
	.content .about .left_ab .caption .tit {
		font-size: 0.36rem;
	}
	.content .about .left_ab .caption .body {
		font-size: 0.3rem;
		line-height: 1.8;
	}
	.content .about .right_ab .caption {
		height: 5rem;
	}
	.content .about .right_ab .caption .tit {
		font-size: 0.36rem;
		padding-bottom: 0.14rem;
		background: url(../images/tithline.gif) left bottom no-repeat;
		background-size: 0.35rem 0.03rem;
	}
	.content .about .right_ab .pic a img,
	.content .about .left_ab .pic a img {
		width: 100%;
	}
	.content .about .right_ab .caption .body {
		font-size: 0.3rem;
		line-height: 1.8;
		text-align: justify;
		margin-top: 0.18rem;
	}
	.content .product .g-in {
		width: 8.88rem;
	}
	.content .product .tit {
		font-size: 0.36rem;
	}
	.content .product #swiper1 .maskbox .centertext h1 {
		font-size: 0.42rem;
		line-height: 0.42rem;
		margin-bottom: 0.12rem;
	}
	.content .product #swiper1 .maskbox .centertext .text {
		font-size: 0.24rem;
	}
	.content .product .body .sbtnbox .btns {
		width: 0.5rem;
		height: 0.5rem;
	}
	.content .product .body .sbtnbox {
		width: 1.12rem;
		height: 0.5rem;
		position: absolute;
		right: 0;
		top: -0.6rem;
	}
	.content .slou .tit {
		width: 8.88rem;
		font-size: 0.36rem;
	}
	.content .slou .body .bd {
		overflow-x: scroll;
	}
	.content .slou .body .bd ul {
		width: 400%;
	}
	.content .slou li .pic img {
		width: 100%;
	}
	.content .case .tit {
		font-size: 0.36rem;
	}
	.content .case .g-in {
		width: 8.88rem;
	}
	.content .case .body li {
		width: 33.333%;
	}
        .content .case .body li:last-child{
		display:none;
	}
	.content .about_b .about_txt {
		padding: 0.225rem 0px 0.6rem 3%;
		top: 0;
		width: 100%;
	}
	.content .about_b .about_txt .tit {
		font-size: 0.36rem;
	}
	.content .about_b .about_txt .caption {
		margin-top: 0.2rem;
		font-size: 0.32rem;
		line-height: 1.8;
	}
	.content .about_b .data .l1 {
		width: 1.6rem;
		font-size: 0.24rem;
	}
	.content .about_b .data li span em {
		font-size: 0.84rem;
	}
	.content .about_b .data .l2 {
		width: 0.8rem;
	}
	.content .about_b .data li span {
		font-size: 0.27rem;
	}
	.content .about_b .data .l2 {
		width: 1.5rem;
	}
	.content .about_b .data li {
		font-size: 0.27rem;
	}
	.content .about_b .data .l3 {
		width: 2.2rem;
	}
	.content .about_b .data .l4 {
		width: 3rem;
		margin-right: 0;
	}
	.content .about_b .about_txt .abbtn {
		display: none;
	}
	.content .about_b .video {
		width: 100%;
	}
	.content .about_b .video .video_wrap {
		display: none;
		align-items: center;
	}
	.content .about_b .video .video_wrap .play_I {
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.content .about_b .video .video_wrap .close {
		background: url(../images/closed.png) center no-repeat;
		background-size: cover;
		width: 0.6rem;
		height: 0.6rem;
		position: absolute;
		right: 0.3rem;
		top: -0.8rem;
		cursor: pointer;
		transition: all 0.6s linear;
		border-radius: 50%;
	}
	.banner .gy a img {
		width: 1rem;
	}
	.hdbox,
	.ldbox {
		display: none;
	}
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
	.content .about .left_ab .caption {
		padding: 0.35rem 0.35rem 0rem 0.35rem;
	}
	.content .about .left_ab .caption .tit,.content .about .right_ab .caption .tit{
		font-size: 30px;
	}
	.content .about .right_ab .caption{
		padding: 0.35rem 0.35rem 0rem 0.35rem;
	}
	.content .about .left_ab .caption .body,.content .about .right_ab .caption .body{
		font-size: 14px;
		line-height: 20px;
	}
	.content .product #swiper1 .maskbox .centertext h1{
		font-size: 50px;
		line-height: 50px;
	}
	.content .product #swiper1 .maskbox .centertext .text{
		font-size: 24px;
		line-height: 24px;
	}
	.content .slou li .mc p{
		
		font-size: 18px;
	}
	.content .about_b .about_txt .tit{
		font-size: 30px;
	}
	.content .about_b .about_txt .caption{
		font-size: 14px;
	}
	.content .about_b .about_txt{
		padding: 0.55rem 0px 0.6rem 4%;
	}
	.content .about_b .data .l3{
		width:0.88rem
	}
	.content .about_b .video .mc .mc_b .mc_bn img{
		width: 120px!important;height: 120px!important;
	}
}