/*全局样式*/
@charset "utf-8";
html{overflow-x:hidden;}
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%;overflow-x:hidden;min-width:320px;}
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;}
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;}
.sx{cursor:pointer;}
.container-fluid{max-width:1230px !important;}
.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;}

.logo_box{height:120px;}
.logo_box .logo{line-height:120px;width:17%;}
.logo_box .logo img{max-width:100%;}
.logo_box .sousuo{width:59%;padding:39px 5% 0 9%;}
.logo_box form{background:#fff;border:3px solid #0ea2e8;border-radius:10px;}
.logo_box form input{width:calc(100% - 70px);height:34px;padding:0 10px 0 40px;border:none;background:url(../images/icon1.png) no-repeat 8px center;}
.logo_box form button{width:70px;height:34px;border:none;background:#0ea2e8;color:#fff;}
.logo_box .phone{background:url(../images/icon2.png) no-repeat 0 center/contain;padding-left:50px;margin-top:39px;}
.logo_box .phone p{font-size:12px;}
.logo_box .phone h5{font-size:24px;color:#0ea2e8;font-weight:bold;}

/*PC端导航*/
nav{position:relative;border-top:1px solid #e5e5e5;}
nav a{font-size:16px;color:#000 !important;}
/*一级导航*/ 
nav ul li{float:left;width:16.66%;text-align:center;position:relative;line-height:49px;}
nav ul li a{display:block;position:relative;transition:all .3s;}
nav ul li a:before{content:"";position:absolute;top:-2px;left:0;width:100%;height:2px;background:#0ea2e8;transform:scale(0);transition:all .3s;}
nav ul li a span{margin-left:10px;transition:all .3s;}
nav ul li a:hover{color:#0ea2e8 !important;}
nav ul li a.active:before{transform:scale(1);}
nav ul li a.active{color:#0ea2e8 !important;}
nav ul li:last-child{border:none;}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;}
nav ul li ul li{float:none;border-bottom:1px solid rgba(255,255,255,0.3);width:100%;line-height:35px;background:#fff;border-right:none;}
nav ul li ul li:last-child{border:none;}
nav ul li ul li a{font-size:14px;}
nav ul li:hover ul{display:block;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;}
#myCarousel .carousel-inner a{display:block;}
#myCarousel .carousel-control.left{width:50px;height:50px;line-height:50px;background:#0ea2e8;top:50%;left:-100px;margin-top:-30px;opacity:1;font-size:25px;}
#myCarousel .carousel-control.right{width:50px;height:50px;line-height:50px;background:#0ea2e8;top:50%;right:-100px;margin-top:-30px;opacity:1;font-size:25px;}
#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;}

.main1{margin-top:50px;}
.news1{
display:block;
padding:15px;
border-radius:15px;
margin-bottom:30px;
background: rgb(87,223,203);
background: -moz-linear-gradient(top, rgba(87,223,203,1) 0%, rgba(70,174,159,1) 100%);
background: -webkit-linear-gradient(top, rgba(87,223,203,1) 0%,rgba(70,174,159,1) 100%);
background: linear-gradient(to bottom, rgba(87,223,203,1) 0%,rgba(70,174,159,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57dfcb', endColorstr='#46ae9f',GradientType=0 );
}
.news1 .con{border:2px solid rgba(255,255,255,0.3);border-radius:15px;height:170px;}
.news1 .imgbox{width:100px;height:100px;background:#fff;border-radius:50%;text-align:center;line-height:100px;margin:33px 0 0 30px;transition:all .3s;}
.news1 .imgbox img{transition:all .3s;}
.news1 .text_box{height:100%;margin-left:150px;display:flex;align-items:center;}
.news1 .text h5{font-size:24px;font-weight:bold;color:#fff;line-height:30px;transition:all .3s;}
.news1 .text p{font-size:12px;color:#fff;margin-top:5px;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.main1 .col-md-4:nth-child(2) .news1{
background: rgb(255,175,47);
background: -moz-linear-gradient(top, rgba(255,175,47,1) 0%, rgba(231,142,1,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,175,47,1) 0%,rgba(231,142,1,1) 100%);
background: linear-gradient(to bottom, rgba(255,175,47,1) 0%,rgba(231,142,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf2f', endColorstr='#e78e01',GradientType=0 );
}
.main1 .col-md-4:nth-child(3) .news1{
background: rgb(113,154,255);
background: -moz-linear-gradient(top, rgba(113,154,255,1) 0%, rgba(60,95,183,1) 100%);
background: -webkit-linear-gradient(top, rgba(113,154,255,1) 0%,rgba(60,95,183,1) 100%);
background: linear-gradient(to bottom, rgba(113,154,255,1) 0%,rgba(60,95,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719aff', endColorstr='#3c5fb7',GradientType=0 );
}
.main1 .col-md-4:nth-child(4) .news1{
background: rgb(81,199,255);
background: -moz-linear-gradient(top, rgba(81,199,255,1) 0%, rgba(30,87,153,1) 100%, rgba(2,137,200,1) 100%);
background: -webkit-linear-gradient(top, rgba(81,199,255,1) 0%,rgba(30,87,153,1) 100%,rgba(2,137,200,1) 100%);
background: linear-gradient(to bottom, rgba(81,199,255,1) 0%,rgba(30,87,153,1) 100%,rgba(2,137,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51c7ff', endColorstr='#0289c8',GradientType=0 );
}
.main1 .col-md-4:nth-child(5) .news1{
background: rgb(166,235,1);
background: -moz-linear-gradient(top, rgba(166,235,1,1) 0%, rgba(124,175,2,1) 100%, rgba(30,87,153,1) 100%);
background: -webkit-linear-gradient(top, rgba(166,235,1,1) 0%,rgba(124,175,2,1) 100%,rgba(30,87,153,1) 100%);
background: linear-gradient(to bottom, rgba(166,235,1,1) 0%,rgba(124,175,2,1) 100%,rgba(30,87,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eb01', endColorstr='#1e5799',GradientType=0 );
}
.main1 .col-md-4:nth-child(6) .news1{
background: rgb(180,237,254);
background: -moz-linear-gradient(top, rgba(180,237,254,1) 0%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(top, rgba(180,237,254,1) 0%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(180,237,254,1) 0%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4edfe', endColorstr='#7db9e8',GradientType=0 );
}
.news1:hover .imgbox{background:#362828;}
.news1:hover .imgbox img{transform:scale(0.8);}
.news1:hover .text h5,.news1:hover .text p{color:#000;}

.title1{background:#eaf8fe;padding:20px 0;margin:50px 0 30px;text-align:center;}
.title1 .con{overflow:hidden;}
.title1 h5{font-size:36px;font-weight:bold;}
.title1 p{font-size:18px;color:#ccc;position:relative;display:inline-block;margin-top:10px;}
.title1 p:before,.title1 p:after{content:"";width:80px;height:1px;background:#e5e5e5;position:absolute;top:50%;right:100%;margin-right:8px;}
.title1 p:after{right:auto;left:100%;margin:0 0 0 8px;}

.nav3{text-align:center;margin-bottom:20px;font-size:0;}
.nav3 a{display:inline-block;width:130px;height:40px;line-height:38px;border:1px solid #e3e3e3;color:#e3e3e3;border-radius:5px;font-size:16px;color:#000;margin:0 5px 10px;padding:0 3px;}
.nav3 a.active,.nav3 a:hover{background:#27b9fe;color:#fff;border-color:#27b9fe;}

/*产品展示*/
.cpzs .title1{margin:20px 0 30px;}
.news3{display:block;transition:all .3s;}
.news3 .imgbox{overflow:hidden;transition:all .3s;padding:2px;}
.news3 .img{transition:all .3s;}
.news3 h5{font-size:18px;color:#000;line-height:20px;}
.news3 .text_box{border-bottom:1px solid #e5e5e5;padding:20px 2px;}
.news3 .text{font-size:13px;color:#999;line-height:20px;height:40px;overflow:hidden;margin-top:13px;}
.news3 .more{line-height:50px;font-size:13px;color:#000;padding:0 2px;}

/*公司简介*/
.gsjj{background:#f8f8f8;padding-bottom:50px;}
.news4{display:block;padding:20px;border-radius:10px;background:#ebebeb;overflow:hidden;transition:all .3s;}
.news4 .img{border-radius:10px;height:318px;}
.gsjj .text_box h5{font-size:24px;padding-bottom:20px;border-bottom:1px solid #e5e5e5;margin-top:48px;}
.gsjj .text_box .text{line-height:30px;height:120px;margin:20px 0;overflow:hidden;}
.gsjj .text_box a{display:block;width:150px;line-height:45px;background:#27b9fe;color:#fff;text-align:center;border-radius:30px;}

/*技术中心*/
.jszx_con{position:relative;}
.news5{display:block;background:#f7f7f7;transition:all .3s;}
.news5 .imgbox{overflow:hidden;}
.news5 .text_box{padding:20px;}
.news5 h5{font-size:16px;color:#000;line-height:20px;padding-bottom:15px;position:relative;}
.news5 h5:before{content:"";width:30px;height:1px;background:#000;position:absolute;bottom:0;left:0;transition:all .3s;}
.news5 .text{color:#999;line-height:24px;height:72px;overflow:hidden;margin-top:13px;transition:all .3s;}
.jszx_con .swiper-button-prev,.jszx_con .swiper-button-next{width:48px;height:48px;margin-top:-22px;left:-80px;background:url(../images/left.png) no-repeat center;opacity:1;}
.jszx_con .swiper-button-next{background:url(../images/right.png) no-repeat center;left:auto;right:-80px;}

/*新闻动态*/
.news6{display:block;padding:20px;background:#f4f4f4;border:1px solid #ededed;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}
.news6 .imgbox{overflow:hidden;}
.news6 .imgbox .img{height:249px;}
.news6 .con{margin-top:18px;}
.news6 .rq{width:90px;height:95px;border-left:1px solid #e5e5e5;text-align:right;display:flex;align-items:center;justify-content:right;}
.news6 .rq_con{width:100%;}
.news6 .rq h4{font-size:26px;color:#0ea2e8;}
.news6 .rq p{color:#000;margin-top:5px;}
.news6 .text_box{padding:8px 100px 0 0;}
.news6 .text_box h5{font-size:18px;color:#000;line-height:25px;}
.news6 .text_box .text{color:#999;line-height:24px;height:48px;overflow:hidden;margin-top:10px;}
.news6:hover .img{transform:scale(1.1);}
.news6:hover .text_box h5{color:#0ea2e8;}
.news6_box{padding:0 30px;background:#f4f4f4;box-shadow:2px 2px 6px rgba(0,0,0,0.1);}
.news6-2{padding:15px 0;background:none;box-shadow:none;border:none;border-bottom:1px solid #e5e5e5;}
.news6-2 .rq{height:70px;}
.news6-2 .text_box .text{height:initial;}
.news6-2:last-child{border:none;}

/*联系我们*/
.lxwm{background:url(../images/lxwm_bg.jpg) center center/cover;padding-bottom:50px;}
.lxwm .weixin img{width:200px;height:200px;border:1px solid #ccc;background:#fff;padding:8px;}
.lxwm .weixin p{font-size:18px;text-align:center;margin-top:10px;}
.lxwm .text_box{padding-left:220px;}
.lxwm .text_box h5{font-size:18px;line-height:35px;}
.lxwm .text_box .text{line-height:35px;font-size:18px;}
.lxwm form ul{margin:0 -5px;}
.lxwm form ul li{width:50%;margin-bottom:10px;padding:0 5px;}
.lxwm form ul li:nth-child(3),.lxwm form ul li:nth-child(4){width:100%;}
.lxwm form input,.lxwm form textarea{width:100%;height:40px;background:#fff;padding:0 10px;border:1px solid #c9c6b6;color:#000 !important;}
.lxwm form textarea{padding:10px;height:107px;resize:none;resize:none;}
.lxwm form button{width:100%;height:40px;background:#27b9fe;color:#fff;border:none;}

footer{background:#555;color:rgba(255,255,255,0.5);line-height:20px;text-align:center;}
footer ul{font-size:0;padding:20px 0 10px;}
footer ul li{display:inline-block;position:relative;padding:0 10px;height:22px;margin-bottom:10px;}
footer ul li:before{content:"";width:1px;height:14px;background:#fff;position:absolute;top:50%;right:0;margin-top:-7px;transform:rotate(15deg);}
footer ul li:last-child:before{display:none;}
footer ul li a{font-size:14px;color:#fff !important;transition:all .3s;}
footer ul li a:hover{color:#27b9fe !important;}
footer .text{padding:20px 0;color:#fff;border-top:1px solid rgba(255,255,255,0.2);}

/*内页左侧*/
.neiye{padding:30px 0 50px;}
.neiye .title4{background:#0d9bdf url(../images/icon4.png) no-repeat 30px center;position:relative;height:120px;padding:35px 0 0 100px;}
.neiye .title4 h5{color:#fff;font-size:24px;font-weight:bold;}
.neiye .title4 p{color:#fff;margin-top:5px;}
.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 .title4-2{background-image:url(../images/icon5.png);}
.neiye .nav_box .nav1{background:#efefef;padding-bottom:50px;}
.neiye .nav_box .nav2{display:block;line-height:55px;background:#efefef;font-size:16px;color:#000;margin-bottom:1px;border-bottom:1px solid #fff;position:relative;padding:0 10px 0 50px;}
.neiye .nav_box .nav2:before{content:"";width:4px;height:4px;background:#000;position:absolute;top:50%;left:30px;margin-top:-2px;transition:all .3s;}
.neiye .nav_box .nav2:after{content:"";width:100%;height:1px;background:#d8d8d8;position:absolute;bottom:0;left:0;}
.neiye .nav_box .nav2:hover{color:#ff7800;}
.neiye .nav_box .nav2:hover:before{background:#ff7800;}
.neiye .nav_box .nav2.active{color:#000;background:#b4edfe;}
.neiye .nav_box .nav2.active:before{background:#000;}
.neiye .nav1 ul{display:none;padding:0 30px;}
.neiye .nav1 ul.ul1{display:block;}
.neiye .nav1 ul li a{display:block;line-height:40px;color:#444;position:relative;text-align:center;border-bottom:1px dashed #0d9bdf;}
.neiye .nav1 ul li a .span5{margin-right:5px;display:inline-block;width:8px;height:8px;position:relative;}
.neiye .nav1 ul li a .span5:before{content:"-";position:absolute;top:-3px;left:0;line-height:8px;font-size:20px;}
.neiye .nav1 ul li a:hover,.neiye .nav1 ul li a.active{color:#ff8a00;}
.neiye .nav1 ul li a:hover .span5:before,.neiye .nav1 ul li a.active .span5:before{content:"+";left:-2px;}
.neiye .lxfs{margin-top:25px;background:#efefef;}
.neiye .lxfs .phone{text-align:center;padding:20px 0;border-bottom:1px solid #ccc;}
.neiye .lxfs .phone .con{background:url(../images/icon6.png) no-repeat 0 center/contain;padding-left:50px;display:inline-block;text-align:left;}
.neiye .lxfs .phone .con p{font-size:12px;}
.neiye .lxfs .phone .con h5{font-size:24px;color:#ff6000;font-weight:bold;}
.neiye .lxfs .text{padding:15px;font-size:13px;line-height:27px;}
.neiye .lxfs .text b{font-size:18px;}
.neiye .title5{border-bottom:1px solid #d9d9d9;padding:20px 0;margin-bottom:20px;}
.neiye .title5 h5{font-size:24px;font-weight:bold;position:relative;padding:0 20px;}
.neiye .title5 h5:before{content:"";width:100%;height:2px;background:#0d9bdf;position:absolute;bottom:-21px;left:0;}

/*附图新闻内页*/
.news2{display:block;border-bottom:1px solid #d9d9d9;padding-bottom:20px;margin-bottom:20px;}
.news2:last-child{border:none;}
.news2 .imgbox{width:266px;height:176px;overflow:hidden;}
.news2 .img{width:100%;height:100%;}
.news2 .text_box{margin-left:280px;}
.news2 .text_box h5{font-size:16px;font-weight:bold;color:#4b4a4a;transition:all .3s;}
.news2 .text_box p{font-size:12px;color:#999;margin:5px 0;}
.news2 .text_box .text{color:#4f4f4f;line-height:25px;height:75px;overflow:hidden;}
.news2 .text_box span{display:block;width:90px;line-height:28px;background:rgba(0,0,0,0.5);color:#fff;font-size:12px;text-align:center;margin:20px 0 0 0;}
.news2: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);}
.news2:hover span{background:#ff7800;}
.news2:hover h5{color:#ff7800;}

.cpzs_ny{padding:0 5px;}
.cpzs_ny .col-md-4{padding:0;}
.cpzs_ny .news3,.cpzs_ny .news5{margin:0 10px 20px;}

/*详情页*/
.xqy{line-height:25px;min-height:300px;}
.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;}
.zxly_ny.lxwm{background:none;}
.zxly_ny form{max-width:600px;margin:0 auto;}
.zxly_ny form input,.zxly_ny form textarea{border:1px solid #ccc;margin-bottom:10px;background:none;color:#000 !important;}

/*微信弹窗*/
.weixin_popup{position:fixed;top:50%;left:50%;border:1px solid #ccc;padding:30px 30px 0 30px;text-align:center;background:#fff;transform:scale(0);margin:-116px 0 0 -106px;z-index:5000;}
.weixin_popup.active{transform:scale(1);transition:transform .3s;}
.weixin_popup i{color:#999;position:absolute;top:5px;right:5px;transform:rotate(45deg);font-size:20px;cursor:pointer;}
.weixin_popup i:hover{color:red;}
.weixin_popup img{width:150px;height:150px;}
.weixin_popup p{line-height:30px;}

/*右侧悬浮*/
.suspend_nav{background:#27b9fe;width:52px;position:fixed;bottom:150px;right:10px;text-align:center;z-index:5000;border:1px solid rgba(255,255,255,0.7);}
.suspend_nav .list{height:50px;color:#fff;padding-top:6px;transition:all .3s;position:relative;overflow:hidden;cursor:pointer;}
.suspend_nav .list:last-child{border:none;}
.suspend_nav .list:before{content:"";width:100%;height:100%;top:-50px;right:0;background:#1680b2;position:absolute;transform:rotate(0);transition:all .3s;}
.suspend_nav .list i{display:block;transition:all .3s;position:relative;z-index:2;}
.suspend_nav .list p{position:relative;z-index:2;}
.suspend_nav .top{padding:0;line-height:50px;height:0;overflow:hidden;opacity: 0;}
.suspend_nav .top:after{content:"";width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;bottom:0;left:0;}
.suspend_nav .top.active{height:50px;opacity:1;}
.suspend_nav .top i{font-size:25px;}
.suspend_nav .on-off{padding:0;line-height:50px;}
.suspend_nav .on-off.active i{transform:rotate(135deg);}
.suspend_nav .list:hover{color:#fff;}
.suspend_nav .list:hover:before{top:0;transform:rotate(90deg);}
.suspend_nav ul li{position:relative;border-bottom:1px solid rgba(255,255,255,0.3);}
.suspend_nav ul li .list{border:none;}
.suspend_nav ul li .weixin{position:absolute;right:65px;bottom:0;border:1px solid #27b9fe;transform:scale(0);transform-origin:100% 100%;transition:all .3s;padding-bottom:10px;background:#fff;padding:5px;}
.suspend_nav ul li .weixin:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid #27b9fe;position:absolute;bottom:0;left:100%;transition:all .5s;}
.suspend_nav ul li .weixin img{width:150px;height:150px;}
.suspend_nav ul li:hover .weixin{transform:scale(1);}
.suspend_nav ul li:hover .weixin:before{bottom:18px;}
.suspend_nav ul li .popup{position:absolute;min-width:200px;min-height:200%;top:0;right:100%;border:1px solid #27b9fe;text-align:left;display:flex;justify-content:center;align-items:center;background:#27b9fe;color:#fff;visibility:hidden;transition:all .3s;opacity:0;padding:0 15px;}
.suspend_nav ul li .popup:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:0 solid #27b9fe;position:absolute;top:0;left:100%;transition:top .5s;}
.suspend_nav ul li .popup p{font-size:16px;}
.suspend_nav ul li .popup h5{font-size:20px;margin-top:5px;}
.suspend_nav ul li .popup a{font-size:20px;color:#fff;display:inline-block;margin-top:5px;}
.suspend_nav ul li:hover .popup{visibility:visible;right:65px;opacity:1;}
.suspend_nav ul li:hover .popup:before{top:18px;border-left-width:10px;}

/*移动端底部热点*/
.bottom_link{width:100%;position:fixed;bottom:0;left:0;background:#27b9fe;text-align:center;z-index:5000;border-top:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li{width:33.33%;height:50px;border-right:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li:last-child{border:none;}
.bottom_link ul li a{display:block;color:#fff;font-size:16px;padding-top:5px;position:relative;}
.bottom_link ul li a i{display:block;height:20px;}
.bottom_link ul li:last-child a i{font-size:20px;position:relative;top:-1px;}

/*媒体查询开始*/
@media(min-width:992px){
.news3:hover{background:#27b9fe;}
.news3:hover .text_box{border-color:rgba(255,255,255,0.3);padding:20px;}
.news3:hover h5,.news3:hover .text,.news3:hover .more{color:#fff;}
.news3:hover .more{padding:0 20px;}
.news4:hover{background:#27b9fe;}
.gsjj .text_box a:hover{background:#0c6f9e;}
.news5:hover{background:#27b9fe;}
.news5:hover .img{transform:scale(1.1);}
.news5:hover h5,.news5:hover .text{color:#fff;}
.news5:hover h5:before{background:#fff;}
}

@media(max-width:1365px){
.swiper-button-prev,.swiper-button-next{display:none;}
}

@media(max-width:1199px){
.news1{padding:10px;}
.news1 .imgbox{width:80px;height:80px;line-height:80px;margin:45px 0 0 20px;}
.news1 .imgbox img{max-height:40px;}
.news1 .text_box{margin-left:120px;}
}

@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;border-bottom:1px solid rgba(255,255,255,0.2);background:#0d9bdf;}
header .sjdnav li:last-child{border:none;}
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:#0d9bdf;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#0d9bdf;}
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 .nav_box{margin-top:0;}
.neiye .title4{background:#0d9bdf;height:45px;padding:0;}
.neiye .title4 .span1{display:none;}
.neiye .title4 h5{padding-left:20px;line-height:45px;font-size:20px;}
.neiye .title4 h5 .span2{display:none;}
.neiye .nav_box .nav2{text-align:center;padding:0 10px;line-height:40px;}
.neiye .nav_box .nav2:before{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 .nav_box{margin-bottom:20px;}
.neiye{padding:20px 0;}
.logo_box{height:auto;}
.logo_box .logo{line-height:100px;width:70%;}
.lxwm form{margin-top:30px;}
.lxwm .lx_con .col-md-6:nth-child(2){padding:0 15px;}
.news1 .con{display:block;height:initial;padding:20px 0;}
.news1 .imgbox{float:none !important;margin:0 auto;}
.news1 .text h5{font-size:18px;line-height:25px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news1 .text p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news1 .text_box{margin-left:0;text-align:center;display:block;}
.news4 .img{height:initial;}
.gsjj .text_box h5{margin-top:20px;}
.gsjj .text_box .text{max-height:120px;height:initial;}
.news6{margin-bottom:20px;}
.news6 .imgbox .img{height:initial;}
.news6_box{padding:0 20px;}
.news6-2{margin:0;}
.neiye .nav_box .nav1{padding-bottom:0;}
}

@media (max-width:767px){
body{padding-bottom:50px;}
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;}
.logo_box .logo{line-height:80px;width:50%;}
.lxwm{padding-bottom:10px;}
.lxwm form{margin-top:0;}
.lxwm .weixin{float:none !important;margin:0 auto 10px;text-align:center;}
.lxwm .weixin p{font-size:16px;}
.lxwm .text_box{padding:0;}
.lxwm .text_box h5,.lxwm .text_box .text{font-size:16px;line-height:30px;}
.lxwm form ul li{width:100%;}
.lxwm .lx_con .col-md-6:nth-child(1){padding:15px;}
.lxwm .lx_con .col-md-6:nth-child(2){border:none;padding:15px;}
.main1{margin-top:30px;}
.main1 .row{padding:0 10px;}
.main1 .col-md-4{padding:0 5px;}
.news1{margin-bottom:10px;padding:5px;}
.news1 .text h5{font-size:16px;}
.news1 .text p{font-size:12px;}
.title1{margin:30px 0 20px;}
.title1 h5{font-size:20px;}
.title1 p{font-size:12px;}
.nav3{margin-bottom:10px;}
.cpzs .title1{margin:20px 0;}
.news3 h5{font-size:16px;}
.news3 .text_box{padding:10px 0;}
.news3 .text{margin-top:10px;}
.news3 .more{line-height:30px;}
.gsjj{padding-bottom:30px;}
.news4{padding:10px;}
.gsjj .text_box h5{font-size:18px;padding-bottom:15px;}
.gsjj .text_box .text{margin:10px 0;}
.gsjj .text_box a{line-height:35px;}
.news5 .text_box{padding:10px;}
.news5 h5{padding-bottom:10px;}
.news5 .text{height:48px;margin-top:5px;}
.news6{padding:10px;}
.news6 .text_box h5{font-size:16px;}
.news6_box{padding:0 10px;}
.news6-2{padding:15px 0;}
.news6 .rq{width:70px;}
.news6 .rq h4{font-size:22px;}
.news6 .text_box{padding:8px 80px 0 0;}
.cpzs_ny{padding:0 10px;}
.cpzs_ny .news3,.cpzs_ny .news5{margin:0 5px 10px;}
}

@media (max-width:600px){
.news2{padding-bottom:10px;margin-bottom:10px;}
.news2 .imgbox{width:120px;height:90px;}
.news2 .text_box{margin-left:130px;}
.news2 .text_box h5{font-size:14px;}
.news2 .text_box p{margin:5px 0 0 0;}
.news2 .text_box .text{height:45px;}
.news2 .text_box span{display:none;}
}

@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
.logo_box .logo{line-height:60px;width:60%;}
.logo_box .logo img{max-height:40px;}
.news1 .con{padding:10px 0;}
.news1 .imgbox{width:50px;height:50px;line-height:50px;}
.news1 .imgbox img{max-height:20px;}
.news1 .text h5{font-size:14px;}
.news1 .text p{font-size:10px;margin-top:0;}
.gsjj .text_box a{width:100%;}
footer ul li{margin-bottom:5px;}
footer ul li:before{display:none;}
}
