
.pagination li a {
	margin: 0 0.1rem;
	border: 1px solid #eee;
}
.pagination li.active span {
	margin: 0 0.1rem;
	line-height: 24px;
	display: inline-block;
	background: #ffc006;
	color: #fff;
	padding: 0 8px;
	border: 1px solid #eee;
}
.hide{
	opacity: 0;
}
.amt1{
	animation-delay:.2s;
	-webkit-animation-delay:.2s;
}
.amt2{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.amt3{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt4{
	animation-delay:.8s;
	-webkit-animation-delay:.8s;
}
.amt5{
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.amt6{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt7{
	animation-delay:1.4s;
	-webkit-animation-delay:1.4s;
}
.amt8{
	animation-delay:1.4s;
	-webkit-animation-delay:1.4s;
}
.flex{
	display: flex;
}
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1;
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.hide{
	opacity: 0;
}
.bnl,.bnr{
	width: 50%;
	position: relative;
}
.bnl::after,.bnr::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	content: "";
	transition: .5s;
	opacity: 0;
}
.bnr.active::after,.bnl.active::after{
	opacity: 1;
}
.head{
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	color: #fff;
	/*background: rgba(0,0,0,.5);*/
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,0));
	transition: .25s;
}
.head.active,.head:hover{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 82px;
}
.nava{
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 100px;
	padding: 0 25px;
}
.nav span{
}
.navhide{
	z-index: 99;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	width: 150px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	padding: 5px;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a{
	display: block;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 15px;
}
.navhide a:hover{
	color: #ff8d5f;
}
.navhide1{
	z-index: 99;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	transition: .25s;
	border-top: 1px solid #e6e6e6;
	padding: 50px 0;
	opacity: 0;
		/*visibility: hidden;*/
	display: none;
}
.nav span:hover .navhide1{
	opacity: 1;
	/*visibility: inherit;*/
	display: block;
}
.nav span:hover .nava{
	background: #f5f5f5;
	color: #FF8D5F;
}
.nhl{
	width: 25%;
	margin-right: 5%;
}
.nhr a{
	width: 33.33%;
	line-height: 45px;
	font-size: 15px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nhr a:hover{
	color: #ff8d5f;
}

.hsrsc input{
	width: 140px;
	height: 26px;
	border: 1px solid #fff;
	padding: 0 12px;
	color: #fff;
	font-size: 12px;
	border-radius: 30px;
	background: none;
}
.hsrsc input::-webkit-input-placeholder{
	color:#fff;
}
.hsrsc button{
	width: 26px;
	height: 26px;
	background: url(../images/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 12px;
	cursor: pointer;
}
.hdrm a,.hdrm{
	color: #fff;
}
.hdrr {
	border-radius: 4px;
	overflow: hidden;
}
.hdrr a{
	color: #999;
	width: 50px;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.hdrr a:last-child{
	font-size: 30px;
}
.hdrr a.active{
	background: #8dd0ff;
	color: #fff;
}
.head.active .nava,
.head:hover .nava{
	color: #FF8D5F;
}
.head.active .hsrsc input,
.head:hover .hsrsc input{
	color: #333;
	border: 1px solid #e6e6e6;
}
.head.active .hdrm a,.head.active .hdrm,
.head:hover .hdrm a,.head:hover .hdrm{
	color: #FF8D5F;
}
.head.active .hsrsc button,
.head:hover .hsrsc button{
	background: url(../images/scico1_03.png) no-repeat center;
	background-size: 12px;
}
.i2video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.i2video video{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.ipadding{
	padding-top: 120px;
}
.ftwt_100{
	font-weight: 400;

}
.i3ltop h1{
	font-weight: normal;
	font-size: 70px;
	line-height: 70px;
	color: #d9ab3c;
}
.i3l{
	width: 22%;
	margin-right: 3%;
}
.imore a{
	line-height: 24px;
	font-size: 12px;
	border: 1px solid #000;
	display: inline-block;
	width: 110px;
	text-align: center;
	color: #000;
}
.imore a:hover{
	background: #000;
	color: #fff;
}
.i3ra{
	width: 20%;
	letter-spacing: 2px;
}
.i3ra img{
	transition: .5s;
}
.i3ra:hover img{
	-webkit-filter: brightness(150%);
}
.i3rbox{
	align-items: flex-end;
	padding: 25px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.i3rtxt em{
	width: 10px;
	height: 2px;
	background: #fff;
	display: block;
}
.i3rtxt p.text18{
	line-height: 35px;
	height: 35px;
}
.i3rtxt i{
	font-size: 50px;
	color: #fed546;
}
.i3ico{
	width: 28px;
	height: 11px;
	background: url(../images/i3ico_03.png) no-repeat center;
	position: absolute;
	top: 25px;
	right: 25px;
}
.i4bg{
	padding: 80px 0;
	background: rgba(255,255,255,.83);
}
.i4img img{
	display: block;
	width: 100%;
}
.i4top h2{
	color: #d49444;
	margin-right: 20px;
}
.i4l{
	width: 16.1931%;
	margin-right: 9%;
	margin-top: -20px;
}
.colorindex{
	color: #d49444;
}
.i4ra{
	width: 30%;
	padding: 18px 0;
}
.itop {
	color: #fff;
}
.itop h1{
	font-size: 30px;
	color: #fdd446;
}
.itop i{
	width: 20px;
	height: 3px;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	display: block;
	margin-top: 15px;
}
.i5t,.i5b{
	padding: 0 5%;
}
.i5t .swiper-container{
	padding-bottom: 20px;
}
.i5t span{
	line-height: 100px;
	font-size: 20px;
	color: rgba(255,255,255,.5);
	display: block;
	text-align: center;
	position: relative;
	transition: .5s;
}
.i5t .swiper-slide-thumb-active span{
	color: #fff;
	font-size: 25px;
}
.i5t span::after{
	width: 12px;
	height: 12px;
	background: #fbc970;
	border: 3px solid #695636;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	border-radius: 100%;
}
.i5ti{
	width: 100%;
	height: 3px;
	background: #fbc970;
	position: absolute;
	left: 0;
	bottom: 21px;
}
.i5ti::after,.i5ti::before{
	width: 6%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
}
.i5ti::after{
	left: 0;
	background-image: linear-gradient(to right, #1d1d1d , rgba(255,255,255,0));
}
.i5ti::before{
	right: 0;
	background-image: linear-gradient(to right, rgba(255,255,255,0) , #1d1d1d );
}
.i5bw{
	padding: 25px;
}
.i5bimg{
	width: 32%;
	margin-right: 5%;
}
.i5btxt i{
	width: 40px;
	height: 2px;
	background: #000;
	margin: 15px 0;
	display: block;
}
#certify .swiper-container {
	/*overflow: auto;*/
	/*transform: scale(1.5);*/
}
#certify .swiper-slide{
	width: 380px;
}
.color333{
	color: #333;
}
.itopblk h1{
	color: #333;
}
.i7t a{
	display: inline-block;
	line-height: 36px;
	border: 1px solid #666;
	border-radius: 34px;
	padding: 0 25px;
	font-size: 17px;
	margin-left: 25px;
	font-weight: 400;
}
.i7a{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
.i7a h3{
	color: #c73609;
	line-height: 40px;
	position: relative;
	padding-bottom: 10px;
}
.i7a h3::after{
	width: 0px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 1s;
	background: #C73609;
	content: "";
}
.i7a:hover h3::after{
	width: 100%;
}
.section8{
	background-position-y: 15% !important;
}
.i8top{
	margin-left: 10%;
}
.i8topr{
	color: #999;
}
.i8w{
	justify-content: flex-end;
	padding-left: 13.5%;
}
*{
	text-transform: uppercase;
}
.i8a::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: .5s;
}
.i8a:hover::after{
	opacity: 1;
}
.i8abg{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	text-align: center;
	color: #fff;
	z-index: 9;
}
.i8abg i{
	width: 1px;
	height: 0px;
	background: #fed546;
	transition: .5s;
	display: block;
	margin: 0 auto;
}
.i8a{
	width: 25%;
}
.i8a:hover .i8abg i{
	height: 90px;
}
.i8abox {
	margin-top: 10px;
}
.i8abox em{
	line-height: 20px;
	font-size: 12px;
	color: #FED546;
	border: 1px solid #FED546;
	padding: 0 10px;
	display: inline-block;
	opacity: 0;
	transition: .5s;
}
.i8abox p{
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.i8a span{
	transition: .5s;
}
.i8a:hover span{
	color: #FED546;
}
.i8a:hover .i8abox em{
	opacity: 1;
}
.i8a:hover .i8abox p{
	opacity: 0;
}
.foot{
	background: #232323;
	color: #fff;
}
.foot a{
	color: #fff;
}
.ft{
	padding: 50px 0;
}
.ft i{
	display: block;
	margin: 0 auto;
	width: 2px;
	height: 40px;
	background: rgba(255,255,255,.5);
}
.ft h3{
	margin: 15px 0;
}
.fbmd{
	/*padding: 150px 300px;*/
}
.fbl{
	padding-right: 22px;
}
.fba{
	width: 9%;
	border-left: 1px solid rgba(0,0,0,.5);
}
.fba h3{
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: normal;
}
.fba p,.fba a{
	line-height: 30px;
	font-size: 14px;
	margin-left: 34%;
	text-align: left;
}
.fba a:hover{
	text-decoration: underline;
}
.fbla{
	margin-bottom: 20px;
}
.fbla h3{
	font-weight: normal;
}
.fbla h3 i{
	width: 4px;
	height: 15px;
	background: #fff;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
.fblba{
	width: 140px;
	margin-right: 25px;
}
.fblbaw{
	margin-right: 25px;
}
.fblbaw a{
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
}
.fblbawa{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 130px;
	margin-bottom: -10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	padding: 5px;
	background: #fff;
}
.fblbawa::after{
	width: 10px;
	height: 10px;
	transform:rotate(45deg);
	content: "";
	position: absolute;
	left: 10px;
	bottom: -5px;
	background: #fff;
}
.fblbaw:hover .fblbawa{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fblbawsp{
	font-size: 18px;
	cursor: pointer;
}

.md{
	padding: 50px 0;
}
.yb1top span{
	line-height: 33px;
	padding: 0 20px;
	background: #f8d216;
	display: inline-block;
	border-radius: 33px;
	font-size: 18px;
	font-weight: bold;
}
.yb1w{
	padding: 15px 0;
	border-bottom: 1px solid #333;
}
.yb1w:last-child{
	border-bottom: 0;
}
.yb1l{
	width: 60px;
	font-size: 18px;
	line-height: 34px;
}
.yb1m{
	height: 34px;
	line-height: 34px;
	background: #f8d216;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border-radius: 34px;
	margin-right: 20px;
}
.yb1r{
	flex-wrap: wrap;
}
.yb1r a{
	line-height: 34px;
	padding: 0 20px;
	font-size: 15px;
}
.yb1r a:hover{
	color: #F8D216;
}
.yb2w{
	width: 102%;
}
.yb2a{
	/*width: 23%;*/
	width: 31%;
	margin-right: 2%;
	margin-top: 25px;
}
.yb2a .yb2aimg img{
	height: 450px;
}
.yb2aimghide{
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: .25s;
}
.yb2aimghide img{
	width: 50%;
	max-height: 80%;
	object-fit: contain;
	transform: scale(0);
	transition: 1s;
}
.yb2a:hover .yb2aimghide{
	opacity: 1;
}
.yb2a:hover .yb2aimghide img{
	transform: scale(1);
}
.page a{
	display: inline-block;
	line-height: 24px;
	padding: 0 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 12px;
	color: #999;
	margin: 3px;
}
.page a:hover,.page a.active{
	background: #eeeeee;
}
.pc_demo{
	display: block;
}
.wap_demo{
	display: none;
}
.ifoot{
	padding: 30px 0;
	background: #262626;
	color: #fff;
}
.ifoot a{
	color: #fff;
}
.ifl{
	width: 25%;
}
.iflt{
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.ifr{
	margin-left: 8%;
}
.ifrtr .fblba{
	width: 100px;
	margin-left: 30px;
}
.ifrtl{
	margin-right: 40px;
}
.ifrtla h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.ifrtla h3 i{
	width: 2px;
	height: 12px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}
.ifrtla p,.ifrtla a{
	line-height: 27px;
	font-size: 13px;
}
.ifrtla a:hover{
	text-decoration: underline;
}
.ifrb{
	color: #999;
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,.2);
}

.dzbn{
	padding: 80px 0;
}
.dzbnw{
	width: 1400px;
	margin: 0 auto;
}
.dzbnl{
	width: 70%;
	padding: 50px;
	background: rgba(0,0,0,.8);
	border-radius: 20px;
	padding-right: 20%;
}
.dzbnr{
	width: 47.5%;
	margin-left: -17.5%;
}
.dzbnlta{
	margin-bottom: 15px;
}
.dzbnlta1{
	width: 32%;
}
.dzbnlta select option{
	text-align: center;
}
.dzbnlta select,.dzbnlta input,.dzbnlta button{
	height: 42px;
	background: #fff;
	text-align: center;
	border-radius: 42px;
	width: 100%;
	font-size: 18px;
	padding: 0 20px;
}
.dzbnlta3{
	width: 42%;
	margin: 0 8px;
}
.dzbnlta button{
	background: #e70b0b;
	color: #fff;
	cursor: pointer;
}
.dzbnlba{
	margin: 0 15px;
	font-size: 12px;
	color: #fff;
}
.yb1r1 a{
	margin-right: 35px;
	margin-bottom: 10px;
	display: block;
}

.banner{
	height: 600px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.title h2{
	font-size: 36px;
	text-align: center;
	line-height: 56px;
	font-weight: 500;
}
.title p{
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	color: #555555;
}
.brand{
	margin-top: 70px;
}
.brand p{
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin-top: 25px;
}
.brand_img{
	width: 100%;
	justify-content: space-around;
	margin: 50px 0;
}
.brand_img div{
	width: 45%;
}
.brand_img div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture_img{
	width: 100%;
}
.culture_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bai .title h2{
	color: #fff;
	font-weight: 500;
}
.bai .title p{
	color: #fff;
}
.bai{
	padding: 30px 0;
	margin-top: -4px;
	position: relative;
}
.honor img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 50px;
}
.development{
	margin: 100px 0;
}
.development_div{
	flex-wrap: wrap;
	margin-top: 50px;
}
.development_div .development_c{
	background-color: #EEE;
	width: 23.5%;
	margin-right: 2%;
	height: 270px;
	padding: 70px 20px;
}
.development_div .development_c:nth-child(4n){
	margin-right: 0;
}
.development_div .development_c h6{
	font-size: 24px;
	font-weight: 500;
}
.development_div .development_c p{
	font-size: 14px;
	line-height: 1.75;
	margin-top: 20px;
	width: 80%;
}
.strength{
	margin: 70px 0;
}
.strength_div{
	justify-content: space-between;
	margin:50px auto ;
	flex-wrap: wrap;
}
.strength_div .strength_c{
	width: 32%;
	background-color: #fff;
	padding: 30px 20px;
	border: 1px solid #eee;
	margin-top: 30px;
}
.strength_div .strength_c div{
	width: 104px;
	height: 104px;
	border-radius: 5px;
	margin: 0 auto;
}
.strength_div .strength_c div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.strength_div .strength_c{
	text-align: center;

}
.strength_div .strength_c h6{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
}
.strength_div .strength_c p{
	font-size: 14px;
	line-height: 1.75;
	margin-top: 30px;
}
.dna_img{
	width: 100%;
	height: 400px;
}
.dna_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join{
	background-color: #F5F5F5;
	padding-bottom: 70px;
}
.join_div{
	margin-top: 70px;
	justify-content: space-between;
}
.join_div .join_c{
	width: 24%;
	position: relative;
}
.join_div .join_c img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join_div .join_c h6{
	position: absolute;
	top: 23px;
	left: 23px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	z-index: 19;
}
.join_div .join_c div{
	position: absolute;
	width: 100%;
	height: 0;
	background-color: rgba(25, 30, 42, 0.89);
	bottom:  0;left: 0;
	overflow: hidden;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
.join_div .join_c div p{

	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 60px;
	left: 23px;
}
.join_div .join_c:hover div{
	height: 100%;
}
.lc_div{
	justify-content: space-around;
	align-items: center;
	margin-top: 70px;
}
.lc_c{
	width: 298px;
	height: 270px;
	position: relative;
}
.lc_c .lc_c_div{
	width: 100%;
	height: 268px;
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	transition: height .2s ease-in;
	background-color: rgb(243, 243, 243);
	padding-top: 50px;
	position: absolute;
	bottom: 0;
}
.lc_c:hover .lc_c_div{
	height: 280px;
}
.lc_c .lc_c_div div{
	width: 112px;
	height: 112px;
	margin: 0 auto 0;
}
.lc_c .lc_c_div div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lc_c .lc_c_div p{
	margin-top: 20px;
	text-align: center;
	line-height: 1.75;
	color: #555555;
	font-size: 16px;
}
.news_div{
	margin-top: 70px;
	flex-wrap: wrap;
}
.news_c{
	width: 24%;
	margin-right: 1.25%;
	margin-top: 33px;
}
.news_c:nth-child(4n){
	margin-right: 0;
}
.news_c div{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news_c div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-ms-transition: all 0.8s;
}
.news_c div img:hover{
	transform: scale(1.1);

	-ms-transform: scale(1.1);
}
.news_c h6{

	padding-top: 5px;
	font-size: 14px;
	color: #404040;

	line-height: 28px;
	white-space: nowrap;/*把文本强制显示在一行*/
	overflow: hidden;/*隐藏超出部分的文字*/
	text-overflow: ellipsis;/*超出显示省略号*/
}
.news_c p{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pager{
	margin-top: 70px;
	text-align: center;
}
.pager ul{
	margin: 0 auto;

	justify-content: center;
}
.pager ul li{
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pager ul li a{
	color: #666;
	background: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 10px 15px;
}
.pager ul li.active a{
	background: #eee;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}
.magazine{
	padding-bottom: 0;
}

.join .swiper-slide{
	width: 100%;
	height: 820px;
}
.join .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_div{
	flex-wrap: wrap;
}
.video_div .video_c{
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 20px;
}
.video_div .video_c:nth-child(3n){
	margin-right: 0;
}
.video_div .video_c video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_details{
	padding:70px 0;

}
.news_details h2{
	font-size: 24px;
	line-height: 34px;
	color: #404040;
	text-align: center;
}
.news_details h5{
	font-size: 16px;
	line-height: 24px;
	color: #404040;
	text-align: center;
	margin: 50px 0 40px;
}
.news_details img{
	width: 80%;
	height: 80%;
	margin: 20px 10%;
	object-fit: cover;
}
.news_details p{
	font-size: 14px;
	line-height: 28px;
	color: #404040;
}
.project_details{
	padding-top: 120px;
}
.project_details .mbx{
	margin-top: 20px;
}
.project_details_t{
	width: 100%;
}
.pd_t_l{
	width: 50%;
	position:relative;

}
.pd_t_l .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.pd_t_l .gallery-top {
	height: 600px;
	width: 100%;
}

.pd_t_l .gallery-thumbs {
	height: 151px;
	box-sizing: border-box;
	padding: 10px 0;
}
.pd_t_l .gallery-top .swiper-slide img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.pd_t_l .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
}
.pd_t_l .gallery-thumbs .swiper-slide {


}

.pd_t_l .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.mask {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	opacity:0;
	z-index:2;
	cursor:move;
}
.float_layer {
	position:absolute;
	width:250px;
	height:250px;
	background:rgba(0,0,0,0.5);
	display:none;
}
.big_box {
	position:absolute;
	left:600px;
	top:10px;
	width:250px;
	height:250px;
	overflow:hidden;
	display:none;
}
.big_box img {
	position:absolute;
}
.pd_t_r{
	width: 48%;
	margin-left: 2%;
}
.pd_t_r div{
	width: 100%;
}
.pd_t_r .bt{
	font-size: 22px;
	line-height: 44px;
	border-bottom: 1px solid #eee;
}
.pd_t_r_div{
	margin: 50px 0;
	align-items: center;
}
.pd_t_r .pd_div_l{
	width: 9%;
	font-size: 18px;
	font-weight: 600;
}
.pd_t_r .pd_div_r{
	width: 91%;
	flex-wrap: wrap;

}
.pd_t_r .pd_div_r p{
	width: 23.5%;
	background-color: #e5e5e5;
	margin-right: 2%;
	text-align: center;
	margin-top: 10px;
	line-height: 32px;
	font-size: 16px;
}
.pd_t_r .pd_div_r p:nth-child(4n){
	margin-right: 0;
}
.p_d_b{
	width: 100%;
	margin-top: 50px;
}
.p_d_b img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lb2 h3{
	text-align: center;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 48px;
}
.lb2 div .swiper-container {
	overflow: hidden;
}
.lb2 {
	margin-bottom: 50px;
}




#prdinfo {
	padding-top: 120px;
}
#prdinfo img {
	max-width: 100%;
	max-height: 100%;
}
#prdinfo .xq_xg_g img{
	height: 284px;
	object-fit: cover;
	width: 100%;
}
.g_mbx {
	padding: 37px 0;
	display: flex;
	overflow: hidden;
	font-size: 16px;
	color: #777777;
}
.g_mbx * {
	font-size: 16px;
	padding-right: 7px;
	color: #777777;
}
.g_p_if {
	width: 100%;
	overflow: hidden;
	position: relative;
	max-width: 1600px;
	margin: auto;
}
.g_p_if_l {
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
	height: 464px;
}
.g_p_if_l #gallery {
	width: calc(100% - 150px);
	float: right;
	text-align: center;
	overflow: hidden;
}
.g_p_if_l .thumbs {
	width: 80px;
	float: left;
	overflow: hidden;
}
.g_p_if_l #thumbs {
	height: 364px;
	overflow: hidden;
}
#thumbs .swiper-slide {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#thumbs .swiper-slide:hover {
	border: 4px solid #f8d217;
}
#thumbs .swiper-slide-thumb-active {
	border: 4px solid #f8d217;

}
.thumbs_page {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.thumbs_page div {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0!important;
	top: auto;
	border: auto;
	left: auto;
	right: auto;
}
.swiper-button-prev-t {
	background-image: url("../images/pagel1.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.swiper-button-next-t {
	background-image: url("../images/pager1.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.swiper-button-prev-t:hover {
	background-image: url("../images/pagel2.png");
}
.swiper-button-next-t:hover {
	background-image: url("../images/pager2.png");
}
#gallery .swiper-slide {
	cursor: pointer;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 464px;
}
#gallery .swiper-slide span {
	position: absolute;
	width: 176px;
	line-height: 36px;
	font-size: 15px;
	color: #ffffff;
	background-color: rgba(0,0,0,.57);
	top: 0;
	opacity: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 2px;
}
#gallery .swiper-slide:hover span {
	opacity: 1;
	top: 50%;
}
.g_p_if_r {
	float: right;
	width: 50%;
	padding-left: 30px;
	overflow: hidden;
	min-height: 464px;
}
.g_p_if_r h2 {
	font-size: 26px;
	color: #333333;
	line-height: 1;
	margin: 0;
	letter-spacing: 2px;
}
.g_p_if_r i {
	display: block;
	width: 50px;
	background-color: #f8d217;
	height: 4px;
	margin: 20px 0;
}
.g_p_if_r p {
	line-height: 2.4;
	display: block;
	font-size: 14px;
	color: #777777;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.g_p_if_r ul {
	background-color: #f6f6f6;
	padding: 40px 20px;
	margin-top: 50px;
	display: flex;
}
.g_p_if_r ul li {
	display: flex;
	flex-flow: wrap;
	font-size: 14px;
}
.g_p_if_r ul li span {
	width: 50%;
	color: #777777;
	line-height: 2;
	text-align: justify;
}
.g_p_if_r ul li span b {
	color: #333333;
	width: 75px;
    display: inline-block;
   
}
.g_p_if_r ul li:first-child {
	width: 80%;
}
.g_p_if_r ul li:last-child {
	display: block;
	width: 20%;
	text-align: right;
}
.xq_title {
	display: flex;
	overflow: hidden;
	padding-top: 76px;
	padding-bottom: 37px;
}
.xq_title h4 {
	width: 125px;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	font-weight: 500;
}
.xq_title span {
	width: 150px;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	padding-top: 6px;
}
.xq_title i {
	width: calc(100% - 250px);
	height: 2px;
	background-color: #f8d217;
	margin-top: 12px;
}
.xq_box {
	width: 100%;
	line-height: 2;
	color: #777777;
	font-size: 14px;
}
.xq_box img {
	display: block;
	margin: 7px auto;
}
.xq_box1 img {
	width: 15%;
	float: left;
	margin-left: 3px;
}
.xq_xg_g {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.xq_xg_g a {
	display: block;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.xq_xg_g a:nth-child(6n) {
	margin-right: 0;
}
.xq_xg_g a span {
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 2;
	text-align: center;
}
.xq_xg_g a:hover img {
	transform: translate(0px,-10px);
}
#spotlight .autofit {
	display: none !important;
}
#spotlight .theme {
	display: none !important;
}
#spotlight .header div {
	width: 50px!important;
}
#spotlight .footer {
	width: 100%!important;
	bottom: 0!important;
	line-height: 2!important;
	padding: 0!important;
	text-align: center!important;
}
#spotlight {
	/*background-color: rgb(0 0 0 / 80%)!important;*/
}
#spotlight .header {
	/*background-color: rgb(0 0 0 / 57%)!important;*/
}
#spotlight .arrow, #spotlight .footer {
	/*background-color: rgba(0,0,0,0)!important;*/
	/*filter: none!important;*/
}
#spotlight .footer .title {
	font-size: 16px;
	padding-bottom: 0;
	/*color: #ffffff;*/
}
.fbla1{
	display: flex;
}
.fbla_1{
	width: 30%;
}
.img_logo{
	border-bottom: 1px solid #fff;
}
.fblm{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.fblift{
	width: 100%;
	display: flex;
	justify-content: space-around;
	height: 70%;

}
.fball{
	flex: 1;

padding: 80px 5% 80px 5%;
}
.fball_top{
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
	display: flex;

}
.fball_top img{
	height: 15px;
	width: 15px;
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.fball i {
	width: 4px;
	height: 15px;
	background: #000;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
.fball_bottom{
	padding-top: 10px;
	margin-top: 40px;
	border-top: 1px solid #333;

}
.fba{
	width: 20%;
	text-align: center;
	flex: 1;

}
.fba:nth-child(2){
	flex: 2;
}
.fb{
	/*background-image: url("../images/back.jpg");*/
	background-size: cover;
}
.list1{
	float: left;
	margin-left: 15%;
}
.list2{
	float: right;
	margin-right: 15%;
}
.flex_1{
		flex-grow: 0.6;
}
.foot .fball{
	color: #333;
}
.foot .fball a{
	color: #333;
	margin-left: 0;
}
.fblbaw a i{
	color: white;
}
.flex_1 {
	padding: 80px 8% 80px 3%;
	background:  #262626;
	position: relative;
}
.flex_1:after{
	content: '';
    display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: #262626;
	top: 50%;
	right: 0;
	transform: rotate(45deg) translate(-22%,-50%);
}
.fball{
	background: #fff;
}
.section.section9.footer.fp-auto-height.fp-section.fp-table.active.fp-completely{
	background-color: #232323;
}
.fblbaw.posrelative a img{
	width: 20px;
}
.fba .list1 p {
	margin-left: 0;
}
.fba .list2 p {
	margin-left: 0;
}
.honor_c {
	width: 30%;
	margin-right: 4%;
	background: #F5F7F9;
	padding: 50px 34px 30px;
	margin-top: 20px;
	float: left;
}
.honor_all .honor_c:nth-child(3n){
	margin-right: 0;
}
.honor_t {
	height: 200px;
}
.honor_c img {
	position: static;
	object-fit: contain;
	margin: 0;
}
.honor_b {
	width: 110%;
	margin-left: -5%;
	margin-top: 50px;
	font-size: 16px;
	align-items: center;
}
.honor_b p {
	height: 42px;
	text-align: center;
}
.honor_b img {
	width: 20px;
	height: 20px;
	margin: 0;
}
.honor_all{
	height: 1200px;
}
.zhengti{
	width: 40%;
	padding-top: 30px;
	background-color: #f6f6f6;
}
@media screen and (max-width: 1960px){
	.list1{
		margin-left: 9%;
	}
	.list2{
		margin-right: 9%;
	}
}
@media screen and (max-width: 768px) {
	.i2video {

		height: auto;

		top: 36%;

	}
	.honor_c{
		width: 100%;
	}
	.zhengti{
		width: 50%;
		padding-top: 0;
		background: none;
	}
	.flex_1{
		padding: 0;
		flex-grow: 1;
	}
.fball{
	display: none;
}
	.fbla_1{
		width: 50%;
	}
	#prdinfo {
		padding-top: 60px;
	}
	.g_p_if {
		padding: 0 15px;
	}
	.g_p_if_l {
		float: none;
		width: 100%;
		height: 376px;
		margin-bottom: 37px;
	}
	.g_p_if_r {
		float: none;
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	.g_p_if_l #thumbs {
		height: 276px;
	}
	.g_p_if_l .thumbs {
		width: 59px;
	}
	#thumbs .swiper-slide:hover {
		border: 2px solid #f8d217;
	}
	#thumbs .swiper-slide-thumb-active {
		border: 2px solid #f8d217;
	}
	.g_p_if_l #gallery {
		width: calc(100% - 100px);
	}
	.g_p_if_r p {
		line-height: 2;
		display: block;
	}
	.g_p_if_r ul {
		padding: 27px 15px;
		margin-top: 37px;
		display: block;
	}
	.g_p_if_r ul li:first-child {
		width: 100%;
	}
	.g_p_if_r ul li span {
		display: block;
		padding-bottom: 7px;
	}
	.g_p_if_r ul li:last-child {
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 17px;
	}
	.g_p_if_r ul li span b {
		display: block;
	}
	.xq_xg_g a {
		display: block;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#prdinfo .xq_xg_g img {
		height: 200px;
	}
	.xq_xg_g a:nth-child(2n) {
		margin-right: 0;
	}
	.xq_xg_g a span {
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
}





































