/* 公司概况 */
.gsgk{
    height: 10.8rem;
    background: url(../images/aboutUs/bg_1.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.gsgk .brownLine{
      margin: 0 auto .8rem;
}
.gkTextBox{
    width: 17.21rem;
    height: 6.9rem;
    /* background: red; */
    margin-left: 1.99rem;
    display: flex;
    justify-content: space-between;
}
.gkText-l{
    width: 3.41rem;
    height: 100%;
}
.gkText-l div{
    font-family: MicrosoftYaHei;
    font-size: .18rem;
    color: #333333;
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gkText-l div:nth-child(2){
    margin-top: .14rem;
    margin-bottom: .16rem;
}
.gkText-l .seeMore{
margin-left: 0;
}
.gkText-r{
    width: 12.6rem;
    height: 100%;
}
.gkText-r img{
    width: 100%;
    height: 100%;
}

/* 文化理念 */
.whln{
    height: 10.8rem;
    background: url(../images/aboutUs/bg_2.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.whlnBox{
    width: 15.99rem;
    height: 5.79rem;
    margin: .8rem auto 0;
    display: flex;
}
.whlnBox-l{
    width: 5.21rem;
    height: 5.14rem;
    margin-right: .51rem;
    margin-top: .65rem;
}
.whlnBox-l img{
    width: 100%;
    height: 100%;
    display: block;
}
.whlnBox-r{
    width: 10.57rem;
    display: flex;
    align-items: flex-end;
}
/* 背景 */
.PopBox{
    width: 1.55rem;
    height: 5.14rem;
    position: relative;
    transition: all 0.5s;
    margin-left: 0.5rem;
}
.PopBox:hover{
    width: 5.5rem;
    background-image: url(../images/aboutUs/zkbg_3.png) ;
    background-size: cover;
      background-repeat: no-repeat;
  
}
.PopBox:hover .InCont{
    width: 3.52rem;
 transition: all 2s;
 text-decoration: underline;
 text-decoration-color: #E2D4BB;
 text-underline-offset: 0.25rem;
}
/* 竹子 */
.zhuzi{
    width: 1.55rem;
    height: 5.81rem;
    background-image: url(../images/aboutUs/img_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -0.48rem;
    top:-0.67rem;
    z-index: 100;
}
.qyyj{
    width: .93rem;
    height: 3.52rem;
    margin-top: 1.48rem;
    margin-left: .75rem;
}
.InCont{
    /* width: 3.52rem;
     */
     width: 0;
    height: 3.9rem;
    font-family: STKaitiSC, STKaitiSC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.8rem;
    position: absolute;
    top: 0.5rem;
    left: 1.7rem;
    overflow: hidden;
}


/* 加盟政策 */
.jmzc{
    height: 10.8rem;
    background: url(../images/aboutUs/bg_4.png) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.jmzc .mainHeading,
.jmzc .subHeading{
    color: #fff;
}
.jmzc .brownLine{
    background: #fff;
}
.jmzc .nr_1{
    width: 15.75rem;
    font-family: MicrosoftYaHei;
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .3rem;
    margin: 0 auto;
}
.tradeBox{
    width: 15.99rem;
    /* height: 3.77rem; */
    margin: .66rem auto 0;
    display: flex;
}
.tradeOne{
    width: 3.98rem;
    /* height: 100%; */
}
.tradeOne img{
    width: 1.41rem;
    height: 1.41rem;
    display: block;
    margin-top: .6rem;
    margin-left: calc((3.98rem - 1.41rem) / 2);
}
.tradeOne .num_1{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: .3rem;
    color: #333333;
    line-height: .4rem;
    text-align: center;
    margin-top: -0.9rem;
    position: relative;
}
.tradeOne:hover .num_1{
    top:-0.1rem;
}
.tradeOne .tradeName{
    font-family: MicrosoftYaHei;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .31rem;
    text-align: center;
    margin-top: 1rem;
}
.whiteLine_1{
    width: .01rem;
    height: 3.77rem;
    border-left: .01rem solid #FFFFFF;
}
/* 加盟政策--查看更多 */
.jmzc .seeMore{
    background: url(../images/aboutUs/img_9.png) no-repeat;
}

/* 企业荣誉 */
.qyry{
    height: 10.79rem;
    background: url(../images/aboutUs/bg_5.png) no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
}
.ruzzName{
font-family: SourceHanSerifCN, SourceHanSerifCN;
font-weight: bold;
font-size: 0.36rem;
color: #917951;
text-align: center;
margin-top: 0.5rem;
}
.qyry .seeMore{
    margin-top: 0.77rem;
}




@media only screen and (max-width: 768px) {
     .gsgk{
         height: 100%;
    }
    .gkTextBox{
             height: 100%;
                 flex-direction: column;
                 margin-left: 0.2rem;
                 margin-right: 0.2rem;
                     width: 7.21rem;
    }
    .gkText-r{
            width: 7.1rem;
    }
    .gkText-l .seeMore{
            margin-bottom: 0.2rem;
            margin-right: auto;
            margin-left: auto;
    }
    .whlnBox{
        width: 7rem;
    flex-direction: column;
    height: 100%;
    }
    .whlnBox-l{
        margin-left: auto;
        margin-right: auto;
    }
    .whln{
        height: 100%;
            padding-bottom: 0.2rem;
    }
    .whlnBox-r{
            width: 7.1rem;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 0.9rem;
    }
    .jmzc{
        height: 100%;
    background-size: 100% 100%;
        padding-bottom: 0.6rem;
    }
    .tradeBox{
        width: 6.99rem;
            flex-wrap: wrap;
            justify-content: center;
    }
    .tradeOne{
            width: 3.2rem;
    }
    .tradeOne .num_1{
            margin-left: 0.7rem;
    }
   /* .seeMore{
        width: 3.92rem;
    height: 1.46rem;
    }*/
    .whiteLine_1{
        display:none;
    }
    /*.seeMore a{
            line-height: 0.9rem;
    }*/
    .gkText-l{
            margin: 0 auto;
            width: 100%;
    }
    .jmzc .seeMore{
            background-size: 100%;
    }
    .qyry .swiper-button-next{
        left: 90%;
    }
    .qyry .swiper-button-prev{
            left: 4%!important;
    }
    .jmzc .nr_1{
            width: 6.75rem;
            color: #fff;
                -webkit-line-clamp: 8;
    }
     .jmzc .nr_1 p, span{
         color: #fff;
     }
}