.swiper-pagination-bullet {
    outline: none;
}

.swiper-button-prev {
    outline: none;
}

.swiper-button-next {
    outline: none;
}

#banner .swiper-pagination {
    bottom: 114px !important;
}

.transform_translate {
    transform: translateY(-130px);
}

a:hover {
    text-decoration: underline;
}

/* 留学热门资讯 */
.hot_zixun_container {
    background: url('../images/bg20.png') no-repeat center;
    background-size: cover;
}

.hot_zixun .content .box.fl {
    width: 812px;
    height: 534px;
    border: 1px solid #E7E9F2;
    background-color: #fff;
}

.hot_zixun .content .box.fr {
    background-color: #fff;
}

.hot_zixun .content .t {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.hot_zixun .content .t>div {
    padding-left: 92px;
    padding-top: 12px;
    width: 270px;
    height: 82px;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border-right: 1px solid rgba(229,229,229,1);
}

.hot_zixun .content .t>div:last-child{
    border-right: 0;
}

.hot_zixun .content .t>div.active {
    background: url('../images/bg30.png') no-repeat center;
    background-size: cover;
    border-right: 0;
}

.hot_zixun .content .t>div.active::after{
    content: '';
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #17a1ff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -23px;
    z-index: 100;
}

.hot_zixun .content .t>div.active h2 {
    color: #fff;
}

.hot_zixun .content .t>div.active h3 {
    color: #fff;
}

.hot_zixun .content .t>div img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
}

.hot_zixun .content .t>div h2 {
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 8px;
}

.hot_zixun .content .t>div h3 {
    font-size: 14px;
    color: #FC9207;
    display: inline-block;
    padding: 2px 6px;
    border:1px solid rgba(229,229,229,1);
    text-align: left;
    float: left;
}

.hot_zixun .content .box.fr .b>h3 a {
    color: #fff;
}

.hot_zixun .content .box.fr span>h3 a.no {
    width: 74px;
    height: 30px;
    background: rgba(239, 239, 239, 1);
    border-radius: 4px;
    line-height: 30px;
    color: #B6B6B6;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.hot_zixun .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.hot_zixun .content .b {
    width: 100%;
    height: 428px;
    display: none;
}

.hot_zixun .content .b .th {
    font-size: 0;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.hot_zixun .content .b .th span {
    width: 14%;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.hot_zixun .swiper-container {
    width: 100%;
    height: 367px;
}

.hot_zixun .swiper-container .swiper-slide {
    font-size: 0;
    line-height: 45px;
}

.hot_zixun .swiper-container .swiper-slide span {
    width: 14%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.hot_zixun .swiper-container .swiper-slide span a {
    padding: 8px 5px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #606266;
    margin: 0 auto;
    display: block;
    line-height: 20px;
    width: 80%;
}

.hot_zixun .swiper-container .swiper-slide span a:hover {
    background-color: #17a1ff;
    color: #fff;
    border: none;
}

.hot_zixun .content .box.fr {
    width: 338px;
    /* height: 536px; */
    border: 1px solid #E7E9F2;
    padding-bottom: 13px;
}

.hot_zixun .content .box.fr>.t {
    width: 100%;
    height: 82px;
    line-height: 82px;
    border-bottom: 1px solid #E4E4E4;
    background: url('../images/hot.png') no-repeat center;
    background-size: cover;
    padding-left: 71px;
    box-sizing: border-box;
}

.hot_zixun .content .box.fr>.t h3 {
    font-size: 24px;
    color: #17a1ff;
    color: #FFFFFF;
    font-weight: bold;
}

.hot_zixun .content .box.fr>.t img {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.hot_zixun .content .box.fr>.t a {
    font-size: 14px;
    color: #999999;
    padding-right: 23px;
}

.hot_zixun .content .box.fr .b_con {
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

.hot_zixun .content .box.fr .b_con:last-child .b{
    border-bottom: none;
}

.hot_zixun .content .box.fr .b {
    height: auto;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.hot_zixun .content .box.fr .b>div {
    font-size: 0;
    margin-top: 15px;
    margin-bottom: 8px;
}

.hot_zixun .content .box.fr .b>div h3 {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 81, 0, 1);
    font-size: 12px;
    color: #17a1ff;
    vertical-align: middle;
    font-weight: normal;
}

.hot_zixun .content .box.fr .b>div p {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.hot_zixun .content .box.fr .b>a {
    font-size: 14px;
    width: 238px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_zixun .content .box.fr .b>a:hover{
    color: #17a1ff;
}

.hot_zixun .content .box.fr .b>h3 {
    width: 48px;
    height: 22px;
    border-radius: 30px;
    background-color: #17a1ff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 0;
    font-weight: normal;
}

/* banner */
#banner {
    width: 100%;
}

#banner img {
    width: 100%;
    height: 432px;

}

#bannerpage span {
    width: 56px;
    height: 5px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
    box-sizing: border-box;
}

#bannerpage span.swiper-pagination-bullet-active {
    width: 56px;
    background-color: #ffffff;
}

#banner .form {
    width: 299px;
    height: 392px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 19px;
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid #BFBFBF;
}

#banner .form h3 {
    text-align: center;
    font-size: 20px;
    padding: 22px 0 21px;
}

#banner .country {
    text-align: center;
    font-size: 0;
    margin-bottom: 12px;
}

#banner .country .box {
    display: inline-block;
    margin-right: 31px;
    cursor: pointer;
}

#banner .country .box:last-child {
    margin-right: 0;
}

#banner .country .box.active .cimg {
    border-radius: 50%;
    padding: 1px;
    box-sizing: border-box;
    border: 1px solid #17a1ff;
}

#banner .country .box.active .cimg::after {
    display: none;
}

#banner .country .box.active h4 {
    color: #17a1ff;
}

#banner .country .box .cimg {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

#banner .country .box .cimg img {
    width: 100%;
    height: 100%;
}

