@import url("//at.alicdn.com/t/c/font_2785572_e6f27ysprd.css");
/*reset*/
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: #6AB92C;
	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;
}
/** 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,.2);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
	margin-top: 0;
}
.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: #6AB92C;
	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;					
}
#logo_r{
	float: left;
}
#logo_r .shang{
	font-size: 16px;
	padding-left: 10px;
	line-height: 40px;
	font-weight: bold;
}

.ny_zone{
	background-image: url(/web/pic/ny_bg.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
	padding: 15px 0;
}
.index_title_ppro{
	text-align: center;
}
.index_title_ppro h2{
	font-size: 20px;
}
.index_title_ppro h2 a{
	display: inline-block;
}
.index_title_ppro p{
	color: #666;
	font-size: 14px;
	margin-top: 6px;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-top: 15px;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	padding-left: 30px;
	background:url(../images/wz.png) left center no-repeat;
}
.wz span a{
	color:#666;
	font-size:12px;
}
.wz h2{
	font-size:20px;
	text-transform:uppercase;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
#contact_right{
	text-align: center;
}
/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
.banner2{
	margin-top: 50px;
	position: relative;
}
.myslider{
	margin-top: 50px;
	position: relative;
}
/* .myslider{
	position: relative;
	height: 100vh;
}
.myslider .bx-wrapper{
	height: 100vh;
}
.myslider .bx-wrapper .bx-controls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.myslider .bxslider{
	height: 100vh;
}
.myslider .bxslider li{
	height: 100%;
}
.myslider .bxslider li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
} */

