.blob {
    transform: scale(1);
    animation: pulse-red 3s infinite;
}
.pb50{
    padding-bottom: 50px
}
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
        /*box-shadow:0 0 0 0 rgba(38,73,135,0.7)*/
    }
    70% {
        transform: scale(1);
        opacity: 0;
        /*box-shadow:0 0 0 10px rgba(38,73,135,0)*/
    }
    100% {
        transform: scale(0.95);
        opacity: 0.8;
        /*box-shadow:0 0 0 0 rgba(38,73,135,0)}*/
    }
}

.header {
    position: absolute;
    top: 32px;
    z-index: 998;
}

.head {
    display: flex;
    justify-content: space-between;
    padding: 0 97px;
}

.header .logo {
    width: 300px;
}

.header .nav {
    width: 850px;
}

.header .nav .nav_list {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
}

.header .nav .nav_list a {
    color: #fff;
}

.header .search {
    width: 180px;
    text-align: right;
    color: #fff;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 700;
    line-height: 238%;
    /* 38.08px */
}

.header .search img {
    margin-right: 10px;
}

.header .banner .swiper .swiper-slide {
    position: relative;
}

.banner .swiper .swiper_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: PingFang SC;
    font-size: 48.571px;
    font-weight: 500;
}

.banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 41px;
}

.banner .swiper .swiper-pagination-bullet {
    background: #fff;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
}

.swiper-pagination-bullet-active {
    width: 100px;
    border-radius: 10px;
    background: #C52527 !important;
}

.section_1 {
    background: url("../image/banner_5.png") no-repeat center right;
    background-size: contain;
    padding: 212px 0 216px;
    margin-left: 312px;
}

.section_1 .title {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 238%;
    /* 76.16px */
}

.section_1 .title_en {
    color: #C52527;
    font-size: 20px;
    line-height: 238%;
    font-weight: 700;
    font-family: PingFang SC;
    /* 47.6px */
    margin-bottom: 32px;
}

.section_1 .se1_text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 226%;
    /* 45.2px */
    margin-bottom: 57px;
    width: 850px;
}

.section_1 .more {
    width: 225px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.section_1 .more a {
    display: block;
    border-radius: 10px
}
.section_1 .more a:hover{
    background-color: #C52527;
    color: #fff;
    border-radius: 10px
}
.section_1 .more:hover{
    border-radius:10px
}
.section_2 {
    height: 129px;
    line-height: 129px;
    padding-left: 75px;
    background: #F8F8F8;
}

.section_3 {
    width: 1107px;
    margin: 0 auto;
}

.section_3 .st3list {
    padding: 71px 0 71px;
}

.section_3 .st3list .st3num {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20.735px;
    font-weight: 600;
}

.section_3 .st3list .st3num img {
    margin-right: 15px;
}

.section_3 .st3list .st3num span {
    color: #C52527;
    font-family: Frick 0.3;
    font-size: 87.087px;
    font-weight: 700;
    /* 0px */
}

.section_3 .st3list .text {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 19.439px;
    font-style: normal;
    font-weight: 400;
    line-height: 74.5%;
    /* 14.482px */
}

.section_4 .swiper2 {
    overflow: hidden;
}

.section_4 .swiper-slide {
    height: 438px;
}
/*.section_4 .swiper-slide:hover img{*/
/*    opacity: 0.5;*/
/*}*/
.section_4 .swiper-slide img {
    object-fit: cover;
}

.section_4 .swiper-horizontal>.section_4 .swiper-pagination-bullets,
.section_4 .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    bottom: -47px;
    position: relative;
}

.section_5 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 138px;
    padding-bottom: 233px;
}

.section_5 .title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
}

.section_5 .title_en {
    color: #C52527;
    font-size: 20px;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
}

.section_5 .list {
    margin-top: 37px;
}

.section_5 .st5list {
    width: 30%;
}

.section_5 .st5list .image {
    margin-bottom: 22px;
}
.section_5 .st5list .image img{
    height: 255px;object-fit: cover;
}
.section_5 .st5list .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
}
/*.section_5 .st5list :hover .section_5 .st5list .text{*/
/*    color: #C52527 !important;*/
/*}*/
/*.section_5 .st5list .time:hover{*/
/*    color: #C52527;*/
/*}*/
.section_5 .st5list .mores {
    align-items: center;
}

.section_5 .st5list .time {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 400;
    line-height: 152.5%;
    /* 30.5px */
}

.section_5 .st5list .arrows {
    background: url("../image/banner_17.png") no-repeat center right;
    background-size: cover;
    width: 43px;
    height: 12px;
    transition: 0.5s;
}

.section_5 .st5list:hover .arrows {
    background: url("../image/banner_18.png") no-repeat center right;
    transition: 0.5s;
}

.section_6 .left {
    width: 50%;
    position: relative;
}

.section_6 .left .left_head {
    height: 172px;
    line-height: 172px;
    text-align: center;
    background: #F8F8F8;
}

.section_6 .left .left_cont {
    /*position: absolute;*/
    top: 30%;
    left: 13%;
    transform: translate(10%, 20%);
}

.section_6 .left .left_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.section_6 .left .left_cont .title_en {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
}

.section_6 .left .left_cont .list {
    margin-top: 37px;
}

.section_6 .left .left_cont .list .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 240.5%;
    /* 48.1px */
}

.section_6 .right {
    width: 50%;
}

.section_6 .right .swiper-slide {
    position: relative;
}

.section_6 .right .swiper-slide .right_cont {
    position: absolute;
    top: 210px;
    padding: 0 55px;
    width: 100%;
}

.section_6 .right .swiper-slide .right_cont .sw_text {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
}

.section_6 .right .swiper-slide .right_cont .sw_texten {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16.929px;
    font-style: normal;
    font-weight: 400;
    line-height: 238%;
    /* 40.29px */
    text-transform: uppercase;
}

.section_6 .right .swiper-slide .arrows {
    margin-top: 51px;
    float: right;
}

.footer_bg {
    background: #F2F2F2;
    padding-top: 72px;
}

.footer {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.footer .message .info_list {
    margin-top: 25px;
}

.footer .message .info_list .infos {
    color: #000;
    font-family: PingFang SC;
    font-size: 13.642px;
    font-weight: 400;
    line-height: 196%;
    /* 26.737px */
}

.footer .message .info_list .infos img {
    margin-right: 9px;
}

.footer .code .code_list {
    margin: 0 13px;
}

.footer .code .code_list .code_text {
    color: #000;
    font-family: PingFang SC;
    font-size: 13.938px;
    margin-top: 5px;
    font-weight: 400;
}

.footer .links {
    overflow: hidden;
    width: 30%;
}

.footer .links .link_list {
    width: 95px;
}

.footer .links .word {
    align-items: center;
    margin-bottom: 15px;
}

.footer .links .word .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 13.938px;
    font-weight: 400;
}

.footer .links .word .image {
    background: url("../image/banner_31.png") no-repeat center center;
    background-size: cover;
    width: 6px;
    height: 10px;
    transition: 0.5s;
}

.footer .links .word:hover .image {
    background: url("../image/banner_32.png") no-repeat center center;
    transition: 0.5s;
}

.record {
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #ADADAD;
    justify-content: center;
}

.record .text {
    margin: 0 20px;
}

.news_banner {
    background: url("../image/banner_33.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.news_banner .ban_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.news_banner .ban_cont .title {
    color: #FFF;
    font-family: Source Han Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 192%;
    /* 76.8px */
}

.news_banner .ban_cont .title_en {
    color: #FFF;
    font-family: Source Han Sans;
    font-size: 15.87px;
    font-weight: 400;
    line-height: 192%;
    /* 30.47px */
    text-transform: uppercase;
    margin-bottom: 21px;
}

.news_banner .ban_cont .wire {
    width: 60px;
    height: 3px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FFF;
    margin: 0 auto;
    margin-bottom: 15px;
}

.news_banner .ban_cont .text {
    color: #FFF;
    font-family: Source Han Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 192%;
    /* 57.6px */
    text-transform: uppercase;
}

.news_banner .special {
    position: absolute;
    bottom: 5%;
    left: 49%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.news_cont {
    margin-top: 102px;
    padding-bottom: 135px;
}

.news_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.news_cont .title_en {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.news_cont .news_tab {
    text-align: center;
    justify-content: center;
    margin-top: 54px;
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
}

.news_cont .news_tab .tab {
    margin: 0 42px;
    color: #424242;
    font-family: PingFang SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news_cont .news_tab .tab.active {
    border-bottom: 6px solid #C52726;
    padding-bottom: 22px;
    color: #C52726;
    margin-bottom: -3px;
}

.news_cont .tab_cont {
    width: 1300px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 95px;
}

.news_cont .tab_cont .list {
    align-items: center;
    margin-bottom: 53px;
    background-color: #fff;
    transition: 0.5s;
}

.news_cont .tab_cont .image {
    width: 28%;
}

.news_cont .tab_cont .image img {
    vertical-align: middle;
    height: 240px;object-fit: cover;
}

.news_cont .tab_cont .matter {
    width: 72%;
    padding: 0 31px;
}

.news_cont .tab_cont .matter .name {
    color: #000;
    font-family: PingFang SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}

.news_cont .tab_cont .matter .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
    /* 30.705px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 22px;
}

.news_cont .tab_cont .matter .mores {
    align-items: center;
}

.news_cont .tab_cont .matter .time {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.523%;
    /* 30.705px */
}

.news_cont .tab_cont .matter .more {
    width: 220px;
    height: 60.53px;
    line-height: 60.53px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #5B5B5B;
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 400;
}

.news_cont .tab_cont .list:hover {
    background-color: #C52527;
    transition: 0.5s;
}

.news_cont .tab_cont .list:hover .matter .name {
    color: #fff;
    transition: 0.5s;
}

.news_cont .tab_cont .list:hover .matter .text {
    color: #fff;
    transition: 0.5s;
}

.news_cont .tab_cont .list:hover .matter .time {
    color: #fff;
    transition: 0.5s;
}

.news_cont .tab_cont .list:hover .matter .more {
    border: 1px solid #fff;
    color: #C52527;
    background-color: #fff;
    transition: 0.5s;
}

.pager .pagination {
    justify-content: center;
}

.pager .pagination li {
    margin: 0 7.5px;
    list-style: none;
    width: 28.021px;
    height: 28.021px;
    line-height: 28.021px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #676767;
    color: #777;
    font-size: 14.01px;
    font-weight: 400;
    background-color: #fff
}

.pager .pagination li.active {
    background-color: #C42F33;
    color: #fff;
    border: 1px solid #C42F33;
}

.pager .pagination li a {
    display: block;
}

.show_news {
    margin-top: 122px;
    padding-bottom: 187px;
}

.show_news .title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 26px;
}

.show_news .subhead {
    width: 1300px;
    border-bottom: 1px solid #00000036;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 40px;
}

.show_news .subhead .ment {
    margin: 0 11px;
}

.show_news .sn_cont {
    width: 1300px;
    margin: 0 auto;
    margin-top: 57px;
}

.show_news .sn_cont .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: 400;
    line-height: 159%;
    /* 34.98px */
    text-indent: 2em;
}

.show_news .sn_cont .image {
    margin: 40px 0;
}

.bus_banner {
    background: url("../image/banner_43.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.bus_cont {
    margin-top: 133px;
}

.bus_section1 {
    width: 1300px;
    margin: 0 auto;
}

.bus_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    /* 76.16px */
}

.bus_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-size: 20px;
    font-weight: 500;
    line-height: 238%;
     margin-bottom: 36px;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.bus_section1 .sec1cont {
    position: relative;
}

.bus_section1 .sec1list {
    margin-top: 36px;
}

.bus_section1 .list {
    position: relative;
    width: 48%;
}

.bus_section1 .list .ment {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-30%, -50%);
}