#banner .country .box .cimg::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

#banner .country .box h4 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

#banner .formbox {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
}

#banner .form input {
    width: 265px;
    height: 32px;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 12px;
    text-indent: 10px;
}

#banner .form .select {
    width: 265px;
    margin: 0 auto 22px;
}

#banner .form .select>div {
    width: 128px;
    height: 32px;
}

#banner .form .select>div::after {
    content: '';
    width: 10px;
    height: 8px;
    display: block;
    background: url(../images/xia.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -4px;
}

#banner .form .select>div select {
    width: 100%;
    height: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding-left: 10px;
    color: #666666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#banner .form button {
    width: 265px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #17a1ff;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

#banner .form button:hover {
    opacity: 0.8;
}

/* Sprite */
.img {
    background: url(../images/sprite.png) no-repeat;
}

.iii1 {
    width: 53px !important;
    height: 1px !important;
    background-color: #E5E5E5;
}

.rrr {
    height: 18px;
    width: 10px;
    background-position: 0 0;
}

.yxgd {
    height: 18px;
    width: 10px;
    background-position: -10px 0;
}

.xiala {
    height: 7px;
    width: 11px;
    background-position: -20px 0;
}

.gengduo {
    height: 11px;
    width: 12px;
    background-position: -31px 0;
}

.xiangzuo {
    height: 38px;
    width: 16px;
    background-position: -43px 0;
}

.xiangyou {
    height: 38px;
    width: 16px;
    background-position: -59px 0;
}

.sousuo {
    height: 17px;
    width: 16px;
    background-position: -75px 0;
}

.sousuo1 {
    height: 22px;
    width: 21px;
    background-position: -91px 0;
}

.hwicon5 {
    height: 26px;
    width: 26px;
    background-position: -112px 0;
}

.hwicon7 {
    height: 26px;
    width: 26px;
    background-position: -138px 0;
}

.hwicon6 {
    height: 26px;
    width: 26px;
    background-position: -164px 0;
}

.hwicon9 {
    height: 26px;
    width: 26px;
    background-position: -190px 0;
}

.hwicon10 {
    height: 26px;
    width: 26px;
    background-position: -216px 0;
}

.hwicon8 {
    height: 26px;
    width: 26px;
    background-position: -242px 0;
}

.hwicon4 {
    height: 26px;
    width: 26px;
    background-position: -268px 0;
}

.xsicon3 {
    height: 26px;
    width: 26px;
    background-position: -294px 0;
}

.xsicon2 {
    height: 26px;
    width: 26px;
    background-position: -320px 0;
}

.xsicon5 {
    height: 26px;
    width: 26px;
    background-position: -346px 0;
}

.xsicon4 {
    height: 26px;
    width: 26px;
    background-position: -372px 0;
}

.xsicon1 {
    height: 26px;
    width: 26px;
    background-position: -398px 0;
}

.hwicon3 {
    height: 26px;
    width: 26px;
    background-position: -424px 0;
}

.hwicon1 {
    height: 26px;
    width: 26px;
    background-position: -450px 0;
}

.hwicon2 {
    height: 26px;
    width: 26px;
    background-position: -476px 0;
}

.dianhua {
    height: 30px;
    width: 30px;
    background-position: -502px 0;
}

.licon4 {
    height: 40px;
    width: 40px;
    background: url(../images/4.png) no-repeat center;
    background-size: cover;
}

.licon3 {
    height: 40px;
    width: 40px;
    background: url(../images/3.png) no-repeat center;
    background-size: cover;
}

.licon5 {
    height: 40px;
    width: 40px;
    background: url(../images/5.png) no-repeat center;
    background-size: cover;
}

.licon7 {
    height: 40px;
    width: 40px;
    background: url(../images/7.png) no-repeat center;
    background-size: cover;
}

.licon6 {
    height: 40px;
    width: 40px;
    background: url(../images/6.png) no-repeat center;
    background-size: cover;
}

.icon2 {
    height: 40px;
    width: 40px;
    background: url(../images/active3.png) no-repeat center;
    background-size: cover;
}

.icon3 {
    height: 40px;
    width: 40px;
    background: url(../images/active4.png) no-repeat center;
    background-size: cover;
}

.chuguoheguiguoliuxuerenshi {
    height: 40px;
    width: 40px;
    background: url(../images/active1.png) no-repeat center;
    background-size: cover;
}

.icon {
    height: 40px;
    width: 40px;
    background: url(../images/1.png) no-repeat center;
    background-size: cover;
}

.icon1 {
    height: 40px;
    width: 40px;
    background: url(../images/active2.png) no-repeat center;
    background-size: cover;
}

.icon4 {
    height: 40px;
    width: 40px;
    background: url(../images/active5.png) no-repeat center;
    background-size: cover;
}

.licon1 {
    height: 40px;
    width: 40px;
    background: url(../images/1.png) no-repeat center;
    background-size: cover;
}

.licon2 {
    height: 40px;
    width: 40px;
    background: url(../images/2.png) no-repeat center;
    background-size: cover;
}

.icon5 {
    height: 40px;
    width: 40px;
    background: url(../images/active6.png) no-repeat center;
    background-size: cover;
}

.icon6 {
    height: 40px;
    width: 40px;
    background: url(../images/active7.png) no-repeat center;
    background-size: cover;
}

.alicon3 {
    height: 44px;
    width: 44px;
    background-position: -980px 0;
}

.alicon4 {
    height: 44px;
    width: 44px;
    background-position: -1024px 0;
}

.alicon1 {
    height: 44px;
    width: 44px;
    background-position: -1068px 0;
}

.alicon2 {
    height: 44px;
    width: 44px;
    background-position: -1112px 0;
}

.alicon7 {
    height: 44px;
    width: 44px;
    background-position: -1156px 0;
}