.cplb-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cplb-list ul li{
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 2px;
}
.cplb-list ul li .lb-pic{
	height: auto;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.cplb-list ul li .lb-pic span{
	display: inline-block;
	vertical-align: top;
	color: #6AB92C;
	font-size: 24px;
}
.cplb-list ul li .lb-title{
	line-height: 25px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.develop-box{
	height: auto;
	overflow: hidden;
}
.develop-box .item{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.develop-box .item .date{
	font-size: 14px;
	color: #0b3ba3;
	width: 50px;
	font-weight: bold;
}
.develop-box .item .cont{
	width: calc(100% - 50px);
}
.develop-box .item .cont ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.develop-box .item .cont ul li h5{
	color: #2c61d3;
	font-size: 14px;
	margin-bottom: 5px;
}

.index_lm{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}
.index_lm li{
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1% 0;
	font-size: 12px;
	padding: 0 3px;
}
.index_lm li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.index_lm li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index_lm li a{
	display: block;
	
}
.index_lm li h3{
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.proslider .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	font-size: 12px;
}

.miqi-sort{
	line-height: 20px;
	border-left: 2px solid #77AD1A;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #77AD1A;
}
.miqi-llbb{
	height: auto;
	overflow: hidden;
}
.link_scroll .item{
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	margin: 5px 0;
}
.link_scroll .item .pic{
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.link_scroll .item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

dl.index_newslist_01{
	overflow:hidden;
}
dl.index_newslist_01 dd{
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
	height:45px;
	border-bottom: 1px solid #eee;
}
dl.index_newslist_01 dd a{
	display: block;
	position: relative;
	line-height: 45px;
	overflow:hidden;
	height:45px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
dl.index_newslist_01 dd a::before{
	content: "●";
	margin-right:6px;
	font-size: 10px;
}
.index_newslist_01 em{
	display: inline-block;
	font-style: normal;
	float: right;
	margin-left: 10px;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.new-pro-top::after{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #6AB92C;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}
.mgn-t10{
	margin-top: 10px;
}
.mgn-t15{
	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: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 5px;
}
.new-pro-box.gray{
	background-color: #F1F5F8;
	padding-bottom: 10px;
}
.new-pro-box a{
	display: block;
}
.new-pro-box h3{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.new-pro-box .jiage{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #6AB92C;
}
.case-sorts{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.case-sorts li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	padding: 4px;
	text-align: center;
}
.case-sorts li a{
	display: block;
}
.case-sorts li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.case-sorts li h5{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

ul.yuan{
	height: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
ul.yuan li{
	width: 48%;
	height: auto;
	margin: 0 1% 10px 1%;
	overflow:hidden;
	text-align: center;
	padding: 0 10px 15px 10px;
}
ul.yuan li .pic{
	display:block;
	overflow:hidden;
	margin:0 auto;
	width: 60px;
	height: 60px;
	position: relative;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	margin: 0px auto;
	
}

ul.yuan li h3{
	font-size:14px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-weight: normal;
	margin-top: 10px;
	color: #333;
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:20px;
	color: rgba(255,255,255,0.9);
	line-height: 25px;
}

.tmdproducts{
	height: auto;
	overflow: hidden;
}
.tmdproducts h5{
	line-height: 1;
	padding-left: 10px;
	border-left: 2px solid #6AB92C;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.yuan-pic{
	height: auto;
	overflow: hidden;
}
.yuan-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.new-pro-title{
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-pro-box img{
	border: 1px solid #eee;
}
.new-pro-title.bai{
	color: #fff;
}
.product-more-cate{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-more-cate a{
	display: inline-block;
	color: #fff;
	background-color: #6AB92C;
	height: 44px;
	line-height: 44px;
	padding: 0 40px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}

.full-case{
	padding: 15px 0;
	background-color: #F4F4F4;
}
#choose_txt{
	font-size: 14px;
	line-height: 2;
}

dl.index_newslist_02{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
dl.index_newslist_02 dd{
	width:100%;
	overflow:hidden;
	float:left;
	margin: 8px 0;
	position: relative;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	/* transition:box-shadow .2s linear;
	box-shadow:0 8px 16px rgba(0,0,0,.08); */
}
dl.index_newslist_02 dd:hover{
	/* box-shadow:0 8px 16px rgba(0,0,0,.28); */
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
	width: 92px;
	margin: 15px auto;
	z-index: 10;
}
dl.index_newslist_02 dd:hover .pic{

}

dl.index_newslist_02 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
dl.index_newslist_02 dd:hover img{
	/* transform:scale(1.1); */
}
dl.index_newslist_02 dd h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	color: #fff;
	text-align: center;
	/* font-weight: normal; */
}
dl.index_newslist_02 dd .txt{
	overflow: hidden;
	height: auto;
	margin-top: 0;
	text-align: center;
}

dl.index_newslist_02 dd .time{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #999;
}
dl.index_newslist_02 dd .time .iconfont{
	margin-right: 10px;
}
dl.index_newslist_02 dd p,dl.index_newslist_02 dd .xia{
	margin-top:10px;
	line-height:25px;
	color:#fff;
	overflow: hidden;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
dl.index_newslist_02 dd .detail{
	display: block;
	margin-top: 30px;
}
dl.index_newslist_02 dd .detail .iconfont{
	margin-left: 5px;
	vertical-align: middle;
}
dl.index_newslist_02 dd:hover .detail{
	color: #fec107;
}

dl.wenda_list{
	overflow:hidden;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ddd;
}
dl.wenda_list dt{
	background:url(/web/pic/q.jpg) left center no-repeat;
	padding-left:35px;
	line-height: 30px;
	overflow:hidden;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:35px;
	background:url(/web/pic/a.jpg) left 5px no-repeat;
	margin-top: 5px;
	color: #666;
	line-height: 24px;
	/* height: 27px; */
}

.afj-ad{
	height: auto;
	overflow: hidden;
}
.afj-ad .pic{
	height: auto;
	overflow: hidden;
}
.afj-ad .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.afj-ad .title{
	font-size: 20px;
	margin-top: 10px;
	color: #000;
	text-align: center;
}
.afj-ad .intro{
	color: #666;
}
.afj-ad .more{
	margin-top: 10px;
	text-align: center;
}
.afj-ad .more a{
	display: inline-block;
	line-height: 36px;
	padding: 0 30px;
	color: #fff;
	background-color: #6AB92C;
}

#dingzhi_box{
	width: 90%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
}
#dingzhi_biaoti1{
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
#dingzhi_biaoti2{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
#dingzhi_jianjie{
	color: #fff;
	font-size: 14px;
}
.dianzmore{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}
.dianzmore a{
	display: inline-block;
	color: #0c3ca3;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.link_01{
	height: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.link_01 li{
	width: 33.333333%;
	padding: 3px;
}
.link_01 li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.tbox_pd{
	text-align: center;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.owl-carousel.owl-paip{
	margin-top: 20px;
}
.pro-wrap{
	height: auto;
	overflow: hidden;
}
.pro-wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-wrap .pro-title{
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0;
}

.paip-wrap{
	height: auto;
	overflow: hidden;
	padding: 0 15px;
}
.paip-wrap img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#scroll1 .item{
	background-color: #fff;
}
#scroll1 h5{
	text-align: center;
	color: #333;
	margin-top: 6px;
}
#scroll1 h3{
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
#scroll1 .item1 .info{
	background-color: #fff;
	padding: 10px 15px;
}
#scroll2{
	margin-top: 15px;
}
#scroll2 .item{
	height: auto;
	overflow: hidden;
}
#scroll2 .item h3{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
#scroll1 .pic,
#scroll2 .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
#scroll1 .pic img,
#scroll2 .pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
#scroll2 .desc{
	text-align: left;
	font-size: 12px;
	line-height: 2;
	color: #666;
	margin-top: 5px;
}
.news-nam{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
#scroll2 .title{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
#ser_txt{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	line-height: 30px;
}
.scroll .item1 .xia{
	margin: 15px 0;
	text-align: center;
}
.scroll .item1 .xia i{
	width: 28px;
	height: 28px;
	vertical-align: middle;
	margin: 0 3px;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #DCDCDC;
}

.service-more{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}
.service-more a{
	display: inline-block;
	color: #fff;
	background-color: #6AB92C;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 20px;
}

.full-wwyy{
	padding: 15px 0;
	background-image: url(/web/pic/zone2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-top: 15px;
}
#lx_box{
	height: auto;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	margin-bottom: 15px;
}
#lx_box .shang{
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
}
#lx_box .zhong{
	overflow: hidden;
	margin-top: 15px;
	color: #666;
	line-height: 30px;
}
#lx_box .xia{
	overflow: hidden;
	margin-top: 15px;
	line-height: 35px;
}

.index_title_06{
	text-align: center;
	position: relative;
	font-size: 16px;
}

.fbiaodan{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.fbiaodan .ftext{
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin: 10px 0;
}
.fbiaodan .ftext:focus{
	outline: 0;
}
.fbiaodan .fcontent{
	display: block;
	width: 100%;
	border: none;
	background-color: #fff;
	height: 90px;
	line-height: 25px;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin: 15px 0;
}
.fbiaodan .fbtn{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #6AB92C;
	cursor: pointer;
	font-size: 14px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.lxx-renn{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
.index-more-two{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.index-more-two a{
	display: inline-block;
	color: #fff;
	background-color: #028ed5;
	line-height: 40px;
	padding: 0 30px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}


.index_cplist_05{
	height: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.index_cplist_05 li{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 1px;
	float: left;
}
.index_cplist_05 li#li1{
	width: 100%;
}
.index_cplist_05 li#li2{
	width: 50%;
}
.index_cplist_05 li#li3{
	width: 50%;
}
.index_cplist_05 li#li4{
	width: 100%;
}
.index_cplist_05 li#li5{
	width: 100%;
}
.index_cplist_05 li#li6{
	width: 50%;
}
.index_cplist_05 li#li7{
	width: 50%;
}
.index_cplist_05 li#li8{
	width: 100%;
}
.index_cplist_05 li#li9{
	width: 100%;
}
.index_cplist_05 li#li10{
	width: 50%;
}
.index_cplist_05 li#li11{
	width: 50%;
}
.index_cplist_05 li#li12{
	width: 50%;
}
.index_cplist_05 li#li13{
	width: 50%;
}
.index_cplist_05 li#li14{
	width: 100%;
}
.index_cplist_05 li .zhezhao{
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 5px;
	background-color: rgba(0,0,0,.5);
}
.index_cplist_05 li .pic{
	display: block;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.index_cplist_05 li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_cplist_05 li h5{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	
}
.index_cplist_05 li .zhezhao h4{
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}

.index_ad{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.index_ad img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.index_biaoti1{
	text-align: center;
	line-height: 1.25;
	padding-top: 10px 0;
	margin-bottom: 15px;
	
}
.new-pro-box22{
	height: auto;
	overflow: hidden;
	margin: 6px 0;
}
.new-pro-box22 img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.new-pro-box333{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 0;
}
.new-pro-box333 img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100px;
}

#ziyuan_left{
	height: auto;
	overflow: hidden;
}
#ziyuan_left .title{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ziyuan_left .jianjie{
	font-size: 14px;
}
#ziyuan_pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
#ziyuan_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.kfejkajfeommm{
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
}
.kfejkajfeommm a{
	display: inline-block;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 40px;
}

