
body{
    display: none;
}
.nav{
    background: #1f6cdd;
}
.banner{
    font-size: 0;
    line-height: 1;
    text-align: center;
    height: 3.7rem;
    background: url(../images/cantact-banner.jpg);
    background-size:100% 100%; 
}
.banner h3{
    font-size: 0.48rem;
    line-height: 3.7rem;;
    color:#fff;
    font-weight: bold;
}
.cantent-ul{
    font-size: 0;
    line-height: 1;
}
.cantent-ul li{
    text-align: left;
    padding:0.32rem 0;
    margin: 0 0.3rem;
    padding-top: 0.35rem;
    /* border-bottom: 1px solid #dddddd; */
}
.cantent-ul li h3{
    padding-left: 0.3rem;
    margin-bottom: 0.18rem;
    font-size: 0.32rem;
    color:#333333;
    font-weight: bold;
    background: url(../images/cantact-icon.png) left center no-repeat;
    background-size: 0.19rem 0.24rem;
}
.cantent-item{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    line-height: 0.5rem;
    padding:0 0.3rem;
    font-size: 0.28rem;
    color:#666666;
}
.cantent-title{
    flex:0 0 0.86rem;
    -webkit-flex:0 0 0.86rem;
    font-size: 0.28rem;
    
}
.cantent-desc-font{
    font-family: Helvetica;
}
.cantent-desc a{
    color: #666;
}