


#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
    height: 100vh;
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: calc(100vh - 61px);
    height: 100vh;
}

#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%;
    height:100vh;
    cursor: pointer;
}
.banner .swiper-containerbanner {
    width: 100%;
   height:100vh;
}  
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6B5D4B;
}

.introduction-box{
    height: 3.854rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F5F1;
}
.introduction-box .introduction-text{
    width: 6.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index-title{
   font-size:0.24rem ;
   color: #836448;
   font-weight: 500;
   border-bottom: 0.021rem solid #75A78E;
   display: inline;
   margin-top: 0;
}

.introduction-box .introduction-text .text{
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0.276rem;
}

.introduction-box .introduction-text .img{
    width: 3.125rem;
}
.introduction-box .introduction-text img{
    width: 100%;
}





.introduction-box .introduction-text .text .content p{
    font-size: 0.083rem;
    line-height: 0.125rem;
    color: #3D3D3D;
    opacity: 0.8;
}

.other{
    background: #EFEBE3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 0.625rem;
}

.other .team{
     width: 6.25rem;
     display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:0.625rem ;
}
.other .team .teamlist{
    width: 100%;
   display: flex;
   flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.228rem;
}
.other .team .teamlist .item{
    width: 1.979rem;
    height: 1.458rem;
    position: relative;
    cursor: pointer;

}
.other .team .teamlist .item img{
    width: 1.979rem;
    height: 1.458rem;
}

.other .team .teamlist .item .title{
    height: 0.3125rem;
    text-align: center;
    background: #836448;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.other .team .teamlist .item .title h2{
    text-align: center;
    font-size: 0.125rem;
    color: #FFFFFF;
    line-height: 0.125rem;
}


.other .team .teamlist .item .content h2{
    text-align: center;
    font-weight: 400;
}
.other .team .teamlist .item .content{
    opacity: 0;
    position: absolute;
    bottom:0;
    left: 0;
    font-size: 0.083rem;
    width: 1.979rem;
    height: 0;
    background: rgba(131, 100, 72, 0.9);
    color: #FFFFFF;
    padding: 0.104rem;
    overflow: hidden;
    visibility: hidden;
    transition: height 0.8s ease;
}

.other .team .teamlist .item:hover .content {
    opacity: 1; 
    visibility: visible; 
    height: 1.458rem;

}

.other .team .teamlist .item:hover .title{
    opacity: 0;
}

.other .new{
     width: 6.25rem;
     display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:0.625rem ;
}

.other .new .newlist{
    width: 100%;
   display: flex;
   flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.228rem;
    flex-direction: row;
}
.other .new .newlist .left{
    width: 3.125rem;

}
.other .new .newlist .right {
    padding: 0.354rem 0.365rem 0.354rem 0.208rem;
    width: 3.333rem;
    height: 2.5rem;
    background: #F7F5F1;
    margin-left: -0.417rem;
    position: relative;
}
.other .new .newlist .right h2{
    font-size: 0.125rem;
    color: #525251;
}
.other .new .newlist .right .desc{
    font-size: 0.083rem;
    color: #525251;
}

.other .new .newlist .right .bottom{
    font-size: 0.083rem;
    color: rgba(82, 82, 81, 0.6);
    position: absolute;
    bottom: 0.2604rem;
}
.other .new .newlist .right .bottom p{
    margin-bottom: 0.0521rem;
}
.other .new .newlist .right .bottom a{
    font-size: 0.083rem;
    color: rgba(82, 82, 81, 0.6);
    text-decoration:none;
}

.other .new .newlist .right .bottom img{
        width: 0.0417rem;
    height: 100%;
    margin-left: 0.0521rem;
}

.new .swiper-containernew {
    width: 100%;
   height:100%;
} 

.new .swiper-button-nextnew{
    background-image: url("/assets/img/lbjt.png");
    right: 0.15625rem;
    left: auto;
}


@media (max-width: 600px) {
    
    #mainbody{
        height: 300px;
    }
    .banner{
        height: 300px;
    }
    
    .banner .swiper-containerbanner {
    width: 100%;
        height: 300px;
    }
    .introduction-box{
        height: 745px;
    }
    .introduction-box .introduction-text {
    width: 100%;
    padding: 0 20px;
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.introduction-box .introduction-text .img {
    width: 100%;
}
.introduction-box .introduction-text .text {
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
}

.other .new {
    width: 100vw;
}

.other .new .newlist .left {
    width: 170px;
}

.new .swiper-button-nextnew{
    background-size: 50% 50%;
}



}








