/*------------------------------banner区域------------------------------*/
.banner{
    position: relative;
    height: 450px;
    background: url("https://cdn.huamux.com/pcimgs/about/banner-bgimg.jpg") center;
    background-size: cover;
}

.banner-center{
    display: flex;
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.banner-center .border{
    width: 30px;
    height: 2px;
    background: #0056b3;
    margin: 20px auto;
}
.banner-center h1{
    font-weight: bold;
    line-height: 48px;
    font-size: 48px;
    letter-spacing: 8px;
}
.banner-center p{
    max-width: 100%;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4px;
}




/*------------------------------了解华慕开始------------------------------*/
.ljhm{
    padding: 5rem 0;
    background: url("https://cdn.huamux.com/pcimgs/about/ljhm-bgimg.png") no-repeat;
    background-size: 480px 340px;
}
.ljhm>.center{
    width: 1200px;
    margin: 0 auto;
}
.ljhm>.center>h2{
    margin-bottom: 2rem;
    line-height: 1.75rem;
    font-size: 1.75rem;
    font-weight: bold;
}


/*----------了解华慕的主体部分----------*/
.ljhm-main{
    display: flex;
    justify-content: space-between;
}

/*内容部分*/
.ljhm-main-content{flex: 1;padding-right: 52px;}
.ljhm-main-content p{
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}
.ljhm-main-content p:first-child~p{margin-top: 1.75rem}

/*图片区域*/
.ljhm-main-imgdiv{
    position: relative;
    width: 520px;
    overflow: hidden;
}
.ljhm-main-imgdiv>div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.ljhm-main-imgdiv>div:after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.ljhm-main-imgdiv img{
    position: relative;
    width: 100%;
    user-select: none;
}


/*----------了解华慕的列表开始----------*/
.ljhm-list{
    display: flex;
    width: 1200px;
    margin: 2.5rem auto 0;
    justify-content: space-between;
}

/*了解华慕的列表的儿子*/
.ljhm-list-child{
    position: relative;
    width: 360px;
    padding: 2.5rem;
    background-color: #fff;
    flex-grow: 1;
    opacity: .6;
    transition: .4s ease-in-out;
}
.ljhm-list-child.active{
    flex-grow: 10000;
    opacity: 1;
    width: 520px;
}
.ljhm-list-child.active:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.ljhm-list-child:nth-child(1).active:after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg1.png")}
.ljhm-list-child:nth-child(2).active:after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg2.png")}
.ljhm-list-child:nth-child(3).active:after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg3.png")}
.ljhm-list-child h3{
    position: relative;
    z-index: 1;
    line-height: 1.75rem;
    font-size: 1.125rem;
}
.ljhm-list-child ul{
    position: relative;
    z-index: 1;
    margin-top: 1.5rem
}
.ljhm-list-child ul li{
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}



/*------------------------------核心价值与文化------------------------------*/
.hxjzywh{
    padding: 5rem 0;
    background-image: linear-gradient(93deg, #F9F9FB 0%, #F2F3F7 100%);
}


/*----------详细说明列表开始----------*/
.hxjzywh-illustrate{
    position: relative;
    display: flex;
    width: 1200px;
    margin: 2.5rem auto 0;
    flex-wrap: wrap;
    overflow: hidden;
}

/*详细说明列表的儿子*/
.hxjzywh-illustrate-child{
    position: relative;
    width: 33.333333%;
    min-height: 180px;
    border-right: 1px solid #f7f8fa;
    border-top: 1px solid #f7f8fa;
    padding: 2.25rem 5rem 0 2.5rem;
    margin-top: -1px;
    overflow: hidden;
    transition: .3s;
}
.hxjzywh-illustrate-child:nth-child(2){width: 66.666667%;}
.hxjzywh-illustrate-child:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.06);
    transform-origin: 50% 50%;
    transition: transform .5s,opacity .5s;
}
.hxjzywh-illustrate-child:first-child:after{background-image: url("https://cdn.huamux.com/pcimgs/about/hxjzywh-illustrate-child-bgimg1.png")}
.hxjzywh-illustrate-child:nth-child(2):after{background-image: url("https://cdn.huamux.com/pcimgs/about/hxjzywh-illustrate-child-bgimg2.png")}
.hxjzywh-illustrate-child:nth-child(3):after{background-image: url("https://cdn.huamux.com/pcimgs/about/hxjzywh-illustrate-child-bgimg3.png")}
.hxjzywh-illustrate-child:nth-child(4):after{background-image: url("https://cdn.huamux.com/pcimgs/about/hxjzywh-illustrate-child-bgimg4.png")}
.hxjzywh-illustrate-child:nth-child(5):after{background-image: url("https://cdn.huamux.com/pcimgs/about/hxjzywh-illustrate-child-bgimg5.png")}
.hxjzywh-illustrate-child h3{
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    align-items: center;
}
.hxjzywh-illustrate-child h3:before{
    content: '';
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1rem;
    background-position: center;
    background-size: cover;
}
.hxjzywh-illustrate-child:nth-child(1) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/you.png")}
.hxjzywh-illustrate-child:nth-child(2) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/kaif.png")}
.hxjzywh-illustrate-child:nth-child(3) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/xx.png")}
.hxjzywh-illustrate-child:nth-child(4) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/biao.png")}
.hxjzywh-illustrate-child:nth-child(5) h3:before{background-image: url("https://cdn.huamux.com/pcimgs/icon/zan.png")}
.hxjzywh-illustrate-child p{
    position: relative;
    z-index: 1;
    margin-top: .75rem;
    line-height: 2;
    font-size: .875rem;
    opacity: .6;
}


