#body-content {
    width: 1920px;
    background-color: #fafafa;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#banner {
    height: 36.875vw;
    /*left: 50%;*/
    /*margin-left: -960px;*/
    width: 100vw;
}

#banner .img img {
    position: absolute;
    display: none;
    width: 100%;
}

#banner .point {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

#banner .point .current {
    background: #fb797a;
}

#banner .point li {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.intro-box {
    width: 100%;
    height: 753px;
    background: url(../img/index/intro.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.intro-box .intro-name {
    width: 344px;
    height: 163px;
    background: url(../img/index/intro1.png) no-repeat center;
    background-size: contain;
    margin-top: 80px;
    float: left;
}

.intro-box .intro-text {
    width: 340px;
    float: right;
    font-size: 18px;
    color: #135622;
    line-height: 35px;
    margin-top: 80px;
}

.intro-box .intro-text a {
    width: 115px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: right;
    border: 1px solid #0aa23a;
    color: #0AA23A;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
}

.intro-box .intro-text a i {
    border-left: 6px solid #f3c834;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.show-box {
    margin-top: 60px;
    overflow: hidden;
}

.show-box .bt {
    width: 100%;
    height: 305px;
    background: url(../img/index/show_bt.png) no-repeat center;
    background-size: contain;
    margin-top: 100px;
    position: relative;
}

.show-box .bt .img {
    width: 629px;
    height: 682px;
    background: url(../img/index/show_bt_1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -23px;
}

.show-box .title {
    width: 100%;
    height: 88px;
    background: url(../img/index/pt_2.png) no-repeat center;
    background-size: contain;
}

.show-box .list {
    margin: 50px 0 20px;
}

.show-box .more {
    width: 115px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: right;
    border: 1px solid #0aa23a;
    color: #0AA23A;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    margin-right: 200px;
}

.show-box .more i {
    border-left: 6px solid #f3c834;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.show-box li {
    width: 300px;
    height: 300px;
    float: left;
    padding: 0 9px;
    box-sizing: border-box;
}

.show-box li img {
    width: 100%;
    height: 100%;
}

.store-box {
    width: 100%;
    height: 1163px;
    background: url(../img/index/storeBg.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.store-box li {
    margin: 60px 0;
}

.store-box li .line {
    width: 100%;
    height: 2px;
    background: #21a23b;
    margin-top: 44px;
}

.store-box li .item {
    width: 563px;
    text-align: center;
    color: #313131;
    font-size: 18px;
}

.store-box li .item h6 {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    background: linear-gradient(0deg, #71c603, #21a23a);
    border-radius: 5px;
    margin: 0 auto;
    color: #F9F9F9;
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: -21px;
}

.store-box .more {
    width: 115px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: right;
    border: 1px solid #0aa23a;
    color: #0AA23A;
    font-size: 18px;
    margin-top: -20px;
    position: relative;
}

.store-box .more i {
    border-left: 6px solid #f3c834;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 5px;
}

.sever-box {
    width: 100%;
    height: 1075px;
    background: url(../img/index/severBg.png) no-repeat center;
    background-size: contain;
    position: relative;
}

.sever-box .box {
    width: 690px;
    height: 980px;
    background: url(../img/index/stb.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -100px;
    bottom: -100px;
    z-index: 15;
}

.sever-box .container {
    overflow: hidden;
}

.sever-box .title {
    margin-top: 80px;
    height: 127px;
    background: url(../img/index/st.png) no-repeat center;
    background-size: contain;
}

.sever-box li {
    width: 280px;
    height: 356px;
    background: white;
    border-radius: 15px;
    float: left;
    margin: 33px 26px 0 0;
    text-align: center;
}

.sever-box li:nth-child(4n) {
    margin-right: 0;
}

.sever-box li h6 {
    color: #21A23A;
    font-size: 24px;
    margin-bottom: 24px;
}

.sever-box li p {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
    line-height: 28px;
}

.sever-box li .icon {
    width: 128px;
    height: 142px;
    display: inline-block;
    margin: 36px 0 20px;
}

.sever-box li .icon.icon1 {
    background: url(../img/index/st1.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon2 {
    background: url(../img/index/st2.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon3 {
    background: url(../img/index/st3.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon4 {
    background: url(../img/index/st4.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon5 {
    background: url(../img/index/st5.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon6 {
    background: url(../img/index/st6.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon7 {
    background: url(../img/index/st7.png) no-repeat center;
    background-size: contain;
}

.sever-box li .icon.icon8 {
    background: url(../img/index/st8.png) no-repeat center;
    background-size: contain;
}

.join-box {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 22px 0 30px 0;
}

.join-box img {
    width: 100%;
}

.join-box .container > div {
    float: left;
}

.join-box .container > div > div {
    margin-top: 8px;
}

.join-box .join-cen {
    margin: 0 8px;
    overflow: hidden;
}

.join-box .join-cen .join-cen-top div {
    display: inline-block;
}

.join-box .join-cen .join-cen-main {
    margin-top: 6px;
}

.news-box {
    height: 699px;
    background: url(../img/index/newb.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.news-box .title {
    margin-top: 80px;
    height: 45px;
    background: url(../img/index/new1.png) no-repeat center;
    background-size: contain;
    margin: 69px 0 30px;
}

.news-box li {
    width: 575px;
    height: 195px;
    background: white;
    float: left;
    margin: 20px 25px 20px 0;
    overflow: hidden;
    padding: 12px;
    cursor: pointer;
}

.news-box li:nth-child(2n) {
    margin-right: 0;
}

.news-box li .img {
    width: 168px;
    height: 168px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.news-box li .img img {
    width: 100%;
}

.news-box li h6 {
    font-size: 22px;
    color: #313131;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-box li .desc {
    font-size: 12px;
    color: #A0A0A0;
    margin: 13px 0 20px;
}

.news-box li p {
    font-size: 14px;
    color: #535353;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-box li a {
    font-size: 14px;
    color: #0AA23A;
}
