/* font */
@font-face{
    font-family:'SourceHanSerifCN';
    src: url("../../../statics/font/SourceHanSerifCN-Heavy.otf");
}

.wrapper {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.main{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
/* head */

.head-pc{
    height: 74px;
}

.navbar{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    margin: 0;
    width: 100%;
    height: 74px;
    background: #fff;
    box-shadow: 2px 2px 10px #c3c3c3;
    animation: open 0.2s ease 0s forwards;
    -webkit-animation: open 0.2s ease 0s forwards;
}
.navbar .main{
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.navbar .logo-md{
    float: left;
    margin-top: 15px;
}
.navbar .logo-md .logo{
    float: left;
    border-right: 1px solid #d9d9d9;
    width: 247px;
    height: 40px;
    background: url('../../../statics/images/new/logo-1-pc-202002.png') no-repeat 0 0;
}
.navbar .logo-md .school-name{
    float: left;
    padding-left: 15px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    font-family:'SourceHanSerifCN';
}

.navbar .nav-phone{
    float: right;
    margin-right: 100px;
    padding-left: 40px;
    width: 320px;
    height: 74px;
    font-size: 24px;
    color: #9b0000;
}
.navbar .nav-phone .phone-name{
    font-size: 18px;
    line-height: 74px;
}
.navbar .nav-phone .phone-val{
    font-size: 26px;
    line-height: 74px;
}

.navbar .navbar-header{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 80px;
    height: 74px;
    background: url('../../../statics/images/new/nav-menu-1-pc-202102.jpg') no-repeat 0 0;
}
.navbar .navbar-header button{
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: url('../../../statics/images/new/nav-menu-1-pc-202102.jpg') no-repeat 0 0;
}
.navbar-active .navbar-toggle:focus, .navbar-active .navbar-toggle:hover{
    background: none;
}
.navbar-default .navbar-toggle.collapsed{
    background: none;
}
.navbar-collapse.collapse{
    display: none!important;
}
.navbar-collapse.in{
    display: block!important;
}
.navList{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.navList .menu-bd{
    position: relative;
    width: 100%;
}
.navList .title{
    display: none;
}
.navList .menu-list{
    float: right;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 74px 0 0;
    width: 165px;
    background: #fff;
}
.navList .navigation{
    width: 165px;
}

.navList .navigation ul{
    padding: 30px 0;
}
.navList .navigation li{
    height: 46px;
    font-size: 18px;
}
.navList .navigation li a{
    display: block;
    width: 100%;
    height: 46px;
    text-indent: 35px;
    line-height: 46px;
    color: #222;
}
.navList .navigation li a.active,.navList .navigation li a:hover{
    border-left: 5px solid #9b0000;
    text-indent: 30px;
    color: #9b0000;
    background: #f4f4f4;
}
.navList .main{
    clear: both;
    overflow: hidden;
}

.navbar-active{
    height: 50px;
    overflow: hidden;
    animation: pia 0.2s ease 0s forwards;
    -webkit-animation: pia 0.2s ease 0s forwards;
}
.navbar-active .logo{
    float: left;
    margin-top: 8px;
    width: 120px;
    height: 34px;
    background: url('http://jingcollege.com/statics/images/img/pc-ico-1-20200512.png') no-repeat 0 0;
    background-size: 100% 100%;
}
.navbar-active .nav-phone{
    float: right;
    margin-right: 150px;
    margin-top: 8px;
    padding-left: 40px;
    width: 220px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
    color: #9b0000;
    background: url('http://jingcollege.com/statics/images/img/m-ico-3-20200502.png') no-repeat 12px 7px;
    background-size: 20px 20px;
}
.navbar-active .navbar-header{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 130px;
    height: 50px;
    background: url('http://jingcollege.com/statics/images/img/pc-ico-2-20200512.png') no-repeat 0 center;
    background-size: auto 100%;
}
.navbar-active .navbar-toggle.collapsed{
    background: #fff url('http://jingcollege.com/statics/images/img/pc-ico-32-20200512.png') no-repeat 0 center;
    background-size: auto 100%;
}
.navBtn-in{
    animation: navBtnIn 0.2s ease 0.5s forwards;
    -webkit-animation: navBtnIn 0.2s ease 0.5s forwards;
}

.head-m{
    display: none;
}

/** index **/
/* banner */
.page-pc .banner .scroll-bd{
    width: 100%;
    /*height: 250px;*/
    overflow: hidden;
}
.page-pc .banner .swiper-container {
    margin: 0;
    width: 100%;
}
.page-pc .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.page-pc .banner .swiper-slide{
    display: block;
}
.page-pc .banner .swiper-pagination{
    bottom: 20px;
}
.page-pc .banner .swiper-pagination .swiper-pagination-bullet{
    border-radius: 6px;
    width: 12px;
    height: 12px;
    background: #808c94;
}
.page-pc .banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}


/* md-1 */
.page-pc .md-1{
    height: 1338px;
    background: #fff url(../../../statics/images/new/page-bg-1-pc-202102.jpg) no-repeat center 0;
}
.page-pc .md-1 .text-box{
    float: right;
    margin-top: 245px;
    width: 600px;
}
.page-pc .md-1 .text-box p{
    max-height: 220px;
    font-size: 16px;
    line-height: 36px;
    color: #4e4e4e;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.page-pc .md-1 .text-box a{
    display: block;
    margin-top: 50px;
    border: 1px solid #9b0000;
    border-radius: 22px;
    width: 160px;
    height: 44px;
    color: #9b0000;
    font-size: 18px;
    line-height: 44px;
    text-indent: 30px;
    background: url(../../../statics/images/new/ico-1-pc-202102.png) no-repeat 108px 18px;
}
.page-pc .md-1 .text-box a:hover{
    color: #fff;
    background: #9b0000 url(../../../statics/images/new/ico-15-pc-202102.png) no-repeat 108px 18px;
}
.page-pc .md-1 .showing-box{
    clear: both;
    padding-top: 95px;
}
.page-pc .md-1 .showing-box .title{
    margin-left: 150px;
    height: 50px;
    width: 1050px;
}
.page-pc .md-1 .showing-box .title li{
    float: left;
    position: relative;
    width: 240px;
    height: 50px;
    padding-left: 22px;
    line-height: 50px;
    font-size: 18px;
}
.page-pc .md-1 .showing-box .title li span{
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 6px;
    width: 12px;
    height: 12px;
}
.page-pc .md-1 .showing-box .title li .red{
    background: #9b0000;
}
.page-pc .md-1 .showing-box .title li .yellow{
    background: #c8a053;
}
.page-pc .md-1 .course_banner {
    clear: both;
    position: relative;
    top: -50px;
    margin: -20px auto 0;
    width: 1200px;
}
.page-pc .md-1 .courseBanner {
    padding: 0;
    height: 630px;
}
.page-pc .md-1 .courseBanner .swiper-slide {
    margin: 0 auto;
    margin-top: 370px;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    text-align: center;
}
.page-pc .md-1 .courseBanner .swiper-slide .item{
    background: #000;
}
.page-pc .md-1 .course_banner .swiper-slide-active,.page-pc .md-1 .course_banner .swiper-slide-duplicate-active {
    margin-top: 450px;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    z-index: 1002;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}
.page-pc .md-1 .course_banner .swiper-slide-next,.page-pc .md-1 .course_banner .swiper-slide-prev{
    z-index: 999;
    -webkit-transition: transform 0s;
    -moz-transition: transform 0s;
    -ms-transition: transform 0s;
    -o-transition: transform 0s;
}
.page-pc .md-1 .course_banner .swiper-button-prev{
    left: -90px;
    top: 50%;
    background: #878787 url('../../../statics/images/new/ico-19-pc-202102.png') no-repeat 50% 50%;
}
.page-pc .md-1 .course_banner .swiper-button-next{
    right: -90px;
    top: 50%;
    background: #878787 url('../../../statics/images/new/ico-20-pc-202102.png') no-repeat 50% 50%;
}
.page-pc .md-1 .course_banner .swiper-button-prev,.page-pc .md-1 .course_banner .swiper-button-next{
    margin-top: -35px;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
}
.page-pc .md-1 .course_banner .swiper-pagination{
    display: none;
}


/* md-2 */
.page-pc .md-2{
    height: 960px;
    background: url(../../images/new/page-bg-2-pc-202102.jpg) no-repeat center 0;
}
.page-pc .md-2 .col{
    clear: both;
    overflow: hidden;
    color: #fff;
}
.page-pc .md-2 h3{
    font-size: 30px;
    line-height: 50px;
}
.page-pc .md-2 span{
    font-size: 20px;
    line-height: 30px;
    color: #4e4e4e;
}
.page-pc .md-2 .text-box{
    margin-top: 185px;
}
.page-pc .md-2 .text-box p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #4e4e4e;
}
.page-pc .md-2 .aeh{
    padding: 210px 0px 0;
    color: #fff;
}
.page-pc .md-2 .col-left span{
    color: #b1b1b1;
}
.page-pc .md-2 .col-right .video-box{
    position: relative;
    border: 4px solid #c81d1d;
    border-radius: 2px;
}
.page-pc .md-2 .col-right .video-box .play-ico{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -38px;
    width: 77px;
    height: 77px;
    background: url(../../images/new/index-pc-ico-201910-2.png) no-repeat 0 0;
}
.page-pc .md-2 .col-right .key-list{
    clear: both;
    overflow: hidden;
}
.page-pc .md-2 .col-right .key-list li{
    float: left;
}

/* md-3 */
.page-pc .md-3 .md-3-1{
    height: 205px;
    background: url('../../../statics/images/new/ico-3-pc-202102.png') no-repeat center 80px;
}
.page-pc .md-3 .md-3-2{
    height: 1572px;
    background: url('../../../statics/images/new/page-bg-3-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-3 .main{
    clear: both;
    overflow: hidden;
}
.page-pc .md-3 .title{
    margin-top: 150px;
    padding: 5px 70px;
    line-height: 32px;
    font-size: 16px;
    color: #222;
}
.page-pc .md-3 .title span{
    font-size: 44px;
    font-weight: bold;
    color: #d52121;
}
.page-pc .md-3 .list{
    height: 320px;
}
.page-pc .md-3 .list li{
    float: left;
    margin-right: 8px;
    width: 294px;
    height: 320px;
    background: #fff;
}
.page-pc .md-3 .list li:hover{
    background: none;
}
.page-pc .md-3 .list li:hover .cur{
    margin-top: -15px;
    width: 294px;
    height: 320px;
    background: #fff;
    box-shadow: 5px 5px 10px #b8c5e0;
}
.page-pc .md-3 .list li.last{
    margin-right: 0;
}
.page-pc .md-3 .list li .text{
    padding: 20px 35px 0;
}
.page-pc .md-3 .list li .text dt{
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
}
.page-pc .md-3 .list li .text dd{
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}
.page-pc .md-3 .list li .text dd .video-button{
    float: left;
    width: 100px;
    height: 24px;
    text-indent: 30px;
    line-height: 24px;
    color: #c81d1d;
    cursor: pointer;
    background: url('../../../statics/images/new/ico-4-pc-202102.png') no-repeat 3px 3px;
}
.page-pc .md-3 .list li .text dd .more-button{
    float: right;
    width: 100px;
    height: 24px;
    text-indent: 30px;
    line-height: 24px;
    color: #c81d1d;
    background: url('../../../statics/images/new/ico-5-pc-202102.png') no-repeat 3px 3px;
}
.page-pc .md-3 .list li .text dd .more-button:link,.page-pc .md-3 .list li .text dd .more-button:visited,.page-pc .md-3 .list li .text dd .more-button:hover,.page-pc .md-3 .list li .text dd .more-button:active{
    color: #c81d1d;
}

.page-pc .md-3 .list-1{
    margin: 65px auto 0;
    width: 900px;
}
.page-pc .md-3 .list-2,.page-pc .md-3 .list-3{
    margin: 85px auto 0;
    width: 1200px;
}
.video-md{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.video-md .video-play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -400px;
}
.video-md .video-play .close{
    display: block;
    position: absolute;
    right: -60px;
    top: -30px;
    width: 47px;
    height: 47px;
    background: url('../../../statics/images/new/ico-6-pc-202102.png') no-repeat 0 0;
    cursor: pointer;
    opacity: 0.5;
}
.video-md video,.video-md .video-play{
    width: 800px;
    height: 448px;
}
.video-md .video-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -400px;
    width: 800px;
    height: 448px;
    text-align: center;
    line-height: 448px;
    font-size: 50px;
    color: #fff;
}

/* md-4 */
.page-pc .md-4{
    height: 1504px;
    background: url('../../images/new/page-bg-4-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-4 .main{
    clear: both;
    overflow: hidden;
}
.page-pc .md-4 .col{
    clear: both;
    margin: 215px auto 0;
    width: 1110px;
    overflow: hidden;
}
.page-pc .md-4 .col-left{
    float: left;
    border-radius: 30px;
    width: 524px;
    height: 350px;
    background: #fff;
}
.page-pc .md-4 .col-right{
    float: right;
    border-radius: 30px;
    width: 524px;
    height: 350px;
    background: #fff;
}
.page-pc .md-4 .col-left,.page-pc .md-4 .col-right{
    margin-bottom: 44px;
}
.page-pc .md-4 .col dl dt{
    margin: 30px auto 0;
    height: 100px;
    width: 445px;
}
.page-pc .md-4 .col .col-last dt{
    float: left;
    margin-left: 35px;
    width: 260px;
}
.page-pc .md-4 .col dl dt .image{
    float: left;
    margin-right: 25px;
    width: 96px;
    height: 96px;
}
.page-pc .md-4 .col dl dt .txt{
    float: left;
    position: relative;
    height: 100px;
    width: 300px;
    font-size: 24px;
    line-height: 90px;
}
.page-pc .md-4 .col .col-last dt .txt{
    width: 120px;
}
.page-pc .md-4 .col dl dt .red-ico{
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 44px;
    height: 8px;
    background: #d52121;
}
.page-pc .md-4 .col dl dt .orange-ico{
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 44px;
    height: 8px;
    background: #eca022;
}

.page-pc .md-4 .col dl dd{
    margin: 15px auto 0;
    width: 445px;
    font-size: 16px;
    line-height: 32px;
    color: #4e4e4e;
}
.page-pc .md-4 .col .col-last dd{
    float: left;
    margin-top: 35px;
    width: 770px;
}

/* md-5 */
.page-pc .md-5{
    background: url('../../../statics/images/new/page-bg-5-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-5 .hd{
    height: 212px;
    background: url('../../../statics/images/new/ico-21-pc-202102.png') no-repeat center 88px;
}
.page-pc .md-5 .i-amfakids,.page-pc .md-5 .i-amfakids .main{
    height: 728px;
    overflow: hidden;
    background: #9b0000 url('../../../statics/images/new/page-bg-9-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-5 .i-amfakids .main .text-box{
    float: right;
    padding-top: 85px;
    width: 540px;
    color: #fff;
}
.page-pc .md-5 .i-amfakids .main .text-box h3{
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}
.page-pc .md-5 .i-amfakids .main .text-box h4{
    height: 46px;
    font-size: 20px;
    line-height: 46px;
}
.page-pc .md-5 .i-amfakids .main .text-box p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
}
.page-pc .md-5 .i-amfakids .main .text-box a{
    display: block;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 22px;
    width: 160px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    text-indent: 30px;
    background: url('../../../statics/images/new/ico-15-pc-202102.png') no-repeat 108px 18px;
}
.page-pc .md-5 .i-amfakids .main .text-box a:hover{
    color: #fff;
    background: #9b0000 url(../../../statics/images/new/ico-15-pc-202102.png) no-repeat 108px 18px;
}
.page-pc .md-5 .i-app,.page-pc .md-5 .i-app .main{
    height: 786px;
    overflow: hidden;
    background: url('../../../statics/images/new/page-bg-10-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-5 .i-app .col{
    margin-top: 125px;
}
.page-pc .md-5 .i-app .col-left{
    width: 345px;
}
.page-pc .md-5 .i-app .col-right{
    width: 780px;
}
.page-pc .md-5 .i-app .col-left .text-box{
    margin-top: 95px;
}
.page-pc .md-5 .i-app .col-left .text-box h3{
    margin: 100px 0 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    color: #222;
}
.page-pc .md-5 .i-app .col-left .text-box p{
    padding-bottom: 30px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 30px;
}
.page-pc .md-5 .i-app .col-left .text-box a{
    display: block;
    margin-top: 10px;
    border: 1px solid #9b0000;
    border-radius: 22px;
    width: 160px;
    height: 44px;
    color: #9b0000;
    font-size: 18px;
    line-height: 44px;
    text-indent: 30px;
    background: url('../../../statics/images/new/ico-1-pc-202102.png') no-repeat 108px 18px;
}
.page-pc .md-5 .i-app .col-left .text-box a:hover{
    color: #fff;
    background: #9b0000 url('../../../statics/images/new/ico-15-pc-202102.png') no-repeat 108px 18px;
}

.page-pc .md-5 .i-app .col-right .video-box{
    width: 780px;
    height: 438px;
    background: url('../../../statics/images/new/list-img-14-pc-202102.jpg') no-repeat 0 0;
}
.page-pc .md-5 .i-app .col-right .text-box{
    margin-top: 30px;
}
.page-pc .md-5 .i-app .col-right .text-box p{
    color: #5d5d5d;
    font-size: 14px;
    line-height: 30px;
}

/* md-6 */
.page-pc .md-6{
    height: 864px;
    background: #f5f7fb url('../../images/new/page-bg-6-pc-202102.jpg') no-repeat center 0;
}
.page-pc .md-6 .main{
    padding-top: 230px;
}
.page-pc .md-6 .list{
    clear: both;
    overflow: hidden;
}
.page-pc .md-6 .list li{
    float: left;
    margin-right: 50px;
    width: 365px;
    height: 280px;
}
.page-pc .md-6 .list li .image{
    width: 365px;
    height: 205px;
    overflow: hidden;
}
.page-pc .md-6 .list li .image a img{
    transition: all 0.3s ease-out;
}
.page-pc .md-6 .list li .image a:hover img{
    transform: scale(1.2);
}
.page-pc .md-6 .list li .text{
    margin-top: 15px;
}
.page-pc .md-6 .list li .text .date{
    float: left;
    width: 92px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background: url('../../images/new/ico-7-pc-202102.png') no-repeat 0 0;
}
.page-pc .md-6 .list li .text .txt{
    float: right;
    width: 255px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
}
.page-pc .md-6 .list li.last{
    margin-right: 0;
}
.page-pc .md-6 .ranking{
    clear: both;
    overflow: hidden;
    margin: 60px 0 0;
    background: url('../../images/new/ico-8-pc-202102.png') repeat-y 50% 0;
}
.page-pc .md-6 .ranking li{
    float: left;
    margin: 0 0 10px 100px;
    height: 30px;
    width: 500px;
    overflow: hidden;
    line-height: 30px;
}
.page-pc .md-6 .ranking li .number{
    float: left;
    border-radius: 13px;
    margin: 3px 10px 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: #be0000;
}
.page-pc .md-6 .ranking li a{
    float: left;
    width: 450px;
    line-height: 30px;
    font-size: 16px;
}
.page-pc .md-6 .ranking li a:link,.page-pc .md-6 .ranking li a:visited,.page-pc .md-6 .ranking li a:hover,.page-pc .md-6 .ranking li a:active{
    color: #222;
}
.page-pc .md-6 .ranking li a:hover{
    color: #be0000;
}

/* md-7 */
.page-pc .md-7{
    height: 275px;
    overflow: hidden;
    background: #fff;
}
.page-pc .md-7 .su{
    display: block;
    margin: 84px auto 0;
    border: 2px solid #d52121;
    width: 342px;
    height: 58px;
}
.page-pc .md-7 .su span{
    display: block;
    margin: 4px;
    border: 1px solid #f7bcbc;
    width: 330px;
    height: 46px;
    text-align: center;
    font-size: 24px;
    line-height: 46px;
    color: #d52121;
}
.page-pc .md-7 .su:hover{
    border: 2px solid #9b0000;
    background: #9b0000;
}
.page-pc .md-7 .su:hover span{
    border: 1px solid #fff;
    color: #fff;
}

/** details **/
/* crumbs */
.details-crumbs{
    margin: 20px auto 0;
    width: 1200px;
    height: 70px;
    line-height: 70px;
}
.details-col{
    clear: both;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    background: url('../../images/new/ico-9-pc-202102.png') no-repeat 920px 16px;
}
.details-col .details-col-left{
    float: left;
    width: 850px;
}
.details-col .details-col-right{
    float: right;
    margin-top: 130px;
    width: 295px;
}
.details-col .details-context{
    padding: 50px 0;
}
.details-col .details-context .details-hd h2{
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
}
.details-col .details-context .details-hd span{
    display: block;
    margin-top: 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #a6a6a6
}
.details-col .details-context .details-bd{
    overflow: hidden;
}
.details-col .details-context .details-bd p{
    margin-top: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #4e4e4e;
}
.details-col .details-context .details-bd img{
    display: block;
    margin: 30px auto 0;
}
.details-col .details-ranking .details-ranking-hd{
    height: 35px;
    padding-left: 20px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #d52121;
}
.details-col .details-ranking .details-ranking-bd{
    background: #f5f7fb;
    overflow: hidden;
}
.details-col .details-ranking .details-ranking-bd li{
    border-bottom: 1px solid #e9e9e9;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.details-col .details-ranking .details-ranking-bd li a{
    color: #666;
}
.details-col .details-ranking .details-ranking-bd li a:hover{
    color: #9b0000;
}
.details-col .details-ranking .details-ranking-bd .address-text{
    padding: 25px 20px;
}
.details-col .details-ranking .details-ranking-bd .address-text dt{
    font-size: 16px;
    height: 36px;
    color: #222;
}
.details-col .details-ranking .details-ranking-bd .address-text .phone dd{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.details-col .details-ranking .details-ranking-bd .address dd{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

/* lesson */
.lesson-pc{
    overflow: hidden;
    background: #f5f7fb url('../../images/new/page-bg-7-pc-202102.jpg') no-repeat center 0;
}
.lesson-pc-bottom{
    padding-bottom: 180px;
    background: url('../../images/new/page-bg-8-pc-202102.jpg') no-repeat right bottom;
}
.lesson-pc .lesson-page{
    margin: 0 auto;
    width: 1200px;
    background: #fff;
}
.lesson-pc .lesson-page .main{
    padding: 50px 45px 100px;
}
.lesson-pc .lesson-page .text-box{
    position: relative;
    padding: 0 70px 20px;
}
.lesson-pc .lesson-page .text-box .title{
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
}
.lesson-pc .lesson-page .text-box .title-m{
    display: none;
}
.lesson-pc .lesson-page .text-box p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #222;
}
.lesson-pc .lesson-page .text-box .text-m{
    display: none;
}
.lesson-pc .lesson-page .text-box p span{
    font-size: 36px;
    font-weight: bold;
    color: #9b0000;
}
.lesson-pc .lesson-page .text-box .line{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #c3c3c3;
}
.lesson-pc .lesson-page .lesson-list .image-box{
    clear: both;
    overflow: hidden;
    padding-top: 80px;
}
.lesson-pc .lesson-page .lesson-list .image-box .left{
    float: left;
}
.lesson-pc .lesson-page .lesson-list .image-box .right{
    float: right;
}
.lesson-pc .lesson-page .lesson-list .image-box .image{
    width: 366px;
    height: 210px;
}
.lesson-pc .lesson-page .lesson-list .image-box .text{
    margin-top: -10px;
    width: 710px;
}
.lesson-pc .lesson-page .lesson-list .image-box .text h4{
    position: relative;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
}
.lesson-pc .lesson-page .lesson-list .image-box .text h4 span{
    display: block;
    position: absolute;
    width: 44px;
    height: 6px;
}
.lesson-pc .lesson-page .lesson-list .image-box .left h4{
    text-align: right;
}
.lesson-pc .lesson-page .lesson-list .image-box .left h4 span{
    right: 0;
    bottom: 0;
}
.lesson-pc .lesson-page .lesson-list .image-box .right h4{
    text-align: left;
}
.lesson-pc .lesson-page .lesson-list .image-box .right h4 span{
    left: 0;
    bottom: 0;
}
.lesson-pc .lesson-page .lesson-list .image-box .text h4 .red{
    background: #d52121;
}
.lesson-pc .lesson-page .lesson-list .image-box .text h4 .orange{
    background: #eca022;
}
.lesson-pc .lesson-page .lesson-list .image-box .text p{
    padding-top: 15px;
    font-size: 16px;
    line-height: 32px;
}
.lesson-pc .lesson-page .lesson-list-m{
    display: none;
}
.lesson-pc .lesson-list,.lesson-pc .lesson-list-m{
    cursor: pointer;
}

/* dynamic */
.dynamic-page{
    margin: 0 auto;
    width: 1200px;
    background: #fff;
}
.dynamic-page .main{
    padding: 50px 0 100px;
}
.dynamic-page .dynamic-list{
    clear: both;
    overflow: hidden;
    padding-bottom: 60px;
}
.dynamic-page .dynamic-list h3{
    display: none;
}
.dynamic-page .dynamic-list .image-box{
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    padding: 25px 30px;
}
.dynamic-page .dynamic-list .image-box .left{
    float: left;
}
.dynamic-page .dynamic-list .image-box .right{
    float: right;
}
.dynamic-page .dynamic-list .image-box .image{
    width: 260px;
    height: 150px;
}
.dynamic-page .dynamic-list .image-box .text{
    margin-top: -10px;
    width: 835px;
}
.dynamic-page .dynamic-list .image-box .text h4{
    position: relative;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.dynamic-page .dynamic-list .image-box .text h4{
    text-align: left;
}
.dynamic-page .dynamic-list .image-box .text h4 a{
    color: #222;
}
.dynamic-page .dynamic-list .image-box .text h4 a:hover{
    color: #9b0000;
}
.dynamic-page .dynamic-list .image-box .text .date{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #898989;
}
.dynamic-page .dynamic-list .image-box .text p{
    font-size: 16px;
    line-height: 32px;
}
.dynamic-page .dynamic-list .image-box .text p a,.dynamic-page .dynamic-list .image-box .text p a:hover{
    color: #9b0000;
}
.dynamic-page .dynamic-page{
    height: 36px;
    text-align: center;
}
.dynamic-page .dynamic-page .total-number{
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.dynamic-page .dynamic-page a,.dynamic-page .dynamic-page span{
    display: inline-block;
    border: 1px solid #dcdee2;
    border-radius: 5px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Arial';
    font-size: 14px;
    color: #515a6e;
}
.dynamic-page .dynamic-page .prev{
    background: url('../../images/new/ico-11-pc-202102.png') no-repeat 50% 50%;
}
.dynamic-page .dynamic-page .prev:hover{
    border: 1px solid #999;
    background: url('../../images/new/ico-13-pc-202102.png') no-repeat 50% 50%;
}
.dynamic-page .dynamic-page .next{
    background: url('../../images/new/ico-12-pc-202102.png') no-repeat 50% 50%;
}
.dynamic-page .dynamic-page .next:hover{
    border: 1px solid #999;
    background: url('../../images/new/ico-14-pc-202102.png') no-repeat 50% 50%;
}

/* sign */
.sign-pc{
    overflow: hidden;
    background: url('../../images/new/banner-img-3-pc-202102.jpg') no-repeat center 82px;
}
.sign-pc .sign-page{
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 120px;
    overflow: hidden;
}
.sign-pc .sign-page .main{
    margin-top: 380px;
    width: 900px;
    background: #fff;
    box-shadow: 5px 5px 5px #f6f6f6;
}
.sign-pc .sign-page .main .mask{
    width: 100%;
    box-shadow: -5px 5px 5px #f6f6f6;
}
.sign-pc .sign-page .sign-form{
    margin: 0 auto;
    width: 530px;
    padding: 50px 0 120px;
}
.sign-pc .sign-page .sign-form .title{
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 32px;
}
.sign-pc .sign-page .sign-form dl{
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}
.sign-pc .sign-page .sign-form dt{
    float: left;
    padding-right: 20px;
    width: 150px;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.sign-pc .sign-page .sign-form dt span{
    float: none;
    padding-right: 10px;
    width: 22px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #9b0000;
}
.sign-pc .sign-page .sign-form dd{
    float: left;
    width: 380px;
    height: 50px;
    line-height: 50px;
}
.sign-pc .sign-page .sign-form dd input,.sign-pc .sign-page .sign-form dd select{
    border: 1px solid #acacac;
    padding-left: 20px;
    width: 378px;
    height: 44px;
    text-indent: 0;
    line-height: 44px;
    font-size: 16px;
}
.sign-pc .sign-page .sign-form dd .code-input{
    float: left;
    width: 234px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;

}
.sign-pc .sign-page .sign-form dd .code{
    float: left;
    width: 144px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    color: #c78153;
    font-family: Arial;
    font-style: initial;
    letter-spacing: 3px;
    font-weight: bolder;
    background: #f4e0d3;
}
.sign-pc .sign-page .sign-form dd .code img{
    display: block;
    width: 100%;
    height: 100%;
}
.sign-pc .sign-page .sign-form .submit-layer{
    margin-top: 50px;
    height: 50px;
}
.sign-pc .sign-page .sign-form .submit-layer .submit{
    float: right;
    width: 380px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #9b0000;
}
.sign-pc .sign-page .sign-form .submit-layer .submit:hover{
    background: #a72b2b;
}

/* page */
.page-pc{
    display: block;
}
.page-m{
    display: none;
}

/* rightButton */
.rightButton{
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    border-radius: 18px 0 0 18px;
    width: 55px;
    height: 162px;
    background: #9b0000 url('../../images/new/ico-10-pc-202102.png') no-repeat 19px 26px;
}
.rightButton span{
    display: block;
    position: absolute;
    left: 20px;
    top: 58px;
    width: 20px;
    height: 36px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}


/* foot */
.foot-pc{
    border-top: 3px solid #9b0000;
    background: #fff;
}
.foot-pc .main{
    padding: 30px 0 30px 25px;
}
.foot-pc .main .title{
    margin: 0 auto;
    width: 329px;
    height: 55px;
    background: url('../../images/new/logo-2-pc-202002.png') no-repeat 0 0;
}
.foot-pc .main .foot-list{
    margin: 50px auto 0;
}
.foot-pc .main .foot-list .foot-list-left{
    float: left;
    width: 470px;
}
.foot-pc .main .foot-list .foot-list-center{
    float: left;
    width: 220px;
}
.foot-pc .main .foot-list .foot-list-right{
    float: right;
    width: 250px;
}
.foot-pc .main .foot-list .foot-list-left dl{
    margin-top: 15px;
    color: #222;
}
.foot-pc .main .foot-list .foot-list-left dd{
    clear: both;
    overflow: hidden;
    font-size: 14px;
}
.foot-pc .main .foot-list .foot-list-left dd .contact-key{
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
}
.foot-pc .main .foot-list .foot-list-left dd .contact-value{
    float: left;
    width: 300px;
    line-height: 30px;
}
.foot-pc .main .foot-list h5{
	position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
	line-height: 30px;
	color: #9b0000;
}
.foot-pc .main .foot-list h5 span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 32px;
    background: #c83d3d;
}
.foot-pc .main .foot-list .foot-list-center ul{
    margin-top: 15px;
}
.foot-pc .main .foot-list .foot-list-center li{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #222;
}
.foot-pc .main .foot-list .foot-list-center li a{
    color: #222;
}
.foot-pc .main .foot-list .foot-list-center li a:hover{
    color: #9b0000;
}
.foot-pc .main .foot-list .foot-list-right .code-col{
    clear: both;
    overflow: hidden;
    margin-top: 15px;
}
.foot-pc .main .foot-list .foot-list-right .code-col-left{
    float: left;
}
.foot-pc .main .foot-list .foot-list-right .code-col-right{
    float: right;
}
.foot-pc .main .foot-list .foot-list-right .code-col-left,.foot-pc .main .foot-list .foot-list-right .code-col-right{
    width: 121px;
}
.foot-pc .main .foot-list .foot-list-right .code-col p{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #222;
}


.foot-m{
    display: none;
}
/* copy */
.copy-pc{
	padding: 15px 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #9b0000;
}
.copy-pc a:link,.copy-pc a:visited,.copy-pc a:hover{
    color: #fff;
    text-decoration: underline;
}

.copy-m{
    display: none;
}
.copy-m dl a{
    color: #fff;
    text-decoration: underline;
}

/* linkCont */
.linkCont {
    padding: 40px 0;
    width: 100%;
    height: auto;
    background: #f8f8f8;
}
.linkCont .main {
    margin: 0 auto;
    width: 1140px;
}
.linkCont h3 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #5d5d5d;
}
.link_list {
    width: 100%;
}
.link_list a {
    display: inline-block;
    padding: 0;
    width: 18%;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    color: #5d5d5d;
}
.link_list a:hover {
    text-decoration: underline;
    color: #1fa3cf;
}
/* 悬浮按钮 */
.suspension{
    display: none;
}