/* banner start  */
* {
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 427px;
    background: url(/EnglishTopic/gzlfz2025051601.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.banner img {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%);
}

/* banner end  */

.bx {
    width: 1150px;
    margin: 0 auto;
}

/* News start */

.container .News {
    margin-top: 60px;
}

.container .News .News_tit h3 {
    background-color: #00afec;
    width:230px;
    height: 55px;
    line-height: 55px;
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    float: left;
    position: relative;
    padding-left:30px;
}
.container .News .News_tit h3 i {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    vertical-align: middle;
    position: absolute;
    margin-left: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.container .News .News_tit h3 i::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: 10px;
}

.container .News .News_tit h3 i::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: -36px;
}

.container .News .News_tit a {
    float: right;
    display: inline-block;
    margin-top: 20px;
    color:#183a83;
    font-size: 16px;
}

.container .News .News_tit a:hover {
    color:#00afec;
}

.container .News .News_content {
    margin-top: 35px;
}

.container .News .News_left {
    width:590px;
    height: 440px;
    background-color: #fff;
    overflow: hidden;
}

.container .News .News_left .swiper {
    position: relative;
    height: 100%;
    width:100%;
}

.container .News .News_left .swiper-wrapper {
    height: 100%;
}

.container .News .News_left .swiper-slide {
    width:100%;
    height: 100%;
}

.container .News .News_left .swiper-slide a img {
      width:100%;
    height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 0.8 !important;
}

.container .News .News_right ul li {
    height: 102px;
    background-color: #fff;
   width:510px;
   margin-bottom: 10px;
   position: relative;
   border:2px solid #7ecdf2;
}

.container .News .News_right ul li:hover {
    background-color: #00afec;
    border:2px solid #00afec;
}
.container .News .News_right ul li:hover a span{
    color:#fff;
}

.container .News .News_right ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    transform: all 0.3s;

}

.container .News .News_right ul li a::before {
    content: '';
    display: inline-block;
    background-color: #00afec;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 13px;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.container .News .News_right ul li:hover a::before {
    background-color: #fff;
}

.container .News .News_right ul li a span {
    font-size: 21px;
    line-height: 24px;
    color: #161616;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    height: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 91%;
}


.key {
    background:url(/EnglishTopic/gzlfz2025051604.jpg) no-repeat center;
    background-size: cover;
    width:100%;
    margin-top: 50px;
    padding-bottom:143px;
}

.container .key .key_tit h3 {
    background-color: #00afec;
    width:230px;
    height: 55px;
    line-height: 55px;
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    float: left;
    position: relative;
    padding-left:30px;
    margin-top: 60px;
}
.container .key .key_tit h3 i {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    vertical-align: middle;
    position: absolute;
    margin-left: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.container .key .key_tit h3 i::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: 10px;
}

.container .key .key_tit h3 i::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: -36px;
}

.container .key .key_top_left ul li {
    width:690px;
    height: 123px;
    background-color: #fff;
    border-radius: 17px;
    margin-top: 30px;
    position: relative;
}

.container .key .key_top_left ul li .span_left {
    background-color: #183a83;
    display: inline-block;
    height: 123px;
    width: 232px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    position: relative;
}

.container .key .key_top_left ul .li4 .span_left {
    width:294px;
}

/* .container .key .key_top_left ul .li4 .span_right {
    width: 396px;
} */

.container .key .key_top_left ul li .span_left i {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    display: inline-block;
    margin-left: 29px;
    margin-right: 16px;
    height: 123px;
    line-height: 123px;
}

.container .key .key_top_left ul li .span_left em {
   color: #fff;
    font-size: 21px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
}

