/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.introduce{
    width: 100%;
    /* height: 1147px; */
    /* background: url(../images/home/bg7.jpg) no-repeat center; */
}
.introduce img{
    max-width: 1200px;
}
.founder{
    width: 100%;
    height: 1030px;
    background: url(../images/home/bg23.jpg) no-repeat center;
}
.visiona{
    width: 100%;
    height: 1580px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
/* 课程中心 */
.courseBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg14.jpg) no-repeat center;
}
.courseContent{
    width: 100%;
    background: url(../images/home/bg15.jpg) no-repeat center;
}
.courseContent ul li{
    margin-bottom: 50px;
}
.courseContent ul li div{
    width: 550px;
    background: #0053B2;
    margin-bottom: 20px;
}
.courseContent ul li div img{
    width: 550px;
    height: 255px;
}
.courseContent ul li div p{
    padding: 20px 0;
}
/* 师资力量 */
.facultyBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.facultyContent{
    width: 100%;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.facultyIntroduce{
    width: 286px;
    height: 323px;
    background: url(../images/home/img30.png);
    position: relative;
    z-index: 3;
}
.facultyIntroduce .con{
    padding-top: 80px;
    margin-left: 20px;
}
.facultyContent ul li img{
    width: 365px;
    height: 320px;
    margin-left: -56px;
}
.facultyContent ul li{
    margin-bottom: 30px;
}
/* 加盟中心 */
.jonBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}
.earnings{
    width: 100%;
    height: 606px;
    background: url(../images/home/bg12.jpg) no-repeat center;
}
.earnings ul li img{
    width: 386px;
    height: 190px;
}
.earnings ul li p{
    padding: 40px 0;
}
.support li{
    width: 280px;
    height: 164px;
    background: #005ECA;
    margin-bottom: 35px;
}
.support li div{
    width: 270px;
    height: 154px;
    border: 1px solid #FFFFFF;
}
.line1{
    width: 44px;
    height: 1px;
    margin: auto;
    background: #FFD200;
}
.support li div p:nth-child(1){
    margin: 20px 0 10px 0;
}
.support li div p:nth-child(3){
    padding: 10px 0 0 0;
    width: 220px;
    margin: auto;
}
.supportButton{
    width: 143px;
    height: 43px;
    background: #FFFFFF;
    margin: auto;
    line-height: 43px;
}
.conditions{
    width: 100%;
    background: url(../images/home/bg13.jpg) no-repeat center;
}
.conditions ul li img{
    width: 22px;
    height: 22px;
    margin-right: 20px;
}
.conditions ul li p{
    width: 570px;
}
.conditions ul li{
    margin-bottom: 30px;
}
.conditionsYes{
    display: none;
}
.conditionsActive .conditionsYes{
    display: block;
}
.conditionsActive .conditionsNo{
    display: none;
}
.elegantDemeanour{
    width: 100%;
    background: url(../images/home/bg2.jpg) no-repeat center;
}
.swiper4{
    width: 1080px;
    height: 390px;
    margin: auto;
}
.swiper4 img{
    width: 260px;
}
.swiper4 .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
}
.next4{
    margin-top: -425px!important;
    margin-left: 1160px!important;
    background-image: url(../images/home/right1.png) !important;
    width: 50px !important;
    height: 50px !important;
}
.prev4{
    margin-top: -58px!important;
    margin-left: -10px!important;
    background-image: url(../images/home/left1.png) !important;
    width: 50px !important;
    height: 50px !important;
}
.merge{
    width: 100%;
    height: 880px;
    background: url(../images/home/bg13.jpg) no-repeat center;
}
.merge ul li img{
    width: 267px;
    height: 177px;
    margin-bottom: 10px;
}
.merge ul li{
    margin-bottom: 40px;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg16.jpg) no-repeat center;
}
.newsContent{
    width: 100%;
    background: url(../images/home/bg15.jpg) no-repeat center;
}
.newsContentTitle{
    display: inline-block;
    width: 780px;
}
.newsContentImgBox img{
    width: 468px;
    height: 278px;
    border: 1px solid #005ECA;
}
.newsContent ul li{
    padding: 60px 0;
    border-bottom: 1px solid #B4B4B4;
}
.newsContent ul li:last-child{
    border-bottom: none;
}
.newsContentActive .newsContentTitle{
    color: #005ECA !important;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg17.jpg) no-repeat center;
}
.contactContent{
    width: 100%;
    background: url(../images/home/bg18.jpg) no-repeat center;
}
.information li p{
    width: 450px;
    padding: 0 50px;
}
.information li{
    margin-bottom: 60px;
}
.information li:nth-of-type(odd){
    border-right: 1px solid #333333;
}