/*banner*/
.banner{
    width: 100%;
    height: 400px;
    background-image: url("../img/contactUs/banner.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
/*详细信息*/
.contactUs{
    height: 720px;
    width: 100%;
}
.contactUsBox{
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}
.contactUsImg{
    margin-top: 36px;
}
.titleBox{
    height: 21px;
    margin-top: 51px;
}
.titleImg{
    width: 1.4%;
    float: left;
}
.titleImg img{
    width: 100%;
    height: 100%;
}
.titleText{
    width: 10%;
    float: left;
    font-size: 18px;
    margin-left: 1.3%;
}
.titleLine{
    width: 87.2%;
    float: left;
    margin-top: 9px;
}
.titleLine img{
    width: 100%;
    height: 100%;
}
.contactUsDetail{
    height: 285px;
}
.detail div{
    display: inline-block;
    width: 49.7%;
}