@charset "utf-8";
/* CSS Document */
/*来源:LeafCMS*/
/*全局*/
html{overflow-x:auto;overflow-y:auto;}
* {padding:0;margin:0;outline:none !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,li {list-style-type:none;}
body{background:#fefefe;}
body,button,input,select,textarea {font-family:'Microsoft yahei',Arial;font-size:12px;}
code,kbd,pre,samp {font-family:'Microsoft yahei',Arial;}
a {text-decoration:none;color:#666;cursor:pointer;-webkit-transition:all 0.2s ease-out 0s;-moz-transition:all 0.2s ease-out 0s;-o-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;}
img {border:0;}
li {line-height:normal;}
table {border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6 {margin:0;font-weight:normal;font-family:'Microsoft yahei',Arial;}
input,table,tr,td {margin:0;padding:0;}
button,table {border:none;background:none;margin:0;padding:0;}
body {position:relative;float:left;width:100%;overflow:hidden;}
select {margin:0;padding:0;font-family:'Microsoft yahei',Arial;border:none;}
textarea {resize:none;outline:none;}
label {margin-bottom:0;font-weight:normal;}
input,select,textarea {margin:0;padding:0;border:0;outline:none;-moz-border-radius:0px;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;}
.fl{float:left;}
.fr{float:right;}
.elli{white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}
.leafcms_header{float:left; width:100%; background:#fefefe; z-index:999999; -webkit-box-shadow:1px 1px 12px rgba(0,0,0,0.05); -moz-box-shadow:1px 1px 12px rgba(0,0,0,0.05); box-shadow:1px 1px 12px rgba(0,0,0,0.05);}
.leafcms_banner{float:left; width:100%; position:relative;}
.leafcms_main{float:left; width:100%; height:auto;}
.leafcms_footer{ float:left; width:100%; background:#313632; overflow:hidden;}
.bg_topbar{border-bottom:1px solid #eee;}
.bg_menu{border-bottom:3px solid #226f23;}
.bg_gray{background:#f8f8f8;}
.bg_black{background:#111;}
.bg_footer{background:#313632; z-index:6; position:relative; overflow:hidden;}
.bg_copyright{border-top:solid 1px #464a47;background:#313632;}

/*Bootstrap3.4.1重置*/
a:hover,
a:focus{color:#226f23;text-decoration:none;}
@media (min-width:768px){
	.container{width:768px;}
}
@media (min-width:992px){
	.container{width:992px;}
}
@media (min-width:1200px){
	.container{width:1230px;}
}
.container-fluid{padding-right:0;padding-left:0;}
/*Bootstrap3.4.1重置*/
/*头部*/
.topbar{width:100%;height:38px;line-height:38px;font-size:13px;}
.topbar_l{float:left;}
.topbar_r{float:right;}
.topbar_r ul{color:#666;}
.topbar_r ul li{float:left;line-height:38px;padding:0px 10px;background:url(../images/line-y.png) no-repeat right center;}
.topbar_r ul li a{color:#666;}
.topbar_r ul li:last-child{background:none;padding-right:0;}

/*top*/
.logo{float:left;width:196px;height:60px;margin:14px 0;}

/*导航*/
.menu{float:right;height:68px;margin:10px 0;}
.menu > ul{float:left;width:100%;}
.menu ul .nli{float:left;height:78px;z-index:99;margin:0 0 0 45px;position:relative;}
.menu ul .nli span{display:block;float:left;width:100%;}
.menu ul .nli span a{float:left;min-width:66px;height:68px;line-height:68px;font-size:16px;font-weight:bold;overflow:hidden;text-align:center;background-position:center top;}
.menu ul .nli.on span a,
.menu ul .nli:hover span a{color:#226f23;}

/*下拉菜单（漂浮在menu .nli上）*/
.sub{z-index:21;position:absolute;width:140px;left:50%;margin-left:-70px;top:100%;display:none;text-align:center;background:rgba(255,255,255,0.6);box-shadow:0 6px 9px rgba(0,0,0,0.16);-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.sub:before{content:'';width:65px;height:2px;background:#226f23;position:absolute;left:50%;top:-1px;margin-left:-32.5px;}
.sub .l2{width:100%;position:relative;}
.sub .l2 .l2_a{display:block;float:left;width:100%;border-left:solid 2px rgba(255,255,255,0.0);font-size:15px;line-height:35px;color:#666;overflow:hidden;}
.sub .l2:hover .l2_a{color:#226f23;border-left:solid 2px rgba(224,68,36,0.8);background:rgba(255,255,255,0.6001);}
.sub .l2 .l3_ul{width:120px;position:absolute;left:100%;top:0;display:none;background:rgba(255,255,255,0.5);}
.sub .l2 .l3_ul .l3{width:100%;position:relative;}
.sub .l2 .l3_ul .l3 .l3_a{display:block;float:left;width:100%;border-left:2px solid rgba(224,68,36,0.8);font-size:16px;line-height:45px;color:#666;overflow:hidden;position:relative;}
.sub .l2 .l3_ul .l3:hover .l3_a{color:#226f23;border-left:2px solid rgba(224,68,36,0.8);background:rgba(255,255,255,0.6001);}
.sub .l2:hover .l3_ul{display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}
.menu ul .nli:hover .sub{display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}
.menu.#fff{background-image:url(../images/top2.png);}
.menu ul .nli.on span a,
.menu ul .nli:hover span a{color:#226f23;border-color:#226f23;}
@media screen and (max-width:1529px){
	.menu ul .nli{margin:0 0 0 55px;}
}
@media screen and (max-width:1199px){
	.menu ul .nli{margin:0 0 0 40px;}
}
@media screen and (max-width:991px){
	.menu ul .nli{margin:0 0 0 10px;}
}
@media screen and (max-width:767px){
	.leafcms_header{width:100%;top:0;left:0;-webkit-box-shadow:0 0 10px #ddd;box-shadow:0 0 10px #ddd;}
	.menu{display:none;}
}
@-webkit-keyframes fadeInUp1{
	0%{opacity:0;-webkit-transform:translateY(20px)}
	100%{opacity:1;-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp1{
	0%{opacity:0;-moz-transform:translateY(20px)}
	100%{opacity:1;-moz-transform:translateY(0)}
}
.menubtn{float:right;cursor:pointer;width:18px;height:50px;position:relative;display:none;}
.menubtn .point{display:block;width:18px;height:30px;margin-top:20px;}
.menubtn .menubtn-item{position:absolute;width:18px;height:2px;top:24px;right:0px;display:inline-block;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;background:#000;z-index:9999;}
.menubtn .menubtn-item::after,
.menubtn .menubtn-item::before{position:absolute;right:0;display:inline-block;width:18px;height:2px;content:'';-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;background:#000;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;}
.menubtn .menubtn-item::after{top:-6px;}
.menubtn .menubtn-item::before{top:6px;}
.menubtn .point.active .menubtn-item{background:transparent;}
.menubtn .point.active .menubtn-item::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:0px;}
.menubtn .point.active .menubtn-item::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:0px;}

.navs{position:absolute;width:100%;height:100%;right:-100%;top:53px;z-index:9999999999;display:block;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.navs.on_1{right:0;}
.navs.on{padding:54px 95px 0 95px;}
.nav{position:absolute;height:auto;right:0;top:0;width:100%;text-align:left;overflow:hidden;overflow-y:auto;}
.nav_box{float:right;width:100%;height:auto;background:rgba(255,255,255, .95);overflow:hidden;}
.nav .nli{float:left;width:100%;position:relative;}
.nav .nli span{float:left;width:100%;}
.nav .nli .l1_a{float:left;width:100%;color:#333;font-size:14px;line-height:50px;white-space:nowrap;position:relative;letter-spacing:1px;border-bottom:solid 1px #e6e6e6;padding:0 10px;}
.nav .nli svg{display:block;width:40px;height:40px;position:absolute;right:0;top:5px
	;background:url(../images/top_6_h.png) no-repeat center center;background-size:auto 14px!important;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.nav .nli.on .l1_a{font-weight:bold;}
.nav .nli.on svg{background-image:url(../images/top_6_h.png);transform:rotate(90deg);}
.nav .nli .l2_ul{display:none;float:left;width:100%;height:auto;border-bottom:solid 1px #e6e6e6;}
.nav .nli .l2_ul .l2{float:left;width:100%;position:relative;padding:0 15px;border-bottom:solid 1px #e6e6e6;}
.nav .nli .l2_ul .l2:last-child{border-bottom:none;}
.nav .nli .l2_ul .l2 .l2_a{display:block;line-height:40px;font-size:13px;color:#333;text-transform:uppercase;opacity:0.8;}
.nav .nli .l2_ul .l2 i{display:block;width:40px;height:40px;position:absolute;right:0;top:0px;background:url(../images/top_6_h.png) no-repeat center center;background-size:auto 12px!important;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.nav .nli .l2_ul .l2.on{opacity:0.9;border-bottom:solid 1px #e6e6e6;}
.nav .nli .l2_ul .l2.on .l2_a{font-weight:bold;background-image:url(../images/top_6.png);border-bottom:solid 1px #e6e6e6;}
.nav .nli .l2_ul .l2.on i{background-image:url(../images/top_6_h.png);transform:rotate(90deg);}
.nav .nli .l3_ul{display:none;float:left;width:100%;height:auto;padding:5px;}
.nav .nli .l3_ul .l3{float:left;width:100%;border-bottom:solid 1px #e6e6e6;}
.nav .nli .l3_ul .l3:last-child{border-bottom:none;}
.nav .nli .l3_ul .l3.on i{background-image:url(../images/top_6_h.png);transform:rotate(90deg);}
.nav .nli .l3_ul .l3 .l3_a{line-height:30px;font-size:13px;text-transform:uppercase;color:#333;}

.nav_down{float:left;width:100%;margin-top:20px;}
.nav_down li{float:left;width:100%;font-size:14px;color:#333;line-height:28px;}
.nav_down li a{display:block;width:100%;color:#226f23;text-align:center;}
.nav_down li a img{vertical-align:middle;margin:-2px 5px 0 0;}

@media screen and (max-width:767px){
	.menubtn{display:block;}
	.logo{width:140px;height:42px;margin:5px 0;}
}


/*banner*/
.slide_banner{margin:0 -10px;}
.slide_banner .slick-slide{width:100%; padding:0;}
.slide_banner img{width:100%;}
.slick-prev{left:180px;z-index:1000;}
.slick-next{right:180px;z-index:1000;}
.slick-prev:before,
.slick-next:before{font-size:45px;color:rgba(0,0,0,.3);}
.slick-dotted.slick-slider{margin-bottom:0;}
.slick-dots{bottom:10px;}
.slick-dots li{width:15px;height:15px;margin:0 3px;}
.slick-dots li button{width:15px;height:15px;}
.slick-dots li button:before{font-size:15px;color:#555;opacity:1;}
.slick-dots li.slick-active button:before{color:#226f23;font-size:15px;}
@media  screen and (max-width:767px){
.slick-prev{left:30px;}
.slick-next{right:30px;}
.slick-prev:before,
.slick-next:before{font-size:28px;}
.slick-dots li{margin:0 2px;}
.slick-dots li button:before{font-size:10px;}
.slick-dots li.slick-active button:before{font-size:10px;}

}


/*首页模块标题 开头*/
.in-tit{float:left;width:100%;margin-top:60px;text-align:center;}
.in-tit h3{float:left;width:100%;background:url(../images/in-tit.png) no-repeat center 15px;font-size:26px;color:#333;line-height:38px;font-weight:bold;}
.in-tit h3 span{color:#226f23;}
.in-tit h6{float:left;width:100%;font-size:12px;color:#ccc;line-height:23px;text-transform:uppercase;font-family:Arial;}
.in-more{float:left;width:100%;margin:0 0 50px;text-align:center;}
.in-more a{display:block;width:138px;height:38px;margin:0 auto;border:1px solid #226f23;border-radius:3px;color:#226f23;font-size:14px;line-height:36px;}
.in-more a:hover{background:#226f23;color:#fff;}

@media  screen and (max-width:767px){
	.in-tit{margin-top:25px;}
	.in-tit h3{font-size:20px;}
	.in-more{margin:0 0 30px;}
	.in-more a{width:108px;height:30px;line-height:30px;}
}
/*首页模块标题 结束*/



/*首页产品模块 开始*/
.in-product{float:left;width:100%;margin:38px 0;text-align:center;}
.in-product .box{width:48%;text-align:center;}
.in-product h3{float:left;width:100%;padding:20px 0;}
.in-product .child{float:left;width:100%;padding:8px 0;text-align:center;}
.in-product .child a{display:inline-block;margin:2px;font-size:12px;cursor:pointer;}
.in-product ul{float:left;width:100%;margin:0 -8px 20px;}
.in-product ul li{float:left;width:33.333%;padding:8px;}
.in-product ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.in-product ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.in-product ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-product ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.in-product ul li .items .text{float:left;width:100%;}
.in-product ul li .items .text .tit{float:left;width:100%;height:30px;margin:10px 0 0;font-size:16px;line-height:30px;text-align:center;color:#333;background:#f9f9f9;}
.in-product ul li .items .text .des{float:left;width:100%;height:50px;margin:10px 0 0;font-size:13px;line-height:25px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;overflow:hidden;}
.in-product ul li .items:hover{border:solid 1px #226f23;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media  screen and (max-width:767px){
	.in-product .box{width:100%;text-align:center;}
	.in-product ul li{width:50%;}
}
/*首页产品模块 结束*/

/*首页荣誉资质 开始*/
.in-honor{float:left;width:100%;height:auto;margin:15px 0;border:solid 1px #e6e6e6;background:#fff;overflow:hidden;}
.in-honor ul{margin:10px 30px;}
.in-honor ul li{float:left;width:25%;padding:7.5px;}
.in-honor ul li .items{float:left;width:100%;border:solid 1px #e6e6e6;}
.in-honor ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.in-honor ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-honor ul li .items .text{float:left;width:100%;}
.in-honor ul li .items .text .name{float:left;width:100%;height:30px;padding:0 10px;font-size:15px;line-height:30px;color:#666;text-align:center;}
.in-honor ul li .items .text .address{float:left;width:100%;height:25px;margin-bottom:5px;padding:0 10px;line-height:25px;color:#999;}
.in-honor .slick-prev:before,.in-honor .slick-next:before{display:none;}
.in-honor .slick-prev{width:18px;height:32px;left:-21px;bottom:calc(50% - 32px);z-index:999;background:url(../images/prev.png) center no-repeat;}
.in-honor .slick-next{width:18px;height:32px;right:-21px;bottom:calc(50% - 32px);z-index:999;background:url(../images/next.png) center no-repeat;}
.in-honor .slick-prev:hover,.in-honor .slick-next:hover{opacity:.8;}
/*首页荣誉资质  结束*/

/*首页案例模块 开始*/
.in-case{float:left;width:100%;margin:38px 0;}
.in-case ul{margin:0 -8px;}
.in-case ul li{float:left;width:25%;padding:8px;}
.in-case ul li .items{float:left;width:100%;padding:15px;border:1px solid #e6e6e6;background:#fff url(../images/items_bg.png) center top no-repeat;background-size:contain;}
.in-case ul li .items .img{float:left;width:100%;padding-bottom:66.31%;position:relative;overflow:hidden;}
.in-case ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-case ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.in-case ul li .items .text .tit{float:left;width:100%;margin-top:10px;font-size:16px;color:#333;line-height:30px;text-align:center;}
.in-case ul li .items .text .des{float:left;width:100%;margin-top:10px;font-size:13px;color:#999;line-height:25px;}
.in-case ul li .items:hover{background-image:url(../images/items_bgs.png);box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
@media screen and (max-width:991px){
	.in-case{margin:28px 0;}
	.in-case ul li{width:50%;}
	.in-case ul li .items .text .tit{font-size:15px;line-height:25px;}
	.in-case ul li .items .text .des{font-size:12px;line-height:20px;}
}
@media screen and (max-width:767px){
	.in-case{margin:18px 0;}
	.in-case ul{margin:0 -5px;}
	.in-case ul li{width:50%;padding:5px;}
	.in-case ul li .items{padding:10px;}
	.in-case ul li .items .text .tit{line-height:22px;}
	.in-case ul li .items .text .des{line-height:18px;font-size:12px;}
}
/*首页案例模块 结束*/

/*首页新闻模块 开始*/
.in-news{float:left;width:100%;margin:38px 0;}
.in-news .hd{float:left;width:100%;text-align:center;}
.in-news .hd ul{display:inline-block;vertical-align:top;}
.in-news .hd ul li{display:inline-block;height:38px;margin:15px 5px;padding:0 20px;border-radius:3px;line-height:38px;font-size:16px;color:#fff;background:#555;cursor:pointer;}
.in-news .hd ul li.on{background:#226f23;}
.in-news .bd{float:left;width:100%;padding:20px 0;}
.in-news .bd .topone{float:left;width:39.166%;}
.in-news .bd .topone .img{width:100%;float:left;padding-bottom:60%;position:relative;overflow:hidden;}
.in-news .bd .topone .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-news .bd .topone .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.in-news .bd .topone .text{width:100%;float:left;margin-top:16px;}
.in-news .bd .topone .text .tit{width:100%;float:left;font-size:18px;color:#333;line-height:27px;}
.in-news .bd .topone .text .des{width:100%;margin-top:12px;float:left;font-size:14px;color:#999;line-height:20px;height:40px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.in-news .bd .topone:hover .text .tit{color:#226f23;}
.in-news .bd ul{float:right;width:58.33%;border-top:solid 1px #e6e6e6;}
.in-news .bd ul li{float:left;width:100%;border-bottom:solid 1px #e6e6e6;}
.in-news .bd ul li a{float:left;width:100%;padding:20px 0;}
.in-news .bd ul li a .img{float:right;width:120px;padding-bottom:12%;position:relative;overflow:hidden;}
.in-news .bd ul li a .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-news .bd ul li a .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.in-news .bd ul li a .text{float:left;width:calc(100% - 138px);padding-left:100px;position:relative;}
.in-news .bd ul li a .text .tit{float:left;width:100%;font-size:18px;color:#333;line-height:28px;}
.in-news .bd ul li a .text .des{float:left;width:100%;margin-top:7px;font-size:14px;color:#999;line-height:20px;height:40px;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.in-news .bd ul li a .text .time{position:absolute;left:15px;top:5px;width:75px;padding-right:13px;text-align:center;}
.in-news .bd ul li a .text .time h3{width:100%;font-size:36px;color:#303030;line-height:40px;}
.in-news .bd ul li a .text .time h5{width:100%;font-size:14px;color:#767676;line-height:30px;}
.in-news .bd ul li a .text .time:before{content:'';width:1px;height:64px;background:#dadada;position:absolute;right:0;top:5px;}
.in-news .bd ul li a:hover{background:#f4f4f4;}
.in-news .bd ul li a:hover .text .tit,.in-news .bd ul li a:hover .text .time h3{color:#226f23;}
@media screen and  (max-width:992px){
	.in-news .bd .topone .img{padding-bottom:90%;}
	.in-news .bd ul li a .img{float:right;width:120px;padding-bottom:18%;position:relative;overflow:hidden;}
}
@media screen and  (max-width:768px){
	.in-news{margin:18px 0;}
	.in-news .hd ul li{height:30px;margin:5px;line-height:30px;font-size:14px;}
	.in-news .bd .topone{width:100%;}
	.in-news .bd .topone .img{padding-bottom:60%;}
	.in-news .bd .topone .text .tit{font-size:15px;}
	.in-news .bd .topone .text .des{font-size:12px;}
	.in-news .bd ul{width:100%;margin-top:20px;}
	.in-news .bd ul li a{padding:15px 0;}
	.in-news .bd ul li a .text{padding-left:0px;}
	.in-news .bd ul li a .text .tit{font-size:14px;line-height:25px;}
	.in-news .bd ul li a .text .des{font-size:12px;line-height:20px;}
	.in-news .bd ul li a .text .time{display:none;}
	.in-news .bd ul li a .img{padding-bottom:20%;}
}
/*首页新闻模块 结束*/
/*首页公司简介 开始*/
.bg_about{}
.in-about{float:left;width:100%;}
.in-about .about_con{float:left;width:100%;padding:0 0 80px 95px;position:relative;}
.in-about .about_con .about_l{position:absolute;left:0;bottom:80px;}
.in-about .about_con .about_r{float:left;width:71.9%;margin-top:50px;padding:50px 290px 120px 50px;background:#aaa;position:relative;}
.in-about .about_con .about_r h4{float:left;width:100%;font-size:22px;color:#fff;line-height:28px;position:relative;}
.in-about .about_con .about_r h6{float:left;width:100%;font-size:12px;color:#fff;line-height:16px;margin-top:10px;font-family:Arial;text-transform:uppercase;}
.in-about .about_con .about_r .abouttxt{float:left;width:100%;font-size:14px;color:#fff;line-height:28px;margin-top:20px;height:168px;overflow:hidden;}
.in-about .about_con .about_r .aboutico{float:left;width:100%;margin-top:23px;}
.in-about .about_con .about_r .aboutimg{position:absolute;top:50px;right:-38.81%;width:72.39%;box-shadow:0px 0 38px rgba(0,0,0,0.25);}
.in-about .about_con .about_r .aboutvideo{position:absolute;top:60px;right:-38.81%;width:72.39%;box-shadow:0px 0 38px rgba(0,0,0,0.25);}
.in-about .about_con .about_r .aboutvideo .vbox{width:100%; position: relative; padding-bottom:58%; overflow:hidden;}
.in-about .about_con .about_r .aboutvideo .vbox video,
.in-about .about_con .about_r .aboutvideo .vbox p,
.in-about .about_con .about_r .aboutvideo .vbox img{width:100%; height:100%; position:absolute; left:0; top:0;}
.in-about .about_con .about_r .aboutvideo .vbox p iframe{width:100%; height:100%;}
/*首页机器设备模块 开始*/
.in-equipment{float:left;width:100%;margin:38px 0;}
.in-equipment ul{margin:0 -8px;}
.in-equipment ul li{float:left;width:25%;padding:8px;}
.in-equipment ul li .items{float:left;width:100%;padding:15px;border:1px solid #e6e6e6;}
.in-equipment ul li .items .img{float:left;width:100%;padding-bottom:66.31%;position:relative;overflow:hidden;}
.in-equipment ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.in-equipment ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.in-equipment ul li .items .text .tit{float:left;width:100%;margin-top:10px;font-size:16px;color:#333;line-height:30px;text-align:center;}
.in-equipment ul li .items .text .des{float:left;width:100%;margin-top:10px;font-size:13px;color:#999;line-height:25px;}
.in-equipment ul li .items:hover{box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
@media screen and (max-width:991px){
	.in-equipment{margin:28px 0;}
	.in-equipment ul li{width:50%;}
	.in-equipment ul li .items .text .tit{font-size:15px;line-height:25px;}
	.in-equipment ul li .items .text .des{font-size:12px;line-height:20px;}
}
@media screen and (max-width:767px){
	.in-equipment{margin:18px 0;}
	.in-equipment ul{margin:0 -5px;}
	.in-equipment ul li{width:50%;padding:5px;}
	.in-equipment ul li .items{padding:10px;}
	.in-equipment ul li .items .text .tit{line-height:22px;}
	.in-equipment ul li .items .text .des{line-height:18px;font-size:12px;}
}
/*首页案例模块 结束*/



video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden !important;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

@media screen and (max-width:991px){
	.in-about{padding:33px 0 0 0;}
	.in-about .about_con{padding:0 0 86px 70px;}
	.in-about .about_con .about_l{left:-4px;bottom:28px;width:57px;}
	.in-about .about_con .about_l img{width:65px;}
	.in-about .about_con .about_r{padding:20px 135px 47px 20px;margin-top:24px;}
	.in-about .about_con .about_r h4{font-size:16px;line-height:24px;}
	.in-about .about_con .about_r h6{margin-top:6px;}
	.in-about .about_con .about_r .abouttxt{font-size:12px;line-height:24px;margin-top:20px;height:72px;}
	.in-about .about_con .about_r .aboutico{margin-top:13px;}
	.in-about .about_con .about_r .aboutico img{width:20px;}
	.in-about .about_con .about_r .aboutimg{top:35px;}
	.in-about .about_con .about_r .aboutimg img{max-width:100%;}
	.in-about .about_con .about_r .aboutvideo{top:35px;}
}
@media screen and (max-width:767px){
	.in-about{padding:0px 10px 0 10px;}
	.in-about .about_con{padding:0 0 26px 50px;}
	.in-about .about_con .about_l{left:-2px;bottom:26px;width:37px;}
	.in-about .about_con .about_l img{width:50px;}
	.in-about .about_con .about_r{width:100%;padding:16px 20px 12px 20px;margin-top:14px;}
	.in-about .about_con .about_r h4{font-size:14px;line-height:22px;}
	.in-about .about_con .about_r h6{margin-top:4px;}
	.in-about .about_con .about_r .abouttxt{line-height:22px;margin-top:12px;height:64px;}
	.in-about .about_con .about_r .aboutico{margin-top:8px;}
	.in-about .about_con .about_r .aboutico img{width:16px;}
	.in-about .about_con .about_r .aboutimg{width:100%;position:relative;float:left;top:auto;right:auto;margin-top:20px;}
	.in-about .about_con .about_r .aboutvideo{width:100%;position:relative;float:left;top:auto;right:auto;margin-top:20px;}
}
/*首页公司简介 结束*/





.black_on{width:100%; height: 100%; background-color:rgba(0,0,0,0.2); position: absolute; top:0; left: 0;}
.black_on span{width:51px; height: 51px;  position: absolute;left: 50%; top: 50%;display: block; margin: 0 0 0 -25.5px;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}


/*内页当前位置  开始*/
.position{float:left;width:100%;margin-top:30px;text-align:center;font-size:14px;color:#888;line-height:25px;}
.position a{color:#888;}
.position a:hover{color:#226f23;}
@media  screen and (max-width:767px){
.position{margin-top:20px;font-size:13px;}
}
/*内页当前位置  结束*/
/*内页栏目导航  开始*/
.leafcms_SideLayer{float:left;width:100%;margin:30px 0;text-align:center;}
.leafcms_SideLayer ul{width:100%;}
.leafcms_SideLayer ul li{display:inline-block;width:calc(15% - 20px);height:42px;margin:10px 5px auto;padding:0 15px;font-size:16px;background:#555;line-height:42px;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;}
.leafcms_SideLayer ul li a{color:#fff;}
.leafcms_SideLayer ul li.hover,
.leafcms_SideLayer ul li:hover{background:#226f23;}
@media screen and (max-width:767px){
	.leafcms_SideLayer{margin:10px 0 0;}
	.leafcms_SideLayer ul li{width:calc(33.333% - 6px);height:32px;line-height:32px;font-size:13px;}
}
/*内页栏目导航  结束*/


/*单页详情  开始*/
.page{float:left;width:100%;margin:30px 0;padding:40px;border:1px solid #e6e6e6;border-top-width:5px;border-bottom-width:5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;overflow:hidden;}
.page .content{float:left;width:100%;color:#555;line-height:200%;}
.page .content img{max-width:100%;}
@media screen and (max-width:991px){
	.page{width:100%;margin:15px 0;padding:15px;}
}
/*单页详情  结束*/



._title1{ float:left; width:100%; text-align:center; font-weight:bold; color:#226f23; font-size:40px; line-height:40px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; position:relative; z-index:3;}
._title1 span{ padding:15px 25px 0 0; background:url(../images/img13.png) right top no-repeat; background-size:40px 40px;}
._Company{ float:left; width:100%; color:#555555; font-size:16px; line-height:30px; text-align: justify;}
._Company .vode{ float:left; width:50%; position:relative; margin:0 5% 2.5% 0}
._Company .vode:after{ float:left; width:100%; height:100%; content:''; position:absolute; left:-20px; top:20px;  background:url(../images/img24.png) center no-repeat;}
._Company .vode .aboutvideo{ float:left; width:100%; height:auto; position:relative; z-index:3;}
._Company .vode .aboutvideo .vbox{width:100%; position: relative; padding-bottom:58%; overflow:hidden;}
._Company .vode .aboutvideo .vbox video,
._Company .vode .aboutvideo .vbox p,
._Company .vode .aboutvideo .vbox img{width:100%; height:100%; position:absolute; left:0; top:0;}
._Company .vode .aboutvideo .vbox p iframe{width:100%; height:100%;}
._Company .vode .bg{ float:left; width:100%; height:100%; position:absolute; left:0; top:0; z-index:4; background:#000000; opacity:0.12; }

._Company ._title1{ float:none; text-align:left; display:inline-table; width:45%;}
._Company .list{ display:inline-table; margin:2% 0; width:45%;}
._Company .list li{ float:left; width:33.33%; text-align:center; background:#fdfdfd; border:1px solid #e5e5e5; padding:22px 12px; margin-left:-1px;}
._Company .list li i{color:#226f23;font-size:25px;}
._Company .list li i img{ width:35px; height:35px;}
._Company .list li h5{ float:left; width:100%; line-height:26px; font-size:16px; color:#666666; margin-top:8px;}

@media  screen and (max-width:1630px){
._Company{ font-size:14px; line-height:26px;}	
._Company .vode .img{ height:540px;}	


}
@media  screen and (max-width:1024px){
._Company{ font-size:14px; line-height:24px;}	
._Company .vode{ margin:0 3% 20px 0}
._Company .vode:after{ left:-10px; top:10px;}	
._Company .vode .img{ height:391px;}	
._Company .vode .paly{ width:40px; height:40px;}
._Company ._title1{ width:47%;}
._Company .list{ width:47%; margin:15px 0;}
._Company .list li{ padding:10px 8px;}
._Company .list li i{color:#226f23;}
._Company .list li h5{ font-size:13px; line-height:22px; margin-top:3px;}
}
@media  screen and (max-width:767px){
._Company ._title1{ font-size:20px;}
._Company .vode .img{ height:220px;}		
._Company .vode{ width:100%;}	
._Company ._title1{ width:100%; margin-top:10px;}
._Company .list{ width:100%;}


}


.history{float:left;width:100%;padding:50px 0;}
.history .dl{float:left;width:100%;position: relative;padding-bottom:142px;margin-bottom:84px;}
.history .dl .dt{ width:100%; position:absolute; left:0; top:-52px; font-size:24px; color:#16458B; line-height:32px; font-weight:bold; text-align:center;}
.history .dl .dian{ width:97px; height:97px; position:relative; left:50%; top:0; margin-left:-48.5px; background:#226f23; z-index:2;color: #fff;font-size: 24px;border: 4px solid #ffab79;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 40px;padding:23.5px 0;margin-bottom:40px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.history .dl .bian{ width:1px; height:100%; background:#e9e9e9; position:absolute; left:50%; top:0;}
.history .dl .dd{ width:100%; float:left; margin-bottom:36px; position:relative;height:auto;}
.history .dl .dd .zbox{float:left; width:44.08%;  background: #f4f4f5; padding:12px 13px 13px  215px; position:relative; z-index:2;height: 166px;
-moz-border-radius:10px; 
-webkit-border-radius:10px; 
-khtml-border-radius:10px;
border-radius:10px;}
.history .dl .dd .zbox .img{ width:202px; position:absolute; left:13px; top:12px;}
.history .dl .dd .zbox .text{ width:100%; float:left;height:125px;overflow:hidden;padding-left:40px;padding-top:13px;}
.history .dl .dd .zbox .text .time{ width:100%; float:left; font-size:18px; color:#226f23; line-height:24px;font-weight:bold;font-family: 'OPENSANS-BOLD';}
.history .dl .dd .zbox .text .p{ width:100%; float:left; font-size:15px; color:#666; line-height:30px; min-height:78px;}
.history .dl .dd .ico{ background:url(../images/rc1.png) no-repeat center center; width:84px; height:22px; position:absolute; left:44%; top:28px;}
.history .dl .dd:hover .ico{ background-image:url(../images/rc2.png);}

.history .dl .dd.d1 .zbox{ float:right;width:44.08%; padding:12px 215px 13px 13px ;position: relative;}
.history .dl .dd.d1 .zbox .rimg{ float:right;width:202px; position:absolute; right:13px; top:12px;}
.history .dl .dd.d1 .zbox .text{ width:100%; float:left;height:125px;overflow:hidden;padding:13px 30px 0 25px;}
.history .dl .dd.d1 .zbox .text .p{ padding-top:5px;}
.history .dl .dd.d1 .ico{ background-image:url(../images/lc1.png); left:auto; right:43.9%;}
.history .dl .dd.d1:hover .ico{ background-image:url(../images/lc2.png);}

.history .dl .dd.d2{ height:42px;}
.history .dl .dd.d1{ height:80px;}
.history .dl .dd:hover .zbox{ background: #226f23;}
.history .dl .dd:hover .zbox .text .time{ color:#fff;}
.history .dl .dd:hover .zbox .text .p{ color:#fff;}
.history .dl .more{ width:100%; position:absolute; left:0; top:100%; text-align:center;}
.history .dl .more a{ display:block; width:97px; height:97px; position:absolute; left:50%; top:0; margin-left:-48.5px; background:#226f23; z-index:2;color: #fff;font-size: 18px;border: 4px solid #ffab79;text-align: center;overflow: hidden;line-height: 24px;padding:20px 19px;margin-bottom:40px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.history .dl .more a:hover{opacity: 0.7;}
@media screen and (max-width:991px) {
.history .dl .dd .zbox{padding:12px 12px 12px  140px;height: 118px;}
.history .dl .dd .zbox .img{ width:108px; }
.history .dl .dd .zbox .text{ height:100px;padding-left:20px;padding-top:0px;}
.history .dl .dd .zbox .text .time{ font-size:16px; line-height:22px;}
.history .dl .dd .zbox .text .p{ font-size:14px;  line-height:24px;}
.history .dl .dd .ico{left:40%; }	

.history .dl .dd.d1 .zbox{padding:12px  140px 12px 12px ;height: 118px;}
.history .dl .dd.d1 .zbox .rimg{ width:108px; }
.history .dl .dd.d1 .zbox .text{ height:100px;padding:0px 10px 0 10px;}
.history .dl .dd.d1 .ico{ right:40%;}
.history .dl .dd.d1 .zbox .text .p{ padding-top:0px;}
}

@media screen and (max-width:767px){
.history{padding:20px 0 20px 0;}	
.history .dl{padding-bottom:25px; margin-bottom:50px;}
.history .dl .dd.d2{ height:auto;}
.history .dl .dd.d1{ height:auto;}	
.history .dl .dd{height: auto;margin:10px ;padding-left:50px;}
.history .dl .dd .zbox{ width:100%;float:right;padding:12px 140px 12px 12px;}	
.history .dl .dd .zbox .img{float:none; width:108px; position:absolute; left:auto;right:12px;}
.history .dl .dd.d1 .zbox{ width:100%;float:right;}	

.history .dl .dd .ico{ left:-6px; width:50px; background-size:contain; background-image:url(../images/lc1.png);}
.history .dl .dd.d1 .ico{ right:auto; left:-6px;}
.history .dl .dd:hover .ico{ background-image:url(../images/lc2.png);}
.history .dl .bian{ left:9px;}
.history .dl .dt{ text-align:left;}
.history .dl .dian{ width:60px;height:40px;font-size: 14px; line-height:32px;padding:0;left:0;margin-left:0;text-overflow: ellipsis;white-space: nowrap;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
border-radius: 5px;}
.history .dl .more a{ float:left;left:0;margin-left:0;width:80px;font-size:14px;line-height:32px;height:40px;padding:0;text-overflow: ellipsis;white-space: nowrap;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-khtml-border-radius:5px;
border-radius: 5px;}
.history .dl .dd .zbox .text{height:auto;overflow: visible;min-height:100px;}
.history .dl .dd .zbox .text .time{ font-size:16px;}
.history .dl .dd .zbox .text .p{ font-size:12px; line-height:20px; margin-top:3px; min-height:40px;}

}



/*产品列表  开始*/
.category-product{float:left;width:100%;padding:20px 0;}
.category-product ul{margin:0 -8px;}
.category-product ul li{float:left;width:100%;padding:8px;}
.category-product ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.category-product ul li .items .text{float:left;width:60%;}
.category-product ul li .items .text .tit{float:left;width:calc(100% - 50px);height:50px;margin:10px 0 0 50px;font-size:25px;line-height:50px;color:#333;}
.category-product ul li .items .text .des{float:left;width:calc(100% - 50px);height:auto;margin:10px 0 0 50px;font-size:14px;line-height:25px;color:#999;overflow:hidden;}
.category-product ul li .items .text a.more{float:right;width:120px;height:30px;margin:10px 0;border:1px solid #666;border-radius:5px;font-size:15px;line-height:28px;color:#333;text-align:center;}
.category-product ul li .items .album{float:right;width:30%;height:auto;overflow:hidden;}
.category-product ul li .items .album .img{float:left;width:33.333%;padding-bottom:30%;position:relative;overflow:hidden;}
.category-product ul li .items .album .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.category-product ul li .items .album .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}ient:vertical;color:#999;overflow:hidden;}
.category-product ul li .items:hover{border:solid 1px #226f23;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media  screen and (max-width:767px){
	.category-product ul{margin:0 -5px;}
	.category-product ul li{padding:5px;}
	.category-product ul li .items .text{float:left;width:100%;}
	.category-product ul li .items .text .tit{width:100%;height:25px;margin:10px 0 0 0;font-size:20px;line-height:25px;}
	.category-product ul li .items .text .des{width:100%;margin:10px 0 0 0;font-size:13px;line-height:20px;}
	.category-product ul li .items .album{float:left;width:100%;height:auto;overflow:hidden;}
	.category-product ul li .items .text a.more{float:left;width:100%;height:30px;margin:10px auto 10px auto;border:1px solid #666;border-radius:5px;font-size:15px;line-height:28px;color:#333;text-align:center;}
}
/*产品列表  结束*/


/*产品列表  开始*/
.list-product{float:left;width:100%;padding:20px 0;}
.list-product ul{margin:0 -8px;}
.list-product ul li{float:left;width:25%;padding:8px;}
.list-product ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.list-product ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.list-product ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-product ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-product ul li .items .text{float:left;width:100%;}
.list-product ul li .items .text .tit{float:left;width:100%;height:30px;margin:10px 0 0;font-size:16px;line-height:30px;text-align:center;color:#333;background:#f9f9f9;}
.list-product ul li .items .text .des{float:left;width:100%;height:50px;margin:10px 0 0;font-size:13px;line-height:25px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;overflow:hidden;}
.list-product ul li .items:hover{border:solid 1px #226f23;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media screen and (max-width:991px){
	.list-product ul li{width:50%;}
}
@media  screen and (max-width:767px){
	.list-product ul{margin:0 -5px;}
	.list-product ul li{width:50%;padding:5px;}
	.list-product ul li .items .text .tit{height:25px;font-size:14px;line-height:25px;}
	.list-product ul li .items .text .des{height:40px;font-size:12px;line-height:20px;}
}
/*产品列表  结束*/

/*产品详情  开始*/
.product-show{float:left;width:100%;margin:50px 0;padding:40px;border:1px solid #eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-top-width:5px;border-bottom-width:5px;}
.product-show .pic{float:left;width:49%;}
.product-show .pic img{float:left;width:100%;}
.product-show .text{float:right;width:48%;}
.product-show .text .tit{float:left;width:100%;margin:10px 0 15px;font-size:30px;color:#333;font-weight:bold;letter-spacing:1px;position:relative;}
.product-show .text .tit a{position:absolute;right:0;top:12px;font-size:15px;color:#666;display:block;font-weight:normal;}
.product-show .text .tit a i{margin-left:5px;font-size:15px;vertical-align:middle;}
.product-show .text .tit a:hover{color:#226f23;}
.product-show .text .num{float:left;width:100%;margin:5px 0 10px;font-size:13px;color:#666;}
.product-show .text .desc{float:left;width:100%;padding:15px;border:dashed 1px #eee;border-radius:5px;font-size:13px;color:#666;background:#f9f9f9;line-height:30px;}
.product-show .text .online{float:left;width:100%;margin-top:20px;display:block;line-height:40px;text-align:center;font-size:16px;color:#fff;border-radius:5px;}
.product-show .text .online a{float:left;margin-right:8px;padding:0 20px;display:block;line-height:40px;background:#226f23;text-align:center;font-size:16px;color:#fff;border-radius:5px;position:relative;}
.product-show .text .online a.a2{background:#64aa23;}
.product-show .text .online i{margin-right:5px;font-size:20px;vertical-align:middle;}
.product-show .text .online a .ewm{position:absolute;left:50%;top:-120px;width:116px;height:123px;margin-left:-60px;background:url(../images/ewm_bg.png) center center no-repeat;background-size:contain;display:none;}
.product-show .text .online a .ewm img{float:left;width:100%;padding:5px;}
.product-show .text .online a:hover .ewm{display:block;-webkit-animation:fadeInUp 1 0.5s 0s ease both;-moz-animation:fadeInUp 1 0.5s 0s ease both;}
.product-show .tabBar{float:left;width:100%;height:46px;margin-top:35px;border:1px solid #eee;background:#f6f6f6;position:relative;}
.product-show .tabBar h2{height:46px;padding:0 20px;line-height:46px;background:#fff;color:#226f23;border-top:2px solid #226f23;position:absolute;top:0;left:0;font-size:16px;border-right:1px solid #eee;font-weight:bold;letter-spacing:1px;}
.product-show .content{float:left;width:100%;padding:20px;font-size:13px;line-height:200%;color:#666;border:1px solid #eee;border-top:none;}
.product-show .content img{max-width:100%;}
.product-show .content .bdshare_det{float:left;width:100%;height:36px;margin-top:25px;text-align:center;}
.product-show .content .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.product-show .content .bdshare_det .bdshare2 a,
.product-show .content .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.product-show .content .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.product-show .content .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.product-show .content .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
.product-show .pager{float:left;width:100%;margin:38px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.product-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.product-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;}
.product-show .pager a.l_pager{padding-right:12px;text-align:left;}
.product-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.product-show .pager a:hover{color:#226f23;}
@media screen and (max-width:767px){
	.product-show{margin:20px 0;padding:20px 15px;}
	.product-show .pic{width:100%;}
	.product-show .text{float:left;width:100%;}
	.product-show .text .tit{margin:10px 0;font-size:20px;}
	.product-show .text .tit a{top:5px;font-size:13px;}
	.product-show .text .desc{padding:6px;font-size:12px;line-height:25px;}
	.product-show .text .online{margin-top:15px;height:35px;line-height:35px;font-size:14px;}
	.product-show .text .online i{font-size:18px;}
	.product-show .tabBar{height:38px;margin-top:20px;}
	.product-show .tabBar h2{height:38px;padding:0 20px;line-height:38px;font-size:14px;}
	.product-show .content{padding:10px;font-size:12px;}
	.product-show .content .bdshare_det{margin-top:15px;}
	.product-show .pager{width:100%;margin:20px 0;}
	.product-show .pager a{line-height:38px;}
}
/*产品详情  开始*/

/*案例列表 开始*/
.list-case{float:left;width:100%;margin:20px 0;}
.list-case ul{margin:0 -8px;}
.list-case ul li{float:left;width:25%;padding:8px;}
.list-case ul li .items{float:left;width:100%;padding:15px;border:1px solid #e6e6e6;background:#fff url(../images/items_bg.png) center top no-repeat;background-size:contain;}
.list-case ul li .items .img{float:left;width:100%;padding-bottom:66.31%;position:relative;overflow:hidden;}
.list-case ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-case ul li .items .img:hover img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-case ul li .items .text .tit{float:left;width:100%;margin-top:10px;font-size:16px;color:#333;line-height:30px;text-align:center;}
.list-case ul li .items .text .des{float:left;width:100%;margin-top:10px;font-size:13px;color:#999;line-height:25px;}
.list-case ul li .items:hover{background-image:url(../images/items_bgs.png);box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
@media screen and (max-width:991px){
	.list-case{margin:28px 0;}
	.list-case ul li{width:50%;}
	.list-case ul li .items .text .tit{font-size:15px;line-height:25px;}
	.list-case ul li .items .text .des{font-size:12px;line-height:20px;}
}
@media screen and (max-width:767px){
	.list-case{margin:18px 0;}
	.list-case ul{margin:0 -5px;}
	.list-case ul li{width:50%;padding:5px;}
	.list-case ul li .items{padding:10px;}
	.list-case ul li .items .text .tit{line-height:22px;}
	.list-case ul li .items .text .des{line-height:18px;font-size:12px;}
}
/*案例列表 结束*/

/*案例详情 开始*/
.case-show{float:left;width:100%;margin:50px 0;padding:20px;border:1px solid #eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-top-width:5px;border-bottom-width:5px;}
.case-show .title{float:left;width:100%;padding:50px 0;text-align:center;color:#333;font-size:30px;font-weight:bold;}
.case-show .meta{float:left;width:calc(100% - 80px);height:35px;margin:0 40px;text-align:center;font-size:13px;line-height:35px;color:#999;background:#f2f2f2;border-radius:30px;overflow:hidden;}
.case-show .content{float:left;width:100%;padding:40px;color:#666;font-size:15px;line-height:30px;}
.case-show .pager{float:left;width:calc(100% - 40px);margin:38px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.case-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.case-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case-show .pager a.l_pager{padding-right:12px;text-align:left;}
.case-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.case-show .pager a:hover{color:#226f23;}
.case-show .bdshare_det{float:left;width:100%;height:36px;text-align:center;}
.case-show .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.case-show .bdshare_det .bdshare2 a,
.case-show .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.case-show .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.case-show .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.case-show .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
@media screen and (max-width:991px){
	.case-show{margin:20px 0;}
	.case-show .pager{width:100%;margin:20px 0;}
	.case-show .pager a{line-height:44px;}
}
@media screen and (max-width:767px){
	.case-show{margin:20px 0;}
	.case-show .title{padding:20px 0;font-size:18px;line-height:30px;}
	.case-show .meta{width:100%;height:25px;margin:0;font-size:12px;line-height:25px;}
	.case-show .content{font-size:12px;line-height:25px;padding:20px 0;}
	.case-show .pager{width:100%;margin:20px 0;}
}
/*案例详情 结束*/


/*新闻列表 开始*/
.list-news{float:left;width:100%;margin:20px 0;}
.list-news ul{margin:0 -10px;}
.list-news ul li{float:left;width:100%;padding:0 10px;}
.list-news ul li .items{float:left;width:100%;margin-top:15px;padding:26px 35px 29px 155px;border:1px solid #e6e6e6;position:relative;}
.list-news ul li .items .time{width:155px;text-align:center;position:absolute;left:0;top:58px;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.list-news ul li .items .time h2{width:100%;font-size:72px;color:#c2c2c2;line-height:69px;font-weight:bold;font-family:Arial;letter-spacing:1px;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.list-news ul li .items .time h4{width:100%;font-size:20px;color:#4c4c4c;line-height:32px;font-family:Arial;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
.list-news ul li .items .img{float:left;width:225px;height:150px;position:relative;overflow:hidden;}
.list-news ul li .items .img img{width:100%;min-height:100%;position:absolute;left:0;top:0;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-o-transition:width all 0.3s linear;}
.list-news ul li .items:hover .img img{transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);}
.list-news ul li .items .text{margin-left:250px;overflow:hidden;}
.list-news ul li .items .text .tit{width:100%;font-size:20px;color:#333;line-height:30px;margin-top:18px;letter-spacing:1px;}
.list-news ul li .items .text .des{width:100%;height:75px;margin-top:16px;color:#666;font-size:13px;line-height:25px;overflow:hidden;}
.list-news ul li .items:hover{border-color:#226f23;box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
.list-news ul li .items:hover .text .tit{color:#226f23;}
@media screen and (max-width:767px){
	.list-news ul li .items{margin-top:10px;padding:10px 10px 10px 10px;}
	.list-news ul li .items .img{width:120px;height:94px;}
	.list-news ul li .items .time{display:none;}
	.list-news ul li .items .text{margin-left:135px;}
	.list-news ul li .items .text .tit{font-size:15px;line-height:22px;margin-top:5px;}
	.list-news ul li .items .text .des{font-size:12px;line-height:20px;margin-top:5px;height:60px;}
}
/*新闻列表 结束*/

/*新闻详情 开始*/
.news-show{float:left;width:100%;margin:50px 0;padding:20px;border:1px solid #eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-top-width:5px;border-bottom-width:5px;}
.news-show .title{float:left;width:100%;padding:50px 0;text-align:center;color:#333;font-size:30px;font-weight:bold;}
.news-show .meta{float:left;width:calc(100% - 80px);height:35px;margin:0 40px;text-align:center;font-size:13px;line-height:35px;color:#999;background:#f2f2f2;border-radius:30px;overflow:hidden;}
.news-show .content{float:left;width:100%;padding:40px;color:#666;font-size:15px;line-height:30px;}
.news-show .content img{max-width:100%;}
.news-show .pager{float:left;width:calc(100% - 40px);margin:38px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.news-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.news-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.news-show .pager a.l_pager{padding-right:12px;text-align:left;}
.news-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.news-show .pager a:hover{color:#226f23;}
.news-show .bdshare_det{float:left;width:100%;height:36px;text-align:center;}
.news-show .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.news-show .bdshare_det .bdshare2 a,
.news-show .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.news-show .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.news-show .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.news-show .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
@media screen and (max-width:991px){
	.news-show{margin:20px 0;}
	.news-show .pager{width:100%;margin:20px 0;}
	.news-show .pager a{line-height:44px;}
}
@media screen and (max-width:767px){
	.news-show{margin:20px 0;}
	.news-show .title{padding:20px 0;font-size:18px;line-height:30px;}
	.news-show .meta{width:100%;height:25px;margin:0;font-size:12px;line-height:25px;}
	.news-show .content{font-size:12px;line-height:25px;padding:20px 0;}
	.news-show .pager{width:100%;margin:20px 0;}
}
/*新闻详情 结束*/


/*下载列表 开始*/
.list-download{float:left;width:100%;margin:20px 0;}
.list-download ul{margin:0 -10px;}
.list-download ul li{float:left;width:100%;padding:0 10px;}
.list-download ul li .items{float:left;width:100%;margin:8px 0;padding:5px;border:1px solid #e6e6e6;position:relative;}
.list-download ul li .items .text{margin-right:58px;overflow:hidden;}
.list-download ul li .items .text .tit{width:100%;padding:5px;font-size:14px;color:#333;line-height:30px;letter-spacing:1px;}
.list-download ul li .items .text .des{width:100%;height:75px;margin-top:16px;color:#666;font-size:13px;line-height:25px;overflow:hidden;}
.list-download ul li .items .downbtn{width:50px;padding:5px;text-align:center;position:absolute;right:0;top:0;font-size:20px;line-height:30px;}
.list-download ul li .items .downbtn i{font-size:20px;}
.list-download ul li .items:hover{border-color:#226f23;box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
.list-download ul li .items:hover .text .tit{color:#226f23;}
@media screen and (max-width:767px){
	.list-download ul li .items{margin-top:10px;padding:10px 10px 10px 10px;}
	.list-download ul li .items .text{margin-right:135px;}
	.list-download ul li .items .text .tit{font-size:15px;line-height:22px;}
	.list-download ul li .items .text .des{font-size:12px;line-height:20px;}
}
/*下载列表 结束*/

.list-downloads{ float:left; width:100%; color:#444; font-size:14px; line-height:50px; padding:38px 0 0 0;} 
.list-downloads h3{ float:left; width:100%; background:#555; color:#fff; font-size:15px; line-height:50px; padding:0 15px;}
.list-downloads h3 .sp1{ float:left; width:41.04%; padding-left:5%;}
.list-downloads h3 .sp2{ float:left; width:31.39%; text-align:center;}
.list-downloads h3 .sp3{ float:left; width:27.57%; text-align:center;}
.list-downloads ul{ float:left; width:100%;}
.list-downloads ul li{ float:left; width:100%; border-bottom:1px solid #e7e6e6; padding:0 15px; line-height:50px; position:relative; font-size:15px;-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;  
}
.list-downloads ul li .tit1{ float:left; width:41.04%; color:#444444; position:relative;}
.list-downloads ul li .sp1{color:#888888; padding:0 10px; margin-right:10px; position:relative;}
.list-downloads ul li .sp1:after{ float:left; width:1px; height:16px; position:absolute; right:0; top:50%; margin-top:-8px; content:''; background:#9b9b9b;}
.list-downloads ul li .time{ float:left; width:31.39%; color:#444444; text-align:center;}
.list-downloads ul li .btnlink{ float:right; width:27.57%; color:#888888; text-align:center;}
.list-downloads ul li:hover{ background:#ffefea;}
.list-downloads ul li .sp1:after{background:#e9f1fc;}

/*问答列表-开始*/
.list-FAQ{float:left;width:100%;height:auto;margin-bottom:15px;padding:30px;border:1px solid #eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-top-width:5px;border-bottom-width:5px;overflow:hidden;}
.list-FAQ h2{height:50px;padding-left:20px;font:normal 15px/50px "Microsoft Yahei";}
.list-FAQ ul{margin:0 -10px;}
.list-FAQ ul li{float:left;width:100%;height:auto;padding:0 10px;overflow:hidden;}
.list-FAQ ul li .items{float:left;width:100%;height:auto;padding:15px;border-bottom:1px solid #eee;overflow:hidden;}
.list-FAQ ul li .items .text{width:100%;overflow:hidden;}
.list-FAQ ul li .items .text .question{float:left;width:100%;height:30px;line-height:30px;font-size:22px;color:#333;}
.list-FAQ ul li .items .text .question .icon{margin-top:8px;font-size:22px;color:#226f23;}
.list-FAQ ul li .items .text .answer{float:left;width:100%;height:50px;padding-bottom:5px;line-height:25px;font-size:13px;color:#666;background:url(../images/faq-a.png) 2px top no-repeat;}
.list-FAQ ul li .items .text .answer .icon{margin-top:8px;font-size:22px;color:#0274b4;}
.list-FAQ ul li:last-child .items{border-bottom:none;}
@media screen and (max-width:767px){
}
/*问答列表 结束*/
@media screen and (max-width:767px){
  .list-FAQ ul li .items{padding:10px;}
.list-FAQ ul li .items .text .meta span{font-size:12px;}
}


/*问答详情 开始*/
.FAQ-show{float:left;width:100%;margin:50px 0;padding:20px;border:1px solid #eee;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-top-width:5px;border-bottom-width:5px;}
.FAQ-show .title{float:left;width:100%;padding:50px 0;text-align:center;color:#333;font-size:30px;font-weight:bold;}
.FAQ-show .meta{float:left;width:calc(100% - 80px);height:35px;margin:0 40px;text-align:center;font-size:13px;line-height:35px;color:#999;background:#f2f2f2;border-radius:30px;overflow:hidden;}
.FAQ-show .content{float:left;width:100%;padding:40px;color:#666;font-size:15px;line-height:30px;}
.FAQ-show .content img{max-width:100%;}
.FAQ-show .pager{float:left;width:calc(100% - 40px);margin:38px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee;position:relative;}
.FAQ-show .pager::after{float:left;width:1px;height:100%;background:#e6e6e6;content:'';position:absolute;left:50%;top:0;}
.FAQ-show .pager a{float:left;width:50%;color:#666;font-size:14px;line-height:62px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.FAQ-show .pager a.l_pager{padding-right:12px;text-align:left;}
.FAQ-show .pager a.r_pager{float:right;padding-left:12px;text-align:right;}
.FAQ-show .pager a:hover{color:#226f23;}
.FAQ-show .bdshare_det{float:left;width:100%;height:36px;text-align:center;}
.FAQ-show .bdshare_det .bdshare2{display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.FAQ-show .bdshare_det .bdshare2 a,
.FAQ-show .bdshare_det .bdshare2 .bds_more{width:36px!important;height:36px!important;margin:0 8px!important;padding:0!important;}
.FAQ-show .bdshare_det .bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat!important;}
.FAQ-show .bdshare_det .bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat!important;}
.FAQ-show .bdshare_det .bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat!important;}
@media screen and (max-width:991px){
	.FAQ-show{margin:20px 0;}
	.FAQ-show .pager{width:100%;margin:20px 0;}
	.FAQ-show .pager a{line-height:44px;}
}
@media screen and (max-width:767px){
	.FAQ-show{margin:20px 0;}
	.FAQ-show .title{padding:20px 0;font-size:18px;line-height:30px;}
	.FAQ-show .meta{width:100%;height:25px;margin:0;font-size:12px;line-height:25px;}
	.FAQ-show .content{font-size:12px;line-height:25px;padding:20px 0;}
	.FAQ-show .pager{width:100%;margin:20px 0;}
}
/*问答详情 结束*/



/*在线留言 开始*/
.guestbook{float:left;width:100%;margin:30px 0;padding:40px;border:1px solid #e6e6e6;border-radius:5px;border-top-width:5px;border-bottom-width:5px;box-shadow: 0px 2px 4px 0px rgba(32, 32, 32, 0.02);background:#fff;overflow:hidden;}
.gbook_left{float:left;width:45%;}
.gbook_left .contactDiv{float:left;width:100%;}
.gbook_left .contactDiv .cnName{float:left;width:100%;color:#333;font-size:28px;line-height:40px;}
.gbook_left .contactDiv .enName{float:left;width:100%;margin-top:6px;color:#333;font-size:15px;font-family:Arial;text-transform:uppercase;line-height:20px;}
.gbook_left .contactDiv .textC{float:left;width:100%;margin-top:30px;padding:18px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.gbook_left .contactDiv .textC .p1{float:left;width:100%;margin:14px 0;padding-left:20px;color:#333;font-size:16px;line-height:26px;}
.gbook_left .contactDiv .textC .p1 a{color:#333}
.gbook_left .contactDiv .textB{float:left;width:100%;margin-top:30px;position:relative;}
.gbook_left .contactDiv .textB .erQrcode{float:left;width:140px;height:140px;padding:9px;background:#fff;line-height:0;border:1px solid #eee;}
.gbook_left .contactDiv .textB .erQrcode img{width:120px;height:120px;}
.gbook_left .contactDiv .textB .erTxt{position:absolute;left:163px;bottom:0;}
.gbook_left .contactDiv .textB .erTxt .sp1{display:block;color:#3a3a3a;font-size:16px;line-height:30px;}
.gbook_left .contactDiv .textB .erTxt .sp2{display:block;color:#464646;font-size:12px;line-height:26px;}
.gbook_left .contactDiv .textB .erTxt .sp3{display:block;color:#999;font-size:12px;line-height:26px;}
.contact .bdmap{float:right;width:50%;height:520px;padding:2px;border:1px solid #eee;}
.contact .bdmap img{max-width:inherit!important;}
.contact .bdmap .iw_poi_title{color:#226f23;font-size:16px;}
.contact .bdmap .iw_poi_content{color:#333;font-size:12px;line-height:18px;margin-top:7px;}
@media screen and  (max-width:992px){
  .contact{float:right;width:100%;margin:10px 0;padding:15px;}
  .gbook_left{float:left;width:100%;}  
  .gbook_left .contactDiv{width:100%;}
  .gbook_left .contactDiv .cnName{font-size:18px;line-height:28px;}
  .gbook_left .contactDiv .enName{margin:5px 0;line-height:20px;}
  .gbook_left .contactDiv .textC{margin-top:10px;padding:10px 0;}
  .gbook_left .contactDiv .textC .p1{margin:5px 0;padding-left:15px;font-size:15px;line-height:22px;}
  .gbook_left .contactDiv .textB{display:none;}
}
/*联系我们 结束*/


.gbook_right{float:right;width:50%;}
.guestbook .gbook_right .lab{float:left;width:100%;}
.guestbook .gbook_right .lab .fm_0050{float:left;width:50%;padding:0 10px;}
.guestbook .gbook_right .lab .fm_0100{float:left;width:100%;padding:0 10px;}
.guestbook .gbook_right .lab .fm_280{width:280px;margin:0 auto;display:block;}
.fm_txt{float:left;width:100%;margin-top:10px;line-height:25px;color:#444;font-size:14px;text-transform:uppercase;}
.fm_txt em{font-size:12px;font-style:normal;line-height:32px;}
.fm_txt span{color:#ee3d0b;line-height:32px;}
.fm_input{float:left;width:100%;height:50px;padding:0 18px;border:1px solid #e6e6e6;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#333;font-size:14px;line-height:48px;-webkit-appearance:none;outline:0;}
.fm_textarea{float:left;width:100%;height:100px;padding:12px 18px;border:1px solid #e6e6e6;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#333;font-size:14px;line-height:24px;-webkit-appearance:none;outline:0;}
.fm_btn{float:left;width:100%;height:56px;margin-top:20px;line-height:56px;text-align:center;font-size:18px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-webkit-appearance:none;outline:0;border:none;background:#226f23;color:#fff;letter-spacing:1px;opacity:0.9;filter:alpha(opacity=90);}
.fm_btn:hover,
.fm_btn:focus{opacity:1;filter:alpha(opacity=100);}
.messageIn::-webkit-input-placeholder{color:#999!important;}
.messageIn:-moz-placeholder{color:#999!important;}
.messageIn::-moz-placeholder{color:#999!important;}
.messageIn:-ms-input-placeholder{color:#999!important;}
.help-block{float:left;width:100%;padding-top:8px;color:#999;font-size:12px;line-height:15px;text-align:center;}
.help-block span{color:#ee3d0b;font-size:13px;}
@media  screen and (max-width:767px){
  .guestbook{width:100%;margin:15px 0;padding:15px;}
  .gbook_right{float:left;width:100%;}
  .guestbook .gbook_right .lab .fm_0050{width:100%;padding:0;}
  .guestbook .gbook_right .lab .fm_0100{padding:0;}
  .guestbook .gbook_right .lab .fm_280{width:100%;}
  .fm_input{height:40px;padding:0 10px;line-height:38px;}
  .fm_textarea{height:100px;padding:10px 10px;line-height:20px;}
  .fm_btn{height:45px;line-height:45px;}
}
/*在线留言 结束*/

/*联系我们 开始*/
.contact{float:left;width:100%;margin:30px 0;padding:40px;border:1px solid #eee;border-radius:5px;border-top-width:5px;border-bottom-width:5px;box-shadow: 0px 2px 4px 0px rgba(32, 32, 32, 0.02);background:#fff;overflow:hidden;}
.contact .contactDiv{float:left;width:48%;}
.contact .contactDiv .cnName{float:left;width:100%;color:#333;font-size:28px;line-height:40px;}
.contact .contactDiv .enName{float:left;width:100%;margin-top:6px;color:#333;font-size:15px;font-family:Arial;text-transform:uppercase;line-height:20px;}
.contact .contactDiv .textC{float:left;width:100%;margin-top:30px;padding:18px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.contact .contactDiv .textC .p1{float:left;width:100%;margin:14px 0;padding-left:20px;color:#333;font-size:16px;line-height:26px;}
.contact .contactDiv .textC .p1 a{color:#333}
.contact .contactDiv .textB{float:left;width:100%;margin-top:30px;position:relative;}
.contact .contactDiv .textB .erQrcode{float:left;width:140px;height:140px;padding:9px;background:#fff;line-height:0;border:1px solid #eee;}
.contact .contactDiv .textB .erQrcode img{width:120px;height:120px;}
.contact .contactDiv .textB .erTxt{position:absolute;left:163px;bottom:0;}
.contact .contactDiv .textB .erTxt .sp1{display:block;color:#3a3a3a;font-size:16px;line-height:30px;}
.contact .contactDiv .textB .erTxt .sp2{display:block;color:#464646;font-size:12px;line-height:26px;}
.contact .contactDiv .textB .erTxt .sp3{display:block;color:#999;font-size:12px;line-height:26px;}
.contact .bdmap{float:right;width:50%;height:520px;padding:2px;border:1px solid #eee;}
.contact .bdmap img{max-width:inherit!important;}
.contact .bdmap .iw_poi_title{color:#226f23;font-size:16px;}
.contact .bdmap .iw_poi_content{color:#333;font-size:12px;line-height:18px;margin-top:7px;}
@media screen and  (max-width:992px){
  .contact{float:right;width:100%;margin:10px 0;padding:15px;}
  .contact .contactDiv{width:100%;}
  .contact .contactDiv .cnName{font-size:18px;line-height:28px;}
  .contact .contactDiv .enName{margin:5px 0;line-height:20px;}
  .contact .contactDiv .textC{margin-top:10px;padding:10px 0;}
  .contact .contactDiv .textC .p1{margin:5px 0;padding-left:15px;font-size:15px;line-height:22px;}
  .contact .contactDiv .textB{display:none;}
  .contact .bdmap{width:100%;height:360px;margin-top:20px;}
}
/*联系我们 结束*/


/*通用-列表翻页*/
.pagination-wrapper{float:left;width:100%;margin:20px 0;text-align:center;}
.pagination{float:left;width:100%;margin:10px 0 0;text-align:center;font-size:12px;overflow:hidden;}
.pagination span{display:inline-block;height:30px;margin-left:-1px;padding:0px 11px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a{display:inline-block;height:30px;margin-left:-1px;padding:0px 10px;border:solid 1px #e6e6e6;line-height:28px;background:#fff;}
.pagination a:hover{border:1px solid #226f23;background:#226f23;color:#fff;}
.pagination .current-page{border:1px solid #226f23;background:#226f23;color:#fff;}
@media screen and (max-width:767px){
.pagination-wrapper{margin:10px 0;}
}

/*footer*/
.footer{float:left;width:100%;padding:60px 0;position:relative;}
.footer .footer_contact{float:left;width:30%;}
.footer .footer_contact h5{float:left;width:100%;font-size:14px;color:#fff;line-height:28px;}
.footer .footer_contact h5 img{width:18px;margin:-3px 7px 0 0;vertical-align:middle;}
.footer .footer_contact h3{float:left;width:100%;margin-top:5px;font-size:36px;color:#fff;line-height:34px;font-family:Arial;font-weight:bold;}
.footer .footer_contact h4{float:left;width:100%;margin-top:12px;font-size:13px;color:#fff;line-height:24px;}
.footer .footer_contact .follow{float:left;width:100%;margin-top:36px;}
.footer .footer_contact .follow a{float:left;display:block;width:28px;height:28px;margin-right:10px;line-height:26px;text-align:center;border:solid 1px #fff;color:#fff;background-position:center center;position:relative;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;}
.footer .footer_contact .follow a i{font-size:14px;}
.footer .footer_contact .follow a:hover{background-color:#ee3d0b;border-color:#ee3d0b;}
.footer .footer_contact .follow a .ewm{position:absolute;left:50%;top:-130px;width:128px;height:128px;margin-left:-64px;background:url(../images/ewm_bg.png) center center no-repeat;background-size:contain;display:none;}
.footer .footer_contact .follow a .ewm img{width:110px;padding:12px 5px 5px 5px;}
.footer .footer_contact .follow a:hover .ewm{display:block;-webkit-animation:fadeInUp 1 0.5s 0s ease both;-moz-animation:fadeInUp 1 0.5s 0s ease both;}
.footer .footer_nav{float:left;width:50%;}
.footer .footer_nav dl{float:left;width:25%;padding-right:30px;}
.footer .footer_nav dl dt{float:left;width:100%;margin-bottom:15px;font-size:15px;color:#fff;line-height:30px;font-weight:normal;}
.footer .footer_nav dl dd{float:left;width:100%;font-size:13px;color:#fff;line-height:30px;opacity:0.8;}
.footer .footer_nav dl dd a{color:#fff;opacity:0.8;}
.footer .footer_nav dl dd a:hover{opacity:1;}
.footer .footer_ewm{float:right;width:160px;padding-top:8px;}
.footer .footer_ewm img{float:right;}
.footer .footer_ewm .ewm{float:left;width:120px;height:120px;padding:5px;background:#fff;border-radius:5px;}
.footer .footer_ewm .ewm img{width:110px;}
.footer .footer_ewm .footer_ewm_b{width:100%;float:left;height:29px;line-height:29px;text-align:center;margin-top:25px;background:#464a47;font-size:14px;color:#fff;-moz-border-radius:15px;-webkit-border-radius:15px;-khtml-border-radius:15px;border-radius:15px;}
.footer .footer_ewm .footer_ewm_b span{font-size:12px;margin-right:9px;font-family:"Microsoft Yahei";color:#fff;}
.friendlink{float:left;width:calc(100% - 280px);padding:15px 0;color:#fff;opacity:0.7;}
.friendlink a{display:inline-block; margin:0 3px; color:#fff;}
.tel{float:right;width:280px;padding:15px 0;font-size:15px;color:#fff;text-align:right;}
.copyright{float:left;width:100%;padding:15px 0;}
.copyright .copyright_l{float:left;font-size:14px;color:#fff;line-height:26px;font-family:Arial;opacity:0.6;}
.copyright .copyright_r{float:right;font-size:14px;line-height:26px;font-family:Arial;}
.copyright .copyright_r span{margin:0 10px;color:#fff;opacity:0.6;}
.copyright .copyright_r a{color:#fff;opacity:0.7;}
.copyright .copyright_r a:hover{opacity:0.9;}
@media screen and (max-width:991px){
  .footer{padding:36px 0 21px 0;}
  .footer .footer_nav{display:none;}
  .footer .footer_contact{float:left;width:50%;top:auto;position:relative;}
  .footer .footer_ewm{float:right;position:relative;top:auto;}
  .copyright{padding:10px 0;text-align:center;}
  .copyright .copyright_l{width:100%;font-size:12px;line-height:22px;}
  .copyright .copyright_r{width:100%;font-size:12px;line-height:22px;}
  .copyright .copyright_r span{margin:0 6px;}
}
@media screen and (max-width:767px){
  .footer{padding:26px 0 11px 0;}
  .footer .footer_contact h3{font-size:26px;line-height:24px;}
  .footer .footer_contact h4{margin-top:5px;font-size:12px;line-height:20px;}
  .footer .footer_contact .follow{margin-top:10px;}
  .footer .footer_contact .follow a{width:28px;height:28px;margin:0 6px 0 0!important;}
  .footer .footer_ewm{width:120px;}
  .footer .footer_ewm .ewm{width:90px;height:90px;}
  .footer .footer_ewm .ewm img{width:80px;height:80px;}
  .footer .footer_ewm > img{width:20px;}
  .friendlink{width:100%;}
  .tel{display:none;}
}

/*Leafcms客服代码 开始*/
.leafcms_kefu{position:fixed;width:56px;right:0;top:45%;z-index:999;}
.leafcms_kefu ul{float:left;width:100%;}
.leafcms_kefu ul li{float:right;width:56px;height:60px;margin-top:8px;text-align:center;}
.leafcms_kefu ul li .items{float:left;width:100%;height:100%;padding:10px 0;border-radius:2px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,0.16);vertical-align:middle;position:relative;}
.leafcms_kefu ul li .items i{font-size:23px;}
.leafcms_kefu ul li .items p{font-size:12px;letter-spacing:1px;}
.leafcms_kefu ul li:last-child .items p{letter-spacing:-1px;}
.leafcms_kefu ul li .items .img{width:90px;height:90px;right:30px;top:50%;margin-top:-45px;padding:5px;border-radius:3px;display:none;z-index:9;position:absolute;background:#226f23;}
.leafcms_kefu ul li .items .img em{position:absolute;top:50%;margin-top:-8px;right:-8px;display:inline-block;width:0;height:0;vertical-align:middle;border-left:10px solid #226f23;border-top:8px solid transparent;border-bottom:8px solid transparent;}
.leafcms_kefu ul li .items .img img{width:80px;height:80px;}
.leafcms_kefu ul li .items .txt{height:36px;right:20px;top:50%;margin-top:-18px;padding:0 16px;white-space:nowrap;border-radius:3px;font-size:15px;line-height:36px;text-align:center;color:#fff;background:#226f23;display:none;z-index:999;position:absolute;}
.leafcms_kefu ul li .items .txt em{position:absolute;top:50%;margin-top:-8px;right:-8px;display:inline-block;width:0;height:0;vertical-align:middle;border-left:8px solid #226f23;border-top:8px solid transparent;border-bottom:8px solid transparent;}
.leafcms_kefu ul li .items.on,
.leafcms_kefu ul li:hover .items{background:#226f23;box-shadow:0 1px 5px rgba(34,111,35,0.8);color:#fff;}
.leafcms_kefu ul li .items.on a,
.leafcms_kefu ul li:hover .items a{color:#fff;}
.leafcms_kefu ul li:hover .items .img{right:70px;display:block;box-shadow:0 0 5px rgba(34,111,35,0.8);}
.leafcms_kefu ul li:hover .items .txt{right:70px;display:block;box-shadow:0 0 5px rgba(34,111,35,0.8);}
@media screen and (max-width:991px){
    .leafcms_kefu{width:30px;right:0;top:45%;z-index:999;}
    .leafcms_kefu ul{float:left;width:100%;}
    .leafcms_kefu ul li{width:30px;height:30px;margin-top:5px;}
    .leafcms_kefu ul li .items{padding:5px 0;}
    .leafcms_kefu ul li .items i{font-size:18px;}
    .leafcms_kefu ul li .items p{display:none;}
    .leafcms_kefu ul li .items .img em{margin-top:-6px;right:-6px;border-left:6px solid #226f23;border-top:6px solid transparent;border-bottom:6px solid transparent;}
    .leafcms_kefu ul li .items .txt{height:30px;margin-top:-15px;padding:0 16px;font-size:13px;line-height:30px;}
    .leafcms_kefu ul li .items .txt em{margin-top:-6px;right:-6px;border-left:6px solid #226f23;border-top:6px solid transparent;border-bottom:6px solid transparent;}
    .leafcms_kefu ul li:hover .items .img{right:40px;}
    .leafcms_kefu ul li:hover .items .txt{right:40px;}
}
/*Leafcms客服代码 结束*/


/*筛选项导航*/
.retrieve{float:left;width:100%;height:auto;margin-bottom:15px;border:1px solid #e6e6e6;background:#fff;overflow:hidden;}
.retrieve ul{}
.retrieve li{float:left; width:100%;}
/*.retrieve li .d1{float:left; width:108px; height:85px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; text-align:center; line-height:85px; font-size:16px;}*/
.retrieve li .d1{float:left; width:108px;padding:7px 12px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; text-align:center; line-height:25px; font-size:16px;}
.retrieve li .d1 p{margin:5px 0 5px 1%;height:25pxline-height:25px; font-size:16px;}
/*.retrieve li:first-child .d1{width:108px; height:85px; line-height:85px;}*/
.retrieve i{margin-right:8px;}
.retrieve li .d2{padding:7px 12px; line-height:25px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.retrieve li .d2 a{display:inline-block; margin:5px 0 5px 1%; padding:0 8px; height:25px; text-align:center; line-height:25px; font-size:14px;}
.retrieve li .d2 .on{border-radius:3px;background:#226f23; color:#fff;}
.retrieve li:last-child .d1, .retrieve li:last-child .d2{border-bottom:none;}

@media  screen and (max-width:767px){
  .retrieve li .d2{padding:7px 5px;}
  .retrieve li .d2 a{margin:5px 0 5px 1%; padding:0 6px;}
  .retrieve li .d2 a:first-child{display:none;}
}