/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.zhcs-lj {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhcs-lj>li {
    padding: .2rem;

}

.zhcs-lj>li+li::before {
    content: '';
    display: inline-block;
    background: url(../images/Slash.png);
    width: .23rem;
    height: .48rem;
    position: absolute;
    margin-left: -.3rem;
    background-size: contain;
    /* top: -0.03rem;
            left: -0.2rem; */
}

.zhcsConnect {
    margin-top: .37rem;
}

.bannerBox {
    width: 100%;

}

.bannerBox>img {
    width: 100%;

}

.container-nav {
    text-align: center;
}

.container-nav img {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "";
    width: .005rem;
    height: .5rem;
    display: inline-block;
    background-color: #E3E3E3;
    padding: 0;
    transform: skewY(15deg);
    margin: 0 .25rem;
    transform: skewX(-15deg);
}

#topfooter {
    margin-top: 1.55rem;
}

.breadcrumb a {
    display: inline-block;
}


.integrationTxt {
    margin-top: .69rem;
    text-indent: .25rem;
}

.txt-mt {
    margin-top: .2rem;
}

.integration-img {
    margin: .45rem 0 1.34rem 0;
    text-align: center;
}

.integration-img>img {
    display: inline-block;
}

.inte-en {
    font-family: Aguafina Script;
    color: #C4C4C4;
    font-size: .16rem;
}

.inte-ch {
    position: relative;
    color: #333333;
    font-size: .16rem;
    text-align: center;
    margin: 0 0 .07rem 0;
}

a:hover {
    text-decoration: none;
}

.footer {
    margin-top: .5rem;
}


