@charset "utf-8";
.amt1{
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.amt2{
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.amt3{
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.amt4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.amt5{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.amt6{
	animation-delay:1.8s;
	-webkit-animation-delay:1.8s;
}
.amt7{
	animation-delay:2.1s;
	-webkit-animation-delay:2.1s;
}
.amt8{
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
}
/*视频*/
.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;
}
.head{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .25s;
}
.logo{
	display: inline-block;
	height: 50px;
}
.head_height{
	height: 100px;
	transition: .25s;
}
.head_active,.head_height_active{
	height: 80px;
}
.head_active .logo{
	height: 50px;
}
.textcolor{
	color: #EA5404;
}

.bgcolor{
	background: #EA5404;
	color: #fff;
}
.hvcolor:hover{
	color: #EA5404;
}
.nav span{
	position: relative;
	padding: 0 25px;
}
.nava{
	line-height: 32px;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-size: 18px;
	display: block;
}
.nav span:hover .nava{
	color: #E37A41;
}
.nav span.active .nava{
	border-bottom: 2px solid #E37A41;
	color: #E37A41;
}
.navhide{
	width: 90px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.navhide a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 26px;
	border-bottom: 1px solid #E6E6E6;
	color: #999;
	padding: 0 5px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a i{
	width: 6px;
	height: 6px;
	background: #E37A41;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	border-radius: 100%;
	transition: .25s;
	opacity: 0;
}
.navhide a:hover{
	color: #E37A41;
}
.navhide a:hover i{
	opacity: 1;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.hdr{
	margin-left: 80px;
}
.md{
	padding: 70px 0;
}
.i1{
	padding: 130px 0;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
}
.i1a{
	width: 20%;
	transition: .25s;
	padding: 50px 15px;
}
.i1a img{
	height: 90px;
}
.i1a *{
	transition: .25s;
}
.i1a.active{
	background: #ea5404;
	color: #fff;
	transform: scale(1.15);
}
.i1a.active *{
	color: #fff;
}
.i1a.active img{
	filter: grayscale(100%) brightness(500%);
}
.i1a.active::after,.i1a.active::before{
	width: 26px;
	height: 30px;
	background: url(../images/i1af_03.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -25px;
	content: "";
}
.i1a.active::after{
	top: 0;
}
.i1a.active::before{
	bottom: 0;
	transform:rotateX(180deg);
}
.itopm i{
	width: 30%;
	height: 2px;
	background: #999;
}
.i2w{
	width: 102.5%;
}
.i2a{
	width: 22.5%;
	margin-right: 2.5%;
	margin-top: 30px;
}
.i2atxt{
	transition: .25s;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.84);
	color: #bbb;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 12px;
}
.i2a:hover .i2atxt{
	color: #fff;
	background: rgba(234,84,4,.84);
}
.morea{
	border: 1px solid #fff;
	background: #ea5404;
	color: #fff;
	display: inline-block;
	line-height: 34px;
	padding: 0 20px;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
#certify .swiper-slide{
	width: 55%;
	padding: 10px;
}
#certify .swiper-slide img{
	display: block;
	width: 100%;
}
.i3btn{
	cursor: pointer;
}
.i3btnl{
	transform:rotate(180deg);
}
.morea_wt{
	background: #fff;
	color: #EA5404;
	border: 2px solid #EA5404;
	box-shadow: inherit;
}
.morea_wt:hover{
	border: 2px solid #EA5404;
	background: #ea5404;
	color: #fff;
}
.i3b .morea{
	margin: 0 50px;
}
.foot{
	background: #ea5404;
	color: #fff;
}
.foot a{
	color: #fff;
}
.ftm1 a{
	font-weight: bold;
	margin-right: 50px;
}
.ftr{
	width: 280px;
	margin-left: 8%;
}
.ftra input{
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	background: none;
}
.ftra input::-webkit-input-placeholder{
	color:#fff;
}
.ftra button{
	height: 30px;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	color: #EA5404;
	font-size: 12px;
	width: 100%;
}

.ab1{
	padding-top: 30px;
	background: url(../images/ab1bg_02.jpg) no-repeat center;
}
.abtitle{
	margin-left: -160px;
}
.ab1a{
	width: 19.5%;
	margin-right: 5%;
}
.ab2l p{
	margin: 10px 0;
}
.ab2r span{
	line-height: 50px;
	padding: 0 15px 0 30px;
	background: #e6aa62;
	color: #fff;
	border-radius: 0 6px 6px 0;
	display: block;
	position: absolute;
	left: -20px;
	top: 5%;
}
.ab3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
}
.ab3at .txt{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.ab3a{
	width: 27%;
	padding: 30px;
	transition: .25s;
}
.ab3a *{
	transition: .25s;
}
.ab3a.active{
	background: #dc5504;
	color: #fff;
	margin-top: -40px;
	margin-bottom: -40px;
}
.ab3a.active *{
	color: #fff;
}
.ab3ab{
	text-align: left;
}
.ab4a{
	background-size: cover !important;
	width: 18%;
	padding: 20px;
}
.ab4a:hover{
	background: #dc5504 !important;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.ab4a:hover img{
	filter: grayscale(100%) brightness(500%);
}
.ab4a:hover *{
	color: #fff;
}
#certify1 .swiper-slide{
	width: 350px;
}
#certify1 .swiper-slide img{
	display: block;
	width: 100%;
}
.swiper-button-prev-public,.swiper-button-next-public{
	width: 40px;
	height: 40px;
	border: 1px solid #999;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border-radius: 100%;
	font-size: 25px;
	color: #999;
}
.swiper-button-prev-public:hover,.swiper-button-next-public:hover{
	border: 1px solid #EA5404;
	background: #EA5404;
	color: #fff;
}
.swiper-button-prev-public{
	left: -60px;
}
.swiper-button-next-public{
	right: -60px;
}

.sv1bg .i1a::after,.sv1bg .i1a::before{
	width: 15px;
	height: 18px;
	right: -15px;
}
.sv2ta{
	height: 60px;
	border-bottom: 2px solid #EA5404;
	color: #666;
	cursor: pointer;
}
#certify3 .swiper-slide{
	width: 700px;
}
.sv2ta img{
	opacity: 0;
}
.swiper-slide-thumb-active .sv2ta img{
	opacity: 1;
}
.swiper-slide-thumb-active .sv2ta{
	color: #EA5404;
}

.prdbg{
	background: url(../images/prdbg_02.jpg) no-repeat center top #000;
	background-size: 100%;
	padding-top: 30px;
}
.prdbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.prda{
	position: absolute;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.prda.active{
	opacity: 1;
	visibility: inherit;
}
.prda img{
	width: 100%;
}
.prda:nth-child(1){
	left: 0;
	top: 0;
	width: 17.25%;
	height: 20.4%;
}
.prda:nth-child(1) .ico{
	width:100%;
	position: absolute;
	left: 105%;
	top: 78%;
}
.prda:nth-child(2){
	left: 0;
	top: 39%;
	width: 18.16%;
	height: 16.43%;
}
.prda:nth-child(2) .ico{
	width:60%;
	position: absolute;
	left: 107%;
	top: 35%;
}
.prda:nth-child(3){
	left: 0;
	bottom: 7%;
	width: 14.75%;
	height: 21.76%;
}
.prda:nth-child(3) .ico{
	width:150%;
	position: absolute;
	left: 115%;
	bottom: 65%;
}
.prda:nth-child(4){
	left: 48%;
	bottom: 0;
	width: 13.5%;
	height: 26.64%;
}
.prda:nth-child(4) .ico{
	width:8%;
	position: absolute;
	left: 80%;
	bottom: 50%;
}
.prda:nth-child(5){
	right: 5%;
	bottom: 5%;
	text-align: right;
	width: 14.41%;
	height: 27.21%;
}
.prda:nth-child(5) .ico{
	width:40%;
	position: absolute;
	right: 95%;
	bottom: 85%;
}
.prda:nth-child(6){
	right: 0;
	bottom: 41%;
	text-align: right;
	width: 13.5%;
	height: 33.21%;
}
.prda:nth-child(6) .ico{
	width:50%;
	position: absolute;
	right: 95%;
	bottom: 40%;
}
.prda:nth-child(7){
	right: 0;
	top: 0;
	text-align: right;
	width: 17.5%;
	height: 25.39%;
}
.prda:nth-child(7) .ico{
	width:150%;
	position: absolute;
	right: 32%;
	bottom: 18%;
}
.prdai{
	width: 4%;
	height: 5.3%;
	position: absolute;
	cursor: pointer;
	background: url(../images/prdico_1.png) no-repeat center;
	background-size: 80%;
}
.prdai:nth-child(1).active{
	-webkit-animation: twinkling 1.2s infinite ease-in-out 
}
.prdai:nth-child(2).active{
	-webkit-animation: twinkling 1.8s infinite ease-in-out 
}
.prdai:nth-child(3).active{
	-webkit-animation: twinkling 1.5s infinite ease-in-out 
}
.prdai:nth-child(4).active{
	-webkit-animation: twinkling 1.1s infinite ease-in-out 
}
.prdai:nth-child(5).active{
	-webkit-animation: twinkling 1.5s infinite ease-in-out 
}
.prdai:nth-child(6).active{
	-webkit-animation: twinkling 1.3s infinite ease-in-out 
}
.prdai:nth-child(7).active{
	-webkit-animation: twinkling 1.2s infinite ease-in-out 
}
@-webkit-keyframes twinkling{ 
	0%{ 
	opacity: .3; 
	} 
	50%{ 
	opacity: 1; 
	}
	100%{ 
	opacity: .3; 
	} 
} 
.prdai:nth-child(1){
	left: 34.28%;
	top: 17.38%;
}
.prdai:nth-child(2){
	left: 29.68%;
	top: 41.8%;
}
.prdai:nth-child(3){
	left: 36.95%;
	bottom: 34.8%;
}
.prdai:nth-child(4){
	left: 57.76%;
	bottom: 26.87%;
}
.prdai:nth-child(5){
	right: 24.33%;
	bottom: 33.21%;
	background: url(../images/prdico_2.png) no-repeat center;
	background-size: 80%;
}
.prdai:nth-child(6){
	right: 20.2%;
	bottom: 51.8%;
	background: url(../images/prdico_3.png) no-repeat center;
	background-size: 80%;
}
.prdai:nth-child(7){
	right: 31.41%;
	top: 19.61%;
}
.prdw{
	width: 100%;
}
.prddemo canvas{
	width: 100% !important;
	height: 100% !important;
}
.pe1{
	background: url(../images/pe1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.pe1aimg{
	width: 66.66%;
}
.pe1aimg img{
	width: 100%;
	height: 100%;
}
.pe1atxt{
	width: 30%;
	background: rgba(234,84,4,.7);
	color: #fff;
	padding: 25px;
}
.pe1atxt .txt{
	line-height: 24px;
}
.swiper-pagination-pe1{
	width: 66.66%;
	text-align: center;
	position: absolute;
	bottom: 2%;
}
.swiper-pagination-pe1 .swiper-pagination-bullet{
	background: rgba(255,255,255,.8);
	opacity: 1;
	margin: 0 7px;
}
.swiper-pagination-pe1 .swiper-pagination-bullet-active{
	background: #EA5404;
}
.mapico{
	width: 10px;
	height: 10px;
	background: #eee;
	border: 2px solid #c4c4c4;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.pew2{
	margin-top: -100px;
}
.pew2 #container{
	width: 100%;
	height: 1000px;
}

.col{
	width: 60%;
	margin-right: 4%;
	height: 480px;
}
.cora3 .text16{
	line-height: 40px;
}
.spw120{
	width: 120px;
}

@media only screen and (max-width:1500px) {
	.abtitle{
		margin-left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.nava{
		font-size: 16px;
	}
	.nav span{
		padding: 0 13px;
	}
	.hdr{
		margin-left: 30px;
	}
	.swiper-container-bn .bnimg{
		height: 500px;
	}
	.md{
		padding: 70px 0;
	}
	.ftl img{
		height: 50px;
	}
	.ftr{
		width: 250px;
		margin-left: 0;
	}
	.abtitle{
		margin-left: 0;
	}
	.ab4a img{
		height: 50px;
	}
	#certify1 .swiper-slide{
		width: 320px;
	}
	.swiper-button-prev-public, .swiper-button-next-public{
		background: #EA5404;
		color: #fff;
		border: 1px solid #EA5404;
	}
	.swiper-button-prev-public{
		left: 15px;
	}
	.swiper-button-next-public{
		right: 15px;
	}
	.ab3a{
		width: 31%;
		padding: 20px;
	}
	.sv2ta img{
		height: 30px;
	}
	#certify3 .swiper-slide{
		width: 550px;
	}
	
	.prdbg{
		padding-top: 30px;
	}
	.pe1atxt{
		padding: 15px;
	}
	.pe1atxt .mt_25,.pe1atxt .mt_30{
		margin-top: 15px;
	}
	.pew2 #container{
		height: 100%;
	}
	.spw120{
		width: 110px;
	}
	.prda p{
		font-size: 12px;
	}
}
@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;
	}
	.swiper-container-bn .bnimg{
		height: 400px;
	}
	.md{
		padding: 40px 0;
	}
	.i2a{
		width: 30.83%;
	}
	.ftl img{
		height: 40px;
	}
	.ftr{
		width: 220px;
		margin-left: 0;
	}
	.pew2 #container{
		height: 500px;
	}
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.swiper-container-bn .bnimg{
		height: 180px;
	}
	.md{
		padding: 25px 0;
	}
	.i1w{
		border-left: 1px solid #E6E6E6;
		border-top: 1px solid #E6E6E6;
	}
	.i1a{
		width: 50%;
		padding: 20px;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	.i1a.active{
		background: #fff;
	    color: #333;
	    transform: scale(1);
	}
	.i1a.active *{
		color: #666;
	}
	.i1a img{
		height: 60px;
	}
	.i1a.active img{
		filter: inherit;
	}
	.i1a.active::after, .i1a.active::before{
		display: none;
	}
	.i2w{
		width: 100%;
		justify-content: space-between;
	}
	.i2a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i2atxt{
		height: 40px;
		padding: 0 10px;
	}
	.i2atxt h3{
		font-size: 14px;
	}
	.morea{
		line-height: 30px;
	}
	.itopm i{
		width: 50px;
		height: 1px;
	}
	.itopm span{
		margin: 0 10px;
	}
	#certify .swiper-slide{
		width: 90%;
	}
	.i3b .morea{
		margin: 0 20px;
	}
	.i3btn img{
		width: 30px;
	}
	.ftl{
		text-align: center;
	}
	.ftm{
		margin: 15px 0;
	}
	.ftm1 a{
		margin: 0 8px;
	}
	.ftm1{
		justify-content: center;
	}
	.ftm2a{
		font-size: 12px;
	}
	.ftm2a img{
		margin-top: 5px;
		height: 20px;
	}
	.ftm2a .flex1{
		margin-left: 10px;
	}
	.ftr{
		width: 100%;
		margin-left: 0;
	}
	
	.ab1w{
		justify-content: space-between;
	}
	.ab1a{
		margin-right: 0;
		width: 46%;
		margin-bottom: 20px;
	}
	.ab2r span{
		font-size: 14px;
		left: -15px;
		line-height: 35px;
		padding-left: 25px;
	}
	.ab3{
		padding: 15px 0;
	}
	.ab3a{
		width: 100%;
		margin: 0 !important;
	}
	.ab3at .txt{
		height: auto;
	}
	.ab4{
		margin-top: 0;
		padding-top: 10px;
	}
	.ab4a{
		width: 48%;
		margin-top: 15px;
	}
	.ab4a img{
		height: 40px;
	}
	#certify1 .swiper-slide{
		width: 250px;
	}
	.swiper-button-prev-public, .swiper-button-next-public{
		background: #EA5404;
		color: #fff;
		border: 1px solid #EA5404;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 14px;
	}
	.swiper-button-prev-public{
		left: 15px;
	}
	.swiper-button-next-public{
		right: 15px;
	}
	
	.sv1bg .i1a{
		background: #fff;
	}
	.sv1bg .i1a.active{
		background: #EA5404;
	}
	.sv1bg .i1a.active *{
	 	color: #fff;
	}
	.sv1bg .i1a.active img{
		filter: grayscale(100%) brightness(500%);
	}
	.sv1bw{
		margin-top: 0;
	}
	.sv1b{
		margin-top: 15px;
	}
	.sv2ta img{
		height: 20px;
	}
	.sv2ta{
		height: 45px;
	}
	#certify3 .swiper-slide{
		width: 250px;
	}
	.pe1aimg,.pe1atxt{
		width: 100%;
	}
	.pe1atxt{
		padding: 15px;
		padding-bottom: 35px;
	}
	.pe1atxt .mt_25,.pe1atxt .mt_30{
		margin-top: 8px !important;
	}
	.pe1atxt .text14{
		font-size: 12px;
		line-height: 22px;
	}
	.swiper-pagination-pe1{
		width: 100%;
	}
	.swiper-button-prev-pe1, .swiper-button-next-pe1{
		display: none;
	}
	.pew2 #container{
		height: auto; min-height: 250px;
	}
	#container>div:last-child{ 
		position: static !important;
	}
	.pew2{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		margin-top: 0;
		-webkit-overflow-scrolling: touch;
	}
	.prdbg .abtitle{
		margin-top: 0;
	}
	.pe2 .text14{
		font-size: 12px;
	}
	.col{
	
		margin-bottom: 20px !important;
	}
	.corimg{
		height: 25px;
	}
	.cora img{
		margin-top: 3px;
		height: 20px;
	}
	.cora .txt{
		margin-left: 10px;
	}
	.spw120{
		width: 100px;
	}
	.cora3 .text16{
		line-height: 30px;
	}
	.prda p{
		font-size: 10px;
		width: 200%;
		margin-left: -50%;
		margin-top: -13px;
		transform: scale(.5);
	}
	.prda{
		opacity: 1;
		visibility: inherit;
	}
}



.head .hdr.text14.color666 b.textcolor.text16{ font-size:1.5em; font-weight: bold;}
@media screen and (max-width: 1600px){
.head .hdr.text14.color666{ margin-left: 50px;}
}
@media screen and (max-width: 1440px){
.head .hdr.text14.color666{ margin-left: 20px;}
}
@media screen and (max-width: 1366px){
.nava{ font-size: 16px;}
}
