@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;
}

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;
}

body {
    font-family: 'Source Han Sans CN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
} */

/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !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.333%;
}

/* body.c-open {

    position: fixed;

    left: 0;

    width: 100%;

} */

.c-pd1 {
    padding: 160px 0;
}

.c-pd2 {
    padding-top: 160px;
}


/* 作品内页轮播下方空格 */
/* .c-pd3 {
    padding-bottom: 160px;
} */

.c-common-btn1 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border: 1px solid #f40000;
    border-radius: 25px;
    color: #f40000;
    background: transparent;
    overflow: hidden;
    transition: all .5s;
}

.c-common-btn1 i {
    margin-left: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/jt1.png)no-repeat center/ 100% auto;
}

.c-common-btn1:hover {
    color: #fff;
    background: #f40000;
}

.c-common-btn1:hover i {
    background-image: url(../images/jt2.png);
}

.c-common-btn2 {
    display: inline-block;
    padding: 0 40px;
    border-radius: 25px;
    line-height: 50px;
    color: #fff;
    background: #f40000;
    cursor: pointer;
}

/*字体*/

@font-face {
    font-family: "SWISSCK";
    src: url("../fonts/SWISSCK.TTF") format("opentype");
}

@font-face {
    font-family: "SWISSCK";
    src: url("../fonts/SWISSCK.TTF") format("opentype");
}

@font-face {
    font-family: "AvantGarde";
    src: url("../fonts/Avgardd.ttf") format("truetype");
}

/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 130px;
}

/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    line-height: 130px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    transition: all 0.5s;
}

#c-header a {
    color: #fff;
    transition: all 0.5s;
}

#c-header.c-head-move {
    top: -130px;
}

#c-header.c-style2 a {
    color: #666;
}

#c-header .c-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-header .c-right-box {
    display: flex;
    align-items: center;
}

/*顶部logo*/

#c-header .c-logo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}

#c-header .c-logo img {
    height: 130px;
}

#c-header .c-logo img:nth-child(2) {
    display: none;
}

#c-header.c-style2 .c-logo img:first-child {
    display: none;
}

#c-header.c-style2 .c-logo img:last-child {
    display: inline-block;
}

.c-open #c-header .c-logo img:first-child {
    display: none;
}

.c-open #c-header .c-logo img:last-child {
    display: inline-block;
}

/*顶部pc导航*/

#c-header .c-nav {
    display: flex;
    align-items: center;
}

#c-header.c-style2 .c-nav {
    display: none;
}

#c-header .c-nav>li {
    position: relative;
    margin-right: 60px;
}

#c-header .c-nav li a {
    position: relative;
    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-nav ul {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none;
    width: 150px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#c-header .c-nav ul li {
    border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul a {
    color: #666;
}

#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #f40000;
}

/*顶部移动端导航*/

#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.on>a {
    color: #f40000
}

#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-pop-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 190px 0 60px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 1s;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(245, 245, 245, .95);
}

.c-open #c-header .c-pop-nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#c-header .c-pop-nav a {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 5px;
    color: #666;
    transition: .5s;
}

/* #c-header .c-pop-nav a::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

    width: 0;

    height: 100%;

    background: #e61f18;

    transition: .5s;

} */

#c-header .c-pop-nav .c-gt {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

#c-header .c-pop-nav .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

#c-header .c-pop-nav .c-list>li {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

#c-header .c-pop-nav .c-list>li ul {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all .5s 0s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(1) ul {
    transition: all .5s .5s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(2) ul {
    transition: all .5s .6s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(3) ul {
    transition: all .5s .7s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(4) ul {
    transition: all .5s .8s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(5) ul {
    transition: all .5s .9s;
}

.c-open #c-header .c-pop-nav .c-list>li:nth-child(6) ul {
    transition: all .5s 1s;
}

.c-open #c-header .c-pop-nav .c-list>li ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#c-header .c-pop-nav .c-list .c-title-box a {
    color: #333;
}

#c-header .c-pop-nav .c-list .c-title-box a:hover {
    color: #fff;
    background: #e61f18;
}

#c-header .c-pop-nav .c-list>li>.c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    cursor: default;
}

#c-header .c-pop-nav .c-list>li>.c-title-box i {
    display: none;
}

#c-header .c-pop-nav .c-list ul li {
    margin-bottom: 10px;
}

#c-header .c-pop-nav .c-list ul li:last-child {
    margin-bottom: 0;
}

#c-header .c-pop-nav .c-list a:hover {
    color: #222;
    font-weight: bolder;
}

/* #c-header .c-pop-nav a:hover::before {

    width: 100%;

} */

/*顶部导航开关*/

#c-header .c-switch {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(221, 221, 221.9);
    cursor: pointer;
    opacity: .5;
    transition: .5s;
}

#c-header .c-switch:hover {
    opacity: 1;
}

body.c-open #c-header .c-switch {
    border-color: #fff;
}

#c-header .c-switch i {
    position: absolute;
    top: 50%;
    left: 18px;
    display: block;
    height: 2px;
    width: 22px;
    background: #222;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    margin-top: -4px;
}

#c-header .c-switch i:nth-child(2) {
    width: 18px;
    margin-top: 4px;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(2) {
    width: 22px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 顶部功能区 */

#c-header .c-gn {
    display: flex;
    align-items: center;
}

#c-header .c-gn form {
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

#c-header .c-gn form .c-box {
    position: absolute;
    top: 106%;
    right: 0;
    display: none;
    width: 280px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
}

#c-header .c-gn form>i {
    transition: .5s;
}

#c-header .c-gn form input {
    float: left;
    padding: 0 15px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 50px;
}

#c-header .c-gn form button {
    float: left;
    width: 70px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #f40000;
    cursor: pointer;
}

#c-header .c-gn form:hover>i {
    color: #f40000;
}

