* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}

li {
    list-style: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
    color: #000;
    font-size: 40px;
    height: 58px;
    letter-spacing: 5px;
}

.subtitle {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
}

.more {
    float: right;
    color: #7f7f7f;
    font-size: 16px;
    margin-top: -15px;
}

.top {
    height: 500px;
    background: url(../images/banner.png) no-repeat top center;
}

.hotTitle {
    padding: 46px 0 40px 0;
}

.hot {
    height: 720px;
    background: url(../images/HotTitle.png) no-repeat top center;
}

.hotText {
    position: relative;
}

.hotText #conTitle {
    margin-left: 28px;
    font-size: 24px;
    color: #fff;
}

.ranking {
    position: absolute;
    left: 120px;
    top: 30px;
}

.ranking ul {
    margin-top: 50px;
}

.ranking ul li {
    height: 38px;
    font-size: 16px;
    color: #fff;
}

.major {
    position: absolute;
    left: 671px;
    top: 30px;
}

.major p {
    height: 38px;
    font-size: 16px;
    color: #fff;
}

.major .literature {
    margin-top: 60px;
    height: 155px;
}

.newsTitle {
    padding: 35px 0 25px 0;
}

.news{
    height: 743px;
    background: url(../images/StudyBackground.jpg) no-repeat top center;
    padding-top: 16px;
}

.news .shadow {
    width: 1248px;
    height: 634px;
    margin-top: 16px;
    margin: 0 auto;
    background-color: rgba(255,255,255, 0.8);
}

.news .newsContent {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.news .advertorial {
    width: 801px;
}

.advertorial p {
    height: 39px;
}

.advertorial img {
    width: 100%;
    height: 354px;
}

.advertorialHeader {
    font-size: 26px;
    color: #000;
}

.advertorialMore {
    margin-top: 0;
    line-height: 39px;                                                                                                                                                                                                                                         
}

#advertorialIntroduce {
    height: 128px;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#advertorialIntroduce p {
    height: 32px;
    font-size: 18px;
    color: #7f7f7f;
	width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .tour {
    width: 388px;
}

.tour .tourHeader {
    height: 44px;
    border-bottom: 2px solid #8a8d8f;
    margin-bottom: 18px;
}

.focus {
    display: inline-block;
    height: 44px;
    border-bottom: 5px solid #d53838;
}

.tourHeader span {
    font-size: 26px;
    margin-right: 10px;
    letter-spacing: 3px;
    color: #000;
}

.tab div {
    display: none;
}

.tab .show {
    display: block;
}

.tourHeader .tourMore {
    margin-top: 0;
    line-height: 44px;
}

.tour img {
    width: 100%;
    height: 160px;
}

.tour p {
    padding-left: 20px;
    height: 78px;
    line-height: 32px;
    font-size: 18px;
    color: #7f7f7f;
}

.case {
    height: 487px;
    padding-top: 20px;
    background: url(../images/SuccessfulCases.png) no-repeat top center;
}

.case p  {
    color: #fff;
}

.case ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 38px;
}

.teacherTitle {
    height: 227px;
    background: url(../images/ProfessionalTeacher.png) no-repeat top center;
}

.teacher {
    height: 1426px;
    background: url(../images/SchoolBackground.jpg) no-repeat top center;
}

.teacher .introduce {
    display: flex;
    justify-content: flex-start;
    height: 418px;
    padding-top: 50px;
}

.introduce .portrait {
    width: 255px;
    height: 255px;
}

.introduce .detail {
    margin-left: 43px;
    padding-top: 25px;
    width: 905px;
}

.detail .imgClick {
    float: right;
}

.detail span{
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.detail span img {
    vertical-align: middle;
}

.detail p {
    margin-top: 30px;
    height: 154px;
    line-height: 30px;
    font-size: 18px;
    color: #646568;
}

.teacher .school {
    width: 1241px;
    height: 905px;
    padding: 30px 20px 0;
    margin: 0 auto;
    background-color: rgba(255, 555, 555, 0.6);
}

.school .schoolList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.schoolList li {
    width: 227px;
    height: 246px;
}

.schoolList li div {
    width: 100%;
    height: 154px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.schoolList li div img {
    width: auto;  
    height: 134px;  
    max-width: 100%;  
    max-height: 100%;  
}

.schoolList li p {
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    color: #000;
}

.schoolList li span{
    font-size: 15px;
    color: #219ddc;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.cp.active_text {
    color: #dd524d !important;
}


