.header_bg {
    background-color: #000;
    height: 120px;
    line-height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .function {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header .function .xian {
    margin-left: 0px;
}

.header .function .xian2 {
    margin-left: 16px;
}

.header .function .nav {
    display: flex;
    flex-wrap: wrap;
}

.header .function .nav .nav_list {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.header .function .nav .nav_list a {
    color: #FFF;
}

.header .function .nav .nav_list a.active {
    color: #4CC7FF;
}

.header .function .nav .nav_list:hover a {
    color: #4CC7FF;
}

.header .function .icon {
    margin-left: 16px;
}

.header .function .icon_search a {
    background: url("../image/icon_1.png") no-repeat center center;
    background-size: cover;
    height: 17px;
    width: 17px;
    display: block;
    transition: 0.25s;
}

.header .function .icon_search:hover a {
    background: url("../image/icon_3.png") no-repeat center center;
    transition: 0.25s;
}

.header .function .icon_register a {
    background: url("../image/icon_2.png") no-repeat center center;
    background-size: cover;
    height: 17px;
    width: 17px;
    display: block;
    transition: 0.25s;
}

.header .function .icon_register:hover a {
    background: url("../image/icon_4.png") no-repeat center center;
    transition: 0.25s;
}

.index_banner .swiper1 {
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .swiper-slide .img_bg {
    width: 100%;
    height: 637px;
}

.index_banner .swiper-slide .cont {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_banner .swiper-slide .cont .title {
    color: #FFF;
    font-size: 46.465px;
    font-weight: 500;
    text-align: center;
}

.index_banner .swiper-slide .cont .title_en {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
    color: #FFFFFF69;
    transition: 0.25s;
}

.index_banner .swiper-button-next:hover,
.index_banner .swiper-button-prev:hover {
    color: #4CC7FF;
    transition: 0.25s;
}

.index_banner .swiper-pagination {
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1300px;
    justify-content: space-between;
    display: flex;
}

.index_banner .swiper-pagination-bullet {
    width: 24%;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.50);
}

.index_banner .swiper-pagination-bullet:after {
    content: "read more";
    display: block;
    color: red;
    text-align: left;
    margin-top: 10px;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.index_banner .swiper-pagination-bullet:nth-child(1):after {
    content: "Banner 01";
}

.index_banner .swiper-pagination-bullet:nth-child(2):after {
    content: "Banner 02";
}

.index_banner .swiper-pagination-bullet:nth-child(3):after {
    content: "Banner 03";
}

.index_banner .swiper-pagination-bullet:nth-child(4):after {
    content: "Banner 04";
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}

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

.index_cont .title::after {
    content: "";
    width: 64px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #4CC7FF;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

.index_cont .section1_black {
    width: 100%;
    height: 900px;
    position: relative;
    background-color: #000;
    padding-top: 157px;
}

.index_cont .section1_bg {
    background: url("../image/banner_2.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 157px;
}

.index_cont .section1 .index_list {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_cont .section1 .list {
    width: 30%;
}

.index_cont .section1 .list .image {
    margin-bottom: 30px;
}

.index_cont .section1 .list .name {
    margin-bottom: 10px;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 500;
}

.index_cont .section1 .list .text {
    margin-bottom: 63px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 173.5%;
    /* 31.23px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_cont .section1 .list .more {
    width: 212px;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #FFF;
    transition: 0.25s;
}

.index_cont .section1 .list:hover .more {
    border: 1px solid #00A7F2;
    background-color: #00A7F2;
    transition: 0.25s;
}

.index_cont .section1 .list .more a {
    display: block;
    color: #FFF;
}

.index_cont .section2 {
    background-color: #1B1B1B;
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.index_cont .section2 .s2_left {
    width: 50%;
    padding-left: 310px;
}

.index_cont .section2 .s2_left .title {
    text-align: left;
}

.index_cont .section2 .s2_left .title::after {
    margin-left: 0;
}

.index_cont .section2 .s2_left .name {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    margin-top: 57px;
}

.index_cont .section2 .s2_left .text {
    margin-top: 13px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 197%;
    /* 35.46px */
    width: 550px;
}

.index_cont .section2 .s2_left .more {
    width: 212px;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #FFF;
    transition: 0.25s;
    /*background-color: #00A7F2;*/
    margin-top: 57px;
}
.index_cont .section2 .s2_left .more:hover{
    background-color: #00A7F2;
    border: 1px solid #00A7F2;
}
.index_cont .section2 .s2_left .more a {
    display: block;
    color: #fff;
}

.index_cont .section2 .s2_right {
    width: 50%;
}

.index_cont .section3_bg {
    background-color: #1B1B1B;
}

.index_cont .section3 {
    padding-top: 178px;
    padding-bottom: 192px;
}

.index_cont .section3 .index_list {
    margin-top: 80px;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.index_cont .section3 .index_list .list{
    margin-right: 5%;
}
.index_cont .section3 .index_list .list:nth-child(3n){
    margin-right: 0%;
}
.index_cont .section3 .list {
    width: 30%;
}

.index_cont .section3 .list .image {
    margin-bottom: 23px;
}

.index_cont .section3 .list .name {
    margin-bottom: 13px;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_cont .section3 .list .text {
    margin-bottom: 23px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 179.5%;
    /* 25.13px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_cont .section3 .list .more {
    width: 212px;
    height: 64px;
    line-height: 64px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #FFF;
    transition: 0.25s;
}

.index_cont .section3 .list:hover .more {
    border: 1px solid #00A7F2;
    background-color: #00A7F2;
    transition: 0.25s;
}

.index_cont .section3 .list .more a {
    display: block;
    color: #FFF;
}

.footer_bg {
    background: #000;
    background-size: cover;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 83px;
}

.footer .left {
    width: 23%;
}

.footer .left .fot_logo {
    margin-bottom: 26px;
}

.footer .left .map .list {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 13.642px;
    font-weight: 400;
    line-height: 136%;
    /* 26.737px */
}

.footer .left .map .list img {
    margin-right: 10px;
    margin-top: -1px;
}

.footer .right {
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .right .fot_title {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer .right .fot_title a {
    color: #fff;
}

.footer .right .fot_nav {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 240.5%;
    /* 33.67px */
}

.footer .code {
    width: 12%;
}

.footer .code .code_text {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.footer_bg .xian {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 80px;
}

.footer_bg .reference {
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_bg .reference .text {
    margin: 0 13px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* 33.67px */
}

.join_banner {
    position: relative;
    margin-top: 120px;
    overflow: hidden;
}

.join_banner .swiper1 .img_bg {
    height: 500px;
}

.join_banner .swiper1 .img_bg img {
    object-fit: cover;
}

.join_banner .swiper-slide .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join_banner .swiper-slide .cont .title {
    color: #FFF;
    font-size: 40.465px;
    font-weight: 500;
    text-align: center;
}

.join_banner .swiper-pagination-bullet {
    margin: 0 5px !important;
    background-color: #fff;
}

.join_banner .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 5px;
    height: 5px;
    background-color: #00A7F2;
}

.join_cont .section_1_bg {
    background-color: #1A1B1B;
    padding-top: 80px;
    padding-bottom: 65px;
}

.join_cont .section_1 .title {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
}

.join_cont .section_1 .s1_tab {
    margin-top: 40px;
    display: flex;
    border-bottom: 1px solid #FFFFFF8C;
}

.join_cont .section_1 .s1_tab .tab {
    margin-right: 100px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.join_cont .section_1 .s1_tab .tab.active {
    border-bottom: 5px solid #4CC7FF;
    padding-bottom: 23px;
}

.join_cont .section_1 .s1_map {
    margin-top: 40px;
}

.join_cont .section_1 .s1_map .left .list {
    margin-bottom: 24px;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.join_cont .section_1 .s1_map .left .list img {
    margin-right: 20px;
}

.join_cont .section_1 .s1_map .right {
    width: 137px;
}

.join_cont .section_1 .s1_map .right .code {
    margin-bottom: 13px;
}

.join_cont .section_1 .s1_map .right .text {
    color: #FFF;
    font-size: 17.792px;
    font-weight: 500;
}

.join_cont .section_2_bg {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 65px;
}

.join_cont .section_2 .title {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
}

.join_cont .section_2 .s2_tab {
    margin-top: 40px;
    display: flex;
    border-bottom: 1px solid #FFFFFF8C;
}

.join_cont .section_2 .s2_tab .tab {
    margin-right: 100px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.join_cont .section_2 .s2_tab .tab.active {
    border-bottom: 5px solid #4CC7FF;
    padding-bottom: 23px;
}

.join_cont .section_2 .s2_map {
    margin-top: 40px;
}

.join_cont .section_2 .s2_map .name {
    margin-bottom: 23px;
    color: #00A7F2;
    font-size: 28px;
    font-weight: 500;
}

.join_cont .section_2 .s2_map .name img {
    margin-right: 20px;
}

.join_cont .section_2 .s2_map .list {
    margin-bottom: 24px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.join_cont .section_2 .s2_map .list img {
    margin-right: 20px;
}

.join_cont .section_2 .s2_place {
    margin-top: 100px;
}

.join_cont .section_2 .s2_place .text {
    width: 150px;
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}

.join_cont .section_2 .s2_mold {
    margin-top: 45px;
}

.join_cont .section_2 .s2_mold .lists {
    width: 100%;
    margin-bottom: 38px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 32px;
}

.join_cont .section_2 .s2_mold .lists .name {
    align-items: center;
    display: flex;
    background-color: #00A7F2;
    height: 83px;
    line-height: 83px;
    justify-content: space-between;
    padding: 0 28px 0 62px;
}

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

.join_cont .section_2 .s2_mold .lists .name .icon {
    background: url("../image/banner_14.png") no-repeat center right;
    background-size: contain;
    height: 24px;
    width: 24px;
}

.join_cont .section_2 .s2_mold .lists.active .name {
    color: #fff;
    background-color: #00A7F2;
}

.join_cont .section_2 .s2_mold .lists.active .name .icon {
    background: url("../image/banner_15.png") no-repeat center right;
    background-size: contain;
}

.join_cont .section_2 .s2_mold .handle_bg {
    padding-top: 21px;
    background-color: #383838;
    padding-bottom: 46px;
}

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

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

.join_cont .section_2 .s2_mold .list_bg {
    background-color: #383838;
    padding-bottom: 46px;
}

.join_cont .section_2 .s2_mold .lists .ment {
    margin: -1px 68px 0;
}

.join_cont .section_2 .s2_mold .lists .ment .section_s {
    margin-bottom: 41px;
}

.join_cont .section_2 .s2_mold .lists .ment .titles {
    color: #00A7F2;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 23px;
}

.join_cont .section_2 .s2_mold .lists .ment .titles img {
    margin-right: 20px;
}

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

.join_cont .section_2 .s2_mold .lists .more {
    width: 225.317px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    flex-shrink: 0;
    /*background: #00A7F2;*/
    color: #FFF;
    border: 1px solid #FFF;
    transition: 0.25s;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}
.join_cont .section_2 .s2_mold .lists .more:hover{
    background: #00A7F2;
    border: #00A7F2;
}
.join_cont .section_2 .s2_mold .lists .more a {
    display: block;
    color: #fff;
}

.news_banner {
    background: url("../image/banner_16.png") no-repeat center center;
    background-size: cover;
    height: 500px;
    position: relative;
    margin-top: 120px;
}

.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_cont_bg {
    background-color: #1B1B1B;
}

.news_cont {
    padding-top: 80px;
    padding-bottom: 100px;
}

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

.news_cont .tab_cont {
    margin-top: 80px;
}

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

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

.news_cont .tab_cont .image img {
    vertical-align: middle;
}

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

.news_cont .tab_cont .matter .name {
    color: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    font-size: 20px;
    font-weight: 400;
}

.news_cont .tab_cont .list:hover .matter .more {
    border: 1px solid #00A7F2;
    background-color: #00A7F2;
    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: #fff;
    font-size: 14.01px;
    font-weight: 400;
    background-color: #383838
}

.pager .pagination li.active {
    background-color: #4CC7FF;
    color: #383838;
    border: 1px solid #4CC7FF;
}

.pager .pagination li a {
    display: block;
    color: #fff;
}

.show_news_bg {
    background-color: #1B1B1B;
}

.show_news {
    padding-top: 76px;
    padding-bottom: 134px;
}

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

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

.show_news .subhead .ment {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin: 0 11px;
}

.show_news .sn_cont {
    margin-top: 57px;
}

.show_news .sn_cont .text {
    color: #fff;
    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;
}

.about_banenr {
    background: url("../image/banner_18.png") no-repeat center center;
    background-size: cover;
}
.prd_banner{
    background: url("../image/egprd1.png") no-repeat center center;
    background-size: cover;
}
.new_banner{
    background: url("../image/egnew1.png") no-repeat center center;
    background-size: cover;
}
.ser_banner{
    background: url("../image/ygser1.png") no-repeat center center;
    background-size: cover;
}
.abo_banenr{
    background: url("../image/egabo1.png") no-repeat center center;
    background-size: cover;
}
.join_banenr{
    background: url("../image/join1.png") no-repeat center center;
    background-size: cover;
}
.about_cont {
    padding-bottom: 135px;
    background-color: #1B1B1B;
}

.about_cont .section1_black {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: #000;
    padding-top: 135px;
}

.about_cont .section1_bg {
    background: url("../image/banner_2.png") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 157px;
}

.about_cont .section1 {
    align-items: center;
}

.about_cont .section1 .left {
    width: 40%;
}

.about_cont .section1 .right {
    width: 57%;
}

.about_cont .section1 .right .title {
    color: #FFF;
    font-size: 31px;
    font-weight: 500;
    text-align: right;
}

.about_cont .section1 .right .title_en {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

.about_cont .section1 .right .word {
    margin-top: 32px;
}

.about_cont .section1 .right .text {
    color: #FFF;
    font-size: 20px;
    line-height: 167.5%;
    /* 26.8px */
}

.about_cont .section2_bg {
    background: url("../image/banner_20.png") no-repeat center center;
    background-size: cover;
    height: 702px;
    width: 100%;
    padding-top: 116px;
}

.about_cont .section2 .list {
    margin-bottom: 32px;
}

.about_cont .section2 .list .title {
    color: #FFF;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 11px;
}

.about_cont .section2 .list .title img {
    margin-right: 15px;
}

.about_cont .section2 .list .text {
    color: #FFF;
    font-size: 16px;
    line-height: 167.5%;
    /* 40.2px */
}

.about_cont .section2 .list2 {
    margin-top: 59px;
}

.about_cont .section2 .list2 .title {
    margin-bottom: 32px;
}

.m_login {
    background: url("../image/banner_21.png") no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.m_login .m_login_cont {
    width: 654px;
    height: 446.366px;
    flex-shrink: 0;
    border-radius: 18.294px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px 74px 0;
}

.m_login .m_login_cont .tab {
    justify-content: center;
}

.m_login .m_login_cont .tab .tab_list {
    margin: 0 21px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.m_login .m_login_cont .tab .tab_list.active {
    color: #00A7F2;
}

.m_login .m_login_cont .tab .tab_list.active::after {
    content: "";
    width: 80%;
    height: 2.744px;
    flex-shrink: 0;
    border-radius: 45.734px;
    background: #00A7F2;
    display: block;
    margin: 0 auto;
}

.m_login .m_login_cont .tab_cont form {
    margin-top: 40px;
}

.m_login .m_login_cont .tab_cont .menu_list {
    border-radius: 4.573px;
    border: 0.747px solid #A1A1A1;
    height: 58px;
    line-height: 58px;
    align-items: center;
    margin-bottom: 20px;
}

.m_login .m_login_cont .tab_cont .menu_list .num {
    width: 94px;
    text-align: center;
    border-right: 1px solid #A1A1A1;
}

.m_login .m_login_cont .tab_cont .menu_list input {
    height: 56px;
    line-height: 56px;
    padding-left: 38px;
    color: #B6B6B6;
    font-size: 18.294px;
    width: 60%;
    border-radius: 4.573px;
}

.m_login .m_login_cont .tab_cont .menu_list .code {
    width: 194px;
    border-left: 1px solid #A1A1A1;
    text-align: center;
    color: #00A7F2;
    font-size: 19px;
    cursor: pointer;
}

.m_login .m_login_cont .tab_cont .ment {
    margin-bottom: 23px;
}

.m_login .m_login_cont .tab_cont .ment .left .text {
    color: #000;
    font-size: 12.806px;
    margin-left: 8px;
}

.m_login .m_login_cont .tab_cont .ment .right {
    color: #00A7F2;
    font-size: 12.806px;
}

.m_login .m_login_cont .tab_cont .res {
    border-radius: 4.573px;
    background: #00A7F2;
    height: 58.255px;
    line-height: 58.255px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.m_login .m_login_cont .tab_cont .word {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.m_login .m_login_cont .tab_cont .word a {
    color: #1890FF;
}

.m_res .m_login_cont {
    width: 654px;
    height: 690px;
}

.m_res .m_login_cont .tab_cont .menu_list input {
    padding: 0 23px;
    color: #B6B6B6;
    font-size: 18px;
}

.m_res .m_login_cont .tab_cont .menu_list2 input {
    width: 100%;
}

.m_res .m_login_cont .tab_cont .word {
    margin-bottom: 20px;
}

.m_res .m_login_cont .tab_cont .ment .left .text {
    color: #000;
    font-size: 16px;
}

.join_cont .section_2 .s2_place .text.active {
    color: #00A7F2;
}


@media only screen and (max-width:1400px) {
    .index_banner .swiper-slide .cont .title {
        font-size: 38px;
    }

    .news_cont .tab_cont .matter .name{
        font-size: 24px;
    }
    .news_cont .tab_cont .matter .text{
        font-size: 16px;
    }
    .news_cont .tab_cont .matter .more{
        font-size: 18px;
    }
    .news_cont .tab_cont .matter .time{
        font-size: 18px;
    }
    .about_cont .section2 .list .title{
        font-size: 26px;
    }
    .index_cont .title{
        font-size: 28px;
    }
    .index_cont .section2 .s2_left .name{
        font-size: 26px;
    }
    .index_cont .section1 .list .name {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .footer .code .code_text{
        font-size: 12px;
    }
    .footer .left .map .list{
        font-size: 12px;
    }
    .about_cont .section2 .list .text{
        /*font-size: 21px;*/
    }
    .index_cont .section1 .list .more {
        width: 180px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }
    .index_cont .section1 .list .text {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .index_cont .section2 .s2_left {
        width: 50%;
        padding-left: 15%;
    }
    .index_cont .section2 .s2_left .text {
        margin-top: 13px;
        font-size: 18px;
        line-height: 197%;
        width: 90%;
    }
    .index_cont .section3 .list .image {
        margin-bottom: 15px;
    }
    .index_cont .section3 .list .name {
        margin-bottom: 13px;
        font-size: 18px;
    }
    .index_cont .section3 .list .more {
        width: 180px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }
    .footer .right {
        width: 50%;
    }
    .footer .code {
        width: 10%;
    }
    .about_cont .section1 .right .text {
        color: #FFF;
        font-size: 14px;
        line-height: 167.5%;
    }
    .about_cont .section1_black {
        height: 800px;
    }
    .index_banner .swiper-pagination {
        width: 1000px;
    }
    .index_cont .section1 .list .image img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:1100px) {
    .header .function .nav .nav_list {
        margin: 0px 5px;
        font-size: 14px;
    }
    .header .function .icon {
        margin-left: 10px;
    }
    .header .function .xian {
        display: none;
    }
    .index_banner .swiper-slide .img_bg {
        width: 100%;
        height: auto;
    }
    .index_banner .swiper-slide .cont .title {
        font-size: 28px;
    }
    .index_banner .swiper-slide .cont .title_en {
        font-size: 14px;
        margin-top: 5px;
    }
    .index_cont .title {
        font-size: 28px;
    }
    .index_cont .section1_black {
        height: 650px;
        padding-top: 0px;
        margin-top: -5px;
    }
    .index_cont .section1_bg {
        padding-top: 100px;
    }
    .index_cont .section1 .list .image {
        margin-bottom: 5px;
    }
    .index_cont .section1 .list .name {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .index_cont .section1 .list .text {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .index_cont .section1 .list .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .index_cont .section2 .s2_left {
        width: 50%;
        padding-left: 5%;
    }
    .index_cont .section2 .s2_left .name {
        font-size: 24px;
        margin-top: 20px;
    }
    .index_cont .section2 .s2_left .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 25px;
    }
    .index_cont .section3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .index_cont .section3 .index_list {
        margin-top: 50px;
    }
    .index_cont .section3 .list .image {
        margin-bottom: 10px;
    }
    .index_cont .section3 .list .name {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .index_cont .section3 .list .text {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .index_cont .section3 .list .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .footer .code {
        display: none;
    }
    .footer .left .fot_logo img {
        width: 100%;
        height: 100%;
    }
    .footer .right {
        width: 70%;
    }
    .join_banner .swiper1 .img_bg {
        height: 350px;
    }
    .join_banner .swiper-slide .cont .title {
        font-size: 28px;
    }
    .join_cont .section_1_bg {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .join_cont .section_1 .title {
        font-size: 28px;
    }
    .join_cont .section_1 .s1_tab {
        margin-top: 20px;
    }
    .join_cont .section_1 .s1_tab .tab {
        margin-right: 60px;
        font-size: 20px;
    }
    .join_cont .section_1 .s1_tab .tab.active {
        padding-bottom: 15px;
    }
    .join_cont .section_1 .s1_map .left .list {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .join_cont .section_1 .s1_map .left .list img {
        margin-right: 10px;
    }
    .join_cont .section_2_bg {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .join_cont .section_2 .title {
        font-size: 28px;
    }
    .join_cont .section_2 .s2_tab {
        margin-top: 20px;
    }
    .join_cont .section_2 .s2_tab .tab {
        margin-right: 60px;
        font-size: 20px;
    }
    .join_cont .section_2 .s2_map .name {
        margin-bottom: 23px;
        color: #00A7F2;
        font-size: 20px;
        font-weight: 500;
    }
    .join_cont .section_2 .s2_map .name img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    .join_cont .section_2 .s2_map .list {
        margin-bottom: 15px;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
    }
    .join_cont .section_2 .s2_place {
        margin-top: 65px;
    }
    .join_cont .section_2 .s2_place .text {
        font-size: 20px;
        width: 100px;
    }
    .join_cont .section_2 .s2_mold .handle .treat {
        font-size: 18px;
    }
    .join_cont .section_2 .s2_mold .lists .ment .titles {
        font-size: 24px;
    }
    .join_cont .section_2 .s2_mold .handle_bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .join_cont .section_2 .s2_mold .lists .ment {
        margin: -1px 20px 0;
    }
    .join_cont .section_2 .s2_mold .lists .ment .titles {
        font-size: 20px;
    }
    .join_cont .section_2 .s2_mold .lists .ment .titles img {
        margin-right: 10px;
        width: 20px;
    }
    .join_cont .section_2 .s2_mold .lists .ment .text {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .join_cont .section_2 .s2_mold .lists .more {
        width: 160.317px;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }
    .join_cont .section_2 .s2_mold .lists .name {
        height: 83px;
        line-height: 83px;
        padding: 0 28px 0 28px;
    }
    .join_cont .section_2 .s2_mold .lists .name .word {
        font-size: 20px;
    }
    .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;
        font-size: 16px;
    }
    .show_news .title {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .show_news .sn_cont .text {
        font-size: 17px;
    }
    .about_cont .section1_bg {
        padding-top: 65px;
    }
    .about_cont .section1 .right .title {
        font-size: 28px;
    }
    .about_cont .section1 .right .title_en {
        font-size: 16px;
    }
    .news_banner .ban_cont .title {
        font-size: 28px;
    }
    .news_banner {
        height: 350px;
    }
    .about_cont .section2 .list .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about_cont .section2 .list .text {
        font-size: 18px;
        line-height: 167.5%;
    }
    .about_cont .section2_bg {
        height: 600px;
        padding-top: 116px;
    }
    .index_banner .swiper-pagination {
        width: 750px;
    }
}

@media only screen and (max-width:768px) {
    .header_bg {
        display: none;
    }
    .index_banner .swiper1 {
        margin-top: 0px;
    }
    .index_banner .swiper-button-next,
    .index_banner .swiper-button-prev {
        display: none;
    }
    .index_banner .swiper-pagination {
        width: 100%;
        padding: 0 10px;
    }
    .index_banner .swiper-pagination-bullet:after {
        content: "read more";
        margin-top: 5px;
        font-size: 12px;
    }
    .index_banner .swiper-pagination {
        display: none;
    }
    .index_banner .swiper-slide .cont .title {
        font-size: 18px;
    }
    .index_banner .swiper-slide .cont .title_en {
        font-size: 12px;
        margin-top: 5px;
    }
    .index_banner .swiper-slide .cont {
        width: 100%;
        padding: 0 10px;
    }
    .index_cont .section1_black {
        height: 585px;
        margin-top: -10px;
    }
    .index_cont .title {
        font-size: 18px;
    }
    .index_cont .title::after {
        content: "";
        width: 40px;
        height: 2px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #4CC7FF;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }
    .index_cont .section1 .index_list {
        margin-top: 10px;
    }
    .index_cont .section1 .list {
        width: 48%;
        margin-bottom: 10px;
    }
    .index_cont .section1 .list .name {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .index_cont .section1 .list .text {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index_cont .section1 .list .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_cont .section1_bg {
        padding-top: 20px;
    }
    .index_cont .section1 .list .image img {
        width: 200px;
        height: 100%;
    }
    .index_cont .section1 .list .image {
        margin-bottom: 5px;
        text-align: center;
    }
    .index_cont .section2 .s2_left .name {
        font-size: 16px;
        margin-top: 10px;
    }
    .index_cont .section2 .s2_left .text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 160%;
        width: 100%;
    }
    .index_cont .section2 .s2_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .index_cont .section2 .s2_right {
        width: 100%;
    }
    .index_cont .section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .index_cont .section3 .index_list {
        margin-top: 15px;
    }
    .index_cont .section3 .list {
        width: 49%;
        margin-bottom: 10px;
    }
    .index_cont .section3 .list .image {
        margin-bottom: 5px;
    }
    .index_cont .section3 .list .name {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .index_cont .section3 .list .text {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index_cont .section3 .list .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .footer .right {
        display: none;
    }
    .footer {
        padding-top: 20px;
    }
    .footer_bg .xian {
        margin-top: 20px;
    }
    .footer .left .fot_logo img {
        width: auto;
    }
    .footer .left {
        width: 100%;
    }
    .footer .left .fot_logo {
        margin-bottom: 5px;
    }
    .index_cont .section2 .s2_left {
        width: 100%;
        padding-left: 10px;
    }
    .index_cont .section2 {
        padding-top: 20px;
    }
    .join_banner {
        margin-top: 00px;
    }
    .join_banner .swiper1 .img_bg {
        height: auto;
    }
    .join_banner .swiper-slide .cont .title {
        font-size: 18px;
    }
    .swiper-pagination {
        display: none;
    }
    .join_cont {
        margin-top: -5px;
    }
    .join_cont .section_1_bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .join_cont .section_1 .title {
        font-size: 18px;
    }
    .join_cont .section_1 .s1_tab {
        margin-top: 10px;
    }
    .join_cont .section_1 .s1_tab .tab {
        margin-right: 30px;
        font-size: 16px;
    }
    .join_cont .section_1 .s1_tab .tab.active {
        padding-bottom: 10px;
        border-bottom: 3px solid #4CC7FF;
    }
    .join_cont .section_1 .s1_map {
        margin-top: 15px;
    }
    .join_cont .section_1 .s1_map .left .list {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .join_cont .section_1 .s1_map .right {
        display: none;
    }
    .join_cont .section_1 .s1_map .left .list img {
        zoom: 0.8;
    }
    .join_cont .section_2_bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .join_cont .section_2 .title {
        font-size: 18px;
    }
    .join_cont .section_2 .s2_tab {
        margin-top: 10px;
    }
    .join_cont .section_2 .s2_tab .tab {
        margin-right: 30px;
        font-size: 16px;
    }
    .join_cont .section_2 .s2_tab .tab.active {
        padding-bottom: 10px;
        border-bottom: 3px solid #4CC7FF;
    }
    .join_cont .section_2 .s2_map {
        margin-top: 10px;
    }
    .join_cont .section_2 .s2_map .name {
        margin-bottom: 10px;
        color: #00A7F2;
        font-size: 16px;
        font-weight: 500;
    }
    .join_cont .section_2 .s2_map .list {
        margin-bottom: 7px;
        color: #FFF;
        font-size: 14px;
        font-weight: 500;
    }
    .join_cont .section_2 .s2_place {
        margin-top: 20px;
    }
    .join_cont .section_2 .s2_place .text {
        font-size: 16px;
        width: 70px;
    }
    .join_cont .section_2 .s2_mold {
        margin-top: 10px;
    }
    .join_cont .section_2 .s2_mold .lists .name {
        height: 60px;
        line-height: 60px;
        padding: 0 10px 0 10px;
    }
    .join_cont .section_2 .s2_mold .lists .name .word {
        font-size: 16px;
    }
    .join_cont .section_2 .s2_mold .handle_bg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .join_cont .section_2 .s2_mold .handle {
        border-radius: 10px;
        margin: 0px 10px 0px;
        padding: 10px;
    }
    .join_cont .section_2 .s2_mold .handle .treat {
        font-size: 14px;
    }
    .join_cont .section_2 .s2_mold .lists .ment {
        margin: -1px 10px 0;
    }
    .join_cont .section_2 .s2_mold .lists .ment .titles {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .join_cont .section_2 .s2_mold .lists .ment .text {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .join_cont .section_2 .s2_mold .lists .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .join_cont .section_2 .s2_mold .lists .ment .section_s {
        margin-bottom: 15px;
    }
    .join_cont .section_2 .s2_mold .list_bg {
        background-color: #383838;
        padding-bottom: 20px;
    }
    .join_cont .section_2 .s2_mold .lists {
        width: 100%;
        margin-bottom: 15px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding-bottom: 15px;
    }
    .news_banner {
        height: 250px;
        margin-top: 00px;
    }
    .news_banner .ban_cont .title {
        font-size: 18px;
    }
    .news_cont {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .news_cont .title {
        color: #fff;
        font-family: PingFang SC;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
    }
    .news_cont .tab_cont {
        margin-top: 10px;
    }
    .news_cont .tab_cont {
        width: 100%;
        padding: 0 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news_cont .tab_cont .list {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .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;
    }
    .news_cont .tab_cont .list {
        margin-bottom: 20px;
        padding: 10px;
    }
    .show_news {
        padding-top: 20px;
        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 0px;
        margin-top: 15px;
    }
    .show_news .sn_cont .text {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        text-indent: 2em;
    }
    .show_news .sn_cont .image {
        margin: 10px 0;
    }
    .show_news .subhead .ment {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        margin: 0 11px;
    }
    .about_cont .section1_bg {
        padding-top: 10px;
    }
    .about_cont .section1_black {
        display: none;
    }
    .about_cont .section1s {
        padding: 20px 10px;
    }
    .about_cont .section1s .left {
        display: none;
    }
    .about_cont .section1s .right {
        width: 100%;
    }
    .about_cont .section1s .right .title {
        font-size: 18px;
        color: #fff;
    }
    .about_cont .section1s .right .title_en {
        font-size: 12px;
        color: #fff;
    }
    .about_cont .section1s .right .word {
        margin-top: 15px;
    }
    .about_cont .section1s .right .word .text {
        color: #fff;
    }
    .about_cont .section2 .list .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .about_cont .section2 .list .title img {
        margin-right: 10px;
        zoom: 0.6;
    }
    .about_cont .section2 .list .text {
        font-size: 14px;
        line-height: 167.5%;
    }
    .about_cont .section2 .list {
        margin-bottom: 10px;
    }
    .about_cont .section2 .list2 {
        margin-top: 0px;
    }
    .about_cont .section2_bg {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about_cont {
        padding-bottom: 0px;
        background-color: #1B1B1B;
    }
    .m_login .m_login_cont {
        width: 95%;
        padding: 20px;
        height: auto;
    }
    .m_login .m_login_cont .tab .tab_list {
        margin: 0px 15px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
    }
    .m_login .m_login_cont .tab_cont form {
        margin-top: 15px;
    }
    .m_login .m_login_cont .tab_cont .menu_list {
        border-radius: 4.573px;
        border: 0.747px solid #A1A1A1;
        height: 40px;
        line-height: 40px;
        align-items: center;
        margin-bottom: 15px;
    }
    .m_login .m_login_cont .tab_cont .menu_list input {
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
        font-size: 14px;
        width: 80%;
    }
    .m_login .m_login_cont .tab_cont .menu_list .code {
        font-size: 14px;
    }
    .m_login .m_login_cont .tab_cont .res {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .m_login .m_login_cont .tab_cont .word {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
    }
    .head_wap .func {
        width: 90%;
        margin: 0 auto;
    }
    .head_wap .text {
        width: 47%;
        text-align: center;
        color: #fff;
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        background-color: #1890FF;
    }
    .head_wap .text a {
        color: #fff;
    }
}

@media only screen and (max-width:568px) {
    .index_banner .swiper-slide .cont .title {
        font-size: 16px;
    }
    .index_banner .swiper-slide .cont {
        top: 50%;
    }
    .index_banner .swiper-slide .cont {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .index_cont .title {
        font-size: 16px;
    }
    .index_cont .section1 .list .image img {
        width: 150px;
        height: 100%;
    }
    .index_cont .section1_black {
        height: 505px;
        margin-top: -10px;
    }
    .index_cont .section2 .s2_left .name {
        font-size: 14px;
        margin-top: 10px;
    }
    .index_cont .section2 .s2_left .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .index_cont .section3 .list .name {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .index_cont .section3 .list .text {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 148.5%;
    }
    .index_cont .section3 .list {
        width: 100%;
        margin-bottom: 10px;
    }
    .join_banner .swiper-slide .cont .title {
        font-size: 16px;
    }
    .join_cont .section_1 .title {
        font-size: 16px;
    }
    .join_cont .section_1 .s1_tab .tab {
        font-size: 14px;
    }
    .join_cont .section_2 .title {
        font-size: 16px;
    }
    .join_cont .section_2 .s2_tab .tab {
        font-size: 14px;
    }
    .join_cont .section_2 .s2_map .name {
        margin-bottom: 10px;
        color: #00A7F2;
        font-size: 14px;
        font-weight: 500;
    }
    .join_cont .section_2 .s2_place .text {
        font-size: 14px;
        width: 70px;
    }
    .join_cont .section_2 .s2_mold .lists .name .word {
        font-size: 14px;
    }
    .join_cont .section_2 .s2_mold .lists .name {
        height: 45px;
        line-height: 45px;
        padding: 0 10px 0 10px;
    }
    .join_cont .section_2 .s2_mold .lists.active .name .icon {
        zoom: 0.8;
    }
    .join_cont .section_2 .s2_mold .lists .ment .titles {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news_banner .ban_cont .title {
        font-size: 16px;
    }
    .news_cont .title {
        color: #fff;
        font-family: PingFang SC;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
    }
    .news_banner {
        height: 200px;
        margin-top: 00px;
    }
    .show_news .title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .show_news .subhead .ment {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        margin: 0 11px;
    }
    .about_cont .section1s .right .title {
        font-size: 16px;
        color: #fff;
    }
    .about_cont .section1s .right .word {
        margin-top: 10px;
    }
}