.sub-banner-section {
    overflow: hidden;
    margin-bottom: 32px;
}

.sub-banner-section img {
    width: 100%;
}

.main-section .left-tabwrap {
    width: 213px;
    float: left;
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    /* padding: 30px 0; */
    padding-bottom: 70px;
    margin-bottom: 60px;
}

.page-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 22px;
}

.page-title .txt {
    position: relative;
    display: inline-block;
    padding: 32px 0px 26px 00px;
}

.page-title .txt:after {
    content: "";
    position: absolute;
    width: 135%;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #429fff;
}

.tab-ul-wrap .a-alink {
    padding: 16px 0;
}

.tab-ul-wrap .item {
    text-align: center;
    font-size: 18px;
    color: #000000;
    position: relative;
    border-left: 3px solid transparent;
    /* text-align: right; */
    /* padding-right: 60px; */
}

.tab-ul-wrap .item.cur {
    color: #419fff;
    background: white;
    border-left: 3px solid #419fff;
}

.tab-ul-wrap .item.cur:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #ffffff;
    z-index: 100;
}

.right-content-wrap {
    float: right;
    width: 930px;
    margin-bottom: 120px;
}



.inner-cont-itemwrap {
    display: block;
}

.inner-cont-itemwrap.cur {
    display: block;
}

.inner-cont-itemwrap .info-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 44px;
}

.cont-item-maintitle {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 36px;
}

.right-content-wrap .imgbox {
    text-align: center;
    overflow: hidden;
}

.inner-cont-itemwrap-1 .imgbox {
    margin-bottom: 60px;
}

.inner-cont-itemwrap-1 .imgbox img {
    display: block;
    margin: 0 auto;
}

.inner-cont-itemwrap-1 .desc-box {
    margin-bottom: 68px;
}

.desc-box .desc-p {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.8;
    text-indent: 2em;
}

.sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #419fff;
    margin-top: 30px;
    /* padding-left: 10px; */
    margin-bottom: 38px;
}

.inner-cont-itemwrap-3 .desc-box .desc-p {
    text-indent: 0em;
}

.inner-cont-itemwrap-3 .imgbox-ul .item {
    float: left;
    width: 457px;
    height: 285px;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 22px;
}

.inner-cont-itemwrap-3 .imgbox-ul .item:nth-of-type(2n) {
    margin-right: 0;
}

.width-parent .imgbox img {
    width: 100%;
}

.inner-cont-itemwrap-2 .l-part {
    width: 378px;
    float: left;
    overflow: hidden;
}

.inner-cont-itemwrap-2 .r-part {
    width: 528px;
    float: right;
}

.join-wrap {
    margin-top: 40px;
    padding-left: 40px;
}

.join-wrap .desc {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 22px;
}

.desc-ul .item {
    position: relative;
    color: #4f4f4f;
    margin-bottom: 16px;
    line-height: 1.6;
}

.desc-ul .item:before {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    background: #4f4f4f;
    top: -2px;
    border-radius: 50%;
    content: "";
    margin-right: 9px;
}

.sub-title.gray {
    color: #5c5c5c;
}
.sub-logo {
    margin-top: 10px;
    border-bottom: 2px solid #429fff;
}


@media screen and (max-width:768px) {
    .right-content-wrap {
        float: none;
        width: 100%;
        margin-bottom: 1rem;
    }
    .cont-item-maintitle {
        font-size: .36rem;
        margin-top: .6rem;
        margin-bottom: .4rem;
    }
    .desc-box .desc-p {
        font-size: .28rem;
    }
    .inner-cont-itemwrap {
        display: block
    }
    .inner-cont-itemwrap-2 .r-part {
        width: 100%;
        float: none;
    }
    .desc-ul .item {
        margin-bottom: .2rem;
    }
    .join-wrap .desc {
        font-size:.28rem;
        margin-bottom:.28rem;
    }
    .join-wrap {
        margin-top:.48rem;
        padding-left: .22rem;
    }
    .inner-cont-itemwrap .sub-title{
        border-left: none !important;
        font-size: 0.36rem !important;
    }
    .right-content-wrap>.main-t.sub-title{
        color: #626262 !important;
    }
    .inner-cont-itemwrap-1 .imgbox {
        margin-bottom:.48rem;
    }

}