.banner {
    width: 100%;
    height: 500px;
    background: url("/liuxue/img/pc/gonglue/banner.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

.banner h2 {
    font-size: 72px;
    color: #ffffff;
    letter-spacing: 4px;
    margin: 90px 0 45px 0;
}

.banner h3 {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}


/* 页面位置 */

.box {
    width: 1170px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 2;
}

.btn {
    cursor: pointer;
}


/* 留学时间规划 */

.time {
    position: relative;
    background: #f1f1f1;
}

.timeChange {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 2px solid #cbcbcb;
    position: absolute;
    top: 198px;
    left: 0;
}

.timeChange p {
    font-size: 20px;
    color: #686868;
    padding-bottom: 23px;
    position: relative;
    cursor: pointer;
    margin-right: 256px;
}

.timeChange p span {
    color: #5f5f5f;
    font-size: 14px;
}

.timeChange p:last-child {
    margin-right: 0;
}

.timeChange p.active {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.timeChange p.active:before {
    content: "";
    width: 84px;
}

.timeChange p:before {
    content: "";
    width: 0;
    height: 4px;
    background: #303030;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    transition: all 0.6s;
}

.timeBox {
    width: 100%;
    margin-top: 137px;
}

.timeList {
    display: none;
    border-radius: 8px;
    position: relative;
}

.timeList.active {
    display: block;
    animation: shows .5s forwards;
}

@keyframes shows {
    0% {
        display: none;
        transform: scale(0.8);
    }
    100% {
        display: block;
        transform: scale(1);
    }
}

.timeItem {
    width: 388px;
    height: 274px;
    background: #ffffff;
    position: relative;
    float: left;
    overflow: hidden;
}

.timeItem:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #3d8bfd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transform: translateX(0);
    z-index: 3;
}

.timeItem:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #FFE91F;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transform: translateX(-388px);
    z-index: 3;
}

.timeItem:hover {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .2);
}

.timeItem:hover:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #3d8bfd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transform: translateX(388px);
    z-index: 3;
}

.timeItem:hover:before {
    width: 100%;
    height: 5px;
    background: #FFE91F;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    transform: translateX(0);
    z-index: 3;
}

.timeItem:hover p:first-child span:nth-child(2) {
    color: #3d8bfd;
}

.timeItem p:first-child {
    padding: 52px 39px 11px 27px;
    position: relative;
    z-index: 2;
}

.timeItem p:first-child span:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
}

.timeItem p:first-child span:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
}

.timeItem p:nth-child(2) {
    font-size: 18px;
    color: #59595c;
    padding-left: 27px;
}

.timeDetail {
    width: 304px;
    height: 70px;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 20px;
    margin: 30px auto 0;
}

.timeDetail h5 {
    width: 49%;
    font-size: 14px;
    color: #4b4b4b;
    display: inline-block;
    vertical-align: top;
}

.timeDetail h5 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #6ea8fe;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.time .more {
    position: absolute;
    right: 0;
    top: -80px;
    width: 89px;
    height: 28px;
    background: #3d8bfd;
    border-radius: 2px;
    line-height: 28px;
    margin-top: -5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3d8bfd;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    transition: all .5s;
}

.time .more:hover {
    background: #0d6efd;
}


/* 人气大学&专业 */

.major {
    position: relative;
    background: #fff;
}

.major .masks {
    width: 100%;
    height: 397px;
    background: url("/liuxue/img/pc/gonglue/mask.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.majorList {
    width: 100%;
    margin-top: 53px;
    position: relative;
    z-index: 2;
}

.majorItem {
    width: 322px;
    height: 233px;
    padding: 29px 31px 20px;
    background: #f1f1f1;
    border-radius: 8px;
    position: relative;
    margin: 0 9px 10px 0;
    float: left;
    transition: all .5s;
}

.majorItem:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .2);
}

.majorItem:nth-child(3n) {
    margin-right: 0;
}

.majorItem .fl img {
    width: 69px;
    height: 69px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.majorItem .fl p {
    width: 150px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
}

.majorItem .fl p span:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    display: block;
}

.majorItem .fl p span:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
    margin-top: 9px;
}

.majorItem .fr {
    width: 69px;
    height: 69px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
}

.majorItem .fr p {
    font-size: 26px;
    color: #3d8bfd;
}

.majorItem .fr span {
    font-size: 16px;
    color: #303030;
}

.hot_major {
    width: 255px;
    height: 108px;
    padding: 20px 35px 20px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 16px;
    font-size: 14px;
}

.hot_major h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.hot_major p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}

.hot_major a:hover {
    color: #6ea8fe;
    font-weight: bold;
    text-decoration: underline;
}


/* 留学费用概览 */

.fee {
    background: #f1f1f1;
    padding-bottom: 60px;
    position: relative;
}

