html{
    min-width: auto !important;
}
.BMap_cpyCtrl{
    display: none;
}
.anchorBL{
    display: none;
}
.contactUs{
    width:100%;
    height: 570px;
    background: url("../images/contactUs/pic.jpg") no-repeat;
    background-size: 100% 100%;
}
.contactUs .txt{
    width: 65%;
    height: 100%;
    margin:0 auto;
    position: relative;
    color: #fff;
}
.contactUs .txt .right{
    position: absolute;
    text-align: right;
    top: 90px;
    right: 0px;
}
.contactUs .txt .left{
    position: absolute;
    text-align: left;
    left: 0px;
    bottom: 58px;
}
.contactUs .txt .btn{
    width: 190px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e60012;
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 0px;
    bottom: 58px;
}
/*内容*/
.cont{
    width: 65%;
    height: 460px;
    margin: 0 auto;
    padding: 132px 0px 80px 0px;
    line-height: 44px;
    background: url("../images/contactUs/pic1.png") no-repeat;
    background-size: 100% 100%;
}
.cont .title{
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}
.cont .titleDes{
    font-size: 17px;
    text-align: center;
}
.cont .line{
    width: 78px;
    height: 2px;
    background: #e60012;
    margin: 70px auto 0px;
}
.cont .icon{
    margin-top: 117px;
    display: flex;
    justify-content: space-around;
}
.cont .icon span{
    width: 33%;
    text-align: center;
}
.cont .iconDes{
    display: flex;
    justify-content: space-around;
}
.cont .iconDes span{
    width: 33%;
    text-align: center;
}
.footPic{
    width: 100%;
    height: 308px;
    /*background: url("../images/contactUs/pic1.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
}