.bus_section1 .list .ment .icon {
    margin-bottom: 17px;
    text-align: center;
}

.bus_section1 .list .ment .text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 160.5%;
    /* 38.52px */
}

.bus_section1 .icon_2 {
    width: 154px;
    height: 154px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bus_section2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 133px;
}

.bus_section2 .sec2cont {
    position: relative;
    margin-top: 36px;
}

.bus_section2 .list {
    width: 24%;
}

.bus_section2 .list .image {
    margin-bottom: 18px;
}

.bus_section2 .list .name {
    margin-bottom: 11px;
    color: #C52726;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.bus_section2 .list .text {
    color: #424242;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bus_section2 .sec2arrows {
    justify-content: center;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bus_section2 .sec2arrows .icon {
    width: 25.5%;
    text-align: center;
}

.bus_cont .bus_section3 {
    margin-top: 206px;
    background: url("../image/banner_54.png") no-repeat center center;
    background-size: cover;
    padding: 64px 0 90px;
}

.bus_cont .bus_section3 .sec3cont {
    width: 1300px;
    margin: 0 auto;
}

.bus_cont .bus_section3 .sec3cont .title {
    text-align: left;
}

.bus_cont .bus_section3 .sec3cont .title_en {
    text-align: left;
}

.bus_cont .bus_section3 .sec3cont .name {
    color: #C52726;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 33px;
}

.bus_cont .bus_section3 .sec3cont .text {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
    line-height: 197.5%;
    /* 39.5px */
    margin-bottom: 37px;
    width: 618px;
}

.bus_section4 {
    margin: 0 auto;
    margin-top: 194px;
    width: 1300px;
}

.bus_section4 .efls {
    height: 550px;
    width: 40%;
    text-align: center;
    background: url("../image/banner_65.png") no-repeat center center;
    background-size: inherit;
    flex-wrap: wrap;
}

.bus_section4 .efls .tab2 {
    width: 100%;
}

.bus_section4 .efls .tab .tab_ment {
    width: 169px;
    height: 169px;
    text-align: center;
    border: 17px solid #EEBEBE;
    border-radius: 50%;
    align-items: center;
    display: grid;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
}

.bus_section4 .efls .tab.active .tab_ment {
    border: 17px solid #C52726;
    background-color: #C52726;
}

.bus_section4 .efls .tab .tab_ment .text {
    color: #C52726;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.bus_section4 .efls .tab.active .tab_ment .text {
    color: #fff;
}

.bus_section4 .efls .tab3 .tab_ment {
    width: 138px;
    height: 138px;
    border: 13px solid #EEBEBE;
}

.bus_section4 .sec4cont {
    width: 60%;
}

.bus_section4 .sec4cont .arrows {
    margin-top: 87px;
}

.bus_section4 .sec4cont .word {
    /*background: url("../image/banner_55.png") no-repeat center center;*/
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    padding: 46px 0px 82px 56px;
}

.bus_section4 .sec4cont .word .name {
    color: #C52726;
    font-size: 24.377px;
    font-weight: 500;
    line-height: 238%;
    /* 69.917px */
    text-transform: uppercase;
}

.bus_section4 .sec4cont .word .text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 192.5%;
    /* 30.8px */
    text-transform: uppercase;
}

.bus_section5 {
    margin-top: 197px;
}

.bus_section5 .bus5cont {
   
    flex-wrap: wrap;
        overflow: hidden;
    /*height: 600px;*/
    /*margin-bottom: 50px;*/
}

.bus_section5 .bus5cont .list {
    width: 24.5%;
    position: relative;
    margin-bottom: 1%;
    /*height: 281px;*/
}
.swiper11{
    overflow: hidden;
}
.bus_section5 .bus5cont .list .list_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 30px;
    transition: 0.5s;
}

.bus_section5 .bus5cont .list .list_bg:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
}

.bus_section5 .bus5cont .list .list_bg .name {
    text-align: center;
    /*color: #000;*/
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 57.12px */
    text-transform: uppercase;
    color: #fff;
}

.bus_section5 .bus5cont .list .list_bg:hover .name {
    color: #000;
}

.bus_section5 .bus5cont .list .list_bg .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 29px */
    text-transform: uppercase;
    display: none;
}

.bus_section5 .bus5cont .list .list_bg:hover .text {
    display: block;
}

.bus_section5 .bus5cont .list .bgs {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.bus_section6 {
    /*margin-top: 194px;*/
}

.bus_section6 .bus6cont {
    flex-wrap: wrap;
    height: 650px;
}

.bus_section6 .bus6cont .list {
    /*background: #F8F8F8;*/
    /*margin-left: 0.25%;*/
    /*margin-right: 0.25%;*/
    width: 12%;
    height: 150px;
    line-height: 182px;
    text-align: center;
    margin-bottom: 13px;
}

.bus_section6 .bus6cont .list img {
    align-items: center;
    line-height: 282px;
}

.case_banner {
    background: url("../image/banner_73.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.case_cont {
    width: 1300px;
    margin: 0 auto;
    margin-top: 160px;
    padding-bottom: 87px;
}

.case_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    /* 76.16px */
}

.case_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-size: 20px;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.case_cont .carousel {
    margin-top: 54px;
}

.case_cont .mySwiper2bot {
    margin-bottom: 42px;
}

.case_cont .mySwiper2fa .swiper-slide {
    align-items: center;
}

.case_cont .mySwiper2fa .swiper-slide .left {
    width: 50%;
}

.case_cont .mySwiper2fa .swiper-slide .right {
    width: 45%;
}

.case_cont .mySwiper2fa .swiper-slide .right .name {
    color: #000;
    font-family: PingFang SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 66.64px */
}

.case_cont .mySwiper2fa .swiper-slide .right .wire {
    width: 55px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #C52527;
    margin-top: 8px;
}

.case_cont .mySwiper2fa .swiper-slide .right .text {
    margin-top: 23px;
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.5%;
    /* 25.36px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.case_cont .mySwiper2fa .swiper-slide .right .more {
    width: 190px;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #C52527;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-top: 106px;
    align-items: center;
}

.case_cont .mySwiper1fa {
    position: relative;
}

.case_cont .mySwiper1fa .swiper-button-prev2 {
    width: 46px;
    height: 46px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 52px;
    left: -74px;
    border-radius: 50%;
    cursor: pointer;
}

.case_cont .mySwiper1fa .swiper-button-next2 {
    width: 46px;
    height: 46px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 52px;
    right: -60px;
    border-radius: 50%;
    cursor: pointer;
}

.case_cont .mySwiper1fa .swiper-button-prev2:after {
    display: none;
}

.case_cont .mySwiper1fa .swiper-button-next2:after {
    display: none;
}

.case_cont .mySwiper1fa .swiper-button-prev2 {
    background: url(../image/banner_74.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.case_cont .mySwiper1fa .swiper-button-prev2:hover {
    background: url(../image/banner_78.png) no-repeat center center;
    background-size: 100%;
}

.case_cont .mySwiper1fa .swiper-button-next2 {
    background: url(../image/banner_75.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.case_cont .mySwiper1fa .swiper-button-next2:hover {
    background: url(../image/banner_79.png) no-repeat center center;
    background-size: 100%;
}

.case_map {
    width: 890px;
    margin: 0 auto;
    margin-top: 106px;
    position: relative;
    margin-bottom: 40px;
}

.case_map .place .place_cont {
    text-align: center;
    width: 60px;
}

.case_map .place .place_cont .place_name {
    background: url("../image/banner_76.png") no-repeat center center;
    width: 60px;
    height: 60px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    opacity: 0;
    transition: 0.25s;
    position: absolute;
    top: -62px;
    z-index: 99;
}

.case_map .place .place_cont .place_dian {
    width: 19px;
    height: 19px;
    margin: 0 auto;
    z-index: 999;
    position: sticky;
}

.case_map .place .place_1 {
    position: absolute;
    right: 27%;
    top: 32%;
}

.case_map .place .place_2 {
    position: absolute;
    right: 25%;
    top: 40%;
}
.case_map .place .place_qq{
    position: absolute;
    right: 15%;
    top: 15%;
}
 .case_map .place .place_henan{
     position: absolute;
     right: 30%;
     top: 50%;
 }
.case_map .place .place_sc{
    position: absolute;
    right: 50%;
    top: 60%;
}
.case_map .place .place_hb{
    position: absolute;
    right: 28.5%;
    top: 42%;
}
.case_map .place .place_3 {
    position: absolute;
    right: 20%;
    top: 45%;
}

.case_map .place .place_4 {
    position: absolute;
    right: 33%;
    top: 42%;
}

.case_map .place .place_5 {
    position: absolute;
    right: 22%;
    top: 55%;
}

.case_map .place .place_6 {
    position: absolute;
    right: 31%;
    top: 59%;
}

.case_map .place .place_7 {
    position: absolute;
    right: 18%;
    top: 57%;
}

.case_map .place .place_8 {
    position: absolute;
    right: 16%;
    top: 62%;
}

.case_map .place .place_9 {
    position: absolute;
    right: 20%;
    top: 75%;
}

.case_map .place .place_10 {
    position: absolute;
    right: 30%;
    top: 84%;
}
.case_map .place .place_hn {
    position: absolute;
    right: 38%;
    top: 93%;
}
.case_map .place .place_11 {
    position: absolute;
    right: 14%;
    top: 79%;
}

.deve_banner {
    background: url("../image/banner_81.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.deve_cont {
    margin-top: 150px;
    padding-bottom: 160px;
}

.deve_cont .deve_section_1 {
    background: url("../image/banner_82.png") no-repeat center center;
    background-size: cover;
    height: 600px;
}

.deve_cont .deve_section_1 .title {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    padding-top: 173px;
    text-align: center;
}

.deve_cont .deve_section_1 .title_en {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.deve_cont .deve_section_1 .text {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 192%;
    /* 30.72px */
    width: 980px;
    margin: 0 auto;
}

.deve_cont .deve_section_2 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 178px;
    align-items: center;
}

.deve_cont .deve_section_2 .ds2_left {
    width: 43%;
}

.deve_cont .deve_section_2 .ds2_left .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.deve_cont .deve_section_2 .ds2_left .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    margin-bottom: 34px;
}

.deve_cont .deve_section_2 .ds2_left .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 192%;
    /* 30.72px */
}

.deve_cont .deve_section_2 .ds2_right {
    width: 50%;
}

.deve_cont .deve_section_3 {
    margin-top: 158px;
}

.deve_cont .deve_section_3 .list {
    width: 24.5%;
    position: relative;
    margin-bottom: 0.5%;
}

.deve_cont .deve_section_3 .list .list_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 0 71px;
    transition: 0.5s;
}

.deve_cont .deve_section_3 .list .list_bg:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
}

