.titles h3 {
    margin-bottom: 80px;
}
.title h3{
    margin-bottom: 40px;
}

/* banner */

.banner {
    width: 100%;
    height: 432px;
    background: url('/liuxue/img/pc/sgu/banner.png') no-repeat center;
    background-size: cover;
}


/* <!-- SGU介绍 -->? */

.jieshao {
    width: 100%;
    background: #f7f7f7;
    position: relative;
}

.jieshao .fl,
.jieshao .fr {
    width: 579px;
    height: 452px;
    padding-top: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.jieshao h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 40px;
}

.jieshao h1:before {
    content: '';
    width: 15px;
    height: 36px;
    background: #3d8bfd;
    position: absolute;
    left: 0;
    top: 3px;
}

.jieshao p {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    padding: 0 48px 0 42px;
    margin: 30px 0 29px 0;
}

.jieshao img {
    width: 536px;
    height: 240px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 43px;
}


/* 四大优势 锁定SGU */

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

.leftBg {
    width: 84px;
    height: 810px;
    background: url('/liuxue/img/pc/sgu/l1.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 40px;
}

.rightBg {
    width: 114px;
    height: 1080px;
    background: url('/liuxue/img/pc/sgu/r1.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 16px;
    right: 390px;
}

.lockItem:nth-child(2n+1) {
    margin-left: 88px;
}

.lockItem {
    width: 481px;
    height: 429px;
    background: #F7F7F7;
    overflow: hidden;
    display: inline-block;
    margin: 0 32px 30px 0;
}

.lockItem img {
    border-radius: 8px 8px 0 0;
}

.lockItem h3 {
    font-size: 20px;
    font-weight: bold;
    color: #59595C;
    padding-left: 29px;
    margin: 38px 0 10px 0;
}

.lockItem span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    padding: 0 40px 0 30px;
}

.lockItem p {
    width: 160px;
    height: 44px;
    background: #3d8bfd;
    border-radius: 2px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    left: 29px;
    bottom: 25px;
}

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

.lockItem p:hover i {
    transform: translateX(10px);
}

.lockItem p:hover {
    background: #0d6efd;
}


/* 英文课程主要院校推荐 */

.recommend {
    width: 100%;
    position: relative;
    background: url('/liuxue/img/pc/sgu/bg7.png') no-repeat center;
    background-size: cover;
}

.caseChange {
    width: 100%;
    border-bottom: 2px solid #cbcbcb;
    position: absolute;
    top: 172px;
    left: 0;
    z-index: 2;
}

.caseChange .box {
    width: 1170px;
    display: flex;
    justify-content: space-around;
}

.caseChange p {
    display: inline-block;
    font-size: 20px;
    color: #686868;
    padding-bottom: 23px;
    position: relative;
    align-items: center;
    cursor: pointer;
}

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

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

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

.caseChange p:nth-child(2) {
    display: inline-block;
}

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

.recommend table {
    border-collapse: collapse;
    position: relative;
    z-index: 2;
    transition: all .5s;
    display: none;
}

.recommend table.active {
    display: block;
    animation: float 1s ease-in-out forwards;
}

@keyframes float {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.recommend table th {
    height: 54px;
    background: #3d8bfd;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid rgba(242, 242, 242, 0.22);
    box-sizing: border-box;
}

.recommend table th:last-child {
    border-right: none;
}

.recommend table th:nth-child(1),
.recommend table td:nth-child(1) {
    width: 33.33%;

}
.recommend table th:nth-child(2n) td:nth-child(1) {
background-color: #FFF3E7;
}
.recommend table td:nth-child(2) {
    width: 33.33%;
}
.recommend table th:nth-child(2){
    width: 66.66%;
}
.recommend table th:nth-child(3),
.recommend table td:nth-child(3) {
    width: 33.33%;
}

/* .recommend table th:nth-child(4),
.recommend table td:nth-child(4) {
    width: 237px;
}

.recommend table th:nth-child(5) {
    width: 163px;
}

.recommend table td:nth-child(5) {
    width: 157px;
} */

.recommend table tr {
    background-color: #fff;
}

.recommend table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.recommend table tr:nth-child(odd) td:nth-child(1){
    background-color: #FFF3E7;
}
.recommend table td {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #606266;
    border-right: 1px solid #F2F2F2;
    padding: 20px 0;
}

.recommend table td:nth-child(5n) {
    border-right: none;
}

.recommend table td a {
    width: 94px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: url(/liuxue/img/pc/sgu/border.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    font-size: 14px;
    color: #0d6efd;
}

.recommend table td p {
    text-align: left;
    display: inline-block;
}

.recommend table tbody {
    display: block;
    height: 635px;
    overflow-y: scroll;
    position: relative;
}

.recommend table thead,
.recommend tbody tr {
    display: table;
    width: 100%;
}

.recommend table tbody::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.recommend table tbody::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #0d6efd;
}

.recommend table tbody::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #EFEBF3;
}


/* SGU项目适合对象 */

.fit {
    width: 100%;
    background: url(/liuxue/img/pc/sgu/bg8.png) no-repeat center;
    background-size: cover;
}

.fit .box {
    padding-bottom: 86px;
}

.fit .fl {
    width: calc(884px - 30px - 60px);
    height: calc(522px - 82px - 82px);
    padding: 82px 30px 82px 60px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(72, 75, 81, 0.2);
    border-radius: 8px;
    margin-top: 30px;
}

.fitBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.fitItem {
    width: 45%;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 34px;
    margin-bottom: 66px;
}

.fitItem:nth-child(2n) {
    margin-right: 0;
}

.fitItem:after {
    content: "";
    width: 46px;
    height: 146px;
    background: #FFE91F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.fitItem p {
    font-size: 46px;
    font-weight: bold;
    color: #3d8bfd;
}

.fitItem span.bolds {
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.fitItem span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    width: 103%;
}

.know {
    width: 282px;
    height: 44px;
    line-height: 44px;
    background: #3d8bfd;
    border-radius: 2px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

.know i {
    display: inline-block;
    width: 45px;
    height: 7px;
    background: url('/liuxue/img/pc/arrow2.png') no-repeat center;
    background-size: cover;
    margin-left: 10px;
    transition: all .5s;
}

.know:hover i {
    transform: translateX(10px);
}


/* SGU项目录取情况 */

.qingkuang {
    width: 100%;
    /* height: 944px; */
    background: url('/liuxue/img/pc/sgu/bg9.png') no-repeat center;
    background-size: cover;
}

.cia1 {
    width: 120px;
    height: 520px;
    background: url('/liuxue/img/pc/sgu/cai.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: -375px;
    top: -350px;
}

.qingkuang .swiper-slide>div.fl {
    width: 283px;
    height: 481px;
    background-color: #3d8bfd;
}

.qingkuang .swiper-slide>div.fl span {
    width: 138px;
    height: 138px;
    background: #fff;
    border-radius: 50%;
    margin: 90px auto 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qingkuang .swiper-slide>div.fl span img {
    width: auto;
    height: 100px;
    object-fit: cover;
}

.qingkuang .swiper-slide>div.fl h3 {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    line-height: 41px;
    padding-bottom: 6px;
    text-align: center;
}

.qingkuang .swiper-slide>div.fl p {
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    text-align: center;
}

.qingkuang .swiper-slide>div.fr {
    width: 887px;
    height: 481px;
    background-color: #fff;
    border-left: 10px solid #FFE91F;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.qingkuang .swiper-slide>div.fr>div.fl {
    width: 50%;
    margin-bottom: 20px;
}

.qingkuang .swiper-slide>div.fr>div.fl img {
    width: 60px;
    height: 60px;
    margin: 48px 20px 0 39px;
    display: inline-block;
}

.qingkuang .swiper-slide>div.fr>div.fl>div.fl {
    width: 263px;
    margin-top: 47px;
}

.qingkuang .swiper-slide>div.fr>div.fl>div.fl h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    padding: 12px 0 10px;
}

.qingkuang .swiper-slide>div.fr>div.fl>div.fl p {
    font-size: 16px;
    color: #646464;
    line-height: 30px;
}

.qingkuang .swiper-pagination {
    position: static;
    margin: 40px auto 0;
}

.qingkuang .swiper-pagination span {
    width: 18px;
    height: 12px;
    background-color: #D8D8D8;
    opacity: 1;
    border-radius: 0;
    margin-right: 20px;
}

.qingkuang .swiper-pagination span:last-child {
    margin-right: 0;
}

.qingkuang .swiper-pagination span.swiper-pagination-bullet-active {
    width: 46px;
    background-color: #9DA2AE;
}

.qingkuang a.a {
    width: 286px;
    height: 44px;
    line-height: 44px;
    background: #3d8bfd;
    border-radius: 2px;
    padding-left: 16px;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
}

.qingkuang a.a:hover {
    background: #0d6efd;
}

.qingkuang a.a i {
    display: inline-block;
    width: 45px;
    height: 7px;
    background: url('/liuxue/img/pc/arrow2.png') no-repeat center;
    background-size: cover;
    margin-left: 10px;
    transition: all .5s;
}

.qingkuang a.a:hover i {
    transform: translateX(10px);
}


/* 日本留学选我们，省心又安心 */

.xuanwomen {
    width: 100%;
    height: 857px;
    position: relative;
}

.xuanwomen .line {
    width: 55%;
    height: 438px;
    position: absolute;
    right: 0;
    bottom: 164px;
}

.xuanwomen .line>div {
    width: 100%;
    height: 73px;
}

.xuanwomen .line>div:nth-child(odd) {
    background-color: #fff;
}

.xuanwomen .line>div:nth-child(even) {
    background-color: #F2F2F2;
}

.xuanwomen .box>img.fl {
    width: 394px;
    height: 532px;
    position: relative;
    z-index: 2;
}

.xuanwomen .box>div.fr {
    width: 630px;
    position: relative;
    z-index: 2;
    margin-top: 73px;
}

.xuanwomen .box>div.fr>div {
    height: 73px;
    line-height: 73px;
}

.xuanwomen .box>div.fr>div:nth-child(2n) {
    margin-left: 36px;
}

.xuanwomen .box>div.fr>div {
    width: 630px;
}

.xuanwomen .box>div.fr>div img {
    width: 36px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.xuanwomen .box>div.fr>div p {
    width: 569px;
    font-size: 20px;
    color: #59595C;
    line-height: 73px;
    display: inline-block;
    vertical-align: middle;
}


/* 留学方案 */

.beyond {
    width: 100%;
    background: #F7F7F7;
    position: relative;
}

.beyond .fl {
    width: 566px;
    height: 466px;
    background: url('/liuxue/img/pc/sgu/bg11.png') no-repeat center;
    background-size: cover;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flBox {
    width: 291px;
    height: 287px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 50px 48px 50px;
}

.flBox h4 {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.flBox p {
    font-size: 14px;
    font-weight: 400;
    color: #59595C;
}

.flBox img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.flBox span {
    font-size: 15px;
    font-weight: 500;
    color: #5F5F5F;
    display: block;
}

.beyond .clearfix .fr {
    width: 604px;
    height: 446px;
    background: #fff;
    text-align: center;
}

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

.beyond .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: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin: 21px auto 0;
}

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

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

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


/* sgu流程 */


/* .notes */

.notes {
    width: 100%;
    height: 760px;
    position: relative;
}

.notes .box {
    padding-top: 180px;
}

.cia {
    width: 120px;
    height: 520px;
    background: url('/liuxue/img/pc/sgu/cai.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: -375px;
    top: 420px;
}

.notes .line {
    width: 100%;
    height: 15px;
    position: relative;
}

.notes .line>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.notes .line>div {
    width: 100%;
    height: 84px;
    position: absolute;
    padding-left: 10px;
    box-sizing: border-box;
}

.notes .line .top {
    padding-left: 36px;
}

.notes .line>div>div {
    width: 224px;
    height: 100%;
    padding-left: 10px;
    border-left: 1px dashed #979797;
    margin-right: 169px;
}

.notes .line>div>div:last-child {
    margin-right: 0;
}

.notes .line .top>div {
    margin-right: 150px;
    width: 200px;
}

.notes .line .down {
    top: 7.5px;
    left: 160px;
}

.notes .line .top {
    height: 150px;
    bottom: 7.5px;
    left: 0;
}

.notes .line>div p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 3px;
}

.notes .line>div p::before {
    content: '';
    position: absolute;
    left: -12.5px;
    width: 5px;
    height: 5px;
    background: #878787;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.notes .line>div span {
    color: #5F5F5F;
    font-size: 14px;
    line-height: 20px;
}

.notes .line .top p {
    margin-top: -10px;
}

.notes .line .down p {
    margin-top: 71.5px;
}

.notes .line .top .fl:last-child {
    width: 263px;
}

.notes a.a {
    width: 286px;
    height: 44px;
    line-height: 44px;
    background: #3d8bfd;
    border-radius: 2px;
    padding-left: 16px;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.notes a.a:hover {
    background: #0d6efd;
}

.notes a.a i {
    display: inline-block;
    width: 45px;
    height: 7px;
    background: url('/liuxue/img/pc/arrow2.png') no-repeat center;
    background-size: cover;
    margin-left: 10px;
    transition: all .5s;
}

.notes a.a:hover i {
    transform: translateX(10px);
}