body{
    width: 100%;
    overflow-x:hidden ;
}
/* 1 */
.section_info {
    /* padding-top: 170px; */
    /* padding-bottom: 116px; */
    padding-bottom: calc(10px + 5.52vw);
    padding-top: calc(10px + 8.33vw);

    background: url("../images/section_info_bg.jpg") no-repeat right top;
    background-size: cover;
    position: relative;
}

.section_info::after{
    content: "";
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    /* background-image: linear-gradient(to top, red, rgba(255, 255, 255, 0)); */

}

.section_info .cloud {
    background: url("../images/cloud.png") no-repeat top right;
    background-size: auto 100%;
    position: absolute;
    right: -5%;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 420px;
    animation: moveCloud 20s linear infinite ;
    -webkit-animation: moveCloud 20s linear infinite ;
    /*display: none;
    */:;
}


@keyframes moveCloud {
    0% {
        right: -5%;
        opacity: 0;
    }

    3% {
        opacity: .8;
    }
    13% {
        opacity: 1;
    }
    50%{
        opacity: 1;
    }

    100% {
        right: 68%;
        opacity: .5;
    }
}



.section_info .card {
    max-width: calc(100% - 480px);
    width: 46%;
}
.section_info .card p{
    text-align: justify;
}
@media screen and (max-width: 1280px) {
    .section_info .card {
        width: 100%;
    }

}
@media screen and (max-width: 1024px) {
    .section_info .card {
        max-width: 100%;
    }
}
.section_info .card p {
    font-size: var(--font-size20);
    color: #202124;
    line-height: 1.6;
    margin-top: 1.6875rem;
}

.section_info .card_title {
    text-align: left;

}

.section_info .card_title::after {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.section_info .card .theme_btn {
    margin-top: 2.25rem;
}


.section_info .card,
.section_info .info_honor {
    position: relative;
    z-index: 1;
}

.section_info .info_honor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-top: 140px; */
    flex-wrap: wrap;
    margin-top: calc(10px + 6.77vw);
}

.section_info .info_honor dl{
    position: relative;
    z-index: 9;
}
.section_info .info_honor dl dt img {
    transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
}

.section_info .info_honor dl:hover dt img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.section_info .info_honor dd {
    font-size: var(--font-size18);
    color: #202124;
    line-height: 1.6;

}

.section_info .info_honor dd a {
    font-size: 1rem;
    color: var(--theme-color);
    margin-top: 14px;
    display: block;
}

.card_title {
    font-size: var(--font-size48);
    position: relative;
    text-align: center;
    /* padding-bottom: 36px; */
    padding-bottom: calc(10px + 1.254vw);
}

.card_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--theme-color);
    position: absolute;
    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* 2 */
.section_news {
    background: url("../images/section_news_bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: calc(10px + 5.2vw);
    padding-bottom: calc(10px + 6.25vw);
}

.section_news .s_list {

    justify-content: space-between;

    margin-top: 16px;
}

.section_news .s_item {
    flex-basis: calc(50% - 0.75rem);
    background: linear-gradient(-45deg, #EFF4FB, #FFFFFF);
    box-shadow: 0px 10px 30px 0px rgba(21, 93, 249, 0.05);
    border-radius: 0px;
    border: 2px solid #FFFFFF;
    padding: calc(10px + 1.5625vw) 0;
    /* justify-content: space-between; */
    justify-content: flex-start;
    /*margin-top: 1.5rem;
    */margin-top: calc(10px + 0.72vw);
    color: #202124;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}
.section_news .s_item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);

}
.section_news .s_item .left_date {
    padding: calc(10px + 1.14vw) calc(10px + 1.5625vw) calc(10px + 1.82vw) calc(10px + 1.30vw);
}

/* .section_news .s_item .left_date h3 {
    font-size: var(--font-size48);
    color: var(--theme-color);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
} */



.section_news .s_item .right_desc {
    padding-left: calc(10px + 1.5625vw);
    padding-right: calc(10px + 1.5625vw);

    font-size: var(--font-size18);
    line-height: 1.77;
}

.section_news .btn_wrap {
    margin-top: calc(10px + 1.5625vw);
}
.btn_wrap a:hover{
    color: #fff;
}

/* 3 */
.section_reports {
    padding-top: calc(10px + 4.6875vw);
    padding-bottom: calc(10px + 5.72vw);
}

.section_reports .report_con {
    display: flex;
    align-items: flex-start;
    padding-bottom: calc(10px + 2.08vw);
    margin-top: calc(10px + 1.5625vw);
}

.section_reports .report_con .right_swiper {
    padding-left: 12px;

}

.section_reports .report_con .right_swiper,
.section_reports .report_con .left_swiper {
    flex-basis: 50%;
    width: 50%;

}

@media screen and (min-width: 769px){
    .section_reports .swiper_thumbs .swiper-wrapper {
        flex-direction: column;
        padding-bottom: 40px;
    }
    .section_reports .swiper_thumbs .swiper-wrapper .swiper-slide{
        width: 100%!important;
    }
}



.section_reports .swiper_thumbs .swiper-slide {
    width: 100%;
    padding-left: calc(10px + 1.5625vw);

    height: calc(40px + 3.125vw);
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: var(--font-size18);
    transition: background, font-size .35s ease;
    position: relative;
    -webkit-transition: background, font-size .35s ease;
    -moz-transition: background, font-size .35s ease;
    -ms-transition: background, font-size .35s ease;
    -o-transition: background, font-size .35s ease;
}
.section_reports .swiper_thumbs .swiper-slide p{
    padding-right: 50px;
}

.section_reports .swiper_thumbs .swiper-slide::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;

}

