@import url("reset.css");
@import url("fonts.css");
@import url("//at.alicdn.com/t/c/font_4966493_7wqla6b6k4y.css");
:root {
	--main-color: #022a5e;
	--color-lan: #363f4d;
}

html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'PoppinsRegular',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: var(--main-color);
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

/** 公共样式 **/
.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}
.navbox{
	height:81px;
	line-height:81px;
}
.navbox-left{
	width:80%;
	float:left;
}
.navbox-right{
	width:12%;
	height:40px;
	line-height:40px;
	background:#0099da;
	float:right;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	text-align:center;
}
.section-products{
    background:#f4f4f4;
	padding:30px 0 30px 0;

}
.section-products-box{
	text-align:center;
}
.section-products-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-products-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.section-advantage{
    background:#f4f4f4;
	padding:30px 0 30px 0;

}
.section-advantage-box{
	text-align:center;
}
.section-advantage-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-advantage-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.section-advantage-box-body{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
	position:relative;
}
.section-advantage-box-main{
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
}
.section-advantage-box-main-pic{
    width:164px;
	line-height:164px;
	border:1px dashed #a8adb7;
	border-radius:100%;
	margin:0 auto;
	font-size:30px;
}
.section-advantage-box-main h4{
    font-size:20px;
	font-weight:bold;
	line-height:60px;
}
.section-advantage-box-main p{
    font-size:16px;
	line-height:24px;
}
.section-advantage-box-main-line1{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:234px;
	top:80px;
}
.section-advantage-box-main-line2{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:521px;
	top:80px;
}
.section-advantage-box-main-line3{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:806px;
	top:80px;
}
.section-customer{
    background:#022a5e;
	padding:40px 0 40px 0;
}
.section-customer-box{

}
.section-customer-box h2{
    font-size:42px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
}
.section-customer-box h3{
    font-size:24px;
	line-height:40px;
	font-weight:normal;
	color:#fff;
	margin-bottom:40px;
}
.section-customer-box ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-customer-box ul li{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	margin-bottom:10px;
}
.section-customer-box ul li img{
	width:100%;
	height:auto;
}
.section-customer-more{
    width:214px;
	height:50px;
	line-height:50px;
	background:#0099da;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:30px;
	margin:30px auto 0 auto;
}
.section-customer-more:hover{
    background:#0a86bb;
}
.section-news-box{
    text-align:center;
	margin-top:30px;
}
.section-news-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-news-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.section-download-box-left{
	width:25%;
	float:left;
}
.section-download-box-left h2{
	font-size:42px;
	font-weight:bold;
	line-height:50px;
	color:#022a5e;
	width:80%;
	margin-bottom:20px;
}
.section-download-box-right{
	width:61.3%;
	float:right;
}

.section-download-box{
    position:relative;
}
.section-download-box-left-box{
	position:absolute;
	left:5%;
	bottom:50px;
}
.section-download-box-left-box-color{
    width:100%;
	height:345px;
	background:#0099da;
	border-radius:30px;
	padding:20px;
}
.section-download-box-left-box-color-list{
    color:#fff;
	line-height:75px;
	border-bottom:1px solid #33ade1;
}
.section-download-box-left-box-color-list-left{
    width:10%;
	float:left;
	margin-left:15px;
}
.section-download-box-left-box-color-list-center{
    width:70%;
	float:left;
	font-size:16px;
}
.section-download-box-left-box-color-list-right{
    width:10%;
	float:right;
}
.section-contact{
	background:url(/web/pic/img3.jpg) center top no-repeat;
	height:299px;
}
.section-contact-box{

}
.section-contact-box1{

	color:#fff;
}
.section-contact-box1-left{
	width:160px;
	float:left;
	font-size:18px;
	margin-left:360px;
	padding-top:15px;
}
.section-contact-box1-center{
	width:160px;
	float:left;
	font-size:36px;
}
.section-contact-box1-right{
	width:187px;
	height:48px;
	line-height:48px;
	background:#fff;
	border-radius:30px;
	float:left;
	margin-left:100px;
	color:#255d9b;
}
.section-contact-box1-right font{
	display:block;
	float:left;
	margin-left:35px;
}
.section-contact-box1-right font i{
	font-size:30px;
}
.section-contact-box1-right span{
	display:block;
	float:left;
	margin-left:15px;
}
.section-contact-box2{
    color:#fff;
	width:250px;
	margin:20px auto 20px auto;
}
.section-contact-box2-left{
	width:10%;
	float:left;
}
.section-contact-box2-center{
	width:70%;
	float:left;
}
.section-contact-box2-right{
	width:10%;
	float:left;
}
.section-contact-box3{

}
.section-contact-box3 ul li{
	float:left;
	margin-right:1%;
}
.section-contact-box31{
	width:37%;
}
.section-contact-box32{
	width:37%;
}
.section-contact-box33{
	width:20%;
	margin-right:0;
	background:#006699;
}
.index-text{
	width:100%;
	height:49px;
	line-height:49px;
	background:#fff;
	border-radius:5px;
	outline:none;
	border:0;
	display:block;
	text-indent:15px;
}
.index-submit-btn{
    width:100%;
	height:49px;
	line-height:49px;
	background:#0099da;
	outline:none;
	border:0;
	color:#fff;
	font-size:16px;
	border-radius:5px;
}
.index-submit-btn:hover{
	background:#0e739e;
}
.key_text{
	height:44px;
	float:left;
	width:85%;
	overflow:hidden;
	line-height:44px;
	outline:none;
	border:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding-left: 10px;
	background:#fff;
	color:#666666;
	border-right: none;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 15%;
	height:44px;
	overflow:hidden;
	text-align:center;
	background:#022a5e;
	line-height:44px;
	text-align: center;
	border:1px solid #022a5e;
	border-left:0;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}
.search_btn span,
.search_btn i{
	font-size: 26px;
	color:#fff;
}
/*选项卡2*/

