/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #28A500;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
}
.img-center{
	display: block;
	margin: 0 auto;
}

.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;}

.section{
	width: 100%;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}

/** head & nav **/
#container{
	margin: 0 auto;
	max-width: 100%;
}
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #28A500;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
.myslider{
	margin-top: 50px;
	position: relative;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}
.item-half{
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	position: relative;
	height: 1px;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-box .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.new-pro-title{
	text-align: center;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
}
/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.about-top{
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 10px;
}
.about-top:after{
	width: 50px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}

.about-list{
	overflow: hidden;
	margin-top: 20px;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	position: relative;
	float: left;
	margin: 10px 0;
}
.about-list ul li p{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
}
.about-list ul li img{
	display: block;
	margin: 34px auto auto;
}
.about-list ul li span{
	display: block;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.about-more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}
.about-more a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 40px;
	color: #fff;
	/* padding-right: 45px;
	background-image: url(../images/jt-1.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; */
	background-color: #2278c5;
	text-transform: uppercase;
	/* -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; */
}
.about-more a i{
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	color: #49b140;
	font-size: 12px;
	background-color: #fff;
	margin-left: 10px;
}

.shuzhi-list{
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	margin-top: 15px;
}
.shuzhi-list li{
	width: 32%;
	height: auto;
	text-align: left;
	padding: 0;
	position: relative;
	transition: 0.5s;
}
.shuzhi-list li .num{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #28a500;
	font-size: 16px;
	transition: 0.5s;
	font-family: 'av_garde_lindex_twodemibold';
}
.lang-en .shuzhi-list li .num{
	font-size: 20px;
}
.shuzhi-list li .num span{
	display: inline-block;
	font-size: 26px;
	vertical-align: middle;
	font-weight: bold;
}
.shuzhi-list li .num i{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
.shuzhi-list li .num em{
	display: inline-block;
	color: #2278c5;
	font-style: normal;
	font-family: 'Gotham-Bold';
	font-size: 24px;
}
.shuzhi-list li .title{
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	transition: 0.5s;
	margin-top: 5px;
	text-transform: capitalize;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 15px;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	background-color: #28a500;
	
}
.public-more i{
	display: inline-block;
	margin-left: 6px;
}

.index-why-list{
	height: auto;
	overflow: hidden;
}
.index-why-list li{
	
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.index-why-list li .wrap{
	width: 100%;
	border: 1px solid #eee;
	padding: 20px;
	transition: .5s;
}
.index-why-list li .pic{
	height: 60px;
	overflow: hidden;
	position: relative;
}
.index-why-list li .pic img{
	width: 60px;
	height: 60px;
	transition: .5s;
}
.index-why-list li .pic img.img2{
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.index-why-list li .title{
	text-align: left;
	color: #323232;
	font-size: 18px;
	margin-top: 15px;
	transition: .5s;
}
.index-why-list li .info{
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #444;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.75;
	transition: .5s;
}

/* .index-why-list li:hover .wrap{
	background-color: #28a500;
}
.index-why-list li:hover .title,
.index-why-list li:hover .info{
	color: #fff;
}
.index-why-list li:hover .pic img.img2{
	opacity: 1;
	visibility: visible;
} */

.section-news{
	background-color: #fff;
}
#slideBox5{
	overflow:visible;
}
#slideBox5 .hd{
	overflow: visible;
	position: relative;
	z-index: 1;
}

#slideBox5 .hd ul{
	overflow: visible;
	margin-top: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
#slideBox5 .hd ul li{
	float: left;
	transition: 0.6s;
	height: auto;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	position: relative;
	z-index: 666;
}
#slideBox5 .hd ul li a{
	display: block;
	font-size: 14px;
	padding: 0 5px;
}
.lang-en #slideBox5 .hd ul li a{
	font-size: 12px;
}
#slideBox5 .hd ul li.on:after{
	/* border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 16px;
	border-top-color: #F06216;
	left: 50%;
	margin-left:-16px;
	z-index: 99; */
}
#slideBox5 .hd ul li.on{
	border-color: #28A500;
}
#slideBox5 .hd ul li.on a{

}
#slideBox5 .bd{
	overflow:visible;
}
#slideBox5 .bd ul{
	overflow: visible;
}
.news-row-tuwen{
	height: auto;
	overflow: hidden;
}
.news-row-tuwen .pic{
	height: auto;
	overflow: hidden;
}
.news-row-tuwen .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.news-row-rt{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news-row-rt .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}
.news-row-rt .info{
	color: #888;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
.news-row-rt .more{
	height: auto;
	overflow: hidden;
	color: #565458;
	font-size: 14px;
	margin-top: 10px;
}
.news-row-rt .more a{
	color: #565458;
}
.news-row-rt .more a:hover{
	color: #28A500;
}

/*******************************
 * 新闻资讯
 ******************************/
.news-list{
	overflow: hidden;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #2d2d2d;
	margin-top: 20px;
	padding-top: 20px;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.foot-contact-content{
	height: auto;
	overflow: hidden;
	color: #a0a5a9;
	font-size: 14px;
	line-height: 2;
}
.foot-contact-content a{
	color: #a0a5a9;
}
.foot-contact-content a:hover{
	color: #fff;
}
.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #28A500;
}
.accordion li.open i {
	color: #28A500;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 
 .foot-content{
 	padding: 15px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000000;
 }
 .copyright{
 	text-align: center;
 	margin-top: 15px;
 	color: rgba(255,255,255,0.5);
 	padding: 15px 10px;
 	background-color: #2d2d2d;
	font-size: 12px;
 }
.copyright img{
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
 
 /***********************/
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #28A500;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 45%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 55%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}



/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt a{
	background-color: #595959;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 35px;
}
/*---分页--*/
.pages-num{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pages-num a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pages-num .current{
	background:#0090CD;
	border-color:#0090CD;
	color:#FFF;
	font-weight:700;
}

.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.ab-cate #on{
	background:#28A500;
	color:#fff;
}
.ab-top{
	margin-top: 10px;
}
.form-group{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.form-group label{
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.form-group input{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 2;
	border: 1px solid #ddd;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 3px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #ddd;
	height: 80px;
}
.form-group2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.form-group2 input{
	display: block;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 2;
	background-color: #28A500;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}

#lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
}

.section-product{
	background-color: #f3f3f3;
}
.index-product-sort{
	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;
}
.index-product-sort .item{
	width: 50%;
	padding: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-product-sort .item .wrap{
	background-color: #fff;
	padding: 5px;
	width: 100%;
}
.index-product-sort .item .wrap .pic{
	height: auto;
	overflow: hidden;
}
.index-product-sort .item .wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: .5s;
}
.index-product-sort .item .wrap .sort-title{
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.sort-cp-list{
	padding-left: 10px;
	height: auto;
	overflow: hidden;
}
.sort-cp-list h5{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	line-height: 26px;
	margin: 3px 0;
}
.sort-cp-list h5::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
}


.public-head{
	color: #222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.public-sml{
	color: #9a9a9a;
	font-size: 13px;
	text-transform: capitalize;
}
.owl-product.owl-carousel .item{
	height: auto;
	overflow: hidden;
	position: relative;
}
.owl-product.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-product.owl-carousel .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-product.owl-carousel .item .cover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 25px;
	background-color: rgba(0,0,0,.5);
}
.owl-product.owl-carousel .item .title{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	text-align: center;
	margin-top: 5px;
}
.owl-product.owl-carousel .item .cover .more{
	color: #fff;
	margin-top: 10px;
	position: relative;
	padding-top: 10px;
}
.owl-product.owl-carousel .item .cover .more::before{
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.owl-product.owl-carousel .owl-controls .owl-prev,
.owl-product.owl-carousel .owl-controls .owl-next{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 50%;
	margin-top: -15px;
	color: #000;
	padding: 0;
	border-radius: 0;
}
.owl-product.owl-carousel .owl-controls .owl-prev{
	left: 0;
}
.owl-product.owl-carousel .owl-controls .owl-next{
	right: 0;
}
.owl-product.owl-carousel .owl-controls .owl-prev i,
.owl-product.owl-carousel .owl-controls .owl-next i{
	font-size: 20px;
}

.section-adv{
	background-color: #fff;
}
.adv-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.adv-list li{
	height: auto;
	overflow: hidden;
	/* background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative; */
	float: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 10px;
}

.adv-list li .wrap{
	height: auto;
	overflow: hidden;
	background-color: #f9f9f9;
}
.adv-list li .pic{
	height: auto;
	overflow: hidden;
	color: #28A500;
}
.adv-list li .pic i{
	display: inline-block;
	line-height: 1;
	font-size: 48px;
}
.adv-list li .title{
	height: auto;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	color: #171721;
	font-size: 18px;
	padding-bottom: 10px;
}
.adv-list li .title::after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #28A500;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 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;
}
.adv-list li .title-box .title span{
	display: inline-block;
	color: #d71809;
}
.adv-list li .title-box .title-2{
	color: #999;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'GothamLight';
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}
/* .adv-list li .title-box .title span::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #49b140;
	z-index: 11;
} */
.adv-list li .info{
	color: #686876;
	font-size: 14px;
	line-height: 2;
}
.adv-list li .more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.adv-list li .more a{
	color: #28A500;
}
.lang-en .adv-list li .title-box .title{
	font-size: 20px;
}
.lang-en .adv-list li .info{
	font-size: 14px;
	line-height: 24px;
}
.adv-list li:hover .pic{
	color: #fff;
}
.adv-list li:hover .wrap{
	background-color: #28A500;
	border-top-color: #28A500;
}
.adv-list li:hover .title{
	color: #fff;
}
.adv-list li:hover .title::after{
	background-color: #fff;
}
.adv-list li:hover .info{
	color: #fff;
}
.adv-list li:hover .more a{
	color: #fff;
}
.section-about{
	background-color: #fff;
}
.about-wrap{
	height: auto;
	overflow: visible;
	position: relative;
}
.about-content{
	height: auto;
	overflow: hidden;
}
.about-wename{
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}
.about-wename h3{
	color: #222;
	font-size: 16px;
}
.about-brief{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 2;
}
.about-brief.white{
	color: #fff;
}

.section-case{
	background-image: url(../images/case-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.slider-case{
	height: auto;
	overflow: hidden;
}
.slider-case .hd{
	height: auto;
	overflow: hidden;
}
.slider-case .hd ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.slider-case .hd ul li{
	height: auto;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px;
}
.lang-en .slider-case .hd ul li{
	
}
.slider-case .hd ul li .wrap{
	height: auto;
	overflow: hidden;
	border-bottom: 2px solid transparent;
}
.slider-case .hd ul li .wrap .sort-name{
	color: #000;
	font-size: 16px;
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.lang-en .slider-case .hd ul li .wrap .sort-name{
	font-size: 14px;
}
.slider-case .hd ul li.on .wrap{
	border-bottom-color: #28A500;
}

.slider-case .bd{
	height: auto;
	overflow: hidden;
}
.index-case-slider{
	height: auto;
	overflow: hidden;
}
.index-case-slider .item{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.index-case-slider .item a{
	display: block;
}
.index-case-slider .item .pic{
	height: auto;
	overflow: hidden;
}
.index-case-slider .item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	-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;
}
.index-case-slider .item .cover{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	background-color: rgba(0,0,0,0.5);
	-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;
}
.index-case-slider .item .cover h4{
	color: #fff;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 5px 0;
	text-align: center;
}
.index-case-slider .item .cover .info{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 50px;
	background-image: url(../images/jt-2.png);
	background-repeat: no-repeat;
	background-position: 100% 10px;
	display: none;
}

.index-faq-text-list{
	height: auto;
	overflow: hidden;
}
.index-faq-text-list li{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.index-faq-text-list li .title{
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-faq-text-list li .title span{
	display: inline-block;
	float: right;
	color: #b2b2b2;
	font-size: 14px;
	margin-left: 20px;
	font-weight: normal;
}
.index-faq-text-list li .info{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.foot-blank{
	height: 56px;
}
.foo-fixbar{
	width:100%;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	background-color:#6C28B3;
}
.foo-fixlist{
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.foo-fixlist ul li{
	width: 33.333333%;
	float:left;
	text-align:center;
	color:#fff;
	padding:5px 0;
	border-right:1px solid #31acfc;
	border-left:1px solid #2786c5;
}
.foo-fixlist ul li:first-child{
	border-left:none;
}
.foo-fixlist ul li:last-child{
	border-right:none;
}
.foo-fixlist ul li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.foo-fixlist ul li span{
	display:inline-block;
	padding-top:25px;
	background-repeat:no-repeat;
	background-position:50% 2px;
	background-size: 22px;
}
.foo-fixlist ul li.home span{
	background-image:url(../images/home.png);
}
.foo-fixlist ul li.tel span{
	background-image:url(../images/tel.png);
}
.foo-fixlist ul li.qq span{
	background-image:url(../images/qq.png);
}
.foo-fixlist ul li.mail span{
	background-image:url(../images/mail.png);
}
.foo-fixlist ul li.contact span{
	background-image:url(../images/talk.png);
}

.sort-content{
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
}

.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: -5px;
	margin-right: -5px;
}
.index-list-news li{
	width: 50%;
	padding: 5px;
}
.index-list-news li .item{
	height: auto;
	overflow: hidden;
}
.index-list-news li .pic{
	height: auto;
	overflow: hidden;
}
.index-list-news li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index-list-news li .title{
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
	margin-top: 4px;
}