.contactUs-banner{
    background: url("../images/contact-banner.png") no-repeat center;
    height: 400px;
    background-size: cover;
    min-width: 1200px;
}
.contactUs-main{
    min-width: 1200px;
    background: url("../images/faq-bg.png") no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
}
.contactUsTitle{
    height: 86px;
    position: relative;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 86px;
}
.contactUsTitle::after{
    width: 142px;
    height: 8px;
    background-color: #339999;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contactUs-ul li{
    padding-top: 20px;
    padding-bottom: 10px;
}
.contactUs-item{
    background: #ffffff;
    padding: 15px 30px;
}
.contactUs-item-title-1{
    background: url("../images/con-icon-1.png") no-repeat left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #339999;
    padding-left: 42px;
    line-height: 60px;
}
.contactUs-item-info{
    line-height: 36px;
    color: #333333;
    font-size: 16px;
}
.contactUs-item-info span{
    color: #000000;
}
.contactUs-item-title-2{
    background: url("../images/con-icon-2.png") no-repeat left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #339999;
    padding-left: 42px;
    line-height: 60px;
}
.contactUs-item-img{
    padding: 10px 0;
}
.contactUs-item-img img{
    width: 100%;
}
.contactUs-item-title-3{
    background: url("../images/con-icon-3.png") no-repeat left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #339999;
    padding-left: 42px;
    line-height: 60px;
}

.contactUs-item-table table td{
    padding: 15px 0;
}
.contactUs-item-table table td input{
    height: 46px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border:1px solid #000000;
    padding: 0 15px;
}
.contactUs-item-table table td textarea{
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border:1px solid #000000;
    padding: 10px 15px;
    line-height: 28px;
    height: 160px;
}

@media screen and (max-width: 576px){
    .contactUs-banner,.contactUs-main{
        min-width: auto;
    }
    .contactUs-banner{
        height: 4rem;
    }
    .contactUsTitle{
        line-height: 0.8rem;
        height: auto;
        font-size: 0.54rem;
        padding-bottom: 0.2rem;
    }
    .contactUs-main .w1200{
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .contactUs-item{
        padding: 0.2rem 0.3rem;
    }
    .contactUs-item-title-1,.contactUs-item-title-2,.contactUs-item-title-3{
        line-height: 0.9rem;
        font-size: 0.36rem;
        padding-left:0.63rem;
        background-size: 0.39rem;
    }
    .contactUs-item-info{
        line-height: 0.54rem;
        font-size: 0.28rem;
    }
    .contactUs-ul li{
        padding: 0.3rem 0.15rem;
    }
}

@media screen and (min-width: 577px) and (max-width: 1160px){
    .contactUs-banner,.contactUs-main{
        min-width: auto;
    }
    .contactUsTitle{
        margin:0 20px;
    }
    .contactUs-ul{
        padding: 0 20px;
        box-sizing: border-box;
    }
}