.wp * { box-sizing: border-box }
.clearfix:after { content: "."; display: block; clear: both; height: 0; overflow: hidden }
.clearfix { zoom: 1 }
.left { float: left }
.right { float: right }
.block { display: block }
.JS_kefu { cursor: pointer }
.w1140 { width: 1200px; margin: 0 auto; overflow: hidden;padding: 0 30px;}
/*banner*/
.banner-bg { width: 100%; height:450px; background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/banner-bg.jpg) no-repeat center }
.banner {
    height:450px;
    padding:120px 0 0 54px;
}
.banner p{
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner span{
    display: block;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 48px;
}
.banner a.btn{
    margin: 0;
}
h2{
    height: 104px;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/h2_bg.png) no-repeat center center;
    line-height: 104px;
    text-align: center;
    color:#111111;
    font-size: 36px;
    font-weight: 700;
}
a.btn{
    display: block;
    margin: 0 auto;
    width: 286px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid #e03d1c;
    border-radius: 27px;
    box-shadow: 0 0 7px rgba(101,7,0,.6);
    background-image:linear-gradient(#ff452b,#ffac56);
}
a.btn:hover{
    background-image:linear-gradient(#ffac56,#ff452b);
}
/*part1*/
.part1 {
    width: 100%;
    height: 30px;
    position: relative;
}
.part1 .w1140{
    position: absolute;
    top: -30px;
    height: 60px;
    background:#fff;
    left: 50%;
    transform:translate(-50%,-0);/*左右，上下*/
    box-shadow: 0 0 10px rgba(102,102,102,.35);
    border-radius: 10px;
    padding:14px 28px 0;
}
.part1 .w1140 p{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.part1 .w1140 p a{
    width: 150px;
    height:34px;
    text-align: center;
    line-height: 34px;
    color: #111111;
    font-size: 18px;
    position: relative;
}
.part1 .w1140 p a::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 34px;
    border-right: 1px dotted #484848;
    top: 0;
    right: -18px;
}
.part1 .w1140 p a:last-child::after{
    display: none;
}
.part1 .w1140 p a::before{
    content: "";
    position: absolute;
    display: none;
    width:150px;
    height: 4px;
    background: #d83143;
    bottom: -12px;
    left: 0;
}
.part1 .w1140 p a.on::before{
    display: block;
}
.part1 .w1140 p a:hover{
    font-weight: 700;
}
/*part2*/
.part2 {
    width: 100%;
    padding: 67px 0 53px;
}
.part2 h2{
    margin-bottom: 60px;
}
.part2 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.part2 ul li{
    width: 182px;
    height: 191px;
    position: relative;
}
.part2 ul li::before{
    position: absolute;
    content: "";
    width:0px;
    height: 191px;
    border-right: 1px dotted #7a7a7a;
    top: 0;
    right: -30px;
}
.part2 ul li:last-child::before{
    display: none;
}
.part2 ul li label{
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.part2 ul li span{
    display: block;
    padding-top: 17px;
    text-align: center;
    font-size: 14px;
    color: #111;
    line-height:25px;
    position: relative;
    z-index: 1;
}
.part2 ul li span::after{
    display: block;
    width: 100%;
    position: absolute;
    font-size:84px;
    color: #000;
    opacity: .2;
    top:34px;
    z-index: 0;
    font-weight: 700;
}
.part2 ul li:nth-child(1) span::after{
    content:"1";
}
.part2 ul li:nth-child(2) span::after{
    content:"2";
}
.part2 ul li:nth-child(3) span::after{
    content:"3";
}
.part2 ul li:nth-child(4) span::after{
    content:"4";
}
.part2 ul li:nth-child(5) span::after{
    content:"5";
}
.part2 ul li:nth-child(1) label{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p2-bg1.jpg) no-repeat;
}
.part2 ul li:nth-child(2) label{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p2-bg2.jpg) no-repeat;
}
.part2 ul li:nth-child(3) label{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p2-bg3.jpg) no-repeat;
}
.part2 ul li:nth-child(4) label{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p2-bg4.jpg) no-repeat;
}
.part2 ul li:nth-child(5) label{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p2-bg5.jpg) no-repeat;
}
.part2 ul li a.btn{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translate(-50%,0);/*左右，上下*/
    width: 117px;
    height: 34px;
    border-radius: 17px;
    border: none;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
}
/*part3*/
.part3 {
    width: 100%;
    height: 397px;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p3_bg.jpg) no-repeat top;
    padding-top:54px;
}
.part3 h2{
    margin-bottom: 60px;
}
.part3 ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.part3 ul li{
    width: 260px;
    padding:15px 0 0 60px;
    position: relative;
}
.part3 ul li b{
    position: absolute;
    width: 47px;
    height: 71px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p3_bg1.png) no-repeat bottom;
    font-size: 72px;
    color: #000;
    font-weight: bolder;
    left: 0;
    top: 0;
    line-height:55px;
    text-align: center;
}
.part3 ul li span{
    display: block;
    font-size: 16px;
    color: #111;
    line-height:28px;
}
.part3 ul li a{
    color: #d00000;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
    margin-top: 10px;
}
.part3 ul li a:hover{
    font-style: normal;
}
/*part4*/
.part4 {
    width: 100%;
    padding: 67px 0 73px;
}
.part4 h2{
    margin-bottom: 131px;
}
.part4 ul{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-between;
}
.part4 ul li{
    width: 110px;
    height: 128px;
    position: relative;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p4_bg2.png) no-repeat;
}
.part4 ul li::before{
    content: "";
    position: absolute;
    width:110px;
    height: 17px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p4_bg1.png) no-repeat;
    left: 110px;
    top: 50px;
}
.part4 ul li:last-child::before{
    display: none;
}
.part4 ul li label{
    display:block;
    width: 110px;
    height: 128px;
    text-align: center;
    line-height: 128px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.part4 ul li span{
    position: absolute;
    width: 180px;
    height: 50px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    left: 50%;
    transform:translate(-50%,0);/*左右，上下*/
}
.part4 ul li span::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 14px;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p4_bg3.png) no-repeat;
    left: 50%;
    transform:translate(-50%,0);/*左右，上下*/
}
.part4 ul li:nth-child(odd) span{
    top: -70px;
}
.part4 ul li:nth-child(even) span{
    bottom: -70px;
}
.part4 ul li:nth-child(odd) span::before{
    top: 50px;
}
.part4 ul li:nth-child(even) span::before{
    top:-18px;
}
/*part5*/
.part5 {
    width: 100%;
    height: 644px;
    padding: 56px 0 96px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p5_bg.jpg) no-repeat top;
}
.part5 h2{
    margin-bottom: 47px;
}
.part5 li{
    width: 338px;
    height: 341px;
    border: 1px solid #d83143;
}
.part5 li span{
    display: block;
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background:#d83143;
    position: relative;
}
.part5 li span b,.part5 li span img{
    display: inline-block;
}
.part5 li span b{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.part5 li span img{
    width: 59px;
    border-radius: 50%;
}
.part5 li p{
    width: 100%;
    height: 264px;
    background: #fff;
    padding:18px 25px 0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #111111;
}
.part5 li a.btn{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform:translate(-50%,0);/*左右，上下*/
    width: 166px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    font-size: 16px;
    border: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    text-align: center;
    padding-top: 24px;
}
.part5 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.part5 .swiper-pagination-bullet-active{
    background:#d83143;
}
/*part6*/
.part6 {
    width: 100%;
    height: 650px;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p6_bg.jpg) no-repeat top;
    padding-top:49px;
}
.part6 h2{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/h2_bg1.png) no-repeat center center;
    color: #fff;
    margin-bottom: 60px;
}
.part6 ul{
    display: flex;
    width: 100%;
    justify-content:center;
    flex-wrap: wrap;
}
.part6 ul li{
    width: 373px;
    height: 132px;
    background: #fff;
    position: relative;
    padding-top: 48px;
    margin:0 3px 38px;
    text-align: center;
}
.part6 ul li p{
    display: inline-block;
    color: #111;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}
.part6 ul li span{
    display: block;
    height: 44px;
    line-height: 44px;
    padding:0 27px;
    position: absolute;
    background:#ffd800;
    color: #111;
    font-size: 18px;
    top: -14px;
    left: 15px;
    font-weight: 700;
}
/*part7*/
.part7 {
    width: 100%;
    padding: 49px 0 98px;
}
.part7 h2{
    margin-bottom: 60px;
}
.part7 .w1140{
    overflow: inherit;
}
.part7 ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.part7 ul li{
    width: 549px;
    height: 226px;
    border:1px dashed #d83143;
    position: relative;
    padding-top:28px;
    text-align: center;
}
.part7 ul li label{
    display: block;
    height: 40px;
    background:#d83143;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 18px;
}
.part7 ul li span{
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 28px;
    padding: 0 80px;
}
.part7 ul li .btn{
    width: 166px;
    height: 34px;
    line-height: 34px;
    border: none;
    border-radius:17px;
    font-size: 16px;
    margin-top: 15px;
}
.part7 ul li img{
    position: absolute;
}
.part7 ul li:nth-child(1) img{
    top:-113px;
    left:-55px;
}
.part7 ul li:nth-child(2) img{
    right:-65px;
    bottom: -60px;
}
/*part8*/
.part8 {
    width: 100%;
    padding-bottom: 90px;
}
.part8 h2{
    margin-bottom: 64px;
}
.part8 div{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.part8 div ul{
    width: 50%;
    height: 355px;
}
.part8 div ul:nth-child(1){
    background: #d8323e;
}
.part8 div ul:nth-child(2){
    background: #f8f5fb;
}
.part8 div ul:nth-child(1) li{
    float: right;
    padding-left: 20px;
    padding-right: 25px;
}
.part8 div ul:nth-child(2) li{
    float: left;
    padding-left: 70px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/jndbk/images/p8_bg.png) no-repeat 235px 101px;
}
.part8 div ul li{
    width: 570px;
    padding-top: 60px;
}
.part8 div ul li strong{
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    color: #fff;
    margin-bottom: 28px;
}
.part8 div ul li strong::before{
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    height: 1px;
    background: #fff;
    top: 11px;
    left: 112px;
}
.part8 div ul:nth-child(2) li strong{
    color: #111111;
}
.part8 div ul:nth-child(2) li strong::before{
    background: #111;
}
.part8 div ul span{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.part8 div ul label{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.part8 div ul p{
    font-size: 18px;
    line-height:30px;
    color: #111;
}
.part8 a.btn{
    margin-top:40px;
}
/*part9*/
.part9 {
    width: 100%;
    padding-bottom:85px;
}
.part9 h2{
    margin-bottom: 49px;
}
.part9 ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.part9 ul li{
    width: 548px;
    background: #f2f2f2;
    padding:20px 40px;
    color: #111111;
    font-size: 16px;
    line-height: 28px;
}
.part9 a.btn{
    margin-top: 45px;
}