.owl-guest{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.owl-guest .item{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #F4F9FF;
	text-align: center;
}
.owl-guest .item .pic{
	height: auto;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	border-radius: 50%;
}
.owl-guest .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-guest .item .title{
	margin-top: 10px;
}

.index_tuwenlist{
	overflow:hidden;
	background: #fff;
}
.index_tuwenlist dl{
	overflow:visible;
	width: 50%;
	float: left;
	height: 260px;
	border-right: 1px solid #6AB92C;
	border-bottom: 1px solid #6AB92C;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.index_tuwenlist #dl4:after{
	display:none;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl:hover{

}
.index_tuwenlist dl dt{
	overflow:hidden;
	width: 70px;
	margin: 20px auto 0 auto;
}
.index_tuwenlist dl dt img{
	max-width: 100%;
	height: auto;
	display:block;
	transition: 0.6s;
}
.index_tuwenlist dl dd{
	overflow:hidden;
	margin-top: 20px;
}
.index_tuwenlist dl dd h3,.index_tuwenlist dl dd .shang{
	display:block;
	font-size:18px;
	overflow: hidden;
	font-weight: bold;
}
.index_tuwenlist dl p,.index_tuwenlist dl dd .xia{
	margin-top:20px;
	line-height:25px;
	color:#666;
	display:block;
	overflow:hidden;
}

#ly_box .shang{
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding: 15px 0;
	background-color: #fff;
}

.about_box{
	height: auto;
	padding: 15px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
}
.full-video{
	padding: 15px 0;
	background-color: #333;
	margin-top: 15px;
}
#liucheng{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#liucheng li{
	width: 48%;
	border: 1px solid #eee;
	padding: 15px 0;
	margin-top: 15px;
	border-radius: 5px;
}
#liucheng li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
#liucheng li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
}
#liucheng li h3{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}
#liucheng li .xia{
	text-align: center;
	color: #333;
	font-size: 12px;
	margin-top: 15px;
}

.full-nare-bgc{
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.lxx-bbtt{
	text-align: center;
	color: #333;
	font-size: 20px;
}
#index_lxxx{
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}
#index_lxxx a{
	color: #fff;
}
#ly_biaoti{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
#ly_biaoti span{
	display: inline-block;
	    font-size: 20px;
	    text-transform: uppercase;
	    padding-right: 95px;
	    background: url(/web/pic/message_title.png) right center no-repeat;
	    overflow: hidden;
}
.my-line{
	height: 1px;
	background-color: #ddd;
}
.my-more{
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
}
.my-more a{
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 40px;
	color: #fff;
	background-color: #2B2D44;
}