.alicon8 {
    height: 44px;
    width: 44px;
    background-position: -1200px 0;
}

.alicon5 {
    height: 44px;
    width: 44px;
    background-position: -1244px 0;
}

.alicon6 {
    height: 44px;
    width: 44px;
    background-position: -1288px 0;
}


/* 选项卡 */

.xuanxiangka_container {
    width: 1170px;
    position: relative;
    background-color: #fff;
    z-index: 10;
    margin: 0 auto;
    margin-top: -130px;
    margin-bottom: 90px;
}

.xuanxiangka {
    text-align: center;
    margin: 0 auto;
    margin-top: 44px;
    width: 1170px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 50px 32px;
    box-sizing: border-box;
}

.xuanxiangka .box {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.xuanxiangka .box::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 18px;
    border-style: solid;
    border-color: transparent transparent #EEEEEE transparent;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    display: none;
    bottom: -50px;
}

.xuanxiangka .box .imgbox {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 14px;
    transition: all .5s;
}

.xuanxiangka .box .imgbox>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xuanxiangka .box.active .imgbox {
    box-shadow: 0px 8px 24px 0px rgba(255, 91, 11, 0.2);
    border: 1px solid rgba(255, 81, 0, 1);
}

.xuanxiangka .box.active::after {
    display: block;
}

.xuanxiangka .box h3 {
    font-size: 16px;
    font-weight: normal;
    color: #606266;
}

.xuanxiangka .box.active h3{
    color: #17a1ff;
}

.xuanxiangka .rrr {
    display: inline-block;
    margin: 20px 9px;
}

/* 选项内容 */
.xcontent {
    width: 1170px;
    height: 212px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.xcontent .c1 .box,
.xcontent .c1 .box2 {
    width: 354px;
    height: 138px;
    background-color: #ffffff;
    margin-top: 34px;
    margin-left: 27px;
}

.xcontent .c1 .box2 {
    margin-right: 0;
}

.xcontent .c1 .box p,
.xcontent .c1 .box2 p {
    text-align: center;
    font-size: 18px;
    margin: 32px 0 16px;
}

.xcontent .c1 .box2 p {
    margin-top: 39px;
    margin-bottom: 0;
}

.xcontent .c1 .box a {
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #17a1ff;
    border-radius: 3px;
    color: #17a1ff;
    margin: 0 auto;
    box-sizing: border-box;
}

.xcontent .c1 .box2 span {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #17a1ff;
}

.xcontent .c1 .box a:hover {
    background-color: #17a1ff;
    color: #ffffff;
}

.xcontent .c2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 53px 0 20px;
}

.xcontent .c2>div {
    width: 562px;
    height: 54px;
    margin: 0 auto;
}

.xcontent .c2 .img {
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -11px;
}

.xcontent .c2 input {
    width: 477px;
    height: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-right: none;
    font-size: 14px;
    padding-left: 52px;
    box-sizing: border-box;
}

.xcontent .c2 button {
    width: 85px;
    height: 100%;
    box-sizing: border-box;
    background-color: #17a1ff;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.xcontent .c3 .box {
    width: 274px;
    height: 136px;
    background-color: #ffffff;
    margin-top: 38px;
    margin-left: 15px;
}

.xcontent .c3 .box:last-child {
    margin-right: 0;
}

.xcontent .c3 .box img {
    width: 116px;
    height: 100px;
    margin: 18px 18px 0 18px;
}

.xcontent .c3 .box>div.fl h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 15px;
}

.xcontent .c3 .box>div.fl a {
    width: 84px;
    height: 28px;
    border: 1px solid #17a1ff;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #17a1ff;
}

.xcontent .c3 .box>div.fl a:hover {
    background-color: #17a1ff;
    color: #ffffff;
}

.xcontent .c4 h3 {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    padding: 24px 0;
    padding-left: 30px;
}

.xcontent .c4 h3::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 38px;
    background-color: rgba(255, 81, 0, 1);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.xcontent .c4>div.content {
    text-align: center;
    margin-top: 20px;
}

.xcontent .c4 .box {
    width: 180px;
    height: 48px;
    background-color: #ffffff;
    font-size: 0;
    margin-right: 20px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.xcontent .c4 .box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.xcontent .c4 .box:last-child {
    margin-right: 0;
}

.xcontent .c4 .box em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    margin-right: 10px;
}

.xcontent .c4 .box p {
    height: 100%;
    line-height: 48px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.xcontent .c4 .dian {
    text-align: center;
    font-size: 0;
    margin-top: 16px;
}

.xcontent .c4 .dian em {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #B2B2B2;
    display: inline-block;
    margin-right: 6px;
}

.xcontent .c4 .dian em:last-child {
    margin-right: 0;
}

.xcontent .c5 h3 {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    padding: 24px 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.xcontent .c5 h3::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 38px;
    background-color: rgba(255, 81, 0, 1);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.xcontent .c5 .content {
    width: 980px;
    margin: 0 auto;
}

.xcontent .c5 .box {
    width: 180px;
    height: 48px;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 12px;
    margin-right: 20px;
    cursor: pointer;
}

.xcontent .c5 .box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.xcontent .c5 .box:nth-child(5n) {
    margin-right: 0;
}

.xcontent .c6 p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 50px 0 24px;
}

.xcontent .c6 a {
    width: 224px;
    height: 44px;
    border: 1px solid #17a1ff;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #17a1ff;
    margin: 0 auto;
}

.xcontent .c6 a:hover {
    background-color: #17a1ff;
    color: #ffffff;
}

.xcontent .c7 h3 {
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 24px;
    font-weight: normal;
    padding: 24px 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.xcontent .c7 h3::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 38px;
    background-color: rgba(255, 81, 0, 1);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.xcontent .c7 .content {
    width: 1021px;
    margin: 0 auto;
}

.xcontent .c7 .content .box {
    width: 192px;
    height: 48px;
    background-color: #ffffff;
    font-size: 0;
    margin-bottom: 12px;
    margin-right: 15px;
    cursor: pointer;
}

.xcontent .c7 .content .box:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.xcontent .c7 .content .box:nth-child(5n) {
    margin-right: 0;
}

.xcontent .c7 .content .box em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 10px;
}

.xcontent .c7 .content .box p {
    display: inline-block;
    height: 100%;
    line-height: 48px;
    font-size: 16px;
    vertical-align: middle;
}

.xcontent .c {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    padding: 90px 0;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* title */
.title {
    width: 100%;
    position: relative;
}

.title h3 {
    font-size: 40px;
    color: #00041A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.title p {
    font-size: 18px;
    color: #606266;
    margin-bottom: 50px;
    text-align: center;
}

.title a {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: -53px;
    z-index: 99999;
}

.title a em {
    display: inline-block;
    margin-left: 4px;
}

/* 热门留学院校 */

.school_container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/bg40.png') no-repeat center;
    background-size: cover;
}

.school .content>div.fl {
    width: 308px;
}

.school .content>div.fl h3 {
    padding: 0 0 0 51px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    color: #383B41;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
}

.school .content>div.fl h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 32px;
    height: 32px;
    background: url('../images/paihang.png') no-repeat center;
    background-size: cover;
}

