.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: 1000px; margin: 0 auto}
em,i{
    font-style: normal;
}
/*banner*/
.banner-bg { width: 100%; height: 448px;position: relative;}
.banner{
    width: 100%;
    height: 448px;
    
}
.banner p{
    padding:295px 0 0 0;
}
.banner:nth-of-type(1){
    background: url(images/banner-bg.jpg) no-repeat center 
}
.banner:nth-of-type(2){
    background: url(images/banner-bg_new.jpg) no-repeat center 
}
.banner:nth-of-type(1) a{
    float: left;
    width: 151px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 20.5px;
    color:#fff;
    font-size: 18px;
    border: 2px solid;
    margin-right: 18px;
    transition: background .3s,border-color .3s, transform .3s;
}
.banner:nth-of-type(1) a.bg_orange{
    margin-left: 160px;
}
.banner:nth-of-type(2) a{
    margin: 60px 0 0 10px;
}
.banner-bg ul.hd{
    position: absolute;
    width: 1000px;
    height: 8px;
    text-align: center;
    bottom: 20px;
    left: 50%;
    margin-left: -500px;
}
.banner-bg ul.hd li{
    display: inline-block;
    width: 40px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,.3);
    margin: 0 4px;
    cursor: pointer;
}
.banner-bg ul.hd li.on{
    background: rgba(255,255,255,.7);
}
.banner-bg:hover .prev,.banner-bg:hover .next{
	display:block;
}
.banner-bg .prev,.banner-bg .next{
	display: none;
	position: absolute;
	width: 46px;
	height: 46px;
	top: 162px;
	background: url(http://cdn.img.liuxue.zmnedu.com/static/index/images/banner_pn.png) no-repeat;
    opacity: .4;
    left: 50%;
}
.banner-bg .prev{
	margin-left: -550px;
	background-position: 0 0;
}
.banner-bg .next{
	margin-left: 505px;
	background-position: -46px 0;
}
.banner-bg .prev:hover,.banner-bg .next:hover{
	opacity: .7
}
a.new_set{
    display: block;
    width: 401px;
    height: 54px;
    border-radius:27px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #313131;
    background: #fadb13;
    box-shadow: 0 5px 0 rgba(82, 61, 193, 1);
    transition: background .3s, transform .3s;
}
a.new_set:hover{
    background:#fc5e16
}
.banner a.bg_orange{
    background: #fc5e16;
    border-color: #fc5e16;
}
.banner a.bg_orange:hover{
    background: #ff1200;
    border-color: #ff1200;
}
.banner a.bg_none{
    border-color: #fff;;
}
.banner a.bg_none:hover{
    background: #fc5e16;
    border-color: #fc5e16;
}
h2{
    padding-top: 30px;
    text-align: center;
}
h2 em{
    display: block;
    line-height: 70px;
    font-size: 40px;
    color: #111111;
}
h2 span{
    display:inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 500;
    padding:0 15px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}
h2 span::after,h2 span::before{
    position: absolute;
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    top: 16px;
    background: #000;
}
h2 span::after{
    right: -44px;
}
h2 span::before{
    left: -44px;
}
a.btn{
    display: block;
    width: 328px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: #fc5e16;
    color: #fff;
    font-size: 20px;
    margin: 20px auto 0;
    transition:background .3s,transform .3s;
}
a.btn:hover{
    background:#ff1200;
}
/*part1*/
.part1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #102641;
}
.part1 .w1140{
    display: flex;
    justify-content: space-around;
}
.part1 .w1140 a{
    width: 33%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: color .3s,transform .3s;
}
.part1 .w1140 a:hover{
    color: #fc5e16;
}
.part1 .w1140 a.active{
    color: #fc5e16;
}
/*part2*/
.part2 {
    width: 100%;
    padding-bottom: 91px;
}
.part2 .sle-flo{
    width: 1000px;
    margin: 0 auto;
}
.part2 .swiper-button-next,.part2 .swiper-button-prev{
    width: 37px;
    height: 37px;
    background-image: url(http://cdn.img.liuxue.zmnedu.com/ks/static/studyAbroad-FRA/images/p2_bg2.png);
    background-size: 74px;
}
.part2 .swiper-button-prev{
    background-position: 0 0;
}
.part2 .swiper-button-next{
    background-position: -37px 0;
}
/*part3*/
.part3 {
    width: 100%;
    background: #e71f1c;
    height: 186px;
}
.part3 .w1140{
    position: relative;
    padding-top: 25px;
}
.part3 p{
    width:460px;
    height: 37px;
    border-radius: 18.5px;
    background:#ffdd21;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    line-height: 37px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 500;
}
.part3 img{
    position: absolute;
    display: block;
    box-shadow:0 0 10px rgba(136, 136, 136, .31);
}
.part3 img.pic1{
    top: -54px;
    left: 469px;
    z-index: 1;
}
.part3 img.pic2{
    top: -18px;
    right: 0;
    z-index:2;
}
/*part4*/
.part4 {
    width: 100%;
    padding-bottom: 50px;
}
.part4 .w1140{
    padding-top: 25px;
}
.part4 h3{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    padding: 0 85px;
}
.part4 .p4_sel{
    margin-top: 30px;
}
.part4 .p4_sel .bs_tit{
    display: flex;
    height: 92px;
    padding: 0 80px;
    justify-content: space-around;
}
.part4 .p4_sel .bs_tit li{
    position: relative;
    width: 158px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #777777;
    font-size: 18px;
    color: #111;
    border-radius: 18px;
    cursor: pointer;
    transition:background .3s,border-color .3s,color .3s,transform .3s;
}
.part4 .p4_sel .bs_tit li:hover{
    background: #fc5e16;
    border-color: #fc5e16;
    color: #fff;
}
.part4 .p4_sel .bs_tit li.on{
    background: #fc5e16;
    border-color: #fc5e16;
    color: #fff;
}
.part4 .p4_sel .bs_tit li.on::after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px ;
    border-style: solid;
    border-color: #fc5e16 rgb(0, 0, 0,0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 30px;
    left:50%;
    margin-left: -15px;
    z-index:999;
}
.part4 .info{
    padding:51px 0 0;
}
.part4 .classification h4{
    width: 1000px;
    height: 255px;
    position: relative;
    padding: 48.5px 0 0 440px;
    background: url(http://cdn.img.liuxue.zmnedu.com/ks/static/studyAbroad-FRA/images/p4_bg1.jpg) no-repeat;
}
.part4 .classification h4 img{
    position: absolute;
    display: block;
    width: 361px;
    height: 273px;
    top: -51px;
    left: 41px;
}
.part4 .classification h4 span{
    display: block;
    width: 525px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
}
.part4 .classification h5{
    display: inline-block;
    height: 73px;
    border-bottom: 1px solid #000;
    padding-top: 27px;
    line-height: 46px;
    font-size: 18px;
    color: #111;
}
.part4 .classification h5 span{
    color: #999;
    font-size: 12px;
    vertical-align: inherit;
}
.part4 .classification p{
    margin-top: 30px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.part4 .classification span{
    position: relative;
}
.part4 .p4_pub p span{
    width: 244px;
    height: 154px;
}
.part4 .classification p label{
    display:block;
    position: absolute;
    min-width: 200px;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.part4 .classification ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part4 .classification ul li{
    margin-top: 84px;
    width: 236px;
    height: 310px;
    border-radius: 9px;
    border: 1px solid #a7b4c4;
    box-shadow: 0 0 5px rgba(136, 136, 136, .31);
    position: relative;
    padding: 64px 10px 0;
}
.part4 .classification ul li img{
    display: block;
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 52.5px;
    border:2px solid #a6b4c5;
    top: -55px;
    left: 50%;
    margin-left: -52.5px;
}
.part4 .classification ul li em{
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #111;
    font-size: 18px;
    margin-bottom: 15px;
}
.part4 .classification ul li span{
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
.part4 .classification ul li label{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom:5px;
    text-align: justify;
}
.part4 a.btn{
    margin-top: 46px;
}
.part4 .p4_bis p span{
    width: 327px;
    height:154px;
}
.part4 .p4_rev p{
    margin-top: 20px;
}
.part4 .p4_rev h6{
    margin-top: 15px;
    height: 53px;
}
.part4 .p4_rev h6 label{
    float: left;
    width: 123px;
    height: 53px;
    background: #102641;
    text-align: center;
    line-height: 26.5px;
    font-size: 14px;
    color: #fff;
    font-weight:500;
}
.part4 .p4_rev h6 span{
    float: left;
    height: 53px;
    padding-left: 18px;
    line-height: 26.5px;
    font-weight:500;
}
.part4 .p4_z p{
    margin-top: 19px;
}
.part4 .p4_z span{
    margin-top: 11px;
}
/*part5*/
.part5 {
    width: 100%;
    background: url(http://cdn.img.liuxue.zmnedu.com/ks/static/studyAbroad-FRA/images/p5_bg1.jpg) no-repeat top;
    padding-bottom: 51px;
}
.part5 .w1140{
    padding-top: 30px;
}
.part5 h3{
    display: inline-block;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
.part5 h3 span{
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    letter-spacing: -1px;
}
.part5 ul.area1{
    width: 1000px;
    display: flex;
    justify-content: space-between;
}
.part5 ul.area1 li{
    margin-top: 53px;
    width: 478px;
    height: 288px;
    background: #fff;
    border-radius: 18px 0 18px 0;
    box-shadow: 0 0 5px rgba(184, 184, 184, .31);
    position: relative;
    padding: 35px 35px 0 40px;
}
.part5 ul.area1 li label{
    position:absolute;
    display: block;
    width: 154px;
    height: 41px;
    background: #102641;
    top: -18px;
    left: 24px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.part5 ul.area1 li span{
    display: block;
    font-size: 18px;
    color: #111;
    line-height: 32px;
    margin-bottom: 9px;
}
.part5 ul.area1 li em{
    display: block;
    height: 18px;
    line-height: 18px;
    background: url(http://cdn.img.liuxue.zmnedu.com/ks/static/studyAbroad-FRA/images/p5_bg1.png) no-repeat 0 0;
    padding-left: 32px;
    margin-bottom: 7px;
    font-weight: 500;
}
.part5 ul.area1 li em:nth-of-type(1){
    height: 31px;
    border-bottom: 1px dotted #dfdfdf;
}
.part5 ul.area1 li a{
    float: right;
    padding-top: 15px;
    height: 16px;
    line-height: 16px;
    color: #fc5e16;
    font-style: italic;
}
.part5 h4{
    margin: 38px 0 40px;
    height: 83px;
    border: 1px dashed #00b5ad;
    border-radius: 5px;
    background: #fff;
    padding:14.5px 24px 0 265px;
    position: relative;
}
.part5 h4 label{
    display: block;
    position: absolute;
    width: 230px;
    height: 103px;
    top: -11px;
    left: 27px;
    background: url(http://cdn.img.liuxue.zmnedu.com/ks/static/studyAbroad-FRA/images/p5_bg2.png) no-repeat;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
}
.part5 h4 span{
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    color: #111;
    font-weight: 500;
}
.part5 h4 span i{
    font-weight: 700;
}
.part5 h4 a{
    float: right;
    width: 151px;
    height: 38px;
    border-radius: 19px;
    background: #fc5e16;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    margin-top:7px;
    font-weight: 500;
    transition:background .3s,transform .3s;
}
.part5 h4 a:hover{
    background: #ff1200;
}
.part5 ul.area2{
    margin-top: 31px;
    padding: 0 8px;
}
.part5 ul.area2::after{
    content:"";
    display: block;
    clear: both;
}
.part5 ul.area2 li{
    width: 463px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 13px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow:0 0 5px rgba(184, 184, 184, .31);
}
.part5 ul.area2 li:nth-child(odd){
    float: left;
}
.part5 ul.area2 li:nth-child(even){
    float: right;
}
.part5 ul.area2 li label{
    display: block;
    padding-left: 45px;
    height: 62px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 8.5px;
    line-height: 62px;
}
.part5 ul.area2 li label i{
    font-size: 54px;
    opacity: .7;
    margin-right: 25px;
    vertical-align: middle;
}
.part5 ul.area2 li span{
    display: block;
    line-height: 29px;
    font-size: 14px;
    color: #111;
    padding:0 40px 0 50px;
}
.part5 ul.area2 li a{
    float: right;
    width: 200px;
    line-height: 29px;
    font-size: 14px;
    color: #fc5e16;
}
.part5 ul.area2 li:nth-child(1) label{
    background: #fe5d5d;
}
.part5 ul.area2 li:nth-child(2){
    margin-top: 48px;
}
.part5 ul.area2 li:nth-child(2) label{
    background: #448aca;
}
.part5 ul.area2 li:nth-child(3) label{
    background: #8fc31f;
}
.part5 ul.area2 li:nth-child(4) label{
    background:#00b5ad
}
.part5 a.btn{
    margin-top: 23px;
}
/*part99*/
.part99{
    width: 100%;
    height: 734px;
    padding: 52px 0 64px;
    background: #102641;
}
.part99 h2{
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 0;
}
.part99 h3{
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 87px;
}
.part99 .w1140{
    height: 488px;
    position: relative;
}
.part99 .w1140 ul:nth-child(1){
    float: left;
    width: 334px;
    height: 394px;
    background: #fff;
    padding: 28px 60px 0 33px;
}
.part99 .w1140 ul:nth-child(1) li:nth-child(1){
    width: 100%;
    height: 44px;
    border: 1px dashed #102641;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    color: #102641;
    margin-bottom: 17px;
}
.part99 .w1140 ul:nth-child(1) li:nth-child(2){
    text-align: center;
    font-size: 16px;
    color: #102641;
    line-height: 30px;
}
.part99 a.btn{
    width: 175px;
    height: 42px;
    border-radius: 21px;
    line-height: 42px;
}
.part99 .w1140 i{
    color: #e71f1c;
    font-style: normal;
}
.part99 .w1140 ul:nth-child(2){
    position: absolute;
    width: 382px;
    height: 488px;
    box-shadow: 0 0 5px rgba(16,38,65,.21);
    padding: 43px 42px 0;
    top: -43px;
    left: 50%;
    margin-left: -191px;
    background: #fff;
}
.part99 .w1140 ul:nth-child(2) li:nth-child(1){
    width: 241px;
    height: 44px;
    margin: 0 auto;
    border: 1px dashed #e71f1c;
    text-align: center;
    line-height: 42px;
    color: #e71f1c;
    font-size: 20px;
    font-weight: 700;
}
.part99 .w1140 ul:nth-child(2) li:nth-child(2){
    margin-top: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #102641;
    padding-left: 18px;
    margin-bottom: 46px;
}
.part99 .w1140 ul:nth-child(2) a.btn{
    width: 299px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 17px;
}
.part99 .w1140 ul:nth-child(3){
    float: right;
    width: 334px;
    height: 394px;
    background: #fff;
    padding: 28px 32px 0 60px;
}
.part99 .w1140 ul:nth-child(3) li:nth-child(1){
    width: 100%;
    height: 44px;
    border: 1px dashed #102641;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    color: #102641;
    margin-bottom: 17px;
}
.part99 .w1140 ul:nth-child(3) li:nth-child(2){
    text-align: center;
    font-size: 16px;
    color: #102641;
    line-height: 30px;
    height: 210px;
}