.s-wrap {
    width: 1200px;
    height: auto;
    min-width: 1200px;
    margin: 0 auto;
}

.s-areaTitle {
    text-align: center;
    padding-top: 90px;
}

.s-area-title {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}

.s-area-titleEn {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    padding-top: 20px;
}


/*资讯部分*/
.news-bd {
    height: 384px !important;
}
.n-con-left {
    position: relative;
    display: inline-block;
    width: 473px;
    vertical-align: top;
}
.n-con-left a { 
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #FCFDFE;
    z-index: 3;
}
.n-con-left-infoIcon {
    width: 100%;
    height: 295px;
    position: relative;
}

.n-words {
    width: 473px;
    height: 81px;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    position: absolute;
    bottom: -81px;
    background-color: #fff;
    padding: 13px 24px 0;
    background: hsla(0, 0%, 100%, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.box6_left_bottom1 {
    position: absolute;
    left: -38px;
    bottom: -69px;
    width: 97px;
    height: 97px;
    background-color: #EFF4FF;
    border: 2px solid #FFFFFF;
    border-radius: 97px;
    z-index: 2;
}
.box6_left_bottom1 div {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    margin: 15px;
    background: linear-gradient(180deg, #206CFF 0%, #34D1FD 100%);
}
.box6_left_bottom2 {
    position: absolute;
    left: -52px;
    bottom: -86px;
    z-index: 4;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    background: linear-gradient(211deg, #FBBC05 0%, #F58E02 73%, #F06800 100%);
}

.n-con-right {
    display: inline-block;
    width: 627px;
}


.n-con-right-itemList {
    margin-left: 20px;
}

.n-con-right-item {
    height: 120px;
    background: #FCFDFE;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    padding: 19px 49px 18px 24px;
    margin-bottom: 8px;
}

.n-con-right-item a {
    color: #333333;
}

.n-con-right-item a:hover {
    color: #2979FF !important;
}

.n-con-right-item:first-child .n-con-right-item-title {
    padding-top: 0;
}

.n-con-right-item-title {
    font-size: 18px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n-con-right-item-cont {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 25px;
    color: #525A6B;
}
.n-con-right-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #525A6B;
}
.n-con-right-item-footer .footer_classify {
    width: 82px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    border: 1px solid rgba(112,112,112,0.32);
}

.place {
    position: relative;
    width: 1100px;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
}

.box1 {
    position: relative;
    z-index: 2;
    width: 1100px;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #F7FBFF;
}

.box1_left_bottom {
    position: absolute;
    left: -62px;
    bottom: 63px;
    width: 110px;
    z-index: 1;
}
.box1_right_bottom {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 474px;
    background-color: #206CFF;
}

.box1 .left {
    width: 340px;
    padding: 78px 0 78px 58px;
    background-image: url('../../images/box1_left_bg.png');
    background-size: cover;
}

.box1 .left .item {
    cursor: pointer;
    width: 298px;
    height: 70px;
    line-height: 70px;
    padding-left: 36px;
    font-size: 20px;
    color: #333333;
}
.box1 .left .active {
    background: linear-gradient(88deg, rgba(233, 235, 255, 0.8) 0%, rgba(233, 235, 255, 0) 100%);
    ;
    color: #007DED;
    border-left: 2px solid #007DED;
}

.box1 .right {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 506px;
    margin-left: 10px;
}
.box1 .right .bgBox {
    position: relative;
    width: 340px;
    height: 340px;
    overflow: hidden;
}
.box1 .right .bgBox .bg {
    position: absolute;
    left: 0;
    width: 340px;
    animation: box1centerInfo 0.3s;
    animation-timing-function:ease-out
}
@keyframes box1centerInfo {
    0% {
        left: 140px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
.box1 .right .rightHeight {
    height: 100%;
}

.box1 .right .cont {
    position: relative;
    width: 332px;
    height: 100%;
    padding-top: 127px;
}
@keyframes box1Info1 {
    0% {
        left: 80px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes box1Info2 {
    0% {
        left: 20px;
        opacity: 0;
    }
    /* 50% {
        opacity: 0;
    } */
    100% {
        left: 0;
        opacity: 1;
    }
}

.box1 .right .cont .rightTitle {
    position: absolute;
    top: 127px;
    width: 332px;
    height: 33px;
    font-size: 24px;
    color: #333333;
    animation: box1Info1 0.3s;
    animation-timing-function:ease-out
}
.box1 .right .cont .rightCont {
    position: absolute;
    top: 204px;
    width: 332px;
    text-align:justify;
    animation: box1Info1 0.3s;
    animation-timing-function:ease-out
}
.box1 .right .cont .rightSmall {
    position: absolute;
    top: 160px;
    width: 332px;
    animation: box1Info2 0.3s;
    animation-timing-function:ease-out
}

.box1 .right .cont .span1 {
    display: inline-block;
    width: 52px;
    height: 3px;
    background: linear-gradient(270deg, #206CFF 0%, rgba(32, 108, 255, 0) 100%);
}

.box1 .right .cont .span2 {
    display: inline-block;
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, #FBBC05 0%, rgba(251, 188, 5, 0) 100%);
}
.box2 {
    padding-bottom: 88px;
    height: 688px;
    background: linear-gradient(180deg, #FEFEFF 0%, #E1E9F8 100%);
}
.box2-s-wrap {
    width: 1120px;
    margin: 0 auto;
    height: 375px;
}
.box2-s-wrap .singleBox {
    position: relative;
    overflow: hidden;
    width: 168px;
    height: 359px;
    background-color: #fff;
    box-shadow: -2px 0px 26px 1px rgba(2,42,119,0.32);
}
.box2-s-wrap .singleBox1 {
    background: url('../../images/box2_img1.png') no-repeat;
    background-size: 288px auto;
    position: absolute;
    width: 288px;
    height: 375px;
    top: 0;
    right: 0;
    opacity: 0.12;
}
.box2-s-wrap .singleBox2 {
    background: url('../../images/box2_img2.png') no-repeat;
    background-size: 168px auto;
    position: absolute;
    width: 168px;
    height: 359px;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.box2-s-wrap .singleBox3 {
    background: url('../../images/box2_img3.png') no-repeat;
    background-size: 168px auto;
    position: absolute;
    width: 168px;
    height: 359px;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.box2-s-wrap .singleBox4 {
    background: url('../../images/box2_img4.png') no-repeat;
    background-size: 168px auto;
    position: absolute;
    width: 168px;
    height: 359px;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.box2-s-wrap .singleBox5 {
    background: url('../../images/box2_img5.png') no-repeat;
    background-size: 168px auto;
    position: absolute;
    width: 168px;
    height: 359px;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.box2-s-wrap .singleBox6 {
    background: url('../../images/box2_img6.png') no-repeat;
    background-size: 168px auto;
    position: absolute;
    width: 168px;
    height: 359px;
    top: 0;
    right: 0;
    opacity: 0.2;
}
.box2-s-wrap .singleBox:nth-child(1) {
    width: 288px;
    height: 375px;
    background-image: linear-gradient(269deg, #4286F5 0%, #206CFF 100%);
}
.box2 .singleBox img {
    position: relative;
    z-index: 2;
    width: 50px;
    margin: 148px 59px 49px;
}
.box2 .singleBox:nth-child(1) img {
    margin: 73px 119px 30px;
}
.box2 .singleBox .single_title {
    position: relative;
    z-index: 2;
    padding-left: 46px;
    font-size: 18px;
    color: #434D58;
    margin-bottom: 30px;
}

.box2 .singleBox:nth-child(1) .single_title {
    color: #fff;
    padding-left: 106px;
}
/* .box2 .single_big {
    width: 288px;
    height: 375px;
}
.box2 .single_big img {
    width: 50px;
    margin: 73px 119px 30px;
} */
.box2 .singleBox p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 0 16px;
    width: 288px;
    text-align:justify;
}

.box3 .item {
    width: 20%;
    flex-shrink: 0;
    position: relative;
    height: 400px;
}
.box3 .item img {
    width: 80px;
}

.box3 .item-hd {
    position: absolute;
    height: 50px;
    z-index: 666;
    width: 100%;
    top: 62px;
    left: 0;
    padding: 0 10px;
    line-height: 1.3;
    display: none;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
    color: #777;
    border-radius: 5px;
    animation: fade-in 0.3s;
}

.box3 .item:hover .item-hd {
    display: flex;
}

.box4_hd {
    width: 858px;
    margin: 0 auto;
}
.box4_hd .box4_hd_item {
    width: 202px;
    height: 58px;
    line-height: 58px;
    background-color: rgba(32, 108, 255, 0.06);
    font-size: 16px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.box4_hd .box4_hd_item img {
    width: 30px;
    vertical-align: middle;
    margin-right: 17px;
}
.box4_hd .box4_active {
    background-color: #206CFF;
    color: #fff;
}
.box4_td .box4_td_left {
    width: 586px;
    height: 407px;
    margin-top: 68px;
}
@keyframes box4Info1 {
    0% {
        left: 80px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
.box4_td .box4_left_cont .box4_left_title {
    position: relative;
    font-size: 24px;
    color: #333;
    animation: box4Info1 0.3s;
    animation-timing-function:ease-out
}
.box4_td .box4_left_cont .box4_left_title span {
    color: #206CFF;
    margin-right: 8px;
}
.box4_td .box4_left_cont .box4_left_line {
    position: relative;
    height: 2px;
    margin-top: 12px;
    background-color: rgba(0, 0, 0, 0.04);
}
.box4_td .box4_left_cont .box4_left_line span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #FBBC05;
}
.box4_td .box4_left_cont p {
    position: relative;
    font-size: 16px;
    color: #474747;
    animation: box4Info1 0.3s;
    animation-timing-function:ease-out;
    line-height: 2.8;
    margin-bottom: 30px;
    text-align:justify;
}
.box4_td .box4_left_cont p img {
    width: 17px;
    vertical-align: middle;
    margin-right: 12px;
}

.box4_td .box4_td_right {
    position: relative;
    width: 600px;
    height: 475px;
}
@keyframes box4Img1 {
    0% {
        left: 80px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes box4Img2 {
    0% {
        left: 160px;
        opacity: 0;
    }
    100% {
        left: 46px;
        opacity: 1;
    }
}
@keyframes box4Img3 {
    0% {
        left: 80px;
        opacity: 0;
    }
    50% {
        left: 80px;
        opacity: 0;
    }
    100% {
        left: 5px;
        opacity: 1;
    }
}
.box4_td .box4_td_right .box4_td_right_img1 {
    position: absolute;
    left: 0;
    top: 29px;
    width: 138px;
    animation: box4Img1 0.3s;
    animation-timing-function:ease-out
}
.box4_td .box4_td_right .box4_td_right_img2 {
    position: absolute;
    width: 500px;
    left: 46px;
    top: 63px;
    animation: box4Img2 0.4s;
    animation-timing-function:ease-out
}
.box4_td .box4_td_right .box4_td_right_img3 {
    position: absolute;
    width: 600px;
    /* left: 5px; */
    top: 18px;
    animation: box4Img3 0.4s;
    animation-timing-function:ease-out
}
.box5 .box5_line {
    position: absolute;
    top: 248px;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
}
.box5_hd .box5_hd_item {
    position: relative;
    width: 300px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.box5_hd .box5_hd_item span {
    position: absolute;
    left: 144px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
}
.box5_hd_line {
    position: absolute;
    top: 60px;
    left: 75px;
    width: 150px;
    height: 3px;
    background-color: #fff;
}
@keyframes box5Info {
    0% {
        margin-left: 200px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}
.box5_td .box5_td_cont {
    color: #fff;
    animation: box5Info 0.5s;
}
.box5_td .box5_td_cont .cont_title1 {
    height: 45px;
    line-height: 45px;
    margin-top: 79px;
    margin-bottom: 20px;
    font-size: 32px;
}
.box5_td .box5_td_cont .cont_title2 {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    margin-bottom: 16px;
}
.box5_td .box5_td_cont p {
    width: 576px;
    line-height: 1.5;
    margin-bottom: 64px;
    font-size: 16px;
    text-align:justify;
}
.box5_td .box5_td_cont .btn button {
    position: relative;
    width: 150px;
    height: 50px;
    background: linear-gradient(112deg, #206CFF 0%, #34D1FD 100%);
    border-radius: 5px;
    font-size: 17px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.box5_td .box5_td_cont .btn span {
    position: absolute;
    top: 21px;
    right: 28px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.box6 {
    height: 748px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E8F0FF 100%)
}

.box6 .hd .item {
    width: 100px;
    height: 32px;
    border-radius: 5px;
    margin-right: 24px;
    border: 1px solid rgba(112,112,112,0.32);
    cursor: pointer;
    color: #525A6B;
    font-size: 13px;

}

.box6 .hd .active {
    border: 1px solid rgba(255,255,255,0.32);
    background: linear-gradient(115deg, #206CFF 0%, #34D1FD 100%);
    color: #fff;
}

.box6 .more {
    display: flex;
    justify-content: center;
    width: 124px;
    height: 40px;
    margin: 32px auto 88px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.box6 .more span {
    height: 40px;
    line-height: 40px;
    color: #525A6B;
}
.box6 .more:hover {
    border: 1px solid #333;
}
.box7 .s-wrap {
    overflow: hidden;
}
.box7_line {
    width: 1124px;
    height: 2px;
    margin: 0 auto;
    margin-top: -1px;
    background-color: rgba(97, 97, 97, 0.16);
}
.box7_cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1124px;
    height: 282px;
    margin: 0 auto;
}
.box7_cont img{
    width: 212px;
    height: 78px;
    margin: 0 16px 16px 0;
}
.box7_cont img:nth-child(5n) {
    margin-right: 0;
}