/*全局样式*/
@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;}
.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:1130px !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;}

/*头部*/
header .logo{line-height:120px;}
header .top .sou{margin:33px 0 0 90px;width:262px;}
header .top .sou form input{width:218px;line-height:36px;background:#ededed;padding:0 10px;border:none;border-bottom-left-radius:5px;border-top-left-radius:5px;}
header .top .sou form button{width:44px;line-height:36px;background:#f0990f;border:none;color:#fff;border:none;border-bottom-right-radius:5px;border-top-right-radius:5px;}
header .top .sou p{font-size:12px;color:#999;margin-top:3px;}
header .top .right ul{margin:25px 0 15px 0;}
header .top .right ul li{float:left;}
header .top .right ul li a{font-size:12px;color:#555;border-left:1px solid #dedede;padding-left:5px;margin-left:5px;}
header .top .right ul li:first-child a{padding:0;border:none;margin:0;}
header .top .right ul li a:hover{color:#ff0000;}
header .top .right .tel span{font-size:36px;color:#ff0000;margin:0 10px 0 0;}
header .top .right .tel p{color:#1b2329;}
header .top .right .tel h5{font-size:22px;color:#ff0000;}

/*PC端导航*/
nav{position:relative;background:#1b2329;}
nav a{color:#fff !important;}
/*一级导航*/ 
nav ul li{float:left;width:14.28%;text-align:center;position:relative;line-height:50px;border-right:1px solid #32393f;}
nav ul li:first-child{border-left:1px solid #32393f;}
nav ul li a{display:block;position:relative;}
nav ul li a:hover,nav ul li a.active{background:#f0990f;}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:40px;border:none;background:#1b2329;border:none;}
nav ul li ul li:first-child{border:none;}

/*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;background:rgba(255,255,255,0.4);margin:0 3px;border-radius:50%;}
.carousel-indicators .active{width:15px;height:15px;background-color:#fff;}

/*共用内容*/
.title{margin:50px 0 30px 0;text-align:center;}
.title h5{font-size:30px;font-weight:bold;color:#333;}
.title h5 span{font-weight:normal;margin-left:5px;}
.title .bx{width:140px;height:2px;background:#f0990f;margin:10px auto;}
.title p{font-size:12px;color:#999;}

/*服务项目*/
.fwxm-con{display:block;text-align:center;}
.fwxm-con .imgbox{width:192px;height:192px;border-radius:50%;border:6px solid #ccc;position:relative;z-index:1;margin:0 auto;overflow:hidden;}
.fwxm-con .img{width:100%;height:100%;border-radius:50%;}
.fwxm-con h5{font-size:18px;font-weight:bold;color:#333;margin:10px 0;}
.fwxm-con p{background:#b3b3b3;width:115px;line-height:30px;color:#fff;margin:0 auto;border-radius:5px;}
.fwxm-con:hover .imgbox{border-color:#f0990f;}
.fwxm-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);}
.fwxm-con:hover p{background:#f0990f;}

/*公司简介*/
.gsjj{background:url(../images/gsjj_bg.jpg) center center;background-size:cover;margin-top:50px;padding-bottom:50px;}
.gsjj .title h5,.gsjj .title p{color:#fff;}
.gsjj .img{border:3px solid #fff;}
.gsjj .text_box h5{font-size:22px;color:#fff;margin-top:5px;}
.gsjj .text_box .text{line-height:28px;color:#fff;height:160px;overflow:hidden;margin:25px 0;}
.gsjj .text_box .an1{display:block;width:100%;line-height:30px;background:#f0990f;border-radius:5px;text-align:center;color:#fff;}
.gsjj .text_box .an1:hover{background:#209ed2}

/*产品中心*/
.cpzx{background:#ededed;padding-bottom:26px;}
.cpzx .cpzx_pad{padding:0 5px;}
.cpzx-con{display:block;margin:0 10px 20px 10px;}
.cpzx-con .imgbox{overflow:hidden;}
.cpzx-con h5{font-size:16px;color:#222;text-align:center;padding:0 5px;line-height:39px;border:1px solid #ccc;margin-top:4px;background:#fff;}
.cpzx-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);}
.cpzx-con:hover h5{background:#f0990f;color:#fff;border-color:#f0990f;}

/*横幅1*/
.ad1{background:url(../images/bg1.jpg) center center;background-size:cover;}
.ad1 .ad1-con img{max-width:100%;}
.ad1 .ad1-con .img1{width:30%;line-height:185px;}
.ad1 .ad1-con .img2{width:40%;line-height:185px;}
.ad1 .ad1-con .tel{width:30%;margin:55px 0 0 0;}
.ad1 .ad1-con .tel a{display:block;width:115px;line-height:35px;background:#ff0008;color:#fff;text-align:center;}
.ad1 .ad1-con .tel a:hover{background:#209ed2;}
.ad1 .ad1-con .tel p{color:#fff;}
.ad1 .ad1-con .tel p span{font-size:24px;font-weight:bold;}

/*新闻动态*/
.xwdt{background:#ededed;padding-bottom:30px;}
.xwdt .xwdt-box{margin:0 -10px;}
.xwdt .xwdt-box .col-lg-3{padding:0;}
.xwdt .title{margin:50px 0 115px 0;}
.xwdt-con{display:block;background:#fff;padding:15px;margin:0 10px 20px 10px;}
.xwdt-con .imgbox{width:176px;height:176px;overflow:hidden;border-radius:50%;position:relative;z-index:1;margin:-95px auto 0 auto;}
.xwdt-con .img{width:100%;height:100%;border-radius:50%;}
.xwdt-con .text_box h5{font-size:20px;color:#111;text-align:center;margin-top:17px;}
.xwdt-con .text_box p{font-size:15px;color:#a5a5a5;margin:5px 0;text-align:center;}
.xwdt-con .text_box span{display:block;width:44px;height:2px;background:#757575;margin:5px auto 15px auto;}
.xwdt-con .text_box .text{font-size:13px;color:#666;line-height:25px;height:125px;overflow:hidden;}
.xwdt-con:hover{background:#f0990f}
.xwdt-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);}
.xwdt-con:hover .text_box h5,.xwdt-con:hover .text_box p,.xwdt-con:hover .text_box .text{color:#000;}

/*横幅2*/
.ad2{background:url(../images/bg2.jpg) center center;background-size:cover;}
.ad2 ul li{width:33.33%;line-height:115px;}
.ad2 ul li img{max-width:100%;}
.ad2 ul li:nth-child(2){text-align:right;}
.ad2 ul li:last-child{text-align:right;}

/*合作客户*/
.hzkh{background:#ededed;padding-bottom:50px;}
.hzkh .hzkh_pad{padding:0 10px;}
.hzkh-con{display:block;border:1px solid #ccc;background:#fff;margin:0 5px;}
.hzkh-con:hover{border-color:red;}

/*联系我们*/
.lxwm{background:url(../images/bg4.jpg) center center;background-size:cover;padding-bottom:60px;}
.lxwm .title h5,.lxwm .title p{color:#fff;}
.lxwm .bt{font-size:16px;color:#fff;}
.lxwm .text1{line-height:22px;color:#fff;margin:28px 0 20px 0;}
.lxwm .weixin_box img{width:138px;height:138px;}
.lxwm .weixin_box .text2{margin-left:164px;line-height:23px;color:#fff;}
.lxwm form input{width:100%;line-height:36px;border:1px solid #999;border-radius:10px;padding:0 15px;margin-bottom:10px;}
.lxwm form textarea{width:100%;height:106px;border:1px solid #999;border-radius:10px;padding:15px;}
.lxwm form button{display:block;width:150px;line-height:38px;background:#f0990f;color:#fff;border:none;margin:10px 0 0 0;border-radius:10px;font-size:18px;}
.lxwm form button:hover{background:#209ed2;}

/*内页左侧*/
.neiye{margin:45px 0;}
.neiye .title3{background:#3e4450 url(../images/icon2.png) no-repeat 20px center;position:relative;}
.neiye .title3 h5{font-size:18px;color:#fff;line-height:45px;margin-left:50px;}
.neiye .title3 h5 span{font-size:12px;color:rgba(255,255,255,0.7);margin-left:10px;}
.neiye .title3 .span2{position:absolute;right:15px;color:#fff;line-height:45px;font-size:18px;}
.neiye .title3 i{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;}
.neiye .nav_box ul{border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;}
.neiye .nav_box ul li{border-bottom:1px solid #d9d9d9;}
.neiye .nav_box ul a{line-height:44px;color:#000;display:block;padding-right:10px;}
.neiye .nav_box ul span{line-height:44px;color:#d0d0d0;margin:0 40px 0 15%;}
.neiye .nav_box ul li:hover a,.neiye .nav_box ul li.active a{font-weight:bold;color:#f0990f;}
.neiye .nav_box ul li:hover span,.neiye .nav_box ul li.active span{color:#f0990f;}
.neiye .lxfs{margin-top:25px;}
.neiye .lxfs .text_box{border:1px solid #d9d9d9;border-top:none;padding:15px;}
.neiye .lxfs .text_box img{width:100%;}
.neiye .lxfs .text_box .text{font-size:13px;line-height:24px;margin-top:15px;}
.neiye .title4{border-bottom:1px solid #d0d0d0;padding-bottom:10px;margin-bottom:20px;}
.neiye .title4 h5{font-size:16px;font-weight:bold;color:#555;}
.neiye .title4 p,.neiye .title4 a{font-size:13px;color:#777;}
.neiye .title4 a:hover{color:red;}
.neiye .title4 span{color:#f0990f;}

/*新闻动态内页*/
.xwdt-ny .news{display:block;border-bottom:1px solid #d9d9d9;padding-bottom:20px;margin-bottom:20px;}
.xwdt-ny .news:last-child{border:none;margin:0;}
.xwdt-ny .news .imgbox{width:265px;height:174px;overflow:hidden;border:1px solid #e5e5e5;}
.xwdt-ny .news .img{width:100%;height:100%;}
.xwdt-ny .news .text_box{margin-left:280px;}
.xwdt-ny .news .text_box h5{font-size:16px;font-weight:bold;color:#4b4a4a;}
.xwdt-ny .news .text_box p{font-size:12px;color:#999;margin:5px 0 0 0;}
.xwdt-ny .news .text_box .text{line-height:25px;color:#4f4f4f;height:75px;overflow:hidden;}
.xwdt-ny .news .text_box span{display:block;width:90px;line-height:28px;color:#fff;text-align:center;font-size:13px;font-family:"宋体";background:#999;margin:29px 0 0 0;}
.xwdt-ny .news: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);}
.xwdt-ny .news:hover span{background:#ff5400;}

/*详情页*/
.xwdt-xq .bt{font-size:16px;text-align:center;margin:10px 0;}
.xwdt-xq .rq{color:#999;text-align:center;border-bottom:1px dashed #999;padding-bottom:5px;margin-bottom:10px;}
.xwdt-xq img{display:block;margin:20px auto;max-width:100%;}
.xwdt-xq .text{line-height:25px;}

/*产品中心内页*/
.cpzx-ny .row{margin:0 -10px;}
.cpzx-ny .row .col-lg-4{padding:0;}

/*在线订购内页*/
.zxdg-ny.lxwm{background:none;}
.zxdg-ny form{width:80%;margin:0 auto;}
.zxdg-ny form button{margin:10px auto;}

/*合作客户内页*/
.hzkh-ny .row{margin:0 -10px;}
.hzkh-ny .row .col-lg-4{padding:0;}
.hzkh-ny .cpzx-con{border:1px solid #ccc;}
.hzkh-ny .cpzx-con:hover{border-color:red;}

/*页脚*/
footer{padding:20px 0;color:#fff;line-height:22px;background:#1b2329;text-align:center;}
footer a{color:#fff !important;}
footer a:hover{text-decoration:underline !important;color:#fff !important;}

/*移动端底部热点链接*/
.hot{height:50px; background:#f0990f; position:fixed; bottom:0; left:0; z-index:2000;border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{background:#c67c06;}	
.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:1060px){
header .top .sou{margin:33px 0 0 60px;width:202px;}
header .top .sou form input{width:158px;}
}

@media (max-width:991px){
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:#1b2329;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .sjdnav li a:hover{background:rgba(0,0,0,0.6);color:#fff;}
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:5px;background:#1b2329;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#1b2329;}
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:3px 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;}
body{padding-bottom:50px;}
.neiye .nav_box .title3 h5 span{display:none;}
.neiye .nav_box ul a{text-align:center;padding:0 10px;}
.neiye .nav_box ul span{display:none;}
.neiye .nav_box{margin-bottom:30px;}
header .logo{line-height:100px;}
.gsjj .text_box{margin-top:30px;}
.ad1 .ad1-con img{max-width:90%;}
.ad1 .ad1-con .img1{width:30%;line-height:160px;}
.ad1 .ad1-con .img2{width:30%;line-height:160px;text-align:right;}
.ad1 .ad1-con .tel{width:40%;}
.xwdt-con.xwdt-con2{margin:0 10px 120px 10px;}
}

@media (max-width:767px){
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 .sjdnav{top:80px;}
header .logo{line-height:80px;}
header .logo img{width:320px;}
.carousel-indicators{bottom:2px;}
.carousel-indicators li{width:10px;height:10px;margin:0 1px;}
.carousel-indicators .active{width:10px;height:10px;}
.title{margin:30px 0;}
.title h5{font-size:20px;}
.title .bx{width:90px;}
.fwxm-con .imgbox{width:150px;height:150px;border:3px solid #ccc;}
.fwxm-con h5{font-size:14px;}
.fwxm-con p{width:90px;line-height:30px;font-size:12px;}
.gsjj .text_box h5{font-size:16px;}
.cpzx .cpzx_pad{padding:0 10px;}
.cpzx-con{margin:0 5px 10px 5px;}
.cpzx-con h5{font-size:14px;}
.ad1 .ad1-con .img1,.ad1 .ad1-con .img2{display:none;}
.ad1 .ad1-con .tel{width:100%;margin:20px 0;text-align:center;float:none !important;}
.ad1 .ad1-con .tel a{width:115px;line-height:35px;float:none !important;margin:0 auto;}
.ad1 .ad1-con .tel p{float:none !important;margin:0 auto;margin-top:5px;}
.ad1 .ad1-con .tel p span{font-size:16px;}
.xwdt .title{margin:50px 0 100px 0;}
.xwdt .xwdt-box{margin:0 -5px;}
.xwdt-con{margin:0 5px 20px 5px;}
.xwdt-con.xwdt-con2{margin:0 5px 90px 5px;}
.xwdt-con .imgbox{width:140px;height:140px;margin:-75px auto 0 auto;}
.xwdt-con .text_box h5{font-size:16px;}
.xwdt-con .text_box p{font-size:12px;}
.xwdt-con .text_box span{width:30px;}
.ad2 ul li{width:100%;line-height:115px;float:none !important;text-align:center !important;}
.cpzx-ny .row,.hzkh-ny .row{margin:0 -5px;}

}

@media (max-width:600px){
.xwdt-ny .news .imgbox{width:120px;height:90px;}
.xwdt-ny .news .text_box{margin-left:130px;}
.xwdt-ny .news .text_box h5{font-size:14px;}
.xwdt-ny .news .text_box .text{line-height:24px;height:45px;}
.xwdt-ny .news .text_box span{display:none;}
}

@media (max-width:479px){
header .ydd_btn{width:25px;top:15px;}
header .sjdnav{top:50px;}
header .logo{line-height:50px;}
header .logo img{width:200px;}
.fwxm-con .imgbox{width:120px;height:120px;}
.cpzx-con h5{line-height:30px;}
.ad1 .ad1-con .tel{margin:10px 0;}
.xwdt .title{margin:50px 0 80px 0;}
.xwdt-con.xwdt-con2{margin:0 5px 70px 5px;}
.xwdt-con .imgbox{width:120px;height:120px;margin:-65px auto 0 auto;}
.xwdt-con .text_box .text{line-height:25px;height:75px;}
.ad2 ul li{line-height:90px;}
.lxwm form button{margin:10px auto 0 auto;font-size:16px;}
.zxdg-ny form{width:90%;}
}