.owl-sort .item{
	height: auto;
	overflow: hidden;
}
.owl-sort .item .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.owl-sort .title{
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
}

.new-pro-top.bai{
	color: #fff;
	margin-top: 0;
}
.new-pro-top.bai:after{
	background-color: #fff;
}
.about-top{
	text-align: center;
	font-size: 16px;
	color: #6AB92C;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-top.bai{
	color: #fff;
}

.feng-cai{
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #6AB92C;
	margin-bottom: 15px;
	margin-top: 15px;
}
.owl-carousel.owl-fengcai{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-fengcai .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-fengcai .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-fengcai .item .title{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.why-sml{
	text-align: center;
	font-size: 12px;
	color: #ff7800;
	margin-top: 10px;
}
.ys_txt{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.ys_txt ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
}
.ys_txt ul li .title{
	height: auto;
	overflow: hidden;
	background-color: #FF7800;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
}
.ys_txt ul li .title span{
	font-style: italic;
	display: inline-block;
	margin-right: 5px;
}
.ys_txt ul li .title-en{
	color: #444;
	margin-top: 10px;
	font-size: 16px;
}
.ys_txt ul li .intro{
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.ys_txt ul li .ys_pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.ys_txt ul li .ys_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.ys_txt dl{
	height: auto;
	overflow: hidden;
}
.ys_txt dt {
    width: 58px;
    height: 97px;
    overflow: hidden;
    background: url(/web/pic/ys_num.png) no-repeat;
    float: left;
    text-align: center;
    padding-top: 17px;
    color: #fff;
    position: relative;
    font-size: 30px;
}
.ys_txt dd {
	height: auto;
    overflow: hidden;
    margin-left: 75px;
}
.ys_txt .ys_p {
	height: auto;
    overflow: hidden;
    padding-left: 75px;
    font-size: 14px;
    line-height: 30px;
}

#whylist{
	overflow:hidden;
}
#whylist dl{
	overflow:hidden;
	margin-top:15px;
}
#whylist dl dt{
	height:60px;
	line-height:60px;
	display:block;
	background:#F3F4F8;
	cursor:pointer;
	overflow: hidden;
}
#whylist dl dt .ico{
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
#whylist dl dt .ico img{
	width: 20px;
	height: auto;
	display: block;
	margin-top: 20px;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
#whylist dl dt .title{
	overflow: hidden;
	float: left;
	margin-left: 15px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #6AB92C;
}
#whylist dl dt i{
	float: right;
	line-height: 60px;
	font-size: 18px;
	color: #999;
	margin-right: 20px;
	transition: 0.6s;
}
#whylist dd{
	padding:0px 25px 25px 25px;
	overflow:hidden;
	line-height:25px;
	display:none;
	background: #F3F4F8;
}
#whylist dd .xia{
	margin-top: 5px;
	color: #666;
	overflow: hidden;
}
#whylist dl dt.open i{
	color:#6AB92C;
	transform:rotate(90deg);
}
#whylist dl dt.open .ico img{
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: color;
}
.about-innnnn{
	height: auto;
	overflow: hidden;
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.about-brief{
	color: #333;
	margin-top: 15px;
	line-height: 2;
	word-break: break-all;
	font-size: 14px;
}
.about-brief.bai{
	color: #fff;
}
.about-top2{
	text-align: center;
	font-size: 12px;
	margin: 5px 0;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}
.about-top2::after{
	content: '';
	width: 30px;
	height: 1px;
	background-color: #6AB92C;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.about-list{
	height: auto;
	overflow: hidden;
}
.about-list ul li{
	width: 50%;
	padding: 5px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.about-list ul li .pic {
	height: auto;
	overflow: hidden;
}
.about-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-list ul li .xia{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.about-list ul li .shang{
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	text-align: center;
	color: #666;
}

.about-wename{
	text-align: center;
	font-size: 16px;
	margin: 15px 0;
}
#about_txt{
	color: #fff;
}
#about_txt img{
	height: 90px;
}
.about-more{
	text-align: center;
	margin-top: 15px;
}
.about-more a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	line-height: 36px;
	padding: 0 30px;
	text-transform: uppercase;
	background-color: #6AB92C;
}
.new-pro-box123{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-title123{
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.ccasee-top{
	height: auto;
	line-height: 40px;
	color: #555;
	font-size: 14px;
	overflow: hidden;
}
#footer_follow{
	height: auto;
	overflow:hidden;
	margin: 15px 0;
}
#yewu_right{
	height: auto;
	overflow: hidden;
}
#yewu_right ul li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 1%;
}
#yewu_right ul li a{
	display: block;
}
#yewu_right ul li .inner{
	padding: 10px 5px;
	background-color: #fff;
}
#yewu_right ul li .inner .pic{
	height: auto;
	overflow: hidden;
}
#yewu_right ul li .inner .pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 40px;
}
#yewu_right ul li .inner h3{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	line-height: 20px;
}
#yewu_right ul li .inner p{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}

#footer_follow a{
	margin:0px 15px 0px 0px;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	/* background:none!important;
	border:2px solid #fff; */
	margin-right:0px!important;
	font-size:16px;
	transition: 0.6s;
	color: #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