.inte-ch02::after {
    content: "";
    width: 1.49rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav19.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch02::after {
    transition: 0.5s;
    background: url(../images/nav019.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch03::after {
    content: "";
    width: 1.12rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav18.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch03::after {
    transition: 0.5s;
    background: url(../images/nav018.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch04::after {
    content: "";
    width: .97rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav17.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch04::after {
    transition: 0.5s;
    background: url(../images/nav017.png) no-repeat;
    background-size:100% 100%;
}

.inte-ch05::after {
    content: "";
    width: 1.2rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav20.png) no-repeat;
    background-size:100% 100%;
}

a:hover .inte-ch05::after {
    width: 1.2rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav020.png) no-repeat;
    background-size:100% 100%;
}

a:hover .nav01 .inte-ch {
    transition: 0.5s;
    color: #3370FF;
    margin: 0 0 .07rem 0;
}

/* banner背景图 */

.container-txt {
    position: relative;
}

.banner-Con {
    width: 5.07rem;
    height: 2.9rem;
    position: absolute;
    bottom: 20%;
    background: rgba(255, 255, 255, 0.12);
}

.banner-txt {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .38rem;
    font-style: italic;
    color: #fff;
    margin: 0rem;
}

.bannerTitle {
    width: 2.7rem;
    height: .46rem;
    line-height: .46rem;
    background: #FFAE4D;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    margin: .28rem 0;
    letter-spacing: .1rem;
}

.banner-ionBox {
    width: 3.9rem;
    height: 1rem;
    line-height: 1rem;
    border-top: .01rem solid #fff;
    /*border-bottom: .01rem solid #fff;*/
    text-align: center;
}
.banner-ionBox>img{
    width: 100%;
}
.banner-conBox {
    padding-left: .4rem;
    margin-top: 0.4rem;
}

.breadcrumb {
    background-color: #fff;
    margin-top: .37rem;
}

.inte-ch02>.inte-ch {
    font-weight: bold;
    color: #3370FF;
    font-weight: bold;
    margin: 0 0 .07rem 0;
}

.inte-ch02::after {
    content: "";
    width: 1.49rem;
    height: .25rem;
    display: inline-block;
    transition: 0.5s;
    background: url(../images/nav019.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}



@media only screen and (max-width:767px) {
    .integrationTxt>div{
        text-indent: 2em;
    }
    .txt-mt {
        margin-top: 2em;
        text-indent: 2em;
    }

    .container {
        padding: 0;
    }

    .inte-ch01::after,
    .inte-ch02::after,
    .inte-ch03::after,
    .inte-ch04::after {
        content: "";
        display: none;
    }

    .inte-ch02>.inte-ch::after {
        content: "";
        width: .22rem;
        height: .04rem;
        background: #3370FF;
        border-radius: .1rem;
        position: absolute;
        bottom: -0.05rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .breadcrumb {
        background-color: rgb(255, 255, 255);
        margin-top: 0rem;
        padding: .08rem 0rem;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .imgbox>img {
        transform: scale(0.9)
    }

    .banner-Con {
        bottom: -0.9rem;
        transform: scale(0.3);
        left: -1.1rem;
    }

    .breadcrumb>li+li:before {
        display: none;
    }

    .integration-img02 {
        /* margin-top: -0.25rem; */
        text-align: center;
    }

    .integration-img {
        margin: .2rem 0;
        text-align: center;
        padding: 0 .15rem;
    }

    .integrationTxt {
        margin-top: .4rem;
        padding: 0 .15rem;
        line-height: 0.42rem;
    }

    .breadcrumb>li {
        padding: .07rem .1rem;
        box-sizing: border-box;
    }

    .footer {
        margin-top: .5rem;
    }

    .inte-ch {
        min-width: 1rem;
    }
}

@media only screen and (min-width:768px)and (max-width: 1024px) {
    .banner-Con {
        bottom: 0rem;
        transform: scale(0.8);
    }

    .footer {
        margin-top: .5rem;
    }

    .integration-img {
        margin: .45rem 0 .8rem 0;
    }

    .breadcrumb {
        margin: .12rem 0;
    }

    .integrationTxt {
        margin-top: .4rem;
    }

    .breadcrumb>li+li:before {
        margin: 0 .08rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .banner-Con {
        bottom: .45rem;
    }
}

@media screen and (min-width: 1200px) {
    .integrationTxt>div {
        color: #333;
        font-size: .16rem;
        line-height: .32rem;
    }

}

.navbar_nav li:nth-of-type(3) {
    background-color: #3370FF;
    transition: all 0.5s ease 0s;
}

.navbar_nav li:nth-of-type(3)>a {
    color: #fff !important;
}
.integration-img02>.img-responsive{
    width: 100%;
}

.banner {
    width: 100%;
    height: 5.45rem;
    background: url(../images/wonderful-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.tab-box {
    height: 1rem;
    /* background: #F1F1F1; */
    text-align: center;
}

.tab-box li {
    display: inline-block;
    width: 2.7rem;
    height: 0.64rem;
    margin: 0 -.06rem;
    margin-top: 0.2rem;
    /* background: url(../images/enter-whiteBg.png) no-repeat center; */
    background-size: contain;
    text-align: center;
    color: #333;
    font-size: .16rem;
    line-height: 0.6rem;
    cursor: pointer;
}

.tab-box {
    height: .8rem;
    border-bottom: .02rem solid #F1F1F1;
    margin-top: 0.2rem;
    width: 12rem;
    margin: 0 auto;
}

.tab-box li.active {
    background-size: contain;
    border-bottom: .04rem solid #2FA2FE;
    position: relative;
}

.tab-box li.active::after {
    content: "";
    position: absolute;
    bottom: -.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0.2rem;
    height: 0.1rem;
    background: url(../images/product-tab-after.png) no-repeat center;
    background-size: cover;
}

/* tab1 */

#tab1 {
    /*min-height: 30rem;*/
    position: relative;
    padding-bottom: .6rem;
}

#tab1 .floor-one {
    overflow: hidden;
    width: 12rem;
    height: 3.62rem;
    background: url(../images/wonderful-tab1-floor-one.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.4rem;
}

#tab1 .floor-one .bg {
    overflow: hidden;
    width: 10.25rem;
    height: 2.21rem;
    background: url(../images/wonderful-tab1-floor-one-bg.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.71rem;
    padding: 0.14rem .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab1 .floor-one .bg h3 {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    /*margin-top: 0.37rem;*/
}

#tab1 .floor-one .bg .line {
    width: 0.36rem;
    height: 0.02rem;
    background: #fff;
    margin: .04rem auto;
}

#tab1 .floor-one .bg p {
    font-size: .16rem;
    color: #fff;
    text-indent: 2em;
    margin-top: 0.2rem;
}

#tab1 .floor-two {
    margin-top: .68rem;
    position: relative;
}

#tab1 .floor-two>h3 {
    color: #494949;
    font-size: .24rem;
    text-align: center;
}

#tab1 .floor-two .line {
    width: 0.36rem;
    height: 0.02rem;
    background: #4A9FFF;
    margin: .04rem auto;
}

#tab1 .floor-two .list {
    width: 12rem;
    height: 4.8rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(51, 51, 51, 0.15);
    margin: 0 auto;
    border-radius: .1rem;
    margin-top: 0.28rem;
}

#tab1 .floor-two .list li {
    width: 25%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab1 .floor-two .list li:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    transform: translateY(-.05rem);
    /* box-shadow: 0 0 .1rem #d0d0d0; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab1 .floor-two .list li h4 {
    color: #494949;
    font-size: .16rem;
    margin-top: 0.34rem;
    text-align: center;
}

#tab1 .floor-two .list li p {
    color: #6D6D6D;
    font-size: .16rem;
    padding: 0 .52rem;
    margin-top: 0.22rem;
    line-height: .3rem;
    text-align: justify;
}

#tab1 .floor-two .list li:nth-of-type(1) .pic {
    width: 0.79rem;
    height: 0.44rem;
    background: url(../images/wonderful-tab1-floor2-li1.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.48rem;
}

#tab1 .floor-two .list li:nth-of-type(2) .pic {
    width: 0.49rem;
    height: 0.49rem;
    background: url(../images/wonderful-tab1-floor2-li2.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.45rem;
}

#tab1 .floor-two .list li:nth-of-type(3) .pic {
    width: 0.61rem;
    height: 0.44rem;
    background: url(../images/wonderful-tab1-floor2-li3.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.47rem;
}

#tab1 .floor-two .list li:nth-of-type(4) .pic {
    width: 0.53rem;
    height: 0.42rem;
    background: url(../images/wonderful-tab1-floor2-li4.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.48rem;
}

#tab1 .floor-two .list li:nth-of-type(2), #tab1 .floor-two .list li:nth-of-type(3) {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}

#tab1 .floor-two .list li:nth-of-type(2) {
    border-right: none;
}

#tab1 .floor-two .bg {
    width: 100%;
    height: 4.46rem;
    background: url(../images/wonderful-tab1-floor-two-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: -1.95rem;
    left: 0;
    z-index: -1;
}

#tab1 .floor-three {
    margin-top: 2.4rem;
}

#tab1 .floor-three>h3 {
    color: #494949;
    font-size: .24rem;
    text-align: center;
}

#tab1 .floor-three .line {
    width: 0.36rem;
    height: 0.02rem;
    background: #4A9FFF;
    margin: .04rem auto;
}

#tab1 .floor-three .content {
    overflow: hidden;
    width: 12rem;
    height: 6.0rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    border-radius: .1rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
    padding: .27rem .24rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab1 .floor-three .content h4 {
    position: relative;
    font-size: .16rem;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
}

#tab1 .floor-three .content h4::after {
    content: "";
    position: absolute;
    bottom: -.05rem;
    left: 2.26rem;
    width: .36rem;
    height: 2px;
    background: rgba(74, 159, 255, 1);
}

#tab1 .floor-three .content .left {
    width: 100%;
    height: 5.05rem;
    background: url(../images/wonderful-tab1-floor-three-left.jpg) no-repeat center;
    background-size: contain;
    float: left;
    margin-top: 0.3rem;
}

#tab1 .floor-three .content .right {
    float: left;
    width: 50%;
    margin-top: 0.4rem;
}

#tab1 .floor-three .content .right h5 {
    position: relative;
    color: #494949;
    font-size: .16rem;
    padding-left: 1.23rem;
}

#tab1 .floor-three .content .right h5::before {
    content: "";
    position: absolute;
    top: -.12rem;
    left: .37rem;
    width: 0.57rem;
    height: .51rem;
    background: url(../images/wonderful-tab1-floor3-1.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .content .right li:nth-of-type(2) {
    margin-top: 0.24rem;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 30px 0;
}

#tab1 .floor-three .content .right li:nth-of-type(3) {
    margin-top: 0.4rem;
}

#tab1 .floor-three .content .right li:nth-of-type(2) h5::before {
    content: "";
    position: absolute;
    top: -.12rem;
    left: .37rem;
    width: 0.61rem;
    height: .56rem;
    background: url(../images/wonderful-tab1-floor3-2.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .content .right li:nth-of-type(3) h5::before {
    content: "";
    position: absolute;
    top: -.12rem;
    left: .37rem;
    width: 0.58rem;
    height: .48rem;
    background: url(../images/wonderful-tab1-floor3-3.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .content .right p {
    width: 5.4rem;
    font-size: .16rem;
    color: rgba(109, 109, 109, 1);
    margin-top: 0.3rem;
    margin-left: 0.38rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

#tab1 .floor-three .bg {
    overflow: hidden;
    width: 100%;
    height: 6.48rem;
    background: url(../images/wonderful-tab1-floor3-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 0.3rem;
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab1 .floor-three .bg h4 {
    position: relative;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.55rem;
}

#tab1 .floor-three .bg h4::after {
    content: "";
    position: absolute;
    bottom: -.07rem;
    left: 3.6rem;
    width: .36rem;
    height: 2px;
    background: #fff;
}

#tab1 .floor-three .bg .content2 li {
    padding: .42rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

#tab1 .floor-three .bg .content2 li:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    transform: translateY(-.05rem);
    /* box-shadow: 0 0 .1rem #d0d0d0; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab1 .floor-three .bg .content2 li i {
    width: 0.86rem;
    height: 0.86rem;
    float: left;
}

#tab1 .floor-three .bg .content2 li p {
    width: 3.8rem;
    float: left;
    margin-left: 0.3rem;
    font-size: .16rem;
    color: #6D6D6D;
    line-height: 0.28rem;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(1), #tab1 .floor-three .bg .content2 li:nth-of-type(2), #tab1 .floor-three .bg .content2 li:nth-of-type(3), #tab1 .floor-three .bg .content2 li:nth-of-type(4) {
    width: 5.8rem;
    height: 2.2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    border-radius: .1rem;
    margin-top: 0.5rem;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(2) {
    margin-left: 0.2rem;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(1) i {
    background: url(../images/wonderful-tab1-floor3-1-1.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(2) i {
    background: url(../images/wonderful-tab1-floor3-1-2.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(3) i {
    background: url(../images/wonderful-tab1-floor3-1-3.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(4) i {
    background: url(../images/wonderful-tab1-floor3-1-4.png) no-repeat center;
    background-size: contain;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(3) {
    height: 2.2rem;
    margin-top: 0.19rem;
}

#tab1 .floor-three .bg .content2 li:nth-of-type(4) {
    height: 2.2rem;
    margin-top: 0.19rem;
    margin-left: 0.2rem;
}


#tab1 .floor-four {
    position: relative;
    overflow: hidden;
    width: 12rem;
    height: 2.12rem;
    background: #3FA0EE;
    margin: 0 auto;
    margin-top: 0.5rem;
    border-radius: .1rem;
}

#tab1 .floor-four .left {
    width: 11rem;
    margin-top: 0.35rem;
    margin-left: 0.41rem;
}

#tab1 .floor-four p {
    text-indent: 2em;
    color: #fff;
    font-size: .16rem;
    display: inline-block;
    line-height: 0.28rem;
}

#tab1 .floor-four p:nth-of-type(2) {
    margin-top: 0.3rem;
}

/*#tab1 .floor-four-bg {*/
/*    width: 5.44rem;*/
/*    height: 4.01rem;*/
/*    background: url(../images/wonderful-tab1-floor4-bg.png) no-repeat center;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    bottom: .2rem;*/
/*    right: 3.2rem;*/
/*}*/

#tab1 .floor-five {
    margin-top: .7rem;
}

#tab1 .floor-five>h3 {
    color: #494949;
    font-size: .24rem;
    text-align: center;
}

#tab1 .floor-five .line {
    width: 0.36rem;
    height: 0.02rem;
    background: #4A9FFF;
    margin: .04rem auto;
}

#tab1 .floor-five .content {
    overflow: hidden;
    width: 12rem;
    height: 6.0rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px .15rem 0px rgba(51, 51, 51, 0.15);
    border-radius: .1rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding: .27rem .24rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* tab2 */

#tab2 {
    position: relative;
    /* padding: 0rem 3.05rem; */
    min-height: 19rem;
}

#tab2 .floor-one h2 {
    font-size: .24rem;
    color: #4A4A4A;
    position: relative;
    padding-left: 0.14rem;
}

