<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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%;
    height: 100px;
    overflow: hidden;
}
.header-main{
    position: relative;
}
.logo{
    display: block;
    width: 518px;
    margin-top:13px;
    float: left;
}
.logo img{
    display: block;
    width: 100%;
}
.header-topright{
    float: right;
    display: flex;
    align-items: center;
    height: 100px;
}
.market-wrap{
    margin-right: 38px;
    display: flex;
    align-items: center;
    height: 100px;
}
.market-wrap:last-child{
    margin-right: 0px;
}
.market-wrap p{
    font-family: "sMedium";
    font-size: 20px;
    color: #222;
   /*  margin-top: 5px;*/
}
.market-wrap span{
    color: #c00202;
    font-size: 20px;
    font-family: "dBold";
    display: block;
    line-height: 30px;
}
.nav{
    background-color: #00479d;
    width: 100%;
    box-shadow: 0px 10px 10px #d8d8d8;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
}
.nav-ul li&gt;a{
    display: block;
    font-size: 16px;
    line-height:60px;
    color: #fff;
    transition: all .3s;
    text-align: center;
}
.nav-ul li:hover&gt;a,
.nav-ul li.nav-active a{
    color: #c00202;
    font-weight: bold;
}
@media(max-width: 1400px){
    .market-wrap{
        margin-right: 10px;
    }
    .logo{
        width: 460px;
        margin-top: 17px;
    }
}
@media(max-width: 1200px){
    .market-wrap span{
        font-size: 24px;
        line-height: 30px;
    }
    .market-wrap p{
        font-size: 16px;
    }
    .logo{
        width: 380px;
        margin-top: 23px;
    }
}
@media(max-width: 991px){
    .header-topright{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        width: 320px;
        margin-top: 12px;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 599px){
    .logo{
        width: 280px;
        margin-top: 15px;
    }
}
/* 底部 */
#footer{
    padding-top: 46px;
    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{
    height: 80px;
    display: flex;
    align-items: center;
}
.links a{
    color: #808080;
    display: block;
    margin-right: 15px;
}
.links a:last-child{
    margin-right: 0px;
}
.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&gt;a{
    line-height: 30px;
    display: block;
    color: #808080;
    font-size: 16px;
}
.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){
    .links a{
        margin-right: 6px;
    }
    .copy{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    #footer{
        padding-top: 40px;
    }
    .footer-ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .footer-ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-ul li:last-child{
        margin-bottom: 0px;
    }
    .footer-ul li h3{
        margin-bottom: 6px;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
    }
    .footer-ul li dl dd&gt;a{
        line-height: 24px;
    }
    .code-item{
        margin: 0 auto;
    }
    .copy{
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0px;
        font-size: 16px;
    }
    .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;
    }
}
/* 首页产品 */
.home-pro{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f0f0f4;
    width: 100%;
    overflow: hidden;
}
.hpro-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.hpro-titleft{
    color: #111;
    display: flex;
}
.hpro-titleft h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-right: 70px;
}
.hprocate-swbox h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    width: 154px;
    white-space: nowrap;
}
.hprocate-swbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.hprocate-swm{
    width: calc(100% - 350px);
}



.protitle-ul{
    margin-top: 8px;
    display: flex;
}
.protitle-ul li{
    margin-right: 50px;
}
.protitle-ul li:last-child{
    margin-right: 0px;
}
.protitle-ul li a{
    display: block;
    font-size: 18px;
    color: #111;
    line-height: 36px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}
