.vip table {
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

.vip .top {
    height: 160px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f9fcff;
}

.vip .top .contact {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #01509f;
    width: 88px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: solid 1px #01509f;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.vip .top .contact:hover {
    background-color: #01509f;
    color: #fff;
}

.vip .col {
    border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    text-align: center;
}

.vip .col2 {
    width: 498px;
}

.vip .col3 {
    background-color: #f0f8ff;
}

.vip .col4 {
    background-color: #e4f2ff;
}

.vip .col5 {
    background-color: #c9e4ff;
}

.vip .title {
    font-size: 14px;
    font-weight: bold;
}

.vip .content {
    font-size: 14px;
    color: #666;
    text-align: left;
    padding: 20px 25px;
}

.vip .bg {
    background-color: #f8fafc;
}

.mode .box .item {
    position: relative;
}

.mode .box .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.7);
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.mode .box .item.left:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/pro1.jpg) no-repeat center;
    background-size: cover;
}

.mode .box .item.right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/pro2.jpg) no-repeat center;
    background-size: cover;
}

.mode .box .item.cur:before {
    background-color: rgba(1, 80, 159, .7);
}

.process .tabs .tab.cur {
    color: #01509f;
}

@media screen and (min-width: 1400px) {
    .vip {
        margin-top: 70px;
    }

    .vip h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .vip h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .vip table {
        width: 1199px;
    }

    .service {
        margin-top: 80px;
        padding: 80px 0;
        background-color: #f7f9fc;
    }

    .service h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 0;
        line-height: 1.2;
    }

    .service h4 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 10px 0 50px;
        line-height: 1.2;
    }

    .service .box {
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #eee;
        padding-bottom: 60px;
    }

    .service .items {
        padding: 40px 40px 0 40px;
    }

    .service .item {
        margin: 20px;
        width: 140px;
    }

    .service .item p {
        font-size: 22px;
        color: #333;
        margin-top: 15px;
        line-height: 30px;
        height: 60px;
    }

    .service .tip {
        font-size: 14px;
        color: #666;
        margin: 30px 0 0 85px;
    }

    .service .tip img {
        margin-right: 5px;
    }

    .tax {
        margin: 70px 0;
    }

    .tax h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .tax h3 {
        width: 870px;
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .tax dl {
        border: solid 1px #eee;
        border-radius: 20px;
        width: 28%;
        padding: 23px;
        margin-top: 30px;
    }

    .tax dl dt {
        font-size: 22px;
    }

    .tax dl dd {
        font-size: 17px;
        color: #999;
        margin-top: 15px;
        line-height: 30px;
    }

    .shareholding {
        padding: 70px 0;
        background-color: #f7f9fc;
    }

    .shareholding h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .shareholding h3 {
        width: 815px;
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 0;
        line-height: 1.2;
    }

    .shareholding p {
        font-size: 18px;
        line-height: 1.8;
        color: #999;
        text-indent: 2em;
        margin-top: 70px;
    }

    .shareholding img {
        border-radius: 20px;
        margin-left: 60px;
        margin-top: 55px;
        width: 452px;
        height: 297px;
    }

    .process h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
        margin-top: 70px;
    }

    .process h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .process .tabs {
        width: 640px;
        margin: 0 auto;
        border-bottom: solid 1px #eee;
    }

    .process .tabs .tab {
        font-size: 22px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .process .tabs .tab::after {
        content: "";
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #01509f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: width 0.3s ease;
    }

    .process .tabs .tab.cur::after {
        width: 100%;
    }

    .process .tab-content {
        display: none;
        margin-top: 54px;
    }

    .process .tab-content.cur {
        display: block;
    }

    .process .tab-content .item {
        width: 195px;
    }

    .process .tab-content .item .circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: solid 1px #eee;
        background-color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .process .tab-content .item .circle .img1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle .img2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle span {
        display: block;
        text-align: center;
        font-size: 22px;
        color: #999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: auto;
        transition: color 0.3s ease;
    }

    .process .tab-content .item p {
        font-size: 18px;
        color: #999;
        margin-top: 20px;
        text-align: center;
        line-height: 1.4;
        height: 120px;
        transition: color 0.3s ease;
    }

    .process .tab-content .arrow {
        width: 28px;
        height: 15px;
        margin: 70px 20px 0;
    }

    .process .tab-content .item:hover .circle {
        background-color: #01509f;
        border-color: #01509f;
    }

    .process .tab-content .item:hover p {
        color: #01509f;
    }

    .process .tab-content .item:hover .circle .img1 {
        top: -80px;
    }

    .process .tab-content .item:hover .circle .img2 {
        top: 30px;
    }

    .process .tab-content .item:hover .circle span {
        color: #fff;
    }

    .process .btn {
        display: block;
        width: 184px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #01509f;
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        transition: all 0.3s ease;
    }

    .process .btn:hover {
        background-color: #fff;
        border-color: #01509f;
        color: #01509f;
    }

    .mode {
        padding: 75px 0;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

    .mode h2 {
        font-size: 48px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .mode h3 {
        font-size: 24px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .mode .box {
        height: 443px;
        border-radius: 20px;
        overflow: hidden;
    }

    .mode .box .item {
        width: 32.5%;
        transition: width 0.3s ease;
    }

    .mode .box .item h4 {
        position: absolute;
        font-weight: normal;
        color: #fff;
        font-size: 24px;
        transition: all 0.3s ease;
        cursor: pointer;
        left: 120px;
        top: 200px;
        z-index: 5;
    }

    .mode .box .item ul {
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 90px;
        left: 125px;
        z-index: 5;
    }

    .mode .box .item li {
        font-size: 18px;
        color: #fff;
        margin-top: 30px;
        position: relative;
    }

    .mode .box .item li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 6px;
        left: -25px;
    }

    .mode .box .item li:after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: -22px;
    }

    .mode .box .item li:last-child:after {
        display: none;
    }

    .mode .box .item li i {
        font-size: 20px;
        margin-right: 10px;
    }

    .mode .box .item.cur {
        width: 67.5%;
    }

    .mode .box .item.cur h4 {
        line-height: 1.2;
        left: 100px;
        top: 55px;
    }

    .mode .box .item.cur ul {
        opacity: 1;
    }

}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .vip {
        margin-top: 70px;
    }

    .vip h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .vip h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .vip table {
        width: 999px;
    }

    .service {
        margin-top: 80px;
        padding: 80px 0;
        background-color: #f7f9fc;
    }

    .service h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 0;
        line-height: 1.2;
    }

    .service h4 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 10px 0 50px;
        line-height: 1.2;
    }

    .service .box {
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #eee;
        padding-bottom: 40px;
    }

    .service .items {
        padding: 30px 10px 0 10px;
    }

    .service .item {
        margin: 10px;
        width: 140px;
    }

    .service .item p {
        font-size: 22px;
        color: #333;
        margin-top: 15px;
        line-height: 30px;
        height: 60px;
    }

    .service .tip {
        font-size: 14px;
        color: #666;
        margin: 30px 0 0 45px;
    }

    .service .tip img {
        margin-right: 5px;
    }

    .tax {
        margin: 60px 0;
    }

    .tax h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .tax h3 {
        width: 870px;
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .tax dl {
        border: solid 1px #eee;
        border-radius: 20px;
        width: 27%;
        padding: 23px;
        margin-top: 30px;
    }

    .tax dl dt {
        font-size: 20px;
    }

    .tax dl dd {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
        line-height: 1.4;
    }

    .shareholding {
        padding: 70px 0;
        background-color: #f7f9fc;
    }

    .shareholding h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .shareholding h3 {
        width: 815px;
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 0;
        line-height: 1.2;
    }

    .shareholding p {
        font-size: 16px;
        line-height: 1.6;
        color: #999;
        text-indent: 2em;
        margin-top: 70px;
    }

    .shareholding img {
        border-radius: 20px;
        margin-left: 60px;
        margin-top: 55px;
        width: 452px;
        height: 297px;
    }

    .process h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
        margin-top: 70px;
    }

    .process h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .process .tabs {
        width: 640px;
        margin: 0 auto;
        border-bottom: solid 1px #eee;
    }

    .process .tabs .tab {
        font-size: 22px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .process .tabs .tab::after {
        content: "";
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #01509f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: width 0.3s ease;
    }

    .process .tabs .tab.cur::after {
        width: 100%;
    }

    .process .tab-content {
        display: none;
        margin-top: 54px;
    }

    .process .tab-content.cur {
        display: block;
    }

    .process .tab-content .item {
        width: 195px;
    }

    .process .tab-content .item .circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: solid 1px #eee;
        background-color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .process .tab-content .item .circle .img1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle .img2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle span {
        display: block;
        text-align: center;
        font-size: 22px;
        color: #999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: auto;
        transition: color 0.3s ease;
    }

    .process .tab-content .item p {
        font-size: 18px;
        color: #999;
        margin-top: 20px;
        text-align: center;
        line-height: 1.4;
        height: 120px;
        transition: color 0.3s ease;
    }

    .process .tab-content .arrow {
        width: 28px;
        height: 15px;
        margin: 70px 20px 0;
    }

    .process .tab-content .item:hover .circle {
        background-color: #01509f;
        border-color: #01509f;
    }

    .process .tab-content .item:hover p {
        color: #01509f;
    }

    .process .tab-content .item:hover .circle .img1 {
        top: -80px;
    }

    .process .tab-content .item:hover .circle .img2 {
        top: 30px;
    }

    .process .tab-content .item:hover .circle span {
        color: #fff;
    }

    .process .btn {
        display: block;
        width: 184px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #01509f;
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        transition: all 0.3s ease;
    }

    .process .btn:hover {
        background-color: #fff;
        border-color: #01509f;
        color: #01509f;
    }

    .mode {
        padding: 50px 0;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

    .mode h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .mode h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .mode .box {
        height: 443px;
        border-radius: 20px;
        overflow: hidden;
    }

    .mode .box .item {
        width: 32.5%;
        transition: width 0.3s ease;
    }

    .mode .box .item h4 {
        position: absolute;
        font-weight: normal;
        color: #fff;
        font-size: 24px;
        transition: all 0.3s ease;
        cursor: pointer;
        left: 90px;
        top: 200px;
        z-index: 5;
    }

    .mode .box .item ul {
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 90px;
        left: 100px;
        z-index: 5;
    }

    .mode .box .item li {
        font-size: 18px;
        color: #fff;
        margin-top: 30px;
        position: relative;
    }

    .mode .box .item li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 6px;
        left: -25px;
    }

    .mode .box .item li:after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: -22px;
    }

    .mode .box .item li:last-child:after {
        display: none;
    }

    .mode .box .item li i {
        font-size: 20px;
        margin-right: 10px;
    }

    .mode .box .item.cur {
        width: 67.5%;
    }

    .mode .box .item.cur h4 {
        line-height: 1.2;
        left: 70px;
        top: 55px;
    }

    .mode .box .item.cur ul {
        opacity: 1;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .vip {
        margin-top: 70px;
    }

    .vip h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .vip h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 60px;
        line-height: 1.2;
    }

    .service {
        margin-top: 80px;
        padding: 80px 0;
        background-color: #f7f9fc;
    }

    .service h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 0;
        line-height: 1.2;
    }

    .service h4 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 10px 0 50px;
        line-height: 1.2;
    }

    .service .box {
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #eee;
        padding-bottom: 40px;
    }

    .service .items {
        padding: 30px 10px 0 10px;
    }

    .service .item {
        margin: 10px;
        width: 130px;
    }

    .service .item p {
        font-size: 20px;
        color: #333;
        margin-top: 15px;
        line-height: 30px;
        height: 60px;
    }

    .service .tip {
        font-size: 14px;
        color: #666;
        margin: 30px 0 0 45px;
    }

    .service .tip img {
        margin-right: 5px;
    }

    .tax {
        margin: 60px 0;
    }

    .tax h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .tax h3 {
        width: 870px;
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .tax dl {
        border: solid 1px #eee;
        border-radius: 20px;
        width: 27%;
        padding: 23px;
        margin-top: 30px;
    }

    .tax dl dt {
        font-size: 20px;
    }

    .tax dl dd {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
        line-height: 1.4;
    }

    .shareholding {
        padding: 50px 0;
        background-color: #f7f9fc;
    }

    .shareholding h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .shareholding h3 {
        width: 815px;
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 0;
        line-height: 1.2;
    }

    .shareholding p {
        font-size: 16px;
        line-height: 1.6;
        color: #999;
        text-indent: 2em;
        margin-top: 70px;
    }

    .shareholding img {
        border-radius: 20px;
        margin-left: 60px;
        margin-top: 55px;
        width: 452px;
        height: 297px;
    }

    .process h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
        margin-top: 70px;
    }

    .process h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .process .tabs {
        width: 640px;
        margin: 0 auto;
        border-bottom: solid 1px #eee;
    }

    .process .tabs .tab {
        font-size: 22px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .process .tabs .tab::after {
        content: "";
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #01509f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: width 0.3s ease;
    }

    .process .tabs .tab.cur::after {
        width: 100%;
    }

    .process .tab-content {
        display: none;
        margin-top: 54px;
    }

    .process .tab-content.cur {
        display: block;
    }

    .process .tab-content .item {
        width: 195px;
    }

    .process .tab-content .item .circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: solid 1px #eee;
        background-color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .process .tab-content .item .circle .img1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle .img2 {
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle span {
        display: block;
        text-align: center;
        font-size: 22px;
        color: #999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        margin: auto;
        transition: color 0.3s ease;
    }

    .process .tab-content .item p {
        font-size: 18px;
        color: #999;
        margin-top: 20px;
        text-align: center;
        line-height: 1.4;
        height: 120px;
        transition: color 0.3s ease;
    }

    .process .tab-content .arrow {
        width: 28px;
        height: 15px;
        margin: 70px 20px 0;
    }

    .process .tab-content .item:hover .circle {
        background-color: #01509f;
        border-color: #01509f;
    }

    .process .tab-content .item:hover p {
        color: #01509f;
    }

    .process .tab-content .item:hover .circle .img1 {
        top: -80px;
    }

    .process .tab-content .item:hover .circle .img2 {
        top: 30px;
    }

    .process .tab-content .item:hover .circle span {
        color: #fff;
    }

    .process .btn {
        display: block;
        width: 184px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #01509f;
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        transition: all 0.3s ease;
    }

    .process .btn:hover {
        background-color: #fff;
        border-color: #01509f;
        color: #01509f;
    }

    .mode {
        padding: 50px 0;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

    .mode h2 {
        font-size: 40px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .mode h3 {
        font-size: 22px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .mode .box {
        height: 443px;
        border-radius: 20px;
        overflow: hidden;
    }

    .mode .box .item {
        width: 32.5%;
        transition: width 0.3s ease;
    }

    .mode .box .item h4 {
        position: absolute;
        font-weight: normal;
        color: #fff;
        font-size: 24px;
        transition: all 0.3s ease;
        cursor: pointer;
        left: 90px;
        top: 200px;
        z-index: 5;
    }

    .mode .box .item ul {
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 90px;
        left: 75px;
        z-index: 5;
    }

    .mode .box .item li {
        font-size: 18px;
        color: #fff;
        margin-top: 30px;
        position: relative;
    }

    .mode .box .item li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 6px;
        left: -25px;
    }

    .mode .box .item li:after {
        content: '';
        width: 1px;
        height: 25px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: -22px;
    }

    .mode .box .item li:last-child:after {
        display: none;
    }

    .mode .box .item li i {
        font-size: 20px;
        margin-right: 10px;
    }

    .mode .box .item.cur {
        width: 67.5%;
    }

    .mode .box .item.cur h4 {
        line-height: 1.2;
        left: 50px;
        top: 55px;
    }

    .mode .box .item.cur ul {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .vip {
        margin-top: 70px;
    }

    .vip h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .vip h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 40px;
        line-height: 1.2;
    }

    .service {
        margin-top: 60px;
        padding: 60px 0;
        background-color: #f7f9fc;
    }

    .service h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 0;
        line-height: 1.2;
    }

    .service h4 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 10px 0 50px;
        line-height: 1.2;
    }

    .service .box {
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #eee;
        padding-bottom: 40px;
    }

    .service .items {
        padding: 30px 10px 0 10px;
    }

    .service .item {
        margin: 10px;
        width: 130px;
    }

    .service .item p {
        font-size: 20px;
        color: #333;
        margin-top: 15px;
        line-height: 30px;
        height: 60px;
    }

    .service .tip {
        font-size: 14px;
        color: #666;
        margin: 30px 0 0 30px;
    }

    .service .tip img {
        margin-right: 5px;
    }

    .tax {
        margin: 40px 0;
    }

    .tax h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .tax h3 {
        width: 700px;
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 40px;
        line-height: 1.4;
    }

    .tax dl {
        border: solid 1px #eee;
        border-radius: 20px;
        width: 25%;
        padding: 23px;
        margin-top: 30px;
    }

    .tax dl dt {
        font-size: 18px;
    }

    .tax dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        line-height: 1.4;
    }

    .shareholding {
        padding: 50px 0;
        background-color: #f7f9fc;
    }

    .shareholding h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .shareholding h3 {
        width: 75%;
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 0;
        line-height: 1.2;
    }

    .shareholding p {
        font-size: 14px;
        line-height: 1.4;
        color: #999;
        text-indent: 2em;
        margin-top: 55px;
    }

    .shareholding img {
        border-radius: 20px;
        margin-left: 20px;
        margin-top: 55px;
        width: 320px;
        height: 210px;
    }

    .process h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
        margin-top: 70px;
    }

    .process h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .process .tabs {
        width: 440px;
        margin: 0 auto;
        border-bottom: solid 1px #eee;
    }

    .process .tabs .tab {
        font-size: 18px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .process .tabs .tab::after {
        content: "";
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #01509f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: width 0.3s ease;
    }

    .process .tabs .tab.cur::after {
        width: 100%;
    }

    .process .tab-content {
        display: none;
        margin-top: 30px;
    }

    .process .tab-content.cur {
        display: block;
    }

    .process .tab-content .item {
        width: 195px;
    }

    .process .tab-content .item .circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: solid 1px #eee;
        background-color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .process .tab-content .item .circle .img1 {
        width: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle .img2 {
        width: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: auto;
        transition: color 0.3s ease;
    }

    .process .tab-content .item p {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        text-align: center;
        line-height: 1.4;
        height: 80px;
        transition: color 0.3s ease;
    }

    .process .tab-content .arrow {
        width: 28px;
        height: 15px;
        margin: 50px 20px 0;
    }

    .process .tab-content .item:hover .circle {
        background-color: #01509f;
        border-color: #01509f;
    }

    .process .tab-content .item:hover p {
        color: #01509f;
    }

    .process .tab-content .item:hover .circle .img1 {
        top: -80px;
    }

    .process .tab-content .item:hover .circle .img2 {
        top: 30px;
    }

    .process .tab-content .item:hover .circle span {
        color: #fff;
    }

    .process .btn {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background-color: #01509f;
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        transition: all 0.3s ease;
    }

    .process .btn:hover {
        background-color: #fff;
        border-color: #01509f;
        color: #01509f;
    }

    .mode {
        padding: 50px 0;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

    .mode h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .mode h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .mode .box {
        height: 360px;
        border-radius: 20px;
        overflow: hidden;
    }

    .mode .box .item {
        width: 32.5%;
        transition: width 0.3s ease;
    }

    .mode .box .item.left {
        background: url(../images/pro1.jpg) no-repeat center;
        background-size: cover;
    }

    .mode .box .item.right {
        background: url(../images/pro2.jpg) no-repeat center;
        background-size: cover;
    }

    .mode .box .item h4 {
        position: absolute;
        font-weight: normal;
        color: #fff;
        font-size: 20px;
        transition: all 0.3s ease;
        cursor: pointer;
        left: 60px;
        top: 170px;
        z-index: 5;
    }

    .mode .box .item ul {
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        top: 90px;
        left: 30px;
        z-index: 5;
    }

    .mode .box .item li {
        font-size: 14px;
        color: #fff;
        margin-top: 20px;
        position: relative;
    }

    .mode .box .item li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 6px;
        left: -15px;
    }

    .mode .box .item li:after {
        content: '';
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: -12px;
    }

    .mode .box .item li:last-child:after {
        display: none;
    }

    .mode .box .item li i {
        font-size: 16px;
        margin-right: 10px;
    }

    .mode .box .item.cur {
        width: 67.5%;
    }

    .mode .box .item.cur h4 {
        line-height: 1.2;
        left: 15px;
        top: 55px;
    }

    .mode .box .item.cur ul {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .vip {
        margin-top: 40px;
    }

    .vip h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .vip h3 {
        font-size: 18px;
        color: #666;
        text-align: center;
        font-weight: normal;
        margin: 20px auto 30px;
        line-height: 1.2;
        width: 80%;
    }

    .vip table {
        width: 95%;
        margin: 0 auto;
    }

    .vip .top .contact {
        display: block;
        font-size: 12px;
        width: 70px;
        height: 24px;
        line-height: 24px;
        margin: 20px auto 0;
    }

    .service {
        margin-top: 40px;
        padding: 40px 0;
        background-color: #f7f9fc;
    }

    .service h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .service h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px 0 0;
        line-height: 1.2;
    }

    .service h4 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 10px 0 50px;
        line-height: 1.2;
    }

    .service .box {
        background-color: #fff;
        border-radius: 20px;
        border: solid 1px #eee;
        padding-bottom: 40px;
        width: 95%;
        margin: 0 auto;
    }

    .service .items {
        padding: 30px 10px 0 10px;
    }

    .service .item {
        width: 100px;
        margin-top: 10px;
    }

    .service .item p {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
    }

    .service .tip {
        font-size: 14px;
        color: #666;
        margin: 30px 0 0 10px;
    }

    .service .tip img {
        margin-right: 5px;
    }

    .tax {
        margin: 30px 0;
    }

    .tax h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .tax h3 {
        width: 80%;
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 30px;
        line-height: 1.4;
    }

    .tax .container {
        width: 95%;
        margin: 0 auto;
    }

    .tax dl {
        border: solid 1px #eee;
        border-radius: 20px;
        width: 36%;
        padding: 23px;
        margin-top: 20px;
    }

    .tax dl dt {
        font-size: 18px;
    }

    .tax dl dd {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        line-height: 1.4;
    }

    .shareholding {
        padding: 50px 0;
        background-color: #f7f9fc;
    }

    .shareholding h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .shareholding h3 {
        width: 80%;
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 0;
        line-height: 1.2;
    }

    .shareholding .flex {
        flex-direction: column;
    }

    .shareholding p {
        font-size: 14px;
        line-height: 1.4;
        color: #999;
        text-indent: 2em;
        margin: 30px auto 0;
        width: 95%;
    }

    .shareholding img {
        border-radius: 20px;
        margin: 20px auto 0;
        width: 80%;
    }

    .process h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
        margin-top: 40px;
    }

    .process h3 {
        width: 80%;
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 60px;
        line-height: 1.4;
    }

    .process .tabs {
        width: 95%;
        margin: 0 auto;
        border-bottom: solid 1px #eee;
    }

    .process .tabs .tab {
        font-size: 18px;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }

    .process .tabs .tab::after {
        content: "";
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #01509f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: width 0.3s ease;
    }

    .process .tabs .tab.cur::after {
        width: 100%;
    }

    .process .tab-content {
        display: none;
        margin-top: 30px;
        overflow-x: scroll;
        padding: 0 20px;
    }

    .process .tab-content .flex {
        width: 800px;
    }

    .process .tab-content.cur {
        display: block;
    }

    .process .tab-content .item {
        width: 195px;
    }

    .process .tab-content .item .circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: solid 1px #eee;
        background-color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .process .tab-content .item .circle .img1 {
        width: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: 30px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle .img2 {
        width: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        margin: auto;
        transition: top 0.3s ease;
    }

    .process .tab-content .item .circle span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: auto;
        transition: color 0.3s ease;
    }

    .process .tab-content .item p {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        text-align: center;
        line-height: 1.4;
        height: 80px;
        transition: color 0.3s ease;
    }

    .process .tab-content .arrow {
        width: 28px;
        height: 15px;
        margin: 50px 20px 0;
    }

    .process .tab-content .item:hover .circle {
        background-color: #01509f;
        border-color: #01509f;
    }

    .process .tab-content .item:hover p {
        color: #01509f;
    }

    .process .tab-content .item:hover .circle .img1 {
        top: -80px;
    }

    .process .tab-content .item:hover .circle .img2 {
        top: 30px;
    }

    .process .tab-content .item:hover .circle span {
        color: #fff;
    }

    .process .btn {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background-color: #01509f;
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin: 20px auto 0;
        border: solid 1px #fff;
        transition: all 0.3s ease;
    }

    .process .btn:hover {
        background-color: #fff;
        border-color: #01509f;
        color: #01509f;
    }

    .mode {
        padding: 50px 0;
        background-color: #f7f9fc;
        margin-top: 55px;
    }

    .mode h2 {
        font-size: 36px;
        text-align: center;
        color: #333;
        line-height: 1.2;
    }

    .mode h3 {
        font-size: 18px;
        text-align: center;
        color: #666;
        font-weight: normal;
        margin: 20px auto 40px;
        line-height: 1.4;
    }

    .mode .box {
        width: 95%;
        margin: 0 auto;
        height: 720px;
        border-radius: 20px;
        overflow: hidden;
        flex-direction: column;
    }

    .mode .box .item {
        width: 100%;
        height: 360px;
        transition: width 0.3s ease;
    }

    .mode .box .item.left {
        background: url(../images/pro1.jpg) no-repeat center;
        background-size: cover;
    }

    .mode .box .item.right {
        background: url(../images/pro2.jpg) no-repeat center;
        background-size: cover;
    }

    .mode .box .item h4 {
        position: relative;
        font-weight: normal;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        margin: 30px 0 0 15px;
        z-index: 9;
    }

    .mode .box .item ul {
        position: relative;
        transition: opacity 0.3s ease;
        margin-left: 30px;
        z-index: 9;
    }

    .mode .box .item li {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        position: relative;
        padding-right: 20px;
    }

    .mode .box .item li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 6px;
        left: -15px;
    }

    .mode .box .item li:after {
        content: '';
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        top: 22px;
        left: -12px;
    }

    .mode .box .item li:last-child:after {
        display: none;
    }

    .mode .box .item li i {
        font-size: 16px;
        margin-right: 10px;
    }
}