@charset "utf-8";

/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* @font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/SourceHanSerifCN-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('http://at.alicdn.com/t/webfont_t2mxfcpxyv.eot');
    src: url('../fonts/webfont_t2mxfcpxyv.eot') format('embedded-opentype'), 
    url('../fonts/webfont_t2mxfcpxyv.woff2') format('woff2'), url('../fonts/webfont_t2mxfcpxyv.woff') format('woff'),
    url('../fonts/webfont_t2mxfcpxyv.ttf') format('truetype'), 
    url('../fonts/webfont_t2mxfcpxyv.svg#after') format('svg');
} */
@font-face {
    font-family: 'webfont';
    font-display: swap;
}

html {
    font-size: calc(100vw/19.2);
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666 !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666 !important;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}


/*公共样式*/

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear: both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    margin: 0 auto;
    width: 83.3333%;
}

body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 100px;
}


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    line-height: 100px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
}

#c-header a {
    color: #fff;
    transition: all 0.5s;
}

#c-header.c-head-move {
    top: -100px;
}

#c-header.c-style2 {
    color: #333;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

#c-header.c-style2 a {
    color: #333;
}

#c-header .c-container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
}


/*顶部logo*/

#c-header .c-logo {
    display: flex;
    align-items: center;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}

#c-header .c-logo img {
    height: 42px;
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

#c-header .c-logo img:nth-child(2),
#c-header.c-style2 .c-logo img:nth-child(1) {
    display: none;
}

#c-header.c-style2 .c-logo img:nth-child(2) {
    display: inline-block;
}


/*顶部pc导航*/

#c-header .c-nav {
    display: flex;
    align-items: center;
}

#c-header .c-nav>li {
    margin-right: 60px;
}

#c-header .c-nav>li>a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#c-header .c-nav>li>a i {
    margin-left: 8px;
    font-size: 20px;
}

#c-header.c-style2 .c-nav>li.active>a,
#c-header .c-nav>li:hover>a {
    color: var(--mainColor);
}

#c-header .c-list-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

#c-header .c-list-box .c-list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 80px 0;
}

#c-header .c-list-box .c-list li {
    padding: 0 20px;
    width: 25%;
}

#c-header .c-list-box .c-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    color: #333;
    transition: .5s;
}

#c-header .c-list-box .c-wrap:hover .c-title {
    color: var(--mainColor);
}

#c-header .c-list-box .c-box {
    position: relative;
    height: 2.34rem;
    overflow: hidden;
}

#c-header .c-list-box .c-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-header .c-list-box .c-btn-box {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(165, 23, 54, .9);
    display: flex;
    align-items: center;
    transition: .5s;
}

#c-header .c-list-box .c-wrap:hover .c-btn-box {
    opacity: 1;
}

#c-header .c-list-box .c-btn-box div {
    width: 100%;
}

#c-header .c-list-box .c-btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    line-height: 1;
    background: #e6e6e6;
    transition: .5s;
}

#c-header .c-list-box .c-btn-box a:hover {
    background: #fff;
}

#c-header .c-list-box .c-btn-box a:last-child {
    margin-bottom: 0;
}

#c-header .c-list-box .c-btn-box .c-title2 {
    color: #333;
    font-size: 16px;
}

#c-header .c-list-box .c-btn-box i {
    /* display: inline-block;
    display: none;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/jt2.png)no-repeat center / 100%; */
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-left: 8px solid#8f9192;
    border-right: 0;
    transition: .5s;
}

#c-header .c-list-box .c-btn-box a:hover i {
    /* display: inline-block; */
    border-left: 8px solidvar(--mainColor);
}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
}

#c-header .c-nav2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-nav2>li:first-child {
    border-top: 1px solid #f1f1f1;
}

#c-header .c-nav2 li:hover>a,
#c-header .c-nav2 li.active>a {
    color: var(--mainColor);
}

#c-header .c-nav2 li a i {
    font-size: 20px;
}

#c-header .c-nav2 li ul {
    display: none;
}

#c-header .c-nav2 li ul a {
    padding-left: 15px;
}

#c-header .c-nav2 li li li a {
    padding-left: 30px;
}


/*顶部导航开关*/

#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

#c-header .c-switch i {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header.c-style2 .c-switch i {
    background: #333;
}

#c-header .c-switch i:nth-child(1) {
    top: 0;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
    margin: 6px 0;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 顶部功能区 */

#c-header .c-gn {
    display: flex;
    align-items: center;
}

#c-header .c-gn .c-phone {
    position: relative;
    margin-right: 30px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    color: #333;
    background: url(http://suzhouyicai.com/images/phone.png)no-repeat center / auto 16px;
}

#c-header.c-style2 .c-gn .c-phone {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(http://suzhouyicai.com/images/phone-h.png);
}

#c-header .c-gn .c-phone .c-text {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -52px;
    padding: 10px 15px;
    border-radius: 3px;
    width: 140px;
    line-height: 26px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
}

#c-header .c-gn .c-phone .c-text::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#c-header .c-gn .c-phone:hover .c-text {
    opacity: 1;
}

#c-header .c-gn .c-wx {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    background: url(http://suzhouyicai.com/images/weixin.png)no-repeat center / auto 16px;
}

#c-header.c-style2 .c-gn .c-wx {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(http://suzhouyicai.com/images/weixin-h.png);
}

#c-header .c-gn .c-wx .c-img {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -32px;
    width: 100px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
}

#c-header .c-gn .c-wx .c-img::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#c-header .c-gn .c-wx .c-img img {
    width: 100%;
    border-radius: 3px;
}

#c-header .c-gn .c-wx:hover .c-img {
    opacity: 1;
}


/*首页轮播图*/

.c-banner1 {
    position: relative;
    z-index: 50;
    background: url(http://suzhouyicai.com/images/bg5.jpg)repeat;
}

.c-banner1 .c-wrap {
    position: relative;
    display: block;
}

.c-banner1 .c-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.c-banner1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.c-banner1 .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.c-banner1 .swiper-slide .c-mb {
    display: none;
}

.c-banner1 .c-box {
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 10px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-banner1 .c-box .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    font-size: 120px;
    white-space: nowrap;
    line-height: 130px;
}

.c-banner1 .c-box .c-en-title {
    padding: 30px 0 40px;
    font-size: 36px;
    line-height: 46px;
}

.c-banner1 .c-box .c-subtitle {
    margin-bottom: 115px;
    font-size: 36px;
    line-height: 46px;
    color: #a8f4c2;
}

.c-banner1 .c-box .c-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 250px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: normal;
    background: #fff;
    color: var(--mainColor);
}

.c-banner1 .c-box .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid var(--mainColor);
}

.c-banner1 .c-dot-box {
    position: absolute;
    z-index: 10;
    left: 8.33335%;
    bottom: 80px;
    display: flex;
    align-items: center;
    width: 200px;
    color: #fff;
    font-size: 18px;
}

.c-banner1 .c-dot-box .c-text1 {
    width: 50px;
    line-height: 1;
}

.c-banner1 .c-dot-box .c-text2 {
    width: 50px;
    line-height: 1;
    text-align: right;
}

.c-banner1 .c-dot-box .c-line-box {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 2px;
    background: rgba(255, 255, 255, .2);
}

.c-banner1 .c-dot-box .c-line-box .c-line {
    width: 0;
    height: 2px;
    background: #fff;
    transition: 1s;
}

.c-banner1 .c-next-screen {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 10;
    width: 110px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.c-banner1 .c-next-screen .c-text {
    opacity: .5;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.c-banner1 .c-next-screen .c-ico {
    height: 8px;
    background: url(http://suzhouyicai.com/images/bottom.png)no-repeat center / auto 8px;
}

.c-banner1 .c-next,
.c-banner1 .c-prev {
    position: absolute;
    bottom: 80px;
    z-index: 10;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

.c-banner1 .c-next {
    right: 8.33335%;
    background: url(http://suzhouyicai.com/images/next.png) no-repeat center / 100% auto;
}

.c-banner1 .c-prev {
    right: 12%;
    background: url(http://suzhouyicai.com/images/prev.png) no-repeat center / 100% auto;
}


/* 底部 */

#c-footer {
    position: relative;
    z-index: 50;
    color: #fff;
    background: url(http://suzhouyicai.com/images/bg4.jpg)no-repeat center / cover;
}

#c-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95);
}

#c-footer a {
    color: #fff;
}

#c-footer a:hover {
    text-decoration: underline;
}

#c-footer .c-top-box {
    position: relative;
    z-index: 2;
    padding: 145px 0 130px;
}

#c-footer .c-top-box .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-footer .c-top-box .c-l-box {
    width: 55%;
}

#c-footer .c-top-box .c-l-box .c-big-title {
    margin-bottom: 95px;
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
}

#c-footer .c-top-box .c-l-box .c-list-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-footer .c-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
}

#c-footer .c-title i {
    display: none;
    transition: .5s;
}

#c-footer .c-list-box.active .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-footer .c-list-box .c-list a {
    opacity: .5;
}

#c-footer .c-list-box .c-list li {
    padding-bottom: 10px;
    line-height: 26px;
}

#c-footer .c-wrap {
    width: 400px;
}

#c-footer .c-text-box {
    margin-bottom: 50px;
    padding-left: 60px;
    line-height: 36px;
}

#c-footer .c-code-box {
    display: flex;
    align-items: flex-start;
    padding-left: 60px;
}

