body {
    background: #fcfafa;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 600px;
    margin-top: 60px;

}

.swiper-slide {
    height: 422px;
    background: #fff;

     overflow: hidden;
    /* 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;
    border: 2px solid #d7d7d7;
    box-sizing: border-box;
}



.banner{
    width: 100%;
    height:603px ;
    margin-top: -10px;
    min-width: 1200px;
    overflow:hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width: 1600px) {/*1.2*/
    .banner{
        height:502.5px;
    }
}
@media (max-width: 1440px) {
    .banner{
        height:463px ;/*1.3*/
    }
}
@media (max-width: 1280px) {
    .banner{
        height:402px ;/*1.5*/
    }
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.title{
    text-align: center;
    font-size: 45px;
    font-weight: bolder;
    overflow: hidden;
    color: #000;
    width: 600px;
    margin: 60px auto 10px;
    letter-spacing: 8px;
}
.title div{
    float: left;
}

.title .icon{
    width: 34px;
    height: 30px;
    background: url("../imgs/icon1.jpg") no-repeat 0 0/100% 100%;
    margin: 10px 50px;
}
.title .icon2{
    background: url("../imgs/icon2.jpg") no-repeat 0 0/100% 100%;

}

/*留学优势*/
.english{
    color: #7c7c7c;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Myriad Pro";
    text-align: center;
}
.lxys ul{
    overflow: hidden;
    width: 1200px;
    margin: 50px auto;
}
.lxys ul li{
    float: left;
    width: 280px;
    height: 544px;
    border: 2px solid #e6e6e6;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 10px 10px;
    color: #9e9e9e;
    cursor: pointer;

}
.lxys ul li:hover{
    box-shadow: 1px 1px 12px 0 #ec8f9e;
    border: none;
}
.lxys ul li .icon{
    width: 72px;
    height: 72px;
    background: #e14f60;
    border-radius: 50%;
    overflow: hidden;
    margin: 60px auto 20px;
    box-shadow: 1px 1px 17px 0 #ec8f9e;
}
.lxys ul li .icon:after{
    content: "";
    display: block;
    width: 47px;
    height: 29px;
    margin: 20px auto;
    background: url("../imgs/i1.png") no-repeat 0 0/100% 100%;
}
.lxys ul li .tt{
    color: #515151;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.lxys ul li .xx{
    text-align: justify;
    font-size: 18px;
    margin-top: 40px;
    line-height: 30px;
}
.lxys ul li:hover .icon:after{
    background: url("../imgs/i1-r.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:hover .icon{
    background: #fff;
}
.lxys ul li:hover{
    background: #e14f60;
    color: #fff;
}
.lxys ul li:hover .tt{
    color: #fff;

}
.lxys ul li:nth-child(2) .icon:after{
    width: 34px;
    height: 37px;
    background: url("../imgs/i2.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:nth-child(2):hover .icon:after{
    background: url("../imgs/i2-r.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:nth-child(3) .icon:after{
    width: 41px;
    height: 42px;
    margin: 12px auto;

    background: url("../imgs/i3.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:nth-child(3):hover .icon:after{
    background: url("../imgs/i3-r.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:nth-child(4) .icon:after{
    width: 26px;
    height: 42px;
    margin: 17px auto;

    background: url("../imgs/i4.png") no-repeat 0 0/100% 100%;

}
.lxys ul li:nth-child(4):hover .icon:after{
    background: url("../imgs/i4-r.png") no-repeat 0 0/100% 100%;

}
.red .title{
    color: #fff;
    width: 852px;
}
.red .title .icon{
    background: url("../imgs/icon3.jpg") no-repeat 0 0/100% 100%;
}
.red .title .icon2{
    background: url("../imgs/icon4.jpg") no-repeat 0 0/100% 100%;
}
.red .english{
    color: #fff;
}



/*服务优势*/
.fwys{
    width: 100%;
    background: #ff475c;
    overflow: hidden;
}
.fwys ul li{
    width: 284px;
    height: 244px;
    float: left;
    margin: 0 8px;
    box-sizing: border-box;
    padding-top: 190px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    background: url("../imgs/p1.jpg") no-repeat 0 0/100% 100%;

}
.fwys ul{
    width: 1200px;
    margin: 80px auto;
    overflow: hidden;
}
a{
    display: block;
    margin: 50px auto;
    width: 350px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #ff475c;
    font-weight: bolder;
}
.fwys ul li:nth-child(2){
    background: url("../imgs/p2.jpg") no-repeat 0 0/100% 100%;

}
.fwys ul li:nth-child(3){
    background: url("../imgs/p3.jpg") no-repeat 0 0/100% 100%;

}
.fwys ul li:nth-child(4){
    background: url("../imgs/p4.jpg") no-repeat 0 0/100% 100%;

}


/*热门专业*/
.zhuanye{

    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.swiper-slide .left{
    width: 483px;
    height: 422px;
    float: left;
    background: url("../imgs/pic1.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide .right{
    float: left;
    width: 715px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px;
    text-align: justify;
}
.swiper-slide .right .bt{
    font-weight: bolder;
    font-size: 25px;
    color: #363d4f;
}
.swiper-slide .right .js{
    font-size: 20px;
    color: #6d7783;
    margin: 40px 0 40px 0;
}
.swiper-slide .right .tjyx span{
    font-weight: bolder;
    color: #6d7783;
    font-size: 20px;

}
.swiper-slide .right .tjyx{
    font-size: 20px;
    color: #6d7783;

}
.swiper-slide .right a{
    display: block;
    border-radius: 0;
    width: 151px;
    height: 52px;
    margin: 40px 0 0 0;
    background: url("../imgs/btn.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(2) .left{
    background: url("../imgs/pic2.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(3) .left{
    background: url("../imgs/pic3.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(4) .left{
    background: url("../imgs/pic4.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(5) .left{
    background: url("../imgs/pic5.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(6) .left{
    background: url("../imgs/pic6.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(7) .left{
    background: url("../imgs/pic7.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(8) .left{
    background: url("../imgs/pic8.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(9) .left{
    background: url("../imgs/pic9.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(10) .left{
    background: url("../imgs/pic10.jpg") no-repeat 0 0/100% 100%;

}
.swiper-slide:nth-child(3) .right .js,.swiper-slide:nth-child(4) .right .js,.swiper-slide:nth-child(6) .right .js,.swiper-slide:nth-child(8) .right .js{
    margin: 20px 0;
}
.swiper-button-next, .swiper-button-prev{
    width: 86px;
  bottom: 30px;
    top: auto;
}
.swiper-button-next{
    right: 42%;
}
.swiper-button-prev{
    left: 42%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "";
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url("../imgs/right.jpg") no-repeat 0 0/100% 100%;
    box-shadow: 1px 1px 17px 0px #f9fafb;

}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "";
    display: block;
    width: 86px;
    height: 86px;border-radius: 50%;
    box-shadow: 1px 1px 17px 0px #ec8f9e;

    background: url("../imgs/left.jpg") no-repeat 0 0/100% 100%;
}

.zhuanye .title{
    width: 852px;

}

/*申请要求*/
.sqyq{
    width: 100%;
    background: #ff475c;
    overflow: hidden;
}
.sqyq .title{
    width: 693px;
}
.sqyq ul{
    margin: 60px auto;
}
.sqyq ul li{
    float: left;
    width: 590px;
    height: 314px;
    margin: 5px 5px;
    background: #f0933c;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 13px;
}
.sqyq ul li .bt{
    width: 220px;
    font-size: 32px;
    font-weight: bolder;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}
.sqyq ul li .yq{
    font-size: 22px;
    line-height: 35px;
}
.sqyq ul li:nth-child(2){
    background: #5d8bd0;
}
.sqyq ul li:nth-child(3){
    background: #76b99e;
}
.sqyq ul li:nth-child(4){
    background: #995dd0;
}

/*花多少钱*/
.money .title{
    width: 904px;
}
.money table{
    border: 2px solid #d1d1d1;
    text-align: center;
    margin: 60px auto;
    font-weight: bolder;
}
.money table tr th{
    font-size: 30px;
    border: 2px solid #d1d1d1;
    padding: 10px 20px;
    width: 400px;

}
.money table tr td{
    border: 2px solid #d1d1d1;
    font-size: 20px;
    padding: 10px;
}
.money table tr td[rowspan="4"] span{
    display: block;
    text-align: justify;
    margin-bottom: 10px;
}
.money a{
    background: #ff475c;
    color: #fff;
}

/*申请规划*/
.sqgh{
    background: #ff475c;
    overflow: hidden;
    text-align: center;
}
.sqgh ul li{
    width: 368px;
    height: 491px;
    background: url("../imgs/bg.jpg") no-repeat 0 0/100% 100%;
    float: left;
    margin: 60px 10px;
    box-sizing: border-box;
    padding: 20px;
}
.sqgh ul li .top{
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
}
.sqgh ul li .time{
    font-size: 20px;
    color: #898d90;
    line-height: 30px;
    margin-top: 120px;
}
.sqgh a{
    margin-top: 0;
}

/*服务流程*/
.fwlc{
    background: #fcfafa;
}
.fwlc .title{
    width: 800px;
}

.fwlc .lct{
    width: 1198px;
    height: 193px;
    background: url("../imgs/lc.jpg") no-repeat 0 0/100% 100%;
}
.fwlc ul{
    margin-top: 60px;
}
.fwlc ul li{
    background: #ff475c;
    color: #fff;
    font-size: 22px;
    width: 200px;
    height: 80px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 15px;
    float: left;
    margin: 0 86px 10px 0;
}
.fwlc ul li .left{
    font-family: "Impact";
    color: #fe8895;
    font-size: 58px;
    font-weight: bolder;
    float: left;
    margin-right: 10px;
    line-height: 60px;
}
.fwlc ul li .right{
    float: left;
}
.fwlc ul.ul2{
    margin-top: 10px ;
    margin-bottom: 60px;
}
.fwlc ul.ul2 li{
    margin: 0 -50px 10px 138px;

}
.fwlc ul.ul2 li:nth-child(2){
    padding: 10px 6px;
}

/*就业前景*/
.jyqj{
    background: #ff475c;
    overflow: hidden;
}

.jyqj .title{
    width: 692px;
}
.jyqj .js{
    color: #fff;
    margin-top: 50px;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 2px;
}
.jyqj .tu{
    width: 800px;
    height: 480px;
    background: url("../imgs/pt.jpg") no-repeat 0 0/100% 100%;
    margin: 50px auto;
}
.jyqj a{
    width: 450px;
    margin-bottom: 100px;
}