@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
	font-family: "wei";
	src: url('../font/light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
   font-family: "SourceHanSansCN";
   src: url('../font/SourceHanSansCN.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
   font-family: "weizheng";
   src: url('../font/微软正黑体.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
    border-bottom: 2px solid #00479d;
}
.header-top{
    height: 100px;
    position: relative;
    width: 100%;
}
.logo{
    float: left;
    width: 466px;
    margin-top: 21px;
}
.logo img{
    display: block;
    width: 100%;
}
.hotline{
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: url(../img/hotline_icon.png) no-repeat left center;
    height: 100px;
    padding-left: 70px;
}
.hotline p{
    font-size: 24px;
    font-weight: bold;
    color: #222;
}
.hotline span{
    font-size: 30px;
    color: #00479d;
    font-weight: bold;
    font-family: 'Arial';
}
.nav{
    width: 100%;
    height: 48px;
}
.nav-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav-ul li{
    position: relative;
}
.nav-ul li > a{
    height: 48px;
    line-height: 48px;
    width: 150px;
    font-size: 16px;
    color: #000;
    display: block;
    transition: all 0.5s;
    background: transparent;
    text-align: center;
}
.nav-ul li:hover>a, .nav-ul .nav-active > a{
    background: #00479d;
    color: #fff;
}
.nav-sub{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.nav-sub dl dd{
    margin-top: 2px;
}
.nav-sub dl dd a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    /* text-align: center; */
    padding:0 5px;
    background: #00479d;
     overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
}
.nav-sub dl dd:hover a{
    background: #08356b;
}
@media(max-width: 1400px){
    .nav-ul li > a{
        width: 130px;
    }
    .nav-sub dl dd a{
        padding-left: 32px;
    }
}
@media(max-width:1200px){
    .logo{
        width: 400px;
        margin-top: 25px;
    }
    .nav-ul li > a{
        width: 115px;
    }
    .nav-sub dl dd a{
        padding-left: 0px;
        text-align: center;
    }
}
@media(max-width: 991px){
    .header-top{
        height: 70px;
    }
    .logo{
        width: 366px;
        margin-top: 12px;
    }
    .hotline{
        display: none;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 599px){
    .logo{
        width: 260px;
        margin-top: 19px;
    }
}
/* 首页产品中心 */
.home-pro{
    padding-top: 100px;
    padding-bottom: 100px;
}
.hpro-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hpro-titxt {
    display: flex;
    margin-bottom: 60px;
}
.hpro-titxt h2{
    font-size: 42px;
    font-weight: bold;
    color: #000;
    line-height: 42px;
    padding-right: 20px;
    border-right: 2px solid #898989;
}
.hpro-titxt span{
    font-size: 24px;
    color: #898989;
    font-family: "Arial";
    line-height: 42px;
    padding-left: 20px;
}
.know-more{
    width: 160px;
    height: 40px;
    display: block;
    background: #313131;
    line-height: 40px;
    color: #fff;
    text-align: center;
    transition: all .5s;
    margin-top: 2px;
}
.know-more:hover{
    background: #00479d;
}
.hpro-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hpro-left{
    width: 50%;
    padding-right: 20px;
}
.hpro-right{
    width: 50%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hpro-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hpro-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hpro-img:hover img{
    transform: scale(1.1);
}
.hpro-text{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 46px;
    color: #fff;
}
.hpro-text h2{
    font-size: 30px;
    line-height: 34px;
}
.hpro-text .hpro-info{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 22px;
    margin-top: 20px;
}
.hpro-more{
    background: #00479d;
}
@media(max-width: 1200px){
    .home-pro{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .hpro-text{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .home-pro{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .hpro-titxt{
        margin-bottom: 40px;
    }
    .hpro-titxt h2{
        font-size: 24px;
        line-height: 32px;
    }
    .hpro-titxt span{
        line-height: 32px;
    }
    .know-more{
        margin-top: 0px;
        width: 140px;
    }
    .hpro-left{
        width: 100%;
        padding-right: 0px;
    }
    .hpro-right{
        width: 100%;
        padding-left: 0px;
    }
    .hpro-main{
        flex-wrap: wrap;
    }
    .hpro-img{
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .hpro-title{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .hpro-titxt{
        margin-bottom: 20px;
    }
    .hpro-text{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .hpro-text h2{
        font-size: 26px;
        line-height: 30px;
    }
    .hpro-text .hpro-info{
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-pro{
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
/* 首页关于我们 */
.home-about{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}
.home-about img{
    display: block;
    width: 100%;
}
.habout-main{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
}
.habout-title{
    text-align: center;
    padding-top: 125px;
}
.habout-title h2{
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 72px;
}
.habout-title span{
    font-size: 16px;
    color: #e5e5e5;
}
.habout-des{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
    margin-top: 48px;
    margin-bottom: 92px;
}
.habout-more{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 0 24px;
    background: #00479d url(../img/more_arrow.png) no-repeat right 24px center;
    background-position-x: right 24px;
    -ms-background-position-x: right 24px;
    transition: all .5s;
}
.habout-more:hover{
    background-position-x: right 15px;
}
@media(max-width: 1600px){
    .habout-title{
        padding-top: 70px;
    }
    .habout-des{
        margin-bottom: 60px;
    }
}
@media(max-width: 1400px){
    .habout-title{
        padding-top: 50px;
    }
    .habout-des{
        margin-bottom: 40px;
    }
}
@media(max-width: 1300px){
    .habout-title{
        padding-top: 50px;
    }
    .habout-des{
        margin-bottom: 30px;
        margin-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .habout-title h2{
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}
@media(max-width: 1200px){
    .home-about{
        margin-bottom: 80px;
    }
    .habout-title h2{
        font-size: 30px;
        line-height: 34px;
    }
    .habout-des{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 991px){
    .habout-main{
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 40px;
    }
    .home-about{
        margin-bottom: 60px;
    }
}
@media(max-width: 599px){
    .habout-main{
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 40px;
    }
    .habout-title span{
        font-size: 14px;
    }
    .habout-title{
        padding-top: 40px;
    }
    .habout-des{
        margin-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-about{
        margin-bottom: 40px;
    }
}
/* 手风琴 */
.equip-slide{
    padding-bottom: 100px;
}
.eslide-ul{
    display: flex;
}
.eslide-ul li{
    width: 25%;
    overflow: hidden;
    position: relative;
}
.eslide-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.eslide-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.eslide-info{
    position: absolute;
    bottom: 40px;
    left: 55px;
    color: #fff;
}
.eslide-info h5{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 12px;
}
.eslide-info span{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
.eslide-ul li.eslide-hover{
    width: 50%;
}
.eslide-ul li:hover .eslide-img img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .equip-slide{
        padding-bottom: 80px;
    }
    .eslide-info{
        left: 40px;
    }
}
@media(max-width: 991px){
    .equip-slide{
        padding-bottom: 60px;
    }
    .eslide-info{
        left: 20px;
        bottom: 20px;
    }
    .eslide-info h5{
        font-size: 24px;
        line-height: 30px;
    }
    .eslide-info span{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .eslide-info{
        left: 10px;
        bottom: 10px;
    }
    .eslide-info h5{
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width: 599px){
    .eslide-info h5{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .eslide-info span{
        font-size: 12px;
    }
    .equip-slide{
        padding-bottom: 40px;
    }
}
/* 信息动态 */
.home-news{
    padding-top: 98px;
    padding-bottom: 100px;
    background: #eee;
    overflow: hidden;
}
.hnews-title{
    text-align: center;
    margin-bottom: 55px;
}
.hnews-title h2{
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 14px;
    color: #000;
    font-weight: bold;
}
.hnews-title span{
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.hnews-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.hnews-ul li{
    padding: 0 20px;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hnews-info{
    width: 100%;
    background: #fff;
    padding: 34px 20px;
}
.hnews-info h2{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    line-height: 300%;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.page>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.hnews-info span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.hnews-txt{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.hnews-ul li:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-ul li:hover .hnews-info h2{
    color: #00479d;
}
@media(max-width: 1300px){
    .hnews-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .hnews-ul li{
        padding: 0 15px;
    }
}
@media(max-width: 1200px){
    .home-news{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .home-news{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hnews-info h2{
        min-height: 48px;
    }
    .hnews-title h2{
        font-size: 30px;
        line-height: 34px;
    }
    .hnews-title{
        margin-bottom: 35px;
    }
}
@media(max-width:767px){
    .hnews-ul li{
        margin-bottom: 25px;
    }
    .hnews-info h2{
        min-height: 24px;
    }
    .home-news{
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
@media(max-width: 559px){
    .hnews-info{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* 底部 */
#footer{
    background: #262626;
    padding-top: 50px;
    padding-bottom: 15px;
}
.footer-left{
    float: left;
    width: 41%;
    display: flex;
}
.footer-code{
    width: 150px;
    overflow: hidden;
    margin-right: 20px;
}
.footer-code img{
    width: 100%;
    display: block;
}
.footer-code p{
    line-height: 36px;
    text-align: center;
    color: #898989;
}
.footer-add p{
    color: #898989;
    line-height: 16px;
    margin-bottom: 16px;
}
.footer-right{
    float: right;
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-ul{
    margin-bottom: 44px;
}
.footer-ul li{
    float: left;
    margin-right: 44px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li a{
    font-size: 16px;
    line-height: 16px;
    color: #898989;
}
.footer-share{
    margin-bottom: 40px;
}
.footer-share .bshare-custom .bshare-more{
    color: #fff !important;
}
.footer-share .bshare-custom .bshare-item{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding-left: 0px;
    margin-right: 10px;
}
.footer-share .bshare-custom .bshare-weixin{
    margin-right: 0px;
    background: #fff url(../img/share_wexin.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-sinaminiblog{
    background: #fff url(../img/share_weibo.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-qqim{
    background: #fff url(../img/share_qq.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-item:hover{
    opacity: 1;
}
.footer-share .bshare-custom .bshare-weixin:hover{
    background: #00479d url(../img/share_wexin_on.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-sinaminiblog:hover{
    background: #00479d url(../img/share_weibo_on.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-qqim:hover{
    background: #00479d url(../img/share_qq_on.png) no-repeat center;
}
.footer-share .bshare-custom .bshare-more{
    display: none;
}
.footer-share .bshare-custom .bshare-share-count{
    display: none;
}
.copy{
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}
@media(max-width: 1400px){
    .footer-ul li{
        margin-right: 24px;
    }
}
@media(max-width: 1200px){
    .footer-ul{
        margin-bottom: 30px;
    }
    .footer-ul li{
        margin-right: 15px;
    }
    .footer-ul li a{
        font-size: 14px;
    }
    .footer-add p{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .footer-code{
        width: 130px;
    }
    .footer-share{
        margin-bottom: 30px;
    }
    .copy{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .footer-left{
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }
    .footer-right{
        width: 100%;
        float: none;
        align-items: center;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    #footer{
        padding-top: 40px;
    }
    .footer-ul{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-ul li{
        margin: 0 6px;
        display: inline-block;
        float: none;
    }
    .footer-share{
        margin-bottom: 20px;
    }
    .copy{
        text-align: center;
    }
    .footer-code{
        width: 100px;
    }
}
/* 内页关于我们 */
.about-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-main h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    color: #00479d;
    margin-bottom: 55px;
}
.about-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-txt{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-indent: 30px;
}
.about-txt p{
    margin-bottom: 15px;
}
.about-imgs{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}
.about-imgs .about-img{
    width: 47.14%;
    overflow: hidden;
}
.about-right{
    width: 50%;
    padding-left: 50px;
    margin-top: 7px;
}
.about-right .about-img{
    width: 100%;
    overflow: hidden;
}
.about-img img{
    width: 100%;
    display: block;
}
@media(max-width: 1400px){
    .about-txt p{
        margin-bottom: 0px;
    }
}
@media(max-width: 991px){
    .about-cont{
        flex-wrap: wrap;
    }
    .about-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-right{
        width: 100%;
        padding-left: 0px;
    }
    .about-main h2{
        margin-bottom: 30px;
    }
    .about-main{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 599px){
    .about-main h2{
        font-size: 28px;
        line-height: 34px;
    }
}
/* 内页信息动态 */
.news-main{
    padding-top: 80px;
    overflow: hidden;
}
.news-top{
    margin-bottom: 40px;
}
.news-top li .hnews-info{
    background: #eeeeee;
}
.news-list li{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.news-list li:first-child{
    border-top: 1px solid #dcdcdc;
}
.news-list li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-img{
    width: 440px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.news-info{
    width: calc(100% - 440px);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-info h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.news-info span{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.news-info p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-list li:hover .news-info h2{
    color: #00479d;
}
@media(max-width: 1200px){
    .news-img{
        width: 320px;
    }
    .news-info{
        width: calc(100% - 320px);
        padding-left: 30px;
    }
}
@media(max-width: 767px){
    .news-top{
        margin-bottom: 10px;
    }
    .news-list li{
        padding: 20px 0px 10px;
    }
    .news-list li:first-child{
        border-top: none;
    }
    .news-list li a{
        flex-direction: column;
    }
    .news-img{
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
    }
    .news-info{
        width: 100%;
        padding: 20px;
    }
    .news-main{
        padding-top: 50px;
    }
}
@media(max-width: 449px){
    .news-top{
        margin-bottom: 0px;
    }
    .news-info{
        padding-left: 0px;
        padding-right: 0px;
    }
    .news-info p{
        font-size: 14px;
        line-height: 24px;
    }
}
/* 内页产品中心 */
.pro-main{
    padding: 80px 0px;
    overflow: hidden;
}
.pro-ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
.pro-ul li:nth-child(odd){
    flex-direction: row-reverse;
}
.pro-ul li:last-child{
    margin-bottom: 0px;
}
.pros-img{
    width: 50%;
    overflow: hidden;
}
.pros-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.pro-ul li:hover .pros-img img{
    transform: scale(1.1);
}
.pros-info{
    width: 50%;
    padding-right: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pro-ul li:nth-child(even) .pros-info{
    padding-left: 55px;
}
.pros-txt h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    padding-bottom: 38px;
    position: relative;
    margin-bottom: 32px;
}
.pros-txt h2::after{
    position: absolute;
    width: 90px;
    height: 4px;
    background: #00479d;
    bottom: 0px;
    left: 0px;
    content: "";
}
.pros-txt p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.pro-ul li:hover .know-more{
    background: #00479d;
}
@media(max-width: 1400px){
    .pros-info{
        padding-right: 40px;
    }
    .pro-ul li:nth-child(even) .pros-info{
        padding-left: 40px;
    }
    .pros-txt p{
        -webkit-line-clamp: 4;
    }
}
@media(max-width: 1200px){
    .pros-txt h2{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .pros-txt p{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 991px){
    .pros-info{
        padding-right: 0px;
        width: 100%;
    }
    .pro-ul li:nth-child(even) .pros-info{
        padding-left: 0px;
    }
    .pro-ul li{
        flex-direction: column;
    }
    .pro-ul li:nth-child(odd){
        flex-direction: column;
    }
    .pros-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-main{
        padding: 60px 0px;
    }
    .pros-txt p{
        -webkit-line-clamp: 20;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .pro-main{
        padding: 50px 0px;
    }
}
/* 联系我们 */
.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: #00479d;
    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;
    }
}