#c-footer .c-code {
    width: 120px;
}

#c-footer .c-code {
    margin-right: 20px;
}

#c-footer .c-code:last-child {
    margin-right: 0;
}

#c-footer .c-code img {
    width: 100%;
}

#c-footer .c-code .c-text {
    padding-top: 15px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
}

#c-footer .c-ico {
    display: flex;
    align-items: center;
}

#c-footer .c-ico a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #33444f;
    transition: .5s;
}

#c-footer .c-ico a:hover {
    background: var(--mainColor);
}

#c-footer .c-weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#c-footer .c-weixin .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-footer .c-weixin .c-img-box img {
    width: 100%;
}

#c-footer .c-weixin .c-img-box .c-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
}

#c-footer .c-phone {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 90px;
    font-weight: bold;
}

#c-footer .c-phone .c-img {
    margin-right: 24px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    background: url(http://suzhouyicai.com/images/phone.png)no-repeat center / auto 16px;
}

#c-footer .c-phone .c-t1 {
    font-size: 24px;
    line-height: 36px;
}

#c-footer .c-phone .c-t2 {
    font-size: 30px;
    line-height: 36px;
}

#c-footer .c-bottom-box {
    position: relative;
    z-index: 2;
}

#c-footer .c-bottom-box .c-b-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 26px;
    padding: 35px 0 60px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

#c-footer .c-bottom-box .c-copyright {
    opacity: .2;
    word-wrap: break-word;
    word-break: break-all;
}

#c-footer .c-bottom-box .c-link {
    position: relative;
    cursor: pointer;
}

#c-footer .c-bottom-box .c-link .c-text {
    display: flex;
    align-items: center;
    opacity: .5;
}

#c-footer .c-bottom-box .c-link .c-text i {
    margin-left: 20px;
    transition: .5s;
}

#c-footer .c-bottom-box .c-link.active .c-text i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-footer .c-bottom-box .c-link .c-a-box {
    position: absolute;
    right: 0;
    bottom: 26px;
    border-radius: 3px;
    display: none;
    min-width: 95px;
    text-align: left;
    background: #fff;
    overflow: hidden;
}

#c-footer .c-bottom-box .c-link .c-a-box a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    line-height: 36px;
    color: #333;
    transition: .5s;
}

#c-footer .c-bottom-box .c-link .c-a-box a:last-child {
    border: 0;
}

#c-footer .c-bottom-box .c-link .c-a-box a:hover {
    color: var(--mainColor);
    text-decoration: none;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;;
}

/*#c-top-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(29, 146, 68, .95);
}*/

#c-top-banner .c-container {clear: both;
    z-index: 2;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center; padding-top: .5rem; padding-bottom: .5rem
}

#c-top-banner .c-box {
  /*  padding-top: 60px;*/
    letter-spacing: 4px;
}

#c-top-banner .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    font-size: 72px;color:var(--mainColor)
}

#c-top-banner .c-text1 {
    padding-top: 15px;
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 18px;
    line-height: 28px;color:var(--mainColor)
}

#c-top-banner .c-text2 {
    padding-top: 30px;
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#c-top-banner .c-site {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 81px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#c-top-banner .c-site p {
    width: 83.3333%;
    color: #fff;
    opacity: .7;
}

#c-top-banner .c-site p a {
    color: #fff;
}

#c-top-banner .c-site p a:hover {
    text-decoration: underline;
}


/* 顶部菜单 */

#c-top-menu {
    padding-top: 30px;
}

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    border-bottom: 1px solid #bbb;
}

#c-top-menu .c-list li {
    flex: none;
    margin-right: 30px;
    font-size: 20px;
    line-height: 80px;
}

#c-top-menu .c-list li:last-child {
    margin-right: 0;
}

#c-top-menu .c-list li a {
    position: relative;
    display: block;
    padding: 0 30px;
    color: #333;
    transition: .5s;
}

#c-top-menu .c-list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 2px solid var(--mainColor);
    transition: .5s;
}

#c-top-menu .c-list li.active a,
#c-top-menu .c-list li:hover a {
    color: var(--mainColor);
}

#c-top-menu .c-list li.active a::before,
#c-top-menu .c-list li:hover a::before {
    width: 100%;
}

#c-top-menu.c-click-move .c-list li {
    width: 25%;
    margin: 0;
}


/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map.active {
    opacity: 1;
    z-index: 2!important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: var(--mainColor);
}

.c-map .map-content {
    font-size: 12px;
    color: #222;
}

.c-map .anchorBL {
    display: none;
}


/* 分享 */

div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
    width: 100% !important;
}

.bFind-wrapper-top {
    height: 26px !important;
}

#bsBox #bsMorePanel {
    height: 373px !important;
}

.bsPlatDiv {
    height: 312px !important;
}

.bFind {
    width: 204px !important;
}

#bsBox {
    height: 408px !important;
    width: 276px !important;
    margin-left: -138px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width: 208px !important;
    height: 208px !important;
}

.bsFrameDiv img {
    width: 166px !important;
    height: 166px !important;
}


/* 上下页 */

#c-prevNext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#c-prevNext a {
    max-width: 46%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: .5s;
}

#c-prevNext a:hover {
    color: var(--mainColor);
}

#c-prevNext .prev i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

#c-prevNext .next i {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}


/* 分页 */

#c-page {
    padding-top: .4rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

#c-page .c-box {
    display: flex;
    align-items: flex-start;
}

#c-page .c-box a {
    margin: 0 5px;
    display: block;
    width: 40px;
    text-align: center;
    background: #f9f9f9;
    color: #666;
    transition: .5s;
}

#c-page .c-box .active {
    color: #fff;
    background: var(--mainColor);
}

#c-page .c-box .prev,
#c-page .c-box .next {
    width: 100px;
}

#c-page .c-box .c-dot {
    margin: 0 -5px;
    background: #fff;
}

#c-page .c-box a:hover {
    color: #fff;
    background: var(--mainColor);
}

#c-page form {
    display: flex;
}

#c-page form .c-text {
    padding: 0 20px;
}

#c-page form input {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #f9f9f9;
    color: #666;
    text-align: center;
}

#c-page form button {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-page form button:hover {
    color: #fff;
    background: var(--mainColor);
}


/* 公共标题 */

.c-common-title {
    text-align: center;
    line-height: 1;
}

.c-common-title .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 140px;
    color: transparent;
    opacity: .2;
    -webkit-text-stroke: 1px var(--mainColor);
}

.c-common-title .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    margin-top: -90px;
    font-size: 60px;
}

.c-common-title .c-text {
    padding-top: 50px;
    line-height: 26px;
}

.c-common-title2 {
    text-align: center;
    line-height: 1;
}

.c-common-title2 .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 72px;
    color: #333;
    opacity: .1;
}

.c-common-title2 .c-title {
    font-family:  'SimSun';
    font-weight: normal;
    margin-top: -30px;
    font-size: 48px;
}

.c-common-title2 .c-line {
    margin: 20px auto 0;
    width: 30px;
    border-top: 2px solid var(--mainColor);
}

.c-common-title2 .c-text {
    padding-top: 20px;
    font-size: 24px;
    line-height: 34px;
}

.c-common-title2 .c-text2 {
    padding: 25px 0 30px;
    font-size: 30px;
    line-height: 40px;
    color: var(--mainColor);
}

.c-common-title2 .c-text3 {
    max-width: 1;
    line-height: 26px;
    color: #666;
}


/* 新闻 */

#c-news {
    position: relative;
    z-index: 50;
    padding: 90px 0 120px;
    background: #fff url(http://suzhouyicai.com/images/bg3.jpg)no-repeat center bottom / cover;
}

#c-news.c-unique {
    padding-top: 40px;
    background: none;
}

#c-news.c-unique .c-list {
    padding-top: 0;
    border: 0;
}

#c-news.c-unique .c-list li {
    border: 0;
    border-bottom: 1px solid #bbb;
}

#c-news .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 75px;
    border-bottom: 1px solid #bbb;
}

#c-news .c-list li {
    padding: 40px 0;
    width: 46.25%;
    border-top: 1px solid #bbb;
}

#c-news .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #666;
}

#c-news .c-list .c-text-box {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}

#c-news .c-list .c-text-box .c-t-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    line-height: 26px;
}

#c-news .c-list .c-text-box .c-t-box .c-t1 {
    width: 140px;
}

#c-news .c-list .c-text-box .c-title {
    height: 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

#c-news .c-list .c-img-box {
    width: 200px;
    height: 120px;
    overflow: hidden;
}

#c-news .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-news .c-list .c-wrap:hover .c-text-box .c-title {
    color: var(--mainColor);
}

#c-news .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-news .c-more {
    margin: 45px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #333;
    background: #fff;
}

#c-news .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #333;
}

.c-common-load {
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    color: var(--mainColor);
}

.c-common-load img {
    margin-right: 10px;
    width: 20px;
    animation: load 1s linear infinite;
    -webkit-animation: load 1s linear infinite;
}


/* 课程 */

#c-curriculum {
    position: relative;
    z-index: 50;
    padding: 90px 0 120px;
    background: url(http://suzhouyicai.com/images/bg1.jpg)no-repeat center / cover;
}

#c-curriculum .c-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 35px;
}

#c-curriculum .c-list li {
    width: 15%;
    transition: .5s;
}

#c-curriculum .c-list li.active {
    width: 51.25%;
}

