
.w1440 {
    width: 87.5rem;
    margin: 0 auto;
}


/**集团banner样式*****************************************/

.group-banner{
    padding: 5rem 0;
    background: #F7F7F8;
    overflow: hidden;
}
.group-banner .img,.group-banner .img img{
    width: 100%;
    margin: 0 auto;
}

.group-banner ul{
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.group-banner ul li{
    background: white;
    margin-top: 3.75rem;
    width: 30%;
    padding: 2.625rem 0;
    text-align: center;
}
.group-banner ul li .count{
    position: relative;
    z-index:0;
}
.group-banner ul li .count:before{
    position: absolute;
    content: '';
    width: 1.875rem;
    height: 6px;
    border-radius: 6px;
    background: #00B1A0;
    z-index: 1;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%, 0%);
}
.group-banner ul li .name{
    font-size: 1.375rem;
    line-height: 3rem;
    color: #4c4c4c;
}
.group-banner ul li .number{
    color: #00B1A0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem;
}
.group-banner ul li .number font{
    font-size: 1.375rem;
    padding: 0 0.5rem;
}
.group-banner .text{
    width: 100%;
    float: left;
    color: #777;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 1.875rem;
}


/**集团video样式*****************************************/

.group-video{

    padding: 5rem 0 6.25rem 0;
    margin: 0 auto;
    overflow: hidden;
}
.group-video h1 {
    float: left;
    width: 100%;
    color: #00B09F;
    font-weight: inherit;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}
.group-video .desc{
    width: 100%;
    float: left;
    margin-top: 2rem;
    color: #4c4c4c;
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
}
.group-video .more{
    width: 100%;
    float: left;
    display: -webkit-flex;
    display : flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 3.125rem;
}
.group-video .more .group-btn{
    float: left;
    border: #00B1A0 1px solid;
    border-radius: 0.5rem;
    text-align: center;
    color: #00B1A0;
    padding: 1.125rem 2.5625rem;
    line-height: 1rem;
    font-size: 1rem;
}
.group-video .more .group-btn:hover{
    background:#00B1A0;
    color: #fff; 
}

.group-video .video{
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: calc(760 / 1400 * 100%);
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 5rem;
}
.group-video .video .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
    cursor: pointer;
}
.group-video .video .img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 2;
    opacity:0.35;
}
.group-video .video .img .bgimg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    float: left;
    z-index: 1;
}
.group-video .video .img .bgbtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.group-video .video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.group-video .video .img.hideimg{
    display: none;
    z-index: -1;
}
.group-video .video .img.hideimg img{
    opacity: 0;
}
.group-video .video .showvideo{
    z-index: 1;
}



/**集团av样式*****************************************/

.group-av{
    background: #00B1A0 url(../images/group_av_bg.png) right top no-repeat;
    background-position: right top;
    background-size: auto 100%; 
    padding: 5rem 0 6.25rem 0;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}
.group-av h1 {
    float: left;
    width: 100%;
    font-weight: inherit;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}
.group-av ul{
    width: 100%;
    float: left;
    display: -webkit-flex;
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.group-av ul li{
    width: 20rem;
    max-width: 23%;
    float: left;
    margin-top: 4.625rem;
}
.group-av ul li .img{
    width: 100%;
    text-align: center;
    position: relative;
}

.group-av ul li .linee:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 0;
    padding: 0;
    padding-top: 85%;
    border:#80D8D0 1px dashed;
    border-radius: 100%;
}


.group-av ul li .img_pic{
    width: 73.44%;
    height: 100%;
    margin: 0 auto; 
    position: relative;
    overflow: hidden;
    position: relative;
}
.group-av ul li .img_ico{
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: calc(235 / 235 * 100%);
    float: left;
    overflow: hidden;
}
.group-av ul li .img_ico .img_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}
.group-av ul li .img_ico img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-av ul li .text{
    width: 100%;
    float: left;
    margin-top: 3.375rem;
}
.group-av ul li .title{
    width: 100%;
    float: left;
    font-size: 1.375rem;
    font-weight: 500;
}
.group-av ul li .desc{
    width: 100%;
    float: left;
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 1rem;
    text-align: justify;
}
.group-av ul li:hover .img_pic img{

   transform: scale(1.06); 

}


/**集团aff样式*****************************************/

.group-aff{
    background: #F7F7F8;
    padding: 6.25rem 0 5.75rem 0;
    margin: 0 auto;
    overflow: hidden;
}
.group-aff h1 {
    float: left;
    width: 100%;
    color: #00B09F;
    font-weight: inherit;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}