.school .content>div.fl .t {
    font-size: 0;
    width: 100%;
    height: 47px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.school .content>div.fl .t div {
    font-size: 18px;
    width: 50%;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .4);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
}

.school .content>div.fl .t div span {
    position: relative;
}

.school .content>div.fl .t div:last-child {
    border-right: 0;
}

.school .content>div.fl .t div.active span {
    font-weight: bold;
}

.school .content>div.fl .t div.active span:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: -12px;
}

.school .content>div.fl>div {
    background: url('../images/bg41.png') no-repeat center;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 21px;
}

.school .content>div.fl .b .tablet {
    width: 272px;
    height: 29px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    border-radius: 3px;
    line-height: 29px;
    font-size: 14px;
    color: #ffffff;
}

.school .content>div.fl .b .tablet h4 {
    margin-left: 9px;
    margin-right: 18px;
}

.school .content>div.fl .b .tablet .fff {
    margin-left: 0;
}

.school .content>div.fl .b .tablet .xxx {
    margin-right: 8px;
}

.school .content>div.fl .b .tableb {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 33px;
}

.school .content>div.fl .b .tableb h5 {
    font-size: 15px;
    color: #ffffff;
    margin-right: 30px;
}

.school .content>div.fl .b .tableb:nth-child(1) h5,
.school .content>div.fl .b .tableb:nth-child(2) h5,
.school .content>div.fl .b .tableb:nth-child(3) h5 {
    width: 28px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    background: url('../images/jp.png') no-repeat center;
    background-size: cover;
    margin-right: 20px;
    margin-left: -8px;
}

.school .content>div.fl .b .tableb div.fl span {
    font-size: 18px;
    color: #ffffff;
}

.school .content>div.fl .b .tableb div.fl p {
    font-size: 12px;
    color: #ffffff;
}

.school .content>div.fl .b .tableb h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.school .content>div.fl a {
    width: 100%;
    text-align: center;
    display: block;
    border:1px solid rgba(255,255,255,.4);
    padding: 13px 0;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 40px;
    transition: all .5s;
}

.school .content>div.fl a:hover{
    background-color: rgba(0, 0, 0, 0.2);
}

.school .content>div.fl .b {
    display: none;
    padding: 0 30px 0;
    box-sizing: border-box;
    width: 100%;
}

.school .content>div.fr {
    width: 844px;
    height: 492px;
    box-sizing: border-box;
}

.school .content>div.fr h4 {
    padding-left: 51px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    color: #383B41;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.school .content>div.fr h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url('../images/bank.png') no-repeat center;
    background-size: cover;
}

.school .content>div.fr .t {
    width: 100%;
    height: 47px;
    font-size: 0;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box;
}

.school .content>div.fr>div {
    border: 1px solid #E4E4E4;
    width: 100%;
    position: relative;
}

.school .content>div.fr .t span {
    width: 16.66%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #59595C;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .5px;
    cursor: pointer;
}

.school .content>div.fr .t span.active {
    background-color: #17a1ff;
    color: #fff;
}

.school .content>div.fr .t a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    float: right;
    height: 100%;
    line-height: 50px;
    margin-right: 11px;
}

.school .content>div.fr .t a em {
    display: inline-block;
    margin-left: 4px;
}

.school .content>div.fr .b {
    width: 804px;
    margin: 0 auto 0;
    display: none;
}

.school .content>div.fr .b .box {
    width: 33.33%;
    /* height: 182px; */
    border: 1px solid #EEEEEE;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    padding-left: 19px;
    padding-top: 20px;
}

.school .content>div.fr .b .box .boxt {
    box-sizing: border-box;
    padding: 20px 0 0;
}

.school .content>div.fr .b .box .boxt .img2 {
    width: 54px;
    height: 54px;
    margin: 0px 16px 19px 0;
}

.school .content>div.fr .b .box .boxt .img2 em {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 72px;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    z-index: 99;
}

.school .content>div.fr .b .box .boxt img {
    width: 48px;
    height: 48px;
    margin: 0px 16px 25px 0;
}

