@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "sMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    width: 100%;
    overflow: hidden;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}
.logo{
    display: flex;
    width: 260px;
    height: 100px;
    background-color: #00479d;
    align-items: center;
    justify-content: center;
}
.lan-wrap a{
    display: block;
    width: 260px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100px;
    color: #fff;
    background-color: #222222;
    font-size: 18px;
}
.nav{
    width: calc(100% - 520px);
}
.nav-ul{
    display: flex;
    width: 100%;
    justify-content: center;
}
.nav-ul li{
    margin-right: 45px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 18px;
    line-height:100px;
    color: #222;
    transition: all .3s;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #00479d;
}
@media(max-width: 1600px){
    .logo{
        width: 220px;
    }
    .lan-wrap a{
        width: 220px;
    }
    .nav{
        width: calc(100% - 440px);
    }
}
@media(max-width: 1400px){
    .nav-ul li{
        margin-right: 26px;
    }
    .logo{
        width: 200px;
    }
    .lan-wrap a{
        width: 200px;
    }
    .nav{
        width: calc(100% - 400px);
    }
}
@media(max-width: 1200px){
    .nav-ul li>a{
        font-size: 16px;
    }
    .lan-wrap a{
        width: 160px;
    }
    .nav{
        width: calc(100% - 360px);
    }
    .nav-ul li{
        margin-right: 12px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    .market-wrap{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        width: 220px;
    }
    .lan-wrap{
        display: none;
    }
    .header-main{
        height: 70px;
        padding-right: 25px;
    }
}
@media(max-width: 599px){
    
}
@media(max-width: 449px){
    
}
/* 底部 */
#footer{
    padding-top: 47px;
    overflow: hidden;
    width: 100%;
    background: #2f2f2f;
}
.copy{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #808080;
    border-top: 1px solid #808080;
}
.links a{
    color: #808080;
    display: block;
    margin-right: 10px;
}
.links a:last-child{
    margin-right: 0px;
}
.links{
    height: 80px;
    display: flex;
    align-items: center;
}
.footer-ul{
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-ul li h3{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-ul li dl dd>a{
    line-height: 30px;
    display: block;
    color: #808080;
    font-size: 16px;
}
.footer-ul li dl dd span{
    color: transparent;
}
.code-wrap{
    display: flex;
}
.code-item{
    width: 154px;
    text-align: center;
}
.code-item p{
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}
@media(max-width: 1200px){
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
    }
    .copy p{
        width: 100%;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .links{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
    .links a{
        line-height: 24px;
    }
}
@media(max-width: 991px){
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .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;
    }
    .code-wrap{
        width: 100%;
        justify-content: center;
    }
    .code-item{
        width: 153px;
        margin: auto;
    }
    #footer{
        padding-top: 42px;
    }
}
/* 首页关于我们 */
.public-module{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    width: 100%;
}
.home-about{
    background: #f0f0f4;
}
.habout-main{
    display: flex;
}
.habout-left{
    width: 50%;
    padding-right: 80px;
}
.habout-img{
    position: relative;
}
.play-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../img/play_icon.png) no-repeat center;
}
.habout-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-info h3{
    color: #222;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 48px;
}
.habout-info p{
    font-size: 16px;
    line-height: 32px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.num-list{
    display: flex;
}
.num-list li{
    flex: 1;
    margin-right: 20px;
    height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.num-list li:last-child{
    margin-right: 0px;
}
.num-list li span{
    font-size: 56px;
    line-height: 56px;
    color: #222;
    font-family: "dBold";
    display: block;
    margin-bottom: 15px;
}
.num-list li p{
    font-size: 16px;
    color: #444;
    line-height: 24px;
    text-align: center;
}
@media(max-width: 1400px){
    .habout-left{
        padding-right: 50px;
    }
    .habout-info h3{
        margin-bottom: 30px;
    }
    .num-list li{
        height: 135px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        padding-right: 30px;
    }
    .habout-info h3{
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 36px;
    }
    .num-list li{
        height: 115px;
    }
    .num-list li span{
        font-size: 48px;
        line-height: 48px;
    }
    .num-list li p{
        height: 48px;
        text-align: center;
    }
}
@media(max-width: 991px){
    .public-module{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-left{
        padding-right: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    .habout-right{
        width: 100%;
    }
    .habout-info{
        margin-bottom: 20px;
    }
    .habout-info h3{
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 30px;
    }
    .num-list li{
        height: 115px;
    }
    .num-list li span{
        font-size: 48px;
        line-height: 48px;
    }
    .num-list li p{
        height: auto;
    }
}
@media(max-width: 599px){
    .num-list{
        flex-wrap: wrap;
    }
    .num-list li{
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .num-list li:last-child{
        margin-bottom: 0px;
    }
    .public-module{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* 首页产品中心 */
.hpro-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}
.public-title{
    font-size: 48px;
    line-height: 48px;
    color: #222;
}
.hpro-titlelist{
    display: flex;
}
.hpro-titlelist li{
    margin-right: 45px;
}
.hpro-titlelist li:last-child{
    margin-right: 0px;
}
.hpro-titlelist li a{
    font-size: 16px;
    color: #222;
    display: block;
    line-height: 32px;
    transition: all .5s;
    border-bottom: 2px solid transparent;
}
.hpro-titlelist li:hover a, .hpro-titlelist li.on a{
    color: #00479d;
    border-bottom-color: #00479d;
}
.hpro-item{
    margin-bottom: 40px;
}
.hpro-swiper .swiper-slide .hpro-item:last-child{
    margin-bottom: 0px;
}
.hpro-item .public-img{
    border: 1px solid #dcdcdc;
}
.hpro-item p{
    height: 59px;
    border: 1px solid #dcdcdc;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background-color: #222222;
    line-height: 24px;
    transition: all .5s;
}
.hpro-item:hover .public-img img{
    transform: scale(1.1);
}
.hpro-item:hover p{
    background-color: #00479d;
    border-color: #00479d;
}
@media(max-width: 1200px){
    .hpro-title{
        margin-bottom: 50px;
    }
    .hpro-titlelist li{
        margin-right: 25px;
    }
    .public-title{
        font-size: 36px;
        line-height: 36px;
    }
}
@media(max-width: 991px){
    .hpro-title{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .hpro-titlelist{
        width: 100%;
        margin-top: 10px;
    }
    .hpro-titlelist li{
        margin-right: 25px;
    }
    .public-title{
        font-size: 30px;
        line-height: 30px;
    }
    .hpro-item{
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .hpro-titlelist li{
        margin: 0 10px;
    }
    .hpro-titlelist{
        flex-wrap: wrap;
    }
}
/* 企业优势 */
.adv-title{
    text-align: center;
}
.adv-main{
    margin-top: 60px;
}
.adv-imgitem{
    display: none;
}
.adv-imgon{
    display: block;
}
.adv-imgitem:hover .public-img img{
    transform: scale(1.1);
}
.adv-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-list li{
    height: 150px;
    width: calc(50% - 10px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.adv-list li:nth-child(5), .adv-list li:nth-child(6){
    margin-bottom: 0px;
}
.adv-list li:nth-child(even){
    margin-right: 0px;
}
.adv-icon{
    text-align: center;
    position: relative;
    margin-bottom: 12px;
}
.adv-icon img{
    transition: all .5s;
}
.icon-on{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.adv-list li p{
    font-size: 24px;
    line-height: 24px;
    color: #222;
    text-align: center;
}
.adv-list li:hover, .adv-list li.on {
    background-color: #00479d;
}
.adv-list li:hover p, .adv-list li.on p{
    color: #fff;
}
.adv-list li:hover .icon-on, .adv-list li.on .icon-on{
    opacity: 1;
} 
.adv-list li:hover .icon-un, .adv-list li.on .icon-un{
    opacity: 0;
} 
@media(max-width: 1600px){
    .adv-left{
        padding-right: 50px;
    }
    .adv-list li{
        height: 137px;
    }
}
@media(max-width: 1400px){
    .adv-left{
        padding-right: 50px;
    }
    .adv-list li{
        height: 122px;
    }
    .adv-list li p{
        font-size: 18px;
    }
}
@media(max-width: 991px){
    .adv-left{
        padding-right: 0px;
    }
    .adv-main{
        margin-top: 30px;
    }
}
/* 首页新闻 */
.hnews-more{
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 18px;
    padding-right: 18px;
    transition: all .5s;
    background: url(../img/hnews-arrow.png) no-repeat right center;
}
.hnews-more:hover{
    color: #00479d;
    background-image: url(../img/hnews-more.png);
}
.hnews-imgitem{
    width: 100%;
    position: relative;
    display: none;
}
.hnewsimgitem-on{
    display: block;
}
.hnews-imginfo{
    position: absolute;
    width: 100%;
    height: 244px;
    background: url(../img/hnews-bg.png) no-repeat center;
    background-size: 100% 100%;
    bottom: 0px;
    left: 0px;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 14px;
    display: flex;
    align-items: flex-end;
}
.hnews-imginfo p{
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    min-height: 64px;
}
.hnews-right{
    display: flex;
    width: 50%;
}
.hnews-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.hnews-list li{
    flex: 1;
    display: flex;
    border-bottom: 1px solid #ccc;
    transition: all .5s;
}
.hnews-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    width: 100%;
}
.hnews-list li i{
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/hnews-arrow.png) no-repeat center;
    transition: all .5s;
}
.hnews-time{
    font-size: 16px;
    color: #222;
    display: flex;
    width: calc(100% - 15px);
}
.hnews-time span{
    display: block;
    width: 84px;
}
.hnews-time h3{
    width: calc(100% - 84px);
    padding-left: 32px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hnews-list li:hover, .hnews-list li.on{
    background-color: #00479d;
}
.hnews-list li:hover i{
    transform: translateX(5px);
    background-image: url(../img/hnews-arrow-on.png);
}
.hnews-list li.on i{
    background-image: url(../img/hnews-arrow-on.png);
}
.hnews-list li:hover .hnews-time, .hnews-list li.on .hnews-time{
    color: #fff;
}
@media(max-width: 1400px){
    .hnews-imginfo{
        height: 164px;
        padding-left: 30px;
    }
}
@media(max-width: 1200px){
    .hnews-time h3{
        padding-left: 20px;
    }
    .hnews-imginfo{
        padding-bottom: 0px;
    }
}
@media(max-width: 991px){
    .hnews-time h3{
        padding-left: 20px;
        line-height: 48px;
    }
    .hnews-imginfo p{
        min-height: 32px;
    }
    .hnews-imginfo{
        padding: 20px;
    }
    .hnews-right{
        width: 100%;
    }
    .hnews-list li a{
        height: 48px;
        line-height: 48px;
    }
}
@media(max-width: 599px){
    .hnews-list li a{
        padding: 0 10px;
    }
    .hnews-time h3{
        padding-left: 12px;
    }
    .hnews-imginfo p{
        font-size: 18px;
    }
}
/* 合作伙伴 */
.partner-main{
    margin-top: 60px;
}
.partner-item{
    margin-bottom: 26px;
}
.partner-swiper .swiper-slide .partner-item:last-child{
    margin-bottom: 0px;
}
.partner-item:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 991px){
    .partner-main{
        margin-top: 30px;
    }
}
/* 内页导航 */
.inside-nav{
    background-color: #f0f0f4;
}
.inav-left{
    float: left;
    width: 70%;
}
.inav-list{
    display: flex;
}
.inav-list li{
    position: relative;
}
.inav-list li::after{
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #999999;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.inav-list li:first-child::before{
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #999999;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.inav-list li a{
    line-height: 78px;
    width: 100%;
    display: block;
    border-bottom: 2px solid transparent;
    width: 140px;
    text-align: center;
}
.inav-list li:hover a, .inav-list li.on a{
    color: #00479d;
    border-bottom-color: #00479d;
}
.inav-item{
    position: relative;
}
.inav-item::after{
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #999999;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.inav-item:first-child::before{
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #999999;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    
}
.inav-item a{
    line-height: 78px;
    display: block;
    text-align: center;
    border-bottom: 2px solid transparent;
    display: inline-block;
  white-space: nowrap; 
  width: 90%; 
  overflow: hidden;
  text-overflow:ellipsis;
  margin-left: 10px;
}
.inav-item:hover a{
    color: #00479d;
    border-bottom-color: #00479d;
}
/* .swiper-slide-active .inav-item a{
    color: #00479d;
    border-bottom-color: #00479d;
} */
.inav-right{
    float: right;
    display: flex;
    height: 80px;
    align-items: center;
    padding-left: 20px;
    background: url(../img/nav-daohang.png) no-repeat left center;
}
.inav-right a{
    color: #666;
}
.inav-right a:hover{
    color: #00479d;
}
.inside-title{
    text-align: center;
    margin-bottom: 40px;
}
.about-des{
    color: #444;
    font-size: 16px;
    line-height: 32px;
}
.about-des p{
    margin-bottom: 15px;
    text-indent: 32px;
}
.about-list{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
}
.about-list li{
    padding: 0 20px;
    width: 33.333%;
}
.about-list li .public-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 991px){
    .inav-left{
        float: none;
        width: 100%;
    }
    .inav-right{
        float: none;
        width: 100%;
    }
    .inav-list li a{
        line-height: 48px;
    }
    .inav-right{
        height: 30px;
    }
    .inside-nav{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .inside-title{
        margin-bottom: 25px;
    }
    .about-list{
        margin-left: 0px;
        margin-right: 0px;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-list li{
        padding: 0px;
        width: 100%;
        margin-bottom: 25px;
    }
    .about-list li:last-child{
        margin-bottom: 0px;
    }
}
@media(max-width: 599px){
    .inav-list li a{
        width: auto;
        padding: 0 15px;
    }
}
.inav-main{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.inav-rightpro{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 20px;
    background: url(../img/nav-daohang.png) no-repeat left center;
}
.inav-leftpro{
    width: calc(100% - 400px);
}
.pro-list{
    margin-left: -20px;
    margin-right: -20px;
}
.pro-list li{
    padding: 0 20px;
    float: left;
    width: 25%;
    margin-bottom: 40px;
}
.pro-item .public-img{
    border: 1px solid #dcdcdc;
}
.pro-item p{
    height: 59px;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.pro-item:hover .public-img img{
    transform: scale(1.1);
}
.pro-item:hover p{
    background-color: #00479d;
}
.pro-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}
@media(max-width: 1200px){
    .pro-list{
        margin-left: -12px;
        margin-right: -12px;
    }
    .pro-list li{
        padding: 0 12px;
    }
}
@media(max-width: 991px){
    .inav-main{
        flex-direction: column;
    }
    .inav-rightpro{
        justify-content: flex-start;
        height: 30px;
    }
    .pro-list li{
        width: 50%;
        margin-bottom: 25px;
    }
    .inav-leftpro{
        width: 80%;
    }
    .pro-wrap{
        padding-top: 45px;
    }
    .inav-item a{
        line-height: 48px;
    }
}
@media(max-width: 599px){
    .pro-list li{
        width: 100%;
        padding: 0px;
    }
    .pro-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .inav-leftpro{
        width: 100%;
    }
}
.news-main{
    display: flex;
}
.news-left{
    width: 50%;
}
.news-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-color: #f0f0f4;
}
.news-top h3 a{
    font-size: 30px;
    color: #222;
    line-height: 30px;
}
.news-top h3{
    margin-bottom: 16px;
}
.news-top span{
    color: #444;
    font-size: 16px;
    line-height: 24px;
}
.news-top p{
    color: #444;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-more{
    display: block;
    width: 46px;
    height: 46px;
    background: url(../img/news-more.jpg) no-repeat center;
    margin-top: 52px;
}
.news-right:hover .news-top h3>a{
    color: #00479d;
}
.news-list li{
    margin-top: 30px;
    background-color: #f0f0f4;
    display: flex;
    padding-left: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-time{
    width: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.news-time::after{
    width: 2px;
    height: 86px;
    background-color: #d1d1d3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    content: "";
}
.news-time span{
    font-size: 22px;
    color: #444444;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
}
.news-time strong{
    font-size: 28px;
    color: #444444;
    line-height: 30px;
}
.news-info{
    width: calc(100% - 122px);
    padding-left: 28px;
    padding-right: 50px;
}
.news-info h3>a{
    font-size: 24px;
    line-height: 32px;
    color: #222;
}
.news-info h3{
    margin-bottom: 8px;
}
.news-info p{
    line-height: 30px;
    font-size: 16px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li:hover .news-info h3>a{
    color: #00479d;
}
@media(max-width: 1400px){
    .news-more{
        margin-top: 30px;
    }
}
@media(max-width: 1200px){
    .news-right{
        padding: 0 25px;
    }
    .news-top h3 a{
        font-size: 24px;
    }
    .news-top h3{
        margin-bottom: 10px;
    }
    .news-more{
        margin-top: 20px;
    }
}
@media(max-width: 991px){
    .news-main{
        flex-wrap: wrap;
    }
    .news-left{
        width: 100%;
    }
    .news-right{
        padding: 25px;
        width: 100%;
    }
    .news-list li{
        margin-top: 25px;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news-time{
        width: 100px;
    }
    .news-info{
        width: calc(100% - 100px);
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 767px){
    .news-info h3 > a{
        font-size: 20px;
        line-height: 30px;
    }
    .news-info h3{
        margin-bottom: 4px;
    }
}
@media(max-width: 599px){
    .news-time{
        width: 76px;
    }
    .news-time span{
        font-size: 18px;
    }
    .news-time strong{
        font-size: 24px;
    }
    .news-info p{
        line-height: 26px;
    }
    .news-info{
        width: calc(100% - 76px);
        padding-left: 12px;
        padding-right: 12px;
    }
    .news-info h3 > a{
        font-size: 18px;
        line-height: 26px;
    }
    .news-right{
        padding: 20px;
    }
}
.dc-phone {
    display: none;
}
@media (max-width: 991px) {
    .dc-phone {
        display: block;
    }

    .dc-pc {
        display: none;
    }
}
#pbanner .swiper-slide img {
    width: 100%;
    display: block;
}
.public-img video {
    display: block;
    width: 100%;
    transition: all .6s;
}
.about-dess img{
    max-width: 100%;
}
.about-dess video{
    max-width: 100%;
}
/* 联系我们 */
.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;
    }
}

.inav-swiper .on a{
    color: #00479d;
    border-bottom-color: #00479d;
}