#c-curriculum .c-list .c-wrap {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
}

#c-curriculum .c-list .c-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0;
    transition: .5s;
}

#c-curriculum .c-list li.active .c-wrap img {
    opacity: 1;
}

#c-curriculum .c-list .c-box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.2rem;
    height: 100%;
    z-index: 2;
    padding: 80px;
    background: rgba(165, 23, 54, .9);
    opacity: 0;
    transition: .5s;
}

#c-curriculum .c-list li.active .c-box1 {
    opacity: 1;
}

#c-curriculum .c-list .c-box1 .c-t-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

#c-curriculum .c-list .c-box1 .c-t-box .c-num {
    font-size: 72px;
    line-height: 82px;
}

#c-curriculum .c-list .c-box1 .c-t-box .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

#c-curriculum .c-list .c-box1 .c-title {
    font-size: 36px;
    line-height: 46px;
}

#c-curriculum .c-list .c-box1 .c-tag {
    margin-bottom: 25px;
    padding: 10px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 26px;
}

#c-curriculum .c-list .c-box1 .c-text {
    margin-bottom: 45px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-curriculum .c-list .c-box1 .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #333;
    background: #fff;
}

#c-curriculum .c-list .c-box1 .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #333;
}

#c-curriculum .c-list .c-box2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .4s;
}

#c-curriculum .c-list .c-box2 .c-title {
    font-size: 36px;
    writing-mode: tb-rl;
}

#c-curriculum .c-list .c-box2 .c-title span {
    font-weight: bold;
}

#c-curriculum .c-list .c-box2 .c-num {
    padding-top: 80px;
    font-size: 36px;
    color: #999;
}

#c-curriculum .c-list li.active .c-box2 {
    opacity: 0;
}

#c-curriculum .c-list li:nth-child(2) .c-box2 {
    background: rgba(0, 0, 0, .45);
}

#c-curriculum .c-list li:nth-child(3) .c-box2 {
    background: rgba(0, 0, 0, .4);
}

#c-curriculum .c-list li:nth-child(4) .c-box2 {
    background: rgba(0, 0, 0, .35);
}


/* 故事 */

#c-story {
    padding-top: 90px;
    position: relative;
    z-index: 50;
    background: url(http://suzhouyicai.com/images/bg5.jpg)repeat;
}

#c-story .c-common-title {
    height: 520px;
}

#c-story .c-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    top: -300px;
}

#c-story .c-list li {
    border-right: 1px solid transparent;
    transition: .5s;
    flex: 1 0 17.5%;
}

#c-story .c-list li.active {
    flex: 1 0 30%;
}

#c-story .c-list .c-wrap {
    position: relative;
    display: block;
    color: #fff;
}

#c-story .c-list .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#c-story .c-list .c-wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#c-story .c-list .c-box1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 70px 40px 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
}

#c-story .c-list li.active .c-box1 {
    opacity: 1;
}

#c-story .c-list .c-box1 .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #a8f4c2;
}

#c-story .c-list .c-box1 .c-subtitle {
    line-height: 26px;
    opacity: .5;
}

#c-story .c-list .c-box2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 40px 50px;
    width: 100%;
    opacity: 0;
    transition: .5s;
}

#c-story .c-list li.active .c-box2 {
    opacity: 1;
}

#c-story .c-list .c-box2 .c-line {
    margin-bottom: 25px;
    width: 40px;
    border-top: 2px solid rgba(255, 255, 255, .5);
}

#c-story .c-list .c-box2 .c-text {
    height: 52px;
    line-height: 26px;
    color: #fff;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-story .c-list .c-more {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0 40px 76px;
    width: 100%;
    opacity: .7;
    transition: .5s;
}

#c-story .c-list li.active .c-more {
    opacity: 0;
}

#c-story .c-red {
    height: 420px;
    padding-bottom: 120px;
    background: var(--mainColor);
}

#c-story.c-unique .c-red {
    height: auto;
    padding-top: 55px;
    padding-bottom: 0;
    background: transparent;
}

#c-story.c-unique .c-list {
    top: 0;
}

#c-story.c-dt {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
}


/* 关于我们 */

#c-about {
    position: relative;
    z-index: 10;
    padding: 90px 0 370px;
    background: url(http://suzhouyicai.com/images/bg2.jpg)no-repeat center / cover;
}

#c-about .c-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 110px 80px 0;
    text-align: center;
    color: #fff;
}

#c-about .c-list .c-num {
    font-size: 100px;
    line-height: 1;
}

#c-about .c-list .c-text {
    padding-top: 25px;
    line-height: 26px;
    opacity: .5;
}

#c-about .c-common-title {
    color: #fff;
}

#c-about .c-common-title .c-en-title {
    -webkit-text-stroke: 1px #fff;
}


/* 滚动 */

#c-move-box {
    position: relative;
    height: 200vh;
    z-index: 20;
}

#c-move-text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 920;
    opacity: 0;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

#c-move-text li {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#c-move-text .c-title {
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    font-size: 60px;
    line-height: 1.5;
}

#c-move-text .c-text {
    font-size: 20px;
    line-height: 1.5;
}

#c-move-text.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#c-move-text .c-btn {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    font-size: 16px;
    border-radius: 27px;
    color: #fff;
    background: var(--mainColor);
}

#c-move-text .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #fff;
}


/* 视频 */

#c-video .c-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#c-video {
    margin-top: -370px;
    width: 100%;
    height: 860px;
}

#c-video .c-box {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 899;
    width: 100%;
    height: 100%;
    padding: 80px 8.3335% 120px;
    transition: all .5s .3s;
}

#c-video .c-box.active {
    position: fixed;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: 910;
}

#c-video .c-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

#c-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-ab-bg {
    height: 520px;
    background: url(http://suzhouyicai.com/images/bg5.jpg)repeat;
}

#c-about .c-more {
    position: relative;
    display: none;
    height: 12rem;
    overflow: hidden;
}

#c-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-about .c-more {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #333;
    background: #fff;
}

#c-about .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    border: 7px solid transparent;
    border-right: 0;
    border-left: 7px solid #333;
}


/* 团队 */

#c-banner2-box {
    position: relative;
    z-index: 50;
    overflow: hidden;
    /* background: -webkit-linear-gradient(top, #434343, #0c0c0c);
    background: linear-gradient(to bottom, #434343, #0c0c0c); */
    background: #fff url(http://suzhouyicai.com/images/td-jb-bg.jpg)no-repeat center / cover;
}

.c-banner2-bottom {
    position: absolute;
    right: 8.33335%;
    bottom: 100px;
    width: 170px;
    height: 110px;
    border: 2px solid rgba(255, 255, 255, .5);
}

.c-banner2-bottom .swiper-slide {
    z-index: 1!important;
    opacity: 0!important;
}

.c-banner2-bottom .swiper-slide-thumb-active {
    z-index: 2!important;
    opacity: 1!important;
}

.c-banner2-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner2-top {
    height: 930px;
}

.c-banner2-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner2-top .swiper-slide {
    z-index: 1!important;
    opacity: 0!important;
}

.c-banner2-top .swiper-slide-active {
    z-index: 2!important;
    opacity: 1!important;
}

.c-banner2-top .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.c-banner2-top .c-wrap .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 36px;
    line-height: 1;
}

.c-banner2-top .c-wrap .c-t1 {
    padding: 30px 0 80px;
    font-size: 40px;
    line-height: 50px;
}

.c-banner2-top .c-wrap .c-line {
    margin-top: 20px;
    width: 30px;
    height: 2px;
    background: #fff;
}

.c-banner2-top .c-wrap .c-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #a8f4c2;
    opacity: .8;
}

.c-banner2-top .c-wrap .c-title span {
    margin-right: 10px;
    font-size: 36px;
}

.c-banner2-top .c-wrap .c-title i {
    font-style: normal;
}

.c-banner2-top .c-wrap .c-t2 {
    margin: 30px 0;
    max-width: 400px;
    height: 210px;
    line-height: 30px;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
}

.c-banner2-top .c-wrap .c-more {
    display: inline-block;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    opacity: .5;
    transition: .5s;
}

.c-banner2-top .c-wrap .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

.c-banner2-top .c-wrap .c-more:hover {
    opacity: 1;
}

.c-banner2-top .c-pagination {
    position: absolute;
    right: 8.33335%;
    top: 200px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 1;
    color: #686868;
}

.c-banner2-top .c-pagination .c-p1 {
    font-size: 60px;
    color: #fff;
}

.c-banner2-top .c-arrows {
    position: absolute;
    right: 8.33335%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-banner2-top .c-prev {
    width: 64px;
    height: 64px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    cursor: pointer;
    transition: .5s;
}

.c-banner2-top .c-prev {
    background-image: url(http://suzhouyicai.com/images/prev.png);
}

.c-banner2-top .c-next {
    background-image: url(http://suzhouyicai.com/images/next.png);
}

.loading {
    width: 64px;
    height: 64px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    cursor: pointer;
    transition: .5s;
}

.loading:hover {
    background-color: var(--mainColor);
}

.c-banner2-top .c-prev:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.loading .left,
.loading .right {
    width: 32px;
    height: 64px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}

.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}

.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 32px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 32px 0 0 32px;
    border-right: 0;
}

.loading:hover .left:after,
.loading:hover .right:after {
    border-color: var(--mainColor);
}

.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 32px 32px 0;
    border: 2px solid #fff;
    border-left: 0;
}