#tab2 .floor-one h2::before {
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    background: #4A9FFF;
    position: absolute;
    left: 0;
    top: .02rem;
}

#tab2 .floor-one .bg {
    overflow: hidden;
    width: 12rem;
    height: 3rem;
    background: url(../images/wonderful-tab2-floo1-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 0.22rem;
}

#tab2 .floor-one .bg .bg2 {
    overflow: hidden;
    width: 10.11rem;
    background: #34A2FA;
    margin: auto;
    border-radius: .1rem;
    margin-top: .9rem;
}

#tab2 .floor-one .bg .bg2 p {
    width: 9.6rem;
    color: #fff;
    font-size: .16rem;
    line-height: 0.33rem;
    margin: .2rem auto;
}

.floor-two {
    margin-top: 0.64rem;
}

#tab2 .floor-two h2 {
    font-size: .24rem;
    color: #4A4A4A;
    position: relative;
    padding-left: 0.14rem;
    margin-bottom: 0.28rem;
}

#tab2 .floor-two h2::before {
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    background: #4A9FFF;
    position: absolute;
    left: 0;
    top: .02rem;
}

#tab2 .floor-two .content .left {
    width: 6rem;
}

#tab2 .floor-two .content .left .top {
    width: 6rem;
    height: 4rem;
    background: url(../images/wonderful-tab2-floor2-left.png) no-repeat center;
    background-size: cover;
}

