/*公用*/
body{
    font-family:Microsoft YaHei;
}
.nwr{
    width: 850px;
    margin: 0 auto;
}
.nwr>h1{
    padding-top: 70px;
    font-size:30px;
    font-family:MicrosoftYaHei;
    /*line-height:90px;*/
    color:rgba(51,51,51,1);
    /*letter-spacing:20px;*/
}
textarea {
    font-family: Microsoft YaHei;
    border-color: rgb(169, 169, 169);
}
.center-container {
    width: 1200px;
    margin: 0 auto;
}
.center-container img{
    width: 100%;
}
/**简介**/
.brief-view{
    background: #ffffff;
}
.brief-view .brief-view_center {
    padding-top: 74px;
    padding-bottom: 60px;
    display: flex;
    align-content: flex-start;
}
.brief-view .brief-view_center .left-text {
    flex: 1;
}
.brief-view .brief-view_center .left-text .title-text {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    position: relative;
    text-align: left;
    padding-bottom: 6px;
}
.brief-view .brief-view_center .left-text .content-text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 32px;
    margin-top: 24px;
}
/**合影**/
.group-photo{
    background: #F8F8F8;
    padding-top: 24px;
    padding-bottom: 40px;

}
.group-photo .group-photo_center {
    width: 1232px;margin: auto;overflow: hidden;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
}
.group-photo .photo-swiper-container {
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}
.group-photo .photo-swiper-container .swiper-wrapper{
    width: 100%;
}
.group-photo .photo-swiper-container .swiper-slide {
    padding: 16px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.06);
    box-sizing: border-box;
}
.group-photo .photo-swiper-container .swiper-slide .swiper-slide_text{
    padding-top: 12px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}