#footer_follow a:hover i{
	/* color: #E50112;
	border-color: #E50112;
	background: #009B4D!important; */
}
#footer_follow span{
	font-size:14px;
	display: block;
	text-transform:uppercase;
	/* font-weight: bold;
	line-height:35px;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;*/
}

.full-ccase{
	padding: 15px 0;
	background-image: url(/web/pic/zone1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.zs-wrap1233{
	height: auto;
	overflow: hidden;
	margin: 15px 0;
	background-color: #fff;
	padding: 15px;
}
.index_cplist_04{
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index_cplist_04 dd{
	width: 50%;
	margin: 10px 0;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 6px;
}
.index_cplist_04 dd a{
	display: block;
}
.index_cplist_04 dd .pic{
	height: auto;
	overflow: hidden;
	display: block;
}
.index_cplist_04 dd .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index_cplist_04 dd h3{
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #ececec;
}
.index_cplist_04 dd .xia {
	text-align: center;
	margin-top: 10px;
}
.index_cplist_04 dd .xia a{
	display: inline-block;
	margin: 0 5px;
}


.index_cplist_04{
	height: auto;
	overflow: hidden;
}
.index_cplist_04 ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.index_cplist_04 ul li a{
	display: block;
}
.index_cplist_04 ul li .title{
	color: #000;
	font-size: 16px;
}
.index_cplist_04 ul li .intro{
	margin-top: 10px;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	line-height: 20px;
	color: #666;
}
.zs-wrap{
	height: auto;
	overflow: hidden;
}
.zs-wrap img{
	border: 1px solid #eee;
}
.zs-title{
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.full-logo{
	padding: 20px 0;
	background-color: #eee;
}
.owl-carousel.owl-houban{
	margin-top: 20px;
}
.product-more{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
}
.product-more a{
	display: inline-block;
	color: #6AB92C;
	line-height: 40px;
	padding: 0 25px;
	border: 1px solid #6AB92C;
	padding: 0 30px;
}
.owl-carousel.owl-xxinwen{
	margin-top: 20px;
}
.owl-carousel.owl-xxinwen .item .title{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.full-zss{
	padding: 15px 0;
	background-color: #fff;
}
.owl-carousel.owl-zs{
	margin-top: 15px;
}
.owl-carousel.owl-zs .item{
	height: auto;
	overflow: hidden;
	background-color: #F8F8F8;
}
.owl-carousel.owl-zs .item .owl-half{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.owl-carousel.owl-zs .item .owl-half .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-zs .item .owl-half .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-zs .item .owl-half .inner{
	padding: 5px 10px;
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-zs .item .owl-half .inner .title{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.owl-carousel.owl-zs .item .owl-half .inner .intro{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 6px;
}
.owl-carousel.owl-hotpro{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.owl-carousel.owl-hotpro .item{
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.owl-carousel.owl-hotpro .item .pic{
	height: auto;
	overflow: hidden;
}
.owl-carousel.owl-hotpro .item .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.owl-carousel.owl-hotpro .item .title{
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}

.zss-inntro{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin: 15px 0;
	padding-left: 90px;
}

#shuzi_zone{
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
#shuzi_zone ul li{
	width: 50%;
	padding: 5px;
	height: auto;
	overflow: hidden;
	float: left;
}
#shuzi_zone ul li .shang{
	text-align: center;
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 24px;
}
#shuzi_zone ul li .shang span{
	font-size: 20px;
}
#shuzi_zone ul li .xia{
	text-align: center;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #555;
	font-size: 12px;
}
#shuzi_zone ul li sup {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
	top: 0;
}
#shuzi_zone ul li .pic{
	height: auto;
	overflow: hidden;
}
#shuzi_zone ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-img img{
	border: 1px solid #eee;
}

.pro-img22{
	height: auto;
	overflow: hidden;
}
.pro-img22 img{
	border: 1px solid #eee;
}
.cmd-ttl{
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 6px;
}

.lm-sort-list{
	height: auto;
	overflow: hidden;
}
.lm-sort-list ul li{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.lm-sort-list ul li a{
	display: block;
}
.lm-sort-list ul li .pic{
	height: auto;
	overflow: hidden;
}
.lm-sort-list ul li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.lm-sort-list ul li .title{
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.index_title_01{
	height: auto;
	overflow: hidden;
}
.index_title_01 h2{
	text-align: center;
	color: #000;
	font-size: 24px;
	margin-top: 5px;
}
.index_title_01 h3{
	font-size: 14px;
	color: #999;
	text-align: center;
}

#slideBox5{
	overflow:visible;
	margin-top: 15px;
}
#slideBox5 .hd{
	overflow:hidden;
	margin-bottom: 15px;
}
#slideBox5 .hd ul{
	overflow: hidden;
	text-align: center;
}
#slideBox5 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 5px;
	font-size: 12px;
	line-height: 40px;
	padding: 0 15px;
}
#slideBox5 .hd ul li.on{
	background: #6AB92C;
	border-color: #6AB92C;
	color: #fff;
}
#slideBox5 .bd{
	overflow:visible;
}
#slideBox5 .bd ul{
	overflow: visible;
}
#slideBox5 .bd ul .pic{
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
}
#slideBox5 .bd ul .pic img{
	max-width:100%;
	height:auto;
	display:block;
}
#slideBox5 .bd ul .desc{
	margin-top: 15px;
	overflow:hidden;
}
#slideBox5 .bd ul .desc h2{
	display:block;
	font-size:16px;
	overflow:hidden;
	font-weight:normal;
}
#slideBox5 .bd ul .desc h3{
	display:block;
	margin-top:5px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0b3ba3;
}
#slideBox5 .bd ul .desc .info{
	margin-top: 10px;
	font-size: 12px;
    color: #6b6b6b;
    line-height: 30px;
	overflow:hidden;
}

