/* 地址图标 */
.siteIcon{
    display: inline-block;
    width: 13px;
    height: 16px;
    margin-left: 10px;
    background: url(../image/contactUs/siteIcon.png) no-repeat;
    background-size: 100% 100%;
}
/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 集团总部 */
.headquarters-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.headquarters-box{
    max-width: 1200px;
    margin: 0 auto;
}
.headquarters-title{
    color: #000000;
    font-size: 36px;
    text-align: center;
}
.headquarters-content{
    margin-top: 63px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headquartersImg{
    width: 706px;
    height: 334px;
}
.headquartersImg img{
    width: 706px;
    height: 334px;
}
.headquartersText{
    width: calc(100% - 706px);
    height: 334px;
    padding-left: 45px;
    background-color: #F8F8F8;
    position: relative;
}
.headquartersText-title{
    margin-top: 39px;
    font-size: 24px;
    font-weight: bold;
    color: #54B33E;
}
.headquartersText-text{
    margin-top: 80px;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.headquartersText-btn{
    cursor: pointer;
    width: 130px;
    height: 35px;
    background-color: #F5B100;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /*right: 44px;*/
    bottom: 21px;
}
/* 分子公司 */
.soncompany-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.soncompany-box{
    max-width: 1200px;
    margin: 0 auto;
}
.soncompany-title{
    color: #000000;
    font-size: 36px;
    text-align: center;
}
.soncompany-list{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.soncompany-item{
    width: calc((100% - 120px) / 3);
    height: 300px;
    padding: 0 23px 20px;
    background-color: #F8F8F8;
    margin-top: 60px;
    position: relative;
}
.soncompanyText-title{
    color: #54B33E;
    font-size: 24px;
    margin-top: 20px;
    line-height: 36px;
}
.soncompanyText-text{
    width: 70%;
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.soncompanyText-btn{
    cursor: pointer;
    width: 130px;
    height: 35px;
    background-color: #F5B100;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    bottom: 21px;
}
/* 在线留言&地图 */
.messageSite-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.messageSite-box{
    max-width: 1200px;
    margin: 0 auto;
}
.messageSite-title{
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.messageSite-content{
    margin-top: 93px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.content-left{
    width: 50%;
    height: auto;
    border-right: 1px solid #DADADA;
    padding-right: 93px;
}
.leftKind{
    width: 100%;
    height: auto;
}
.leftKind .inpText{
    font-size: 14px;
    color: #666666;
    padding: 21px 0;
}
.leftKind input{
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #DADADA;
    padding-left: 10px;
}
.leftKind textarea{
    width: 100%;
    height: 360px;
    resize: none;
    outline: none;
    padding: 10px;
    border: 1px solid #DADADA;
}
.content-left .subBtn{
    width: 120px;
    height: 40px;
    margin-top: 36px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    background: #54B33E;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.content-right{
    width: 50%;
    height: auto;
    padding-left: 94px;
}
.rightKind{
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rightKind p{
    margin-left: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.content-right .icon1{
    display: inline-block;
    width: 25px;
    height: 31px;
    background: url(../image/contactUs/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.content-right .icon2{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../image/contactUs/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.content-right .icon3{
    display: inline-block;
    width: 28px;
    height: 23px;
    background: url(../image/contactUs/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.site-img{
    width: 500px;
    height: 522px;
    margin-top: 43px;
}
.site-img{
    width: 500px;
    height: 522px;
}
/* 手机端 */
@media screen and (max-width: 768px){
    /* 集团总部 */
    .headquarters-wrap{
        margin-top: 30px;
    }
    .headquarters-content{
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .headquartersImg{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .headquartersImg img {
        width: 100%;
        height: auto;
    }
    .headquartersText{
        width: 100%;
        /*height: auto;*/
        padding: 20px 20px;
        height: 250px;
    }
    .headquartersText-text{
        margin-top: 10px;
    }
    .headquartersText-btn{
        bottom: 55px;
        margin-bottom: -40px;
    }
    .soncompany-item{
        width: 100%;
        margin-top: 20px;
    }
    .messageSite-wrap{
        margin-top: 30px;
    }
    .messageSite-content{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .content-left{
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .content-right{
        width: 100%;
        padding: 0 20px;
    }
    .site-img{
        width: 100%;
        height: auto;
        font-size: 0;
    }
    .site-img img{
        width: 100%;
        height: auto;
    }
}