.loading.active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: spin-left;
}

.loading.active .right:after {
    transform-origin: left center;
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right;
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* 公司简介 */

#c-about2 {
    padding-top: 70px;
}

#c-about2 .c-text-box {
    padding: 35px 0;
    /* border-bottom: 1px solid #ccc; */
   
}

#c-about2 .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
    color: var(--mainColor);
}

#c-about2 .c-text-box .c-text {
    margin: 25px auto;
    height: 108px;
    line-height: 36px;
    color: #666;
    overflow: hidden;font-size: 16px; width: 80%
}

#c-about2 .c-text-box .c-btn {font-size: 20px;
    display: inline-block;
    line-height: 26px;
    color: var(--mainColor);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-about2 .c-text-box .c-btn i {
    margin-left: 10px;
}

#c-about2 .c-text-box .c-btn.on i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-about2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 80px 0;
    text-align: center;
}

#c-about2 .c-list .c-num {
    font-size: 72px;
    line-height: 1;
}

#c-about2 .c-list .c-text {
    padding-top: 25px;
    line-height: 26px;
    color: #666;
}


/* 视频 */

#c-video2 .c-box {
    padding: 80px 8.3335% 120px;
    transition: all .5s;
}

#c-video2 .c-box .c-wrap {
    position: relative;
}

#c-video2 .c-box .c-wrap .c-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#c-video2 .c-box .c-wrap .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-video2 .c-box .c-wrap .c-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3) url(http://suzhouyicai.com/images/play2.png)no-repeat center / 100px auto;
}

#c-video2 video {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
#c-video2 iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);  height: 800px;
}


/* 教学理念  */

#c-philosophy {
    padding: 90px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; 
}

#c-philosophy .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -20px;
    padding-top: 55px;
}

#c-philosophy .c-list li {
    padding: 0 20px;
    width: 33.333333%;
}

#c-philosophy .c-list .c-wrap {
    position: relative;
    padding: 100px 60px 150px;
    text-align: center;
    color: #fff;
    transition: .5s;
}

#c-philosophy .c-list li:nth-child(1) .c-wrap {
    background: rgba(29, 146, 68, .75);
}

#c-philosophy .c-list li:nth-child(2) .c-wrap {
    background: rgba(51, 51, 51, .75);
}

#c-philosophy .c-list li:nth-child(3) .c-wrap {
    background: rgba(29, 146, 68, .75);
}

#c-philosophy .c-list .c-wrap:hover {
    background: var(--mainColor) !important;
}

#c-philosophy .c-list .c-wrap .c-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

#c-philosophy .c-list .c-wrap .c-text {
    line-height: 30px;font-size: 18px
}

#c-philosophy .c-list .c-wrap .c-num {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    font-size: 36px;
    line-height: 1;
    opacity: .1;
}


/* 教学环境 */

#c-environment {
    padding-top: 120px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-banner3 {
    padding: 60px 0 80px;
}

.c-banner3 .swiper-slide {
    overflow: hidden;
}

.c-banner3 img {
    width: 100%;
    height: 4.16rem;
    object-fit: cover;
    transition: 1s;
}

.c-banner3 img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.c-banner3 .swiper-pagination {
    bottom: 0;
}

.c-banner3 .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 14px;
    height: 14px;
    opacity: .3;
}

.c-banner3 .swiper-pagination-bullet-active {
    background: var(--mainColor);
    opacity: 1;
}


/* 底部链接 */

#c-link {
    padding: 100px 0;
}

#c-link .c-list {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-link .c-list li {
    padding: 0 20px;
    width: 33.333%;
}

#c-link .c-list a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    font-size: 24px;
    line-height: 90px;
    font-weight: bold;
    color: #fff;
    background: var(--mainColor);
}

#c-link .c-list a span {
    display: inline-block;
    transition: .5s;
}

#c-link .c-list a i {
    font-style: normal;
    display: inline-block;
    transition: .5s;
    animation: textMove 1.5s linear infinite;
    -webkit-animation: textMove 1.5s linear infinite;
}


/* #c-link .c-list a:hover span,
#c-link .c-list a:hover i {
    color: var(--mainColor);
} */

@-webkit-keyframes textMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes textMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* 登顶荣誉 */

#c-honor {
    position: relative;
    padding: 90px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#c-honor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 146, 68, .95);
}

#c-honor .c-container {
    z-index: 2;
}

#c-honor .c-common-title2 .c-en-title {
    color: #fff;
}

#c-honor .c-common-title2 .c-line {
    border-color: #fff;
}

.c-banner4-top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.c-banner4-top .swiper-slide {
    padding: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; padding-bottom: 30px
}

.c-banner4-top .c-num {
    margin-top: -40px;
    padding-right: 50px;
    width: 50%;
    font-size: 250px;
    line-height: 1;
    text-align: right;
}

.c-banner4-top .c-text {
    padding-left: 50px;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
}

.c-banner4-top .c-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-top: -90px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.c-banner4-top .c-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -90px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.c-banner4-top .c-next p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 80px;
    padding-right: 50px;
}

.c-banner4-top .c-prev p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 80px;
    padding-left: 50px;
}

.c-banner4-top .c-next.swiper-button-disabled,
.c-banner4-top .c-prev.swiper-button-disabled {
    display: none;
}

.c-banner4-bottom {
    margin: -2px 120px 0;
    text-align: center;
}

.c-banner4-bottom .swiper-wrapper {
    display: flex;
}

.c-banner4-bottom .swiper-slide {
    width: 120px;
    margin-right: 50px;
    padding-top: 25px;
    border-top: 3px solid transparent;
    line-height: 26px;
    cursor: pointer;
    transition: .3s;
}

.c-banner4-bottom .swiper-slide-thumb-active {
    border-color: #fff;
}


/* 课程 */

#c-curriculum2 {
    padding-top: 120px;
}

#c-curriculum2 .c-top-title {
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

#c-curriculum2 .c-list li {
    margin-bottom: 40px;
}

#c-curriculum2 .c-list li:last-child {
    margin-bottom: 0;
}

#c-curriculum2 .c-list .c-wrap {
    position: relative;
    display: block;
    color: #fff;
    transition: .5s;
}

#c-curriculum2 .c-list li:nth-child(1) .c-wrap {
    background-color: rgba(0, 0, 0, .55);
}

#c-curriculum2 .c-list li:nth-child(2) .c-wrap {
    background-color: rgba(0, 0, 0, .5);
}

#c-curriculum2 .c-list li:nth-child(3) .c-wrap {
    background-color: rgba(0, 0, 0, .45);
}

#c-curriculum2 .c-list li:nth-child(4) .c-wrap {
    background-color: rgba(0, 0, 0, .4);
}

#c-curriculum2 .c-list li:nth-child(5) .c-wrap {
    background-color: rgba(0, 0, 0, .35);
}

#c-curriculum2 .c-list li:nth-child(6) .c-wrap {
    background-color: rgba(0, 0, 0, .3);
}

#c-curriculum2 .c-list li:nth-child(7) .c-wrap {
    background-color: rgba(0, 0, 0, .25);
}

#c-curriculum2 .c-list li:nth-child(8) .c-wrap {
    background-color: rgba(0, 0, 0, .2);
}

#c-curriculum2 .c-list .c-wrap .c-img-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

#c-curriculum2 .c-list .c-wrap .c-img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95) !important;
}

#c-curriculum2 .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-curriculum2 .c-list .c-wrap:hover .c-img-box {
    opacity: 1;
}

#c-curriculum2 .c-list .c-wrap .c-box {
    position: relative;
    z-index: 2;
    padding: 90px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-curriculum2 .c-list .c-left-box {
    padding-left: 80px;
    width: 50%;
}

#c-curriculum2 .c-list .c-left-box .c-title {
    font-size: 72px;
    line-height: 82px;
}

#c-curriculum2 .c-list .c-left-box .c-text {
    padding: 25px 0 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #a8f4c2;
}

#c-curriculum2 .c-list .c-left-box .c-line {
    margin-bottom: 80px;
    width: 40px;
    border-top: 2px solid #fff;
    opacity: .5;
}

#c-curriculum2 .c-list .c-left-box .c-num {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    opacity: .5;
}

#c-curriculum2 .c-list .c-right-box {
    padding: 0 65px;
    width: 50%;
}

#c-curriculum2 .c-list .c-right-box .c-title {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 24px;
    line-height: 34px;
}

#c-curriculum2 .c-list .c-right-box .c-text {
    margin-bottom: 40px;
    height: 52px;
    line-height: 26px;
    opacity: .7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-curriculum2 .c-list .c-right-box .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: var(--mainColor);
    transition: all .5s;
}

#c-curriculum2 .c-list .c-right-box .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #fff;
    transition: all .5s;
}

#c-curriculum2 .c-list .c-wrap:hover .c-right-box .c-btn {
    color: #333;
    background: #fff;
}

#c-curriculum2 .c-list .c-wrap:hover .c-right-box .c-btn::after {
    border-left: 8px solid #333;
}


/* 课程详情 */

#c-curriculum3 {
    padding: 100px 0;
}

#c-curriculum3 .c-list1 {
    margin: 0 -15px;
    padding: 50px 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-curriculum3 .c-list1 li {
    padding: 0 15px;
    width: 14.2857%;
}