/*******************************
 * 新闻资讯
 ******************************/
.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;
}

.ys_box{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.ys_box dl{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 5px;
}
.ys_box dl dt{
	width: 40px;
	height: auto;
	overflow: hidden;
	float: left;
}
.ys_box dl dt img{
	max-width: 100%;
	height: auto;
}
.ys_box dl dd{
	height: auto;
	overflow: hidden;
	margin-left: 50px;
	font-size: 12px;
	line-height: 20px;
}


/*******************************
 * footer
 ******************************/
footer{
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 0;
}
#ewm{
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
#ewm .item{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}
#ewm .item img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 50px;
}
#footer_follow{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	text-align: center;
}
#footer_follow a{
	display: inline-block;
	margin: 0 5px;
}
#footer_follow img{
	width: auto;
	height: 30px;
}
.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: #6AB92C;
}
.accordion li.open i {
	color: #6AB92C;
}
.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{
 	font-size: 12px;
 	line-height: 2;
 	color: #444;
	padding: 10px 15px;
	background-color: #fff;
 }
 .foot-content img{
	 max-width: 100%;
	 height: auto;
 }
 .foot-content a{
	 color: #fff;
	 display: inline-block;
 }
 .copyright{
 	text-align: center;
 	color: rgba(255,255,255,.8);
		padding: 15px 0 95px 0;
	font-size: 12px;
	line-height: 2;
	border-top: 1px solid #eee;
	margin-top: 15px;
 }
 .copyright a{
	 color: rgba(255,255,255,.8);
 }
 .new-pro-top233{
	 text-align: center;
	 font-size: 20px;
	 margin-top: 5px;
 }
 .new-pro-top233.bai{
	 color: #fff;
 }
 
 .licheng{
	 height: auto;
	 overflow: hidden;
 }
 .licheng ul li{
	 height: auto;
	 overflow: hidden;
	 margin-bottom: 15px;
	 padding-bottom: 15px;
 }
 .licheng ul li .title{
	 font-size: 24px;
	 line-height: 40px;
	 text-align: center;
	 color: #FF6304;
 }
  .licheng ul li .box{
	  height: auto;
	  overflow: hidden;
	  margin-left: 60px;
 }
 .licheng ul li .pic{
	 height: auto;
	 overflow: hidden;
 }
  .licheng ul li .pic img{
	  display: block;
	  margin: 0 auto;
	  width: 100%;
	  height: auto;
  }
 .licheng ul li .brief{
	 margin-top: 6px;
	 height: auto;
	 overflow: hidden;
	 color: #666;
	 font-size: 14px;
	 line-height: 2;
 }
 
.lc-year{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.lc-year ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -3px;
	margin-right: -3px;
}
.lc-year ul li{
	width: 20%;
	height: auto;
	overflow: hidden;
	padding: 3px;
}
.lc-year ul li a{
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #000;
}
.lc-year ul li.active a{
	color: #fff;
	background-color: #FF6304;
}
 
 /***********************/
 .container-full{
	 margin-top: 50px;
	 height: auto;
	 overflow: hidden;
 }
 .container-full img{
	 display: block;
	 margin: 0 auto;
	 max-width: 100%;
	 height: auto;
 }
.sigle-title{
	text-align: left;
	font-size: 14px;
	margin-top: 15px;
	color: #6AB92C;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.sigle-content{
	margin-top: 15px;
	line-height: 2;
	word-break: break-all;
	font-size: 14px;
	padding-bottom: 15px;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sigle-content table,
.sigle-content video,
.sigle-content iframe{
	max-width: 100% !important;
	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;
	border: 1px solid #ddd;
}
.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: 16px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}

.class_file{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.class_file a{
	background: url(/web/pic/pdf.png) 20px center no-repeat #f6f6f6;
	border: 1px solid #e6e6e6;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	padding-right: 20px;
	padding-left: 40px;
	border-radius: 20px;
}
.sigle-product-md{
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	color: #6AB92C;
	padding: 5px 0;
	line-height: 2;
	margin-top: 10px;
	
}

/*******************************
 * 产品二级,三级目录
 ******************************/
.pushy-content .pushy-submenu dl dt > a{
	background-color: #444;
	border-bottom: 1px solid #777;
	padding: 6px 10px 6px 30px;
}
.pushy-content .pushy-submenu dl dt ul li > a{
	background-color: #666;
	padding: 6px 10px 6px 40px;
}
/*---分页--*/
.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:#6AB92C;
	border-color:#6AB92C;
	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: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
}
.ab-cate #on{
	background:#6AB92C;
	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: #6AB92C;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.sigle-content *:before,.sigle-content *:after,.foot-content *:before,.foot-content *:after,.about-brief *:before,.about-brief *:after{
	display:inline!important;
}
.foot-content a{
	padding:0!important;
}
.about-pic{
	margin-top: 15px;
}
.about-pic img,.about-brief img{
	max-width:100%;
	height:auto;
	display:block;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	font-size:0;
	text-indent:-9999em;
}