.deve_cont .deve_section_3 .list .list_bg .name {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 57.12px */
    text-transform: uppercase;
    color: #fff;
}

.deve_cont .deve_section_3 .list .list_bg:hover .name {
    color: #000;
}

.deve_cont .deve_section_3 .list .list_bg .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 29px */
    text-transform: uppercase;
    display: none;
}

.deve_cont .deve_section_3 .list .list_bg:hover .text {
    display: block;
}

.deve_cont .deve_section_3 .list .bgs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 327px;
}

.deve_cont .deve_section_4 {
    margin-top: 160px;
}

.deve_cont .deve_section_4 .ds4_cont {
    width: 1300px;
    margin: 0 auto;
}

.deve_cont .deve_section_4 .ds4_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.deve_cont .deve_section_4 .ds4_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
}

.deve_cont .deve_section_4 .ds4_cont .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.5%;
    /* 33.1px */
    margin-top: 25px;
}

.deve_cont .deve_section_5 {
    margin-top: 160px;
    background: #FAFAFA;
    padding-top: 115px;
    padding-bottom: 115px;
}

.deve_cont .deve_section_5 .title {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.deve_cont .deve_section_5 .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.deve_cont .deve_section_5 .ds5_cont {
    width: 1300px;
    margin: 0 auto;
}

.deve_cont .deve_section_5 .ds5_cont .st3list {
    padding: 65px 0 65px;
}

.deve_cont .deve_section_5 .ds5_cont .st3list .st3num {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20.735px;
    font-weight: 600;
}

.deve_cont .deve_section_5 .ds5_cont .st3list .st3num img {
    margin-right: 15px;visibility: hidden;
}

.deve_cont .deve_section_5 .ds5_cont .st3list .st3num span {
    color: #C52527;
    font-family: Frick 0.3;
    font-size: 87.087px;
    font-weight: 700;
    /* 0px */
}

.deve_cont .deve_section_5 .ds5_cont .st3list .text {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 19.439px;
    font-style: normal;
    font-weight: 400;
    line-height: 74.5%;
    /* 14.482px */
}

.deve_cont .deve_section_5 .info {
    text-align: right;
    color: #6C6C6C;
    text-align: right;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.5%;
    /* 24.825px */
    width: 1300px;
    margin: 0 auto;
}

.deve_cont .deve_section_6 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 160px;
}

.deve_cont .deve_section_6 .title {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.deve_cont .deve_section_6 .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.deve_cont .deve_section_6 .ds6_cont {
    align-items: center;
    margin-top: 52px;
}

.deve_cont .deve_section_6 .left {
    width: 51%;
}

.deve_cont .deve_section_6 .right {
    width: 45%;
}

.deve_cont .deve_section_6 .right .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165.5%;
    /* 33.1px */
}

.asso_banner {
    background: url("../image/banner_93.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.asso_cont {
    margin-top: 120px;
    /*padding-bottom: 115px;*/
}

.asso_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 158%;
    /* 76.16px */
}

.asso_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.asso_cont .asso_section1 {
    width: 1300px;
    margin: 0 auto;
}

.asso_cont .asso_section1 .as_cont1 {
    align-items: center;
    margin-top: 33px;
}

.asso_cont .asso_section1 .as_cont1 .left {
    width: 48%;
}

.asso_cont .asso_section1 .as_cont1 .right {
    width: 48%;
}

.asso_cont .asso_section1 .as_cont1 .right .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 192%;
    /* 30.72px */
}

.asso_cont .asso_section2 {
    margin-top: 138px;
}

.asso_cont .asso_section2 .as_cont1 {
    align-items: center;
    margin-top: 55px;
}

.asso_cont .asso_section2 .as_cont1 .left {
    width: 52%;
}

.asso_cont .asso_section2 .as_cont1 .right {
    width: 44%;
}

.asso_cont .asso_section3 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 138px;
}

.asso_cont .asso_section3 .as3_list {
    margin-top: 36px;
}

.asso_cont .asso_section3 .as3_list .list {
    width: 22%;
}

.asso_cont .asso_section3 .as3_list .list .image {
    margin-bottom: 20px;
}

