*{margin: 0 auto;padding: 0 auto;font-family: 'Microsoft YaHei','微软雅黑';}
html,body{width: 100%;height: 100%;min-width: 1600px;}
ul{padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;max-width: 100%}
h3,h4,h5{font-weight: normal;}
.clearfix:after {visibility: hidden;display: block;content: " ";clear: both; height: 0;line-height: 0;}
.left {float: left;}
.right {float: right;}
.box {width: 1300px;}
.none {display: none;}
/* slideBox begin */
.slideBox { width:100%;overflow:hidden;position:relative;}
.slideBox .bd{ position:relative;height:100%;overflow: hidden;}
.slideBox .bd li{width: 100%;height: 100%;background-repeat: no-repeat; background-size: cover;background-position: top center;}
.slideBox .bd li a{display: block;width: 100%;height: 100%;}
.slideBox .bd img {display: block;width: 100%;}
.slideBox .bd .tempWrap {height: 100%;}
.slideBox .bd .tempWrap ul {height: 100%;}
/*.slideBox .hd{ width: 100%;overflow:hidden; position:absolute;bottom:30px;text-align:center;}
.slideBox .hd ul{overflow:hidden;display:inline-block;}
.slideBox .hd ul li{width:15px;height:15px;display: inline-block;margin:0 10px;background: #fff;cursor:pointer;opacity: 1;box-sizing: border-box;}
.slideBox .hd ul li.on {background:#ee5322;opacity: 1;}*/
/* slideBox end */


.pages{margin-top: 50px;margin-bottom: 0px;font-size:0;text-align:center}
.pages ul{display:inline-block;vertical-align:middle;font-size:0}
.pages li{padding:0 5px;display:inline-block;vertical-align:middle}
.pages a,.pages span{display:block;font-size:16px;color:#333;min-width:12px;padding: 0 10px;height:32px;line-height:32px;border:1px solid #ededed;background-color:#fff;font-family:DINPro-Regular;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.pages span{line-height:1.5}
.pages .pages-active a,.pages a:hover{background-color:#004099;color:#fff}
.pages .pages-prev{margin-right:27px}
.pages .pages-prev a{background:url(../images/icon_prev3.png) center center no-repeat #fff}
.pages .pages-next{margin-left:27px}
.pages .pages-next a{background:url(../images/icon_next4.png) center center no-repeat #fff}
.pages .pages-disable.pages-prev a{background-image:url(../images/icon_prev4.png);pointer-events:none}
.pages .pages-disable.pages-next a{background-image:url(../images/next5.png);pointer-events:none}

/* header begin */
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #93bfec;
    transition: .3s;
}
#header .logo {
    cursor: pointer;
    margin-top: 17.5px;
    width: 423px;
    height: 54px;
    background: url(../images/index_03.png) no-repeat;
    transition: .3s;
}
#header .logo img {
    display: block;
}
#header .nav {
    height: 90px;
    line-height: 90px;
}
#header .nav li {
    float: left;
    margin-right: 50px;
    position: relative;
}
#header .nav li>a {
    color: #d2e0f3;
    display: block;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    position: relative;
    transition: .3s;
}
#header .nav .buoy {
    position: absolute;
    left: 0;
    bottom: 0;

    display: block;
    width: 100%;
    height: 2px;
    text-align: center;
}
#header .nav .buoy i {
    display: block;
    width: 0;
    height: 2px;
    transition: .3s;
}
#header .nav li:hover>a {
    color: #fff;
}
#header .nav li:hover .buoy i {
    width: 100%;
    height: 2px;
    background: #fff;
}
#header .child {
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}
#header .child .box {
    padding-left: 140px;
    box-sizing: border-box;
}
#header .child a {
    color: #333333;
    display: inline-block;
    line-height: 70px;
    margin: 0 20px;
}
#header .child a:hover {
    color: #01339b;
}
/*鼠标停留效果*/
#header:hover, #header.top {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#header:hover .logo, #header.top .logo {
    background: url(../images/logo_03.png) no-repeat;
}
#header:hover .nav li>a, #header.top .nav li>a {
    color: #666666;
}
#header:hover .nav li:hover>a, #header.top .nav li:hover>a {
    color: #1953a3;
}
#header:hover .nav li:hover .buoy i, #header.top .nav li:hover .buoy i {
    background: #1953a3;
}
/* header end */