#tab2 .floor-two .content .left .bottom {
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 2.61rem;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
    box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
}

#tab2 .floor-two .content .left .bottom p {
    width: 4.05rem;
    font-size: .16rem;
    color:#333;
    line-height: .32rem;
    margin-top: .4rem;
    margin-left: 0.42rem;
    text-indent: 2em;
}

#tab2 .floor-two .content .left .bottom::before {
    content: "";
    width: 1.54rem;
    height: 2.12rem;
    background: url(../images/wonderful-tab2-floor2-bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

#tab2 .floor-two .content .left .bottom::after {
    content: "";
    width: .48rem;
    height: .41rem;
    background: url(../images/wonderful-tab2-floor2-ico1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: .9rem;
    right: .4rem;
}

#tab2 .floor-two .content .right .top {
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 3.57rem;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
    box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
}

#tab2 .floor-two .content .right .top p {
    width: 4.05rem;
    font-size: .16rem;
    color: #333;
    line-height: .32rem;
    margin-top: .3rem;
    margin-left: 0.42rem;
    text-indent: 2em;
}

#tab2 .floor-two .content .right .top::after {
    content: "";
    width: .48rem;
    height: .41rem;
    background: url(../images/wonderful-tab2-floor2-ico2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: .9rem;
    right: .4rem;
}