.asso_cont .asso_section3 .as3_list .list .name {
    color: #000;
    font-family: PingFang SC;
    margin-bottom: 6px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.asso_cont .asso_section3 .as3_list .list .text {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 38.4px */
}

.asso_cont .asso_section4_bg {
    background: #FAFAFA;
    padding: 78px 0 81px;
    margin-top: 138px;
}

.asso_cont .asso_section4 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.asso_cont .asso_section4 .swiper1 {
    margin-top: 35px;
    overflow: hidden;
}

.asso_cont .asso_section4 .swiper-button-prev1 {
    width: 34px;
    height: 66px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 50%;
    left: -74px;
    border-radius: 50%;
    cursor: pointer;
}

.asso_cont .asso_section4 .swiper-button-next1 {
    width: 34px;
    height: 66px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 50%;
    right: -60px;
    border-radius: 50%;
    cursor: pointer;
}

.asso_cont .asso_section4 .swiper-button-prev1:after {
    display: none;
}

.asso_cont .asso_section4 .swiper-button-next1:after {
    display: none;
}

.asso_cont .asso_section4 .swiper-button-prev1 {
    background: url(../image/banner_99.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.asso_cont .asso_section4 .swiper-button-prev1:hover {
    background: url(../image/banner_101.png) no-repeat center center;
    background-size: 100%;
}

.asso_cont .asso_section4 .swiper-button-next1 {
    background: url(../image/banner_100.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.asso_cont .asso_section4 .swiper-button-next1:hover {
    background: url(../image/banner_102.png) no-repeat center center;
}

.asso_cont .asso_section4 .name {
    margin-top: 10px;
    color: black;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 192%;
    /* 57.6px */
}

.asso_cont .asso_section4 .text {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 192%;
    /* 38.4px */
}

.asso_cont .asso_section5 {
    width: 1300px;
    margin: 0 auto;
    margin-top: 138px;
    position: relative;
}

.asso_cont .asso_section5 .swiper2 {
    overflow: hidden;
    margin-top: 60px;
}

.asso_cont .asso_section5 .swiper-button-prev2 {
    width: 22px;
    height: 46px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 60%;
    left: -74px;
    border-radius: 50%;
    cursor: pointer;
}

.asso_cont .asso_section5 .swiper-button-next2 {
    width: 22px;
    height: 46px;
    text-align: center;
    display: block;
    /* margin: 700px 300px 0 300px; */
    position: absolute;
    top: 60%;
    right: -60px;
    border-radius: 50%;
    cursor: pointer;
}

.asso_cont .asso_section5 .swiper-button-prev2:after {
    display: none;
}

.asso_cont .asso_section5 .swiper-button-next2:after {
    display: none;
}

.asso_cont .asso_section5 .swiper-button-prev2 {
    background: url(../image/banner_99.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.asso_cont .asso_section5 .swiper-button-prev2:hover {
    background: url(../image/banner_101.png) no-repeat center center;
    background-size: 100%;
}

.asso_cont .asso_section5 .swiper-button-next2 {
    background: url(../image/banner_100.png) no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.asso_cont .asso_section5 .swiper-button-next2:hover {
    background: url(../image/banner_102.png) no-repeat center center;
}

.coop_banner {
    background: url("../image/banner_103.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.coop_cont {
    margin-top: 120px;
    padding-bottom: 178px;
}

.coop_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.coop_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.coop_cont .coop_section1 {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.coop_cont .coop_section1 .image {
    margin-top: 55px;
}

.coop_cont .coop_section1 .cs1_list {
    margin-top: 60px;font-size: 20px;
}

.coop_cont .coop_section1 .cs1_list img {
    margin-right: 5px;
}

.join_banner {
    background: url("../image/banner_108.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.join_cont {
    margin: 120px 0;
}

.join_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.join_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.join_cont .list_cont {
    width: 1300px;
    margin: 0 auto;
}

.join_cont .list_cont .list {
    width: 100%;
    margin-bottom: 38px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 46px;
}

.join_cont .list_cont .list .name {
    align-items: center;
    display: flex;
    background-color: #C52527;
    height: 83px;
    line-height: 83px;
    justify-content: space-between;
    padding: 0 28px 0 62px;
}

.join_cont .list_cont .list .name .word {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.join_cont .list_cont .list .name .icon {
    background: url("../image/banner_109.png") no-repeat center right;
    background-size: contain;
    height: 24px;
    width: 24px;
}

.join_cont .list_cont .list.active .name {
    color: #fff;
    background-color: #C52527;
}

.join_cont .list_cont .list.active .name .icon {
    background: url("../image/banner_110.png") no-repeat center right;
    background-size: contain;
}

.join_cont .list_cont .handle {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 30px;
    padding: 21px 26px 21px 56px;
}

.join_cont .list_cont .handle .treat {
    color: #252525;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 189.5%;
    /* 37.9px */
}

.join_cont .list_cont .list .ment {
    margin: 55px 68px 0;
}

.join_cont .list_cont .list .ment .section_s {
    margin-bottom: 41px;
}

.join_cont .list_cont .list .ment .titles {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 23px;
}

.join_cont .list_cont .list .ment .titles img {
    margin-right: 20px;
}

.join_cont .list_cont .list .ment .text {
    color: #252525;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 25.2px */
    margin-bottom: 20px;
}

.join_cont .list_cont .list .ment .more {
    width: 225.317px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    flex-shrink: 0;
    background: #C52527;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}

.join_cont .list_cont .list .ment .more a {
    display: block;
}

.vacy_banner {
    background: url("../image/banner_112.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.vacy_cont {
    margin: 120px 0;
}

.vacy_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.vacy_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.vacy_cont .vacy_list {
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
}

.vacy_cont .vacy_list .text {
    color: #000;
    font-family: PingFang SC;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 159%;
    /* 34.98px */
}

.frien_banner {
    background: url("../image/banner_113.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.frien_cont {
    margin: 120px 0;
}

.frien_cont .title {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.frien_cont .title_en {
    color: rgba(197, 37, 39, 0.22);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.frien_cont .frien_list {
    width: 1300px;
    margin: 0 auto;
    margin-top: 54px;
    flex-wrap: wrap;
}

.frien_cont .frien_list .list {
    width: 25%;
    line-height: 64px;
    /*line-height: 104px;*/
    text-align: center;
    /*background: #F6F6F6;*/
    color: #C52527;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    /*margin-bottom: 44px;*/
}

/*.frien_cont .frien_list .list:hover {*/
/*    background-color: #C52726;*/
/*    color: #fff;*/
/*}*/

.frien_cont .frien_list .list a {
    display: block;
}

.group_banner {
    background: url("../image/banner_114.png") no-repeat center center;
    background-size: cover;
    height: 960px;
    position: relative;
}

.group_section1 {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
}

.group_section1 .gs1s_img2,
.group_section1 .gs1s_img3,
.group_section1 .gs1s_img4,
.group_section1 .gs1s_text,
.group_section1 .gs1s_img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.group_section1 .gs1s_text {
    width: 1300px;
    z-index: 4;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.group_section1 .gs1s_text .gs1s_text1 {
    color: #000;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.group_section1 .gs1s_text .gs1s_text2 {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 238%;
    /* 47.6px */
    margin-bottom: 15px;
}

.group_section1 .gs1s_text .gs1s_text3 {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.523%;
    /* 41.105px */
}

.group_section1 .gs1s_text-h4 {
    opacity: 0;
}

.group_section1 .gs1s_img1 {
    width: 100%;
    height: 720px;
    z-index: 3;
    opacity: 0;
}

.group_section1 .gs1s_img2 {
    z-index: 999;
    /*width: 100%;*/

}

.group_section1 .gs1s_img3 {
    z-index: 1;
    width: 100%;
}

.group_section1 .gs1s_img4 {
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}

.group_section1 .gs1s_img6 {
    /*width: 100%;*/
    /*height: 720px;*/
    /*object-fit: cover;*/
}

.group_section2 .left {
    width: 30%;
}

.group_section2 .left .list {
    width: 100%;
    height: 144px;
    line-height: 144px;
    margin-bottom: 9px;
    position: relative;
}

.group_section2 .left .list .img {
    width: 100%;
    height: 100%;
}

.group_section2 .left .list .text {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(174, 48, 43, 0);
    width: 100%;
    text-align: center;
}

.group_section2 .left .list.active .text {
    background: rgba(174, 48, 43, 0.5);
}

.group_section2 .right {
    width: 69.5%;
    height: 604px;
    position: relative;
}

.group_section2 .right .image {
    height: 604px;
}

.group_section2 .right .image img {
    object-fit: cover;
}

.group_section2 .right .ment {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
}

.group_section2 .right .ment .title {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 42.31px;
    font-weight: 500;
    text-align: center;
}

.group_section2 .right .ment .title_en {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 238%;
    /* 35.7px */
    text-transform: uppercase;
    text-align: center;
}

.group_section2 .right .ment .wire {
    width: 50px;
    height: 3px;
    line-height: 3px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FFF;
    margin: 0 auto;
    margin-top: 18px;
}

.group_section2 .right .ment .name {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 17px;
    text-align: center;
}

.group_section2 .right .ment .text {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 24.324px;
    font-style: normal;
    font-weight: 400;
    line-height: 185%;
    /* 45px */
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
}

.group_section2 .right .ment .arrows {
    margin: 0 auto;
    text-align: center;
    margin-top: 19px;
}

.group_section3 {
    margin-top: 157px;
}

.group_section2 .title {
    text-align: center;
    color: #141414;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.group_section2 .title_en {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.group_section3 .title {
    text-align: center;
    color: #141414;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.group_section3 .title_en {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.group_section3 .swiper-slide {
    padding: 54px 80px 10px;
    justify-content: center;
}

.group_section3 .swiper-slide .word {
    justify-content: center;
    margin-top: 28px;
}

.group_section3 .swiper-slide .word .name {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    /*line-height: 238%;*/
    /* 66.64px */
    text-transform: uppercase;
    margin: 0 8px;
}

.group_section3 .swiper-slide .word .text {
    margin: 0 8px;
    text-align: center;
}

.group_section3 .swiper-slide .word .text p {
    color: #000;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    /* 27.8px */
    text-transform: uppercase;
}

.group_section3 .swiper-slide .image {
    margin-top: 10px;
}

.group_section3 .swiper-button-prev2 {
    width: 20px;
    height: 108px;
    text-align: center;
    display: block;
    position: absolute;
    top: 39%;
    left: -54px;
}

.group_section3 .swiper-button-next2 {
    width: 20px;
    height: 108px;
    text-align: center;
    display: block;
    position: absolute;
    top: 39%;
    right: -54px;
}

.group_section3 .swiper-button-prev2:after {
    display: none;
}

.group_section3 .swiper-button-next2:after {
    display: none;
}

.group_section3 .swiper-button-prev2 {
    background: url('../image/banner_99.png') no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

.group_section3 .swiper-button-next2 {
    background: url('../image/banner_100.png') no-repeat center center;
    background-size: 100%;
    z-index: 999;
}

#certify {
    position: relative;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 40%;
    height: auto;
    text-align: center;
}

#certify .swiper-slide img {
    display: inline-block;
    width: 100%;
}

#certify .swiper-slide p {
    color: #000;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 500;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -5%;
    width: 41px;
    height: 41px;
    background: url('../image/banner_132.png') no-repeat center center;
    background-position: 0 0;
    background-size: 100%;
    top: 45%;
    filter: brightness(0.5);
}

#certify .swiper-button-next {
    right: -5%;
    width: 41px;
    height: 41px;
    background: url('../image/banner_133.png') no-repeat center center;
    background-position: 0 0px;
    background-size: 100%;
    top: 45%;
    filter: brightness(0.5);
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
    content: '';
}

.group_section4 {
    margin-top: 143px;
    position: relative;
}

.group_section4 .gs4_cont {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group_section4 .title {
    text-align: center;
    color: #141414;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}

.group_section4 .title_en {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
    text-align: center;
}

.group_section4 .word {
    color: #C52527;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 57.12px */
    text-transform: uppercase;
    text-align: center;
}

.group_section4 .word .wire {
    position: relative;
}

.group_section4 .list {
    text-align: center;
    width: 12%;
}

.group_section4 .list1 {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.group_section4 .list2 {
    position: absolute;
    bottom: 6%;
    left: 23%;
}

.group_section4 .list3 {
    position: absolute;
    bottom: 9%;
    left: 42%;
}

.group_section4 .list4 {
    position: absolute;
    bottom: 30%;
    left: 53%;
}

.group_section4 .list5 {
    position: absolute;
    bottom: 48%;
    left: 64%;
}

.group_section4 .list6 {
    position: absolute;
    bottom: 52%;
    left: 80%;
}

.group_section4 .list .gs4_top {
    width: 100%;
    height: 191px;
    background: url("../image/banner_124.png") no-repeat center center;
    background-size: contain;
    text-align: center;
    margin-bottom: 16px;
    transition: 0.25s;
}

.group_section4 .list:hover .gs4_top {
    transform: scale(1.1);
    transition: 0.25s;
}

.group_section4 .list .gs4_top .gs4_logo {
    padding-top: 35px;
}

.group_section4 .list .gs4_top .name {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 22.066px;
    font-style: normal;
    font-weight: 700;
    line-height: 154%;
    /* 43.222px */
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 45px;
}

/*.group_section4 .list .gs4_top:hover .name {*/
/*    margin-top: 20px;*/
/*}*/

.group_section4 .list .gs4_top .text {
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 158.5%;
    /* 25.36px */
    text-transform: uppercase;
    display: none;
}

.group_section4 .list .gs4_top:hover .text {
    display: block;
}

.group_section5_bg {
    /*background: url("../image/banner_126.png") no-repeat center center;*/
    background-size: cover;
    height: 590px;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 190px;
}

.group_section5 {
    width: 1300px;
    margin: 0 auto;
    text-align: right;
    align-items: center;
}

.group_section5 .title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.group_section5 .title_en {
    color: #C52527;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
}

.group_section5 .gs5_cont {
    margin-top: 11px;
}

.group_section5 .gs5_cont .text {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 216.5%;
    /* 34.64px */
    text-transform: uppercase;
}

.group_section6_bg {
    /*background: url("../image/banner_127.png") no-repeat center center;*/
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 100px 0 115px;
    height: 590px;
}

.group_section6 {
    width: 1300px;
    margin: 0 auto;
    text-align: left;
    align-items: center;
}

.group_section6 .title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.group_section6 .title_en {
    color: #C52527;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 238%;
    /* 47.6px */
    text-transform: uppercase;
}

.group_section6 .name {
    color: #C52726;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 190.5%;
    /* 45.72px */
    text-transform: uppercase;
    margin-top: 20px;
}

.group_section6 .gs5_cont {
    margin-top: 11px;
}

.group_section6 .gs5_cont .text {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 216.5%;
    /* 34.64px */
    text-transform: uppercase;
}

.group_section6 .arrows {
    margin-top: 40px;
}
.group_section5 .arrows {
    margin-top: 40px;
}
@media only screen and (max-width:1660px){
    .section_6 .left .left_cont .list .text{
        font-size: 17px;
    }
}
    @media only screen and (max-width:1500px) {
    .header .nav {
        width: 650px;
    }
        .bot_text{
            font-size: 15px !important;
        }
        .group_section4 .list6{
            bottom: 50%;
        }
        .group_section4 .list5{
            bottom: 45%;
        }
        .group_section4 .list4{
            bottom: 27%;
        }
        .group_section4 .list3{
            bottom: 6%;
        }
        .group_section4 .list2{
            bottom: 3%;
        }
        .group_section4 .list1{
            bottom: 1.3%;
        }
        .section_6 .left .left_cont .list .text{
            font-size: 16px;
        }
    .bus_section5 .bus5cont .list{
        /*margin-top: 20px;*/
    }
    .bus_section5 .bus5cont .list{
        width: 24% !important;
    }
    .bus_section5 .bus5cont .list .image img{
        width: 100% !important;
    }
    .group_section2 .right .ment .title{
        font-size: 32px;
    }
    .group_section2 .right .ment .text{
        font-size: 22px;line-height: 168%;
    }
    .bus_section5 .bus5cont .list .list_bg .text{
        font-size: 17px;
    }
    .header .search {
        width: 100px;
    }
    .banner .swiper .swiper_text {
        font-size: 34.571px;
    }
    .section_6 .left .left_head {
        height: 140px;
        line-height: 140px;
    }
    .case_cont {
        width: 1000px;
        margin: 0 auto;
        margin-top: 160px;
        padding-bottom: 87px;
    }
}

@media only screen and (max-width:1300px) {
    .head {
        padding: 0 40px;
    }
    .section_6 .left .left_cont .list .text{
        font-size: 13px;
    }
    .bus_section6 .bus6cont{
        height: 500px;
    }
    .bus_section6 .bus6cont .list img{
        height: 80px;
        object-fit: contain;
        width: 100%;
    }
    .bus_section1 .list .ment .text{
        font-size: 20px;
    }
    .section_1 {
        margin-left: 0px;
        width: 100%;
        padding-left: 5%;
    }
    .section_3 {
        width: 1000px;
    }
    .section_5 {
        width: 1000px;
    }
    .section_5 .st5list {
        width: 32%;
    }
    .section_5 .st5list .text {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .section_6 .left .left_head {
        height: 100px;
        line-height: 100px;
    }
    .section_6 .left .left_cont .list {
        margin-top: 5px;
    }
    .section_6 .right .swiper-slide .right_cont {
        top: 165px;
    }
    .footer {
        width: 1000px;
    }
    .group_section1 .gs1s_text {
        width: 1000px;
    }
    .group_section5 {
        width: 1000px;
    }
    .group_section6 {
        width: 1000px;
    }
    .group_section4 .list .gs4_top .gs4_logo {
        padding-top: 43px;
    }
    .group_section4 .list .gs4_top .name {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 5px;
        margin-top: 30px;
    }
    /*.group_section4 .list .gs4_top:hover .name {*/
    /*    margin-top: 5px;*/
    /*}*/
    .group_section4 .list .gs4_top .text {
        font-size: 12px;
        line-height: 143.5%;
    }
    .news_cont .tab_cont {
        width: 1000px;
        margin-top: 80px;
        margin-bottom: 95px;
    }
    .show_news .sn_cont {
        width: 1000px;
    }
    .show_news .subhead {
        width: 1000px;
    }
    .bus_section1 {
        width: 1000px;
    }
    .bus_section2 {
        width: 1000px;
        margin-top: 133px;
    }
    .bus_cont .bus_section3 .sec3cont {
        width: 1000px;
    }
    .bus_section4 {
        margin-top: 194px;
        width: 1000px;
        /*flex-wrap: wrap;*/
    }
    .txx{
        width: 100% !important;
    }
    .bus_section4 .efls {
        width: 80%;
        margin: 0 auto;
    }
    .bus_section4 .sec4cont {
        width: 100%;
    }
    .bus_section4 .sec4cont .arrows {
        /*display: none;*/
    }
    .case_cont {
        width: 90%;
        margin: 0 auto;
        margin-top: 160px;
        padding-bottom: 87px;
    }
    .case_cont .mySwiper1fa .swiper-button-next2 {
        right: -45px;
    }
    .case_cont .mySwiper1fa .swiper-button-prev2 {
        left: -50px;
    }
    .deve_cont .deve_section_2 {
        width: 1000px;
    }
    .deve_cont .deve_section_3 .list .list_bg .text {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    .deve_cont .deve_section_2 .ds2_left .text{
        line-height: 170%;
        font-size: 14px;
    }
    .deve_cont .deve_section_2 .ds2_left .title_en{
        margin-bottom: 0px;
    }
    .deve_cont .deve_section_4 .ds4_cont {
        width: 1000px;
    }
    .deve_cont .deve_section_5 .ds5_cont {
        width: 1000px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num span {
        font-size: 60.087px;
    }
    .deve_cont .deve_section_5 .info {
        width: 1000px;
    }
    .deve_cont .deve_section_6 {
        width: 1000px;
        margin-top: 160px;
    }
    .coop_cont .coop_section1 {
        width: 1000px;
        margin-bottom: 80px;
    }
    .join_cont .list_cont {
        width: 1000px;
        margin: 0 auto;
    }
    .vacy_cont .vacy_list {
        width: 1000px;
        margin-top: 40px;
    }
    .frien_cont .frien_list {
        width: 1000px;
        margin-top: 54px;
    }
    .asso_cont .asso_section1 {
        width: 1000px;
    }
    .asso_cont .asso_section3 {
        width: 1000px;
    }
    .asso_cont .asso_section4 {
        width: 1000px
    }
    .asso_cont .asso_section5 {
        width: 1000px
    }
}

@media only screen and (max-width:1240px) {
    .head {
        padding: 0px 20px;
        width: 760px;
        margin: 0 auto;
    }
    .bus_section4 .sec4cont .word .text{
        line-height: 175%;
    }
    .header .logo {
        width: 150px;
    }
    .header .logo img {
        margin-top: 0;
    }
    .header .nav {
        width: 500px;
    }
    .header .nav .nav_list {
        color: #FFF;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: 400;
    }
    .header .search {
        font-size: 14px;
        width: 60px;
    }
    .header .search img {
        margin-right: 5px;
        width: 15px;
    }
    .banner .swiper .swiper_text {
        font-size: 24.571px;
    }
    .banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px;
    }
    .section_1 {
        padding: 100px 5% 100px;
    }
    .section_1 .se1_text {
        font-size: 18px;
        margin-bottom: 57px;
        width: auto;
    }
    .section_2 {
        padding-left: 5%;
    }
    .section_3 {
        width: 90%;
        margin: 0 auto;
    }
    .section_3 .st3list {
        padding: 60px 0 60px;
    }
    .section_3 .st3list .st3num span {
        font-size: 62.087px;
    }
    .section_4 .swiper-slide {
        height: 208px;
    }
    .section_5 {
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
        padding-bottom: 80px;
    }
    .section_5 .st5list .text {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section_5 .st5list .image {
        margin-bottom: 10px;
    }
    .section_6 .left .left_head {
        height: 80px;
        line-height: 80px;
    }
    .section_6 .left .left_cont .title {
        font-size: 22px;
    }
    .section_6 .left .left_cont .title_en {
        font-size: 16px;
    }
    .section_6 .left .left_cont .list .text {
        font-size: 13px;
        line-height: 191.5%;
    }
    .section_6 .right .swiper-slide .right_cont {
        top: 135px;
    }
    .section_6 .right .swiper-slide .right_cont .sw_text {
        font-size: 22px;
    }
    .footer {
        width: 90%;
    }
    .footer .links {
        display: none;
    }
    .footer .wire2 {
        display: none;
    }
    .news_banner {
        height: 600px;
    }
    .news_banner {
        height: 660px;
    }
    .news_banner .ban_cont .title {
        font-size: 24px;
    }
    .news_banner .ban_cont .title_en {
        font-size: 14.87px;
        line-height: 130%;
        margin-bottom: 21px;
    }
    .news_banner .ban_cont .text {
        font-size: 18px;
    }
    .group_section2 .left .list .text {
        color: #FFF;
        font-size: 18px;
    }
    .group_section1 .gs1s_text {
        width: 95%;
    }
    .group_section2 .right .ment .title {
        font-size: 28px;
    }
    .group_section2 .right .ment .title_en {
        font-size: 14px;
    }
    .group_section2 .right .ment .text {
        font-size: 18px;
        width: 100%;
        margin: 0 auto;
    }
    .group_section2 .right .ment .name {
        font-size: 18px;
    }
    #certify .swiper-button-next {
        display: none;
    }
    #certify .swiper-button-prev {
        display: none;
    }
    .group_section4 {
        display: none;
    }
    .group_section5 {
        width: 95%;
    }
    .group_section6 {
        width: 95%;
    }
    .group_section3 .swiper-slide .word .name {
        font-size: 20px;
    }
    #certify .swiper-slide p {
        font-size: 18px;
    }
    .news_cont {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .news_cont .tab_cont {
        width: 95%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .news_cont .title {
        font-size: 24px;
    }
    .news_cont .title_en {
        font-size: 14px;
    }
    .news_cont .news_tab .tab {
        font-size: 24px;
    }
    .news_cont .tab_cont .matter .name {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .news_cont .tab_cont .matter .text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news_cont .tab_cont .matter .more {
        width: 169px;
        height: 50.53px;
        line-height: 50.53px;
        text-align: center;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #5B5B5B;
        color: #5B5B5B;
        font-size: 16px;
        font-weight: 400;
    }
    .show_news .sn_cont {
        width: 95%;
    }
    .show_news .subhead {
        width: 95%;
    }
    .show_news .title {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .show_news .sn_cont .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 17px;
        font-weight: 400;
        line-height: 159%;
        text-indent: 2em;
    }
    .bus_cont {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .bus_cont .title {
        font-size: 24px;
    }
    .bus_cont .title_en {
        font-size: 14px;
        line-height: 191%;
    }
    .bus_section1 {
        width: 95%;
    }
    .bus_section1 .list .ment .text {
        font-size: 18px;
    }
    .bus_section2 {
        width: 95%;
        margin-top: 70px;
    }
    .bus_section2 .list .name {
        font-size: 18px;
    }
    .bus_cont .bus_section3 {
        margin-top: 70px;
        padding: 50px 0 50px;
    }
    .bus_cont .bus_section3 .sec3cont {
        width: 95%;
    }
    .bus_cont .title {
        font-size: 18px;
    }
    .bus_cont .bus_section3 .sec3cont .name {
        font-size: 22px;
        margin-top: 10px;
    }
    .bus_cont .bus_section3 .sec3cont .text {
        color: #424242;
        font-size: 16px;
        font-weight: 400;
        line-height: 197.5%;
        margin-bottom: 37px;
        width: 460px;
    }
    .bus_section4 {
        margin-top: 70px;
        width: 95%;
        /*flex-wrap: wrap;*/
    }
    /*.bus_section4 .efls .tab .tab_ment{*/
    /*    width: 129px;*/
    /*    height: 129px;*/
    /*    margin-top: 25px;*/
    /*}*/
    .bus_section4 .efls{
        background-size: 80%;
    }
    .bus_section4 .efls .tab .tab_ment .text{
        font-size: 17px;
    }
    .bus_section5 .bus5cont .list .list_bg .name {
        font-size: 18px;
    }
    .bus_section5 {
        margin-top: 70px;
    }
    .bus_section6 {
        /*margin-top: 70px;*/
    }
    .bus_section6 .bus6cont .list {
        /*background: #F8F8F8;*/
        width: 24.5%;
        height: auto;
        line-height: 0px;
        padding: 20px 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .bus_section5 .bus5cont .list .bgs {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .bus_section5 .bus5cont .list .list_bg .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
        text-transform: uppercase;
        display: none;
        width: 100%;
    }
    .case_map {
        width: 95%;
        margin: 0 auto;
        margin-top: 106px;
        position: relative;
        margin-bottom: 40px;
    }
    .case_cont {
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .case_cont .title {
        font-size: 24px;
    }
    .case_cont .carousel {
        margin-top: 20px;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .more {
        margin-top: 36px;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .name {
        color: #000;
        font-family: PingFang SC;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    .case_cont .mySwiper1fa .swiper-button-next2 {
        top: 27%;
    }
    .case_cont .mySwiper1fa .swiper-button-prev2 {
        top: 27%;
    }
    .case_cont .title_en {
        font-size: 14px;
        line-height: 155%;
    }
    .case_map .place .place_1 {
        position: absolute;
        right: 26%;
        top: 32%;
    }
    .case_map .place .place_2 {
        position: absolute;
        right: 16%;
        top: 34%;
    }
    .case_map .place .place_3 {
        position: absolute;
        right: 19%;
        top: 45%;
    }
    .case_map .place .place_4 {
        position: absolute;
        right: 29%;
        top: 51%;
    }
    .case_map .place .place_5 {
        position: absolute;
        right: 21%;
        top: 55%;
    }
    .case_map .place .place_6 {
        position: absolute;
        right: 30%;
        top: 59%;
    }
    .case_map .place .place_7 {
        position: absolute;
        right: 15%;
        top: 58%;
    }
    .case_map .place .place_8 {
        position: absolute;
        right: 15%;
        top: 62%;
    }
    .case_map .place .place_9 {
        position: absolute;
        right: 19%;
        top: 75%;
    }
    .case_map .place .place_10 {
        position: absolute;
        right: 29%;
        top: 84%;
    }
    .case_map .place .place_11 {
        position: absolute;
        right: 13%;
        top: 79%;
    }
    .case_cont .title {
        font-size: 18px;
    }
    .deve_cont {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .deve_cont .deve_section_1 {
        height: auto;
        padding-bottom: 70px;
    }
    .deve_cont .deve_section_1 .title {
        font-size: 24px;
        padding-top: 70px;
    }
    .deve_cont .deve_section_1 .title_en {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 20px;
    }
    .deve_cont .deve_section_1 .text {
        color: #FFF;
        font-family: PingFang SC;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 192%;
        width: 95%;
        margin: 0 auto;
    }
    .deve_cont .deve_section_2 {
        width: 95%;
        margin-top: 70px;
    }
    .deve_cont .deve_section_2 .ds2_left {
        width: 48%;
    }
    .deve_cont .deve_section_2 .ds2_left .title {
        font-size: 24px;
    }
    .deve_cont .deve_section_2 .ds2_left .title_en {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 10px;
    }
    .deve_cont .deve_section_3 {
        margin-top: 70px;
    }
    .deve_cont .deve_section_3 .list .bgs {
        width: 90%;
    }
    .deve_cont .deve_section_3 .list .list_bg .text {
        font-size: 14px;
    }
    .deve_cont .deve_section_3 .list .list_bg .name {
        font-size: 18px;
        line-height: 170%;
    }
    .deve_cont .deve_section_4 .ds4_cont {
        width: 95%;
    }
    .deve_cont .deve_section_4 .ds4_cont .title {
        font-size: 24px;
    }
    .deve_cont .deve_section_4 .ds4_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .deve_cont .deve_section_4 .ds4_cont .text {
        font-size: 16px;
        line-height: 165.5%;
        margin-top: 15px;
    }
    .deve_cont .deve_section_5 {
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .deve_cont .deve_section_5 .title {
        font-size: 24px;
    }
    .deve_cont .deve_section_5 .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .deve_cont .deve_section_5 .ds5_cont {
        width: 95%;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list {
        padding: 30px 0 30px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num {
        font-size: 16.735px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num img {
        margin-right: 10px;
        zoom: 0.7;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num span {
        font-size: 40.087px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .text {
        font-size: 16px;
        line-height: 100.5%;
    }
    .deve_cont .deve_section_5 .info {
        width: 95%;
    }
    .deve_cont .deve_section_6 {
        width: 95%;
        margin-top: 70px;
    }
    .deve_cont .deve_section_6 .title {
        font-size: 24px;
    }
    .deve_cont .deve_section_6 .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .deve_cont .deve_section_6 .ds6_cont {
        align-items: center;
        margin-top: 15px;
    }
    .deve_cont .deve_section_6 .right .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 165.5%;
    }
    .coop_cont {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .coop_cont .coop_section1 {
        width: 95%;
        margin-bottom: 70px;
    }
    .coop_cont .coop_section1 .image {
        margin-top: 15px;
    }
    .coop_cont .coop_section1 .cs1_list {
        margin-top: 25px;
    }
    .coop_cont .title {
        font-size: 24px;
    }
    .coop_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .join_cont .list_cont {
        width: 95%;
    }
    .join_cont {
        margin: 70px 0;
    }
    .join_cont .title {
        font-size: 24px;
    }
    .join_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .join_cont .list_cont .list .name .word {
        font-size: 20px;
    }
    .join_cont .list_cont .handle .treat {
        font-size: 18px;
    }
    .join_cont .list_cont .list .ment .titles {
        font-size: 24px;
    }
    .vacy_cont {
        margin: 70px 0;
    }
    .vacy_cont .vacy_list {
        width: 95%;
        margin-top: 20px;
    }
    .vacy_cont .title {
        font-size: 24px;
    }
    .vacy_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .vacy_cont .vacy_list .text {
        font-size: 16px;
        line-height: 159%;
    }
    .frien_cont .frien_list {
        width: 95%;
        margin-top: 20px;
    }
    .frien_cont .title {
        font-size: 24px;
    }
    .frien_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .frien_cont .frien_list .list {
        font-size: 16px;
    }
    .asso_cont {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .asso_cont .title {
        font-size: 24px;
    }
    .asso_cont .title_en {
        font-size: 14px;
    }
    .asso_cont .asso_section1 {
        width: 95%;
    }
    .asso_cont .asso_section1 .as_cont1 {
        align-items: center;
        margin-top: 15px;
    }
    .asso_cont .asso_section1 .as_cont1 .right .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 167%;
    }
    .asso_cont .asso_section2 {
        margin-top: 70px;
    }
    .asso_cont .asso_section3 {
        width: 95%;
        margin-top: 70px;
    }
    .asso_cont .asso_section3 .as3_list {
        margin-top: 15px;
    }
    .asso_cont .asso_section3 .as3_list .list .image {
        margin-bottom: 5px;
    }
    .asso_cont .asso_section3 .as3_list .list .name {
        font-size: 18px;
    }
    .asso_cont .asso_section3 .as3_list .list .text {
        font-size: 16px;
    }
    .asso_cont .asso_section4_bg {
        background: #FAFAFA;
        padding: 70px 0 70px;
        margin-top: 70px;
    }
    .asso_cont .asso_section4 {
        width: 95%;
    }
    .asso_cont .asso_section4 .swiper-button-next1 {
        display: none;
    }
    .asso_cont .asso_section4 .swiper-button-prev1 {
        display: none;
    }
    .asso_cont .asso_section4 .name {
        margin-top: 5px;
        font-size: 24px;
        line-height: 150%;
    }
    .asso_cont .asso_section5 {
        width: 95%;
        margin-top: 70px;
    }
    .asso_cont .asso_section5 .swiper2 {
        margin-top: 15px;
    }
    .asso_cont .asso_section5 .swiper-button-prev2 {
        display: none;
    }
    .asso_cont .asso_section5 .swiper-button-next2 {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .header {
        display: none;
    }
    .case_map{
        margin-top: 50px;
    }
    .group_section1 .gs1s_text .gs1s_text3{
        font-size: 14px;
    }
    .case_map .place .place_hn {
        position: absolute;
        right: 32%;
        top: 90%;}
    .group_section1 .gs1s_img6{
        display: none;
    }
    .bus_section4 .sec4cont .arrows {
        display: none;
    }
    .h500{
        height: 300px !important;
    }
    #certify .swiper-slide img{
        display: inline-block;
    }
    .group_section2 .disflex{
        display: block;
    }
    .group_section5_bg{
        height: 350px;
    }
    .group_section6_bg{
        height: 350px;
    }
    .banner {
        margin-top: 60px;
    }
    .banner .swiper .swiper_text {
        font-size: 18px;
    }
    .banner .swiper .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    }
    .banner .swiper .swiper-pagination-bullet {
        margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 4px);
        height: 7px;
        width: 7px;
    }
    .banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 5px;
    }
    .swiper-pagination-bullet-active {
        width: 50px !important;
    }
    .section_1 {
        padding: 10px;
        background-size: cover;
    }
    .section_1 .title {
        font-size: 18px;
        line-height: 130%;
    }
    .section_1 .title_en {
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 5px;
    }
    .section_1 .se1_text {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 160%;
    }
    .section_1 .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }
    .section_2 {
        padding-left: 10px;
        height: 80px;
        line-height: 80px;
    }
    .section_3 {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .section_3 .st3list {
        padding: 20px 0 30px;
    }
    .section_3 .st3list .st3num img {
        margin-right: 10px;
        zoom: 0.5;
    }
    .section_3 .st3list .st3num span {
        font-size: 36px;
    }
    .section_3 .st3list .st3num {
        font-size: 18px;
    }
    .section_3 .st3list .text {
        font-size: 16px;
        line-height: 71.5%;
    }
    .section_4 .swiper-slide {
        height: auto;
    }
    .section_5 {
        width: 100%;
        padding: 0 10px 20px;
        margin-top: 10px;
    }
    .section_5 .title {
        font-size: 18px;
    }
    .section_5 .title_en {
        font-size: 14px;
        line-height: 140%;
    }
    .section_5 .list {
        margin-top: 15px;
    }
    .section_5 .st5list {
        width: 32.5%;
    }
    .section_5 .st5list .image {
        margin-bottom: 5px;
    }
    .section_5 .st5list .text {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .section_5 .st5list .time {
        color: #000;
        font-family: PingFang SC;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
    }
    .section_5 .st5list .arrows {
        width: 30px;
        position: absolute;
    right: 15px;
        height: 8px;
    }
    .section_6 .left .left_head {
        height: 50px;
        line-height: 50px;
    }
    .section_6 .left .left_head img {
        zoom: 0.5;
    }
    .section_6 .left .left_cont {
        width: 100%;
        text-align: center;
    }
    .section_6 .left .left_cont .title {
        font-size: 18px;
    }
    .section_6 .left .left_cont .title_en {
        font-size: 14px;
        line-height: 170%;
    }
    .section_6 .left .left_cont .list .text {
        font-size: 14px;
        line-height: 168.5%;
    }
    .section_6 .left .left_cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .section_6 .right .swiper-slide .right_cont .sw_text {
        font-size: 18px;
    }
    .section_6 .right .swiper-slide .right_cont .sw_text {
        font-size: 18px;
    }
    .section_6 .right .swiper-slide .right_cont .sw_texten {
        font-size: 14px;
        line-height: 140%;
    }
    .footer_bg {
        padding-top: 20px;
    }
    .footer {
        width: 100%;
        padding: 0 10px 20px;
    }
    .footer .wire {
        display: none;
    }
    .news_banner {
        height: 300px;
        margin-top: 60px;
    }
    .news_banner .special {
        zoom: 0.6;
    }
    .pin-spacer {
        display: none !important;
    }
    .group_section2 {
        flex-wrap: wrap;
        margin-top: 10px;
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
    }
    .group_section2 .right .ment{
            left: 4%;
    }
    .group_section2 .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .group_section2 .left .list {
        width: 49.5%;
        height: 100px;
        line-height: 100px;
    }
    .group_section2 .right {
        width: 100%;
    }
    .group_section2 .right .ment {
        width: 100%;
        margin: 0 auto;
    }
    .group_section2 .right .ment .title {
        font-size: 20px;
    }
    .group_section2 .right .ment .title_en {
        font-size: 12px;
    }
    .group_section2 .right .ment .wire {
        width: 35px;
        height: 2px;
        line-height: 3px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FFF;
        margin: 0 auto;
        margin-top: 3px;
    }
    .news_banner .ban_cont .wire {
        width: 35px;
        height: 2px;
        line-height: 3px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #FFF;
        margin: 0 auto;
        margin-top: 3px;
    }
    .group_section2 .right .ment .name {
        font-size: 16px;
    }
    .group_section2 .right .ment .text {
        font-size: 16px;
    }
    .group_section2 .right .ment .arrows {
        zoom: 0.7;
        margin-top: 10px;
    }
    .group_section3 {
        margin-top: 20px;
    }
    .group_section3 .title {
        font-size: 18px;
    }
    .group_section3 .title_en {
        font-size: 14px;
        line-height: 138%;
    }
    #certify {
        margin-top: 20px;
        overflow: hidden;
        padding: 0 10px;
    }
    #certify .swiper-slide {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .group_section3 .swiper-slide .word {
        margin-top: 5px;
    }
    #certify .swiper-container {
        padding-bottom: 0px;
    }
    .group_section3 .swiper-slide .word .name {
        font-size: 16px;
    }
    #certify .swiper-slide p {
        font-size: 16px;
    }
    .group_section5_bg {
        margin-top: 20px;
        padding: 110px 0 190px;
    }
    .group_section5 .title {
        font-size: 18px;
    }
    .group_section5 .title_en {
        font-size: 14px;
        line-height: 180%;
    }
    .group_section5 .gs5_cont .text {
        font-size: 14px;
        line-height: 182.5%;
    }
    .group_section5 .gs5_cont {
        margin-top: 10px;
    }
    .group_section5_bg {
        margin-top: 20px;
        padding: 30px 0 30px;
    }
    .group_section6_bg {
        padding: 50px 0 30px;
    }
    .group_section6 .title {
        font-size: 18px;
    }
    .group_section6 .title_en {
        font-size: 14px;
        line-height: 180%;
    }
    .group_section6 .gs5_cont .text {
        font-size: 14px;
        line-height: 182.5%;
    }
    .group_section6 .gs5_cont {
        margin-top: 10px;
    }
    .group_section6 .name {
        color: #C52726;
        font-family: PingFang SC;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100.5%;
        text-transform: uppercase;
        margin-top: 5px;
    }
    .group_section6 .arrows {
        margin-top: 10px;
        zoom: 0.7;
    }
    .group_section2 .left .list .text {
        color: #FFF;
        font-size: 14px;
    }
    .group_section2 .right {
        height: 300px;
    }
    .group_section2 .right .image {
        height: 300px;
    }
    .news_banner .ban_cont {
        width: 100%;
    }
    .news_banner .ban_cont .title {
        font-size: 18px;
    }
    .news_banner .ban_cont .title_en {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news_cont {
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .news_cont .title {
        font-size: 18px;
    }
    .news_cont .title_en {
        font-size: 14px;
        line-height: 165%;
    }
    .news_cont .news_tab {
        margin-top: 10px;
    }
    .news_cont .news_tab .tab {
        padding-bottom: 5px;
        font-size: 18px;
        margin: 0 14px;
        margin-bottom: -2px;
    }
    .news_cont .news_tab .tab.active {
        border-bottom: 3px solid #C52726;
        padding-bottom: 5px;
        color: #C52726;
        margin-bottom: -2px;
    }
    .news_cont .tab_cont {
        width: 100%;
        padding: 0 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news_cont .tab_cont .list {
        flex-wrap: wrap;
        margin-bottom: 15px;
    /*    padding-bottom: 15px;*/
    /*border-bottom: 1px solid #cbcbcb;*/
    }
    .news_cont .tab_cont .list:hover {
        background-color: #fff;
        transition: 0.5s;
    }
    .news_cont .tab_cont .image {
        width: 100%;
        margin-bottom: 10px;
    }
    .news_cont .tab_cont .matter {
        width: 100%;
        padding: 0 0px;
    }
    .news_cont .tab_cont .matter .name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news_cont .tab_cont .matter .text {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .news_cont .tab_cont .matter .time {
        font-size: 14px;
        line-height: 152.523%;
    }
    .news_cont .tab_cont .matter .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }
    .show_news {
        margin-top: 10px;
        padding-bottom: 20px;
    }
    .show_news .title {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .show_news .subhead {
        width: 100%;
        padding: 0 10px 10px;
    }
    .show_news .sn_cont {
        width: 100%;
        padding: 0 10px;
        margin-top: 15px;
    }
    .show_news .sn_cont .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        text-indent: 2em;
    }
    .show_news .sn_cont .image {
        margin: 10px 0;
    }
    .bus_cont {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .bus_section1 {
        width: 100%;
        padding: 0 10px;
    }
    .bus_section1 .sec1list {
        margin-top: 10px;
    }
    .bus_section1 .icon_2 {
        width: 15%;
        height: auto;
    }
    .bus_section1 .list .ment .text {
        font-size: 14px;
    }
    .bus_section1 .list .ment .icon {
        margin-bottom: 10px;
        text-align: center;
        zoom: 0.7;
    }
    .bus_section2 {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
    .bus_section2 .sec2cont {
        margin-top: 10px;
    }
    .bus_section2 .sec2arrows {
        top: 24%;
    }
    .bus_section2 .sec2arrows .icon {
        width: 25.5%;
        text-align: center;
        zoom: 0.7;
    }
    .bus_section2 .list .image {
        margin-bottom: 5px;
    }
    .bus_section2 .list .name {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .bus_section2 .list .text {
        font-size: 14px;
    }
    .bus_cont .bus_section3 {
        margin-top: 20px;
        padding: 20px 0 20px;
    }
    .bus_cont .title {
        font-size: 16px;
    }
    .bus_cont .bus_section3 .sec3cont .name {
        font-size: 16px;
        margin-top: 5px;
    }
    .bus_cont .bus_section3 .sec3cont .text {
        color: #424242;
        font-size: 14px;
        font-weight: 400;
        line-height: 197.5%;
        margin-bottom: 5px;
        width: 80%;
    }
    .bus_section4 {
        margin-top: 20px;
        width: 100%;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .bus_section4 .efls {
        width: 74%;
        margin: 0 auto;
    }
    .bus_section4 .efls .tab .tab_ment .text {
        font-size: 12px;transform: scale(0.8);
    }
    .bus_section4 .sec4cont .word {
        background: url(../image/banner_55.png) no-repeat center center;
        background-size: auto;
        border-radius: 20px;
        width: 100%;
        padding: 20px;
    }
    .bus_section4 .sec4cont .word .name {
        font-size: 18.377px;
        line-height: 160%;
    }
    .bus_section4 .sec4cont .word .text {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 177.5%;
        text-transform: uppercase;
    }
    .bus_section5 {
        margin-top: 20px;
    }
    .bus_section5 .bus5cont {
        margin-top: 10px;
        overflow: hidden;
        flex-wrap: wrap;
    }
    .bus_section5 .bus5cont .list .list_bg .name {
        font-size: 16px;
    }
    .bus_section6 {
        margin-top: 30px;
    }
    .bus_section6 .bus6cont .list {
        /*background: #F8F8F8;*/
        width: 24.5%;
        height: auto;
        line-height: 0px;
        padding: 20px 0;
        text-align: center;
        margin-bottom: 5px;
        zoom: 0.7;
    }
    .bus_section5 .bus5cont .list .list_bg .text {
        font-size: 12px;
    }
    .bus_section5 .bus5cont .list .list_bg {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        align-items: center;
        padding: 0px 0px;
        transition: 0.5s;
    }
    .bus_section5 .bus5cont .list .bgs {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .bus_section6 .bus6cont{
        height: 280px;
    }
    .bus_section6 .bus6cont .list {
        /*background: #F8F8F8;*/
        margin-top: 10px;
        margin-left: 10px;
        width: 160px !important;
        line-height: 0px;
        padding: 20px 0;
        text-align: center;
        margin-bottom: 5px;
        zoom: 0.7;
        height: 120px;
    }
    .bus_section6 .bus6cont .list img{
        width: 90%;
    }
    .case_cont {
        width: 100%;
        padding: 0 10px 10px;
        margin-top: 10px;
    }
    .case_cont .mySwiper2bot {
        margin-bottom: 10px;
    }
    .case_cont .mySwiper2fa .swiper-slide .right {
        width: 47%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .name {
        font-size: 18px;
        line-height: 145%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .wire {
        width: 43px;
        height: 2px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #C52527;
        margin-top: 5px;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 158.5%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .more {
        margin-top: 10px;
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }
    .case_cont .mySwiper1fa .swiper-button-next2 {
        display: none;
    }
    .case_cont .mySwiper1fa .swiper-button-prev2 {
        display: none;
    }
    .deve_cont {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .deve_cont .deve_section_1 {
        height: auto;
        padding-bottom: 20px;
    }
    .deve_cont .deve_section_1 .title {
        font-size: 18px;
        padding-top: 20px;
    }
    .deve_cont .deve_section_1 .title_en {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 10px;
    }
    .deve_cont .deve_section_1 .text {
        font-size: 14px;
        line-height: 170%;
        width: 100%;
        padding: 0 10px;
    }
    .deve_cont .deve_section_2 {
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
    }
    .deve_cont .deve_section_2 .ds2_left .title {
        font-size: 18px;
    }
    .deve_cont .deve_section_2 .ds2_left .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }
    .deve_cont .deve_section_3 {
        margin-top: 20px;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .deve_cont .deve_section_3 .list {
        width: 49.5%;
        position: relative;
        margin-bottom: 0.5%;
    }
    .deve_cont .deve_section_3 .list .list_bg .name {
        font-size: 16px;
        line-height: 170%;
    }
    .deve_cont .deve_section_3 .list .list_bg .text {
        font-size: 12px;
    }
    .deve_cont .deve_section_4 {
        margin-top: 20px;
    }
    .deve_cont .deve_section_4 .ds4_cont .title {
        font-size: 18px;
    }
    .deve_cont .deve_section_4 .ds4_cont .text {
        font-size: 14px;
        line-height: 165.5%;
        margin-top: 10px;
    }
    .deve_cont .deve_section_5 {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .deve_cont .deve_section_5 .title {
        font-size: 18px;
    }
    .deve_cont .deve_section_5 .ds5_cont {
        width: 100%;
        padding: 0 10px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list {
        flex-wrap: wrap;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3text {
        width: 49%;
        margin-bottom: 10px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num {
        font-size: 14px;
        text-align: center;
    }
    .deve_cont .deve_section_6 {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
    .deve_cont .deve_section_6 .title {
        font-size: 18px;
    }
    .deve_cont .deve_section_6 .ds6_cont {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .deve_cont .deve_section_6 .left {
        width: 100%;
    }
    .deve_cont .deve_section_6 .right {
        width: 100%;
    }
    .deve_cont .deve_section_6 .right .text {
        color: #000;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 165.5%;
    }
    .deve_cont .deve_section_5 .info {
        width: 100%;
        padding: 0 10px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list {
        padding: 10px 0 10px;
    }
    .coop_cont {
        margin-top: 15px;
        padding-bottom: 20px;
    }
    .coop_cont .title {
        font-size: 18px;
    }
    .coop_cont .coop_section1 .image {
        margin-top: 5px;
    }
    #dituContent{
        height: 360px;
    }
    .coop_cont .coop_section1 .cs1_list {
        margin-top: 10px;
    }
    .coop_cont .coop_section1 .cs1_list img {
        margin-right: 5px;
        zoom: 0.7;
    }
    .coop_cont .coop_section1 {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .coop_cont .coop_section1 .cs1_list {
        flex-wrap: wrap;
    }
    .coop_cont .coop_section1 .cs1_list .list {
        width: 50%;
        margin-bottom: 10px;font-size: 13px;
    }
    .coop_cont .coop_section1 .cs1_list img {
        zoom: 0.5;
    }
    .join_cont {
        margin: 15px 0;
    }
    .join_cont .title {
        font-size: 18px;
    }
    .join_cont .list_cont .list .name {
        height: 60px;
        line-height: 60px;
        padding: 0 15px 0 15px;
    }
    .join_cont .list_cont .list .name .word {
        font-size: 18px;
    }
    .join_cont .list_cont .handle {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 15px;
        padding: 15px;
    }
    .join_cont .list_cont .handle .treat {
        font-size: 16px;
    }
    .join_cont .list_cont .list {
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 10px;
    }
    .join_cont .list_cont .list .ment {
        margin: 15px;
    }
    .join_cont .list_cont .list .ment .titles {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .join_cont .list_cont .list .ment .titles img {
        zoom: 0.6;
        margin-right: 10px;
    }
    .join_cont .list_cont .list .ment .text {
        color: #252525;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 144%;
        margin-bottom: 6px;
    }
    .join_cont .list_cont .list .ment .section_s {
        margin-bottom: 20px;
    }
    .join_cont .list_cont .list .ment .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        font-size: 14px;
    }
    .vacy_cont {
        margin: 15px 0;
    }
    .vacy_cont .title {
        font-size: 18px;
    }
    .vacy_cont .vacy_list {
        width: 100%;
        margin-top: 5px;
        padding: 0 10px;
    }
    .vacy_cont .vacy_list .text {
        font-size: 14px;
        line-height: 156%;
    }
    .frien_cont {
        margin: 15px 0;
    }
    .frien_cont .title {
        font-size: 18px;
    }
    .frien_cont .frien_list {
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }
    .frien_cont .frien_list .list {
        width: 24%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        /*background: #F6F6F6;*/
        color: #C52527;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    .asso_cont {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .asso_cont .title {
        font-size: 18px;
    }
    .asso_cont .asso_section1 {
        width: 100%;
        padding: 0 10px;
    }
    .asso_cont .asso_section1 .as_cont1 {
        flex-wrap: wrap;
    }
    .asso_cont .asso_section1 .as_cont1 .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .asso_cont .asso_section1 .as_cont1 .right {
        width: 100%;
    }
    .asso_cont .asso_section2 {
        margin-top: 20px;
    }
    .asso_cont .asso_section1 .as_cont1 {
        margin-top: 10px;
    }
    .asso_cont .asso_section3 {
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
    }
    .asso_cont .asso_section3 .as3_list .list .name {
        font-size: 16px;
    }
    .asso_cont .asso_section3 .as3_list .list .text {
        font-size: 14px;
    }
    .asso_cont .asso_section4_bg {
        background: #FAFAFA;
        padding: 15px 0 15px;
        margin-top: 15px;
    }
    .asso_cont .asso_section4 .swiper1 {
        margin-top: 10px;
        overflow: hidden;
    }
    .asso_cont .asso_section4 .name {
        margin-top: 5px;
        font-size: 16px;
        line-height: 150%;
    }
    .asso_cont .asso_section4 .text {
        color: #000;
        text-align: center;
        font-family: PingFang SC;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 192%;
    }
    .asso_cont .asso_section5 {
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:568px) {
    .banner .swiper .swiper_text {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .banner .swiper .swiper-pagination-bullet {
        margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 4px);
        height: 5px;
        width: 5px;
    }
    .banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
    .banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 5px;
    }
    .swiper-pagination-bullet-active {
        width: 30px !important;
    }
    .section_1 .title {
        font-size: 16px;
    }
    .section_1 .title_en {
        font-size: 13px;
    }
    .section_2 {
        zoom: 0.6;
    }
    .section_3 .st3list {
        flex-wrap: wrap;
        padding: 15px 0 10px;
    }
    .section_3 .st3list .st3text {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .section_3 .st3list .st3num {
        font-size: 14px;
        text-align: center;
    }
    .section_3 .st3list .st3num img {
        margin-right: 10px;
        zoom: 0.5;
        vertical-align: middle;
        margin-top: -20px;
    }
    .section_3 .st3list .st3num span {
        font-size: 24px;
    }
    .section_3 .st3list .text {
        font-size: 14px;
        line-height: 111.5%;
    }
    .section_5 {
        width: 100%;
        padding: 0 10px 5px;
        margin-top: 0px;
    }
    .section_5 .list {
        flex-wrap: wrap;
        
    }
    .section_5 .st5list {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb;
    }
    .section_5 .st5list .image {
        margin-bottom: 7px;
    }
    .section_5 .st5list .text {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .section_6 {
        flex-wrap: wrap;
    }
    .swiper33  .swiper-wrapper{
        /*overflow: hidden*/
    }
    .section_6 .left {
        width: 100%;overflow: hidden;
    }
    .section_6 .left .left_cont {
        position: initial;
        transform: none;
        text-align: left;
        margin: 10px;
        padding: 0;
    }
    .section_6 .right {
        width: 100%;
    }
    .footer .code {
        /*display: none;*/
    }
  
    .section_6 .right .swiper-slide .right_cont {
        top: 10px;
        padding: 0 10px;
    }
    .section_6 .right .swiper-slide .arrows {
        margin-top: 20px;
        float: right;
    }
    .fot_logo {
        zoom: 0.8;
    }
    .record {
        height: auto;
        line-height: 20px;
        flex-wrap: wrap;
    }
    .record .text {
        margin: 0 10px;
        font-size: 12px;
        display: block;
    }
    .group_section2 .left .list .text {
        color: #FFF;
        font-size: 12px;
    }
    .group_section2 .left .list {
        width: 49%;
        height: 70px;
        line-height: 70px;
        margin-bottom: 5px;
    }
    .news_banner .ban_cont .title {
        font-size: 16px;
    }
    .news_banner .ban_cont .title_en {
        font-size: 12px;
    }
    .group_section2 .right .ment .title {
        font-size: 16px;
    }
    .news_banner .ban_cont .text {
        font-size: 14px;
    }
    .news_banner {
        height: 200px;
        margin-top: 60px;
    }
    .group_section2 .right .ment .name {
        font-size: 14px;
        margin-top: 10px;
    }
    .group_section2 .right .ment .text {
        font-size: 14px;padding-left: 20px;
    }
    .group_section2 .right .ment .arrows {
        zoom: 0.5;
        margin-top: 10px;
    }
    .group_section3 {
        margin-top: 15px;
    }
    .group_section3 .title {
        font-size: 16px;
    }
    #certify {
        margin-top: 10px;
        overflow: hidden;
        padding: 0 10px;
    }
    .group_section3 .swiper-slide .word .name {
        font-size: 14px;
    }
    #certify .swiper-slide p {
        font-size: 11px;
    }
    .group_section5 .title {
        font-size: 16px;
    }
    .group_section5 .gs5_cont {
        margin-top: 5px;
    }
    .group_section5 .gs5_cont .text {
        font-size: 13px;
        line-height: 160.5%;
    }
    .group_section6 .title {
        font-size: 16px;
    }
    .group_section6 .gs5_cont {
        margin-top: 5px;
    }
    .group_section6 .gs5_cont .text {
        font-size: 13px;
        line-height: 160.5%;
    }
    .group_section6 .name {
        font-size: 14px;
    }
    .news_banner .special {
        position: absolute;
        bottom: 5%;
        left: 46%;
        transform: translate(-50%, -50%);
        text-align: center;
        cursor: pointer;
    }
    .news_cont .title {
        font-size: 16px;
    }
    .news_cont .news_tab .tab {
        font-size: 16px;
    }
    .show_news .title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .bus_section1 .list .ment .text {
        line-height: 126.5%;
    }
    .bus_section2 .sec2list {
        flex-wrap: wrap;
    }
    .bus_section2 .list {
        width: 48%;
        margin-bottom: 15px;
    }
    .bus_section2 .sec2arrows {
        display: none;
    }
    .bus_section4 .efls {
        width: 100%;
        margin: 0 auto;
        background: none;
    }
    .bus_section4 .efls .tab .tab_ment {
        width: 80px;
        height: 80px;
        border: 7px solid #EEBEBE;
        margin-bottom: 0px;
    }
    .bus_section4 .efls .tab3 .tab_ment {
        width: 80px;
        height: 80px;
        border: 7px solid #EEBEBE;
    }
    .bus_section4 .sec4cont .word {
        background-size: cover;
    }
    .bus_section5 .bus5cont .list {
        width: 49% !important;
        margin-bottom: 0.5%;
        margin-top: 10px;
    }
    .bus_section4 .efls .tab2 {
        width: 100%;height: 70px;
    }
    .case_cont .title {
        font-size: 16px;
    }
    .case_cont .carousel {
        margin-top: 10px;
    }
    .case_cont .mySwiper2fa .swiper-slide {
        flex-wrap: wrap;
    }
    .case_cont .mySwiper2fa .swiper-slide .left {
        width: 100%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right {
        width: 100%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .name {
        font-size: 16px;
        line-height: 145%;
    }
    .case_cont .mySwiper2fa .swiper-slide .right .text {
        margin-top: 5px;
        font-size: 14px;
        line-height: 158.5%;
    }
    .bus_section4 .efls{
        height: 260px;
    }
    .bus_section5 .bus5cont{
        /*height: 370px;*/
    }
    .bus_section4 .efls .tab.active .tab_ment{
        border: 10px solid #C52726;
    }
    .case_map .place .place_cont .place_dian {
        width: 10px;
        height: 10px;
        margin: 0 auto;
        z-index: 999;
        position: sticky;
    }
    .case_map .place .place_1 {
        position: absolute;
        right: 22%;
        top: 28%;
    }
    .case_map .place .place_2 {
        position: absolute;
        right: 12%;
        top: 30%;
    }
    .case_map .place .place_3 {
        position: absolute;
        right: 15%;
        top: 40%;
    }
    .case_map .place .place_4 {
        position: absolute;
        right: 25%;
        top: 47%;
    }
    .case_map .place .place_5 {
        position: absolute;
        right: 17%;
        top: 51%;
    }
    .case_map .place .place_6 {
        position: absolute;
        right: 26%;
        top: 55%;
    }
    .case_map .place .place_7 {
        position: absolute;
        right: 11%;
        top: 54%;
    }
    .case_map .place .place_8 {
        position: absolute;
        right: 11%;
        top: 58%;
    }
    .case_map .place .place_9 {
        position: absolute;
        right: 15%;
        top: 71%;
    }
    .case_map .place .place_10 {
        position: absolute;
        right: 25%;
        top: 80%;
    }
    .case_map .place .place_11 {
        position: absolute;
        right: 9%;
        top: 75%;
    }
    .deve_cont .deve_section_1 .title {
        font-size: 16px;
        padding-top: 20px;
    }
    .deve_cont .deve_section_2 {
        flex-wrap: wrap;
    }
    .deve_cont .deve_section_2 .ds2_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .deve_cont .deve_section_2 .ds2_left .title_en {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 5px;
    }
    .deve_cont .deve_section_2 .ds2_right {
        width: 100%;
    }
    .deve_cont .deve_section_4 .ds4_cont .title {
        font-size: 16px;
    }
    .deve_cont .deve_section_4 .ds4_cont .text {
        margin-top: 5px;
    }
    .deve_cont .deve_section_5 .title {
        font-size: 16px;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .text {
        font-size: 14px;
        line-height: 100.5%;
    }
    .deve_cont .deve_section_5 .ds5_cont .st3list .st3num span {
        font-size: 34.087px;
    }
    .deve_cont .deve_section_6 .title {
        font-size: 16px;
    }
    .frien_cont .frien_list .list {
        width: 49%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        /*background: #F6F6F6;*/
        color: #C52527;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    .asso_cont .title {
        font-size: 16px;
    }
    .pb50{
        padding-bottom: 10px
    }
    .group_section2 .title{
        font-size: 16px;
    }
    .group_section2 .title_en{
        font-size: 14px;
    }
    .asso_cont .asso_section3 .as3_list .list .name {
        font-size: 14px;
    }
    .deve_cont .deve_section_2 .ds2_left .title {
        font-size: 16px;
    }
    .coop_cont .title {
        font-size: 16px;
    }
    .join_cont .title {
        font-size: 16px;
    }
    .join_cont .list_cont .list .name .word {
        font-size: 16px;
    }
    .join_cont .list_cont .handle .treat {
        font-size: 14px;
    }
    .join_cont .list_cont .handle {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 10px;
        padding: 10px;
    }
    .join_cont .list_cont .list .ment .titles {
        font-size: 16px;
    }
    /*.asso_cont .asso_section3 .as3_list {*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .asso_cont .asso_section3 .as3_list .list {
        width: 100%;
        margin-bottom: 15px;
    }
}