#c-curriculum3 .c-list1 .c-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    font-weight: bold;
    font-size: 36px;
    writing-mode: tb-rl;
    letter-spacing: 10px;
    color: #fff;
    transition: .5s;
}

#c-curriculum3 .c-list1 li:nth-child(1) .c-wrap {
    background: rgba(0, 0, 0, .75);
}

#c-curriculum3 .c-list1 li:nth-child(2) .c-wrap {
    background: rgba(0, 0, 0, .7);
}

#c-curriculum3 .c-list1 li:nth-child(3) .c-wrap {
    background: rgba(0, 0, 0, .65);
}

#c-curriculum3 .c-list1 li:nth-child(4) .c-wrap {
    background: rgba(0, 0, 0, .6);
}

#c-curriculum3 .c-list1 li:nth-child(5) .c-wrap {
    background: rgba(0, 0, 0, .55);
}

#c-curriculum3 .c-list1 li:nth-child(6) .c-wrap {
    background: rgba(0, 0, 0, .5);
}

#c-curriculum3 .c-list1 li:nth-child(7) .c-wrap {
    background: rgba(0, 0, 0, .45);
}

#c-curriculum3 .c-list1 li:nth-child(8) .c-wrap {
    background: rgba(0, 0, 0, .4);
}

#c-curriculum3 .c-list1 .c-wrap:hover {
    background: var(--mainColor) !important;
}

#c-curriculum3 .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 60px;
}

#c-curriculum3 .c-list2 li {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: var(--mainColor);
}

#c-curriculum3 .c-list2 .c-text {
    font-weight: bold;
    padding-top: 15px;
}

#c-curriculum3 .c-list2 .c-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border: 2px solid var(--mainColor);
    border-radius: 50%;
    transition: .5s;
}

#c-curriculum3 .c-list2 .c-img-box img {
    width: 30px;
}

#c-curriculum3 .c-list2 .c-img-box img:nth-child(2),
#c-curriculum3 .c-list2 li:hover .c-img-box img:nth-child(1) {
    display: none;
}

#c-curriculum3 .c-list2 li:hover .c-img-box img:nth-child(2) {
    display: inline-block;
}

#c-curriculum3 .c-list2 li:hover .c-img-box {
    background: var(--mainColor);
}
#c-curriculum3 .c-list3{ padding-top: 40px} 
#c-curriculum3 .c-list3 li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: flex-start;
}

#c-curriculum3 .c-list3 li:last-child {
    margin-bottom: 0;
}

#c-curriculum3 .c-list3 li:nth-child(even) {
    flex-direction: row-reverse;
}

#c-curriculum3 .c-list3 .c-img-box {
    border-right: 30px solid transparent;
    height: 5.5rem;
    width: 60%;
    overflow: hidden;
}

#c-curriculum3 .c-list3 li:nth-child(even) .c-img-box {
    border-right: 0;
    border-left: 30px solid transparent;
}

#c-curriculum3 .c-list3 .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-curriculum3 .c-list3 .c-img-box:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-curriculum3 .c-list3 .c-text-box {
    display: flex;
    align-items: center;
    padding: 0 50px;
    width: 40%;
    background: #fff;
    transition: all .5s;
}

#c-curriculum3 .c-list3 .c-text-box .c-en-title {
    font-size: 30px;
    line-height: 40px;
    color: #999;
    transition: .5s;
}

#c-curriculum3 .c-list3 .c-text-box .c-line {
    margin: 10px 0 25px;
    width: 20px;
    border-top: 2px solid #ddd;
}

#c-curriculum3 .c-list3 .c-text-box .c-title {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 46px;
}

#c-curriculum3 .c-list3 .c-text-box .c-text {
    font-size: 18px;
    line-height: 28px;
}

#c-curriculum3 .c-list3 .c-text-box:hover {
    color: #fff;
    background: var(--mainColor);
}

#c-curriculum3 .c-list3 .c-text-box:hover .c-en-title {
    color: #a8f4c2;
}

#c-curriculum3 .c-video {
    padding-top: 30px;
}

#c-curriculum3 .c-video video {
    width: 100%;
    object-fit: cover;
}

#c-curriculum3 .c-list4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
    margin-top: 55px;
    overflow: hidden;
}

#c-curriculum3 .c-list4 li {
    padding: 0 15px 30px;
    width: 33.3333%;
}

#c-curriculum3 .c-list4 .c-wrap {
    display: block;
    color: #333;
    background: #fff;
    transition: .5s;
}

#c-curriculum3 .c-list4 .c-text-box {
    padding: 60px 30px;
    background: url(http://suzhouyicai.com/images/bg6.png)no-repeat center bottom / cover;
}

#c-curriculum3 .c-list4 .c-en-title {
    font-size: 30px;
    line-height: 40px;
    transition: .5s;
}

#c-curriculum3 .c-list4 .c-wrap:hover .c-en-title {
    color: #a8f4c2;
}

#c-curriculum3 .c-list4 .c-line {
    margin: 15px 0;
    width: 20px;
    border-top: 2px solid #ddd;
}

#c-curriculum3 .c-list4 .c-title {
    font-size: 24px;
    line-height: 34px;
}

#c-curriculum3 .c-list4 .c-text {
    margin: 20px 0 35px;
    line-height: 26px;
    color: #666;
    transition: .5s;
}

#c-curriculum3 .c-list4 .c-box {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

#c-curriculum3 .c-list4 .c-box .c-lt {
    width: 80px;
    line-height: 28px;
}

#c-curriculum3 .c-list4 .c-box .c-gt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

#c-curriculum3 .c-list4 .c-box .c-gt p {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    min-width: 72px;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    transition: .5s;
}

#c-curriculum3 .c-list4 .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: var(--mainColor);
    transition: all .5s;
}

#c-curriculum3 .c-list4 .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #fff;
    transition: all .5s;
}

#c-curriculum3 .c-list4 .c-wrap:hover .c-btn {
    color: var(--mainColor);
    background: #fff;
}

#c-curriculum3 .c-list4 .c-wrap:hover .c-btn::after {
    border-left: 8px solid var(--mainColor);
}

#c-curriculum3 .c-list4 .c-wrap:hover {
    color: #fff;
    background: var(--mainColor);
}

#c-curriculum3 .c-list4 .c-wrap:hover .c-text {
    opacity: .7;
    color: #fff;
}

#c-curriculum3 .c-list4 .c-wrap:hover .c-box .c-gt p {
    color: #fff;
    border-color: #fff;
}

#c-curriculum3 .c-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 120px;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: var(--mainColor);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-curriculum3 .c-more-btn::after {
    content: "";
    display: inline-block;
    margin-top: 8px;
    margin-left: 20px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
}

#c-curriculum3 .c-more-btn p:nth-child(2),
#c-curriculum3 .c-more-btn.on p:nth-child(1) {
    display: none;
}

#c-curriculum3 .c-more-btn.on p:nth-child(2) {
    display: block;
}

#c-curriculum3 .c-more-btn.on::after {
    margin-top: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* 学员成长日志 */

#c-journal {
    padding: 100px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-journal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95);
}

#c-journal .c-container {
    z-index: 3;
}

#c-journal .c-common-title2,
#c-journal .c-common-title2 .c-en-title {
    color: #fff;
}

#c-journal .c-common-title2 .c-line {
    border-color: #fff;
}

#c-journal .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 55px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#c-journal .c-list li {
    padding: 40px 0;
    width: 46.25%;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

#c-journal .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-journal .c-list .c-wrap .c-img-box {
    width: 27%;
    height: 1.2rem;
    overflow: hidden;
}

#c-journal .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-journal .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-journal .c-list .c-wrap .c-text-box {
    padding-right: 60px;
    width: 73%;
    color: #fff;
}

#c-journal .c-list .c-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
}

#c-journal .c-list .c-wrap .c-text-box .c-text {
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-journal .c-btn {
    display: block;
    margin: 0 auto;
    width: 100px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

#c-journal .c-btn:hover {
    text-decoration: underline;
}


/* 良师益友 */

#c-team {
    padding-bottom: 55px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
    background: linear-gradient(to top, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
}

#c-team.c-dt2 {
    padding-top: 120px;
}


/* 预约免费试听课 */

#c-reserve {
    padding-top: 120px;
}

#c-reserve form {
    position: relative;
    margin-top: 55px;
    padding: 90px 220px;
    color: #666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-reserve form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95);
}

#c-reserve form .c-box {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-reserve form .c-item {
    padding: 0 10px 60px;
    width: 50%;
    font-size: 14px;
}

#c-reserve form input {
    padding: 0 20px;
    width: 100%;
    height: 54px;
    border-radius: 10px;
    background: #fff;
}

#c-reserve form select {
    padding: 0 20px;
    width: 100%;
    height: 54px;
    border-radius: 10px;
    background: #fff;
}

#c-reserve form button {
    display: block;
    margin: -20px auto 0;
    padding-left: 78px;
    width: 198px;
    height: 54px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: var(--mainColor);
    background: #fff url(http://suzhouyicai.com/images/yy-ico.png)no-repeat left 40px center / 24px auto;
    cursor: pointer;
}

#c-reserve form #time {
    padding-right: 54px;
    background: #fff url(http://suzhouyicai.com/images/sj-ico.png)no-repeat right 20px center / 14px auto;
}

#c-reserve form #curriculum {
    padding-right: 54px;
    background: #fff url(http://suzhouyicai.com/images/sj-ico.png)no-repeat right 20px center / 14px auto;
}