.school .content>div.fr .b .box .boxt .img2 img {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.school .content>div.fr .b .box .boxt div {
    width: 144px;
    margin-top: 6px;
}


.school .content>div.fr .b .box .boxt div h3 {
    font-size: 16px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.school .content>div.fr .b .box .boxt div h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.school .content>div.fr .b .box .boxt div p {
    font-size: 12px;
    color: #666666;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.school .content>div.fr .b .box .boxt div span {
    font-size: 14px;
    color: #666666;
}

.school .content>div.fr .b .box ul {
    font-size: 14px;
    line-height: 19px;
}

.school .content>div.fr .b .box ul li {
    margin-bottom: 16px;
}

.school .content>div.fr .b .box ul li::before {
    content: '01';
    display: inline-block;
    color: #989898;
    font-size: 13px;
    transform: translateY(2px);
    font-weight: bold;
}

.school .content>div.fr .b .box ul li:nth-child(2)::before{
    content: '02';
}

.school .content>div.fr .b .box ul li:nth-child(3)::before{
    content: '03';
}
.school .content>div.fr .b .box ul li:nth-child(4)::before{
    content: '04';
}
.school .content>div.fr .b .box ul li:nth-child(5)::before{
    content: '05';
}.school .content>div.fr .b .box ul li:nth-child(6)::before{
    content: '06';
}
.school .content>div.fr .b .box ul li:nth-child(7)::before{
    content: '07';
}.school .content>div.fr .b .box ul li:nth-child(8)::before{
    content: '08';
}
.school .content>div.fr .b .box ul li:nth-child(9)::before{
    content: '09';
}

.school .content>div.fr .b .box ul li:nth-child(10)::before{
    content: '10';
}

.school .content>div.fr .b .box ul li:nth-child(11)::before{
    content: '11';
}


.school .content>div.fr .b .box ul li:nth-child(12)::before{
    content: '12';
}

.school .content>div.fr .b .box ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    color: #59595C;
    text-overflow: ellipsis;
}

.school .content>div.fr .b .box ul li:hover a {
    color: #17a1ff;
}

.school .content>div.fr .b .box ul li:hover::before {
    color: #17a1ff;
}


div.a {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
    /* margin-top: 31px;
    margin-bottom: 53px; */
}

div.a a {
    height: 53px;
    border: 1px solid #17a1ff;
    color: #17a1ff;
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    transition: all .5s;
    box-sizing: border-box;
    width: 210px;
}

div.a a::before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div.a a span {
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
    font-weight: bold;
}

div.a a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 7px;
    background: url('../images/ri.png') no-repeat center;
    background-size: cover;
    transition: all .5s;
}

div.a a:hover {
    background-color: #17a1ff;
    border: none;
}

div.a a:hover span {
    padding-right: 10px;
    color: #fff;
}

div.a a:hover:after {
    width: 30px;
}

div.a a.a1 {
    margin-right: 0;
    background-color: transparent;
    color: #17a1ff;
}

div.a a.a1:hover {
    background-color: #17a1ff;
}

/* 海外名校导师 */

.container_teacher {
    background: url('../images/bg70.png') no-repeat center;
    background-size: cover;
}

.teacher {
    width: 100%;
    overflow: hidden;
}

.teacher .t {
    font-size: 0;
    margin-bottom: 60px;
}

.teacher .t span {
    width: 210px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    background-color: #856455;
    margin-right: 30px;
    position: relative;
    letter-spacing: .5px;
}

.teacher .t span:last-child {
    margin-right: 0;
}

.teacher .t span.active {
    background-color: #17a1ff;
}

.teacher .t span.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -6px;
    width: 14px;
    height: 14px;
    background: #17a1ff;
}

.teacher .b {
    display: none;
}

.teacher .b .fl {
    width: 674px;
    position: relative;
    overflow: hidden;
}

.teacher .b .fl .tip {
    height: 71px;
    position: absolute;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 21px 24px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    display: none;
}

.teacher .b .fl .tip.on {
    display: inline-block;
}

.teacher .b .fl .tip span {
    color: #606266;
    font-size: 16px;
}

.teacher .b .fl .tip em {
    color: #606266;
    font-size: 16px;
    display: inline-block;
    margin: 0 8px;
}

.teacher .b .fl .tip .or {
    color: #17a1ff;
    font-size: 18px;
}

.teacher .b .fl .tip .gr {
    color: #56B840;
    font-size: 18px;
}

.teacher .b .fl .p1 {
    color: #7D7E85;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 45px;
}

.teacher .b .fl h3 {
    color: #3A3B47;
    font-size: 38px;
    line-height: 53px;
    margin-bottom: 30px;
    display: none;
}

.teacher .b .fl h3.on {
    display: block;
}

.teacher .b .fl h3 span {
    display: inline-block;
    margin-right: 10px;
}

.teacher .b .fl h3 span em{
    font-size: 30px;
}

.teacher .b .fl div h4{
    color: #856455;
    line-height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    margin-bottom: 10px;
}

.teacher .b .fl .info {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
    /* margin-bottom: 20px; */
    display: none;
}

.teacher .b .fl .info.on {
    display: block;
}

.teacher .b .fl .info>span {
    display: inline-block;
    box-sizing: border-box;
    color: #606266;
    font-size: 16px;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 84px;
    line-height: 21px !important;
}