#c-header .c-gn .c-phone {
    display: flex;
    align-items: center;
}

#c-header .c-gn .c-phone i {
    margin: 0 10px 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    line-height: 28px;
}

#c-header.c-style2 .c-gn .c-phone i {
    border: 1px solid rgba(222, 47, 9, .2);
}

#c-header .c-gn .c-phone span {
    font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone {
    color: #f40000;
}

/*首页轮播图*/

@-webkit-keyframes bannerOpacity {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@keyframes bannerOpacity {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-webkit-keyframes banner1-1 {
    0% {
        opacity: 1;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(-0%);
    }

    70% {
        opacity: 1;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    100% {
        opacity: .5;
        bottom: 110px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@keyframes banner1-1 {
    0% {
        opacity: 1;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    70% {
        opacity: 1;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }

    100% {
        opacity: .5;
        bottom: 110px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes banner1-2 {
    0% {
        opacity: 1;
        font-size: 150px;
    }

    70% {
        opacity: 1;
        font-size: 150px;
    }

    100% {
        opacity: .5;
        font-size: 60px;
    }
}

@keyframes banner1-2 {
    0% {
        opacity: 1;
        font-size: 150px;
    }

    70% {
        opacity: 1;
        font-size: 150px;
    }

    100% {
        opacity: .5;
        font-size: 60px;
    }
}

@-webkit-keyframes banner1-3 {
    0% {
        opacity: 1;
        font-size: 60px;
        line-height: 70px;
    }

    70% {
        opacity: 1;
        font-size: 60px;
        line-height: 70px;
    }

    100% {
        opacity: .5;
        font-size: 38px;
        line-height: 48px;
    }
}

@keyframes banner1-3 {
    0% {
        opacity: 1;
        font-size: 60px;
        line-height: 70px;
    }

    70% {
        opacity: 1;
        font-size: 60px;
        line-height: 70px;
    }

    100% {
        opacity: .5;
        font-size: 38px;
        line-height: 48px;
    }
}

.c-banner1-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
}

.c-banner1-0 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: all 5s linear;
}

.c-banner1-0 .swiper-slide-thumb-active img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.c-banner1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.c-banner1 .swiper-slide,
.c-banner1-0 .swiper-slide {
    z-index: 1 !important;
    opacity: 0 !important;
}

.c-banner1 .swiper-slide-active,
.c-banner1-0 .swiper-slide-thumb-active {
    z-index: 2 !important;
    opacity: 1 !important;
}

.c-banner1 .c-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    color: #fff;
    cursor: default;
}

/* .c-banner1 .c-wrap::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .2);

} */

.c-banner1 .c-wrap .c-text-box1 {
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: 2;
    width: 100%;
    animation: banner1-1 4s;
    -webkit-animation: banner1-1 4s;
}

.c-banner1 .c-wrap .c-text-box1 .c-en-title {
    opacity: .5;
    font-family: "SWISSCK";
    font-size: 60px;
    line-height: 1;
    animation: banner1-2 4s;
    -webkit-animation: banner1-2 4s;
}

.c-banner1 .c-wrap .c-text-box1 .c-subtitle {
    opacity: .5;
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    animation: banner1-3 4s;
    -webkit-animation: banner1-3 4s;
}

.c-banner1 .c-wrap .c-text-box2 {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 2;
    width: 100%;
    opacity: .5;
    -webkit-animation: bannerOpacity 4s;
    animation: bannerOpacity 4s;
}

.c-banner1 .c-wrap .c-text-box2 .c-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.c-banner1 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
}

.c-banner1 .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}

/* 首页轮播图片上的小圆点切换按钮原来是蓝色，改成透明了 */
.c-banner1 .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff00;
    transition: all 0s;
}

/* 首页轮播图片上的小圆点切换按钮原来是蓝色，改成透明了 */
.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0);
    background: transparent;
}

.c-banner1 .swiper-pagination-bullet svg {
    vertical-align: top;
}


/* 首页轮播图片上的小圆点切换按钮原来是蓝色，改成透明了 */
.c-banner1 .swiper-pagination-bullet svg circle {
    opacity: 0;
    fill: none;
    stroke: #00bed200;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
    transition: stroke-dashoffset 0s linear, opacity 0s linear;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
    transition: stroke-dashoffset 5s linear, opacity 0s linear;
}

/* 底部 */

#c-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    background: #1b1b1b;
}

#c-footer a {
    color: #999;
    transition: .5s;
}

#c-footer a:hover {
    color: #f40000 !important;
}

#c-footer .c-top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 140px 0 75px;
}

#c-footer .c-top-box .c-logo {
    display: inline-block;
}

#c-footer .c-top-box .c-logo img {
    width: 98px;
}

#c-footer .c-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

#c-footer .c-title i {
    display: none;
    transition: .5s;
}

#c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-footer .c-list-box .c-list li {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

#c-footer .c-list-box .c-title-box a {
    color: #fff;
}

#c-footer .c-text-box {
    line-height: 24px;
}

#c-footer .c-text-box p {
    padding-left: 30px;
    margin-bottom: 20px;
}

#c-footer .c-text-box .c-phone {
    background: url(../images/dh-ico.png)no-repeat left center/ 16px auto;
}

#c-footer .c-text-box .c-email {
    margin-bottom: 62px;
    background: url(../images/yx-ico.png)no-repeat left center/ 16px auto;
}

#c-footer .c-code {
    padding: 15px;
    width: 132px;
    border-radius: 5px;
    background: #fff;
}

#c-footer .c-code img {
    width: 100%;
}

#c-footer .c-code .c-text {
    padding-top: 15px;
    line-height: 24px;
    text-align: center;
    color: #999;
}

#c-footer .c-ico {
    display: flex;
    align-items: center;
}

#c-footer .c-ico a {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#c-footer .c-ico .c-wx-btn {
    background: url(../images/wx-ico.png)no-repeat center / auto 20px;
}