.slideBox1{
	height: auto;
	overflow: hidden;
}
.slideBox1 .hd{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
.slideBox1 .hd ul li{
	width: 33.333%;
	float: left;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
}
.slideBox1 .hd.product ul li{
	width: 50%;
	margin: 5px 0;
}
.slideBox1 .hd ul li a{
	display: block;
	line-height: 40px;
	color: #fff;
	background-color: #6AB92C;
	border-radius: 20px;
}
.slideBox1 .hd ul li.on a{
	background-color: #FF7900;
}
.slideBox1 .bd{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox1 .bd ul{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox1 .bd ul .news_l{
	height: auto;
	overflow: hidden;
}
.slideBox1 .bd ul .news_l a{
	display: block;
}
.slideBox1 .bd ul .news_l .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
.slideBox1 .bd ul .news_l .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.slideBox1 .bd ul .news_l h3{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	padding: 5px 5px 8px 5px;
	margin-top: 5px;
}
.slideBox1 .bd ul .news_l p{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.slideBox1 .bd ul .news_content{
	height: auto;
	overflow: hidden;
	position: relative;
}
.slideBox1 .bd ul .news_content dl{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.slideBox1 .bd ul .news_content dl dt{
	width: 90px;
	height: 90px;
	float: left;
	background-color: #444;
	text-align: center;
	color: #fff;
}
.slideBox1 .bd ul .news_content dl dt .ri{
	display: block;
	font-size: 30px;
	margin-top: 5px;
}
.slideBox1 .bd ul .news_content dl dt .nian{
	font-size: 14px;
}
.slideBox1 .bd ul .news_content dl dd{
	margin-left: 100px;
	height: auto;
	overflow: hidden;
}
.slideBox1 .bd ul .news_content dl dd h3{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.slideBox1 .bd ul .news_content dl dd p{
	border-top: 1px dashed #ccc;
	padding-top: 6px;
	margin-top: 6px;
	color: #666;
	font-size: 12px;
}
.jishu_box{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.jishu_pic{
	height: auto;
	overflow: hidden;
}
.jishu_pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.jishu_txt{
	padding: 10px;
	color: #555;
	font-size: 14px;
	line-height: 2;
}
.jsjsjs{
	height: auto;
	overflow: hidden;
}
.jsjsjs li{
	height: auto;
	overflow: hidden;
}
.jsjsjs li a{
	display: block;
}
.jsjsjs li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.jsjsjs li h5{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
#vlist{
	display: flex;
	display: -webkit-flex;
	margin-top: 0;
	margin-bottom: 10px;
}
#vlist li{
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 4px;
	position: relative;
}
#vlist li a{
	display: block;
}
#vlist li .pic{
	display: block;
	height: auto;
	overflow: hidden;
}
#vlist li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
#vlist li h3{
	text-align: center;
	font-size: 12px;
	padding: 10px 5px;
	background-color: #fff;
	display: none;
}
#vlist li .zhezhao{
	position:absolute;
	background:url(/web/pic/play.png) center center no-repeat rgba(0,0,0,0.4);
	background-size: 30px;
	z-index:10;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#vlist li .shang{
	overflow: hidden;
	position: relative;
}
.join-wrap{
	padding: 10px;
	background-color: #F2F2F2;
	margin-top: 15px;
}
#lypic{
	height: auto;
	overflow: hidden;
}
#lypic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
#ly_right{
	height: auto;
	overflow: hidden;
}
#ly_title{
	height: auto;
	overflow: hidden;
}
#ly_title .shang{
	font-size: 14px;
	color: #6AB92C;
	margin-top: 10px;
}
#ly_title .xia{
	overflow: hidden;
	margin-top: 8px;
	font-size: 16px;
}

.index_cplist_03{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.index_cplist_03 dd{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 3px;
}
.index_cplist_03 dd .pic{
	display: block;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.index_cplist_03 dd .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index_cplist_03 dd h3{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 5px;
	background-color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.index_cplist_03 dd .txt{
	display: none;
}
.about4{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.about5{
	width: 20%;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
	padding: 2px;
	font-size: 12px;
}
.about5.two{
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 2px;
	font-size: 12px;
}
.main{
	height: auto;
	overflow: hidden;
}
.main .about5.two{
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 2px;
}

/* #lxxx table td img,.foot-content table td img{
	width:25px;
	height:auto;
} */
#lxxx{
	height: auto;
	overflow: hidden;
	padding: 10px;
	overflow-x: auto;
}

.foo-fixbar{
	width:100%;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:999;
	background-color:#6AB92C;
}
.foo-fixlist{
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.foo-fixlist ul li{
	width:25%;
	float:left;
	text-align:center;
	color:#fff;
	padding:5px 0;
	border-right:1px solid #8aeb54;
	border-left:1px solid #579335;
}
.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.contact span{
	background-image:url(../images/msg.png);
}
.foo-fixlist ul li.mail span{
	background-image:url(../images/mail.png);
}
.foo-fixlist ul li.top span{
	background-image:url(../images/contact.png);
}

#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:10px;
}
#faqlist dl dt{
	height:40px;
	line-height:40px;
	display:block;
	background:#f0f0f0;
	padding-left:10px;
	cursor:pointer;
	overflow: hidden;
}
#faqlist i{
	float:left;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	line-height:20px;
	text-align:center;
	font-size:14px;
	margin-top:10px;
	transition:0.6s;
	border-radius: 50%;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:14px;
}
#faqlist h4{
	font-size:14px;
	margin-left:5px;
	overflow: hidden;
}
#faqlist dt span{
	float: right;
	margin-right:20px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
}

