
._header {
    width: 100%;
    text-align: center;
    margin: 30px;
}
._header ._header_big{
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #2A2A2A;
}
._header ._header_small{
    margin-top: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999;
}
.video_anli{
    width: 291px;
    margin: 30px 12px 0 0;
    float: left;
    height: 284px;
    position: relative;
}
.video_anli:nth-of-type(4){
    margin-right: 0;
}
.vr-big .inner {
    position: relative;
}
.video_anli .vr-big .inner img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.inner .play {
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.4) url(https://www.ixlzj.com/static/common/images/baofang.png) no-repeat center center;
    position: absolute;
    left: 40%;
    top: 34%;
    border-radius: 50%;
    cursor: pointer;
}
.disable {
    width: 100%;
    height: 105px;
    position: absolute;
    top: 270px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}
.hides {
    position: absolute;
    top: 28px;
    left: 10px;
}
.hides h4 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
}
.video_map{width:100%;height:100%;position:fixed;top:  0px;left:  0px;background:  rgba(0,0,0,.5);text-align:  center;z-index:  11;display:  none;}
.video_map.on{display:  block;}
.video_border{width:  1100px;height:  540px;background-color:  #000000;position:  absolute;left:  50%;top:  50%;margin-top:  -270px;margin-left:-550px;}
.video_map  video{width:100%;height:100%;}


body{
    background: #F1F3F5;
}
.head_p_title{
    padding: 60px 0 37px 0;
    height: 42px;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2A2A2A;
    line-height: 42px;
    text-align: center;
}
.coreservices_box{
    width: 1226px;
    margin: 0 auto;
}
.coreservices_box .core_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coreservices_box .core_flex .core_flex_item{
    width: 390px;
    background: #ffffff;
}
.coreservices_box .core_flex .core_flex_item .ban{
    width: 100%;
    cursor: pointer;
}
.coreservices_box .core_flex .core_flex_item .pad{
    margin: 32px 24px 26px 24px;
}
.coreservices_box .core_flex .core_flex_item .pad h4{
    font-size: 24px;
    font-weight: 500;
    color: #2A2A2A;
}
.coreservices_box .core_flex .core_flex_item .pad h4 span{
    padding: 2px 8px;
    background: #FFD033;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
}
.coreservices_box .core_flex .core_flex_item .pad p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
    margin-top: 16px;
}
.core_ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 156px;
    text-align: center;
}
.core_ul li{
    width: 115px;
    position: relative;
}
.core_ul li .line{
    position: absolute;
    left: 0px;top: 30%;bottom: 0;right: 0;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 30px;
    background: #E8E8E8;
}
.core_ul li div{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}
.core_ul li .btn{
    display: none;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #178E5E;
    font-size: 16px;
    font-weight: 500;
    color: #178E5E;
    margin: 0 auto 10px;
}
.core_ul li:hover{
    width: 115px;
    background: #F2F2F2;
    border-radius: 10px;
    margin-top: 15px;
    padding: 18px 0 0 0;
}
.core_ul li:hover .btn{
    display: block;
    cursor: pointer;
}
.core_ul li:hover div{
    margin-bottom: 10px;
}
.homestay_box{
    width: 1226px;
    margin: 0 auto;
}
.homestay_box_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.btns{
    width: 432px;
    height: 80px;
    background: #178E5E;
    border-radius: 45px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 20px auto 49px auto;
    text-align: center;
}
.homestay_box_flex_item{
    width: 285px;
    background: #ffffff;
    margin: 0 20px 20px 0;
}
.homestay_box_flex_item:hover{
    transition: all 0.1s ease-in-out;
    box-shadow:0px 0px 25px #ddd;
}
.homestay_box_flex_item .ban{
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius:4px 4px 0 0;
}
.homestay_box_flex_item .pad{
    margin: 10px;
}
.homestay_box_flex_item .pad .title1{
    font-size: 14px;
    font-weight: 500;
    color: #2A2A2A;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.homestay_box_flex_item .pad .des{
    display: flex;
    align-items: center;
    margin: 8px 0 16px 0;
}
.homestay_box_flex_item .pad .des li{
    margin-right: 12px;
    padding: 2px 4px;
    background: #F5F7F9;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.homestay_box_flex_item .pad .des li img{
    width: 13px;
    object-fit: cover;
    margin-right: 6px;
}
.homestay_box_flex_item .pad .des li span{
    font-size: 12px;
    font-weight: 400;
    color: #879FB1;
}
.homestay_box_flex_item .pad .bomschool{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.homestay_box_flex_item .pad .bomschool .left{
    display: flex;
    align-items: center;
}
.homestay_box_flex_item .pad .bomschool .left .mapicon{
    width: 20px;
    object-fit: cover;
    margin-right: 10px;
}
.homestay_box_flex_item .pad .bomschool .left .schoolnames{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    width: 210px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.homestay_box_flex_item .pad .bomschool .nextarrow{
    width: 13px;
    height: 13px;
    object-fit: contain;
}
.High_box{
    background: #ffffff;
    padding-bottom: 94px;
}
.High_box_flex{
    width: 1226px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.High_box_flex .le{
    width: 590px;
    background-size: cover;
    height: 243px;
}
.High_box_flex .le1{
    background: url("/static/newindex/image/ixlzj/sl.png") no-repeat center center;
}
.High_box_flex .le2{
    background: url("/static/newindex/image/ixlzj/gl.png") no-repeat center center;
}
.High_box_flex .le div{
    margin: 44px 0 0 36px;
}
.High_box_flex .le div h4{
    font-size: 30px;
    font-weight: 500;
    color: #2A2A2A;
}
.High_box_flex .le div p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 12px 0 24px 0;
}
.High_box_flex .le div a{
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #178E5E;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}
.school_list_box{
    width: 100%;
    height: 400px;
    background: url("/static/newindex/image/ixlzj/school_list.png") no-repeat center center / cover;
}
.school_ul{
    display: flex;
    align-items: center;
    padding-top: 87px;
    width: 100%;
    overflow: hidden;
}
@-webkit-keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-307px, 0, 0);
        transform: translate3d(-307px, 0, 0);
    }
}
@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d( -307px,0, 0);
        transform: translate3d( -307px, 0, 0);
    }
}
.school_ul li{
    margin-right: 20px;
    min-width: 285px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}