#tab2 .floor-two .content .right .top::before {
    content: "";
    width: 1.54rem;
    height: 2.12rem;
    background: url(../images/wonderful-tab2-floor2-bg1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

#tab2 .floor-two .content .right .bottom {
    width: 6rem;
    height: 3.02rem;
    background: url(../images/wonderful-tab2-floor2-right.png) no-repeat center;
    background-size: contain;
}

#tab2 .floor-three h2 {
    font-size: .24rem;
    color: #4A4A4A;
    position: relative;
    padding-left: 0.14rem;
    margin-bottom: 0.28rem;
}

#tab2 .floor-three {
    margin-top: 0.65rem;
}

#tab2 .floor-three h2::before {
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    background: #4A9FFF;
    position: absolute;
    left: 0;
    top: .02rem;
}

#tab2 .floor-three .content {
    position: relative;
    overflow: hidden;
    width: 13rem;
    height: 5.78rem;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
    box-shadow: 0px .08rem .22rem .02rem rgba(51, 51, 51, 0.15);
}

#tab2 .floor-three .content::after {
    content: "";
    width: 1.47rem;
    height: 1.75rem;
    background: url(../images/wonderful-tab2-floor2-bg2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

#tab2 .floor-three .content::before {
    content: "";
    width: .48rem;
    height: .48rem;
    background: url(../images/wonderful-tab2-floor3-ico.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: .56rem;
    right: .51rem;
}

#tab2 .floor-three .content p {
    margin-top: 0.48rem;
    margin-left: 0.34rem;
    width: 10.45rem;
    line-height: 0.32rem;
    color: #333;
    font-size: .16rem;
}

#tab2 .floor-three .content .bg {
    width: 12rem;
    height: 3.72rem;
    background: url(../images/wonderful-tab2-floor3.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 0.34rem;
}

/* tab3 */

#tab3 {
    padding: .78rem 2.86rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 29rem;
}

#tab3 .title {
    color: #333;
    font-size: .24rem;
    text-align: center;
}

#tab3 .title2 {
    font-size: .14rem;
    color: #999;
    font-weight: normal;
    text-align: center;
    margin-top: 0.06rem;
}

#tab3 .title3 {
    font-size: .16rem;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin-top: 0.18rem;
}

#tab3 .bg1 {
    overflow: hidden;
    width: 13rem;
    height: 3rem;
    background: url(../images/wonderful-tab3-bg1.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.78rem;
}

#tab3 .bg1 .center {
    width: 11.2rem;
    height: 2.2rem;
    background: #2FA2FE;
    margin: 0 auto;
    margin-top: 0.4rem;
    border-radius: .1rem;
    padding: .2rem .6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab3 .bg1 .center p {
    font-size: .16rem;
    color: #fff;
    line-height: 0.32rem;
    /*text-indent: 2em;*/
}

#tab3 .number1, #tab3 .number2, #tab3 .number3 {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(47, 162, 254, 1);
    border-radius: .1rem;
    float: left;
}

#tab3 .number1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.4rem;
    background: url(../images/number-01.png) no-repeat center;
    background-size: contain;
}

#tab3 .number2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.39rem;
    height: 0.4rem;
    background: url(../images/number-02.png) no-repeat center;
    background-size: contain;
}

#tab3 .number3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.4rem;
    background: url(../images/number-03.png) no-repeat center;
    background-size: contain;
}

#tab3 .small-title {
    font-size: .2rem;
    color: #333;
    margin-left: 0.24rem;
    margin-top: 0.2rem;
    float: left;
}

#tab3 .construction {
    font-size: .16rem;
    color: #333;
    margin-left: .95rem;
    line-height: 0.32rem;
}

.banne-wall {
    margin-top: 0.44rem;
    margin-bottom: 0.6rem;
}