.teacher .b .fl .info>span span{
    color: #606266 !important;
    font-size: 16px !important;
    font-family:SourceHanSansCN-Regular,SourceHanSansCN !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.teacher .b .fl .info>span p{
    color: #606266 !important;
    font-family:SourceHanSansCN-Regular,SourceHanSansCN !important;
    font-size: 16px !important;
    display: inline-block;
}

.teacher .b .fl .p2 {
    color: #606266;
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
    height: 143px;
}

.teacher .b .fl .p2.on {
    display: block;
}

.teacher .b .fl .p2>span{
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 84px;
}

.teacher .b .fl .p2>span p{
    color: #606266 !important;
    font-size: 16px !important;
}

.teacher .b .fl .p2>span p span{
    background: none !important;
    font-family:SourceHanSansCN-Regular,SourceHanSansCN !important;
    color: #606266 !important;
    font-size: 16px !important;
}

.teacher .b .fl .pic {
    position: relative;
    height: 143px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.teacher .b .fl .pic .contain {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.teacher .b .fl .pic .con {
    display: inline-block;
    margin-left: -5px;
    position: relative;
    box-sizing: border-box;
    width: 60px;
    height: 107px;
    margin-top: 28px;
    background-color: rgb(91,92,97);
}

.teacher .b .fl .pic .con:first-child {
    margin-left: 0;
}

.teacher .b .fl .pic .con img {
    width: 100%;
    height: 100%;
}

.teacher .b .fl .pic .con.on {
    border: 1px solid rgba(255, 81, 0, 1);
    padding: 3px;
    margin-left: 10px;
    margin-right: 18px;
    transition: all .5s;
    width: 77px;
    height: 135px;
    margin-top: 0;
    background-color: #fff;
}

.teacher .b .fl .pic .con.on img {
    transition: all .5s;
}

.teacher .b .fl .contain_div{
    position: relative;
    height: 381px;
}

.show {
    animation: show .8s 1;
    animation-fill-mode: forwards;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.show1 {
    animation: show1 .8s 1;
    animation-fill-mode: forwards;
}

@keyframes show1 {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.teacher .b .fr{
    width: 372px;
    height: 590px;
    position: relative;
    margin-top: 60px;
    margin-right: 60px;
}

.teacher .b .fr img{
    position: absolute;
    left: 0;
    top: 0;
    width: 483px;
    display: none;
}

.teacher .b5 .fr img{
    width: 420px;
}

.teacher .b .fr img.on{
    display: block;
}

.teacher .b .fr .info{
    width: 184px;
    height: 54px;
    position: absolute;
    background:rgba(255,81,0,1);
    line-height: 54px;
    font-weight: bold;
    right: -148px;
    bottom: 90px;
    cursor: pointer;
    text-align: center;
    display: none;
    transition: all .5s;
}

.teacher .b .fr .info.on{
    display: block;
}

.teacher .b .fr .info:hover{
    background: rgb(165, 54, 2);
}

.teacher .b4 .fr1 .info:hover{
    background: none;
}

.teacher .b .fr .info span{
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
}

.teacher .b .fr .info em{
    display: inline-block;
    width: 30px;
    height: 7px;
    margin-left: 30px;
    background: url('../images/ri2.png') no-repeat center;
    background-size: cover;
    margin-bottom: 4px;
}

.teacher .b4 .fl {
    width: 382px;
    position: relative;
    overflow: hidden;
    padding: 50px 18px 40px;
    box-sizing: border-box;
    background-color: #fff;
    height: 528px;
}

.teacher .b4 .fl h3 {
    color: #17a1ff;
    font-size: 26px;
    line-height: 38px;
}

.teacher .b4 .fl p {
    color: #606266;
    font-size: 16px;
    margin-bottom: 48px;
    line-height: 26px;
    display: none;
}

.teacher .b4 .fl p.on {
    display: inline-block;
}

.teacher .b4 .fl p em {
    margin: 0 8px;
    display: inline-block;
}

.teacher .b4 .fl p .or {
    color: #17a1ff;
    font-size: 18px;
}

.teacher .b4 .fl p .gr {
    color: #56B840;
    font-size: 20px;
}

.teacher .b4 .fl .info {
    position: relative;
    padding-bottom: 10px;
    height: 35px;
    margin-bottom: 10px;
}

.teacher .b4 .fl .info span {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #606266;
    font-size: 16px;
    height: auto !important;
}

.teacher .b4 .fl .info span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #17a1ff;
}

.teacher .b4 .fl div>em {
    color: #606266;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: none;
    margin-bottom: 52px;
    line-height: 31px;
}

.teacher .b4 .fl div>em.on {
    display: block;
    display: -webkit-box;
}

.teacher .b4 .fl .btn {
    width: 346px;
    position: absolute;
    height: 53px;
    line-height: 53px;
    color: #17a1ff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid rgba(255, 81, 0, 1);
    text-align: center;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.teacher .b4 .fr1 {
    width: calc(100% - 382px - 40px);
    float: right;
}

.teacher .b4 .fr1 .info {
    width: 236px;
    height: 254px;
    position: relative;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .2s;
}

.teacher .b4 .fr1 .info.on{
    border: 5px solid #17a1ff;
}

.teacher .b4 .fr1 .info:nth-child(3n) {
    margin-right: 0;
}

.teacher .b4 .fr1 .info img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.teacher .b4 .fr1 .info .tip {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 12px 30px;
    box-sizing: border-box;
}

.teacher .b4 .fr1 .info .tip p {
    font-size: 20px;
    font-weight: bold;
    color: #606266;
    margin-bottom: 10px;
}

.teacher .b4 .fr1 .info .tip .con span {
    padding-left: 12px;
    position: relative;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    color: #606266;
    overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
    float: left;
    box-sizing: border-box;
}

.teacher .b4 .fr1 .info .tip .con span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #606266;
}

/* 海外名校导师 */

.container_outsea .bg1{
    width: 599px;
    height: 285px;
    position: absolute;
    top: 180px;
    left: 0;
    background: url('../images/bg80.png') no-repeat center;
    background-size: cover;
}

.outsea .tip {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.outsea .tip span {
    margin-right: 20px;
    padding: 7px 20px;
    display: inline-block;
    font-size: 16px;
    color: #17a1ff;
    font-weight: bold;
    border: 1px solid rgba(23, 161, 255, 1);
}

.outsea .b .info {
    overflow: hidden;
}

.outsea .b .info .img {
    float: left;
    margin-right: 10px;
    width: 280px;
    height: 320px;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 4px;
    background: none;
    transition: all 0.50s;
}

.outsea .b .info .img .img_con{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.50s;
}

.outsea .b .info .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .25s;
}

.outsea .b .info .img .hover {
    border-radius: 4px;
    height: 101%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(180deg);
    background: linear-gradient(125deg, rgba(106, 134, 237, 1) 0%, rgba(28, 68, 186, 1) 100%);
    color: #fff;
    padding: 91px 22px 0;
    line-height: 25px;
    font-size: 17px;
    box-sizing: border-box;
    letter-spacing: 1px;
    opacity: 0;
    transition: all .1s .1s;
}

.outsea .b .info .img .hover b {
    font-size: 30px;
    padding-bottom: 26px;
    display: block;
    letter-spacing: 2px !important;
    text-align: center !important;
}

.outsea .b .info .img:hover .img_con {
    transform: rotateY(180deg);
}

.outsea .b .info .img:hover img {
    opacity: 0;
}

.outsea .b .info .img:hover .hover {
    opacity: 1;
}

.outsea .swiper-pagination {
    position: static;
    margin-top: .426667rem;
    border-radius: 4px;
    overflow: hidden;
    height: 8px;
    background: #D8D8D8 !important;
}

.outsea .swiper-pagination span {
    background: #17a1ff !important;
}

/* 留学热门资讯 */

.container_news {
    background: url('../images/bg50.png') no-repeat center;
    background-size: cover;
}

.news .t {
    width: 100px;
    position: relative;
    height: 100%;
    font-size: 0;
    margin-bottom: 22px;
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #CBCBCB;
}

.news .t span {
    width: 100%;
    height: 48px;
    text-align: left;
    line-height: 48px;
    color: #606266;
    border-radius: 30px;
    font-size: 24px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 45px 0px;
    font-weight: bold;
}

.news .t span:hover {
    color: #17a1ff;
}

.news .t span.active {
    color: #17a1ff;
}

.news .t .more a {
    color: #17a1ff;
    font-size: 18px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    margin-top: 60px;
}

.news .t .more i {
    width: 16px;
    height: 10px;
    background: url('../images/more.png') no-repeat center;
    background-size: cover;
    display: block;
}

.news .t span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 0;
    background: rgba(255, 81, 0, 1);
    transition: all .5s;
}

.news .t span.active:after {
    content: '';
    height: 48px;
}

.news .b {
    display: none;
    float: right;
}

.news .b .box {
    width: 370px;
    margin-right: 27px;
    background-color: #fff;
    padding-bottom: 30px;
}

.news .b .box:last-child {
    margin-right: 0;
}

.news .b .box .img1 {
    width: 100%;
    height: 152px;
    overflow: hidden;
}

.news .b .box .img1:hover img{
    transform: scale(1.1);
}

.news .b .box .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news .b .box .img1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
}

.news .b .box .img1 span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 20;
    bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 29px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .b .box .img1 span a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #fff;
}

.news .b .box>a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 24px 0 52px;
    box-sizing: border-box;
    position: relative;
    height: 23px;
    color: #5F5F5F;
    line-height: 23px;
}

