.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 视频内容 */
.video-wrap{
    width: 100%;
    height: auto;
    background-color: white;
}
.video-box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.video-title{
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 99px 0 62px 0;
}
.videoBtn-wrap{
    width: 660px;
    height: 371px;
    font-size: 0;
    margin: 0 auto;
    position: relative;
}
.videoBtn-wrap img{
    width: 100%;
    height: 100%;
}
.videoBtn{
    width: 61px;
    height: 60px;
    background: url(../image/companyCulture/videoBtn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/* 图文内容1 */
.imageText-wrap{
    width: 100%;
    height: auto;
    background-color: white;
}
.imageText-box{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.imageText-title{
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 98px 0 59px 0;
}
.imageText-text{
    color: #333333;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.imageText-img{
    width: 900px;
    height: auto;
    font-size: 0;
    margin: 66px auto 109px;
}
.imageText-img img{
    width: 100%;
    height: 100%;
}
/* 图文内容2 */
.imageText1-wrap{
    padding: 103px 0 40px;
    background-color: rgba(246,244,244,1);
}
.imageText1-wrap .imageText-title1{
    margin-top: 0;
    margin-bottom: 61px;
}
.imageText1-wrap .imageText-title2{
    margin-top: 98px;
    margin-bottom: 59px;
}
.imageText1-wrap .imageText-img{
    width: 900px;
    height: auto;
    font-size: 0;
    margin: 44px auto 0;
}
/* 图文内容3 */
.imageText2-wrap{
    padding: 100px 0 98px;
    background-color: white;
}
.imageText2-wrap .imageText-title1{
    margin-top: 0;
    margin-bottom: 61px;
}
.imageText2-wrap .imageText-title2{
    margin-top: 97px;
    margin-bottom: 59px;
}
.imageText2-wrap .imageText-title3{
    margin-top: 104px;
    margin-bottom: 58px;
}
.imageText2-wrap .imageText-title4{
    margin-top: 70px;
    margin-bottom: 0;
}
.imageText2-wrap .imageText-img{
    width: 900px;
    height: auto;
    font-size: 0;
    margin: 48px auto 0;
}
/* 手机端 */
@media screen and (max-width: 768px){
    .video-title{
        font-size: 20px;
        margin: 30px 0;
    }
    .videoBtn-wrap{
        width: 100%;
        height: auto;
    }
    .imageText-title{
        font-size: 20px;
        margin: 30px 0;
    }
    .imageText-text{
        font-size: 14px;
    }
    .imageText-img{
        width: 100%;
        height: auto;
        margin: 30px 0 50px;
    }
    .imageText1-wrap{
        padding: 50px 0 50px;
    }
    .imageText1-wrap .imageText-title1 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .imageText1-wrap .imageText-title2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .imageText1-wrap .imageText-img {
        width: 100%;
        height: auto;
    }
    .imageText2-wrap {
        padding: 40px 0 40px;
    }
    .imageText2-wrap .imageText-title1 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .imageText2-wrap .imageText-title2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .imageText2-wrap .imageText-title3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .imageText2-wrap .imageText-title4 {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .imageText2-wrap .imageText-img{
        width: 100%;
        height: auto;
    }
}

/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 图文内容1 */
.imageText-wrap{
    width: 100%;
    height: auto;
    margin-top: 103px;
}
.imageText-box{
    max-width: 1200px;
    margin: 0 auto;
}
/* 农产品种植 */
.plant-box{
    width: 1200px;
    height: 350px;
    position: relative;
    background: url(../image/coreBusinessPlant/page1/1.png) no-repeat;
    background-size: 100% 100%;
}
.plantContent{
    color: white;
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.plant-title{
    font-size: 36px;
}
.plant-text{
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
}
/* 菜园直采 */
.garden-box{
    width: 1200px;
    height: 125px;
    margin-top: 20px;
    position: relative;
    background: url(../image/coreBusinessPlant/page1/2.png) no-repeat;
    background-size: 100% 100%;
}
.gardenConten{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.garden-title{
    font-size: 24px;
}
.garden-text{
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px   ;
}
/* 四个图文 */
.imageText-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.imageText-item{
    width: calc((100% - 44px) / 2);
    height: 125px;
    margin-top: 17px;
    position: relative;
}
.imageText-item:nth-child(1){
    background: url(../image/coreBusinessPlant/page1/3.png) no-repeat;
    background-size: 100% 100%;
}
.imageText-item:nth-child(2){
    background: url(../image/coreBusinessPlant/page1/4.png) no-repeat;
    background-size: 100% 100%;
}
.imageText-item:nth-child(3){
    background: url(../image/coreBusinessPlant/page1/5.png) no-repeat;
    background-size: 100% 100%;
}
.imageText-item:nth-child(4){
    background: url(../image/coreBusinessPlant/page1/6.png) no-repeat;
    background-size: 100% 100%;
}
.imageTextContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.imageText-title{
    color: #333333;
    font-size: 24px;
}
.imageText-text{
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
/* 自有生态基地与养殖场 */
.farm-wrap{
    width: 100%;
    height: auto;
}
.farm-box{
    max-width: 1200px;
    margin: 0 auto;
}
.farm-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-top: 105px;
    margin-bottom: 52px;
}
.farm-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.farm-item{
    width: 595px;
    height: 324px;
    margin-top: 11px;
    position: relative;
}
.farm-img{
    width: 100%;
    height: 100%;
}
.farm-text{
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.farm-text p{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: white;
    line-height: 50px;
    padding: 0 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
/* 无公害种植流程 */
.plantFlow-wrap{
    width: 100%;
    height: auto;
}
.plantFlow-box{
    max-width: 1200px;
    margin: 0 auto;
}
.plantFlow-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-top: 105px;
    margin-bottom: 52px;
}
.plantFlow-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.plantFlow-item{
    width: 150px;
    height: auto;
    margin-top: 11px;
    position: relative;
}
.plantFlow-img{
    width: 150px;
    height: 150px;
}
.plantFlow-text{
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}
/* 农产品种植品类 */
.farmProduct-wrap{
    width: 100%;
    height: auto;
}
.farmProduct-box{
    max-width: 1200px;
    margin: 0 auto 100px;
}
.farmProduct-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 78px;
}
.farmProduct-list{
    width: 100%;
    height: auto;
}
.farmProduct-list::after{
    content: "";
    display: block;
    clear: both;
}
.farmProduct-item{
    width: 394px;
    height: 204px;
    float: left;
    margin-top: 11px;
    position: relative;
    margin-left: 13px;
    font-size: 0;
}
.farmProduct-img{
    width: 100%;
    height: 100%;
}
.farmProduct-item:nth-child(1){
    width: 385px;
    height: 420px;
    margin-left: 0;
}
.farmProduct-text{
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.farmProduct-text p{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 40px;
    padding: 0 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
/* 手机端 */
@media screen and (max-width:768px){
    .imageText-wrap{
        margin-top: 50px;
    }
    .plant-box{
        width: 100%;
        height: auto;
        padding: 50px 20px;
        background-size: cover;
    }
    .plantContent{
        position: static;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    .garden-box{
        width: 100%;
        height: auto;
        padding: 30px 20px;
        background-size: cover;
    }
    .gardenConten{
        position: static;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    .imageText-item{
        width: 100%;
        height: auto;
        padding: 10px 20px;
        background-size: cover;
    }
    .imageTextContent{
        position: static;
        text-align: right;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    .farm-title{
        margin: 30px 0;
        font-size: 24px;
    }
    .plantFlow-title{
        margin: 30px 0;
        font-size: 24px;
    }
    .farmProduct-box {
        margin: 0 auto 30px;
    }
    .farmProduct-title{
        margin: 30px 0;
        font-size: 24px;
    }
    .farmProduct-item:nth-child(1) {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .farmProduct-item {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 11px;
        position: relative;
        margin-left: 0;
    }
}

/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 我们正在寻找 */
.lookFor-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.lookFor-box{
    max-width: 1200px;
    margin: 0 auto;
}
.lookFor-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.lookFor-text{
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.lookFor-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.icon-wrap{
    width: 181px;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #54B33E;
}
.icon1{
    display: inline-block;
    width: 70px;
    height: 62px;
    background: url(../image/businessCooperation/page1/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.icon2{
    display: inline-block;
    width: 61px;
    height: 68px;
    background: url(../image/businessCooperation/page1/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.icon3{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../image/businessCooperation/page1/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.icon4{
    display: inline-block;
    width: 59px;
    height: 68px;
    background: url(../image/businessCooperation/page1/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.icon5{
    display: inline-block;
    width: 61px;
    height: 71px;
    background: url(../image/businessCooperation/page1/icon5.png) no-repeat;
    background-size: 100% 100%;
}
.icon6{
    display: inline-block;
    width: 79px;
    height: 89px;
    background: url(../image/businessCooperation/page1/icon6.png) no-repeat;
    background-size: 100% 100%;
}
.iconText{
    width: 181px;
    height: 54px;
    color: #666666;
    font-size: 14px;
    line-height: 54px;
    text-align: center;
    background-color: #F8F8F8;
}
/* 我们为您提供 */
.provide-wrap{
    width: 100%;
    height: auto;
    margin-top: 64px;
}
.provide-box{
    max-width: 1200px;
    margin: 0 auto;
}
.provide-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.provide-list{
    width: 100%;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.provide-item{
    position: relative;
    width: 386px;
    height: 276px;
    margin-top: 21px;
}
.provideText{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}
.provideText p{
    font-size: 24px;
    color: white;
    line-height: 24px;
}
/* 合作流程 */
.flowPath-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.flowPath-box{
    max-width: 1200px;
    margin: 0 auto;
}
.flowPath-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.flowPath-list{
    display: flex;
    margin-top: 62px;
    align-items: center;
    justify-content: flex-start;
}
.flowPath-item{
    width: 200px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    box-shadow:0px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.flowPath-item:nth-child(odd){
    padding: 5px 27px 15px 19px;
    background-color: #F9F9F9;
}
.flowPath-item:nth-child(even){
    padding: 20px 31px 5px 19px;
    background-color: #F1F1F1;
}
.flowPath-num{
    width: 100%;
    height: auto;
    text-align: right;
}
.flowPath-num span{
    color: #54B33E;
    font-size: 24px;
    opacity: 0.2;
}
.flowPath-num em{
    color: #54B33E;
    font-size: 46px;
}
.flowPath-text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666666;
    text-align: left;
}
/* 申请表单 */
.apply-wrap{
    width: 100%;
    height: auto;
    margin-top: 134px;
    margin-bottom: 100px;
}
.apply-box{
    max-width: 1200px;
    margin: 0 auto;
}
.apply-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.apply-content{
    margin-top: 60px;
    text-align: center;
}
.Inp-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nameInp,.phoneInp{
    width: 542px;
    height: 40px;
    font-size: 16px;
    outline: none;
    border: none;
    border-bottom: 1px solid #CDCDCD;
}
.leaveWordInp{
    width: 100%;
    resize: none;
    height: 232px;
    outline: none;
    font-size: 16px;
    margin-top: 15px;
    padding: 13px 11px;
    border: 1px solid #D3D3D3;
}
.subBtn{
    width: 120px;
    height: 40px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    margin-top: 50px;
    line-height: 40px;
    color: white;
    background-color: #54B33E;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
/* 移动端 */
@media screen and (max-width:768px){
    .lookFor-wrap{
        margin-top: 30px;
    }
    .lookFor-text{
        margin: 20px 0;
    }
    .lookFor-list{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .lookFor-item{
        margin-top: 10px;
    }
    .provide-wrap{
        margin-top: 30px;
    }
    .provide-list{
        margin-top: 20px;
        justify-content: space-around;
    }
    .flowPath-wrap{
        margin-top: 30px;
    }
    .flowPath-list{
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .flowPath-item{
        margin-top: 20px;
    }
    .apply-wrap{
        margin-top: 30px;
        padding: 0 20px;
    }
    .apply-content{
        margin-top: 30px;
    }
}

/* 地址图标 */
.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;
    }
}