.protitle-ul li:hover a, .protitle-ul li.on a{
    border-bottom-color: #00479d;
    color: #00479d;
}
.hprocate-sw .swiper-slide a{
    display: block;
    font-size: 16px;
    color: #111;
    line-height: 36px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
    text-align: center;
}
.hpro-swiper .swiper-slide{
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.hprocate-sw .swiper-slide:hover a{
    border-bottom-color: #00479d;
    color: #00479d;
}
@media(max-width:991px){
    .hprocate-swbox{
        display: block; 
    }
    .hprocate-swm{
        width: 100%;
    }
    .hprocate-swm{
        margin: 20px 0;
    }
}

.protitle-btn{
    margin-top: 2px;
    height: 34px;
    position: relative;
    width: 76px;
}
.protitle-prev, .protitle-next{
    height: 34px;
    width: 34px;
    border: 1px solid #dcdcdc;
    background-size: 8px 14px;
    margin-top: -17px;
    opacity: 1;
    background-color: #fff;
}
.protitle-prev{
    left: 0px;
    background-image: url(../img/hpro-prev.png);
}
.protitle-next{
    right: 0px;
    background-image: url(../img/hpro-next.png);
}
.protitle-prev:hover, .protitle-next:hover{
    background-color: #00479d;
}
.protitle-prev:hover{
    background-image: url(../img/hpro-prev-on.png);
}
.protitle-next:hover{
    background-image: url(../img/hpro-next-on.png);
}
.hpro-item{
    width: 100%;
    border: 1px solid #dcdcdc;
}
.hpro-item p{
    height: 60px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .5s;
    background-color: #fff;
    color: #111;
    font-size: 18px;
}
.hpro-item:hover .public-img img{
    transform: scale(1.1);
}
.hpro-item:hover p{
    background-color: #00479d;
    color: #fff;
}
@media(max-width: 1200px){
    .hpro-titleft h3{
        margin-right: 35px;
    }
    .protitle-ul{
        margin-top: 0px;
    }
    .protitle-ul li{
        margin-right: 25px;
    }
}
@media(max-width: 991px){
    .home-pro{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hpro-title{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .hpro-titleft{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .hpro-titleft{
        flex-wrap: wrap;
    }
    .hpro-titleft h3{
        font-size: 32px;
        line-height: 32px;
        margin-right: 0px;
        margin-bottom: 18px;
    }
    .protitle-ul{
        width: 100%;
    }
    .protitle-ul li{
        margin-right: 12px;
    }
    .protitle-ul li a{
        line-height: 24px;
    }
}
/* 首页关于我们 */
.home-about{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}
.habout-main{
    display: flex;
}
.habout-right{
    width: 50%;
}
.habout-left{
    width: 50%;
    padding-right: 75px;
}
.public-titletxt{
    font-size: 36px;
    line-height: 36px;
    color: #111;
    font-weight: bold;
}
.habout-des{
    margin-top: 52px;
    font-size: 16px;
    color: #444;
    line-height: 30px;
    margin-bottom: 52px;
}
.habout-des p{
    margin-bottom: 15px;
}
.habout-des p:last-child{
    margin-bottom: 0px;
}
.hbaout-more{
    display: block;
    width: 170px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #999999;
    color: #999;
    transition: all .5s;
}
.hbaout-more:hover{
    background-color: #00479d;
    border-color: #00479d;
    color: #fff;
}
.habout-right:hover .public-img img{
    transform: scale(1.1);
}
.habout-icon{
    background-color: #00479d;
    padding: 45px 0px;
}
.aicon-list{
    display: flex;
}
.aicon-list li{
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .5);
}
.aicon-list li:first-child{
    padding-left: 0px;
}
.aicon-list li:last-child{
    padding-right: 0px;
    border-right: none;
}
.aicon-wrap{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
}
.aicon-wrap img{
    transform: scale(1.1);
}
.aicon-wrap .aicon-on{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.aicon-info{
    color: #fff;
    text-align: center;
}
.aicon-info h3{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 9px;
}
.aicon-info p{
    font-size: 16px;
    line-height: 16px;
}
.aicon-list li:hover .aicon-wrap{
    border-color: #fff;
    background-color: #fff;
}
.aicon-list li.on .aicon-wrap{
    border-color: #fff;
    background-color: #fff;
}
.aicon-list li:hover .aicon-wrap .aicon-on{
    opacity: 1;
}
.aicon-list li.on .aicon-wrap .aicon-on{
    opacity: 1;
}
.aicon-list li:hover .aicon-wrap .aicon-un{
    opacity: 0;
}
.aicon-list li.on .aicon-wrap .aicon-un{
    opacity: 0;
}
@media(max-width: 1600px){
    .aicon-list li{
        padding: 0 80px;
    }
}
@media(max-width: 1400px){
    .habout-des{
        margin-top: 22px;
        margin-bottom: 25px;
    }
    .habout-des{
        line-height: 26px;
    }
    .aicon-list li{
        padding: 0 60px;
    }
}
@media(max-width: 1200px){
    .habout-left{
        padding-right: 35px;
    }
    .aicon-list li{
        padding: 0 25px;
    }
}
@media(max-width: 991px){
    .habout-main{
        flex-wrap: wrap;
    }
    .habout-left{
        padding-right: 0px;
        width: 100%;
        margin-bottom: 25px;
    }
    .habout-right{
        width: 100%;
        margin-bottom: 25px;
    }
    .habout-des{
        line-height: 30px;
    }
    .home-about{
        padding-top: 50px;
    }
    .habout-icon{
        padding: 0px;
        padding-top: 15px;
    }
    .aicon-list {
        flex-wrap: wrap;
    }
    .aicon-list li{
        padding: 0px;
        width: 50%;
        border-right: none;
        margin-bottom: 12px;
    }
    .aicon-list li p{
        line-height: 30px;
    }
}
@media(max-width: 599px){
    .public-titletxt{
        font-size: 32px;
        line-height: 32px;
    }
    .aicon-list li{
        width: 100%;
    }
    .aicon-wrap{
        margin-bottom: 12px;
    }
    .aicon-info h3{
        margin-bottom: 5px;
    }
}
/* 首页工程案例 */
.home-case{
    padding-top: 75px;
    padding-bottom: 20px;
}
.hcase-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 65px;
}
.hcase-title a{
    font-size: 16px;
    color: #666;
}
.hcase-title a:hover{
    color: #00479d;
}
.hcase-item{
    width: 100%;
    transition: all .5s;
}
.hcase-item .public-img{
    border: 1px solid #dcdcdc;
    transition: all .5s;
}
.hcase-info{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #00479d;
    color: #fff;
    text-align: center;
    transition: all .5s;
    opacity: 0;
}
.hcase-main{
    margin-top: -60px;
}
.hcase-main .swiper-container{
    padding-top: 60px;
}
.hcase-item:hover .public-img{
    border-bottom: 1px solid #00479d;
}
.hcase-item:hover .public-img img{
    transform: scale(1.1);
}
.hcase-item:hover {
   transform: translateY(-60px);
}
.hcase-item:hover .hcase-info{
    opacity: 1;
}
/* 首页新闻中心 */
.home-news{
    padding-top: 80px;
    padding-bottom: 40px;
}
.hnews-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.hnews-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.hnews-ul li{
    float: left;
    padding: 0 20px;
    width: 50%;
    margin-bottom: 40px;
}
.hnews-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #f0f0f4;
}
.hnews-info{
    width: calc(100% - 240px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 25px;
}
.hnews-top h3{
    margin-bottom: 12px;
}
.hnews-top h3 a{
    font-size: 20px;
    line-height: 20px;
    color: #222;
}
.hnews-top span{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}
.hnews-top p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    height: 72px;
}
.hnews-img{
    width: 240px;
}
.hnews-more{
    width: 140px;
    display: block;
    height: 44px;
    line-height: 44px;
    border: 1px solid #999;
    text-align: center;
    color: #999;
    transition: all .5s;
}
.hnews-item:hover .hnews-more{
    background-color: #00479d;
    border-color: #00479d;
    color: #fff;
}
.hnews-item:hover .hnews-top h3 a{
    color: #00479d;
}
.hnews-item:hover .public-img img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .hnews-item{
        padding: 15px;
    }
    .hnews-ul{
        margin-left: -12px;
        margin-right: -12px;
    }
    .hnews-ul li{
        padding: 0 12px;
    }
    .hnews-img{
        width: 180px;
    }
    .hnews-info{
        width: calc(100% - 180px);
    }
    .hnews-top p{
        -webkit-line-clamp: 2;
        height: 48px;
    }
    .hnews-top span{
        margin-bottom: 0px;
    }
}
@media(max-width: 991px){
    .hnews-item{
        padding: 25px;
    }
    .hnews-ul{
        margin-left: 0px;
        margin-right: 0px;
    }
    .hnews-ul li{
        padding: 0px;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .hnews-ul li:last-child{
        margin-bottom: 0px;
    }
    .hnews-img{
        width: 240px;
    }
    .hnews-info{
        width: calc(100% - 240px);
    }
    .hnews-top p{
        -webkit-line-clamp: 3;
        height: 72px;
    }
    .hnews-top span{
        margin-bottom: 10px;
    }
    .hnews-top h3 a{
        line-height: 30px;
    }
    .home-news{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hcase-title{
        margin-bottom: 30px;
    }
    .home-case{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hcase-main{
        margin-top: 0px;
    }
    .hcase-main .swiper-container{
        padding-top: 0px;
    }
    .hcase-item:hover {
       transform: translateY(0px);
    }
    .hcase-info{
        opacity: 1;
    }
    .hcase-item .public-img{
        border-bottom-color: #00479d;
    }
}
@media(max-width: 599px){
    .protitle-news{
        width: auto;
    }
    .protitle-news li a{
        line-height: 34px;
    }
    .hnews-title{
        margin-bottom: 30px;
    }
    .hnews-item{
        flex-direction: column-reverse;
        padding: 20px;
        align-items: center;
    }
    .hnews-info{
        width: 100%;
        margin-top: 22px;
        padding-right: 0px;
    }
    .hnews-top{
        margin-bottom: 20px;
    }
    .hnews-top h3{
        margin-bottom: 5px;
    }
    .hnews-top span{
        margin-bottom: 5px;
    }
    .hnews-top p{
        height: auto;
    }
}
/* 内页导航 */
.inside-nav{
    height: 61px;
    border-bottom: 1px solid #dcdcdc;
}
.ipro-swiper{

}
.ipro-swiper .swiper-slide a{
    height: 61px;
    display: block;
    text-align: center;
    width: 100%;
    color: #444;
    line-height: 59px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}
.ipro-row{
    position: relative;
}
.ipro-row::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #dcdcdc;
}
.ipro-swiper .swiper-slide:first-child .ipro-row::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-color: #dcdcdc;
}
.ipro-swiper .ipro-row:hover a, .ipro-swiper .ipro-row .on a{
    color: #00479d;
    border-bottom-color: #00479d;
}

.inav-ul li:hover a, .inav-ul li.on a{
    color: #00479d;
    border-bottom-color: #00479d;
}


.inav-ul{
    display: flex;
    justify-content: center;
}
.inav-ul li{
    flex: 1;
    position: relative;
}
.inav-ul li a{
    height: 61px;
    display: block;
    text-align: center;
    width: 100%;
    color: #444;
    line-height: 59px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}

.inav-ul li::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #dcdcdc;
}
.inav-ul li:first-child::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background-color: #dcdcdc;
}

