.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;position: relative;}
/*banner*/
.banner-bg { width: 100%; height:674px; background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/banner-bg.jpg) no-repeat center;}
.banner{
    padding: 515px 0 0 243px;
}
.banner-bg p{
    width: 573px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    box-shadow: 0 0 15px rgba(213, 103, 127, .5);
}
.banner-bg p span,.banner-bg p a{
    float: left;
    font-size: 24px;
    text-align: center;
}
.banner-bg p span{
    width: 427px;
    background: #e54c3c;
    font-weight: 700;
    color: #fff;
}
.banner-bg p a{
    width: 146px;
    color: #e54c3c;
}
.wp h2{
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    color: #e73327;
    position: relative;
}
.wp h2 img{
    width: 174px;
    vertical-align: top;
}
.wp a.btn{
    display: block;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(#f96f64,#fd5591);
}
/*part1*/
.part1 {
    width: 100%;
    height: 56px;
    background:#e54c3c;
}
.part1 .w1140{
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
}
.part1 .w1140 a{
    width: 185px;
    height: 26px;
    color: #f5f7f8;
    font-size: 18px;
    line-height:26px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.part1 .w1140 a::before{
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 26px;
    right: 0;
    top: 0;
    border-right: 1px dashed #fff;
}
/*part2*/
.part2 {
    width: 100%;
    position: relative;
    padding: 75px 0 80px;
}
.part2::after{
    content: "";
    display: block;
    position: absolute;
    width: 360px;
    height: 425px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p2_bg1.png) no-repeat;
    top: 0;
    left: 0;
}
.part2::before{
    content: "";
    display: block;
    position: absolute;
    width: 353px;
    height: 353px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p2_bg2.png) no-repeat;
    bottom: 0;
    right: 0;
}
.part2 h2{
    margin-bottom:20px;
}
.part2 ul{
    width: 100%;
    padding-top: 19px;
}
.part2 ul li{
    position: relative;
    float: left;
    width:200px;
    height: 292px;
    top:0;
    border-bottom:2px solid #fcebea;
    background: #f7faf9;
    padding-top:96px;
    cursor: pointer;
    transition: top .3s, transform .3s;
    -webkit-transition: top .3s, -webkit-transform .3s;
}
.part2 ul li img{
    display: block;
    width: 41px;
    height: 41px;
    margin:0 auto 38px;
}
.part2 ul li span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}
.part2 ul li p{
    position: absolute;
    top: 292px;
    left: 0;
    width: 100%;
    height: 307px;
    background: linear-gradient(135deg,#fdcfd0,#e65243);
    padding: 72px 16px 0;
    transition: top .3s, transform .3s;
    -webkit-transition: top .3s, -webkit-transform .3s;
}
.part2 ul li p em{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: justify;

}
.part2 ul li p a{
    position: absolute;
    bottom: 22px;
    left: 50%;
    font-size: 16px;
    color: #fff;
    transform:translate(-50%,0);/*左右，上下*/
}
.part2 ul li p::after{
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 2px;
    top: 25px;
    left: 19px;
    background: #fff;
}
.part2 ul li:hover{
    top: -3px;
}
.part2 ul li:hover p{
    top: -19px;
}
/*part3*/
.part3 {
    width: 100%;
    height: 776px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p3_bg.jpg) no-repeat top;
    padding-top:50px;
}
.part3 h2{
    margin-bottom:20px;
}
.part3 h3{
    position: relative;
    width: 793px;
    height: 57px;
    margin: 0 auto 55px;
    border:1px dashed #ed7453;
    border-radius: 28.5px;
    font-weight: 500;
    font-size: 16px;
}
.part3 h3::after{
    content: "";
    display: block;
    position: absolute;
    width: 175px;
    height:3px;
    background: #e54c3c;
    top: 0;
    right: 82px;
}
.part3 h3 span{
    display: inline-block;
    width: 87px;
    height: 31px;
    margin:12px 23px 0 16px;
    border-radius: 15.5px;
    background: #ea1c24;
    text-align: center;
    line-height: 31px;
    color: #fff;
    font-size: 20px;
}
.part3 ul{
    float: left;
    width: 600px;
    height: 496px;
}
.part3 div ul:nth-child(1){
    padding-left:15px;
}
.part3 ul li.tit{
    height: 24px;
    line-height: 24px;
}
.part3 ul li.tit span{
    display:inline-block;
    min-width: 130px;
    padding-left: 25px;
    font-size: 24px;
    color: #111111;
    font-weight: 700;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p3_pic1.png) no-repeat 0 3px;
}
.part3 ul li.tit i{
    position: relative;
    font-style: normal;
    font-size: 14px;
    color: #111111;
    background: #fddfda;
}
.part3 ul li.flex_box{
    padding:22px 0 28px;
}
.part3 ul li.flex_box span{
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 19px;
    border-radius: 37px;
    background: #ea1c24;
    margin:0 47px 0 -4px;
    box-shadow:0 0 10px rgba(110, 110, 110, .3);
}
.part3 ul li.flex_box span::after{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);/*左右，上下*/
}
.part3 ul li.flex_box span:nth-child(1){
    margin-left: 0;
}
.part3 ul li.flex_box b{
    font-size: 20px;
}
.part3 ul li.col_dp{
    padding: 29px 0 0 15px;
    width: 493px;
}
.part3 ul li.col_dp span{
    display: block;
    position: relative;
    height: 57px;
    background: #fff;
    border-right: 2px solid #ea1c24;
    cursor: pointer;
    margin-bottom: 6px;
    box-shadow: 0 0 10px rgba(215, 171, 153, .3);
    transition: border-right .3s, transform .3s;
    -webkit-transition: border-right .3s, transform .3s;
}
.part3 ul li.col_dp i{
    display: block;
    width: 57px;
    height: 57px;
    background: #ea1c24;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding-top: 8px;
    font-style: normal;
    transition: background .3s, transform .3s;
    -webkit-transition: background .3s, transform .3s;
}
.part3 ul li.col_dp em{
    display: block;
    position: absolute;
    left:85px;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    transform:translate(0,-50%);/*左右，上下*/
    font-style: normal;
}
.part3 ul li.col_dp span:hover{
    border-right-color:#f4901e;
}
.part3 ul li.col_dp span:hover i{
    background: #f4901e;
}
.part3 ul li.flex_box2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top:47px;
}
.part3 ul li.flex_box2 span{
    position: relative;
    width: 138px;
    height: 94px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(215, 171, 153, .3);
    transition: background .3s, transform .3s;
    -webkit-transition: background .3s, transform .3s;
}
.part3 ul li.flex_box2 span:hover{
    background: #ea1c24;
}
.part3 ul li.flex_box2 i{
    position: absolute;
    left: 0;
    top: 50%;
    transform:translate(0,-50%);/*左右，上下*/
    width: 138px;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    transition: color .3s, transform .3s;
    -webkit-transition: color .3s, transform .3s;
}
.part3 ul li.flex_box2 span:hover i{
    color: #fff;
}
.part3 ul li.txt{
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    color: #000000;
    text-decoration: underline #eebbb8;
    margin-bottom: 26px;
}
.part3 ul li.txt img{
    width: 14px;
}
.part3 ul a{
    display: block;
    margin: 0 auto;
    width: 274px;
    height: 52px;
    border-radius: 26px;
    background: #ea1c24;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    transition: box-shadow .3s, transform .3s;
    -webkit-transition: box-shadow .3s, transform .3s;
}
.part3 ul a:hover{
    box-shadow:0 0 15px rgba(181, 9, 15, .5);
}
/*part4*/
.part4 {
    width: 100%;
    padding-top:68px;
}
.part4 h2{
    margin-bottom:68px;
}
.part4 .hd{
    height: 70px;
    text-align: center;
}
.part4 .hd li{
    display: inline-block;
    position: relative;
    height: 38px;
    padding:0 8px;
    margin:0 100px 0 96px;
    color:#111111;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}
.part4 .hd li.on{
    font-weight: 700;
    color: #e73327;
}
.part4 .hd li.on::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #e73327;
}
.part4 .bd .pub1{
    height: 188px;
    border-right: 2px solid #f0a49c;
    margin-bottom: 38px;
}
.part4 .bd .pub1 span{
    float: left;
    width: 463px;
    height: 188px;
    background:linear-gradient(to right,#e73327,#efcfcd);
    padding:30px 0 0 36px;
    overflow: hidden;
}
.part4 .bd .pub1 label{
    display: block;
    margin-bottom: 26px;
}
.part4 .bd .pub1 label em{
    display: inline-block;
    width: 84px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-style: normal;
    vertical-align: top;
    font-weight: 500;
}
.part4 .bd .pub1 label i{
    display: inline-block;
    width: 330px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-style: normal;
}
.part4 .bd .pub1 p{
    float: left;
    position: relative;
    width:735px;
    height: 188px;
    padding: 36px 30px 0 60px;
    line-height: 27px;
    color: #111111;
    font-size: 14px;
    background:linear-gradient(to right,#f9f9f9,#fcfcfc);
}
.part4 .bd .pub1 p::after{
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 188px;
    top: 0;
    left: 0;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p4_bg.png) no-repeat;
}
.part4 .bd .pub1 p b{
    color: #e54c3c;
}
.part4 .bd .pub2 label{
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-bottom:17px;
}
.part4 .bd .pub2 i{
    font-size: 16px;
    font-style: normal;
    color: #fff;
    line-height: 27px;
}
.part4 .bd .pub2 em{
    display: block;
    padding-top: 16px;
    line-height: 22px;
    color: #111111;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.part4 .bd .tit{
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding-left: 46px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p3_pic1.png) no-repeat 14px 2px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 52px;
}
.part4 .bd .txt_line{
    position: relative;
    height: 142px;
    background:url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p4_bg2.png) no-repeat 0 0;
}
.part4 .bd .txt_line span{
    display: block;
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    top: 73px;
    transform:translate(0,-50%);/*左右，上下*/
    cursor: pointer;
    left:1200px;
    transition: color .3s, transform .3s;
    -webkit-transition: color .3s, transform .3s;
}
.part4 .bd .txt_line span:hover{
    color: #e54c3c;
}
.part4 .bd .txt_line span:nth-child(1){
    left: 20px;
}
.part4 .bd .txt_line span:nth-child(2){
    left:247px;
}
.part4 .bd .txt_line span:nth-child(3){
    left:450px;
}
.part4 .bd .txt_line span:nth-child(4){
    left:634px;
}
.part4 .bd .txt_line span:nth-child(5){
    left:872px;
}
.part4 .bd .txt_line span:nth-child(6){
    left:1072px;
}
.part4 .bd .txt_line2{
    background:url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p4_bg4.png) no-repeat 0 0;
}
.part4 .bd .txt_line2 span:nth-child(1){
    left: 45px;
}
.part4 .bd .txt_line2 span:nth-child(2){
    left: 302px;
}
.part4 .bd .txt_line2 span:nth-child(3){
    left: 580px;
}
.part4 .bd .txt_line2 span:nth-child(4){
    left: 775px;
}
.part4 .bd .txt_line2 span:nth-child(5){
    left: 1018px;
}
.part4 .bd a{
    display: block;
    margin: 0 auto 40px;
    width: 274px;
    height: 52px;
    border-radius: 26px;
    background: #ea1c24;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    transition: box-shadow .3s, transform .3s;
    -webkit-transition: box-shadow .3s, transform .3s;
}
.part4 .bd a:hover{
    box-shadow:0 0 15px rgba(181, 9, 15, .5);
}
.part4 .bd .sgu_box{
    position: relative;
    padding-left: 276px;
}
.part4 .bd .sgu_box::after{
    content: "";
    display: block;
    position: absolute;
    width: 833px;
    height: 2px;
    background: #fff;
    left:320px;
    top: 200px;
    z-index: 10;
}
.part4 .bd .sgu_box p{
    position: absolute;
    top: 0;
    left: 0;
    width: 318px;
    height: 434px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p4_bg3.png) no-repeat 0 0;
    z-index:1;
    padding:96px 65px 0 36px;
}
.part4 .bd .sgu_box p span{
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 25px;
}
.part4 .bd .sgu_box p em{
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height:22px;
    text-align: justify;
}
.part4 .bd .sgu_box li{
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    padding: 40px 0 0 42px;
}
.part4 .bd .sgu_box li:nth-of-type(1){
    height: 189px;
}
.part4 .bd .sgu_box li:nth-of-type(2){
    height: 222px;
}
.part4 .bd .sgu_box label{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding-left: 46px;
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p3_pic1.png) no-repeat 14px 4px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 27px;
}
.part4 .bd .sgu_box li:nth-of-type(1) div{
    height: 98px;
}
.part4 .bd .sgu_box li:nth-of-type(1) span{
    float: left;
}
.part4 .bd .sgu_box li:nth-of-type(1) span:nth-of-type(1){
    width: 427px;
}
.part4 .bd .sgu_box li:nth-of-type(1) span:nth-of-type(2){
    width: 430px;
}
.part4 .bd .sgu_box li:nth-of-type(1) span i{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #f4901e;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    font-style: normal;
    vertical-align: top;
}
.part4 .bd .sgu_box li:nth-of-type(1) span em{
    display: inline-block;
    min-width: 315px;
    padding-left: 17px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    vertical-align: top;
    font-weight: 500;
}
.part4 .bd .sgu_box li:nth-of-type(2) span{
    display: block;
    height: 32px;
    padding-left: 25px;
    line-height: 32px;
}
.part4 .bd .sgu_box li:nth-of-type(2) i,.part4 .bd .sgu_box li:nth-of-type(2) em{
    float: left;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.part4 .bd .sgu_box li:nth-of-type(2) i{
    width: 380px;
}
.part4 .bd .sgu_box a{
    margin: 46px 0 53px 183px;
}
/*part5*/
.part5 {
    width: 100%;
    padding-top: 30px;
}
.part5 h2{
    margin-bottom:40px;
}
.part5 .hd{
    height: 70px;
    text-align: center;
}
.part5 .hd li{
    display: inline-block;
    position: relative;
    height: 38px;
    padding:0 8px;
    margin:0 100px 0 96px;
    color:#111111;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}
.part5 .hd li.on{
    font-weight: 700;
    color: #e73327;
}
.part5 .hd li.on::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #e73327;
}
.part5 .bd{
    padding-bottom:50px;
}
.part5 .bd img{
    margin:0 auto;
}
.part5 .bd a{
    display: block;
    margin:43px auto 0;
    width: 304px;
    height: 52px;
    border-radius:26px;
    background: #f4901e;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    transition: box-shadow .3s, transform .3s;
    -webkit-transition: box-shadow .3s, transform .3s;
}
.part5 .bd a:hover{
    box-shadow:0 0 15px rgba(174, 93, 0, .5);
}
/*part6*/
.part6 {
    width: 100%;
    position: relative;
    padding-top:60px;
}
.part6::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 373px;
    background: #e54c3c;
    top: 0;
    left: 0;
    z-index:-2;
}
.part6 h2{
    color:#fff;
    margin-bottom:50px;
}
.part6 h2::after{
    color:#e8665a
}
.part6 .w1140 div.swiper-container{
    width: 1000px;
    margin:0 auto;
}
.part6 .w1140 div ul{
    padding-bottom: 20px;
}
.part6 .w1140 div ul li{
    width: 212px;
    height: 246px;
    background: #fff;
    box-shadow: 0 0 15px rgba(163,163,163,.5);
    padding-top: 28px;
}
.part6 .w1140 div ul li label{
    display: block;
    width:78px;
    height:78px;
    margin:0 auto 25px;
}
.part6 .w1140 div ul li label img{
    width: 78px;
}
.part6 .w1140 div ul li span{
    display: block;
    color: #111111;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 31px;
}
.part6 .w1140 div ul li a{
    display: block;
    margin: 0 auto;
    width: 175px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e54c3c;
    border-radius: 18px;
    text-align: center;
    color: #e54c3c;
    font-size: 14px;
}
.part6 .w1140 .swiper-button-next,.part6 .w1140 .swiper-button-prev{
    width: 41px;
    height: 41px;
    margin-top: 40px;
}
.part6 .w1140 .swiper-button-next{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p6_btn.png) 0 -41px;
}
.part6 .w1140 .swiper-button-prev{
    background: url(http://cdn.img.liuxue.zmnedu.com/static/rblx/images/p6_btn.png)
}
/*part7*/
.part7 {
    width: 100%;
    padding-top: 44px;
}
.part7 h2{
    margin-bottom: 50px;
}
.part7 ul{
    width: 100%;
    padding-left: 17px;
    display: flex;
    justify-content: space-between;
}
.part7 ul li{
    position: relative;
    width: 253px;
    height: 161px;
    border: 1px solid;
    padding: 36px 15px 0;
    box-shadow:0 0 10px rgba(119, 119, 119, .3);
}
.part7 ul li label{
    display: block;
    position: absolute;
    width: 106px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    color: #fff;
    top:-19px;
    left:-17px;
    font-size: 18px;
    font-weight: 700;
}
.part7 ul li span{
    font-size: 14px;
    color: #111111;
    line-height:24px;
}
.part7 ul li span b{
    font-size: 16px;
}
.part7 ul li:nth-child(1){
    border-color: #f86f64;
}
.part7 ul li:nth-child(2){
    border-color: #5bd3d9;
}
.part7 ul li:nth-child(3){
    border-color: #b997f3;
}
.part7 ul li:nth-child(4){
    border-color: #facb29;
}
.part7 ul li:nth-child(1) label{
    background-image:linear-gradient(#f86f64,#fd5591);
}
.part7 ul li:nth-child(2) label{
    background-image:linear-gradient(#68e0cf,#219dfe);
}
.part7 ul li:nth-child(3) label{
    background-image:linear-gradient(#d8a0fe,#7784d9);
}
.part7 ul li:nth-child(4) label{
    background-image:linear-gradient(#ff544f,#fad028);
}
.part7 a.btn{
    margin: 45px auto 42px;
    width: 274px;
    height: 52px;
    font-size:16px;
    line-height: 52px;
    border-radius: 26px;
    background-image:linear-gradient(to right,#e54c3c,#eb272e);
    transition: box-shadow .3s, transform .3s;
    -webkit-transition: box-shadow .3s, transform .3s;
}
.part7 a.btn:hover{
    box-shadow:0 0 15px rgba(0, 0, 0, .4);
}
/*part8*/
.part8{
    width: 100%;
    padding:42px 0 96px;
}
.part8 h2{
    margin-bottom:50px;
}
.part8 ul{
    position: relative;
    height: 397px;
    padding:42px 0 0 428px;
}
.part8 ul img{
    position: absolute;
    width: 652px;
    height: 397px;
    top: 0;
    left: 0;
    z-index: -1;
}
.part8 ul li{
    width: 710px;
    height: 107px;
    background: #fff;
    color: #111111;
    font-size: 14px;
    box-shadow:0 0 15px rgba(163, 163, 163, .5);
    line-height: 28px;
    padding:24px 42px 0 45px;
    margin-bottom: 16px;
}
.part8 ul a.btn{
    float: right;
    margin-right: 11px;
    width: 262px;
    height: 56px;
    border-radius: 28px;
    line-height: 56px;
    font-size: 20px;
}