@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../img/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

.product_swy_banner{position: relative;overflow: hidden;}
.product_swy_banner img{width: 100%;}
.product_swy_banner .text{position: absolute;width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);color: #fff;}
.product_swy_banner .text .w1440{position: relative;}
.product_swy_banner .text h2{font-weight: 600;font-size: 42px;margin-bottom: 8px;}
.product_swy_banner .text .banner-text{margin-bottom:44px;font-size: 18px;width:43%;line-height:1.7em;}
.product_swy_banner_link a{float: left;margin-right: 10px; width: 126px;height: 38px;  text-align: center; border-radius: 5px;line-height: 38px;border: 1px solid #fff;color: #fff;box-sizing: content-box;}
.product_swy_banner_link a:nth-child(2) {background-image: linear-gradient(135deg, #0068dd, #00aeee);background-color: #0360c3;border: none;height: 40px;line-height: 40px;}
/*.product_swy_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_swy_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_swy_banner_link a:after {transform: translateY(-1px); content: "";  transition:all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_swy_banner_link a:hover:after {content: "\e683"; margin-left: 5px; }

@media only screen  and (max-width: 1280px) {
	.product_swy_banner .text h2{font-size: 36px;}
	.product_swy_banner .text h3{font-size: 36px;}
}








.product_swy_banner .video-btn{position: absolute;top: 50%;transform: translateY(-50%);right: 22.5%;}
.product_swy_banner .video-btn a{display: block;position: relative;}
.product_swy_banner .video-btn img{position: relative;z-index: 2;width: 80px;}
.product_swy_banner .video-btn a:before{position: absolute; border-radius: 50%;content: ""; width: 80px; height:80px; background: rgba(255,255,255,0.5); z-index: 0;  top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-animation: water 1.5s linear infinite;animation: water 1.5s linear infinite;}






.product_swy_xt{padding:3.75% 0 3.8%;}
.product_swy_xt .big_title{text-align: center;margin-bottom: 21px;font-weight: 600;}
.product_swy_xt .big_des{text-align: center;width: 75%;margin: 0 auto;margin-bottom: 7%;}
.product_swy_xt_list li{width: 23.88%;margin-right:1.49% ;position: relative;overflow: hidden;border-radius: 12px;}
.product_swy_xt_list li:last-child{margin-right: 0;}
.product_swy_xt_list li .img{width: 100%;height: 0;padding-bottom: 142.4%;transition: all 0.5s ease-out;}
.product_swy_xt_list li .text { position: absolute; width: 100%;  padding:35px;  color: #fff; z-index: 1; bottom: -80px; transition: all 0.4s ease-out;}
.product_swy_xt_list li:after { content: ""; width: 100%; height:60%;  display: block;   position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));  bottom: 0;}
.product_swy_xt_list li .text .des{line-height: 1.66em;margin-top: 10px;transform: translateY(130px);height: 4.98em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.product_swy_xt_list li:hover .text {bottom: 0;}
.product_swy_xt_list li:hover .text .des{transform: translateY(0);}
.product_swy_xt_list li .link{transform: translateY(30px);transition: all 0.5s ease-out;}
.product_swy_xt_list li .link a{box-sizing: content-box;float: left;margin-right: 10px; width: 100px;height:38px;  text-align: center; border-radius: 5px;line-height:38px;border: 1px solid #fff;color: #fff;}
.product_swy_xt_list li .link a:nth-child(2){    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    border: none;
    height: 40px;
    line-height: 40px;margin-right: 0;}


.product_swy_xt_list li .link a:after {transform: translateY(-1px); content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_swy_xt_list li .link a:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }



.product_swy_xt_list li:hover .link{transform: translateY(0);}





@media only screen and (max-width:1500px) {
	.product_swy_xt_list li .text{padding: 30px;}
}
@media only screen and (max-width:1366px) {

	.product_swy_xt_list li .link a{width: 90px;}
}
@media only screen and (max-width: 1115px) {
.product_swy_xt_list li .text {
    padding: 15px;
}	
	
}


.product_detail_experience .top_title{text-align: center;padding-top: 4.48%;}
.product_detail_experience .big_title{margin-bottom: 12px;font-weight: 600;}


.product_detail_list li{padding:5.57% 0 ;}
.product_detail_list li:first-child{padding-top: 3.57%;}
.product_detail_list li .w1440{position: relative;}
.product_detail_list li .left{width: 51.7%;float: left;position: relative;}
.product_detail_list li .left img{max-width: 100%;}
.product_detail_list li .left:hover img:first-child{transform: scale(1.04);transition: all 0.6s ease-out;}
.product_detail_list li .left .img_small{position: absolute;left: 30px;bottom: 30px;}
.product_detail_list li .right{width: 40%;float: right;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}



.product_detail_list li:nth-child(even){background: #f5f7fa;}
.product_detail_list li:nth-child(even) .left{float: right;}
.product_detail_list li:nth-child(even) .right{right: auto;left: 0;}
.product_detail_list li .right .title{margin-bottom: 18px;color: #000;}
.product_detail_list li .right .des{line-height: 1.625em;color: #000;}
.product_detail_list li .right .txt{margin-bottom: 32px;}
.product_detail_list li .right .txt p{margin-top: 10px;
    position: relative;
    padding-left: 34px;}

.product_detail_list li .right .txt p:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../img/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
   top: 6px;
}
.product_detail_list li .right .txt p span{width: 48%;
    display: inline-block;vertical-align: top;}
.product_detail_list li .right .txt p span:nth-child(2){
	padding-left: 34px;
	position: relative;
}
.product_detail_list li .right .txt p span:nth-child(2):before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(../img/dui.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px;
   top: 6px;
}
.product_detail_list li .product_detail_link{position: relative;}
.product_detail_list li .product_detail_link a{box-sizing: content-box;float: left;margin-right: 10px; width: 126px;height: 38px;  text-align: center; border-radius: 5px;line-height: 38px;border: 1px solid #7b7d7e;color: #7b7d7e;}
.product_detail_list li .product_detail_link a:nth-child(2){background-image: linear-gradient(
135deg
, #0068dd, #00aeee);
    background-color: #0360c3;
    color: #fff;
    border: none;height: 40px;line-height: 40px;}
.product_detail_list li .product_detail_link a .iconfont{opacity: 0;transition: all 0.4s;}
.product_detail_list li .product_detail_link a:hover .iconfont{opacity: 1;margin-left: 10px;}



.product_detail_list li .product_detail_link a:after {     transform: translateY(-1px);content: "";  transition: 0.5s;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_detail_list li .product_detail_link a:hover:after {content: "\e683";  transition: 0.5s; margin-left: 5px; }



@media only screen  and (max-width: 1440px) {
	.product_detail_list li .right .title {
    margin-bottom: 10px;
}
.product_detail_list li .right .txt p {
    margin-top: 10px;}
    .product_detail_list li .right .txt {
    margin-bottom: 20px;
}
.product_detail_list li .right {
    width: 40%;}
}
@media only screen  and (max-width: 1366px) {
	.product_detail_list li .left {
    width: 54.7%;}
  
    .product_detail_list li .left .img_small{max-width: 50%;}
}
@media only screen and (max-width: 1210px){
	.product_detail_list li .right{
		right: 20px;
	}
	.product_detail_list li:nth-child(even) .right {
    left: 20px;
}

}


.product_bb{padding: 3.96% 0 ;}
.product_bb .big_title{text-align: center;margin-bottom: 5.28%;}

.product_bb .table{width: 100%;border: 1px solid #e5f0fb;}
.product_bb .btn_more a{height: 72px;line-height: 72px;text-align: center;border: 1px solid #e5f0fb;border-top: none;display: block;}
.product_bb .btn_more:hover a{background:#00cbca;color: #fff;}
.product_bb tr{border-bottom:1px solid #e5f0fb ;}
.product_bb tr:nth-child(n+25){display: none;}
.product_bb .table_box.active tr:nth-child(n+25){display: table-row;}
.product_bb tr:nth-child(odd){background: #f8fafc;}
.product_bb tr:first-child{height: 80px;line-height: 80px;}
.product_bb.active tr:first-child{opacity: 0;}
    .tr_first{
    position: fixed;
    top: 75px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    height: 80px;
    line-height: 80px;
    text-align: center;
    
    z-index: 9;
    width: 100%;
    }

.tr_first li{float: left;border-right:1px solid #e5f0fb ;background: #f8fafc;}
.tr_first li:first-child{width: 18%;}
.tr_first li:nth-child(2){width: 27%;}
.tr_first li:nth-child(3){background: #00ceff;color: #fff;width: 27.5%;}
.tr_first li:nth-child(4){background: #00cbca;color: #fff;width: 27.5%;border: none;}
 .product_bb.active   .tr_first{display: block;}


.product_bb tr:first-child td:first-child{width: 18%;}
.product_bb tr:first-child td:nth-child(2){width: 27%;}
.product_bb tr:first-child td:nth-child(3){background: #00ceff;color: #fff;width: 27.5%;}
.product_bb tr:first-child td:nth-child(4){background: #00cbca;color: #fff;width: 27.5%;}
.product_bb td{border-right:1px solid #e5f0fb ;line-height: 36px;padding: 0 50px;color: #565d6d;}
.product_bb td.first{background: #fff;font-weight: 600;color: #28293c;width: 18%;}
.product_bb td.second{width: 27%;}
.product_bb td.thred{width: 27.5%;}
.product_bb td.four{width: 27.5%;}
.product_bb td img{vertical-align: middle;}

.product_bb td.center{text-align: center;color: #00c8c8;}



.product_zw{background: url(../img/zw_bg.png) no-repeat center bottom;background-size:cover;padding-top:4.16% ;}
.product_zw .left_text{width: 50%;padding: 3.4% 8.2% 0;}
.product_zw .left_text .big_title{font-weight: 600;margin-bottom: 20px;}
.product_zw .left_text .des{margin-bottom: 46px;color: #575d6c;}
.product_zw .left_text .ewm_item{text-align: center;margin-right: 46px;color: #575d6c;}
.product_zw .left_text .ewm_item:last-child{margin-right: 0;}
.product_zw .left_text .ewm_item .img{margin-bottom: 16px;height: 124px;}

.product_zw .right_img{width: 50%;text-align: center;}
.product_zw .right_img img{max-width: 80%;}