#c-footer .c-ico .c-wb-btn {
    background: url(../images/wb-ico.png)no-repeat center / auto 20px;
}

#c-footer .c-ico .c-bl-btn {
    background: url(../images/bl-ico.png)no-repeat center / auto 20px;
}

#c-footer .c-ico .c-wx-btn:hover {
    background-image: url(../images/wx-ico-h.png);
}

#c-footer .c-ico .c-wb-btn:hover {
    background-image: url(../images/wb-ico-h.png);
}

#c-footer .c-ico .c-bl-btn:hover {
    background-image: url(../images/bl-ico-h.png);
}

.c-weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.c-weixin .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 25px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-weixin .c-img-box img {
    width: 100%;
}

.c-weixin .c-img-box .c-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
}

#c-footer .c-bottom-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 14px;
    line-height: 24px;
    color: #7c7c7c;
}

#c-footer .c-bottom-box a {
    color: #7c7c7c;
}

#c-footer .c-bottom-box .c-copyright {
    word-wrap: break-word;
    word-break: break-all;
}

#c-footer .c-bottom-box .c-site {
    padding-left: 20px;
    background: url(../images/dz-ico.png)no-repeat left center / auto 18px;
}

#c-footer .c-bottom-box .c-site:hover {
    background-image: url(../images/dz-ico-h.png);
}

/* 回到顶部 */

#c-go-top {
    opacity: .4;
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/go-top.png) no-repeat center;
    transition: all .5s linear;
    background-size: 30px;
    border-radius: 50%;
}

#c-go-top:hover {
    opacity: 1;
}

/* 顶部banner */

#c-top-banner {
    position: relative;
    z-index: 2;
    height: 7.6rem;
    color: #fff;
    background: #fff;
}

#c-top-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
}

#c-top-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-top-banner .c-box {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
}

#c-top-banner .c-box img {
    height: 186px;
}

#c-top-banner .c-box .c-en-title {
    font-family: "SWISSCK";
    font-size: 72px;
    line-height: 1;
}

#c-top-banner .c-box .c-title {
    font-size: 36px;
    line-height: 46px;
}

/* 顶部菜单 */

#c-top-menu {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    background: rgba(0, 0, 0, .3)
}

#c-top-menu .c-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    overflow-x: auto;
}

#c-top-menu .c-menu a {
    flex: none;
    margin-right: 70px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    color: #fff;
    transition: .5s;
}

#c-top-menu .c-menu a:last-child {
    margin-right: 0;
}

#c-top-menu .c-menu a.on,
#c-top-menu .c-menu a:hover {
    border-bottom: 2px solid #fff;
}

/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map.on {
    opacity: 1;
    z-index: 2 !important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #f40000;
}

.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: #f40000;
}

#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 .on {
    color: #fff;
    background: #f40000;
}

#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: #f40000;
}

#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: #f40000;
}

/* 公共标题 */

.c-common-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.c-common-title .c-en-title1 {
    position: absolute;
    top: -70px;
    left: -webkit-calc(-1.6rem - 50px);
    left: calc(-1.6rem - 50px);
    z-index: -1;
    font-family: "SWISSCK";
    font-size: 400px;
    line-height: 1;
    color: rgba(211, 211, 211, .15);
    white-space: nowrap;
}

.c-common-title .c-en-title2 {
    margin-bottom: 10px;
    font-family: "SWISSCK";
    font-size: 24px;
    line-height: 1;
}

.c-common-title .c-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
}

.c-common-title .c-img {
    position: absolute;
    top: -70px;
    left: -webkit-calc(-1.6rem - 50px);
    left: calc(-1.6rem - 50px);
    z-index: -1;
}

/* 力本设计 */

#c-about {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

#c-about .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-about .c-text-box {
    width: 50%;
    padding-right: 2.3rem;
}

#c-about .c-text-box .c-text {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
    line-height: 30px;
    color: #666;
}

#c-about .c-img-box {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

#c-about .c-img-box .c-img1 {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    width: 44%;
    height: 5.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

#c-about .c-img-box .c-img1 img,
#c-about .c-img-box .c-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-about .c-img-box .c-img2 {
    width: 75%;
    height: 8.22rem;
    overflow: hidden;
}

#c-about .c-img-box .c-img1:hover img,
#c-about .c-img-box .c-img2:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* 服务内容 */

#c-service {
    padding: 160px 0 100px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f7f7f7;
}

#c-service .c-common-title .c-en-title1 {
    color: #f1f1f1;
}

.c-banner2-wrap {
    position: relative;
    overflow: hidden;
    z-index: 10;
    cursor: none;
}

#c-service .c-jt {
    display: none;
    position: absolute;
    z-index: 20;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/jt6.png)no-repeat center / cover;
    cursor: none;
    pointer-events: none;
}

#c-service.on .c-jt {
    background-image: url(../images/jt4.png);
}

#c-service .c-list {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-service .c-list li {
    width: 25%;
    padding: 0 10px 20px;
}

#c-service .c-list li:nth-child(3),
#c-service .c-list li:nth-child(4) {
    width: 50%;
}

#c-service .c-list .c-wrap {
    position: relative;
    overflow: hidden;
    height: 4rem;
    color: #fff;
}

#c-service .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-service .c-list .c-wrap .c-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 40px 35px;
    font-size: 24px;
    line-height: 34px;
    background: url(../images/yy-bg.png)repeat-x bottom left / auto;
    transition: all .5s;
}

#c-service .c-list .c-wrap .c-text-box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    line-height: 26px;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

#c-service .c-list .c-wrap .c-text-box div {
    width: 100%;
}

#c-service .c-list .c-wrap .c-text-box .c-title2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}

#c-service .c-list .c-wrap:hover .c-title {
    opacity: 0;
}

#c-service .c-list .c-wrap:hover .c-text-box {
    opacity: 1;
}