.school_ul li .ban{
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.school_ul li .school_logo{
    position: absolute;
    right: 15px;top: 108px;
    width: 63px;
    height: 63px;
    object-fit: cover;
}
.school_ul li .info{
    margin: 14px 10px 20px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #2A2A2A;
}
.school_ul li .info h5{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.school_ul li .info p{
    margin: 4px 0 10px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.school_ul li .flexs{
    display: flex;
    align-items: center;
}
.school_ul li .flexs img{
    width: 13px;
    object-fit: contain;
    margin-right: 10px;
}
.school_ul li .flexs span{
    font-size: 14px;
    font-weight: 400;
    color: #839BAE;
}
.Academic_box{
    width: 1226px;
    margin: 0 auto;
    padding-bottom: 85px;
}
.Academic_box_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Academic_box_iten{
    width: 380px;
    height: 484px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow:0px 0px 20px #ddd;
}
.Academic_box_iten .ban{
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0 0;
}
.Academic_box_iten .mar{
    margin: 28px 20px 32px 20px;
}
.Academic_box_iten .mar .t{
    font-size: 24px;
    font-weight: 500;
    color: #2A2A2A;
}
.Academic_box_iten .mar .p1{
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    margin: 8px 0 29px 0;
}
.Academic_box_iten .mar .p2{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 32px;
}
.Academic_box_iten .mar .btn{
    width: 124px;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #178E5E;
    font-size: 16px;
    font-weight: 500;
    color: #178E5E;
    line-height: 40px;
    text-align: center;
}
.bear_box{
    background:#fff;
    padding-bottom:80px;
}
.bear_box_item{
    display:flex;
    justify-content: space-around;
    align-items: center;
}
.indexpf input{
    background: #F5F7F9;
    border-radius: 10px;
}
.submitBtnnew{
    width: 320px;
    height: 50px;
    background: #178E5E;
    border-radius: 25px;
    margin-top:32px;
}

.play-video{
    width: 60px;height: 60px;position: absolute;z-index: 5;left: 170px;top: 55px;cursor: pointer;
}
.new-video{
    height: 32px;width: 100px;position: absolute;top: 0;left: 0
}
.video-time{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 180%);
    width: 100%;
    height: 40px;    position: absolute;
    top: 125px;text-indent: 335px;color: white;line-height: 40px;
    font-size: 18px;
}