.orange {
    width: 100%;
    height: 240px;
    background: #cfe2ff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.oranges {
    width: 100%;
    height: 142px;
    background: url('/liuxue/img/pc/gonglue/bg4.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 180px;
}

.feeBox {
    margin-top: 30px;
}

.feeBox .clearfix {
    width: 100%;
    /* height: 475px; */
    padding: 37px 0 27px 0;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.feeBox .fl {
    width: 572px;
}

.feeBox .fl h4 {
    margin-left: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #3d8bfd;
}

.feeBox .fl h4 span {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #3d8bfd;
    margin-right: 13px;
    vertical-align: middle;
}

.feeBox .fl h5 {
    font-size: 18px;
    color: #000;
    margin-top: 29px;
    margin-bottom: 5px;
    margin-left: 50px;
}

.feeBox .fl h5 span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #3d8bfd;
    border-radius: 50%;
    margin-right: 8px;
}

.feeBox .fl h5 b {
    font-size: 14px;
    color: #40404c;
    margin-left: 6px;
    font-weight: normal;
}

.feeBox .fl p {
    font-size: 14px;
    color: #40404c;
    line-height: 24px;
    margin-left: 50px;
    margin-right: 10px;
}

.moreBtn {
    width: 180px;
    height: 42px;
    background: #3d8bfd;
    /* border-radius: 2px; */
    border: 1px solid #3d8bfd;
    text-align: center;
    margin: 0 0 0 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 380px;
    z-index: 5;
}

.moreBtn p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-left: 0!important;
    transition: all .5s;
}

.moreBtn i {
    display: inline-block;
    width: 44px;
    height: 8px;
    background: url('/liuxue/img/pc/arrow2.png') no-repeat center;
    background-size: cover;
    transition: all .5s;
}

.moreBtn:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

.moreBtn:hover p {
    color: #fff;
}

.moreBtn:hover i {
    transform: translateX(10px);
    background: url('/liuxue/img/pc/arrow2.png') no-repeat center;
    background-size: cover;
}

.feeBox .fr {
    width: 544px;
    margin-right: 54px;
    position: relative;
}

.feeBox .fr h4 {
    font-size: 18px;
    font-weight: bold;
    color: #3d8bfd;
    margin: 0 0 30px 0;
}

.feeBox .fr h4 span {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #3d8bfd;
    margin-right: 13px;
    margin-left: 40px;
    vertical-align: middle;
}

.feeBox .fr h5 {
    font-size: 18px;
    color: #000;
    margin-left: 40px;
}

.feeBox .fr h5 span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #3d8bfd;
    border-radius: 50%;
    margin-right: 8px;
}

.feeBox .fr p {
    font-size: 14px;
    color: #40404c;
    line-height: 24px;
    margin: 0 0 30px 55px;
}

.maskBg {
    width: 180px;
    height: 265px;
    background: url(/liuxue/img/pc/gonglue/bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 116px;
}

.advanced {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.advancedBg {
    width: 120px;
    height: 330px;
    background: url(/liuxue/img/pc/gonglue/bg3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -116px;
    z-index: -1;
}

.advanced .clearfix {
    width: 100%;
    height: 446px;
    background: #FFFFFF;
    border-radius: 8px;
}

.advanced .clearfix .fl {
    width: 573px;
    height: 100%;
}

.advanced .clearfix .fl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advanced .clearfix .fr {
    width: 597px;
    text-align: center;
}

.advanced .clearfix .fr h4 {
    font-size: 28px;
    color: #000000;
    margin-top: 40px;
}

.advanced .clearfix .fr .advancedTitle {
    font-size: 16px;
    color: #5F5F5F;
    margin-top: 13px;
}

.user {
    width: 234px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    position: relative;
    margin: 0 auto;
}

.userName {
    margin-top: 39px;
}

.userPhone {
    margin: 20px auto;
}

.userName:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/liuxue/img/pc/gonglue/user.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 14px;
    position: relative;
}

.userPhone:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/liuxue/img/pc/gonglue/phone.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 14px;
    position: relative;
}

.applyDegree:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/liuxue/img/pc/gonglue/location.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 17px;
    position: relative;
}

.applyDegree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.user ul {
    /* width: 185px; */
    width: 100%;
    height: 90px;
    background: #fff;
    line-height: 36px;
    font-size: 15px;
    color: #fcfcfc;
    position: absolute;
    top: 37px;
    left: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    display: none;
}

.user ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: left;
    padding-left: 20px;
}

.user ul li:hover {
    background: #FF8A00;
    color: #fff;
}

#input {
    cursor: pointer;
}

.applyDegree:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/liuxue/img/pc/gonglue/down.png') no-repeat center;
    background-size: cover;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 32%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    transition: all .5s;
}

.applyDegree.active:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/liuxue/img/pc/gonglue/down.png') no-repeat center;
    background-size: cover;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 32%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    transform: rotate(180deg);
}

.user input {
    width: 185px;
    line-height: 36px;
    border: 0;
    font-size: 14px;
    color: #5F5F5F;
    outline: none;
}

.user input::placeholder {
    font-size: 14px;
    color: #5F5F5F;
}

.submits {
    width: 232px;
    height: 32px;
    background: #FF8A00;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin: 21px auto 0;
}

.submits:hover {
    background: #0d6efd;
}

.reservation {
    font-size: 14px;
    color: #5F5F5F;
    margin-top: 12px;
    margin: 12px auto 0;
}

.reservation span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}