.banne-wall li {
    display: inline-block;
    width: 2.61rem;
    height: 2.26rem;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banne-wall li p {
    font-size: .24rem;
    text-align: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banne-wall li:nth-of-type(1) {
    background: url(../images/enter-orange6.png) no-repeat center;
    background-size: cover;
}

.banne-wall li p:nth-of-type(1) {
    margin-top: 0.8rem;
}

.banne-wall li:nth-of-type(2) {
    background: url(../images/enter-blue6.png) no-repeat center;
    background-size: cover;
    margin: 0 .46rem;
}

.banne-wall li:nth-of-type(3) {
    background: url(../images/enter-orange6.png) no-repeat center;
    background-size: cover;
    margin: 0 .46rem;
}

.banne-wall li:nth-of-type(4) {
    background: url(../images/enter-skyblue6.png) no-repeat center;
    background-size: cover;
}

.banne-wall li.active {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banne-wall li.active p {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banne-wall-text {
    text-indent: 2em;
    color: #333;
    font-size: .16rem;
    line-height: 0.34rem;
}

#tab3 .content02 {
    padding-left: .94rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}

#tab3 .content02 p {
    font-size: .16rem;
    color: #333;
    line-height: 0.32rem;
    text-indent: 2em;
}

#tab3 .content02 .pic-box {
    margin-top: 0.6rem;
    min-height: 1.78rem;
}

#tab3 .content02 .pic-box .line1 div:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    transform: translateY(-.05rem);
    /* box-shadow: 0 0 .1rem #d0d0d0; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab3 .content02 .pic-box .line1 div {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab3 .content02 .pic-box .line1 .pic1 {
    float: left;
    width: 3rem;
    height: 1.8rem;
    background: url(../images/wonderful-tab3-pic01.png) no-repeat center;
    background-size: contain;
}

#tab3 .content02 .pic-box .line1 .pic2 {
    float: left;
    width: 3rem;
    height: 1.8rem;
    background: url(../images/wonderful-tab3-pic02.png) no-repeat center;
    background-size: contain;
    margin-left: 3.14rem;
}

#tab3 .content02 .pic-box .line1 .pic3 {
    float: left;
    width: 3rem;
    height: 1.8rem;
    background: url(../images/wonderful-tab3-pic03.png) no-repeat center;
    background-size: contain;
    margin-left: 3.14rem;
}

#tab3 .content02 .pic-box .line1 .pic4 {
    float: left;
    width: 3rem;
    height: 1.8rem;
    background: url(../images/wonderful-tab3-pic04.png) no-repeat center;
    background-size: contain;
    margin-left: 3.14rem;
}

#tab3 .content02 .arr-box {
    margin-top: 0.54rem;
}

#tab3 .content02 .arr-box li {
    position: relative;
    float: left;
    width: 3rem;
    height: 0.83rem;
}

#tab3 .content02 .arr-box li:nth-of-type(1) {
    background: url(../images/wonderful-tab3-arr1.png) no-repeat center;
    background-size: contain;
}

#tab3 .content02 .arr-box li:nth-of-type(2) {
    background: url(../images/wonderful-tab3-arr2.png) no-repeat center;
    background-size: contain;
}

#tab3 .content02 .arr-box li:nth-of-type(3) {
    background: url(../images/wonderful-tab3-arr1.png) no-repeat center;
    background-size: contain;
}

#tab3 .content02 .arr-box li:nth-of-type(4) {
    background: url(../images/wonderful-tab3-arr2.png) no-repeat center;
    background-size: contain;
}

#tab3 .content02 .arr-box li h4 {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: 0.14rem;
    text-indent: -.1rem;
}

#tab3 .content02 .arr-box li p {
    font-size: .14rem;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    text-indent: -.1rem;
}

#tab3 .content02 .arr-box li:nth-of-type(1)::after {
    content: "第一单元";
    font-weight: 700;
    color: #333;
    font-size: .16rem;
    position: absolute;
    top: -.4rem;
    left: 1.17rem;
}

#tab3 .content02 .arr-box li:nth-of-type(2)::after {
    content: "第二单元";
    font-weight: 700;
    color: #333;
    font-size: .16rem;
    position: absolute;
    bottom: -.4rem;
    left: 1.17rem;
}

#tab3 .content02 .arr-box li:nth-of-type(3)::after {
    content: "第三单元";
    font-weight: 700;
    color: #333;
    font-size: .16rem;
    position: absolute;
    top: -.4rem;
    left: 1.17rem;
}

#tab3 .content02 .arr-box li:nth-of-type(4)::after {
    content: "第四单元";
    font-weight: 700;
    color: #333;
    font-size: .16rem;
    position: absolute;
    bottom: -.4rem;
    left: 1.17rem;
}

#tab3 .content03 {
    padding-left: .94rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}

#tab3 .content03 p {
    color: #333;
    font-size: .16rem;
    text-indent: 2em;
    line-height: 0.32rem;
}

#tab3 .content03 p:nth-of-type(1) {
    margin-top: 0.16rem;
}

#tab3 .content03 p:nth-of-type(2) {
    /*margin-top: 0.32rem;*/
}