.c-banner2 {
    padding: 0 1.6rem;
    z-index: 2;
}

.c-banner2 .c-wrap {
    display: block;
    cursor: none;
}

.c-banner2 .c-wrap .c-img-box {
    position: relative;
    overflow: hidden;
    height: 6.4rem;
}

.c-banner2 .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.c-banner2 .c-wrap .c-img-box .c-num {
    position: absolute;
    top: 80px;
    left: -40px;
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 150px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.c-banner2 .c-wrap .c-img-box .c-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.c-banner2 .c-wrap .c-img-box .c-text p {
    display: flex;
}

.c-banner2 .c-wrap .c-img-box .c-text p::before {
    flex: 0 0 14px;
    content: "-";
}

.c-banner2 .c-wrap .c-title {
    padding: 25px 20px 0;
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

.c-banner2 .c-wrap:hover .c-img-box .c-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-banner2 .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* 新闻资讯 */

#c-common-box1 {
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    overflow: hidden;
}

#c-common-box1 .c-common-title .c-en-title1 {
    color: #f1f1f1;
}

#c-common-box1 .c-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#c-common-box1 .c-top .c-common-btn1 {
    margin-bottom: 55px;
}

#c-common-box1 .c-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -30px;
}

#c-common-box1 .c-list li {
    padding: 0 10px 30px;
    width: 25%;
}

#c-common-box1 .c-list .c-wrap {
    display: block;
}

#c-common-box1 .c-list .c-wrap .c-img-box {
    height: 2.34rem;
    overflow: hidden;
}

#c-common-box1 .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-common-box1 .c-list .c-wrap .c-text-box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 150px;
}

#c-common-box1 .c-list .c-wrap .c-text-box .c-title {
    margin: 30px 0 10px;
    font-weight: normal;
    width: 100%;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

#c-common-box1 .c-list .c-wrap .c-text-box .c-text {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-common-box1 .c-list .c-wrap .c-text-box .c-text2 {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

#c-common-box1 .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box1 .c-list .c-wrap:hover .c-text-box .c-title {
    color: #f40000;
}

#c-common-box1 .c-common-btn1 {
    margin: 80px auto 0;
}

#c-common-box1.c-dt .c-list .c-wrap .c-text-box {
    height: auto;
}

#c-common-box1.c-dt .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 10px;
}

#c-common-box1.c-dt2 .c-list li {
    width: 33.333%;
}

#c-common-box1.c-dt2 .c-list .c-wrap .c-text-box {
    height: auto;
}

#c-common-box1.c-dt2 .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 10px;
}

#c-common-box1.c-dt2 .c-list .c-wrap .c-img-box {
    height: 3.25rem;
}

/* 案例 */

#c-case {
    position: relative;
    z-index: 3;
    margin-bottom: -60px;
    padding-bottom: 60px;
    overflow: hidden;
    background: #fff;
    background: -webkit-linear-gradient(top, #f7f7f7 50%, #fff 50%);
    background: linear-gradient(to bottom, #f7f7f7 50%, #fff 50%);
}

#c-case .c-case-wrap {
    padding-top: 60px;
    position: relative;
}

#c-case .swiper-button-next,
#c-case .swiper-button-prev {
    display: none;
}

#c-case .c-jt {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/jt6.png)no-repeat center / cover;
    cursor: pointer;
    pointer-events: none;
}

#c-case.on .c-jt {
    background-image: url(../images/jt4.png);
}

#c-case .c-bottom {
    position: absolute;
    width: 100%;
    bottom: -60px;
    z-index: 10;
    pointer-events: none;
}

#c-case .c-bottom .c-container {
    display: flex;
    justify-content: flex-end;
}

.c-banner3-1 {
    cursor: none;
}

.c-banner3-1 .swiper-slide,
.c-banner3-2 .swiper-slide {
    z-index: 1 !important;
    opacity: 0 !important;
}

.c-banner3-1 .swiper-slide-active,
.c-banner3-2 .swiper-slide-active {
    z-index: 2 !important;
    opacity: 1 !important;
}

.c-banner3-1 .swiper-slide>img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 9.5rem;
    object-fit: cover;
}

/* .c-banner3-1 .swiper-slide::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .2);

} */

.c-banner3-1 .c-text-box {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 0;
    width: 100%;
    color: #fff;
}

.c-banner3-1 .c-text-box .c-text1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.c-banner3-1 .c-text-box .c-en-title {
    font-size: 24px;
    line-height: 1;
}

.c-banner3-1 .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
}

.c-banner3-1 .c-text-box .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.c-banner3-1 .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
}

.c-banner3-1 .swiper-pagination-bullet-active {
    border-color: #e61f18;
}

.c-banner3-1 .c-common-btn1 {
    border-color: #fff;
    color: #fff;
}

.c-banner3-1 .c-common-btn1:hover {
    border-color: #e61f18;
}

.c-banner3-1 .c-common-btn1 i {
    background: url(../images/jt2.png)no-repeat center/ 100% auto;
}

.c-banner3-2 {
    margin: 0;
    padding-bottom: 60px;
    width: 360px;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(34, 34, 34, 0.9);
    pointer-events: auto;
}

.c-banner3-2 .swiper-slide {
    padding: 60px 40px;
    color: #fff;
}

.c-banner3-2 .c-text1 {
    font-family: "SWISSCK";
    font-size: 24px;
    line-height: 1;
}

.c-banner3-2 .c-title {
    margin: 40px 0 20px;
    font-size: 26px;
    line-height: 36px;
}

.c-banner3-2 .c-text2 {
    margin-bottom: 50px;
    line-height: 26px;
}

.c-banner3-2 .swiper-pagination {
    padding: 0 40px;
    text-align: left;
    bottom: 24px;
    line-height: 1;
}