.group-photo .photo-swiper-container .swiper-slide .swiper-slide_text i{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #0177FD;
}
.group-photo .photo-swiper-container .swiper-slide .swiper-slide_text p{
    flex: 1;
    width: 0;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.group-photo .photo-swiper-container .photo-swiper-container {
    position: relative !important;
    margin-top: 48px;
}
.group-photo .photo-swiper-container .photo-swiper-container .swiper-pagination-bullet{
    width: 36px;
    height: 4px;
    border-radius: 0px;
}
/**发展历程**/
.development-history {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.development-history .title-view {
    margin-bottom: 48px;
}
.development-history .swiper-container {
    width: 100%;
}
.development-history .swiper-container .swiper-button-next{
    background-image:none;
    width: 48px;
}
.development-history .swiper-container .swiper-button-prev{
    background-image:none;
    width: 48px;
}
.development-history .year-view{
    position: relative;
    margin-top: 60px;
}
.development-history .year-view .line{
    border: 1px dashed #BFBFBF;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 6px;
    width: 100%;
}
.development-history .year-view .year-item-view {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.development-history .year-view .year-item-view .year-item{
    width: 68px;
    position: relative;
}
.development-history .year-view .year-item-view .year-item .year-active{
    position: absolute;
    width: 100%;
    left: 0;
    top: -36px;
    font-weight: 500;
    font-size: 20px;
    color: #B01F23;
    display: none;
}
.development-history .year-view .year-item-view .year-item:first-child .year-active{
    display: block;
}
.development-history .year-view .year-item-view .year-item .icon{
    width: 12px;
    height: 12px;
    background: #999999;
    margin: auto;
    border-radius: 50%;
}
.development-history .year-view .year-item-view .year-item .icon_active{
    background: #B01F23 !important;
}
.development-history .year-view .year-item-view .year-item .year{
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin-top: 2px;
}
.development-history .year-view .year-item-view .year-item:first-child .year {
    display: none;
}
.development-history .year-view .year-item-view .year-item .triangle{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #B01F23;
    margin: 6px auto 0 auto;
    display: none;
}
.development-history .year-view .year-item-view .year-item:first-child .triangle{
    display: block;
}
/**业务介绍**/
.business-introduction{
    padding: 60px 0;
}
.business-introduction .content-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 48px;
}
.business-introduction .card-view {
    width: 580px;
    height: 348px;
    background: #FFFFFF;
    position: relative;
}
.business-introduction .card-view:hover{
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.1);
}
.business-introduction .card-view .icon{
    position: absolute;
    width: 64px;
    right: 0;
    bottom: 0;
    z-index: 0;
    font-size: 0;
}
.business-introduction .card-view .text-view{
    position: relative;
    z-index: 1;
    padding: 30px;
}
.business-introduction .card-view .text-view .title-view {
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 23px;
    display:flex;
    align-content: center;
    text-align: left;
    margin-bottom: 20px;
}
/**西培国外分点、院校合作**/
.abroad-view{
    position: relative;
}
.abroad-view .abroad-view_bg{
    position: relative;
    width: 100%;
}
.abroad-view .abroad-view_content{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 12px;
    left: 0;
}

.school-name {
    width: 1096px;
    margin: 0 auto;
}
.school-name .swiper-container{
    overflow: visible;
}
.school-name .swiper-container .swiper-slide {
    display: flex;
}
.school-name .swiper-container .swiper-slide .center-view{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
    width: 820px;
    margin: auto;
    padding: 30px 26px;
    box-sizing: border-box;
}
.school-name .swiper-container .swiper-slide .center-view .img-view {
    width: 106px;
    margin: 0 auto 24px auto;
}
.school-name .swiper-container .swiper-slide .center-view .tip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 24px;
    color: #666666;
    margin-top: 8px;
}
.school-name .swiper-container .swiper-button-next,.swiper-button-prev{
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.school-name .swiper-container .swiper-button-prev{
    left: -42px;
    background-image:url(../img/newabout/left1.png);
    background-size: 100% 100%;
}
.school-name .swiper-container .swiper-button-prev:hover{
    background-image:url(../img/newabout/left1_hover.png) !important;
}
.school-name .swiper-container .swiper-button-next{
    right: -42px;
    background-image:url(../img/newabout/right1.png);
    background-size: 100% 100%;
}
.school-name .swiper-container .swiper-button-next:hover{
    background-image:url(../img/newabout/right1_hover.png) !important;
}
/**院校合作**/
.school-view{
    width: 1220px;
    padding: 0 10px;
    overflow: hidden;
    margin: 110px auto 0 auto;
}
.school-view .school-swiper-container{
    width: 100%;
    margin-top: 48px;
    overflow: visible;
}

.school-view .school-swiper-container .swiper-slide{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    padding: 35px 35px 20px 35px;
    box-sizing: border-box;
}
.school-view .school-swiper-container .swiper-slide .image-view{
    width: 196px;
    height: 268px;
    display: flex;
    border: 1px solid #0177FD;
    overflow: hidden;
}
.school-view .school-swiper-container .swiper-pagination{
    position: relative;
    margin-top: 48px;
}
.school-view .school-swiper-container .swiper-slide .swiper-slide_text{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school-view .school-swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.school-view .school-swiper-container .swiper-pagination-bullet-active{
    background: #0177FD;
}
/**走进西培**/
.into-view{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
    padding: 30px 40px 40px;
    margin-top: 48px;
}
/**西培留学为您扬帆起航**/
.yfqh {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 50px;
}

.yfqh .nwr {
    width: 1200px;
    margin: 70px auto 0 auto;
}

.yfqh .nwr .form-view{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yfqh .nwr .form-view .input-class {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
    border-radius: 200px 200px 200px 200px;
    padding: 19px 38px;
    display: flex;
    align-items: center;
    flex: 1;
}

.yfqh .nwr .form-view .phone-class {
    background: #F5F5F5;
    border-radius: 200px 200px 200px 200px;
    padding: 19px 38px;
    display: flex;
    align-items: center;
    flex: 1;
}

.yfqh .nwr .textarea{
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.08);
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
    padding: 19px 38px;
}

.yfqh .nwr .textarea .text{
    width: 100%;
    background: none;
    border: none;
}

.yfqh .nwr .submit{
    width: 178px;
    height: 46px;
    background: #B01F23;
    border-radius: 373px 373px 373px 373px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 54px auto 0 auto;
}