.cl {
    clear: both;
}

.w {
    width: 1211px;
    margin: 0 auto;
}

img{
    vertical-align: bottom;border:0;
}
a{
    color:inherit;
}
.fl{
    float:left;
}

.fr{
    float:right;
}

.headerTop{
    height:40px;
    background: #018ee9;
}

.lanmu-pic img{width: 100%;}

.all-container{border-bottom: 5px solid #016596;}

.headerTop .topConainer{
    height: 100%;
    font-size: 16px;
    color:#fff;
    line-height: 40px;
    text-indent:1em;
}

.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100px;
}
.header .container .nav ul{
    display: flex;
    justify-content: center;
}
.header .container .nav ul li{
    margin:0 25px;
    font-size: 16px;
    color:#000;
}

.header .container .nav ul li.on{
    color:#018ee9;
}
.header .container .nav ul li:hover{
    color:#018ee9;
}
.header .container .rightMessage{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.header .container .rightMessage .ss{
    display: none;
    position: absolute;
    top:50px;
    left:0;
    z-index:999;
}

.header .container .rightMessage .ss form{
    display: flex;
    justify-content: flex-start;
}
.header .container .rightMessage .ss form .ss_bd{
    width: 190px;
    height:30px;
}
.header .container .rightMessage .ss form .ss_btn{
    width: 50px;
    background:#018ee9;
    border:0;
    color:#fff;
}
.header .container .rightMessage .tel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .container .rightMessage .tel .left{
    margin-right: 10px;
    margin-left: 8px;
}

.header .container .rightMessage .tel .right p{
    font-size: 15px;
    color:#018ee9;
    font-weight: bold;
}
/* 轮播图 */
.slideBox{
    position: relative;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    height: 100%;
}

.slideBox .bd li a {
    display: block;
    height: 100%;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

.aboutUsContainer{
    position: absolute;
    bottom: 0;
    width:100%;
    background:rgba(255,255,255,.6);
}
.aboutUs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:2.5% 0;
}
.aboutUs .con{
    width: 810px;
    line-height: 180%;
    text-indent: 2em;
}
.aboutUs div:first-child{
    text-align: center;
}
.aboutUs div:first-child h4{
    font-size: 24px;
    color:#222222;
    font-weight: normal;
    margin-bottom: 12px;
}

.aboutUs div:first-child p{
    font-size: 18px;
    color:#222222;
} 

.incTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin:60px auto 30px;
}
.incTop .line{
    width: 500px;
    height:1px;
    background:#e6e6e6;
}
.incTop h3{
    font-size: 26px;
    color:#222222;
}
.incTop p{
    font-size: 18px;
    color:#777777;
    margin-top: 5px;
}

