.banner{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.8rem;
}
.top{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.top .top-le{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
    font-weight: bold;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}
.overview{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.overview .ove-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}
.ove-box .ove-le{
    width: 100%;
    height: 5.4rem;
}
.ove-box .ove-ri{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.ove-ri .ove-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.34rem;
    text-align: center;
    margin-top: 0.25rem;
}
.ove-ri .ove-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.1rem;
}
.ove-span .ove-address{
    margin-left: 0.5rem;
}
.ove-ri .ove-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
    margin-top: 0.1rem;
    text-indent: 2em;
    text-align: justify;
}
.ove-ri .ove-btn{
    width: 100%;
    height: 0.6rem;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.ove-btn .btn{
    width: 3.3rem;
    height: 0.6rem;
    display: flex;

    padding-left: 0.9rem;
    box-sizing: border-box;
    cursor: pointer;
    background: #6da288;
    border-radius: 0.05rem;
}
.btn .btn-img{
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.1rem;
}
.btn .btn-span{
    width: auto;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.6rem;
    margin-left: 0.2rem;
}


.arrange{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8faf9;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.arrange .arr-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}
.arr-box .arr-item{
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid #eeeeee;

}
.arr-item .arr-li{
    width: 1.5rem;
    height: auto;
    background: #6da288;
    font-size: 0.24rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 0.34rem;
    border-right: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.13rem 0;
}
.arr-item .arr-li:last-child{
    width: 4.1rem;
    border: none;
}
.arr-item:nth-of-type(n+2) .arr-li{
    background: #ffffff;
    font-size: 0.22rem;
    font-weight: 400;
    color: #333333;
}
.arr-item:last-child{
    border-bottom: 0;
}

.open{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.open .open-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0.3rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
    background: #f8faf9;
}
.open-box .open-le{
    width: 100%;
    height: 2.4rem;
}
.open-box .open-ri{
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    padding: 0.22rem 0;
    box-sizing: border-box;
}
.open-ri .open-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    /*font-weight: bold;*/
    color: #333333;
    text-align: center;
    line-height: 0.34rem;
}
.open-ri .open-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.22rem;
    color: #666666;
    text-align: center;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}
.open-ri .open-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.18rem;
    text-align: justify;
    padding: 0 0.1rem;
    box-sizing: border-box;
    text-align: justify;
}

.exhibition{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.exhibition .exh-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.exh-box .exh-le{
    width: 600px;
    height: 200px;
    position: absolute;
    top: 40px;
    right: 0;
}
.exh-box .exh-ri{
    width: 800px;
    height: 515px;background: #f8faf9;
    overflow: hidden;
    padding: 0 240px 0 40px;
    box-sizing: border-box;
}
.exh-ri .exh-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
    margin-top: 35px;
}
.exh-ri .exh-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}
.exh-ri .exh-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 18px;
    text-align: justify;
}


.major{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.major .maj-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.maj-box .maj-le{
    width: 600px;
    height: 200px;
    position: absolute;
    top: 40px;
    left: 0;
}
.maj-box .maj-ri{
    width: 800px;
    height: 280px;background: #f8faf9;
    float: right;
    overflow: hidden;
    padding: 0 40px 0 220px;
    box-sizing: border-box;
}
.maj-ri .maj-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
    margin-top: 35px;
}
.maj-ri .maj-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}
.maj-ri .maj-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 18px;
    text-align: justify;
}

.communication{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.communication .com-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.com-box .com-le{
    width: 600px;
    height: 200px;
    position: absolute;
    top: 40px;
    right: 0;
}
.com-box .com-ri{
    width: 800px;
    height: 280px;background: #f8faf9;
    overflow: hidden;
    padding: 0 220px 0 20px;
    box-sizing: border-box;
}
.com-ri .com-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
    margin-top: 35px;
}
.com-ri .com-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}
.com-ri .com-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 18px;
    text-align: justify;
}


.closing{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.closing .clo-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.clo-box .clo-le{
    width: 600px;
    height: 200px;
    position: absolute;
    top: 40px;
    left: 0;
}
.clo-box .clo-ri{
    width: 800px;
    height: 280px;background: #f8faf9;
    float: right;
    overflow: hidden;
    padding: 0 20px 0 210px;
    box-sizing: border-box;
}
.clo-ri .clo-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
    margin-top: 35px;
}
.clo-ri .clo-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}
.clo-ri .clo-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 18px;
    text-align: justify;
}