/* footer start */
#footer {background: #121b2f;}
#footer .one {padding-top: 85px;}
#footer .one .nav {float: left;}
#footer .one .nav li {float: left;width: 200px;}
#footer .one .nav h3 {color: #fff;font-size: 18px;font-weight: bold;letter-spacing: 1px;padding-bottom: 5px;}
#footer .one .nav p {margin-top: 15px;}
#footer .one .nav a {color: #aeb1b8;font-size: 14px;}
#footer .one .qr {float: right;width: 290px;position: relative;}
#footer .one .qr:before{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 144px;background: #414959;}
#footer .one .qr .img {float: right;color: #fff;font-size: 14px;text-align: center;}
#footer .one .qr .img img {width: 128px;height: 128px;border: 8px solid #fff;margin-bottom: 15px;}
#footer .one .qr .img p {letter-spacing: 1px;}

#footer .two {margin-top: 110px;}
#footer .two p {font-size: 18px;line-height: 30px;padding-left: 27px;margin-right: 90px;float: left;color: #fff;background-repeat: no-repeat;background-position: left center;}
#footer .two .email {padding-left: 35px;background-image: url(../images/index_83.png);}
#footer .two .address {background-image: url(../images/index_82.png);}

#footer .three {border-top: 1px solid #525866;margin-top: 60px;line-height: 85px;}
#footer .three p,#footer .three a {color: #979797;font-size: 14px;}
#footer .three p {float: left;}
#footer .three a {float: right;background: url(../images/index_84.png) no-repeat right center;padding-right: 18px;}
/* footer end */

/* 首页通用 */

.section-tit {
    text-align: center;
}
.section-tit h2 {
    color: #333333;
    font-size: 38px;
    line-height: 38px;
}
.section-tit p {
    color: #888888;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.section-tit .line {
    position: relative;
    width: 360px;
    height: 1px;
    margin-top: 20px;
}
.section-tit .line:before {
    content: "";
    position :absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 1px;
    background: #d9d9d9;
}
.section-tit .line:after {
    content: "";
    position :absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 1px;
    background: #d9d9d9;
}
.section-tit .showy {
    position: absolute;
    top: -1px;
    left: 150px;
    display: block;
    width: 60px;
    height: 3px;
    background: #00349a;
}
/* 首页通用结束 */


/* 版块1 start */
.section1 .hd {
    position: absolute;
    left: 0;
    bottom: 11%;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: url(../images/mm.png) no-repeat center;
}
.section1 .hd .pageState {
    float: left;
    color: #eee;
    font-size: 20px;
    letter-spacing: 5px;
}
.section1 .hd .pageState span {
    color: #fff;
    font-size: 36px;
}

.section1 .hd .pnLoop {
    float: right;
    margin-top: 2.5px;
}
.section1 .hd .pnLoop a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../images/section1_pn.png) no-repeat center;
    cursor: pointer;
    transition: .3s;
}
.section1 .hd .pnLoop a:hover {
    background-color: rgba(255, 255, 255, .3);
}
.section1 .hd .pnLoop a.next {
    margin-left: 20px;
    transform: rotate(180deg);
}
/* 版块1 end */