#c-reserve.c-dt {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
}


/* 老师简介 */

#c-teacher {
    position: relative;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-teacher::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95);
}

#c-teacher .c-container {
    z-index: 3;
}

#c-teacher .c-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    background: rgba(0, 0, 0, .2);
}

#c-teacher .c-img-box {
    position: relative;
    width: 50%;
    height: 4.38rem;
    min-height: 438px;
    border-right: 80px solid transparent;
    overflow: hidden;
}

#c-teacher .c-img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(http://suzhouyicai.com/images/td-jb-bg.jpg) no-repeat center bottom / cover;
}

#c-teacher .c-img-box img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-teacher .c-text-box {
    padding-right: 80px;
    width: 50%;
    color: #fff;
}

#c-teacher .c-text-box .c-title-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#c-teacher .c-text-box .c-title-box .c-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}

#c-teacher .c-text-box .c-title-box .c-text {
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

#c-teacher .c-text-box .c-text2 {
    margin-bottom: 45px;
    line-height: 1.8;
}

#c-teacher .c-text-box .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: var(--mainColor);
    background: #fff;
}

#c-teacher .c-text-box .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid var(--mainColor);
}


/* 顶部定位 */

#c-site {
    padding: 35px 0;
    line-height: 26px;
    color: #fff;
}

#c-site a {
    color: #fff;
}

#c-site a:hover {
    text-decoration: underline;
}

#c-site.c-dt {
    border-bottom: 1px solid #ccc;
}

#c-site.c-dt a,
#c-site.c-dt {
    color: #666;
}


/* 老师详情 */

#c-common-box {
    padding: 80px 0 120px;
}

#c-common-box .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-common-box .c-left-box {
    width: 75%;
}

#c-common-box .c-left-box .c-big-title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

#c-common-box .c-left-box .c-list li {
    margin-bottom: 30px;
}

#c-common-box .c-left-box .c-list li:last-child {
    margin-bottom: 0;
}

#c-common-box .c-left-box .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #333;
}

#c-common-box .c-left-box .c-wrap .c-img-box {
    width: 33.33%;
    height: 2.4rem;
    overflow: hidden;
}

#c-common-box .c-left-box .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-common-box .c-left-box .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box .c-left-box .c-wrap .c-text-box {
    padding: 0 40px;
    width: 66.67%;
}

#c-common-box .c-left-box .c-wrap .c-text-box .c-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

#c-common-box .c-left-box .c-wrap .c-text-box .c-text {
    margin: 15px 0 25px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
}

#c-common-box .c-left-box .c-wrap .c-text-box .c-more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: 26px;
}

#c-common-box .c-left-box .c-wrap .c-text-box .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    border: 7px solid transparent;
    border-left: 7px solid #333;
}

#c-common-box .c-left-box .c-wrap:hover .c-text-box .c-more {
    color: var(--mainColor);
}

#c-common-box .c-left-box .c-wrap:hover .c-text-box .c-more::after {
    border-left: 7px solid var(--mainColor);
}

#c-common-box .c-left-box .c-load {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0;
    width: 100px;
    color: var(--mainColor);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-common-box .c-left-box .c-load img {
    margin-right: 10px;
    width: 20px;
    animation: load 1.5s linear infinite;
    -webkit-animation: load 1.5s linear infinite;
}

#c-common-box .c-right-box {
    position: sticky;
    top: 100px;
    width: 21.25%;
}

#c-common-box .c-right-box .c-big-title {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

#c-common-box .c-right-box .c-list li {
    margin-bottom: 20px;
}

#c-common-box .c-right-box .c-list li:last-child {
    margin-bottom: 0;
}

#c-common-box .c-right-box .c-wrap {
    display: flex;
    align-items: center;
}

#c-common-box .c-right-box .c-wrap .c-img-box {
    position: relative;
    width: 55%;
    height: 1.2rem;
    min-height: 120px;
    background: url(http://suzhouyicai.com/images/td-jb-bg.jpg) no-repeat center bottom / cover;
}

#c-common-box .c-right-box .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-common-box .c-right-box .c-wrap .c-text-box {
    padding-left: 20px;
    width: 45%;
}

#c-common-box .c-right-box .c-wrap .c-text-box .c-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

#c-common-box .c-right-box .c-wrap .c-text-box .c-text {
    line-height: 26px;
    color: #666;
}

#c-common-box.c-dt .c-container {
    flex-direction: row-reverse;
}

#c-common-box.c-dt .c-list2 li {
    margin-bottom: 20px;
}

#c-common-box.c-dt .c-list2 li:last-child {
    margin-bottom: 0;
}

#c-common-box.c-dt .c-list2 .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px 0 20px;
    height: 72px;
    color: #333;
    background: rgba(0, 0, 0, .1) url(http://suzhouyicai.com/images/jt1.png)no-repeat right -20px center / 20px auto;
    transition: all .5s;
}

#c-common-box.c-dt .c-list2 .c-wrap .c-title {
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
}

#c-common-box.c-dt .c-list2 .c-wrap .c-text {
    line-height: 26px;
}

#c-common-box.c-dt .c-list2 .c-wrap:hover,
#c-common-box.c-dt .c-list2 li.on .c-wrap {
    color: #fff;
    background-color: var(--mainColor);
    background-position: right 20px center;
}

#c-common-box.c-dt .c-left-box .c-big-title {
    color: var(--mainColor);
}

.c-common-more-btn {
    margin: 0 auto;
    display: block;
    width: 120px;
    line-height: 50px;
    border-radius: 26px;
    text-align: center;
    color: #fff;
    background: var(--mainColor);
    border: 1px solid var(--mainColor);
    transition: all .5s;
}

.c-common-more-btn:hover {
    color: var(--mainColor);
    background: transparent;
}


/* 老师 */

#c-teacher3 {
    padding: 120px 0 55px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
    background: linear-gradient(to top, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
}


/* 团队 */

#c-banner5-box {
    position: relative;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #434343, #0c0c0c);
    background: linear-gradient(to bottom, #434343, #0c0c0c);
}

.c-banner5-bottom {
    position: absolute;
    right: 8.33335%;
    top: 50%;
    width: 170px;
    height: 528px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-banner5-bottom .swiper-slide {
    border: 2px solid rgba(255, 255, 255, .5);
    overflow: hidden;
}

.c-banner5-bottom .swiper-slide-thumb-active {
    border-color: var(--mainColor);
}

.c-banner5-bottom img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.c-banner5-top {
    height: 930px;
}

.c-banner5-top .swiper-slide {
    opacity: 0 !important;
    z-index: 1 !important;
}

.c-banner5-top .swiper-slide-active {
    opacity: 1 !important;
    z-index: 2 !important;
}

.c-banner5-top .c-container {
    padding-bottom: 260px;
}

.c-banner5-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner5-top .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.c-banner5-top .c-wrap .c-en-title {
    font-size: 48px;
    line-height: 1;
}

.c-banner5-top .c-wrap .c-t1 {
    padding: 30px 0 80px;
    font-size: 36px;
    line-height: 46px;
}

.c-banner5-top .c-wrap .c-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    line-height: 1;
    color: #a8f4c2;
    opacity: .8;
}

.c-banner5-top .c-wrap .c-title span {
    margin-right: 10px;
    font-size: 36px;
}

.c-banner5-top .c-wrap .c-title i {
    font-style: normal;
}

.c-banner5-top .c-wrap .c-t2 {
    margin: 30px 0;
    max-width: 400px;
    height: 90px;
    line-height: 30px;
    opacity: .3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.c-banner5-top .c-wrap .c-more {
    display: inline-block;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    opacity: .5;
    transition: .5s;
}

.c-banner5-top .c-wrap .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}

.c-banner5-top .c-wrap .c-more:hover {
    opacity: 1;
}

.c-banner5-top .c-pagination {
    position: absolute;
    right: 8.33335%;
    top: 200px;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 1;
    color: #686868;
}

.c-banner5-top .c-pagination .c-p1 {
    font-size: 60px;
    color: #fff;
}

.c-banner5-top .c-arrows {
    position: absolute;
    left: 8.33335%;
    top: 50%;
    top: -webkit-calc(50% + 200px);
    top: calc(50% + 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-banner5-top .c-prev {
    width: 64px;
    height: 64px;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    cursor: pointer;
    transition: .5s;
}

.c-banner5-top .c-prev {
    background-image: url(http://suzhouyicai.com/images/prev.png);
}

.c-banner5-top .c-next {
    background-image: url(http://suzhouyicai.com/images/next.png);
}

.c-banner5-top .c-prev:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.c-banner5-top .swiper-pagination-bullet {
    background-color: #fff;
}

.c-banner5-top .swiper-pagination-bullet-active {
    background-color: var(--mainColor);
}


/* 作品列表 */

#c-works {
    padding: 0 0 120px;
}

#c-works .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
}

#c-works .c-list li {
    padding: 60px 15px 0;
    width: 25%;
}

#c-works .c-list .c-wrap {
    display: block;
}

#c-works .c-list .c-wrap .c-img-box {
    position: relative;
    height: 6rem;
    overflow: hidden;
}

#c-works .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-works .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-works .c-list .c-wrap .c-img-box .c-more {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(180, 39, 73, .95) url(http://suzhouyicai.com/images/more.png)no-repeat center / 22px auto;
    transition: .5s;
}

#c-works .c-list .c-wrap:hover .c-img-box .c-more {
    opacity: 1;
}

