﻿@charset "utf-8";
/* @font-face {
    font-family: 'source_han_serif_cnheavy';
    src: url('../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'source_han_serif_cnheavy';
    src: url("../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.eot"); /* IE9 */
    src: url("../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.eot") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.svg") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot"); /* IE9 */
    src: url("../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
/* @font-face {
    font-family: 'helvetica_neue_lt_pro';
    src: url('../fonts/HelveticaNeueLTPro/helveticaneueltpro-webfont.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLTPro/helveticaneueltpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
/* 规范 - start*/
.std_h1{
    color: #000;
    font-size: 40px;
    line-height: 1.5;
}
.std_h2, .yxedr_active h2{
    color: #333;
    font-size: 28px;
    line-height: 1.5;
}
.std_h3, .yxedr_active h3{
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}
.std_text p, .std_text{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.std_text1 p, .std_text1{
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}
.yxedr_active h2{
    margin-bottom: 14px;
}
.yxedr_active h3{
    margin-bottom: 9px;
    font-weight: bold;
}
.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}
.mod_padding0{
    padding: 100px 0;
}
.mod_padding1{
    padding-bottom: 100px;
}
.mod_padding2{
    padding-bottom: 130px;
}
.mod_padding2{
    padding-bottom: 50px;
}
/* 规范 - end*/
/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}
.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;
}
.ys_nyban_img, .ys_nyban_img img{
    width: 100%;
}
.ys_nyban_ph{
    display: none;
}
.ys_nyban_title  h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/
/* 公共 - start */
.ys_search1 .ys_search1_btn {
    width: 360px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}