.c-banner3-2 .swiper-pagination-bullet {
    margin: 0 20px 0 0 !important;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .5;
    vertical-align: middle;
}

.c-banner3-2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: transparent;
}

.c-banner3-2 .c-fy {
    position: absolute;
    bottom: 22px;
    right: 40px;
    font-size: 16px;
    line-height: 1;
    color: rgba(255, 255, 255, .3);
}

.c-banner3-2 .c-fy span {
    color: #fff;
}

.c-banner3-2 .c-fy span,
.c-banner3-2 .c-fy i {
    font-family: "AvantGarde";
    font-style: normal;
}

.c-banner3-2 .c-common-btn1 {
    border-color: #fff;
    color: #fff;
}

.c-banner3-2 .c-common-btn1 i {
    background-image: url(../images/jt2.png);
}

.c-banner3-2 .c-common-btn1:hover {
    border-color: #e61f18;
}

/* 公共列表 */

#c-common-list1 {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* #c-common-list1 .c-menu-box li {

    display: none;

}



#c-common-list1 .c-menu-box li.on {

    display: block;

} */

#c-common-list1 .c-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 80px;
    overflow-x: auto;
}

#c-common-list1 .c-menu a {
    margin-right: 60px;
    flex: none;
    display: inline-block;
    color: #999;
    transition: .5s;
}

#c-common-list1 .c-menu a:last-child {
    margin-right: 0;
}

#c-common-list1 .c-menu a.on,
#c-common-list1 .c-menu a:hover {
    color: #333;
}

#c-common-list1 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-common-list1 .c-list li {
    padding: 0 15px 30px;
    width: 33.333%;
}

#c-common-list1 .c-list .c-wrap {
    display: block;
}

#c-common-list1 .c-list .c-wrap .c-img-box {
    height: 3.25rem;
    overflow: hidden;
}

#c-common-list1 .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-common-list1 .c-list .c-wrap .c-title {
    height: 28px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

#c-common-list1 .c-list .c-wrap .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

#c-common-list1 .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-list1 .c-list .c-wrap:hover .c-title {
    color: #f40000;
}

#c-common-list1.c-dt {
    padding-top: 100px;
}

#c-common-list1.c-dt .c-list {
    margin: 0 -10px -30px;
}

#c-common-list1.c-dt .c-list li {
    padding: 0 10px 30px;
    width: 25%;
}

#c-common-list1.c-dt .c-list .c-wrap .c-img-box {
    height: 2.34rem;
}

/* 加载 */

.c-load {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    font-size: 16px;
    color: #999;
}

.c-load img {
    margin-right: 20px;
    width: 20px;
    height: auto;
}

/* 相关资讯 */

#c-news {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 230px;
}

#c-news .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-news .c-left {
    width: 55%;
}

#c-news .c-left .c-title {
    font-size: 36px;
    line-height: 46px;
}

#c-news .c-left .c-time {
    margin: 10px 0 50px;
    line-height: 26px;
    color: #999;
}

#c-news .c-left .c-text-box {
    line-height: 1.8;
}

#c-news .c-left .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-news .c-right {
    position: sticky;
    top: 130px;
    width: 25%;
}

#c-share .c-fx {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}

#c-share .icon-medium a {
    margin-left: 20px;
}

#c-share .bshare-weixin {
    background: url(../images/wx-ico.png)no-repeat center / auto 16px;
}

#c-share .bshare-sinaminiblog {
    background: url(../images/wb-ico.png)no-repeat center / auto 16px;
}

#c-share .bshare-weixin:hover {
    opacity: 1;
    background-image: url(../images/wx-ico-h.png);
}

#c-share .bshare-sinaminiblog:hover {
    opacity: 1;
    background-image: url(../images/wb-ico-h.png);
}

#c-news .c-right .c-link {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
    line-height: 30px;
    color: #666;
}

#c-news .c-right .c-link a {
    color: #333;
    transition: .5s;
}

#c-news .c-right .c-link a:hover {
    color: #f40000;
}

#c-news .c-right .c-link .c-prev,
#c-news .c-right .c-link .c-next {
    margin-bottom: 30px;
}

#c-news .c-right .c-link .c-return {
    display: inline-block;
    padding-left: 20px;
    color: #f40000;
    background: url(../images/jt5.png)no-repeat left center / auto 16px;
}

/* 案例轮播 */

.c-banner4 {
    position: relative;
    z-index: 2;
    background: #fff;
    cursor: pointer;
}

.c-banner4 .swiper-slide {
    z-index: 1 !important;
    opacity: 0 !important;
}

.c-banner4 .swiper-slide-active {
    z-index: 2 !important;
    opacity: 1 !important;
}

/* .c-banner4 .swiper-slide::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .2);

} */

.c-banner4 .c-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.c-banner4 .c-box {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.c-banner4 .c-box .c-text {
    height: 186px;
}

.c-banner4 .swiper-pagination {
    text-align: right;
    line-height: 1;
    padding: 0 8.3335%;
    bottom: 70px;
    z-index: 12;
}

.c-banner4 .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    vertical-align: middle;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: all .5s;
}

.c-banner4 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
    border-color: #fff;
}

.c-banner4-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.c-banner4-wrap .c-jt {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/jt6.png)no-repeat center / cover;
    cursor: pointer;
    pointer-events: none;
}

.c-banner4-wrap.on .c-jt {
    background-image: url(../images/jt4.png);
}

/* 案例详情 */

#c-case2 {
    position: relative;
    z-index: 2;
    background: #fff;
}

#c-case2 .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-case2 .c-left {
    width: 55%;
}

#c-case2 .c-left .c-text-box {
    line-height: 1.8;
}

#c-case2 .c-left .c-video-box {
    position: relative;
    margin: 50px 0 70px;
}

#c-case2 .c-left .c-video-box video {
    width: 100%;
}

#c-case2 .c-left .c-video-box .c-img-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#c-case2 .c-left .c-video-box .c-img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/bf-ico.png) no-repeat center / 100px;
}

