@import "header.css";
.banner{
    width: 100%;
}
#banner img{
    width: 100%;
}
#banner .swiper-pagination{
    bottom: 50px;
}
nav{
    width: 1015px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(18, 52, 105, 0.35);
    border-radius: 45px;
    margin: -40px auto 50px;
    position: relative;
    z-index: 2;
    padding: 18px 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
nav a{
    font-size: 20px;
    line-height: 54px;
    color: var(--theme_color);
    font-weight: bold;
    border-right: 1px solid #CCD8EB;
    padding-right: 50px;
}
nav a:last-child{
    border: 0;
    padding-right: 0;
}
nav a i{
    display: inline-block;
    width: 54px;
    height: 54px;
    background-size: contain;
    vertical-align: middle;
}
/*.hotnews{
    height: 86px;
    background: url(../images/index/hnbg.png) no-repeat;
    background-size: contain;
    color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.hotnews>i{
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/index/light.png) center no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.hotnews .hn-title{
    font-size: 28px;
}
.hotnews .hn-slide{
    width: 860px;
    height: 100%;
    font-size: 20px;
}
.hotnews .hn-slide span{
    width: 550px;
    display: inline-block;
}*/

.pp-course{
    margin-bottom: 70px;
    position: relative;
}
.pp-course .tabs{
    margin-bottom: 20px;
}
.pp-course p{
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 30px;
    color: var(--theme_color);
    margin-left: 100px;
    cursor: pointer;
}
.pp-course p.on{
    border-bottom: 4px solid #0C3C60;
    font-weight: bold;
}
.pp-course .news a{
    display: none;
}
.pp-course .news a:first-child{
    display: block;
}
.pp-course .news img{
    width: 100%;
}
.more-news{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--theme_color);
    padding-right: 40px;
}
.more-news i{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(12, 60, 96, 0.3);
    background: url(../images/common/arrow.png) right center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

#part1{
    padding-bottom: 50px;
}
#part1 .ae-text{
    height: 400px;
    background: url(../images/index/bg.png) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 50px;
}
#part1 .ae-text p{
    width: 980px;
    margin: 0 auto 30px;
    background: rgba(255,255,255,.08);
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 30px 50px;
    box-sizing: border-box;
}
#part1 .ae-text a{
    display: block;
    width: 130px;
    height: 40px;
    background: #0090FF;
    box-shadow: 0px 2px 4px 0px rgba(34, 129, 201, 0.88);
    border-radius: 27px;
    border: 1px solid #4EB1FF;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
#part1 .at-plan{
    height: 344px;
    background: url(../images/index/plan.png) no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}


