.page_section_banner_main{
    width: 100%;
    height: auto;
    position: relative;
}

/*page_section_banner*/
.page_section_banner{
    width: 100%;
    height: 509px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 185px;
    box-sizing: border-box;
}
.page_section_banner .page_con_banner{
    width: 1920px;
    height: 509px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.page_section_banner .page_con_banner::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .20);
    position: absolute;
    top: 0;
    left: 0;
}
.page_section_banner .page_con_banner::before{
    content: " ";
    width: 990px;
    height: 80px;
    background: url('../images/banner_icon_logo.png') no-repeat left center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page_section_banner .page_con_banner img{
    display: block;
    width: 100%;
    height: auto;
}

.page_banner_text{
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
}
.page_banner_text .yuan_box{
    width: 220px;
    height: 220px;
    background: rgba(239, 100, 45, 0.95);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.page_banner_text .yuan_box img{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -60px;
    bottom: -15px;
    opacity: 0.85;
}
.page_banner_text .text_box{
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
    z-index: 1;
    padding-top: 75px;
    padding-left: 50px;
    box-sizing: border-box;
}
.page_banner_text .text_box .title{
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.page_banner_text .text_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    margin-top: 5px;
    letter-spacing: 1px;
}



.page_section_banner::after{
    content: " ";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;

    background: url("../images/headerbg3.png") 0% 0% / 100% 100%;
    transition: 1s;
}
.page_header .home_header_con{
    position: relative;
    z-index: 1;
}


@font-face {
    font-family: '字库江湖古风体';
    src: url("../font/zt.ttf");
}
@font-face {
    font-family: '斗鱼追光体';
    src: url("../font/douyuzt.ttf");
}




/* page_main */
.page_main{
    width: 100%;
    height: auto;
    padding-top: 75px;
    padding-bottom: 120px;
    box-sizing: border-box;
    /* background: rgba(239, 100, 45, 0.02); */
    position: relative;
}
.page_main_about{
    padding-top: 100px;
}
.page_main_h{
    padding-top: 75px;
}
.page_section_con{
    max-width: 1310px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.page_title_box{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.page_title_box .title{
    font-size: 38px;
    color: #ef642d;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;

    /* font-family: '字库江湖古风体'; */

     font-family: '斗鱼追光体';
}
.page_title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
     font-family: '斗鱼追光体';
}




/* page_subNav */
.page_subNav{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 9;
}
.page_subNav .subNav_box{
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.99);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 10px 0 rgba(185, 185, 185, .38);
}
.page_subNav .subNav_box ul {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.page_subNav .subNav_box ul li{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 15px;
}
.page_subNav .subNav_box ul li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 0;
    box-sizing: border-box;
}
.page_subNav .subNav_box ul li.active a{
    color: #ef642d;
    font-weight: 600;
}
.page_subNav .subNav_box ul li:hover a{
    color: #ef642d;
    font-weight: 600;
}

.page_subNav .teaching_subNav_box ul li{
    padding: 0 7px;
    margin: 0 7px;
}



/* school_introduction_page */
.school_introduction_page{
    width: 100%;
    height: auto;
}
.school_introduction_box{
    width: 100%;
    height: auto;
}
.school_introduction_sec1{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.school_introduction_sec1 .left_box{
    float: left;
    width: 54%;
    height: auto;
    padding-right: 5%;
    box-sizing: border-box;
}
.school_introduction_sec1 .text_box {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    text-align: justify;
}

.school_introduction_sec1 .text_box p{
    margin-bottom: 20px;
}
.school_introduction_sec1 .right_box{
    float: left;
    width: 46%;
    height: auto;
    box-sizing: border-box;
    padding-top: 10px;
    box-sizing: border-box;
}
.school_introduction_sec1 .right_box .video_box{
    width: 100%;
    height: auto;
    position: relative;
}
.school_introduction_sec1 .right_box .video_box video{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.school_introduction_sec1 .right_box .pic_box{
    width: 100%;
    height: auto;
    position: relative;
}
.school_introduction_sec1 .right_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.school_introduction_sec1 .right_box .video_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: #ef642d;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
}
.school_introduction_sec2{
    float: left;
    width: 100%;
    height: auto;
    padding: 90px 0;
    /* padding-bottom: 60px; */
    box-sizing: border-box;
    position: relative;
    /* background: #f5f5f5; */
    background: #ef642d;
    background-size: cover;
}
.school_introduction_sec2::after{
    content: " ";
    width: 300px;
    height: 450px;
    position: absolute;
    bottom: 0;
    right: 20%;
    background: url(../images/school_introduction_sec2_banner.png) no-repeat 50%;
    background-size: cover;
}
.school_introduction_sec2 .title_box{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 60px;

     font-family: '斗鱼追光体';
}
.school_introduction_sec2 .text_box{
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fefefe;
    line-height: 36px;
    letter-spacing: 3px;
    text-align: left;
    /* padding-left: 10%; */
}
/* .school_introduction_sec2 .text_box p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    float: left;
} */

.school_introduction_sec1 .campus_environment_item_box{
    float: left;
    padding-top: 20px;
}



.school_introduction_sec3{
    float: left;
    width: 100%;
    height: auto;
    padding: 90px 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.school_introduction_sec3 .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.school_introduction_sec3 .title_box h3 {
    font-size: 38px;
    color: #ef642d;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    font-family: '斗鱼追光体';
}
.school_introduction_sec3 .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
}
.school_introduction_sec3 .text_box {
    width: 100%;
   height: auto;
    font-size: 18px;
    color: #555;
    line-height: 34px;
    text-align: justify;
}
.school_introduction_sec3 .text_box p{
    margin-bottom: 20px;
}
.school_introduction_sec3 .text_box p strong{
    color: #ef642d;
}
.school_introduction_sec3 .campus_environment_item_box{
    padding: 0;
    padding-top: 30px;
}
.school_introduction_sec3 .campus_environment_item_box ul li{
    width: 50%;
}
.school_introduction_sec3 .campus_environment_item_box ul li:nth-child(3){
    width: 100%;
}

/* campus_environment_page */
.campus_environment_page{
    width: 100%;
    height: auto;
}
.campus_environment_box{
    width: 100%;
    height: auto;
}
.campus_environment_box{
    width: 100%;
    height: auto;
}

.campus_environment_text_box{
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #555;
    line-height: 36px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.campus_environment_list{
    width: 100%;
    height: auto;
}
.campus_environment_list ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 80px 0;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(239, 100, 45, 0.15);
}
.campus_environment_list ul li .pic_box{
    float: left;
    width: 100%;
    height: auto;
}
.campus_environment_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.campus_environment_list ul li .text_box{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0;
    padding-left: 0;
    padding-right: 100px;
    box-sizing: border-box;
}
.campus_environment_list ul li .text_box h3{
    font-size: 22pt;
    color: #ef642d;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.campus_environment_list ul li .text_box .text{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #555;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
}
.campus_environment_list ul li:nth-child(even) .pic_box{
    float: left;
}
.campus_environment_list ul li:nth-child(even) .text_box{
    float: right;
    padding-left: 100px;
    padding-right: 0;
}


/* campus_environment_item_box */
.campus_environment_item_box{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.campus_environment_item_box:first-child{
    padding-top: 0;
}
.campus_environment_item_box:last-child{
    border-bottom: none;
    padding-bottom: 30px;
}
.campus_environment_item_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.campus_environment_item_box .title_box h3 {
    font-size: 38px;
    color: #ef642d;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    font-family: '斗鱼追光体';
}
.campus_environment_item_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
}


.campus_environment_item_box .text_box{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.campus_environment_item_box .text_box .text{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 34px;
    text-align: justify;
}
.campus_environment_pic_list{
    width: 100%;
    height: auto;
}
.campus_environment_item_box ul{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.campus_environment_item_box ul li {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box;
}
.campus_environment_item_box ul li .pic{
    overflow: hidden;
    position: relative;
    
}
.campus_environment_item_box ul li .pic img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}
.campus_environment_item_box ul li .pic:hover img {
    transform: scale(1.1);
}
.campus_environment_item_box_ss ul li:nth-child(1){
    width: 66.666666%;
}
.campus_environment_item_box_ss ul li:nth-child(2) .pic:first-child{
    margin-bottom: 15px;
}


.campus_environment_item_box_st ul li:nth-child(1){
    width: 66.666666%;
}
.campus_environment_item_box_st ul li:nth-child(2) .pic:first-child{
    margin-bottom: 15px;
}
.campus_environment_item_box_st ul li:nth-child(3){
    width: 50%;
}
.campus_environment_item_box_st ul li:nth-child(4){
    width: 50%;
}
.campus_environment_item_box_st ul li:nth-child(5){
    width: 50%;
}
.campus_environment_item_box_st ul li:nth-child(6){
    width: 50%;
}






/* history_page */
.history_page{
    width: 100%;
    height: auto;

    background: url('../images/history_banner_bj.png') no-repeat center center;
    background-size: cover;
}
.history_box{
    width: 100%;
    height: auto;
}

.history_list{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.history_list .xian{
    display: block;
    width: 120%;
    height: 6px;
    background: #ef642d;
    position: absolute;
    top: 235px;
    left: -12%;
    border-radius: 10px;
}
.history_list .ul2{
    padding-left: 120px;
    box-sizing: border-box;
}
.history_list ul li{
    float: left;
    width: 240px;
    height: auto;
}
.history_list .ul2 li .item{
    padding-top: 110px;
    box-sizing: border-box;
}
.history_list .ul2 li:nth-child(2) .item{
    padding-top: 85px;
}
.history_list .ul2 li:nth-child(3) .item{
    padding-top: 85px;
}
.history_list .ul2 li:nth-child(4) .item{
    padding-top: 55px;
}
.history_list ul li .item{
    width: 200px;
    height: 240px;
    padding: 0px 10px;
    padding-right: 5px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    border-left: 2px solid rgba(239, 100, 45, 0.50);
    box-sizing: border-box;
}
.history_list ul li .item::after{
    content: " ";
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #ef642d;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    bottom: -8px;
}
.history_list ul.ul2 li .item::after{
    bottom: none;
    top: -10px;
}
/* .history_list ul.ul2 li .item .time{
    margin-bottom: 0;
    margin-top: 10px;
} */
/* .history_list ul li:nth-child(even) .item{
    float: right;
    text-align: left;
} */
.history_list ul li .item .time{
    font-size: 28px;
    color: #ef642d;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.history_list ul li .item .time span{
    font-size: 18px;
    margin-left: 10px;
}
.history_list ul li .item .article{
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
}
/* .history_list ul li .icon{
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #ef642d;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);

    position: absolute;
    top: 22px;
    right: -9px;

} */
/* .history_list ul li:nth-child(even) .item .icon{
    left: -9px;
    right: none;
} */


/* school_honor_page */
.school_honor_page{
    width: 100%;
    height: auto;
}
.school_honor_box{
    width: 100%;
    height: auto;
}
.school_honor_box .text_list{
    width: 100%;
    height: auto;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.school_honor_box .text_list ul li{
    float: left;
    width: 33.333333%;
    height: auto;
    box-sizing: border-box;
}
.school_honor_box .text_list ul li:nth-child(1){
    width: 50%;
    padding-left: 16%;
   
}
.school_honor_box .text_list ul li:nth-child(2){
    width: 50%;
    padding-right: 16%;
}
.school_honor_box .text_list ul li p{
    width: 280px;
    height: 120px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    text-align: center;
    position: relative;
    margin: 15px auto;
}
.school_honor_box .text_list ul li:nth-child(1) p{
    line-height: 28px;
}
.school_honor_box .text_list ul li p::after{
    content: " ";
    width: 50px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/school_honor_left_icon.png') no-repeat left center;
    background-size: 100%;
    opacity: 0.85;
}
.school_honor_box .text_list ul li p::before{
    content: " ";
    width: 50px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/school_honor_right_icon.png') no-repeat left center;
    background-size: 100%;
    opacity: 0.85;
}
.school_honor_list{
    width: 100%;
    height: auto;
}
.school_honor_list ul{
    margin: 0 -1%;
}
.school_honor_list ul li{
    float: left;
    width: 23%;
    height: auto;
    margin: 1%;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(239, 100, 45, 0.50);
}
.school_honor_list ul li img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
/* .school_honor_list ul li:first-child{
    margin-left: 15%;
} */

/* course_system_page */
.course_system_page{
    width: 100%;
    height: auto;
}
.course_system_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.course_system_nav{
    width: 255px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.course_system_nav ul li{
    float: left;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-bottom: 4px solid rgba(239, 100, 45, 0.50);
}

.course_system_nav ul li .icon_box{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 30px;
    transition: 0.3s ease-in-out;
}
.course_system_nav ul li .icon_box img{
    display: block;
    width: 30px;
    height: auto;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0.85;
}
.course_system_nav ul li .icon_box img.pic_hover{
    opacity: 0;
}
.course_system_nav ul li .text_box{
    width: 100%;
    height: auto;
}
.course_system_nav ul li .text_box h3{
    font-size: 15pt;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    padding: 5px 0;
    box-sizing: border-box;
    /* margin-bottom: 6px; */
}
.course_system_nav ul li .text_box p{
    font-size: 13pt;
    color: #555;
    line-height: 20px;
}

.course_system_nav ul li:hover{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 110px;
    background: #ef642d;
}
.course_system_nav ul li:hover .text_box h3{
    color: #fff;
}
.course_system_nav ul li:hover .text_box p{
    color: #fff;
}
.course_system_nav ul li:hover .icon_box{
    top: 40px;
}
.course_system_nav ul li:hover .icon_box img{
    opacity: 0;
}
.course_system_nav ul li:hover .icon_box img.pic_hover{
    opacity: 1;
}
.course_system_nav ul li.active{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 90px;
    background: #ef642d;
}
.course_system_nav ul li.active .text_box h3{
    color: #fff;
}
.course_system_nav ul li.active .text_box p{
    color: #fff;
}
.course_system_nav ul li.active .icon_box{
    top: 25px;
}
.course_system_nav ul li.active .icon_box img{
    opacity: 0;
}
.course_system_nav ul li.active .icon_box img.pic_hover{
    opacity: 1;
}

.course_system_text_box{
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #555;
    line-height: 36px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}
.course_system_list{
    width: 100%;
    height: auto;
}
.course_system_list ul .item_box{
    float: left;
    width: 100%;
    height: auto; 
    margin-bottom: 80px; 
    position: relative;
    padding-left: 32%;
    box-sizing: border-box;
}
.course_system_list ul .item_box .pic_box{
   
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.course_system_list ul .item_box .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    transition: all .5s;
}
.course_system_list ul .item_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.course_system_list ul .item_box .pic_box .title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
    padding: 50px;
}
.course_system_list ul .item_box .pic_box .title_box h3 {
    font-size: 24pt;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}
.course_system_list ul .item_box .pic_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.course_system_list ul .item_box .pic_box .title_box .text span{
    margin: 0 20px;
}
.course_system_list ul .item_box::after{
    content: " ";
    width: 68%;
    height: 100%;
    background: rgba(239, 100, 45, 0.90);
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-radius: 10px;
}
.course_system_list ul .item_box .text_box{
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 2px solid #ef642d;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.course_system_list ul .item_box .text_box h3{
    font-size: 22pt;
    color: #ef642d;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.course_system_list ul .item_box .text_box .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
}
.course_system_list ul .item_box .text_box .text p{
    padding: 3px 0;
    box-sizing: border-box;
}
.course_system_list ul .item_box .text_box .text p strong{
    font-size: 16px;
    font-weight: bold;
    margin-left: -8px;
    color: #ef642d;
}
.course_system_list ul .item_box .text_box .text p span{
    font-weight: bold;
    color: #ef642d;
}
.course_system_list ul .item_box .text_box .text p.tr{
    padding: 8px 0;
}


/* parent_questions_page */
.parent_questions_page{
    width: 100%;
    height: auto;
}
.parent_questions_box{
    width: 100%;
    height: auto;
    min-height: 500px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.parent_questions_nav{
    width: 220px;
    border: 2px solid #ef642d;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all .50s;
}
.parent_questions_box_active .parent_questions_nav{
    position: fixed;
    top: 130px;
}
.parent_questions_box_active .parent_questions_list{
    width: 100%;
    padding-left: 270px;
}
.parent_questions_nav::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(239, 100, 45, 0.95);
    position: absolute;
    top: 10px;
    right: -10px;
    border-radius: 10px;
}
.parent_questions_nav ul{
     border-radius: 8px;
     overflow: hidden;
}
.parent_questions_nav ul li{
    float: left;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.97);
    padding: 20px 5px;
    padding-right: 15px;
    box-sizing: border-box;
    /* border-radius: 5px; */
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-bottom: 2px solid rgba(239, 100, 45, 0.38);
    text-align: center;
    position: relative;
    z-index: 1;
   
}
.parent_questions_nav ul li .icon_box{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.3s ease-in-out;
    display: none;
}
.parent_questions_nav ul li .icon_box img{
    display: block;
    width: 46px;
    height: auto;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0.85;
}
.parent_questions_nav ul li .icon_box img.pic_hover{
    opacity: 0;
}
.parent_questions_nav ul li .text_box{
    width: 100%;
    height: auto;
}
.parent_questions_nav ul li .text_box h3{
    font-size: 13pt;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    text-align: right;
}
.parent_questions_nav ul li .text_box p{
    font-size: 14pt;
    color: #555;
    line-height: 20px;
}

.parent_questions_nav ul li:hover{
   
    background: #ef642d;
}
.parent_questions_nav ul li:hover .text_box h3{
    color: #fff;
}
.parent_questions_nav ul li:hover .text_box p{
    color: #fff;
}
.parent_questions_nav ul li:hover .icon_box{
    top: 40px;
}
.parent_questions_nav ul li:hover .icon_box img{
    opacity: 0;
}
.parent_questions_nav ul li:hover .icon_box img.pic_hover{
    opacity: 1;
}
.parent_questions_nav ul li.active{
   
    background: #ef642d;
}
.parent_questions_nav ul li.active .text_box h3{
    color: #fff;
}
.parent_questions_nav ul li.active .text_box p{
    color: #fff;
}
.parent_questions_nav ul li.active .icon_box{
    top: 40px;
}
.parent_questions_nav ul li.active .icon_box img{
    opacity: 0;
}
.parent_questions_nav ul li.active .icon_box img.pic_hover{
    opacity: 1;
}

.parent_questions_list{
    width: calc(100% - 220px);
    padding-left: 50px;
    box-sizing: border-box;
}
.parent_questions_list ul .item_box{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.parent_questions_list ul .item_box .pic_box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.parent_questions_list ul .item_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.parent_questions_list ul .item_box .pic_box .title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
    padding: 50px;
}
.parent_questions_list ul .item_box .pic_box .title_box h3 {
    font-size: 24pt;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}
.parent_questions_list ul .item_box .pic_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.parent_questions_list ul .item_box .pic_box .title_box .text span{
    margin: 0 20px;
}
.parent_questions_list ul .item_box .text_box{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}
.parent_questions_list ul .item_box .text_box h3{
    font-size: 22pt;
    color: #ef642d;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.parent_questions_list ul .item_box .text_box .text{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
}
.parent_questions_list ul .item_box .text_box .text p{
    padding: 5px 0;
    box-sizing: border-box;
    padding-left: 40px;

}
.parent_questions_list ul .item_box .text_box .text p strong{
    font-size: 16px;
    font-weight: 600;
    color: #ef642d;
    position: relative;
    display: block;
    line-height: 26px;
   
}
.parent_questions_list ul .item_box .text_box .text p strong::after{
    content: " ";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: -40px;
    background: url('../images/parent_questions_qa_icon7.png') no-repeat left top;
    background-size: 100%;

}
.parent_questions_list ul .item_box .text_box .text p span{
    font-weight: 600;
    color: #ef642d;
}
.parent_questions_list ul .item_box .text_box .text p.tr{
    padding: 15px 0;
}




/* teaching_management_page */
.teaching_management_page{
    width: 100%;
    height: auto;
}
.teaching_management_box{
    width: 100%;
    height: auto;
    min-height: 600px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}


.teaching_management_nav{
    width: 220px;
    height: auto;
    border: 2px solid #ef642d;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all .50s;
}
.teaching_management_box_active .teaching_management_nav{
    position: fixed;
    top: 130px;
}
.teaching_management_box_active .teaching_management_list {
    width: 100%;
    padding-left: 270px;
    box-sizing: border-box;
}
.teaching_management_nav::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(239, 100, 45, 0.95);
    position: absolute;
    top: 10px;
    right: -10px;
    border-radius: 10px;
}
.teaching_management_nav ul{
     border-radius: 8px;
     overflow: hidden;
}
.teaching_management_nav ul li{
    float: left;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.97);
    padding: 20px 5px;
    padding-right: 15px;
    box-sizing: border-box;
    /* border-radius: 5px; */
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-bottom: 2px solid rgba(239, 100, 45, 0.38);
    text-align: center;
    position: relative;
    z-index: 1;
   
}
.teaching_management_nav ul li .icon_box{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.3s ease-in-out;
    display: none;
}
.teaching_management_nav ul li .icon_box img{
    display: block;
    width: 46px;
    height: auto;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0.85;
}
.teaching_management_nav ul li .icon_box img.pic_hover{
    opacity: 0;
}
.teaching_management_nav ul li .text_box{
    width: 100%;
    height: auto;
}
.teaching_management_nav ul li .text_box h3{
    font-size: 13pt;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    text-align: right;
}
.teaching_management_nav ul li .text_box p{
    font-size: 14pt;
    color: #555;
    line-height: 20px;
}

.teaching_management_nav ul li:hover{
   
    background: #ef642d;
}
.teaching_management_nav ul li:hover .text_box h3{
    color: #fff;
}
.teaching_management_nav ul li:hover .text_box p{
    color: #fff;
}
.teaching_management_nav ul li:hover .icon_box{
    top: 40px;
}
.teaching_management_nav ul li:hover .icon_box img{
    opacity: 0;
}
.teaching_management_nav ul li:hover .icon_box img.pic_hover{
    opacity: 1;
}
.teaching_management_nav ul li.active{
   
    background: #ef642d;
}
.teaching_management_nav ul li.active .text_box h3{
    color: #fff;
}
.teaching_management_nav ul li.active .text_box p{
    color: #fff;
}
.teaching_management_nav ul li.active .icon_box{
    top: 40px;
}
.teaching_management_nav ul li.active .icon_box img{
    opacity: 0;
}
.teaching_management_nav ul li.active .icon_box img.pic_hover{
    opacity: 1;
}

.teaching_management_list{
    width: calc(100% - 220px);
    padding-left: 50px;
    box-sizing: border-box;
}
.teaching_management_list ul .item_box{
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.teaching_management_list ul .item_box .teaching_section_box{
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: #f1f2f7;
}
.teaching_management_list ul .item_box .title_box{
    width: 100%;
    height: auto;
}
.teaching_management_list ul .item_box .title_box h3{
    width: 330px;
    height: 60px;
    padding: 15px 40px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #ef642d;
    position: relative;
}
.teaching_management_list ul .item_box .title_box h3::after{
    content: " ";
    width: 60px;
    height: 60px;
    background: #ef642d;
    position: absolute;
    top: 0;
    right: -30px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}




.teaching_section_box{
    width: 100%;
    height: auto;
}
.teaching_section_box .text_box {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    text-align: justify;
}
.teaching_section_box .text_box p{
    padding: 5px 0;
    box-sizing: border-box;
}
.teaching_section_box .text_box p.tr{
    padding: 10px 0;
}
.teaching_section_box .text_box p strong {
    font-size: 16px;
    font-weight: 600;
    color: #ef642d;
}
.teaching_section_box .pic_box {
    width: 100%;
    height: auto;
}
.teaching_section_box .pic_box  img{
    display: block;
    width: 100%;
    height: auto;
}
.teaching_section_box .pic_box p.tr{
    padding: 10px 0;
}




/* results_page */
.results_page{
    width: 100%;
    height: auto;
}
.results_page .teaching_management_list ul .item_box .title_box h3{
    width: 230px;
}
.results_box{
    width: 100%;
    height: auto;
    padding: 50px 50px;
    box-sizing: border-box;
    border-top: 6px solid rgba(239, 100, 45, 0.80);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
}
.results_section_box{
    width: 100%;
    height: auto;
}
.results_section_box .pic_box p{
    padding: 10px 0;
    box-sizing: border-box;
}
.results_section_box .pic_box {
    width: 100%;
    height: auto;
}
.results_section_box .pic_box  img{
    display: block;
    width: 100%;
    height: auto;
}



.article_student_container{
    margin-top: -25px;
}

/* results_admission_page */
.results_admission_page{
    width: 100%;
    height: auto;
}
.results_admission_page .home_student_container{
    background: none;
    padding-top: 0;
    padding-bottom: 0px;
}
.jzgx_item_box .teaching_section_box .pic_box{
    margin: 0 -1%;
    width: 102%;
}
.jzgx_item_box .teaching_section_box .pic_box img{
    float: left;
    width: 31.333333%;
    height: auto;
    padding: 2px;
    background: #ef642d;
    box-sizing: border-box;
    margin: 1%;
    border-radius: 10px;
}
.jzgx_item_box .teaching_section_box p{
    width: 100%;
    height: auto;
    padding: 10px;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ef642d;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

/* news_page */
.news_page{
    width: 100%;
    height: auto;
}
.news_box{
    width: 100%;
    height: auto;
    /* padding: 50px 50px;
    box-sizing: border-box;
    border-top: 6px solid rgba(239, 100, 45, 0.80);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px; */
}
.home_news_box{
    display: none;
}
.news_list{
    width: 100%;
    height: auto;
}
.news_list ul{
    margin: 0 -1.5%;
}
.news_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 1.5%;
    border-radius: 10px;
    overflow: hidden;
}
.news_list ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.news_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}
.news_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 30px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: #fff;
}
.news_list ul li .text_box .time{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #555;
    line-height: 30px;
    margin-bottom: 15px;
}
.news_list ul li .text_box h3{
    width: 100%;
    height: 60px;
    font-size: 15pt;
    color: #000;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}
.news_list ul li .text_box .more{
    width: 100%;
    height: auto;
    font-size: 13pt;
    color: #555;
    line-height: 30px;
    margin-top: 25px;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #d5d5d5;
    padding-right: 40px;
    background: url("../images/mews_jt.png") no-repeat right center;
    background-size: 18px;
}

.news_list ul li:hover .pic_box img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.news_list ul li:hover .text_box .more{
    color: #ef642d;
    background: url("../images/mews_jt_hover.png") no-repeat right center;
    background-size: 18px;
}




.bolg_page_conter{
    width: 100%;
    height: auto;
}
.bolg_list{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.bolg_list ul{
    margin: 0 -1.5%;
}
.bolg_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    position: relative;

    /* background: #f1f2f7;
    border-radius: 10px;
    padding: 15px; */
    box-sizing: border-box;

    margin: 0 1.5%;
    margin-bottom: 1.5%;
}
.bolg_list ul li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}
.bolg_list ul li .pic_box{
    width: 100%;
    height: 300px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border: 8px solid #f1f2f7;
    box-sizing: border-box;
    border-radius: 12px;
}
.bolg_list ul li .pic_box .pic{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;

    transition: all .5s;
}

.bolg_list ul li .text_box{
    float: left;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    position: relative;
    padding: 25px 0;
    box-sizing: border-box;
}
.bolg_list ul li .text_box h3{
    width: 100%;
    height: auto;
  
    font-size: 20px;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;

    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */


    box-sizing: border-box;
    transition: all .3s;

    padding-left: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bolg_list ul li .time_box{
    float: left;
    width: auto;
    height: auto;

    font-size: 20px;
    color: #555;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
    position: relative;

    padding-left: 30px;
    box-sizing: border-box;
    background: url('../images/news_time_icon1.png') no-repeat  left 4px;
    background-size: 22px;
}

.bolg_list ul li:hover{
    transition: all .5s;
}
.bolg_list ul li:hover .text_box h3{
    color: #ef642d;
}
.bolg_list ul li:hover .pic_box .pic {
    transform: scale(1.06);
}


.bolg_turn_page{
    width: 100%;
    height: auto;
    padding: 40px 350px;
    margin-top: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.bolg_turn_page .bolg_link{
    max-width: 350px;
    width: auto;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;

    font-size: 14pt;
    color: #555;
    line-height: 26px;
    font-weight: 400;

    transition: all .3s;
}
.bolg_turn_page .bolg_link span{
    font-size: 13pt;
}
.bolg_turn_page .bolg_link_prev{
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: 30px;
    background: url('../images/bolg_prev.png') no-repeat left center;
    background-size: 20px;
}
.bolg_turn_page .bolg_link_prev:hover{
    color: #ef642d;
    background: url('../images/bolg_prev_hover.png') no-repeat left center;
    background-size: 20px;
}
.bolg_turn_page .bolg_link_next{
    position: absolute;
    top: 40px;
    right: 0;

    padding-right: 26px;
    background: url('../images/bolg_next.png') no-repeat right center;
    background-size: 20px;
}
.bolg_turn_page .bolg_link_next:hover{
    color: #ef642d;
    background: url('../images/bolg_next_hover.png') no-repeat right center;
    background-size: 20px;
}
.bolg_turn_page .bolg_link_back{
    display: inline-block;
    width: 160px;
    border: 2px solid #999;
    border-radius: 50px;
    text-align: center;
    padding: 8px 30px;

    background: url('../images/news_list_icon.png') no-repeat 40px center;
    background-size: 20px;
    padding-left: 60px;
}
.bolg_turn_page .bolg_link_back:hover{
    color: #ef642d;
    border: 2px solid #ef642d;
}

.bolg_table_box{
    width: 100%;
    height: auto;
    background: #f1f2f7;
    padding: 20px 30px;
    box-sizing: border-box;
    border: 1px solid #ef642d;
}
.bolg_table_box strong{
    display: inline-block;
    color: #ef642d !important;
    font-size: 22pt !important;
    margin-bottom: 15px;
}
.bolg_details_page_conter .bolg_table_box p a{
    color: #000;
}
.bolg_details_page_conter .bolg_table_box p a:hover{
    color: #ef642d;
}




/* project_pagination_center */
.project_pagination_center{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;

    font-size: 14pt;
    color: #6e6e6e;
}

.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
  
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB;
}

.pagination .active {
    pointer-events: none;
}

.pagination .active,.pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination li {margin:2px 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
.pagination li.active a,.pagination li a:hover {background:#ef642d;color:#fff;border:1px solid #ef642d;}






/* news_details_page */
.news_details_page{
    width: 100%;
    height: auto;
}
.news_details_box{
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 40px 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    border-top: 6px solid rgba(239, 100, 45, 0.80);
    background: #f1f2f7;
    border-radius: 15px;
}
.news_details_box .text_box {
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #555;
    line-height: 30px;
    text-align: justify;
}
.news_details_box .text_box p{
    padding: 15px 0;
    box-sizing: border-box;
}
.news_details_box .text_box p.tr{
    padding: 15px 0;
}
.news_details_box .text_box p strong {
    font-size: 15pt;
    font-weight: 600;
    color: #ef642d;
}

.view_article_student_page .news_details_box p img{
    display: block;
    width: 100%;
    height: auto;
}

/* sprint_plan_page */
/* .page_main_sprint_plan{
    padding-top: 75px;
    padding-bottom: 50px;
} */
.page_main_sprint_plan{
    padding-bottom: 0;
}
.sprint_plan_page{
    width: 100%;
    height: auto;
}
.sprint_plan_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.sprint_plan_box .page_section_con{
    position: relative;
    z-index: 1;
}
.sprint_plan_text_box{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #555;
    line-height: 36px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.sprint_plan_sec1_box{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    box-sizing: border-box;
    background: rgba(239, 100, 45, 1);
    overflow: hidden;
    position: relative;
}
.sprint_plan_sec1_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;

    background: url(../images/sprint_plan_sec1_banner.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.10;
}

.sprint_plan_sec1_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.sprint_plan_sec1_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-family: '斗鱼追光体';
}
.sprint_plan_sec1_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
    opacity: 0.8;
}
.sprint_plan_sec1_list{
    width: 100%;
    height: auto;
}
.sprint_plan_sec1_list ul{
    margin: 0 -6%;
}
.sprint_plan_sec1_list ul li{
    float: left;
    width: 38%;
    height: 250px;
    margin: 0 6%;
}
.sprint_plan_sec1_list ul li .title{
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
    padding-top: 10px;
    padding-bottom: 15px;
}
.sprint_plan_sec1_list ul li .title h3{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}
.sprint_plan_sec1_list ul li .title p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sprint_plan_sec1_list ul li .text{
    width: 100%;
    height: auto;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    text-align: justify;
}
.sprint_plan_sec1_list ul li:nth-child(4) .text{
    font-size: 16px;
    line-height: 26px;
}


.sprint_plan_sec2_box{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 110px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.sprint_plan_sec2_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.sprint_plan_sec2_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #ef642d;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-family: '斗鱼追光体';
}
.sprint_plan_sec2_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
    opacity: 0.8;
}
.sprint_plan_sec2_list{
    width: 100%;
    height: auto;
}
.sprint_plan_sec2_list ul {
    margin: 0 -2.5%;
}
.sprint_plan_sec2_list ul li{
    float: left;
    width: 28.333333%;
    height: 350px;
    margin: 0 2.5%;
    background: #ef642d;
    padding: 6px;
    /* padding-top: 10px; */
    box-sizing: border-box;
    border-radius: 10px;
}
.sprint_plan_sec2_list ul li .title{
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
}
.sprint_plan_sec2_list ul li .title h3{
    font-size: 20px;
    color: #ef642d;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.sprint_plan_sec2_list ul li .text{
    width: 100%;
    height: auto;
    padding: 20px 18px;
    box-sizing: border-box;
     font-size: 18px;
    color: #fff;
    line-height: 34px;
    text-align: justify;
}
.sprint_plan_sec2_list ul li:nth-child(3) .text{
    font-size: 16px;
    line-height: 30px;
}
.sprint_plan_sec2_list ul li:nth-child(3) .text p{
    margin-bottom: 15px;
}


.sprint_plan_sec3_box{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background: rgba(239, 100, 45, 1);
    overflow: hidden;
    position: relative;
}
.sprint_plan_sec3_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;

    background: url(../images/sprint_plan_sec3_banner.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.10;
}

.sprint_plan_sec3_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.sprint_plan_sec3_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-family: '斗鱼追光体';
}
.sprint_plan_sec3_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
    opacity: 0.8;
}
.sprint_plan_sec3_list{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.sprint_plan_sec3_list ul{
    margin: 0 -3%;
}
.sprint_plan_sec3_list ul li{
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3%;
    border: 3px solid rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
}
.sprint_plan_sec3_list ul li .title{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.sprint_plan_sec3_list ul li .title h3{
    font-size: 22px;
    color: #ef642d;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.sprint_plan_sec3_list ul li .text{
    width: 100%;
    height: auto;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    text-align: justify;
}
.sprint_plan_sec3_list ul li .pic{
    width: 100%;
    height: auto;
}
.sprint_plan_sec3_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.sprint_plan_sec4_box{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.sprint_plan_sec4_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.sprint_plan_sec4_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #ef642d;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-family: '斗鱼追光体';
}
.sprint_plan_sec4_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #c6c5c5;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
    opacity: 0.8;
}

.sprint_plan_sec4_list{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.sprint_plan_sec4_list ul{
    margin: 0 -3%;
}
.sprint_plan_sec4_list ul li{
    float: left;
    width: 44%;
    height: auto;
    margin: 0 3%;
    border: 3px solid rgba(239, 100, 45, 0.95);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    background: rgba(239, 100, 45, 0.02);
}
.sprint_plan_sec4_list ul li .title{
    width: 100%;
    height: auto;
    background: #ef642d;
    padding: 5px;
    box-sizing: border-box;
}
.sprint_plan_sec4_list ul li .title h3{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.sprint_plan_sec4_list ul li .text{
    width: 100%;
    height: auto;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #555;
    line-height: 34px;
    font-weight: 500;
    text-align: justify;
}
.sprint_plan_sec4_list ul li .pic{
    width: 100%;
    height: auto;
}
.sprint_plan_sec4_list ul li .pic img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.sprint_plan_sec5_box{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 35px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #ef642d;
}
.sprint_plan_sec5_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;

    background: url(../images/sprint_plan_sec5_banner.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.1;
}
.sprint_plan_sec5_box .title_box {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
}
.sprint_plan_sec5_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-family: '斗鱼追光体';
}
.sprint_plan_sec5_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: '斗鱼追光体';
    opacity: 0.8;
}
.sprint_plan_sec5_list{
    width: 100%;
    height: 550px;
}
.sprint_plan_sec5_list ul li{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
}
 .sprint_plan_sec5_list ul li.sprint_plan_sec5_list_item{
        display: none;
}
.sprint_plan_sec5_list .item_box{
    /* white-space: nowrap; */
    display: inline-block;
    width: 330px;
    height: 100px;
    padding: 25px;
    padding-top: 23px;
    box-sizing: border-box;
    background:  url('../images/sprint_plan_sec5_icon6.png') no-repeat left center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #ef642d;
    line-height: 40px;
    font-weight: 600;
    padding-left: 95px;
    padding-right: 30px;
    border-radius: 10px;
    letter-spacing: 1px;
    /* margin: 15px; */
    position: relative;
}
.sprint_plan_sec5_list .item_box::after{
    content: " ";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 13px;
    left: 22px;
    background:  url('../images/sprint_plan_sec5_icon2.png') no-repeat center center;
    background-size: 40px;
}
/* .sprint_plan_sec5_list ul li:nth-child(1) .item_box:nth-child(1){
    margin-top: 70px;
}
.sprint_plan_sec5_list ul li:nth-child(1) .item_box:nth-child(3){
    margin-top: 120px;
}
.sprint_plan_sec5_list ul li:nth-child(2) .item_box:nth-child(1){
    margin-left: 20%;
}
.sprint_plan_sec5_list ul li:nth-child(2) .item_box:nth-child(2){
    margin-left: -10%;
    margin-top: 80px;
} */

/* .sprint_plan_sec5_list ul li:nth-child(1) .item_box:nth-child(1){
    top: 50px;
}
.sprint_plan_sec5_list ul li:nth-child(1) .item_box:nth-child(3){
    top: 90px;
} */


.sprint_plan_sec5_link{
    display: block;
    width: 320px;
    height: auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 26px;
    color: #ef642d;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.sprint_plan_sec6_box{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    position: relative;
}
.sprint_plan_sec6_box::after{
    content: " ";
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sprint_plan_sec6{
    width: 100%;
    height: 160px;
    padding-left: 300px;
    padding-right: 260px;
    box-sizing: border-box;
    position: relative;
}
.sprint_plan_sec6 .left{
    width: 300px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}
.sprint_plan_sec6 .left::after{
    content: " ";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: 150px;
    background: url('../images/sprint_plan_contact_icon1.png') no-repeat center center;
    background-size: 70px;
}
.sprint_plan_sec6 .left h3{
    font-size: 50px;
    color: #ccc;
    line-height: 70px;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: '斗鱼追光体';
    padding-top: 25px;
    box-sizing: border-box;
}
.sprint_plan_sec6 .right{
    width: 240px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(239, 100, 45, 0.38);
    box-sizing: border-box;
}
.sprint_plan_sec6 .right .copy_pic{
    float: right;
    width: 160px;
    height: 160px;
}
.sprint_plan_sec6 .right .copy_pic img{
    display: block;
    width: 170px;
    height: 170px;
}
.sprint_plan_sec6 .conter{
    width: 100%;
    height: 160px;
    padding: 20px;
    padding-top: 35px;
    box-sizing: border-box;
    position: relative;
}
/* .sprint_plan_sec6 .conter::after{
    content: " ";
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: url('../images/sprint_plan_sec5_icon4.png') no-repeat center center;
    background-size: 80px;
} */
.sprint_plan_sec6 .conter h3{
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #999;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    margin-top: 15px;
}
.sprint_plan_sec6 .conter h3 span{
    font-size: 46px;
    color: #ef642d;
}
.sprint_plan_sec6 .conter p{
    font-size: 22px;
    color: #999;
    line-height: 30px;
    font-weight:500;
}
.sprint_plan_sec6 .conter p span{
    color: #ef642d;
}


.sprint_plan_section_box{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.sprint_plan_section_box .section_item_box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.sprint_plan_pic_box{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.sprint_plan_pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.sprint_plan_pic_box .title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
    padding: 50px;
    border-radius: 10px;
    z-index: 1;
    padding-bottom: 100px;
}
.sprint_plan_pic_box .title_box h3 {
    font-size: 24pt;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}
.sprint_plan_pic_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 15pt;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.sprint_plan_pic_box .title_box .text span{
    margin: 0 20px;
}


.sprint_plan_section_box .text_box {
    width: 90%;
    height: auto;
    position: relative;
    left: 5%;
    top: -80px;
    z-index: 1;
}
.sprint_plan_section_box .text_box .text{
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.93);
    padding: 50px 90px;
    box-sizing: border-box;
    font-size: 14pt;
    color: #555;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.sprint_plan_section_box .text_box::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(239, 100, 45, 0.95);
    border: 2px solid #ef642d;
    box-sizing: border-box;
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 10px;
}
.sprint_plan_section_box .text_box p{
    padding: 10px 0;
    box-sizing: border-box;
}
.sprint_plan_section_box .text_box p strong{
    font-size: 15pt;
    font-weight: 600;
    color: #ef642d;
}
.sprint_plan_section_box .text_box p span{
    font-weight: 600;
    color: #ef642d;
}
.sprint_plan_section_box .text_box p.tr{
    padding: 15px 0;
}




/* teachers_page */
.teachers_page{
    width: 100%;
    height: auto;
}
.teachers_page .page_title_box{
    margin-bottom: 30px;
}
.teachers_page .home_teachers_box .teachers_list{
    margin-bottom: 60px;
}

.teachers_page .home_teachers_box .teachers_list ul li .text_box{
    height: 190px;
}
.teachers_page .home_teachers_box .teachers_list ul li .text_box .text{
    display: block;
}
.teachers_page .home_teachers_text{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}


.teachers_page .home_teachers_box .pic_box{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.teachers_page .home_teachers_box .teachers_pic_box::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(239, 100, 45, 0.95);
    border: 2px solid #ef642d;
    box-sizing: border-box;
    position: absolute;
    top: 18px;
    left: 18px;
    border-radius: 10px;
}

.teachers_page .home_teachers_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.teachers_page .home_teachers_box .pic_box .title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.38);
    padding: 50px;
    border-radius: 10px;
    z-index: 1;
}
.teachers_page .home_teachers_box .pic_box .title_box h3 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
}
.teachers_page .home_teachers_box .pic_box .title_box .text {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
.teachers_page .home_teachers_box .pic_box .title_box .text span{
    margin: 0 20px;
}

.teachers_page .teachers_text_box{
    width: 100%;
    height: auto;
    /* padding: 0 100px; */
    padding-bottom: 50px;
    box-sizing: border-box;
    /* background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    border-top: 6px solid rgba(239, 100, 45, 0.80); */
}
.teachers_page .teachers_text_box .text{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    text-align: justify;
}
.teachers_page .teachers_text_box .text p{
    padding: 5px 0;
    box-sizing: border-box;
}
.teachers_page .teachers_text_box .text p strong{
   
    font-weight: 600;
    color: #ef642d;
}
.teachers_page .teachers_text_box .text p span{
    font-weight: 600;
    color: #ef642d;
}
.teachers_page .teachers_text_box .text p.tr{
    padding: 10px 0;
}


/* classes_type_page */
.classes_type_page{
    width: 100%;
    height: auto;
}
.classes_type_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.classes_type_sec1{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.classes_type_sec1_list{
    width: 100%;
    height: auto;
}
/* .classes_type_sec1_list ul{
    margin: 0 -2.5%;
} */
.classes_type_sec1_list ul li{
    float: left;
    width: 50%;
    height: 450px;
    margin-left: 25%;
    background: url('../images/classes_type_bj_pic2.png') left top;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    padding-top: 10px;
    box-sizing: border-box;
}
.classes_type_sec1_list ul li .pic_box{
    float: left;
    width: 100%;
    height: auto;
}
.classes_type_sec1_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.classes_type_sec1_list ul li .text_box{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.classes_type_sec1_list ul li .text_box h3{
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.classes_type_sec1_list ul li .text_box p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
.classes_type_sec1_list ul li:nth-child(2) .pic_box{
    float: right;
}


.classes_type_sec2{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.classes_type_sec2 h2{
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #ef642d;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-family: '斗鱼追光体';
}
.classes_type_sec2_list{
    width: 100%;
    height: auto;
}
.classes_type_sec2_list ul li{
    float: left;
    width: 25%;
    height: 250px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.classes_type_sec2_list ul li:nth-child(1){
    width: 22%;
}
.classes_type_sec2_list ul li:nth-child(2){
    width: 28%;
}
.classes_type_sec2_list ul li h3{
    display: inline-block;
    width: auto;
    /* min-width: 200px; */
    height: auto;
    padding: 10px 35px;
    box-sizing: border-box;
    background: #ef642d;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
    /* padding-top: 20px; */
    position: relative;
}
.classes_type_sec2_list ul li:nth-child(2) h3{
    padding: 10px 25px;
}
.classes_type_sec2_list ul li h3 img{
    float: left;
    width: 24px;
    height: auto;
    margin-top: 2px;
    margin-right: 5px;
}
.classes_type_sec2_list ul li h3 span{
    float: left;
    width: auto;
    height: auto;
}
.classes_type_sec2_list ul li .text{
    width: 100%;
    height: auto;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #555;
    line-height: 30px;
    text-align: center;
}
.classes_type_sec2_list ul li .text p{
    padding: 6px 0;
    box-sizing: border-box;
}
.classes_type_sec3{
    width: 100%;
    height: auto;
}
.classes_type_sec3 .item_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.classes_type_sec3 .item_box .title_box{
    width: 100%;
    height: auto;
}
.classes_type_sec3 .item_box .title_box h3{
    width: 250px;
    height: 50px;
    padding: 10px 35px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #ef642d;
    position: relative;
}
.classes_type_sec3 .item_box .title_box h3::after{
    content: " ";
    width: 50px;
    height: 50px;
    background: #ef642d;
    position: absolute;
    top: 0;
    right: -25px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.classes_type_sec3 .item_box .text_box{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #555;
    line-height: 34px;
    text-align: justify;

    padding: 30px 35px;
    box-sizing: border-box;
    background: #f1f2f7;
}
.classes_type_sec3 .item_box .text_box p{
    padding: 5px 0;
    box-sizing: border-box;
}
.classes_type_sec3 .item_box .text_box p strong{
    color: #ef642d;
    font-weight: 600;
}
.classes_type_sec3 .item_box3 .text_box p.t strong{
    background: #ef642d;
    color: #fff;
    padding: 5px 15px;
    /* border-radius: 5px; */
}

.classes_type_sec4{
    width: 100%;
    height: auto;
}
.classes_type_sec4 .text_box{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #ef642d;
    line-height: 34px;
    text-align: center;
}
.classes_type_sec4 .text_box p span{
    margin-right: 15px;
}

.classes_type_sec3 .table_box{
    width: 100%;
    height: auto;
    /* padding: 0 50px;
    box-sizing: border-box; */
}
.classes_type_sec3 .table_box table{
    width: 900px;
    height: auto;
    table-layout:fixed;
    margin-bottom: 20px;
}
.classes_type_sec3 .table_box thead{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    background: #ef642d;
}
.classes_type_sec3 .table_box tbody{
    width: 100%;
    height: auto;
}
.classes_type_sec3 .table_box table tr{
    width: 100%;
    height: auto;
}
.classes_type_sec3 .table_box thead tr th{
    width: auto;
    height: auto;
    padding: 12px 2px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    white-space: normal;
    word-break: break-word;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
}
.classes_type_sec3 .table_box tbody tr td{
    width: auto;
    height: auto;
    padding: 8px 5px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    background: #fff;
}
.classes_type_sec3 .table_box tbody tr.tr1 td{
    padding: 15px 5px;
} 
.classes_type_sec3 .table_box tbody .tr {
    height: 10px;
} 
.classes_type_sec3 .table_box tbody tr .td_bj{
    background: #fac7b3;
    font-size: 18px;
    color: #000;
}
.classes_type_sec3 .text_box p{
    color: #000;
}
.classes_type_sec3 .table_box tr .h{
    position: relative;
}
.classes_type_sec3 .table_box tr .h::after{
    content: " ";
    width: 203px;
    height: 1px;
    background: rgba(255, 255, 255, 0.58);
    position: absolute;
    top: 24px;
    left: -2px;
    transform: rotate(14deg);
}





/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
}
.contact_box{
    width: 100%;
    height: auto;
}
.contact_page_conter{
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.contact_page_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 40px;
    box-sizing: border-box;
}
.contact_page_conter .left_box .pic_box{
    display: block;
    width: 100%;
    height: auto;
}
.contact_page_conter .left_box .pic_box img{
    display: block;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.contact_page_conter .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 30px;
    padding-top: 10px;
    box-sizing: border-box;
}


.contact_page_conter .right_box h2{
    font-size: 26px;
    color: #ef642d;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}
.contact_page_conter .right_box h3{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    margin-top: 5px;
    letter-spacing: 1px;
}
.contact_page_conter .right_box .text_box{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: justify;
    margin-top: 40px;
}
.contact_page_conter .right_box .text_box p{
    float: left;
    width: auto;
    height: auto;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.contact_page_conter .right_box .text_box p:nth-child(1) {
    margin-right: 10px;
}
.contact_page_conter .right_box .text_box p:nth-child(2) {
    margin-right: 10px;
}
.contact_page_conter .right_box .text_box p a{
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    color: #ef642d;
    line-height: 30px;
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../images/map_icon.png') no-repeat left center;
    background-size: 20px;
}
.contact_page_conter .right_box .text_box p a:hover{
    color: #ef642d;
}

.contact_code{
    width: 100%;
    height: auto;
    margin-top: 40px;
    /* padding-left: 30px;
    box-sizing: border-box; */
}
.contact_code .item{
    float: left;
    width: 180px;
    height: auto;
    margin-right: 40px;
}
.contact_code .item img{
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
    border: 2px solid rgba(239, 100, 45, 0.50);
    box-sizing: border-box;
}
.contact_code .item p{
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}


.gotop{
    width: 50px;
    height: 50px;
    background: url('../images/page_up_icon.png') no-repeat center center;
    background-size: 50px;
    position: fixed;
    top: 460px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
    display: none;
}




@media screen and (max-width: 1680px){
    .page_section_con{
        max-width: 1230px;
    }
    .page_subNav .subNav_box ul li a{
        font-size: 16px;
    }

    .page_title_box .title{
        font-size: 38px;
    }
    .page_title_box .text{
        font-size: 20px;
    }
}


@media screen and (max-width: 1240px){
    .page_section_con{
        width: 1230px;
    }
}


@media screen and (max-width: 768px){
    .gotop{
        display: none !important;
        opacity: 0;
    }
    .home_header_con .right .nav{
        display: none;
    }
    .page_section_banner{
        height: 220px;
        padding-top: 70px;
    }

    .page_section_banner .page_con_banner{
        width: 830px;
        height: 220px;
        margin-left: -415px;
    }
    .page_banner_text .yuan_box{
        width: 110px;
        height: 110px;
    }
    .page_banner_text{
        min-height: 110px;
    }
    .page_banner_text .text_box .title{
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .page_banner_text .text_box .text{
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .page_banner_text .text_box {
        min-height: 110px;
        padding-top: 30px;
        padding-left: 20px;
    }
    .page_banner_text .yuan_box img {
        width: 35px;
        height: 35px;
        right: -35px;
        bottom: -10px;
        opacity: 0.85;
    }
    .page_subNav .subNav_box{
        padding: 10px 5px;
    }
    .page_subNav .subNav_box ul li{
        padding: 0;
        margin: 0 2px;
    }
    .page_subNav .subNav_box ul li a{
        font-size: 14px;
        line-height: 24px;
        padding: 3px;
    }
    .page_main{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .page_main_about{
        padding-top: 80px;
    }
    .page_section_con{
        width: 100%;
    }
    .page_title_box{
        margin-bottom: 35px;
    }
    .page_title_box .title{
        font-size: 24px;
        line-height: 40px;
    }
    .page_title_box .text{
        font-size: 13px;
        line-height: 18px;
    }
    .page_section_banner .page_con_banner::before{
        width: 400px;
        height: 50px;
    }
    .page_section_banner::after{
        height: 180px;
    }
    .page_section_banner_about{
        height: 250px;
    }
    .page_section_banner_about .page_con_banner {
        width: 1000px;
        height: 250px;
        margin-left: -500px;
    }

    .school_introduction_sec1 .left_box{
        width: 100%;
        padding-right: 0;
    }
    .school_introduction_sec1 .right_box{
        width: 100%;
        float: right;
        padding-bottom: 40px;
    }
    .school_introduction_sec1 .text_box{
        font-size: 14px;
        line-height: 22px;
    }
    .school_introduction_sec1 .right_box .video_box{
        width: 96%;
        margin: 0 auto;
    }
    .school_introduction_sec1 .right_box .video_box::after{
        top: 8px;
        left: 8px;
    }
    .campus_environment_item_box ul{
        margin: -5px;
    }
    .campus_environment_item_box ul li{
        width: 50%;
        padding: 3px;
    }
    .school_introduction_sec2 .text_box{
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0;
    }
    .school_introduction_sec2{
        padding: 60px 0;
    }
    .school_introduction_sec2::after {
        width: 130px;
        height: 200px;
        position: absolute;
        bottom: 0px;
        right: -2%;
    }
    .school_introduction_sec2 .title_box{
        width: 280px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 36px;
    }
    .school_introduction_sec3{
        padding: 60px 0;
        padding-bottom: 0;
    }
    .school_introduction_sec3 .title_box{
        margin-bottom: 40px;
    }
    .school_introduction_sec3 .title_box h3,.campus_environment_item_box .title_box h3{
         font-size: 24px;
        line-height: 40px;
    }
    .school_introduction_sec3 .text,.campus_environment_item_box .title_box .text{
        font-size: 13px;
        line-height: 20px;
    }
    .school_introduction_sec3 .text_box{
        font-size: 14px;
        line-height: 22px;
    }
    .school_introduction_sec3 .campus_environment_item_box{
        padding-top: 10px;
    }
    .school_introduction_sec3 .campus_environment_item_box ul li{
        width: 100%;
    }
    .school_introduction_sec1 .campus_environment_item_box ul li:nth-child(1){
        width: 100%;
    }
    .campus_environment_item_box .text_box{
        padding-bottom: 25px;
    }
    .campus_environment_item_box .text_box .text{
         font-size: 14px;
        line-height: 22px;
    }
    .campus_environment_item_box{
        padding: 35px 0;
    }
    .campus_environment_item_box .title_box{
        margin-bottom: 35px;
    }
    .campus_environment_item_box_ss ul li:nth-child(1){
        width: 100%;
    }
    .campus_environment_item_box_st ul li:nth-child(1){
        width: 100%;
    }
    /* .campus_environment_item_box ul li{
        width: 100%;
    } */
      .campus_environment_item_box1 ul li:nth-child(1){
        width: 100%;
     }
      .campus_environment_item_box1 ul li:nth-child(6){
        display: none;
     }
       .campus_environment_item_box1 ul li:nth-child(7){
        width: 100%;
     }
      .campus_environment_item_box1 ul li:nth-child(10){
        display: none;
     }
     .campus_environment_item_box2 ul li:nth-child(2){
        width: 100%;
     }
    .campus_environment_item_box3 ul li:nth-child(2){
        width: 100%;
     }
    .campus_environment_item_box4 ul li:nth-child(2){
        width: 100%;
        padding: 3px 0;
     }
     .campus_environment_item_box4 ul li:nth-child(2) .pic{
        width: 50%;
        float: left;
        padding: 0 3px;
        box-sizing: border-box;
     }
    .campus_environment_item_box4 ul li:nth-child(3){
        display: none;
     }
    
     .campus_environment_item_box_ss ul li:nth-child(2) .pic:first-child,.campus_environment_item_box_st ul li:nth-child(2) .pic:first-child{
        margin-bottom: 6px;
     }
      .campus_environment_item_box4 ul li:nth-child(2) .pic:first-child{
        margin-bottom: 0;
     }
     .campus_environment_item_box3 ul li:nth-child(4){
        display: none;
    }
     .campus_environment_item_box3 ul li:nth-child(5){
        display: none;
    }

    .campus_environment_item_box5 ul li:nth-child(2){
        width: 100%;
     }
     .campus_environment_item_box6 ul li:nth-child(5){
        width: 100%;
     }
     .campus_environment_item_box6 ul li:nth-child(6){
        width: 100%;
     }


    .campus_environment_item_box_st ul li:nth-child(3){
        width: 100%;
    }
    .campus_environment_item_box_st ul li:nth-child(4){
        width: 100%;
    }
    .campus_environment_item_box_st ul li:nth-child(5){
        width: 100%;
    }
    .campus_environment_item_box_st ul li:nth-child(6){
        width: 100%;
    }


    .school_honor_box .text_list{
        padding: 0;
    }
    .school_honor_box .text_list ul {
        margin: 0 -3%;
    }
    .school_honor_box .text_list ul li{
        width: 44%;
        margin: 0 3%;
    }
    .school_honor_box .text_list ul li:nth-child(1){
          width: 44%;
    }
     .school_honor_box .text_list ul li:nth-child(2){
          width: 44%;
        padding-right: 0;
    }
    .school_honor_box .text_list ul li p{
        width: 170px;
        height: 75px;
        font-size: 13px;
        line-height: 22px;
        margin: 3px auto;
    }
    .school_honor_box .text_list ul li p::before,.school_honor_box .text_list ul li p::after{
        width: 26px;
        height: 80px;
    }
    .school_honor_box .text_list ul li:nth-child(1){
        padding-left: 0;
    }
    .school_honor_box .text_list ul li:nth-child(1) p{
        line-height: 18px;
    }
    .school_honor_list ul{
        margin: 0 -1.5%;
    }
    .school_honor_list ul li{
        width: 47%;
        margin: 1.5%;
        padding: 4px;
    }
    .school_honor_box .text_list ul li:nth-child(5){
        width: 94%;
    }
    .school_honor_box .text_list ul li:nth-child(5) p{
        width: 200px;
    }

    .contact_page_conter{
        padding-top: 0;
    }
    .contact_page_conter .left_box{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .contact_page_conter .left_box .pic_box img{
        height: auto;
    }
    .contact_page_conter .right_box{
        width: 100%;
        padding-left: 0;
    }
    .contact_page_conter .right_box .text_box{
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .contact_page_conter .right_box h3{
         font-size: 14px;
        line-height: 22px;
    }
    .contact_page_conter .right_box h2{
        font-size: 20px;
        letter-spacing: 0;
    }
    .contact_code{
        text-align: center;
        margin-top: 30px;
    }
    .contact_code .item{
        float: inherit;
        display: inline-block;
        width: 150px;
        margin-right: inherit;
        margin: 0 8px;
    }
    .contact_code .item img{
        width: 100%;
    }
    .contact_code .item p{
        font-size: 14px;
    }

    .course_system_list ul .item_box{
        width: 99%;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .course_system_list ul .item_box::after{
        width: 100%;
        right: -4px;
        bottom: -4px;
    }
    .course_system_list ul .item_box .text_box{
        min-height: auto;
        padding: 20px 20px;
    }
    .course_system_list ul .item_box .text_box h3{
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .course_system_list ul .item_box .text_box .text{
        font-size: 14px;
        line-height: 22px;
    }
    .course_system_list ul .item_box .text_box .text p strong{
        font-size: 14px;
        font-weight: 500;
    }
    .course_system_list ul .item_box .text_box .text p span{
         font-weight: 500;
    }
    .course_system_list ul .item_box .text_box .text p{
        padding: 5px 0;
    }
    .course_system_list ul .item_box .pic_box{
        position: relative;
        width: 100%;
        height: 200px;
        margin-bottom: -20px;
        z-index: 1;
    }

    .parent_questions_box{
        display: initial;
    }
    .parent_questions_list{
        width: 100%;
        padding-left: 0;
    }
    .parent_questions_box_active .parent_questions_list{
        padding-left: 0;
    }
    .parent_questions_box_active .parent_questions_nav{
        position: relative;
        top: 0;
    }
    .parent_questions_list ul .item_box .text_box .text{
        font-size: 14px;
        line-height: 22px;
    }
    .parent_questions_list ul .item_box .text_box .text p strong{
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    .parent_questions_list ul .item_box .text_box .text p{
        padding-left: 32px;
    }
    .parent_questions_list ul .item_box .text_box .text p strong::after{
        width: 22px;
        height: 22px;
        left: -32px;
        top: 3px;
    }
    .parent_questions_nav{
        width: 99%;
        margin-bottom: 35px;
    }
    .parent_questions_nav ul li{
        width: 33.333333%;
        height: 60px;
        padding: 5px 15px;
        /* padding-right: 5px; */
        border: 1px solid rgba(239, 100, 45, 0.38);

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .parent_questions_nav::after{
        top: 6px;
        right: -6px;
    }
    .parent_questions_nav ul li .text_box h3{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
    

    .teachers_page .teachers_text_box .text{
        font-size: 14px;
        line-height: 22px;
    }
    .teachers_page .teachers_text_box .text p{
        padding: 3px 0;
    }
    .teachers_page .home_teachers_box .teachers_list{
        margin-bottom: 40px;
    }



    .teaching_management_box{
        display: initial;
    }
    .teaching_management_list{
        width: 100%;
        padding-left: 0;
    }
    .teaching_management_box_active .teaching_management_list{
        padding-left: 0;
    }
    .teaching_management_box_active .teaching_management_nav{
        position: relative;
        top: 0;
    }
   
    .teaching_management_nav{
        width: 99%;
        margin-bottom: 40px;
    }
    .teaching_management_nav ul li{
        width: 33.333333%;
        height: 60px;
        padding: 5px 2px;
        border: 1px solid rgba(239, 100, 45, 0.38);

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .teaching_management_nav ul li:nth-child(7){
        width: 66.666666%;
    }
    .teaching_management_nav ul li:nth-child(7) .text_box h3 br{
        display: none;
    }
    .teaching_management_nav::after{
        top: 6px;
        right: -6px;
    }
    .teaching_management_nav ul li .text_box h3{
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
    .teaching_management_list ul .item_box .teaching_section_box{
        padding: 15px 20px;
    }
    .teaching_section_box .text_box{
        font-size: 14px;
        line-height: 22px;
    }
    .teaching_section_box .text_box p{
        padding: 3px 0;
    }
    .teaching_section_box .text_box p strong{
        font-size: 14px;
    }
    .teaching_management_list ul .item_box{
        margin-bottom: 50px;
    }
    .teaching_management_list ul .item_box .title_box h3 {
        width: 170px;
        height: 46px;
        padding: 8px 20px;
        padding-right: 15px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .teaching_management_list ul .item_box:nth-child(1) .title_box h3{
        width: 190px;
    }
    .teaching_management_list ul .item_box:nth-child(2) .title_box h3{
        width: 200px;
    }
    .teaching_management_list ul .item_box:nth-child(7) .title_box h3{
        width: 230px;
    }
    .teaching_management_list ul .item_box:nth-child(8) .title_box h3{
        width: 140px;
    }
    .teaching_management_list ul .item_box .title_box h3::after{
        width: 46px;
        height: 46px;
        right: -23px;
    }
    .teachers_page .teachers_text_box{
        padding-bottom: 10px;
    }
    .results_page .teaching_management_nav ul li{
        width: 50%;
    }
    .results_page .teaching_management_nav ul li .text_box h3{
        font-size: 15px;
    }
    .classes_type_sec1{
        margin-bottom: 0;
    }
    .classes_type_sec1_list ul li{
        width: 96%;
        height: auto;
        padding: 15px;
        padding-top: 10px;
        margin-bottom: 20px;
        margin-left: 2%;
    }
    .classes_type_sec1_list ul li .text_box h3{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .classes_type_sec1_list ul li .text_box p{
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .classes_type_sec1_list ul li .text_box{
        padding: 15px 0;
        padding-bottom: 20px;
    }

    .classes_type_sec2 h2{
        width: 330px;
        font-size: 22px;
        line-height: 36px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .classes_type_sec2{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .classes_type_sec2_list ul {
        margin: 0 -2%;
    }
    .classes_type_sec2_list ul li,.classes_type_sec2_list ul li:nth-child(1),.classes_type_sec2_list ul li:nth-child(2){
        width: 46%;
        height: 210px;
        margin: 0 2%;
        padding: 0;
    }
    .classes_type_sec2_list ul li:nth-child(3),.classes_type_sec2_list ul li:nth-child(4){
        height: 180px;
    }
    .classes_type_sec2_list ul li h3{
        font-size: 13px;
        display: block;
    }
    .classes_type_sec2_list ul li .text{
        font-size: 13px;
        line-height: 18px;
    }
    .classes_type_sec2_list ul li .text p br{
        display: none;
    }
    .classes_type_sec2_list ul li h3{
        width: 115px;
        padding: 5px 5px;
        margin-bottom: 5px;
    }
    .classes_type_sec2_list ul li h3 img{
        display: none;
    }
    .classes_type_sec2_list ul li h3 span{
        float: inherit;
    }
    .classes_type_sec2_list ul li:nth-child(2) h3{
        padding: 5px 5px;
    }
    .classes_type_sec3 .item_box .text_box{
        font-size: 14px;
        line-height: 22px;
        padding: 15px 20px;
    }
    .classes_type_sec3 .item_box .text_box p{
        padding: 3px 0;
    }
    .classes_type_sec3 .item_box .title_box h3{
        width: 160px;
        height: 46px;
        padding: 8px 20px;
        padding-right: 5px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .classes_type_sec3 .item_box .title_box h3::after{
        width: 46px;
        height: 46px;
        right: -23px;
    }
    .classes_type_sec3 .table_box table{
        width: 100%;
        margin-bottom: 10px;
    }

    .classes_type_sec3 .table_box tbody tr td{
        font-size: 11px;
        line-height: 15px;
        padding: 6px 1px;
    }
    .classes_type_sec3 .table_box tbody tr.tr1 td{
        padding: 10px 4px;
    }
    .classes_type_sec3 .table_box tbody tr .td_bj{
        font-size: 11px;
    }
    .classes_type_sec3 .table_box thead tr th{
        font-size: 11px;
        line-height: 18px;
        padding: 8px 2px;
    }
    .classes_type_sec3 .table_box tbody .tr{
        height: 5px;
    }
    .classes_type_sec3 .table_box tr .h::after {
        width: 88px;
        top: 30px;
        left: -10px;
        transform: rotate(37deg);
    }
    .classes_type_sec3 .item_box{
        margin-bottom: 20px;
    }
    .classes_type_sec4 .text_box{
        font-size: 16px;
        line-height: 28px;
    }
    .classes_type_sec4 .text_box p span{
        display: block;
        margin-right: 0;
    }
    .classes_type_sec3 .item_box .text_box p.t{
        margin-top: 5px;
    }

    .teaching_management_list ul .item_box:last-child{
        margin-bottom: 10px;
    }
    .results_page .teaching_management_list ul .item_box .title_box h3{
        width: 130px;
    }
    .bolg_list ul li{
        width: 97%;
        margin-bottom: 30px;
    }
    .bolg_list ul li .pic_box{
        height: 240px;
    }
    .bolg_list ul li .text_box{
        height: 100px;
        padding: 15px 0;
        padding-top: 20px;
    }
    .bolg_list ul li .text_box h3{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .bolg_list ul li .time_box{
        font-size: 14px;
        line-height: 20px;
        padding-left: 24px;
        background: url(../images/news_time_icon1.png) no-repeat left 4px;
        background-size: 16px;
    }

    .sprint_plan_text_box{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .sprint_plan_sec1_box{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .sprint_plan_sec1_box .title_box h3{
        font-size: 24px;
        line-height: 40px;
    }
    .sprint_plan_sec1_box .title_box .text {
        font-size: 14px;
        line-height: 20px;
    }
    .sprint_plan_sec1_box .title_box{
        margin-bottom: 40px;
    }
    .sprint_plan_sec1_list ul li{
        width: 88%;
        height: auto;
        margin-bottom: 20px;
    }
    .sprint_plan_sec1_list ul li .title h3{
        font-size: 16px;
        line-height: 30px;
    }
    .sprint_plan_sec1_list ul li .title p{
        font-size: 13px;
        line-height: 24px;
        font-weight: normal;
    }
    .sprint_plan_sec1_list ul li .text{
        font-size: 14px;
        line-height: 22px;
        padding: 15px 0;
    }
    .sprint_plan_sec1_list ul li .title{
        border-bottom: 1px solid rgba(255, 255, 255, 0.65);
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .sprint_plan_sec1_list ul li:nth-child(4) .text{
        font-size: 14px;
        line-height: 22px;
    }
    .sprint_plan_sec2_box{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .sprint_plan_sec2_box .title_box{
        margin-bottom: 40px;
    }
    .sprint_plan_sec2_box .title_box h3{
        font-size: 22px;
        line-height: 40px;
    }
    .sprint_plan_sec2_box .title_box .text {
        font-size: 13px;
        line-height: 20px;
    }
    .sprint_plan_sec2_list ul li{
        width: 95%;
        height: auto;
        padding: 4px;
        margin-bottom: 25px;
    }
    .sprint_plan_sec2_list ul li .text{
        font-size: 14px;
        line-height: 22px;
        min-height: 150px;
    }
    .sprint_plan_sec2_list ul li .title{
        padding: 3px 0;
    }
    .sprint_plan_sec2_list ul li .title h3{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .sprint_plan_sec2_list ul li:nth-child(3) .text{
        font-size: 14px;
        line-height: 22px;
    }

    .sprint_plan_sec3_box{
        padding-top: 60px;
        padding-bottom: 40px;
    }
     .sprint_plan_sec3_box .title_box{
        margin-bottom: 40px;
    }
    .sprint_plan_sec3_box .title_box h3{
        font-size: 24px;
        line-height: 40px;
    }
    .sprint_plan_sec3_box .title_box .text {
        font-size: 13px;
        line-height: 20px;
    }
    .sprint_plan_sec3_list ul li{
        width: 94%;
        padding: 15px;
        margin-bottom: 25px;
        border: 2px solid rgba(255, 255, 255, 0.95);
    }
    .sprint_plan_sec3_list ul li .text{
        font-size: 14px;
        line-height: 22px;
        padding: 20px 0;
    }
    .sprint_plan_sec3_list ul li .title{
        padding: 3px;
    }
    .sprint_plan_sec3_list ul li .title h3{
        font-size: 16px;
        letter-spacing: 1px;
    }

    .sprint_plan_sec4_box{
        padding-top: 60px;
        padding-bottom: 40px;
    }
     .sprint_plan_sec4_box .title_box{
        margin-bottom: 40px;
    }
    .sprint_plan_sec4_box .title_box h3{
        font-size: 24px;
        line-height: 40px;
    }
    .sprint_plan_sec4_box .title_box .text {
        font-size: 13px;
        line-height: 20px;
    }
    .sprint_plan_sec4_list ul li{
        width: 94%;
        padding: 15px;
        margin-bottom: 25px;
        border: 2px solid rgba(239, 100, 45, 0.95);
    }
    .sprint_plan_sec4_list ul li .text{
        font-size: 14px;
        line-height: 22px;
        padding: 20px 0;
    }
    .sprint_plan_sec4_list ul li .title{
        padding: 3px;
    }
    .sprint_plan_sec4_list ul li .title h3{
        font-size: 16px;
        letter-spacing: 1px;
    }


    .sprint_plan_sec5_box{
        padding-top: 60px;
        padding-bottom: 25px;
    }
     .sprint_plan_sec5_box .title_box{
        margin-bottom: 40px;
    }
    .sprint_plan_sec5_box .title_box h3{
        font-size: 24px;
        line-height: 40px;
    }
    .sprint_plan_sec5_box .title_box .text {
        font-size: 13px;
        line-height: 20px;
    }
     .sprint_plan_sec5_list ul li.tagcloud{
        display: none;
    }
     .sprint_plan_sec5_list ul li.sprint_plan_sec5_list_item{
        display: block;
    }
    .sprint_plan_sec5_list .item_box{
        float: left;
        width: 33.333333%;
        height: 70px;
        padding: 10px 10px;
        padding-left: 30px;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        letter-spacing: 0;
    }
    .sprint_plan_sec5_list .item_box::after{
        width: 30px;
        height: 30px;
        top: 10px;
        left: 3px;
        background: url(../images/sprint_plan_sec5_icon2.png) no-repeat center center;
        background-size: 18px;
    }
    .sprint_plan_sec5_list{
        height: auto;
        margin-bottom: 40px;
    }
    .sprint_plan_sec5_link {
        width: 160px;
        padding: 8px;
        font-size: 18px;
    }
    .sprint_plan_sec6_box::after{
        top: -20px;
    }

    .sprint_plan_sec6_box{
        padding-top: 40px;
        padding-bottom: 0;
    }
    .sprint_plan_sec6{
        height: 110px;
        padding-left: 140px;
        padding-right: 0;
    }
    .sprint_plan_sec6 .right{
        display: none;
    }
    .sprint_plan_sec6 .left{
        width: 120px;
        height: auto;
    }
    .sprint_plan_sec6 .left h3{
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 6px;
        padding-top: 35px;
    }
    .sprint_plan_sec6 .left::after {
        width: 40px;
        height: 40px;
        top: 15px;
        left: 85px;
        background: url(../images/sprint_plan_contact_icon1.png) no-repeat center center;
        background-size: 32px;
    }
    .sprint_plan_sec6 .conter{
        height: auto;
        padding: 10px;
        padding-right: 0;
    }
    .sprint_plan_sec6 .conter p{
        font-size: 14px;
        line-height: 22px;
    }
    .sprint_plan_sec6 .conter h3{
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        margin-top: 10px;
    }
    .sprint_plan_sec6 .conter h3 span{
        display: block;
        font-size: 24px;
    }

    .history_list ul{
        float: left;
        width: 50%;
    }
    .history_list .ul2{
        padding-left: 0;
    }
    .history_list .ul2 li .item{
        padding-top: 0;
        box-sizing: border-box;
    }
    .history_list .ul2 li:nth-child(2) .item{
        padding-top: 0;
    }
    .history_list .ul2 li:nth-child(3) .item{
        padding-top: 0;
    }
    .history_list .ul2 li:nth-child(4) .item{
        padding-top: 0;
    }
    .history_list ul li{
        width: 100%;
    }
    .history_list ul li .item{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .history_list ul li .item .article{
        font-size: 13px;
        line-height: 18px;
        height: 90px;
        padding-right: 10px;
    }
    .history_list ul li .item .time{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
        font-weight: 500;
    }
    .history_list ul li .item .time span{
        font-size: 15px;
        margin-left: 5px;
    }
    .history_list .xian{
        display: none;
    }
    .history_list ul li .item::after{
        width: 14px;
        height: 14px;
        left: -8px;
        border: 2px solid #ef642d;
    }
    .school_introduction_sec1 .right_box{
        display: none;
    }

    .jzgx_item_box .teaching_section_box .pic_box{
        margin: 0 -1.5%;
        width: 103%;
    }
    .jzgx_item_box .teaching_section_box .pic_box img{
        width: 47%;
        margin: 1.5%;
    }

    .news_details_box{
        padding: 10px 15px;
        padding-bottom: 20px;
    }
    .news_details_box .text_box{
        font-size: 14px;
        line-height: 22px;
    }
    .news_details_box .text_box p strong{
        font-size: 15px;
        font-weight: 500;
    }
    .news_details_box .text_box p{
        padding: 10px 0;
    }
    .bolg_turn_page{
        width: 100%;
        padding: 10px;
        padding-top: 20px;
        box-sizing: border-box;
    }
    /* .bolg_turn_page .left{
        text-align: left;
    }
    .bolg_turn_page .bolg_link_prev{
        position: relative;
        top: 0;
    }
     .bolg_turn_page .right{
        text-align: left;
    } */


    .bolg_turn_page .bolg_link{
        font-size: 12px;
    }
    .bolg_turn_page .bolg_link_prev {
        padding-left: 13px;
        background: url(../images/bolg_prev.png) no-repeat left center;
        background-size: 12px;
        top: 15px;
    }
    .bolg_turn_page .bolg_link_next {
        padding-right: 13px;
        background: url(../images/bolg_next.png) no-repeat right center;
        background-size: 12px;
        top: 15px;
    }
    .bolg_turn_page .bolg_link_back {
        display: inline-block;
        width: 80px;
        border: 1px solid #999;
        border-radius: 50px;
        text-align: center;
        padding: 3px 11px;
        background: url(../images/news_list_icon.png) no-repeat 20px center;
        background-size: 13px;
        padding-left: 35px;
    }



    .jzgx_item_box .teaching_section_box p{
        font-size: 16px;
    }

    .article_student_container{
        margin-top: 0;
    }

    .pagination{
        font-size: 10pt;
    }
    .pagination li{
        margin: 4px 3px;
    }
    .pagination li a{
        padding: 5px 8px;
    }


    
}