.news .b .box>a span {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 17px;
    box-sizing: border-box;
}

.news .b .box>a:nth-child(2) span,
.news .b .box>a:nth-child(3) span,
.news .b .box>a:nth-child(4) span {
    color: #fff;
    background-color: #17a1ff;
    border: none;
    line-height: 19px;
}


.news .b .box>a:hover {
    color: #17a1ff;
}

.news {
    padding-bottom: 50px;
}

/* 留学成功故事 */

.gushi .bg {
    width: 100%;
    height: 349px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg60.png') no-repeat center;
    background-size: cover;
}

.gushi .t {
    background-color: #fff;
    padding: 40px 0 10px;
    box-sizing: border-box;
}

.gushi .t .box {
    width: 25%;
    margin-bottom: 28px;
    display: inline-block;
}

.gushi .t .box .l {
    margin: 0 auto;
    display: block;
    width: 195px;
}

.gushi .t .box .l h3 {
    font-size: 30px;
    color: #FD5A0F;
    margin-bottom: 5px;
}

.gushi .t .box .l p {
    font-size: 16px;
    color: #606266;
}

.gushi .swiper-container {
    /* overflow: initial; */
}

.gushi a:hover {
    text-decoration: none;
}

.gushi .swiper-container .con{
    width: 262px;
    height: 260px;
    position: relative;
    margin: 40px 10px;
}
.gushi .swiper-container .box {
    box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    transition: all .5s;
}

.gushi .swiper-container .con:nth-child(1) {
    margin-left: 30px;
}

.gushi .swiper-container .con:nth-child(4n) {
    margin-right: 0;
}

.gushi .swiper-container .con:hover .box{
    border: 1px solid #17a1ff;
    transform: translateY(-30px);
}

.gushi .swiper-container .con:hover em,
.gushi .swiper-container .con:hover h3 {
    color: #17a1ff;
}

.gushi .swiper-container .box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    margin: 40px auto 9px;
    object-fit: cover;
}

.gushi .swiper-container .box h3 {
    text-align: center;
    font-size: 20px;
    color: #383B41;
    padding-bottom: 15px;
}

.gushi .swiper-container .box p {
    text-align: center;
    font-size: 16px;
    color: #606266;
    padding-bottom: 5px;
}

.gushi .swiper-container .box span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #A8A8A8;
    margin-bottom: 40px;
}

.gushi .swiper-container .box i {
    width: 32px;
    height: 32px;
    position: relative;
    display: block;
    margin: 0 auto 10px;
    background: url('../images/warn.png') no-repeat center;
    background-size: cover;
}

.gushi .swiper-container .box em {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #606266;
    width: 189px;
    margin: 0 auto;
}

.gushi .swiper-button-prev {
    width: 62px;
    height: 38px;
    left: -25px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(23, 161, 255, 1);
    transition: all .5s;
}

.gushi .swiper-button-prev:hover {
    background: rgba(23, 161, 255, 1);
}

.gushi .swiper-button-prev::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/ole.png') no-repeat center;
    background-size: contain;
    width: 9px;
    height: 18px;
}

.gushi .swiper-button-prev:hover:before {
    background: url('../images/wle.png') no-repeat center;
}