#tab3 .content04 li {
    width: 4.13rem;
    height: 2.5rem;
    float: left;
    -webkit-box-shadow: 0px .03rem .1rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px .03rem .1rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .1rem;
    margin-bottom: 0.3rem;
    padding: 0 .32rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab3 .content04 li:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    transform: translateY(-.05rem);
    /* box-shadow: 0 0 .1rem #d0d0d0; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab3 .content04 li h5 {
    position: relative;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}

#tab3 .content04 li h5::before {
    content: "";
    width: 0.55rem;
    height: 0.1rem;
    background: url(../images/wonderful-tab3-after.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .86rem;
}

#tab3 .content04 li h5::after {
    content: "";
    width: 0.55rem;
    height: 0.1rem;
    background: url(../images/wonderful-tab3-after.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .86rem;
}

#tab3 .content04 li p {
    color: #fff;
    font-size: .16rem;
    margin-top: 0.24rem;
    line-height: 0.28rem;
}

#tab3 .content04 li:nth-of-type(1) {
    background: #2FA2FE;
}

#tab3 .content04 li:nth-of-type(2) {
    margin-left: .3rem;
    margin-right: .3rem;
    background: url(../images/wonderful-tab3-pic05.png) no-repeat center;
    background-size: cover;
}

#tab3 .content04 li:nth-of-type(3) {
    background: #2FA2FE;
}

#tab3 .content04 li:nth-of-type(4) {
    background: url(../images/wonderful-tab3-pic06.png) no-repeat center;
    background-size: cover;
}

#tab3 .content04 li:nth-of-type(5) {
    margin-left: .3rem;
    margin-right: .3rem;
    background: #1E2973;
}

#tab3 .content04 li:nth-of-type(6) {
    background: url(../images/wonderful-tab3-pic07.png) no-repeat center;
    background-size: cover;
}

/* tab4 */

#tab4 {
    padding: .79rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 37.7rem;
}

#tab4 .title {
    color: #333;
    font-size: .24rem;
    text-align: center;
}

#tab4 .title2 {
    font-size: .14rem;
    color: #999;
    font-weight: normal;
    text-align: center;
    margin-top: 0.06rem;
}

#tab4 .title3 {
    font-size: .16rem;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin-top: 0.18rem;
}

#tab4 .bg1 {
    overflow: hidden;
    width: 13rem;
    height: 3rem;
    background: url(../images/wonderful-tab4-bg1.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 0.1rem;
    margin-bottom: 0.78rem;
}

#tab4 .bg1 .center {
    width: 11.2rem;
    height: 1.82rem;
    background: #fff;
    margin: 0 auto;
    margin-top: 0.6rem;
    border-radius: .1rem;
    padding: .4rem .6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab4 .bg1 .center p {
    font-size: .16rem;
    color: #333;
    line-height: 0.32rem;
    text-indent: 2em;
}

#tab4 .project-jg {
    color: #333;
    font-size: .16rem;
    line-height: 0.32rem;
    text-indent: 2em;
    margin-top: 0.5rem;
}

#tab4 .tixifuwu-box {
    margin-top: 0.6rem;
}

#tab4 .tixifuwu-box li {
    position: relative;
    width: 6.3rem;
    height: 1.8rem;
    float: left;
    border: 2px solid rgba(47, 162, 254, 1);
    border-radius: .1rem;
    padding-left: 1.48rem;
    padding-top: 0.32rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab4 .tixifuwu-box li:nth-of-type(1) {
    margin-right: 0.32rem;
}

#tab4 .tixifuwu-box li h4 {
    font-size: .2rem;
    color: rgba(47, 162, 254, 1);
}

#tab4 .tixifuwu-box li .content {
    margin-top: 0.16rem;
}

#tab4 .tixifuwu-box li .content div {
    position: relative;
    float: left;
    width: 33.3%;
    line-height: 0.32rem;
    font-size: .16rem;
    color: #333;
}

#tab4 .tixifuwu-box li .content div::before {
    content: "";
    position: absolute;
    top: .11rem;
    left: -.2rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #2FA2FE;
}

#tab4 .tixifuwu-box li:nth-of-type(1)::before, #tab4 .tixifuwu-box li:nth-of-type(2)::before {
    content: "";
    width: 0.76rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/wonderflu-tab4-number5.png) no-repeat center;
    background-size: cover;
}

#tab4 .tixifuwu-box li:nth-of-type(2)::before {
    width: 0.85rem;
    height: 100%;
    background: url(../images/wonderflu-tab4-number6.png) no-repeat center;
    background-size: cover;
}

#tab4 .nine-pic {
    margin-top: 0.59rem;
}

