section {
    position: relative;
}

.banner {
    width: 100%;
    height: 32.7vw;
    background: url(../images/wt.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.banner .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.26vw;
    height: 21.25vw;
    margin: 3.12vw auto 0;
}

.banner .banner-img img {
    width: 16.26vw;
    height: 17vw;
}

.banner .threeD {
    position: absolute;
    top: 2vw;
    right: 13.5vw;
    width: 2.3vw;
    height: 1.7vw;
}

.banner .threeD img {
    width: 2.3vw;
    height: 1.7vw;
}

.banner-title {
    position: absolute;
    bottom: 3.8vw;
    left: 42vw;
    z-index: 2;
  	min-width: 13vw;
    /*width: 16vw;*/
  	padding: 0 1vw;
    height: 4.42vw;
    background: url(../images/bz28bf.png) no-repeat center;
    background-size: cover;
    font-weight: 900;
    font-size: 2vw;
    color: #9D502D;
    line-height: 4.42vw;
    text-align: center;
}

.banner-text {
    position: absolute;
    bottom: -7vw;
    left: 24vw;
    width: 52.08vw;
    height: 13.02vw;
    background-image: url(../images/bz-two.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /* padding: 3.5vw 0 0 4.9vw; */
}

.banner-text .text-top {
    display: flex;
    justify-content: space-between;
    width: 30.9vw;
    height: 3.5vw;
    margin: 3.5vw 0 0 4.9vw;
}

.banner-text .text-top .text-one,
.banner-text .text-top .text-two,
.banner-text .text-top .text-three,
.banner-text .text-four {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-text .ssnd {
    font-size: 1.2vw;
    color: #a68888;
    line-height: 1.4vw;
}

.banner-text p {
    font-size: 1.4vw;
    color: #FFFFFF;
    line-height: 2vw;
}

.banner-text .text-bottom {
    display: flex;
    justify-content: space-between;
    /* width: 30.9vw; */
    height: 3.5vw;

    margin-left: 4.9vw;
    margin-top: 0.5vw;
}

.article {
    width: 100%;
    /* height: 42vw; */
    /* height: 600px; */
    background: url(../images/cn.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 5.2vw 13.5vw 4.2vw;
}

.article-title {
    width: 7.9vw;
    margin: 4vw auto 1.9vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-title img {
    width: 1.2vw;
    height: 3.1vw;
    /* width: 24px;
    height: 60px; */
}

.article-title span {
    font-weight: 900;
    /* font-size: 44px; */
    font-size: 2.3vw;
    color: #333333;
    /* line-height: 62px; */
    line-height: 3.2vw;
}

.article-text p {
    /* font-size: 16px; */
    font-size: 1.2vw;
    color: #666666;
    /* line-height: 32px; */
    line-height: 2vw;
    text-indent: 2em;
    text-align: justify;
    padding-bottom: 2vw;
}