﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
    padding-top: 150px;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}
.ys_ban_txtbox{
    z-index: 5;
}
.ys_nybanner{
    position: relative;
    padding-top: 150px;
}
.ys_nyban_img, .ys_nyban_img img{
    width: 100%;
}
.ys_nyban_ph{
    display: none;
}
.ys_nyban_title h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.6;
    font-weight: bold;
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/
/* Delia-start */
/* 规范-start */
.home_std_tit2{
    font-size: 54px;
    line-height: 1.2;
    color: #ffffff;
}
.home_std_tit3{
    font-size: 48px;
    line-height: 1.5;
    color: #333333;
}
.home_std_tit4{
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
}
.std_tit1{
    font-size: 48px;
    line-height:1.5;
    color: #fff;
}
.std_tit2, .yxedr_active h2{
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}
.std_tit3, .yxedr_active h3{
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.std_tit4, .yxedr_active h4{
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}
.yxedr_active p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}
.std_parga, .std_parga p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.std_padd1{
    padding: 130px 0;
}
.std_padd1_bottom{
    padding-bottom: 130px;
}
.std_padd2{
    padding: 100px 0;
}
.std_padd2_bottom{
    padding-bottom: 100px;
}
.std_mar{
    margin-bottom: 30px;
}
.mod_btn1{
    width: 80px;
    transition: all .36s ease-in-out;
}
.mod_btn1_box{
    width: 100%;
    background: #2D89C2;
    border-radius: 50px;
    padding: 0 20px;
    transition: width 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.mod_btn_text{
    color: #FFF;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    line-height: 42px;
}
.mod_btn_icon{
    width: 18px;
    line-height: 42px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateX(0px);
}
.mod_btn_icon img{
    width: 100%;
}
.mod_arrows1, .mod_arrows2{
    width: 105px;
    display: flex;
    justify-content: space-between;
}
.arrows1_icon{
    width: 46px;
    height: 46px;
    transition: all .36s;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    transition: all .36s;
}
.arrows1_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.arrows1_icon img{
    transition: all .36s;
}
.arrows2_icon{
    width: 46px;
    height: 46px;
    transition: all .36s;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    transition: all .36s;
}
.arrows_icon img:nth-child(2){
    opacity: 0;
}
.arrows2_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.arrows2_icon img{
    transition: all .36s;
}

/* 规范-end */
/* 面包屑-start */
.ys_bread{
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.ys_bread a{
    color: #fff;
    font-size: 16px;
}
.ys_bread_list::before {
    content: '/';
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}
.ys_bread_list {
    padding: 0 17px;
}
.ys_pos_center {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    z-index: 2;
}
/* 面包屑-end */
/* foot-start */
.mod_foot{
    background: #fff;
    padding-top: 66px;
}
.mod_foot_tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mod_foot_tp_le{
    width: 50%;
    padding-right: 100px;
}
.mod_foot_tp_ri{
    width: 50%;
}
.mftl_logo{
    width: 411px;
}
.mftl_logo img{
    width:100%;
}
.mod_foot_tp_le ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    margin-top: 50px;
    margin-bottom: 89px;
}
.mod_foot_tp_le li{
    padding: 0 30px;
    margin-bottom: 40px;
}
.mod_foot_tp_le a{
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    display: block;
    transition: all .36s;
}
.mftl_link_text{
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    margin-right: 10px;
}
.mftl_link_word a{
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}
.mftl_link{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.mftr_box_code{
    width: 130px;
    background: #ebebeb;
    padding: 5px;
    border-radius: 6px;
    margin-right: 50px;
}
.mftr_box_code img{
    width: 100%;
}
.mbul_text{
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}
.mbul_text a{
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}
.mftr_box_ul_li{
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}
.mftr_box_ul_li:last-child{
    margin-bottom: 0px;
}
.mbul_img{
    width: 29px;
    height: 29px;
    background: #2D89C2;
    border-radius: 6px;
    position: relative;
    margin-right: 32px;
}
.mbul_img img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mftr_box{
    display: flex;
    align-items: center;
}
.mod_foot_btm{
    padding: 30px 0;
    border-top: solid 1px #c3c3c3;
}
.mod_foot_btm_ul{
    margin: 0 -11px;
    display: flex;
}
.mfbu_li{
    padding: 0 11px;
}
.mod_foot_btm_le span{
    margin-right: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    opacity: 0.5;
}
.mod_foot_btm_le a{
    margin-right: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    opacity: 0.5;
}
.mfbu_li a{
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    opacity: 0.5;
    transition: all .36s;
}
/* foot-end */
/* 导航-start */
.ys_ban_li.slick-current .ys_ban_title{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.5s;
}
.ys_ban_li.slick-current .ys_ban_aut{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.6s;
}
.ys_hd_pc{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    transition: all .36s;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,.16);
}
.mod_nav_tp_logo{
    width: 328px;
}
.mod_nav_tp_logo  a{
    display: block;
    line-height: 80px;
}
.mod_nav_tp_logo img{
    width: 100%;
}
.mnto_img{
    width: 29px;
    height: 29px;
    border-radius: 6px;
    position: relative;
    background: #2D89C2;
    margin-right: 7px;
}
.mnto_img img{
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mnto_tel{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.mnto_num a{
    font-size: 20px;
    color: #333;
    line-height: 80px;
    display: block;
}
.mod_nav_tp_other{
    display: flex;
}
.mnbu_li{
    margin-right: 60px;
}
.mnbu_li a{
    line-height: 70px;
    color: #FFF;
    font-size: 16px;
    display: block;
    transition: all .36s;
    position: relative;
}
.mnbu_li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all .36s;
}
.mnbu_li.yxnav_active1 a::after{
    width: 100%;
}
.mod_nav_btm{
    position: relative;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
}
.mod_nav_btm_bg{
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.mod_nav_btm_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod_nav_btm_ul{
    position: relative;
    z-index: 1;
}
.mod_nav_btm_ul{
    pointer-events: none;
}
.mod_nav_all_box{
    position: relative;
}
.mnbu_li{
    pointer-events: all;
}
.mldc_imgbox{
    width: 436px;
}
.mldc_imgbox_img{
    position: relative;
}
.mldc_imgbox_img:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    opacity: 0.3;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); 
}
.mldc_imgbox img{
    width: 100%;
}
.mldc_imgbox a{
    display: block;
    position: relative;
}
.mldc_imgbox_text{
    width: calc(100% - 10px);
    position: absolute;
    left: 50%;
    bottom:16px;
    transform: translateX(-50%);
}
.mldc_imgbox_text p{
    color: #FFF;
    text-align: center;
    line-height: 3;
    font-size: 16px;
}
.mldc_ul{
    width: calc(100% - 436px);
    display: flex;
}
.mldc_ul_li{
    margin-right: 57px;
}
.mldc_ul_li:last-child{
    margin-right: 0px;
}
.mnbu_li_pull{
    display: none;
}
.mnbu_li_down {
    display:none;
    width: 1500px;
    position: absolute;
    left:84px;
    top: 70px;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
    border-bottom: solid 4px #2D89C2;
}
.mnbu_li_down_cont{
    position: relative;
    padding: 30px 60px 82px;
    overflow: hidden;
}
.mldc_show{
    width: 62px;
    height: 62px;
    border-radius: 62px;
    background: #2D89C2;
    position: absolute;
    bottom: -32px;
    right: 0;
}
.mldc_show img{
    width: 30px;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}
.mulu_li a{
    color: #333;
    font-size: 16px;
    line-height: 2;
    display: block;
    transition: all .36s;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.mulu_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 00%;
    height: 1px;
    background: #2D89C2;
    transition: all .36s;
}
.mulu_li.yxnav_active2 a{
    color: #2D89C2;
}
.mulu_li.yxnav_active2 a::after{
    width: 100%;
}
.yx_search3img1{
    background: #2D89C2;
    border-radius: 6px;
}
.yx_search3_btn{
    width: 29px;
    margin-right: 0px;
    line-height: 80px;
    position: relative;
}
.yx_search3_btn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx_search3img2{
    position: absolute;
    top:25px;
    left: 0;
    opacity: 0;
}
.yx_search3box{
    position: relative;
}
.yx_search3xlbox{
   width: 100%;
    height: 350px;
    background:rgba(255, 255, 255, .95);
    box-shadow:0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 99;
}
.yx_search3_tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    border-bottom: 1px solid #666;
}
.yx_search3_xlicon{
    margin-top: 15px;
}
.yx_search3xlbtn {
    width: 30px;
    height: 30px;
    background: #2d89c2;
    border-radius: 6px;
}
.yx_search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  {
    width: calc(100% - 30px);
    padding-right: 20px;
}
.yx_search3_xls  input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  input::placeholder{
    color: #666;
}
.yx_search3.act .yx_search3_btn .yx_search3img2{
    opacity: 1;
}
.yx_search3.act .yx_search3_btn .yx_search3img1{
    opacity: 0;
}
.yx_search3_btn.on .yx_search3img2{
    opacity: 1;
}
.yx_search3_btn.on .yx_search3img1{
    opacity: 0;
}
.ys_phsubnav_scroll .ys_phnav_icon{
    display: none;
}
.ys_phnav_logo {
    width: 200px;
}
.ys_ph_navbar3 .ys_phnav_search .iconfont {
    font-size: 16px;
}
.icon-search:before {
    content: "\e7b3";
    position: absolute;
    line-height: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.ys_ph_navbar3 .ys_phnav_search .iconfont {
    font-size: 16px;
    width: 29px;
    height: 29px;
    position: relative;
    border-radius: 6px;
    background: #2d89c2;
}
.ys_modal_close .iconfont{
    background: transparent !important;
}
.ys_ph_navbar3 .ys_phnav_header {
    background: #fff;
}
/* 导航-end */
/* 首页-start */
.ys_ph_navbar3 .ys_phnav_haschild.yxnav_active1>.ys_phnav_lisbox a {
    color: #178d3b !important;
}
.ys_phnav_haschild.yxnav_active2 a{
    color: #178D3B;
}
.ys_home .ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, #151834 0%, rgba(21, 24, 49, 0.00) 100%);
}
.ys_ban_title{
    font-weight: bold;
}
.ys_home .ys_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys_cont1620{
    width: 1620px;
    margin: 0 auto;
    max-width: 100%;
}
.ys_ban_dots_ul {
    display: flex;
    align-items: center;
}
.ybdu_li {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.ybdu_li svg {
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ybdu_li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: solid 3px rgba(217, 217, 217, .5);
    border-radius: 50%;
    opacity: 0;
    transition: all .36s;
}
.ybdu_li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: all .2s;
    opacity: 1;
}
.ybdu_li.on::after{
    opacity: 0;
}
.ybdu_li.on::before{
    opacity: 1;
}
.ys_bandots_circle{
    width: 100%;
    height: 100%;
}
.ys_ban_other{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
    display: flex;
    align-items: center;
}
.ys_ban_dots{
    margin-right: 44px;
}
.ys_ban_nums span{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
.baner_i{
    position: relative;
    margin-right: 26px;
}
.baner_i::after{
    content: "/";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.mod_cont{
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}
.home_news_bg img{
    width: 100%;
}
.home_news_cont{
    margin-top: -300px;
}
.home_news_cont_tp h2{
    font-weight: bold;
    color: #fff;
}
.home_news_cont_tp{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hncb_ul{
    margin: 0 -11.5px;
}
.hncb_ul_li{
    width: 50%;
    padding: 0 11.5px;
}
.hncb_ul_li:not(:first-child){
    display: none;
}
.hulw_date{
    margin-right: 21px;
}
.hncb_ul_li_word{
    display: flex;
    align-items: center;
    margin-top: 38px;
    color: #333;
}
.hncb_ul_li_word p{
    color: #333;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hulw_text {
    color: #333;
}
.hncb_ul_li_tit{
    margin: 14px 0 37px;
    height: 3.5em;
    color: #000;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hncb_ul .slick-list {
    overflow: visible;
}
.home_news{
    position: relative;
}
.home_about{
    position: relative;
}
.home_anout_bg{
    position: relative;
}
.home_anout_bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(90deg, #1C1C1C 0%, rgba(17, 17, 17, 0.00) 100%);
}
.home_about_cont{
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
}
.home_about_cont_word{
    width: 36%;
    margin: 29px 0 68px;
}
.home_about_cont h2{
    font-weight: bold;
    color: #fff;
}
.std_word2, .std_word2 p{
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
}
.hulb_btm p{
    opacity: 0.6;
    color: #fff;
    text-align: center;
}
.hulb_tp{
    font-size: 50px;
    line-height: 1.75;
    font-family: "Noto Serif SC" !important;
    font-weight: 900;
    color: #fff;
    text-align: center;
}
.hulb_fig{
    display:flex;
    align-items: baseline;
    justify-content: center;
}
.hulb_fig span{
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    margin-left: 6px;
}
.hach_ul_li{
    width: 25%;
    opacity: 0;
    transform: translateY(50px);
}
.hach_ul{
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}
.home_about_cont_hide{
    margin-top: 121px;
    border-radius: 6px;
    padding: 40px 0;
    position: relative;
    /* background:linear-gradient(270deg, #043F43 0%, #419F46 100%); */
    opacity: 1;
}
.home_about_cont_hide.appear .hach_ul_li {
    animation: show .5s ease-in-out forwards .4s;
}
@keyframes show{
    0%{
        transform: translateY(50px);
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
.adv{
    animation: jxian .5s ease-in-out forwards .1s;
}
@keyframes jxian{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.hach_bg img{
    opacity: 0;
}
.hach_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hach_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.mod_recr{
    position: relative;
    overflow: hidden;
}
.mod_recr_cont{
    padding:180px 0;
    position: relative;
    z-index: 1;
}
.ys_home .mod_recr{
    margin-top: -45px;
}
.mod_recr_bg{
    width: 100%;
    height: 100%;
    position: absolute;
}
.mod_recr_bg::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 45px solid #fff;
}
.ys_home .mod_recr_bg::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 45px solid transparent;
}
.mod_recr_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod_recr_bg_img2{
    transition: all 0s !important;
}
.mod_recr_cont_team a{
    width: 292px;
    display: flex;
    align-items: center;
    border-radius: 34px;
    border: 1px solid #FFF;
    padding: 10px 95px;
}
.mrct_text{
    margin-right: 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.75;
}
.mrct_icon{
    width: 20px;
    transform: translateX(0px);
    transition: all .36s;
}
.mrct_icon img{
    width: 100%;
}
.mod_recr_cont_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.mod_recr_cont_textbox{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mod_recr_cont_textbox h2{
    text-align: center;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.mrct_word p{
    text-align: center;
    color: #fff;
}
.mrct_word{
    margin-top: 14px;
}
.home_publ{
    position: absolute;
    right: 164px;
    bottom: 120px;
    cursor: pointer;
}
.home_publ_img{
    width: 107px;
    position: relative; 
}
.home_publ_img::before{
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 100%;
    width: 110%;
    height: 110%;
    z-index: 0;
    background: linear-gradient(270deg, #043F43 0%, #419F46 100%);
}
.home_publ_img::after{
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 100%;
    width: 125%;
    height: 125%;
    border: solid 2px #419F46;
}
.home_publ_img img{
    width: 100%;
    border-radius:100%;
    position: relative;
    z-index: 1;
}
.home_publ_icon{
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.home_publ_icon img{
    width: 100%;
}
.ys_ban_aut{
    font-size: 28px;
    line-height: 1.6;
    color: #fff;
    padding-left: 60px;
    position: relative;
    margin-top: 25px;
}
.ys_ban_aut::before {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 1px;
    background: #fff;
}
/* 首页-end */
/* D3-校服订购-start */
.order_cont_ri{
    width: 23.5%;
    background: #F6F4F7;
    padding: 19px 68px 26px;
    border-top: solid 7px #2D89C2;
    position: relative;
    top: 55px;
}
.order_cont_le{
    width: 76.5%;
    padding-right: 28px;
}
.order_cont_le_ul{
    margin: 0 -13px;
}
.order_cont{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 130px;
    margin-bottom: 130px;
}
.oclu_li{
    width: 50%;
    padding:0 13px;
    margin-bottom: 48px;
}
.oclu_li_box_tit{
    margin-bottom: 20px;
    line-height: 1.75;
    font-weight: bold;
}
.order_cont_ri_tit{
    text-align: center;
    line-height: 1.75;
    margin-bottom: 11px;
    font-weight: bold;
}
.order_cont_ri_code img{
    width: 100%;
}
.oclu_li_box_img{
    overflow: hidden;
}
.ys_nyban_img{
    position: relative;
}
.ys_nyban_img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:33%;
    height: 100%;
    background: linear-gradient(270deg, #043F43 0%, rgba(65, 159, 70, 0.00) 100%);
    transform: matrix(-1,0,0,1,0,0);
    z-index: 1;
    opacity: 0.5;
}
.ys_nyban_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:50%;
    height: 100%;
    background: linear-gradient(270deg, #178D3B 0%, rgba(65, 159, 70, 0.00) 100%);
    transform: matrix(-1,0,0,1,0,0);
    z-index: 0;
    opacity: 0.5;
}
/* D3-校服订购-end */
/* E1-加入宋嘉-start */
.join_cont_ri{
    width: 30.3%;
    background: #F3FCFF;
    padding: 39px 46px;
}
.join_cont_le{
    width: 69.7%;
    padding-right: 100px;
}
.join_cont_le_edr p{
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.join_cont_le_edr h2{
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 1.75;
    margin-bottom: 30px;
}
.join_cont_ri_tp h2{
    font-weight: bold;
    color: #2D89C2;
    line-height: 1.75;
    margin-bottom: 14px;
}
.join_cont_ri_tp p{
    color: #666;
    line-height: 1.75;
    margin-bottom: 10px;
}
.join_cont_ri_tp a{
    line-height: 1.75;
    color: #2D89C2;
    font-weight: bold;
}
.join_cont_ri_tp {
    padding-bottom: 30px;
    border-bottom: solid 1px #cce6ef;
    margin-bottom: 35px;
}
.join_cont_ri_btm h3{
    font-weight: bold;
    line-height: 1.75;
    color: #2D89C2;
    margin-bottom: 12px;
}
.jcrb_text_tit p{
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.jcrb_text_word a,.jcrb_text_word p{
    color: #666;
    font-size: 16px;
    line-height: 1.75;
}
.jcrb_text_word a{
    margin-right: 5px;
}
/* E1-加入宋嘉-end */
/* B2-校长寄语-start */
.send_cont_box_btm{
    padding: 75px 49px 66px;
    background: #F3FCFF;
    display: flex;
    align-items: flex-start;
}
.scbb_ri{
    width: 28.3%;
}
.scbb_le{
    width:71.7%;
    padding-right: 130px;
}
.scbb_le_tp_name{
    width: 120px;
    font-weight: bold;
    line-height: 1.75;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slbe_text{
    font-weight: bold;
    line-height: 1.75;
    margin-right: 5px;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.send_cont_bg{
    position: relative;
}
.send_cont_bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    transform: matrix(-1,0,0,1,0,0);
    z-index: -1;
}
.ys_nypages .mod_cont{
    position: relative;
}
.nypage_cont{
    padding-top: 150px;
}
.scbb_le_tp_name{
    font-weight: bold;
    line-height: 1.75;
}
.scbb_le_tp_post p{
    color: #666;
    line-height: 1.75;
}
.scbb_le_tp{
    padding-bottom: 31px;
    border-bottom: solid 1px #cce6ef;
}
.scbb_le_btm{
    display: flex;
    align-items: flex-start;
    padding-top: 43px;
}
.scbb_le_btm_icon{
    width: 63px;
}
.scbb_le_btm_icon img{
    width: 100%;
}
.scbb_le_btm_textbox{
    width: calc(100% - 63px);
    padding-left: 39px;
}
.slbt_edr p{
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.slbe_word p{
    color: #666;
    line-height: 1.75;
}
.scbb_le_btm_ema a{
    display: flex;
    align-items: center;
    
}
.scbb_le_btm_ema{
    padding-top: 27px;
}
.send_cont_bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ys_nypages h1 {
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    padding-top: 28px;
    border-top: solid 3px rgba(249,246,246,.2);
    padding-bottom: 52px;
    margin-top: 24px;
}
.ys_nypages .ys_bread {
    position: static;
    transform: inherit;
    padding-top: 20px;
    z-index: 1;
}
.slbt_edr h4{
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 15px;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
/* B2-校长寄语-end */
/* B3-校园环境-start */
.envi_cont_box{
    background: #F3FCFF;
    padding: 54px 85px 69px;
}
.mod_bread_nav{
    height: 65.5px;
    position: relative;
    z-index: 1;
}
.mod_bread_nav_wrap li{
    margin-right: 26px;
    position: relative;
}
.mod_bread_nav_wrap li.act a{
    background: #2D89C2;
    color: #fff;
}
.mod_bread_nav_wrap li a{
    display: block;
    text-align: center;
    padding: 7px 34px;
    border-radius: 57px;
    background: rgba(215, 215, 215, 0.50);
    color: #333;
    transition: all .36s;
}
.ecbs_word p{
    color: #333;
    line-height: 1.75;
    margin-bottom: 28px;
}
.envi_cont_box_sec h2{
    font-weight: bold;
    color: #2D89C2;
    line-height: 1.75;
    margin-bottom: 14px;
}
.ecbs_ul_li:not(:first-child){
    display: none;
}
.ecbs_ul_li{
    position: relative;
    overflow: hidden;
}
.ecbs_box{
    position: relative;
}
.eulb_other{
    display: flex;
    align-items: center;
}
.eulb_other{
    position: absolute;
    right:32px;
    bottom: 35px;
    z-index: 1;
}
.eulb_other .ys_ban_nums span{
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    color: #fff;
}
.mod_bread_nav_wrap{
    height: 65.5px;
    position: relative;
    transition: all .4s;
}
.mod_bread_nav_wrap.isfixed {
    position: fixed;
    top: 150px;
    z-index: 100;
    width: 100%;
}
.mod_bread_nav_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background: #F3FCFF;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    opacity: 0;
    z-index: 0;
    transition: all .36s;
}
.mod_bread_nav_wrap.isfixed::after{
    opacity: 1;
}
.mod_bread_nav_wrap.isfixed .mod_bread_nav_wrap ul{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.mod_bread_nav_wrap ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
}
.mod_bread_nav.isfixed {
    z-index: 97;
    position: relative;
}
.envi_cont_box_sec{
    margin-bottom: 80px;
}
.envi_cont_box_sec:last-child{
    margin-bottom: 0px;
}
.envi_cont_box_sec1{
    margin-top: 45px;
}
.eulb_other .ys_ban_nums{
    margin-right: 25px;
}
.eulb_img{
    position: relative;
}
.eulb_img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:31%;
    opacity: 0.3;
    transform: matrix(1, 0, 0, -1, 0, 0);
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
/* B3-校园环境-end */
/* B4-管理团队-start */
.tlbr_tp{
    padding-bottom: 26px;
    margin-bottom: 34px;
    border-bottom: solid 1px #cce6ef;
}
.tcbu_li_box_le{
    width:39.8%;
    background: #2D89C2;
}
.tcbu_li_box_ri{
    width: 60.2%;
    padding-left: 83px;
}
.tcbu_li_box{
    display: flex;
    align-items: center;
}
.tlbr_tp{
    display: flex;
    align-items: flex-end;
}
.tlbr_tp_name{
    font-weight: bold;
    margin-right: 19px;
    color: #333;
}
.team_cont_box{
    background: #F3FCFF;
    padding: 73px 98px 97px 62px;
}
.tlbr_tp_post{
    color: #333;
    line-height: 1.75;
}
.tcbu_li{
    margin-bottom: 40px;
}
.tcbu_li:last-child{
    margin-bottom: 0px;
}
.tcbu_li_box_ri ul{
    padding-inline-start: 19px;
}
.tcbu_li_box_ri li::marker{
    color: #2D89C2;
}
.tcbu_li_box_ri p{
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}
/* B4-管理团队-end */
/* B5-教师团队-start */
.teach_cont_tp_ri{
    width: 24.9%;
    background: rgba(255, 255, 255, .2);
    padding: 50px 45px;
}
.teach_cont_tp_le{
    width: 75.1%;
    padding-right:119px;
}
.teach_cont_tp_le p{
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.75;
    margin-bottom: 10px;
}
.teach_cont_tp{
    align-items: center;
}
.ys_b5page h1{
    padding-bottom: 39px;
}
.tulb_num{
    font-family: "Noto Serif SC" !important;
    font-weight: 900;
    color: #FFF;
    font-size: 50px;
    line-height: 1.75;
}
.tulb_word p{
    color: #fff;
    opacity: 0.6;
}
.tctr_ul_li_box{
    padding: 33px 0;
    border-bottom: solid 1px #e2e2e2;
}
.tctr_ul_li:first-child .tctr_ul_li_box{
    padding-top: 0px;
}
.tctr_ul_li:last-child .tctr_ul_li_box{
    padding-bottom: 0px;
    border-bottom: solid 1px transparent;
}
.tcbl_li{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 50px;
}
.tcbl_li_wrap{
    display: block;
    position: relative;
}
.teach_cont_btm_list{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-top: 50px;
}
.teach_cont_btm_sele{
    padding-bottom: 37px;
    border-bottom: solid 1px #e2e2e2;
}
.tcbl_li_box{
    position: relative;
}
.tcbl_li_box_word{
    width: calc(100% - 20px);
    position: absolute;
    left: 50%;
    bottom: 27px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: all .36s;
}
.tcbl_li_box_word p{
    text-align: center;
    color: #fff;
    line-height: 1.6;
}
.tcbl_li_box_name{
    text-align: center;
    line-height: 1.6;
    margin-top: 9px;
}
.send_cont_bg img{
    width: 100%;
}
.tcbl_li_box_img{
    position:relative;
}
.tcbl_li_box_img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:50%;
    background: linear-gradient(0deg, #004068 0%, rgba(0, 64, 103, 0.00) 100%);
    opacity: 0;
    transition: all .36s;
}
.pc_fenye li.activepage {
    color: #fff;
    border:none;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
}
.pc_fenye li {
    float: left;
    width: 34px;
    height: 34px;
    border: 1px solid #b1b1b1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 34px;
    color: #b1b1b1;
    text-align: center;
    margin: 0px 8px;
    border-radius: 4px;
    background: transparent;
    transition:all .3s;
}
.tcbs_tpul_li a{
    display: block;
    padding: 7px 34px;
    color: #333;
    line-height: 1.6;
    border-radius: 57px;
    background: rgba(215, 215, 215, 0.50);
    transition: all .36s;
}
.tcbs_tpul_li.on a{
    color: #fff;
    background: #2d89c2;
}
.tcbs_tpul_li{
    margin-right: 24px;
}
.tcbs_tpul_li:last-child{
    margin-right: 0px;
}
.tcbs_tpul{
    padding-bottom: 40px;
    display: flex;
}
.tcbs_btm_ul_li.on a{
    color: #2d89c2;
    line-height: 1.6;
    background: #fff;
}
.tcbs_btm_ul_li a{
    display: block;
    color: #333;
    line-height: 1.6;
    transition: all .36s;
}
.tcbs_btm_ul_li{
    margin-right: 50px;
}
.tcbs_btm_ul_li:last-child{
    margin-right: 0;
}
.tcbs_btm_ul{
    display: flex;
}
.teach_cont_btm{
    padding-top: 80px;
}
.teach_cont{
    position: relative;
}
.ys_b5page .send_cont{
    padding-bottom: 89px;
}
.ys_b5page .send_cont_bg{
    width: 100%;
    height: 100%;
}
.ys_b5page .send_cont_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* B5-教师团队-end */
/* C1-新闻动态-start */
.news_cont{
    position: relative;
}
.news_cont_tp_le{
    width: 44.8%;
}
.news_cont_tp_ri{
    width:55.2%;
    padding-left:86px;
}
.news_cont_tp a{
    display: flex;
    align-items: center;
    border: 1px solid #C7DFE8;
    background: #F3FCFF;
    padding: 54px 77px 51px 59px;
    box-shadow: 0px 8px 35px 0px rgba(225, 236, 240, 0.80);
}
.nctr_date p{
    color: #333;
    line-height: 1.75;
}
.nctr_tit{
    line-height: 1.6;
    height: 3.2em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 28px 0 25px;
}
.nctr_word p{
    color: #666;
    line-height: 1.75;
    height: 5.25em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_cont_tp{
    padding-bottom: 50px;
}
.nctr_word{
    margin-bottom: 60px;
}
.ncul_date p{
    color: #333;
    line-height: 1.75;
    margin-top: 27px;
}
.ncul_tit{
    margin: 10px 0 30px;
    color: #000;
    text-overflow: clip;
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_cont_ul_li{
    padding: 0 11px;
    width: 33.333333%;
    margin-bottom: 52px;
}
.news_cont_ul_li a{
    display:block;
}
.news_cont_ul{
    margin: 0 -11px;
    margin-bottom: 52px;
}
/* C1-新闻动态-end */
/* c3-党群建设-德育天地-教学科研-start */
.build_cont_list{
    display: flex;
    margin-bottom: 44px;
}
.build_cont_list_li.on a{
    background: #2D89C2;
    color: #fff;
}
.build_cont_list_li a{
    color:#333;
    border-radius: 57px;
    background: rgba(215, 215, 215, 0.50);
    transition: all .36s;
    padding:7px 34px;
    display: block;
}
.build_cont_list_li{
    margin-right: 26px;
}
/* c3-党群建设-德育天地-教学科研-end */
/* D2-营养午餐-start */
.mcbl_imgbox{
    position: relative;
    cursor: pointer;
}
.mcbl_img{
    position: relative;
}
.mcbl_img img{
    width: 100%;
}
.mcbl_img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.mcbl_table thead{
    position: relative;
}
.mcbl_table th{
    font-size: 20px;
    line-height: 55px;
    padding: 0 60px;
    color: #fff;
    font-weight: bold;
    background: #499CCF;
}
.mcbl_table th:nth-child(2n){
    background: #2d89c2;
}
.mcbl_table tbody{
    position: relative;
}
.mcbl_table tbody td{
    padding: 15px 60px;
    font-size: 18px;
    line-height: 1.75;
    position: relative;
    z-index: 10;
    color: #333;
    background: #fff;
}
.mcbl_table tbody td:nth-child(2n+1){
    background: #F8F8F8;
}
.mcbl_table tbody td::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e5eff5;
}
.mcbl_table tbody td::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e5eff5;
}
.mcbl_table tbody td:first-child{
    z-index: 98;
    background: #F3FCFF !important;
    transition: background .36s;
    font-weight: bold;
    color: #2d89c2;
}
.menu_cont_list_li p{
    color: #333;
    line-height: 1.6;
    padding: 7px 34px;
    border-radius: 57px;
    background: rgba(215, 215, 215, 0.50);
    transition: all .36s;
    cursor: pointer;
}
.menu_cont_list_li{
    margin-right:25px;
}
.menu_cont_list_li.on p{
    background: #2D89C2;
    color: #fff;
}
.menu_cont h2{
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 20px;
}
.menu_cont_list{
    margin-bottom: 48px;
}
.mcbl_table th:first-child{
    width: 183px !important;
}
.mcbl_table tbody td:first-child{
    width: 183px !important;
}
.mcbl_box{
    overflow: auto;
}
.mcbl_table tbody td, .mcbl_table th{
    text-align: center;
    white-space: nowrap;
}
.mcbl_table tbody tr:first-child td{
    font-weight: bold;
    color: #2d89c2;
}
.menu_cont_box_list h2{
    font-weight: bold;
    color: #2D89C2;
    line-height: 1.75;
    margin: 56px 0 24px;
}
.menu_cont_box_list{
    display: none;
}
.menu_cont_box_list:first-child{
    display: block;
}
.mcbl_table{
    width: 100%;
}
/* D2-营养午餐-end */
/* D1-校务公式列表页-start */
.lcbu_li a{
    display: flex;
    align-items: center;
    padding: 26px 0;
    border-bottom: solid 1px #C7DFE8;
    transition: all .6s ease-in-out;
    position: relative;
}
.lcbu_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #178D3B;
    transition: all .36s;
}
.lcbu_li a::before{
    content: "";
    position: absolute;
    top: 35px;
    left: -36px;
    width:10px;
    height: 10px;
    background: #2D89C2;
    border-radius: 50%;
}
.lcbu_li:last-child a{
    border-bottom: solid 1px transparent;
}
.lcbu_li_text p{
    color: #333;
    line-height: 1.75;
    transition: all .36s;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lcbu_li_text{
    width: calc(100% - 90px);
    padding-right: 20px;
}
.lcbu_li_date{
    width: 90px;
}
.lcbu_li_date p{
    color: #333;
    line-height: 1.75;
    transition: all .36s;
}
.list_cont_box{
    background: #F3FCFF;
    padding:60px 200px;
}
.list_cont_box_ul{
    padding-bottom: 40px;
    padding-left: 36px;
}
/* D1-校务公式列表页-end */
/* C2-新闻详情-start */
.ys_c2page.ys_nypages h1 {
    border-top: solid 3px transparent;
}
.detail_cont_box_ri{
    width: 30.3%;
}
.detail_cont_box_le{
    width:69.7%;
    padding-right: 90px;
}
.dcbl_edr{
    padding-bottom:56px;
    border-bottom: solid 1px #717171;
}
.detail_cont{
    position: relative;
}
.ys_c2page .send_cont_bg{
    width: 100%;
    height: 100%;
}
.ys_c2page .send_cont_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys_c2page .nypage_cont{
    padding-bottom: 45px;
}
.detail_cont_box_ri{
    background: #F3FCFF;
    padding: 36px 26px 50px;
}
.dcbr_ul_li a{
    display: block;
    padding:45px 0;
    border-bottom: solid 1px #cce6ef;
}
.dcbr_ul_li:last-child a{
    border-bottom: solid 1px transparent;
    padding-bottom: 0px;
}
.dcbr_ul_li:first-child a{
    padding-top: 0px;
}
.dcbr_ul_li_tit{
    color: #333;
    margin: 18px 0 30px;
}
.dcbl_edr p{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 12px;
}
.dcbl_edr h4{
    font-size: 20px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 15px;
}
.dcbl_paging_li_text{
    width: 50px;
    margin-bottom: 20px;
}
.dcbl_paging_li_text p{
    font-weight: bold;
    line-height: 1.75;
    background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dcbl_paging{
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
}
.dcbl_paging_li{
    width: 40%;
}
.dcbl_paging_li_word p{
    text-overflow: clip;
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
    transition: all .36s;
}
.ys_c2page h1{
    padding-bottom: 61px;
    padding-top: 88px;
    margin-top: 0px;
}
.detail_cont_date p{
    color: #fff;
    line-height: 1.75;
}
/* C2-新闻详情-end */
/* B1-学校概况-start */
.about_intr{
    position: relative;
}
.about_intr_cont_ri{
    width: 30.3%;
    background: #F3FCFF;
    padding:47px 40px 62px;
}
.about_intr_cont_le {
    width: 69.7%;
    padding-right: 143px;
}
.aicl_edr p{
    color: #666;
    line-height: 1.75;
    margin-bottom: 12px;
}
.aicl_edr{
    margin-bottom: 20px;
}
.about_intr h2{
    font-weight: bold;
    color: #333;
    line-height: 1.75;
    margin-bottom: 34px;
}
.aicl_box_video{
    width: 100%;
    height: 100%;
}
.aicl_box{
    position: relative;
}
.aulb_icon{
    width: 44px;
    margin-top: 20px;
}
.aulb_textbox{
    width: calc(100% - 44px);
    padding-left: 46px;
}
.aulb_icon img{
    width: 100%;
}
.aicr_ul_li_box{
    display: flex;
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: solid 1px #cce6ef;
}
.aicr_ul_li:last-child .aicr_ul_li_box{
    padding-bottom: 0px;
    border-bottom: solid 1px transparent;
}
.aulb_textbox_num{
    display: flex;
    align-items: baseline;
}
.aulb_textbox_num .ys_demo_num{
    font-family: "Noto Serif SC" !important;
    font-weight: 900;
    font-size: 46px;
    color: #2D89C2;
    line-height: 1.75;
}
.aulb_textbox_num span{
    font-size: 16px;
    color: #2D89C2;
    line-height: 1.75;
    margin-left: 19px;
}
.aulb_textbox_word p{
    color: #333;
    line-height: 1.75;
}
.about_purp{
    position: relative;
}
.about_purp .mod_btn1 a{
    background: #fff;
}
.about_purp_bg{
    /* position: absolute;
    top: 0;
    left: 0; */
    /* width: 100%; */
    /* height: 100%; */
}
.about_purp_bg img{
    width: 100%;
}
.about_purp_box_le{
    width: 57%;
}
/* .about_purp_box_le::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,137,194);
    z-index: -1;
} */
.apbl_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_purp_box_ri{
    width: 43%;
}
.apbr_img{
    width: 100%;
    height: 100%;
}
.apbr_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_purp_box_le h2{
    width: 47%;
    color: #FFF;
    font-weight: bold;
    line-height: 1.75;
}
.about_purp_box{
    display: flex;
    position: relative;
}
.apbl_word{
    width: 47%;
    margin: 29px 0 50px;
}
.apbl_word p{
    color: #fff;
    height: 7em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.apbl_other{
    width: 47%;
    display: flex;
    align-items: center;
}
.apbl_other_text{
    margin-right:19px;
}
.about_envi_tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about_envi_tp h2{
    font-weight: bold;
    color: #333;
    line-height: 1.75;
}
.about_purp 
.about_purp .mod_btn1_box{
    background: #fff;
}
.about_purp .mod_btn_text{
    color: #333;
}
.about_envi_ul{
    margin: 0 -11px;
    margin-bottom: 44px;
}
.about_envi_ul_li{
    width: 50%;
    padding: 0 11px;
}
.about_envi .mod_btn1{
    margin: 0 auto;
} 
.about_envi_ul .slick-list {
    overflow: visible;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
/* B1-学校概况-end */
/* Delia-end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    /* Delia-start */
    .dcbl_paging_li a:hover .dcbl_paging_li_word p{
        color: #178D3B;
    }
    .dcbr_ul_li a:hover .mod_btn1{
        width: 140px;
    }
    .dcbr_ul_li a:hover .mod_btn_text{
        opacity: 1;
    }
    .dcbr_ul_li a:hover .mod_btn_icon{
        transform: translate(35px) translateY(-50%);
    }
    .lcbu_li a:hover{
        border-bottom: solid 1px transparent;
    }
    .lcbu_li:last-child a:hover{
        border-bottom: solid 1px transparent;
    }
    .lcbu_li a:hover .lcbu_li_text p{
        color: #178D3B;
    }
    .lcbu_li a:hover .lcbu_li_date p{
        color: #178D3B;
    }
    .menu_cont_list_li:hover p{
        background: #2D89C2;
        color: #fff;
    }
    .build_cont_list_li a:hover{
        background: #2D89C2;
        color: #fff;
    }
    .news_cont_ul_li a:hover .mod_btn1_box{
        width: 140px;
    }
    .news_cont_ul_li a:hover .mod_btn_text{
        opacity: 1;
    }
    .news_cont_ul_li a:hover .mod_btn_icon{
        transform: translate(35px) translateY(-50%);
    }
    .news_cont_tp a:hover .mod_btn1_box{
        width: 140px;
    }
    .news_cont_tp a:hover .mod_btn_text{
        opacity: 1;
    }
    .news_cont_tp a:hover .mod_btn_icon{
        transform: translate(35px) translateY(-50%);
    }
    .tcbs_tpul_li a:hover{
        color: #fff;
        background: #2D89C2;
    }
    .tcbs_btm_ul_li a:hover{
        color: #2D89C2;
    }
    .pc_fenye a:hover li{
        color: #fff;
        border: none;
        background:linear-gradient(270deg, #043F43 0%, #419F46 100%);
    }
    .pc_fenye .first:hover li, .pc_fenye .prev:hover li, .pc_fenye .next:hover li, .pc_fenye .end:hover li{
        color: #b1b1b1;
        background: transparent;
        border: solid 1px #b1b1b1;
    }
    .tcbl_li:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .tcbl_li:hover .tcbl_li_box_word{
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
    .tcbl_li:hover .tcbl_li_box_img::after{
        opacity: 1;
    }
    .mod_bread_nav_wrap li a:hover{
        background: #2D89C2;
        color: #fff;
    }
    .oclu_li:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .mod_recr:hover .mod_recr_img img{
        transform: translateX(-50px);
    }
    .hncb_ul_li a:hover .mod_btn1_box{
        width: 140px;
    }
    .hncb_ul_li a:hover .mod_btn_text{
        opacity: 1;
    }
    .hncb_ul_li a:hover .mod_btn_icon{
        transform: translate(35px) translateY(-50%);
    }
    .mod_btn1:hover{
        width: 140px;
    }
    .mod_btn1 a:hover .mod_btn_text{
        opacity: 1;
    }
    .mod_btn1 a:hover .mod_btn_icon{
        transform: translate(35px) translateY(-50%);
    }
    .mulu_li a:hover{
        color: #2D89C2;
    }
    .mulu_li a:hover::after{
        width: 100%;
    }
    .mod_btn1:hover{
        width: 140px;
    }
    .mfbu_li a:hover{
        opacity: 1;
    }
    .arrows2_icon:hover img:nth-child(2){
        opacity: 1;
    }
    .arrows2_icon:hover img:nth-child(1){
        opacity: 0;
    }
    .arrows1_icon:hover img:nth-child(2){
        opacity: 1;
    }
    .arrows1_icon:hover img:nth-child(1){
        opacity: 0;
    }
    .mod_foot_tp_le li a:hover{
        color: #178D3B;
    }
    .mftl_link_word a:hover{
        color: #333;
    }
    .lcbu_li a:hover::after{
        width: 100%;
    }
    .lcbu_li:last-child a:hover::after{
        width: 0%;
    }
    /* Delia-end */
    /* Delia-7.17-start */
    .aicl_box_img:hover img{
        transform: scale(1.05);
    }
    .apbr_img:hover img{
        transform: scale(1.05);
    }
    .about_envi_ul_li:hover img{
        transform: scale(1.05);
    }
    /* Delia-7.17-end */
    .mod_recr_cont_team a:hover .mrct_icon{
        transform: translateX(15px);
    }
}
/* Delia-7.11-start */
.mnbu_li {
    margin-right:0px;
    padding-right: 60px;
}
.ys_b5page .notdata{
    margin-top: 50px;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    padding: 0px !important;
}

.detail_cont{
    margin-top: 150px;
}
.detail_cont_bg{
    position: relative !important;
    top: 0;
    left: 0;
    z-index: -1;
}
.detail_cont_bg img{
    width: 100%;
}
.detail_cont_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #043F43 0%, #419F46 100%);
    transform: matrix(-1,0,0,1,0,0);
    z-index: -1;
}
.detail_cont_bg img:nth-child(2){
    display: none;
}
.detail_cont_bg img:nth-child(1){
    display: block;
}
.detail_cont_cry{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys_c2page h1 {
    padding-top: 0px;
}
.dcbl_edr img{
    width: 100%;
}
/* Delia-7.11-end */
/* Delia-7.17-start */
.apbr_img{
    overflow: hidden;
}
.apbr_img img{
    transition: all .36s ease-in-out;
}
.tcbs_btm_ul {
    display: flex;
    flex-wrap: wrap;
}
.tcbs_btm_ul_li {
    margin-right: 40px;
    margin-bottom: 5px;
}
.home_news_cont_btm{
    padding-right: 300px;
}
/* 检索页面 */
.g_serch .z_1200_1 ul li {
    height: auto ;
    border-bottom: none;
}
.g_serch .z_1200_1 ul li a {
    padding: 20px 0;
    line-height: 1.75;
    border-bottom: solid 1px #ccc;
}
.g_serch .search_data_anchor {
    flex-wrap: wrap;
    justify-content: space-between;
}
.g_serch .z_1200_1 ul li span {
    line-height: 1.75;
    /* padding-top: 4px; */
}
.g_serch .z_1200_1 .z_search .z_search_401 {
    height: auto;
}
.g_serch .z_1200_1 .z_search .z_search_401 .z_search_k {
    height: auto;
}
.g_serch .z_1200_1 .z_search .z_search_401 .z_search_btn {
    width: 50px;
    height: auto;
    line-height: 50px;
}
.g_serch {
    width: 100%;
}
.g_serch .z_1200_1 .z_search .z_search_rs a {
    font-size: 14px;
    margin-left: 0px;
}
/* Delia-7.17-end */
.tcbl_li_box_text p{
    color: #666;
    margin-top: 10px;
    display: none;
}
.tcbl_li_wrap_box{
    position: relative;
}
.apbl_other .mod_btn1.inup{
    animation: inup .5s ease-in-out 1 both;
    animation-delay: 0.2s;
}
.apbl_other .mod_btn1{
    opacity: 0;
    transition: all .5s;
}
@keyframes inup{
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

/* Delia-8.3-start */
.mldc_ul_li {
    margin-right: 60px;
}
.mnbu_li_down {
    left: -60px;
}
.mod_nav_btm .ys_cont1620{
    position: relative;
}
.home_news_cont_btm {
    padding-right: 300px;
}
.hncb_ul_li {
    width: 41% !important;
    padding: 0;
}
.hncb_ul_li:not(:first-child) {
    display: block;
}
.home_news_cont_btm.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-disabled{
    pointer-events: none;
    opacity: 0.5;
}
.hncb_ul {
    margin: 0;
}

/* 飘窗 */
.home_piaocbx {
    width: 50%;
    position: fixed;
    top: 0;
    z-index: 501;
    right: 0;
}
.home_piaocbx_cont{
    width:415px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 8px 11px 11px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.08);
}
.home_piaocbx_cont_img img{
    max-width: 1005;
}
.home_piaocbx_cont_close{
    margin-bottom: 5px;
    cursor: pointer;
}
.home_piaocbx_cont_close p{
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    text-align: right;
}
.home_piaocbx_cont .close_port{
    right: 0 !important;
    left: auto;
    top: 10px !important;
    bottom: auto;
    display: block !important;
    width: 100% !important;
    opacity: 0 !important;
}
/*8.30*/
.home_news_bg{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mod_recr {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
.send_cont_bg {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.send_cont_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys_b5page .send_cont_bg {
    width: 100vw;
}
.mcbl_imgbox {
    width: 100%;
}
.mcbl_img{
    width: 100%;
}