.about-wrap{
    padding-top: 80px;
    padding-bottom: 60px;
}
.inside-title{
    text-align: center;
    margin-bottom: 52px;
}
.about-des p{
    font-size: 16px;
    line-height: 30px;
    color: #444;
    text-indent: 32px;
   /* margin-bottom: 16px;*/
}
.about-des p:last-child{
    margin-bottom: 0px;
}
.equip-item{
    width: 100%;
    position: relative;
}
.equip-item p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    font-size: 24px;
    color: #fff;
    padding-left: 38px;
    padding-bottom: 40px;
}
.equip-item:hover .public-img img{
    transform: scale(1.1);
}
.equip-next, .equip-prev{
    width: 46px;
    height: 46px;
    margin-top: -23px;
    opacity: 1;
    background-size: 46px 46px;
}
.equip-next{
    right: 40px;
    background-image: url(../img/about-next.png);
}
.equip-prev{
    left: 40px;
    background-image: url(../img/about-prev.png);
}
.equip-next:hover{
    background-image: url(../img/about-next-on.png);
}
.equip-prev:hover{
    background-image: url(../img/about-prev-on.png);
}
/* 资质荣誉 */
.honor-title{
    margin-bottom: 60px;
}
.honor-item{
    width: 100%;
}
.honor-item .honor-img{
    padding: 10px;
    background-color: #f0f0f4;
}
.honor-item:hover .public-img img{
    transform: scale(1.1);
}
.honor-item p{
    font-size: 18px;
    line-height: 58px;
    color: #111;
    text-align: center;
}
.honor-item:hover p{
    color: #00479d;
}
@media(max-width: 1200px){
    .equip-item p{
        padding-left: 30px;
        padding-bottom: 30px;
    }
}
@media(max-width: 991px){
    .about-wrap{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .inside-title{
        margin-bottom: 30px;
    }
    .honor-title{
        margin-bottom: 30px;
    }
    .honor-item p{
        line-height: 32px;
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .equip-next{
        right: 20px;
        background-image: url(../img/about-next-on.png);
    }
    .equip-prev{
        left: 20px;
        background-image: url(../img/about-prev-on.png);
    }
    .about-wrap{
        padding-top: 40px;
    }
}
/* 产品 */
.pro-wrap{
    background-color: #f0f0f4;
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
}
.pro-list{
    margin-left: -13px;
    margin-right: -13px;
}
.pro-list li{
    float: left;
    padding: 0 13px;
    margin-bottom: 26px;
}
@media(max-width: 1200px){
    .hpro-item p{
        padding: 0 10px;
        text-align: center;
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .pro-wrap{
        padding-top: 50px;
    }
}
@media(max-width: 599px){
    .ipro-ul li{
        flex: none;
    }
    .ipro-ul li a{
        padding: 0 10px;
    }
}
/* 新闻 */
.news-wrap{
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}
.news-list li{
    display: flex;
    margin-bottom: 30px;
    background-color: #f0f0f4;
    padding: 30px;
}
.news-list li:last-child{
    margin-bottom: 0px;
}
.news-img{
    width: 240px;
}
.news-info{
    width: calc(100% - 240px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-top span{
    margin-bottom: 5px;
}
.news-top p{
    height: 64px;
    line-height: 32px;
    -webkit-line-clamp: 2;
}
.news-list li:hover .public-img img{
    transform: scale(1.1);
}
.news-list li:hover .news-top h3 a{
    color: #00479d;
}
.news-list li:hover .hnews-more{
    background-color: #00479d;
    color: #fff;
    border-color: #00479d;
}
@media(max-width: 767px){
    .news-wrap{
        padding-top: 40px;
    }
    .news-list li{
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }
    .news-info{
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .news-top{
        margin-bottom: 20px;
    }
}
/* 联系我们 */
.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: #111;
    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;
    }
}</pre></body></html>