#c-case2 .c-left .c-video-box .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-case2 .c-link {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

#c-case2 .c-link p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 28px;
}

#c-case2 .c-link a {
    color: #999;
    transition: .5s;
}

#c-case2 .c-link a:hover {
    color: #333;
}

#c-case2 .c-right {
    position: sticky;
    top: 100px;
    margin-bottom: 30px;
    width: 25%;
}

#c-case2 .c-right .c-list li {
    margin-top: 30px;
    line-height: 26px;
    color: #666;
}

#c-case2 .c-right .c-list .c-text2 {
    color: #333;
}

/* espc */

#c-espc {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

#c-espc .c-jt {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/jt6.png)no-repeat center / cover;
    cursor: pointer;
    pointer-events: none;
}

#c-espc li.on .c-jt {
    background-image: url(../images/jt4.png);
}

#c-espc .c-jt.on {
    opacity: 1;
}

#c-espc .c-list li {
    position: relative;
    padding: 80px 0;
    margin-bottom: 80px;
    background: -webkit-linear-gradient(left, #f7f7f7 64.58%, #fff 64%);
    background: linear-gradient(to right, #f7f7f7 64.58%, #fff 64%);
}

#c-espc .c-list li:nth-child(even) {
    background: -webkit-linear-gradient(right, #f7f7f7 64.58%, #fff 64%);
    background: linear-gradient(to left, #f7f7f7 64.58%, #fff 64%);
}

#c-espc .c-list li:last-child {
    margin-bottom: 0;
}

#c-espc .c-list .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#c-espc .c-list li:nth-child(even) .c-container {
    flex-direction: row-reverse;
}

#c-espc .c-list .c-text-box {
    position: relative;
    z-index: 2;
    padding-right: 1.5rem;
    width: 32.5%;
}

#c-espc .c-list li:nth-child(even) .c-text-box {
    padding-right: 0;
    padding-left: 1.5rem;
}

#c-espc .c-list .c-text-box .c-text {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    line-height: 26px;
    color: #666;
}

#c-espc .c-list .c-text-box .c-common-btn1 {
    margin: 60px 0;
}

#c-espc .c-list .c-text-box .c-bbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-espc .c-list .c-text-box .c-bbox .c-dot {
    display: flex;
    align-items: center;
}

#c-espc .c-list .c-text-box .c-bbox .c-dot span {
    margin-right: 16px;
    width: 6px;
    height: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all .5s;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

#c-espc .c-list .c-text-box .c-bbox .c-dot span:last-child {
    margin-right: 0;
}

#c-espc .c-list .c-text-box .c-bbox .c-dot span.on {
    width: 12px;
    height: 12px;
    border-color: #f40000;
    background: transparent;
}

#c-espc .c-list .c-text-box .c-bbox .c-num {
    font-family: "AvantGarde";
    font-size: 16px;
    line-height: 1;
    color: #c4c4c4;
}

#c-espc .c-list .c-text-box .c-bbox .c-num span {
    margin-right: 5px;
    color: #333;
}

#c-espc .c-list .c-text-box .c-bbox .c-num i {
    margin-left: 5px;
    font-style: normal;
}

#c-espc .c-list .c-img-box {
    position: relative;
    z-index: 3;
    width: 67.5%;
}

.c-banner5 .swiper-slide {
    height: 6.4rem;
    overflow: hidden;
}

.c-banner5 .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: none;
}

.c-banner5 .swiper-button-next,
.c-banner5 .swiper-button-prev {
    opacity: 0;
}

#c-content {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

/* 上海总部 */

#c-contact .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-contact .c-text-box {
    padding-right: 50px;
    width: 50%;
}

#c-contact .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
}

#c-contact .c-text-box .c-text {
    margin: 15px 0 20px;
    font-size: 18px;
    line-height: 38px;
}

#c-contact .c-text-box .c-text span {
    font-family: "AvantGarde";
}

#c-contact .c-text-box .c-img {
    width: 100px;
    border: 1px solid #ddd;
}

#c-contact .c-text-box .c-img img {
    width: 100%;
}

#c-contact .c-map-box {
    width: 50%;
    height: 440px;
}

/* 人才理念 */

#c-personnel {
    overflow: hidden;
    background: #f7f7f7;
}

#c-personnel .c-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -22px -40px;
}

#c-personnel .c-list li {
    width: 33.333%;
    padding: 0 22px 40px;
}

#c-personnel .c-list .c-img-box {
    height: 3.4rem;
    overflow: hidden;
}

#c-personnel .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-personnel .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-personnel .c-list .c-title {
    margin: 25px 0 10px;
    font-size: 24px;
    line-height: 34px;
}

#c-personnel .c-list .c-text {
    line-height: 26px;
    color: #666;
}

/* 人才招聘 */

#c-recruit {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

#c-recruit .c-list {
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

#c-recruit .c-list li {
    margin-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

#c-recruit .c-list li.on {
    border: 0;
}

#c-recruit .c-list li:last-child {
    margin-bottom: 0;
}

#c-recruit .c-top {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#c-recruit .c-top .c-title {
    font-size: 24px;
}

#c-recruit .c-top .c-switch {
    position: relative;
    width: 24px;
    height: 24px;
}

#c-recruit .c-top .c-switch::before,
#c-recruit .c-top .c-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #999;
    transition: .5s;
}

#c-recruit .c-top .c-switch::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#c-recruit .on .c-top .c-switch::before {
    opacity: 0;
}

#c-recruit .c-bottom {
    display: none;
    padding: 80px;
    background: #f2f2f2;
}

#c-recruit .c-bottom .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-recruit .c-bottom .c-lt {
    padding-right: 2.7rem;
    width: 72%;
}

#c-recruit .c-bottom .c-lt .c-text {
    line-height: 2;
    color: #666;
}

