/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,textarea,select{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	background-color: #000;
	z-index: 999;
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerbox .header .menu ul{
	display: flex;
	align-items: center;
}
.headerbox .header .menu ul li{
	position: relative;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 35px 20px;
    color: #fff;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu ul li a i{color: #fff;margin-left: 10px;font-size: 16px;}
.headerbox .header .menu ul li:hover>a i{transform: rotate(180deg);}
.headerbox .header .menu ul li>a:after{position: absolute;left: 0;bottom: 0;right: 0;background-color: #fff;height: 2px;margin: 0 auto;content: "";transition: all 0.5s ease-in-out;width: 0;}
.headerbox .header .menu ul li:hover>a:after{width: 100%;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 105%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    text-align: left;
    display: block;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-decoration: none;
    outline: none;
	text-align: center;
    text-transform: none;
    transition: all 400ms ease;
    border-bottom: 1px solid #f4f4f4;
}
.headerbox .header .menu ul li dl dd:hover{
    background: #F7F9FA;
}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:var(--main-white);}
.sjj_nav ul li .sjj_nav_i_se svg{fill:var(--main-white)}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}





.banner_video{width: 100%;margin: 0 auto;font-size: 0;}
.banner_video video{width: 100%;}
/* bannerbox */
.bannerbox{
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}
.bannerbox img{width: 100%;}
/* .bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}

.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0,0,0,.1);
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    overflow: hidden;
    -webkit-transition: border-color 350ms ease;
    -moz-transition: border-color 350ms ease;
    -o-transition: border-color 350ms ease;
    -ms-transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    background-color: rgba(0,0,0,0.2);
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
	background: var(--primary-color);
    width: 28px;
    border-radius: 20px;
} */


.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;padding: 30px 0;}
.footer{width: 100%;margin: 0 auto;border-top: 1px solid #3B3E40;padding: 30px 0;}
.footer_top{width: 100%;display: flex;justify-content: space-between;margin-bottom: 8px;}
.ft_left span{font-size: 12px;color: #6C7073;margin-right: 10px;}
.ft_left a{font-size: 12px;color: #6C7073;margin-right: 10px;}


.ft_right{display: flex;align-items: center;}
.ft_right ul{display: flex;align-items: center;}
.ft_right ul li{margin-right: 10px;}
.ft_right ul li a{}
.ft_right ul li a img{width: 16px;}

.language{position: relative;margin-left: 20px;}
.lan_btn{display: flex;align-items: center;cursor: pointer;}
.lan_btn img{margin-right: 10px;}
.lan_btn span{font-size: 12px;color: #6C7073;}
.lan_btn.on span{color: #fff;}
.lanbox{display: none;position: absolute;left: -70px;top: -130px;min-width: 144px;padding: 8px 0;background-color: #fff;}
.lanbox.open{display: block;}
.lanbox ul{display: block;}
.lanbox ul li {width: 100%;}
.lanbox ul li a{color: #333;font-size: 16px;padding: 4px 16px;display: block;}

.footer_bot a{font-size: 12px;color: #6C7073;}








/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}


.bannner_title{width: 100%;}
.bannner_title h1{text-align: center;font-size: 48px;color: #3b3e40;font-weight: bold;border-bottom: 1px solid rgba(0, 0, 0, 0.09);padding-bottom: 20px;}




/* ================首页样式================ */
.index1box{width: 100%;margin: 0 auto;padding: 30px 0;}
.index1{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index1 .swiper-slide{background-color: transparent;}
.index1_left{width: 35%;background-color: #009BA2;}
.index1_right{width: 65%;}
.slide_img{width: 100%;font-size: 0;height: 100%;}
.slide_img img{width: 100%;height: 100%;object-fit: cover;}
.slide_text{text-align: left;color: #fff;padding: 40px;}
.slide_text h2{font-size: 32px;color: #fff;font-weight: bold;margin-bottom: 24px;}
.slide_text p{font-size: 20px;color: #fff;margin-bottom: 24px;}
.slide_text .more{display: inline-block;padding: 12px 15px;color: #fff;text-align: center;border: 1px solid #fff;font-size: 16px;position: relative;font-weight: bold;}
.slide_text .more i{margin-left: 10px;font-size: 14px;}
.slide_text .more:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0;height: 102%;background-color: #fff;transition: all 0.5s ease-in-out;z-index: -1;}
.slide_text .more:hover:after{width: 100%;}
.slide_text .more:hover{color: #009BA2;}

.text_swiper .swiper-pagination{text-align: left;padding: 0 15px;}
.text_swiper .swiper-pagination-bullet{width: 24px;height: 2px;border-radius: 0;position: relative;display: inline-block;background-color: rgb(255, 255, 255,0.6);opacity: 1;}
.text_swiper .swiper-pagination-bullet-active:after{opacity: 1;animation: loadding 8s ease-in-out 0s 1 normal forwards;animation-duration: 8s;background-color: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";height: 100%;}
.text_swiper .swiper-pagination-bullet-first:after{
  opacity: 1;
  animation: loadding 7s ease-in-out 0s 1 normal forwards;
  animation-duration: 7s;
  background-color: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";
}
@keyframes loadding {
  from {
    width: 0;
  }

  to {
    width: 24px;
  }
}




.index2box{width: 100%;margin: 0 auto;padding-top: 30px;}
.index2{width: 100%;margin: 0 auto;position: relative;padding-bottom: 40px;}
.index2 .swiper-slide{background-color: transparent;}
.index2 .slide_inner{background-color: #1F1F1F;padding: 64px 48px 48px;width: 100%;display: block;}
.index2 .slide_inner .title{width: 100%;text-align: center;}
.index2 .slide_inner .title span{display: block;font-size: 14px;color: #FA8C16;line-height: 20px;}
.index2 .slide_inner .title h3{position: relative;padding-bottom: 10px;font-size: 24px;color: #fff;font-weight: bold;}
.index2 .slide_inner .title h3:after{position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);height: 2px;background-color: #009BA2;width: 48px;content: "";}
.index2 .slide_inner .imgbox{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;}
.index2 .slide_inner .imgbox img{width: 100%;}
.index2 .slide_inner .desc{width: 100%;text-align: center;}
.index2 .slide_inner .desc p{font-size: 16px;color: rgba(255, 255, 255, 0.85);margin-bottom: 10px;}
.index2 .slide_inner .desc span{font-size: 16px;color: #2DCCD3;}
.index2 .slide_inner .desc span i{margin-left: 10px;}
.index2 .slide_inner .desc span:hover{text-decoration: underline;}

.index2_swiper .index2_prev{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.index2_swiper .index2_next{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
}
.index2_swiper:hover .index2_next,.index2_swiper:hover .index2_prev{opacity: 1;}

.index2 .swiper-pagination2{text-align: center;padding: 0 15px;}
.index2 .swiper-pagination-bullet{width: 24px;height: 2px;border-radius: 0;position: relative;display: inline-block;background-color: rgb(255, 255, 255,0.6);opacity: 1;}
.index2 .swiper-pagination-bullet-active:after{opacity: 1;animation: loadding 8s ease-in-out 0s 1 normal forwards;animation-duration: 8s;background-color: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";height: 100%;}
.index2 .swiper-pagination-bullet-first:after{
  opacity: 1;
  animation: loadding 7s ease-in-out 0s 1 normal forwards;
  animation-duration: 7s;
  background-color: #fff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";
}


.contrast{display: block;width: 100%;text-align: center;padding: 30px 0;font-size: 16px;color: #2DCCD3;}
.contrast:hover{text-decoration: underline;}



.index3 .slide_text h3{font-size: 20px;color: #fff;color: rgba(255, 255, 255, 0.65);}
.index3_left{width: 50%;}
.index3_right{width: 50%;}


.main_title{width: 100%;text-align: center;}
.main_title h1{font-size: 32px;color: #fff;font-weight: bold;}

.index4box{width: 100%;margin: 0 auto;padding: 30px 0;}
.index4{width: 100%;margin: 0 auto;background-color: #1F1F1F;padding: 48px 24px;}

.index4_tab{margin: 30px 0;display: flex;align-items: center;}
.index4_tab ul{display: inline-flex;flex-wrap: wrap;justify-content: center;width: auto;border-bottom: 1px solid rgba(255, 255, 255, 0.15);margin: 0 auto;}
.index4_tab ul li{margin-right: 48px;padding: 12px 0 11px;cursor: pointer;}
.index4_tab ul li span{font-size: 14px;color: #9fa3a6;}
.index4_tab ul li.on{border-bottom: 2px solid #fff;}

.index4_content{width: 100%;max-width: 100%;margin: 0 auto; margin-top: 25px;}
.index4_content ul li{width: 100%;}
.index4_content ul li dl{display: flex;flex-wrap: wrap;}
.index4_content ul li dl dd{width: 19%; margin-bottom: 20px; /*margin: 10px 5px;*/ padding:5px;}
.index4_content ul li dl dd .dd_inner{width: 100%;}
.index4_content ul li dl dd .dd_inner .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.index4_content ul li dl dd .dd_inner .imgbox img{max-width: 100%;width: auto;}
.index4_content ul li dl dd .dd_inner .textbox{text-align: center;}
.index4_content ul li dl dd .dd_inner .textbox p{font-size: 16px;color: rgba(255, 255, 255, 0.85);}


.index5box{width: 100%;margin: 0 auto;padding: 30px 0;}
.index5{width: 100%;margin: 0 auto;background-color: #1F1F1F;padding: 48px;}

.index5_content{width: 100%;margin: 0 auto;margin-top: 30px;}
.index5_content ul{display: flex;flex-wrap: wrap;}
.index5_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.index5_content ul li:nth-child(4n){margin-right: 0;}
.index5_content ul li .li_inner{width: 100%;position: relative;max-height: 64px;}
.index5_content ul li .li_inner .img1{transition: all 0.5s ease;max-height: 64px;max-width: 100%;display: block;}
.index5_content ul li .li_inner .img2{position: absolute;top: 0;left: 50%;transform: translateX(-50%);opacity: 0;transition: all 0.5s ease;width: 100%;}
.index5_content ul li:hover .li_inner .img2{opacity: 1;}
.index5_content ul li:hover .li_inner .img1{opacity: 0;}


.index6box{width: 100%;margin:  0 auto;padding: 30px 0;}
.index6{width: 100%;margin: 0 auto;padding-top: 64px;}
.index6 h1{font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 24px;text-align: center;}
.index6_input{width: 100%;margin: 0 auto;max-width: 350px;display: flex;align-items: center;} 
.index6_input input{width: 80%;padding: 3px 12px;background-color: #232526;line-height: 24px;height: 48px;font-size: 16px;}
.index6_input button{width: 20%;background-color: #2DCCD3;height: 48px;color: rgba(0, 0, 0, 0.85);text-align: center;line-height: 24px;padding: 4px 16px;transition: all 0.1s ease-in-out;font-size: 16px;}
.index6_input button:hover{background-color: #72FFFF;}

.index6{display: flex;flex-wrap: wrap;}
.index6box .ewmbox{max-width: 120px;margin-right: 30px;position: relative;}
.index6box .ewmbox img{max-width: 100%;width: auto;}
.index6box .ewmbox p{font-size: 14px;color: #fff;margin-top: 10px; text-align:center;}


/* product */
.pro_inbanner{width: 100%;margin: 0 auto;min-height: 800px;position: relative;}
.pro_inbanner.active{position: fixed;left: 0;top: 0;z-index: -1;}
.pro_nav{width: 100%;position: absolute;left: 0;top: 0;z-index: 999;background-color: rgba(35, 37, 38, 0.9);}
.pro_nav_inner{height: 64px;display: flex;align-items: center;justify-content: space-between;}
.pro_nav.active{position: fixed;top: 0;}
.pro_nav_inner h3 a{font-size: 20px;color: #fff;font-weight: bold;}
.pro_nav_inner .nav_right{display: flex;align-items: center;height: 100%;}
.pro_nav_inner .nav_right a{font-size: 14px;color: #fff;padding: 0 15px;}

.pro_nav_inner button {
    background-color: #2DCCD3;
    height: 48px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 24px;
    padding: 4px 16px;
    transition: all 0.1s ease-in-out;
    font-size: 16px;
}
.pro_nav_inner button:hover{background-color: #72FFFF;}

.pro_video{width: 100%;}
.pro_video video{width: 100%;}

.pro_v_text{position: absolute;left: 50%;top:30%;transform: translateX(-50%);width: 100%;text-align: center;}
.pro_v_text img{max-width: 100%;width: auto;}
.pro_v_text h3{font-size: 28px;color: #fff;margin-top: 16px;}
.pro_v_text p{font-size: 16px;margin-top: 24px;color: rgba(255, 255, 255, 0.85);}
.pro_v_text .more{display: inline-block;padding: 12px 15px;color: #fff;text-align: center;border: 1px solid #fff;font-size: 16px;position: relative;font-weight: bold;margin-top: 48px;}
.pro_v_text .more i{margin-left: 10px;font-size: 14px;}
.pro_v_text .more:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0;height: 102%;background-color: #fff;transition: all 0.5s ease-in-out;z-index: -1;}
.pro_v_text .more:hover:after{width: 100%;}
.pro_v_text .more:hover{color: #000;}

.video_tc{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background-color: rgb(0, 0, 0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.video_tc.active{
	display: flex;
}
.video_tc .video{
	width: 60%;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #000;
}
.video_tc .video .close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.video_tc .video .close i{
	font-style: normal;
}
.video_tc .video video{
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
.video_tc .video .icon5{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	transform: translate(-50%,-50%);
	z-index: 9;
	cursor: pointer;
}


.zhao{position: relative;z-index: 1;top: 800px;background-color: #000;}

.product1box{padding: 96px 0;background-color: #171717;}
.product1{width: 100%;margin: 0 auto;}
.product1 .desc{font-size: 20px;color: rgba(255, 255, 255, 0.85);max-width: 70%;margin: 0 auto;}
.product1 .imgbox{width: 100%;display: flex;align-items: center;justify-content: center;margin: 40px 0;}
.product1 .imgbox img{width: 100%;}
.product1_list{width: 100%;}
.product1_list ul{display: flex;flex-wrap: wrap;}
.product1_list ul li{width: 33.33%;margin-bottom: 30px;text-align: center;}
.product1_list ul li h1{font-size: 48px;color: #fff;font-weight: bold;margin-bottom: 16px;}
.product1_list ul li p{font-size: 16px;color: #fff;}



.product2box{width: 100%;margin: 0 auto;padding: 96px 0;background-color: #060606;}
.product2{width: 100%;margin: 0 auto;}
.pro_title{width: 100%;text-align: center;}
.pro_title h1{font-size: 40px;color: #fff;font-weight: bold;position: relative;padding-bottom: 10px;}
.pro_title h1:after{width: 48px;height: 2px;background-color: #009BA2;content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}

.product2 .desc{max-width: 70%;margin: 0 auto;margin-top: 30px;}
.product2 .desc p{font-size: 16px;color: rgba(255, 255, 255, 0.85);line-height: 24px;}

.product2_content{width: 100%;margin: 0 auto;margin-top: 50px;}
.product2_swiper .swiper-slide{background-color: transparent;}
.product2_swiper .slide_inner{width: 100%;position: relative;cursor: pointer;height: 322px;background-repeat: no-repeat;background-size: cover;}
.product2_swiper .slide_inner video{width: 100%;opacity: 0;transition: all .3s ease;height: 100%;object-fit: cover;}
.product2_swiper .slide_inner video.active{opacity: 1;}
.product2_swiper .slide_inner .textbox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .45);transition: all .3s ease;}
.product2_swiper .slide_inner .textbox h3{position: relative;top: 80%;font-size: 20px;color: #fff;text-align: left;padding: 0 20px;}
.product2_swiper .slide_inner.on .textbox{opacity: 0;}

.product2_swiper .product2_prev{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background-color: rgba(0,0,0,0.4);
}
.product2_swiper .product2_next{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background-color: rgba(0,0,0,0.4);
}



.product3box{width: 100%;margin: 0 auto;padding: 96px 0;background-color: #060606;}
.product3{width: 100%;margin: 0 auto;}


.product3 .desc{max-width: 70%;margin: 0 auto;margin-top: 30px;}
.product3 .desc p{font-size: 16px;color: rgba(255, 255, 255, 0.85);line-height: 24px;}
.product3 .imgbox{width: 100%;font-size: 0;margin-top: 40px;}
.product3 .imgbox img{width: 100%;}


.product4box{width: 100%;margin: 0 auto;padding: 96px 0;}
.product4{width: 100%;margin: 0 auto;}
.product4_content{width: 100%;margin: 0 auto;margin-top: 40px;}
.product4_content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.product4_content ul li{width: 49%;margin-bottom: 30px;}
.product4_content ul li:last-child{width: 100%;}

.product4_content ul li .li_inner{width: 100%;}
.product4_content ul li .li_inner .imgbox{width: 100%;font-size: 0;}
.product4_content ul li .li_inner .imgbox img{width: 100%;}
.product4_content ul li .li_inner .textbox{padding: 48px;background-color: #1F1F1F;}
.product4_content ul li .li_inner .textbox h3{font-size: 32px;color: #fff;margin-bottom: 16px;}
.product4_content ul li .li_inner .textbox p{font-size: 16px;color: #fff;}



.product5box{width: 100%;margin: 0 auto;padding: 96px 0;}
.product5{width: 100%;margin: 0 auto;}


.product5 .desc{max-width: 70%;margin: 0 auto;margin-top: 30px;}
.product5 .desc p{font-size: 16px;color: rgba(255, 255, 255, 0.85);line-height: 24px;}
.product5 .imgbox{width: 100%;font-size: 0;margin-top: 40px;}
.product5 .imgbox video{width: 100%;}

.product5_content {width: 100%;margin: 0 auto;margin-top: 80px;}
.product5_content .imgbox{width: 100%;display: flex;align-items: center;justify-content: center;}
.product5_content .imgbox img{max-width: 100%;width: auto;}
.product5_content .textbox{width: 100%;text-align: center;}
.product5_content .textbox h1{margin-top: 24px;color: #fff;font-size: 48px;font-weight: bold;}
.product5_content .textbox h3{margin-top: 16px;color: #fff;font-size: 36px;font-weight: bold;}
.product5_content .textbox .more{display: inline-block;padding: 12px 15px;color: #fff;text-align: center;border: 1px solid #fff;font-size: 16px;position: relative;font-weight: bold;margin-top: 30px;}
.product5_content .textbox .more i{margin-left: 10px;font-size: 14px;}
.product5_content .textbox .more:after{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "";width: 0;height: 102%;background-color: #fff;transition: all 0.5s ease-in-out;z-index: -1;}
.product5_content .textbox .more:hover:after{width: 100%;}
.product5_content .textbox .more:hover{color: #000;}


/* applicationbox */
.applicationbox{width: 100%;margin: 0 auto;}
.list_style{width: 100%;margin: 0 auto;}
.list_style ul li{width: 100%;margin-bottom: 20px;border-bottom: 1px solid #F0F1F2;padding: 20px 0;}
.list_style ul li a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.list_style ul li a .imgbox{width: 25%;overflow: hidden;}
.list_style ul li a .imgbox img{width: 100%;transition: all 0.5s;}
.list_style ul li:hover a .imgbox img{transform: scale(1.1);}
.list_style ul li a .textbox{width: 70%;}
.list_style ul li a .textbox h3{font-size: 24px;color: #000;font-weight: bold;margin-bottom: 8px;}
.list_style ul li a .textbox p{font-size: 14px;color: rgba(0, 0, 0, 0.65);}
.list_style ul li a .textbox .date{display: block;margin-top: 24px;color: rgba(0, 0, 0, 0.45);font-size: 12px;line-height: 16px;}
.list_style ul li:first-child a .imgbox{width: 100%;margin-bottom: 20px;order: 0;}
.list_style ul li:first-child a .textbox{width: 100%;order: 1;}








.pfixed{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;}
.pfixed .left .leftCon{position: sticky;z-index: 1;overflow-x: hidden;top: var(--sticky-offset,0);}
.pfixed .right .rightCon{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 0;overflow-x: hidden;}
.downloadbox{width: 100%;margin: 0 auto;}
.download{width: 100%;margin: 0 auto;}
.download_left{width: 35%;}
.download_right{width: 65%;}
.download_left h1{font-size: 32px;color: rgba(0, 0, 0, 0.85);}

.download_right .item{width: 100%;margin-bottom: 40px;}
.download_right .item h3{font-size: 24px;color: rgba(0, 0, 0, 0.85);margin-bottom: 24px;}
.download_right .item ul li{width: 100%;border-bottom: 1px solid rgba(0, 0, 0, 0.09);padding-top: 8px;padding-bottom: 16px;display: flex;align-items: center;justify-content: space-between;}
.download_right .item ul li .title{font-size: 16px;color: rgba(0, 0, 0, 0.85);}
.download_right .item ul li .date{font-size: 16px;color: rgba(0, 0, 0, 0.65);}
.download_right .item ul li a{font-size: 16px;color: #009BA2;}
.download_right .item ul li a i{margin-left: 5px;}


/* news */
.news_list ul li:first-child a .imgbox{width: 25%;margin-bottom: 0px;order: 1;}
.news_list ul li:first-child a .textbox{width: 70%;order: 0;}


/* support */
.support_title{width: 100%;text-align: center;}
.support_title h1{font-size: 32px;color: rgba(0, 0, 0, 0.85);font-weight: bold;position: relative;padding-bottom: 10px;}
.support_title h1:after{width: 48px;height: 2px;background-color: #009BA2;content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.support_title p{font-size: 16px;margin-top: 15px;color: rgba(0, 0, 0, 0.65);}



.support1box,.support2box,.support3box{width: 100%;margin: 0 auto;}
.support2,.support3,.support1{width: 100%;margin: 0 auto;border-bottom: 1px solid rgba(0, 0, 0, 0.09);}

.support1_content,.support2_content,.support3_content{width: 100%;margin: 0 auto;margin-top: 40px;}

.support1_content{max-width: 80%;}
.support1_content ul{display: flex;flex-wrap: wrap;}
.support1_content ul li{width: 33.33%;text-align: center;}
.support1_content ul li .imgbox{width: 100%;display: flex;justify-content: center;align-items: center;}
.support1_content ul li .imgbox img{width: 96px;height: 96px;}
.support1_content ul li .textbox{text-align: center;margin-top: 16px;}
.support1_content ul li .textbox h3{font-size: 18px;color: rgba(0, 0, 0, 0.85);margin-bottom: 16px;}
.support1_content ul li .textbox p{font-size: 16px;color: #009BA2;}
.support1_content ul li .textbox a{color: #009BA2;}
.support1_content ul li .textbox i{margin-left: 6px;}



.support2_content ul{display: flex;flex-wrap: wrap;}
.support2_content ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.support2_content ul li:nth-child(3n){margin-right: 0;}
.support2_content ul li a{display: block;width: 100%;padding: 24px;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;transition: all 0.3s ease;}
.support2_content ul li:hover a{box-shadow: 0 16px 16px -8px rgb(0 0 0 / 10%);}
.support2_content ul li a .imgbox{width: 100%;font-size: 0;display: flex;align-items: center;justify-content: center;}
.support2_content ul li a .imgbox img{width: 128px;height: 128px;}
.support2_content ul li a .textbox{text-align: center;margin-top: 16px;}
.support2_content ul li a .textbox p{font-size: 18px;color: rgba(0, 0, 0, 0.85);}



.support3_content ul{display: flex;flex-wrap: wrap;}
.support3_content ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.support3_content ul li:nth-child(3n){margin-right: 0;}
.support3_content ul li .li_inner{padding: 24px;border: 1px solid rgba(0, 0, 0, 0.15);display: flex;align-items: center;}
.support3_content ul li .li_inner img{width: 48px;margin-right: 16px;}
.support3_content ul li .li_inner .textbox{flex: 1;margin-right: 24px;}
.support3_content ul li .li_inner .textbox h3{font-size: 18px;color: rgba(0, 0, 0, 0.85);}
.support3_content ul li .li_inner .textbox p{margin-top: 4px;color: rgba(0, 0, 0, 0.45);font-size: 14px;}
.support3_content ul li .li_inner .right{width: 24px;display: flex;justify-content: center;align-items: center;}



.textleft{text-align: left !important;}

.contactbox{width: 100%;margin: 0 auto;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.contact_left{padding: 72px 48px;width: 70%;background-color: #fff;}
.contact_right{width: 27%;background-color: #fff;}

.contact_left .item{width: 100%;max-width: 80%;margin: 0 auto;padding: 60px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.contact_left .item2{width: 100%;max-width: 80%;margin: 0 auto;padding: 60px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.contact_left .item3{width: 100%;max-width: 80%;margin: 0 auto;padding: 60px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.contact_left .yzm,.contact_left .c_btn{width: 100%;max-width: 80%;margin: 0 auto;padding: 60px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.contact_left .item h3,.contact_left .item2 h3,.contact_left .item3 h3{font-size: 24px;color: #3b3e40;margin-bottom: 24px;font-weight: bold;}
.contact_left .item .inputbox{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_left .item .inputbox .input{width: 100%;margin-bottom: 20px;}
.contact_left .item .inputbox .input span{display: block;margin-bottom: 8px;font-size: 14px;color: #3B3E40;}
.contact_left .item .inputbox .input input{width: 100%;border: 1px solid #9FA3A6;padding: 8px 12px;border-radius: 4px;}

.contact_left .item .inputbox .input1{width: 40%;}
.contact_left .item .inputbox .input2{width: 58%;}
.contact_left .item .inputbox .input3{width: 49%;}

.contact_left .item .inputbox .input select{width: 100%;border: 1px solid #9FA3A6;padding: 8px 12px;border-radius: 4px;}
.contact_left .item .inputbox .input textarea{width: 100%;border: 1px solid #9FA3A6;padding: 8px 12px;border-radius: 4px;}


.contact_left .item2 .inputbox ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_left .item2 .inputbox ul li{width: 49%;margin-bottom: 20px;}
.contact_left .item2 .inputbox ul li label{font-size: 14px;color: #3B3E40;}


.contact_left .item3 p{font-size: 14px;color: #3B3E40;margin-bottom: 8px;margin-top: 24px;}

.contact_left .yzm span{display: block;margin-bottom: 8px;font-size: 14px;color: #3B3E40;}
.contact_left .yzm .yzm_inner{display: flex;align-items: center;}
.contact_left .yzm .yzm_inner input{width: 70%;border: 1px solid #9FA3A6;padding: 8px 12px;border-radius: 4px;}
.contact_left .yzm .yzm_inner img{margin-left: 10px;}

.c_btn{display: flex;justify-content: center;}
.c_btn input{background-color: #009BA2;text-align: center;font-size: 16px;color: #fff;width: 284px;height: 48px;line-height: 48px;border-radius: 4px;}


.contact_right .title{padding: 16px 24px;border-bottom: 1px solid #F0F1F2;font-size: 20px;color: #3b3e40;font-weight: bold;}
.contact_right .desc{padding: 16px 24px 24px;}
.contact_right .desc a{font-size: 14px;color: #000;max-width: 80%;margin: 0 auto;display: block;padding-bottom: 25px;border-bottom: 1px solid #F0F1F2;}
.contact_right .desc a:hover{text-decoration: underline;}










@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.sp_header{ display:block;}
	.bannerbox{margin-top: 70px;}
	.banner_video{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;}
	.bannner_title{margin-top: 70px;}
	.index1_left{width: 100%;}
	.index1_right{width: 100%;}
	.index3_left{width: 100%;}
	.index3_right{width: 100%;}
	.slide_text h2{font-size: 25px;}
	.slide_text p{font-size: 16px;}
	.slide_text a{padding: 8px 15px;}
	.main_title h1 {font-size: 25px;}
	.pd50{padding: 25px 0;}
	.index4 {padding: 20px;}
	.index4_content ul li dl dd {width: 50%;}
	.index5 {padding: 20px;}
	.index5_content ul li {width: 49%;}
	.index5_content ul li:nth-child(2n){margin-right: 0;}
	.product5_content .textbox h1{font-size: 30px;}
	.product5_content .textbox h3{font-size: 25px;}
	.pro_title h1 {font-size: 30px;}
	.product1box,.product2box,.product3box,.product4box,.product5box,.product4box{padding: 40px 0;}
	.product4_content ul li .li_inner .textbox h3 {font-size: 25px;}
	.product1_list ul li h1 {font-size: 35px;}
	.product1 .desc {max-width: 100%;font-size: 16px;}
	.product2 .desc {max-width: 100%;}
	.product3 .desc {max-width: 100%;}
	.product5 .desc {max-width: 100%;}
	.list_style ul li a .textbox h3 {font-size: 20px;}
	.download_left h1 {font-size: 25px;}
	.bannner_title h1 {font-size: 30px;}
	.support1_content ul li {width: 100%;margin-bottom: 20px;margin-right: 0;}
	.support2_content ul li {width: 49%;margin-bottom: 20px;}
	.support2_content ul li:nth-child(2n){margin-right: 0;}
	.support2_content ul li:nth-child(3n){margin-right: 2%;}
	.support3_content ul li {width: 100%;margin-bottom: 20px;margin-right: 0;}
	.support_title h1 {font-size: 25px;}
	.contact_left{padding: 30px;width: 100%;margin-bottom: 20px;}
	.contact_right{width: 100%;}
	.contact_left .item h3, .contact_left .item2 h3, .contact_left .item3 h3 {font-size: 20px;}
	
}


@media only screen and (max-width: 680px) {
	.main_title h1 {font-size: 20px;}
	.slide_text p{font-size: 14px;}
	.slide_text{font-size: 20px;}
	.footer_top{flex-wrap: wrap;}
	.ft_left{margin-bottom: 10px;width: 100%;}
	.ft_right{width: 100%;}
	.index6_input button {padding: 5px;}
	.product5_content .textbox h1{font-size: 25px;}
	.product5_content .textbox h3{font-size: 20cpx;}
	.pro_title h1 {font-size: 25px;}
	.product4_content ul li .li_inner .textbox h3 {font-size: 20px;}
	.product4_content ul li .li_inner .textbox p {font-size: 14px;}
	.product1_list ul li h1 {font-size: 25px;}
	.product1_list ul li {width: 50%;}
	.product4_content ul li {width: 100%;}
	.product4_content ul li .li_inner .textbox {padding: 20px;}
	.list_style ul li a .textbox h3 {font-size: 18px;}
	.list_style ul li a .imgbox {width: 100%;order: 0;margin-bottom: 20px;}
	.list_style ul li a .textbox {width: 100%;order: 1;}
	
	.news_list ul li:first-child a .imgbox{width: 100%;margin-bottom: 20px;order: 0;}
	.news_list ul li:first-child a .textbox{width: 100%;order: 1;}
	.pfixed{flex-wrap: wrap;}
	.download_left{width: 100%;margin-bottom: 20px;}
	.download_right{width: 100%;}
	.download_left h1 {font-size: 20px;}
	.bannner_title h1 {font-size: 25px;}
	.support2_content ul li {width: 100%;margin-bottom: 20px;margin-right: 0 !important;}
	.support_title h1 {font-size: 20px;}
	.support1_content ul li .imgbox img {width: 60px;height: 60px;}
	.contact_left .item {max-width: 100%;}
	.contact_left .item2 {max-width: 100%;}
	.contact_left .item3 {max-width: 100%;}
	.contact_left .yzm {max-width: 100%;}
	.contact_left .item h3, .contact_left .item2 h3, .contact_left .item3 h3 {font-size: 18px;}
}