.section_reports .swiper_thumbs .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(180deg, #EFF4FB, #FFFFFF);
    box-shadow: 0px 10px 30px 0px rgba(21, 93, 249, 0.05);
    border-radius: 0px;
    border: 2px solid #FFFFFF;

}

.section_reports .swiper_thumbs .swiper-slide.swiper-slide-thumb-prev::after,
.section_reports .swiper_thumbs .swiper-slide.swiper-slide-thumb-active::after {
    display: none;
}
.section_reports .swiper_thumbs .swiper-slide .right_arrow{
    position: absolute;
    right: calc(10px + 1.56vw);
    top: 50%;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.section_reports .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .right_arrow .icon_arrow1 {
    opacity: 0;
}

.section_reports .swiper_thumbs .swiper-slide.swiper-slide-thumb-active .right_arrow .icon_arrow2 {
    opacity: 1;
    left: 0;
}




.section_reports .swiper_reports .img_box {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: 20px;
}

.section_reports .swiper_reports .img_box img {
    /* box-shadow: -7px 7px 30px 0px rgba(0, 0, 0, 0.1); */
    max-width: calc(200px + 16.9vw)
}


.section_contact {
    padding-top: calc(10px + 5.20vw);
    padding-bottom: calc(10px + 2.7vw);
    background: #EDF4FE;   
}





.section_contact .c_right {
    display: flex;
    margin-top: calc(10px + 2.08vw);
}

.section_contact .c_right .item {
    flex-basis: 50%;
    /* margin-bottom: 75px; */
    padding-right: 50px;
    margin-bottom: calc(10px + 3.38vw);
    text-align: center;
}

.section_contact .c_right .item h2 {
    display: inline-block;

    font-size: 1rem;
    color: var(--theme-color);
    background-repeat: no-repeat;
    background-position: left center;
    /* padding-left: 30px; */
    padding-left: calc(20px + 0.52vw);
    /* margin-bottom: 15px; */
    margin-bottom: calc(10px + 0.26vw);
    min-height: 20px;
    background-size: 22px auto;

}

.section_contact .c_right .item p {
    font-size: var(--font-size20);
}

.section_contact .c_right .item:nth-of-type(1) h2 {
    background-image: url("../images/icon_big_c1.png");
}

.section_contact .c_right .item:nth-of-type(2) h2 {
    background-image: url("../images/icon_big_c2.png");
}

.section_contact .c_right .item:nth-of-type(3) h2 {
    background-image: url("../images/icon_big_c3.png");
}

.section_contact .c_right .item:nth-of-type(4) h2 {
    background-image: url("../images/icon_big_c4.png");
}


@media (max-width: 1200px) {
    .section_info {
        position: relative;
    }

    .section_info::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, .5);
        z-index: 0;
    }

    .section_info .container {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1024px) {
    .section_reports .swiper_thumbs .swiper-slide .right_arrow{
        display: none;
    }
    .section_info .card p {
        margin-top: 1rem;
        line-height: 1.56;
    }

    .section_info .info_honor dl dt img {
        width: 70px;
    }

    .section_contact .container {
        flex-direction: column;
    }

    .section_contact .c_right .item {
        padding: 0 1rem;

    }

    .section_contact .c_right {
        width: 100%;
        max-width: none;
    }

    .section_contact .card_title {
        align-self: center;
    }

    .section_info .info_honor dl {
        width: 22%;

    }

    .section_info .info_honor dl dd p br {
        display: none;
    }

    .section_info .info_honor dd a {
        margin-top: .1rem;
    }

    /* .section_reports .swiper_thumbs .swiper-slide,
    .section_news .s_item .right_desc,
    .section_info .card p,
    .section_info .info_honor dl dd {
        font-size: 1rem;
    } */

    .section_reports .swiper_reports .img_box img {
        max-width: 13.3rem;
    }

    .section_info .card .theme_btn {
        margin-top: 1.8rem;

    }
}