.serviceList{
    width: 90%;
    margin:0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.serviceList li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.serviceList li:nth-child(4n){
    margin-right: 0;
}
.serviceList li:hover .img img{
    transform: scale(1.2);
}

.serviceList li:hover .mesg{
    background:#f8f8f8;
}
.serviceList li a{
    display: block;
}
.serviceList li a .img{
    overflow: hidden;
}
.serviceList li a .img img{
    width:100%;
    transition: 2s;
}
.serviceList li a .mesg{
    overflow:hidden;
}
.serviceList li a .mesg h4{
    font-size: 1.2vw;
    font-weight: normal;text-align: center;
    margin:25px 0 12px;
}
.serviceList li a .mesg div:last-child{
    font-size: 1vw;
    color:#777777;
    margin:20px 0 16px;
    padding-left:12px;
}

.big-bg{overflow: hidden;background:#fbf9f9;}

.projectList{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.projectList li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
  /*  transition: all 1s;*/
}
.projectList li:nth-child(3n){
    margin-right: 0;
}
.projectList li a{
    display: block;
}

.projectList li a .img{
    overflow:hidden;
}

.projectList li a .img img{
    width: 100%;
    transition: 2s;
}

.projectList li:hover a .img img{
    transform: scale(1.2);
}
.projectList li a h3{
    height: 52px;
    background:#018ee9;
    font-size: 20px;
    color:#fff;
    text-align:center;
    line-height: 52px;
    font-weight: normal;
    margin-top: 5px;
}

.newsType{
    display: flex;
    justify-content: flex-start;
}

.newsType li{
    height:48px;
    border:1px solid #018ee9;
    font-size: 16px;
    color:#018ee9;
    line-height: 48px;
    margin-right: 20px;
}
.newsType li:first-child{
    background:#018ee9;
    color:#fff;
}
.newsType li:hover{
    background:#018ee9;
    color:#fff;
}
.newsType li a{
    display: block;
    height:100%;
    box-sizing: border-box;
    padding:0 35px;
}


.newCon{
    background:#fff;
    overflow: hidden;
}

.newsList{
    margin-top: 30px;
}

.newsList .left{
    width: 535px;
    background:#fff;
    padding:50px 90px 40px 50px;
    box-sizing: border-box;
}

.newsList .left>a>h3{
    font-size: 18px;
    color:#222222;
    font-weight: normal;
    margin:20px 0;
}
.newsList .left>a>p{
    font-size: 20px;
    color:#888888;
}
.newsList .left .outline{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newsList .left .outline .line{
    width: 1px;
    height:46px;
    background:#888;
    margin-right: 25px;
}
.newsList .left .outline .jianjie{
    font-size: 14px;
    color:#888888;
    line-height: 200%;
}
.newsList .left .img{
    overflow:hidden;
    margin:30px 0 40px;
}
.newsList .left .img:hover img{
    transform: scale(1.2);
}
.newsList .left .img img{
    width: 100%;
    transition:2s;
}
.newsList .left .more2{
    display: block;
    width: 128px;
    height:34px;
    background:#018ee9;
    font-size: 30px;
    text-align: center;
    line-height: 34px;
    color:#fff;
}
.newsList .right{
    width: 600px;
    margin-right: 15px;
}
.newsList .right>div{
    border-top:1px solid #e5e5e5;
    padding:40px 45px 35px 15px;
}

.newsList .right>div:hover .mesg h3{
    color:#0089c0;
}
.newsList .right>div a{
    display: block;
    height: 100%;
}
.newsList .right>div:hover .mesg .circle{
    background:#0089c0;
}
.newsList .right>div:last-child{
     border-bottom:1px solid #e5e5e5;
}
.newsList .right .mesg{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newsList .right .mesg .circle{
    width: 9px;
    height:9px;
    border-radius: 50%;
    background:#888888;
    margin-right: 10px;
}
.newsList .right .mesg h3{
    font-size: 18px;
    color:#333;
    font-weight: normal;
}
.newsList .right .mesg p{
    font-size: 20px;
    color:#888;
    margin-left:auto;
}
.newsList .right .jianjie{
    width: 395px;
    font-size: 14px;
    color:#888888;
    line-height: 200%;
    margin:10px 0 0 30px;
}
.more{
    width: 160px;
    height:50px;
    box-sizing: border-box;
    border-radius:12px;
    border:1px solid #a0a0a0;
    font-size: 18px;
    color:#000;
    text-align: center;
    line-height: 50px;
    display: block;
    margin:40px auto 100px;
}


.inc-local-container{height: 90px;background:#f7f8f4;}
.inc-local{height: 100%;display: flex;justify-content: center;align-items: center;}
.inc-local li{font-size: 22px;color:#000;margin:0 100px;}
.inc-local li.active{color:#018eed;}
.inc-local li:hover{color:#018eed;}

.about-con{padding: 80px 0 100px;}

.pic-list{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 80px;}
.pic-list li{width: 380px;margin-right: 30px;margin-bottom: 40px;}
.pic-list li:nth-child(3n){margin-right: 0;}
.pic-list li .img{overflow: hidden;position: relative;}
.pic-list li .img img{width: 100%;}
.pic-list li .img .show{transform: scale(0); border-bottom: 4px solid #0190ec; width: 92%;background:rgba(255,255,255,.8);position: absolute;height: 90%;top:4.5%;left:4%;padding:0 20px;box-sizing: border-box;}
.pic-list li .img .show h3{font-size: 18px;color:#222222;font-weight: normal;border-bottom: 1px solid #a0a0a0;height: 50px;line-height: 50px;margin-top: 10px;}
.pic-list li .img .show .jianjie{font-size: 16px;color:#222222;line-height: 180%;margin-top: 15px;text-align: justify;}
.pic-list li .img .show a{font-size: 14px;color:#0190ec;text-align: right;display: block;margin-top: 30px;}
.pic-list li:hover .img .show{
    transform: scale(1);
    transition: 1s;
}
.pic-list li h4{font-size: 18px;color:#222222;margin:15px 0 10px;font-weight: normal;}
.pic-list li p{font-size: 16px;color:#727272;}
.pro-show{margin-top: 90px;}
.pro-show>h3{font-size: 20px;color:#242424;font-weight: normal;text-align: center;}
.pro-show>img{display: block;margin:40px auto 80px;}
.pro-show .xq{width: 150px;height: 50px;border-radius:50px;font-size: 20px;color:#fff;text-align: center;line-height: 50px;background:#0190ec;}

.pro-show .con{border-top: 1px dashed #b5b5b5;padding-top: 15px;margin-top: 40px;}
.news-list-two{padding:0 60px;box-sizing: border-box;margin-top: 80px;}
.news-list-two li{margin-bottom: 50px;}
.news-list-two li a{display: flex;justify-content: space-between;}
.news-list-two li a .img{width: 240px;overflow: hidden;}
.news-list-two li a .img img{width: 100%;transition: 2s;}

.news-list-two li a .date{width: 120px;border-left:1px solid #e5e5e5;text-align: center;padding-top: 30px;}
.news-list-two li a .date p{font-size: 50px;color:#222222;}
.news-list-two li a .date span{font-size: 16px;color:#888888;}
.news-list-two li a .mesg{width: 650px;text-align: justify;}
.news-list-two li a .mesg h3{font-size: 20px;color:#222222;font-weight: normal;margin:10px 0 20px;}
.news-list-two li a .mesg .jianjie{font-size: 16px;color:#888888;line-height: 180%;}
.news-list-two li:hover a .img img{transform: scale(1.2);}
.news-list-two li:hover .date p{color:#0190ec;}
.news-list-two li:hover .mesg h3{color:#0190ec;}
.news-show{margin-top: 80px;}
.news-show>h3{font-size: 24px;color:#222222;font-weight: normal;text-align: center;}
.news-show>p{font-size: 14px;color:#757575;text-align: center;margin:15px 0 30px;}
.news-show .con{border-top: 1px solid #e5e5e5;padding:40px;}



.prev-next{
    display: flex;justify-content: space-between;margin:100px 0;
}
.prev-next a{display: flex;align-items: center;justify-content: flex-start;font-size: 16px;color:#222;}
.prev-next a div{display: block;width: 96px;height: 44px;border:1px solid #222222;text-align: center;line-height: 40px;box-sizing: border-box;font-size: 36px;color:#222;}
.prev-next a:nth-child(1) div{margin-right: 20px;}
.prev-next a:nth-child(2) div{margin-left: 20px;}

.prev-next a:hover{color:#0190ec;}
.prev-next a:hover div{color:#fff;border-color:#0190ec;background:#0190ec;}

.page{display: flex;justify-content: center;margin:100px auto;}
.page a{display: block;height: 40px;padding:0 15px;border:1px solid #e5e5e5;font-size: 16px;color:#757575;line-height: 40px;margin:0 5px;}
.page a.select{border-color: #f1211d;background:#f1211d;color:#fff;}
.footer{
    background:#2e2e2e;
    padding-bottom: 45px;
    margin-top: 60px;
}
.footerCon{
    overflow:hidden;
    display: flex;
    justify-content: space-between;
}
.footerCon .right{
    width: 764px;
    margin-right: 5px;
    margin-top: 90px;
}
.footerCon .right .top{
    padding-bottom: 25px;
    border-bottom: 1px solid #646464;
}
.footerCon .right .middle{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.footerCon .right .middle .mdRight{
    display: flex;
    justify-content: flex-end;
}
.footerCon .right .middle .mdRight div{
    width: 120px;
}
.footerCon .right .middle .mdRight div img{
    width:100%;
}
.footerCon .right .middle .mdRight div p{
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 12px;
}
.footerCon .right .middle .mdRight div:first-child{
    margin-right: 12px;
}
.footerCon .left{
    margin-top: 70px;
    width: 287px;
    margin-left:30px;
}
.footerCon .left>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.footerCon .left>div img{
    margin-right: 10px;
}
.footerCon .left>div div p:first-child{
    font-size: 14px;
    color:#fff;
}
.footerCon .left>div div p:last-child{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
}

.footerCon .line{
    height: 333px;
    width: 1px;
    background:#434343;
    margin-top: 100px;
}
.footerCon form input{
    box-sizing: border-box;
    height:47px;
    border:1px solid #fff;
    border-radius:5px;
    text-indent:1em;
    width: 100%;
    background:none;
    margin-bottom: 20px;
    color:#fff;
}

.footerCon form textarea{
    box-sizing: border-box;
    height:74px;
    padding-top:15px;
    border:1px solid #fff;
    border-radius:5px;
    text-indent:1em;
    width: 100%;
    background:none;
    margin-bottom: 20px;
    color:#fff;
    resize: none;
}
.footerCon form .sub{
    text-indent: 0;
    background:#018ee9;
    border:0;
}
.footerCon form textarea::-webkit-input-placeholder{
    color:#fff;
    font-size: 14px;
}
.footerCon form input::-webkit-input-placeholder{
    color:#fff;
    font-size: 14px;
}

.bot{
    font-size: 14px;
    color:#fff;
    margin-top: 60px;
}

.footer .right .top ul{
    display: flex;
    justify-content: space-between;
}
.footer .right .top ul li{
    font-size: 16px;
    color:#fff;
}

.footer .right .top ul li.on{
    color:#018ee9;
}
.footer .right .top ul li:hover{
    color:#018ee9;
}