html{ padding:0px;margin:0px;font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;font-size:14px;}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0) /* 消除链接点击效果 */;margin:0;padding:0 0;background:#f5f5f5;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s;}
header,article,aside,div,span,p,ul,li,ol,h1,h2,h3,h4,h5{ list-style:none;margin:0;padding:0;text-align: justify;}
img{ border:0;font-size:0;margin:0;vertical-align:bottom;}
a{ background-color:transparent; text-decoration:none; color:#333333}
a:active,a:hover{ outline:0;}
b,strong{font-weight:bold}
hr{ height:1px;border:0;border-top:1px solid #dadada;margin:1em 0;padding:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}
input[type="text"]:focus, textarea:focus, select:focus{ border-color: #ffcb2d !important;}
body.white-bg{ background:#fff;}

/*导航栏*/
.header{ background:#fff;overflow: hidden;padding:10px 0;}
.header-box{ width:1200px;margin:0 auto;height:100px;}
.header .logo{ float:left;height:48px;margin-top:26px;}
.header .logo img{ height:48px;}

.header .head-desc{ float:left;width:460px;margin-top:26px;border-left:solid 2px #eee;padding-left:25px;margin-left:25px;}
.header .head-desc p{ font-size:14px;color:#999;line-height:24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.header .call{ background:url(../images/call.png) no-repeat left center;padding-left:52px;background-size: 38px;float:right;height:42px;margin-top:29px;}
.header .call p.small{ line-height:16px;color:#999;font-size:12px;}
.header .call p.big{ line-height:24px;color:#202E78;font-size:22px;font-weight:bold;}

.nav-bg{ background:#202E78;height:50px;}
.nav{ width:1200px;margin:0 auto;}
.nav:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.nav ul{}
.nav ul li{ Position: relative;width:14.28%;text-align:center; z-index:9;font-size:16px;line-height:50px;float:left;}
.nav ul li a{ color:#fff;display:block;}
.nav ul li:hover a, .nav ul li.hover a{ background:#6989B9;}
.nav ul li ul{ display:none;Position: absolute;top:50px;left:0;width:100%;background:#202E78;padding:10px 0;}
.nav ul li ul li{ width:100%;line-height:40px;padding:0;margin-right:0;float:none;text-align:center;}
.nav ul li ul li a{ padding:0;background:#202E78 !important;}
.nav ul li ul li:hover a{ background:#6989B9 !important;}
.nav ul li:hover ul{ display:block;}
.fixed-hd{ position:fixed;width:100%;top:0;z-index:99;}

/*轮播图*/
.slideBox{ overflow:hidden;position:relative;background:#fff; }
.slideBox .hd{ overflow:hidden; position:absolute; width:100%; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.slideBox .hd ul li{ border-radius:10px;display:inline-block; width:30px; height:2px;margin:0 4px; background:#fff;}
.slideBox .hd ul li.on{ background:#6989B9;}
.slideBox .bd{ position:relative; z-index:0;width: 100%;overflow: hidden}
.slideBox .bd li{ overflow:hidden;margin:0;position:relative; vertical-align:top;text-align:center;}
.slideBox .bd img{ width:100%; }
.slideBox .prev{ display:inline-block;position:absolute; left:0px; top:50%; margin-top:-32px;  width:30px; height:65px; background:url(../images/slide_btn.png) no-repeat left -100px; filter:alpha(opacity=0);opacity:0;}
.slideBox .next{ display:inline-block;position:absolute; right:0px; top:50%; margin-top:-32px;  width:30px; height:65px; background:url(../images/slide_btn.png) no-repeat left -170px; filter:alpha(opacity=0);opacity:0; }
.slideBox:hover .prev,.slideBox:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none; }
.slideBox .nextStop{ display:none; }

.home-bg{ padding:70px 0;background:#fff;margin-bottom:10px;}
.home-box{ width:1200px;margin:0 auto;}
.home-box:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}

.no-border{ border:0;}

.page-title{ height:33px;margin-bottom:50px;overflow: hidden;text-align:center;}
.page-title h2{ display:inline-block;Position: relative;font-weight:800;color:#333;font-size:28px;line-height:30px;height:30px;}
.page-title h2:before{ content:'';position:absolute;height:1px;width:50px;background:#999;left:-90px;top:50%;}
.page-title h2:after{ content:'';position:absolute;height:1px;width:50px;background:#999;right:-90px;top:50%;}

.page-more{ text-align:center;margin-top:50px;}
.page-more a{ display:inline-block;line-height:36px;height:36px;padding:0 60px;color:#fff;background:#202E78;}
.page-more a:hover{ background:#6989B9;}

/*服务项目*/
.home-xm{ overflow:hidden;}
.home-xm ul{ margin:0 -20px 0 -21px;}
.home-xm ul li{ width:16.66%;float:left;}
.home-xm ul li .box{ border-left:solid 1px #ddd;padding:0px 20px;background:#fff;}
.home-xm ul li .img{ text-align:center;margin-bottom:30px;}
.home-xm ul li .img img{ height:50px;}
.home-xm ul li h2{ font-size:20px;color:#6989B9;text-align:center;margin-bottom:10px;}
.home-xm ul li p{ text-align:center;line-height:24px;color:#999;min-height:48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/*首页简介*/
.index-info{ }
.index-info:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.index-info .left-body{ width:540px;float:left;}
.index-info .left-body .a-title{ position:relative;height:78px;margin-bottom:20px;}
.index-info .left-body .a-title h3{ font-size:78px;line-height:78px;font-weight:500;color:#f5f5f5;Position: absolute;top:0;left:-0.9em;}
.index-info .left-body .a-title h2{ font-size:30px;Position: absolute;bottom:4px;left:0;}
.index-info .left-body p{ text-align: justify;line-height:28px;font-size:14px;color:#666;margin-bottom:10px;}
.index-info .left-body p.more-a{ margin-top:20px;font-weight:bold;}
.index-info .left-body p.more-a a{ color:#202E78;}
.index-info .left-body p.more-a i{ display: inline-block; margin-left: 5px;border-left: 8px solid #202E78;border-bottom: 5px solid transparent;border-top: 5px solid transparent;margin-top: -1.5px;vertical-align: middle;}
.index-info .img{ cursor: pointer;width:620px;float:right;position:relative;z-index:2;}
.index-info .img img{ width:100%;/* box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2); */}

/*首页资讯*/
.index-news{ }
.index-news:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.index-news-ul{ margin-left:-30px;}
.index-news-li{ width:33.33%;height:460px;float:left;}
.index-news-box{ margin-left:30px;position:relative;}

.hover-news{ background:#fff;border:solid 1px #ddd;height:458px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.hover-head{ background-color:#1d1e24;padding:40px 0;text-align:center;}
.hover-head img{ height:44px;margin-bottom:20px;}
.hover-head h2{ font-size:20px;line-height:30px;font-weight:800;text-align:center;color:#fff;}

.news-head{ background-color:#f5f5f5;padding:40px 0;text-align:center;}
.news-head img{ height:44px;margin-bottom:20px;}
.news-head h2{ font-size:20px;line-height:30px;font-weight:500;text-align:center;color:#333;}

.hover-news-img{ padding:30px 30px 20px 30px;height:70px;position:relative;}
.hover-news-img img{ width:105px;height:70px;Position: absolute;top:30px;left:30px;}
.hover-news-img .desc{ padding-left:115px;}
.hover-news-img .desc h2{ margin-bottom:2px;font-size:15px;line-height:26px;height:26px;font-weight:500;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hover-news-img .desc p{ line-height:20px;height:40px;font-size:12px;color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hover-news-img:hover .desc h2{ color:#6989B9;}

.hover-list{ overflow: hidden;margin:0 30px;border-top:dashed 1px #ddd;padding-top:12px;}
.hover-list ul{}
.hover-list ul li{ position:relative;height:26px;line-height:26px;font-size:13px;}
.hover-list ul li a{ Position: absolute;left:0;right:90px;display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hover-list ul li span{ display:block;float:right;color:#999;}
.hover-list ul li a:hover, .default-list ul li:hover{ color:#6989B9;}

.list-news{ }
.list-news:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.list-news ul{ margin-top:-30px;margin-left:-40px;}
.list-news ul li{ width:50%;float:left;margin-top:30px;}
.list-news ul li .box{ height:78px;margin-left:40px;Position: relative;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.list-news ul li .desc{ padding-left:120px;}
.list-news ul li .desc h2{ margin-bottom:6px;font-size:18px;height:28px;line-height:28px;font-weight:500;}
.list-news ul li .desc h2 a{ display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-news ul li .desc p{ font-size:12px;color:#999;height:44px;line-height:22px;text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-news ul li .date{ background:#f5f5f5;width:88px;height:78px;text-align:center;Position: absolute;left:0px;top:0px;}
.list-news ul li .date span{ display:block;}
.list-news ul li .date span.days{ padding-top:9px;font-size:28px;line-height:38px;font-weight:bold;color:#666;text-align:center;}
.list-news ul li .date span.years{ font-size:12px;line-height:22px;color:#999;text-align:center;}
.list-news ul li .desc h2 a:hover{ color:#6989B9;}

/*首页案例*/
.home-anli-bg{ background:#fff;padding-bottom:70px;margin-bottom:10px;}
.home-anli-box{ width:1200px;margin:0 auto;}
.home-anli-box:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}

.home-anli-bg .page-title{ padding:70px 0;margin-bottom:50px;background:#202E78 url(../images/anli-bg.jpg) no-repeat center top;}
.home-anli-bg .page-title h2{ color:#fff;}
.home-anli-bg .page-title h2:before, .home-anli-bg .page-title h2:after{ background:#fff;}

.home-anli{ overflow: hidden;}
.home-anli ul{ margin-top:-20px;margin-left:-20px;}
.home-anli ul li{ width:25%;float:left;margin-top:20px;}
.home-anli ul li .box{ margin-left:20px;}
.home-anli ul li img{ width:100%;height:190px;}
.home-anli ul li .desc{ padding:40px 20px;background:#f5f5f5;border-bottom:solid 2px #ddd;}
.home-anli ul li h2{ font-weight:500;text-align:center;margin-bottom:10px;height:28px;line-height:28px;font-size:18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.home-anli ul li p{ font-size:14px;line-height:24px;height:48px;color:#999;text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home-anli ul li .box:hover h2{ color:#6989B9;}
.home-anli ul li .box:hover .desc{ border-bottom:solid 2px #6989B9;}

/*热门城市*/
.hot-city{ }
.hot-city:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.hot-city-ul{ }
.hot-city-li{ Position: relative;padding:5px 15px;background:#f5f5f5;}
.hot-city-ul .hot-city-li:nth-child(2n){ background:#fff;}
.hot-city-li .sheng{ color:#202E78;line-height:26px;font-weight:bold;width:70px;display:block;Position: absolute;left:15px;top:5px;}
.hot-city-li .sheng a{ color:#202E78;}
.list-shi{ padding-left:70px;min-height:26px;}
.list-shi:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.list-shi ul{}
.list-shi ul li{ line-height:26px;float:left;margin-right:20px;Position: relative;}
.list-shi ul li a:hover{ color:#202E78;}
.list-shi ul li ul{ display:none;background:#fff;padding:5px 15px;Position: absolute;z-index:2;left:50%;margin-left:-136px;top:26px;width:240px;border:solid 1px #ddd;}
.list-shi ul li ul:before, .list-shi ul li ul:after { content: '';position: absolute;top:-6px;left:50%;margin-left:-6px;border-left: 6px solid transparent;border-right:6px solid transparent;}
.list-shi ul li ul:before{ border-bottom:6px solid #ccc;}
.list-shi ul li ul:after{ border-bottom:6px solid #fff;margin-top:1px;}
.list-shi ul li:hover ul{ display:block;}

/*列表页*/
.content{ overflow: hidden;width:1200px;margin:30px auto;}
.main{ width:850px;float: left;background:#fff;}
.side{ width: 310px;float: right;}
.danye-con{ overflow: hidden;background:#fff;border:solid 1px #ddd;}

.neiye-banner{ height:320px;}
.now{ height:50px;line-height:50px;font-size:13px;color:#999;border-bottom:1px solid #ddd;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.now span{ color:#6989B9;}
.now a:hover{ color:#6989B9;}

.list-image{ overflow: hidden;padding:30px 0;}
.list-image ul{ margin-top:-20px;margin-left:-20px;}
.list-image ul li{ width:33.33%;float:left;margin-top:20px;}
.list-image ul li .box{ margin-left:20px;}
.list-image ul li img{ margin-bottom:10px;width:100%;height:183px;}
.list-image ul li h2{ font-size:16px;height:26px;line-height:26px;text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-image ul li .box:hover h2{ color:#6989B9;}

.list-article{ overflow: hidden;padding:20px 0;}
.list-article ul{}
.list-article ul li{ border-bottom:dashed 1px #ddd;height:44px;line-height:44px;overflow: hidden;Position: relative;}
.list-article ul li a{ position: absolute;display:block;left:0;top:0;right:100px;height:40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-article ul li a:hover{ color:#6989B9;}
.list-article ul li span{ float:right;color:#ccc;}

.pages{ padding:20px;height:32px;line-height:32px;margin:0;overflow: hidden;text-align:center;}
.pages ul{ text-align:center;}
.pages ul li{ border-radius:50px;display:inline-block;margin:0 2px;}
.pages ul a{ display:inline-block;padding:0 12px;color:#333;border-radius:50px;margin:0 2px;}
.pages ul a:hover{ background:#202E78;color:#fff;}
.pages ul a.page-num-current{ border-radius:50px;background:#202E78;padding:0 12px;color:#fff;}
.pages ul li span.pageinfo{ color:#999;}
.pages span input{ height:24px;line-height:24px;border:1px solid #ccc; width:30px; margin:0 2px 0 2px; text-align:center; padding-top:-1px ;font-size:14px;}
.city-page{ margin-top:50px;}


.side-box{ margin-bottom:0px;background:#fff;}
.side-head{ border-bottom:solid 1px #ddd;height:50px;line-height:50px;}
.side-head:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.side-head h4{ font-size:18px;font-weight:500;height:50px;float:left;border-bottom:solid 1px #202E78;}

.side-xm{ padding:20px 0;overflow: hidden;}
.side-xm ul{ margin-top:-5px;margin-left:-5px;}
.side-xm ul li{ width:50%;float:left;margin-top:5px;}
.side-xm ul li .box{ margin-left:5px;}
.side-xm ul li a{ display:block;height:40px;line-height:40px;text-align:center;background:#f5f5f5;}
.side-xm ul li a:hover, .side-xm ul li.hover a{ color:#fff;background:#202E78;}

.side-new{ padding:20px 0;overflow:hidden;}
.side-new ul{ }
.side-new ul li{ Position: relative;font-size:14px;margin-bottom:10px; height:20px;line-height:20px;padding-left:16px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;color:#999;}
.side-new ul li:before{ content: "";position: absolute;top: 8px;left: 0px;width: 4px;height: 4px;background-color: #202E78;}
.side-new ul li a{ color:#444;}
.side-new ul li a:hover{ color:#6989B9;}

.side-cp{ padding:20px 0;overflow:hidden;}
.side-cp ul{ margin-left:-5px;margin-top:-20px;}
.side-cp ul li{ width:50%;float:left;margin-top:20px;}
.side-cp ul li .box{ margin-left:5px;}
.side-cp ul li .img{ Position: relative;}
.side-cp ul li .img img{ width:100%;height:98px;margin-bottom:5px;}
.side-cp ul li p{ padding-right:5px;height:40px;line-height:20px;font-size:14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.side-cp ul li .box:hover p{ color:#6989B9;}

.arc-con{ padding:30px 0;}
.arc-head{ border-bottom:solid 1px #ddd;padding-bottom:20px;margin-bottom:20px;}
.arc-head h1{ text-align: justify;font-size:24px;line-height:34px;margin-bottom:10px;}
.arc-head .info{ line-height:20px;color:#999;overflow:hidden;font-size:13px;}
.arc-head .info i{ display:inline-block;font-style:normal;padding:0 20px;color:#ddd;}
.arc-body{ line-height:28px;font-size:15px;color:#555;text-align: justify;}
.arc-body p{ margin-bottom:24px;}
.arc-body img{ max-width:100% !important;height:auto !important;}

.body-copy{ margin-bottom:30px;font-size:12px;background:#fafafa;padding:16px 20px;border:solid 1px #eee;color:#666;line-height:24px;}
.new-ssp-box{ overflow: hidden;color:#999;margin-bottom:30px;}
.new-ssp-box p.pre{ overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom:15px;}
.new-ssp-box p.next{ overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.new-ssp-box p a:hover{ clor:#202E78;}

.about-head{ border-bottom:solid 1px #ddd;height:50px;line-height:50px;margin-bottom:15px;}
.about-head:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.about-head h4{ font-size:18px;font-weight:500;height:50px;float:left;border-bottom:solid 1px #202E78;}

.arc-about{ overflow: hidden;}
.arc-about ul{ margin-left:-50px;}
.arc-about ul li{ width:50%;float:left;}
.arc-about ul li .box{ margin-left:50px;overflow: hidden;height:32px;line-height:32px;position:relative;}
.arc-about ul li .box:before{ content: "";position: absolute;top: 14px;left: 0px;width: 4px;height: 4px;background-color: #202E78;}
.arc-about ul li a{ padding-left:20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.arc-about ul li a:hover{ color:#202E78;}

/*单页*/
.danye-content{ padding:30px 0;}

.son-nav{ width:260px;float:left;overflow: hidden;background:#f5f5f5;}
.son-nav h4{ background:#202E78;color:#fff;font-size:18px;font-weight:500;height:50px;line-height:50px;text-align:center;}
.son-nav ul{ padding:5px;margin-left:-5px;}
.son-nav ul li{ }
.son-nav ul li .box{ margin-left:5px;}
.son-nav ul li a{ display:block;height:50px;line-height:50px;text-align:center;background:#f5f5f5;}
.son-nav ul li.hover a, .son-nav ul li:hover a{ background:#fff;color:#202E78;}

.danye-body{ width:900px;float:right;overflow: hidden;background:#fff;line-height:28px;font-size:15px;color:#555;text-align: justify;}
.danye-body h1{ font-size:28px;font-weight:500;text-align:center;color:#000;margin-bottom:30px;}
.danye-body p{ margin-bottom:24px;}
.danye-body img{ max-width:100% !important;height:auto !important;}


.footer{ padding:50px 0;background:#222;}
.footer-box{ width:1200px;margin:0 auto;overflow: hidden;}

.footer-dh{ margin-bottom:30px;float:left;overflow: hidden;width:250px;border-right:solid 1px rgba(255,255,255,0.2);}
.footer-dh ul{}
.footer-dh ul li{ width:50%;line-height:40px;float:left;}
.footer-dh ul li a{ color:#999;font-size:14px;}

.footer-desc{ float:left;width:450px;padding:0 50px;margin-right:50px;border-right:solid 1px rgba(255,255,255,0.2);}
.footer-desc p{ line-height:24px;color:#999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.footer-mesg{ color:#999;overflow: hidden;float:left;width:300px;padding-top:15px;}
.footer-mesg h2{ margin-bottom:10px;padding:5px 0;font-size:36px;line-height:48px;color:#6989B9;}
.footer-mesg h2 span{ display:block;font-size:14px;line-height:24px;color:#999;}
.footer-mesg p{ line-height:26px;font-size:14px;}

.footer-copy{ font-size:14px;padding-top:20px;color:rgba(255,255,255,0.6);line-height:36px;overflow: hidden;width:100%;border-top:solid 1px rgba(255,255,255,0.2);}
.footer-copy a{ color:rgba(255,255,255,0.6);}
.footer-copy p.copy{ float:left;}
.footer-copy p.link{ float:right;}
.footer-copy p.link span{ display:block;float:left;}
.footer-copy p.link a{ display:block;float:left;margin-left:20px;}

/*客服*/
.kefu{ position:fixed;z-index:98;right:5px;top:484px;width:60px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.kefu ul{}
.kefu ul li{ border-radius:5px;background:#202E78;margin-bottom:5px;cursor: pointer;Position: relative;padding:10px 0;}
.kefu ul li i{ display:block;height:28px;width:28px;margin:0 auto;margin-bottom:6px;}
.kefu ul li i.icon-kefu-2{ background:url(../img/kefu-2.svg) no-repeat center center;background-size: 100%;}
.kefu ul li i.icon-kefu-4{ background:url(../img/kefu-4.svg) no-repeat center center;background-size: 90%;}
.kefu ul li p{ color:rgba(255,255,255,0.8);font-size:12px;line-height:20px;text-align:center;}
.kefu ul li p span{ display: none;}
.kefu ul li a{ display:block;}
.kefu ul li .kefu-call{ border-radius:5px 0 0 5px;display:none;Position: absolute;right:60px;top:0;background:#fff;height:52px;padding:10px 20px;border:solid 1px #eee;}
.kefu ul li .kefu-call p{ color:#333 !important;font-size:14px;line-height:20px;text-align:left;}
.kefu ul li .kefu-call strong{ display:block;font-size:24px;line-height:34px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#202E78;}
.kefu ul li:hover .kefu-call{ display:block;}
.kefu ul li:nth-child(1):hover{ border-radius:0 5px 5px 0;}
.kefu ul li:hover p{ color:#fff;}
.kefu ul li:last-child{ margin-bottom:0;}
.fixed-center{ top:50%;transform:translateY(-50%);}

/*移动端适配*/
@media screen and (min-width:0px) and (max-width:960px){
body{ padding:50px 0;background:#f5f5f5;}
body.fixed{ position: fixed;width: 100%;}

.header{ padding:0;position: fixed;width:100%;top:0;z-index:101;background:#fff;border-bottom:solid 0.5px #ccc;height:50px;overflow: hidden;}
.header-box{ width:auto;height:50px;}
.header .logo{ height:28px;margin-top:11px;margin-left:15px;}
.header .logo img{ height:28px;}
.header .head-desc{ display:none;}
.header .call{ display:none;}

.nav-bg{ overflow: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;position: fixed;z-index:101;width:70%;top:0;right:-70%;bottom:0;height:auto;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.nav{ width:auto;padding:20px 0 20px 20px;}
.nav:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.nav ul{}
.nav ul li{ width:100%;line-height:50px;float:none;border-bottom:solid 1px rgba(0, 0, 0, 0.1);text-align:left;}
.nav ul li a{ padding:0 0;display:block;}
.nav ul li:hover a, .nav ul li.hover a{ background:#202E78;}
.nav ul li ul{ display:block;Position: static;top:0;left:0;width:100%;padding:0 0 10px 20px;}
.nav ul li ul li{ font-size:14px;line-height:32px;padding:0;margin-right:0;float:none;text-align:left;border-bottom:0;}
.nav ul li ul li a{ padding:0;background:#202E78 !important;color:#fff;}
.nav ul li ul li:hover a{ background:#202E78 !important;}
.nav ul li:last-child{ border-bottom:0;}

.header .menu{ Position: absolute;right:6px;top:8px;width:34px;height:34px;background: url(../img/menu.png) no-repeat center center;background-size:100%;}
.nav_bg{ display:none;position:fixed;overflow:hidden;height:100%;top:0px;left:0%;right:0;bottom:0;z-index:99;background: rgba(0, 0, 0, 0.4);}
.menu_left{ right:0;}
.off{ display:none;}
.on{ display:block;}

.slideBox{ background:#666; }
.slideBox .hd{ bottom:10px; z-index:1; }
.slideBox .hd ul li{ width:20px;}
.slideBox .prev{ display:none;}
.slideBox .next{ display:none;}

.home-bg{ padding:20px 15px;background:#fff;border-bottom:solid 0 #ddd;margin-bottom:10px;}
.home-bg2{ padding:20px 15px;background:#fff;border-bottom:solid 0 #ddd;margin-bottom:10px;}
.home-box{ width:auto;}
.no-border{ border:0;}

.page-title{ height:33px;margin-bottom:20px;overflow: hidden;text-align:center;}
.page-title h2{ display:inline-block;Position: relative;font-weight:800;color:#333;font-size:20px;line-height:30px;height:30px;}
.page-title h2:before{ content:'';position:absolute;height:1px;width:30px;background:#999;left:-60px;top:50%;}
.page-title h2:after{ content:'';position:absolute;height:1px;width:30px;background:#999;right:-60px;top:50%;}

.page-more{ text-align:center;margin-top:20px;}

/*服务项目*/
.home-xm{ overflow:hidden;}
.home-xm ul{ margin:0;margin-left:-1px;margin-top:-1px;}
.home-xm ul li{ width:33.3334%;float:left;margin-top:1px;}
.home-xm ul li .box{ border-left:0;margin-left:1px;background:#f5f5f5;padding:15px 5px;}
.home-xm ul li .img{ text-align:center;margin-bottom:10px;}
.home-xm ul li .img img{ height:46px;}
.home-xm ul li h2{ font-weight: 500;font-size:16px;text-align:center;margin-bottom:0px;}
.home-xm ul li p{ display:none;}

/*首页简介*/
.index-info{ }
.index-info .left-body{ width:auto;float:none;}
.index-info .left-body .a-title{ position:relative;height:58px;margin-bottom:20px;}
.index-info .left-body .a-title h3{ text-align:center;font-size:58px;line-height:58px;font-weight:500;color:#f5f5f5;Position: absolute;top:0;left:0;right:0;}
.index-info .left-body .a-title h2{ text-align:center;font-size:22px;Position: absolute;bottom:4px;left:0;right:0;}
.index-info .left-body p{ line-height:24px;}
.index-info .img{ cursor: pointer;width:auto;float:none;margin-bottom:15px;}

/*首页案例*/
.home-anli-bg{ padding-bottom:20px;margin-bottom:10px;}
.home-anli-box{ width:auto;margin:0 auto;}
.home-anli-bg .page-title{ padding:40px 0;margin-bottom:20px;}

.home-anli{ padding:0 15px;}
.home-anli ul{ margin-top:-5px;margin-left:-5px;}
.home-anli ul li{ width:50%;float:left;margin-top:5px;}
.home-anli ul li .box{ margin-left:5px;}
.home-anli ul li img{ width:100%;height:124px;}
.home-anli ul li .desc{ padding:20px 10px;background:#f5f5f5;border-bottom:solid 2px #ddd;}
.home-anli ul li h2{ font-weight:500;text-align:center;margin-bottom:10px;height:28px;line-height:28px;font-size:18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.home-anli ul li p{ font-size:14px;line-height:24px;height:48px;color:#999;text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/*首页资讯*/
.index-news{ overflow:hidden;}
.index-news-ul{ margin-left:0;margin-top:-15px;}
.index-news-li{ width:auto;height:auto;float:none;}
.index-news-box{ margin-left:0;position:relative;margin-top:15px;}

.news-head{ background-color:#f5f5f5;padding:20px 0;text-align:center;}
.news-head img{ height:34px;margin-bottom:10px;}
.news-head h2{ font-size:20px;line-height:30px;font-weight:500;text-align:center;color:#333;}

.hover-news{ height:auto;padding-bottom:20px;}
.hover-list{ margin:0 20px;}
.hover-news-img{ padding: 20px 20px 20px 20px;}
.hover-news-img img{ left:20px;top:20px;}

.list-news ul{ margin-top:-15px;margin-left:0;}
.list-news ul li{ width:auto;float:none;margin-top:15px;}
.list-news ul li .box{ height:78px;margin-left:0px;Position: relative;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.list-news ul li .desc{ padding-left:103px;}
.list-news ul li .desc h2{ margin-bottom:6px;font-size:18px;height:28px;line-height:28px;font-weight:500;}
.list-news ul li .desc h2 a{ display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-news ul li .desc p{ font-size:12px;color:#999;height:44px;line-height:22px;text-align:justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-news ul li .date{ background:#f5f5f5;width:88px;height:78px;text-align:center;Position: absolute;left:0px;top:0px;}
.list-news ul li .date span{ display:block;}
.list-news ul li .date span.days{ padding-top:9px;font-size:28px;line-height:38px;font-weight:bold;color:#666;text-align:center;}
.list-news ul li .date span.years{ font-size:12px;line-height:22px;color:#999;text-align:center;}
.list-news ul li .desc h2 a:hover{ color:#6989B9;}


/*列表*/
.content{ overflow: hidden;width:auto;margin:0px 0;}
.main{ width:auto;min-height:auto;float: none;background:#fff;border:0;margin-bottom:10px;}
.side{ display:none;}
.now{ margin:0 15px;}

.list-image{ overflow: hidden;padding:20px 15px;}
.list-image ul{ margin-top:-15px;margin-left:-5px;}
.list-image ul li{ width:50%;float:left;margin-top:15px;}
.list-image ul li .box{ margin-left:5px;}
.list-image ul li img{ margin-bottom:10px;width:100%;height:124px;}
.list-image ul li h2{ font-size:16px;height:26px;line-height:26px;text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-image ul li .box:hover h2{ color:#6989B9;}
.list-article{ overflow: hidden;padding:20px 15px;}
.pages{ padding:15px;}
.city-page{ margin-top:20px;}

.arc-con{ padding:15px;}
.body-copy{ margin-bottom:30px;font-size:12px;padding:15px;line-height:20px;}
.new-ssp-box{ overflow: hidden;color:#999;margin-bottom:30px;font-size:14px;}
.new-ssp-box p.pre{ float:none;margin-bottom:10px;}
.new-ssp-box p.next{ float:none;}
.new-ssp-box a:hover{ color:#202E78;}

.arc-about{ overflow: hidden;}
.arc-about ul{ margin-left:0;}
.arc-about ul li{ width:auto;float:none;}
.arc-about ul li .box{ margin-left:0;}

/*单页*/
.danye-content{ padding:0 0 20px 0;}

.son-nav{ margin:15px;width:auto;float:none;overflow: hidden;background:#f5f5f5;}
.son-nav h4{ background:#202E78;color:#fff;font-size:18px;font-weight:500;height:50px;line-height:50px;text-align:center;}
.son-nav ul{ padding:5px;margin-left:-5px;margin-top:-5px;overflow: hidden;}
.son-nav ul li{ width:33.33%;float:left;margin-top:5px;}
.son-nav ul li .box{ margin-left:5px;}
.son-nav ul li a{ display:block;height:44px;line-height:44px;text-align:center;background:#fff;}
.son-nav ul li.hover a, .son-nav ul li:hover a{ background:#fff;color:#202E78;}

.danye-body{ padding:15px;width:auto;float:none;overflow: hidden;background:#fff;line-height:28px;font-size:15px;color:#555;text-align: justify;}
.danye-body h1{ font-size:24px;font-weight:500;text-align:center;color:#000;margin-bottom:30px;}
.danye-body p{ margin-bottom:24px;}
.danye-body img{ max-width:100% !important;height:auto !important;}

/*页脚*/
.footer{ padding:20px 15px;background:#fff;}
.footer-box{ width:auto;margin:0 auto;overflow: hidden;}
.footer-dh{ display:none;}
.footer-mesg{ display:none;}
.footer-desc{ display:none;}
.footer-copy{ font-size:12px;padding-top:0;color:rgba(0,0,0,0.6);line-height:24px;overflow: hidden;width:100%;border-top:solid 0 rgba(255,255,255,0.2);}
.footer-copy a{ color:rgba(0,0,0,0.6);}
.footer-copy p.copy{ float:none;text-align:center;}
.footer-copy p.link{ display:none;}

/*客服*/
.kefu{ position:fixed;z-index:98;right:0;top:auto;bottom:0 !important;width:100%;}
.kefu ul{ margin-left:-1px;}
.kefu ul li{ text-align:center;border-radius:10px 10px 0 0;;margin:0;width:auto;padding:0;line-height:50px;height:50px;float:none;}
.kefu ul li i{ vertical-align:middle;display:inline-block;height:22px;width:22px;margin:0 auto;margin-top:-3px;margin-bottom:0;}
.kefu ul li i.icon-kefu-1{ background:url(../images/kefu-1.svg) no-repeat center center;background-size: 100%;}
.kefu ul li p{ display:inline-block;color:#fff;font-size:16px;line-height:20px;text-align:center;}
.kefu ul li:nth-child(2){ display:none;}
.kefu ul li .kefu-call{ display:none !important;}
.kefu ul li p span{ display:inline-block;padding-left:5px;}
.fixed-center{ top:auto;transform:translateY(0%);}

}