.ys_search1 .ys_search1_btn img {
    margin-right: 60px;
    cursor: pointer;
}
.ys_search1_win{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    display: none;
}
.ys_search1_box{
    position: relative;
    top: 50%;
    width: 50%;
    margin: auto;
    height: 40px;
    border-bottom: 1px solid #ffffff;
}
.ys_search1_tbox input{
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}
.ys_search1_but button{
    width: 100%;
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.ys_search1_close{
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}
.ys_search1_close img{
    width: 100%;
}
.ys_search1_tbox{
    width:calc(100% - 50px);
    padding-right: 20px;
}
.ys_search1_but{
    width: 50px;
}
.ys_search1_tbox input{
    width: 100%;
}
.ys_search1_btn img{
    width: 100%;
}
.ys_search1 .ys_search1_btn {
    width: 90px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}
.ys_search1 .ys_search1_btn {
    width: 20px;
    margin-right: 90px;
}
/* 响应式 */
@media screen and (max-width:768px){
    .ys_search1 .ys_search1_btn {
        width: 20px;
        margin-right: 30px;
        height: 64px;
        line-height: 64px;
    }
    .ys_search1_close {
        width: 15px;
        right: 4%;
        top: 3%;
    }
    .ys_search1_tbox input {
        font-size: 16px;
    }
    .ys_search1_but button {
        font-size: 16px;
    }
    .ys_search1_box {
        height: 26px;
    }
    .ys_search1_but {
        width: 38px;
    }
    .ys_search1_tbox {
        width: calc(100% - 38px);
        padding-right: 10px;
    }
}
.slick-dots li.slick-active {
    background: #fff;
}
.slick-dots li {
    margin: 0 10px;
    background: transparent;
    border:1px solid #fff;
}
.slick-dots {
    bottom: 22px;
}
.ys_banner{
    margin-top: 22px;
}
.ys_hd_pc{
    margin-top: 26px;
}
.home_main{
    display: flex;
}
.home_side{
    width: 78px;
    background: #0156AD;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99;
}
.home_cont{
    width: calc(100% - 78px);
}
.head_nav_li .ys_imgbox_cover{
    width: 10px;
}
.head_nav_li a{
    display: flex;
    align-items: center;
}
.head_nav_ul{
    display: flex;
}
.ys_hd_pc{
    display: flex;
    justify-content:space-between;
    padding: 0 62px;
}
.head_logo{
    width: 350px;
    line-height: 70px;
}
.head_nav_name{
    line-height: 70px;
    color: #333;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
}
.head_nav_li{
    padding:0 15px; 
}
.head_nav_li .ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 5px;
    left: 0;
    height:auto;
    opacity: 0;
}
.head_nav_li.yxnav_active1 .head_nav_name{
    color: #0156AD;
}
.head_nav_li.yxnav_active1 .ys_imgbox_cover img:nth-child(2){
    opacity: 1;
}
.head_nav_li.yxnav_active1 .ys_imgbox_cover img:first-child{
    opacity: 0;
}
.head_nav_ul{
    margin: 0 -15px;
}
.ys_banner{
    padding: 0 62px;
}
.ys_search1_btn{
    height: 78px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    position: relative;
    cursor: pointer;
}
.ys_search1_btn img{
    width: 24px;
}
.home_side_menu{
    height: 78px;
    border-top: 1px solid rgba(255,255,255,.5);
    position: relative;
    cursor: pointer;
}
.home_side_menu img{
    width: 46px;
}
.home_side_sys{
    margin-bottom: 82px;
}
.home_side_sys img{
    width: 30px;
    margin: 0 auto 10px;
    display: block;
}
.home_side_name img{
    width: 50px;
    margin: 0 auto 17px;
    display: block;
}
.home_side_sys p,
.home_side_name p{
    writing-mode: vertical-rl;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    letter-spacing: 10px;
}
.home_side_sys a, .home_side_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ys_footer{
    padding: 64px 0 0;
}
.footer_top, .footer_bot{
    display: flex;
    justify-content: space-between;
}
.footer_top_left{
    width: 28.5%;
}
.footer_top_right{
    width: 71.5%;
}
.footer_top_left_logo{
    width:274px;
    margin-bottom: 25px;
}
.ftla_item{
    display: flex;
    margin-bottom: 14px;
}
.ftla_item_name{
    width: 56px;
}
.ftla_item_text{
    width: calc(100% - 56px);
}
.ftla_item_name, .ftla_item_text p{
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
}
.footer_top{
    margin-bottom: 52px;
}
.footer_top_right>ul{
    display: flex;
    justify-content: space-between;
    /* margin: 0 -20px; */
}
.footer_top_left_share{
    display: flex;
}
.ftls_item{
    margin-right: 18px;
}
.footer_top_right>ul>li{
    /* padding: 0 20px; */
}
.footer_top_right>ul>li>a{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    display: block;
    margin-bottom: 25px;
}
.footer_top_right>ul>li li a,
.menu_nav>li li a{
    color: #fff;
    opacity: .6;
    font-size: 14px;
    line-height: 1.75;
    display: block;
    margin-bottom:12px;
}   
.footer_top_left_share{
    margin-top: 42px;
}
.footer_bot{
    padding:18px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
.footer_bot_left p, .footer_bot_left p span, 
.footer_bot_left p a{
    color: #fff;
    font-size: 14px;
    opacity: .8;
    line-height: 1.5;
}
.footer_bot_left_ys{
    opacity: .5 !important;
}
.footer_bot_right{
    display: flex;
    margin: 0 -10px;
}
.footer_bot_right li{
    padding: 0 10px;
    position: relative;
}
.footer_bot_right li a{
    color:#fff;
    opacity: .8;
    font-size: 14px;
    line-height: 1.5;
}
.footer_bot_right li::before{
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255,255,255,.8);
    transform: translateY(-50%);
}
.footer_bot_right li:last-child:before{
    display: none;
}
.footer_bot_left_ba{
    padding: 0 10px;
}
.ftls_item_icon{
    width:30px;
    cursor: pointer;
}
.ftls_item{
    position: relative;
}
.ftls_item_img{
    position: absolute;
    top:-110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    display: none;
}
.menu_mian{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    padding: 47px 76px;
}
.menu_nav>li>a {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 14px;
    opacity: 1 !important;
    display: block;
}
.menu_nav{
    display: flex;
}
.menu_top_logo{
    display: flex;
    justify-content: space-between;
}
.menu_close{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border:1px solid #FFF;
    position: relative;
    cursor: pointer;
}
.menu_close img{
    width: 24px;
}
.menu_search{
    margin: 76px auto 68px;
    width: 1200px;
    border-radius: 50px;
    border:1px solid #fff;
    height: 70px;
    position: relative;
}
.menu_search input{
    width: 100%;
    height: 100%;
    padding: 0 80px 0 30px;
    color: #fff;
    font-size: 16px;
}
.menu_search img{
    position: absolute;
    top: 50%;
    right: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    cursor: pointer;
}
.menu_nav {
    width: 100%;
    justify-content: space-between;
}
.menu_nav>li.yxnav_active1>a{
    color: #FDAD20;
}
.menu_nav>li li.yxnav_active2 a{
   opacity: 1;
}
.ys_ph_navbar3 .ys_phnav_header{
    background: #0156AD;
}
.ys_ph_navbar3 .ys_phnav_header a, .ys_ph_navbar3 .ys_phnav_search .iconfont {
    color: #fff;
}
.ys_phnav_menubtn span, .ys_phnav_menubtn::after, .ys_phnav_menubtn::before{
    background: #fff;
}
.ys_phnav_logo {
    width: 160px;
}
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a,
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a{
    color: #0156AD;
}
/* 公共 - end */
.home_section{
    padding: 66px 0 0;
}
.home_class{
    position: relative;
}
.home_class_bot{
    padding: 100px 0 80px;
}
.home_class::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: #F6F9FC;
    z-index: 1;
}
.home_class_bot{
    position: relative;
}
.home_class_bot::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/a_bg2.png)center / cover no-repeat;
    z-index: 2;
}
.home_class_bot ul, .home_class .home_class_top{
    position: relative;
    z-index: 5;
}
.home_title .std_h1,
.home_title .home_title_span2{
    font-family: 'source_han_serif_cnheavy' !important;
}
.home_title .std_h1{
    display: flex;
    align-items: flex-end;
    padding-left: 16px;
}
.home_title2 span{
    display: block;
}
.home_title2 span{
    font-size: 20px;
}
.home_title_span1{
    color: #844523;
    font-size: 14px !important;
    line-height: 1.75;
    font-family: 'SourceHanSansCN-Medium' !important;
}
.home_title1{
    padding-right: 10px;
}
.home_title_img{
    position: relative;
    width: 90px;
}
.home_title_img1{
    width: 100%;
}
.home_title_img2{
    width: 44px;
    top: 58%;
}
.home_title{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.home_sect1_cont{
    display: flex;
}
.home_school{
    width: 70%;
    padding-right: 47px;
}
.home_notice{
    width: 30%;
}
.home_school_top{
    display: flex;
    margin: 0 -14px;
}
.home_school_top li{
    padding: 0 14px;
    width: 50%;
}
.home_school_top_img{
    position: relative;
}
.hsti_time_color{
    position: absolute;
    bottom:-35px;
    left: 0;
    width: 70px;
    height: 70px;
    background: #FDAF27;
    padding-top: 5px;
}
.hsti_time p:first-child{
    font-size: 24px;
    line-height: 1.5;
    /* font-family: 'helvetica_neue_lt_pro' !important; */
}
.hsti_time p:last-child{
    font-size: 14px;
    line-height: 1.5;
    /* font-family: 'helvetica_neue_lt_pro' !important; */
}
.hsti_time{
    text-align: center;
}
.hsti_time_color p{
    color: #fff;
}
.home_school_top_img .ys_imgbox_cover{
    margin-bottom: 48px;
}
.home_school_line{
    border-top: 1px solid #EAEAEA;
    padding-top: 34px;
    margin-top: 28px;
}
.home_school_top .std_h3{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
}
.home_school_bot li{
    width: 50%;
    padding: 0 23px;
    margin-bottom: 12px;
}
.home_school_bot{
    margin: 0 -23px;
    display: flex;
    flex-wrap: wrap;
}
.home_school_bot li a{
    display: flex;
}
.home_school_bot .std_h3{
    padding-left: 24px;
    padding-right: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
    width: calc(100% - 40px);
}
.home_school_bot .std_h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0276E6;
}
.home_time1{
    /* font-family: 'helvetica_neue_lt_pro' !important; */
    width: 40px;
    color: #999999;
    font-size:14px;
    line-height: 1.75;
}
.home_notice_ul{
    border-top: 2px solid #0276E6;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding:30px 0 0;
}
.home_notice_ul li a{
    padding:22px 28px;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
}
.home_notice_ul .hsti_time{
    width:55px;
}
.home_notice_ul .std_h3{
    width: calc(100% - 55px);
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 57px;
}
.home_notice_ul .hsti_time p{
    color: #666666;
}
.home_weekly{
    padding: 90px 0;
    position: relative;
}
.home_weekly_bj{
    width: 30.5%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8.5%;
}
.home_weekly_bj img{
    width: 100%;
    border-radius: 50%;
}
.home_weekly_cont{
    position: relative;
    z-index: 10;
}
.home_weekly_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}
.home_weekly_ul li{
    width: 33.333333%;
    padding:0 8px;
    margin-bottom: 16px;
}
.home_weekly_ul li a{
    display: block;
    padding:60px 36px 40px;
    background: #FAFAFA;
    position: relative;
}
.home_weekly_ul_report{
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size:12px;
    background: #FDAF27;
}
.home_weekly_ul li:nth-child(2n) .home_weekly_ul_report{
    background: #478AEF;
}
.home_time1{
    color: #666666;
    margin-bottom: 10px;
}
.home_class_top_ul li{
    width: 20%;
}
.home_class_top_ul{
    display: flex;
}
.hctu_top{
    position: relative;
    background: #647DBD;
}
.hctu_top_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.hctu_top p{
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}
.home_class_top_ul li:nth-child(2n){
    display: flex;
    flex-direction: column-reverse;
}
.home_class_top_ul li:nth-child(2) .hctu_top{
    background: #7B4C3A;
}
.home_class_top_ul li:nth-child(3) .hctu_top{
    background: #676FB9;
}
.home_class_top_ul li:nth-child(4) .hctu_top{
    background: #E19354;
}
.home_class_top_ul li:nth-child(5) .hctu_top{
    background: #A1C267;
}
.hctu_top::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #647DBD;
    border-bottom: 10px solid transparent;
    z-index: 1;
}
.home_class_top_ul li:nth-child(2) .hctu_top::before{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #7B4C3A;
    bottom: inherit;
    top: -20px;
}
.home_class_top_ul li:nth-child(3) .hctu_top::before{
    border-top: 10px solid #676FB9;
}
.home_class_top_ul li:nth-child(4) .hctu_top::before{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #E19354;
    bottom: inherit;
    top: -20px;
}
.home_class_top_ul li:nth-child(5) .hctu_top::before{
    border-top: 10px solid #A1C267;
}
.home_class_bot ul{
    display: flex;
    justify-content: space-between;
}
.home_class_bot li{
    text-align: center;
}
.home_class_bot img{
    width: 40px;
}
.home_class_bot .std_h3{
    margin-top: 10px;
}
.home_cta{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.home_cta_form{
    width:540px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 80px 70px;
    border-radius: 21px;
}
.home_cta_form_close{
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 28px;
    width: 18px;
}
.home_cta_form_title{
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 15px;
}
.hcfc_cont_name{
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
}
.hcfc_cont_name span{
    color: #FF2600;
}
.hcfc_cont input{
    width: 100%;
}
.hcfc_cont{
    width:100%;
    margin-bottom: 18px;
}   
.hcfc_cont input{
    width:100%;
    height: 50px;
    background: #F4F6F6;
    padding:0 20px;
    color: #666;
    font-size: 16px;
}   
.hcfc_cont textarea{
    width:100%;
    height: 120px;
    background: #F4F6F6;
    padding:10px 20px;
    color: #666;
    font-size: 16px;
    resize: none;
} 
.hcfc_cont_yz img{
    width: 125px;
    cursor: pointer;
}
.hcfc_cont_yz input{
    width: calc(100% - 140px);
}
.hcfc_cont_yz{
    display: flex;
    justify-content: space-between;
}
.hcfc_right{
    display: flex;
}
.hcfc_right_text{
    width: calc(100% - 14px);
    padding-left: 8px;
    color: #999;
    font-size: 14px;
}
.hcfc_right_text a{
    color: #0156AD;
}
.home_btn{
    width: 170px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #0156AD;
    margin: 35px auto 0;
    display: block;
}
/* 内页 */
.ys_nybanner, .head_ny{
    padding: 0 100px !important;
}
.head_ny{
    padding: 0;
    margin-top: 0;
}
.head_other{
    display: flex;
    justify-content: space-between;
}
.head_ny_search{
    line-height: 90px;
    width: 24px;
    cursor: pointer;
    margin-left: 44px;
    margin-right: 72px;
}
.head_ny .head_logo,
.head_ny .head_nav_name{
    line-height: 90px;
} 
.head_ny_menu{
    width: 50px;
    cursor: pointer;
    line-height: 90px;
}
.ys_nyban_title_text{
    width: 400px;
    height: 165px;
    background: rgba(1,86,173,.6);
}
.ys_nyban_title {
    position: absolute;
    bottom: -83px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
}
.yntt_title{
    position: absolute;
    top: 45%;
    left: 56.5%;
    transform: translate(-50%,-50%);
    width: 220px;
    text-align: center;
}
.yntt_title h1{
    color: #fff;
    font-weight: bold;
}
.ny_page  .std_h1::before{
    content:'';
    position: absolute;
    width: 48px;
    height: 5px;
    background: #FDAF27;
    top:30px;
    left: -55px;
}
.ys_nyban_title_text{
    position: relative;
}
.mod_braed{
    padding-left: 30px;
    margin-bottom: 30px;
    display: flex;
}
.mod_braed li a{
    color: #9AA5B6;
    font-size: 14px;
    line-height: 1.5;
}
.mod_braed li{
    padding: 0 10px;
    position: relative;
}
.mod_braed li::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    height: 1px;
    width: 10px;
    background: #9AA5B6;
}
.mod_braed li:last-child::before{
    display: none;
}
.ny_page{
    background: #F6F9FC;
}
.ny_cont{
    padding: 170px 0 100px;
}
.mod_side{
    width: 24.5%;
    background: #fff;
    padding: 32px 36px 32px 0;
    height: 100%;
}
.ny_cont_left{
    width: 75.5%;
    padding-left: 56px;
}
.ny_cont_flex{
    display: flex;
}
.mod_side_li a{
    display: flex;
    justify-content: space-between;
}
.mod_side_icon{
    width: 24px;
    opacity: 0;
}
.mod_side_title{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 34px);
    padding: 0 24px;
    border-bottom: 1px solid #E4E4E4;
    padding: 18px 22px;
}
.mod_side_title img{
    width: 14px;
    opacity: 0;
}
.mod_side_title p{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.mod_side_li:last-child .mod_side_title{
    border-color: transparent;
}
.mod_side_li.on .mod_side_icon,
.mod_side_li.on .mod_side_title img
{
    opacity: 1;
}   
.mod_side_li.on .mod_side_title p{
    color: #2E85DB;
}
.mod_tab_ul{
    display: flex;
    width: calc(75.5% - 56px);
    padding:0 20px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.mod_tab{
    margin-bottom: 40px;
}
.mod_tab_li a{
    padding:0 34px;
    position: relative;
    color:#666;
    font-size: 16px;
    line-height: 50px;
    display: block;
    position: relative;
}
.mod_tab_li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0156AD;
    transition: all .36s;
}
.mod_line{
    position: relative;
}
.mod_line::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((100% - 1400px)/2);
    height: 1px;
    background: #E6E6E6;
}
.concept_main .ny_cont {
    padding: 90px 0 100px;
}
.mod_tab_li.on a{
    color:#0156AD;
}
.mod_tab_li.on a::before{
    width: 100%;
}
.school_main .mod_tab_li a{
    padding: 0 45px;
}
.school_main .mod_tab_li{
    margin-right: 50px;
}
.ys_fybtn {
    padding: 0 15px;
}
.yx_paging_pc a {
    float: left;
}
.ys_fybtn a {
    font-size: 14px;
    color: #333;
}
.yx_paging_ph {
    display: none;
}
.yx_paging_ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.yx_paging_ul li {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}
.yx_paging_ul li.yx_paging_activepage {
    border: 1px solid #0156AD;
    background: #0156AD;
    color: #fff;
}
.yx_paging_first li::before,
.yx_paging_next li::before,
.yx_paging_prev li::before,
.yx_paging_end li::before {
    font-family: "iconfont";
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.yx_paging_first li::before {
    content: "\e74d";
}
.yx_paging_next li::before {
    content: "\e743";
}
.yx_paging_prev li::before {
    content: "\e744";
}
.yx_paging_end li::before {
    content: "\e74c";
}
@media screen and (min-width: 1200px) {
    .yx_paging_ul li:hover {
        border: 1px solid #0156AD;
        background: #0156AD;
        color: #fff;
    }
    .yx_paging_first li:hover,
    .yx_paging_prev li:hover,
    .yx_paging_next li:hover,
    .yx_paging_end li:hover {
        border: 1px solid transparent;
    }
}
@media screen and (max-width: 1199px) {
    .yx_paging_link {
        color: #666;
    }
    .yx_paging_link a {
        color: initial;
    }
    .yx_paging_ph {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
    }
    .yx_paging_pc {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .yx_paging_ph {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.school_ul{
    display: flex;
    margin: 0 -19px;
    flex-wrap: wrap;
}
.school_li{
    width: 50%;
    padding: 0 19px;
    margin-bottom: 80px;
}
.school_li .std_h3{
    text-align: center;
    margin-top: 20px;
}
.school_main .ny_cont {
    padding: 90px 0 100px;
}
.team_table_head{
    margin-bottom: 38px;
}
.team_table_head td{
    width: 50%;
    color: #333;
    font-size: 18px;
    line-height: 52px;
    font-weight: bold;
    padding:0 15px;
}
.team_main .ny_cont_left table{
    width: 100%;
}
.team_table_body td {
    width: 50%;
    color: rgb(102, 102, 102);
    font-size: 18px;
    line-height: 1.75;
    padding: 13px 15px;
}
.team_main .ny_cont_left{
    padding-left: 82px;
}
.team_main .ny_cont_left tr{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.team_table_body tr:first-child{
    border-top: 1px solid rgba(0,0,0,.1);
}
.home_weekly_ul .home_time1{
    width: auto;
}
.video_li_img{
    width: 36%;
}
.video_li_text{
    width: 64%;
    padding-left: 42px;
}
.video_li a{
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
}
.video_li_img{
    position: relative;
}
.video_li_img_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_li{
    margin-bottom: 30px;
}
.video_li:last-child a{
    border-bottom: 1px solid transparent;
}
.video_ul{
    margin-bottom: 60px;
}
.video_li_text .std_h3{
    font-weight: bold;
    margin-bottom: 16px;
}
.video_li_text .std_text{
    margin-bottom: 40px;
}
.honor_ul{
    display: flex;
    flex-wrap: wrap;
}
.honor_li{
    width: 33.333333%;
    padding: 0 38px;
    margin-bottom: 120px; 
}
.honor_li .std_text{
    margin-top: 24px;
    text-align: center;
    width: 85%;
    margin: 24px auto 0;
}
.honor_main .ny_cont{
    padding-bottom: 0;
}
.develop_li{
    margin-bottom: 62px;
    background: #fff;
}
.develop_li a{
    padding: 15px 18px 15px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.develop_li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #FDAF27;
}
.develop_li_text{
    display: flex;
    align-items: center;
}
.develop_li .ys_imgbox_cover{
    width:23.5%;
}
.develop_li_text{
    width: 76.5%;
    padding:0 46px;
}
.develop_li_text_left{
    width: 48px;
    
}
.develop_li_text_title{
    width: calc(100% - 48px);
    padding-left:62px;
}
.develop_li_text_title .std_h3{
    font-weight: bold;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
}
.dltl_time{
    margin-bottom: 14px;
}
.dltl_time p{
    /* font-family: 'helvetica_neue_lt_pro' !important; */
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}
.dltl_icon{
    width: 18px;
    margin: 0 auto;
}
.develop_li_text_title .std_text1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 49px;
}
.developdt_main .ys_hd_pc,
.techdt_main .ys_hd_pc{
    border-bottom: 1px solid #F0F0F0;
}
.developdt_cont{
    padding: 20px 0 120px;
}
.developdt_cont .mod_braed {
    padding-left: 0;
    margin: 0 -10px 20px;
}
.developdt_left{
    margin-top: 56px;
    display:flex;
}
.developdt_left_top{
    width: 78%;
    padding-right: 97px;
}
.developdt_left_bot{
    width: 22%;
}
.developdt_left_top h1{                                      
    color: #0156AD;
    font-size: 30px;
    line-height: 1.75;
    margin-bottom: 36px;
}
.dltt_tig{
    display: flex;
    width: 55%;
    justify-content: space-between;
}
.developdt_left_top_tig{
    display: flex;
    justify-content: space-between;
}
.dltt_share{
    display: flex;
    align-items: center;
}
.dltt_share_name{
    padding-right: 20px;
    font-size: 16px;
    color: #999;
}
.dltt_tig li, .dltt_tig span{
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}
.dltt_tig li:first-child span{
    padding: 0 14px;
}
.dltt_tig li:first-child{
    margin: 0 -14px;
}
.developdt_left_top_tig{
    padding-bottom: 20px;
}
.developdt_left_top_edr{
    padding: 36px 0 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
}
.developdt_left_top_page{
    margin-top: 30px;
}
.developdt_left_top_page li p{
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
}
.developdt_left_top_page li a{
    display: flex;
}
.developdt_left_top_page li{
    margin-bottom: 14px;
}
.developdt_left_bot{
    padding-top: 80px;
}
.developdt_left_bot_ul{
    padding-left: 12px;
}
.developdt_left_bot .std_h2{
    padding-left: 20px;
    margin-bottom:36px;
    position: relative;
    font-weight: bold;
}
.developdt_left_bot .std_h2::before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width:4px;
    height: 28px;
    background: #FDAF27;
}
.developdt_left_bot_ul li .std_text{
    color: #666;
    font-size: 16px;
    line-height: 1.75;
}
.developdt_left_bot_ul li a{
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}
.developdt_left_bot_ul li:last-child a{
    border-color: transparent;
}
.developdt_left_bot_ul .home_time1{
    width: auto;
    margin-bottom: 5px;
}
.teacher_ul li{
    width: 33.333333%;
    padding: 0 25px;
    margin-bottom: 65px;
}
.teacher_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.teacher_ul li a .ys_imgbox_cover{
    background: #ACB6B7;
    margin-bottom: 72px;
}
.teacher_ul li a{
    position: relative;
    display: block;
}
.teacher_ul_text{
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #fff;
    min-height: 100px;
    padding:20px 22px 12px; 
    box-shadow: 4px 4px 10px 1px rgba(65, 62, 62, 0.10);
}
.teacher_ul_text img{
    position: absolute;
    bottom: 0;
    right:0;
    width: 110px;
}
.tutt_title{
    font-size: 24px;
    line-height: 1.75;
    color: #333;
}
.techdt_cont{
    display: flex;
}
.techdt_cont_top_img{
    width: 32%;
    background: #ACB6B7;
    height: 100%;
}
.techdt_cont_top{
    width: 68%;
    padding-left: 58px;
}
.techdt_cont{
    margin-top: 90px;
}
.techdt_cont_top_name h1{
    color: #005298;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}
.techdt_cont_top_name h1 span{
    font-weight: normal;
    font-size: 16px;
    color: #999;
    padding-left: 20px;
}
.techdt_main .developdt_left_top_edr{
    border-bottom-color:transparent;
    border-top-color: #0156AD;
}
.techdt_main .developdt_left_top_page {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.parental_li{
    margin-bottom: 18px;
    background: #fff;
    padding:40px 52px 30px;
}
.parental_li_title{
    margin-bottom: 40px;
}
.parental_li_title_name{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
.parental_li_title_posi{
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}
.parental_li .std_text1 p{
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}
.parental_li .std_text1 p::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FDAF27;
}
.parental_li:nth-child(2n) .std_text1 p::before{
    background: #2E85DB;
}
.alumnus_cont{
    display: flex;
}
.alumnus_cont_fl{
    width: 30%;
    margin-right: 17px;
}
.alumnus_cont_fl_box{
    width: 100%;
    height: 382px;
    padding:5px 25px 30px 25px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 20px 0px #A3C1DE;
    backdrop-filter: blur(5px);
}
.alumnus_cont_fr{
    width: calc(70% - 17px);
    position: relative;
    height: 100%;
}
.acfs_box{
    position: absolute;
}
.alumnus_cont_fl_title{
    margin-bottom: 20px;
    color: #0156AD;
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
}
.alumnus_cont_fr_bj, .alumnus_cont_fr_bj img{
    width: 100%;
}
.alumnus_cont_fl_city{
    height: 360px;
}
.alumnus_cont_fl_box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #D9D9D9 !important;
}
.alumnus_cont_fl_box .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,0) !important;
}
.alumnus_cont_fl_box .mCSB_outside+.mCSB_scrollTools {
    right: -20px !important;
    top: 5px !important;
}
.scfc_cont_top p{
    color: #0156AD;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}
.scfc_cont_top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #0156AD;
    cursor: pointer;
}
.scfc_cont_bot{
    padding: 22px 0;
    display: none;
}
.scfc_cont_bot li{
    padding: 0 10px 0 28px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 5px;
}
.scfc_cont_bot li .std_text1{
    line-height: 38px;
    color: #666;
}
.scfc_cont_bot li:nth-child(2n){
    background: #F9F9FB;
}
.scfc_cont_bot li .std_text1:first-child{
    width: 80%;
}
.scfc_cont_bot li .std_text1:last-child{
    width: 20%;
}
.scfc_cont:first-child .scfc_cont_bot{
    display: block;
}
.scfc_cont.on .scfc_cont_top img{
    transform: rotateZ(180deg);
}
.acfs_box{
    position: absolute;
}
.acfs_box p{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 12px;
    text-align: center;
}
.acfs_box{
    border-radius: 4px;
    min-width: 92px;
    box-shadow: 0px 4px 4px 0px rgba(46, 133, 219, 0.20);
}
.form_main{
    background: #fff;
    padding: 45px 90px 50px 80px;
}
.form_title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}
.form_main .std_text{
    text-align: center;
    margin-bottom: 32px;
}
.form_cont_item{
    display: flex;
    margin: 0 -16px;
}
.form_cont_item_list{
    width: 50%;
    padding: 0 16px;
}
.form_cont_item label{
    width: 100%;
}
.form_cont_item p{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.form_cont_item span{
    color:#A91F24;
    padding-right: 5px;
}
.form_cont_item input{
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #E4E4E4;
    color: #333;
    font-size: 16px;
}
.form_cont_item{
    margin-bottom: 20px;
}
.form_cont_item textarea{
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border: 1px solid #E4E4E4;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.form_cont_item1 .form_cont_item_list{
    width: 100%;
}
.form_cont_item_yz{
    display: flex;
    justify-content: space-between;
}
.form_cont_item_yz img{
    width: 125px;
    cursor: pointer;
}
.form_cont_item2 .form_cont_item_list{
    width: 65%;
}
.form_cont_item_yz input{
    width: calc(100% - 137px);
}
.hcfc_right_cricle{
    width:14px;
    height: 14px;
    border-radius: 50%;
    border:1px solid #C4C4C4;
    cursor: pointer;
    position: relative;
    transition: all .36s;
}
.hcfc_right_cricle::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background: #0156AD;
    border-radius: 50%;
    transition: all .36s;
    opacity: 0;
}
.hcfc_right_cricle.on::before{
    opacity: 1;
}
.hcfc_right_cricle.on{
    border-color: #0156AD;
}
.apply_list{
    display: flex;
    margin: 0 -6.5px;
}
.apply_list_item{
    width: 33.333333%;
    padding: 0 6.5px;
    margin-bottom: 20px;
}
.apply_list_item label{
    width: 100%;
}
.apply_list_item p{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.apply_list_item span{
    color: #A91F24;
    padding-right: 3px;
}
.apply_list_item input{
    width: 100%;
    height: 50px;
    border:1px solid #E4E4E4;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
}
.apply_list1 .apply_list_item{
    width: 100%;
}
.apply_list1 textarea{
    width: 100%;
    height: 120px;
    padding: 12px 15px;
    border:1px solid #E4E4E4;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.apply_list2 .apply_list_item:last-child{
    width: 66.666667%;
}
.apply_list_item_yz{
    display: flex;
}
.apply_list_item_yz input{
    width: calc(50% - 6.5px);
}
.apply_list_item_yz img{
    width: 125px;
    margin-left: 16px;
    cursor: pointer;
}
.apply_list3 .apply_list_item{
    width: 60%;
}
.apply_list3 .apply_list_item_yz input {
    width: calc(100% - 141px);
}
.hctu_top_icon img{
    width: 80px;
}
.home_weekly_ul .std_h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}
.menu_logo{
    width: 270px;
}
.yntt_title img{
    width: 220px;
}
.developdt_left_top_page li p:first-child {
    width: 70px;
}
.developdt_left_top_page li p:last-child {
    width: calc(100% - 70px);
}
.develop_li.on .develop_li_text{
    width: 100%;
}
.develop_li a {
    min-height: 180px;
}
.ys_privacy .ys_priban {
    top: 50% !important;
}
.badges_main .ny_cont {
    padding: 100px 0 100px;
}
.team_table_body tr.act,
.team_table_body tr.on {
    background: #0156AD;
}
.team_table_body tr.act td,
.team_table_body tr.on td{
    color: #fff;
}
.head_nav_name,
.footer_top_right>ul>li li a,
.footer_bot_right li a,
.menu_nav>li li a,
.menu_nav>li>a,
.footer_top_right>ul>li>a,
.home_school_top .std_h3,
.home_school_bot .std_h3,
.home_notice_ul .std_h3,
.mod_side_title img,
.mod_side_icon,
.mod_side_title p,
.school_li .std_h3,
.team_table_body tr,
.team_table_body tr td,
.video_li_text .std_h3,
.develop_li_text_title .std_h3,
.developdt_left_top_page li a p,
.developdt_left_bot_ul li .std_text,
.tutt_title,
.parental_li_title_name,
.scfc_cont_top img,
.honor_li .std_text p
{
    transition: all .36s;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .head_nav_li a:hover{
        transform: scale(1);
    }
    .head_nav_li a:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }
    .head_nav_li a:hover .ys_imgbox_cover img:first-child{
        opacity: 0;
    }
    .head_nav_li a:hover .head_nav_name{
        color: #0156AD;
    }
    .footer_top_right>ul>li li a:hover{
        opacity: 1;
    }
    .footer_bot_right li a:hover{
        opacity: 1;
    }
    .menu_nav>li li a:hover{
        opacity: 1;
    }
    .menu_nav>li>a:hover{
        opacity: .8;
    }
    .menu_nav>li>a:hover{
        color: #FDAD20;
    }
    .footer_top_right>ul>li>a:hover{
        color: #FDAD20;
    }
    .home_school_top li a:hover .std_h3,
    .home_school_bot li a:hover .std_h3,
    .home_notice_ul li a:hover .std_h3,
    .home_class_bot_link:hover .std_h3
    {
        color: #0156AD;
    }
    .mod_side_li:hover .mod_side_icon,
    .mod_side_li:hover .mod_side_title img
    {
        opacity: 1;
    }   
    .mod_side_li:hover .mod_side_title p{
        color: #2E85DB;
    }
    .mod_tab_li:hover a{
        color:#0156AD;
    }
    .mod_tab_li:hover a::before{
        width: 100%;
    }
    .school_li:hover .std_h3{
        color: #0156AD;
    }
    .school_li:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    /* .team_table_body tr:hover{
        background: #0156AD;
    }
    .team_table_body tr:hover td{
        color: #fff;
    } */
    .hctu_bot:hover img{
        transform: scale(1.05);
    }
    .home_weekly_ul li a:hover .std_h3{
        color: #0156AD;
    }
    .video_li a:hover .video_li_text .std_h3,
    .develop_li a:hover .develop_li_text_title .std_h3{
        color: #0156AD;
    }
    .developdt_left_top_page li a:hover p{
        color:#0156AD;
    }
    .developdt_left_bot_ul li a:hover .std_text,
    .teacher_ul li a:hover .tutt_title{
        color: #0156AD;
    }
    .parental_li:hover .parental_li_title_name,
    .honor_li:hover .std_text p{
        color: #0156AD;
    }
}
.develop_li.on .ys_imgbox_cover {
    width: 23.5%;
}
.develop_li.on .develop_li_text {
    width: 76.5%;
}
.develop_li_text{
    width: 100%;
}
.home_btnflex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.home_title_right p{
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 5px;
}
.home_title_right img{
    width: 12px;
}
.home_title_left{
    display: flex;
    align-items: center;
}
.home_title_right a{
    display: flex;
}
.home_title_right{
    margin-bottom: 16px;
}
.ys_select_xtbbox {
    right: 15px;
}
.ys_select_xtbbox .iconfont {
    color: #333;
    font-size: 14px;
}
.ys_select_bd{
    padding: 10px 15px;
    border: 1px solid #E4E4E4;
    border-top-color: transparent;
}
.ys_select_li{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}
/* 日历 */
.yx_date1_time {
    position: relative;
}
.yx_date1_time_cont {
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 0;
    height: 50px;
    position: relative;
}
.ydtc_input {
    border: none;
    background-color: transparent;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}