@media (max-width: 992px) {
    .section_contact .c_right {
        flex-wrap: wrap;
    }
    
}

@media (max-width: 768px) {
    .section_info .info_honor dl dt img {
        width: 50px;
    }

    .section_news .s_item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section_news .s_item .left_date {
        border: 0;
        padding-top: 0;
        padding-bottom: 1rem;

    }
    .section_news .s_item .left_date p{
        color: var(--theme-color);
    }
    .section_reports .report_con {
        flex-direction: column;
    }

    .section_reports .report_con .right_swiper,
    .section_reports .report_con .left_swiper {
        flex-basis: 100%;
        ;
        width: 100%;

    }

    .section_reports .report_con .right_swiper {
        padding-left: 0;
    }

    .section_reports .swiper_thumbs .swiper-slide {
        padding-left: 0;
        justify-content: center;
    }
    .section_reports .swiper_thumbs .swiper-slide{
        padding: 15px !important;
    }
    .section_reports .swiper_thumbs .swiper-slide .date{
        padding: calc(10px + 1.14vw) 0 calc(10px + 1.82vw);
        color: var(--theme-color);
    }


    .section_info .info_honor dl {
        width: 47%;
        margin: .5rem 0;


    }

    .section_info .info_honor {

        padding: 15px;
        background-color: rgba(255,255,255,.8);
        border:1px solid #EDF4FE;
        border-radius: 5px;
    }

    .section_contact .c_right .item:nth-of-type(1) h2,
    .section_contact .c_right .item:nth-of-type(3) h2 {
        background-size: 16px auto;
    }

    .section_contact .c_right .item:nth-of-type(2) h2 {
        background-size: 18px auto;
    }

    .section_contact .c_right .item:nth-of-type(4) h2 {
        background-size: auto 16px;
    }

    .section_reports .swiper_reports .img_box img {
        max-width: 10rem;
    }

    .section_reports .btn_wrap {
        margin-top: 2rem;

    }

    .section_reports .swiper_thumbs .swiper-slide::after {
        display: none;
    }
    .section_reports .swiper_thumbs .swiper-slide p{
        padding-right: 0;
    }
    .section_reports .swiper_thumbs .swiper-slide{
        height: calc(150px + 3.125vw);
        display: block;
        padding: 10px 0;
        border: 1px solid #EDF4FE !important;
        border-radius: 5px;
    }
    .section_reports .swiper_thumbs .swiper-slide{
        background: linear-gradient(180deg, #EFF4FB, #FFFFFF);
        box-shadow: 0px 10px 30px 0px rgb(21 93 249 / 5%);
    }
    .section_reports .swiper_thumbs .swiper-wrapper{
        padding-bottom: 0;
    }

}

@media (max-width: 640px) {
    .section_info .info_honor dl dt img {
        width: 50px;
    }

    .section_news .s_item {
        flex-basis: 100%;
    }

    /* .section_info .info_honor dl{
        width: 100%;
    } */
    .section_reports .swiper_reports .img_box img {
        max-width: 19rem;
    }
}