#tab4 .nine-pic li {
    width: 33%;
    height: 2.48rem;
    float: left;
    margin-bottom: 0.3rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab4 .nine-pic li:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-transform: translateY(-.05rem);
    -ms-transform: translateY(-.05rem);
    transform: translateY(-.05rem);
    /* box-shadow: 0 0 .1rem #d0d0d0; */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#tab4 .nine-pic li:nth-of-type(1) {
    background: url(../images/wonderful-tab4-nine-1.png) no-repeat left;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(2) {
    background: url(../images/wonderful-tab4-nine-2.png) no-repeat center;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(3) {
    background: url(../images/wonderful-tab4-nine-3.png) no-repeat right;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(4) {
    background: url(../images/wonderful-tab4-nine-4.png) no-repeat left;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(5) {
    background: #2FA2FE;
    border-radius: .1rem;
}

#tab4 .nine-pic li:nth-of-type(5) div {
    background: url(../images/wonderful-tab4-nine-5.png) no-repeat right;
    background-size: contain;
    width: 1.97rem;
    height: 1.07rem;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tab4 .nine-pic li:nth-of-type(6) {
    background: url(../images/wonderful-tab4-nine-6.png) no-repeat right;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(7) {
    background: url(../images/wonderful-tab4-nine-7.png) no-repeat left;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(8) {
    background: url(../images/wonderful-tab4-nine-8.png) no-repeat center;
    background-size: contain;
}

#tab4 .nine-pic li:nth-of-type(9) {
    background: url(../images/wonderful-tab4-nine-9.png) no-repeat right;
    background-size: contain;
}

#tab4 .number1, #tab4 .number2, #tab4 .number3, #tab4 .number4 {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(47, 162, 254, 1);
    border-radius: .1rem;
    float: left;
}

#tab4 .number1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.4rem;
    background: url(../images/number-01.png) no-repeat center;
    background-size: contain;
}

#tab4 .number2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.39rem;
    height: 0.4rem;
    background: url(../images/number-02.png) no-repeat center;
    background-size: contain;
}

#tab4 .number3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.4rem;
    background: url(../images/number-03.png) no-repeat center;
    background-size: contain;
}

#tab4 .number4::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.34rem;
    height: 0.4rem;
    background: url(../images/number-04.png) no-repeat center;
    background-size: contain;
}

#tab4 .small-title {
    font-size: .2rem;
    color: #333;
    margin-left: 0.24rem;
    margin-top: 0.2rem;
    float: left;
}

#tab4 .number1-content, #tab4 .number2-content, #tab4 .number3-content, #tab4 .number4-content {
    margin-top: .4rem;
}

#tab4 .number1-content .left {
    float: left;
    width: 4.6rem;
    height: 2.76rem;
    background: url(../images/wonderful-tab4-number-1.png) no-repeat center;
    background-size: cover;
    margin-left: 0.94rem;
}

#tab4 .number1-content .right {
    float: left;
    width: 7.3rem;
    height: 2.76rem;
    background: #fff;
    -webkit-box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px .1rem .1rem 0px;
    padding: .48rem .41rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab4 .number1-content .right p {
    color: #333;
    font-size: .16rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

#tab4 .number2-content .left {
    float: left;
    width: 7.3rem;
    height: 2.76rem;
    background: #fff;
    -webkit-box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .1rem 0 0 .1rem;
    padding: .48rem .41rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0.94rem;
}

#tab4 .number2-content .right {
    float: left;
    width: 4.6rem;
    height: 2.76rem;
    background: url(../images/wonderful-tab4-number-2.png) no-repeat center;
    background-size: cover;
}

#tab4 .number2-content .left p {
    color: #333;
    font-size: .16rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

#tab4 .number3-content .left {
    float: left;
    width: 4.6rem;
    height: 2.76rem;
    background: url(../images/wonderful-tab4-number-3.png) no-repeat center;
    background-size: cover;
    margin-left: 0.94rem;
}

#tab4 .number3-content .right {
    float: left;
    width: 7.3rem;
    height: 2.76rem;
    background: #fff;
    -webkit-box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px .1rem .1rem 0px;
    padding: .74rem .41rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tab4 .number3-content .right p {
    color: #333;
    font-size: .16rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

#tab4 .number4-content .left {
    float: left;
    width: 7.3rem;
    height: 2.76rem;
    background: #fff;
    -webkit-box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px .03rem .10rem 0px rgba(0, 0, 0, 0.1);
    border-radius: .1rem 0 0 .1rem;
    padding: .26rem .41rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0.94rem;
}

#tab4 .number4-content .right {
    float: left;
    width: 4.6rem;
    height: 2.76rem;
    background: url(../images/wonderful-tab4-number-4.png) no-repeat center;
    background-size: cover;
}

#tab4 .number4-content .left p {
    color: #333;
    font-size: .16rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

#w-12 {
    width: 12rem;
    margin: 0 auto;
}
