/*院校简介*/
.school-profile .fr img {
    top: 183px;
}


/*交流生项目*/
.student-program {
    background: url("../img/homeAdvantage/sp-bg.jpg") no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 753px;
}

.student-program .abstract {
    font-size: 18px;
    color: #486bd1;
    margin-bottom: 41px;
}

.student-program .switch-info .title-list ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.student-program .switch-info .title-list li {
    width: 180px;
    height: 80px;
    background-color: #486bd1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    margin-left: 16px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.student-program .switch-info .title-list li:first-child {
    margin-left: 0;
}

.student-program .switch-info .title-list li span {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.student-program .switch-info .title-list li span:nth-child(2) {
    display: block;
    margin-top: 14px;
}

.student-program .switch-info .title-list li.active {
    background-color: white;
}

.student-program .switch-info .title-list li.active span {
    color: #3853a3;
}

.student-program .switch-info .title-list li:nth-child(1),
.student-program .switch-info .title-list li:nth-child(2),
.student-program .switch-info .title-list li:nth-child(3) {
    padding-top: 16px;
}

.student-program .switch-info .title-list li:nth-child(4),
.student-program .switch-info .title-list li:nth-child(5),
.student-program .switch-info .title-list li:nth-child(6) {
    line-height: 80px;
}

.student-program .switch-info .info li {
    padding: 41px 30px 48px 67px;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
    width: 1160px;
    margin: 0 auto;
}

.student-program .switch-info .info li .fl {
    width: 634px;
    height: auto;
    text-align: left;
}

.student-program .switch-info .info li .fr img {
    width: 371px;
    height: 253px;
}

.student-program .switch-info .title-list {
    height: 80px;
}

.student-program .switch-info .info li .fl h5 {
    font-size: 16px;
    color: #010101;
    position: relative;
    margin-bottom: 25px;
}

.student-program .switch-info .info li .fl h5::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: black;
}

.student-program .switch-info .info li .fl P {
    font-size: 14px;
    color: #878787;
    line-height: 28px;
    margin-bottom: 10px;
}

.student-program .switch-info .info li:not(:first-child) {
    display: none;
}

.student-program .switch-info .info li .fl h3 {
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
}

.student-program .switch-info .info li .fl h3:not(:nth-of-type(1)) {
    margin-top: 36px;
}

/*项目特点*/
.product-features .list .container {
    height: 410px;
    margin: 0 auto;
    overflow: hidden;
}

.product-features .list label {
    display: block;
    height: 410px;
    background: white;
    float: left;
}

label[for="five"] .pf-item {
    margin-right: 0 !important;
}

.product-features .list label .pf-item {
    overflow: hidden;
    width: 110px;
    transition: all .5s ease;
    margin-right: 20px;
    background: #eff3ff;
}

.product-features .list input:checked ~ div {
    width: 638px;
}

.product-features .list input {
    display: none;
}

.product-features .list label:nth-child(3) {
    border: none;
}

.product-features .list .pf-item h4 {
    width: 110px;
    height: 410px;
    float: left;
    font-weight: bold;
    color: white;
    font-size: 18px;
    background: #487fd1;
    padding: 0 46px;
    padding-top: 88px;
    box-sizing: border-box;
    line-height: 23px;
    border-radius: 6px;
}

.product-features .list .pf-item ul {
    width: 419px;
    float: left;
    text-align: left;
    margin: auto auto;
    padding-top: 88px;
    padding-left: 46px;
}

.product-features .list .pf-item ul li {
    font-size: 14px;
    color: black;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}

.product-features .list .pf-item ul li::before {
    content: "";
    position: relative;
    left: -13px;
    top: 16px;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 50%;
}

.product-features .list .container form {
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}


/*项目优势*/
.project-advantages .info-item {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 50px;
}

.project-advantages .info-title {
    width: 190px;
    float: left;
}

.project-advantages .info-title span {
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e3a95b;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: white;
    border-radius: 30px;
    position: relative;
}

.project-advantages .info-list {
    width: 836px;
    float: left;
    text-align: left;
    margin-left: 20px;
}

.project-advantages .info-list h3 {
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 8px;
}

.project-advantages .info-list li {
    font-size: 14px;
    color: #cadffe;
    padding-left: 18px;
    line-height: 22px;
}

.project-advantages .info-list li::before {
    content: "";
    position: relative;
    border-radius: 50%;
    top: 16px;
    left: -13px;
    width: 6px;
    height: 6px;
    display: block;
    background-color: #cadffe;
}

.project-advantages {
    margin-top: 98px;
    background: url(../img/homeAdvantage/pa-bg.jpg) no-repeat;
    background-position: center center;
    height: 1048px;
    overflow: hidden;
    box-sizing: border-box;
}

.project-advantages.sa .title h3 {
    color: #ffbc1b;
}

.project-advantages.sa .title h5 {
    color: #8badde;
}
.pa-info-lists{
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.pa-info-lists::before{
    content: "";
    width: 1px;
    height: 666px;
    position: absolute;
    left: 91px;
    top: 0;
    border-left: 5px dotted #c9c9c9;
}

/*校园环境*/
.campus-environment{
    height: 610px;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../img/homeAdvantage/ku-ce-bg.jpg) no-repeat;
    background-position: center bottom;
}
