/*全局样式*/
@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: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;}

/*头部*/
header .logo_box{height:110px;}
header .logo_box .logo{line-height:110px;}
header .logo_box .right h5{font-size:20px;color:#f2081e;margin:20px 0 5px 0;}
header .logo_box .right h5 img{margin-right:5px;}
header .logo_box .right form input{width:252px;height:35px;line-height:35px;background:#ebebeb;border-radius:5px;padding:0 10px;border:none;}
header .logo_box .right form button{width:42px;height:35px;background:#007dcf url(../images/icon2.png) no-repeat center;border:none;border-radius:5px;}

/*PC端导航*/
nav{position:relative;background:#007dcf;}
nav a{color:#fff !important;font-size:15px;}
/*一级导航*/ 
nav .ul1 li{float:left;text-align:center;position:relative;width:14%;line-height:55px;}
nav .ul1 li a{display:block;position:relative;}
nav .ul1 li a:hover,nav .ul1 li a.active{background:#ff9000;}
nav .ul1 li.bx{width:2px;height:29px;border-left:1px solid #3397d9;border-right:1px solid #005187;margin-top:13px;}
/*二级导航*/
nav .ul2{position:absolute;top:100%;width:100%;z-index:100;left:0px;display:none;}
nav .ul2 li{line-height:50px;float:none;width:100%;margin-top:1px;background:#007dcf;line-height:40px;border:none;}
nav .ul2 li:first-child{border-left: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;margin:1px 3px;}
.carousel-indicators .active{width:15px;height:15px;margin:1px 3px;}

/*共用内容*/
.title{margin:50px 0 30px 0;text-align:center;overflow:hidden;}
.title p{font-size:25px;color:#007dcf;font-weight:bold;}
.title h5{display:inline-block;font-size:24px;font-weight:bold;color:#444;position:relative;}
.title h5:before,.title h5:after{content:"";width:1000%;height:1px;background:#d7d7d7;top:50%;position:absolute;}
.title h5:before{left:110%;}
.title h5:after{right:110%;}

/*产品中心*/
.cpzx .an1-box{font-size:0;text-align:center;margin-bottom:30px;}
.cpzx .an1-box li{display:inline-block;width:132px;height:42px;border-top:1px solid #007dcf;border-bottom:1px solid #007dcf;padding:1px 0;margin:6px;}
.cpzx .an1-box li a{display:block;background:#007dcf;width:100%;height:100%;font-size:14px;color:#fff;line-height:36px;padding:0 5px;}
.cpzx .an1-box li:hover,.cpzx .an1-box li.active{border-color:#ff9000;}
.cpzx .an1-box li:hover a,.cpzx .an1-box li.active a{background:#ff9000;}
.cpzx-pad{padding:0 5px;}
.cpzx-con{display:block;border:1px solid #d7d7d7;padding:2px;margin:0 10px 20px 10px;}
.cpzx-con .imgbox{overflow:hidden;}
.cpzx-con h5{line-height:38px;background:#007dcf;font-size:16px;color:#fff;text-align:center;border:1px solid #d7d7d7;padding:0 5px;margin:1px 0;}
.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:#ff9000;}

/*新闻中心*/
.xwzx .title{margin:30px 0;}
.news{display:block;margin-bottom:40px;}
.news .imgbox{overflow:hidden;width:178px;height:133px;}
.news .img{width:100%;height:100%;}
.news .text_box{margin-left:200px;}
.news .text_box h5{color:#333;margin:10px 0;}
.news .text_box p{font-size:11px;color:#9d9d9d;}
.news .text_box .text{line-height:24px;color:#333;height:72px;overflow:hidden;margin-top:5px;}
.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);}
.news:hover .text_box h5,.news:hover .text_box p,.news:hover .text_box .text{color:#007dcf;}

/*成功案例*/
.cgal .title{margin:10px 0 30px 0;}
.cgal-con{display:block;position:relative;overflow:hidden;}
.cgal-con .mask{background:rgba(245,241,232,0.7);width:100%;height:100%;top:0;left:0;position:absolute;text-align:center;display: flex;flex-direction:column;justify-content:center;opacity:0;}
.cgal-con .mask h5{font-size:25px;font-weight:bold;color:#ff9000;}
.cgal-con .mask p{font-size:25px;font-weight:bold;color:#414141;margin:20px 0;}
.cgal-con:hover .mask{opacity:1;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@keyframes zoomIn{
    0%{opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3)}
    50%{opacity: 1}
}

/*公司简介*/
.gsjj .imgbox{border-radius:10px;overflow:hidden;}
.gsjj .text_box .text{line-height:25px;color:#333;height:271px;overflow:hidden;}
.gsjj .text_box a{display:block;width:130px;line-height:30px;background:#007dcf;color:#fff;text-align:center;margin:20px 0 0 0;}
.gsjj .text_box a:hover{background:#ff9000;}

/*联系我们*/
.lxwm{background:url(../images/lxwm_bg.jpg) center center;background-size:cover;margin-top:50px;padding-bottom:50px;}
.lxwm-box h4{font-size:20px;color:#414141;margin-bottom:20px;}
.lxwm-box .text-box{width:30%;}
.lxwm-box .text-box p{font-size:30px;color:#414141;}
.lxwm-box .text-box .text{line-height:30px;color:#414141;}
.lxwm-box .weixin-box{width:30%;text-align:center;}
.lxwm-box .weixin-box p{line-height:20px;color:#414141;}
.lxwm-box form{width:40%;}
.lxwm-box form input,.lxwm-box form textarea{width:48%;height:45px;line-height:45px;border:none;background:rgba(255,255,255,0.4);padding:0 10px;margin-bottom:10px;}
.lxwm-box form textarea{padding:10px;resize:none;line-height:25px;}
.lxwm-box form button{width:100%;height:45px;background:#fa8a00;color:#fff;border:none;}

/*内页左侧*/
.neiye{padding:50px 0;}
.neiye .title3{background:#007dcf;position:relative;line-height:45px;}
.neiye .title3 .span1{position:absolute;line-height:45px;left:20px;color:#fff;top:1px;}
.neiye .title3 h5{line-height:45px;padding-left:50px;color:#fff;font-size:18px;}
.neiye .title3 h5 .span2{font-size:13px;margin-left:5px;color:rgba(255,255,255,0.7);}
.neiye .title3 .span3{position:absolute;top:0;line-height:45px;right:15px;color:#fff;font-size:18px;}
.neiye .title3 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 10%;color:#d0d0d0;}
.neiye .nav_box .nav2:hover,.neiye .nav_box .nav2.active{color:#ff9000;font-weight:bold;}
.neiye .nav_box .nav2:hover .span4,.neiye .nav_box .nav2.active .span4{color:#ff9000;}
.neiye .nav1 ul{display:none;}
.neiye .nav1 ul.ul1{display:none;}
.neiye .nav1 ul li a{display:block;line-height:40px;font-size:12px;color:#6a6a6a;padding:0 10px 0 20%;}
.neiye .nav1 ul li a span{margin-right:15px;}
/*.neiye .nav1 ul li a .span5{margin:0 15px 0 16%;}*/
.neiye .nav1 ul li a:hover,.neiye .nav1 ul li a.active{background:#ff9000;color:#fff;}
.neiye .lxfs{margin-top:25px;}
.neiye .lxfs .text_box{border:1px solid #d9d9d9;padding:15px;background:#fff;}
.neiye .lxfs .text{font-size:13px;line-height:27px;}
.neiye .title4{border-bottom:1px solid #d0d0d0;padding-bottom:10px;margin-bottom:20px;}
.neiye .title4 h5{font-size:16px;color:#555;font-weight:bold;}
.neiye .title4 p{font-size:13px;color:#777;}
.neiye .title4 p a{color:#777;}
.neiye .title4 p a:hover{color:#ff9000;}
.neiye .title4 p span{color:#ff9000;}

/*新闻内页*/
.xwdt-ny ul li{position:relative;color:#666;line-height:35px;border-bottom:1px dashed #ccc;padding-right:100px;}
.xwdt-ny ul li a{color:#666;}
.xwdt-ny ul li p{position:absolute;top:0;right:0;}
.xwdt-ny ul li:hover span,.xwdt-ny ul li:hover a,.xwdt-ny ul li:hover p{color:#ff9000;}

/*详情页*/
.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:10px;margin-bottom:20px;font-size:12px;}
.xwdt-xq img{display:block;max-width:100%;margin:10px auto;}
.xwdt-xq .text{line-height:25px;}

/*产品展示内页*/
.cpzs-ny .row{margin:0 -10px;}
.cpzs-ny .row .col-lg-4{padding:0;}

/*页脚*/
footer{color:#fff;background:#007dcf;padding:20px 0;text-align:center;line-height:25px;}
footer a{color:#fff !important;}
footer a:hover{text-decoration: underline !important;}
footer ul{margin-bottom:5px;}
footer ul li{display:inline-block;}
footer ul li a{border-right:1px solid #fff;padding-right:10px;margin-right:10px;}
footer ul li:last-child a{border:none;padding:0;margin:0;}

/*移动端底部热点链接*/
.hot{height:50px; background:#007dcf; 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;}
.hot .row div:hover{background:#025f9b;}	
.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: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:#007dcf;}
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:32px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#007dcf;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#007dcf;}
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;}
body{padding-bottom:50px;}
.neiye{padding:30px 0;}
.neiye .title3 .span1{display:none;}
.neiye .title3 h5{padding-left:20px;}
.neiye .title3 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;padding:0 5px;}
.neiye .nav1 ul li a .span5{display:none;}
.neiye .nav1 ul li a span{display:none;}
.neiye .nav_box{margin-bottom:30px;}
header .logo_box{height:auto;}
header .logo_box .logo{line-height:100px;}
.cgal-con .mask{display:none;}
.gsjj .text_box{margin-top:10px;}
.lxwm-box .text-box,.lxwm-box .weixin-box{width:50%;}
.lxwm-box form{width:100%;margin-top:30px;}
}

@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;}
.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 .logo{line-height:80px;}
header .logo_box .logo img{width:350px;}
.title{margin:30px 0;}
.title p,.title h5{font-size:20px;}
.cpzx-pad{padding:0 10px;}
.cpzx-con{margin:0 5px 10px 5px;}
.xwzx .title{margin:20px 0 30px 0;}
.gsjj .text_box a{margin:20px auto 0;}
.lxwm-box form{margin-top:0;}
.cpzs-ny .row{margin:0 -5px;}
}

@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{width:220px;}
.cpzx-con h5{line-height:30px;font-size:14px;}
.news{margin-bottom:20px;}
.news .imgbox{width:120px;height:90px;}
.news .text_box{margin-left:130px;}
.news .text_box h5{margin:5px 0;}
.news .text_box .text{height:45px;margin-top:0px;}
.lxwm-box form input,.lxwm-box form textarea{width:100%;}
}