.group-aff ul{
    width: 100%;
    float: left;
    display: -webkit-flex;
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.group-aff ul li{
    width: 47.15%;
    float: left;
    margin-top: 3.785rem;
}
.group-aff ul li .img{
    width: 100%;
    height: 0;
    padding: 0;
    padding-top: calc(460 / 660 * 100%);
    float: left;
    position: relative;
    overflow: hidden;
}
.group-aff ul li .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.group-aff ul li .text{
    width: 100%;
    float: left;
    padding: 1.5rem 1.875rem 1.5rem 1.5rem;
}
.group-aff ul li .title{
    text-align: left;
    font-size: 1.25rem;
    color: #01B1A0;
    font-weight: 500;
    line-height: 1.5;
}
.group-aff ul li .desc{
    width: 100%;
    float: left;
    margin-top: 0.75rem;
    position: relative;
}
.group-aff ul li .left{
    width: 100%;
    float: left;
    margin-left: -0.375rem;
    padding-right: 15rem;
}
.group-aff ul li .left p{
    line-height: 30px;
    width: 100%;
    float: left;
    color: #4c4c4c;
    font-size: 1rem;
}
.group-aff ul li .left p i{
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/group_ico.png);
}
.group-aff ul li .left p.tel i{
    background-position: 0 0px;
}
.group-aff ul li .left p.add i{
    background-position: 0 -30px;
}



.group-aff ul li .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
.group-aff ul li .more a{
    float: left;
    border: #00B1A0 1px solid;
    border-radius: 0.5rem;
    text-align: center;
    color: #00B1A0;
    padding: 0.875rem 1.5rem;
    line-height: 1rem;
    font-size: 1rem;
}
.group-aff ul li .more a:hover{
    background:#00B1A0;
    color: #fff; 
}



.group-aff ul li:hover .img img{
   transform: scale(1.06); 
}




/**集团bus样式*****************************************/

.group-bus{
    padding: 5rem 0 10rem 0;
    margin: 0 auto;
    overflow: hidden;
}
.group-bus h1 {
    float: left;
    width: 100%;
    color: #00B09F;
    font-weight: inherit;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}
