@charset "UTF-8";

@media (min-width: 1440px) {
    html {
        font-size: 40px!important;
    }
}



.contact-box{
    position: relative;
}
.contact-box:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31.85%;
    background-color: #f9f9f9;
}
.contact-box .contact-list{
    margin-top: 1.75rem;
}
.contact-box .row{
    margin: 0 -2rem;
}
.contact-box .item{
    box-sizing: border-box;
    padding: 0 2rem;
}
.contact-list .tit{
    font-size: .65rem;
    line-height: .7rem;
    color: #333;
}
.contact-list .icon-box{
    margin-top: .5rem;
}
.contact-list .icon{
    padding-left: 1.25rem;
    background-repeat: no-repeat;
    background-position: left .1rem;
    background-size: 1rem;
    font-size: .3rem;
    line-height: .7rem;
    color: #666;
    min-height: 1.4rem;
    margin-top: .6rem;
    margin-bottom: .4rem;
}
.contact-list .tel{
    font-size: .9rem;
    line-height: 1rem;
    color: #00949c;
    font-family: 'BEBAS';
}
.contact-list .mail{
    font-size: .75rem;
    line-height: .8rem;
    color: #00949c;
    font-family: arial;
    word-break: break-all;
}
.contact-box .map-box{
    margin-top: 2.25rem;
}
.contact-box .map{ height:401px;
}
.contact-box .info-box{
    background-color: #fff; overflow:hidden;
    width: 367px; height:81px; border-radius:4px;
    position: relative;
}
.contact-box .info-box:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: .2rem solid transparent;
    border-top-color: #00949c;
    bottom: -.4rem;
    left: 50%;
    margin-left: -.2rem;
}
.contact-box .info-box .img{
}
.contact-box .info-box .img img{ display:block; margin:auto;  height: 38px;padding-top: 10px;
}
.contact-box .info-box .text{ text-align:center; font-size:16px; color:#333; display:block; padding-top:0px;}
.contact-box .info-box .text .tit{
    /*font-size: .45rem;
    color: #fff;
    line-height: .5rem;*/
}
.contact-box .info-box .text .con{
  /*  font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .3rem;*/
}
.contact-box .map-box{
    position: relative;
}
.contact-box .map{
    /*border: 1px solid #e8e8e8;*/
}
.contact-box .map-dialog{
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 8.75rem;
    padding: .75rem 1rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: -6.25rem;
}
.contact-box .map-dialog .head{
    font-size: .75rem;
    line-height: .8rem;
    color: #666;
}
.contact-box .map-dialog .list{
    margin-top: 1rem;
}
.contact-box .map-dialog .map-item{
    margin-bottom: .6rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #f7f7f7;
}
.contact-box .map-dialog .map-item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.contact-box .map-dialog .icon{
    width: .5rem;
}
.contact-box .map-dialog .icon img{
    width: 100%;
}
.contact-box .map-dialog .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #666;
    margin-top: .4rem;
}
.contact-box .map-dialog .con{
    font-size: .375rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
}