.conlumn{
    margin-bottom: 50px;
    position: relative;
    padding-top: 50px;
}
.conlumn .title{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    box-sizing: border-box;
    padding: 5px 10px;
}
.conlumn .con{
    font-size: 16px;
    line-height: 29px;
    color: var(--theme_color);
}
.conlumn img{
    width: 100%;
    display: block;
}
.conlumn .n-left{
    width: 720px;
    position: relative;
}
.conlumn .n-right{
    width: 380px;
    margin-bottom: 5px;
}
.conlumn .n-right a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.conlumn .n-right img{
    height: 195px;
}
.conlumn .n-right .title{
    font-size: 16px;
}
#part3{
    margin-bottom: 80px;
}
.op-course{
    height: 50px;
    position: relative;
}
.op-course-main{
    height: 380px;
    background: #CCD8EB;
}
.op-course-main .slogan{
    width: 776px;
    height: 146px;
    background: url(../images/index/slogan.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 60px;
}
.op-course-main .intro{
    position: absolute;
    top: 20px;
    right: 0px;
}
.op-course-main .intro .n-left{
    padding-top: 240px;
}
.op-course-main .intro img{
    width: 277px;
    height: 360px;
}
.op-course-main .intro .name{
    color: var(--theme_color);
    text-align: right;
}
.op-course-main .intro .name .eng{
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    padding-right: 25px;
    border-right: 1px solid #0C3C60;
    vertical-align: middle;
}
.op-course-main .intro .name .cn{
    font-size: 40px;
    line-height: 50px;
    padding-left: 25px;
    vertical-align: middle;
}
.op-course-main .intro .stit{
    font-size: 16px;
    line-height: 50px;
    color: #2E5693;
    text-align: right;
}
.op-course-rec{
    width: 534px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 12px rgba(18, 52, 105, 0.3);
    position: absolute;
    left: 0;
    top: -120px;
    box-sizing: border-box;
    padding: 40px 30px;
}
.op-course-rec .stit{
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: var(--theme_color);
}
.op-course-rec .con{
    font-size: 16px;
    line-height: 30px;
    color: var(--theme_color);
    margin-bottom: 15px;
}
.op-course-rec .more{
    width: 96px;
    height: 32px;
    background: var(--theme_color);
    box-shadow: 0px 0px 10px 4px rgba(18, 52, 105, 0.3);
    border-radius: 16px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    display: block;
}
.op-course-items{
    display: flex;
    justify-content: flex-end;
}
.op-course-items .item{
    width: 290px;
    margin-left: 35px;
}
.op-course-items .stit{
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: var(--theme_color);
}
.op-course-items .con{
    font-size: 16px;
    line-height: 30px;
    color: var(--theme_color);
}

#part4{
    margin-bottom: 80px;
}
#part4 h2:before {
    width: 455px;
}
#part4 h2:after {
    width: 455px;
}
.library-items{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
}
.library-items .item{
    width: 380px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.library-items .item:hover{
    background: #fff;
    box-shadow: 0px 0px 20px 12px rgba(18, 52, 105, 0.3);
}
.library-items .item img{
    width: 380px;
    height: 212px;
    display: block;
}
.library-items .item .intro{
    padding: 0 20px 20px;
}
.library-items .item .stit{
    font-size: 18px;
    color: var(--theme_color);
    line-height: 50px;
}
.library-items .item .con{
    font-size: 14px;
    color: var(--theme_color);
    line-height: 26px;
    margin-bottom: 20px;
}
.library-items .item .price{
    text-align: right;
}
.library-items .item .price p{
    display: inline;
}
.library-items .item .price .prev{
    font-size: 14px;
    line-height: 30px;
    color: #B1B1B1;
    padding-right: 20px;
}
.library-items .item .price .now{
    font-size: 20px;
    line-height: 30px;
    color: #CC3300;
}

#part5{
    background: var(--theme_color);
    padding: 70px 0;
}
#part5 h2 .eng{
    font-size: 50px;
    opacity: .29;
}
#part5 h2 .cn{
    color: #fff;
}
.nne-adv{
    height: 850px;
    position: relative;;
}
.nne-adv .item{
    width: 396px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: absolute;
}
.nne-adv .item .imgbox{
    width: 396px;
    height: 396px;
    border-radius: 100%;
    box-shadow: 0px 0px 14px 6px #09273D;
    border: 10px solid #FFFFFF; 
    background: #fff;
}
.nne-adv .item .imgbox img{
    width: 100%;
}

#part_6{
    padding: 0 0 50px;
}
#part_6 .hn-slide{
    width: 465px;
    height: 318px;
    overflow: hidden;
}
#part_6 .hn-slide img{
    width: 465px;
    height: 318px;
}
#part_6 .hn-slide p{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 65px 0 20px;
}
#part_6 .hn-slide .swiper-pagination{
    width: auto;
    position: absolute;
    left: 400px;
}
#part_6 .hn-slide  .swiper-pagination-bullet-active{
    background: #FF0000
}
#part_6 .hn-list{
    width: 690px;
    position: relative;
}
#part_6 .hn-list h3{
    font-size: 21px;
    color: #D21212;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}
#part_6 .hn-list ul{
    margin-bottom: 20px;
}
#part_6 .hn-list li{
    height: 40px;
    position: relative;
    padding-left: 30px;
}
#part_6 .hn-list li:before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #EBB090;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
#part_6 .hn-list li p{
    float: left;
    width: 480px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}
#part_6 .hn-list li:nth-child(1) p,
#part_6 .hn-list li:nth-child(2) p,
#part_6 .hn-list li:nth-child(3) p,
#part_6 .hn-list li:nth-child(4) p,
#part_6 .hn-list li:nth-child(5) p{
    color: #D21212;
    /*font-weight: bold;*/
}
#part_6 .hn-list li p.time{
    float: right;
    width: 110px;
    color: #9D9D9D;
    font-weight: normal;
}

#part_6 .more-news{
    position: relative;
    float: right;
}