.slideBox2{
	height: auto;
	
}
.slideBox2 .hd{
	height: auto;
	overflow: hidden;
	margin-bottom:30px;
}
.slideBox2 .hd ul{
	width:100%;
	height: auto;
	overflow:hidden;
	border-bottom:1px solid #dcdcdc;
}
.slideBox2 .hd ul li{
	font-size:16px;
	width: auto;
	line-height:50px;
	overflow: hidden;
	cursor:pointer;
	text-align: center;
	text-transform: capitalize;
	float:left;
	color:#000;
	border-radius:0;
	margin-right:30px;

}
.slideBox2 .hd ul h4{
	float:right;
	font-size:15px;
	margin-top:10px;
}
.slideBox2 .hd ul li a{
color:#000;
}
.slideBox2 .hd ul li.on{
	border-bottom:2px solid #1a4487;
}
.slideBox2 .hd ul li.on a{
color:#1a4487;
}
.slideBox2 .bd{
	height: auto;
	overflow: visible;
}
.slideBox2 .bd ul{
	height: auto;
	overflow:visible;
}
.cp_scroll{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.item1box{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.item1box .pic img{
	width:100%;
	height:auto;
}
.item1box .xia{

}
.item1box .xia h3{
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	margin:0;
	padding:5px 0 5px 0;
}
.item1box .xia .detail{
	font-size:16px;
	line-height:25px;
	font-weight:normal;
}
/*选项卡3*/
.slideBox3{
	overflow:hidden;
}
.slideBox3 .hd{
	overflow:hidden;
	margin-bottom:30px;
}
.slideBox3 .hd #hd_title{
	overflow: hidden;
	height: 150px;
	background: url(/web/pic/hd_title.jpg) no-repeat;
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	padding-top:65px;
	padding-left: 70px;
}
.slideBox3 .hd ul{
	overflow: hidden;
	padding: 0 0 0 365px;
	border-top: none;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 2px;
	background:none;
	float:left;
	padding:0 30px 0 30px;
	border-radius:30px;
	border:1px solid #ccc;
	margin-right:20px;
	transition: 0.6s;
	color: #676767;
}
.slideBox3 .hd ul li .iconfont{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.slideBox3 .hd ul li a{
	display: block;
	overflow: hidden;
	font-size: 22px;
	color: #676767;
}
.slideBox3 .hd ul li.on{
	background:#0099da;
}
.slideBox3 .hd ul li.on a{
	color: #fff;
}
/*
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 100%;
	margin-top:-10px;
	border-left-color:#113653;
} */
.slideBox3 .hd .arrow{
	display: block;
	overflow: hidden;
	margin-top: 50px;
}
.slideBox3 .hd .prev,
.slideBox3 .hd .next{
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border: 1px solid #10398B;
	text-align: center;
	line-height: 45px;
	margin-right: 25px;
	transition: 0.5s;
	cursor: pointer;
}
.slideBox3 .hd .prev:hover,
.slideBox3 .hd .next:hover{
	background: #10398B;
}
.slideBox3 .hd .prev .fa,
.slideBox3 .hd .next .fa{
	font-size: 26px;
	line-height: 45px;
	color: #10398B;
}
.slideBox3 .hd .prev:hover .fa,
.slideBox3 .hd .next:hover .fa{
	color: #fff;
}
.slideBox3 .bd{
	overflow: visible;
}
.slideBox3 .bd ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.news-box{
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
    text-align:left;
}
.news-box .pic img{
    width:100%;
	height:auto;
}
.news-box h3{
	font-size:20px;
	color:#022a5e;
	line-height:50px;
	margin:0;
}
.news-box .detail{
	font-size:16px;
	color:#022a5e;
	line-height:30px;
	margin:0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
}

.container{
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	max-width: 1600px;
}
.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1430px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	background-color: #f8f8f8;
	height: 47px;
	display: none;
	padding: 8px 0;
	border-bottom: 1px solid #f8f8f8;
}
.ding-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.ding-flex .zou{
	height: auto;
	overflow: hidden;
}
.ding-flex .you{
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.top-welcome{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.top-welcome li{
	line-height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.top-welcome li + li{
	margin-left: 15px;
}
.top-welcome li i{
	display: inline-block;
	color: var(--color-lan);
	font-size: 24px;
}
.top-welcome li .txt{
	flex: 1;
	padding-left: 10px;
	font-size: 14px;
}

.top-social{
	height: 30px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.top-social li{
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 999px;
}
.top-social li + li{
	margin-left: 10px;
}
.top-social li a{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.top-social li a.youtube{
	background-image: url(../images/ytb.png);
}
.top-social li a.instagram{
	background-image: url(../images/ins.png);
}
.top-social li a.facebook{
	background-image: url(../images/facebook.png);
}
.tb1{
	background:url(../images/tb1.png) center no-repeat #FFFFFF;
}
.tb2{
	background:url(../images/tb2.png) center no-repeat #FFFFFF;
}
.tb3{
	background:url(../images/tb3.png) center no-repeat #FFFFFF;
}
.top-request{
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	margin-left: 15px;
}
.top-request a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 999px;
	padding: 0 20px;
}
.top-box-social{
	display: none;
}

@media (min-width: 992px) {
	.full-top{
		display: block;
	}	
}
@media (min-width: 1100px) {
	.top-box-social{
		display: block;
	}	
}
@media (min-width: 1200px) {
	.top-welcome li + li{
		margin-left: 18px;
	}
	.top-social li + li{
		margin-left: 18px;
	}
	.top-request{
		margin-left: 20px;
		font-size: 16px;
	}
	.top-welcome li .txt{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.top-welcome{
		font-size: 18px;
	}
}

.lang-wrap{
	height: 40px;
	position: relative;
	z-index: 100;
	margin-left: 25px;
	margin-top:25px;
}
.lang-wrap .open-lang{
	display: block;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 8px;
	height: 26px;
	line-height: 26px;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
}
.lan-menu{
	min-width: 100%;
	width: auto;
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 101;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.lan-menu a:hover{
	color: #17a379;
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.hasline{
	border-bottom: 1px solid #eee;
}

/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: transparent;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	/* background-color: rgba(255,255,255,1); */
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	transition: 0.5s;
}

.header-right-1{
	width:52%;
	float:left;
	margin-top:22px;
}
.top-rt-lang{
	color: #000;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	position: relative;
	margin-left: 15px;
	margin-top: 23px;
	background-color:none;
	border-radius: 999px;
	padding-left: 38px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 24px;
	z-index: 200;
}
.lang-en .top-rt-lang{
	background-image: url(../images/us2.png);
}
.lang-zh_cn .top-rt-lang{
	background-image: url(../images/cn2.png);
}
.top-rt-lang i{
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}
.lang-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 161, 233, 0.2);
	padding: 8px 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
	z-index: 200;
}
.lang-menu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.lang-menu li + li{
	margin-top: 10px;
}
.lang-menu li a{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.lang-menu li a.en{
	background-image: url(../images/en.png);
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-wrap{
	height: 100%;
	overflow: visible;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #000;
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:40px;
	width:300px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 40px;
	height:40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#000;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.nav .nLi{
	float: left;
	height: 100%;
	position:relative;
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi.line{
	position: relative;
	width: 1px;
}
.nav .nLi.line::before{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:16px;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: #000;
}

.sub-menu{
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	border-bottom: 4px solid var(--main-color);
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
	white-space:nowrap
}
.lang-en .nav .sub li{
	text-align: left;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.full-sec-nav{
	background-color: var(--color-lan);
	height: 45px;
	display: none;
	position: relative;
	z-index: 66;
}
.sec-nav-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	height: 45px;
}
.sec-nav-list li{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.sec-nav-list li a{
	display: block;
	color: #fff;
	font-size: 14px;
}
.sec-nav-list li a i{
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	vertical-align: middle;
}
.sec-menu{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
}
.sec-menu li a{
	color: #000;
	font-size: 15px;
}
.sec-menu .dropdown-menu{
	display: none;
}

@media (min-width: 1200px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
	}
	.logo{
		height: 70px;
		padding: 0 0;
	}
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 25px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.nav .nLi:last-child h3 a{
		padding-right: 0!important;
	}
	.top-rt-lang{
		margin-left: 20px;
		font-size: 16px;
	}
	.pc-nav-rt{
		margin-left: 20px;
	}
	i.search-open{
		font-size: 28px;
	}
	.full-sec-nav{
		display: block;
	}
	.nav .nLi.mega-product{
		position: static!important;
	}
	.nav .nLi.mega-product .sub-menu{
		left: 0;
		right: 0;
		transform: translateX(0);
		background-color: #f6f6f6;
		padding: 40px 0;
	}
	.mega-flex-pro{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.mega-flex-pro .item{
		width: 25%;
		padding: 15px;
	}
	.nav-tu{
		height: auto;
		overflow: hidden;
	}
	.nav-tu a{
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
	}
	.nav-tu img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		transition: .5s;
	}
	.nav-tu .more{
		position: absolute;
		left: 0;
		right: 0;
		bottom: -105%;
		background-color: var(--main-color);
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px;
		text-transform: uppercase;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.nav-tu:hover img{
		transform: scale(1.05);
	}
	.nav-tu:hover .more{
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
	.sub-two-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
		font-size: 14px;
		font-weight: bold;
		line-height:30px;
	}
	.sub-two-sort a{
		color: #000;
	}
	.sub-three-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}
	.three-list-mm{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.three-list-mm li{
		width: 100%;
		padding: 6px 10px;
	}
	.three-list-mm li a{
		font-size: 14px;
		color: #666;
		padding-left: 8px;
		position: relative;
		display: block;
		line-height: 20px;
	}
	.three-list-mm li a::before{
		content: '';
		width: 4px;
		height: 4px;
		background-color: #666;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.three-list-mm li a:hover{
		color: var(--main-color);
	}
	.sub-fort-list{
		height: auto;
		overflow: hidden;
		margin-top: 5px;
	}
	.sub-fort-list li{
		width: 100%;
		padding: 5px 0;
	}
	.sub-fort-list li a{
		display: block;
		position: relative;
		color: #999;
		font-size: 12px;
	}
	.sub-fort-list li a::before{
		display: none;
	}
	.sub-fort-list li a:hover{
		color: var(--main-color);
		text-decoration: underline;
	}
	
	.sec-menu .sub-two-sort a{
		color: #000;
	}
	.sec-menu .mega-flex-pro .item{
		width: 20%;
	}
	
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:16px;
		padding: 0 28px;
	}
	.top-rt-lang i{
		font-size: 16px;
	}
	.logo{
		height: 90px;
		padding: 20px 0;
	}
	.pc-nav-rt{
		margin-left: 25px;
	}
	.pc-nav-rt span{
		font-size: 30px;
	}
	.sec-nav-list li a{
		font-size: 15px;
	}
	.three-list-mm li{
		width: 50%;
	}
	.sub-fort-list li{
		width: 100%;
	}
	.sec-menu .three-list-mm li{
		width: 100%;
	}
}
@media (min-width: 1500px) {
	.nav .nLi h3 a {
	  font-size: 16px;
	  padding: 0 24px;
	}
}
@media (min-width: 1600px) {
	.logo{
		height: 90px;
		padding: 15px 0;
	}
	
	.pc-nav-rt{
		margin-left: 35px;
	}
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 25px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:18px;
		padding: 0 35px;
	}
	
	.search-box .key_text{
		font-size: 16px;
	}
	i.search-open{
		font-size: 32px;
	}
	.sec-nav-list li a{
		font-size: 18px;
	}
	.sec-menu li a{
		font-size: 15px;
	}
	.sub-two-sort{
		font-size: 18px;
	}
	
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background:#021227;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.foot-contact-info{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.foot-contact-wrap .you{
	height: auto;
	overflow: hidden;
}

.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.foot-social li a.youtube{
	background-image: url(../images/ytb.png);
}
.foot-social li a.instagram{
	background-image: url(../images/ins.png);
}
.foot-social li a.facebook{
	background-image: url(../images/facebook.png);
}
.tb1{
	background:url(../images/tb1.png) center no-repeat #FFFFFF;
}
.tb2{
	background:url(../images/tb2.png) center no-repeat #FFFFFF;
}
.tb3{
	background:url(../images/tb3.png) center no-repeat #FFFFFF;
}
.foot-top-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-top-flex .zou{
	width: 100%;
}
.foot-top-flex .you{
	width: 100%;
	margin-top: 15px;
}
.foot-ask{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
}
.lang-en .foot-ask,
.lang-sp .foot-ask{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .foot-ask{
	font-weight: bold;
}
.foot-lx-more{
	height: auto;
	overflow: hidden;
}
.foot-lx-more a{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 20px;
	line-height: 34px;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	position: relative;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.foot-sort-name.nobd{
	border-bottom: none;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: #fff;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
	text-decoration: underline;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	background-color:#000000;
	margin-top: 40px;
}
.copyright{
	color: #999;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #999;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
.copyright-l{
    width:50%;
	float:left;
	text-align:left;
}
.copyright-r{
    width:50%;
	float:right;
	text-align:right;
}
.mb-hide2{
	display: none;
}
.foot-wechat-box{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.chat-items{
	width: 48%;
	max-width: 137px;
}
.chat-items + .chat-items{
	margin-left: 15px;
}
.foot-wechat{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.foot-wechat img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
}
.foot-lx-title{
	color: #fff;
	font-size: 16px;
}
.foot-lx-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.foot-lx-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 4px;
}
.foot-lx-list li i{
	display: inline-block;
	color: var(--main-color);
	margin-right: 10px;
	font-size: 18px;
}

.foot-fstsort-list{
	height: auto;
	overflow: hidden;
}
.foot-fstsort-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-fstsort-list li a {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-top-flex .zou{
		width: auto;
	}
	.foot-top-flex .you{
		width: auto;
		margin-top: 0;
	}
	
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.full-copyright{
		margin-top: 50px;
	}
	.foot-flex{
		flex-wrap: nowrap;
	}
	.mb-hide2{
		display: block;
	}

	.foot-item{
		width: auto;
		max-width: 24%;
		/* padding: 0 10px; */
		/* max-width: 25%; */
	}
	.foot-item.last-item{
		max-width: 28%;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
	}
	.foot-sort-name{
		border-bottom: none;
		line-height: 1.5;
		padding-bottom: 15px;
	}
	.foot-sort-list li{
		border-bottom: none;
		line-height: 1.5;
	}
	.foot-sort-list li + li{
		margin-top: 15px;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-ask{
		font-size: 20px;
	}
	.foot-lx-more a{
		font-size: 16px;
		padding: 0 25px;
		line-height: 44px;
	}
	.foot-item-1{
		display: none;
	}
	
	.top-link{
		width: auto;
		margin-top: 0;
	}
	
	.foot-fstsort-list li {
	  border-bottom: none;
	  line-height: 1.5;
	  font-size: 16px;
	}
	.foot-fstsort-list li a{
		padding-left: 0;
	}
	.foot-fstsort-list li +li {
		margin-top: 15px;
	}
	
}
@media (min-width: 1200px) {
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-ask{
		font-size: 24px;
	}
	.foot-lx-more a{
		font-size: 18px;
		padding: 0 40px;
		line-height: 60px;
	}
	.foot-item-1{
		display: block;
	}
	.foot-fstsort-list li {
		font-size: 18px;
	}
	
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 18px;
	}	
	.foot-panel-wrap{
		margin-top: 0;
	}
	.foot-sort-list li{
		font-size: 16px;
		padding: 2px 0;
	}
	.foot-ask{
		font-size: 30px;
	}
	
}

@media (min-width: 1600px) {
	.foot-item{
		max-width: 15%;
	}
	.foot-item.two-item{
		max-width: 25%;
		width: 25%;
	}
	.foot-item.last-item{
		max-width: 42%;
		width: 42%;
	}
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-ask{
		font-size: 40px;
	}
	.foot-contact-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.foot-contact-info{
		width: 52%;
		font-size: 16px;
	}
	.foot-contact-wrap .you{
		max-width: 46%;
	}
	.foot-social{
		margin-top: 0;
	}
	.foot-social li{
		font-size: 16px;
	}
	.foot-fstsort-list li {
		font-size: 20px;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.section-product{
	background-color: #fff;
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	margin-bottom: 20px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	 font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
}
.public-head span::after{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}

.public-sml{
	color: #333;
	font-size: 16px;
	position: relative;
	font-family: 'PoppinsLight';
	line-height: 1.2;
}

.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 35px;
	border-radius: 999px;
	background-color: var(--main-color);
}
.mb-hide{
	display: none;
}
.section-aboutus{
	height:893px;
	padding-top:180px;
	background:url(/web/pic/img1.jpg) center bottom no-repeat;
}
.section-aboutus-left{
	width:26%;
	height:543px;
	float:left;
	text-align:center;
}
.section-aboutus-left h2{
	font-size:42px;
	line-height:56px;
	font-weight:bold;
}
.section-aboutus-left h3{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	color:#0099da;
}
.section-aboutus-left h4{
    width:70px;
	height:70px;
	line-height:70px;
	border-radius:100%;
	background:#022a5e;
	color:#fff;
	margin:20px auto 0 auto;
}
.section-aboutus-left h4 i{
	font-size:32px;
}
.section-aboutus-left h4:hover{
    background:#05408d;
}
.section-aboutus-right{
	font-size:18px;
	width:62%;
	float:right;
	line-height:34px;
}
.section-shili{
	height:170px;
	background:url(/web/pic/tou.png);
	padding:0;
}
.section-shili-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top:30px;
}
.section-shili-box ul{
	width: 25%;
}
.section-shili-box ul li{
	font-size:16px;
}
.section-shili-box ul li font{
	font-size:56px;
	display:block;
	float:left;
	color:#0099da;
}
.section-shili-box ul li span{
	font-size:56px;
	display:block;
	float:left;
	margin-left:15px;
	color:#0099da;
}
.section-inquiry{
	position:relative;
	margin-top:30px;
}
.section-inquiry-box{
	height:157px;
	background:#ffffff;
	box-shadow: 0px 4px 4px 0px rgba(204,204,204,0.25);
	z-index:99;
	border-radius:30px;
}
.section-inquiry-box-left{
	width:13%;
	float:left;
	padding-top:10%;
	margin-left:30px;
}
.section-inquiry-box-left img{
    width:100%;
	height:auto;
}
.section-inquiry-box-left i{
	font-size:50px;
	color:#ff6801;
}
.section-inquiry-box-center{
	width:27%;
	float:left;
	font-size:36px;
	line-height:36px;
	text-align:left;
	padding-top:40px;
	margin-left:1%;
}
.section-inquiry-box-center h2{
	font-size:42px;
	line-height:60px;
	padding-top:30px;
}
.section-inquiry-box-center h2 span{
    color:#ff6801;
}
.section-inquiry-box-center h3{
    font-size:16px;
	line-height:30px;
}
.section-inquiry-box-right{
    width:46%;
	float:right;
	margin-right:20px;
	text-align:left;
}
.section-inquiry-box-right ul{
	float:left;
	margin-top:25px;
	margin-right:20px;
}
.section-inquiry-box-right ul li{
	font-size:16px;
	line-height:36px;
}
.section-inquiry-box-right-wenzi{
	width:75%;
	float:left;
	padding-top:56px;
}
.section-inquiry-box-right-gengduo{
    width:22%;
	height:50px;
	line-height:50px;
	background:#0099da;
	color:#fff;
	border-radius:30px;
	font-size:20px;
	text-align:center;
	float:right;
	margin-top:55px;
	margin-right:1%;
}
.section-inquiry-box-right-gengduo:hover{
	background:#0f85b7;
}
@media (min-width: 768px) {	
	.mb-hide{
		display: block;
	}
	.index-sort-tab{
		height: auto;
		overflow: hidden;
	}
	.index-sort-tab .item{
		height: auto;
		overflow: hidden;
		background-color: #fff;
		display: none;
	}
	
}
@media (min-width: 992px) {
	.public-head{
		font-size: 24px;
		margin-bottom: 25px;
	}
	
}
@media (min-width: 1200px) {
	.public-head{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.public-sml{
		font-size: 18px;
	}
	.public-more a{
		font-size: 16px;
	}
	
}
@media (min-width: 1400px) {
	.public-head{
		font-size: 36px;
		margin-bottom: 45px;
	}
	.public-sml{
		font-size: 24px;
	}
	.public-sml.font-20{
		font-size: 20px;
	}
	
}
@media (min-width: 1600px) {
	.public-head{
		font-size: 48px;
	}
	
}

.index-list-sort-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.index-list-sort-product li{
	width: 50%;
	padding: 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-sort-product li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ebebeb;
	border-radius: 10px;
	transition: 0.5s;
}
.index-list-sort-product li .txt{
	padding: 15px 10px;
}
.index-list-sort-product li .title{
	text-align: center;
	font-size: 14px;
	color: #000;
	transition: 0.5s;
}
.lang-en .index-list-sort-product li .title{
	font-family: 'PoppinsMedium';
}
.lang-zh_cn .index-list-sort-product li .title{
	font-weight: bold;
}
.index-list-sort-product li .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	text-transform: capitalize;
	margin-top: 10px;
	font-size: 14px;
	color: #636363;
	transition: 0.5s;
}
.index-list-sort-product li .more i{
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.index-list-sort-product li .pic{
	border-radius: 10px;
}
.index-list-sort-product li .pic img{
	transition: 0.5s;
}

.index-list-sort-product li .wrap:hover{
	border-color: var(--main-color);
	background-color: var(--main-color);
}
.index-list-sort-product li .wrap:hover .more,
.index-list-sort-product li .wrap:hover .title{
	color: #fff;
}
.index-list-sort-product li .wrap:hover .pic img{
	transform: scale(1.1);
}

@media (min-width: 768px) {
	.index-list-sort-product{
		margin-left: -10px;
		margin-right: -10px;
	}
	.index-list-sort-product li{
		width: 50%;
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.index-list-sort-product li{
		width: 25%;
	}
	.index-list-sort-product li .title{
		font-size: 16px;
	}
	.index-list-sort-product li .more{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.index-list-sort-product{
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 40px;
	}
	.index-list-sort-product li{
		padding: 15px;
	}
	.index-list-sort-product li .title{
		font-size: 18px;
	}
	.index-list-sort-product li .txt{
		padding: 20px 15px;
	}
	.index-list-sort-product li .wrap{
		border-radius: 20px;
	}
	.index-list-sort-product li .pic{
		border-radius: 20px;
	}
	
}
@media (min-width: 1400px) {	
	.index-list-sort-product{
		margin-left: -20px;
		margin-right: -20px;
	}
	.index-list-sort-product li{
		padding: 20px;
	}
	
}

.idx-flex-project{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}
.idx-flex-project .item{
	width: 100%;
	padding: 4px;
}
.idx-flex-project .item:nth-child(2){
	padding: 0 4px;
}
.idx-list-project{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}
.idx-list-project li{
	width: 50%;
	padding: 4px;
}
.idx-flex-project .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.idx-flex-project .wrap a{
	display: block;
}
.idx-flex-project .wrap:hover .pic img{
	transform: scale(1.05);
}

@media (min-width: 600px) {
	.idx-flex-project .item{
		width: 50%;
		padding: 4px;
	}
	
}
@media (min-width: 992px) {
	.idx-flex-project{
		margin-top: 50px;
	}
}


/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:visible;
	position: relative;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.in-proban-name{
	position: absolute;
	top: 10%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	color: #fff;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
}
.lang-en .in-proban-name{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .in-proban-name{
	font-weight: bold;
}


.in-dtl-prosort{
	font-size: 14px;
}
.in-dtl-protitle{
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.lang-en .in-dtl-protitle{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .in-dtl-protitle{
	font-weight: bold;
}
.in-dtl-prosml{
	color: #666666;
	font-size: 12px;
}

.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.ban-main{
	position: relative;
}
.ban-sort{
	color: #fff;
	font-size: 24px;
	position: relative;
	z-index: 55;
	padding-left: 25px;
	padding-bottom: 22px;
}
.lang-en .ban-sort{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .ban-sort{
	font-weight: bold;
}
.ban-flg{
	background-color: var(--color-lan);
	color: rgba(255,255,255,0.3);
	font-family: 'PoppinsBold';
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 60px;
	height: 60px;
	font-size: 30px;
}
.ban-xia{
	background-color: #fff;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0,0.1);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -30px;
	left: 30px;
	z-index: 33;
	width: 40px;
	height: 40px;
}
.ban-xia i{
	font-size: 20px;
}

@media (min-width: 768px) {
	.in-proban-name{
		font-size: 24px;
	}
	.in-dtl-prosort{
		font-size: 16px;
	}
	.in-dtl-protitle{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-dtl-prosml{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.in-proban-name{
		font-size: 30px;
	}
	.in-dtl-prosort{
		font-size: 18px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 16px;
	}
	.ny_banner img{
		height: 560px;
		object-fit: cover;
	}
	.ban-sort{
		font-size: 36px;
		padding-left: 30px;
		padding-bottom: 35px;
	}
	.ban-flg{
		width: 90px;
		height: 120px;
		font-size: 72px;
		bottom: -30px;
	}
	.ban-xia{
		width: 60px;
		height: 60px;
		bottom: -45px;
		left: 60px;
		font-size: 24px;
	}
	.ban-xia i{
		font-size: 24px;
	}
	
}
@media (min-width: 1200px) {
	.in-proban-name{
		font-size: 36px;
	}
	.in-dtl-prosort{
		font-size: 22px;
	}
	.in-dtl-protitle{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.in-dtl-prosml{
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.in-proban-name{
		font-size: 48px;
	}
	
	.ban-sort{
		font-size: 54px;
		padding-left: 50px;
		padding-bottom: 45px;
	}
	.ban-flg{
		width: 150px;
		height: 180px;
		font-size: 140px;
		bottom: -50px;
	}
	.ban-xia{
		width: 80px;
		height: 80px;
		bottom: -65px;
		left: 110px;
	}
	.ban-xia i{
		font-size: 30px;
	}
	
}

@media (min-width: 1600px) {
	.ban-sort{
		font-size: 64px;
		padding-left: 50px;
		padding-bottom: 45px;
	}
	.ban-flg{
		width: 190px;
		height: 220px;
		font-size: 172px;
		bottom: -70px;
	}
	.ban-xia{
		width: 90px;
		height: 90px;
		bottom: -80px;
		left: 140px;
	}
	.ban-xia i{
		font-size: 36px;
	}
}

.full-in-path{
	width: 100%;
	background-color: transparent;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
}

.public-path{
	line-height: 30px;
	color: #666;
	font-size: 14px;
	padding-left: 0;
}
.public-path a{
	color: #666;
	display: inline-block;
}
.public-path a:hover{
	color: var(--main-color);
}
.public-path i{
	display: inline-block;
	margin-right: 5px;
}

.section-inner{
	position: relative;
}
.in-aside-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.aside-left{
	width: 28%;
	display: none;
}

.aside-contact{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:2;
	border:1px solid #EEEEEE;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.aside-contact a{
	color:#333;
}
.aside-contact table tr td img{
	vertical-align: middle;
	width: 25px;
}

.zlm{
	width:auto;
	background:#fff;
	
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:24px;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 15px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	line-height: 20px;
	font-size: 16px;
	
}
.lang-en .zlm dl dt a{
	font-family: 'PoppinsSemiBold';
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.zlm dl dt i{
	font-size:16px;
	cursor:pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
/* .zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
} */
.zlm dl .sanji{
	display:none;
	background:#fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
.zlm dl .sanji li{
	height:auto;
	line-height:2;
	position:relative;
	padding-left: 15px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}
.zlm dl .sanji li i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.zlm dl .dropdown-menu{
	display:none;
	padding: 5px 0;
}
.zlm dl .sanji li.sanji_on .dropdown-menu{
	display:block;
}
.zlm dl .sanji li .dropdown-menu li a{
	font-size: 15px;
}

.aside-main{
	flex: 1;
	height: auto;
	overflow: hidden;
}
.main-content{
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 2.25;
}
.main-content img,
.main-content iframe,
.main-content video,
.main-content table{
	max-width: 100%;
	height: auto;
}

.photo-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.photo-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
}
/* .photo-list.factory li{
	width: 33.333333%;
} */
.photo-list li .wrap{
	height: auto;
	overflow: hidden;
}
.photo-list li a{
	display: block;
	overflow: hidden;
}
.photo-list li .pic{
	border: 1px solid #eee;
	padding: 5px;
}
.photo-list.factory li .pic{
	padding: 0;
	border: 0;
}
.photo-list li h4{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}
.photo-list li .wrap:hover .pic img{
	transform: scale(1.1);
}
#baguetteBox-slider .full-image{
	padding: 50px 20px;
}
#baguetteBox-slider img{
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.photo-list li{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.photo-list li{
		width: 25%;
	}
	.public-path{
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.photo-list li{
		width: 25%;
	}
}
@media (min-width: 1400px) {
	.full-in-path{
		padding: 20px 0;
	}
	.public-path{
		padding-left: 0;
	}
}
@media (min-width: 1600px) {
	.full-in-path{
		padding: 25px 0;
	}
	.public-path{
		padding-left: 0;
	}
}


.pages{
	padding:20px 0px;
	text-align:center;
	height: auto;
	overflow: hidden;
}
.pages a{
	display: inline-block;
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin: 0 5px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/** contact **/
.in-contact-content{
	width: 580px;
	height: auto;
	overflow: hidden;
}

.form-content{
	height: auto;
	overflow:hidden;
	padding:10px 10px 10px 70px;
	font-size:16px;
	line-height:25px;
	background:url(../images/feedback.png) 15px center no-repeat #f1f1f1;
	min-height:50px;
	border-radius: 5px;
}
.form-outer{
	height: auto;
	overflow: hidden;
}
.form-row{
	height: auto;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.form-col-5{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-col-10{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-col-2{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	padding: 0 15px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-gp-title{
	display: block;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 10px;
}
.form-group label font{
	display: inline-block;
	margin-right: 5px;
	color: red;
}
.form-group.white label{
	color: #fff;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"]{
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 30px;
	border: 0;
	border-radius: 10px;
	color: #333;
	outline: none;
	overflow: hidden;
	background-color: #f4f4f4;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 25px;
	border: 0;
	border-radius: 10px;
	color: #333;
	outline: none;
	resize: none;
	height: 180px;
	overflow: hidden;
	transition: 0.5s;
	background-color: #f4f4f4;
}
.form-group input.form-file{
	float: left;
	width: 260px;
}
.form-group button{
	display: inline-block;
	line-height: 30px;
	padding: 15px;
	color: #fff;
	width: 40%;
	min-width: 300px;
	text-align: center;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 999px;
	letter-spacing: 1px;
	position: relative;
	z-index: 101;
	
	background-color: var(--main-color);
}
.form-group button[disabled]{
	background-color: #999;
	cursor: no-drop;
}
.form-group em{
	display: inline-block;
	font-size: 30px;
	margin-right: 15px;
	vertical-align: middle;
}

.form-radiaos{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.custom-radio{
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.custom-radio span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.form-checkboxs{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.custom-checkbox{
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.custom-checkbox span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.form-group input::-webkit-input-placeholder{ color: #000;}
.form-group input::-ms-input-placeholder{ color: #000;}
.form-group input::-moz-input-placeholder{ color: #000; opacity: 1;}
.form-group input::placeholder{ color: #000;}

.form-group textarea::-webkit-input-placeholder{ color: #000;}
.form-group textarea::-ms-input-placeholder{ color: #000;}
.form-group textarea::-moz-input-placeholder{ color: #000; opacity: 1;}
.form-group textarea::placeholder{ color: #000;}

.form-group i{
	display: inline-block;
	color: #808080;
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
}
button.layui-btn{
	
	margin-top: 5px;
	margin-left: 0!important;
	padding: 0!important;
}
button.layui-btn i{
	top: 6px;
	color: #fff;
}

.form-line-dt{
	border-top: 2px dashed #d6d6d6;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.form-col-5{
		width: 50%;
	}
	.form-gp-title{
		font-size: 18px;
	}
	.custom-checkbox span,
	.custom-radio span{
		font-size: 16px;
	}
	.form-col-2{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.form-col-2{
		width: 20%;
	}
}

/** 新闻左右图文 **/
.list-news-tuwen{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: -20px;
}
.list-news-tuwen li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.list-news-tuwen li .pic{
	width: 250px;
}
.list-news-tuwen li .pic a{
	display: block;
}
.list-news-tuwen li .you{
	flex: 1;
	padding-left: 30px;
}
.list-news-tuwen li h2.title{
	font-size: 18px;
}
.list-news-tuwen li .brief{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.list-news-tuwen li .more{
	margin-top: 15px;
	text-transform: uppercase;
}
.list-news-tuwen li .more a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 40px;
}
.list-news-tuwen li:hover .pic img{
	transform: scale(1.1);
}

.list-news-tulist{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-tulist li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-tulist li .wrap{
	height: auto;
	overflow: hidden;
}
.list-news-tulist li .title{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 15px;
}
.list-news-tulist li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.list-news-tulist li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-tulist li .time{
	margin-top: 10px;
	color: #888;
}
.list-news-tulist li .time i{
	display: inline-block;
	margin-right: 5px;
}

@media (min-width: 540px) {
	.list-news-tulist li{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.list-news-tulist li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-tulist li{
		width: 25%;
	}
}

.list-news-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-news-pic li{
	width: 100%;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.list-news-pic li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-news-pic li .title{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}
.list-news-pic li .wrap:hover .title a{
	color: #fff;
}
.list-news-pic li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	transition: 0.5s;
}
.list-news-pic li .time{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	transition: 0.5s;
}
.list-news-pic li .txt{
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
	transition: 0.5s;
}
.list-news-pic li .wrap:hover .txt{
	background-color: var(--main-color);
}
.list-news-pic li .wrap:hover .brief,
.list-news-pic li .wrap:hover .time{
	color: #fff;
}

.in-news-wzlist{
	height: auto;
	overflow: hidden;
}
.in-news-wzlist li{
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
}
.in-news-wzlist li span{
	display: inline-block;
	width: 120px;
	color: #999;
	text-align: right;
}
.in-news-wzlist li .title{
	flex: 1;
}
.in-news-wzlist li i{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.list-news-wzbrief{
	height: auto;
	overflow: hidden;
	margin-top: -20px;
}
.list-news-wzbrief li{
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.list-news-wzbrief li .title{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	margin-bottom: 15px;
}
.list-news-wzbrief li .brief{
	height: auto;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.list-news-wzbrief li .time{
	height: auto;
	overflow: hidden;
	font-size: 15px;
	margin-top: 15px;
	color: #666;
	font-family: 'GothamBook';
	line-height: 24px;
}
.list-news-wzbrief li .time i{
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 18px;
	line-height: 24px;
}
.list-news-wzbrief li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.list-news-wzbrief li .more a{
	display: inline-block;
	color: #fff;
	padding: 10px 30px;
	background-color: var(--main-color);
}

.title-article{
	text-align: center;
	font-size: 24px;
}
.article-other{
	height: auto;
	overflow: hidden;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	background-color: #f4f4f4;
	padding: 15px;
	border: 1px dashed #ddd;
}
.article-other .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
}
.article-other .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	margin-left:50px;
}
.article-other i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 20px;
}
.article-other em{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin-left: 3px;
}
.shangxiapian{
	padding-top:20px;
	margin-top:40px;
	border-top:1px solid #dce0e0;
}
.shangxiapian li{
	line-height:30px;
}
.tubiao{
	height: 100px;
    text-align:center;
	}


.tubiao i{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color:#022a5e;
}
.section-advantage-box-main:hover i::after{
	color:#0099da;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #022a5e;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e71b";
}
.tubiao.aa-2 i::after{
	content: "\e726";
    font-size:50px;
}
.tubiao.aa-3 i::after{
	content: "\e725";
}
.tubiao.aa-4 i::after{
	content: "\e794";
}
.tubiao.aa-5 i::after{
	content: "\e65b";
}
.tubiao.aa-6 i::after{
	content: "\e65b";
}
@media (min-width: 640px) {
	.list-news-pic li{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.list-news-pic li{
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.list-news-pic li .title{
		font-size: 20px;
	}
	.list-news-pic li .brief{
		font-size: 16px;
	}
}
@media (min-width: 1400px) {
	.list-news-pic li{
		width: 33.333333%;
	}
}


/** faq **/
.faqlist{
	height: auto;
	overflow:visible;
}
.faqlist dl{
	height: auto;
	overflow:hidden;
	margin-bottom:30px;
	background-color: #fff;
	border-radius: 10px;
}
.faqlist dl dt{
	height:auto;
	display:block;
	padding-left:15px;
	padding-right: 50px;
	cursor:pointer;
	position: relative;
}
.faqlist i{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size:14px;
	transition:0.6s;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist em{
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	font-style:normal;
	font-size:24px;
	font-family: 'PoppinsSemiBold';
	color: rgba(48, 74, 157, 0.1);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faqlist h4{
	font-size:13px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	font-family: 'PoppinsSemiBold';
	padding-left: 35px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	line-height:2;
	display:none;
	color: #5B5B5B;
	padding-left: 46px;
	padding-top: 0;
}
.faqlist dl dt.open i{
	transform: translateY(-50%) rotate(90deg);
}
.faqlist dl.hasop{
	box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.09);
}
@media (min-width: 640px) {
	.faqlist h4{
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.faqlist{
		margin-top: 50px;
	}
	.faqlist dl dt{
		padding-left: 25px;
	}
	.faqlist h4{
		font-size:18px;
		padding-left: 60px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faqlist em{
		font-size: 36px;
	}
	.faqlist i{
		font-size: 20px;
	}
	.faqlist dd{
		font-size: 18px;
		padding-left: 100px;
	}
}

@media (min-width: 1200px) {
	.faqlist h4{
		font-size:20px;
		padding-left: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faqlist em{
		font-size: 48px;
	}
}

/** table **/
.biaoge{
	width:100%;
	min-width: 900px;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ddd solid 1px;
    padding:10px 15px;
	text-align: center;
	line-height: 22px;
}
.biaoge tr th,.biaoge .down_b{
	background:#eee;
}
.biaoge tr td i{
	font-size: 20px;
	color: var(--main-color);
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.biaoge tr td a{
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}
.biaoge tr td img{
	max-width: 100%;
	height: auto;
	max-height: 40px;
}

.in-down-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.in-down-list li{
	width: 50%;
	padding: 10px;
}
.in-down-list li .wrap{
	height: 82px;
	position: relative;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-left: 25px;
}
.in-down-list li .wrap a{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--main-color);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-down-list li .wrap a i{
	font-size: 36px;
}
.in-down-list li .wrap .title{
	font-size: 16px;
	color: #666;
	flex: 1;
}
.in-down-list li .wrap .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.in-down-list3{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.in-down-list3 li{
	width: 100%;
	padding: 10px 15px;
	height: auto;
	overflow: hidden;
}
.in-down-list3 li .wrap{
	height: auto;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	transition: 0.5s;
	align-items: center;
}
.in-down-list3 li .title{
	width: 80%;
	font-size: 16px;
}
.in-down-list3 li .title i{
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}
.in-down-list3 li a.click-icon{
	display: inline-block;
}
.in-down-list3 li a.click-icon i{
	font-size: 24px;
}
.in-down-list3 li .wrap:hover{
	border-color: var(--main-color);
}

@media (min-width: 1400px) {
	.in-down-list3 li{
		width: 50%;
	}
}

/** 留言弹窗 **/
.popform-mix{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}
.popform{
	width: 830px;
	background: #fff;
	padding: 30px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.popform-close{
	width: 32px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	background: url('../images/closeWhite.svg') no-repeat center/22px auto;
	top: 5px;
	right: 5px;
	transition: all .4s ease;
	text-align: center;
	line-height: 32px;
	color: #000;
	overflow: hidden;
}
.popform-close i{
	display: inline-block;
	font-size: 30px;
}
.popform-close:hover{
	transform: rotate(90deg);
}
.popform-title{
	width: 100%;
	text-align: center;
}
.popform-title h4{
	font-size: 24px;
	color: #333;
	line-height: 28px;
	text-transform: capitalize;
}
.popform-form{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.popform-form li{
	width: 50%;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.popform-form li.full-li{
	width: 100%;
}
.popform-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.popform-form li input,
.popform-form li select{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 40px;
}
.popform-form li textarea{
	display: block;
	width: 100%;
	background: #f2f3f4;
	height: 120px;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 5px;
	line-height: 25px;
	resize: none;
}
.popform-form li i.must{
	font-size: 16px;
	color: #eb2a2e;
	position: absolute;
	left: 6px;
	top: 16px;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	
	font-style: normal;
}
.popform-form li select{
	background-image: url("../images/selArr.png");
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: right 16px center;
}
.popform-form li p{
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.popform-form li p b{
	color: #eb2a2e;
}
.popform-form li h6{font-size: 14px;color: #888;display: inline-block;vertical-align: middle;position: relative;padding-left: 26px;user-select: none;cursor: pointer;}
.popform-form li h6::before{content: "";position: absolute;width: 15px;height: 15px;border: 1px solid #d2d2d2;left: 0;top: 3px;}
.popform-form li h6::after{display: none;content: "";position: absolute;width: 18px;height: 18px;background: url('../images/formYes.svg') no-repeat center/22px auto;left: 3px;top: 0px;}
.popform-form li h6.active::before{border: 1px solid #1f55ad;}
.popform-form li h6.active::after{display: block;}
.popform-form li a{font-size: 14px;color: #1f55ad;display: inline-block;vertical-align: middle;}
.popform-form li span.hint{font-size: 14px;color: #eb2a2e;display: inline-block;vertical-align: middle;margin-left: 4px;}
.popform-form li.popform-form-center{text-align: center;}
.popform-form li button{width: 160px;cursor: pointer;height: 40px;font-size: 16px;transition: all .4s ease;margin: 0 8px;border: none;}
.popform-form li button.popform-cancel{color: #666;border: 1px solid #d2d2d2;}
.popform-form li button.popform-confirm{background: var(--main-color);color: #fff;}
.popform-form li button.popform-cancel:hover{background: #d2d2d2;}
.popform-form li button.popform-confirm:hover{background: #00479d;}

/** product in **/
.in-product-list{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -11px;
	margin-right: -11px;
}
.in-product-list li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 11px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-list li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.in-product-list li h3{
	font-size: 16px;
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	padding: 12px 0;
}
.in-product-list li .title a{
	display: inline-block;
}
.in-product-list li .brief{
	line-height: 2;
	color: #333;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.in-product-list li .pic:hover img{
	transform: scale(1.1);
}
.in-product-list li .more{
	text-align: center;
}
.in-product-list li .more span{
	display: inline-block;
	color: #666;
	border: 1px solid #666;
	border-radius: 999px;
	line-height: 30px;
	padding: 0 25px;
	font-size: 14px;
	transition: 0.5s;
}
.in-product-list li .wrap:hover .more span{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.in-product-row{
	height: auto;
	overflow: hidden;
}
.in-product-row li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.in-product-row li + li{
	margin-top: 25px;
}
.in-product-row li .pic{
	width: 100%;
	border: 1px solid #ddd;
}
.in-product-row li .pic img{
	transition: 0.5s;
}
.in-product-row li:hover .pic img{
	transform: scale(1.05);
}
.in-product-row li .txt{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.in-product-row li .title{
	font-size: 16px;
	font-family: 'PoppinsMedium';
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-product-row li .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-product-row li .more a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #000;
	padding: 10px;
}
.in-product-row li .more a + a{
	margin-left: 10px;
}

@media (min-width: 480px) {
	.in-product-row li .pic{
		width: 50%;
	}
	.in-product-row li .txt{
		width: auto;
		flex: 1;
		padding-left: 20px;
		margin-top: 0;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
}

@media (min-width: 768px) {
	.in-product-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.in-product-list li{
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.in-product-list li .title{
		font-size: 18px;
	}
	.in-product-list li .brief{
		font-size: 16px;
	}
	
	.in-product-row li .pic{
		width: 252px;
	}
	.in-product-row li .txt{
		padding-left: 40px;
	}
	.in-product-row li .title{
		font-size: 18px;
	}
	.in-product-row li .brief{
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more a{
		font-size: 14px;
		padding: 10px 15px;
	}
	
}
@media (min-width: 992px) {
	.in-product-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.in-product-list li{
		width: 33.333333%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	

	.aside-left{
		display: block;
	}
	.aside-main{
		padding-left: 30px;
	}
	
	.in-product-row li .title{
		font-size: 20px;
	}
	.in-product-row li .brief{
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.75;
		-webkit-line-clamp: 6;
	}
	.in-product-row li .more{
		margin-top: 20px;
	}
	
}

.detail-product-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-product-right{
	flex: 1;
	margin-top: 20px;
}

.detail-product-brief{
	color: #444;
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
}
.detail-product-btm{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.detail-product-btm li{
	position: relative;
	font-size: 14px;
}
.detail-product-btm li + li{
	margin-left: 10px;
}
.detail-product-btm li a{
	display: block;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	color: #fff;
	background-color: var(--main-color);
}
.detail-product-btm li i{
	display: inline-block;
	margin-right: 10px;
}
.web-share{
	height: auto;
	overflow: hidden;
}

.detail-product-top .zou{
	width: 100%;
	padding: 0 10px;
}
.detail-product-top .you{
	width: 100%;
	padding: 0 10px;
	margin-top: 20px;
}
.dtl-flex-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 25px;
}
.dtl-flex-row .xiangce{
	width: 100%;
}
.dtl-flex-row .proqita{
	width: 100%;
	margin-top: 30px;
}
.detail-product-title{
	color: #000;
	line-height: 1.25;
	font-size: 18px;
	margin-bottom: 10px;
}
.dtl-sort-name{
	color: #666666;
	font-size: 14px;
}
.dtl-pro-brief{
	margin-top: 15px;
}
.dtl-pro-brief table{
	width: 100%;
}
.dtl-pro-brief table tr td{
	font-size: 14px;
	padding: 6px 0;
}
.dtl-pro-brief table tr td:nth-child(1){
	width: 150px;
}
.dtl-contact{
	margin-top: 25px;
}
a.hui{
	display: inline-block;
	color: #666;
	font-size: 12px;
	line-height: 40px;
	border-radius: 999px;
	background-color: #f4f4f4;
	padding: 0 25px;
}
a.hui i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
a.luse{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	border-radius: 999px;
	background-color: var(--main-color);
	padding: 0 25px;
	margin-right: 20px;
}
a.luse i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.dtl-social{
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.dtl-social li{
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}
.dtl-social li a{
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: var(--color-lan);
	background-color: #e0e0e0;
	border-radius: 50%;
}
.dtl-social li a i{
	font-size: 20px;
}
.dtl-social li a:hover{
	color: #fff;
	background-color: var(--color-lan);
}
.dtl-prosidebox{
	height: auto;
	overflow: hidden;
}
.dtl-prosidebox{
	background-color: #fff;
	padding: 25px;
}
.dtl-talk-tit{
	border-bottom: 1px solid #dbdbdb;
	font-size: 22px;
	padding-bottom: 16px;
	margin-bottom: 25px;
}
.dtl-talk-cnt{
	text-align: center;
	font-size: 18px;
}
.dtl-talk-cnt img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.dtl-talk-msg{
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
}
.dtl-talk-to{
	text-align: center;
	margin-top: 40px;
}
.dtl-desp-main{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.desp-tit{
	font-size: 20px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dtl-cansu-pam{
	display: none;
}
.desp-flex-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	align-items: flex-start;
}
.desp-flex-row .zou{
	width: 100%;
	padding: 0 12px;
}
.desp-flex-row .you{
	width: 100%;
	padding: 0 12px;
	margin-top: 15px;
}
.desp-baibox{
	padding: 55px 30px;
	background-color: #fff;
}
.box-depbai{
	background-color: #fff;
	padding: 35px 20px;
}
.desp-overview{
	font-size: 20px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 40px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}
.desp-overview.hasline{
	padding-left: 20px;
}
.desp-overview.hasline::before{
	content: '';
	width: 4px;
	height: 26px;
	background-color: var(--color-lan);
	position: absolute;
	left: 0;
	top: 7px;
}
.cansu-box-table{
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.cansu-tit{
	font-size: 16px;
	margin-bottom: 15px;
}
.cansu-content{
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.cansu-content table{
	width: 100%;
}
.cansu-content table tr td{
	padding: 10px 0;
	line-height: 2;
}
.desp-lines{
	height: 1px;
	background-color: #d6d6d6;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.detail-product-right{
		padding-left: 30px;
	}
	.dtl-flex-row .xiangce{
		width: 50%;
		padding-right: 15px;
	}
	.dtl-flex-row .proqita {
	  width: 50%;
	  margin-top: 0;
	  padding-left: 15px;
	}
	.dtl-cansu-pam{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.dtl-cansu-pam li{
		margin-right: 20px;
		font-size: 14px;
	}
	
}

@media (min-width: 992px) {
	.dtl-desp-main{
		margin-top: 40px;
	}
	.desp-tit{
		margin-bottom: 40px;
		font-size: 24px;
	}
	.dtl-cansu-pam li{
		margin-right: 30px;
		font-size: 16px;
	}
	.desp-flex-row .zou{
		width: 70%;
		padding: 0 12px;
	}
	.desp-flex-row .you{
		width: 30%;
		padding: 0 12px;
		margin-top: 0;
	}
	
}

@media (min-width: 1200px) {
	.detail-product-top .zou{
		width: 80%;
	}
	.detail-product-top .you{
		width: 20%;
		margin-top: 0;
	}
	.dtl-talk-tit{
		font-size: 16px;
	}
	.detail-product-title{
		font-size: 22px;
		margin-top: 30px;
	}
	.dtl-sort-name{
		font-size: 16px;
	}
	.dtl-pro-brief{
		margin-top: 30px;
	}
	.dtl-pro-brief table tr td{
		font-size: 16px;
	}
	.dtl-pro-brief table tr td:nth-child(1){
		width: 180px;
	}
	a.luse{
		font-size: 16px;
	}
	a.hui{
		font-size: 16px;
	}
	.dtl-contact{
		margin-top: 45px;
	}
	.dtl-social{
		margin-top: 60px;
	}
	.dtl-flex-row .xiangce{
		padding-right: 30px;
	}
	.dtl-flex-row .proqita{
		padding-left: 30px;
	}
	.dtl-desp-main{
		margin-top: 50px;
	}
	.desp-tit{
		font-size: 30px;
	}
	.dtl-cansu-pam li{
		margin-right: 40px;
		font-size: 18px;
	}
	.desp-overview{
		font-size: 22px;
	}
	.cansu-tit{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.cansu-content{
		font-size: 16px;
	}
	
}

@media (min-width: 1400px) {
	.detail-product-title{
		margin-top: 45px;
		font-size: 30px;
	}
	.dtl-sort-name{
		font-size: 18px;
	}
	.dtl-pro-brief table tr td{
		font-size: 18px;
		padding: 10px 0;
	}
	.dtl-pro-brief{
		margin-top: 40px;
	}
	.dtl-contact{
		margin-top: 70px;
	}
	.dtl-cansu-pam li{
		margin-right: 50px;
		font-size: 22px;
	}
	.cansu-tit{
		font-size: 20px;
	}
	
}

.slideBox-product{
	margin-top:30px;
	height: auto;
	overflow:hidden;
}
.slideBox-product .hd{
	height: auto;
	overflow: hidden;
	background-color: #eee;
}
.slideBox-product .hd ul{
	height: auto;
	overflow: hidden;
}
.slideBox-product .hd ul li{
	font-size:16px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #fff;	
	padding:0 25px;
	cursor:pointer;
	transition: 0.5s;
}
.slideBox-product .hd ul li a{
	display:block;
	color: #333;
}
.slideBox-product .hd ul li.on {
    background-color: var(--main-color);
    color: #fff;
}
.slideBox-product .bd{
	border:1px solid #eee;
	height: auto;
	overflow: hidden;
}
.slideBox-product .bd ul{
	padding:20px;
	height: auto;
	overflow:hidden;
}
.detail-product-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}
.detail-product-content img{
	max-width: 100%;
	height: auto;
}
.detail-product-content iframe{
	max-width: 100%;
	height: auto;
}
.detail-product-content video{
	max-width: 100%;
	height: auto;
}
.related-product{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	justify-content: center;
}
.related-product::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.related-product span{
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	z-index: 11;
	background-color: #fff;
}

.maplist{
	height: auto;
	overflow: hidden;
}
.maplist h3{
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
.maplist h3::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.maplist-sub{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.maplist-sub li{
	font-size: 16px;
	margin-right: 25px;
}
.maplist-sub li i{
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

.product-list-color{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product-list-color span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #585858;
	margin: 0 5px;
	cursor: pointer;
	transition: 0.5s;
}
.product-list-color span.cur{
	background-color: var(--main-color);
}


/** 404 **/
.error-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.error-flex .error-item{
	width: 33.333333%;
	padding: 0 15px;
}
.error-404{
	color: #f0f0f0;
	font-size: 160px;
	font-weight: 700;
	font-family: 'Roboto';
}
.error-head{
	height: auto;
	overflow: hidden;
	font-size: 22px;
	color: #17A379;
	margin-bottom: 10px;
}
.error-list{
	height: auto;
	overflow: hidden;
}
.error-list li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.error-list li a{
	display: block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.error-list li i{
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.error-sml{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px;
}
.error-search{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.error-search input{
	display: block;
	width: 100%;
	border: 1px solid rgb(210, 210, 210);
	background-color: rgb(221, 223, 226);
	height: 36px;
	line-height: 34px;
	padding: 0 40px 0 15px;
	color: #666;
}
.error-search button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 36px;
	border: 0;
	transition: .5s;
}
.error-search button i{
	font-size: 24px;
}

/** about **/
.section-about{
	background-color: #f5f8fa;
}
.index-full-about{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-about-lt{
	width: 100%;
	padding: 0 15px;
}
.index-about-rt{
	width: 100%;
	padding: 0 15px;
}
.about-usname{
	color: #000;
	font-size: 16px;
}
.lang-en .about-usname{
	font-family: 'PoppinsMedium';
}
.about-webname{
	color: #000;
	font-size: 18px;
}
.lang-en .about-webname{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .about-webname{
	font-weight: bold;
}

.about-pic{
	height: auto;
	overflow: hidden;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.about-brief{
	height: auto;
	overflow: hidden;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	margin-bottom: 20px;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
.about-more a{
	display: inline-block;
	height: auto;
	line-height: 42px;
	overflow: hidden;
	padding: 0 35px;
	color: #fff;
	background-color: var(--main-color);
	text-transform: uppercase;
	border-radius: 999px;
	float: left;
}
.about-more i{
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
}

.shuzhi-list{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.shuzhi-list li{
	width: 50%;
	padding: 8px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.shuzhi-list li .wrap{
	width: 100%;
	overflow: hidden;
	transition: 0.5s;
}
.shuzhi-list li .num{
	height: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
}
.shuzhi-list li .title{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
}
.section-data{
	background-color: var(--color-lan);
	padding: 30px 0;
}

.section-why{
	background-color: #fff;
}
.idx-list-why-title{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.idx-list-why-title li{
	width: 16.666666%;
	border-left: 1px solid #dcdcdc;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.idx-list-why-title li .wrap{
	width: 100%;
	padding: 10px;
	transition: 0.5s;
}
.idx-list-why-title li .num{
	height: auto;
	overflow: hidden;
}
.idx-list-why-title li .num span{
	display: inline-block;
	border: 1px solid #999;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	color: #000;
	font-size: 16px;
	transition: 0.5s;
}
.idx-list-why-title li .title{
	height: auto;
	overflow: hidden;
	font-size: 12px;
	margin-top: 10px;
	color: #000;
	transition: 0.5s;
}
.idx-list-why-title li.active .wrap{
	background-color: var(--color-lan);
}
.idx-list-why-title li.active .num span{
	color: #fff;
	border-color: #fff;
}
.idx-list-why-title li.active .title{
	color: #fff;
}
.idx-why-outer{
	height: auto;
	overflow: hidden;
	background-color: #f5f8fa;
}
.idx-why-outer .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.idx-why-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.idx-why-flex .zou{
	width: 45%;
	padding: 20px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.idx-why-flex .you{
	width: 55%;
	position: relative;
	z-index: 22;
}
.idx-why-flex .num{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 22;
}
.idx-why-flex .num span{
	display: inline-block;
	border: 1px solid rgba(54,63,77,0.5);
	color: var(--color-lan);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 20px;
}
.idx-why-flex .title{
	color: #000;
	font-size: 16px;
	margin: 15px 0;
	position: relative;
	z-index: 22;
}
.idx-why-flex .brief{
	height: auto;
	overflow: hidden;
	color: #272727;
	font-size: 14px;
	line-height: 2;
	position: relative;
	z-index: 22;
}
.idx-why-flex .more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	z-index: 22;
}
.idx-why-flex .more a{
	display: inline-block;
	color: var(--color-lan);
	border: 1px solid var(--color-lan);
	border-radius: 999px;
	font-size: 14px;
	line-height: 34px;
	padding: 0 25px;
}
.idx-why-flex .more i{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 16px;
}
.idx-why-flex .more a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.idx-why-flex .sznum{
	/* text-shadow:-1px 1px 0 #f8ceb2,1px 1px 0 #f8ceb2,1px -1px 0 #f8ceb2,-1px -1px 0 #f8ceb2; */
	color:rgba(54,63,77,0.04);
	font-size: 16vw;
	position: absolute;
	right: -1.5vw;
	bottom: -4.2vw;
	font-family: 'KnockoutHTF30';
	line-height: 1;
}

.whySwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.whySwiper .swiper{
	height: auto;
	overflow: hidden;
}
.whySwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.whySwiper .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,108,10,0.8);
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 15px 10px;
}
.whySwiper .swiper-arrows{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.whySwiper .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.whySwiper .swiper-arrows.swiper-arrow-prev{
	left: 0;
}

@media (min-width: 768px) {
	.index-about-lt{
		width: 50%;
	}
	.index-about-rt{
		width: 50%;
	}
	.about-brief{
		font-size: 16px;
	}
	.about-webname{
		font-size: 20px;
	}
	.shuzhi-list li{
		width: 25%;
	}
	
}

@media (min-width: 992px) {
	.about-brief{
		font-size: 14px;
	}
	.about-webname{
		font-size: 16px;
	}
	.shuzhi-list{
		margin-left: -15px;
		margin-right: -15px;
		justify-content: space-between;
	}
	.shuzhi-list li{
		padding: 15px;
		width: auto;
		max-width: 25%;
	}
	.shuzhi-list li .title{
		font-size: 16px;
	}
	
	.idx-list-why-title li .wrap{
		padding: 15px;
	}
	.idx-list-why-title li .title{
		font-size: 14px;
	}
	.idx-why-flex .zou{
		padding: 25px;
	}
	.idx-why-flex .num span{
		width: 56px;
		height: 56px;
		font-size: 24px;
	}
	.idx-why-flex .title{
		font-size: 18px;
	}
	.idx-why-flex .brief{
		font-size: 16px;
	}
	.idx-why-flex .more{
		margin-top: 25px;
	}
	
}

@media (min-width: 1200px) {
	.index-full-about{
		margin-top: 25px;
	}
	.about-usname{
		font-size: 18px;
	}
	.about-webname{
		font-size: 24px;
	}
	.about-brief{
		font-size: 16px;
	}	
	.shuzhi-list li .num{
		font-size: 24px;
	}
	.shuzhi-list li .num span{
		font-size: 36px;
	}
	.shuzhi-list li .title{
		font-size: 18px;
	}
	
	.idx-list-why-title li .wrap{
		padding: 20px;
	}
	.idx-list-why-title li .title{
		font-size: 16px;
	}
	.idx-why-flex .zou{
		padding: 30px;
	}
	.idx-why-flex .num span{
		width: 66px;
		height: 66px;
		font-size: 30px;
	}
	.idx-why-flex .title{
		font-size: 20px;
		margin: 20px 0;
	}

		
}

@media (min-width: 1400px) {
	
	.about-usname{
		font-size: 20px;
	}
	.about-webname{
		font-size: 30px;
	}
	.about-brief{
		font-size: 18px;
	}
	
	.shuzhi-list li .num span{
		font-size: 42px;
	}
	.idx-list-why-title li .title{
		font-size: 18px;
	}
	.idx-why-flex .zou{
		padding: 45px;
	}
	.idx-why-flex .num span{
		width: 82px;
		height: 82px;
		font-size: 36px;
	}
	.idx-why-flex .title{
		font-size: 24px;
		margin: 25px 0;
	}
	.idx-why-flex .more{
		margin-top: 45px;
	}
			
}
@media (min-width: 1600px) {	
	.about-usname{
		font-size: 24px;
	}
	.about-webname{
		font-size: 36px;
	}
	.about-more{
		margin-top: 40px;
	}
	.shuzhi-list li .num span{
		font-size: 52px;
	}
	.idx-list-why-title li .title{
		font-size: 18px;
	}
	
}

.section-app{
	background-color: #fff;
	padding-top: 0;
}
.sevSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
}
.sevSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.sevSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.sevSwiper .swiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sevSwiper .thumb{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-radius: 20px;
}
.sevSwiper .thumb::after{
	content: '';
	width: 100%;
	height: 25%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,0.8));
	background: -o-linear-gradient(180deg,rgba(255,255,255,0), rgba(0,0,0,0.8));
	background: -moz-linear-gradient(180deg,rgba(255,255,255,0), rgba(0,0,0,0.8));
	background: linear-gradient(180deg,rgba(255,255,255,0), rgba(0,0,0,0.8));
}
.sevSwiper .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	font-family: 'PoppinsMedium';
	font-size: 14px;
	color: #fff;
	z-index: 6;
	text-align: center;
}
.sevSwiper .brief{
	height: auto;
	overflow: hidden;
	color: #5b5b5b;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	margin-top: 15px;
}

.sevSwiper .swiper-arrows{
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
.sevSwiper .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.sevSwiper .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.sevSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.sevSwiper .swiper-arrows.swiper-button-lock{
	display: none;
}

.section-custom{
	background-color: #fff;
}
.cusSwiper{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.cusSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.cusSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	border: 1px solid #ebebeb;
	padding: 30px 20px 20px 20px;
	background-color: #fff;
}
.cusSwiper .brief{
	height: auto;
	overflow: hidden;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 2;
	padding-bottom: 30px;
}
.cusSwiper .txt{
	margin-top: 15px;
	border-top: 1px solid #ebebeb;
	padding-top: 15px;
}
.cusSwiper .xname{
	color: #333333;
	font-size: 16px;
	font-family: 'PoppinsMedium';
}
.cusSwiper .poster{
	color: #909090;
	font-size: 16px;
	margin-top: 5px;
}
.cusSwiper .swiper-page{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.cusSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

.section-liuc{
	background-color: #fff;
	padding-top: 0;
}
.idx-liuc-list{
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.idx-liuc-list li{
	width: calc(50% - 30px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
}
.idx-liuc-list li.qita{
	width: 30px;
}
.idx-liuc-list li.qita .jtfx{
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.idx-liuc-list li.qita .jtfx i{
	display: inline-block;
	font-size: 16px;
	color: #aeaeae;
}
.idx-liuc-list li.qita:last-child i{
	display: none;
}
.idx-liuc-list li .ico{
	width: 60px;
	height: 60px;
	border: 2px solid #aeaeae;
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: 0.5s;
}
.idx-liuc-list li .ico i{
	font-size: 28px;
}
.idx-liuc-list li .title{
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
}
.idx-liuc-list li .wrap{
	width: 100%;
}
.liuc-more{
	margin-top: 20px;
}
.liuc-more a{
	display: inline-block;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 999px;
	font-size: 14px;
	padding: 0 25px;
	line-height: 44px;
}
.liuc-more a:hover{
	color: #fff;
	background-color: var(--main-color);
}
.idx-liuc-list li:hover .ico{
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff;
}

@media (min-width: 768px) {	
	.cusSwiper{
		margin-top: 20px;
	}
	.idx-liuc-list li{
		width: calc(33.333333% - 30px);
	}
}
@media (min-width: 992px) {	
	.sevSwiper{
		margin-top: 20px;
	}
	.cusSwiper{
		margin-top: 30px;
	}
	.cusSwiper .swiper .swiper-slide{
		padding: 40px 30px 30px 30px;
	}
	.idx-liuc-list{
		margin-top: 30px;
	}
	.liuc-more{
		margin-top: 30px;
	}
	.idx-liuc-list li .title{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {	
	.sevSwiper .title{
		font-size: 16px;
	}
	.sevSwiper .brief{
		font-size: 16px;
	}
	.cusSwiper{
		margin-top: 45px;
	}
	.cusSwiper .brief{
		font-size: 18px;
	}
	.cusSwiper .xname{
		font-size: 18px;
	}
	.cusSwiper .poster{
		font-size: 18px;
	}
	.cusSwiper .txt{
		margin-top: 30px;
		padding-top: 30px;
	}
	.idx-liuc-list{
		margin-top: 50px;
	}
	.liuc-more{
		margin-top: 40px;
	}
	.idx-liuc-list li{
		width: calc(16.666666% - 30px);
	}
}
@media (min-width: 1400px) {	
	.sevSwiper .title{
		font-size: 18px;
	}
	.sevSwiper .brief{
		font-size: 18px;
	}
	.idx-liuc-list li .ico{
		width: 104px;
		height: 104px;
	}
	.idx-liuc-list li .ico i{
		font-size: 46px;
	}
	.idx-liuc-list li.qita .jtfx{
		height: 104px;
	}
	.idx-liuc-list li .title{
		margin-top: 30px;
	}
	.liuc-more a{
		font-size: 16px;
	}
}
@media (min-width: 1600px) {	
		
}

/** news **/
.section-news{
	background-color: #fff;
	padding-top: 0;
}
.index-list-news{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.index-list-news li{
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-list-news li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ebebeb;
	border-radius: 10px;
}
.index-list-news li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-list-news li .wrap:hover .pic img{
	transform: scale(1.2);
}
.index-list-news li .txt{
	padding: 20px;
}
.index-list-news li .title{
	color: #000;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.lang-en .index-list-news li .title{
	font-family: 'PoppinsMedium';
}
.index-list-news li .brief{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	color: #5b5b5b;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-list-news li .more{
	margin-top: 15px;
	color: #636363;
	font-size: 16px;
	transition: 0.5s;
}
.index-list-news li .more i{
	display: inline-block;
	font-size: 14px;
	margin-left: 6px;
	vertical-align: middle;
}
.index-list-news li .wrap:hover .title,
.index-list-news li .wrap:hover .more{
	color: var(--main-color);
}

.section-ready{
	background-color: var(--main-color);
}
.idx-flex-ready{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.idx-flex-ready .txt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'PoppinsSemiBold';
}
.idx-flex-ready .more{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.idx-flex-ready .more a{
	display: inline-block;
	color: var(--main-color);
	background-color: #fff;
	border-radius: 999px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'PoppinsMedium';
	padding: 10px 30px;
	line-height: 24px;
}

@media (min-width: 540px) {
	.index-list-news li{
		width: 50%;
	}
}
@media (min-width: 768px) {
		
}
@media (min-width: 992px) {
	.index-list-news{
		margin-left: -20px;
		margin-right: -20px;
	}
	.index-list-news li{
		width: 33.333333%;
		padding: 20px;
	}	
	.index-list-news li .title{
		font-size: 18px;
	}
	.index-list-news li .txt{
		padding: 30px;
	}
	.idx-flex-ready .txt{
		width: 68%;
		text-align: left;
		font-size: 18px;
	}
	.idx-flex-ready .more{
		width: auto;
		margin-top: 0;
	}
	.idx-flex-ready .more a{
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.section-ready{
		padding: 45px 0;
	}
	.idx-flex-ready .txt{
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	.idx-flex-ready .txt{
		font-size: 24px;
	}
}

/** friendlink **/
.section-link{
	padding: 20px 0;
	background-color: transparent;
}

.in-nav-drop{
	height: 46px;
	display: flex;
	align-items: center;
}
.nav-drop-link{
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
	padding: 10px 15px;
	color: var(--main-color);
	font-size: 16px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	float: right;
	transition: 0.5s;
	color: var(--main-color);
}
.nav-drop-link h3.on i{
	transform: rotate(-90deg);
}
.in-nav-list{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
	margin-top: 2px;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.in-nav-list ul li a{
	height: 40px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	padding: 0 40px;
	overflow: hidden;
}
.in-nav-list ul li a:hover{
	background-color: #F2F7FC;
}

.section-top-nav{
	padding: 0;
	overflow: visible;
	border-bottom: 1px solid #ddd;
}

.list-case-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.list-case-pic li{
	width: 100%;
	padding: 15px;
}
.list-case-pic li .wrap{
	height: auto;
	overflow: hidden;
	position: relative;
}
.list-case-pic li a{
	display: block;
}
.list-case-pic li .pic{
	height: auto;
	overflow: hidden;
}
.list-case-pic li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.list-case-pic li .cover{
	background-color: #f7f7f7;
	padding: 15px;
}
.list-case-pic li .title{
	font-size: 16px;
	margin-top: 15px;
}
.list-case-pic li .brief{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}

.list-case-pic li .wrap:hover .pic img{
	transform: scale(1.1);
}

.section-feedback{
	padding-top: 40px;
	background-image: url(../images/feedback-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto;
}
.index-fbk-outer{
	height: auto;
	overflow: hidden;
	background-color: #202e7e;
	padding: 30px;
}
.index-fbk-box{
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.index-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.index-fbk-col-3{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-col-10{
	width: 100%;
	padding: 0 15px;
}
.index-fbk-group{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.index-fbk-group label{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.index-fbk-group input{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
}
.index-fbk-group textarea{
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: #fff;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	height: 160px;
}
.index-fbk-group button{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	padding: 0 70px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.list-case-pic li{
		width: 50%;
	}
	.section-feedback{
		padding-top: 50px;
	}
	.index-fbk-outer{
		padding: 40px;
	}
	.index-fbk-col-3{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.section-top-nav{
		display: none;
	}
	.list-case-pic li{
		width: 33.333333%;
		margin-bottom: 0;
	}
	.list-case-pic li .cover{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,161,233,0.5);
		color: #fff;
		transform: translateY(100%);
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.list-case-pic li .brief{
		color: #fff;
		display: none;
	}
	.list-case-pic li .title{
		text-align: center;
	}
	.list-case-pic li .wrap:hover .cover{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.section-feedback{
		padding-top: 70px;
	}
	.index-fbk-outer{
		padding: 50px;
	}
	
}
@media (min-width: 1200px) {
	
	.list-case-pic li .brief{
		display: block;
		text-align: center;
	}
	.section-feedback{
		padding-top: 90px;
	}
	.index-fbk-outer{
		padding: 50px 80px;
	}
	.index-fbk-group label{
		font-size: 18px;
	}
	
}

@media (min-width: 1400px) {
	.section-feedback{
		padding-top: 110px;
	}
	.index-fbk-outer{
		padding: 50px 100px;
	}
	.index-fbk-group label{
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.section-feedback{
		padding-top: 140px;
	}
}


.video-content{
	height: auto;
	overflow: hidden;
}
.video-content img{
	max-width: 100%;
	height: auto;
}
.video-content iframe{
	width: 100%;
	height: 550px;
}

.section-video{
	background-color: #fff;
}


.in-fbk-vecode{
	height: auto;
	overflow: hidden;
}
.in-fbk-vecode label{
	display: inline-block;
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.in-fbk-vecode .yanzhm{
	height: auto;
	overflow: hidden;
	float: left;
}
.in-fbk-vecode .yanzhm input.yzm{
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	font-family: inherit;
	transition: .5s;
	color: #333;
	float: left;
}
#v_container {
  float: left;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
}


/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(29,92,155,0.7);
}
/* .banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
} */
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 25px;
	height: 5px;
	border-radius: 999px;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}
/* .banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
} */
/* .banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: var(--main-color);
	border-color: var(--main-color);
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	background-color: var(--main-color);
} */
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 50px;
	background-color: var(--main-color);
}

/** 相关产品 **/
.relatedSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.relatedSwiperProduct .swiper{
	height: auto;
}
.relatedSwiperProduct .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
}
.relatedSwiperProduct .swiper .swiper-slide a{
	display: block;
}
.relatedSwiperProduct .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.relatedSwiperProduct .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 15px 5px;
}
.relatedSwiperProduct .swiper .swiper-slide .more{
	text-align: center;
}
.relatedSwiperProduct .swiper .swiper-slide .more a{
	display: inline-block;
	color: #666666;
	line-height: 30px;
	border: 1px solid #666;
	padding: 0 30px;
	border-radius: 999px;
}
.relatedSwiperProduct .swiper .swiper-slide .more a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.relatedSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.relatedSwiperProduct .swiper-arrows{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}
.relatedSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.relatedSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.relatedSwiperProduct .swiper-page{
	margin-top: 25px;
	bottom: 0;
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.relatedSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}

/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	padding: 2px 0;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
}
.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active{
	border-color: var(--main-color);
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}

.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.section-inmap{
	background-color: #f3f3f3;
}
.section-contact-one{
	background-color: #f3f3f3;
}
.in-pub-head{
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.in-list-contact{
	height: auto;
	overflow: hidden;
}
.in-list-contact li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.in-list-contact li .ico{
	width: 30px;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}
.in-list-contact li .ico i{
	color: var(--color-lan);
	font-size: 24px;
}
.in-list-contact li .wrap .cnt-txt{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
.in-list-contact li .wrap .cnt-txt .title{
	color: #999;
	font-size: 16px;
}
.in-list-contact li .cnt-content{
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
	flex: 1;
}


@media (min-width: 768px) {
	
	
}

@media (min-width: 992px) {
	
	.in-pub-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
		
}
@media (min-width: 1200px) {
	
	.in-pub-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 1400px) {
	
	.in-pub-head{
		font-size: 36px;
	}
	
}


.in-full-maps{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
}

.section-infbk{
	background-color: #fff;
	margin-top: 20px;
}
.in-flex-fbk{
	height: auto;
	overflow: hidden;
}

.in-about-pubinfo{
	font-size: 14px;
	line-height: 2;
}

.section-gsjj{
	background-color: #fff;
}

.in-ab-shuzi-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-ab-shuzi-list li{
	width: 33%;
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.in-ab-shuzi-list li .ico{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.in-ab-shuzi-list li .ico i{
	display: inline-block;
	font-size: 28px;
	color: #ff6c0a;
}
.in-ab-shuzi-list li .txt{
	height: auto;
	overflow: hidden;
}
.in-ab-shuzi-list li .num{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.in-ab-shuzi-list li .num span{
	display: inline-block;
	font-family: 'KnockoutHTF30';
	font-size: 24px;
}
.in-ab-shuzi-list li .title{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.section-gsry{
	background-color: #fff;
	background-image: url(../images/rybg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 100%;
}

.in-about-pubmore{
	margin-top: 20px;
}
.in-about-pubmore a{
	display: inline-block;
	border: 1px solid #555;
	font-size: 12px;
	border-radius: 999px;
	padding-left: 15px;
	line-height: 40px;
}
.in-about-pubmore i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #555;
	border-radius: 50%;
	margin-left: 15px;
	margin-right: 5px;
}
.in-about-pubmore a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.in-about-whytxt{
	font-size: 14px;
	line-height: 2;
}
.section-gshj{
	background-color: #fff;
}
.inab-head{
	color: #2d2e2e;
	font-size: 20px;
	text-transform: uppercase;
}
.lang-zh_cn .inab-head{
	font-weight: bold;
}
.lang-en .inab-head{
	font-family: 'PoppinsBold';
}
.inab-head.white{
	color: #fff;
}
.gshjSwiper{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.gshjSwiper .swiper{
	height: auto;
	overflow: hidden;
}
.gshjSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	position: relative;
}
.gshjSwiper .swiper .swiper-slide .pic img{
	transition: 0.5s;
}
.gshjSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}
.gshjSwiper .swiper .swiper-slide .title{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(227, 56, 37,0.2);
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.gshjSwiper .swiper .swiper-slide:hover .title{
	opacity: 1;
	visibility: visible;
}
.gshj-boms{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.gshj-boms .swiper-arrows{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #dedede;
	border-radius: 50%;
	cursor: pointer;
}
.gshj-boms .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}

.gshj-boms .swiper-page{
	width: auto;
	margin: 0 15px;
}
.gshj-boms .swiper-page .swiper-pagination-bullet{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'KnockoutHTF30';
	background-color: #fff;
	opacity: 1;
	color: #000;
	font-size: 18px;
	transition: 0.5s;
}
.gshj-boms .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color: #fff;
	background-color: var(--main-color);
}

.gshonorSwiper{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.gshonorSwiper .swiper{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.gshonorSwiper .swiper .swiper-slide{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 15px;
	padding-bottom: 30px;
}
.gshonorSwiper .swiper .swiper-slide a{
	display: block;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 30px;
}
.gshonorSwiper .swiper .swiper-slide .title{
	text-align: center;
	margin-top: 25px;
	font-size: 14px;
}
.gsry-boms{
	background-color: #202e7e;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}
.gsry-boms .swiper-page{
	width: auto;
	color: #fff;
}
.gsry-boms .box{
	width: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.gsry-boms .swiper-arrows{
	color: #fff;
	cursor: pointer;
}
.gsry-boms .swiper-arrows i{
	display: inline-block;
	font-size: 20px;
}
.cbline{
	width: 1px;
	height: 15px;
	background-color: rgba(255,255,255,0.8);
	margin: 0 8px;
}

.section-wenhua{
	background-image: url(../images/whbg.jpg);
	position: relative;
	padding: 70px 0;
	overflow: visible;
}
.section-wenhua::after{
	content: '';
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-image: url(../images/whd.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	z-index: 22;
}

.section-whbb{
	background-color: #f3f3f3;
	padding: 40px 0;
}

.in-list-wenhua{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -30px;
	margin-right: -30px;
	flex-wrap: wrap;
}
.in-list-wenhua li{
	width: 100%;
	padding: 15px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-wenhua li .wrap{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.in-list-wenhua li .tubiao{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.in-list-wenhua li .ico{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
	border: 5px solid #deedf8;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.in-list-wenhua li .ico i{
	display: inline-block;
	color: #0032a1;
	font-size: 42px;
	line-height: 1.2;
}
.in-list-wenhua li .ico .title{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.lang-zh_cn .in-list-wenhua li .ico .title{
	font-weight: bold;
}
.lang-en .in-list-wenhua li .ico .title{
	font-family: 'PoppinsBold';
}
.in-list-wenhua li .brief{
	height: auto;
	overflow: hidden;
	color: #2c2c2c;
	font-size: 14px;
	line-height: 2;
}

.inab-jjflex{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inab-jjflex .inab-tu{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inab-jjflex .inab-tu img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.inab-szhz{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.tbcb-mp{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.tbcb-mp .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.tbcb-mp .wbname{
	font-size: 16px;
	margin-bottom: 10px;
}
.tbcb-mp .brief{
	font-size: 14px;
	line-height: 2;
}

@media (min-width: 540px) {
	.in-list-wenhua li .wrap{
		flex-direction: row;
		align-items: center;
	}
	.in-list-wenhua li .tubiao{
		margin-bottom: 0;
	}
	.in-list-wenhua li .brief{
		flex: 1;
		padding-left: 30px;
	}
	
	.in-ab-shuzi-list li .ico i{
		font-size: 36px;
	}
	.in-ab-shuzi-list li .num{
		font-size: 18px;
	}
	.in-ab-shuzi-list li .num span{
		font-size: 30px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 16px;
	}
	
}

@media (min-width: 768px) {
	.tbcb-mp{
		margin-top: 25px;
	}
	
	.inab-jjflex{
		margin-top: 30px;
	}
	
	.section-whbb{
		padding: 60px 0;
	}
	.section-wenhua{
		padding: 100px 0;
	}
	
	.inab-head{
		font-size: 24px;
	}
	.gshjSwiper{
		margin-top: 30px;
	}
	.gshonorSwiper{
		margin-top: 30px;
	}
	
	.in-list-wenhua li .ico{
		width: 180px;
		height: 180px;
		border-width: 10px;
	}
	.in-list-wenhua li .ico i{
		font-size: 48px;
	}
	.in-list-wenhua li .ico .title{
		font-size: 18px;
	}
	.in-list-wenhua li .brief{
		font-size: 16px;
	}
	
	.tbcb-mp .title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.tbcb-mp .wbname{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
}
@media (min-width: 992px) {
	.tbcb-mp{
		margin-top: 30px;
	}
	.tbcb-mp .title{
		font-size: 30px;
	}
	.tbcb-mp .wbname{
		font-size: 24px;
	}
	.tbcb-mp .brief{
		font-size: 16px;
		line-height: 2;
	}
	.inab-jjflex{
		margin-top: 40px;
	}
	
	.in-list-wenhua li{
		width: 50%;
	}
	
	.section-whbb{
		padding: 80px 0;
	}
	
	.section-wenhua{
		padding: 135px 0;
	}
	
	.gshonorSwiper .swiper .swiper-slide .title{
		font-size: 16px;
	}
	.gshonorSwiper{
		margin-top: 40px;
		padding-right: 125px;
	}
	.gshonorSwiper .swiper{
		margin-top: 105px;
	}
	.gsry-boms{
		width: 320px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 30px;
		padding-left: 205px;
		padding-top: 30px;
		padding-bottom: 30px;
		flex-direction: column;
	}
	.gsry-boms .swiper-page{
		
		font-size: 24px;
		font-family: 'KnockoutHTF30';
	}
	.gsry-boms .swiper-page .swiper-pagination-total{
		
		color: #fff;
		font-size: 32px;
		font-family: 'KnockoutHTF30';
		line-height: 1.2;
	}
	.gsry-boms .swiper-page .swiper-pagination-current{
	
		color: #fff;
		font-size: 36px;
		font-family: 'KnockoutHTF30';
		line-height: 1.2;
	}
	
	.gshj-boms{
		margin-top: 40px;
	}
	.inab-head{
		font-size: 30px;
	}
	.gshjSwiper{
		margin-top: 40px;
	}
	.gshjSwiper .swiper .swiper-slide .title{
		font-size: 20px;
	}
	
	.in-about-whytxt{
		font-size: 16px;
	}
	
	.inab-jjflex .inab-tu{
		width: 73%;
	}
	.inab-szhz{
		margin-top: 0;
		width: 27%;
		padding: 0 20px;
		padding-left: 40px;
	}
	.in-ab-shuzi-list li{
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-ab-shuzi-list li .ico i{
		font-size: 36px;
	}
	.in-ab-shuzi-list li .txt{
		flex: 1;
		padding-left: 20px;
		height: auto;
		overflow: hidden;
	}
	.in-ab-shuzi-list li .num{
		text-align: left;
	}
	.in-ab-shuzi-list li .title{
		text-align: left;
	}
	
	
}

@media (min-width: 1200px) {
	.tbcb-mp{
		padding-left: 20px;
	}
	.tbcb-mp .title{
		font-size: 36px;
	}
	.tbcb-mp .wbname{
		font-size: 30px;
	}
	.tbcb-mp .brief{
		font-size: 18px;
		line-height: 2;
	}
	
	.in-list-wenhua li .ico{
		width: 210px;
		height: 210px;
		border-width: 18px;
	}
	.in-list-wenhua li .ico i{
		font-size: 64px;
	}
	.in-list-wenhua li .ico .title{
		font-size: 22px;
	}
	.in-list-wenhua li .brief{
		font-size: 18px;
		padding-left: 40px;
	}
	.inab-szhz{
		padding-left: 70px;
	}
	
	.section-whbb{
		padding: 100px 0;
	}
	
	.inab-head{
		font-size: 36px;
	}

	.in-about-pubinfo{
		font-size: 14px;
	}
	
	.in-about-whytxt{
		font-size: 18px;
	}
	.in-about-pubmore{
		margin-top: 30px;
	}
	.in-about-pubmore a{
		font-size: 14px;
	}
	
}
@media (min-width: 1400px) {
	.inab-head{
		font-size: 42px;
	}
	.tbcb-mp{
		padding-left: 60px;
	}
	
	.in-about-pubinfo{
		font-size: 16px;
	}
	
	.in-about-whytxt{
		font-size: 20px;
	}
	
	.in-ab-shuzi-list li + li{
		margin-top: 45px;
	}
	.in-ab-shuzi-list li .ico i{
		font-size: 48px;
	}
	.in-ab-shuzi-list li .num span{
		font-size: 48px;
	}
	.in-ab-shuzi-list li .title{
		font-size: 18px;
	}
	
}
@media (min-width: 1600px) {
	.inab-head{
		font-size: 48px;
	}
	.tbcb-mp{
		padding-left: 80px;
	}
	.in-about-pubinfo{
		font-size: 18px;
	}

}

.one-page-head{
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 20px;
}
.lang-en .one-page-head{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .one-page-head{
	font-weight: bold;
}
.one-page-content{
	font-size: 14px;
	line-height: 2;
}
.one-page-content img,
.one-page-content iframe,
.one-page-content video,
.one-page-content table{
	max-width: 100%;
}

@media (min-width: 768px) {
	.one-page-head{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.one-page-content{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.one-page-head{
		font-size: 30px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	.one-page-head{
		font-size: 36px;
	}
	.one-page-content{
		font-size: 18px;
	}
}

.section-ser-bg1{
	background-color: #f2f2f2;
	padding-bottom: 10px;
}
.in-ser-tit1{
	color: #fa1847;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.in-ser-tit2{
	color: #000;
	font-size: 18px;
	font-family: 'PoppinsBold';
	text-transform: uppercase;
	margin-bottom: 15px;
}
.in-ser-tit2.white{
	color: #fff;
}
.in-ser-info1{
	font-size: 14px;
	line-height: 2;
}

.section-ser-bg2{
	background-color: #f2f2f2;
	position: relative;
	z-index: 11;
}
.section-ser-bg2::after{
	content: '';
	width: 100%;
	height: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
}

.in-ser-video1{
	height: 280px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/vdo-bg1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 15;
}
.in-ser-video1 a{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.in-ser-video1 i{
	display: inline-block;
	color: #fff;
	font-size: 64px;
}

.section-ser-bg3{
	background-color: #fff;
	padding-top: 10px;
}

.in-list-ser{
	height: auto;
	overflow: hidden;
}
.in-list-ser li{
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
}
.in-list-ser li .txt-box{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-list-ser li .txt-box .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.lang-en .in-list-ser li .txt-box .title{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .in-list-ser li .txt-box .title{
	font-weight: bold;
}
.in-list-ser li .txt-box .info{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	color: #909090;
}
.in-list-ser li .txt-box .other{
	font-size: 14px;
	margin-top: 15px;
	line-height: 2.25;
}
.lang-en .in-list-ser li .txt-box .other{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .in-list-ser li .txt-box .other{
	font-weight: bold;
}

.section-ser-bg4{
	background-image: url(../images/in-serfaqbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}

.in-ser-panelbox{
	height: auto;
	overflow: hidden;
}
.in-ser-panelbox .item{
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 4px 25px 4px 30px;
}
.in-ser-panelbox .item .faq-pan-tit{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.in-ser-panelbox .item .faq-pan-tit i{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	font-size: 14px;
	transition: 0.5s;
}
.in-ser-panelbox .item.on .faq-pan-tit i{
	transform: rotate(-180deg);
	color: #fff;
	background: -webkit-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -o-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: -moz-linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
	background: linear-gradient(180deg, rgba(250,7,45,1), rgba(165,6,98,1));
}
.in-ser-panelbox .item .faq-pan-cnt{
	height: auto;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	padding: 15px 0;
	line-height: 2;
	display: none;
	color: #666;
}

.section-ser-bg5{
	background-image: url(../images/in-serbbg4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.in-list-what{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.in-list-what li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.in-list-what li a{
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.in-list-what li a i{
	display: inline-block;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.in-ser-video1{
		height: 450px;
	}
	.in-list-ser li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 0;
	}
	.in-list-ser li .txt-box{
		width: 50%;
	}
	.in-list-ser li .pic{
		width: 38.625%;
	}
	.in-list-ser li:nth-child(2) .pic{
		order: -1;
	}
	.in-list-what{
		flex-direction: row;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	
}
@media (min-width: 992px) {
	.in-ser-tit1{
		font-size: 20px;
	}
	.in-ser-tit2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.in-ser-info1{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 50px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 16px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.in-ser-tit1{
		font-size: 24px;
	}
	.in-ser-tit2{
		font-size: 30px;
	}
	.in-ser-info1{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 16px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 16px;
	}
	.in-list-ser li{
		padding: 70px 0;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 16px;
	}
	.in-list-what{
		max-width: 1200px;
	}
	.in-list-what li{
		font-size: 24px;
	}
	.in-list-what li i{
		font-size: 24px;
	}
}
@media (min-width: 1400px) {
	.in-ser-tit1{
		font-size: 30px;
	}
	.in-ser-tit2{
		font-size: 48px;
	}
	.in-list-ser li{
		padding: 90px 0;
	}
	.in-list-ser li .txt-box .title{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.in-list-ser li .txt-box .info{
		font-size: 18px;
	}
	.in-list-ser li .txt-box .other{
		font-size: 18px;
	}
	.in-ser-panelbox .item .faq-pan-tit{
		font-size: 22px;
	}
	.in-ser-panelbox .item .faq-pan-cnt{
		font-size: 18px;
	}
}

.full-main-product{
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
	
}

@media (min-width: 768px) {
	.full-main-product{
		padding: 30px 0;
	}
}
@media (min-width: 992px) {
	.full-main-product{
		padding: 45px 0;
	}
}


.list-prod-intro>li:nth-of-type(2n+1) {
	text-align: right
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-detail {
	left: 0;
	text-align: left
}

.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
	left: 120px
}
.prodi-item {
	position: relative;
	font-size: 0
}
.prodi-detail {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%
}

.prodi-img {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.prodi-img::before {
	padding-top: 60.41667%
}

.prodi-title {
	position: relative;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: .02em;
	color: #333
}
.lang-en .prodi-title{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .prodi-title{
	font-weight: bold;
}

.prodi-title::before,
.prodi-title::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 18px;
	height: 3px
}

.prodi-title::before {
	top: 14px;
	background-color: #CC0001
}

.prodi-title::after {
	top: 21px;
	background-color: #0F1D96
}
.prodi-dbox {
	position: absolute;
	top: 50%;
	left: 180px;
	right: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.prodi-intro {
	margin-top: 1.5em;
	max-width: 640px;
	font-size: 14px;
	line-height: 26px;
	color: #333
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box>img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.full-dtl-content{
	height: auto;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.prodi-dbox {
		right: 60px;
		left: 80px
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 80px
	}

	.prodi-ico {
		margin-top: 30px
	}

	.prodi-ico img {
		width: 70px
	}

	.prodi-parameter {
		margin-top: 20px
	}
}

@media (max-width: 768px) {
	.list-prodfea>li {
		width: 50%
	}

	.list-prodfea>li:nth-of-type(n+3) {
		margin-top: 40px
	}

	.prodi-detail {
		position: relative;
		width: auto;
		left: auto
	}

	.prodi-dbox {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.prodi-img {
		width: 100%;
		margin-top: 20px
	}

	.prodi-dbox {
		right: auto;
		left: 0;
		width: auto;
		padding: 30px 20px 0
	}

	.list-prod-intro>li:nth-of-type(2n+1) .prodi-dbox {
		left: 0
	}

	.list-prod-intro>li:nth-of-type(n+2) {
		margin-top: 40px
	}

	.prodi-title::before,
	.prodi-title::after {
		display: none
	}
}

@media (max-width: 640px) {
	.prodi-parameter {
		margin-top: 30px
	}

	.list-prod-intro {
		margin-top: 40px
	}

	.prodi-intro {
		margin-top: 0
	}

	.prod-name {
		font-size: 24px
	}

	.prod-banner {
		overflow: hidden
	}

	.prod-banner::before {
		padding-top: 0
	}

	.prod-banner img {
		position: relative;
		display: block;
		width: 180%;
		left: -40%
	}

	.prodfea-item img {
		width: 50px
	}

	.prodfea-item__desc {
		font-size: 14px
	}

	.prodi-title {
		font-size: 20px
	}
}

@media (max-width: 1100px) {
 .page-cate {
  display:none
 }
 .prodfea-item__desc {
  font-size:16px;
  line-height:1.5
 }
 .prodfea-item__img {
  width:60px
 }
 .prodi-ico img {
  width:50px
 }
 .prodi-title {
  font-size:18px
 }
 .prodi-intro{
	 font-size: 12px;
	 margin-top: 0.5em;
 }
}

.jscs-box{
	margin-right: 80px;
	margin-left: 80px;
}
.prodt-title {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	color: #333
}
.lang-en .prodt-title{
	font-family: 'PoppinsBold';
}
.lang-zh_cn .prodt-title{
	font-weight: bold;
}

.table-tec {
	overflow-x: auto
}

.table-tec table {
	min-width: 100%;
	text-align: center
}

.table-tec table tr:nth-of-type(2n) {
	background-color: #fff
}

.table-tec table tr:nth-of-type(2n+1) {
	background-color: #ECEFF4
}

.table-tec table tr td {
	padding: 20px;
	width: 16.6666%;
	font-size: 14px;
	line-height: 20px;
	color: #333
}

.table-tec table tr td:first-of-type {
	font-size: 16px;
	font-weight: 500
}

@media (max-width: 1560px) {
	.jscs-box {
		margin-right: 60px;
		margin-left: 60px
	}
}
@media (max-width: 1440px) {
	.jscs-box {
		margin-right: 40px;
		margin-left: 40px
	}
}
@media (max-width: 1100px) {
	.jscs-box {
		margin-right: 20px;
		margin-left: 20px
	}
	.prodt-title {
		font-size: 32px
	}
}
@media (max-width: 640px) {
	.prodt-title {
		font-size: 24px
	}
}

@media (max-width: 1366px) {
	.table-tec table tr td {
		padding: 20px 10px;
		font-size: 12px
	}

	.table-tec table tr td:first-of-type {
		font-size: 14px
	}
}
@media (max-width: 1024px) {
	.table-tec table tr td {
		width: auto;
		white-space: nowrap
	}
}
@media (max-width: 640px) {
	.table-tec table tr td {
		padding: 20px 10px
	}
	
	.table-tec table tr td:first-of-type {
		font-size: 14px
	}
}

.section-pub-inner{
	background-color: #fff;
}
.in-aside-news{
	height: auto;
	overflow: hidden;
}
.in-aside-news li{
	height: 36px;
	line-height: 35px;
	border-bottom: 1px dotted #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.in-aside-news li::before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aside-news-box {
	padding: 10px;
	border: 1px solid #EEEEEE;
	border:1px solid #EEEEEE;
   	border-top:none;
	background: #fff;
}
.in-flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.aside-main2{
	height: auto;
	overflow: hidden;
}

.section-top-product{
	background-color: #F7F7F7;
}
.in-top-product-head{
	color: var(--main-color);
	font-size: 20px;
	text-transform: uppercase;
}
.in-top-product-sml{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.in-top-product-nav{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.in-top-product-nav li{
	height: auto;
	overflow: hidden;
	margin: 10px;
}

.in-top-product-nav li a.zlm_on{
	color: var(--main-color);
}

.section-product-inner{
	background-color: #f4f4f4;
	padding-top: 10px;
}
.in-detail-rel-hd{
	font-size: 20px;
	margin: 20px auto;
	text-transform: capitalize;
}

.detail-fbk-outer{
	height: auto;
	overflow: hidden;
}
.detail-fbk-row{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.detail-col-3{
	width: 100%;
	padding: 10px;
}
.detail-col-10{
	width: 100%;
	padding: 10px;
}
.detail-fbk-group{
	height: auto;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.detail-fbk-group input{
	display: block;
	flex: 1;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}
.detail-fbk-group img.vcodeimg{
	display: block;
	height: auto;
	padding: 0;
	width: 150px;
}
.detail-fbk-group textarea{
	flex: 1;
	width: 100%;
	padding: 10px 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
	line-height: 28px;
	height: 190px;
}
.detail-fbk-btm{
	height: auto;
	overflow: hidden;
}
.detail-fbk-btm button{
	display: inline-block;
	float: right;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: #0049c7;
	border-radius: 999px;
	padding: 0 60px;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
}
.yanzima{
	flex: 1;
	padding-right: 10px;
}
.yanzima input{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	border: none;
	outline: none;
	background-color: #f1f5f8;
	font-size: 16px;
}
.pro-down-full{
	background-color: #f1f5f8;
	padding: 15px 0;
}
.downbiaoge{
	background-color: #fff;
	width: 100%;
}
.downbiaoge tr td{
	padding: 15px 15px;
	font-size: 14px;
}
.downbiaoge tr td a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #0049c7;
	border-radius: 50%;
}

.full-pro-detail-hang{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.full-pro-detail-hang.hasbg{
	background-image: url(/web/pic/has-bg.jpg);
}
.full-pro-detail-hang .item-5{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detail-proimg{
	padding: 20px;
}
.detail-proimg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.detail-txt{
	padding: 20px 40px;
	color: #333;
	font-size: 16px;
	line-height: 2;
}
.full-pro-detail-hang.hasbg .detail-txt{
	color: #fff;
}

.detail-yingyong-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
}
.detail-yingyong-list .item-ying{
	width: 50%;
	padding: 15px;
}
.detail-yingyong-list .item-ying .biaotis{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	margin-top: 15px;
}

.detail-big-top{
	height: auto;
	overflow: hidden;
}

@media (min-width: 992px) {
	.in-top-product-head {
		font-size: 24px;
	}
	.in-top-product-sml{
		font-size: 16px;
	}
	.in-top-product-nav li + li{
		margin-left: 25px;
	}
	.in-top-product-nav li{
		font-size: 16px;
	}
	.in-detail-rel-hd{
		font-size: 24px;
		margin: 30px auto;
	}
	.detail-col-3{
		width: 33.333333%;
	}
	.full-pro-detail-hang{
		padding: 40px 0;
	}
	
	.full-pro-detail-hang .item-5{
		width: 50%;
	}
	.detail-yingyong-list{
		margin-bottom: 30px;
	}
	.detail-yingyong-list .item-ying{
		width: 25%;
	}
	
}
@media (min-width: 1200px) {
	.in-top-product-head {
		font-size: 30px;
	}
	.in-top-product-nav li + li{
		margin-left: 35px;
	}
	.in-detail-rel-hd{
		font-size: 30px;
	}
	.full-pro-detail-hang{
		padding: 50px 0;
	}
	.detail-txt{
		padding: 20px 80px;
	}
}

.in-product-table{
	overflow-x: auto;
	padding-bottom: 15px;
}

.full-pc-sort{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	padding: 15px 0;
}
.in-pc-listsort{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.in-pc-listsort li{
	height: auto;
	overflow: hidden;
}
.in-pc-listsort li + li{
	margin-left: 15px;
}
.in-pc-listsort li a{
	display: block;
	line-height: 44px;
	padding: 0 25px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 999px;
}
.in-pc-listsort li a.zlm_on,
.in-pc-listsort li a:hover{
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.in-list-Inspiration{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.in-list-Inspiration li{
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-list-Inspiration li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-list-Inspiration li .tubox{
	height: auto;
	overflow: hidden;
	position: relative;
}
.in-list-Inspiration li .cover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(255,108,10,0.8);
	align-items: center;
	text-align: center;
	transform: translateX(-105%);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.in-list-Inspiration li .inlinks{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.in-list-Inspiration li .inlinks a{
	display: inline-block;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	margin: 0 6px;
}
.in-list-Inspiration li .inlinks a i{
	display: inline-block;
	font-size: 22px;
}
.in-list-Inspiration li .biaoti{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.in-list-Inspiration li .wrap:hover .cover{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.in-list-Inspiration li .txt{
	padding: 30px 25px 20px 25px;
}
.in-list-Inspiration li .title{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.in-list-Inspiration li .time{
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}
.in-list-Inspiration li .d-line{
	height: 6px;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
	margin-top: 16px;
}
.in-list-Inspiration li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
	color: #666;
}
.in-list-Inspiration li .more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.in-list-Inspiration li .more i{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 5px;
}
.in-list-Inspiration li .pic{
	border-radius: 10px;
}
.in-list-Inspiration.xinnew li .wrap:hover .pic img{
	transform: scale(1.05);
}

@media (min-width: 720px) {
	.in-list-Inspiration li{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.in-list-Inspiration li{
		width: 33.333333%;
	}
	.in-list-Inspiration li .pic{
		border-radius: 20px;
	}
}

@media (min-width: 1200px) {
	.in-list-Inspiration li .title{
		font-size: 18px;
	}
}

.video-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.video-item {
    width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.video-item .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.video-item .pic{
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}
.video-item .pic .cover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	border-radius: 15px;
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 22;
}
.video-item .pic .cover i{
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
}
.video-info{
	height: auto;
	overflow: hidden;
	margin-top: 12px;
}
.video-info h3{
	text-align: center;
	font-size: 16px;
}
        
       
        
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }
        
        .modal-content {
            background: #111;
            border-radius: 15px;
            width: 90%;
            max-width: 900px;
            overflow: hidden;
            box-shadow: 0 0 50px rgba(255, 0, 0, 0.3);
        }
        
        .modal-header {
            padding: 20px;
            background: #000;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .modal-title {
            font-size: 1rem;
            color: #fff;
        }
        
        .close-btn {
            background: #ff0000;
            border: none;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .close-btn:hover {
            background: #ff3333;
            transform: rotate(90deg);
        }
        
        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

@media (min-width: 540px) {
	.video-item{
		width: 50%;
	}
}
@media (min-width: 768px) {
	.video-item{
		width: 33.333333%;
	}
	.video-idx-main .video-item{
		width: 50%;
	}
}
@media (min-width: 992px) {
	.video-item{
		width: 25%;
	}
	.video-idx-main .video-item{
		width: 33.333333%;
	}
	.video-info h3{
		font-size: 18px;
	}
	.modal-title {
	    font-size: 1.5rem;
	    color: #fff;
	}
	.video-item .pic .cover i{
		font-size: 54px;
	}
}

.full-type-row{
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}
.in-sort-type{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-sort-type li{
	font-size: 16px;
}
.in-sort-type li + li{
	margin-left: 40px;
}
.in-sort-type li a{
	display: block;
	line-height: 30px;
	padding: 15px 0;
	position: relative;
	color: #888;
}
.in-sort-type li a::after{
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--main-color);
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	transition: 0.5s;
}
.in-sort-type li a.zlm_on,
.in-sort-type li a:hover{
	color: var(--main-color);
}
.in-sort-type li a.zlm_on::after,
.in-sort-type li a:hover::after{
	width: 100%;
}
.in-type-sort-content{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 25px;
}
.in-type-sort-content strong{
	font-size: 16px;
}
.in-type-list{
	height: auto;
	overflow: hidden;
}
.in-type-list li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.in-type-list li + li{
	margin-top: 20px;
}
.in-type-list li .item{
	width: 100%;
	padding: 10px 20px;
}
.in-type-list li .brief{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.65;
}

@media (min-width: 992px) {
	.in-type-sort-content{
		font-size: 16px;
		margin-bottom: 60px;
	}
	.in-type-sort-content strong{
		font-size: 18px;
	}
	.in-type-list li .item{
		width: 50%;
	}
	.in-type-list li:nth-child(2n+1) .item.item-txt{
		order: -1;
	}
}
@media (min-width: 1200px) {
	.in-type-list li .brief{
		font-size: 16px;
	}
	.in-type-list li + li{
		margin-top: 60px;
	}
}
@media (min-width: 1600px) {
	.in-type-list li .brief{
		font-size: 18px;
	}
}

.in-contact-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.in-contact-flex .item{
	width: 100%;
	padding: 0 25px;
}
.in-contact-flex .item + .item{
	margin-top: 30px;
}
.in-contact-head{
	font-size: calc(1.5625vw + 18px);
	line-height: 1.2;
	color: #000;
	position: relative;
	margin-bottom: 30px;
}
.lang-en .in-contact-head{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .in-contact-head{
	font-weight: bold;
}

.in-contact-fbk-txt{
	margin-top: 8px;
	font-size: 14px;
	color: #666666;
}
.in-contact-webname{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.in-contact-msghead{
	position: relative;
	border-left: 5px solid var(--color-lan);
	padding-left: 15px;
}
.in-contact-gettit{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
}
.in-contact-line{
	width: 100%;
	height: 2px; background-color: #d6d6d6; margin: 25px 0;
}
.in-contact-flex .pic{
	border-radius: 15px;
}
.in-contact-flex .pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}
@media (min-width: 768px) {
	.in-contact-msghead{
		padding-left: 25px;
	}
	.in-contact-gettit{
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.in-contact-flex .item{
		width: 50%;
	}
	.in-contact-flex .item + .item{
		margin-top: 0;
	}
	.in-contact-fbk-txt{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.in-contact-gettit{
		font-size: 30px;
	}
	.in-contact-line{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.form-gp-title{
		font-size: 24px;
	}
	.font-16.form-gp-title,
	.form-col-2 .form-gp-title{
		font-size: 16px;
	}
	
	.form-line-dt{
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.custom-radio{
		margin-right: 90px;
	}
	.custom-checkbox{
		margin-right: 60px;
	}
	.form-group textarea{
		height: 290px;
	}
	.foot-social{
		margin-top: 45px;
	}
	.in-list-contact{
		margin-top: 20px;
	}
	.in-list-contact li .cnt-content{
		font-size: 18px;
	}
	.in-list-contact li{
		margin-bottom: 25px;
	}
}

/******** about ********/
.section-company{
	background-color: #fff;
}
.inab-flex-company{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab-flex-company .zou{
	width: 100%;
}
.inab-flex-company .you{
	width: 100%;
}
.inab-company-head{
	color: #000;
	font-size: 20px;
	margin-bottom: 25px;
}
.lang-en .inab-company-head{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .inab-company-head{
	font-weight: bold;
}
.inab-company-webname{
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}
.lang-en .inab-company-webname{
	font-family: 'PoppinsMedium';
}
.inab-company-content{
	color: #5e5e5e;
	font-size: 14px;
}
.inab-company-pic{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.inab-company-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.inab-company-two{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.section-team{
	background-color: #fff;
}
.teamSwiper{
	margin-top: 25px;
}
.teamSwiper .title{
	text-align: center;
	margin-top: 15px;
	color: #000;
	font-size: 14px;
}
.teamSwiper .swiper .swiper-slide:hover .pic img{
	transform: scale(1.05);
}
.teamSwiper .swiper-page{
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mgn-t70{
	margin-top: 25px;
}
.inab-list-factory{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 25px;
}
.inab-list-factory li{
	width: 50%;
	padding: 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.inab-list-factory li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inab-list-factory li .wrap:hover .pic img{
	transform: scale(1.05);
}
.inab-company-video{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}
.inab-company-video img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.inab-company-video i{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	color: #fff;
	font-size: 42px;
}

.coreSwiper{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.coreSwiper .swiper{
	height: auto;
	overflow: hidden;
	padding: 0 2px;
	padding-bottom: 2px;
	padding-top: 25px;
}
.coreSwiper .swiper .swiper-slide{
	border: 1px solid var(--color-lan);
	padding: 40px 20px;
	height: auto;
}
.coreSwiper .xuhao{
	width: 44px;
	height: 44px;
	border: 1px solid var(--color-lan);
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-lan);
	font-family: 'PoppinsSemiBold';
	font-size: 24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -22px;
	z-index: 22;
	background-color: #fff;
}
.coreSwiper .title{
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
.lang-en .coreSwiper .title{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .coreSwiper .title{
	font-weight: bold;
}
.coreSwiper .brief{
	color: #666;
	margin-top: 15px;
	font-size: 14px;
	line-height: 2;
}
.coreSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}

.inab-company-emal{
	border-bottom: 2px solid #dbdbdb;
	color: #000;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.inab-flex-company .zou{
		width: 52.5%;
	}
	.inab-flex-company .you{
		width: 43.125%;
	}
	.inab-company-pic{
		margin-top: 0;
	}
	.teamSwiper{
		margin-top: 35px;
	}
	.mgn-t70{
		margin-top: 35px;
	}
	.inab-list-factory{
		margin-top: 35px;
	}
	.inab-list-factory li{
		width: 33.333333%;
	}
	.inab-company-video i{
		font-size: 48px;
	}
	.coreSwiper{
		margin-top: 35px;
	}
	.inab-company-emal{
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.inab-company-head{
		font-size: 24px;
	}
	.inab-company-webname{
		font-size: 18px;
	}
	.inab-company-content{
		font-size: 16px;
	}
	.inab-company-two{
		margin-top: 30px;
	}
	.teamSwiper{
		margin-top: 45px;
	}
	.teamSwiper .title{
		font-size: 16px;
	}
	.mgn-t70{
		margin-top: 45px;
	}
	.inab-list-factory{
		margin-left: -12px;
		margin-right: -12px;
		margin-top: 45px;
	}
	.inab-list-factory li{
		padding: 12px;
	}
	.inab-company-video i{
		font-size: 64px;
	}
	.coreSwiper{
		margin-top: 45px;
	}
	.inab-company-emal{
		font-size: 28px;
		margin-bottom: 45px;
	}
}
@media (min-width: 1200px) {
	.inab-company-head{
		font-size: 30px;
		margin-bottom: 35px;
	}
	.inab-company-webname{
		font-size: 20px;
	}
	.inab-company-content{
		font-size: 18px;
	}
	.teamSwiper{
		margin-top: 55px;
	}
	.teamSwiper .title{
		font-size: 18px;
	}
	.mgn-t70{
		margin-top: 55px;
	}
	.inab-company-video i{
		font-size: 84px;
	}
	.coreSwiper{
		margin-top: 50px;
	}
	.coreSwiper .swiper{
		padding-top: 45px;
	}
	.coreSwiper .swiper .swiper-slide{
		padding: 70px 25px;
	}
	.coreSwiper .xuhao{
		width: 80px;
		height: 80px;
		top: -40px;
		font-size: 42px;
	}
	.coreSwiper .title{
		font-size: 20px;
	}
	.coreSwiper .brief{
		font-size: 16px;
	}
	.inab-company-emal{
		font-size: 32px;
	}
}
@media (min-width: 1400px) {
	.inab-company-head{
		font-size: 36px;
		margin-bottom: 80px;
	}
	.inab-company-webname{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.teamSwiper .title{
		font-size: 20px;
	}
	.mgn-t70{
		margin-top: 65px;
	}
	.coreSwiper .title{
		font-size: 22px;
	}
}
@media (min-width: 1600px) {
	.inab-company-head{
		font-size: 48px;
		margin-bottom: 100px;
	}
	.inab-company-webname{
		font-size: 36px;
	}
}

/**********faq**************/
.section-faq{
	background-color: #f4f4f4;
}

.samplie-list-pic{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.samplie-list-pic li{
	width: 50%;
	padding: 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.samplie-list-pic li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.samplie-list-pic li .title{
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}
.samplie-list-pic li .tan-model{
	text-align: center;
	margin-bottom: 15px;
}
.samplie-list-pic li .tan-model a{
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-radius: 999px;
	color: #000;
	font-size: 12px;
	line-height: 38px;
	padding: 0 15px;
}
.samplie-list-pic li .tan-model a:hover{
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.samplie-list-pic li .wrap:hover .pic img{
	transform: scale(1.05);
}

.overlay-model{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;
}
.overlay-main{
	width: 96%;
	max-width: 600px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1100;
}
.model-head{
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 40px;
}
.model-form{
	height: auto;
	overflow: hidden;
}
.model-close{
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.model-close i{
	font-size: 22px;
}
.model-row{
	height: auto;
	overflow: hidden;
}
.model-col-10{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.model-group{
	height: auto;
	overflow: hidden;
	position: relative;
}
.model-group label{
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.model-group input{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: none;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 10px 15px;
	line-height: 24px;
}
.model-group textarea{
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
	border: none;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 10px 15px;
	line-height: 24px;
}
.model-btms{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.model-btms button{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	border-radius: 999px;
	padding: 10px 40px;
	font-size: 16px;
	line-height: 24px;
}
.model-btms button em{
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 15px;
}

@media (min-width: 768px) {
	.samplie-list-pic li{
		width: 33.333333%;
	}
}
@media (min-width: 992px) {
	.samplie-list-pic{
		margin-left: -12px;
		margin-right: -12px;
	}
	.samplie-list-pic li{
		width: 25%;
		padding: 12px;
	}
	.model-head{
		font-size: 24px;
	}
}
@media (min-width: 1200px) {
	.samplie-list-pic li .title{
		padding: 20px 0;
		font-size: 16px;
	}
	.samplie-list-pic li .tan-model a{
		font-size: 14px;
		padding: 0 20px;
	}
}
@media (min-width: 1400px) {
	.samplie-list-pic li .title{
		font-size: 20px;
	}
	.samplie-list-pic li .tan-model a{
		font-size: 16px;
		padding: 0 25px;
	}
}

.in-topnews-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.in-topnews-list li{
	width: 100%;
	padding: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.in-topnews-list li .wrap{
	width: 100%;
	height: auto;
}
.in-topnews-list li .pic{
	max-height: 450px;
	border-radius: 15px;
}
.in-topnews-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.in-topnews-list li .time{
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}
.in-topnews-list li .title{
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
}
.lang-en .in-topnews-list li .title{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .in-topnews-list li .title{
	font-weight: bold;
}
.in-topnews-list li .brief{
	color: #5b5b5b;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}
.in-topnews-list li .more{
	margin-top: 20px;
}
.in-topnews-list li .more span{
	display: inline-block;
	color: #666;
	border: 1px solid #666;
	border-radius: 999px;
	line-height: 34px;
	padding: 0 30px;
	transition: 0.5s;
}
.in-topnews-list li .wrap:hover .more span{
	color: #fff;
	background-color: var(--color-lan);
	border-color: var(--color-lan);
}
.in-topnews-list li .wrap:hover .title{
	color: var(--color-lan);
}
.in-topnews-list li .wrap:hover .pic img{
	transform: scale(1.05);
}

.in-list-blog{
	margin-top: 50px;
}
.in-list-blog li{
	box-shadow: 0px 0 30px rgba(54, 63, 77,0.15);
	margin-bottom: 40px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
.in-list-blog li .thumb-pic{
	height: auto;
	overflow: hidden;
}
.in-list-blog li .thumb-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.in-list-blog li .txt{
	margin-top: 15px;
}
.in-list-blog li .time{
	color: #666;
	font-size: 16px;
}
.in-list-blog li .title{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	color: #000;
}
.in-list-blog li .title a{
	color: #000;
}
.lang-en .in-list-blog li .title{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .in-list-blog li .title{
	font-weight: bold;
}
.in-list-blog li .brief{
	color: #666;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	line-height: 2;
}
.in-list-blog li .more{
	margin-top: 20px;
}
.in-list-blog li .more a{
	display: inline-block;
	color: #666;
	border: 1px solid #666;
	border-radius: 999px;
	line-height: 34px;
	padding: 0 30px;
	transition: 0.5s;
}

.in-list-blog li:hover .thumb-pic img{
	transform: scale(1.05);
}
.in-list-blog li:hover .more a{
	color: #fff;
	background-color: var(--color-lan);
	border-color: var(--color-lan);
}
.in-list-blog li .title a:hover{
	color: var(--color-lan);
}
.section-hui{
	background-color: #f4f4f4;
}

.detail-blog-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.detail-blog-flex .zou{
	width: 100%;
	background-color: #fff;
	height: auto;
	overflow: hidden;
	padding: 45px;
}
.detail-blog-flex .you{
	display: none;
	background-color: #fff;
	height: auto;
	overflow: hidden;
	padding: 30px 20px;
}
.blog-head{
	color: #000;
	font-size: 20px;
}
.blog-time{
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-content{
	font-size: 14px;
	line-height: 2.5;
}
.blog-content img{
	max-width: 100%;
	height: auto;
}
.blog-content iframe{
	max-width: 100%;
	height: auto;
}
.blog-content video{
	max-width: 100%;
	height: auto;
}
.blog-hot-head{
	font-size: 20px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.blog-hot-list{
	height: auto;
	overflow: hidden;
}
.blog-hot-list li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.blog-hot-list li .pic{
	width: 160px;
}
.blog-hot-list li .txt{
	flex: 1;
	padding-left: 20px;
}
.blog-hot-list li .title{
	font-size: 18px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.blog-hot-list li .more{
	margin-top: 10px;
	color: #666666;
}

.why-video{
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto; /* 关键：启用横向滚动 */
  -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
}

.table-wrapper table {
  min-width: fit-content; /* 防止表格被压缩 */
  white-space: nowrap;    /* 防止单元格内容换行，触发滚动 */
  border-collapse: collapse;
}

@media (min-width: 200px) {
	.in-topnews-list li{
		width: 50%;
	}
	.in-list-blog li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-list-blog li .thumb-pic{
		width: 32%;
	}
	.in-list-blog li .txt{
		flex: 1;
		padding-left: 30px;
	}
	.header-right-1{
		display:none;
	}
	.top-rt-lang{
		display:none;
	}
    .navbox-right{
		display:none;
	}
	.navbox{
		display:none;
	}
	.ys_phnav_r{
	    margin-top:15px;
	}
	.section-inquiry{
	position:none;
}
.section-inquiry-box{
	height:157px;
	background:#ffffff;
	box-shadow: 0px 4px 4px 0px rgba(204,204,204,0.25);
	z-index:99;
	border-radius:30px;
}
.section-inquiry-box-left{
	width:36%;
	float:left;
	padding-top:10%;
	margin-left:20px;
}
.section-inquiry-box-left i{
	font-size:50px;
	color:#ff6801;
}
.section-inquiry-box-center{
	width:52%;
	float:left;
	font-size:22px;
	line-height:27px;
	text-align:left;
	padding-top:40px;
	margin-left:2%;
}
.section-inquiry-box-center h2{
	font-size:42px;
	line-height:60px;
	padding-top:30px;
}
.section-inquiry-box-center h2 span{
    color:#ff6801;
}
.section-inquiry-box-center h3{
    font-size:16px;
	line-height:30px;
}
.section-inquiry-box-right{
    display:none;
}
.section-aboutus-left{
	width:100%;
	height:auto;
	float:none;
	text-align:center;
}
.section-aboutus-left h2{
	font-size:42px;
	line-height:56px;
	font-weight:bold;
}
.section-aboutus-left h3{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	color:#0099da;
}
.section-aboutus-left h4{
    width:50px;
	height:50px;
	line-height:50px;
	border-radius:100%;
	background:#022a5e;
	color:#fff;
	margin:10px auto 0 auto;
}
.section-aboutus-right{
	font-size:18px;
	width:100%;
	float:none;
	line-height:34px;
}
.section-shili-box ul{
	width: 50%;
}
.section-aboutus{
	height:auto;
	padding-top:180px;
	background:url(/web/pic/img1.jpg) center bottom no-repeat;
}
.section-shili-box ul li{
	font-size:13px;
}
.section-shili-box ul li font{
	font-size:26px;
	display:block;
	float:left;
	color:#0099da;
}
.section-shili-box ul li span{
	font-size:26px;
	display:block;
	float:left;
	margin-left:15px;
	color:#0099da;
}
.section-products-box h2{
	font-size:32px;
	font-weight:bold;
	line-height:40px;
}
.section-products-box h3{
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:20px;
}
.slideBox2 .hd ul li{
	font-size:14px;
	width: 50%;
	line-height:40px;
	overflow: hidden;
	cursor:pointer;
	text-align: left;
	text-transform: capitalize;
	float:left;
	color:#000;
	border-radius:0;
	margin-right:0;
}
.slideBox2 .hd ul li.on{
	border-bottom:0;
}
.slideBox2 .hd ul h4{
	float:right;
	font-size:15px;
	margin-top:10px;
	display:none;
}
.item1box{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:20px;
}
.section-advantage-box h2{
	font-size:32px;
	font-weight:bold;
	line-height:40px;
}
.section-advantage-box h3{
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:20px;
}
.section-advantage-box-main{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-advantage-box-main-pic{
    width:124px;
	line-height:124px;
	border:1px dashed #a8adb7;
	border-radius:100%;
	margin:0 auto;
	font-size:30px;
}
.section-advantage-box-main h4{
    font-size:18px;
	font-weight:normal;
	line-height:30px;
	padding:5px 0 5px 0;
}
.section-advantage-box-main p{
    font-size:16px;
	line-height:24px;
}
.section-advantage-box-main-line1{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:234px;
	top:80px;
	display:none;
}
.section-advantage-box-main-line2{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:521px;
	top:80px;
	display:none;
}
.section-advantage-box-main-line3{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:806px;
	top:80px;
	display:none;
}
.section-customer-box h2{
    font-size:22px;
	line-height:40px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}
.section-customer-box h3{
    font-size:14px;
	line-height:24px;
	font-weight:normal;
	color:#fff;
	margin-bottom:40px;
}
.section-customer-box ul li{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	margin-bottom:10px;
}
.section-customer-more{
    width:174px;
	height:40px;
	line-height:40px;
	background:#0099da;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:30px;
	margin:20px auto 0 auto;
}
.section-news-box h2{
	font-size:22px;
	font-weight:bold;
	line-height:50px;
}
.section-news-box h3{
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:20px;
}
.slideBox3 .hd ul{
	overflow: hidden;
	padding: 0 0 0 0;
	border-top: none;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	height:40px;
	line-height:40px;
	overflow: hidden;
	margin-bottom: 2px;
	background:none;
	float:left;
	padding:0 15px 0 15px;
	border-radius:30px;
	border:1px solid #ccc;
	margin-right:10px;
	transition: 0.6s;
	color: #676767;
}
.slideBox3 .hd ul li a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #676767;
}
.news-box{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
    text-align:left;
	margin-bottom:20px;
}
.news-box h3{
	font-size:20px;
	color:#022a5e;
	line-height:30px;
	margin:0;
}
.news-box .detail{
	font-size:14px;
	color:#022a5e;
	line-height:30px;
	margin:0;
}
.section-download-box-left{
	width:100%;
	float:none;
	margin:0 auto 20px auto;
}
.section-download-box-left h2{
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	color:#022a5e;
	width:80%;
	margin-bottom:20px;
}
.section-download-box-right{
	width:100%;
	float:none;
}
.section-download-box-left-box{
	position:relative;
	left:0;
	bottom:0;
	width:100%;
}
.section-download-box-left-box-color{
    width:100%;
	height:auto;
	background:#0099da;
	border-radius:30px;
	padding:20px 10px 20px 10px;
}
.section-download-box-left-box-color-list{
    color:#fff;
	line-height:45px;
	border-bottom:1px solid #33ade1;
}
.section-download-box-right img{
    width:100%;
	height:auto;
}
.section-contact-box3 ul li{
	float:none;
	margin-right:0;
}
.section-contact-box1{
    display:none;
}
.section-contact-box2{
    display:none;
}
.section-contact-box3 ul li{
	float:none;
	margin-right:0;
	margin-bottom:20px;
}
.section-contact-box31{
	width:100%;
}
.section-contact-box32{
	width:100%;
}
.section-contact-box33{
	width:100%;
	margin-right:0;
	background:#006699;
}
#news-box-margin4{
    display:block;
}
.copyright-l{
    width:100%;
	float:none;
	text-align:center;
}
.copyright-r{
    width:100%;
	float:none;
	text-align:center;
}
}
@media (min-width: 600px) {
	.in-topnews-list li{
		width: 50%;
	}
	.in-list-blog li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-list-blog li .thumb-pic{
		width: 32%;
	}
	.in-list-blog li .txt{
		flex: 1;
		padding-left: 30px;
	}
	.header-right-1{
		display:none;
	}
	.section-inquiry-box-left{
	width:26%;
	float:left;
	padding-top:10%;
	margin-left:20px;
}
}
@media (min-width: 768px) {
	.in-topnews-list li{
		width: 50%;
	}
	.in-list-blog li{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.in-list-blog li .thumb-pic{
		width: 32%;
	}
	.in-list-blog li .txt{
		flex: 1;
		padding-left: 30px;
	}
	.header-right-1{
		display:none;
	}
	.section-inquiry-box-left{
	width:16%;
	float:left;
	padding-top:6%;
	margin-left:20px;
}
}
@media (min-width: 992px) {
	.in-topnews-list li .time{
		font-size: 18px;
	}
	.in-topnews-list li .title{
		font-size: 22px;
	}
	.in-topnews-list li .brief{
		font-size: 18px;
	}
	.in-list-blog li .txt{
		padding-left: 55px;
	}
	.in-list-blog li .time{
		font-size: 18px;
	}
	.in-list-blog li .title{
		font-size: 22px;
	}
	.in-list-blog li .brief{
		font-size: 16px;
	}
	.detail-blog-flex .zou{
		width: 67.5%;
		padding: 45px 60px;
	}
	.detail-blog-flex .you{
		display: block;
		width: 30%;
	}
	.blog-head{
		font-size: 32px;
	}
	.blog-time{
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.blog-content{
		font-size: 18px;
	}
	.blog-hot-head{
		font-size: 28px;
	}
	.why-video{
		margin-top: 50px;
	}
		.header-right-1{
		display:block;
	}
	.top-rt-lang{
		display:block;
	}
    .navbox-right{
		display:block;
	}
	.navbox{
		display:block;
	}
.section-inquiry{
	position:relative;
	margin-top:30px;
}
.section-inquiry-box{
	height:157px;
	background:#ffffff;
	box-shadow: 0px 4px 4px 0px rgba(204,204,204,0.25);
	z-index:99;
	border-radius:30px;
}
.section-inquiry-box-left{
	width:19%;
	float:left;
	padding-top:10%;
	margin-left:30px;
}
.section-inquiry-box-left i{
	font-size:50px;
	color:#ff6801;
}
.section-inquiry-box-center{
	width:21%;
	float:left;
	font-size:22px;
	line-height:36px;
	text-align:left;
	padding-top:40px;
	margin-left:1%;
}
.section-inquiry-box-center h2{
	font-size:42px;
	line-height:60px;
	padding-top:30px;
}
.section-inquiry-box-center h2 span{
    color:#ff6801;
}
.section-inquiry-box-center h3{
    font-size:16px;
	line-height:30px;
}
.section-inquiry-box-right{
    display:block;
}
.section-aboutus-left{
	width:26%;
	height:543px;
	float:left;
	text-align:center;
}
.section-aboutus-left h2{
	font-size:42px;
	line-height:56px;
	font-weight:bold;
}
.section-aboutus-left h3{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	color:#0099da;
}
.section-aboutus-left h4{
    width:70px;
	height:70px;
	line-height:70px;
	border-radius:100%;
	background:#022a5e;
	color:#fff;
	margin:20px auto 0 auto;
}
.section-aboutus-right{
	font-size:18px;
	width:62%;
	float:right;
	line-height:34px;
}
.section-shili-box ul{
	width: 25%;
}
.section-aboutus{
	height:893px;
	padding-top:180px;
	background:url(/web/pic/img1.jpg) center bottom no-repeat;
}
.section-shili-box ul li{
	font-size:16px;
}
.section-shili-box ul li font{
	font-size:56px;
	display:block;
	float:left;
	color:#0099da;
}
.section-shili-box ul li span{
	font-size:56px;
	display:block;
	float:left;
	margin-left:15px;
	color:#0099da;
}
.section-products-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-products-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.slideBox2 .hd ul li{
	font-size:16px;
	width: auto;
	line-height:50px;
	overflow: hidden;
	cursor:pointer;
	text-align: center;
	text-transform: capitalize;
	float:left;
	color:#000;
	border-radius:0;
	margin-right:30px;
}
.slideBox2 .hd ul h4{
	float:right;
	font-size:15px;
	margin-top:10px;
	display:block;
}
.item1box{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0;
}
.section-advantage-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-advantage-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.section-advantage-box-main{
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
}
.section-advantage-box-main-pic{
    width:164px;
	line-height:164px;
	border:1px dashed #a8adb7;
	border-radius:100%;
	margin:0 auto;
	font-size:30px;
}
.section-advantage-box-main h4{
    font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.section-advantage-box-main p{
    font-size:16px;
	line-height:24px;
}
.section-advantage-box-main-line1{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:234px;
	top:80px;
	display:block;
}
.section-advantage-box-main-line2{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:521px;
	top:80px;
	display:block;
}
.section-advantage-box-main-line3{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:806px;
	top:80px;
	display:block;
}
.section-customer-box h2{
    font-size:42px;
	line-height:60px;
	font-weight:bold;
	margin-bottom:20px;
	color:#fff;
}
.section-customer-box h3{
    font-size:24px;
	line-height:40px;
	font-weight:normal;
	color:#fff;
	margin-bottom:40px;
}
.section-customer-box ul li{
	width: 16.66666%;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	margin-bottom:10px;
}
.section-customer-more{
    width:214px;
	height:50px;
	line-height:50px;
	background:#0099da;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:30px;
	margin:30px auto 0 auto;
}
.section-news-box h2{
	font-size:42px;
	font-weight:bold;
	line-height:80px;
}
.section-news-box h3{
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.slideBox3 .hd ul{
	overflow: hidden;
	padding: 0 0 0 365px;
	border-top: none;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 2px;
	background:none;
	float:left;
	padding:0 30px 0 30px;
	border-radius:30px;
	border:1px solid #ccc;
	margin-right:20px;
	transition: 0.6s;
	color: #676767;
}
.slideBox3 .hd ul li a{
	display: block;
	overflow: hidden;
	font-size: 22px;
	color: #676767;
}
.news-box{
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
    text-align:left;
	margin-bottom:0;
}
.news-box h3{
	font-size:20px;
	color:#022a5e;
	line-height:50px;
	margin:0;
}
.news-box .detail{
	font-size:16px;
	color:#022a5e;
	line-height:30px;
	margin:0;
}
.section-download-box-left{
	width:25%;
	float:left;
	margin:0 auto 0 auto;
}
.section-download-box-left h4{
	font-size:32px;
	font-weight:bold;
	line-height:42px;
	color:#022a5e;
	width:60%;
	display:block;
	margin-bottom:20px;
}
.section-download-box-right{
	width:61.3%;
	float:right;
}
.section-download-box-left-box{
	position:absolute;
	left:2%;
	top:0;
}
.section-download-box-left-box-color{
    width:40%;
	height:auto;
	background:#0099da;
	border-radius:30px;
	padding:20px;
}
.section-download-box-left-box-color-list{
    color:#fff;
	line-height:60px;
	border-bottom:1px solid #33ade1;
}
.section-download-box-right img{
    width:100%;
	height:auto;
}
.section-contact-box3 ul li{
	float:left;
	margin-right:23px;
}
.section-contact-box1{
    display:block;
}
.section-contact-box2{
    display:block;
}
.section-contact-box3 ul li{
	float:left;
	margin-right:1%;
	margin-bottom:0;
}
.section-contact-box31{
	width:37%;
}
.section-contact-box32{
	width:37%;
}
.section-contact-box33{
	width:20%;
	margin-right:0;
	background:#006699;
}
}

.why-list-choose{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.why-list-choose li{
	width: 50%;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.why-list-choose li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.why-list-choose li .pic{
	border-radius: 10px;
}
.why-list-choose li .title{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
}
.lang-en .why-list-choose li .title{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .why-list-choose li .title{
	font-weight: bold;
}
.why-list-choose li .brief{
	font-size: 14px;
	text-align: center;
}

.why-list-choose li .wrap:hover .pic img{
	transform: scale(1.05);
}

.why-list-Professional{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.why-list-Professional li{
	width: 50%;
	padding: 15px;
}
.why-list-Professional li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.why-list-Professional li .pic{
	border-radius: 10px;
}

.ComprehensiveSwiper{
	margin-top: 30px;
}
.ComprehensiveSwiper .pic{
	border-radius: 10px;
}
.ComprehensiveSwiper .title{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}

.why-flex-Efficient{
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.why-flex-Efficient .zou{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.why-flex-Efficient .you{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.Efficient-pics{
	height: auto;
	overflow: hidden;
}
.Efficient-pics .item{
	height: auto;
	overflow: hidden;
	display: none;
}
.Efficient-list{
	height: auto;
	overflow: hidden;
}
.Efficient-list li{
	height: auto;
	overflow: hidden;
	background-color: #f4f4f4;
	border-radius: 15px;
}
.Efficient-list li + li{
	margin-top: 10px;
}
.Efficient-list li .title{
	border-radius: 15px;
	position: relative;
	padding-right: 30px;
	padding-left: 50px;
	line-height: 60px;
	font-size: 14px;
	color: #000;
}
.Efficient-list li .brief{
	display: none;
	color: #5b5b5b;
	font-size: 14px;
	padding: 15px 15px;
	padding-left: 50px;
	padding-top: 0;
}
.Efficient-list li.active .brief{
	display: block;
}
.Efficient-list li .title em{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	line-height: 1.2;
}
.Efficient-list li.active .title em{
	transform: rotate(90deg) translateY(-50%);
	right: 25px;
}
.Efficient-list li .xuhao{
	position: absolute;
	left: 15px;
	color: #e6e6e7;
	font-family: 'PoppinsSemiBold';
	font-size: 18px;
	line-height: 1.2;
	top: 50%;
	transform: translateY(-50%);
}
.Efficient-get{
	margin-top: 10px;
}
.Efficient-get a{
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 999px;
	padding: 0 30px;
}

.download-list-pdf{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.download-list-pdf li{
	width: 90%;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.download-list-pdf li .wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.download-list-pdf li .down-pic{
	height: auto;
	overflow: hidden;
}
.download-list-pdf li .down-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.download-list-pdf li .txt{
	border-top: 3px solid var(--color-lan);
	padding: 25px 30px;
	background-color: #f6f6f6;
	position: relative;
	padding-bottom: 95px;
}
.download-list-pdf li .title{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.download-list-pdf li .brief{
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.download-list-pdf li .down-btm{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
}
.download-list-pdf li .down-btm a{
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	line-height: 45px;
	border-radius: 999px;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 14px;
}
.download-list-pdf li .down-btm a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 10px;
}
@media (min-width: 600px){
	.download-list-pdf li{
		width: 45%;
	}
}
@media (min-width: 768px){
	.why-list-choose li{
		width: 33.333333%;
	}
	.ComprehensiveSwiper .title{
		margin-top: 20px;
		font-size: 16px;
	}
	.why-flex-Efficient{
		justify-content: space-between;
	}
	.why-flex-Efficient .zou{
		width: 48.375%;
	}
	.why-flex-Efficient .you{
		width: 49.375%;
		margin-top: 0;
	}
	.slideBox2 .hd ul li{
	font-size:14px;
	width: 33.333%;
	line-height:40px;
	overflow: hidden;
	cursor:pointer;
	text-align: left;
	text-transform: capitalize;
	float:left;
	color:#000;
	border-radius:30px;
	margin-right:0;
}
}

@media (min-width: 992px) {
	.why-list-choose{
		margin-left: -15px;
		margin-right: -15px;
	}
	.why-list-choose li{
		padding: 15px;
	}
	.why-list-Professional{
		margin-top: 45px;
	}
	.ComprehensiveSwiper{
		margin-top: 40px;
	}
	.ComprehensiveSwiper .title{
		margin-top: 25px;
		font-size: 18px;
	}
	.why-flex-Efficient{
		margin-top: 40px;
	}
	.download-list-pdf li{
		width: 31%;
	}
	.download-list-pdf li .title{
		font-size: 18px;
	}
	#news-box-margin4{
    display:none;
}
}
@media (min-width: 1200px) {
	.why-list-choose{
		margin-left: -20px;
		margin-right: -20px;
	}
	.why-list-choose li{
		padding: 20px;
	}
	.why-list-choose li .title{
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.why-list-choose li .brief{
		font-size: 16px;
	}
	.why-list-choose li .pic{
		border-radius: 20px;
	}
	.why-list-Professional li .pic{
		border-radius: 20px;
	}
	.ComprehensiveSwiper{
		margin-top: 50px;
	}
	.ComprehensiveSwiper .pic{
		border-radius: 20px;
	}
	.ComprehensiveSwiper .title{
		font-size: 20px;
	}
	.why-flex-Efficient{
		margin-top: 60px;
	}
	.Efficient-list li + li{
		margin-top: 20px;
	}
	.Efficient-list li .title{
		font-size: 20px;
		padding-left: 60px;
	}
	.Efficient-list li .brief{
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 30px;
		line-height: 2;
	}
	.Efficient-list li .xuhao{
		font-size: 24px;
	}
	.Efficient-get{
		margin-top: 20px;
	}
	.Efficient-get a{
		font-size: 16px;
		padding: 0 100px;
	}
	.download-list-pdf li .title{
		font-size: 22px;
	}
	.section-inquiry-box-left{
	width:13%;
	float:left;
	padding-top:25px;
	margin-left:30px;
}
.section-inquiry-box-left i{
	font-size:50px;
	color:#ff6801;
}
.section-inquiry-box-center{
	width:27%;
	float:left;
	font-size:36px;
	line-height:36px;
	text-align:left;
	padding-top:40px;
	margin-left:1%;
}
.section-inquiry-box-center h2{
	font-size:42px;
	line-height:60px;
	padding-top:30px;
}
.section-inquiry-box-center h2 span{
    color:#ff6801;
}
.section-inquiry-box-center h3{
    font-size:16px;
	line-height:30px;
}
.section-inquiry-box-right{
    display:block;
}
.slideBox2 .hd ul li{
	font-size:18px;
	width:auto;
	line-height:40px;
	overflow: hidden;
	cursor:pointer;
	text-align: left;
	text-transform: capitalize;
	float:left;
	color:#000;
	border-radius:0;
	margin-right:30px;
}
}
@media (min-width: 1400px) {
	.why-list-choose{
		margin-left: -30px;
		margin-right: -30px;
	}
	.why-list-choose li{
		padding: 30px;
	}
	.why-list-choose li .title{
		font-size: 24px;
	}
	.why-list-choose li .brief{
		font-size: 18px;
	}
	.ComprehensiveSwiper .title{
		font-size: 22px;
	}
}

.vdeo-line{
	border-bottom: 1px solid #cdcdcd;
}
.video-index-flex{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.video-index-flex .zou{
	width: 100%;
}
.video-index-flex .you{
	width: 100%;
	display: none;
}
.video-idx-main{
	padding: 20px 0;
}
.vdeo-sort-content{
	font-size: 16px;
}
.vdo-list-sort{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.vdo-list-sort li{
	width: 50%;
	padding: 10px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.vdo-list-sort li .wrap{
	width: 100%;
}
.vdo-list-sort li .title{
	font-size: 16px;
	margin-top: 10px;
}
.vdo-list-sort li .vde-nums{
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
.video-side-hd{
	color: #000;
	font-size: 16px;
	padding-left: 10px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.lang-en .video-side-hd{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .video-side-hd{
	font-weight: bold;
}
.vdo-search{
	height: auto;
	overflow: hidden;
	border-radius: 999px;
	position: relative;
	margin-bottom: 60px;
}
.vdo-search input{
	display: block;
	width: 100%;
	height: 76px;
	line-height: 76px;
	padding-left: 20px;
	padding-right: 66px;
	border: none;
	background-color: #f4f4f4;
	border-radius: 999px;
	font-size: 16px;
}
.vdo-search button{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
	border: none;
	background-color: var(--main-color);
	color: #fff;
}
.vdo-search button i{
	font-size: 36px;
}

.video-side-sort{
	height: auto;
	overflow: hidden;
}
.video-side-sort li{
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	font-size: 16px;
}

@media (min-width: 640px) {
	.vdo-list-sort li{
		width: 33.333333%;
	}
}
@media (min-width: 768px) {
	.video-index-flex .zou{
		width: 70%;
		padding-right: 45px;
	}
	.video-index-flex .you{
		width: 30%;
		display: block;
		background-color: #fff;
		padding: 20px;
		padding-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.video-side-hd{
		font-size: 18px;
	}
	.section-advantage-box-main-line1{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:234px;
	top:80px;
	display:none;
}
.section-advantage-box-main-line2{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:521px;
	top:80px;
	display:none;
}
.section-advantage-box-main-line3{
	width:100px;
	height:2px;
	background:#a8adb7;
	position:absolute;
	left:806px;
	top:80px;
	display:none;
}
}
@media (min-width: 1200px) {
	.video-side-hd{
		font-size: 22px;
	}
	.vdeo-sort-content{
		font-size: 18px;
	}
	.video-side-sort li{
		font-size: 18px;
	}
}

.ins-dtl-main{
	background-color: #fff;
	padding: 30px 20px;
}
.ins-dtl-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dce0e0;
	padding-bottom: 15px;
}
.pre-next{
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.pre-next li{
	height: auto;
	overflow: hidden;
	line-height: 30px;
}
.pre-next li + li{
	margin-left: 20px;
}
a.gobackto{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	color: #fff;
	background-color: var(--main-color);
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
a.gobackto i{
	display: inline-block;
	line-height: 1.2;
}
.ins-dtl-head{
	text-align: center;
	color: #000;
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 30px;
}
.lang-en .ins-dtl-head{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .ins-dtl-head{
	font-weight: bold;
}
.ins-part-one{
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.ins-part-one img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.ins-qita-main{
	margin: 40px auto;
	max-width: 1370px;
}
.ins-part-two{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -25px;
	margin-right: -25px;
}
.ins-part-two .zou{
	width: 100%;
	padding: 0 25px;
}
.ins-part-two .you{
	width: 100%;
	margin-top: 25px;
	padding: 0 25px;
}
.mortuSwiper{
	height: auto;
	overflow: hidden;
}
.mortuSwiper .swiper-page{
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
} 
.mortuSwiper .swiper-page .swiper-pagination-bullet{
	opacity: 1;
	background-color: #d9d9d9;
	width: 12px;
	height: 12px;
}
.mortuSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #363f4d;
}
.ins-two-xiaobt{
	color: #363f4d;
	font-size: 16px;
}
.lang-en .ins-two-xiaobt{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .ins-two-xiaobt{
	font-weight: bold;
}
.ins-two-dabt{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.lang-en .ins-two-dabt{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .ins-two-dabt{
	font-weight: bold;
}
.ins-two-line{
	height: 3px;
	position: relative;
	margin-bottom: 15px;
}
.ins-two-line::before{
	content: '';
	width: 16px;
	height: 3px;
	background-color: var(--color-lan);
	position: absolute;
	left: 0;
	top: 0;
}
.ins-two-brief{
	font-size: 14px;
}
.ins-part-three{
	margin-top: 30px;
}
.ins-three-bt{
	font-size: 20px;
	margin-bottom: 20px;
}
.lang-en .ins-three-bt{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .ins-three-bt{
	font-weight: bold;
}
.ins-three-brief{
	font-size: 14px;
	line-height: 2;
}
.ins-three-brief img,
.ins-three-brief iframe,
.ins-three-brief video,
.ins-three-brief table{
	max-width: 100%;
}

.ins-part-four{
	margin-top: 30px;
}
.ins-hot-probox{
	margin-top: 30px;
}
.ins-hotbt{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
.ins-hot-main{
	margin: 0 auto;
	max-width: 1370px;
}
.ins-hot-head{
	color: #000;
	font-size: 20px;
	margin-bottom: 15px;
}

.hotproSwiper{
	height: auto;
	overflow: hidden;
}
.hotproSwiper .title{
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
}
.hotproSwiper .pic{
	border-radius: 15px;
}
.hotproSwiper .swiper-page{
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.desp-like-list{
	height: auto;
	overflow: hidden;
}
.desp-like-list li{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.desp-like-list li .pic{
	width: 150px;
	height: auto;
	overflow: hidden;
}
.desp-like-list li .txt{
	flex: 1;
	padding-left: 25px;
}
.desp-like-list li .title{
	font-size: 16px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.desp-like-list li .more{
	margin-top: 10px;
}
.desp-like-list li .more a{
	color: #666;
	font-size: 14px;
}
.desp-like-list li .more a:hover{
	color: var(--main-color);
}
.desp-hotprobox{
	margin-top: 30px;
}

@media (min-width: 768px) {
	.ins-part-two .zou{
		width: 50%;
	}
	.ins-part-two .you{
		width: 50%;
		margin-top: -32px;
	}
}
@media (min-width: 992px) {
	.ins-dtl-head{
		font-size: 24px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.ins-dtl-main{
		padding: 30px 30px;
	}
	.ins-three-bt{
		font-size: 24px;
	}
	.ins-three-brief{
		font-size: 16px;
	}
	.ins-hot-head{
		font-size: 24px;
	}
	.desp-hotprobox{
		margin-top: 40px;
	}
	.copyright-l{
    width:50%;
	float:left;
	text-align:left;
}
.copyright-r{
    width:50%;
	float:right;
	text-align:right;
}
}
@media (min-width: 1200px) {
	.ins-dtl-head{
		font-size: 30px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.ins-part-one{
		font-size: 18px;
	}
	.ins-dtl-main{
		padding: 40px 40px;
	}
	.pre-next li{
		font-size: 18px;
	}
	.ins-two-xiaobt{
		font-size: 20px;
	}
	.ins-two-dabt{
		font-size: 26px;
	}
	.ins-two-brief{
		font-size: 16px;
	}
	.ins-two-line{
		margin-bottom: 20px;
	}
	.ins-qita-main{
		margin-top: 60px;
	}
	.ins-part-three{
		margin-top: 60px;
	}
	.ins-three-bt{
		font-size: 30px;
		margin-bottom: 30px;
	}
	.ins-three-brief{
		font-size: 18px;
	}
	.ins-part-four{
		margin-top: 60px;
	}
	.ins-hot-probox{
		margin-top: 60px;
	}
	.ins-hot-head{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.ins-hotbt{
		margin-bottom: 40px;
	}
	.hotproSwiper .title{
		font-size: 18px;
	}
	.detail-product-content{
		font-size: 16px;
	}
	.desp-hotprobox{
		margin-top: 50px;
	}
}
@media (min-width: 1400px) {
	.ins-two-xiaobt{
		font-size: 24px;
	}
	.ins-two-dabt{
		font-size: 36px;
		margin-bottom: 40px;
	}
	.ins-two-brief{
		font-size: 18px;
	}
	.ins-three-bt{
		font-size: 36px;
	}
	.hotproSwiper .title{
		font-size: 20px;
	}
	
}

.list-pro-top{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 20px;
}
.list-pro-top .zou{
	width: 100%;
	font-size: 18px;
}
.list-pro-top .you{
	width: 100%;
	margin-top: 15px;
}
.listsearch-box{
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 999px;
	background-color: #fff;
	float: left;
	width: 100%;
	max-width: 500px;
}
.listsearch-box input{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 999px;
	padding-left: 20px;
	padding-right: 55px;
	border: none;
}
.listsearch-box button{
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: var(--main-color);
	border: none;
	cursor: pointer;
	border-radius: 50%;
}
.listsearch-box button i{
	font-size: 24px;
}

.aside-sort-head{
	font-size: 24px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.lang-en .aside-sort-head{
	font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .aside-sort-head{
	font-weight: bold;
}

@media (min-width: 1200px) {
	.list-pro-top{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.list-pro-top .zou{
		width: 50%;
		font-size: 18px;
		padding-right: 30px;
	}
	.list-pro-top .you{
		width: 50%;
		margin-top: 0;
	}
	.aside-sort-head{
		font-size: 30px;
	}
	
}
@media (min-width: 1400px) {
	.list-pro-top .zou{
		font-size: 22px;
	}
	.list-pro-top .you{
		width: 50%;
		margin-top: 0;
	}
	.listsearch-box input{
		height: 60px;
		line-height: 60px;
	}
	.listsearch-box button{
		width: 50px;
		height: 50px;
	}
	.aside-sort-head{
		font-size: 36px;
	}

}