#c-recruit .c-bottom .c-gt {
    padding: 50px;
    width: 28%;
    background-color: #fff;
}

#c-recruit .c-bottom .c-gt .c-text {
    margin-bottom: 40px;
    line-height: 2;
    color: #666;
}

#c-recruit .c-bottom .c-gt .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background: #f40000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-recruit .c-bottom .c-gt .c-btn i {
    margin-right: 10px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/fs-ico.png)no-repeat center / 100%;
}

/* 投递简历弹窗 */

#c-fixed-pop {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#c-fixed-pop form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-fixed-pop form .c-title-box {
    position: relative;
    padding: 0 30px;
    background: #f40000;
}

#c-fixed-pop form .c-title-box .c-title {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

#c-fixed-pop form .c-title-box .c-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 60px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 20px auto;
    cursor: pointer;
}

#c-fixed-pop form .c-box {
    padding: 30px;
    font-size: 14px;
}

#c-fixed-pop form input {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
}

#c-fixed-pop form button {
    width: 100%;
    height: 50px;
    background: #f40000;
    color: #fff;
    cursor: pointer;
}

#c-fixed-pop form .c-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#c-fixed-pop form .c-file .c-input-box {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    background: #f40000;
}

#c-fixed-pop form .c-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

#c-fixed-pop form .c-file .c-text {
    color: #fff;
    text-align: center;
}

#c-fixed-pop form .c-file .c-text2 {
    line-height: 30px;
}

#c-fixed-pop .f_yanzheng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-fixed-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 256px) !important;
}

#c-fixed-pop .f_yanzheng {
    margin-bottom: 20px;
}

#c-fixed-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 146px) !important;
}

#c-fixed-pop .f_yanzheng img {
    width: 130px;
    cursor: pointer;
}

/* 合作伙伴 */

#c-partner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

#c-partner .c-list {
    position: relative;
    z-index: 2;
}

#c-partner .c-list>li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-partner .c-list .c-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    width: 12.5%;
    height: 1rem;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}

#c-partner .c-list .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 87.5%;
}

#c-partner .c-list .c-list2>li {
    margin: 0 -1px -1px 0;
    width: 14.285%;
    border: 1px solid #f5f5f5;
}

#c-partner .c-list .c-list2 .c-wrap {
    position: relative;
    display: block;
    height: .98rem;
    color: #fff;
    cursor: default;
}

#c-partner .c-list .c-list2 .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-partner .c-list .c-list2 .c-wrap .c-title2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    transition: .5s;
}

#c-partner .c-list .c-list2 .c-wrap:hover .c-title2 {
    opacity: 1;
}

#c-partner .c-common-btn1 {
    margin: 80px auto 0;
}

/* 关于我们 */

#c-about2 {
    height: 150vh;
    position: relative;
    z-index: 2;
    background: #fff;
}

#c-about2 .c-wrap {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#c-about2 .c-text-box {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    /* -webkit-backdrop-filter: saturate(180%) blur(10px);

    backdrop-filter: saturate(180%) blur(10px); */
    background: rgba(0, 0, 0, .7);
    transition: all .5s;
}

#c-about2.on .c-text-box {
    opacity: 1;
    z-index: 10;
}

#c-about2 .c-text-box .c-box {
    width: 100%;
}

#c-about2 .c-text-box .c-title {
    font-size: 60px;
    line-height: 70px;
}

#c-about2 .c-text-box .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #f40000;
    border-radius: 50%;
}

#c-about2 .c-text-box .c-btn img {
    margin-bottom: 6px;
    width: 42px;
}

#c-about2 .c-text-box .c-btn .c-text {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.c-banner7 {
    z-index: 2;
    margin: 30px auto 80px;
    width: 62%;
    height: 246px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}

.c-banner7 .swiper-slide {
    cursor: grab;
}

.c-text-box.on .swiper-slide {
    cursor: grabbing;
}

.c-banner7 .swiper-scrollbar {
    width: 2px;
    background: rgba(255, 255, 255, .1);
}

.c-banner7 .swiper-scrollbar-drag {
    background: #fff;
}

.c-banner7 .swiper-slide {
    padding: 0 90px;
    height: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#c-about2 .c-text-box .c-jt {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: url(../images/jt7.png)no-repeat center / cover; */
    pointer-events: none;
}

#c-about2 .c-text-box.on .c-jt {
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.c-banner6 {
    z-index: 2;
}

.c-banner6 .swiper-slide {
    z-index: 1 !important;
    opacity: 0 !important;
}

.c-banner6 .swiper-slide-active {
    z-index: 2 !important;
    opacity: 1 !important;
}

.c-banner6 .swiper-slide>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.c-banner6 .c-pagination {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.c-banner6 .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    vertical-align: middle;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: all .5s;
}

.c-banner6 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
    border-color: #fff;
}

/* 服务体系 */

#c-system {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

#c-system .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#c-system .c-left {
    padding-right: 2rem;
    width: 50%;
}

#c-system .c-left .c-subtitle {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

#c-system .c-left .c-text {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    line-height: 30px;
    min-height: 200px;
    color: #666;
}

#c-system .c-left .c-common-title {
    margin-bottom: 40px;
}

#c-system .c-left .c-common-title .c-title {
    max-width: 480px;
}

#c-system .c-left .c-num {
    display: flex;
    align-items: center;
    height: 12px;
}

#c-system .c-left .c-num span {
    cursor: pointer;
    margin: 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: rgba(0, 0, 0, .2);
    vertical-align: middle;
    transition: all .5s;
}

#c-system .c-left .c-num span.on {
    width: 12px;
    height: 12px;
    border-color: #e61f18;
    background: transparent;
}

#c-system .c-right {
    position: relative;
    z-index: 2;
    width: 45%;
}

.c-banner8 .swiper-slide>img {
    width: 100%;
}