@media only screen and (max-width:1700px) {
	.wrap1{
		padding: 0 25px;
	}
	.logo{
		height: 50px;
	}
	.head{
		height: 80px;
	}
	.ipadding{
		padding-top: 100px;
	}
	.nava{
		padding: 0 15px;
		font-size: 14px;
		line-height: 80px;
	}
	.list1{

		margin-left: 0%;
	}
	.list2{

		margin-right: 0%;
	}
}
@media only screen and (max-width:1400px){
	.logo{
		height: 35px;
	}
	.hdrm a, .hdrm{
		font-size: 13px;
	}
	.hdrr a{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.hdrr a:last-child{
		font-size: 20px;
	}
	.hsrsc input{
		width: 110px;
	}
	.i3rtxt i{
		font-size: 30px;
	}
	.i3rtxt h2{
		font-size: 22px;
	}
	.i3rtxt p.text20{
		font-size: 14px;
	}
	.i3ltop h1{
		font-size: 60px;
		line-height: 60px;
	}
	.i3lm {
		margin-top: 30px;
	}
	.i4ra .titleh2{
		font-size: 22px;
	}
	.fba{
		width: 12%;
	}
	.dzbnw{
		width: 100%;
		padding: 0 15px;
	}
	.dzbnlta select, .dzbnlta input, .dzbnlta button{
		font-size: 14px;
	}
	.dzbnlba{
		margin: 0 5px;
	}
}
@media only screen and (min-width:768px) and (max-width:1119px) {
	.videohidebox{
		width: 80%;
	}
	.hdrm ,.hsrsc {
		display: none;
	}
	.i3rtxt h2{
		font-size: 18px;
		margin-top: 10px;
	}
	.i3rtxt i{
		font-size: 24px;
	}
	.i3rtxt span.text14{
		font-size: 12px;
	}
	.fba p, .fba a{
		font-size: 14px;
	}
	.fba h3{
		font-size: 16px;
	}
	.ifrtl{
		margin-right: 0;
	}
	.ifrtr .fblba{
		margin-right: 0;
		width: 80px;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.ipadding{
		padding-top: 60px;
	}
	.wrap1{
		padding: 0 15px;
	}
	.yb2a{
		width: 31.33%;
	}
}
@media only screen and (max-width:768px) {

	.pc_demo{
		display: none;
	}
	.wap_demo{
		display: block;
	}
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}

	.i3l{
		width: 100%;
		margin-right: 0;
	}
	.i3r {
		display: none;
	}
	.i3ltop h1{
		font-size: 40px;
		line-height: 40px;
	}
	.i4l{
		display: none;
	}
	.i4ra{
		width: 48%;
		padding: 10px 0;
	}
	.i4ra img{
		height: 30px;
	}
	.i4ra .titleh2{
		font-size: 18px;
	}
	.i4ra p{
		font-size: 12px;
		line-height: 22px;
	}
	.itop h1{
		font-size: 20px;
	}
	.itop .titleh3{
		font-size: 16px;
	}
	.i5t span{
		line-height: 50px;
		font-size: 15px;
	}
	.i5bw{
		padding: 15px;
	}
	.i5bimg{
		display: none;
	}
	#certify .swiper-slide{
		width: 100%;
	}
	.i7t a{
		line-height: 22px;
		font-size: 12px;
		padding: 10px;
		margin-left: 10px;
		border-radius: 4px;
	}
	.i7a{
		padding: 15px;
	}
	.i7a p{
		-webkit-line-clamp:2;
	}
	.i8top{
		margin-left: 0;
	}
	.i8w{
		padding-left: 0;
	}
	.i8a span{
		display: none;
	}
	.i8a i{
		display: none;
	}
	.i8abg{
		padding: 10px;
	}
	.ft,.fbmd{
		padding: 20px 0;
	}
	.ft h3{
		margin: 2px 0;
	}
	.ft i{
		height: 20px;
	}
	.fba{
		display: none;
	}
	.fblm{
		display: none;
	}
	.fblb{
		justify-content: center;
	}
	.fblba{
		margin: 0 8px;
		width: 100px;
	}
	.fblba p{
		font-size: 12px;
	}

	.md{
		padding: 25px 0;
	}
	.yb1top span{
		font-size: 14px;
	}
	.yb1w{
		flex-wrap: wrap;
	}
	.yb1m,.yb1l{
		font-size: 13px;
		/*width: 60px;*/
		width: auto;
	}
	.yb1m{
		margin-right: 10px;
	}
	.yb1r a{
		font-size: 13px;
		padding: 0 5px;
	}
	.yb2a{
		width: 96%;
		margin-right: 0;
	}
	.ifoot{
		padding: 20px 0;
	}
	.ifl,.ifr{
		width: 100%;
	}
	.iflt img{
		height: 40px;
	}
	.ifrtl{
		display: none;
	}
	.iflt{
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.iflb {
		font-size: 12px;
	}
	.ifr{
		margin-left: 0;
		margin-top: 15px;
	}
	.ifrtr {
		width: 100%;
		justify-content: center;
	}
	.ifrtr .fblba{
		margin: 0 15px;
	}
	.ifrb{
		font-size: 12px;
		line-height: 23px;
	}

	.dzbnr{
		display: none;
	}
	.dzbnl{
		padding: 20px;
		width: 100%;
		border-radius: 4px;
	}
	.dzbn{
		padding: 15px 0;
	}
	.dzbnlb{
		justify-content: space-between;
	}
	.dzbnlba img{
		height: 30px;
	}
	.dzbnlba{
		font-size: 10px;
		margin: 0;
	}
	.dzbnlta select, .dzbnlta input, .dzbnlta button{
		height: 35px;
		font-size: 13px;
		padding: 0 10px;
	}
	.yb1r1 a{
		margin-right: 0;
		width: 33.33%;
	}
	.yb1r1{
		justify-content: space-between;
	}
	.fblbaw{
		margin: 0 15px;
	}
	.fblbaw a{
		font-size: 15px;
	}
	.fblbawa{
		left: 50%;
		margin-left: -65px;
	}
	.fblbawa::after{
		left: 50%;
		margin-left: -5px;
	}
	.i5t .swiper-slide-thumb-active span{
		font-size: 20px;
	}
}
@media only screen and (max-width:768px){
	.content{
		width: 100%;
		padding:  0 15px;
	}
	.news_details p,.title p,.strength_div .strength_c p{
		font-size: 12px;
		line-height: 24px;
	}
	.news_details h2,.strength_div .strength_c h6{
		font-size: 16px;
		line-height: 32px;
	}
	.news_details h5{
		font-size: 14px;
		line-height: 28px;
	}
	.banner{
		height: 251px;
	}
	.news_details{
		padding: 20px 0;
	}
	.news_details h5{
		margin: 20px 0;
	}
	.title h2{
		font-size: 20px;
		line-height: 40px;
	}
	.strength{
		margin: 20px auto;
	}
	.news_div{
		margin-top: 20px;
	}
	.join .swiper-slide{
		height: 300px;
	}
	.strength_div{
		margin:0px auto;
	}
	.join_div .join_c{
		width: 48%;
		margin-top: 20px;
	}
	.join_div{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.development,.brand_img{
		margin: 20px auto;
	}
	.join{
		padding-bottom: 20px;
	}
	.lc_div,.brand,.honor img,.development_div{
		margin-top: 20px;
	}
	.brand p{
		margin-top: 15px;
	}
	.project_details_t{
		flex-flow: column;
	}
	.pd_t_l,.pd_t_r{
		width: 100%;
	}




}
@media(max-width:600px){

	.news_c{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.strength_div .strength_c{
		width: 48%;
	}
	.lc_c .lc_c_div div{
		width: 80px;
		height: 80px;
	}
	.brand_img div{
		width: 100%;
		margin-top: 10px;

	}
	.brand_img{
		flex-wrap: wrap;
	}
	.development_div .development_c{
		width: 48%;
		margin-top: 20px;
		margin-right: 4%;
	}
	.development_div .development_c:nth-child(2n){
		margin-right: 0;
	}
	.video_div .video_c{
		width: 100%;
		margin-right: 0;
	}
}