#c-works .c-list .c-wrap .c-title {
    padding: 25px 0 5px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    transition: .5s;
}

#c-works .c-list .c-wrap:hover .c-title {
    color: var(--mainColor);
}

#c-works .c-list .c-wrap .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

#c-works.c-dt {
    padding: 120px 0 0;
}

#c-works .c-common-more-btn {
    margin-top: 50px;
}


/* 联系我们 */

#c-contact {
    padding-top: 120px;
}

#c-contact .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

#c-contact .c-map-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#c-contact .c-text-box {
    padding: 30px 60px;
    width: 50%;
    background: #fff;
}

#c-contact .c-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

#c-contact .c-list li:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 0;
}

#c-contact .c-list .c-text {
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    color: var(--mainColor);
    background: url(http://suzhouyicai.com/images/phone2.png)no-repeat left center / auto 20px;
}

#c-contact .c-list .c-text.c-dt {
    background-image: url(http://suzhouyicai.com/images/dz.png);
}

#c-contact .c-list .c-phone {
    padding-top: 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
}

#c-contact .c-list .c-phone span {
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
}

#c-contact .c-list .c-site {
    padding-top: 10px;
    font-size: 18px;
    line-height: 28px;
}

#c-contact .c-list .c-img {
    padding: 0 5px;
}

#c-contact .c-list .c-img img {
    width: 100%;
}

#c-contact .c-list .c-img .c-text2 {
    padding-top: 5px;
    line-height: 26px;
    text-align: center;
    color: #666;
}


/* 详情 */

#c-story2 {
    padding: 80px 0 120px;
}

#c-story2 .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-story2 .c-left {
    width: 66.25%;
}

#c-story2 .c-left .c-title-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

#c-story2 .c-left .c-title-box .c-title {
    font-size: 48px;
    line-height: 58px;
}

#c-story2 .c-left .c-title-box .c-box {
    display: flex;
    align-items: center;
    padding: 20px 0 40px;
    color: #666;
    line-height: 26px;
}

#c-story2 .c-left .c-title-box .c-box .c-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

#c-story2 .c-left .c-title-box .c-box .c-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-story2 .c-left .c-title-box .c-box .c-name {
    padding: 0 50px 0 10px;
}

#c-story2 .c-left .c-text-box {
    line-height: 2;
    color: #666;
}

#c-story2 .c-left .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-story2 .c-right {
    position: sticky;
    top: 0;
    padding-top: 100px;
    width: 25%;
}

#c-story2 .c-right .c-title {
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
}

#c-story2 .c-right .c-list {
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#c-story2 .c-right .c-list li {
    margin-bottom: 20px;
}

#c-story2 .c-right .c-list li:last-child {
    margin-bottom: 0;
}

#c-story2 .c-right .c-list .c-wrap {
    display: flex;
    align-items: center;
}

#c-story2 .c-right .c-list .c-img-box {
    width: 35%;
    height: 1.1rem;
    overflow: hidden;
}

#c-story2 .c-right .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-story2 .c-right .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-story2 .c-right .c-list .c-text-box {
    padding-left: 20px;
    width: 65%;
}

#c-story2 .c-right .c-list .c-text-box .c-time {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

#c-story2 .c-right .c-list .c-text-box .c-title2 {
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: .5s;
}

#c-story2 .c-right .c-list .c-wrap:hover .c-text-box .c-title2 {
    color: var(--mainColor);
}

#c-story2 .c-right .c-link .next {
    margin-bottom: 10px;
}

#c-story2 .c-right .c-link a {
    color: #333;
    transition: .5s;
}

#c-story2 .c-right .c-link p:first-child {
    margin-bottom: 10px;
}

#c-story2 .c-right .c-link p:last-child a {
    color: var(--mainColor);
}

#c-story2 .c-right .c-link a:hover {
    color: var(--mainColor);
}


/* 线上课程 */

#c-curriculum4 {
    padding: 60px 0 120px;
}

#c-curriculum4 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-curriculum4 .c-list li {
    margin-bottom: 40px;
    padding: 0 15px;
    width: 33.333333%;
}

#c-curriculum4 .c-list .c-wrap {
    cursor: pointer;
}

#c-curriculum4 .c-list .c-wrap .c-img-box {
    position: relative;
    height: 3.2rem;
    overflow: hidden;
}

#c-curriculum4 .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-curriculum4 .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-curriculum4 .c-list .c-wrap .c-img-box .c-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55) url(http://suzhouyicai.com/images/play.png) no-repeat center / 54px auto;
}

#c-curriculum4 .c-list .c-wrap .c-text-box .c-title {
    padding: 25px 0 5px;
    font-size: 20px;
    line-height: 30px;
    color: var(--mainColor);
}

#c-curriculum4 .c-list .c-wrap .c-text-box .c-text1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 26px;
    color: #666;
}

#c-curriculum4 .c-list .c-wrap .c-text-box .c-text1 p {
    padding-right: 15px;
    width: 33.333333%;
}

#c-curriculum4 .c-list .c-wrap .c-text-box .c-text1 p:last-child {
    padding: 0;
}

#c-curriculum4 .c-list .c-wrap .c-text-box .c-text2 {
    height: 52px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


/* 弹出视屏 */

#c-pop-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#c-pop-video .c-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-pop-video .c-wrap .c-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--mainColor) url(http://suzhouyicai.com/images/close.png)no-repeat center / 20px;
    cursor: pointer;
}

#c-pop-video .c-wrap video {
    max-width: 80vw;
    max-height: 80vh;
}


/* 活动类型 */

#c-main-content {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(122, 97, 97, 0) 60%);
}

#c-activity {
    padding-top: 80px; width: 70%; margin: 0 auto
}

#c-activity .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 55px 0px 0px;  
}

#c-activity .c-list li {
    margin-bottom: 0px;
    padding: 0 15px;
}

#c-activity .c-list .c-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #d8d8d8;
    overflow: hidden;
    transition: .5s;
}

#c-activity .c-list .c-ico img {
    max-width: 50px;
    max-height: 50px;
}

#c-activity .c-list .c-ico img:nth-child(2) {
    display: none;
}

#c-activity .c-list li:hover .c-ico {
    background: var(--mainColor);
}

#c-activity .c-list li:hover .c-ico img:nth-child(1) {
    display: none;
}

#c-activity .c-list li:hover .c-ico img:nth-child(2) {
    display: block;
}

#c-activity .c-list .c-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.c-banner6-top {
    z-index: 10;
    margin-bottom: -16px;
    padding-bottom: 16px;
}

.c-banner6-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 142px;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.c-banner6-top .swiper-slide .c-title {
    font-size: 36px;
    line-height: 46px;
}

.c-banner6-top .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    border-top: 16px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transition: .5s;
}

.c-banner6-top .swiper-slide-thumb-active {
    background: var(--mainColor);
}

.c-banner6-top .swiper-slide-thumb-active::before {
    border-top: 16px solid var(--mainColor);
}

.c-banner6-bottom {
    background: #fff;
}

.c-banner6-bottom>.swiper-wrapper>.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 80px;
}

.c-banner6-bottom .c-img-box {
    width: 43%;
}

.c-banner6-bottom .c-text-box {
    padding-left: 80px;
    width: 57%;
}

.c-banner6-bottom .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
}

.c-banner6-bottom .c-text-box .c-text {
    padding: 30px 0;
    line-height: 2;
    color: #666;
}

.c-banner6-bottom .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: var(--mainColor);
}

.c-banner6-bottom .c-btn::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-right: 0;
    border-left: 8px solid #fff;
}

.c-banner6-bottom .swiper-slide {
    opacity: 0 !important;
    z-index: 1;
}

.c-banner6-bottom .swiper-slide-active {
    z-index: 2;
    opacity: 1 !important;
}

.c-banner7 .swiper-slide {
    overflow: hidden;
}

.c-banner7 .swiper-slide img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
}

.c-banner7 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

.c-banner7 .swiper-pagination-bullet-active {
    background: var(--mainColor);
}


/* 活动风采 */

#c-activity2 {
    padding: 100px 0;
}

#c-activity2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 55px -15px -30px;
}

#c-activity2 .c-list li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.333333%;
}

#c-activity2 .c-list .c-img {
    height: 3.52rem;
    overflow: hidden;
}

#c-activity2 .c-list .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-activity2 .c-list .c-img:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* 战绩 */

.c-common-box1 {
    padding: 100px 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .16) 0px, rgba(0, 0, 0, 0) 150px);
    background: linear-gradient(to top, rgba(0, 0, 0, .16) 0px, rgba(0, 0, 0, 0) 150px);
}

.c-common-box1.c-dt {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .16) 0px, rgba(0, 0, 0, 0) 150px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .16) 0px, rgba(0, 0, 0, 0) 150px);
}

.c-common-box1 .c-container {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.c-common-box1 .c-left {
    width: 50%;
    position: relative; margin-left: 5%
}

.c-common-box1 .c-left .c-title {
    margin: 0 auto;
    max-width: 410px;
    font-family: "宋体";
    font-weight: bolder;
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    color: var(--mainColor);
}

.c-common-box1 .c-left .c-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-weight: bold;
    font-family: 'webfont', 'SimSun';
    font-weight: normal;
    font-size: 150px;
    line-height: 1;
    color: #000;
    opacity: .1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-common-box1 .c-right {
    width: 44%;border:10px solid #f2f2f2; padding: 86px 2% 
}

.c-common-box1 .c-right .c-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: var(--mainColor);
}

