/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: 爱企云 lijia xiong --*/
/*QQ：897232289*/
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura_b';
    src: url('../fonts/Futura_b.svg') format("svg"),
    url('../fonts/Futura_b.woff') format("woff"),
    url('../fonts/Futura_b.ttf') format('ttf');

}

@font-face {
    font-family: 'Futura_x';
    src: url('../fonts/Futura_x.svg') format("svg"),
    url('../fonts/Futura_x.woff') format("woff"),
    url('../fonts/Futura_x.ttf') format('ttf');
}

.en1 {
    font-family: 'Futura_b';
}

.en2 {
    font-family: 'Futura_x';

}

.text-en {
    text-transform: uppercase;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    color: #1a1a1a;
    margin: 0 auto;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scroll: touch;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -moz-outline-style: none;
    -webkit-outline-style: none;
    cursor: url("../images/sb.ico"), pointer;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.page-lable-wrap {
    font-size: 0;
}

.page-lable-wrap span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}

.page-lable-wrap span a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap .page-hover a {
    background: #1a96d5;
    color: #fff;
    border: 1px solid #1a96d5;
}

.page-lable-wrap span a:hover {
    background: #1a96d5;
    color: #fff;
    border: 1px solid #1a96d5;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 27px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #1a96d5 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.i-b {
    display: inline-block;
    vertical-align: top;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

.width-auto {
    width: 100%;
    padding: 0 360px;
    position: relative;
}

.header-wrap {
    width: 100%;
    height: -webkit-calc(100vh);
    height: calc(100vh);
    position: relative;
}

.top-banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-banner-img img {
    width: 100%;
    height: 100%;
}

.header-nav-wrap {
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
    z-index: 11;
}

.header-nav-box {
    padding: 0 120px;
}

.header-logo {
    display: none;
}

.header-logo a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-nav-box ul {
    font-size: 0;
    text-align: center;
}

.header-nav-box ul li {
    display: inline-block;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-nav-box ul li a {
    font-size: 24px;
    color: #fff;
    position: relative;
    display: block;
}

.header-nav-box ul li a span {
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-nav-box ul li:hover a span:nth-child(1) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.header-nav-box ul li a span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-nav-box ul li:hover a span:nth-child(2) {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.m-header-nav {
    width: 30px;
    float: left;
    margin: 8px 0 0 45px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    z-index: 11;
}

.m-header-nav span {
    display: block;
    width: 30px;
    height: 6px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 3px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.m-header-nav span:nth-child(1) {
    opacity: 0;
}

.m-header-nav span:nth-child(3) {
    opacity: 0;
}

.m-header-nav .SpanOpacity {
    opacity: 1 !important;
}

.header-search-icon {
    float: right;
    width: 32px;
    height: 32px;
    margin: 4px 44px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.position-index {
    z-index: 10 !important;
}

.header-search-icon .header-icon1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-search-icon .header-icon2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.input-from {
    position: relative;
    padding: 0 150px 0 150px;
    height: 40px;
}

.header-icon-button {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 44px;
    top: 4px;
    cursor: url("../images/sb.ico"), pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-search-icon .header-icon2:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-search-icon .header-icon2:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.black-box {
    position: relative;
    z-index: 9;
}

.header-search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.input-pd input {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 100%;
    opacity: 0;
    margin: 5px 0;
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.input-pd input::placeholder {
    color: #fff;
}

.search-min-scale {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}

.search-max-scale {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.banner-box {
    height: auto;
    width: 100%;
}

.banner-pagination {
    width: 100%;
    left: 0;
    height: 15px;
}

.banner-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner-wrap {
    padding: 80px 0;
}

.banner-img {
    padding-bottom: 47.6%;
    position: relative;
    overflow: hidden;
    height: 0;
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-pagination {
    margin: 30px 0;
}

.banner-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #959595;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #edcd37;
}

.content-index-wrap {
    padding-top: 40px;
}

.content-index-ul {
    font-size: 0;
}

.content-index-li {
    width: 19.2%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.content-index-li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.content-index-li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.content-index-li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.content-index-li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.content-index-li:nth-child(5) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}

.content-index-li:nth-child(5n) {
    margin-right: 0;
}

.content-index-li:last-child {
    display: none;
}

.content-index-img {
    padding-bottom: 164.78%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.content-index-li:hover .content-index-title span {
    background: url(../images/wave.svg) repeat-x bottom;
    background-size: 39px;
}

.content-index-li:hover .content-index-text span {
    background: url(../images/wave.svg) repeat-x bottom;
    background-size: 39px;
}

.content-index-li:hover .content-index-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.content-index-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.content-index-title {
    font-size: 15px;
    color: #000;
    text-align: center;
    margin: 20px auto 0;
}

.content-index-title span {
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 7px;
    text-indent: 7px;
}

.content-index-text {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.content-index-text span {
    display: inline-block;
    padding-bottom: 5px;
}

.content-img-list {
    width: 100%;
    font-size: 0;
}

.content-img-box {
    width: 32%;
    margin-right: 2%;
    display: inline-block;
}

.content-img-box .swiper-slide {
    padding-bottom: 20px;
    cursor: url("../images/sb.ico"), pointer;
}

.content-swiper-box {
    padding-bottom: 185%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.content-img-box:nth-child(3n) {
    margin-right: 0;
}

.content-img-box .swiper-container {
    height: 100%;
    position: absolute;
    width: 100%;
}

.roll-swiper-img {
    height: 100%;
}

.roll-swiper-img img {
    height: 100%;
    object-fit: cover;
}

.content-swiper-box .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.content-img-wrap {
    padding-top: 100px;
    text-align: center;
}

.content-img-text {
    display: inline-block;
    margin: 0 auto;
}

.content-img-text .content-index-span {
    display: block;
    text-align: center;
    line-height: 36px;
}

.content-img-text .content-index-span span {
    padding-bottom: 5px;
    display: inline-block;
}

.content-img-text:hover .content-index-span span {
    background: url(../images/wave.svg) repeat-x bottom;
    background-size: 39px;
}

.content-img-text .content-index-span:nth-child(1) {
    font-size: 24px;
    margin-top: 10px;

}

.content-img-text .content-index-span:nth-child(1) span {
    letter-spacing: 10px;
    text-indent: 10px;
}

.content-img-text .content-index-span:nth-child(2) {
    font-size: 24px;

}

.content-img-text .content-index-span:nth-child(2) span {
    letter-spacing: 4px;
    text-indent: 4px;
}

.offer-index-wrap {
    padding: 80px 0 60px 0;
}

.offer-index-box {
    font-size: 0;
    background: #edcd37;
    position: relative;
}

.offer-left {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 60px 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offer-right {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-left: 45%;
}

.offer-index-title {
    position: relative;
    display: inline-block;
}

.offer-index-title span:nth-child(1) {
    font-size: 50px;
    line-height: 50px;
    padding: 0 40px 0 20px;
    position: relative;
    z-index: 1;
}

.offer-index-title span:nth-child(2) {
    background: rgba(255, 255, 255, .77);
    height: 14px;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
}

.offer-index-text {
    font-size: 30px;
    padding: 10px 0 0 0;
    letter-spacing: 20px;
}

.offer-index-box:hover .offer-index-text span, .offer-index-box:hover .offer-index-text2 span {
    background: url(../images/wave2.svg) repeat-x bottom;
    background-size: 39px;
}

.offer-index-text span {
    text-indent: 20px;
    display: inline-block;
}

.offer-index-text2 span {
    text-indent: 4px;
    display: inline-block;
}

.offer-index-text span {
    padding-bottom: 5px;
}

.offer-index-text2 span {
    padding: 0 16px 5px 16px;
}

.offer-index-text2 {
    font-size: 24px;
    padding: 20px 0 0 0;
    letter-spacing: 4px;

}

.offer-index-icon {
    position: relative;
    width: 16px;
    height: 24px;
    margin: 45px 0 0 20px;
    display: inline-block;
}

.offer-index-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 6px;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.offer-index-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 6px;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.about-index-wrap {
    padding-top: 50px;
}

.index-title-wrap {
    text-align: center;
}

.index-title {
    text-align: center;
    display: inline-block;
}

.index-title .index-title-span {
    display: block;
    font-size: 24px;
    line-height: 36px;
}

.index-title .index-title-span:nth-child(1) span {
    display: inline-block;
    letter-spacing: 10px;
    text-indent: 10px;
}

.index-title .index-title-span:nth-child(2) span {
    display: inline-block;
    letter-spacing: 4px;
    text-indent: 4px;
}

.index-title .index-title-span span {
    padding-bottom: 5px;
}

.index-title:hover .index-title-span span {
    background: url(../images/wave.svg) repeat-x bottom;
    background-size: 39px;
}

.logo-index-wrap {
    padding: 10px 0 0 0;
}

.border-wrap {
    height: 3px;
    background: #c9c9c9;
    width: 100%;
    margin: 20px 0 40px 0;
}

.logo-list-wrap {
    font-size: 0;
    padding-bottom: 20px;
}

.logo-list-left {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    vertical-align: top;
}

.logo-index-list {
    vertical-align: top;
    font-size: 0;
    width: 100%;
    padding: 0 10%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.logo-index-list .logo-index-li {
    background: #fff;
    width: 30%;
    margin: 0 5% 5% 0;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #eeeeee;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.logo-index-list .logo-index-li:nth-child(3n) {
    margin: 0 0 5% 0;
}

.logo-index-list .logo-index-li span {
    display: block;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.logo-index-list .logo-index-li span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.logo-index-list .logo-index-li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
}

.logo-index-list .logo-index-li:hover span img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.school-index-box {
    font-size: 0;
    padding: 40px 0 30px 0;
}

.school-index-li {
    display: inline-block;
    width: 28.33%;
    margin: 0 7.5% 4% 0;
    cursor: url("../images/sb.ico"), pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    vertical-align: top;
}

.school-index-li:nth-child(3n+1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.school-index-li:nth-child(3n+2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.school-index-li:nth-child(3n) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.school-index-li:hover .school-index-img span:nth-child(1) img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.school-index-li:hover .school-index-img span:nth-child(2) {
    opacity: 1;
}

.school-index-li:hover .school-index-img span:nth-child(3) {
    bottom: -8%;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .3);
}

.school-index-li:nth-child(3n) {
    margin: 0 0 4% 0;
}

.school-text-wrap {
    margin-top: 20%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.school-text-wrap a {
    display: block;
}

.school-index-img {
    position: relative;
}

.school-index-img span:nth-child(1) {
    position: relative;
    padding-bottom: 141.19%;
    overflow: hidden;
    height: 0;
    display: block;
}

.school-index-img span:nth-child(1):after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .41);
}

.school-index-img span:nth-child(1) img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.school-index-img span:nth-child(2) {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: .6;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.school-index-img span:nth-child(3) {
    position: absolute;
    bottom: -11%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .9;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    padding-bottom: 50%;
    width: 50%;
}

.school-index-img span:nth-child(3) a {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.school-index-img span:nth-child(3) a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.school-index-wrap {
    padding: 20px 0 0 0;
}

.about-video {
    padding-top: 20px;
    position: relative;
}

.about-video iframe {
    width: 100%;
    height: 716px;
}

.iframe-back {
    content: "";
    background: #fff;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 800;
}

.footer-wrap {
    background: #1b1b1b;
    padding: 160px 0 300px 0;
}

.footer-border {
    height: 3px;
    background: #c9c9c9;
}

.footer-box {
    padding: 0 40px;
    font-size: 0;
}

.footer-left {
    width: 56%;
    display: inline-block;
    padding: 56px 0 0 70px;
    vertical-align: top;
}

.footer-right {
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

.footer-logo {
    width: 60%;
}

.footer-logo span {
    display: block;
    width: 100%;
}

.footer-logo span:nth-child(1) {
    font-size: 48px;
    color: #edcd37;
    padding-bottom: 12px;
}

.footer-read {
    font-size: 0;
    padding: 54px 0 25px 0;
}

.footer-read-left {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding-right: 70px;
}

.footer-read-title {
    font-size: 36px;
    color: #ffffff;
}

.footer-read-text {
    padding-top: 30px;
}

.footer-read-text span {
    font-size: 18px;
    display: block;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.footer-read-text span:nth-child(2) {
    font-weight: bold;
}
.footer-read-text2 span:nth-child(1) {
    font-weight: bold;
}

.footer-read-text span a {
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.footer-read-right {
    display: inline-block;
    width: 52%;
    vertical-align: top;
    padding-right: 62px;
}

.footer-share {
    font-size: 0;
    padding: 40px 0;
}

.footer-share span a {
    display: block;
}

.footer-share span {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}

.footer-share span:last-child {
    margin-right: 0;
}

.footer-ewm {
    width: 124px;
}

.footer-ewm span {
    font-size: 17px;
    display: block;
    text-align: center;
    color: #dfdfdf;
    line-height: 40px;
}

.footer-map {
    padding: 53px 0 25px 0;
}

.footer-text1 span {
    display: inline-block;
    width: 50%;
    color: #a8a8a8;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
}

.footer-text1 span:nth-child(1) {
    text-align: left;
}

.footer-text1 span:nth-child(2) {
    text-align: right;
}

.footer-text2, .footer-text3 {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 30px;
    text-align: center;
}

.footer-text2 a, .footer-text3 a {
    color: #a8a8a8;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer-text2 a:hover, .footer-text3 a:hover {
    color: #fff;
}

.video-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.video-box {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 55px 55px 0 55px;
    margin-top: -1%;
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.video-center {
    margin-top: 0 !important;
    opacity: 1 !important;
}

.video-box iframe {
    width: 100%;
    height: 540px;
    display: block;
}

.video-off {
    width: 32px;
    height: 32px;
    background: #edcd37;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: url("../images/sb.ico"), pointer;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.video-off:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.video-off:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 15px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video-off:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    right: 7px;
    bottom: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-popup {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.contact-pop-wrap {
    width: 940px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, .85);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-pop-top {
    margin-top: 1%;
}

.contact-pop-box {
    padding-left: 46%;
    position: relative;
}

.contact-pop-left {
    width: 46%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-pop-right {
    width: 100%;
}

.contact-logo-text1 {
    font-size: 78px;
    line-height: 100%;
    color: #202020;
}

.contact-logo-text2 {
    font-size: 99px;
    color: #202020;
}

.contact-logo-img {
    width: 70%;
    margin-top: 15px;
}

.contact-pop-title {
    font-size: 46px;
    width: 100%;
    color: #202020;
}

.contact-pop-text {
    font-size: 26px;
    color: #434343;
}

.contact-form {
    text-align: right;
}

.contact-popup-input {
    padding-top: 30px;
    position: relative;
    width: 70%;
    margin-right: 30%;
}

.contact-popup-input input {
    line-height: 42px;
    width: 100%;
    font-size: 18px;
    border-bottom: 3px solid rgba(149, 149, 149, .46);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-popup-input .input-focus-color {
    border-bottom: 3px solid rgba(237, 205, 55, .46);
}

.contact-popup-input input::placeholder {
    color: #202020;
}

.contact-input-text {
    color: #6b6b6b;
    font-size: 12px;
    text-align: left;
    padding: 5px 0 40px 0;
}

.contact-pop-submit {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 50px;
    cursor: url("../images/sb.ico"), pointer;
}

.contact-pop-submit span {
    position: relative;
    z-index: 1;
    color: #fff;
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
}

.contact-pop-submit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    background: #aaaaaa;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-pop-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: url("../images/sb.ico"), pointer;
    z-index: 9;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-pop-button:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    width: 70%;
    height: 2px;
    background: #979797;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-pop-button:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    width: 70%;
    height: 2px;
    background: #979797;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact-pop-button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact-pop-button:hover:after {
    background: #202020;
}

.contact-pop-button:hover:before {
    background: #202020;
}

.contact-read-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    display: none;
}

.contact-pop-hide {
    opacity: 0;
}

.contact-read-box {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-span-en {
    font-size: 42px;
    padding-bottom: 20px;
}

.contact-span-cn {
    font-size: 36px;
    line-height: 60px;
}

.index-float-wrap {
    position: fixed;
    right: 240px;
    top: 80px;
    z-index: 99;
    display: none;
}

.index-float-button {
    background: #edcd37;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: url("../images/sb.ico"), pointer;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}

.index-float-button a {
    padding: 25%;
    display: block;
}

.index-float-button:nth-child(2) {
    margin-top: 10px;
}

.index-float-button span {
    display: inline-block;
}

.footer-read-button {
    height: 32px;
    line-height: 32px;
    width: 80%;
    background: #fff;
    padding-left: 15px;
    margin-top: 80px;
    position: relative;
    cursor: url("../images/sb.ico"), pointer;
}

.footer-read-button span {
    font-size: 14px;
}

.footer-read-button span:nth-child(2) {
    padding-left: 5px;
}

.footer-read-button span:nth-child(2):after {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*轮播*/

.container {
    width: 100%;
    position: relative;
}

.poster-item {
    width: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.logo-list-left .logo-li-img {
    width: 70%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-list-left .logo-li-img:nth-child(4) {
    -webkit-transform: translateX(-39%) scale(.7);
    transform: translateX(-39%) scale(.7);
    z-index: 1;
}

.logo-list-left .logo-li-img:nth-child(3) {
    -webkit-transform: translateX(-26%) scale(.8);
    transform: translateX(-26%) scale(.8);
    z-index: 2;
}

.logo-list-left .logo-li-img:nth-child(2) {
    -webkit-transform: translateX(-13%) scale(.9);
    transform: translateX(-13%) scale(.9);
    z-index: 3;
}

.logo-list-left .logo-li-img:nth-child(1) {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    z-index: 4;
}

.logo-swiper-wrap {
    padding: 0 10%;
}

.logo-swiper .swiper-slide {
    width: 45%;
    background: #fff;
    box-shadow: 0 2px 10px #ddd;
}

.index-logo-swiper .swiper-slide {
    padding: 40px 20px;
}

.index-logo-swiper .swiper-slide .index-logo-box {
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #c0c0c0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-logo-swiper .swiper-slide .index-logo-box img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-logo-swiper .swiper-slide .index-logo-box:hover img {
    -webkit-transform: scale(.9);
    transform: scale(.9);

}

.index-logo-swiper .swiper-slide .index-logo-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
}

.logo-button-next {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 22px;
    height: 30px;
    margin-left: -11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    cursor: url("../images/sb.ico"), pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    outline: none;
}

.logo-button-next:hover {
    -webkit-transform: translateX(-5px) translateY(-50%);
    transform: translateX(-5px) translateY(-50%);
}

.logo-button-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 22px solid #2c2c2c;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper-button-disabled:after {
    opacity: .4;
}

.logo-button-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 22px;
    height: 30px;
    margin-right: -11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    cursor: url("../images/sb.ico"), pointer;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.logo-button-prev:hover {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
}

.logo-button-prev:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #000;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.home-icon {
    width: 30px;
    float: left;
    margin: 3px 0 0 45px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    z-index: 11;
}

.header-bottom {
    bottom: 30px !important;
}

.header-read-wrap {
    height: 130px !important;
    background: #1b1b1b;
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-show {
    display: none;
}

.news-top-box {
    padding-bottom: 320px;
}

.news-top-list {
    font-size: 0;
    padding: 130px 0 80px 100px;
}

.news-top-left {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px 0 0;
    position: relative;
    font-size: 0;
}

.news-top-category {
    font-size: 24px;
    color: #db254a;
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.news-top-category span {
    width: 24px;
    display: inline-block;
    vertical-align: top;
}

.news-top-title {
    color: #2a2a2a;
    font-size: 38px;
    line-height: 55px;
    height: 165px;
    overflow: hidden;
    font-weight: bold;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.news-top-title span {
    color: #edcd37;
}

.news-top-right {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

.news-top-brief {
    font-size: 13px;
    color: #3f3f3f;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    margin: 25px 0 15px 0;
}

.news-top-more {
    font-size: 0;
    color: #db254a;
    line-height: 40px;

}

.news-top-more a {
    color: #db254a;
    font-size: 30px;
    vertical-align: top;
    font-weight: bold;
}

.news-top-more a span {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.news-top-more a span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #db254a;
}

.news-top-read {
    position: relative;
}

.news-top-img a {
    padding-bottom: 39.14%;
    display: block;
}

.news-top-back {
    width: 48%;
    padding: 30px 0;
    height: 180px;
    background: #edcd37;
    position: absolute;
    bottom: -110px;
}

.news-back-box {
    padding: 0 15%;
    width: 100%;
    font-size: 0;
}

.news-back-left {
    width: 10%;
    vertical-align: bottom;
    display: inline-block;
    font-size: 30px;
    color: #db254a;
    padding-bottom: 5px;
}

.news-back-right {
    width: 90%;
    vertical-align: top;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    height: 120px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.news-top-button {
    width: 60px;
    height: 70px;
    background: #0a0a0a;
    position: absolute;
    right: -60px;
    top: 0;
}

.news-top-button:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    width: 24px;
    height: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-top-button:before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    width: 24px;
    height: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-top-button a {
    display: block;
    height: 100%;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-top-button a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 26px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    width: 24px;
    height: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.news-top-button a:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    width: 24px;
    height: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.news-top-edge:hover .news-top-button:after, .news-top-edge:hover .news-top-button:before {
    left: 30px;
    opacity: 0;
}

.news-top-edge:hover .news-top-button a:after, .news-top-edge:hover .news-top-button a:before {
    left: 20px;
    opacity: 1;
}

.news-top-edge:hover .news-top-button a {
    background: #db254a;
}

.news-category-title {
    font-size: 24px;
    color: #db254a;
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.news-category-title i {
    font-style: normal;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: top;
}

.news-category-title span {
    width: 24px;
    display: inline-block;
    vertical-align: top;
}

.news-category-brief {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.news-brief-span:nth-child(1) {
    font-size: 36px;
    height: 36px;
    overflow: hidden;
    font-weight: bold;
    color: #262626;
    line-height: 100%;
}

.news-brief-span:nth-child(2) {
    font-size: 24px;
    height: 30px;
    overflow: hidden;
    padding-top: 6px;
    line-height: 100%;
}

.news-swiper-wrap {
    width: 90%;
    margin-left: 10%;
    padding-top: 35px;
}

.news-swiper-wrap .swiper-slide {
    padding-right: 30px;
}

.news-category-box {
    padding-left: 100px;
}

.news-swiper-img a {
    padding-bottom: 60%;
    display: block;
}

.news-swiper-img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-swiper-img a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-swiper-title {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #2a2a2a;
    margin-top: 30px;
}

.news-swiper-title a {
    color: #2a2a2a;
}

.news-swiper-text {
    margin: 15px 0;
    font-size: 12px;
    color: #4d4d4d;
}

.news-swiper-button {
    font-size: 16px;
    color: #db254a;
    line-height: 20px;
}

.news-swiper-button span {
    font-size: 12px;
    color: #db254a;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.news-swiper-button span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #db254a;
}

.news-swiper-button a {
    color: #db254a;
}

.news-category-button .news-list-swiper {
    width: 44px;
    height: 44px;
    background: #db254a;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news-category-button .news-list-swiper:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 16px;
    width: 16px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news-category-button .news-list-swiper:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 16px;
    width: 16px;
    height: 2px;
    background: #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news-category-list {
    font-size: 0;
}

.news-category-button {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-top: 86px;
}

.news-list-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-category .swiper-button-disabled {
    background: #f4bebc;
}

.news-category .swiper-button-disabled:after {
    opacity: 1 !important;
}

.news-category .news-list-next {
    margin-left: 20px;
}

.news-category {
    padding-bottom: 140px;
}

.news-list-box {
    padding-bottom: 40px;
}

.header-top {
    margin-top: 130px;
}

.index-float-top {
    top: 160px;
}

.header-wrap2 {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

.studio-list-li {
    position: relative;
}

.studio-li-img {
    padding-bottom: 65.71%;
}

.studio-li-img img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-li-wrap {
    display: inline-block;
    position: absolute;
}

.studio-li-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .88;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-li-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    top: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-li-box {
    position: relative;
    z-index: 9;
    padding: 30px 20px;
}

.studio-li-yellow {
    max-width: 35.6%;
    left: 9.5%;
    top: 31.4%;
}

.studio-li-yellow:after, .studio-li-yellow:before {
    background: rgba(237, 205, 55, 1);
}

.studio-li-golden {
    max-width: 46%;
    right: 9.5%;
    top: 31.4%;
}

.studio-li-golden:after, .studio-li-golden:before {
    background: rgba(138, 127, 0, 1);
}

.studio-li-blue {
    max-width: 40%;
    left: 9.5%;
    top: 31.4%;
}

.studio-li-blue:after, .studio-li-blue:before {
    background: rgba(129, 206, 242, 1);
}

.studio-li-red {
    max-width: 32.24%;
    right: 9.5%;
    top: 31.4%;
}

.studio-li-red:after, .studio-li-red:before {
    background: rgba(201, 39, 39, 1);
}

.studio-li-green {
    max-width: 54.7%;
    left: 9.5%;
    top: 27.4%;
}

.studio-li-green:after, .studio-li-green:before {
    background: rgba(129, 193, 109, 1);
}

.studio-li-ashen {
    max-width: 42%;
    right: 9.5%;
    top: 31.4%;
}

.studio-li-ashen:after, .studio-li-ashen:before {
    background: rgba(206, 169, 117, 1);
}

.studio-title-text {
    color: #000000;
}

.studio-title-text:first-child {
    font-size: 64px;
    line-height: 50px;
}

.studio-title-text:last-child {
    font-size: 55px;
    line-height: 40px;
}

.studio-li-text {
    color: #000000;
    font-size: 27px;
}

.studio-li-read {
    color: #fefefe;
    font-size: 22px;
    padding-top: 20px;
    text-transform: uppercase;
}

.studio-list-button {
    width: 84px;
    height: 58px;
    background: rgba(0, 0, 0, .88);
    position: absolute;
    bottom: -20px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.studio-list-icon:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -25px;

}

.studio-list-button:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    background: #fff;
    top: 17px;
}

.studio-list-button:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    background: #fff;
    bottom: 17px;
}

/*left css*/
.studio-li-right .studio-list-button:after {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.studio-li-right .studio-list-button:before {
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.studio-li-right .studio-li-title, .studio-li-right .studio-li-text {
    text-align: left;
}

.studio-li-right .studio-li-read {
    text-align: left;
    padding-right: 64px;
}

.studio-li-right .studio-list-button {
    right: -20px;
}

.studio-li-right .studio-li-wrap:before {
    left: 0;
    -webkit-border-radius: 0 100% 100% 0;
    border-radius: 0 100% 100% 0;
}

/*right css*/
.studio-li-left .studio-list-button:after {
    left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.studio-li-left .studio-list-button:before {
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.studio-li-left .studio-li-title, .studio-li-left .studio-li-text {
    text-align: right;
}

.studio-li-left .studio-li-read {
    text-align: right;
    padding-left: 64px;
}

.studio-li-left .studio-list-button {
    left: -20px;
}

.studio-li-left .studio-li-wrap:before {
    right: 0;
    -webkit-border-radius: 100% 0 0 100%;
    border-radius: 100% 0 0 100%;
}

/*studio-hover*/
.studio-list-li:hover .studio-li-wrap:before {
    /*width: 100%;*/
    /*height: 100%;*/
    /*-wrbkit-border-radius: 0;*/
    /*border-radius: 0;*/
}

.studio-list-li:hover .studio-li-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);

}

.studio-li-right:hover .studio-list-button {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    background: rgba(0, 0, 0, 1);
}

.studio-li-left:hover .studio-list-button {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    background: rgba(0, 0, 0, 1);
}

.tutors-content-list {
    background: #edcd37;
    padding: 68px 56px;
}

.tutors-content-title {
    display: inline-block;
}

.tutors-white-icon {
    width: 63px;
    height: 6px;
    background: #fff;

}

.tutors-white-text {
    font-size: 38px;
    color: #3a5eec;
    line-height: 100%;
    margin: 15px 0 5px 0;
}

.tutors-white-read {
    font-size: 28px;
    font-weight: bold;
    color: #171717;

}

.tutors-black-icon {
    text-align: right;
}

.tutors-black-icon span {
    width: 118px;
    height: 6px;
    background: #000000;
    margin-top: 20px;
    display: inline-block;
    margin-right: 10px;
}

.tutors-content-ul {
    font-size: 0;
    padding-top: 80px;
}

.tutors-content-li {
    width: 22%;
    margin: 0 4% 90px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.tutors-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .28);
    opacity: 0;
}

.tutors-content-li .tutors-pop-wrap {
    position: absolute;
    width: 158.5%;
    top: -26%;
    z-index: 99;
    -webkit-box-shadow: 3px 3px 5px rgba(13, 5, 9, .17);
    box-shadow: 3px 3px 5px rgba(13, 5, 9, .17);
    display: none;
}

.pc_hide {
    display: none !important;
}

.tutors-content-box {
    position: relative;
}

.tutors-pop-wrap .tutors-pop-img {
    padding-bottom: 138.56%;
}

.tutors-content-li:nth-child(4n+1) .tutors-pop-wrap, .tutors-content-li:nth-child(4n+2) .tutors-pop-wrap {
    left: 100%;
}

.tutors-content-li:nth-child(4n+3) .tutors-pop-wrap, .tutors-content-li:nth-child(4n) .tutors-pop-wrap {
    right: 100%;
}

.tutors-pop-left {
    left: 110% !important;
}

.tutors-pop-right {
    right: 110% !important;
}

.tutors-content-li:nth-child(4n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.tutors-content-li:nth-child(4n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.tutors-content-li:nth-child(4n+3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.tutors-content-li:nth-child(4n) {
    margin: 0 0 90px 0;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.tutors-li-img {
    padding-bottom: 100%;
}

.tutors-li-img img {
    padding: 5px;
}

.tutors-li-title {
    font-size: 18px;
    line-height: 36px;
    margin-top: 5px;
}

.tutors-li-icon {
    width: 60%;
    height: 2px;
    background: #ffffff;
    margin: 0 auto;
}

.tutors-li-text {
    margin-top: 5px;
}

.tutors-li-text p {
    line-height: 28px;
    color: #414141;
    font-size: 15px;
}

.atc-pages {
    text-align: right;
    font-size: 0;
}

.atc-pages .current {
    color: #151515;
}

.atc-pages a, .atc-pages span {
    font-size: 15px;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #515151;
}

.atc-pages a:last-child {
    margin: 0 0 0 10px;
}

.atc-pages span {
    cursor: url("../images/sb.ico"), pointer;
}

.read-banner-wrap {
    position: relative;
}

.read-banner-box {
    position: absolute;
    top: 10%;
    width: 100%;
}

.read-banner-logo {
    font-size: 0;
    text-align: center;
}

.read-banner-logo span {
    font-size: 127px;
    display: inline-block;
    vertical-align: top;
}

.read-banner-logo span:first-child {
    padding-right: 40px;
    color: #000000;
}

.read-banner-logo span:last-child {
    color: #ffffff;
}

.about-content-wrap {
    width: 48%;
    margin: 0 auto;
    padding: 40px 50px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 2px 2px 4px #cacaca;
    box-shadow: 2px 2px 4px #cacaca;
}

.about-content-wrap:hover:after {
    height: 29px;
    top: -29px;
}

.about-content-wrap:hover:before {
    height: 29px;
    bottom: -29px;
}

.about-content-wrap:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 24px;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #1b1b1b;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-content-wrap:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 24px;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #1b1b1b;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-title {
    font-size: 24px;
    color: #141414;
}

.about-text {
    font-size: 22px;
    color: #272727;
    padding: 10px 0 0 60px;
}

.about-icon {
    width: 80px;
    height: 5px;
    background: #313131;
    margin: 40px 0 56px 80px;
}

.about-box {
    margin-top: -230px;
    position: relative;
}

.about-swiper-list {
    position: absolute;
    width: 26%;
    left: 0;
    bottom: 13.5%;
}

.about-swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #313131;
    border: 2px solid #313131;
    opacity: 1;
    margin-right: 24px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.about-swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #edcd37;
    background: #ffffff;
}

.about-siwper-icon {
    height: 5px;
    width: 100%;
    background: #313131;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    margin-top: 20px;
}

.about-prev-next {
    font-size: 0;
    margin-top: 42px;
}

.about-button-swiper {
    cursor: url("../images/sb.ico"), pointer;
    width: 50px;
    height: 29px;
    position: relative;
    display: inline-block;
    outline: none;
}

.about-button-swiper:after {
    content: "";
    position: absolute;
    left: 10%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 16px;
    background: #444444;
}

.about-button-swiper:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 16px;
    background: #444444;
}

.about-button-swiper span {
    display: block;
    height: 100%;
}

.about-button-swiper span:after {
    content: "";
    position: absolute;
    left: 15%;
    height: 3px;
    width: 70%;
    top: 13px;
    background: #444444;
}

.about-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-prev-next .swiper-button-disabled:after {
    opacity: 1;
}

.light-right {
    text-align: right;

}

.light-right span {
    height: 5px;
    width: 80px;
    background: #313131;
    display: inline-block;
    margin: 140px 190px 0 0;
}

.about-box2 {
    font-size: 0;
    position: relative;
    padding-left: 65px;
    min-height: 144px;
    margin-top: 150px;
}

.jiantou-number {
    width: 30px;
    text-align: center;
    position: relative;
    height: 54px;
    display: inline-block;
    vertical-align: top;
    margin-top: 90px;
}

.jiantou-number span {
    color: #141414;
    font-size: 18px;
    display: block;
    line-height: 24px;
    height: 24px;
}

.jiantou-number:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 5px;
    width: 40%;
    height: 2px;
    background: #2e2e2e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jiantou-number:before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 5px;
    width: 40%;
    height: 2px;
    background: #2e2e2e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jiantou-number span:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 24px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    background: #2e2e2e;
}

.shu-light-left {
    display: inline-block;
    vertical-align: top;
    margin: 50px 0 0 30px;
}

.shu-light-left span {
    display: block;
    width: 5px;
    height: 65px;
    background: #313131;
}

.shu-light-right {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    margin: 50px 0 0 0;
}

.shu-light-right span {
    display: block;
    width: 5px;
    height: 65px;
    background: #313131;
}

.about-box2-left {
    position: absolute;
    left: 0;
    top: 0;
}

.about-box3-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.about-logo-img {
    width: 346px;
}

.about-box2-right {
    padding-left: 50px;
}

.about-box2-bjq {
    font-size: 24px;
    line-height: 48px;
    color: #141414;
    padding-top: 15px;
}

.jiantou-right-icon {
    position: relative;
    width: 65px;
    height: 40px;
    display: block;
    vertical-align: top;
    margin: 20px 0 0 0;
}

.r30 {
    right: 30%;
}

.jiantou-right-icon span {
    height: 6px;
    width: 100%;
    background: #444444;
    display: block;
    position: relative;
    top: 17px;
}

.jiantou-right-icon:after {
    content: "";
    height: 30px;
    width: 6px;
    background: #444444;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 7px;
    top: -4px;
}

.jiantou-right-icon:before {
    content: "";
    height: 30px;
    width: 6px;
    background: #444444;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 7px;
    bottom: -4px;
}

.about-right-icon {
}

.right {
    text-align: right;
}

.jindu-right-icon {
    display: inline-block;
    width: 200px;
    height: 18px;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin: 120px 0;
}

.jindu-right-icon span {
    width: 16px;
    height: 16px;
    background: #313131;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-top: 1px;
}

.jindu-right-icon:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 156px;
    background: #313131;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jindu-right-icon:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 80px;
    background: rgba(237, 205, 56, .66);
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.jindu_animation:before {
    -webkit-animation: 10s jindu_animation infinite linear normal;
    animation: 10s jindu_animation infinite linear normal;
}
@-webkit-keyframes jindu_animation {
    0%{
        right: 10px;
    }
    35%{
        right: 66px;
    }
    70%{
        right: 10px;
    }
    100%{
        right: 10px;
    }
}
@keyframes jindu_animation {
    0%{
        right: 10px;
    }
    35%{
        right: 66px;
    }
    70%{
        right: 10px;
    }
    100%{
        right: 10px;
    }
}
.icon-right {
    text-align: right;
}

.icon-left {
    text-align: left;
}

.about-box3 {
    position: relative;
    padding-right: 65px;
    min-height: 144px;
}

.about-box3-left .about-video {
    padding-right: 20px;
}

.about-box3-left .about-video iframe {
    height: 666px;
}

.r20 {
    right: 20%;
}

.ml75 {
    margin-left: 75%;
}

.ml65 {
    margin-left: 65%;
}

.about-box4 {
    font-size: 0;
    position: relative;
    padding-left: 65px;
    min-height: 144px;
    margin-top: 20px;
}

.about-box4-left {
    width: 53%;
    display: inline-block;
    vertical-align: top;
    margin-top: 185px;
    padding-right: 60px;
}

.about-box4-title span {
    font-size: 38px;
    line-height: 56px;
    height: 56px;
    padding: 0 10px;
    color: #fff;
    background: #1b1b1b;
    letter-spacing: 5px;
    display: inline-block;
}

.about-box4-text {
    font-size: 24px;
    line-height: 48px;
    padding-top: 40px;
}

.about-box4-right {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding-top: 95px;
}

.about-box4-back {
    background: #edcd38;
    padding: 47px 47px 0 0;
}

.about-box4-img {
    padding-bottom: 94.6%;
}

.about-box5 {
    position: relative;
    padding-right: 65px;
    min-height: 144px;
}

.about-box5-content {
    font-size: 0;
    padding: 0 85px 20px 0;
}

.about-box-w30 {
    width: 30%;
    font-size: 0;
}

.about-box-w54 {
    width: 54%;
    font-size: 0;
}

.about-box-w35 {
    width: 35%;
    font-size: 0;
}

.about-box-w46 {
    width: 46%;
    font-size: 0;
}

.about-box-w45 {
    width: 45%;
    font-size: 0;
}

.about-box-w55 {
    width: 55%;
    font-size: 0;
}

.about-box-w65 {
    width: 65%;
    font-size: 0;
}

.about-box-w70 {
    width: 70%;
    font-size: 0;
}

.about-box-w40 {
    width: 40%;
    font-size: 0;
}

.about-box-w60 {
    width: 60%;
    font-size: 0;
}

.about-swiper1 {
    overflow: hidden;
    max-height: 580px;
    height: 580px;
}

.about-swiper2 {
    overflow: hidden;
    max-height: 310px;
    height: 310px;
}

.about-swiper3 {
    overflow: hidden;
    max-height: 310px;
    height: 310px;
}

.about-swiper4 {
    overflow: hidden;
    max-height: 270px;
    height: 270px;
}

.about-swiper5 {
    overflow: hidden;
    max-height: 270px;
    height: 270px;
}

.about-swiper-img {
    height: 100%;
}

.light-bottom {
    text-align: right;
    margin: 100px 85px 100px 0;
}

.light-bottom span {
    height: 5px;
    width: 80px;
    background: #313131;
    display: inline-block;
}

.offers-list-wrap {
    font-size: 0;
    padding: 130px 0;
}

.offers-li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12%;
}

.offers-li:nth-child(2n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.offers-li:nth-child(2n+1) {
    padding-right: 12px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.offers-li:nth-child(2n) {
    padding-left: 12px;
}

.offers-top {
    position: relative;
}

.offers-top:after {
    content: "";
    position: absolute;
    bottom: -13px;
    height: 13px;
    background: #0a0a0a;
    left: 7px;
    width: 100%;
}

.offers-top:before {
    content: "";
    position: absolute;
    top: 15%;
    right: -7px;
    background: #0a0a0a;
    width: 7px;
    height: 85%;
}

.offers-img {
    padding-bottom: 34.38%;
}

.offers-read {
    position: relative;
    padding: 35px 0 0 114px;
}

.offers-logo {
    width: 94px;
    height: 94px;
    position: absolute;
    left: 10px;
    top: 35px;
}

.offers-text {
    padding-top: 22px;
}

.offers-title {
    font-size: 27px;
    line-height: 36px;
}

.offers-en {
    font-size: 27px;
    line-height: 36px;
}

.read-banner-read {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.read-banner-title {
    font-size: 80px;
    color: #fff;
    letter-spacing: 20px;
    font-weight: bold;
}

.read-banner-text {
    font-size: 40px;
    color: #fff;
    padding-bottom: 25px;
}

.read-banner-light {
    width: 320px;
    height: 12px;
    background: #fff;
    display: inline-block;
}

.media-content-wrap {
    background: #edcd37;
    position: relative;
    padding: 0 80px;
}

.media-content-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.media-content-img {
    height: 100%;
    background-size: 100%
}

.media-flow-wrap {

}

.media-flow-box {
    font-size: 0;
    padding: 150px 0 0 0;
    position: relative;
}

.media-flow-swiper1 {
    width: 65.6%;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.media-flow-swiper2 {
    width: 34.4%;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.media-flow-swiper3 {
    width: 31.2%;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.media-flow-swiper4 {
    width: 34.4%;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.media-flow-swiper5 {
    width: 34.4%;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.media-swiper1, .media-swiper2 {
    overflow: hidden;
    max-height: 565px;
    height: 565px;
}

.media-swiper3, .media-swiper4, .media-swiper5 {
    overflow: hidden;
    max-height: 405px;
    height: 405px;
}

.media-swiper-img {
    height: 100%;
}

.media-swiper-img img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-swiper-read {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
    width: 100%;
}

.media-swiper-text {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.media-swiper-title {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
}

.media-flow-title {
    font-size: 170px;
    position: absolute;
    left: 0;
    line-height: 100%;
    top: 50px;
    z-index: 9;
    -webkit-text-shadow: 10px 10px 0 rgba(88, 88, 88, .75);
    text-shadow: 10px 10px 0 rgba(88, 88, 88, .75);
    color: #fff;
    text-align: center;
    width: 100%;
}

.media-flow-li {
    position: relative;
}

.media-flow-li .swiper-slide {
    cursor: url("../images/sb.ico"), pointer;
}

.media-black {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.media-flow-li .swiper-slide:hover .media-black {
    opacity: 1;
}

.media-flow-li .swiper-slide:hover .media-swiper-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.media-icon-left {
    text-align: left;
}

.media-jindu-icon {
    display: inline-block;
    width: 200px;
    height: 18px;
    position: relative;
    vertical-align: top;
    text-align: right;
    margin: 50px 0;
    font-size: 0;
}

.media-jindu-icon span {
    width: 16px;
    height: 16px;
    background: #313131;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-top: 1px;
}

.media-jindu-icon:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 156px;
    background: #313131;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-jindu-icon:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 80px;
    background: rgba(255, 255, 255, .66);
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.media-hot-title {
    font-size: 170px;
    line-height: 100%;
    z-index: 9;
    text-shadow: 10px 10px 0 rgba(88, 88, 88, .75);
    color: #fff;
    width: 100%;
    padding: 120px 0 20px 0;
}

.media-hot-li {
    position: relative;
    padding-top: 40px;
    cursor: url("../images/sb.ico"), pointer;
}

.media-hot-read {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.media-hot-time span {
    font-size: 18px;
    line-height: 45px;
    color: #0f0f0f;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

.media-hot-a {
    font-size: 48px;
    line-height: 71px;
    color: #2f2f2f;
}

.media-hot-brand {
    font-size: 18px;
    line-height: 71px;
    color: #fff;
}

.media-hot-img {
    width: 78%;
    margin-left: 22%;
    padding-bottom: 47%;
}

.media-hot-img img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-hot-back {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.media-video {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: .6;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-min-video {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-hot-li:hover .media-video {
    opacity: 1;
}

.media-hot-li:hover .media-hot-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.media-icon-right {
    text-align: right;
}

.hot-jindu-icon {
    display: inline-block;
    width: 200px;
    height: 18px;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin: 50px 0;
    font-size: 0;
}

.hot-jindu-icon span {
    width: 16px;
    height: 16px;
    background: #313131;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-top: 1px;
}

.hot-jindu-icon:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 156px;
    background: #313131;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hot-jindu-icon:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 80px;
    background: rgba(255, 255, 255, .66);
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.media-list-ul {
    font-size: 0;
    padding-top: 20px;
}

.media-list-li {
    width: 30.66667%;
    margin: 0 4% 100px 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: 400ms;
    animation-delay: 400ms;
}

.media-list-li:nth-child(3n) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.media-li-img:hover .media-black {
    opacity: 1;
}

.media-li-img img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.media-li-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.media-list-li:nth-child(3n) {
    margin: 0 0 100px 0;
}

.media-li-img {
    padding-bottom: 58.78%;
    cursor: url("../images/sb.ico"), pointer;
}

.media-li-title {
    font-size: 18px;
    line-height: 28px;
    color: #292929;
    margin: 15px 0;
    height: 84px;
    overflow: hidden;
    cursor: url("../images/sb.ico"), pointer;
}

.media-li-time {
    font-size: 14px;
    color: #e65858;
    padding-top: 10px;
}

.media-list-more {
    text-align: right;
}

.media-more-icon {
    display: inline-block;
    font-size: 0;
    height: 40px;
}

.media-more-y {
    width: 16px;
    height: 16px;
    margin: 12px 22px 0 0;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.media-more-jt {
    height: 40px;
    padding: 17px 0;
    position: relative;
}

.media-more-jt i {
    width: 65px;
    height: 100%;
    background: #444444;
}

.media-more-jt:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -5px;
    height: 6px;
    width: 44%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #444444;
}

.media-more-jt:before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: -5px;
    height: 6px;
    width: 44%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #444444;
}

.media-more-button {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    margin-left: 28px;
}

.media-list-wrap {
    padding-bottom: 160px;
}

.triple-box1 {
    position: relative;
}

.triple-h {
    width: 84px;
    height: 14px;
    background: #231f20;
    margin-bottom: 20px;
}

.triple-box1-read {
    position: absolute;
    left: 10%;
    top: 25%;
}

.triple-max {
    font-size: 95px;
    line-height: 100%;
    color: #fff;
}

.triple-min {
    font-size: 60px;
    color: #fff;
}

.triple-cn {
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    color: #fff;
}

.triple-box2-title {
    width: 100px;
    font-size: 48px;
    padding: 20px 25px;
    line-height: 100%;
    background: rgba(237, 205, 55, .88);
    position: absolute;
    left: 22%;
    z-index: 10;
}

.triple-box2-title span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
    margin: 20px 0 30px 0;
    display: inline-block;
}

.triple-text {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 45%;
}

.triple-text span {
    display: block;
    color: #edcd37;
    text-align: left;
}

.triple-box2-min {
    font-size: 48px;
}

.triple-box2-max {
    font-size: 58px;
}

.triple-box2 {
    padding: 80px 0 0 0;
}

.triple-top {
    text-align: center;
    position: relative;
}

.triple-box2-img {
    width: 516px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.box2-read-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 30px;
}

.box2-read-text {
    font-size: 24px;
    line-height: 36px;
    color: #1a1a1a;
}

.triple-bottom {
    margin-top: 30px;
    position: relative;
}

.triple-box2-read {
    padding: 0 210px 250px 210px;
    position: relative;
    z-index: 9;
}

.triple-box3-read {
    padding: 60px 0 0 450px;
    position: relative;
    z-index: 9;
}

.triple-t {
    position: absolute;
    left: -7%;
    top: 4%;
    font-size: 600px;
    line-height: 100%;
    color: rgba(237, 205, 55, .61);
}

.triple-box3 {
    padding: 240px 0 0 0;
    position: relative;
}

.triple-box3-title {
    width: 100px;
    font-size: 48px;
    padding: 20px 25px;
    line-height: 100%;
    background: rgba(237, 205, 55, .88);
    position: absolute;
    right: 22%;
    top: -40%;
    z-index: 10;
}

.triple-box3-title span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
    margin: 20px 0 30px 0;
    display: inline-block;
}

.triple2-text {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 2.5%;
    top: 55%;
}

.triple2-text span {
    display: block;
    color: #edcd37;
    text-align: left;
}

.triple-box3-max, .triple-box3-min {
    font-size: 58px;
}

.triple-c {
    position: absolute;
    right: -12%;
    bottom: 1%;
    font-size: 600px;
    line-height: 100%;
    color: rgba(237, 205, 55, .61);
}

.triple-box4 {
    position: relative;
}

.triple-box4-img {
    width: 100%;
}

.triple-box4-title {
    font-size: 48px;
    position: absolute;
    top: 20%;
    width: 50px;
    right: 4%;
    line-height: 100%
}

.triple-box4-title span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 27% 30%;
    transform-origin: 27% 30%;
    display: inline-block;
    padding: 20px 0;
    margin: 0 20px;
}

.triple-box4-text {
    position: absolute;
    right: 2%;
    top: 43%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.triple-box4-text span {
    display: block;
    color: #fff;
}

.triple-box4-max {
    font-size: 60px;
}

.triple-box4-min {
    font-size: 48px;
}

.triple-box4-read {
    padding: 60px 100px 0 300px;
    position: absolute;
    z-index: 9;
    bottom: 7%;
}

.triple-box5 {
    background: #fffbe6;
    padding: 160px 80px;
}

.triple-list {
    width: 612px;
    position: relative;
    display: inline-block;
}

.triple-read {
    position: relative;
}

.triple-list-img {
    padding-bottom: 22%;
}

.triple-list-title {
    padding: 15px 40px;
    background: #edcd37;
    color: #fff;
    font-size: 38px;
    letter-spacing: 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.triple-list-text {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    margin-top: 20px;
}

.triple-list-title1 {
    right: 0;
    top: -40px;
}

.triple-list-title2 {
    left: 0;
    bottom: -40px;
}

.triple-list-title3 {
    left: 0;
    top: -40px;
}

.triple-list-title4 {
    right: 0;
    bottom: -40px;
}

.triple-list1 .triple-list-images {
    padding: 0 80px 0 0;
}

.triple-list2 .triple-list-images {
    padding: 0 0 0 80px;
}

.triple-list3 .triple-list-images {

    padding: 0 0 0 80px;
}

.triple-list4 .triple-list-images {
    padding: 0 80px 0 0;
}

.triple-list2 .triple-list-text {
    margin-top: 60px;
}

.triple-list3 .triple-list-text {
    text-align: left;
}

.triple-list4 .triple-list-text {
    margin-top: 60px;

}

.triple-list2 {
    margin-top: 80px;
}

.triple-list4 {
    margin-top: 80px;
}

.triple-left {
    position: relative;
}

.triple-right {
    text-align: right;
    padding-top: 100px;
    position: relative;
}

.triple-position {
    font-size: 98px;
    color: #edcd37;
    position: absolute;
}

.triple-left .triple-position {
    right: 0;
    top: 24%;
}

.triple-right .triple-position {
    left: 10%;
    top: 24%;
    text-align: left;
}

.triple-content-wrap {
    padding-bottom: 110px;
}

.studio-read-box {
}

.studio-read-icon {
    padding: 80px 0;
}

.studio-left {
    text-align: right;
    padding-right: 25%;
}

.studio-left .studio-icon-box {
    padding-left: 30px;
}

.studio-left .studio-icon-box:after {
    left: 0;
}

.studio-icon-box {
    width: 170px;
    position: relative;
    height: 10px;
    font-size: 0;
    display: inline-block;
}

.studio-icon-box:after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    background: #1b1b1b;
    -webkit-border-radius: 100%;
    border-radius: 100%;

}

.studio-icon-box span {
    display: inline-block;
    width: 140px;
    height: 6px;
    margin-top: 2px;
    background: #1b1b1b;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.studio-left .studio_infinite:after {
    -webkit-animation: studio_infinite1 4s linear infinite normal both;
    animation: studio_infinite1 4s linear infinite normal both;
}

.studio-left2 .studio_infinite:after {
    -webkit-animation: studio_infinite2 4s linear infinite normal both;
    animation: studio_infinite2 4s linear infinite normal both;
}

.studio-left3 .studio_infinite:after {
    -webkit-animation: studio_infinite1 4s linear infinite normal both;
    animation: studio_infinite1 4s linear infinite normal both;
}

.studio-left4 .studio_infinite:after {
    -webkit-animation: studio_infinite1 4s linear infinite normal both;
    animation: studio_infinite1 4s linear infinite normal both;
}

@-webkit-keyframes studio_infinite1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@keyframes studio_infinite1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes studio_infinite2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

}

@keyframes studio_infinite2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.studio-list1-title {
    padding: 10px 0 0 10%;
    display: inline-block;
}

.studio-list1-icon {
    width: 63px;
    height: 6px;
    margin: 10px 0;
    background: #000000;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-list1-en {
    font-size: 30px;
    color: #edcd37;
    text-transform: uppercase;
}

.studio-list1-cn {
    font-size: 28px;
    font-weight: bold;
    color: #171717;
}

.studio-list1-icon1 {
    width: 118px;
    height: 6px;
    background: #000000;
    margin: 10px 0 10px 83px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-list1-read {
    padding: 0 14% 0 16%;
}

.studio-list1-back {
    line-height: 28px;
    font-size: 18px;
    color: #171717;
}

.studio-list1-back span {
    background: #1b1b1b;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: center;
    width: 92px;
    margin-right: 10px;
}

.studio-list1-text {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    padding: 36px 0 0 102px;
}

.studio-left2 {
    text-align: right;
    padding-right: 10%;
}

.studio-left2 .studio-icon-box {
    padding-right: 30px;
}

.studio-left2 .studio-icon-box:after {
    right: 0;
}

.studio-left3 {
    text-align: left;
    padding-left: 16%;
}

.studio-left3 .studio-icon-box {
    padding-left: 30px;
}

.studio-left3 .studio-icon-box:after {
    left: 0;
}

.studio-left4 {
    text-align: right;
    padding-right: 8%;
}

.studio-left4 .studio-icon-box {
    padding-left: 30px;
}

.studio-left4 .studio-icon-box:after {
    left: 0;
}

.studio-list2-title {
    height: 120px;
    background: #edcd37;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
    width: 45%;
    text-align: center;
}

.studio-list3-title {
    padding: 10px 0 40px 5%;
    display: inline-block;
}

.studio-list3-back {
    line-height: 28px;
    font-size: 18px;
    color: #171717;
    padding: 0 0 0 16%;
}

.studio-list3-back span {
    background: #1b1b1b;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    text-align: center;
    width: 92px;
    margin-right: 10px;
}

.studio-list3-li {
    padding: 0 40px;
    margin-top: 45px;
}

.studio-list3-position {
    font-size: 0;
    position: relative;
    padding-left: 266px;
}

.studio-list3-left {
    width: 246px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list3-li-img {
    padding-bottom: 28%;
}

.list3-li-text {
    line-height: 36px;
    min-height: 72px;
    color: #000000;
    font-size: 18px;
}

.list3-li-text span {
    font-weight: bold;
}

.studio-box-list4 {
    padding-top: 40px;
    text-align: center;
}

.studio-box-list5 {
    padding: 200px 0 50px 0;
}

.studio-list5-read {
    padding: 0 14% 0 16%;
}

.studio-list5-title {
    padding: 10px 0 20px 5%;
    display: inline-block;
}

.studio-list5-text {
    font-size: 18px;
    line-height: 48px;
    color: #000000;
    padding: 20px 0 0 0;
}

.studio-box-list6 {
    text-align: center;
}

.studio-list6-title {
    display: inline-block;
    text-align: left;
}

.studio-list6-ul {
    padding: 200px 30px 130px 30px;
    font-size: 0;
}

.studio-list6-li {
    width: 25%;
    padding: 0 45px;
    margin-bottom: 85px;
}

.studio-list6-img {
    padding-bottom: 100%;
}

.studio-list6-li:nth-child(4n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.studio-list6-li:nth-child(4n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.studio-list6-li:nth-child(4n+3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.studio-list6-li:nth-child(4n) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.studio-list2-swiper {
    padding-right: 12%;
}

.studio-slide {
    cursor: url("../images/sb.ico"), pointer;
    outline: none;
}

.studio-list2-img {
    padding-bottom: 45.15%;
}

.studio-play {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    right: 60px;
    z-index: 9;
    opacity: .6;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.studio-swiper-lable {
    width: 47%;
    height: 120px;
    background: #fff;
    box-shadow: 6px 6px 3px rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 0;
    position: relative;
}

.studio-swiper-lable:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 5px;
    background: #000;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.studio-swiper-pagination {
    height: 30px;
    margin-top: 45px;
}

.studio-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: none;
    opacity: 1;
    box-sizing: border-box;
    position: relative;
    cursor: url("../images/sb.ico"), pointer !important;
    outline: none;
}

.studio-swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    margin: 9px;
    border: 3px solid #000000;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
}

.studio-swiper-pagination .swiper-pagination-bullet-active:after {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 7px solid #000000;
}

.studio-swiper-icon {
    width: 36px;
    height: 4px;
    background: #000000;
    margin: 58px 10px 0 10px;
}

.studio-swiper-number {
    font-size: 14px;
    color: #000;
    line-height: 120px;
    margin-left: 10px;
}

.studio-box-list2 {
    padding-bottom: 160px;
}

.academy-list-wrap {

}

.academy-list-map {
    background: #1b1b1b;
}

.academy-list-box {
    position: relative;
}

.america-img {
    width: 62.468%;
    display: inline-block;
    margin-right: 12%;
    position: relative;
}

.britain-img {
    width: 32.8%;
    display: inline-block;
    margin-right: 27%;
    position: relative;
}

.others-img {
    width: 80.6%;
    display: inline-block;
    position: relative;
    margin-left: 11.3%;
}

.academy-nav-hover {
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.academy-nav-hover span {
    cursor: url("../images/sb.ico"), pointer;
}

.america-map .academy-nav-hover span {
    width: 50%;
    height: 100%;
}

.britain-map .academy-nav-hover span {
    width: 100%;
    height: 50%;
}

.others-map .academy-nav-hover span {
    position: absolute;
}

.others-map .academy-nav-hover span:nth-child(1) {
    width: 30%;
    height: 48%;
    left: 0;
    top: 3.2%;
}

.others-map .academy-nav-hover span:nth-child(2) {
    width: 22.5%;
    height: 58%;
    left: 39%;
    bottom: 5.2%;
}

.others-map .academy-nav-hover span:nth-child(3) {
    width: 26.5%;
    height: 40%;
    left: 54.8%;
    top: 2%;
}

.others-map .academy-nav-hover span:nth-child(4) {
    width: 17.5%;
    height: 64%;
    right: 0%;
    top: 29%;
}

.content-map {
    width: 100%;
    text-align: right;
    padding: 30px 0;
}

.academy-list-nav {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding-left: 40px;
}

.academy-nav-li {
    margin-top: 10px;
}

.academy-nav-li a {
    display: inline-block;
}

.academy-nav-li a .academy-list-text {
    color: #fff;
    line-height: 24px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.academy-nav-li a .academy-list-text:nth-child(1) {
    font-size: 18px;
    text-transform: uppercase;
}

.academy-nav-li a .academy-list-text:nth-child(2) {
    font-size: 14px;
}

.academy-list-hover a .academy-list-text {
    color: #edcd37;
}

.academy-list-tab {
    padding: 50px 0 0 0;
}

.academy-list-wrap {
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.academy-title-text {
    height: 42px;
    line-height: 42px;
    background: #1b1b1b;
    color: #fff;
    text-align: center;
    font-size: 29px;
    padding: 0 20px;
    display: inline-block;
}

.academy-title-name {
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 29px;
    color: #0e0e0e;
}

.academy-list-ul {
    font-size: 0;
}

.academy-list-li {
    width: 22%;
    margin: 30px 4% 20px 0;
    position: relative;
}

.academy-list-li:nth-child(4n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.academy-list-li:nth-child(4n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.academy-list-li:nth-child(4n+3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.academy-list-li:nth-child(4n) {
    margin: 30px 0 20px 0;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.academy-list-content {
    width: 100%;
}

.academy-li-img {
    padding-bottom: 68.7%;
    box-shadow: 5px 5px 2px rgba(204, 204, 204, .6);
}

.academy-list-read {
    padding: 20px 0;
}

.academy-li-title {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

.academy-li-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.academy-list-li:nth-child(4n+1) .academy-pop-list, .academy-list-li:nth-child(4n+2) .academy-pop-list {
    left: 100%;
    top: -20%;
    padding-left: 25px;
}

.academy-list-li:nth-child(4n+3) .academy-pop-list, .academy-list-li:nth-child(4n) .academy-pop-list {
    right: 100%;
    top: -20%;
    padding-right: 25px;
}

.academy-pop-list {
    width: 638px;
    position: absolute;
    z-index: 8;
    letter-spacing: 3px;
    overflow: hidden;
    display: none;
}

.academy-pop-box {
    background: #0f0f0f;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.academy-pop-img {
    padding-bottom: 40.77%;
    background: #eccd37;
}

.academy-pop-read {
    padding: 30px 50px 50px 50px;

}

.academy-pop-title {
    font-size: 24px;
    color: #edcd37;
    line-height: 32px;
}

.academy-pop-en {
    font-size: 24px;
    color: #edcd37;
    line-height: 32px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.academy-pop-text {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.academy-pop-text span {
    color: #edcd37;
    font-size: 24px;
}

.academy-pop-text a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
}

.logoListSwiper .swiper-slide {
    padding-bottom: 500px;
}

.about-box-swiper:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about-box-swiper:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about-box-swiper:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.about-box-swiper:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.about-box-swiper:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.academy-list-cn {
    display: none;
}

.studio-block {
    overflow: hidden;
}
.studio-block:hover .studio-list1-icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.studio-block:hover .studio-list1-icon1 {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.news_read_wrap {
    padding: 80px 0 180px 0;
    font-size: 0;
}

.news_read_left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.news_read_bjq {
    font-size: 16px;
    line-height: 32px;
    color: #1a1a1a;
    padding: 20px 0 40px 0;
}

.news_read_bjq img {
    padding: 30px 0;
    max-width: 100%;
}

.news_read_title {
    font-size: 34px;
    text-align: justify;
    color: #1a1a1a;
}

.news_read_ys {
    font-size: 16px;
    line-height: 36px;
    color: #1a1a1a;
}

.news_read_ys a {
    color: #1a1a1a;
}

.news_read_right {
    width: 30%;
    padding-left: 100px;
    display: inline-block;
    vertical-align: top;
}

.news_read_xg {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 50px;
}
.news_read_li {
    padding-bottom: 30px;
}

.news_read_li:hover .news_read_images img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_read_li .news_read_images img {
    -webkit-transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
}

.news_read_images {
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.news_read_link {
    line-height: 24px;
    font-size: 14px;
    padding: 12px 0 0 0;
    color: #1a1a1a;
}