/*----------简单说明列表开始----------*/
.hxjzywh-brief{
    display: flex;
    width: 1200px;
    padding: 3rem 0;
    margin: 2rem auto 0;
    background-color: #fff;
    justify-content: space-between;
}
.hxjzywh-brief li{
    flex: 1;
    text-align: center
}
.hxjzywh-brief li img{
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
}



/*------------------------------知识版权区域开始------------------------------*/
.copyright{padding: 60px 0}
.copyright img{
    width: 1200px;
    margin: 30px auto 0;
}


/*----------知识版权的标题开始----------*/
.copyright-title{text-align: center}





/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .banner-center{padding-top: 0.35rem}
body[data-mobile] .banner-center h1{
    margin-bottom: 0;
    line-height: 0.36rem;
    font-size: 0.3rem;
    letter-spacing: 0.08rem;
}
body[data-mobile] .banner-center .border{
    width: 0.5rem;
    height: 0.03rem;
    background: #0056b3;
    margin: 0.2rem auto;
}
body[data-mobile] .banner-center p{
    font-size: 0.16rem;
}
body[data-mobile] .ljhm{padding: 0.4rem 0 0.12rem}
body[data-mobile] .ljhm>.center{
    padding: 0 0.12rem;
    width: auto;
}
body[data-mobile] .ljhm>.center>h2{
    margin-bottom: 0.2rem;
    text-align: center;
    line-height: 0.28rem;
    font-size: 0.24rem;
}
body[data-mobile] .ljhm-main{display: block;}
body[data-mobile] .ljhm-main-content{padding-right: 0}
body[data-mobile] .ljhm-main-content p{
    line-height: 1.75;
    font-size: 0.16rem;
}
body[data-mobile] .ljhm-main-content p:first-child~p{margin-top: 0.1rem}
body[data-mobile] .ljhm-main-imgdiv{
    width: auto;
    height: 3rem;
    margin-top: 0.08rem;
}
body[data-mobile] .ljhm-list{
    width: auto;
    margin-top: 0.12rem;
}
body[data-mobile] .ljhm-list-child{
    flex: 1;
    width: auto;
    border: 1px solid #f7f8fa;
    padding: 0.1rem;
    opacity: 1;
    transition: 0s
}
body[data-mobile] .ljhm-list-child:first-child~li{margin-left: -1px}
body[data-mobile] .ljhm-list-child.active{
    flex-grow: 1;
    width: auto
}
body[data-mobile] .ljhm-list-child:after{display: none;}
body[data-mobile] .ljhm-list-child:nth-child(1):after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg1.png")}
body[data-mobile] .ljhm-list-child:nth-child(2):after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg2.png")}
body[data-mobile] .ljhm-list-child:nth-child(3):after{background-image: url("https://cdn.huamux.com/pcimgs/about/ljhm-list-child-bgimg3.png")}
body[data-mobile] .ljhm-list-child h3{
    line-height: 0.2rem;
    font-size: 0.16rem;
}
body[data-mobile] .ljhm-list-child ul{margin-top: 0.15rem}
body[data-mobile] .ljhm-list-child ul li{
    line-height: 0.18rem;
    font-size: 0.14rem;
}
body[data-mobile] .ljhm-list-child ul li:first-child~li{margin-top: 0.05rem}
body[data-mobile] .hxjzywh{padding: 0.4rem 0 0.12rem;}
body[data-mobile] .hxjzywh-illustrate{
    width: auto;
    margin: 0 auto;
}
body[data-mobile] .hxjzywh-illustrate-child{
    width: 50%;
    min-height: 1rem;
    border-right: 1px solid #f7f8fa;
    border-top: 1px solid #f7f8fa;
    padding: 0.12rem;
}
body[data-mobile] .hxjzywh-illustrate-child:nth-child(2){width: 50%;}
body[data-mobile] .hxjzywh-illustrate-child h3{
    line-height: 0.2rem;
    font-size: 0.16rem;
}
body[data-mobile] .hxjzywh-illustrate-child h3:before{
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}
body[data-mobile] .hxjzywh-illustrate-child p{
    margin-top: 0.1rem;
    line-height: 1.5;
    font-size: 0.14rem;
}
body[data-mobile] .hxjzywh-illustrate-child:last-child{
    width: 100%;
}
body[data-mobile] .hxjzywh-brief{
    width: auto;
    padding: 0.2rem 0;
    margin-top: 0.12rem;
    flex-wrap: wrap;
}
body[data-mobile] .hxjzywh-brief li{
    flex: none;
    width: 33.3333333333%;
}
body[data-mobile] .hxjzywh-brief li:nth-child(3)~li{margin-top: 0.2rem}
body[data-mobile] .hxjzywh-brief li img{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0.1rem;
}
body[data-mobile] .hxjzywh-brief li p{font-size: 0.14rem;}
body[data-mobile] .copyright{padding: 0.4rem 0.12rem;}
body[data-mobile] .copyright .common-title{margin-bottom: 0.15rem}
body[data-mobile] .copyright img{
    width: 100%;
    margin-top: 0;
}