.gushi .swiper-button-next {
    width: 62px;
    height: 38px;
    right: -25px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(23, 161, 255, 1);
    transition: all .5s;
}

.gushi .swiper-button-next:hover {
    background: rgba(23, 161, 255, 1);
}

.gushi .swiper-button-next::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/ori.png') no-repeat center;
    background-size: contain;
    width: 9px;
    height: 18px;
}

.gushi .swiper-button-next:hover:before {
    background: url('../images/wri.png') no-repeat center;
}

.gushi .swiper-pagination {
    width: 100%;
    margin-top: 20px;
}

.gushi .swiper-pagination span {
    margin-right: 30px;
    box-sizing: border-box;
    width: 72px;
    height: 8px;
    background: rgba(254, 82, 2, .8);
    border-radius: 0;
}

.gushi .swiper-pagination span.swiper-pagination-bullet-active {
    background: rgba(254, 82, 2, 1);
}

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

/* 学术竞争力提升 */

.tisheng_container .bg1 {
    width: 604px;
    height: 943px;
    position: absolute;
    left: 0;
    bottom: 280px;
    background: url('../images/bg61.png') no-repeat center;
    background-size: cover;
}

.tisheng_container .bg2 {
    width: 354px;
    height: 655px;
    position: absolute;
    right: 0;
    bottom: -125px;
    background: url('../images/bg62.png') no-repeat center;
}

.tisheng .t {
    width: 160px;
    height: 471px;
    position: relative;
    background: url('../images/bg41.png') no-repeat center;
    background-size: cover;
    font-size: 0;
    float: left;
    padding-top: 40px;
    padding-bottom: 14px;
    box-sizing: border-box;
}

.tisheng .t span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: all .3s;
    position: relative;
    height: 29px;
    line-height: 29px;
}

.tisheng .t span:hover{
    font-size: 22px;
}

.tisheng .t span.active {
    font-size: 22px;
    font-weight: bold;
}

.tisheng .t span.active::before{
    content: '';
    position: absolute;
    width:61px;
    height:3px;
    background:rgba(255,81,0,1);
    top: 50%;
    transform: translateY(-50%);
    left: -37px;
}

.tisheng .t a {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    cursor: pointer;
}

.tisheng .b {
    display: none;
    float: right;
}

.tisheng .b .con {
    width: 315px;
    height: 472px;
    margin-right: 16px;
}
.tisheng .b .box {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tisheng .b .con:hover .box {
    box-shadow: 0px 0px 40px 0px rgba(217, 222, 232, 1);
    transform: translateY(-30px);
}

.tisheng .b .box:last-child {
    margin-right: 0;
}

.tisheng .b .box .tip {
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.tisheng .b .box .tip span {
    padding: 2px 12px;
    font-size: 14px;
    letter-spacing: .5px;
    border: 1px solid rgba(195, 227, 184, 1);
    border-radius: 4px;
    color: #63AA4A;
    line-height: 20px;
    margin-right: 6px;
}

.tisheng .b .box .tip span:nth-child(even) {
    border: 1px solid #FFBC9C;
    color: #17a1ff;
}

.tisheng .b .box .img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.tisheng .b .box .img a {
    width: 100%;
    height: 100%;
}

.tisheng .b .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.tisheng .b .box .img>div {
    width: 100%;
    position: absolute;
    left: 19px;
    bottom: 12px;
    font-size: 0;
}

.tisheng .b .box .img:hover img {
    transform: scale(1.1);
}

.tisheng .b .box .img>div span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    background-color: #4FA0D3;
    border-radius: 30px;
    margin-right: 10px;
}

.tisheng .b .box .img>div span:last-child {
    background-color: #FBB451;
}

.tisheng .b .box h3 {
    font-size: 20px;
    font-weight: normal;
    color: #383B41;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 19px 0 10px;
}

.tisheng .b .box h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #383B41;
    font-size: 20px;
    font-weight: bold;
}

.tisheng .b .con:hover h3 a {
    color: #17a1ff;
}

.tisheng .b .box p {
    font-size: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tisheng .b .box p b {
    font-size: 18px;
}

.tisheng .b .box i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 0;
    height: 7px;
    background: url('../images/tori.png') no-repeat center;
    background-size: contain;
    transition: all .5s;
}

.tisheng .b .con:hover i {
    width: 46px;
}

/* 国际资质认证 */
.renzheng {
    width: 100%;
    background-color: #F6F8FB;
    overflow: hidden;
}

.renzheng>h3 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    margin: 45px 0 29px;
}

.renzheng .content .box {
    width: 20%;
    box-sizing: border-box;
    height: 156px;
}

.renzheng .content .box:last-child {
    margin-right: 0;
    border-right: 0;
}

.renzheng .content .box .con{
    display: block;
    width: 220px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.renzheng .content .box img {
    width: 88px;
    height: 54px;
    display: block;
    margin: 18px auto 2px;
}

.renzheng .content .box p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.renzheng .content .box b {
    text-align: center;
    font-size: 16px;
    display: block;
}

.meiti {
    width: 100%;
    height: 160px;
}

.meiti img {
    width: 148px;
    height: 39px;
    margin-right: 102px;
}

.meiti .img1 {
    width: 148px;
    height: 39px;
    margin-right: 102px;
    margin-top: 59px;
}

.meiti .img1 em {
    width: 124px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: -42px;
    margin-left: -62px;
    background: url(../images/weixin1.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.7s;
    transform: scale(1.1);
}

.meiti .img1:hover em {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.meiti .img1 .em2 {
    background-image: url(../images/zhihu.png);
}

.meiti .img1 .em3 {
    background-image: url(../images/baijiahao.png);
}

.meiti .img1 .em4 {
    background-image: url(../images/xiaohongshu.png);
}

.meiti .img1 .em5 {
    background-image: url(../images/ximalaya.png);
}