/*@charset "UTF-8";*/
/* CSS Document */

/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: 爱企云 lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*兼容移动端*/
@media screen and (max-width: 1200px) {
    .width-auto {
        padding: 0 20px;
    }

    .studio-block {
        display: block !important;
    }

    @-webkit-keyframes jindu_animation {
        0% {
            right: 10%;
        }
        35% {
            right: 40%;
        }
        70% {
            right: 10%;
        }
        100% {
            right: 10%;
        }
    }
    @keyframes jindu_animation {
        0% {
            right: 10%;
        }
        35% {
            right: 40%;
        }
        70% {
            right: 10%;
        }
        100% {
            right: 10%;
        }
    }
    .index-float-wrap {
        right: 20px;
        top: 80px;
    }

    .header-wrap2 {
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    }

    .black-box {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 1);
        display: none;
    }

    .header-click-nav {
        width: 23px;
    }

    .m-header-nav span {
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        display: block;
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }

    .header-black-nav span {
        background: #1a1a1a;
    }

    .m-header-nav .last-rotate {
        width: 100% !important;
        margin-left: 0 !important;
        background: #fff !important;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 100% 50% 0;
        -webkit-transform-origin: 100% 50% 0;
    }

    .m-header-nav .first-rotate {
        background: #fff !important;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 100% 50% 0;
        -webkit-transform-origin: 100% 50% 0;
    }

    .m-header-nav .navOpacity {
        opacity: 0;
        background: #fff !important;
    }

    .m-header-nav .last-rotate2 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .m-header-nav .first-rotate2 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .m-header-nav .navOpacity2 {
        opacity: 1;
    }

    .m-header-nav .first-rotate2 {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .header-wrap {
        height: auto;
    }

    .top-banner-wrap {
        height: auto;
        position: static;
        margin-top: 40px;
    }

    .top-banner-img {
        height: auto;
    }

    .top-banner-img img {
        width: 150%;
        height: auto;
        position: relative;
        left: -25%;
    }

    .header-nav-wrap {
        height: 60px;
        background: #EBCB33;
        top: 0 !important;
        position: fixed;
        text-align: center;
    }

    .header-logo {
        width: 40%;
        max-width: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translateX(-50%) translateY(-25%) scale(0);
        transform: translateX(-50%) translateY(-25%) scale(0);
        z-index: 9;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    }

    .header-scale {
        -webkit-transform: translateX(-50%) translateY(-25%) scale(1);
        transform: translateX(-50%) translateY(-25%) scale(1);
    }

    .header-nav-box {
        width: 100%;
    }

    .pd10 {
        padding: 0 10px;
    }

    .m-header-nav {
        position: fixed;
        margin: 0;
        top: 20px;
        z-index: 999;
    }

    .m-header-nav span {
        height: 3px;
        margin-bottom: 5px;
    }

    .m-header-nav span:nth-child(1) {
        opacity: 1;
    }

    .m-header-nav span:nth-child(3) {
        opacity: 1;
    }

    .header-search-icon {
        width: 24px;
        height: 24px;
        margin: 20px 0 0 0;
    }

    .header-search-icon .header-icon2:after {
        width: 23px;
        left: -1px;
        top: 8px;
    }

    .header-search-icon .header-icon2:before {
        width: 23px;
        left: -1px;
        top: 8px;

    }

    .header-search-input {
        top: 0;
    }

    .header-icon-button {
        width: 24px;
        height: 24px;
        left: -10px;
        top: 18px;
    }

    .input-from {
        padding: 15px 35px;
        height: 60px;

    }

    .input-pd input {
        font-size: 16px;
        line-height: 24px;
        margin: 3px 0;
    }

    .header-nav-box {
        padding: 0 50px;
    }

    .header-nav-box ul {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        padding: 0 50px;
    }

    .header-nav-box ul li {
        display: block;
        padding: 0;
        opacity: 0;
        margin: 10px 0;
    }

    .header-nav-box ul li:nth-child(1) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .header-nav-box ul li:nth-child(2) {
        animation-delay: 400ms;
        -webkit-animation-delay: 400ms;
    }

    .header-nav-box ul li:nth-child(3) {
        animation-delay: 600ms;
        -webkit-animation-delay: 600ms;
    }

    .header-nav-box ul li:nth-child(4) {
        animation-delay: 800ms;
        -webkit-animation-delay: 800ms;
    }

    .header-nav-box ul li:nth-child(5) {
        animation-delay: 1000ms;
        -webkit-animation-delay: 1000ms;
    }

    .header-nav-box ul li:nth-child(6) {
        animation-delay: 1200ms;
        -webkit-animation-delay: 1200ms;
    }

    .header-nav-box ul li:nth-child(7) {
        animation-delay: 1400ms;
        -webkit-animation-delay: 1400ms;
    }

    .header-nav-box ul li:nth-child(8) {
        animation-delay: 1600ms;
        -webkit-animation-delay: 1600ms;
    }

    .header-nav-box ul li:nth-child(9) {
        animation-delay: 1800ms;
        -webkit-animation-delay: 1800ms;
    }

    .banner-wrap {
        padding: 30px 0;
    }

    .banner-pagination {
        margin: 15px 0;
        height: 15px;
    }

    .content-index-wrap {
        padding-top: 20px;
    }

    .content-img-wrap {
        padding-top: 30px;
    }

    .offer-index-wrap {
        padding: 30px 0;
    }

    .offer-left {
        width: 100%;
        padding: 30px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .offer-right {
        width: 100%;
        margin-left: 0;
    }

    .offer-index-title span:nth-child(1) {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px 0 10px;
    }

    .offer-index-title span:nth-child(2) {
        height: 7px;
        top: 14px;
    }

    .offer-index-text {
        font-size: 16px;
        padding: 10px 0 0 0;
        letter-spacing: 10px;
    }

    .offer-index-text span {
        text-indent: 10px;
    }

    .offer-index-text2 {
        font-size: 14px;
        padding: 10px 0 0 0;
        letter-spacing: 4px;
    }

    .offer-index-text2 span {
        letter-spacing: 4px;
        padding: 0 6px 5px 6px;
    }

    .offer-index-icon {
        margin: 20px 0 0 10px;
    }

    .content-img-text span:nth-child(1) {
        font-size: 16px;
        line-height: 24px;
    }

    .content-img-text span:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .index-title .index-title-span span {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
    }

    .content-img-text .content-index-span {
        line-height: 20px;
    }

    .index-title .index-title-span {
        line-height: 20px;
    }

    .about-index-wrap {
        padding-top: 0;
    }

    .pd0 {
        padding: 0
    }

    .content-index-li {
        width: 32%;
        margin: 0 2% 2% 0;
    }

    .content-index-li:nth-child(5n) {
        margin: 0 2% 2% 0;
    }

    .content-index-li:nth-child(3n) {
        margin: 0 0 2% 0;
    }

    .content-index-title {
        font-size: 12px;
        margin: 10px auto 0;
    }

    .content-img-box .swiper-slide {
        padding-bottom: 10px;
    }

    .content-index-li:last-child {
        display: inline-block;
    }

    .logo-list-left {
        width: 100%;
    }

    .logo-list-wrap {
        padding-bottom: 0;
    }

    .logo-index-list {
        width: 100%;
        padding: 0 10%;
    }

    .index-logo-swiper .swiper-slide {
        padding: 20px 10px;
    }

    .logo-button-prev:hover {
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .logo-button-next:hover {
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .logo-index-list .logo-index-li {
        width: 25%;
        margin: 4% 4.165% 4% 4.165%;
    }

    .logo-index-list .logo-index-li:nth-child(5n) {
        margin: 4% 4.165% 4% 4.165%;
    }

    .logo-index-list .logo-index-li:nth-child(3n) {
        margin: 4% 4.165% 4% 4.165%;
    }

    .border-wrap {
        margin: 20px 0;
        height: 1px;
    }

    .school-index-li {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .school-index-li:nth-child(3n) {
        margin: 0 4% 4% 0;
    }

    .school-index-li:nth-child(2n) {
        margin: 0 0 4% 0;
    }

    .school-index-img span:nth-child(2) {
        width: 40px;
        height: 40px;
    }

    .school-index-box {
        padding: 30px 0 0 0;
    }

    .about-video iframe {
        height: 203px;
    }

    .logo-index-wrap {
        padding: 30px 0 0 0;
    }

    .iframe-back {
        display: none;
    }

    .content-index-li:nth-child(3n+1) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .content-index-li:nth-child(3n+2) {
        animation-delay: 400ms;
        -webkit-animation-delay: 400ms;
    }

    .content-index-li:nth-child(3n) {
        animation-delay: 600ms;
        -webkit-animation-delay: 600ms;
    }

    .content-index-text {
        font-size: 8px;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .footer-box {
        padding: 0;
    }

    .footer-logo {
        margin: 0 auto;
        width: 60%;
    }

    .footer-left {
        padding: 0;
        width: 100%;
    }

    .footer-map {
        padding: 0 0 20px 0;
    }

    .footer-read-left {
        padding-right: 0;
        width: 100%;
    }

    .footer-read-right {
        padding-right: 0;
        width: 100%;
    }

    .footer-read {
        padding: 30px 0 30px 0;
    }

    .footer-wrap {
        padding: 30px 0 20px 0;
    }

    .footer-ewm {
        width: 100px;
        margin: 10px auto;
    }

    .footer-ewm span {
        font-size: 14px;
    }

    .footer-border {
        height: 1px;
    }

    .footer-read-title {
        font-size: 22px;
        text-align: center;
    }

    .footer-read-text {
        padding-top: 10px;
        text-align: center;
    }

    .footer-share {
        text-align: center;
        padding: 10px 0;
    }

    .footer-read-text span {
        font-size: 14px;
        line-height: 18px;
        display:block;
        padding:6px 0;
    }

    .footer-right {
        width: 100%;
    }

    .footer-text1 {
        display: none;
    }

    .footer-text2, .footer-text3 {
        font-size: 8px;
        line-height: 20px;
    }

    .m-hide {
        display: none;
    }

    .footer-share span {
        width: 24px;
        height: 24px;
    }

    .footer-logo span:nth-child(1) {
        font-size: 28px;
    }

    .video-box {
        width: 100%;
        padding: 0;
        left: 0;
        height: 100%;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: none;
    }

    .video-box iframe {
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .video-wrap {
        background: rgba(0, 0, 0, 1);
        height: 100%;
    }

    .content-index-li:hover .content-index-title span {
        background-size: 24px;
    }

    .content-index-li:hover .content-index-text span {
        background-size: 24px;
    }

    .content-img-text:hover .content-index-span span {
        background-size: 24px;
    }

    .offer-index-box:hover .offer-index-text span, .offer-index-box:hover .offer-index-text2 span {
        background-size: 24px;
    }

    .index-title:hover .index-title-span span {
        background-size: 24px;
    }

    .video-box {
        margin-top: 0;
    }

    .content-index-li:hover .content-index-title span {
        background: url(../images/wave.svg) repeat-x bottom;
        background-size: 24px;
    }

    .content-index-li:hover .content-index-text span {
        background: url(../images/wave.svg) repeat-x bottom;
        background-size: 24px;
    }

    .contact-pop-button {
        top: 10px;
        right: 10px;
    }

    .contact-popup {
        background: rgba(255, 255, 255, 1);
    }

    .contact-pop-wrap {
        width: 100%;
        height: 100%;
        padding: 20px;
        background: none;
    }

    .contact-pop-box {
        padding-left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contact-pop-left {
        width: 100%;
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-bottom: 20px;
    }

    .contact-logo-text1 {
        font-size: 30px;
    }

    .contact-logo-img {
        width: 48%;
        margin-top: 5px;
    }

    .contact-logo-text2 {
        font-size: 36px;
    }

    .contact-pop-title {
        font-size: 26px;
    }

    .contact-pop-text {
        font-size: 18px;
        font-weight: bold;
    }

    .contact-popup-input {
        margin-right: 0;
        width: 100%;
        padding-top: 10px;

    }

    .contact-popup-input input {
        line-height: 32px;
        border-bottom: 2px solid #c0c1c2;
        font-size: 14px;
    }

    .contact-popup-input .input-focus-color {
        border-bottom: 2px solid #edcd37;
    }

    .contact-pop-submit {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        width: 100px;
        margin-right: 0;
    }

    .contact-input-text {
        padding: 5px 0 20px 0;
    }

    .contact-span-en {
        font-size: 28px;
    }

    .contact-span-cn {
        font-size: 22px;
        line-height: 34px;
    }

    .footer-read-button {
        width: 60%;
        display: block;
        margin: 10px auto 0;
    }

    .index-float-button {
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    }

    .index-float-button a {
        padding: 10px;
    }

    .logo-swiper-wrap {
        padding: 0;
    }

    .school-index-li:nth-child(2n+1) {
        animation-delay: 200ms;
        -webkit-animation-delay: 200ms;
    }

    .school-index-li:nth-child(2n) {
        animation-delay: 400ms;
        -webkit-animation-delay: 400ms;
    }

    .contact-pop-top {
        margin-top: 0;
    }

    .header-show {
        display: block;
    }

    .home-icon {
        display: none;
    }

    .banner-pagination {
        height: 8px;
        margin: 10px 0;
    }

    .banner-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .header-top {
        margin-top: 60px;
    }

    .header-read-wrap {
        height: 60px !important;

    }

    .header-read-wrap .header-nav-wrap {
        background: #1b1b1b;;
    }

    .media-content-wrap {
        padding: 0;
    }

    .media-flow-title {
        font-size: 45px;
        top: 22px;
        -webkit-text-shadow: 4px 4px 0 rgba(88, 88, 88, .75);
        text-shadow: 4px 4px 0 rgba(88, 88, 88, .75);

    }

    .media-flow-box {
        padding: 50px 0 0 0;
    }

    .media-swiper1 .media-swiper-img, .media-swiper2 .media-swiper-img {
        height: 180px;
        max-height: 180px;
    }

    .media-swiper3 .media-swiper-img, .media-swiper4 .media-swiper-img, .media-swiper5 .media-swiper-img {
        height: 130px;
        max-height: 130px;
    }

    .media-swiper-read {
        display: none;
    }

    .media-black {
        opacity: 1;
        background: rgba(0, 0, 0, 0);
    }

    .media-play, .media-video, .media-min-video {
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    .media-jindu-icon, .hot-jindu-icon {
        margin: 20px 0;
        width: 92px;
        height: 12px;
    }

    .media-jindu-icon:before, .hot-jindu-icon:before {
        height: 12px;
        width: 40px;
    }

    .media-jindu-icon:after, .hot-jindu-icon:after {
        width: 70px;
        height: 3px;
    }

    .media-jindu-icon span, .hot-jindu-icon span {
        width: 12px;
        height: 12px;
        margin-top: 0;
    }

    .media-hot-time span {
        font-size: 14px;
        line-height: 30px;
        padding: 0 5px;
    }

    .media-hot-title {
        font-size: 45px;
        -webkit-text-shadow: 4px 4px 0 rgba(88, 88, 88, .75);
        text-shadow: 4px 4px 0 rgba(88, 88, 88, .75);
        padding: 50px 0 0 0;
    }

    .media-hot-read {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);

    }

    .media-hot-a {
        font-size: 16px;
        line-height: 28px;
        margin-top: 5px;
    }

    .media-hot-brand {
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0 10px 0;
    }

    .media-hot-img {
        margin-left: 0;
        width: 100%;
        padding-bottom: 60%;
    }

    .media-list-li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .media-li-title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin: 10px 0;
    }

    .media-li-time {
        padding-top: 0;
    }

    .media-list-li:nth-child(3n) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
        margin: 0 0 20px 0;
    }

    .media-list-li:nth-child(3n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .media-list-li:nth-child(3n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .media-more-button {
        font-size: 22px;
    }

    .media-more-jt i {
        width: 40px;
    }

    .media-more-jt {
        padding: 18px 0;
    }

    .media-more-jt:before {
        bottom: 12px;
        height: 4px;
    }

    .media-more-jt:after {
        top: 12px;
        height: 4px;
    }

    .media-more-button {
        margin-left: 15px;
    }

    .media-more-y {
        margin: 14px 10px 0 0;
        width: 12px;
        height: 12px;
    }

    .media-list-wrap {
        padding-bottom: 50px;
    }

    .news-top-list {
        padding: 0;
    }

    .news-top-left {
        width: 100%;

    }

    .news-top-category {
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .news-top-category span {
        display: inline-block;
        background: #edcd37;
        width: auto;
        padding: 0 20px;
        line-height: 36px;
        height: 36px;
        color: #1a1a1a;
    }

    .news-top-left {
        padding: 0;
    }

    .news-top-title {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }

    .news-top-right {
        width: 100%;
    }

    .news-top-brief {
        font-size: 12px;
    }

    .news-top-title a {
        display: block;
    }

    .news-top-more {
        line-height: 32px;
        margin-bottom: 20px;
    }

    .news-top-more a {
        font-size: 22px;
    }

    .news-top-more a span {
        font-size: 16px;
    }

    .news-top-more a span:after {
        height: 2px;
    }

    .news-top-back {
        width: 100%;
        position: static;
        padding: 0 0 20px 0;
        height: auto;
    }

    .news-top-button {
        position: relative;
        right: 0;
    }

    .news-back-box {
        padding: 20px;
        background: #edcd37;
    }

    .news-back-right {
        font-size: 16px;
        line-height: 30px;
        height: auto;
        width: 100%;
    }

    .news-back-left {
        display: none;
    }

    .news-top-button {
        height: 36px;
        width: 45px;
        margin: 0 20px;
    }

    .news-top-button:after {
        top: 12px;
        width: 16px;
        left: 16px;
    }

    .news-top-button a:after {
        top: 12px;
        width: 16px;
        left: 6px;
    }

    .news-top-button:before {
        bottom: 12px;
        width: 16px;
        left: 16px;
    }

    .news-top-button a:before {
        bottom: 12px;
        width: 16px;
        left: 6px;
    }

    .news-top-edge:hover .news-top-button:after, .news-top-edge:hover .news-top-button:before {
        left: 26px;
        opacity: 0;
    }

    .news-top-edge:hover .news-top-button a:after, .news-top-edge:hover .news-top-button a:before {
        left: 16px;
        opacity: 1;
    }

    .news-top-box {
        padding-bottom: 50px;
    }

    .news-category-box {
        padding-left: 0;
    }

    .news-category-title {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .news-category-title span {
        display: inline-block;
        background: #edcd37;
        width: auto;
        padding: 0 20px;
        line-height: 36px;
        height: 36px;
        color: #1a1a1a;
    }

    .news-brief-span:nth-child(1) {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
    }

    .news-brief-span:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        margin: 6px 0;
        padding: 0;
    }

    .news-swiper-wrap {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .news-category-button .news-list-swiper {
        width: 30px;
        height: 30px;
    }

    .news-swiper-wrap .swiper-slide {
        padding-right: 0;
    }

    .news-swiper-title {
        margin-top: 10px;
        height: 36px;
    }

    .news-category-button {
        width: 100%;
        padding-top: 0;
    }

    .news-category-button .news-list-swiper:after {
        left: 10px;
        top: 10px;
        width: 12px;
    }

    .news-category-button .news-list-swiper:before {
        left: 10px;
        bottom: 10px;
        width: 12px;
    }

    .news-category .news-list-next {
        margin-left: 10px;
    }

    .news-category-brief {
        width: 100%;
    }

    .news-category {
        padding-bottom: 50px;
    }

    .studio-li-wrap {
        position: relative;
        left: 0;
        top: 0;
    }

    .studio-li-yellow {
        width: 100%;
        max-width: 100%;
    }

    .studio-title-text:first-child {
        font-size: 28px;
        line-height: 22px;
    }

    .studio-title-text:last-child {
        font-size: 20px;
        line-height: 16px;
    }

    .studio-li-box {
        padding: 20px;

    }

    .studio-li-left .studio-li-box {
        text-align: right;
    }

    .studio-li-text {
        font-size: 14px;
    }

    .studio-li-right .studio-li-read {
        padding-right: 0;
    }

    .studio-li-read {
        font-size: 14px;
        padding-top: 10px;
    }

    .studio-li-right .studio-list-button, .studio-li-left .studio-list-button {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 10px 0 0 0;
        width: 60px;
        height: 36px;
        display: inline-block;
    }

    .studio-list-icon {
        position: relative;
        left: 0;
        display: inline-block;
    }

    .studio-list-icon:after {
        width: 30px;
        margin: -1px 0 0 0;
        left: 14px;
    }

    .studio-list-button:after {
        width: 14px;
        height: 2px;
        top: 13px;

    }

    .studio-list-button:before {
        width: 14px;
        height: 2px;
        bottom: 13px;
    }

    .studio-li-right .studio-list-button:after {
        right: 13px;
    }

    .studio-li-right .studio-list-button:before {
        right: 13px;
    }

    .studio-li-blue, .studio-li-golden, .studio-li-red, .studio-li-green, .studio-li-ashen {
        width: 100%;
        max-width: 100%;
    }

    .studio-li-left {
        position: relative;
        width: 100%;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .studio-icon-box {
        width: 100px;
    }

    .studio-left .studio-icon-box {
        padding-left: 12px;
    }

    .studio-read-icon {
        padding: 30px 0;
    }

    .studio-left {
        padding-right: 25%;
    }

    .studio-icon-box span {
        width: 88px;
        height: 4px;
        margin-top: 3px;
    }

    .studio-icon-box:after {
        width: 6px;
        height: 6px;
        top: 2px;
    }

    .studio-list1-icon {
        height: 3px;
        width: 30px;
    }

    .studio-list1-en {
        font-size: 20px;
    }

    .studio-list1-cn {
        font-size: 18px;
    }

    .studio-list1-icon1 {
        width: 60px;
        height: 3px;
    }

    .studio-list1-read {
        padding: 0;
    }

    .studio-list1-back {
        font-size: 14px;
    }

    .studio-list1-back span {
        padding: 0 10px;
        width: auto;
    }

    .studio-list1-text {
        padding: 30px 0 0 0;
    }

    .studio-list1-text {
        font-size: 13px;
        line-height: 24px;
        color: #666666;
    }

    .studio-list1-title {
        padding: 0 0 0 0;
    }

    .studio-left2 .studio-icon-box {
        padding-right: 12px;
    }

    .studio-list2-title {
        height: 32px;
        line-height: 32px;
        width: 80%;
        font-size: 14px;
    }

    .studio-list2-swiper {
        padding-right: 0;
    }

    .studio-play {
        right: 50%;
        top: 50%;
        margin: -20px -20px 0 0;
        width: 40px;
        height: 40px;
    }

    .studio-swiper-lable {
        width: 70%;
        height: 60px;
    }

    .studio-swiper-pagination {
        margin-top: 20px;
        height: 20px;
    }

    .studio-swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .studio-swiper-pagination .swiper-pagination-bullet:after {
        border: 2px solid #000000;
        width: 8px;
        height: 8px;
        margin: 6px;
    }

    .studio-swiper-pagination .swiper-pagination-bullet-active:after {
        width: 12px;
        height: 12px;
        border: 3px solid #000000;
        margin: 4px;
    }

    .studio-swiper-icon {
        height: 2px;
        width: 15px;
        margin: 29px 10px 0 10px;
    }

    .studio-swiper-number {
        line-height: 60px;
    }

    .studio-swiper-lable:after {
        height: 2px;
        width: 30px;
        right: -15px;
    }

    .studio-box-list2 {
        padding-bottom: 50px;
    }

    .studio-list3-back {
        padding: 0;
    }

    .studio-list3-back {
        font-size: 14px;
    }

    .studio-list3-back span {
        padding: 0 10px;
        width: auto;
    }

    .studio-list3-li {
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }

    .studio-list3-position {
        padding-left: 0;
    }

    .studio-list3-left {
        width: 50%;
        position: static;
        display: inline-block;
        text-align: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .list3-li-text {
        line-height: 28px;
        min-height: 56px;
        color: #000000;
        font-size: 14px;
        text-align: left;
        margin-top: 30px;
    }

    .studio-left3 .studio-icon-box {
        padding-left: 12px;
    }

    .studio-box-list4 {
        padding-top: 0;
    }

    .studio-box-list5 {
        padding: 30px 0;
    }

    .studio-list5-title {
        padding: 10px 0 0 0;
    }

    .studio-list5-read {
        padding: 0;
    }

    .studio-list5-text {
        font-size: 14px;
        line-height: 28px;
    }

    .studio-left4 .studio-icon-box {
        padding-left: 12px;
    }

    .studio-list6-ul {
        padding: 0 0 50px 0;
    }

    .studio-list6-li {
        padding: 0 5px;
        margin: 30px 0 0 0;
    }

    .triple-h {
        width: 60px;
        height: 5px;
    }

    .triple-max, .triple-min {
        font-size: 22px;
    }

    .triple-cn {
        font-size: 20px;
    }

    .triple-box2-img {
        width: 70%;
    }

    .triple-box2 {
        padding: 30px 0 0 0;
    }

    .triple-box2-title {
        width: 40px;
        padding: 20px 10px;
        font-size: 18px;
        left: 10%;
    }

    .triple-box2-title span {
        margin: 5px 0 10px 0;
    }

    .triple-box2-min {
        font-size: 22px;
    }

    .triple-box2-max {
        font-size: 22px;
    }

    .triple-text {
        right: -29%;
    }

    .triple-box2-read {
        padding: 0;
    }

    .box2-read-title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .box2-read-text {
        font-size: 14px;
        line-height: 26px;
    }

    .triple-t {
        font-size: 200px;
        left: 5%;
        top: 54%;
    }

    .triple-box3 {
        padding: 120px 0 50px 0;
    }

    .triple-box3-title {
        width: 40px;
        padding: 20px 10px;
        font-size: 18px;
        right: 10%;
    }

    .triple-box3-title span {
        margin: 5px 0 10px 0;
    }

    .triple-box4-read {
        padding: 0 20px;
        background: #FFFBE6;
    }

    .triple-box3-max, .triple-box3-min {
        font-size: 22px;
    }

    .triple2-text {
        left: -20.5%;
        top: 25%;
    }

    .triple-box3-read {
        padding: 0;
    }

    .triple-c {
        font-size: 200px;
    }

    .triple-box4-read {
        position: static;
    }

    .triple-box4-max {
        font-size: 22px;
    }

    .triple-box4-min {
        font-size: 22px;
    }

    .triple-box4-text {
        top: 30%;
    }

    .triple-box4-title {
        font-size: 22px;
        line-height: 22px;
        width: 30px;
        top: 14%;
        right: 1%;
    }

    .triple-box4-title span {
        margin: 0 11px;
        padding: 14px 0;
    }

    .triple-box5 {
        padding: 20px;
    }

    .triple-list {
        width: 85%;
    }

    .triple-list-title {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 10px;

    }

    .triple-list-title1, .triple-list-title3 {
        top: -20px;
    }

    .triple-list-text {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .triple-position {
        display: none;
    }

    .triple-list2 .triple-list-images, .triple-list3 .triple-list-images, .triple-list1 .triple-list-images, .triple-list4 .triple-list-images {
        padding: 0;
    }

    .triple-list-title2, .triple-list-title4 {
        bottom: -20px;
    }

    .triple-list2 .triple-list-text, .triple-list4 .triple-list-text {
        margin-top: 40px;
    }

    .triple-list2 {
        margin-top: 30px;
    }

    .triple-right {
        padding-top: 30px;
    }

    .triple-list4 {
        margin-top: 30px;
    }

    .triple-content-wrap {
        padding-bottom: 50px;
    }

    .tutors-content-list {
        padding: 20px;
        margin-bottom: 50px;
    }

    .tutors-white-icon {
        width: 30px;
        height: 3px;
    }

    .tutors-black-icon span {
        width: 60px;
        height: 3px;
        margin-top: 0;
    }

    .tutors-white-text {
        font-size: 20px;
    }

    .tutors-white-read {
        font-size: 18px;
    }

    .tutors-content-ul {
        padding-top: 30px;
    }

    .tutors-content-li {
        width: 48%;
        margin: 0 4% 30px 0;
        position: static;
        display: inline-block;
    }

    .tutors-content-li:nth-child(2n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .tutors-content-li:nth-child(2n) {
        margin: 0 0 30px 0;
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
    }

    .tutors-li-text p {
        font-size: 10px;
        line-height: 20px;
    }

    .tutors-li-icon {
        width: 40%;

    }

    .tutors-li-title {
        font-size: 16px;
        line-height: 32px;
        margin-top: 0;
    }

    .atc-pages {
        text-align: center;
    }

    .about-content-wrap {
        width: 86%;
        padding: 20px;
    }

    .about-title {
        font-size: 18px;
    }

    .about-text {
        font-size: 18px;
        padding: 10px 0 0 30px;
    }

    .about-icon {
        width: 30px;
        height: 3px;
        margin: 20px 0 20px 20%;
    }

    .about-content-wrap:after {
        height: 14px;
        top: -14px;
    }

    .about-content-wrap:before {
        height: 14px;
        bottom: -14px;
    }

    .about-swiper-list {
        width: 100%;
    }

    .about-box {
        margin-top: -20px;
    }

    .about-swiper-list {
        bottom: 0;
        position: static;
        margin-top: 24px;
    }

    .about-swiper-pagination {
        text-align: center;
    }

    .about-swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .about-siwper-icon {
        height: 2px;
        width: 10%;
        margin: 20px auto;
    }

    .about-box2 {
        margin-top: 30px;
        padding-left: 0;
    }

    .about-prev-next {
        margin-top: 10px;
        text-align: center;
    }

    .light-right {
        width: 100%;
    }

    .light-right span {
        margin: 0;
        height: 2px;
        width: 30px;
    }

    .about-box2-right {
        padding: 0;
    }

    .about-logo-img {
        width: 50%;
    }

    .about-box2-bjq {
        font-size: 14px;
        line-height: 32px;
        padding-top: 10px;
    }

    .jiantou-right-icon {
        width: 40px;
        height: 26px;
    }

    .jiantou-right-icon span {
        height: 3px;
    }

    .jiantou-right-icon:after {
        width: 3px;
        height: 16px;
        top: 0;
    }

    .jiantou-right-icon:before {
        width: 3px;
        height: 16px;
        bottom: 0;
    }

    .jiantou-right-icon span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 35px;
    }

    .about-box2-left {
        position: relative;
        margin-bottom: 20px;
    }

    .about-box3 {
        padding-right: 0;
    }

    .about-box3-left .about-video {
        padding-right: 0;
    }

    .about-box4 {
        padding: 0;
    }

    .about-box3-right {
        position: relative;
    }

    .about-box4-left {
        margin-top: 0;
        padding-right: 0;
        width: 100%;
    }

    .about-box4-right {
        width: 100%;
        padding-top: 0;
    }

    .about-box4-back {
        padding: 0;
    }

    .about-box4-text {
        font-size: 14px;
        line-height: 32px;
        padding: 10px 0;
    }

    .about-box4-title span {
        font-size: 18px;
        line-height: 32px;
        height: 32px;
    }

    .about-box5 {
        padding-right: 0;
    }

    .about-box5-content {
        padding: 20px 0;
    }

    .jiantou-number {
        margin-top: 0;
    }

    .shu-light-left span, .shu-light-right span {
        height: 30px;
        width: 2px;
    }

    .shu-light-left {
        margin: 40px 0 0 10px;
    }

    .shu-light-right {
        width: 20px;

    }

    .jindu-right-icon {
        margin: 30px 0;
        width: 40%;
        height: 10px;
        font-size: 0;
    }

    .about-box3-left .about-video iframe {
        height: 203px;
    }

    .jindu-right-icon span {
        height: 10px;
        width: 10px;
        margin-top: 0;
        display: inline-block;
    }

    .jindu-right-icon:after {
        width: 85%;
    }

    .jindu-right-icon:before {
        height: 10px;
        width: 40%;
        right: 10%;
    }

    .about-swiper1 {
        height: 185px;
    }

    .about-swiper2, .about-swiper3 {
        height: 90px;
    }

    .about-swiper4, .about-swiper5 {
        height: 95px;
    }

    .light-bottom {
        margin: 20px 20% 20px 0;
    }

    .read-banner-title {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .read-banner-text {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .read-banner-light {
        width: 80%;
        height: 5px;
    }

    .offers-list-wrap {
        padding: 30px 0;
    }

    .offers-li {
        width: 100%;
    }

    .offers-top:before {
        right: -4px;
        width: 4px;
    }

    .offers-top:after {
        bottom: -6px;
        height: 6px;
        left: 4px;
    }

    .offers-read {
        padding: 20px 0 0 60px;
    }

    .offers-logo {
        width: 50px;
        height: 50px;
        left: 0;
        top: 20px;
    }

    .offers-text {
        padding-top: 0;
    }

    .offers-title {
        font-size: 14px;
        line-height: 25px;
    }

    .offers-en {
        font-size: 15px;
        line-height: 25px;
    }

    .offers-li {
        margin-bottom: 8%;
        padding: 0;
    }

    .offers-li:nth-child(2n) {
        padding: 0;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .offers-li:nth-child(2n+1) {
        padding: 0;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .content-map {
        padding: 0;
        text-align: center;
    }

    .america-img, .others-img {
        width: 80%;
        margin: 0;
    }

    .britain-img {
        width: 40%;
        margin: 0;
    }

    .academy-list-nav {
        position: relative;
        bottom: 0;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .academy-nav-li a .academy-list-text {
        line-height: 20px;
    }

    .academy-nav-li a .academy-list-text:nth-child(1) {
        font-size: 14px;
    }

    .academy-nav-li a .academy-list-text:nth-child(2) {
        font-size: 14px;
    }

    .academy-nav-li {
        margin-top: 10px;
    }

    .academy-list-tab {
        padding: 30px 0 0 0;
    }

    .academy-title-text {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .academy-title-name {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }

    .academy-list-li {
        width: 100%;
        margin: 20px 0 0 0;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .academy-list-li:nth-child(4n+1) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .academy-list-li:nth-child(4n+2) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .academy-list-li:nth-child(4n+3) {
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .academy-list-li:nth-child(4n) {
        margin: 20px 0 0 0;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .academy-list-read {
        padding: 10px 0;
    }

    .academy-li-title {
        font-size: 15px;
        line-height: 22px;
    }

    .academy-li-text {
        font-size: 15px;
        line-height: 22px;
    }

    .tutors-content-li .tutors-pop-wrap {
        position: fixed !important;
        left: 0;
        top: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .7);
        box-sizing: border-box;

        padding: 10%;
    }

    .tutors-pop-wrap .tutors-pop-img {
        width: 100%;

        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tutors-content-li:nth-child(4n+1) .tutors-pop-wrap, .tutors-content-li:nth-child(4n+2) .tutors-pop-wrap {
        left: 0;
    }

    .tutors-content-li:nth-child(4n+3) .tutors-pop-wrap, .tutors-content-li:nth-child(4n) .tutors-pop-wrap {
        right: 0;
    }

    .academy-list-li:nth-child(4n+1) .academy-pop-list, .academy-list-li:nth-child(4n+2) .academy-pop-list {
        top: 0;
        left: 0;
        padding-left: 0;
    }

    .academy-pop-list {
        width: 100%;
        position: relative;
        height: 0;
        display: block;
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }

    .academy-list-li:nth-child(4n+3) .academy-pop-list, .academy-list-li:nth-child(4n) .academy-pop-list {
        right: 0;
        top: 0;
        padding-right: 0;
    }

    .academy-pop-read {
        padding: 20px;
    }

    .academy-pop-title, .academy-pop-en {
        font-size: 16px;
        line-height: 24px;
    }

    .academy-pop-text {
        font-size: 13px;
        line-height: 22px;
    }

    .academy-pop-box {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .academy-pop-text a {
        width: 100%;
        word-break: break-all;
        position: relative;
        z-index: 9;
    }

    .academy-pop-text span {
        font-size: 18px;
    }

    .pop-list-height {
        height: auto;
        transition: all .6s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    }

    .logoListSwiper .swiper-slide {
        padding-bottom: 50px;
    }

    .logoListSwiper .swiper-wrapper {
        height: auto !important;
    }

    .media-swiper1, .media-swiper2 {
        height: 180px;
        max-height: 180px;
    }

    .media-swiper3, .media-swiper4, .media-swiper5 {
        height: 130px;
        max-height: 130px;
    }

    .pc_hide {
        display: block !important;
    }

    .header-nav-box ul li {
        line-height: 32px;
        height: 32px;
    }

    .header-nav-box ul li a {
        font-size: 20px;
    }

    .academy-list-cn {
        font-size: 13px;
        line-height: 22px;
        padding: 0 0 20px 0;
        display: block;
        color: #edcd37;
        text-align: center;
        letter-spacing: 1px;
    }
    .news_read_wrap {
        padding: 30px 0 60px 0;
    }

    .news_read_left {
        width: 100%;
    }

    .news_read_title {
        font-size: 22px;
        line-height: 28px;
    }

    .news_read_time {
        margin: 20px 0;
    }

    .news_read_bjq {
        padding: 0 0 0 0;
        font-size: 14px;
        line-height: 24px;
    }

    .news_read_bjq img {
        padding: 20px 0;
    }

    .news_read_return {
        position: relative;
        padding: 20px 0;
        margin: 20px 0;
    }

    .news_read_return:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        content: "";
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .3) 100%);
        opacity: .2;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .news_read_return:before {
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        content: "";
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .3) 100%);
        opacity: .2;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .news_read_ys {
        font-size: 14px;
        height: 28px;
        overflow: hidden;
    }

    .news_read_right {
        width: 100%;
        padding-left: 0;
    }

    .news_read_xg {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

/*兼容稀奇古怪的屏幕*/
@media screen and (min-width: 1201px) and (max-width: 1320px) {
    .width-auto {
        padding: 0 160px;
    }

    .about-video iframe {
        height: 550px;
    }

    .index-float-wrap {
        right: 60px;
    }

    .m-header-nav {
        margin: 8px 0 0 30px;
    }

    .header-search-icon {
        margin: 4px 29px 0 0;
    }

    .header-nav-box {
        padding: 0 90px;
    }

    .header-nav-box ul li {
        padding: 0 14px;
    }

    .header-nav-box ul li a {
        font-size: 20px;
    }

    .footer-box {
        padding: 0;
    }

    .footer-left {
        padding: 30px 0 0 30px;
    }

    .footer-map {
        padding: 60px 0 25px 0;
    }

    .footer-read-left {
        padding-right: 35px;
    }

    .footer-read-right {
        padding-right: 35px;
    }

    .footer-read {
        padding: 80px 0 30px 0;
    }

    .footer-wrap {
        padding: 100px 0 200px 0;
    }

    .footer-ewm {
        width: 100px;
    }

    .footer-ewm span {
        font-size: 14px;
    }

    .offer-left {
        padding: 50px 60px;
    }

    .offer-index-title span:nth-child(1) {
        padding: 0 40px 0 14px;
    }

    .offer-index-text {
        font-size: 22px;
        letter-spacing: 14px;

    }

    .offer-index-text2 {
        font-size: 17px;
        padding: 20px 0 0 0;
        letter-spacing: 4px;
    }

    .offer-index-text span {
        text-indent: 14px;
    }

    .offer-index-text2 span {
        text-indent: 4px;
    }

    .offer-index-icon {
        margin: 45px 0 0 14px;
    }

    .footer-logo span:nth-child(1) {
        font-size: 40px;
    }

    .video-box iframe {
        height: 340px;
    }

    .index-logo-swiper .swiper-slide {
        padding: 40px 10px;
    }

    .news-category-box {
        padding-left: 40px;
    }

    .news-back-right {
        font-size: 20px;
    }

    .news-swiper-title {
        margin-top: 20px;
        height: 54px;
    }

    .news-top-list {
        padding: 130px 0 80px 40px;
    }

    .news-top-left {
        padding: 0 20px 0 0;
    }

    .news-top-title {
        font-size: 32px;
    }

    .studio-li-yellow, .studio-li-golden, .studio-li-blue, .studio-li-red, .studio-li-ashen {
        max-width: 60%;
    }

    .studio-li-green {
        max-width: 75%;
        top: 15%;
    }

    .studio-li-yellow {
        top: 15%;
    }

    .studio-li-golden {
        top: 25%;
    }

    .studio-li-blue {
        top: 15%;
    }

    .studio-li-red {
        top: 25%;
    }

    .studio-li-ashen {
        top: 22%;
    }

    .studio-list1-title {
        padding: 10px 0 0 6%;
    }

    .studio-list1-read {
        padding: 0 0 0 10%;
    }

    .studio-list2-title {
        width: 55%;
    }

    .studio-list6-li {
        padding: 0 25px;
        margin-bottom: 50px;
    }

    .studio-list6-ul {
        padding: 100px 30px 130px 30px;
    }

    .about-box3-left .about-video iframe {
        height: 495px;
    }

    .about-box {
        margin-top: -200px;
    }

    .about-content-wrap {
        width: 60%;
    }

    .about-swiper-list {
        width: 20%;
    }

    .about-prev-next {
        margin-top: 20px;
    }

    .light-right span {
        margin: 80px 100px 0 0;
    }

    .about-logo-img {
        width: 260px;
    }

    .about-box2-bjq {
        font-size: 18px;
        line-height: 36px;
    }

    .shu-light-left span {
        width: 3px;
    }

    .jiantou-right-icon span {
        height: 4px;
        top: 18px;
    }

    .jiantou-right-icon:after {
        width: 4px;
    }

    .jiantou-right-icon:before {
        width: 4px;
    }

    .jindu-right-icon {
        width: 156px;
        height: 14px;
        font-size: 0;
        margin: 80px 0;
    }

    .jindu-right-icon span {
        width: 14px;
        height: 14px;
        margin-top: 0;
    }

    .jindu-right-icon:after {
        height: 4px;
    }

    .jindu-right-icon:after {
        width: 130px;
    }

    .jindu-right-icon:before {
        height: 14px;
    }

    .shu-light-right span {
        width: 3px;
    }

    .about-box2 {
        margin-top: 120px;
    }

    .about-box4-back {
        padding: 20px 20px 0 0;
    }

    .about-box4-left {
        margin-top: 155px;
    }

    .about-box4-text {
        font-size: 18px;
        line-height: 36px;
        padding-top: 20px;
    }

    .about-box5-content {
        padding: 0 50px 20px 0;
    }

    .light-bottom span {
        height: 4px;
    }

    .light-bottom {
        margin: 60px 85px 60px 0;
    }

    .triple-h {
        width: 60px;
        height: 8px;
    }

    .triple-max {
        font-size: 60px;
    }

    .triple-min {
        font-size: 40px;
    }

    .triple-cn {
        font-size: 32px;
    }

    .triple-box2-title {
        width: 60px;
        font-size: 32px;
        padding: 20px 10px;
        left: 17%;
    }

    .triple-box2-title span {
        margin: 10px 0 22px 0;
    }

    .triple-box2-min {
        font-size: 32px;
    }

    .triple-box2-max {
        font-size: 42px;
    }

    .triple-text {
        right: -7.5%;
        top: 20%;
    }

    .box2-read-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .box2-read-text {
        font-size: 18px;
        line-height: 32px;
    }

    .triple-t {
        left: 7%;
        top: 4%;
        font-size: 400px;
    }

    .triple-box2 {
        padding: 40px 0 0 0;
    }

    .triple-box3-title {
        width: 60px;
        font-size: 32px;
        padding: 20px 10px;
        right: 17%;
        top: -20%;
    }

    .triple-box3-max, .triple-box3-min {
        font-size: 42px;
    }

    .triple2-text {
        left: -6.5%;
        top: 25%;
    }

    .triple-box2-read {
        padding: 0 210px 120px 210px;
    }

    .triple-box3 {
        padding: 120px 0 0 0;
    }

    .triple-c {
        font-size: 400px;
    }

    .triple-box4-title {
        font-size: 36px;
        top: 26%;
    }

    .triple-box4-max {
        font-size: 46px;
    }

    .triple-box4-min {
        font-size: 36px;
    }

    .triple-box4-text {
        top: 46%;
    }

    .triple-box4-read {
        bottom: -5%;
    }

    .triple-list {
        width: 60%;
    }

    .triple-list-title {
        font-size: 20px;
        padding: 10px 15px;
        letter-spacing: 6px;
    }

    .triple-list-title1 {
        top: -23px;
        right: 3%;
    }

    .triple-list-title2 {
        bottom: -23px;
        left: 3%;
    }

    .triple-list-title3 {
        top: -23px;
        left: 3%;
    }

    .triple-list-title4 {
        bottom: -23px;
        right: 3%;
    }

    .triple-position {
        font-size: 52px;
    }

    .triple-list-text {
        color: #1a1a1a;
        font-size: 16px;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
    }

    .triple-list2 {
        margin-top: 40px;
    }

    .triple-right {
        padding-top: 63px;
    }

    .triple-list2 .triple-list-text {
        margin-top: 40px;
    }

    .triple-list4 {
        margin-top: 40px;
    }

    .triple-box5 {
        padding: 100px 80px;
    }

    .studio-left .studio-icon-box {
        padding-left: 20px;
    }

    .studio-icon-box {
        width: 140px;

        height: 8px;
        font-size: 0;
    }

    .studio-icon-box:after {
        width: 8px;
        height: 8px;
    }

    .studio-icon-box span {
        height: 4px;
        width: 120px;
    }

    .studio-list1-icon {
        height: 4px;
        width: 48px;
    }

    .studio-list1-en {
        font-size: 24px;
    }

    .studio-list1-cn {
        font-size: 20px;
    }

    .studio-list1-icon1 {
        width: 80px;
        height: 4px;
    }

    .studio-read-icon {
        padding: 50px 0;
    }

    .studio-swiper-lable:after {
        height: 4px;
    }

    .studio-box-list2 {
        padding-bottom: 120px;
    }

    .tutors-white-icon {
        height: 4px;
        width: 48px;
    }

    .tutors-white-text {
        font-size: 22px;
    }

    .tutors-white-read {
        font-size: 20px;
    }

    .tutors-black-icon span {
        height: 4px;
        width: 80px;
    }

    .media-flow-title {
        font-size: 110px;
        top: 90px;
        -webkit-text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
        text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
    }

    .media-swiper1, .media-swiper2 {
        height: 390px;
    }

    .media-swiper3, .media-swiper4, .media-swiper5 {
        height: 280px;
    }

    .media-hot-title {
        padding: 80px 0 20px 0;
        font-size: 110px;
        text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
    }

    .media-jindu-icon:after {
        height: 4px;
    }

    .media-jindu-icon:before, .hot-jindu-icon:before {
        height: 14px;
        width: 65px;
    }

    .media-jindu-icon, .hot-jindu-icon {
        height: 14px;
        font-size: 0;
        width: 144px;
    }

    .media-jindu-icon:after, .hot-jindu-icon:after {
        width: 120px;
    }

    .media-jindu-icon span, .hot-jindu-icon span {
        width: 14px;
        height: 14px;
        margin-top: 0;
    }

    .media-hot-time span {
        font-size: 16px;
        line-height: 38px;
        margin: 20px 0;
    }

    .media-hot-a {
        font-size: 22px;
        line-height: 40px;
    }

    .media-li-title {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .media-more-y {
        height: 14px;
        width: 14px;
    }

    .media-more-jt {
        padding: 18px 0;
    }

    .media-more-jt:after {
        height: 4px;
        top: 11px;
    }

    .media-more-jt:before {
        height: 4px;
        bottom: 11px;
    }

    .media-more-jt i {
        width: 50px;
    }

    .media-more-button {
        font-size: 32px;
    }

    .read-banner-title {
        font-size: 52px;
        letter-spacing: 10px;
    }

    .read-banner-text {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .read-banner-light {
        height: 6px;
        width: 260px;
    }

    .offers-title {
        font-size: 20px;
    }

    .offers-en {
        font-size: 18px;
    }

    .offers-text {
        padding-top: 10px;

    }

    .offers-logo {
        width: 82px;
        height: 82px;
        left: 5px;
        top: 25px;
    }

    .offers-read {
        padding: 25px 0 0 97px;
    }

    .offers-li {
        margin-bottom: 8%;
    }

    .academy-pop-list {
        width: 420px;
    }

    .academy-pop-title {
        font-size: 18px;
        line-height: 24px;
    }

    .academy-pop-en {
        font-size: 18px;
        line-height: 24px;
    }

    .academy-pop-text {
        font-size: 14px;
        line-height: 28px;
    }

    .academy-pop-read {
        padding: 15px 30px 30px 30px;
    }

    .academy-title-text {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }

    .academy-title-name {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }

    @-webkit-keyframes jindu_animation {
        0% {
            right: 10px;
        }
        35% {
            right: 40px;
        }
        70% {
            right: 10px;
        }
        100% {
            right: 10px;
        }
    }
    @keyframes jindu_animation {
        0% {
            right: 10px;
        }
        35% {
            right: 40px;
        }
        70% {
            right: 10px;
        }
        100% {
            right: 10px;
        }
    }
}

/*兼容小屏幕*/
@media screen and (min-width: 1321px) and (max-width: 1600px) {
    .width-auto {
        padding: 0 200px;
    }

    .index-float-wrap {
        right: 80px;
    }

    .header-nav-box ul li {
        padding: 0 14px;
    }

    .header-nav-box ul li a {
        font-size: 19px;
    }

    .about-video iframe {
        height: 560px;
    }

    .footer-box {
        padding: 0 20px;
    }

    .footer-left {
        padding: 30px 0 0 30px;
    }

    .footer-map {
        padding: 60px 0 25px 0;
    }

    .footer-read-left {
        padding-right: 35px;
    }

    .footer-read-right {
        padding-right: 35px;
    }

    .footer-read {
        padding: 80px 0 30px 0;
    }

    .footer-wrap {
        padding: 100px 0 200px 0;
    }

    .footer-ewm {
        width: 100px;
    }

    .footer-ewm span {
        font-size: 14px;
    }

    .offer-index-title span:nth-child(1) {
        padding: 0 40px 0 14px;
    }

    .offer-index-text {
        font-size: 22px;
        letter-spacing: 14px;

    }

    .offer-index-text2 {
        font-size: 17px;
        padding: 20px 0 0 0;
        letter-spacing: 4px;
    }

    .offer-index-text span {
        text-indent: 14px;
    }

    .offer-index-text2 span {
        text-indent: 4px;
    }

    .offer-index-icon {
        margin: 45px 0 0 14px;
    }

    .footer-logo span:nth-child(1) {
        font-size: 40px;
    }

    .video-box iframe {
        height: 400px;
    }

    .contact-pop-wrap {
        width: 800px;
    }

    .contact-popup-input {
        padding-top: 20px;
    }

    .contact-input-text {
        padding: 5px 0 30px 0;
    }

    .contact-popup-input input {
        line-height: 35px;
    }

    .contact-logo-text1 {
        font-size: 58px;
    }

    .contact-logo-text2 {
        font-size: 78px;
    }

    .contact-pop-box {
        padding-left: 40%;
    }

    .contact-pop-left {
        width: 40%;

    }

    .contact-popup-input {
        width: 80%;
    }

    .index-logo-swiper .swiper-slide {
        padding: 40px 12px;
    }

    .news-category-box {
        padding-left: 60px;
    }

    .news-back-right {
        font-size: 20px;
    }

    .news-swiper-title {
        margin-top: 20px;
        height: 36px;
    }

    .news-top-list {
        padding: 130px 0 80px 60px;
    }

    .news-top-left {
        padding: 0 20px 0 0;
    }

    .news-top-title {
        font-size: 32px;
    }

    .studio-li-yellow, .studio-li-golden, .studio-li-blue, .studio-li-red, .studio-li-ashen {
        max-width: 60%;
    }

    .studio-li-green {
        max-width: 75%;
        top: 15%;
    }

    .studio-li-yellow {
        top: 15%;
    }

    .studio-li-golden {
        top: 25%;
    }

    .studio-li-blue {
        top: 15%;
    }

    .studio-li-red {
        top: 25%;
    }

    .studio-li-ashen {
        top: 22%;
    }

    .studio-list1-title {
        padding: 10px 0 0 6%;
    }

    .studio-list1-read {
        padding: 0 0 0 10%;
    }

    .studio-list2-title {
        width: 55%;
    }

    .studio-list6-li {
        padding: 0 25px;
        margin-bottom: 50px;
    }

    .studio-list6-ul {
        padding: 100px 30px 130px 30px;
    }

    .about-box3-left .about-video iframe {
        height: 520px;
    }

    .about-box {
        margin-top: -200px;
    }

    .about-content-wrap {
        width: 60%;
    }

    .about-swiper-list {
        width: 20%;
    }

    .about-prev-next {
        margin-top: 20px;
    }

    .light-right span {
        margin: 80px 100px 0 0;
    }

    .about-logo-img {
        width: 260px;
    }

    .about-box2-bjq {
        font-size: 18px;
        line-height: 36px;
    }

    .shu-light-left span {
        width: 3px;
    }

    .jiantou-right-icon span {
        height: 4px;
        top: 18px;
    }

    .jiantou-right-icon:after {
        width: 4px;
    }

    .jiantou-right-icon:before {
        width: 4px;
    }

    .jindu-right-icon {
        width: 156px;
        height: 14px;
        font-size: 0;
        margin: 80px 0;
    }

    .jindu-right-icon span {
        width: 14px;
        height: 14px;
        margin-top: 0;
    }

    .jindu-right-icon:after {
        height: 4px;
    }

    .jindu-right-icon:after {
        width: 130px;
    }

    .jindu-right-icon:before {
        height: 14px;
    }

    .shu-light-right span {
        width: 3px;
    }

    .about-box2 {
        margin-top: 120px;
    }

    .about-box4-back {
        padding: 20px 20px 0 0;
    }

    .about-box4-left {
        margin-top: 155px;
    }

    .about-box4-text {
        font-size: 18px;
        line-height: 36px;
        padding-top: 20px;
    }

    .about-box5-content {
        padding: 0 50px 20px 0;
    }

    .light-bottom span {
        height: 4px;
    }

    .light-bottom {
        margin: 60px 85px 60px 0;
    }

    .triple-h {
        width: 60px;
        height: 8px;
    }

    .triple-max {
        font-size: 60px;
    }

    .triple-min {
        font-size: 40px;
    }

    .triple-cn {
        font-size: 32px;
    }

    .triple-box2-title {
        width: 60px;
        font-size: 32px;
        padding: 20px 10px;
        left: 19%;
    }

    .triple-box2-title span {
        margin: 10px 0 22px 0;
    }

    .triple-box2-min {
        font-size: 32px;
    }

    .triple-box2-max {
        font-size: 42px;
    }

    .triple-text {
        right: -3.5%;
        top: 20%;
    }

    .box2-read-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .box2-read-text {
        font-size: 18px;
        line-height: 32px;
    }

    .triple-t {
        left: 7%;
        top: 4%;
        font-size: 400px;
    }

    .triple-box2 {
        padding: 40px 0 0 0;
    }

    .triple-box3-title {
        width: 60px;
        font-size: 32px;
        padding: 20px 10px;
        right: 18.5%;
        top: -20%;
    }

    .triple-box3-max, .triple-box3-min {
        font-size: 42px;
    }

    .triple2-text {
        left: -2.5%;
        top: 25%;
    }

    .triple-box2-read {
        padding: 0 210px 120px 210px;
    }

    .triple-box3 {
        padding: 120px 0 0 0;
    }

    .triple-c {
        font-size: 400px;
    }

    .triple-box4-title {
        font-size: 36px;
        top: 26%;
    }

    .triple-box4-max {
        font-size: 46px;
    }

    .triple-box4-min {
        font-size: 36px;
    }

    .triple-box4-text {
        top: 46%;
    }

    .triple-box4-read {
        bottom: -5%;
    }

    .triple-list {
        width: 60%;
    }

    .triple-list-title {
        font-size: 20px;
        padding: 10px 15px;
        letter-spacing: 6px;
    }

    .triple-list-title1 {
        top: -23px;
        right: 3%;
    }

    .triple-list-title2 {
        bottom: -23px;
        left: 3%;
    }

    .triple-list-title3 {
        top: -23px;
        left: 3%;
    }

    .triple-list-title4 {
        bottom: -23px;
        right: 3%;
    }

    .triple-position {
        font-size: 52px;
    }

    .triple-list-text {
        color: #1a1a1a;
        font-size: 16px;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
    }

    .triple-list2 {
        margin-top: 40px;
    }

    .triple-right {
        padding-top: 63px;
    }

    .triple-list2 .triple-list-text {
        margin-top: 40px;
    }

    .triple-list4 {
        margin-top: 40px;
    }

    .triple-box5 {
        padding: 130px 80px;
    }

    .studio-left .studio-icon-box {
        padding-left: 20px;
    }

    .studio-icon-box {
        width: 140px;

        height: 8px;
        font-size: 0;
    }

    .studio-icon-box:after {
        width: 8px;
        height: 8px;
    }

    .studio-icon-box span {
        height: 4px;
        width: 120px;
    }

    .studio-list1-icon {
        height: 4px;
        width: 48px;
    }

    .studio-list1-en {
        font-size: 24px;
    }

    .studio-list1-cn {
        font-size: 20px;
    }

    .studio-list1-icon1 {
        width: 80px;
        height: 4px;
    }

    .studio-read-icon {
        padding: 50px 0;
    }

    .studio-swiper-lable:after {
        height: 4px;
    }

    .studio-box-list2 {
        padding-bottom: 120px;
    }

    .tutors-white-icon {
        height: 4px;
        width: 48px;
    }

    .tutors-white-text {
        font-size: 22px;
    }

    .tutors-white-read {
        font-size: 20px;
    }

    .tutors-black-icon span {
        height: 4px;
        width: 80px;
    }

    .media-flow-title {
        font-size: 110px;
        top: 90px;
        -webkit-text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
        text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
    }

    .media-swiper1, .media-swiper2 {
        height: 390px;
    }

    .media-swiper3, .media-swiper4, .media-swiper5 {
        height: 280px;
    }

    .media-hot-title {
        padding: 80px 0 20px 0;
        font-size: 110px;
        text-shadow: 6px 6px 0 rgba(88, 88, 88, .75);
    }

    .media-jindu-icon:after {
        height: 4px;
    }

    .media-jindu-icon:before, .hot-jindu-icon:before {
        height: 14px;
        width: 65px;
    }

    .media-jindu-icon, .hot-jindu-icon {
        height: 14px;
        font-size: 0;
        width: 144px;
    }

    .media-jindu-icon:after, .hot-jindu-icon:after {
        width: 120px;
    }

    .media-jindu-icon span, .hot-jindu-icon span {
        width: 14px;
        height: 14px;
        margin-top: 0;
    }

    .media-hot-time span {
        font-size: 16px;
        line-height: 38px;
        margin: 20px 0;
    }

    .media-hot-a {
        font-size: 22px;
        line-height: 40px;
    }

    .media-li-title {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .media-more-y {
        height: 14px;
        width: 14px;
    }

    .media-more-jt {
        padding: 18px 0;
    }

    .media-more-jt:after {
        height: 4px;
        top: 11px;
    }

    .media-more-jt:before {
        height: 4px;
        bottom: 11px;
    }

    .media-more-jt i {
        width: 50px;
    }

    .media-more-button {
        font-size: 32px;
    }

    .read-banner-title {
        font-size: 54px;
        letter-spacing: 10px;
    }

    .read-banner-text {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .read-banner-light {
        height: 6px;
        width: 280px;
    }

    .offers-title {
        font-size: 20px;
    }

    .offers-en {
        font-size: 18px;
    }

    .offers-text {
        padding-top: 10px;

    }

    .offers-logo {
        width: 82px;
        height: 82px;
        left: 5px;
        top: 25px;
    }

    .offers-read {
        padding: 25px 0 0 97px;
    }

    .offers-li {
        margin-bottom: 8%;
    }

    .academy-pop-list {
        width: 420px;
    }

    .academy-pop-title {
        font-size: 18px;
        line-height: 24px;
    }

    .academy-pop-en {
        font-size: 18px;
        line-height: 24px;
    }

    .academy-pop-text {
        font-size: 14px;
        line-height: 28px;
    }

    .academy-pop-read {
        padding: 15px 30px 30px 30px;
    }

    .academy-title-text {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }

    .academy-title-name {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }

    @-webkit-keyframes jindu_animation {
        0% {
            right: 10px;
        }
        35% {
            right: 40px;
        }
        70% {
            right: 10px;
        }
        100% {
            right: 10px;
        }
    }
    @keyframes jindu_animation {
        0% {
            right: 10px;
        }
        35% {
            right: 40px;
        }
        70% {
            right: 10px;
        }
        100% {
            right: 10px;
        }
    }
}

/*兼容稀奇古怪尺寸*/
@media screen and (min-width: 1601px) and (max-width: 1850px) {
    .width-auto {
        padding: 0 260px;
    }

    .index-float-wrap {
        right: 120px;
    }

    .header-nav-box ul li {
        padding: 0 16px;
    }

    .header-nav-box ul li a {
        font-size: 22px;
    }

    .about-video iframe {
        height: 604px;
    }

    .footer-box {
        padding: 0 20px;
    }

    .footer-left {
        padding: 50px 0 0 50px;
    }

    .footer-map {
        padding: 80px 0 25px 0;
    }

    .footer-read-left {
        padding-right: 35px;
    }

    .footer-read-right {
        padding-right: 35px;
    }

    .footer-read {
        padding: 100px 0 30px 0;
    }

    .footer-wrap {
        padding: 100px 0 200px 0;
    }

    .offer-index-text {
        font-size: 26px;
    }

    .offer-index-text2 {
        font-size: 22px;
    }

    .video-box iframe {
        height: 460px;
    }

    .content-swiper-box {
        width: 100%;
    }

    .content-img-box .swiper-slide {
        padding-bottom: 20px;
        width: 100%;
    }

}