.c-common-box1 .c-right .c-list {
    margin: 0 -10px -20px;
    padding-top: 0px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.c-common-box1 .c-right .c-list li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 28px;
    line-height: 30px; font-weight: bold; display: block;font-family: 'webfont', 'SimSun';color:#444
}

.c-common-box1 .c-right .c-list.c-dt li {
    width: 100%;
}

.c-common-box1 .c-right .c-list li span {
    color: var(--mainColor);font-weight: normal;font-size: 18px; padding-left: 10px; line-height: 30px; display: inline-block;font-family: "微软雅黑";
}


/* 优势 */

.c-common-box2 {
    position: relative;
    padding: 100px 0;
}

.c-common-box2 .c-common-title2,
.c-common-box2 .c-common-title2 .c-en-title {
    color: #fff;
}

.c-common-box2 .c-common-title2 .c-line {
    border-color: #fff;
}

.c-common-box2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 55px;
}

.c-common-box2 .c-list li {
    position: relative;
    z-index: 1;
    padding: 100px 50px;
    width: 25%;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center;
    transition: all .5s;
}

.c-common-box2 .c-list li:hover {
    z-index: 2;
    border-color: var(--mainColor);
    background: var(--mainColor);
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.c-common-box2 .c-list .c-en-title {
    height: 32px;
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 36px;
    line-height: 46px;
    color: #a8f4c2;
}

.c-common-box2 .c-list .c-line {
    margin: 25px auto 35px;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
}

.c-common-box2 .c-list .c-title {
    padding: 30px 0 20px;
    font-size: 20px;
   /* line-height: 40px;*/
}

.c-common-box2 .c-list .c-text {
    opacity: .7;
    line-height: 26px;
}

.c-common-box2 .c-list .c-num {
    font-size: 32px;
    line-height: 1;
}


/* 师承名门 */

.c-common-box3 {
    position: relative;
    padding: 100px 0;
}

.c-common-box3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(180, 39, 73, .95);
}

.c-common-box3 .c-common-title2 {
    position: relative;
    z-index: 10;
}

.c-common-box3 .c-common-title2,
.c-common-box3 .c-common-title2 .c-en-title {
    color: #fff;
}

.c-common-box3 .c-common-title2 .c-line {
    border-color: #fff;
}

.c-banner9 {
    padding: 55px 0 60px;
    z-index: 10;
}

.c-banner9 .swiper-pagination-bullet {
    opacity: .5;
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.c-banner9 .swiper-pagination-bullet-active {
    opacity: 1;
}

.c-common-box3 .c-box {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    background: rgba(0, 0, 0, .2);
}

.c-common-box3 .c-img-box {
    width: 50%;
    height: 4.38rem;
    min-height: 438px;
    border-right: 80px solid transparent;
    overflow: hidden;
}

.c-common-box3 .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-common-box3 .c-text-box {
    padding-right: 80px;
    width: 50%;
    color: #fff;
}

.c-common-box3 .c-text-box .c-title-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.c-common-box3 .c-text-box .c-title-box .c-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}

.c-common-box3 .c-text-box .c-title-box .c-text {
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}

.c-common-box3 .c-text-box .c-text2 {
    margin-bottom: 45px;
    line-height: 1.8;
}

.c-common-box3 .c-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}

.c-common-box3 .c-list .c-top {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.c-common-box3 .c-list .c-top .c-num-move {
    font-size: 72px;
}

.c-common-box3 .c-list .c-top .c-text3 {
    font-size: 24px;
}

.c-common-box3 .c-list .c-text4 {
    line-height: 26px;
}


/* 考前建议 */

.c-common-box4 {
    padding-top: 120px;
}

.c-common-box4 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
    padding-top: 55px;
}

.c-common-box4 .c-list li {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
}

.c-common-box4 .c-list li:nth-child(1) .c-wrap {
    background: rgba(0, 0, 0, .7);
}

.c-common-box4 .c-list li:nth-child(2) .c-wrap {
    background: rgba(0, 0, 0, .6);
}

.c-common-box4 .c-list li:nth-child(3) .c-wrap {
    background: rgba(0, 0, 0, .5);
}

.c-common-box4 .c-list li:nth-child(4) .c-wrap {
    background: rgba(0, 0, 0, .4);
}

.c-common-box4 .c-list .c-wrap {
    padding: 100px 40px;
    color: #fff;
    transition: .5s;
}

.c-common-box4 .c-list li .c-wrap:hover {
    background: var(--mainColor);
}

.c-common-box4 .c-list .c-en-title {
    font-family: 'SourceHanSerifCN-Bold', 'SimSun';
    font-size: 36px;
    line-height: 1.1;
}

.c-common-box4 .c-list .c-title {
    margin: 10px 0 40px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
}

.c-common-box4 .c-list .c-text1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #a8f4c2;
}

.c-common-box4 .c-list .c-line {
    margin: 15px 0 30px;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
}

.c-common-box4 .c-list .c-text2 {
    line-height: 2;
}


/* 学校 */

#c-school {
    padding-top: 120px;
}

.c-banner8 {
    margin-top: 55px;
}

.c-banner8 .swiper-slide img {
    width: 100%;
    height: 1.4rem;
    object-fit: cover;
}


/* 优势 */

#c-advantage {
    padding: 100px 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
    background: linear-gradient(to top, rgba(0, 0, 0, .2) 0px, rgba(0, 0, 0, 0) 120px);
}

#c-advantage .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 55px -15px -30px;
}

#c-advantage .c-list li {
    margin-bottom: 30px;
    width: 33.333333%;
    padding: 0 15px;
}

#c-advantage .c-list .c-wrap {
    transition: .5s;
    background: #fff;
}

#c-advantage .c-list .c-wrap:hover {
    background: var(--mainColor);
}

#c-advantage .c-list .c-text-box {
    position: relative;
    padding: 70px 30px 150px;
    text-align: center;
    background: url(http://suzhouyicai.com/images/bg6.png)no-repeat center bottom / cover;
    overflow: hidden;
}

#c-advantage .c-list .c-text-box .c-text {
    font-size: 20px;
    line-height: 30px;
    transition: .5s;
    transition: all .5s;
}

#c-advantage .c-list .c-text-box .c-line {
    margin: 20px auto 0;
    width: 20px;
    height: 2px;
    background: #ddd;
    transition: all .5s;
}

#c-advantage .c-list .c-text-box .c-num {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: .2;
    font-weight: bold;
    font-size: 200px;
    line-height: 1;
    color: var(--mainColor);
    transition: all .5s;
}

#c-advantage .c-list .c-wrap:hover .c-text {
    color: #fff;
}

#c-advantage .c-list .c-wrap:hover .c-line {
    background: #fff;
}

#c-advantage .c-list .c-wrap:hover .c-num {
    opacity: 1;
    bottom: -20px;
    color: #fff;
    transform: scale(.5);
    -webkit-transform: scale(.5);
}


/* 介绍 */

#c-introduce {
    padding-top: 120px;
}

#c-introduce .c-common-title2 .c-title {
    margin-top: 0;
}

#c-se-box {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to topt, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 80%);
}

#c-se-box .c-common-box4 .c-list li {
    width: 33.333333%;
}


/* 分页 */

.c-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
}

.c-page a {
    margin: 5px;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    transition: .5s;
    /* background: #fff; */
}

.c-page .prev,
.c-page .next {
    padding: 0 15px;
    width: auto;
}

.c-page a:hover,
.c-page a.active {
    color: #fff;
    background: var(--mainColor);
}


/* 放大图 */

#c-enlarge {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}

#c-enlarge .c-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-enlarge .c-wrap .c-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--mainColor) url(http://suzhouyicai.com/images/close.png)no-repeat center / 20px;
    cursor: pointer;
}

#c-enlarge .c-wrap img {
    max-width: 80vw;
    max-height: 80vh;
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    padding: 20px 0 25px;
    right: 10px;
    width: 80px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(152, 164, 211, .2);
}

#c-right-fixed li {
    margin-bottom: 20px;
    position: relative;
}

#c-right-fixed li:last-child {
    margin-bottom: 0;
}

#c-right-fixed a {
    display: block;
    text-align: center;
    color: #fff;
    transition: .5s;
}

#c-right-fixed .c-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(152, 164, 211, .2);
    transition: .5s;
}

#c-right-fixed .c-ico img {
    height: 20px;
}

#c-right-fixed .c-ico img:nth-child(2) {
    display: none;
}

#c-right-fixed a:hover .c-ico {
    background: var(--mainColor);
}

#c-right-fixed a:hover .c-ico img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-ico img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

#c-right-fixed .c-phone {
    position: absolute;
    top: 0;
    right: 90px;
    margin-top: 0;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    color: #fff;
    border-radius: 26px;
    background: var(--mainColor);
    box-shadow: 0 0 10px rgba(152, 164, 211, .2);
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

#c-right-fixed a:hover .c-phone {
    visibility: visible;
    opacity: 1;
}


/* 成人兴趣 */

.c-banner10 {
    margin-top: 30px;
}

.c-banner10 .swiper-slide {
    overflow: hidden;
}

.c-banner10 .swiper-slide img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
}

.c-banner10 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

.c-banner10 .swiper-pagination-bullet-active {
    background: var(--mainColor);
}