.c-banner8 .swiper-slide {
    opacity: 0 !important;
    z-index: 1 !important;
}

.c-banner8 .swiper-slide-active {
    opacity: 1 !important;
    z-index: 2 !important;
}

/* 校园设计原则 */

#c-principle {
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    overflow: hidden;
}

#c-principle .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-principle .c-left {
    position: relative;
    width: 50%;
}

#c-principle .c-left img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#c-principle .c-left.on img {
    opacity: 1;
}

#c-principle .c-left img:nth-child(1) {
    transition: .5s;
}

#c-principle .c-left img:nth-child(2) {
    transition: 1s .2s;
}

#c-principle .c-left img:nth-child(3) {
    transition: 1s .4s;
}

#c-principle .c-left img:nth-child(4) {
    transition: 1s .6s;
}

#c-principle .c-left img:nth-child(5) {
    transition: 1s .8s;
}

#c-principle .c-left img:nth-child(6) {
    transition: 1s 1s;
}

#c-principle .c-left img:first-child {
    position: relative;
}

#c-principle .c-right {
    padding-left: 1.92rem;
    width: 50%;
}

#c-principle .c-right .c-text {
    position: relative;
    z-index: 2;
    line-height: 30px;
    color: #666;
}

#c-principle2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
    background: rgba(0, 0, 0, .8);
    padding-top: 60px;
    width: 100%;
    height: 100%;
}

#c-principle2 .c-wrap {
    position: relative;
    top: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    background-color: #fff;
    transition: all .5s .5s;
}

#c-principle2 .c-close {
    position: absolute;
    top: 100px;
    right: 1.6rem;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f40000 url(../images/close.png)no-repeat center /24px;
    cursor: pointer;
}

#c-principle2 .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-principle2 .c-left {
    position: relative;
    width: 50%;
}

#c-principle2 .c-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#c-principle2 .c-left img:first-child {
    position: relative;
}

#c-principle2 .c-right {
    width: 50%;
    padding-left: 1.4rem;
}

#c-principle2 .c-right .c-text {
    line-height: 2;
    color: #666;
}

#c-principle2 .c-right .c-text .c-title {
    font-size: 24px;
    color: #333;
}

/* 所获荣誉 */

#c-honor {
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    overflow: hidden;
}

#c-honor .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-honor .c-left {
    width: 50%;
}

#c-honor .c-right {
    width: 50%;
}

#c-honor .c-common-title {
    margin-bottom: 200px;
}

.c-banner9 {
    height: 250px;
    cursor: grab;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#c-honor.on .c-banner9 {
    cursor: grabbing;
}

.c-banner9 .c-title {
    line-height: 30px;
}

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

#c-honor .c-jt {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: url(../images/jt7.png)no-repeat center / cover; */
    pointer-events: none;
}

#c-honor.on .c-jt {
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

/* 合作伙伴 */

#c-partner2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

#c-partner2 .c-list {
    position: relative;
    z-index: 2;
}

#c-partner2 .c-list>li {
    margin-bottom: 35px;
}

#c-partner2 .c-list>li:last-child {
    margin-bottom: 0;
}

#c-partner2 .c-list .c-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}

#c-partner2 .c-list .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-partner2 .c-list .c-list2>li {
    margin: 0 -1px -1px 0;
    width: 12.5%;
    border: 1px solid #f5f5f5;
}

#c-partner2 .c-list .c-list2 .c-wrap {
    position: relative;
    display: block;
    height: .98rem;
    color: #fff;
}

#c-partner2 .c-list .c-list2 .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-partner2 .c-list .c-list2 .c-wrap .c-title2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    transition: .5s;
}

#c-partner2 .c-list .c-list2 .c-wrap:hover .c-title2 {
    opacity: 1;
}

/* 发展方向 */

#c-trende {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

#c-trende .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-trende .c-left {
    position: relative;
    width: 50%;
    padding-right: 1.26rem;
}

#c-trende .c-left .c-subtitle {
    margin-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

#c-trende .c-left .c-text {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    line-height: 30px;
    min-height: 200px;
    color: #666;
}

#c-trende .c-left .c-common-title {
    margin-bottom: 40px;
}

#c-trende .c-left .c-common-title .c-title {
    max-width: 450px;
}

#c-trende .c-right {
    position: relative;
    z-index: 2;
    width: 50%;
}

#c-trende .c-right img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

#c-trende .c-right img:first-child {
    position: relative;
}

#c-trende .c-right img:first-child {
    transition: all .6s 1.2s;
}

#c-trende .c-right img:nth-child(2) {
    transition: all .6s 1s;
}

#c-trende .c-right img:nth-child(3) {
    transition: all .6s .8s;
}

#c-trende .c-right img:nth-child(4) {
    transition: all .6s .6s;
}

#c-trende .c-right img:nth-child(5) {
    transition: all .6s .4s;
}

#c-trende .c-right img:nth-child(6) {
    transition: all .6s .2s;
}

#c-trende .c-right img:nth-child(7) {
    transition: all .6s 0s;
}

#c-trende .c-right.on img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* 回到顶部 */

#c-gotop {
    position: fixed;
    z-index: 890;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff url(https://kk.zhuomei.com.cn/design/image/gotop2.png)no-repeat center / 50%;
    border: 2px solid rgba(221, 221, 221.9);
    cursor: pointer;
    transition: .5s;
}

#c-gotop:hover {
    background-image: url(https://kk.zhuomei.com.cn/design/image/gotop2.png);
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

/* 404 */

#c-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    height: 100vh;
    background: #fff;
    text-align: center;
}

#c-404 img {
    max-width: 100%;
}

#c-404 .c-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}

#c-404 .c-text {
    font-size: 18px;
    line-height: 28px;
}

#c-404 .c-text a {
    color: #e61f18;
}

#c-404 .c-text a:hover {
    text-decoration: underline;
}