#datetime1, #datetime2 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    top: 0;
    left: 0;
    padding: 0 105px;
    z-index: 2;
}
.ydtc_icon {
    width: 22px;
    line-height: 55px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
.ydtc_icon img {
    width: 100%;
}
.yx_date1{
    padding: 100px 0;
}
.timestart, .timeend {
    position: relative;
    z-index: 5;
}
.layui-input {
    height: 100% !important;
    border: none !important;
    background-color: transparent !important;
}
.timestart {
    padding: 0 13px;
    font-size: 16px;
}
.layui-laydate-header {
    display: flex !important;
    align-items: center !important;
    line-height: 46px !important;
    height: 46px !important;
}
.layui-laydate-header i {
    top: 16px !important;
}
/* 响应式 */
@media screen and (max-width: 1440px){
    .yx_date1{
        padding: 80px 0;
    }
}
@media screen and (max-width: 1199px){
    .yx_date1{
        padding: 60px 0;
    }
}
@media screen and (max-width: 991){
    .yx_date1{
        padding: 50px 0;
    }
}
@media screen and (max-width: 480px){
    .timestart {
        padding: 0 10px;
        font-size: 14px;
    }
    #datetime1, #datetime2 {
        font-size: 14px;
        padding: 0 10px;
    }
    .yx_date1_time_cont {
        height: 45px;
    }
    .ydtc_icon {
        width: 18px;
        line-height: 45px;
        right: 10px;
    }
    .yx_date1{
        padding: 32px 0;
    }
}
.layui-laydate, .layui-laydate-hint {
    border: 1px solid #E4E4E4 !important; 
}
/* 日历 - end */
/*24.03.07 修改*/
.develop_li .ys_imgbox_cover{
    display: none;
}
.develop_li.on .ys_imgbox_cover{
    display: block;
}
.develop_li_text{
    width: 100%;
}


/*2025.6.25售后Linda修改-start*/
.home_school_bot .std_h3 {
    width: calc(100% - 50px);
}
.home_time1 {
    width: 50px;
}
/*2025.6.25售后Linda修改-end*/