.container .key .key_top_left ul li .span_right {
    display: inline-block;
    font-size: 20px;
    width: 458px;
    padding: 0 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.container .key .key_top_left ul .li4 .span_right {
    width:70%;
}

.container .key .key_top_right {
    margin-top: 30px;
    height: 583px;
}

.container .key .key_top_right img {
    width: 100%;
    height: 100%;
}

.container .key .key_bottom {
    margin-top:105px;
}

.container .key .key_bottom_right ul li {
    width:690px;
    height: 123px;
    background-color: #fff;
    border-radius: 17px;
    margin-top: 30px;
    position: relative;
}

.container .key .key_bottom_right ul li:first-child {
    margin-top: 0;
}

.container .key .key_bottom_right ul li .span_left {
    background-color: #183a83;
    display: inline-block;
    height: 123px;
    width: 232px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
     position: relative;
    
}

.container .key .key_bottom_right ul li .span_left i {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    display: inline-block;
    margin-left: 29px;
    margin-right: 16px;
    height: 123px;
    line-height: 123px;
}

.container .key .key_bottom_right ul li .span_left em {
   color: #fff;
    font-size: 21px;
    display: inline-block;
        position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.container .key .key_bottom_right ul li .span_right {
    display: inline-block;
    font-size: 20px;
    width: 458px;
    padding: 0 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}


/* Cases start */
.Cases .Cases_tit h3 {
    background-color: #00afec;
    width:230px;
    height: 55px;
    line-height: 55px;
    color:#fff;
    font-size: 24px;
    font-weight: 600;
    float: left;
    position: relative;
    padding-left:30px;
    margin-top: 60px;
}
.Cases .Cases_tit h3 i {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    vertical-align: middle;
    position: absolute;
    margin-left: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.Cases .Cases_tit h3 i::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: 10px;
}

.Cases .Cases_tit h3 i::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 15px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    border-right-color: transparent;
    pointer-events: painted;
    top: -14px;
    left: -36px;
}

.Cases .Cases_content {
    margin-top: 34px;
   padding-bottom:90px;

}

.Cases .Cases_content ul li {
     float: left;
    width: 32%;
    background-color: #eaf6fd;
    padding: 8px;
    margin-right: 2%;
    height: 290px;

}

.Cases .Cases_content ul li:nth-child(3) {
    margin-right:0;
}

.Cases .Cases_content ul li a {
    display: block;
    width:100%;
    height: 100%;
    color:#183a83;
}

.Cases .Cases_content ul li a img {
    width: 100%;
    height: 230px;
}

.Cases .Cases_content ul li a span {
    color: #183a83;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.Cases .Cases_content ul li:hover {
    background-color: #183a83;
}


.Cases .Cases_content ul li:hover span {
    color:#fff;
}

@media screen and (max-width: 1200px) {
    .bx {
        width:95%;
    }

    .banner img {
        width:80%;
    }

    .container .News .News_left {
        float: none;
        margin:0 auto;
    }

    .key {
        padding-bottom:40px;
    }

    .container .key .key_top {
        display: flex;
        flex-direction: column-reverse;
    }

    .container .key .key_top_left {
        width:100%;
    }

    .container .key .key_top_left ul li {
    width: 100%;
    }

    .container .key .key_top_left ul li .span_left i {
        font-size:70px;
    }

    .container .key .key_top_left ul li .span_right {
    width:70%;
    padding: 0px 25px
}

    .container .key .key_top_right {
    margin-top: 30px;
    height: auto;
    width: 58%;
    margin: 0 auto;
    margin-top: 30px;
}

    .container .News .News_right {
       margin: 0 auto;
        margin-top: 30px;
         width:100%;
}



.container .News .News_right ul li {
    width:100%;
}

.container .key .key_bottom {
    margin-top: 30px;
}

.container .key .key_bottom .key_bottom_left {
        text-align: center;
        width: 100%;
}

.container .key .key_bottom_right {
    margin-top: 30px;
    width: 100%;
}

.container .key .key_bottom_right ul li {
    width: 100%;
    margin-right:0;
    margin-bottom: 30px;
}

.container .key .key_bottom_right ul li .span_right {
    width:70%;
    padding: 0px 25px;
}

.container .key .key_bottom_right ul li .span_left i {
    font-size: 70px;
}




.Cases .Cases_content ul li {
        width: 32%;
        margin-right: 2%;
}

/* .Cases .Cases_content ul li a img{
    width:100%;
    height: 100%;
} */


}

@media screen and (max-width: 900px) { 

.Cases .Cases_content ul li {
        height: 240px;
}

.Cases .Cases_content ul li a img {
    height: 187px;
}

.Cases .Cases_content ul li a span {
    margin-top: 0.5vw;
    font-size: 16px;
}
}


@media screen and (max-width: 760px) {

    .banner {
    width: 100%;
    height: 300px;
    }

    .container .News {
    margin-top: 30px;
}

    .container .News .News_left {
        width: auto;
        height: auto;
    }

    .container .News .News_content {
        margin-top: 25px;
    }

    .container .News .News_tit {
            display: flex
;
    justify-content: space-between;
    align-items: center;
    }

    .container .News .News_tit::after {
        display: none;
    }

    .container .News .News_tit h3 {
        width: 160px;
        margin-left: 0px;
        text-align: left;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
    }

        .container .News .News_tit h3 i {
        margin-left: 27px;
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
    }

     .container .News .News_tit h3 i::before {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: -28px;
    }

   .container .News .News_tit h3 i::after {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: 4px;
    }

    .container .News .News_tit a {
        margin-top:unset;
    }



    .container .News .News_right {
        margin-top: 25px;
    }

    .container .News .News_right ul li {
        margin-bottom:15px;
    }

    .container .News .News_left {
        width: 100%;
        height: 50vw;
    }
    

    .container .News .News_left .swiper-slide a img {
        width:100%;
        height: 100%;
    }

    

    .key {
        margin-top: 25px;
        padding-bottom:25px;
    }

    .container .key .key_tit h3 {
        margin-top: 30px;
        width: 210px;
        margin-left: 0px;
        text-align: left;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
    }

      .container .key .key_tit h3 i {
        margin-left: 27px;
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
    }

     .container .key .key_tit h3 i::before {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: -28px;
    }

   .container .key .key_tit h3 i::after {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: 4px;
    }

    .container .key .key_top_right {
            width:80%;
            margin-top: 25px;
    }

    .container .key .key_top_left {
        margin-top: 10px;
    }

.container .key .key_top_left ul li {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-top: 15px;
}

.container .key .key_top_left ul li .span_left {
    display: block;
    width: 100%;
    height: auto;
    border-top-right-radius: 17px;
    border-bottom-left-radius:0;
    position: unset;
}

.container .key .key_top_left ul li .span_left i {
    font-size: 56px;
    line-height: normal;
    height: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.container .key .key_top_left ul li .span_left em {
    font-size: 17px;
    position: unset;
    transform: none;
}

/* .container .key .key_top_left ul li .span_left em br {
    display: none;
} */

.container .key .key_top_left ul li .span_right {
    display: block;
    position: unset;
    transform: none;
    width:100%;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 31px;

}

.container .key .key_top_left ul .li4 .span_left {
    width:100%;
}

.container .key .key_bottom .key_bottom_left img {
    width:100%;
}

.container .key .key_bottom_right ul li {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top:0;
}

.container .key .key_bottom_right ul li .span_left {
    display: block;
    width: 100%;
    height: auto;
    border-top-right-radius: 17px;
    border-bottom-left-radius:0;
    position: unset;
}

.container .key .key_bottom_right ul li .span_left i {
    font-size: 56px;
    line-height: normal;
    height: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.container .key .key_bottom_right ul li .span_left em {
    font-size: 17px;
    position: unset;
    transform: none;
}

.container .key .key_bottom_right ul li .span_right {
    display: block;
    position: unset;
    transform: none;
    width:100%;
    padding: 10px 15px;
      font-size: 18px;
    line-height: 31px;
}

.Cases .Cases_tit h3 {
        margin-top: 30px;
        width: 165px;
        margin-left: 0px;
        text-align: left;
        padding-left: 15px;
        height: 45px;
        line-height: 45px;
    }

      .Cases .Cases_tit  h3 i {
        margin-left: 27px;
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
    }

     .Cases .Cases_tit  h3 i::before {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: -28px;
    }

   .Cases .Cases_tit  h3 i::after {
        border: 12px solid #fff;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #fff;
        border-right-color: transparent;
        top: -12px;
        left: 4px;
    }

.Cases .Cases_content {
    margin-top: 15px;
    padding-bottom:0px;
}

.Cases .Cases_content ul {
    display:flex;
    flex-direction: column;
}

.Cases .Cases_content ul li {
    width:100%;
    margin-top: 15px;
}

    .Cases .Cases_content ul li a span {
        margin-top: 1vw;
    }




            


}