.class_shang{
	height: auto;
	overflow: hidden;
}
.class_left{
	height: auto;
	overflow: hidden;
}
.class_pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.class_pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.class_desc{
	margin-top: 10px;
	font-size: 12px;
	line-height: 2;
}
.cpbiaoge {
    width: 100%;
    border-collapse: collapse;
	font-size: 12px;
	margin-top: 15px;
}
.cpbiaoge tr th {
    background: #6AB92C;
    font-weight: bold;
    color: #fff;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    padding: 10px 0;
    text-align: center;
	font-size: 10px;
}
.cpbiaoge tr td {
    border: #ddd solid 1px;
    padding: 10px 0 10px 0;
    text-align: center;
}
.cpbiaoge .grey {
    background: #F0F3F7;
}

#jbox{
	height:auto;
	position:relative;
	overflow:visible;
	padding: 30px;
	margin-top: 30px;
}
#jinner{
	height:auto;
	background:#fff;
	overflow:hidden;
	box-shadow:0 0px 16px rgba(0,0,0,.18);
	padding:0 25px;
}
#jtitle{
	overflow:hidden;
	font-size:20px;
	margin-top:20px;
}
#jinner .fbiaodan{
	width:auto;
	overflow:hidden;
	margin-top:10px;
}
#jinner .ftext{
	border:1px solid #ddd;
}
#jinner .fcontent{
	border:1px solid #ddd;
}
ul.why{
	height: auto;
	overflow: hidden;
}
ul.why li{
	width: 20%;
	float: left;
	padding: 5px;
	overflow:hidden;
	text-align: center;
}
ul.why li .pic{
	display:block;
	overflow:hidden;
	margin: 0px auto;
}
ul.why li img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0px auto;
}

ul.why li h3{
	font-size:14px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-weight: normal;
	margin-top: 10px;
}
.full-shop{
	padding: 20px 0;
	background-color: #F2F2F2;
	margin-top: 15px;
}
.full-shop .box{
	height: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px dotted #000;
	padding: 15px;
	margin: 15px 0;
	background-color: #fff;
}
.full-shop .box .shang .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #6AB92C;
}
.full-shop .box .zhong{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #000000;
}
.full-shop .box .xia{
	text-align: center;
	font-size: 12px;
	line-height: 2;
	color: #555;
	margin-top: 15px;
}

ul.jmlist{
	height: auto;
	overflow: hidden;
}
ul.jmlist li{
	width: 33.333333%;
	float: left;
	height: auto;
	overflow:hidden;
	text-align: center;
}
ul.jmlist li .pic{
	display:block;
	overflow:hidden;
	margin: 0px auto;
}
ul.jmlist li img{
	display:block;
	max-width: 70px;
	height:auto;
	margin:0px auto;
}
ul.jmlist li h3{
	font-size:16px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-weight: normal;
	margin-top: 20px;
	color: #000000;
}
ul.jmlist li .xia{
	overflow:hidden;
	margin-top:10px;
	font-size:12px;
	color:#666;
	line-height:2;
}
.jm_content{
	height: auto;
	overflow: hidden;
}
.jm_content img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.chaxun{
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.cx_input{
	width: 100%;
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	border: 1px solid #ddd;
	padding-left: 20px;
	font-size: 16px;
	background: none;
	outline: none;
	text-align: center;
}
.cx_btn{
	overflow: hidden;
	cursor:pointer;
	border:none;
	background:#6AB92C;
	line-height:40px;
	text-align:center;
	outline:none;
	display: block;
	height: 40px;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	width: 200px;
	margin: 20px auto;
}
.head-title{
	text-align: center;
	color: #6AB92C;
	font-size: 20px;
	margin: 20px 0;
}
.footerBot{background: #6ab92c;position: fixed;width: 100%;bottom: 0;left: 0;right: 0;padding: .24rem 0;}
.footerBot ul li{border-left: 1px #438c0a solid;color: #fff; box-sizing: border-box;width: 33.333%;float: left;text-align: center;font-size: .35rem;}
.footerBot ul li:first-child{border-left: none;}
.footerBot ul li a{font-size: .35rem;color: #fff;display: block;}
.footerBot ul li span{width: .7rem;height: .7rem;display:block;}
.footerBot ul li span img{width: 100%;display: block;}
.footerBot ul li em{display:block;}
.footerBot ul li h2{
font-size:16px;
}
.footerBot ul li h2 i{
font-size:26px;
}
.footerBot ul li h3{
font-size:16px;
}