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{ overflow-y:scroll;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;padding: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;}
a{ background-color:transparent; text-decoration:none; color:#333;}
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}
body.bg-white{ background:#fff;}

/*导航栏*/
.header{ background:rgba(40,56,134,0);position:fixed;top:0;width:100%;z-index:100;height:90px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.header-box{ z-index:9;margin:0 5%;height:90px;}
.header-box:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.header .logo{ float:left;margin-top:25px;}
.header .logo img{ height:40px;}
.header .logo img.logo-on{ display:none;}

.navbr{ height:90px;float:right;}
.navbr:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.navbr ul{ }
.navbr ul li{ float:left;margin-left:50px;padding:0;Position:relative;}
.navbr ul li em{ display:none;}
.navbr ul li.hover:before, .navbr ul li:hover:before{ content:'';position:absolute;z-index:3;bottom:0;left:50%;transform:translateX(-50%);width:15px;height:4px;background:#fff;}
.navbr ul li.qiehuan:hover:before{ display:none;}
.navbr ul li a{ font-weight:bold;display:block;height:90px;line-height:90px;font-size:17px;color:#fff;}
.navbr ul li.qiehuan a span.iconfont{ font-size:25px;vertical-align:middle;display:inline-block;}
.navbr ul li ul{ padding:12px 0;border-radius:6px;display:none;width:180px;background:#283886;position:absolute;z-index:4;left:50%;transform:translateX(-50%);text-align:center;top:80px;}
.navbr ul li ul:after{ content:'';position:absolute;left:50%;transform:translateX(-50%);z-index:2;top:-7px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #283886;}
.navbr ul li ul li{ margin:0;float:none;text-align:center;}
.navbr ul li ul li a{ font-size:15px;color:#fff !important;line-height:36px;height:36px;}
.navbr ul li ul li span{ display:none;}
.navbr ul li ul li:hover{ border:0;}
.navbr ul li ul li a:hover{ background:rgba(255,255,255,0.1);color:#fff !important;}
.navbr ul li:hover ul{ display:block;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);}
.navbr ul li ul li:before, .navbr ul li ul li:hover:before{ display:none}

.top-call{ float:right;border-left:solid 2px #fff;color:#fff;padding-left:25px;margin-left:25px;height:30px;line-height:30px;margin-top:30px;font-size:25px;}
.top-call span.iconfont{ font-size:25px;}
.top-search{ cursor: pointer;float:right;height:90px;line-height:90px;color:#fff;margin-left:50px;}
.top-search span.iconfont{ font-size:22px;vertical-align:middle;display:inline-block;}

.fixed-hd, .fixed-hd2{ background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.fixed-hd .logo img.logo-on, .fixed-hd2 .logo img.logo-on{ display:block;}
.fixed-hd .logo img.logo-white, .fixed-hd2 .logo img.logo-white{ display:none;}
.fixed-hd ul li a, .fixed-hd2 ul li a{ color:#333;}
.fixed-hd ul li.hover a, .fixed-hd ul li:hover a, .fixed-hd2 ul li.hover a, .fixed-hd2 ul li:hover a{ color:#283886;}
.fixed-hd .navbr ul li.hover a, .fixed-hd .navbr ul li:hover a, .fixed-hd2 .navbr ul li.hover a, .fixed-hd2 .navbr ul li:hover a{ color:#283886;}
.fixed-hd .top-call, .fixed-hd2 .top-call{ float:right;border-left:solid 2px #ccc;color:#333;}
.fixed-hd .navbr ul li.hover:before, .fixed-hd .navbr ul li:hover:before, .fixed-hd2 .navbr ul li.hover:before, .fixed-hd2 .navbr ul li:hover:before{ content:'';position:absolute;z-index:3;bottom:0;left:50%;transform:translateX(-50%);width:15px;height:4px;background:#283886;}
.fixed-hd .top-search, .fixed-hd2 .top-search{ color:#333;}
.fixed-hd .top-search:hover, .fixed-hd2 .top-search:hover{ color:#283886;}

.search-bg{ background:rgba(255,255,255,0.97);position:fixed;height:0;z-index:100;top:90px;left:0;right:0;overflow: hidden;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.search-con{ Position: absolute;transform:translate(-50%, -50%);top:50%;left:50%;width:960px;overflow: hidden;}
.search-con input{ outline:none;background:rgba(0,0,0,0);border:0;border-bottom:solid 2px #999;padding:0;height:72px;line-height:72px;font-size:20px;width:100%;text-align:center;border-radius:0;color:#333;}
.search-con input:focus{ border-bottom:solid 2px #283886;color:#283886;}
.s_button{ text-align:center;margin-top:50px;}
.s_button button{ width:180px;height:60px;text-align:center;line-height:60px;font-size:20px;border-radius:50px;border:0;outline:none;background:#283886;color:#fff;cursor: pointer;}
.search-con .guanbi-search{ text-align:center;color:#333;margin-bottom:100px;}
.search-con .guanbi-search .iconfont{ display:inline-block;cursor: pointer;font-size:40px;font-weight:100 !important;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.search-con .guanbi-search .iconfont:hover{ transform:rotate(180deg);}
.search-on{ height: 100%;}

.header .menu-btn{ display:none;}

/*轮播图*/
.slideBox{ overflow:hidden;position:relative;background:#f5f5f5;}
.slideBox .hd{ overflow:hidden; position:absolute;z-index:2;left:5%;bottom:60px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.slideBox .hd ul li{ Position: relative;cursor: pointer;display:inline-block;border-radius:100%; width:12px; height:12px;border:solid 1px #fff;margin-right:20px;}
.slideBox .hd ul li.on{ background:#fff;}
.slideBox .bd{ position:relative; z-index:0;width: 100%;height: 100%;overflow: hidden}
.slideBox .bd .tempWrap{ height:100%;}
.slideBox .bd ul{ height:100% !important;}
.slideBox .bd li{ overflow:hidden;margin:0;position:relative;height: 100%;}
.slideBox .bd li .banner-bg{ height:100%;background-size:cover !important;}
.slideBox .bd li .banner-tips{ position:absolute;z-index:2;left:5%;top:50%;transform:translateY(-50%);color:#fff;}
.slideBox .bd li .banner-tips h2{ margin-bottom:20px;font-size:42px;line-height:1.6;font-weight:500;}
.slideBox .bd li .banner-tips p{ margin-bottom:50px;font-size:20px;line-height:1.6;font-weight:500;width:580px;}
.slideBox .bd li .banner-tips .link-more a{ text-align:center;display:block;color:#fff;font-size:18px;height:50px;line-height:50px;width:180px;background:#85c229;border-radius:3px;}
.slideBox .bd li .banner-tips .link-more a span.iconfont{ font-size:18px;margin-left:50px;}
.slideBox .bd li .banner-tips .link-more a:hover{ background:#283886;}
@keyframes imgbig {
0%   { -webkit-transform:scale(1.30);-moz-transform:scale(1.30);transform:scale(1.30);}
100% { -webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0);}
}
.slideBox .bd li.on .banner-bg{ animation:imgbig 2s infinite;animation-delay:0s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;}
@keyframes sbhd {
0%   { transform:translateY(50px);opacity: 0;}
100%   { transform:translateY(0);opacity: 1;}
}
.slideBox .bd li.on .banner-tips h2{ animation:sbhd 0.6s infinite;animation-delay:0.4s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}
.slideBox .bd li.on .banner-tips p{ animation:sbhd 0.6s infinite;animation-delay:0.8s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}
.slideBox .bd li.on .banner-tips .link-more a{ animation:sbhd 0.6s infinite;animation-delay:1.2s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}

.slideBox .prev, .slideBox .next{ transform:translateX(-55px);text-align:center;width:40px;height:40px;line-height:40px;border:solid 1px #fff;border-radius:10px;position:absolute;z-index:2;right:5%;bottom:50px;color:#fff;}
.slideBox .next{ transform:translateX(0);}
.slideBox .prev:hover, .slideBox .next:hover{ background:#fff;color:#283886;}

/*通用标题*/
.head-title{ margin-bottom:50px;height:52px;overflow:hidden;}
.head-title h2{ float:left;margin-bottom:20px;font-size:42px;line-height:52px;font-weight:500;}
.head-title a.more{ margin-top:1px;text-align:center;display:block;float:right;color:#fff;font-size:18px;height:50px;line-height:50px;width:180px;border-radius:3px;background:#283886;}
.head-title a.more span.iconfont{ font-size:18px;margin-left:50px;}
.head-title a.more:hover{ background:#85c229;color:#fff;}

/*首页产品*/
.index-chanpin-bg{ padding:80px 0;background-size:cover !important;}
.index-chanpin-box{ margin:0 5%;}

.picScroll-left{ overflow:hidden;}
.picScroll-left .hd{ overflow:hidden;margin-top:30px;text-align:center;font-size:0;}
.picScroll-left .hd ul{ display:inline-block;text-align:center;}
.picScroll-left .hd ul li{ display:inline-block;width:30px;height:10px;margin:0 5px;position:relative;cursor:pointer;}
.picScroll-left .hd ul li:after{ content:'';position:absolute;z-index:2;top:2px;left:0;right:0;height:4px;background:#ccc;}
.picScroll-left .hd ul li.on:after{ content:'';position:absolute;z-index:2;top:2px;left:0;right:0;height:4px;background:#283886;}

.picScroll-left .bd{ overflow:hidden;margin-left:-20px;}
.picScroll-left .bd ul{}
.picScroll-left .bd ul li{ width:25%;float:left;}
.picScroll-left .bd ul li .box{ margin-left:20px;padding:19px;border:solid 1px #fff;background:#fff;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-left .bd ul li .box:hover{ border:solid 1px #283886;}
.picScroll-left .bd ul li .box .img{ overflow:hidden;}
.picScroll-left .bd ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-left .bd ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.picScroll-left .bd ul li .box p{ margin-top:20px;font-size:16px;font-weight:bold;line-height:26px;height:26px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.picScroll-left .bd ul li .box:hover p{ color:#283886;}

/*首页关于*/
.index-guanyu-bg{ background-size:cover !important;background-attachment:fixed !important;}
.index-guanyu-box{ height:640px;overflow:hidden;position:relative;}

.left-guanyu-content{ position:absolute;z-index:2;left:5%;top:50%;transform:translateY(-50%);width:36%;}
.left-guanyu-content h2{ margin-bottom:20px;color:#fff;font-size:42px;line-height:52px;font-weight:500;}
.left-guanyu-content h3{ color:#fff;font-size:24px;line-height:34px;font-weight:500;}
.left-guanyu-content p{ line-height:1.8;color:rgba(255,255,255,0.8);margin-top:40px;text-align:justify;}
.left-guanyu-content .link-more{ margin-top:40px;}
.left-guanyu-content .link-more a{ text-align:center;display:block;color:#fff;font-size:18px;height:50px;line-height:50px;width:180px;background:#283886;border-radius:3px;}
.left-guanyu-content .link-more a span.iconfont{ font-size:18px;margin-left:50px;}
.left-guanyu-content .link-more a:hover{ background:#85c229;}

.gongsi-info{ margin-left:50%;overflow:hidden;}
.gongsi-info ul{}
.gongsi-info ul li{ position:relative;height:640px;width:25%;float:left;overflow:hidden;border-left:solid 1px rgba(255,255,255,0.4);box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.gongsi-info ul li .box{ padding:0 14%;position:absolute;z-index:2;top:50%;transform:translateY(-50%);}
.gongsi-info ul li .box .img{ margin-bottom:50px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.gongsi-info ul li .box .img img{ height:50px;}
.gongsi-info ul li .box h2{ line-height:42px;margin-bottom:5px;font-size:32px;color:#fff;}
.gongsi-info ul li .box h2 span.counter{ font-size:32px;padding-right:4px;}
.gongsi-info ul li .box h2 span{ font-size:12px;}
.gongsi-info ul li .box p{ color:rgba(255,255,255,0.8);font-size:14px;line-height:24px;}
.gongsi-info ul li .box:hover .img{ transform:translateY(-20px);}

/*首页工程*/
.index-gongcheng-bg{ padding:80px 0;background-size:cover !important;}
.index-gongcheng-bg .head-title{ margin:0 5%;margin-bottom:50px;}

.picScroll-anli{ overflow:hidden;}
.picScroll-anli .hd{ overflow:hidden;margin:0 5%;margin-top:30px;}
.picScroll-anli .hd span.pageState{ display:block;float:left;line-height:52px;font-size:24px;}
.picScroll-anli .hd span.pageState span{ color:#85c229;}
.picScroll-anli .hd a.prev, .picScroll-anli .hd a.next{ margin-left:13px;margin-top:5px;display:block;float:right;text-align:center;width:40px;height:40px;line-height:40px;border:solid 1px #283886;border-radius:10px;color:#283886;cursor:pointer;}
.picScroll-anli .hd a.prev:hover, .picScroll-anli .hd a.next:hover{ background:#283886;color:#fff;}

.picScroll-anli .bd{ overflow:hidden;margin-left:5%;}
.picScroll-anli .bd ul{}
.picScroll-anli .bd ul li{ width:45%;float:left;}
.picScroll-anli .bd ul li .box{ margin-right:20px;Position:relative;}
.picScroll-anli .bd ul li .box .img{ overflow:hidden;}
.picScroll-anli .bd ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-anli .bd ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.picScroll-anli .bd ul li .box .desc{ Position:absolute;bottom:0;left:0;right:0;padding:25px 40px;background:rgba(40,56,134,0.4);}
.picScroll-anli .bd ul li .box .desc h2{ margin-bottom:5px;font-size:22px;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;}
.picScroll-anli .bd ul li .box .desc p{ color:#fff;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.list-index-anli{ overflow:hidden;margin:0 5%;}
.list-index-anli ul{ margin-left:-20px;}
.list-index-anli ul li{ width:33.3334%;float:left;}
.list-index-anli ul li .box{ overflow:hidden;margin-left:20px;Position:relative;}
.list-index-anli ul li .box .img{ overflow:hidden;}
.list-index-anli ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-anli ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-index-anli ul li .box .desc{ Position:absolute;bottom:0;left:0;right:0;padding:20px 15px;background:rgba(40,56,134,0.4);}
.list-index-anli ul li .box .desc h2{ margin-bottom:5px;font-size:22px;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;}
.list-index-anli ul li .box .desc p{ color:#fff;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

/*首页新闻*/
.index-news-bg{ padding:80px 0;background:#f5f8ff;}
.index-news-box{ margin:0 5%;}

.list-index-news{ }
.list-index-news:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-index-news ul{ margin-left:-20px;}
.list-index-news ul li{ width:33.33334%;float:left;}
.list-index-news ul li .box{ background:#fff;overflow:hidden;margin-left:20px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-news ul li .box:hover{ box-shadow:0 0 20px rgba(0, 0, 0, 0.1);}
.list-index-news ul li .box .big-img{ overflow:hidden;Position:relative;}
.list-index-news ul li .box .big-img span{ border-radius:0 0 10px 0;background:#85c229;Position:absolute;z-index:2;left:0;top:0;height:36px;line-height:36px;padding:0 20px;color:#fff;}
.list-index-news ul li:nth-child(1) .box .big-img span{ background:#283886;}
.list-index-news ul li:nth-child(3) .box .big-img span{ background:#ff9900;}
.list-index-news ul li .box .big-img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-news ul li .box:hover .big-img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-index-news ul li .box .big-img .title{ background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));Position:absolute;bottom:0;left:0;right:0;padding:50px 30px 15px 30px;}
.list-index-news ul li .box .big-img p{ ;font-size:20px;color:#fff;line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;Position:absolute;left:0;bottom:15px;left:30px;right:30px;}
.list-index-news ul li .box .ll{ overflow:hidden;padding:30px;}
.list-index-news ul li .box .ll p a{ font-size:16px;display:block;height:40px;line-height:40px;Position:relative;padding-right:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-index-news ul li .box .ll p a span.data{ font-size:14px;display:block;Position:absolute;z-index:2;right:0;top:0;color:#ccc;}
.list-index-news ul li .box .ll p a:hover span.data{ color:#283886;}
.list-index-news ul li .box .ll p a:hover{ color:#283886;}

.list-home-news{ }
.list-home-news:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-home-news ul{ margin-top:-20px;margin-left:-20px;}
.list-home-news ul li{ width:33.33334%;float:left;margin-top:20px;}
.list-home-news ul li .box{ background:#fff;overflow:hidden;margin-left:20px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-home-news ul li .box:hover{ box-shadow:0 0 20px rgba(0, 0, 0, 0.1);}
.list-home-news ul li .box .img{ overflow:hidden;Position:relative;}
.list-home-news ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-home-news ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-home-news ul li .box .img span{ border-radius:0 0 10px 0;background:#283886;Position:absolute;z-index:2;left:0;top:0;height:36px;line-height:36px;padding:0 20px;color:#fff;}
.list-home-news ul li .box .desc{ padding:25px 30px;}
.list-home-news ul li .box .desc h2{ margin-bottom:5px;height:28px;line-height:28px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.list-home-news ul li .box:hover .desc h2{ color:#283886;}
.list-home-news ul li .box .desc p.miaoshu{ margin-bottom:20px;line-height:24px;height:48px;color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-home-news ul li .box .desc p.riqi{ line-height:24px;color:#333;}

/*内页banner*/
.neiye-banner{ overflow:hidden;Position:relative;}
.neiye-banner img{ width:100%;}
.neiye-banner .info{ color:#fff;Position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);}
.neiye-banner .info h2{ margin-bottom:10px;text-align:center;font-size:46px;color:#fff;font-weight:800;}
.neiye-banner .info h3{ text-align:center;font-size:24px;color:rgba(255,255,255,0.7);font-weight:800;text-transform:uppercase;}

.view-banner{ height:320px;background-size:cover !important;}

/*当前位置*/
.contenter{ padding:3% 5%;background:#fff;}

.now{ background:#fff;border-bottom:solid 1px #eee;}
.now-box{ margin:0 5%;overflow:hidden;}
.now .left{ font-size:14px;line-height:66px;float:left;color:#999;}
.now .left a{ color:#999;}
.now .left a:hover{ color:#283886;}
.now .left span.iconfont{ color:#283886;padding-right:10px;font-size:14px;}
.now .right{ font-size:14px;line-height:66px;float:right;color:#999;}
.now .right a{ color:#999;}
.now .right a:hover{ color:#283886;}
.now .right span.iconfont{ color:#283886;padding-right:10px;font-size:14px;}

.now .son-nav{ float:left;overflow:hidden;border-right:solid 1px #eee;}
.now .son-nav ul{}
.now .son-nav ul li{ float:left;border-left:solid 1px #eee;line-height:66px;}
.now .son-nav ul li a{ font-size:16px;display:block;padding:0 30px;}
.now .son-nav ul li.hover a, .now .son-nav ul li:hover a{ background:#283886;color:#fff;}

/*关于我们*/
.about-content{ overflow:hidden;Position:relative;}
.about-content .left{ width:45%;padding:60px 0;}
.about-content .left h2{ margin-bottom:10px;line-height:1.75;font-size:28px;font-weight:500;}
.about-content .left i{ margin:20px 0;display:block;height:2px;width:40px;background:#283886;}
.about-content .left p{ margin-top:10px;line-height:1.75;font-size:15px;}
.about-content .img{ Position:absolute;width:50%;top:0;bottom:0;right:0;text-align:center;background-size:cover !important;}

.wenhua-bg{ padding:80px 0;background-size:cover !important;background-attachment:fixed !important;}
.wenhua-box{ margin:0 5%;}
.center-title{ margin-bottom:50px;}
.center-title h2{ font-size: 42px;line-height: 52px;font-weight: 500;color:#fff;text-align:center;}
.center-title h3{ text-align:center;font-size:24px;color:rgba(255,255,255,0.7);font-weight:800;text-transform:uppercase;}

.list-wenhua{ overflow:hidden;}
.list-wenhua ul{ margin-left:-20px;}
.list-wenhua ul li{ width:25%;float:left;}
.list-wenhua ul li .box{ margin-left:20px;background:#fff;padding:80px 30px;}
.list-wenhua ul li .box .img{ text-align:center;margin-bottom:50px;}
.list-wenhua ul li .box .img img{ width:40%;border-radius:100%;}
.list-wenhua ul li .box .desc{ }
.list-wenhua ul li .box .desc h2{ text-align:center;margin-bottom:10px;line-height:38px;font-size:28px;font-weight:500;}
.list-wenhua ul li .box .desc i{ margin:20px auto;display:block;height:2px;width:40px;background:#283886;}
.list-wenhua ul li .box .desc p{ text-align:center;margin-top:10px;line-height:26px;height:26px;font-size:15px;}

.rongyu-bg{ padding:80px 0;background:#fff;}
.rongyu-box{ margin:0 5%;}
.center-title2{ margin-bottom:50px;}
.center-title2 h2{ font-size: 42px;line-height: 52px;font-weight: 500;color:#333;text-align:center;}
.center-title2 h3{ text-align:center;font-size:24px;color:#999;font-weight:800;text-transform:uppercase;}

.side-rongyu{ overflow:hidden;}
.side-rongyu .bd{ margin-left:-20px;}
.side-rongyu .bd ul{}
.side-rongyu .bd ul li{ width:25%;float:left;}
.side-rongyu .bd ul li .box{ margin-left:20px;padding:20px;background:#fff;border:solid 1px #eee;}
.side-rongyu .bd ul li .box .honor-pic-thumb{ position:relative;overflow:hidden;}
.side-rongyu .bd ul li .box  .honor-pic-thumb img{ width:100%;}
.side-rongyu .bd ul li .box  .tips{ cursor: pointer;opacity:0;position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.side-rongyu .bd ul li .box  .tips .iconfont{ font-size:32px;color:#fff;width:32px;height:32px;position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -32px;}
.side-rongyu .bd ul li .box  .tips p{ position: absolute;left:50%;margin-left:-25px;top:50%; margin-top: 10px; color: white; }
.side-rongyu .bd ul li .box :hover .tips{ opacity:1;}
.side-rongyu .bd ul li .box  h4{ color:#666;text-align:center;line-height:24px;margin-top:20px;font-weight:500;font-size:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.side-rongyu .hd{ text-align:center;font-size:0;margin-top:30px;}
.side-rongyu .hd ul{ display:inline-block;text-align:center;}
.side-rongyu .hd ul li{ cursor:pointer;width:20px;height:4px;background:#ddd;display:inline-block;border:solid 4px #fff;}
.side-rongyu .hd ul li.on{ background:#283886;}

.honor-big-bg{ display: none; position: fixed; z-index:102;left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); cursor: pointer;}
.honor-big-pic{ display: none; position: fixed;z-index:103;left:0;top:0;width:100%;height:100%;}
.honor-big-pic img{ Position:absolute;left:50%;top:50%;max-width:80%;max-height:80%;width:auto;height:auto;transform:translate(-50%,-50%);}

.list-zizhi{ overflow:hidden;}
.list-zizhi ul{ margin-left:-20px;margin-top:-20px;}
.list-zizhi ul li{ width:25%;float:left;margin-top:20px;}
.list-zizhi ul li .box{ margin-left:20px;padding:20px;background:#fff;border:solid 1px #eee;}
.list-zizhi ul li .box .honor-pic-thumb{ position:relative;overflow:hidden;}
.list-zizhi ul li .box  .honor-pic-thumb img{ width:100%;}
.list-zizhi ul li .box  .tips{ cursor: pointer;opacity:0;position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.list-zizhi ul li .box  .tips .iconfont{ font-size:32px;color:#fff;width:32px;height:32px;position: absolute; left: 50%; margin-left: -16px; top: 50%; margin-top: -32px;}
.list-zizhi ul li .box  .tips p{ position: absolute;left:50%;margin-left:-25px;top:50%; margin-top: 10px; color: white; }
.list-zizhi ul li .box :hover .tips{ opacity:1;}
.list-zizhi ul li .box  h4{ color:#666;text-align:center;line-height:24px;margin-top:20px;font-weight:500;font-size:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*产品列表*/
.list-chanpin{ overflow:hidden;}
.list-chanpin ul{ margin-top:-20px;margin-left:-20px;}
.list-chanpin ul li{ width:25%;float:left;margin-top:20px;}
.list-chanpin ul li .box{ margin-left:20px;padding:20px;border:solid 1px #eee;background:#fff;}
.list-chanpin ul li .box .img{ overflow:hidden;}
.list-chanpin ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-chanpin ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-chanpin ul li .box p{ margin-top:20px;font-size:16px;font-weight:bold;line-height:26px;height:26px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-chanpin ul li .box:hover p{ color:#283886;}

/*产品详情页*/
.border-bottom{ border-bottom:solid 1px #ddd;}
.chanpin-head{ overflow: hidden;position: relative;min-height:601px;}
.solid-chanpin{ Position:absolute;left:0;top:0;overflow: hidden;width:500px;background:#fff; }
.solid-chanpin .bd{ width:500px;margin-bottom:5px;}
.solid-chanpin .bd ul li{ overflow: hidden;width:500px;}
.solid-chanpin .bd ul li img{ width:500px;vertical-align:bottom;}
.solid-chanpin .hd{ overflow: hidden;}
.solid-chanpin .hd ul{ margin-left:-5px;}
.solid-chanpin .hd ul li{ width:20%;float:left;}
.solid-chanpin .hd ul li span{ border:solid 1px #ddd;display:block;margin-left:5px;position: relative;}
.solid-chanpin .hd ul li img{ width:100%;}
.solid-chanpin .hd ul li span:before{ content:'';Position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.7);}
.solid-chanpin .hd ul li.on span:before{ display:none;}
.solid-chanpin .hd ul li.on span{ border:solid 1px #283886;}

.chanpin-top-canshu{ margin-left:530px;height:481px;padding:60px 80px;background:#f8f8f8;}
.chanpin-top-canshu h1{ font-size:38px;line-height:48px;font-weight:500;margin-bottom:10px;}
.chanpin-top-canshu .ds{ line-height:24px;color:#333;margin-bottom:30px;text-align:justify;}
.chanpin-top-canshu .liangdian{ line-height:24px;color:#333;text-align:justify;overflow: hidden;}
.chanpin-top-canshu .liangdian img{ max-width:100% !important;height:auto !important;}

.jbcs{ overflow: hidden;}
.jbcs ul{}
.jbcs ul li{ Position:relative;overflow: hidden;margin-bottom:10px;line-height:24px;}
.jbcs ul li span{ Position:absolute;left:0;display:block;width:80px;color:#999;}
.jbcs ul li p{ padding-left:80px;color:#333;}
.anli-tips{ margin-top:10px;border-radius:3px;overflow: hidden;position: relative;padding:20px;height:68px;background:#fffcf4;}
.anli-tips img{ position: absolute;height:68px;width:68px;border-radius:100%;left:20px;top:20px;}
.anli-tips .desc{ padding:0 0 0 88px;}
.anli-tips .desc p{ display:inline-block;line-height:68px;font-size:18px;color:#ff5500;position: relative;padding:0 20px;}
.anli-tips .desc p:before{ content:'“';line-height:20px;position: absolute;top:16px;font-size:28px;left:-16px;color:#999;}
.anli-tips .desc p:after{ content:'”';line-height:20px;position: absolute;bottom:-4px;font-size:28px;right:-12px;color:#999;}

.item-zx{ margin-top:30px;}
.item-zx:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.item-zx .zaixian{ cursor:pointer;margin-right:5px;text-align:center;display:block;font-size:18px;padding:0 30px;float:left;outline: none;border-radius:3px;height:52px;line-height:52px;background:#283886;color:#fff;border:0;position: relative;}
.item-zx .boda{ cursor:pointer;text-align:center;display:block;font-size:18px;padding:0 30px;float:left;outline: none;border-radius:3px;height:52px;line-height:52px;background:#ff6a00;color:#fff;border:0;}
.item-zx .iconfont{ font-size:18px;margin-right:3px;}
.item-zx .zaixian .hover-weixin{ overflow:hidden;display:none;position: absolute;bottom:62px;border-radius:6px;background:#fff;width:187px;left:50%;transform:translateX(-50%);border:solid 1px #ddd;}
.item-zx .zaixian .hover-weixin img{ width:100%;}
.item-zx .zaixian .hover-weixin p{ text-align:center;line-height:32px;height:32px;font-size:16px;color:#333;padding-bottom:5px;}
.item-zx .zaixian:hover .hover-weixin{ display:block;}

.item-nav{ font-size:0;background:#f8f8f8;text-align:center;height:70px;border-bottom:solid 1px #ddd;}
.item-nav:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.item-nav ul{ text-align:center;}
.item-nav ul li{ display:inline-block;height:70px;line-height:70px;font-size:18px;margin:0 20px;}
.item-nav ul li a{ font-weight:800;display: block;}
.item-nav ul li a.menu-active{ color:#283886;}
.fixed3{ background:rgba(248,248,248,0.97);border-bottom:solid 1px #eee;position:fixed;z-index:99;top:90px;left:0;right:0;min-width:1200px;}

.wrapper{ overflow: hidden;background:#fff;}
.container{ padding-top:160px;margin-top:-160px;}
.container-box{ background:#fff;padding:60px 5%;}
.anli-body{ overflow: hidden;line-height:1.75;font-size:16px;color:#444;}
.anli-body p{ text-align: justify;margin-top:15px;}
.anli-body img{ max-width:100% !important;height:auto !important;}
.anli-body table{ width:100% !important;border-spacing:0;margin-top:20px;border-right:solid 1px #ddd;}
.anli-body table tr td{ padding:12px 10px;line-height:24px;border-bottom:solid 1px #ddd;border-left:solid 1px #ddd;}
.anli-body table tr:first-child{ background:#283886 !important;color:#fff !important;font-weight:bold;}
.anli-body table tr:first-child:hover{ background:#cccccc;}
.anli-body table tr:hover{ background:#f5f5f5;}
.anli-body .t30{ margin-top:30px;}
.anli-body table p{ margin-top:0;}
.container .picScroll-left .bd ul li .box{ border:solid 1px #eee;}
.container .picScroll-left .bd ul li .box:hover{ border:solid 1px #283886;}

.list-liuyan-form{ overflow: hidden;}
.list-liuyan-form ul{ margin-top:-10px;margin-left:-10px;}
.list-liuyan-form ul li{ width:50%;float:left;margin-top:10px;}
.list-liuyan-form ul li.w-100{ width:100%;}
.list-liuyan-form ul li .box{ position: relative;margin-left:10px;}
.list-liuyan-form ul li .box span.iconfont{ color:#999;line-height:48px;left:10px;top:2px;position: absolute;z-index:3;font-size:16px;}
.list-liuyan-form ul li .box input.intxt{ font:14px "Microsoft YaHei";margin-bottom:0px; line-height:48px;width:100%;background:#fff;border:1px solid #ddd;outline:none;padding:0 20px 0 30px;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.list-liuyan-form ul li .box textarea{ font:14px "Microsoft YaHei"; margin-bottom:0px;line-height:28px;height:110px;width:100%;resize:vertical;background:#fff; border:1px solid #ddd;outline:none;padding:10px 20px 10px 30px;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.list-liuyan-form ul li .box .containerrighta2{ margin-top:10px;cursor:pointer;background:#283886;color:#fff;font-size:16px;width:360px;height:45px;line-height:45px;border:0; outline:none;border-radius:3px;}

/*分页*/
.pages{ height:42px;line-height:42px;margin-top:3%;}
.pages ul{ text-align:center;display:inline-table;width:100%;}
.pages ul li{ border-radius:42px;display:inline-block;margin:0 5px;background:#f5f5f5;font-size:13px;}
.pages ul a{ display:inline-block;padding:0 18px;color:#555;}
.pages ul a:hover{ border-radius:42px;background:#283886;color:#fff;}
.pages ul li.active{ border-radius:42px;background:#283886;padding:0 0px;color:#fff;}
.pages ul li.active a{ 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;}

/*工程列表*/
.list-gongcheng{ overflow:hidden;}
.list-gongcheng ul{ margin-left:-20px;margin-top:-20px;}
.list-gongcheng ul li{ width:33.3334%;float:left;margin-top:20px;}
.list-gongcheng ul li .box{ margin-left:20px;Position:relative;}
.list-gongcheng ul li .box .img{ overflow:hidden;}
.list-gongcheng ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-gongcheng ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-gongcheng ul li .box .desc{ padding:20px 0;background:#fff;}
.list-gongcheng ul li .box .desc h2{ margin-bottom:5px;font-size:22px;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;}
.list-gongcheng ul li .box .desc p{ color:#999;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-gongcheng ul li .box:hover .desc h2{ color:#283886;}

/*工程详情页*/
.gongcheng-view-main{ max-width:1080px;margin:0 auto;}
.gongcheng-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.gongcheng-view-main .gongcheng-view-head{ border-bottom:solid 1px #ddd;padding-bottom:30px;margin-bottom:30px;}
.gongcheng-view-main .gongcheng-view-head h1{ font-weight:500;font-size:42px;line-height:1.5;margin-bottom:10px;}
.gongcheng-view-main .gongcheng-view-info{ font-size:16px;color:#999;overflow:hidden;}
.gongcheng-view-main .gongcheng-view-info span{ display:block;float:left;margin-right:30px;}

.gongcheng-body{ font-size:18px;text-align:justify;line-height:1.8;color:#555;border-bottom:solid 1px #ddd;margin-bottom:30px;padding-bottom:30px;}
.gongcheng-body p{ margin:1.5em 0;}
.gongcheng-body img{ max-width:100% !important;height:auto !important;}
.gongcheng-body video{ max-width:100% !important;height:auto !important;}

/*新闻列表*/
.list-xinwen{ }
.list-xinwen:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-xinwen ul{}
.list-xinwen ul li{ margin-bottom:40px;Position:relative;height:265px;background:#f7f7f7;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-xinwen ul li:last-child{ margin-bottom:0;}
.list-xinwen ul li:hover{ background:#fff;box-shadow:0 0 30px rgba(0, 0, 0, 0.07);}
.list-xinwen ul li .img{ Position:absolute;left:0;top:0;overflow:hidden;}
.list-xinwen ul li .img img{ width:460px;height:265px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-xinwen ul li .img span{ border-radius:0 0 10px 0;background:#283886;Position:absolute;z-index:2;left:0;top:0;height:36px;line-height:36px;padding:0 20px;color:#fff;}
.list-xinwen ul li .desc{ padding:46px 50px;border-radius:10px;margin-left:460px;}
.list-xinwen ul li .desc h2{ margin-bottom:15px;display:block;font-size:24px;font-weight:500;line-height:34px;height:34px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-xinwen ul li:hover .desc h2{ color:#283886;}
.list-xinwen ul li .desc p{ text-align:justify;margin-bottom:25px;display:block;font-size:16px;line-height:30px;height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;}
.list-xinwen ul li .desc .data{ overflow:hidden;}
.list-xinwen ul li .desc .data span.riqi{ line-height:40px;display:block;float:left;font-size:16px;color:#666;}
.list-xinwen ul li .desc .data span.more{ padding:0 20px;color:#fff;display:block;float:right;height:40px;line-height:40px;background:#283886;border-radius:3px;}
.list-xinwen ul li .desc .data span.more span.iconfont{ font-size:14px;padding-left:5px;}
.list-xinwen ul li .desc .data span.more:hover{ background:#85c229;}

/*新闻详情*/
.article-view-content{ background:#fff;Position:relative;}
.article-view-content:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}

.article-view-content .article-view-main{ margin-right:450px;}
.article-view-content .article-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.article-view-content .article-view-main .article-view-head{ margin-bottom:30px;}
.article-view-content .article-view-main .article-view-head h1{ font-weight:500;font-size:42px;line-height:1.5;margin-bottom:10px;}
.article-view-content .article-view-main .article-view-info{ font-size:16px;color:#999;overflow:hidden;}
.article-view-content .article-view-main .article-view-info span{ display:block;float:left;margin-right:30px;}

.article-body{ font-size:18px;text-align:justify;line-height:1.8;color:#555;border-bottom:solid 1px #ddd;margin-bottom:30px;padding-bottom:30px;}
.article-body p{ margin:1.5em 0;}
.article-body img{ max-width:100% !important;height:auto !important;}
.article-body video{ max-width:100% !important;height:auto !important;}

.sxp{ overflow:hidden;}
.sxp p{ font-size:18px;color:#999;height:24px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sxp p.pre{ float:left;width:48%;}
.sxp p.next{ float:right;width:48%;text-align:right;}
.sxp a:hover{ color:#283886;}

.article-view-content .article-view-right{ width:360px;Position:absolute;right:0;top:0;}
.article-view-content .article-view-right:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}

.side-news-box{ background:#f5f5f5;padding:25px 25px}
.side-news-box h4{ border-bottom:solid 1px #ddd;padding-bottom:25px;text-align:center;font-size:22px;font-weight:500;line-height:1;margin-bottom:25px;}
.list-text-news{ overflow:hidden;}
.list-text-news ul li{ height:36px;line-height:36px;Position:relative;padding-left:15px;}
.list-text-news ul li:after{ content:'';Position:absolute;top:50%;margin-top:-2px;left:0;width:4px;height:4px;background:#c3c3c3;}
.list-text-news ul li:hover:after{ content:'';background:#283886;}
.list-text-news ul li a{ font-size:15px;color:#555;display:block;height:36px;line-height:36px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-text-news ul li a:hover{ color:#283886;}

.about-img-news{ margin-bottom:15px;overflow:hidden;Position:relative;}
.about-img-news img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.about-img-news:hover img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.about-img-news .title{ background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));Position:absolute;bottom:0;left:0;right:0;padding:30px 20px 15px 20px;}
.about-img-news p{ ;font-size:16px;color:#fff;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;Position:absolute;left:0;bottom:10px;left:20px;right:20px;}

/*人才理念*/
.list-rencailinian{ overflow:hidden;}
.list-rencailinian ul{ }
.list-rencailinian ul li{ Position:relative;margin-bottom:30px;}
.list-rencailinian ul li:last-child{ margin-bottom:0;}
.list-rencailinian ul li .box{ background:#f5f5f5;overflow:hidden;Position:relative;}
.list-rencailinian ul li .box .img{ width:50%;margin-left:auto;Position:relative;}
.list-rencailinian ul li:nth-child(2n) .box .img{ margin-left:0;margin-right:auto;}
.list-rencailinian ul li .box .img img{ width:100%;}
.list-rencailinian ul li .box .img:after{ content:'';Position:absolute;top:50%;margin-top:-25px;left:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:25px solid #f5f5f5;}
.list-rencailinian ul li:nth-child(2n) .box .img:after{ content:'';Position:absolute;top:50%;margin-top:-25px;left:auto;right:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:0;border-right:25px solid #f5f5f5;}
.list-rencailinian ul li .box .desc{ Position:absolute;top:50%;transform:translateY(-50%);left:5%;right:55%;}
.list-rencailinian ul li:nth-child(2n) .box .desc{ right:5%;left:55%;}
.list-rencailinian ul li .box .desc h2 a{ display:block;margin-bottom:20px;font-size:28px;line-height:1;font-weight:500;}
.list-rencailinian ul li .box .desc h2 a:hover{ color:#283886;}
.list-rencailinian ul li .box .desc p{ line-height:2;color:#999;font-size:16px;margin-bottom:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.list-rencailinian ul li .box .desc .btn-more a{ display:block;width:50px;height:50px;background:#ddd;line-height:50px;text-align:center;color:#999;}
.list-rencailinian ul li .box .desc .btn-more a span.iconfont{ font-size:18px;}
.list-rencailinian ul li .box .desc .btn-more a:hover{ color:#fff;background:#283886;}

/*人才理念详情页*/
.rencailinian-view-main{ max-width:1080px;margin:0 auto;}
.rencailinian-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.rencailinian-view-main .rencailinian-view-head{ border-bottom:solid 1px #ddd;padding-bottom:50px;margin-bottom:50px;}
.rencailinian-view-main .rencailinian-view-head h1{ text-align:center;font-weight:500;font-size:42px;line-height:1.5;}
.rencailinian-body{ font-size:18px;text-align:justify;line-height:1.8;color:#555;}
.rencailinian-body p{ margin:1.5em 0;}
.rencailinian-body img{ max-width:100% !important;height:auto !important;}
.rencailinian-body video{ max-width:100% !important;height:auto !important;}

/*招聘信息列表页*/
.list-rencailinian{ }
.list-rencailinian ul{ }
.list-rencailinian ul li{ margin-bottom:10px;}
.list-rencailinian ul li:last-child{ margin-bottom:0;}
.list-rencailinian ul li .zhaopin-title{ background:#283886;color:#fff;overflow:hidden;height:70px;line-height:70px;}
.list-rencailinian ul li .zhaopin-title p{ font-size:16px;width:16.66667%;float:left;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0 30px;height:70px;line-height:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-rencailinian ul li .zhaopin-info{ background:#f8f8f8;color:#333;overflow:hidden;height:70px;line-height:70px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-rencailinian ul li .zhaopin-info p{ font-size:16px;width:16.66667%;float:left;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0 30px;height:70px;line-height:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-rencailinian ul li .zhaopin-info p a:hover{ color:#283886;}
.list-rencailinian ul li .zhaopin-info:hover{ background:#f5f8ff;}

/*招聘详情页*/
.zhaopin-content{ width:1080px;margin:0 auto;}
.zhaopin-content .zhaopin-head{ margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #ddd;}
.zhaopin-content .zhaopin-head h1{ margin-bottom:10px;font-size:38px;font-weight:500;line-height:48px;}
.zhaopin-content .zhaopin-head h3{ font-size:18px;color:#ff0000;line-height:28px;}

.list-zhaopin-canshu{ background:#f8f8f8;padding:10px 30px;margin-bottom:30px;}
.list-zhaopin-canshu ul{ }
.list-zhaopin-canshu ul li{ font-size:16px;border-bottom:solid 1px #eee;Position:relative;height:60px;line-height:60px;}
.list-zhaopin-canshu ul li:last-child{ border-bottom:0;}
.list-zhaopin-canshu ul li span{ color:#666;display:block;Position:absolute;left:0;top:0;}
.list-zhaopin-canshu ul li p{ padding-left:120px;}

.zhaopin-desc{ line-height:1.8;font-size:16px;color:#555;}
.zhaopin-desc h2{ font-size:28px;font-weight:500;margin-bottom:20px;color:#333;}
.top-border{ padding-top:30px;margin-top:30px;border-top:solid 1px #eee;}

/*联系我们*/
.message{ Position:relative;overflow: hidden;background:#f8f8f8;}
.message h4{ font-size: 24px;font-weight: 500;color: #555;margin-bottom:30px;}
.message .left h4{ color:#fff;}
.message .left{ width:40%;}
.message .left-box{ padding:60px 60px;background:#283886;}
.message .list-lianxi{ overflow: hidden;}
.message .list-lianxi ul{}
.message .list-lianxi ul li{ margin-bottom:10px;}
.message .list-lianxi ul li:last-child{ margin-bottom:0;}
.message .list-lianxi ul li p{ font-size:15px;line-height:26px;color:#fff;}

.list-erweima{ overflow: hidden;margin-top:30px;padding-top:30px;border-top:solid 1px rgba(255,255,255,0.2);}
.list-erweima ul{ margin-left:-20px;}
.list-erweima ul li{ float:left;}
.list-erweima ul li .box{ margin-left:20px;}
.list-erweima ul li .img{ width:140px;}
.list-erweima ul li .img img{ width:140px;height:140px;}
.list-erweima ul li p{ line-height:24px;color:#fff;margin-top:5px;text-align:center;}
.message .right{ width:60%;float:right;}
.dituContent{ width:60%;Position:absolute;right:0;top:0;bottom:0;background-size: cover !important;}
.dituContent img{ width:100%;}

/*页脚*/
.footer{ padding:80px 0 60px 0;background:#15244f;}
.footer-box{ margin:0 5%;overflow:hidden;}

.footer-content{ overflow:hidden;}
.footer-content .left-nav{ float:left;overflow:hidden;margin-right:4%;}
.footer-content .left-nav h4{ color:#fff;line-height:30px;font-size:20px;font-weight:500;margin-bottom:15px;}
.footer-content .left-nav a{ display:block;line-height:28px;color:rgba(255,255,255,0.8);}
.footer-content .left-nav a:hover{ color:#fff;}

.footer-content .center-contact{ float:left;overflow:hidden;margin-right:4%;}
.footer-content .center-contact h4{ color:#fff;line-height:30px;font-size:20px;font-weight:500;margin-bottom:15px;}
.footer-content .center-contact p{ overflow:hidden;Position:relative;line-height:28px;color:rgba(255,255,255,0.8);}

.footer-content .right-erweima{ float:right;overflow:hidden;margin-left:30px;}
.footer-content .right-erweima img{ width:140px;}
.footer-content .right-erweima p{ line-height:28px;text-align:center;color:rgba(255,255,255,0.8);margin-top:10px;}

.footer-copy{ line-height:24px;font-size:12px;color:rgba(255,255,255,0.8);padding-top:30px;margin-top:30px;border-top:solid 1px rgba(255,255,255,0.2);overflow:hidden;}
.footer-copy .left{ float:left;overflow:hidden;}
.footer-copy .right{ float:right;overflow:hidden;}
.footer-copy a{ color:rgba(255,255,255,0.8);}

@media screen and (max-width:1461px)
{
.navbr ul li{ margin-left:30px;}
.footer-content .right-erweima img{ width:120px;}
}

@media screen and (max-width:1280px)
{
.list-erweima ul li{ width:50%;}
.list-erweima ul li .img{ width:auto;}
.list-erweima ul li .img img{ width:100%;height:auto;}

}

/*移动端适配*/
@media screen and (max-width:960px)
{

/*导航栏*/
.header{ height:50px;}
.header-box{ margin:0 15px;height:50px;}
.header .logo{ Position:absolute;left:80px;right:80px;top:0;margin-top:11px;text-align:center;}
.header .logo img{ height:30px;}
.header .logo img.logo-on{ display:none;}

.navbr{ height:auto;float:none;position:fixed;z-index:10;left:0;left:0;width:100%;height:0;top:50px;background:#fff;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;overflow-y:auto;-webkit-overflow-scrolling: touch;}
.navbr:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.navbr ul{ }
.navbr ul li{ float:none;margin:0;Position:relative;padding:10px 15px;border-bottom:solid 1px #eee;}
.navbr ul li em{ display:block;position: absolute;right:0;line-height:52px;width:52px;top:0;background:#fff;text-align:center;z-index:3;}
.navbr ul li em span.iconfont{ color:#ccc;font-size:14px;display:inline-block;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.navbr ul li em.on span.iconfont{ transform: rotate(90deg);color:#283886;}
.navbr ul li.hover:before, .navbr ul li:hover:before{ display:none;}
.navbr ul li.hover a{ color:#333;}
.navbr ul li.hover:hover a, .navbr ul li:hover a{ color:#283886;}
.navbr ul li.qiehuan:hover:before{ display:none;}
.navbr ul li a{ font-weight:bold;display:inline-block;height:32px;line-height:32px;font-size:16px;color:#333;}
.navbr ul li ul{ padding:0 0;border-radius:0;width:auto;height:auto;background:#fff;Position:static;z-index:4;transform:translateX(0);text-align:left;display:none;}
.navbr ul li ul:after{ display:none;}
.navbr ul li ul li{ line-height:36px;height:36px;margin:0;float:none;text-align:left;padding:0 10px;border:0;position: relative;}
.navbr ul li ul li a{ font-size:15px;color:#666 !important;line-height:30px;height:30px;}
.navbr ul li ul li span.iconfont{ display:block;position: absolute;right:20px;line-height:30px;top:0;font-size:14px;color:#ccc;}
.navbr ul li ul li:hover{ border:0;}
.navbr ul li ul li a:hover{ color:#666 !important;}
.navbr ul li:hover ul{ display:none;box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.navbr ul li ul li:before, .navbr ul li ul li:hover:before{ display:none}
.fixed-nav-left{ height:100%;}

.top-call{ display:none;}
.top-search{ cursor: pointer;float:right;height:50px;line-height:50px;color:#fff;margin-left:0;}
.top-search span.iconfont{ font-size:19px;vertical-align:middle;display:inline-block;}
.header .menu-btn{ display:block;float:left;width:50px;height:50px;line-height:50px;color:#fff;margin-left:-15px;position: relative;}
.header .menu-btn span.hengxian{ border-radius:3px;display:block;width:17px;height:2px;background:#fff;Position:absolute;left:17px;top:24px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.header .menu-btn span.hengxian:first-child{ top:18px;transform: rotate(0deg);transform-origin: left center;}
.header .menu-btn span.hengxian:last-child{ top:30px;transform: rotate(0deg);transform-origin: left center;}
.header .menu-on span.hengxian:nth-child(2){ background:rgba(255,255,255,0);}
.header .menu-on span.hengxian:first-child{ transform: rotate(45deg);}
.header .menu-on span.hengxian:last-child{ transform: rotate(-45deg);}

.fixed-hd, .fixed-hd2, .fixed-hd3{ background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.fixed-hd .logo img.logo-on, .fixed-hd2 .logo img.logo-on, .fixed-hd3 .logo img.logo-on{ display:inline-block;}
.fixed-hd .logo img.logo-white, .fixed-hd2 .logo img.logo-white, .fixed-hd3 .logo img.logo-white{ display:none;}
.fixed-hd ul li a, .fixed-hd2 ul li a, .fixed-hd3 ul li a{ color:#333;}
.fixed-hd ul li.hover a, .fixed-hd ul li:hover a, .fixed-hd2 ul li.hover a, .fixed-hd2 ul li:hover a, .fixed-hd3 ul li.hover a, .fixed-hd3 ul li:hover a{ color:#283886;}
.fixed-hd .navbr ul li.hover a, .fixed-hd .navbr ul li:hover a, .fixed-hd2 .navbr ul li.hover a, .fixed-hd2 .navbr ul li:hover a, .fixed-hd3 .navbr ul li.hover a, .fixed-hd3 .navbr ul li:hover a{ color:#283886;}
.fixed-hd .navbr ul li.hover:before, .fixed-hd .navbr ul li:hover:before{ display:none;}
.fixed-hd .top-search, .fixed-hd2 .top-search, .fixed-hd3 .top-search{ color:#333;}
.fixed-hd .top-search:hover, .fixed-hd2 .top-search:hover, .fixed-hd3 .top-search:hover{ color:#333;}
.fixed-hd .menu-btn span.hengxian, .fixed-hd2 .menu-btn span.hengxian, .fixed-hd3 .menu-btn span.hengxian{ background:#333;}

.search-bg{ background:rgba(255,255,255,0.97);position:fixed;height:0;z-index:100;top:50px;left:0;right:0;overflow: hidden;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.search-con{ Position: absolute;transform:translate(-50%, -50%);top:45%;left:50%;width:90%;overflow: hidden;}
.search-con input{ outline:none;background:rgba(0,0,0,0);border:0;border-bottom:solid 2px #999;padding:0;height:62px;line-height:62px;font-size:18px;width:100%;text-align:center;border-radius:0;color:#333;}
.search-con input:focus{ border-bottom:solid 2px #283886;color:#283886;}
.s_button{ text-align:center;margin-top:50px;}
.s_button button{ width:50%;height:50px;text-align:center;line-height:50px;font-size:16px;font-weight:bold;border-radius:50px;border:0;outline:none;background:#283886;color:#fff;cursor: pointer;}
.search-con .guanbi-search{ text-align:center;color:#333;margin-bottom:100px;}
.search-con .guanbi-search .iconfont{ display:inline-block;cursor: pointer;font-size:30px;font-weight:100 !important;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.search-con .guanbi-search .iconfont:hover{ transform:rotate(180deg);}
.search-on{ height: 100%;}

/*轮播图*/
.slideBox{ overflow:hidden;position:relative;background:#f5f5f5;height:360px !important;}
.slideBox .hd{ font-size:0;overflow:hidden; position:absolute;z-index:2;left:0;right:0;text-align:center;bottom:20px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; margin:0 auto; width:100%;text-align:center; }
.slideBox .hd ul li{width:8px; height:8px;border:solid 1px #fff;margin:0 5px;}
.slideBox .hd ul li.on{ background:#fff;}
.slideBox .bd{ position:relative; z-index:0;width: 100%;height: 100%;overflow: hidden}
.slideBox .bd .tempWrap{ height:100%;}
.slideBox .bd ul{ height:100% !important;}
.slideBox .bd li{ overflow:hidden;margin:0;position:relative;height: 100%;}
.slideBox .bd li .banner-bg{ height:100%;background-size:cover !important;}
.slideBox .bd li .banner-tips{ position:absolute;z-index:2;left:5%;right:5%;top:50%;transform:translateY(-50%);color:#fff;}
.slideBox .bd li .banner-tips h2{ margin-bottom:15px;font-size:24px;line-height:1.6;font-weight:500;}
.slideBox .bd li .banner-tips p{ margin-bottom:50px;font-size:14px;line-height:1.6;font-weight:500;width:auto;}
.slideBox .bd li .banner-tips .link-more a{ text-align:center;display:block;color:#fff;font-size:15px;height:36px;line-height:36px;width:120px;background:#85c229;border-radius:3px;}
.slideBox .bd li .banner-tips .link-more a span.iconfont{ font-size:15px;margin-left:15px;}
.slideBox .bd li .banner-tips .link-more a:hover{ background:#283886;}

.slideBox .prev, .slideBox .next{ display:none;}
.slideBox .next{ display:none;}

@keyframes imgbig {
0%   { -webkit-transform:scale(1.30);-moz-transform:scale(1.30);transform:scale(1.30);}
100% { -webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0);}
}
.slideBox .bd li.on .banner-bg{ animation:imgbig 2s infinite;animation-delay:0s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;}
@keyframes sbhd {
0%   { transform:translateY(50px);opacity: 0;}
100%   { transform:translateY(0);opacity: 1;}
}
.slideBox .bd li.on .banner-tips h2{ animation:sbhd 0.6s infinite;animation-delay:0.4s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}
.slideBox .bd li.on .banner-tips p{ animation:sbhd 0.6s infinite;animation-delay:0.8s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}
.slideBox .bd li.on .banner-tips .link-more a{ animation:sbhd 0.6s infinite;animation-delay:1.2s;animation-direction:normal;animation-iteration-count:1;animation-fill-mode: forwards;opacity: 0;}


/*通用标题*/
.head-title{ margin-bottom:15px;height:34px;overflow:hidden;}
.head-title h2{ float:left;margin-bottom:0;font-size:24px;line-height:34px;font-weight:500;}
.head-title a.more{ margin-top:2px;text-align:center;display:block;float:right;color:#fff;font-size:0;height:30px;line-height:30px;width:30px;border-radius:100%;background:#283886;}
.head-title a.more span.iconfont{ font-size:17px;margin-left:0;}
.head-title a.more:hover{ background:#283886;color:#fff;}

/*首页产品*/
.index-chanpin-bg{ padding:30px 0;background-size:auto 100% !important;}
.index-chanpin-box{ margin:0 15px;}

.picScroll-left{ overflow:hidden;}
.picScroll-left .hd{ overflow:hidden;margin-top:20px;text-align:center;font-size:0;}
.picScroll-left .hd ul{ display:inline-block;text-align:center;}
.picScroll-left .hd ul li{ display:inline-block;width:20px;height:10px;margin:0 5px;position:relative;cursor:pointer;}
.picScroll-left .hd ul li:after{ content:'';position:absolute;z-index:2;top:2px;left:0;right:0;height:2px;background:#ccc;}
.picScroll-left .hd ul li.on:after{ content:'';position:absolute;z-index:2;top:2px;left:0;right:0;height:2px;background:#283886;}

.picScroll-left .bd{ overflow:hidden;margin-left:-5px;}
.picScroll-left .bd ul{}
.picScroll-left .bd ul li{ width:50%;float:left;}
.picScroll-left .bd ul li .box{ margin-left:5px;padding:9px;border:solid 1px #fff;background:#fff;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-left .bd ul li .box:hover{ border:solid 1px #fff;}
.picScroll-left .bd ul li .box .img{ overflow:hidden;}
.picScroll-left .bd ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-left .bd ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.picScroll-left .bd ul li .box p{ margin-top:10px;font-size:14px;font-weight:bold;line-height:24px;height:24px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.picScroll-left .bd ul li .box:hover p{ color:#283886;}

/*首页关于*/
.index-guanyu-bg{ padding:30px 15px;background-size:auto 100% !important;background-attachment:scroll !important;}
.index-guanyu-box{ height:auto;overflow:hidden;position:relative;}

.left-guanyu-content{ Position:static;transform:translateY(0);width:auto;}
.left-guanyu-content h2{ text-align:center;margin-bottom:2px;color:#fff;font-size:24px;line-height:34px;font-weight:500;}
.left-guanyu-content h3{ text-align:center;color:#fff;font-size:16px;line-height:24px;font-weight:500;}
.left-guanyu-content p{ line-height:1.6;font-size:13px;color:rgba(255,255,255,0.9);margin-top:20px;text-align:justify;}
.left-guanyu-content .link-more{ margin-top:30px;}
.left-guanyu-content .link-more a{ text-align:center;display:block;color:#fff;font-size:15px;height:36px;line-height:36px;width:120px;background:#283886;border-radius:3px;margin:0 auto;}
.left-guanyu-content .link-more a span.iconfont{ font-size:15px;margin-left:15px;}
.left-guanyu-content .link-more a:hover{ background:#85c229;}

.gongsi-info{ margin-left:0;margin-top:30px;padding-top:30px;overflow:hidden;border-top:solid 1px rgba(255,255,255,0.4);}
.gongsi-info ul{}
.gongsi-info ul li{ position:relative;height:auto;width:25%;float:left;overflow:hidden;border-left:solid 0 rgba(255,255,255,0.4);box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.gongsi-info ul li .box{ padding:0 0;Position:static;transform:translateY(0);}
.gongsi-info ul li .box .img{ text-align:center;margin-bottom:20px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.gongsi-info ul li .box .img img{ height:32px;}
.gongsi-info ul li .box h2{ text-align:center;line-height:28px;margin-bottom:0;font-size:20px;color:#fff;}
.gongsi-info ul li .box h2 span.counter{ font-size:20px;padding-right:4px;}
.gongsi-info ul li .box h2 span{ font-size:10px;}
.gongsi-info ul li .box p{ text-align:center;color:rgba(255,255,255,0.8);font-size:12px;line-height:20px;}
.gongsi-info ul li .box:hover .img{ transform:translateY(0);}

/*首页工程*/
.index-gongcheng-bg{ padding:30px 0;background-size:auto 100% !important;}
.index-gongcheng-bg .head-title{ margin:0 15px;margin-bottom:15px;}

.picScroll-anli{ overflow:hidden;}
.picScroll-anli .hd{ overflow:hidden;margin:0 15px;margin-top:15px;}
.picScroll-anli .hd span.pageState{ display:block;float:left;line-height:30px;font-size:18px;}
.picScroll-anli .hd span.pageState span{ color:#85c229;}
.picScroll-anli .hd a.prev, .picScroll-anli .hd a.next{ margin-left:13px;margin-top:5px;display:block;float:right;text-align:center;width:28px;height:28px;line-height:28px;border:solid 1px #283886;border-radius:10px;color:#283886;cursor:pointer;}
.picScroll-anli .hd a.prev:hover, .picScroll-anli .hd a.next:hover{ background:#283886;color:#fff;}

.picScroll-anli .bd{ overflow:hidden;margin-left:0;}
.picScroll-anli .bd ul{}
.picScroll-anli .bd ul li{ width:100%;float:left;}
.picScroll-anli .bd ul li .box{ margin-right:0;Position:relative;}
.picScroll-anli .bd ul li .box .img{ overflow:hidden;}
.picScroll-anli .bd ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.picScroll-anli .bd ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.picScroll-anli .bd ul li .box .desc{ Position:absolute;bottom:0;left:0;right:0;padding:12px 15px;background:rgba(40,56,134,0.4);}
.picScroll-anli .bd ul li .box .desc h2{ margin-bottom:3px;font-size:16px;height:26px;line-height:26px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;}
.picScroll-anli .bd ul li .box .desc p{ font-size:12px;line-height:20px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.list-index-anli{ overflow:hidden;margin:0 15px;}
.list-index-anli ul{ margin-left:-20px;margin-top:-5px;}
.list-index-anli ul li{ width:100%;float:left;margin-top:5px;}
.list-index-anli ul li .box{ overflow:hidden;margin-left:20px;Position:relative;}
.list-index-anli ul li .box .img{ overflow:hidden;}
.list-index-anli ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-anli ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-index-anli ul li .box .desc{ Position:absolute;bottom:0;left:0;right:0;padding:10px 15px;background:rgba(40,56,134,0.4);}
.list-index-anli ul li .box .desc h2{ text-align:center;margin-bottom:0;font-size:16px;height:24px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;}
.list-index-anli ul li .box .desc p{ display:none;}

/*首页新闻*/
.index-news-bg{ padding:30px 0;background:#f5f8ff;}
.index-news-box{ margin:0 15px;}

.list-index-news{ }
.list-index-news:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-index-news ul{ margin-left:-30px;margin-top:-10px;}
.list-index-news ul li{ width:100%;float:left;margin-top:10px;}
.list-index-news ul li .box{ background:#fff;overflow:hidden;margin-left:30px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-news ul li .box:hover{ box-shadow:0 0 20px rgba(0, 0, 0, 0.1);}
.list-index-news ul li .box .big-img{ overflow:hidden;Position:relative;}
.list-index-news ul li .box .big-img span{ border-radius:0 0 10px 0;background:#85c229;Position:absolute;z-index:2;left:0;top:0;height:32px;line-height:32px;padding:0 15px;color:#fff;}
.list-index-news ul li:nth-child(1) .box .big-img span{ background:#283886;}
.list-index-news ul li:nth-child(3) .box .big-img span{ background:#ff9900;}
.list-index-news ul li .box .big-img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-index-news ul li .box:hover .big-img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-index-news ul li .box .big-img .title{ background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));Position:absolute;bottom:0;left:0;right:0;padding:50px 30px 15px 30px;}
.list-index-news ul li .box .big-img p{ text-align:center;font-size:16px;color:#fff;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;Position:absolute;left:0;bottom:10px;left:10px;right:10px;}
.list-index-news ul li .box .ll{ overflow:hidden;padding:20px;}
.list-index-news ul li .box .ll p a{ font-size:14px;display:block;height:34px;line-height:34px;Position:relative;padding-right:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-index-news ul li .box .ll p a span.data{ font-size:14px;display:block;Position:absolute;z-index:2;right:0;top:0;color:#ccc;}
.list-index-news ul li .box .ll p a:hover span.data{ color:#283886;}
.list-index-news ul li .box .ll p a:hover{ color:#283886;}

.list-home-news{ }
.list-home-news:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-home-news ul{ margin-top:-5px;margin-left:-5px;}
.list-home-news ul li{ width:50%;float:left;margin-top:5px;}
.list-home-news ul li .box{ background:#fff;overflow:hidden;margin-left:5px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-home-news ul li .box:hover{ box-shadow:0 0 0 rgba(0, 0, 0, 0.1);}
.list-home-news ul li .box .img{ overflow:hidden;Position:relative;}
.list-home-news ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-home-news ul li .box:hover .img img{ -webkit-transform:scale(1.0);-moz-transform:scale(1.0);transform:scale(1.0);}
.list-home-news ul li .box .img span{ border-radius:0 0 8px 0;background:#283886;Position:absolute;z-index:2;left:0;top:0;height:30px;line-height:30px;font-size:12px;padding:0 14px;color:#fff;}
.list-home-news ul li .box .desc{ padding:12px 10px;}
.list-home-news ul li .box .desc h2{ font-size:14px;margin-bottom:10px;height:44px;line-height:22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-home-news ul li .box:hover .desc h2{ color:#333;}
.list-home-news ul li .box .desc p.miaoshu{ display:none;}
.list-home-news ul li .box .desc p.riqi{ line-height:20px;color:#999;font-size:12px;}

/*内页banner*/
.neiye-banner{ overflow:hidden;Position:relative;height:220px;}
.neiye-banner img{ width:auto;height:220px;Position:absolute;left:50%;top:0;transform:translateX(-50%);}
.neiye-banner .info{ color:#fff;Position:absolute;width:90%;z-index:2;left:50%;top:55%;transform:translate(-50%,-50%);}
.neiye-banner .info h2{ margin-bottom:5px;text-align:center;font-size:24px;color:#fff;}
.neiye-banner .info h3{ text-align:center;font-size:14px;color:rgba(255,255,255,0.7);font-weight:800;text-transform:uppercase;}

.view-banner{ height:160px;background-size:cover !important;}

/*当前位置*/
.contenter{ padding:25px 15px;background:#fff;}

.now{ background:#fff;padding:15px 0;border-bottom:solid 1px #eee;}
.now-box{ margin:0 15px;overflow:hidden;}
.now .left{ font-size:12px;line-height:18px;float:none;color:#999;}
.now .left a{ color:#999;}
.now .left a:hover{ color:#283886;}
.now .left span.iconfont{ color:#283886;padding-right:5px;font-size:12px;}
.now .right{ font-size:12px;line-height:18px;float:none;color:#999;}
.now .right a{ color:#999;}
.now .right a:hover{ color:#283886;}
.now .right span.iconfont{ color:#283886;padding-right:5px;font-size:12px;}

.now .son-nav{ margin-bottom:15px;float:none;overflow:hidden;border-right:solid 0 #eee;}
.now .son-nav ul{ margin-left:-5px;margin-top:-5px;}
.now .son-nav ul li{ width:33.33%;float:left;border-left:solid 0 #eee;line-height:38px;margin-top:5px;}
.now .son-nav ul li a{ background:#f8f8f8;margin-left:5px;font-size:14px;height:38px;display:block;padding:0;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.now .son-nav ul li.hover a, .now .son-nav ul li:hover a{ background:#283886;color:#fff;}
.now .son-nav-two ul li{ width:50%;}

/*关于我们*/
.about-content{ overflow:hidden;Position:relative;}
.about-content .left{ width:auto;padding:0 0;}
.about-content .left h2{ text-align:center;margin-bottom:10px;line-height:1.75;font-size:24px;font-weight:500;}
.about-content .left i{ margin:15px auto;display:block;height:2px;width:20px;background:#283886;}
.about-content .left p{ margin-top:10px;line-height:1.75;font-size:14px;}
.about-content .img{ display:none;}

.wenhua-bg{ padding:30px 0;background-size:auto 100% !important;background-attachment:scroll !important;}
.wenhua-box{ margin:0 15px;}
.center-title{ margin-bottom:20px;}
.center-title h2{ font-size: 24px;line-height: 34px;font-weight: 500;color:#fff;text-align:center;}
.center-title h3{ text-align:center;font-size:16px;color:rgba(255,255,255,0.7);font-weight:800;text-transform:uppercase;}

.list-wenhua{ overflow:hidden;}
.list-wenhua ul{ margin-left:-5px;margin-top:-5px;}
.list-wenhua ul li{ width:50%;float:left;margin-top:5px;}
.list-wenhua ul li .box{ margin-left:5px;background:#fff;padding:30px 15px;}
.list-wenhua ul li .box .img{ text-align:center;margin-bottom:20px;}
.list-wenhua ul li .box .img img{ width:80px;border-radius:100%;}
.list-wenhua ul li .box .desc{ }
.list-wenhua ul li .box .desc h2{ text-align:center;margin-bottom:0;line-height:38px;font-size:20px;font-weight:500;}
.list-wenhua ul li .box .desc i{ margin:15px auto;display:block;height:2px;width:20px;background:#283886;}
.list-wenhua ul li .box .desc p{ text-align:center;margin-top:0;line-height:22px;height:44px;font-size:12px;}

.rongyu-bg{ padding:30px 0;background:#fff;}
.rongyu-box{ margin:0 15px;}
.center-title2{ margin-bottom:20px;}
.center-title2 h2{ font-size: 24px;line-height:34px;font-weight: 500;color:#333;text-align:center;}
.center-title2 h3{ text-align:center;font-size:16px;color:#999;font-weight:800;text-transform:uppercase;}

.side-rongyu{ overflow:hidden;}
.side-rongyu .bd{ margin-left:-5px;}
.side-rongyu .bd ul{}
.side-rongyu .bd ul li{ width:50%;float:left;}
.side-rongyu .bd ul li .box{ margin-left:5px;padding:10px;background:#fff;border:solid 1px #eee;}
.side-rongyu .bd ul li .box .honor-pic-thumb{ position:relative;overflow:hidden;}
.side-rongyu .bd ul li .box  .honor-pic-thumb img{ width:100%;}
.side-rongyu .bd ul li .box  .tips{ display:none;}
.side-rongyu .bd ul li .box  h4{ color:#666;text-align:center;line-height:24px;margin-top:10px;font-weight:500;font-size:14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.side-rongyu .hd{ text-align:center;font-size:0;margin-top:15px;}
.side-rongyu .hd ul{ display:inline-block;text-align:center;}
.side-rongyu .hd ul li{ cursor:pointer;width:20px;height:2px;background:#ddd;display:inline-block;border:solid 4px #fff;}
.side-rongyu .hd ul li.on{ background:#283886;}

.honor-big-bg{ display: none; position: fixed; z-index:102;left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); cursor: pointer;}
.honor-big-pic{ display: none; position: fixed;z-index:103;left:0;top:0;width:100%;height:100%;}
.honor-big-pic img{ Position:absolute;left:50%;top:50%;max-width:90%;max-height:90%;width:auto;height:auto;transform:translate(-50%,-50%);}

.list-zizhi{ overflow:hidden;}
.list-zizhi ul{ margin-left:-5px;margin-top:-5px;}
.list-zizhi ul li{ width:50%;float:left;margin-top:5px;}
.list-zizhi ul li .box{ margin-left:5px;padding:10px;background:#fff;border:solid 1px #eee;}
.list-zizhi ul li .box .honor-pic-thumb{ position:relative;overflow:hidden;}
.list-zizhi ul li .box  .honor-pic-thumb img{ width:100%;}
.list-zizhi ul li .box  .tips{ display:none;}
.list-zizhi ul li .box :hover .tips{ display:none;}
.list-zizhi ul li .box  h4{ color:#666;text-align:center;line-height:24px;margin-top:10px;font-weight:500;font-size:14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*产品列表*/
.list-chanpin{ overflow:hidden;}
.list-chanpin ul{ margin-top:-5px;margin-left:-5px;}
.list-chanpin ul li{ width:50%;float:left;margin-top:5px;}
.list-chanpin ul li .box{ margin-left:5px;padding:10px;border:solid 1px #eee;background:#fff;}
.list-chanpin ul li .box .img{ overflow:hidden;}
.list-chanpin ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-chanpin ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-chanpin ul li .box p{ margin-top:10px;font-size:14px;font-weight:bold;line-height:24px;height:24px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-chanpin ul li .box:hover p{ color:#283886;}

/*产品详情页*/
.border-bottom{ border-bottom:solid 1px #ddd;}
.chanpin-head{ overflow: hidden;position: relative;min-height:auto;}
.solid-chanpin{Position:static;overflow: hidden;width:auto;background:#fff; }
.solid-chanpin .bd{ width:auto;margin-bottom:5px;}
.solid-chanpin .bd ul li{ overflow: hidden;width:auto;}
.solid-chanpin .bd ul li img{ width:100%;vertical-align:bottom;}

.solid-chanpin .hd{ overflow: hidden;}
.solid-chanpin .hd ul{ margin-left:-5px;}
.solid-chanpin .hd ul li{ width:20%;float:left;}
.solid-chanpin .hd ul li span{ display:block;margin-left:5px;position: relative;}
.solid-chanpin .hd ul li img{ width:100%;}
.solid-chanpin .hd ul li span:before{ content:'';Position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.7);}
.solid-chanpin .hd ul li.on span:before{ display:none;}

.chanpin-top-canshu{ margin-left:auto;height:auto;padding:30px 0 0 0;background:#fff;}
.chanpin-top-canshu h1{ font-size:28px;line-height:38px;font-weight:500;margin-bottom:10px;}
.chanpin-top-canshu .ds{ line-height:24px;color:#333;margin-bottom:30px;text-align:justify;}
.chanpin-top-canshu .liangdian{ line-height:24px;color:#333;text-align:justify;overflow: hidden;}
.chanpin-top-canshu .liangdian img{ max-width:100% !important;height:auto !important;}

.jbcs{ overflow: hidden;}
.jbcs ul{}
.jbcs ul li{ Position:relative;overflow: hidden;margin-bottom:10px;line-height:24px;}
.jbcs ul li span{ display:block;width:80px;color:#999;}
.jbcs ul li p{ color:#333;}
.anli-tips{ margin-top:10px;border-radius:3px;overflow: hidden;position: relative;padding:20px;height:68px;background:#fffcf4;}
.anli-tips img{ position: absolute;height:68px;width:68px;border-radius:100%;left:20px;top:20px;}
.anli-tips .desc{ padding:0 0 0 88px;}
.anli-tips .desc p{ display:inline-block;line-height:68px;font-size:18px;color:#ff5500;position: relative;padding:0 20px;}
.anli-tips .desc p:before{ content:'“';line-height:20px;position: absolute;top:16px;font-size:28px;left:-16px;color:#999;}
.anli-tips .desc p:after{ content:'”';line-height:20px;position: absolute;bottom:-4px;font-size:28px;right:-12px;color:#999;}

body.body-chanpin{ padding-bottom:51px;}
.item-zx{ margin-top:0;position:fixed;bottom:0;z-index:10;background:#fff;left:0;right:0;padding:5px 15px;border-top:solid 1px #ddd;}
.item-zx:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.item-zx .zaixian{ width:49%;cursor:pointer;margin-right:5px;text-align:center;display:block;font-size:14px;padding:0 0;float:left;outline: none;border-radius:3px;height:40px;line-height:40px;background:#283886;color:#fff;border:0;position: relative;}
.item-zx .boda{ width:49%;cursor:pointer;text-align:center;display:block;font-size:14px;padding:0 0;float:right;outline: none;border-radius:3px;height:40px;line-height:40px;background:#ff6a00;color:#fff;border:0;}
.item-zx .iconfont{ font-size:14px;margin-right:3px;}
.item-zx .zaixian .hover-weixin{ overflow:hidden;display:none;position: absolute;bottom:42px;border-radius:6px;background:#fff;width:100%;left:50%;transform:translateX(-50%);border:solid 1px #ddd;}
.item-zx .zaixian .hover-weixin img{ width:100%;}
.item-zx .zaixian .hover-weixin p{ text-align:center;line-height:32px;height:32px;font-size:16px;color:#333;padding-bottom:5px;}
.item-zx .zaixian:hover .hover-weixin{ display:block;}

.item-nav{ font-size:0;background:#f8f8f8;text-align:center;height:50px;border-bottom:solid 1px #ddd;}
.item-nav:after{ content: "";display: block;height: 0;clear: both;visibility: hidden;}
.item-nav ul{ text-align:center;}
.item-nav ul li{ display:inline-block;height:50px;line-height:50px;font-size:15px;margin:0 10px;}
.item-nav ul li a{ font-weight:800;display: block;}
.item-nav ul li a.menu-active{ color:#283886;}
.fixed3{ background:rgba(248,248,248,0.97);border-bottom:solid 1px #eee;position:fixed;z-index:99;top:50px;left:0;right:0;min-width:auto;}

.wrapper{ overflow: hidden;background:#fff;}
.container{ padding-top:100px;margin-top:-100px;}
.container-box{ background:#fff;padding:30px 15px;}
.anli-body{ margin-top:-15px;overflow: hidden;line-height:1.6;font-size:14px;color:#444;}
.anli-body p{ text-align: justify;margin-top:10px;}
.anli-body img{ max-width:100% !important;height:auto !important;}
.anli-body table{ width:100% !important;border-spacing:0;margin-top:20px;border-right:solid 1px #ddd;font-size:12px !important;}
.anli-body table tr td{ padding:8px 5px;line-height:20px;border-bottom:solid 1px #ddd;border-left:solid 1px #ddd;}
.anli-body table tr:first-child{ background:#283886 !important;color:#fff !important;font-weight:bold;}
.anli-body table tr:first-child:hover{ background:#cccccc;}
.anli-body table tr:hover{ background:#f5f5f5;}
.anli-body .t30{ margin-top:30px;}
.anli-body table p{ margin-top:0;}
.container .picScroll-left .bd ul li .box{ border:solid 1px #eee;}
.container .picScroll-left .bd ul li .box:hover{ border:solid 1px #283886;}

.list-liuyan-form{ overflow: hidden;}
.list-liuyan-form ul{ margin-top:-5px;margin-left:-5px;}
.list-liuyan-form ul li{ width:50%;float:left;margin-top:5px;}
.list-liuyan-form ul li.w-100{ width:100%;}
.list-liuyan-form ul li .box{ position: relative;margin-left:5px;}
.list-liuyan-form ul li .box input.intxt{ font:13px "Microsoft YaHei";margin-bottom:0px; line-height:34px;width:100%;background:#fff;border:1px solid #ddd;outline:none;padding:0 10px;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.list-liuyan-form ul li .box textarea{ font:13px "Microsoft YaHei"; margin-bottom:0px;line-height:28px;height:110px;width:100%;resize:vertical;background:#fff; border:1px solid #ddd;outline:none;padding:6px 10px 10px 15px;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.list-liuyan-form ul li .box .containerrighta2{ margin-top:10px;cursor:pointer;background:#283886;color:#fff;font-size:16px;width:100%;height:46px;line-height:46px;border:0; outline:none;border-radius:3px;}

/*分页*/
.pages{ height:auto;line-height:40px;margin-top:30px;text-align:center;}
.pages ul{ text-align:center;display:block;width:auto;margin-left:-5px;}
.pages ul li{ border-radius:0;display:inline-block;margin:0;background:#fff;font-size:13px;width:25%;float:left;text-align:center;}
.pages ul li span{ display:block;padding:0;color:#ccc;background:#f8f8f8;margin-left:5px;text-align:center;}
.pages ul a{ display:block;padding:0;color:#555;background:#f8f8f8;margin-left:5px;}
.pages ul a:hover{ border-radius:0;background:#283886;color:#fff;}
.pages ul li.active{ border-radius:0;background:#283886;padding:0 0px;color:#fff;}
.pages ul li.active a{ 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;}
.pages ul li.num-page{ display:none;}

/*工程列表*/
.list-gongcheng{ overflow:hidden;}
.list-gongcheng ul{ margin-left:-5px;margin-top:-30px;}
.list-gongcheng ul li{ width:100%;float:left;margin-top:30px;}
.list-gongcheng ul li .box{ margin-left:5px;Position:relative;}
.list-gongcheng ul li .box .img{ overflow:hidden;}
.list-gongcheng ul li .box .img img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-gongcheng ul li .box:hover .img img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.list-gongcheng ul li .box .desc{ padding:10px 0 0 0;background:#fff;}
.list-gongcheng ul li .box .desc h2{ margin-bottom:0;font-size:18px;height:28px;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;}
.list-gongcheng ul li .box .desc p{ color:#999;line-height:22px;height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-gongcheng ul li .box:hover .desc h2{ color:#283886;}

/*工程详情页*/
.gongcheng-view-main{ max-width:auto;margin:0 auto;}
.gongcheng-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.gongcheng-view-main .gongcheng-view-head{ border-bottom:solid 1px #ddd;padding-bottom:20px;margin-bottom:20px;}
.gongcheng-view-main .gongcheng-view-head h1{ font-weight:500;font-size:22px;line-height:1.5;margin-bottom:10px;}
.gongcheng-view-main .gongcheng-view-info{ font-size:12px;color:#999;overflow:hidden;}
.gongcheng-view-main .gongcheng-view-info span{ display:block;float:left;margin-right:15px;}

.gongcheng-body{ font-size:15px;text-align:justify;line-height:1.6;color:#555;border-bottom:solid 1px #ddd;margin-bottom:20px;padding-bottom:20px;}
.gongcheng-body p{ margin:1.5em 0;}
.gongcheng-body img{ max-width:100% !important;height:auto !important;}
.gongcheng-body video{ max-width:100% !important;height:auto !important;}

/*新闻列表*/
.list-xinwen{ }
.list-xinwen:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.list-xinwen ul{}
.list-xinwen ul li{ margin-bottom:15px;Position:relative;height:auto;background:#f7f7f7;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-xinwen ul li:last-child{ margin-bottom:0;}
.list-xinwen ul li:hover{ background:#fff;box-shadow:0 0 30px rgba(0, 0, 0, 0.07);}
.list-xinwen ul li .img{ Position:static;overflow:hidden;}
.list-xinwen ul li .img img{ width:100%;height:auto;}
.list-xinwen ul li .desc{ padding:15px 15px;border-radius:10px;margin-left:0;}
.list-xinwen ul li .desc h2{ margin-bottom:10px;display:block;font-size:18px;font-weight:500;line-height:28px;height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-xinwen ul li:hover .desc h2{ color:#283886;}
.list-xinwen ul li .desc p{ text-align:justify;margin-bottom:25px;display:block;font-size:12px;line-height:20px;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#999;}
.list-xinwen ul li .desc .data{ overflow:hidden;}
.list-xinwen ul li .desc .data span.riqi{ line-height:30px;display:block;float:left;font-size:14px;color:#666;}
.list-xinwen ul li .desc .data span.more{ padding:0 15px;font-size:12px;color:#fff;display:block;float:right;height:30px;line-height:30px;background:#283886;border-radius:3px;}
.list-xinwen ul li .desc .data span.more span.iconfont{ font-size:12px;padding-left:5px;}
.list-xinwen ul li .desc .data span.more:hover{ background:#85c229;}

/*新闻详情*/
.article-view-content{ background:#fff;Position:relative;}
.article-view-content:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}

.article-view-content .article-view-main{ margin-right:0;}
.article-view-content .article-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.article-view-content .article-view-main .article-view-head{ margin-bottom:30px;}
.article-view-content .article-view-main .article-view-head h1{ font-weight:500;font-size:22px;line-height:1.5;margin-bottom:10px;}
.article-view-content .article-view-main .article-view-info{ font-size:12px;color:#999;overflow:hidden;}
.article-view-content .article-view-main .article-view-info span{ display:block;float:left;margin-right:15px;}

.article-body{ font-size:15px;text-align:justify;line-height:1.8;color:#555;border-bottom:solid 1px #ddd;margin-bottom:20px;padding-bottom:20px;}
.article-body p{ margin:1.5em 0;}
.article-body img{ max-width:100% !important;height:auto !important;}
.article-body video{ max-width:100% !important;height:auto !important;}

.sxp{ overflow:hidden;}
.sxp p{ font-size:15px;color:#999;height:24px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sxp p.pre{ margin-bottom:5px;float:none;width:auto;}
.sxp p.next{ float:none;width:auto;text-align:left;}
.sxp a:hover{ color:#333;}

.article-view-content .article-view-right{ width:auto;Position:static;}
.article-view-content .article-view-right:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}

.side-news-box{ background:#fff;padding:0;margin-top:30px;}
.side-news-box h4{ border-bottom:solid 1px #ddd;padding-bottom:15px;text-align:left;font-size:22px;font-weight:500;line-height:1;margin-bottom:15px;}
.list-text-news{ overflow:hidden;}
.list-text-news ul li{ height:32px;line-height:32px;Position:relative;padding-left:15px;}
.list-text-news ul li:after{ content:'';Position:absolute;top:50%;margin-top:-2px;left:0;width:4px;height:4px;background:#c3c3c3;}
.list-text-news ul li:hover:after{ content:'';background:#283886;}
.list-text-news ul li a{ font-size:15px;color:#555;display:block;height:32px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-text-news ul li a:hover{ color:#283886;}

.about-img-news{ margin-bottom:15px;overflow:hidden;Position:relative;}
.about-img-news img{ width:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.about-img-news:hover img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);transform:scale(1.10);}
.about-img-news .title{ background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));Position:absolute;bottom:0;left:0;right:0;padding:30px 20px 15px 20px;}
.about-img-news p{ ;font-size:16px;color:#fff;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;Position:absolute;left:0;bottom:10px;left:20px;right:20px;}

/*人才理念*/
.list-rencailinian{ overflow:hidden;}
.list-rencailinian ul{ }
.list-rencailinian ul li{ Position:relative;margin-bottom:30px;}
.list-rencailinian ul li:last-child{ margin-bottom:0;}
.list-rencailinian ul li .box{ background:#f5f5f5;overflow:hidden;Position:relative;}
.list-rencailinian ul li .box .img{ width:auto;margin-left:auto;Position:relative;}
.list-rencailinian ul li:nth-child(2n) .box .img{ margin-left:0;margin-right:auto;}
.list-rencailinian ul li .box .img img{ width:100%;}
.list-rencailinian ul li .box .img:after{ display:none;}
.list-rencailinian ul li:nth-child(2n) .box .img:after{ display:none;}
.list-rencailinian ul li .box .desc{ Position:static;transform:translateY(0);left:0;right:0;padding:20px 15px;}
.list-rencailinian ul li:nth-child(2n) .box .desc{ right:0;left:0;}
.list-rencailinian ul li .box .desc h2 a{ display:block;margin-bottom:10px;font-size:20px;line-height:1;font-weight:500;}
.list-rencailinian ul li .box .desc h2 a:hover{ color:#283886;}
.list-rencailinian ul li .box .desc p{ line-height:22px;color:#999;font-size:12px;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;}
.list-rencailinian ul li .box .desc .btn-more a{ display:none;}

/*人才理念详情页*/
.rencailinian-view-main{ max-width:1080px;margin:0 auto;}
.rencailinian-view-main:after{ content:"";display:block;height:0;clear:both;visibility:hidden;}
.rencailinian-view-main .rencailinian-view-head{ border-bottom:solid 1px #ddd;padding-bottom:20px;margin-bottom:20px;}
.rencailinian-view-main .rencailinian-view-head h1{ text-align:center;font-weight:500;font-size:24px;line-height:1.5;}
.rencailinian-body{ font-size:15px;text-align:justify;line-height:1.6;color:#555;}
.rencailinian-body p{ margin:1.5em 0;}
.rencailinian-body img{ max-width:100% !important;height:auto !important;}
.rencailinian-body video{ max-width:100% !important;height:auto !important;}

/*招聘信息列表页*/
.list-rencailinian{ }
.list-rencailinian ul{ }
.list-rencailinian ul li{ margin-bottom:5px;}
.list-rencailinian ul li:last-child{ margin-bottom:0;}
.list-rencailinian ul li .zhaopin-title{ background:#283886;color:#fff;overflow:hidden;height:50px;line-height:50px;}
.list-rencailinian ul li .zhaopin-title p{ font-size:14px;width:33.33334%;float:left;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0 10px;height:50px;line-height:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-rencailinian ul li .zhaopin-title p:nth-child(2){ display:none;}
.list-rencailinian ul li .zhaopin-title p:nth-child(4){ display:none;}
.list-rencailinian ul li .zhaopin-title p:nth-child(5){ display:none;}

.list-rencailinian ul li .zhaopin-info{ background:#f8f8f8;color:#333;overflow:hidden;height:50px;line-height:50px;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.list-rencailinian ul li .zhaopin-info p{ font-size:12px;width:33.33334%;float:left;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0 10px;height:50px;line-height:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list-rencailinian ul li .zhaopin-info p:nth-child(2){ display:none;}
.list-rencailinian ul li .zhaopin-info p:nth-child(4){ display:none;}
.list-rencailinian ul li .zhaopin-info p:nth-child(5){ display:none;}
.list-rencailinian ul li .zhaopin-info p a:hover{ color:#283886;}
.list-rencailinian ul li .zhaopin-info:hover{ background:#f5f8ff;}

/*招聘详情页*/
.zhaopin-content{ width:auto;margin:0 auto;}
.zhaopin-content .zhaopin-head{ margin-bottom:20px;padding-bottom:20px;border-bottom:solid 1px #ddd;}
.zhaopin-content .zhaopin-head h1{ margin-bottom:5px;font-size:24px;font-weight:500;line-height:34px;}
.zhaopin-content .zhaopin-head h3{ font-size:14px;color:#ff0000;line-height:24px;}

.list-zhaopin-canshu{ background:#f8f8f8;padding:10px 15px;margin-bottom:20px;}
.list-zhaopin-canshu ul{ }
.list-zhaopin-canshu ul li{ font-size:14px;border-bottom:solid 1px #eee;Position:relative;height:50px;line-height:50px;}
.list-zhaopin-canshu ul li:last-child{ border-bottom:0;}
.list-zhaopin-canshu ul li span{ color:#666;display:block;Position:absolute;left:0;top:0;}
.list-zhaopin-canshu ul li p{ padding-left:80px;}

.zhaopin-desc{ line-height:1.8;font-size:14px;color:#555;}
.zhaopin-desc h2{ font-size:20px;font-weight:500;margin-bottom:20px;color:#333;}
.top-border{ padding-top:30px;margin-top:30px;border-top:solid 1px #eee;}

/*联系我们*/
.message{ Position:relative;overflow: hidden;background:#f8f8f8;}
.message h4{ font-size: 24px;font-weight: 500;color: #555;margin-bottom:30px;}
.message .left h4{ color:#333;}
.message .left{ width:auto;}
.message .left-box{ padding:20px 20px;background:#f8f8f8;}
.message .list-lianxi{ overflow: hidden;}
.message .list-lianxi ul{}
.message .list-lianxi ul li{ margin-bottom:10px;}
.message .list-lianxi ul li:last-child{ margin-bottom:0;}
.message .list-lianxi ul li p{ font-size:15px;line-height:26px;color:#333;}

.list-erweima{ overflow: hidden;margin-top:20px;padding-top:20px;border-top:solid 1px rgba(0,0,0,0.1);}
.list-erweima ul{ margin-left:-10px;}
.list-erweima ul li{ float:left;width:50%;}
.list-erweima ul li .box{ margin-left:10px;}
.list-erweima ul li .img{ width:100%;}
.list-erweima ul li .img img{ width:100%;height:auto;}
.list-erweima ul li p{ line-height:24px;color:#333;margin-top:5px;text-align:center;}
.message .right{ width:auto;float:none;}
.dituContent{ width:auto;height:220px;Position:static;}

/*页脚*/
.footer{ padding:30px 0;background:#15244f;}
.footer-box{ margin:0 15px;overflow:hidden;}

.footer-content{ display:none;}
.footer-content .right-erweima{ display:none;}

.footer-copy{ line-height:22px;font-size:10px;color:rgba(255,255,255,0.8);padding-top:0;margin-top:0;border-top:solid 0 rgba(255,255,255,0.2);overflow:hidden;}
.footer-copy .left{ float:none;overflow:hidden;}
.footer-copy .left p{ text-align:center;}
.footer-copy .right{ float:none;overflow:hidden;text-align:center;}
.footer-copy a{ color:rgba(255,255,255,0.8);}
.footer-copy .right p{ text-align:center;}

}