.group-bus ul{
    width: 100%;
    float: left;
    display: -webkit-flex;
    display : flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.group-bus ul li{
    width: 19rem;
    max-width: 23%;
    float: left;
    margin-top: 4.375rem;
}
.group-bus ul li .img{
    border-radius: 1rem;
    overflow: hidden;
    background: #00b1a0;
    border-radius: 0.8rem;
}
.group-bus ul li .img,.group-bus ul li .img img{
    width: 76px;
    height: 76px;
    float: left;
    overflow: hidden;
    object-fit: cover;
}
.group-bus ul li .text{
    width: calc(100% - 6rem);
    height: 100%;
    float: right;
    position: relative;
}
.group-bus ul li .text .name{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.group-bus ul li .text .title{
    text-align: left;
    font-size: 1.125rem;
    color: #00b1a0;
    font-weight: 500;
}
.group-bus ul li .text .desc{
    font-size: 0.75rem;
    color: #888;
    font-family: 'arial';
    line-height: 1.5;
}







@media(max-width:1440px) {


    .w1440 {
        width: 96%;
    }



}

@media(max-width:1366px) {

    .group-video,.group-av,.group-aff,.group-banner{
        padding: 4rem 0;
    }


    .group-banner ul li{
        margin-top: 3rem;
    }
    .group-banner ul li .number{
        font-size: 3rem;
        line-height: 3rem;
    }
    .group-banner ul li .number font{
        font-size: 1.25rem;
        padding: 0 0.4rem;
    }
    .group-banner ul li .name{
        font-size: 1.25rem;
        line-height: 2.5rem;
    }

    .group-video .video{
        margin-top: 4rem;
    }

    .group-bus{
        padding: 4rem 0 8rem 0;
    }

}

@media(max-width:1280px) {


    .group-video,.group-av,.group-aff,.group-banner{
        padding: 3rem 0;
    }

    .group-video h1,.group-av h1,.group-aff h1，.group-bus h1{
        font-size: 1.6rem;
        line-height: 3rem;
    }


    .group-banner ul li{
        margin-top: 2rem;
    }
    .group-banner ul li .number{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .group-banner ul li .number font{
        font-size: 1.125rem;
        padding: 0 0.3rem;
    }
    .group-banner ul li .name{
        font-size: 1.125rem;
        line-height: 2rem;
    }
    .group-banner .text{
        margin-top: 0.625rem;
    }

    
    .group-video .video{
        margin-top: 3rem;
    }
    .group-video .more .group-btn{
        padding: 1rem 2.4rem;
    }

    .group-av ul li{
        margin-top: 3rem;
    }
    .group-av ul li .text{
        margin-top: 2.5rem;
    }
    .group-av ul li .title{
        font-size: 1.2rem;
    }
    .group-av ul li .desc{
        margin-top: 1.5rem;
        line-height: 1.5;
    }



    .group-aff ul li{
        margin-top: 3rem;
    }
    .group-aff ul li .title{
        font-size: 1.125rem;
    }
    .group-aff ul li .left{
        padding-right: 12rem;
    }
    .group-aff ul li .left p{
        font-size: 0.875rem;
    }
    .group-aff ul li .more a{
        padding: 0.75rem 1.25rem;
    }


    .group-bus{
        padding: 3rem 0 6rem 0;
    }
    .group-bus ul li .text .title{
        font-size: 1.125rem;
        line-height: 1.25;
    }
    .group-bus ul li{
        margin-top: 3rem;
    }

   

}

@media(max-width:1024px) {


    .group-banner ul li .number {
        font-size: 2rem;
        line-height: 2rem;
    }
    .group-banner ul li{
        padding: 2.25rem 0;
    }
    .group-banner ul li .count:before{
        height: 4px;
    }


    .group-video .more .group-btn {
        padding: 0.75rem 1.5rem;
    }



    .group-aff ul li .more a {
        padding: 0.625rem 1rem;
    }


    .group-av {
        background-size: auto 50%;
    }
    .group-av ul li{
        width: 48.5%;
        max-width: 48.5%;
    }
    .group-av ul li .img_pic{
        width: 80%;
    }
    .group-av ul li .linee:before{
        width: 86%;
        padding-top: 86%;
    }


    .group-aff ul li .text{
        padding: 1.2rem;
    }
    .group-aff ul li .desc{
        margin-top: 0.5rem;
    }
    .group-aff ul li .left{
        padding-right: 10rem;
    }

    .group-bus ul li{
        max-width: 31%;
        margin-top: 2rem;
    }

}   


@media(max-width:768px) {

    .group-video,.group-av,.group-aff,.group-banner{
        padding: 2rem 0;
    }
    .group-bus{
        padding: 2rem 0 4rem 0;
    }

    .group-video h1,.group-av h1,.group-aff h1,.group-bus h1{
        font-size: 1.3rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .group-banner ul li{
        padding: 1.25rem 0;
    }
    .group-banner ul li .number {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .group-banner ul li .number font {
        font-size: 0.875rem;
        padding: 0 0.3rem;
    }
    .group-banner ul li .name{
        font-size: 0.875rem;
        line-height: 1.2rem;
    }

    .group-video .desc{
        margin-top: 1rem;
        line-height: 1.625rem;
    }
    .group-video .more{
        margin-top: 2rem;
    }
    .group-video .video{
        margin-top: 2rem;
    }

    .group-video .more .group-btn{
        font-size: 0.875rem;
    }

    .group-av ul li{
        margin-top: 2rem;
    }
    .group-av ul li .text{
        margin-top: 1.5rem;
    }
    .group-av ul li .title{
        font-size: 12px;
        font-weight: 700;
        line-height: 1.32;
    }
    .group-av ul li .desc{
        margin-top: 7px;
        font-size: 12px;
        line-height: 20px;
    }


    .group-bus h1 {
        margin-bottom: 0.5rem;
    }
    .group-aff ul li{
        margin-top: 2rem;
    }
    .group-aff ul li .left{
        padding-right: 0;
    }
    .group-aff ul li .text{
        padding: 0.75rem;
    }
    .group-aff ul li .more{
        width: 100%;
        float: left;
        position: inherit;
        right: inherit;
        top: inherit;
        transform:inherit;
        margin-top: 1rem;
    }
    .group-aff ul li .more a{
        font-size: 0.875rem;
    }

    .group-bus ul li .text .title{
        font-size: 1rem;
    }
    .group-bus ul li {
        width: 49%;
        max-width: 49%;
        margin-top:1.5rem;
    }
    
    .group-bus ul li .img, .group-bus ul li .img img{
        width: 60px;
        height: 60px;
    }
    .group-bus ul li .text{
        width: calc(100% - 4.2rem);
    }
    .group-bus ul li .text .title{
        font-size: 0.875rem;
        line-height: 1rem;
        margin-bottom:0.2rem;
    }
    .group-bus ul li .text .desc{
        line-height: 0.875rem;
    }

}


@media(max-width:640px) {
    
    
    .group-banner ul li{
        padding: 0.625rem 0 1rem 0;
    }
    .group-banner ul li .name{
        font-size: 0.75rem;
    }
    
    .group-aff ul li{
        width: 100%;
    }
    
    /*.group-bus ul li{
        max-width: 90%;
    }*/
    
    
}


