html,body{scroll-behavior:smooth;}


.banner_top_bg{
    position: relative;
}

.banner_top_bg img{
    width: 100%;
    height: 150px;
}

.banner_top_bg p{
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.gary_out{
    background: #F2F2F2;
    padding-bottom: 70px;
}

.top_tag{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 30px 80px;
    margin-bottom: 10px;
}

.top_tag li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.top_tag li img{
    margin-right: 10px;
}

.top_tag_ri p:nth-child(1){
    font-size: 18px;
    margin-bottom: 5px;
}

.top_tag_ri p:nth-child(2){
    font-size: 14px;
    color: #808080;
}

.info{
    background: #fff;
    padding: 25px 0 150px 0;
}

.school_ttl{
    text-align: center;
    margin-bottom: 25px;
}

.school_ttl span{
    display: block;
    color: #333333;
    font-size: 22px;
}

.info_inner{
    position: relative;
    padding: 30px 0 60px 85px;
    background-size: cover !important;
}

.img_msak{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.img_msak_bt{
    position: relative;
    z-index: 2;
}

.info_inner p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.info_inner_bt{
    position: absolute;
    background: #fff;
    box-shadow: 3px 3px 10px #d4cdcd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 150px;
    bottom: -75px;
    z-index: 3;
}

.info_inner_bt_mid p:nth-child(1){
    font-size: 18px !important;
    color: #333333 !important;
}

.info_inner_bt_mid p:nth-child(2){
    font-size: 13px !important;
    color: #999999 !important;
}

.info_inner_bt img{
    height: 85px;
    width: 85px;
    border-radius: 50%;
    margin-right: 20px;
}

.info_inner_bt_ri{
    width: 306px;
    height: 98px;
    background: url("../images/music.png") no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 130px;
}

.info_inner_bt_ri img{
    width: 146px !important;
    height: 40px !important;
    border-radius: unset;
    margin-right: 0;
}


.about{
    background: #fff;
    margin-bottom: 10px;
}

.about_tabs{
    padding: 0 90px;
}

.about_tab_nav{
    border-bottom: 2px solid #BD1A2D;
    overflow: hidden;
}

.about_tab_nav li{
    color: #fff;
    padding: 15px 0 15px 17px;
    cursor: pointer;
    background: url("../images/tab_off.jpg") no-repeat center;
    background-size: cover;
    width: 157px;
    float: left;
    font-size: 18px;
}

.about_tab_nav .on{
    background: url("../images/tab_on.jpg") no-repeat center;
    background-size: cover;
}

.about_tabs_bd{
    background: #F7F7F7;
    padding: 35px;
    height: 240px;
    overflow-y: scroll;
}

.about_tabs_list{
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 25px;
    display: none;
}


.zs{
    background: #fff;
    padding: 35px 90px;
}

.zs_table_box{
    margin-bottom: 40px;
}

.zs_table_box_ttl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.zs_table_box_ttl_le{
    font-size: 22px;
    padding-left: 8px;
    border-left: 4px solid #BD1A2D;
    display: inline-block;
}

.zs_table_box_ttl_ri{
    border: 1px solid #CCCCCC;
    padding: 3px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 440px;
}

.zs_table_box_ttl_ri_item span{
    font-size: 14px;
    color: #999999;
}

.zs_table_box_ttl_ri_item select{
    outline: #BD1A2D;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 7px;
}

.zs_table_bt{
    background-color: #BD1A2D;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    border: none;
}

.zs_table_box table{
    width: 100%;
    border-spacing: 0;
}

.zs_table_box table td{
    text-align: center;
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    font-family: "微软雅黑";
}

.zs_table_box table thead td{
    font-size: 18px;
    color: #989898;
}

.bl{
    color: #104CB2;
}

.zs_table_box table tbody tr{
    transition: 0.4s all;
}

.zs_table_box table tbody tr:hover{
    background: #F6F7F9;
}


.fg{
    background: #fff;
    margin-top: 10px;
    padding: 25px 90px;
}

.sw_box{
    position: relative;
}

.swiper-slide img{
    width: 100%;
    height: 190px;
}

.sw_bt{
    opacity: 1 !important;
    width: 17px;
    height: 30px;
    outline: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: " ";
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: " ";
}

.swiper-button-prev{
    background: url(../images/sw_prev.png) no-repeat center;
    left: -30px;
}

.swiper-button-next{
    background: url(../images/sw_next.png) no-repeat center;
    right: -30px;
}


.left_nav{
    position: fixed;
    z-index: 99999;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    background: rgba(189, 26, 45, 0.2);
    padding: 10px;
    display: none;
}

.left_nav p{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.left_nav ul{
    background: #fff;
}

.left_nav ul li{
    height: 70px;
    width: 100%;
    border-bottom: 1px dashed #999999;
}

.left_nav ul li:last-child{
    border: none;
}

.left_nav_tab{
    position: relative;
    height: 100%;
    width: 100%;
}

.tab_inner{
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 10px;
    box-shadow: 2px 3px 10px #bfbfbf;
    display: none;
    color: #333333;
    font-size: 14px;
}

.tab1{
    background: url(../images/left_nav_1.png) no-repeat center;
}

.tab2{
    background: url(../images/left_nav_2.png) no-repeat center;
}

.tab3{
    background: url(../images/left_nav_3.png) no-repeat center;
}

.tab4{
    background: url(../images/left_nav_4.png) no-repeat center;
}

.left_nav ul .on{
    background-color: #BD1A2D;
}

.left_nav ul .on .tab1{
    background: url(../images/left_nav_1_hover.png) no-repeat center;
}

.left_nav ul .on .tab2{
    background: url(../images/left_nav_2_hover.png) no-repeat center;
}

.left_nav ul .on .tab3{
    background: url(../images/left_nav_3_hover.png) no-repeat center;
}

.left_nav ul .on .tab4{
    background: url(../images/left_nav_4_hover.png) no-repeat center;
}

.on .tab_inner{
    display: block;
}


.right_nav{
    position: fixed;
    z-index: 99999;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    background: rgba(189, 26, 45, 0.2);
    padding: 10px;
    display: none;
}

.right_nav p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.right_nav ul{
    background: #fff;
}

.right_nav ul li{
    height: 70px;
    width: 100%;
    border-bottom: 1px dashed #999999;
    position: relative;
}

.right_nav ul li:last-child {
    border: none;
}

.t1{
    background: url(../images/t1.png) no-repeat center;
    transition: 0.4s all;
}

.t1:hover{
    background: url(../images/t1_hover.png) no-repeat center;
}

.t2{
    background: url(../images/t2.png) no-repeat center;
    transition: 0.4s all;
}

.t2:hover{
    background: url(../images/t2_hover.png) no-repeat center;
}

.t3{
    background: url(../images/t3.png) no-repeat center;
    transition: 0.4s all;
}

.t3:hover{
    background: url(../images/t3_hover.png) no-repeat center;
}

.t4{
    background: url(../images/t4.png) no-repeat center;
    transition: 0.4s all;
}

.t4:hover{
    background: url(../images/t4_hover.png) no-repeat center;
}

.right_nav_item{
    position: absolute;
    display: block;
    background: #ED4F6A;
    padding: 10px;
    left: -185px;
    text-align: center;
    width: 150px;
    display: none;
}

.right_nav_item img{
    height: 120px;
    width: 120px;
}

.t4 .right_nav_item{
    width: auto;
    left: -156px;
    padding: 5px;
}

.right_nav_item p{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.t3 a{
    display: inline-block;
    height: 100%;
    width: 100%;
}