@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 #b91321;}
.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:#b91321;text-decoration:none;}
@media (min-width:768px){
	.container{width:768px;}
}
@media (min-width:992px){
	.container{width:992px;}
}
@media (min-width:1200px){
	.container{width:1200px;}
}
.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 60px;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:#b91321;}

/*下拉菜单（漂浮在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:#b91321;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:45px;color:#666;overflow:hidden;}
.sub .l2:hover .l2_a{color:#b91321;border-left:solid 2px rgba(185,19,33,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(185,19,33,0.8);font-size:16px;line-height:45px;color:#666;overflow:hidden;position:relative;}
.sub .l2 .l3_ul .l3:hover .l3_a{color:#b91321;border-left:2px solid rgba(185,19,33,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 ul .nli.on span a,
.menu ul .nli:hover span a{color:#b91321;border-color:#b91321;}
@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:#b91321;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:#b91321;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:#b91321;}
.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 #b91321;border-radius:3px;color:#b91321;font-size:14px;line-height:36px;}
.in-more a:hover{background:#b91321;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 .hd{float:left;width:100%;text-align:center;}
.in-product .hd ul{display:inline-block;vertical-align:top;}
.in-product .hd ul li{display:block;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-product .hd ul li.on{background:#b91321;}
.in-product .bd{float:left;width:100%;padding:20px 0 0;}
.in-product .bd ul{margin:0 -8px;}
.in-product .bd ul li{float:left;width:33.333%;padding:8px;}
.in-product .bd ul li .items{float:left;width:100%;padding:10px;border:solid 1px #e6e6e6;background:#fff;}
.in-product .bd ul li .items .img{float:left;width:100%;padding-bottom:70%;position:relative;overflow:hidden;}
.in-product .bd 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 .bd 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 .bd ul li .items .text{float:left;width:100%;}
.in-product .bd 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 .bd 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 .bd ul li .items:hover{border:solid 1px #b91321;box-shadow:0 1px 1px rgba(0,0,0,0.16);}
@media screen and (max-width:991px){
	.in-product .bd ul li{width:33.333%;}
}
@media  screen and (max-width:767px){
	.in-product{margin:18px 0;}
	.in-product .hd ul li{height:30px;margin:5px 2px;line-height:30px;font-size:13px;}
	.in-product .bd ul{margin:0 -5px;}
	.in-product .bd ul li{width:100%;padding:5px;}
	.in-product .bd ul li .items .text .tit{height:25px;font-size:14px;line-height:25px;}
	.in-product .bd ul li .items .text .des{height:40px;font-size:12px;line-height:20px;}
}
/*首页产品模块 结束*/


/*首页案例模块 开始*/
.in-case{float:left;width:100%;margin:38px 0;}
.in-case ul{margin:0 -8px;}
.in-case ul li{float:left;width:33.333%;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:33.333%;}
	.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:100%;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:#b91321;}
.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:#b91321;}
.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:#b91321;}
@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:63.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);}
@media screen and (max-width:1199px){
	.in-about{padding:53px 0 0 0;}
	.in-about .about_con{margin-top:34px;padding:0 0 60px 88px;}
	.in-about .about_con .about_l{left:0;bottom:48px;width:60px;}
	.in-about .about_con .about_r{width:72.14%;padding:50px 180px 56px 50px;}
	.in-about .about_con .about_r .aboutimg{position:absolute;top:50px;right:-38.81%;width:62.39%;box-shadow:0px 0 38px rgba(0,0,0,0.25);}
}
@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%;}
}
@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;}
}
/*首页公司简介 结束*/

/*内页当前位置  开始*/
.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:#b91321;}
@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 20px;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:#b91321;}
@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;}
}
/*单页详情  结束*/


/*产品列表  开始*/
.list-product{float:left;width:100%;padding:20px 0;}
.list-product ul{margin:0 -8px;}
.list-product ul li{float:left;width:33.333%;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 #b91321;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{font-size:18px;vertical-align:middle;}
.product-show .text .tit a:hover{color:#b91321;}
.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:#b91321;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:120px;height:120px;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{width:95px;margin-top:10px;}
.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:#b91321;border-top:2px solid #b91321;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:#b91321;}
@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:33.333%;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:#b91321;}
.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:204px;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:240px;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:#b91321;box-shadow:9px 10px 46px rgba(0,0,0,0.09);}
.list-news ul li .items:hover .text .tit{color:#b91321;}
@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 .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:#b91321;}
.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;}
}
/*新闻详情 结束*/

/*在线留言 开始*/
.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;}
.guestbook .lab{float:left;width:100%;}
.guestbook .lab .fm_0050{float:left;width:50%;padding:0 10px;}
.guestbook .lab .fm_0100{float:left;width:100%;padding:0 10px;}
.guestbook .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:#b91321;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;}
  .guestbook .lab .fm_0050{width:100%;padding:0;}
  .guestbook .lab .fm_0100{padding:0;}
  .guestbook .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:#b91321;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 #b91321;background:#b91321;color:#fff;}
.pagination .current-page{border:1px solid #b91321;background:#b91321;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:100%;padding:15px 0;color:#fff;opacity:0.7;}
.friendlink a{display:inline-block; margin:0 3px; color:#fff;}
.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;}
}

/*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:#b91321;}
.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 #b91321;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:#b91321;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 #b91321;border-top:8px solid transparent;border-bottom:8px solid transparent;}
.leafcms_kefu ul li .items.on,
.leafcms_kefu ul li:hover .items{background:#b91321;box-shadow:0 1px 5px rgba(185,19,33,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(185,19,33,0.8);}
.leafcms_kefu ul li:hover .items .txt{right:70px;display:block;box-shadow:0 0 5px rgba(185,19,33,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 #b91321;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 #b91321;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客服代码 结束*/