


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
/*        height: calc(100vh - 261px);*/
        height:100vh;
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.banner{
    width: 100%;
    cursor: pointer;
}
.banner .swiper-containerbanner {
    width: 100%;
}  
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6B5D4B;
}

.about{
    width: 100%;
    height:4.1667rem;
    background: url('../img/l/n1.png');
    position: relative;
    background-size: cover;
}

.about .text-box{
    color: #FFFFFF;
    width: 4.78125rem;
    position: absolute;
    bottom: 0.359375rem;
    right: 1.02604167rem;
}
.about .text-box .text{
    
    font-size: 0.125rem;
    margin-bottom: 0.1770833rem;
}
.about .text-box .text-en{
    font-size:0.10417rem ;
}

.why{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why .box{
    width: 6.25rem;
    padding: 0.541667rem 0;
}

.why .box .wb{
    background: url(../img/l/wb.png) 100% 100% no-repeat;
    width: 100%;
    height: 1.0625rem;
    margin: 0.40625rem 0;
    background-size: cover;

}

.why .box .desc-div{
    color: #252525 0.9;
}
.why .box .desc-div .desc-title{
    font-size: 0.125rem;
    margin-bottom: 0.1875rem;
}
.why .box .desc-div .desc-title-en{
    font-size: 0.10417rem;
    line-height: 0.1875rem;
}

.why .box .explanation{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0.28125rem;
  cursor: pointer;
}

.why .box .explanation .ex1{
    background: url('../img/l/ex1b.png');
    background-size: cover;
}

.why .box .explanation .ex2{
    background: url('../img/l/ex2b.png');
    background-size: cover;
}

.why .box .explanation .ex3{
    background: url('../img/l/ex3b.png');
    background-size: cover;
}

.why .box .explanation .item{
    width: 1.979167rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.15625rem 0;
}
.why .box .explanation .item .content{
    box-shadow: 0px 1px 10px 0px rgba(231, 167, 44, 0.3);
    background: #E7A72C;
    border-radius: 0.04167rem;
    width: 1.6667rem;
    min-height: 1.5729167rem;
    display: flex;
}

.why .box .explanation .item .content .text-box{
    color: #FFFFFF;
    display: none;
}

.why .box .explanation .item:hover .img{
    display: none;
}
.why .box .explanation .item:hover .text-box{
    display: block;
}

.why .box .explanation .item .content .text-box .text{
    font-size: 0.125rem;
    text-align: center;
    padding-top: 0.078125rem;
}

.why .box .explanation .item .content .text-box .text-en{
    font-size: 0.104167rem;
    text-align: center;
    padding: 0.14583rem 0.041667rem;
}
.why .box .explanation .item .img{
    width: 100%;
}

.why .box .explanation .item .title{
    color: #FFFFFF;
    margin-top: 0.09375rem;
}

.why .box .explanation .item .title .name{
    text-align: center;
    margin: 0;
    font-size: 0.125rem;
    font-weight: 500;
}
.why .box .explanation .item .title .name-en{
    font-size: 0.09375rem;
    text-align: center;
    margin: 0;
    font-weight: 500;
}



.system{
    background: #FDF9EF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.system .box{
    width: 6.25rem;
    padding: 0.541667rem 0;
}

.system .box .title-box{
    display: flex;
    flex-direction: row;
    margin-top: 0.41667rem;

    border-bottom: 0.0208rem solid #D2D2D2;
    padding-bottom: 0.125rem;
}

.system .box .title-box .item{
    width: 100%;
    color: #252525;
    cursor: pointer;
}
.system .box .title-box .active{
    border-bottom: 0.0208rem solid #E7A72C;
    margin-bottom: -0.140625rem;
    padding-bottom: 0.125rem;
    
}

.system .box .title-box .item .name{
  font-size: 0.15625rem;
  text-align: center;
}

.system .box .title-box .item .name-en{
  font-size: 0.125rem; 
  text-align: center;
}

.system .box  .content-box .item{
  display: none;
}

.system .box  .content-box .active1{
    display: block;
}

.system .box  .content-box .active1 .content{
    padding-top: 0.41667rem;
}

.system .box  .content-box .active1 .content .content-item{
  display: flex;
  flex-direction: row;
  color: #252525;
  justify-content: space-between;
}
.system .box  .content-box .active1 .content .content-item:first-child{
    margin-bottom: 0.3125rem;
}

.system .box  .content-box .active1 .content .content-item:hover{
    background: rgba(30, 76, 42, 0.1);
}

.system .box  .content-box .active1 .content .content-item .right{
    width: 2.03125rem;
}

.system .box  .content-box .active1 .content .content-item .right img{
    width: 100%;
    vertical-align: bottom;
}

.system .box  .content-box .active1 .content .content-item .left{
    padding-left: 0.260417rem;
    padding-top: 0.3125rem;
    width: 65%;
}

.system .box  .content-box .active1 .content .content-item .left .text{
    font-size: 0.125rem;
}
.system .box  .content-box .active1 .content .content-item .left .text-en{
    font-size: 0.1041667rem;
    width: 3.1822917rem;
    padding-top: 0.18229167rem;
}



.system .box  .content-box .active2 .content{
    padding-top: 0.41667rem;
}

.system .box  .content-box .active2 .content .content-item{
  display: flex;
  flex-direction: column;
  color: #252525;
  justify-content: space-between;
}



.system .box  .content-box .active2 .content .content-item .right{
    width: 100%;
    padding-top: 0.3125rem;
}

.system .box  .content-box .active2 .content .content-item .right img{
    width: 100%;
    vertical-align: bottom;
}

.system .box  .content-box .active2 .content .content-item .left{
    padding-left: 0.260417rem;
    
}

.system .box  .content-box .active2 .content .content-item .left .text{
    font-size: 0.125rem;
}
.system .box  .content-box .active2 .content .content-item .left .text-en{
    font-size: 0.1041667rem;
    width: 3.661458rem;
    padding-top: 0.18229167rem;
}



.system .box  .content-box .active3 .content{
    padding-top: 0.41667rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.system .box  .content-box .active3 .content .content-item{
  display: flex;
  flex-direction: column;
  color: #252525;
  justify-content: space-between;
  align-items: center;
  height: 2.48958rem;
}

.system .box  .content-box .active3 .content .content-item h2{
    margin: 0;
    font-weight: 700;
}

.system .box  .content-box .active3 .content .content-item .name{
    font-size: 0.125rem;
}

.system .box  .content-box .active3 .content .content-item .name-en{
    font-size: 0.1041667rem;
}

.system .box  .content-box .active3 .content .content-item img{
    width: 0.96875rem;
}
.system .box  .content-box .active3 .content .content-item .text{
    font-size: 0.125rem;
}

.system .box  .content-box .active3 .content .content-item .text-en{
    font-size: 0.1041667rem;
    text-align: center;
    min-height: 0.40625rem;
}



.system .box  .content-box .active4 .content{
    padding-top: 0.41667rem;
}

.system .box  .content-box .active4 .content .content-item{
  display: flex;
  flex-direction: row;
  color: #252525;
  justify-content: space-between;
  align-items: center;
}

.system .box  .content-box .active4 .content .content-item .right{
    width: 2.29167rem;
    padding-top: 0.3125rem;
}

.system .box  .content-box .active4 .content .content-item .right img{
    width: 100%;
    vertical-align: bottom;
}

.system .box  .content-box .active4 .content .content-item .left{
    padding-left: 0.1041667rem;
    
}

.system .box  .content-box .active4 .content .content-item .left .text{
    font-size: 0.125rem;
    width: 3rem;
    line-height: 40px;
}
.system .box  .content-box .active4 .content .content-item .left .text-en{
    font-size: 0.1041667rem;
    width: 3.385417rem;
    padding-top: 0.18229167rem;
}



.news{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news .box{
    width: 6.25rem;
    padding: 0.541667rem 0;
}

.news .box .list{
    display: flex;
    justify-content: space-between;
    margin-top: 0.33333rem;
    cursor: pointer;
    align-items: stretch;
}

.news .box .list a{
    text-decoration: none;
}

.news .box .list .item {
    width: 1.979167rem;
    border-radius: 0.041667rem;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
    transform: translateY(0);
}

.news .box .list .item:hover{
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.12);
    transform: translateY(-0.05208rem);
}

.news .box .list .item img{
    width: 100%;
    vertical-align: bottom;
}
.news .box .list .item h2{
    margin: 0;
}

.news .box .list .item .title-box{
    padding: 0.15625rem 0.104167rem;
}

.news .box .list .item .title-box .title{
    font-size: 0.125rem;
}

.news .box .list .item .title-box .title-en{
    font-size: 0.104167rem;
    padding-top: 0.17708rem;
}

.news .box .list .items{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.news .box .list .kong{
    width: 1.979167rem;
    height: 2.1875rem;
    background: #1E4C2A;
    color: #FFFFFF;
    border-radius: 0.041667rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .box .list .kong img{
    width: 0.104167rem;
    vertical-align: bottom;
}

.news .box .list .kong .title{
    padding-right: 0.16667rem;
}

.news .box .list .kong .title .name{
    font-size: 0.1875rem;
}

.news .box .list .kong .title .name-en{
    font-size: 0.15625rem;
}










