/*全局样式*/
@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;-webkit-appearance: none !important;}
.no-padding {padding: 0 !important;}
.no-margin {margin: 0 !important;}
.no-background{ background:none !important;}
.no-border{ border:none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.imgvertical{vertical-align:middle !important;}
.container-fluid{max-width:1230px !important;}
.clear{clear:both;width:0;height:0;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sx{cursor:pointer;}
.w100{width:100% !important}
.h100{height:100% !important;}
.clearfix:before,.clearfix:after {display: table;content:'';}
.clearfix:after { clear: both; }
.clearfix { *zoom:1;}

/*头部*/
header .top{border-bottom:1px solid #e8e8e8; background:#fafafa}
header .top h5{line-height:30px;font-size:12px;color:#777;}
header .top .right{text-align:right;}
header .top .phone{display:inline-block; background:url(../images/icon1.png) no-repeat left center; padding-left:28px; font-size:12px; color:#98c83f; position:relative; top:-5px}
header .top .phone b{font-size:18px; color:#ffbb00; letter-spacing:-1px}
header .top ul{display:inline-block;}
header .top ul li{float:left;line-height:30px;}
header .top ul li a{font-size:12px;color:#777;border-left:1px solid #c3c3c3;padding-left:10px;margin-left:10px;transition:all .3s;}
header .top ul li:first-child a{border:none;}
header .top ul li a:hover{color:red;}

header .logo_box{height:110px;}
header .logo_box .logo{line-height:110px; width:38%}
header .logo_box .logo img{max-width:100%;}
header .right{width:62%;}

/*PC端导航*/
nav{position:relative;}
nav a{color:#333;font-size:15px; position:relative}
nav a:before{content:""; position:absolute; left:50%; top:calc(50% + 20px); background:url(../images/nav-hover.png) no-repeat; width:58px; height:8px; margin-left:-29px; opacity:0; transition:all 0.3s}
/*一级导航*/ 
nav ul li{float:left;width:14.28%;text-align:center;position:relative;line-height:110px;}
nav ul li span{margin-left:5px;}
nav ul li a{display:block;position:relative;}
nav ul li a:hover,nav ul li a.active{color:#81bc12;}
nav ul li a:hover:before,nav ul li a.active:before{opacity:1;}

/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:calc(50% + 28px);z-index:100;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:40px;border:none;background:#6d7278;}
nav ul li ul li a{color:#fff;}
nav ul li ul li a:hover{background:rgba(129,188,18,0.9); color:#fff}


/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner .img{margin:0 auto;position:relative;}
#myCarousel .carousel-control {font-size:100px;}
#myCarousel .carousel-control.left{background-image: none;left:-50%;}
#myCarousel .carousel-control.right{background-image: none;right:-50%;}
#myCarousel:hover .carousel-control.right{right:0;}
#myCarousel:hover .carousel-control.left{left:0;}
.carousel-indicators li{width:15px;height:15px;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*搜索框*/
.sousuo{position:relative;}
.sousouo_box{position:relative;padding-right:310px;}
.sousuo ul li{line-height:50px;display:inline;font-size:14px; color:#5a5a5a;border-right:1px solid #333;padding-right:10px;margin-right:10px;}
.sousuo ul li img{margin-right:8px;}
.sousuo ul li:first-child{border:none;padding:0;margin:0;}
.sousuo ul li:last-child{border:none;padding:0;margin:0;}
.sousuo ul li a{color:#5a5a5a;}
.sousuo ul li a:hover{color:#ffbb00;}
.sousuo form{position:absolute;top:11.5px;right:0;z-index:10;}
.sousuo form input{width:243px;height:30px;border:1px solid #d5d5d5;padding:0 10px;border-radius:0;}
.sousuo form button{width:52px;height:30px;padding:0;color:#fff;font-size:12px;border:none;background:#81bc12 url(../images/icon2.png) no-repeat center center;}

/*共用内容*/
.title{margin:0 0 20px 0;position:relative;box-shadow:0 4px 0 #d6ecbc;background:#89c93f;}
.title h5{line-height:48px;font-size:18px;color:#fff; font-weight:bold}
.title h5 img{margin:0 12px 0 24px;}
.title a{position:absolute;top:0;right:20px;line-height:48px;color:#fff;}
.title a img{margin-left:5px;}
.title2{position:relative;}
.title2 h5{font-size:21px;color:#222;line-height:40px;padding-right:50px;}
.title2 h5 span{font-size:12px;color:#888;}
.title2 a{position:absolute;font-size:12px;color:#676767;line-height:40px;top:0;right:0;}
.title2 a:hover{color:red;}
.cp-2 .title{box-shadow:0 4px 0 #b9ede0;background:#36cca5;}
.cp-3 .title{box-shadow:0 4px 0 #bff2d0;background: #49d979;}
.cp-4 .title{box-shadow:0 4px 0 #b4dffa;background: #27a4f0;}
/*.cp-5 .title{box-shadow:0 4px 0 #a06828;background: #e7973c;}
.cp-6 .title{box-shadow:0 4px 0 #027094;background: #15ade0;}
.cp-7 .title{box-shadow:0 4px 0 #1f8447;background: #4edd87;}
.cp-8 .title{box-shadow:0 4px 0 #575c62;background: #868c93;}*/


/*产品*/
.cp_box{background:#f3f3f4;overflow-x:hidden;padding:25px 0 40px 0;}
.cp{background:#fff; border:1px solid #e5e5e5; padding:2px; margin-bottom:30px}
.cp ul{margin:0 10px 10px;}
.cp ul li{width:25%;float:left;padding:0 10px 20px 10px;}
.cp_con{display:block;background:#fff;}
.cp_con .imgbox{overflow:hidden;border:1px solid #eaeaea; border-bottom:0}
.cp_con .text_box{text-align:center;padding:20px 0; background:#f7f7f7}
.cp_con .text_box h5{font-size:16px;color:#81bc12; font-weight:bold}
.cp_con .text_box b{display:block;width:91px;line-height:28px;border:1px solid #e4e4e4;font-size:13px;color:#333;margin:10px auto 0;font-weight:normal;}

.cp-2 .text_box h5{color:#36cca5;}
.cp-3 .text_box h5{color:#49d979;}



.liucheng{padding-bottom:30px;}
.liucheng .row{margin:0 !important}
.liucheng .col-md-2{padding:0 !important}
.liucheng .biaoti{text-align:center; font-size:30px; color:#333; margin:20px 0 35px; text-transform:uppercase; background:url(../images/biaoti.png) no-repeat bottom center; padding-bottom:20px;}
.liucheng .biaoti h4{font-size:24px; color:#81bc12; font-weight:bold;}
.liucheng .imgbox{text-align:center; font-size:15px; padding:0 10px; border-right:1px dashed #ccc; margin-bottom:10px}
.liucheng .imgbox .yuan{width:115px; height:115px; background:#fff; border:1px solid #4db9dd; border-radius:50%; margin:0 auto; padding:6px; position:relative; z-index:2}
.liucheng .imgbox .yuan .tu{width:100%; height:100%; background:#4db9dd; border-radius:50%;display:flex;justify-content:center;align-items:center;}
.liucheng .imgbox .tubiao{margin:12px 0;}
.liucheng .col-md-2:nth-child(1) .imgbox{border-left:1px dashed #ccc;}
.liucheng .col-md-2:nth-child(2) .imgbox .yuan{border-color:#e27e7e;}
.liucheng .col-md-2:nth-child(2) .imgbox .yuan .tu{background:#e27e7e;}
.liucheng .col-md-2:nth-child(3) .imgbox .yuan{border-color:#7ec58d;}
.liucheng .col-md-2:nth-child(3) .imgbox .yuan .tu{background:#7ec58d;}
.liucheng .col-md-2:nth-child(4) .imgbox .yuan{border-color:#7ec58d;}
.liucheng .col-md-2:nth-child(4) .imgbox .yuan .tu{background:#7ec58d;}
.liucheng .col-md-2:nth-child(5) .imgbox .yuan{border-color:#e2769a;}
.liucheng .col-md-2:nth-child(5) .imgbox .yuan .tu{background:#e2769a;}
.liucheng .col-md-2:nth-child(6) .imgbox .yuan{border-color:#4ddd86;}
.liucheng .col-md-2:nth-child(6) .imgbox .yuan .tu{background:#4ddd86;}



.case .hezi{padding:0 15px;}
.case .row{margin:0 -10px !important}
.case .col-md-3{padding:0 10px !important}
.case .imgbox{display:block; background:#f3f3f3; padding:4px;text-align:center; margin-bottom:20px}
.case .imgbox .tu{overflow:hidden;}
.case .imgbox h5{font-size:15px; color:#333; line-height:40px;}





/*最新资讯 */
.zxzx ul{background:#fff;padding:5px 15px 15px 15px;border:1px solid #ddd;}
.zxzx ul li .news1{display:none;position:relative;padding-top:10px;}
.zxzx ul li .news1 .imgbox{width:185px;height:143px;overflow:hidden;}
.zxzx ul li .news1 .imgbox .img{width:100%;height:100%;}
.zxzx ul li .news1 .text_box{margin-left:200px;}
.zxzx ul li .news1 .text_box h5{font-size:17px;color:#333;line-height:28px;}
.zxzx ul li .news1 .text_box .text{font-size:13px;line-height:24px;color:#888;height:72px;overflow:hidden;margin-top:5px;}
.zxzx ul li .news1 span{display:block;width:100px;line-height:26px;background:#ffbb00;text-align:center;font-size:12px;color:#fff;position:absolute;bottom:0;left:200px;}
.zxzx ul li .news3{font-size:15px;color:#666;line-height:38px;border-bottom:1px dashed #d4d4d4;position:relative;padding:0 90px 0 10px;}
.zxzx ul li .news3:before{content:"";width:4px;height:4px;background:#666;position:absolute;top:50%;left:0;margin-top:-2px;border-radius:50%;}
.zxzx ul li .news3 span{font-size:13px;color:#999;position:absolute;top:0;right:0;line-height:38px;}
.zxzx ul li.active .news1{display:block;}
.zxzx ul li.active .news3{display:none;}

/*公司简介*/
.gsjj-box{padding:0 2px;}
.gsjj-box .zxzx,.gsjj-box .gywm{width:36%;float:left;padding:0 13px;}
.gsjj-box .lxwm{width:28%;float:left;padding:0 13px;}
.gywm .con{display:block;background:#fff;border:1px solid #ddd;padding:15px;}
.gywm .con .text{font-size:13px;line-height:22px;color:#777;padding-bottom:20px;height:377px;overflow:hidden;}
.gywm .con .text img{margin-right:10px;width:214px;height:143px;}
.gywm .con:hover .text{color:#000;}
.lxwm .con{background:#fff;border:1px solid #ddd;padding:15px;}
.lxwm .con .ditu{border:1px solid #ccc;position:relative;height:175px;}
.lxwm .con .ditu img{width:100%;}
.lxwm .con .text{line-height:24px;color:#676767;word-break:break-all;word-wrap:break-word;height:192px;overflow:auto;margin-top:10px;}

/*页脚*/
footer{color:#fff;line-height:25px;background:#81bc12;}
footer a{color:#fff;}
footer a:visited{color:#fff;}
footer a:hover,footer ul li:first-child dl dd a:hover{text-decoration:underline !important;color:#fff;}
footer ul{padding:30px 0;}
footer ul li{width:30%;float:left;}
footer ul li:first-child{width:40%;}
footer ul li:first-child dl{width:25%;float:left;}
footer ul li:first-child dl dt{font-size:18px;font-weight:normal;line-height:35px;}
footer ul li:first-child dl dd{line-height:30px;}
footer ul li:first-child dl dd a{color:#fff;}
footer ul li:nth-child(2){text-align:center;border-left:1px solid #a4d646;border-right:1px solid #a4d646;}
footer ul li:nth-child(2) .weixin{display:inline-block;margin:0 5px;}
footer ul li:nth-child(2) .weixin img{width:125px;height:125px;}
footer ul li:nth-child(2) .weixin p{line-height:30px;}
footer ul li:nth-child(3){text-align:right;}
footer ul li:nth-child(3) .text_box{display:inline-block;text-align:left;}
footer ul li:nth-child(3) h5{font-size:18px;font-weight:bold;line-height:30px;}
footer ul li:nth-child(3) .text{line-height:30px;color:#fff;word-break:break-all;word-wrap:break-word;margin:5px 0;}
footer ul li:nth-child(3) .tel{font-size:30px;font-weight:bold;color:#fff600;}
footer ul li:nth-child(3) .tel img{margin-right:5px;}
footer .bottom{text-align:center;border-top:1px solid #9ac941;padding:20px 0;}

/*内页左侧*/
.neiye{padding:50px 0;background:#f3f3f4;}
.neiye .title4{background:#81bc12;position:relative;line-height:45px;}
.neiye .title4 .span1{position:absolute;line-height:45px;left:20px;color:#fff;top:1px;}
.neiye .title4 h5{line-height:45px;padding-left:50px;color:#fff;font-size:18px;}
.neiye .title4 h5 .span2{font-size:13px;margin-left:5px;color:rgba(255,255,255,0.7);}
.neiye .title4 .span3{position:absolute;top:0;line-height:45px;right:15px;color:#fff;font-size:18px;}
.neiye .title4 i{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2;}
.neiye .nav_box .nav2{display:block;line-height:44px;border:1px solid #d9d9d9;color:#000;background:#fff;}
.neiye .nav_box .nav2 .span4{margin:0 30px 0 15%;color:#d0d0d0;}
.neiye .nav_box .nav2:hover,.neiye .nav_box .nav2.active{color:#f4b302;font-weight:bold;}
.neiye .nav_box .nav2:hover .span4,.neiye .nav_box .nav2.active .span4{color:#f4b302;}
.neiye .nav1 ul{display:none;}
.neiye .nav1 ul.ul1{display:block;}
.neiye .nav1 ul li a{display:block;line-height:40px;font-size:12px;color:#6a6a6a;position:relative;padding-left:30%;}
.neiye .nav1 ul li a .span5{position:absolute;top:0;left:20%;line-height:40px;}
.neiye .nav1 ul li a:hover,.neiye .nav1 ul li a.active{background:#000;color:#fff;}
.neiye .lxfs{margin-top:25px;}
.neiye .lxfs .text{background:#fff;padding:15px;font-size:13px;line-height:27px;border:1px solid #d9d9d9;}
.neiye .title5{border-bottom:1px solid #d9d9d9;padding-bottom:10px;margin-bottom:20px;}
.neiye .title5 h5{font-size:16px;color:#555;font-weight:bold;}
.neiye .title5 p{font-size:13px;color:#777;}
.neiye .title5 p a{color:#777;}
.neiye .title5 p a:hover{color:#000;}
.neiye .title5 p span{color:#777;}


.dao{background:#fff; border:1px solid #e8e8e8; padding:15px 20px; margin-bottom:25px;font-size:15px; color:#333;}
.dao a{color:#333; margin:0 10px}
.dao a:hover,.dao a.active{color:#81bc12; font-weight:bold;}

.show-main img{max-width:100%; height:auto; display:block; margin:10px auto 20px;}
.show-main h4{font-size:18px; line-height:30px; text-align:center; margin-bottom:10px !important}


/*详情页*/
.xqy .bt{font-size:16px;font-weight:bold;text-align:center;margin:10px 0;}
.xqy .rq{color:#999;text-align:center;line-height:30px;border-bottom:1px dashed #999;}
.xqy img{display:block;max-width:100%;margin:20px auto;}
.xqy .text{line-height:25px;}

/*附图新闻内页*/
.xwzx-ny .news2{display:block;border-bottom:1px solid #d9d9d9;padding-bottom:20px;margin-bottom:20px;}
.xwzx-ny .news2:last-child{border:none;}
.xwzx-ny .news2 .imgbox{width:266px;height:176px;overflow:hidden;}
.xwzx-ny .news2 .img{width:100%;height:100%;}
.xwzx-ny .news2 .text_box{margin-left:280px;}
.xwzx-ny .news2 .text_box h5{font-size:16px;line-height:20px;font-weight:bold;color:#4b4a4a;}
.xwzx-ny .news2 .text_box p{font-size:12px;color:#999;margin:5px 0;}
.xwzx-ny .news2 .text_box .text{color:#4f4f4f;line-height:25px;height:75px;overflow:hidden;}
.xwzx-ny .news2 .text_box span{display:block;width:90px;line-height:28px;background:#999;color:#fff;font-size:12px;text-align:center;margin:20px 0 0 0;}

/*产品内页*/
.cpzs_ny ul,.cpzs_xq .bottom ul{margin:0 -10px;}
.cpzs_ny ul li,.cpzs_xq .bottom ul li{width:25%;float:left;padding:0 10px 20px 10px;}
.cpzs_ny .cp_con{padding:4px;}
.cpzs_ny .cp_con .text_box{background:#fff;}

.cpzs_xq .top{background:#f7f7f7;border:1px solid #e5e5e5;padding:18px;}
.cpzs_xq .top .imgbox{width:50%;}
.cpzs_xq .top .text_box1{width:50%;padding:0 30px;}
.cpzs_xq .top .text_box1 h5{font-size:20px;font-weight:bold;border-bottom:1px solid #e3e0e0;padding-bottom:20px;}
.cpzs_xq .top .text_box1 .text{font-size:15px;line-height:32px;color:#777;height:256px;overflow:auto;}
.cpzs_xq .top .text_box1 .text span{color:#000;}
.cpzs_xq .top .text_box1 .an{display:block;width:130px;line-height:40px;background:#ff7800;font-size:18px;text-align:center;color:#fff;margin-top:20px;}
.cpzs_xq .top .text_box1 .an:hover{background:#a5530a;}
.cpzs_xq .title6{line-height:45px;font-size:16px;color:#555;padding-left:17px;background:#fff;}
.cpzs_xq .text_box2{margin:30px 0;border:1px solid #e5e5e5;background:#f7f7f7;}
.cpzs_xq .text_box2 .text{line-height:30px;color:#636363;padding:20px 15px;}
.cpzs_xq .bottom{border:1px solid #e5e5e5;background:#e8e8ea;}
.cpzs_xq .bottom ul{padding:20px 20px 0 20px;}


/*移动端底部热点链接*/
.hot{height:50px; background:#4d5258; position:fixed; bottom:0; left:0; z-index:2000;border-top:1px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot .iconfont{font-size:18px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.dbbox{position:fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }

/*媒体查询开始*/
@media (max-width:1199px){
.cp ul li{width:33.33%;}
.gsjj-box .zxzx,.gsjj-box .gywm,.gsjj-box .lxwm{width:100%;}
.gsjj-box .gywm{margin:15px 0;}
.cpzs_ny ul li,.cpzs_xq .bottom ul li{width:33.33%;}
}

@media (min-width:992px){
.cp_con:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.cp_con:hover .text_box{background:#eaeaea;}
.cp_con:hover b{background:#81bc12;color:#fff;border-color:#81bc12;}
.cp-2 .cp_con:hover b{background:#36cca5;border-color:#36cca5;}
.cp-3 .cp_con:hover b{background:#49d979;border-color:#49d979;}
.case .imgbox:hover{background:#e1e0e0;}
.xwzx-ny .news2:hover .img,.case .imgbox:hover .img,.zxzx ul li .news1:hover .img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1,1.1);}
.zxzx ul li .news1:hover h5{color:#ffbb00;}
.xwzx-ny .news2:hover span{background:#f4b302;}
.cpzs_ny .cp_con:hover .text_box{background:#fff;}
}

@media (max-width:991px){
header .logo_box{height:100px;}
header .logo_box .logo{line-height:100px; width:auto}
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;margin-bottom:3px;background:#333;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:35px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#333;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#333;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.neiye .title4 .span1{display:none;}
.neiye .title4 h5{padding-left:20px;}
.neiye .title4 h5 .span2{display:none;}
.neiye .nav_box .nav2{text-align:center;padding:0 10px;}
.neiye .nav_box .nav2 .span4{display:none;}
.neiye .nav1 ul.ul1{display:none;}
.neiye .nav1 ul li a{text-align:center;}
.neiye .nav1 ul li a .span5{display:none;}
.neiye .nav_box{margin-bottom:20px;}
.neiye{padding:20px 0;}
footer ul li{width:100%;}
footer ul li:nth-child(2){border:none;height:auto !important;}
footer ul li:nth-child(3) .text_box{display:block;text-align:center;margin-top:20px;}
.cpzs_xq .top{padding:15px;}
.cpzs_xq .top .imgbox{width:100%;}
.cpzs_xq .top .text_box1{width:100%;padding:0;margin-top:30px;}
.liucheng .imgbox{margin-bottom:20px;}
.liucheng .col-md-2:nth-child(4) .imgbox{border-left:1px dashed #ccc}
}

@media (max-width:767px){
header .sjdnav{top:80px;}
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
header .logo_box .logo img{height:62px;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:1px;}
.carousel-indicators .active{width:10px;height:10px;margin:1px;}
header .logo_box{height:auto;}
header .logo_box .logo{line-height:80px;width:75%;}
.sousouo_box{padding:10px 0;text-align:center;}
.sousuo form{position:static;margin:0 auto;display:inline-block;}
.title{margin:0 0 15px;}
.title h5{line-height:40px;font-size:20px;color:#fff;padding-right:80px;}
.title a{line-height:40px;}
.title2 h5{font-size:20px;}
.cp_box{padding:15px 0 30px 0;}
.cp ul{margin:0 5px 5px;}
.cp ul li{width:50%;padding:0 5px 10px 5px;}
.cp_con .text_box{padding:10px 0;}
.cp_con .text_box h5{font-size:14px;}
.cp_con .text_box p{font-size:12px;margin:5px 0;}
.cp_con .text_box b{font-size:12px;}
.gsjj-box{margin-top:10px;}
.cpzs_ny ul,.cpzs_xq .bottom ul{margin:0 -5px;}
.cpzs_ny ul li,.cpzs_xq .bottom ul li{width:50%;padding:0 5px 10px 5px;}
.cpzs_xq .top .text_box1 h5{font-size:18px;padding-bottom:10px;}
.cpzs_xq .top .text_box1 .an{margin:20px auto 0 auto;}
.cpzs_xq .bottom ul{padding:10px 10px 0 10px;}
.liucheng .col-md-2:nth-child(3) .imgbox,.liucheng .col-md-2:nth-child(5) .imgbox{border-left:1px dashed #ccc}
.liucheng .col-md-2:nth-child(4) .imgbox{border-left:0}
.case .hezi{padding:0 10px;}
.case .row{margin:0 -5px !important}
.case .col-md-3{padding:0 5px !important}
.case .imgbox{padding:2px;margin-bottom:10px}
.case .imgbox h5{font-size:14px; line-height:35px;}
}

@media (max-width:600px){
.xwzx-ny .news2 .imgbox{width:120px;height:90px;}
.xwzx-ny .news2 .text_box{margin-left:130px;}
.xwzx-ny .news2 .text_box h5{font-size:14px;}
.xwzx-ny .news2 .text_box p{margin:5px 0 0 0;}
.xwzx-ny .news2 .text_box .text{height:45px;}
.xwzx-ny .news2 .text_box span{display:none;}

.liucheng .biaoti{font-size:25px;margin:0 0 35px;padding-bottom:18px;}
.liucheng .biaoti h4{font-size:21px;}
.liucheng .imgbox{margin-bottom:12px;}
.liucheng .imgbox .yuan{width:100px; height:100px; padding:3px}
.liucheng .imgbox .tubiao{margin:8px auto;}
}

@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
header .logo_box .logo{line-height:60px;}
header .logo_box .logo img{height:50px;}
.sousuo form input{width:200px;}
.sousuo form button{width:40px;}
.zxzx ul li .news1 .imgbox{width:120px;height:90px;}
.zxzx ul li .news1 .text_box{margin-left:130px;}
.zxzx ul li .news1 .text_box h5{font-size:14px;line-height:25px;padding-right:0;}
.zxzx ul li .news1 .text_box p{display:none;}
.zxzx ul li .news1 .text_box .text{font-size:12px;line-height:20px;height:60px;}
.zxzx ul li .news1 span{display:none;}
.zxzx ul li .news3{font-size:14px;}
.gywm .con .text img{margin-right:10px;width:120px;height:90px;}

footer ul li:nth-child(2) .weixin img{width:120px;height:120px;}

.liucheng .imgbox{font-size:14px;}
.liucheng .imgbox .yuan{width:90px; height:90px; padding:2px}
}