/* 版块2 start */
.section2 {
    padding: 70px 0 90px;
    background: url(../images/index_27.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.section2 .section-cont {
    margin-top: 75px;
    overflow: hidden;
}
.section2 .section-cont .left {
    width: 600px;
    height: 470px;
}
.section2 .section-cont .left img {
    display: block;
}
.section2 .section-cont .right {
    width: 620px;
    height: 470px;
    position: relative;
}
.section2 .section-cont .right .one .tit {
    color: #333;
    font-size: 34px;
    line-height: 50px;
}
.section2 .section-cont .right .one .cont {
    margin-top: 15px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}
.section2 .section-cont .right .one .more {
    display: block;
    margin-left: 0;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #01339b;
    border: 1px solid #01339b;
    transition: .3s;
    margin-top: 40px;
}
.section2 .section-cont .right .one .more:hover {
    background: #01339b;
    color: #fff;
}

.section2 .section-cont .right .two {
    position: absolute;
    left: 0;
    bottom: 0;
}
.section2 .section-cont .right .two li {
    float: left;
    margin-right: 30px;
    width: 170px;
    height: 130px;
    border: 2px solid #dddddd;
    text-align: center;
    transition: .3s;
}
.section2 .section-cont .right .two a {
    display: block;
    width: 100%;
    height: 100%;
}
.section2 .section-cont .right .two .icon {
    margin-top: 23px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}
.section2 .section-cont .right .two li:nth-child(1) .icon {
    background-image: url(../images/index_24.png);
}
.section2 .section-cont .right .two li:nth-child(2) .icon {
    background-image: url(../images/index_22.png);
}
.section2 .section-cont .right .two li:nth-child(3) .icon {
    background-image: url(../images/index_23.png);
}
.section2 .section-cont .right .two p {
    margin-top: 15px;
    line-height: 18px;
    font-size: 18px;
    color: #666666;
    transition: .3s;
}
.section2 .section-cont .right .two li:hover {
    margin-top: -10px;
    border-color: #00349a;
}
.section2 .section-cont .right .two li:hover p {
    color: #00349a;
}
.section2 .section-cont .right .two li:nth-child(1):hover .icon {
    background-image: url(../images/index_21.png);
}
.section2 .section-cont .right .two li:nth-child(2):hover .icon {
    background-image: url(../images/index_25.png);
}
.section2 .section-cont .right .two li:nth-child(3):hover .icon {
    background-image: url(../images/index_26.png);
}
/* 版块2 end */


/* 版块3 已单独拿出 */
/* 版块3 已单独拿出 */

/* 版块4 start */
.section4 {padding: 70px 0;overflow:hidden;}
.section4 .section-cont {margin-top: 60px;}
.section4 .section-cont .bd {overflow: hidden;}
.section4 .section-cont .bd ul{ overflow:hidden; zoom:1; }
.section4 .section-cont .bd li {float: left; width: 300px;margin-right: 30.8px;}
.section4 .section-cont .bd li a {display: block;width: 100%;height: 100%;}
.section4 .section-cont .bd li .rahmen {position: relative;border: 2px solid #f1f1f1;box-sizing: border-box;height: 390px;transition: .3s;}
.section4 .section-cont .bd li p {text-align: center;margin-top: 20px; color:#333333; line-height: 18px; transition: .3s;}
.section4 .section-cont .bd li img {max-width: 260px;max-height: 350px;display: block;position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: .3s;}
.section4 .section-cont .bd li:hover .rahmen { border-color: #00349a;}
.section4 .section-cont .bd li:hover .rahmen img { transform: translate(-50%, -50%) scale(1.05);}
.section4 .section-cont .bd li:hover p { font-size: 18px;}

.section4 .section-cont .hd{ width: 100%;overflow:hidden; text-align:center;margin-top: 55px;}
.section4 .section-cont .hd ul{overflow:hidden;display:inline-block;}
.section4 .section-cont .hd ul li{border-radius: 50%;width:15px;height:15px;display: inline-block;margin:0 10px;background: #cecece;cursor:pointer;opacity: 1;box-sizing: border-box;}
.section4 .section-cont .hd ul li.on {background:#00349a;opacity: 1;}
/* 版块4 end */

/* 版块5 start */
.section5 {
    background: url(../images/index_54.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 90px 0 70px;
}
.section5 .section-cont {
    margin-top: 55px;
}
.slideGroup .parHd{height: 68px;line-height:68px; background:#fff;}
.slideGroup .parHd ul {display:table;text-align: center;}
.slideGroup .parHd ul li{ display: inline-block; width: 162.5px; cursor:pointer;  text-align: center;position: relative;transition: .3s; background: center bottom -20px;}
.slideGroup .parHd ul li:after {content: ""; width: 1px; height: 28px; background: #ebebeb; position: absolute; right: -1px; top: 50%; transform: translateY(-50%)}
.slideGroup .parHd ul li:last-child:after {content: none;}
.slideGroup .parHd ul li.on{background: url(../images/index_52.png) no-repeat center bottom;color: #00349a;}

.slideGroup .slide{ overflow:hidden; zoom:1; position:relative;}
.slideGroup .parBd {margin-top: 35px;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ width: 416px; float:left; _display:inline; overflow:hidden; text-align:center; margin-right: 26px;}
.slideGroup .parBd ul li .pic{position: relative;}
.slideGroup .parBd ul li .pic img{ width: 416px; height: 300px; display:block;}
.slideGroup .parBd ul li .pic .cover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent center; transition: .3s;}
.slideGroup .parBd ul li p {color: #434343; line-height: 80px; text-align: center; background: #fff; transition: .3s;}
.slideGroup .parBd ul li:hover .pic .cover {background: url(../images/index_53.png) no-repeat center rgba(0, 0, 0, .3);}
.slideGroup .parBd ul li:hover p {background :#01339b; color: #fff;}
.slideGroup .parBd .hd {
    height: 17px;
    text-align: center;
    margin-top: 55px;
}
.slideGroup .parBd .hd span {
    cursor: pointer;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cecece;
    margin: 0 10px;
}
.slideGroup .parBd .hd span.on {
    background: #00349a;
}
/* 版块5 end */

/* 版块6 start */
.section6 {padding: 75px 0 100px;background: #f5f7fa;}
.section6 .section-cont {margin-top: 55px;overflow: hidden;zoom: 1;position: relative;}
.section6 .section-cont .bd {float: left;width: 635px;height: 580px;position:relative; background: #fff;}
.section6 .section-cont .bd .tempWrap {height: 580px !important;}
.section6 .section-cont .bd li {height: 580px !important;}
.section6 .section-cont .bd .text {box-sizing: border-box;padding: 39px 36px;}
.section6 .section-cont .bd  img {width: 635px;height: 360px;}
.section6 .section-cont .bd .text span {color: #535353;font-size: 22px;line-height: 22px;}
.section6 .section-cont .bd .text h3 {color: #00349a;font-size: 22px;line-height: 22px;margin-top: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.section6 .section-cont .bd .text div {color: #6e6e6e;line-height: 25px;margin-top: 20px;}
.section6 .section-cont .hd {float: right;width: 635px;height: 580px;overflow: hidden;}
.section6 .section-cont .hd li { width:635px;height: 130px;background: #fff;margin-bottom: 20px;box-sizing: border-box;padding: 25px 0;overflow: hidden;}
.section6 .section-cont .hd li a {display: block;width: 100%; height: 100%;}
.section6 .section-cont .hd .left {width: 117px;height: 80px;border-right: 1px solid #d7d7d7;box-sizing: border-box;text-align: center;}
.section6 .section-cont .hd .left h2 {color: #474747;font-size: 26px;line-height: 26px;margin-top: 11.33px;}
.section6 .section-cont .hd .left p {color: #474747;font-size: 20px;line-height: 20px;margin-top: 11.33px;}
.section6 .section-cont .hd .right {width: 518px;height: 80px;padding: 0 45px 0 25px;box-sizing: border-box;}
.section6 .section-cont .hd .right h3 {color: #404040;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.section6 .section-cont .hd .right p {color: #999999;line-height: 25px;margin-top: 5px;}
.section6 .section-cont .hd li.on {background: #00349a;}
.section6 .section-cont .hd li.on .left h2,.section6 .section-cont .hd li.on .left p,.section6 .section-cont .hd li.on .right h3,.section6 .section-cont .hd li.on .right p {color: #fff;}
/* 版块6 end */

/* 版块7 start */
.section7 {padding: 65px 0 40px;}
.section7 h2 {color: #333333;font-size: 24px;margin-bottom: 40px;}
.section7 ul {overflow: hidden;}
.section7 li {float: left;margin-right: 120px;margin-bottom: 25px;}
.section7 li:last-child {margin-right: 0;}
.section7 a {color: #333;}
/* 版块7 end */

#layout {padding-bottom: 80px;}

/* 子页banner start */
#banner {position: relative;margin-top: 90px;height: 500px;background-size: cover;background-repeat: no-repeat;background-position: top center;}
#banner .tit {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;}
#banner .tit h2 {color: #fff;font-size: 50px;font-weight: bold;line-height: 50px;letter-spacing: 5px;}
#banner .tit p {color: #fff;font-size: 30px;text-transform: uppercase;margin-top: 18px;line-height: 30px;letter-spacing: 2px;}
/* 子页banner end */

/* 子页菜单 start */
#menus {position: relative;float: left;width: 280px;}
#menus .sign {position: absolute;top: -80px;left: 0;width: 100%;height: 160px;background: url(../images/menus_04.jpg) no-repeat top center;box-sizing: border-box;padding-left: 35px;}
#menus .sign h3 {margin-top: 45px;color: #fff;font-size: 30px;line-height: 30px;font-weight: bold;letter-spacing: 2px;}
#menus .sign span {margin: 25px 0 0;display: block;width: 60px;height: 4px;background: #fff;}

#menus .list {margin-top: 100px;border: 1px solid #e5e5e5;border-bottom: 0;}
#menus .list li {height: 62px;line-height: 62px;border-bottom: 1px solid #e5e5e5;}
#menus .list a {color: #404040;display: block; width: 100%;height: 100%;padding-left: 35px;box-sizing: border-box;transition: .3s;background: url(../images/menus_05.png) no-repeat center right 20px;}
#menus .list a:hover {color: #fff;background: #004099 url(../images/menus_06.png) no-repeat center right 20px;}
#menus .list a.cur {color: #fff;background: #004099 url(../images/menus_06.png) no-repeat center right 20px;}
/* 子页菜单 end */

/* 子页内容 start */
#content {width: 970px;float: right;}
/* 子页内容 end */

/* 子页面包屑 start */
#crumbs {height: 80px;line-height: 80px;border-bottom: 1px solid #d4d4d4;}
#crumbs .tit {float: left;}
#crumbs .tit h3 {color: #004099;font-size: 24px;border-bottom: 2px solid #004099;line-height: 79px;letter-spacing: 1px;padding-right: 15px;}
#crumbs .cont {float: right;color: #555555;background: url(../images/crumbs_01.png) no-repeat left center;padding-left: 30px;}
#crumbs .cont a {color: #555555;}
#crumbs .cont span {background: url(../images/crumbs_02.png) no-repeat center;color: #999999;padding: 0 15px;}
/* 子页面包屑 end */

/* 关于我们1 start */
.about1 {padding-top: 60px;background: url(../images/about1_01.png) no-repeat center top 25px;}
.about1>.tit h3 {color: #004099;font-size: 26px;font-weight: bold;line-height: 26px;}
.about1>.tit p {color: #232323;font-size: 20px;text-transform: uppercase;margin-top: 15px;line-height: 20px;margin-bottom: 30px;}
.about1>.cont {color: #555555;line-height: 28px;}
.about1>.cont img {max-width: 100%;}
/* 关于我们1 end */

/* 关于我们2 start */
.about2 {padding-top: 40px;}
.about2 .left {width: 600px;}
.about2 .left li {padding:50px;box-sizing:border-box;height: 208px;background-repeat: no-repeat;background-size: 100%;background-position: top center;}
.about2 .left li:nth-child(1) {background-image: url(../images/about2_03.jpg);}
.about2 .left li:nth-child(2) {padding-top: 70px;background-image: url(../images/about2_08.jpg);height: 236px;text-align: center;margin-top: 20px;}
.about2 .left li:nth-child(2) .cont {line-height: 1;}
.about2 .right {background: url(../images/about2_05.jpg) no-repeat top center; height: 464px;}
.about2 .right {width: 350px;box-sizing: border-box;padding: 55px 40px;}
.about2 .right h4 {color: #fff;font-size: 28px;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 50px;}
.about2 .right .tit {margin-bottom: 10px;}
.about2 .tit {color: #fff;font-size: 22px;font-weight: bold;margin-bottom: 15px;letter-spacing: 2px;}
.about2 .cont {color: #fff;font-size: 17px;line-height: 35px;letter-spacing: 1px;}
/* 关于我们2 end */

/* 关于我们3 start */
.about3 {padding-top: 90px;}
.about3 img {max-width: 100%;}
/* 关于我们3 end */

/* 联系我们 start */
.contact {padding-top: 55px;}
.contact .left .tit h3 {color: #333333;font-size: 32px;font-weight: bold;}
.contact .left .tit p {color: #232323;font-size: 12.3px;text-transform: uppercase;margin-top: 5px;letter-spacing: 1px;}
.contact .left .cont {margin-top: 40px;}
.contact .left .cont span {color: #333333;font-weight: bold;padding-right: 10px;}
.contact .left .cont p {color: #666666;font-size: 20px;margin-top: 15px;}
.contact .right img {border: 4px solid #efefef;width: 132px;height: 132px;}
.contact .right p {text-align: center;margin-top: 5px;color: #333333;font-size: 14px;letter-spacing: 1px;}
.contact #map {height: 425px;margin-top: 40px;}
/* 联系我们 end */

/* 业务领域 start */
.business {padding-top: 40px;}
.business>.tit {text-align: center;}
.business>.tit h3 {color: #232323;font-size: 34px;font-weight: bold;letter-spacing: 2px;}
.business>.tit span {width: 40px;height: 3px;background: #004099;display: block;margin-top: 30px;}
.business>.cont {margin-top: 25px;font-size: 16px;line-height: 32px;color: #555555;}
.business>.cont img {max-width: 100%;}
/* 业务领域 end */

/* 工程业绩 start */
.project {padding-top: 5px;}
.project .list li {float: left;margin: 30px 30px 0 0;width: 470px;}
.project .list li:nth-child(2n) {margin-right: 0;}
.project .list .pic {width: 470px;height: 330px;overflow: hidden;}
.project .list .pic img {display: block;transition: .3s;width: 470px;height: 330px;}
.project .list .tit {color: #333333;text-align: center;height: 70px;line-height: 70px;border: 1px solid #d4d4d4;border-top: 0;transition: .3s;}
.project .list li:hover .tit {background: #004099;color: #fff;}
.project .list li:hover .pic img {transform: scale(1.05);}
/* 工程业绩 end */

/* 工程业绩-详情 start */
.project-detail {padding-top: 35px;}
.project-detail>.tit {text-align: center;}
.project-detail>.tit h3 {color: #232323;font-size: 26px;font-weight: bold;letter-spacing: 1px;}
.project-detail>.tit p {height: 20px;line-height: 20px;font-size: 14px;color: #999999;margin-top: 20px;}
.project-detail>.tit p img {vertical-align: middle;margin-right: 8px;}
.project-detail>.tit p span {padding: 0 15px;}
.project-detail>.cont {margin-top: 15px;padding: 20px 0 40px 0;color: #555555;line-height: 28px;border: 1px solid #eaeaea;border-left: 0;border-right: 0;}
.project-detail>.cont img {max-width: 100%;}
.project-detail>.pn {height: 60px;line-height: 60px;}
.project-detail>.pn p {width: 45%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.project-detail>.pn a {color: #333333;transition: .3s;}
.project-detail>.pn a:hover {color: #004099;}
.project-detail>.pn .p {float: left;}
.project-detail>.pn .n {float: right;text-align: right;}
.project-detail>.rel {margin-top: 30px;}
.project-detail>.rel .tit {color: #2c2c2c;font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.project-detail>.rel li {overflow: hidden;height: 60px;line-height: 60px;border-bottom: 1px solid #f2f2f2;}
.project-detail>.rel p {transition: .3s;float: left;color: #707070;position: relative;padding-left: 20px;width: 600px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.project-detail>.rel span {float: right;color: #999999;transition: .3s;}
.project-detail>.rel p:before{transition: .3s;position: absolute;left: 0;top: 50%;content: "";width: 7px;height: 7px;transform: translateY(-50%);border-radius: 50%;background: #6b6b6b;}
.project-detail>.rel a:hover p,.project-detail>.rel a:hover span{color: #004099;}
.project-detail>.rel a:hover p:before{background: #004099;}
/* 工程业绩-详情 end */

/* 新闻中心 start */
.news {padding-top: 20px;}
.news .list li {margin-top: 20px;}
.news .list a {transition: .3s;display: block;height: 130px;border: 1px solid #eaeaea;padding: 25px 0;box-sizing: border-box;}
.news .list .date {float: left;width: 115px;height: 78px;border-right: 1px solid #d7d7d7;text-align: center;}
.news .list .date h3 {color: #004099;font-size: 26px;font-weight: bold;line-height: 26px;margin-top: 10px;}
.news .list .date p {color: #474747;font-size: 20px;line-height: 20px;margin-top: 15px;}
.news .list .cont {float: right;width: 850px;box-sizing: border-box;padding: 0 30px;}
.news .list .cont h3 {transition: .3s;color: #404040;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .list .cont p {color: #999999;margin-top: 10px;}
.news .list a:hover {border-color: #004099;}
.news .list a:hover .cont h3 {color: #004099;}
/* 新闻中心 start */

/* 荣誉资质 start */
.honor .list {overflow: hidden;}
.honor .list li {float: left;width: 298px;margin: 30px 38px 0 0;cursor: pointer;}
.honor .list li:nth-child(3n) {margin-right: 0;}
.honor .list .pic {overflow: hidden;position: relative;border: 3px solid #f1f1f1;text-align: center;height: 390px;transition: .3s;}
.honor .list .pic img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);transition: .3s;max-width: 278px;max-height: 370px;}
.honor .list .tit {text-align: center;color: #333333;margin-top: 25px;transition: .3s;}
.honor .list li:hover .pic {border-color: #004099;}
.honor .list li:hover .pic img {transform: translate(-50%, -50%) scale(1.05);}
.honor .list li:hover .tit {color: #004099;}
/* 荣誉资质 end */