@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "rBlack";
    src: url('../font/Roboto-Black.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    width: 100%;
    height: 101px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    z-index: 22;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 160px;
    padding-right: 160px;
    align-items: center;
    height: 100px;
}
.logo{
    display: block;
    width: 279px;
    /* margin-top: 15px; */
}
.logo img{
    display: block;
    width: 100%;
}
.logo .logo-on{
    display: none;
}
.nav-ul{
    display: flex;
    align-items: center;
}
.nav-ul li{
    height: 32px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 16px;
    padding: 0 24px;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #0061b0;
    background-color: #fff;
}
.hotline-wrap {
    color: #fff;
}
.hotline-wrap h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}
.hotline-wrap span{
    font-size: 30px;
    line-height: 30px;
    font-family: "rBlack";
}
@media(max-width: 1700px){
    .header-main{
        padding: 0 100px;
    }
}
@media(max-width: 1600px){
    .nav-ul li>a{
        padding: 0 18px;
    }   
    .header-main{
        padding: 0 50px;
    }
}
@media(max-width: 1400px){
    .nav-ul li>a{
       font-size: 14px;
       padding: 0 15px;
    }  
    .logo{
        width: 240px;
    } 
    .hotline-wrap span{
        font-size: 26px;
        line-height: 26px;
    }  
    .header-main{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .nav-ul li>a{
        font-size: 14px;
        padding: 0 8px;
     } 
    .header-main{
        padding: 0 15px;
    }
    .logo{
        width: 180px;
    } 
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    header{
        height: 70px;
    }
    .header-main{
        height: 70px;
    }
    .logo{
       width: 240px;
    }
    .hotline-wrap{
        display: none;
    }
}
@media(max-width: 599px){
    .logo{
        width: 180px;
    }
    header{
        height: 50px;
    }
    .header-main{
        height: 50px;
    }
}
/* 底部 */
#footer{
    padding-top: 57px;
    overflow: hidden;
    width: 100%;
    background: #313131;
}
.footer-ul{
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-ul li h3{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.footer-ul li dl dd>a{
    line-height: 32px;
    display: block;
    color: #808080;
    font-size: 16px;
}
.footer-ul li dl dd span{
    color: transparent;
}
.footer-dl{
    display: flex;
}
.footer-dl dl{
    margin-right: 65px;
}
.footer-dl dl:last-child{
    margin-right: 0px;
}
.code-wrap{
    display: flex;
}
.code-item{
    width: 175px;
    margin-top: 28px;
    text-align: center;
}
.code-item p{
    color: #808080;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
}
.footer-bom{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.links{
    width: calc(100% - 200px);
    font-size: 0px;
}
.links span{
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
}
.links a{
    color: #808080;
    display: inline-block;
    padding-left: 6px;
    padding-right: 8px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
}
.links a::after{
    position: absolute;
    height: 16px;
    width: 2px;
    background-color: #777777;
    right: 0px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.links a:first-child{
    padding-left: 0px;
}
.links a:last-child{
    padding-right: 0px;
}
.links a:last-child::after{
    display: none;
}
.copy{
    height: 102px;
    display: flex;
    justify-content: space-between;
    color: #808080;
    border-top: 1px solid #808080;
    padding-top: 17px;
}
.copy p{
    font-size: 16px;
    line-height: 30px;
}
/* 分享 */
.footer-share{
    position: relative;
}
.modal-code{
    display: none;
    width: 148px;
    height: 158px;
    position: absolute;
    left: 0px;
    bottom: 34px;
    margin-left: 5px;
}
.modal-img{
    background-color: #fff;
    padding: 7px;
    width: 148px;
    height: 148px;
}
.modal-code::after{
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    background: url(../img/code-arrow.png) no-repeat center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
}
.modal-title{
    height: 24px;
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.modal-title h3{
    font-size: 14px;
    color: #666;
}
.modal-cha{
    width: 10px;
    height: 10px;
    background: url(../img/cha.png) no-repeat center;
    background-size: 10px 10px;
    cursor: pointer;
    display: block;
}
.modal-code img{
    width: 134px;
    height: 134px;
}
.footer-share .bshare-custom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bshare-txts{
    color: #808080;
    font-size: 16px;
    line-height: 30px;
}
.footer-share .bshare-custom a{
    padding-left: 0px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.footer-share .bshare-custom a:hover{
    opacity: 1;
}
.footer-share .bshare-custom .bshare-more{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.footer-share .bshare-custom .bshare-qqim{
    margin-right: 0px;
    background-image: url(../img/share-qq.png);
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    background-image: url(../img/share-wb.png);
}
.footer-share .bshare-custom .mshare-douyin{
    background-image: url(../img/share-dy.png);
}
@media(max-width: 1400px){
    .footer-dl dl{
        margin-right: 35px;
    }
}
@media(max-width: 1200px){
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-ul li h3{
        margin-bottom: 10px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .footer-dl{
        flex-wrap: wrap;
    }
    .footer-dl dl{
        width: 100%;
        text-align: center;
    }
    .footer-dl dd{
        display: inline-block;
    }
    .code-wrap{
        width: 100%;
        justify-content: center;
    }
    .code-item{
        margin: auto;
    }
}
@media(max-width: 991px){
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
    }
    .copy p{
        width: 100%;
        text-align: center;
    }
    .links{
        width: 100%;
        height: auto;
    }
    .footer-bom{
        flex-wrap: wrap;
    }
    .links a{
        line-height: 24px;
    }
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    #footer{
        padding-top: 38px;
    }
}
.index-series{
    width: 100%;
    background-color: #f0f0f4;
}
.series-list{
    display: flex;
}
.series-list li{
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center;
    transition: all .5s;
    justify-content: center;
}
.series-list li h3{
    font-size: 18px;
    line-height: 24px;
    color: #222;
    margin-bottom: 5px;
}
.series-list li p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.series-list li:hover{
    background-color: #0061b0;
}
.series-list li:hover h3{
    color: #fff;
}
.series-list li:hover p{
    color: #fff;
}
@media(max-width: 1400px){
    .series-list li p{
        text-align: center;
    }
}
@media(max-width: 1200px){
    .series-list li{
        padding: 0 5px;
    }
}
@media(max-width: 991px){
    .series-list{
        flex-wrap: wrap;
    }
    .series-list li{
        width: 50%;
        height: 80px;
    }
}
@media(max-width: 599px){
    .series-list li{
        width: 100%;
        height: auto;
        padding: 12px 10px;
    }
}
.home-pro{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}
.home-pro .index-title{
    margin-bottom: 50px;
}
.index-title{
    text-align: center;
}
.index-title h3{
    font-size: 40px;
    color: #222;
    line-height: 40px;
}
.hpro-info{
    padding-top: 23px;
}
.hpro-info h3{
    font-size: 20px;
    color: #000;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: bold;
          display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
.hpro-info p{
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
.hpro-item:hover .public-img img{
    transform: scale(1.1);
}
.hpro-item:hover .hpro-info h3{
    color: #0061b0;
}
@media(max-width: 991px){
    .home-pro{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-pro .index-title{
        margin-bottom:30px;
    }
    .index-title h3{
        font-size: 30px;
        line-height: 30px;
    }
}
/* 走进五州 */
.home-about{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.habout-left{
    width: 50%;
}
.habout-right{
    width: 50%;
    background-color: #f0f0f4;
    padding-left: 60px;
    padding-right: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.habout-right .index-title{
    text-align: left;
}
.habout-right .index-title h3{
    display: inline-block;
    padding-bottom: 28px;
    border-bottom: 4px solid #0061b0;
}
.habout-des{
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #444;
}
.habout-des p{
    margin-bottom: 15px;
}
.habout-more{
    display: flex;
    background-color: #0061b0;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    padding: 0 30px;
    margin-top: 50px;
    height: 48px;
}
.habout-more span{
    font-size: 16px;
    color: #fff;
}
.habout-more i{
    width: 20px;
    height: 14px;
    transition: all .5s;
    background: url(../img/habout-more.png) no-repeat center;
}
.habout-more:hover i{
    transform: translateX(7px);
}
.habout-left:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1700px){
    .habout-right{
        padding-right: 130px;
    }
}
@media(max-width: 1600px){
    .habout-right{
        padding-right: 80px;
    }
    .habout-more{
        margin-top: 20px;
    }
}
@media(max-width: 1400px){
    .habout-right{
        padding-right: 50px;
        padding-left: 50px;
    }
    .habout-right .index-title h3{
        padding-bottom: 12px;
    }
    .habout-des{
        line-height: 30px;
    }
    .habout-more{
        margin-top: 10px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        width: 100%;
    }
    .habout-right{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .habout-right{
        padding: 30px;
    }
}
@media(max-width: 449px){
    .habout-right{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 新闻中心 */
.hnews-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hnews-left{
    width: 26.14%;
}
.hnews-img{
    position: relative;
}
.hnews-mask{
    position: absolute;
    width: 100%;
    height: 189px;
    bottom: 0px;
    left: 0px;
    background: url(../img/news-mask.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
}
.hnews-mask p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.hnews-center{
    width: 39.57%;
    display: flex;
    flex-direction: column;
}
.hnews-item{
    flex: 1;
    margin-bottom: 12px;
    background-color: #f0f0f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
}
.hnews-item:last-child{
    margin-bottom: 0px;
}
.hnews-item h3{
    margin-bottom: 7px;
}
.hnews-item h3>a{
    font-size: 18px;
    line-height: 24px;
    color: #111;
}
.hnews-item span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.hnews-item p{
    font-size: 16px;
    margin-top: 2px;
    line-height: 30px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnews-item:hover h3>a{
    color: #0061b0;
}
.hnews-right{
    width: 32.57%;
    background-color: #f0f0f4;
    padding: 35px 38px 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hrnews-item h3>a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    font-weight: bold;
}
.hrnews-item span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.hrnews-item:hover h3>a{
    color: #0061b0;
}
@media(max-width: 1600px){
    .hnews-right{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1200px){
    .hnews-main{
        justify-content: flex-end;
    }
    .hnews-left{
        width: calc(50% - 6px);
        margin-right: 6px;
    }
    .hnews-center{
        width: calc(50% - 6px);
        margin-left: 6px;
    }
    .hnews-right{
        width: calc(50% - 6px);
        margin-top: 12px;
    }
    .hrnews-item{
        margin-bottom: 8px;
    }
}
@media(max-width: 991px){
    .hnews-left{
        width: 100%;
        margin-right: 0px;
    }
    .hnews-center{
        width: 100%;
        margin-left: 0px;
        margin-top: 12px;
    }
    .hnews-right{
        width: 100%;
        margin-top: 12px;
    }
    .hnews-item{
        padding: 20px;
    }
    .hnews-right{
        padding: 20px;
    }
}
@media(max-width: 599px){
    .hnews-mask{
        height: 120px;
    }
    .hnews-right{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .hnews-item{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.home-equip{
    background-color: #f0f0f4;
}
.project-list{
    margin-left: -20px;
    margin-right: -20px;
}
.project-list li{
    float: left;
    padding: 0 20px;
    width: 33.33%;
}
.project-item h3{
    margin-top: 39px;
    font-size: 30px;
    line-height: 30px;
    color: #111;
    margin-bottom: 14px;
}
.project-item p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.project-item:hover .public-img img{
    transform: scale(1.1);
}
.project-item:hover h3{
    color: #0061b0;
}
@media(max-width: 991px){
    .project-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .project-list li{
        float: none;
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .project-list li:last-child{
        margin-bottom: 0px;
    }
    .project-item h3{
        margin-top: 18px;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}
.service-list{
    display: flex;
    flex-wrap: wrap;
}
.service-list li{
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.service-list li::after{
    position: absolute;
    width: 1px;
    height: 147px;
    background-color: #cccccc;
    content: "";
    top: 0px;
    right: 0px;
}
.service-list li:first-child::before{
    position: absolute;
    width: 1px;
    height: 147px;
    background-color: #cccccc;
    content: "";
    top: 0px;
    left: 0px;
}
.service-icon{
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon img{
    transition: all .5s;
}
.service-icon .service-icon-on{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.service-list li h3{
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 6px;
    font-weight: bold;
}
.service-list li p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.service-list li:hover .service-icon{
    background-color: #0061b0;
    border-color: #0061b0;
}
.service-list li:hover .service-icon .service-icon-un{
    opacity: 0;
}
.service-list li:hover .service-icon .service-icon-on{
    opacity: 1;
}
.service-list li:hover h3{
    color: #0061b0;
}
@media(max-width: 991px){
    .service-list li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-wrap{
        padding-bottom: 25px;
    }
    .service-list li:nth-child(3)::before{
        position: absolute;
        width: 1px;
        height: 147px;
        background-color: #cccccc;
        content: "";
        top: 0px;
        left: 0px;
    }
}
@media(max-width: 499px){
    .service-list li{
        margin-bottom: 20px;
    }
    .service-list li:nth-child(3)::before{
        height: 140px;
    }
    .service-list li:first-child::before{
        height: 140px;
    }
    .service-list li::after{
        height: 140px;
    }
    .service-wrap{
        padding-bottom: 15px;
    }
    .service-list li h3{
        margin-top: 10px;
    }
}
/*走进五州*/
.about-w{
    margin: 100px 0;
}
.about-tit{
    font-size: 40px;
    color: #222;
    line-height: 40px;
    text-align: center;
}
.about-wtxt{
    margin-top: 50px;
}
.about-wtxt p{
    line-height: 30px;
    margin-bottom: 10px;
}
.about-wimg{
    padding-top: 10px;
    overflow: hidden;
}
.about-wimg img{
    width: 100%;
    transition: all 0.5s;
}
.about-wimg:hover img{
    transform: scale(1.1);
}
@media(max-width:991px){
    .about-w{
        margin: 40px 0;
    }
    .about-wtxt{
        margin-top: 20px;
    }
    .about-tit{
        font-size: 28px;
    }
}
/* 新闻中心 */
.news-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.news-main{
    display: flex;
    margin-top: 50px;
}
.news-leftlist{
    width: 50%;
}
.news-leftitem{
    width: 100%;
    overflow: hidden;
    display: none;
}
.news-lefton{
    display: block;
}
.news-leftitem img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-right{
    width: 50%;
    display: flex;
    background-color: #f0f0f4;
}
.news-info{
    width: 100%;
    background-color: #f0f0f4;
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
}
.news-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.news-top h3>a{
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #222;
    margin-bottom: 15px;
}
.news-time{
    display: flex;
    height: 16px;
    align-items: center;
    color: #999;
    font-size: 16px;
    line-height: 16px;
}
.news-time span{
    padding-left: 6px;
}
.news-des{
    padding-top: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 52px;
}
.news-more{
    display: block;
    background-color: #0061b0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 140px;
    height: 44px;
    line-height: 44px;
}
.news-info:hover .news-top h3>a{
    color: #0061b0;
}
.news-swiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    background-color:#333 !important;
    position: relative;
}
.news-swiper .swiper-pagination-bullet-active{
    width: 30px;
    background-color: #0061b0 !important;
}
.news-swiper > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.news-swiper > .swiper-pagination-bullets{
    bottom: 60px;
}
.news-swiper .swiper-pagination{
    text-align: left;
    padding-left: 35px;
}
.news-list li{
    margin-top: 40px;
    background-color: #f0f0f4;
    padding: 29px 0px 29px 12px;
    display: flex;
    transition: all .5s;
}
.news-date{
    width: 145px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-date span{
    font-size: 52px;
    display: block;
    line-height: 52px;
    color: #111;
    margin-bottom: 10px;
}
.news-date strong{
    font-weight: normal;
    font-size: 16px;
    color: #444;
    line-height: 24px;
}
.news-date::after{
    position: absolute;
    height: 88px;
    width: 1px;
    background-color: #c9c9c9;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.news-listinfo{
    width: calc(100% - 145px);
    padding-left: 46px;
    padding-right: 52px;
}
.news-listinfo h3>a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #111;
    margin-bottom: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-listinfo p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li:hover{
    background-color: #0061b0;
}
.news-list li:hover .news-date strong{
    color: #fff;
}
.news-list li:hover .news-date span{
    color: #fff;
}
.news-list li:hover .news-date::after{
    background-color: #fff;
}
.news-list li:hover .news-listinfo h3>a{
    color: #fff;
}
.news-list li:hover .news-listinfo p{
    color: #fff;
}
@media(max-width: 1400px){
    .news-info{
        padding-top: 40px;
    }
    .news-swiper > .swiper-pagination-bullets{
        bottom: 30px;
    }
}
@media(max-width: 1200px){
    .news-info{
        padding-top: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .news-swiper > .swiper-pagination-bullets{
        bottom: 15px;
    }
    .news-des{
        line-height: 30px;
        margin-bottom: 20px;
    }
    .news-swiper .swiper-pagination{
        padding-left: 25px;
    }
    .news-list li{
        padding-left: 0px;
    }
}
@media(max-width: 991px){
    .news-wrap{
        padding-top: 40px;
    }
    .news-main{
        flex-wrap: wrap;
    }
    .news-leftlist{
        width: 100%;
    }
    .news-right{
        width: 100%;
        padding-bottom: 20px;
    }
    .news-swiper{
        padding-bottom: 40px;
    }
    .news-swiper > .swiper-pagination-bullets{
        bottom: 0px;
    }
    .news-date{
        width: 88px;
    }
    .news-list li{
        margin-top: 30px;
        padding: 15px 0px;
    }
    .news-listinfo{
        width: calc(100% - 88px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-date span{
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 4px;
    }
    .news-date::after{
        height: 68px;
    }
    .news-listinfo h3 > a{
        margin-bottom: 8px;
    }
    .news-main{
        margin-top: 30px;
    }
}
@media(max-width: 559px){
    .news-info{
        padding: 20px 20px 0px;
    }
    .news-top h3 > a{
        margin-bottom: 10px;
    }
    .news-top{
        padding-bottom: 10px;
    }
    .news-swiper .swiper-pagination{
        padding-left: 20px;
    }
    .news-date{
        width: 68px;
    }
    .news-listinfo{
        width: calc(100% - 68px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-date span{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 4px;
    }
    .news-listinfo h3 > a{
        font-size: 16px;
    }
}
.pro-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 100px;
}
.twopro-main{
    display: flex;
    justify-content: space-between;
}
.twopro-left{
    width: 302px;
}
.twopro-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 150px;
    background-color: #0061b0;
}
.twopro-title h3{
    font-size: 40px;
    line-height: 40px;
}
.twopro-title span{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
    font-weight: 300;
}
.pro-leftlist ul li{
    margin-top: 4px;
}
.pro-leftul li > a{
    background-color: #f0f0f4;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 24px;
    color: #222;
    font-size: 16px;
    padding: 18px 20px;
    transition: all .5s;
}
.pro-leftul li:hover > a, .pro-leftul li.on > a{
    color: #fff;
    background-color: #0061b0;
}
.pro-list{
    margin-left: -12px;
    margin-right: -12px;
}
.pro-list li{
    padding: 0 12px;
    width: 33.33%;
    float: left;
    margin-bottom: 2px;
}
.pro-list li .twopro-item{
    margin-bottom: 0px;
}
.twopro-right{
    width: calc(100% - 302px);
    padding-left: 54px;
}
.twopro-item h3{
    font-size: 20px;
    margin-top: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
        display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.twopro-item p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    min-height: 48px;
}
.twopro-item:hover .public-img img{
    transform: scale(1.1);
}
.twopro-item:hover h3{
    color: #0061b0;
}
@media(max-width: 1200px){
    .twopro-left{
        width: 250px;
    }
    .twopro-right{
        width: calc(100% - 250px);
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .twopro-main{
        flex-wrap: wrap;
    }
    .twopro-left{
        width: 100%;
    }
    .twopro-title{
        display: flex;
        height: 50px;
        align-items: flex-start;
        padding-left: 20px;
        position: relative;
    }
    .twopro-title h3{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .twopro-title span{
        font-size: 14px;
        margin-top: 0px;
        line-height: 18px;
    }
    .twopro-right{
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .pro-leftul{
        display: none;
    }
    .pro-wrap{
        padding-top: 40px;
    }
}
@media(max-width: 767px){
    .pro-list li{
        padding: 0px;
        float: none;
        width: 100%;
    }
    .pro-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .twopro-item p{
        min-height: 24px;
        margin-bottom: 20px;
    }
    .pro-leftul li > a{
        padding: 10px 10px;
    }
}
.dc-phone {
    display: none;
}
@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #003f88;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}

.about-dess{
    margin-bottom: 50px;
}
.about-dess img{
    max-width: 100%;
}

.paper{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
 }
