@font-face {
    font-family: 'EuclidCircularA-SemiBold';
    src: url("../fonts/EuclidCircularA-SemiBold.ttf");
}

@font-face {
    font-family: 'EuclidCircularA-Regular';
    src: url("../fonts/EuclidCircularA-Regular.ttf");
}

@font-face {
    font-family: 'EuclidCircularA-Light';
    src: url("../fonts/EuclidCircularA-Light.ttf");
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ringscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes ringscale1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ringscale2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes o-ani-3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1025px) {
    .wow {
        visibility: hidden;
    }
}

.wrapper {
    width: 80vw;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.lighter,
.c-banner p,
.market-login-s1 .txt-box p {
    font-weight: lighter;
}

.inner-tit h3 {
    font-size: 36px;
}

.inner-tit p {
    font-size: 20px;
    margin-top: 20px;
}

.inner-tit.black h3 {
    color: #171f29;
}

.inner-tit.black p {
    color: #9fa0a0;
}

.inner-tit.white h3 {
    color: #fff;
}

.inner-tit.center {
    text-align: center;
}

.c-crumbs {
    /*position: sticky;
    top: 100px;*/
    position: relative;
    z-index: 5;
    padding: 0 3.125vw;
    background-color: #f9f9f9;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.c-crumbs .left-box a {
    display: inline-block;
    vertical-align: middle;
}

.c-crumbs .left-box a:before {
    content: '';
    width: 7px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/news/icon-2.png");
    margin: -2px 15px 0;
}

.c-crumbs .left-box a.home {
    width: 14px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/news/icon-1.png");
}

.c-crumbs .left-box a.link {
    font-size: 14px;
    color: #808080;
    line-height: 60px;
}

.c-crumbs .left-box a:first-of-type:before {
    display: none;
}

.c-crumbs .right-box a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 2.5vw;
    font-size: 14px;
    line-height: 60px;
    color: #808080;
    transition: color .3s ease;
}

.c-crumbs .right-box a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00584e;
    transform: scaleX(0);
    transition: transform .3s ease;
}

.c-crumbs .right-box a:nth-of-type(1) {
    margin-left: 0;
}

.c-crumbs .right-box a:hover,
.c-crumbs .right-box a.active {
    color: #00584e;
}

.c-crumbs .right-box a:hover:before,
.c-crumbs .right-box a.active:before {
    transform: scaleX(1);
}

.comm-page {
    font-size: 0;
    text-align: center;
}

.comm-page li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.comm-page li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comm-page li:first-of-type a,
.comm-page li:last-of-type a {
    width: 60px;
}

.comm-page li:hover a,
.comm-page li.active a {
    border-color: #00584e;
    background-color: #00584e;
    color: #fff;
}

.comm-share {
    float: right;
    width: 12.5vw;
    margin-top: 30vh;
    position: sticky;
    top: 180px;
    z-index: 4;
}

.comm-share .box {
    width: 40px;
}

.comm-share span {
    display: block;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.comm-share a {
    display: block;
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
    float: none !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comm-share a.wx {
    background-image: url("../images/news/share-1.png");
}

.comm-share a.wx:hover {
    background-image: url("../images/news/share-1-on.png");
}

.comm-share a.sina {
    background-image: url("../images/news/share-2.png");
}

.comm-share a.sina:hover {
    background-image: url("../images/news/share-2-on.png");
}

.comm-share a.link {
    background-image: url("../images/news/share-3.png");
}

.comm-share a.link:hover {
    background-image: url("../images/news/share-3-on.png");
}

.c-banner {
    position: relative;
}

.c-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.c-banner .img-box {
    overflow: hidden;
}

.c-banner img {
    display: block;
    width: 100%;
}

.c-banner .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.c-banner h3 {
    font-size: 52px;
    color: #fff;
}

.c-banner p {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    margin-top: 1.6vw;
}

.c-banner a {
    display: block;
    width: 180px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    border-radius: 24px;
    background-color: #00584e;
    color: #fff;
    margin-top: 3.125vw;
    transition: all .3s ease;
}

.c-banner a:after {
    content: '';
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-1.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
}

@media screen and (min-width: 1025px) {
    .c-banner a:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }
}

.video-pop,
.iframe-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video-pop .bg,
.iframe-pop .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.video-pop .close,
.iframe-pop .close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../images/close.png") center no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 2;
}

.video-pop .close:hover,
.iframe-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video-pop video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    max-width: 75vw;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.iframe-pop iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80vh;
    max-width: 75vw;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-list-s1 {
    padding: 6.25vw 0;
    font-size: 0;
}

.news-list-s1 .items {
    margin-bottom: 2vw;
}

.news-list-s1 .item a {
    display: block;
    position: relative;
}

.news-list-s1 .item .bg-box {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 240%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.news-list-s1 .item .bg-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00584e;
    background: linear-gradient(90deg, #00584e, 90%, rgba(0, 88, 78, 0.4));
}

.news-list-s1 .item .wrapper {
    border-top: 1px solid #e6e6e6;
    padding: 2vw 0;
}

.news-list-s1 .item .date {
    width: 72px;
    height: 72px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #00584e;
    transition: all .3s ease;
}

.news-list-s1 .item .date b,
.news-list-s1 .item .date span {
    display: block;
    color: #fff;
    line-height: 1;
}

.news-list-s1 .item .date b {
    font-size: 40px;
    font-family: 'EuclidCircularA-Light';
    font-weight: normal;
}

.news-list-s1 .item .date span {
    font-size: 14px;
    font-family: 'EuclidCircularA-Light';
    margin-top: 5px;
}

.news-list-s1 .item .img-box {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    overflow: hidden;
}

.news-list-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}

.news-list-s1 .item .txt-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 320px);
    padding-left: 2vw;
}

.news-list-s1 .item h3 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-list-s1 .item p {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    height: 64px;
    overflow: hidden;
    margin: 15px 0;
    transition: color .3s ease;
}

.news-list-s1 .item .more {
    font-size: 14px;
    color: #00584e;
    transition: color .3s ease;
}

.news-list-s1 .item:nth-of-type(1) .wrapper {
    border: none;
}

@media screen and (min-width: 1025px) {
    .news-list-s1 .item:hover .bg-box {
        opacity: 1;
    }

    .news-list-s1 .item:hover .date {
        background-color: #8fc31f;
    }

    .news-list-s1 .item:hover img {
        transform: scale(1.1);
    }

    .news-list-s1 .item:hover h3,
    .news-list-s1 .item:hover p,
    .news-list-s1 .item:hover .more {
        color: #fff;
    }
}

.news-detail-s1 {
    font-size: 0;
}

.news-detail-s1:after {
    content: '';
    display: block;
    clear: both;
}

.news-detail-s1 .cont {
    width: calc(100% - 12.5vw);
    float: left;
}

.news-detail-s1 .block {
    margin-right: -12.5vw;
    padding: 6.25vw 0;
}

.news-detail-s1 .main {
    max-width: 1200px;
    margin: 0 auto;
}

.news-detail-s1 .top-block {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 1.05vw;
    margin-bottom: 2.125vw;
}

.news-detail-s1 .top-block h3 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 1px;
}

.news-detail-s1 .info {
    margin-top: 1.525vw;
}

.news-detail-s1 .info .item {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #808080;
}

.news-detail-s1 .info .item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #cccccc;
    margin: 0 20px;
}

.news-detail-s1 .info .item:last-of-type:after {
    display: none;
}

.news-detail-s1 .info span {
    color: #00584e;
    font-family: 'EuclidCircularA-Light';
}

.news-detail-s1 .bot-block {
    padding-top: 20px;
    border-top: 4px solid #e6e6e6;
}

.news-detail-s1 .bot-block a {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
}

.news-detail-s1 .bot-block a:hover {
    color: #00584e;
}

.news-detail-s1 a.back {
    display: block;
    width: 120px;
    height: 120px;
    background-image: linear-gradient(45deg, #00584e, #8fc31f);
    border-radius: 50%;
    margin: 3.125vw auto;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-detail-s1 a.back span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.news-detail-s1 a.back span:before {
    content: '';
    width: 26px;
    height: 24px;
    display: block;
    margin: 0 auto 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/news/icon-3.png");
}

@media screen and (min-width: 1025px) {
    .news-detail-s1 a.back:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }
}

.investor-list-s1 {
    padding: 6.25vw 0;
    font-size: 0;
}

.investor-list-s1 .items {
    margin-bottom: 2vw;
}

.investor-list-s1 .item {
    margin-top: 10px;
    position: relative;
    background-color: #f8faf5;
}

.investor-list-s1 .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #00584e;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/investor/img-1.jpg");
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.investor-list-s1 .item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #00584e;
    z-index: 3;
    transition: width .3s ease;
}

.investor-list-s1 .item .box {
    position: relative;
    z-index: 2;
    padding: 0 2vw 0 3.125vw;
}

.investor-list-s1 .item .show {
    position: relative;
    padding: 1.5vw 0;
    padding-right: 3.125vw;
    cursor: pointer;
}

.investor-list-s1 .item .show:after {
    content: '';
    width: 13px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/investor/icon-1.png");
    transition: all .3s ease;
}

.investor-list-s1 .item h3 {
    font-size: 24px;
    color: #333;
    transition: color .3s ease;
}

.investor-list-s1 .item .info {
    margin-top: 20px;
}

.investor-list-s1 .item span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #808080;
    margin-left: 3.125vw;
    transition: color .3s ease;
}

.investor-list-s1 .item span:nth-of-type(1) {
    margin-left: 0;
}

.investor-list-s1 .item .hide {
    position: relative;
    padding: 2vw 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.investor-list-s1 .item .para {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.investor-list-s1 .item .btn {
    margin-top: 2vw;
    text-align: right;
}

.investor-list-s1 .item a {
    display: inline-block;
    width: 120px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border-radius: 24px;
    font-size: 14px;
    color: #00584e;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .investor-list-s1 .item a:hover {
        transform: translateY(-5px);
    }
}

.investor-list-s1 .item:nth-of-type(1) {
    margin-top: 0;
}

.investor-list-s1 .item.active:before {
    opacity: 1;
}

.investor-list-s1 .item.active:after {
    width: 4px;
    background-color: #8fc31f;
}

.investor-list-s1 .item.active .show:after {
    background-image: url("../images/investor/icon-1-on.png");
    transform: rotate(90deg);
}

.investor-list-s1 .item.active h3,
.investor-list-s1 .item.active span {
    color: #fff;
}

.investor-list-s1 .item.active .hide {
    display: block;
}

.recruit-s1 {
    padding: 6.25vw 0;
}

.recruit-s1 .top-block {
    display: flex;
}

.recruit-s1 .inner-tit {
    width: 360px;
    flex: 1 0 360px;
}

.recruit-s1 .para {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    color: #808080;
}

.recruit-s1 .items {
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-between;
}

.recruit-s1 .item {
    width: calc((100% - 48px) / 3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.recruit-s1 .item .img-box {
    overflow: hidden;
}

.recruit-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}

.recruit-s1 .item .txt-box {
    position: relative;
    padding: 2vw;
}

.recruit-s1 .item .txt-box:before {
    content: '';
    width: 4px;
    height: 36px;
    background-color: #00584e;
    position: absolute;
    top: 1.5vw;
    left: 0;
    transition: all .3s ease;
}

.recruit-s1 .item h3 {
    font-size: 24px;
    color: #1c1b1b;
    transition: color .3s ease;
}

.recruit-s1 .item p {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    margin-top: 15px;
    transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
    .recruit-s1 .item:hover {
        background-color: #00584e;
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }

    .recruit-s1 .item:hover .txt-box:before {
        background-color: #8fc31f;
    }

    .recruit-s1 .item:hover h3,
    .recruit-s1 .item:hover p {
        color: #fff;
    }
}

.recruit-s2 {
    padding-top: 6.25vw;
    position: relative;
    font-size: 0;
}

.recruit-s2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 6.25vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/recruit/img-2.jpg");
    background-attachment: fixed;
}

.recruit-s2 .swiper {
    padding: 0 6.25vw;
    margin-top: 2vw;
    position: relative;
}

.recruit-s2 .items {
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("../images/recruit/img-4.jpg");
    background-size: 100% auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.recruit-s2 .item {
    padding: 0 6.25vw;
}

.recruit-s2 .item .txt-box {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding: 6.25vw 3.125vw 12.5vw 0;
}

.recruit-s2 .item .box {
    position: relative;
}

.recruit-s2 .item .box:before {
    content: '';
    width: 150px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-1.png");
    position: absolute;
    left: 0;
    top: -3.125vw;
    z-index: 1;
}

.recruit-s2 .item .tit {
    position: relative;
    z-index: 2;
}

.recruit-s2 .item b,
.recruit-s2 .item span {
    display: inline-block;
    vertical-align: bottom;
}

.recruit-s2 .item b {
    font-size: 42px;
    color: #333;
}

.recruit-s2 .item span {
    font-size: 16px;
    color: #00584e;
    margin-left: 1.5vw;
}

.recruit-s2 .item .para {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-top: 3.125vw;
}

.recruit-s2 .item .img-box {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    max-width: 380px;
}

.recruit-s2 .item .img-box img {
    display: block;
    width: 100%;
}

.recruit-s2 .button {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-2.png");
    position: absolute;
    top: 50%;
    margin-top: -30px;
    cursor: pointer;
    z-index: 2;
    transition: all .3s ease;
}

.recruit-s2 .button-prev {
    left: 0;
    transform: rotateY(180deg);
}

.recruit-s2 .button-next {
    right: 0;
}

.recruit-s2 .pagination {
    position: absolute;
    left: 12.5vw;
    bottom: 6.25vw;
    font-size: 0;
    z-index: 2;
}

.recruit-s2 .pagination span {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 2px;
    background-color: #e6e6e6;
    margin-left: 10px;
    cursor: pointer;
}

.recruit-s2 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.recruit-s2 .pagination span.active {
    background-color: #00584e;
    width: 36px;
    height: 4px;
}

.recruit-s3 {
    padding: 6.25vw 0;
    font-size: 0;
}

.recruit-s3 .items {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recruit-s3 .item {
    width: calc(50% - 12px);
    padding: 2vw calc(5.125vw + 50px) 2vw 2vw;
    margin-top: 24px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}

.recruit-s3 .item .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 3.125vw;
    top: 50%;
    transform: translateY(-50%);
}

.recruit-s3 .item img {
    display: block;
    width: 100%;
    transition: all .3s ease;
}

.recruit-s3 .item img.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.recruit-s3 .item h3 {
    font-size: 24px;
    color: #000;
    transition: color .3s ease;
}

.recruit-s3 .item span {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #00584e;
    transition: color .3s ease;
}

.recruit-s3 .item span:after {
    content: '';
    width: 6px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-4.png");
    transition: all .3s ease;
}

.recruit-s3 .item .popups {
    display: none;
}

@media screen and (min-width: 769px) {

    .recruit-s3 .item:nth-of-type(1),
    .recruit-s3 .item:nth-of-type(2) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .recruit-s3 .item:hover {
        background-color: #00584e;
        box-shadow: 0 0 40px rgba(0, 88, 78, 0.3);
    }

    .recruit-s3 .item:hover img.show {
        opacity: 0;
    }

    .recruit-s3 .item:hover img.hide {
        opacity: 1;
    }

    .recruit-s3 .item:hover h3,
    .recruit-s3 .item:hover span {
        color: #fff;
    }

    .recruit-s3 .item:hover span:after {
        background-image: url("../images/recruit/icon-4-on.png");
    }
}

.recruit-s3 a.more {
    display: block;
    margin: 2vw auto 0;
    width: 180px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background-color: #00584e;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .recruit-s3 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }
}

.campus-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.campus-pop .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.campus-pop .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.campus-pop .close {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/recruit/icon-5.png");
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

.campus-pop .close:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.campus-pop .top-block {
    padding: 10vh 6.25vw 5vh;
    background-color: #00584e;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/recruit/img-5.jpg");
}

.campus-pop .top-block h3 {
    font-size: 48px;
    color: #fff;
}

.campus-pop .top-block .info {
    margin-top: 5vh;
    font-size: 0;
}

.campus-pop .top-block .info span {
    font-size: 16px;
    color: #fff;
    margin-right: 4vw;
}

.campus-pop .top-block .info span:last-of-type {
    margin-right: 0;
}

.campus-pop .bot-block {
    padding: 7vh 6.25vw;
    background-color: #fff;
}

.campus-pop .bot-block .scroll {
    max-height: 36vh;
    overflow: auto;
    padding-right: 2vw;
}

.campus-pop .bot-block .box {
    padding-top: 2vw;
    margin-top: 2vw;
    border-top: 1px solid #e6e6e6;
}

.campus-pop .bot-block .box:nth-of-type(1) {
    padding-top: 0;
    margin-top: 0;
    border: none;
}

.campus-pop .bot-block .box h4 {
    font-size: 22px;
    color: #333333;
}

.campus-pop .bot-block .box .para {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    margin-top: 20px;
}

.campus-pop .bot-block a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background-color: #00584e;
    text-align: center;
    margin-top: 7vh;
}

.contact-s1 {
    padding: 6.25vw 0;
    font-size: 0;
}

.contact-s1 .items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2vw;
}

.contact-s1 .item {
    width: calc((100% - 48px) / 3);
    margin-top: 24px;
    background-color: #f8faf5;
    padding: 3.125vw;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 769px) {

    .contact-s1 .item:nth-of-type(1),
    .contact-s1 .item:nth-of-type(2),
    .contact-s1 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

.contact-s1 .item .icon {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}

.contact-s1 .item:nth-of-type(1) .icon {
    background-image: url("../temp/1-1.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(1):hover .icon {
        background-image: url("../images/contact/icon-1-1-on.png");
    }
}

.contact-s1 .item:nth-of-type(2) .icon {
    background-image: url("../images/contact/icon-1-2.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(2):hover .icon {
        background-image: url("../images/contact/icon-1-2-on.png");
    }
}

.contact-s1 .item:nth-of-type(3) .icon {
    background-image: url("../images/contact/icon-1-3.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(3):hover .icon {
        background-image: url("../images/contact/icon-1-3-on.png");
    }
}

.contact-s1 .item:nth-of-type(4) .icon {
    background-image: url("../images/contact/icon-1-4.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(4):hover .icon {
        background-image: url("../images/contact/icon-1-4-on.png");
    }
}

.contact-s1 .item:nth-of-type(5) .icon {
    background-image: url("../images/contact/icon-1-5.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(5):hover .icon {
        background-image: url("../images/contact/icon-1-5-on.png");
    }
}

.contact-s1 .item:nth-of-type(6) .icon {
    background-image: url("../images/contact/icon-1-6.png");
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:nth-of-type(6):hover .icon {
        background-image: url("../images/contact/icon-1-6-on.png");
    }
}

.contact-s1 .item p {
    font-size: 16px;
    color: #808080;
    margin-top: 15px;
    line-height: 1.5;
    transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
    .contact-s1 .item:hover {
        transform: translateY(-10px);
        background-color: #00584e;
        box-shadow: 0 20px 40px rgba(0, 88, 78, 0.3);
    }

    .contact-s1 .item:hover p {
        color: #fff;
    }
}

.contact-s1 .map {
    margin-top: 24px;
    height: 25vw;
    max-height: 480px;
}

.contact-s1 .map-cont {
    width: 450px;
    margin: -10px -18px -10px -10px;
    font-size: 0;
}

.contact-s1 .map-cont .img-box {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    height: 90px;
    text-align: center;
    background-color: #00584e;
    position: relative;
}

.contact-s1 .map-cont .img-box img {
    width: auto;
    max-width: 80% !important;
    max-height: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact-s1 .map-cont .txt-box {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    text-align: center;
}

.contact-s1 .map-cont .txt-box span {
    font-size: 18px;
    color: #444;
}

.contact-s1 .amap-layer {
    filter: grayscale(1);
}

.contact-s2 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/contact/img-2.jpg");
    background-attachment: fixed;
}

.contact-s2 .items {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
}

.contact-s2 .item {
    width: calc(50% - 12px);
    padding: 2vw;
    background-color: rgba(255, 255, 255, 0.9);
}

.contact-s2 .item h3 {
    font-size: 24px;
    color: #333;
}

.contact-s2 .item h3:after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #8fc31f;
    display: block;
    margin: 15px 0;
}

.contact-s2 .item .para {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 88, 78, 0.3);
}

.contact-s2 .item .tip-left {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 2;
    color: #333333;
}

.contact-s2 .item .tip-left:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #8fc31f;
    position: absolute;
    left: 0;
    top: 13px;
}

.contact-s2 .item .tip-left span {
    color: #00584e;
}

.contact-s2 .item .tip-right {
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
}

.contact-s2 .item .tip-right:nth-of-type(1) {
    margin-top: 0;
}

.contact-s2 .item .tip-right:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #8fc31f;
    position: absolute;
    left: 0;
    top: 9px;
}

.contact-s2 .item .tip-right h4 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.contact-s2 .item .tip-right p {
    font-size: 16px;
    color: #00584e;
    margin-top: 20px;
    text-indent: 2em;
}

.contact-s3 {
    padding: 6.25vw 0;
    font-size: 0;
}

.contact-s3 form {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-s3 .box {
    position: relative;
    margin-top: 24px;
}

@media screen and (min-width: 769px) {

    .contact-s3 .box:nth-of-type(1),
    .contact-s3 .box:nth-of-type(2),
    .contact-s3 .box:nth-of-type(3),
    .contact-s3 .box:nth-of-type(4) {
        margin-top: 0;
        width: calc((100% - 72px) / 4);
    }

    .contact-s3 .box:nth-of-type(5),
    .contact-s3 .box:nth-of-type(6),
    .contact-s3 .box:nth-of-type(8),
    .contact-s3 .box:nth-of-type(9) {
        width: calc((100% - 24px) / 2);
    }

    .contact-s3 .box:nth-of-type(7) {
        width: 100%;
    }
}

.contact-s3 .box input,
.contact-s3 .box select,
.contact-s3 .box textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #808080;
    border: 2px solid #e6e6e6;
    cursor: pointer;
}

.contact-s3 .box input,
.contact-s3 .box select {
    height: 60px;
    padding: 0 20px;
}

.contact-s3 .box textarea {
    height: 190px;
    padding: 10px 20px;
    resize: none;
}

.contact-s3 .box select {
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-image: url("../images/contact/icon-2.png");
}

.contact-s3 .box button {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background-color: #00584e;
    cursor: pointer;
}

.contact-s3 .box .tips {
    position: relative;
    font-size: 16px;
    color: #cccccc;
    padding: 24px 100px 0 24px;
}

.contact-s3 .box .num {
    position: absolute;
    right: 24px;
    top: 24px;
}

.contact-s3 .box img {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 56px;
    cursor: pointer;
}

.market-list-s1 {
    padding: 6.25vw 0;
    background-color: #f5f5f5;
    font-size: 0;
}

.market-list-s1 .items {
    margin-bottom: 2vw;
}

.market-list-s1 .item {
    margin-top: 1.5vw;
    padding: 2vw;
    background-color: #fff;
    transition: all .3s ease;
}

.market-list-s1 .item a {
    display: block;
}

.market-list-s1 .item .date {
    width: 72px;
    height: 72px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #00584e;
    transition: all .3s ease;
}

.market-list-s1 .item .date b,
.market-list-s1 .item .date span {
    display: block;
    color: #fff;
    line-height: 1;
}

.market-list-s1 .item .date b {
    font-size: 40px;
    font-family: 'EuclidCircularA-Light';
    font-weight: normal;
}

.market-list-s1 .item .date span {
    font-size: 14px;
    font-family: 'EuclidCircularA-Light';
    margin-top: 5px;
}

.market-list-s1 .item .txt-box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 75px);
    padding-left: 2vw;
}

.market-list-s1 .item h3 {
    font-size: 24px;
    color: #171f29;
    transition: color .3s ease;
}

.market-list-s1 .item p {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    max-height: 96px;
    overflow: hidden;
    margin-top: 20px;
    transition: color .3s ease;
}

.market-list-s1 .item:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (min-width: 1025px) {
    .market-list-s1 .item:hover {
        background-color: #00584e;
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }

    .market-list-s1 .item:hover .date {
        background-color: #8fc31f;
    }

    .market-list-s1 .item:hover h3,
    .market-list-s1 .item:hover p {
        color: #fff;
    }
}

.market-login-s1 {
    height: calc(100vh - 160px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("../images/market/img-2.jpg");
    font-size: 0;
}

.market-login-s1 .txt-box {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 500px);
    padding-right: 6.25vw;
}

.market-login-s1 .txt-box h3 {
    font-size: 60px;
    color: #fff;
}

.market-login-s1 .txt-box p {
    font-size: 24px;
    color: #fff;
    margin-top: 2vw;
}

.market-login-s1 .login-box {
    position: relative;
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    padding: 80px 30px 110px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("../images/market/img-1.jpg");
}

.market-login-s1 .login-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: linear-gradient(90deg, #00584e, #8fc31f);
}

.market-login-s1 .login-box h3 {
    font-size: 32px;
    color: #333;
    text-align: center;
}

.market-login-s1 .login-box form {
    margin-top: 40px;
}

.market-login-s1 .login-box .box {
    position: relative;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
}

.market-login-s1 .login-box .box:nth-of-type(1) {
    margin-top: 0;
}

.market-login-s1 .login-box .icon {
    padding-left: 60px;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
}

.market-login-s1 .login-box .icon:before {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
}

.market-login-s1 .login-box .user:before {
    background-image: url("../images/market/icon-1.png");
}

.market-login-s1 .login-box .pwd:before {
    background-image: url("../images/market/icon-2.png");
}

.market-login-s1 .login-box input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #aaaaaa;
}

.market-login-s1 .login-box button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00584e;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.market-prod-s1 {
    padding: 6.25vw 0;
    background-color: #f5f5f5;
}

.market-prod-s1 .block {
    margin-top: 6.25vw;
}

.market-prod-s1 .block:nth-of-type(1) {
    margin-top: 0;
}

.market-prod-s1 .items {
    margin-top: 2vw;
    font-size: 0;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.market-prod-s1 .item {
    width: calc(33.33% - 24px);
    margin: 24px 12px 0;
    background-color: #fff;
    transition: all .3s ease;
}

.market-prod-s1 .item .img-box {
    overflow: hidden;
}

.market-prod-s1 .item img {
    display: block;
    width: 100%;
}

.market-prod-s1 .item .txt-box {
    padding: 1.5vw;
    border-top: 2px solid #f5f5f5;
    position: relative;
}

.market-prod-s1 .item .txt-box:after {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/market/icon-3.png");
    position: absolute;
    right: 1.5vw;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all .3s ease;
}

.market-prod-s1 .item h3 {
    font-size: 24px;
    color: #171f29;
    margin-right: 50px;
    transition: color .3s ease;
}

.market-prod-s1 .item h4 {
    font-size: 18px;
    line-height: 24px;
    color: #171f29;
    font-family: 'Arial';
    margin-right: 50px;
    transition: color .3s ease;
}

.market-prod-s1 .item p {
    font-size: 16px;
    color: #00584e;
    margin-right: 50px;
    margin-top: 5px;
    transition: color .3s ease;
}

@media screen and (min-width: 769px) {

    .market-prod-s1 .item:nth-of-type(1),
    .market-prod-s1 .item:nth-of-type(2),
    .market-prod-s1 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .market-prod-s1 .item:hover {
        transform: translateY(-10px);
        background-color: #00584e;
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }

    .market-prod-s1 .item:hover h3,
    .market-prod-s1 .item:hover h4 {
        color: #fff;
    }

    .market-prod-s1 .item:hover p {
        color: #8fc31f;
    }

    .market-prod-s1 .item:hover .txt-box:after {
        opacity: 1;
    }
}

.market-proddetail .c-banner h3 {
    color: #333;
}

.market-proddetail .c-banner p {
    color: #808080;
}

.market-proddetail .c-banner .txt {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.market-proddetail .c-banner .img {
    width: 48%;
    height: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.market-proddetail .c-banner .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.market-proddetail .inner-tit h3:before {
    content: '';
    width: 4px;
    height: 24px;
    background-color: #00584e;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 20px 0 0;
}

.market-proddetail-s1 {
    padding-top: 3.25vw;
}

.market-proddetail-s1 .cont {
    margin-top: 2vw;
    background-color: #fbfbfb;
    padding: 3.125vw 2vw;
    border: 1px solid #f0f0f0;
}

.market-proddetail-s1 .para {
    margin-top: 2vw;
    font-size: 18px;
    line-height: 2;
    color: #171f29;
}

.market-proddetail-s1 .para:nth-of-type(1) {
    margin-top: 0;
}

.market-proddetail-s1 .dot {
    padding-left: 20px;
    position: relative;
}

.market-proddetail-s1 .dot:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #00584e;
    position: absolute;
    left: 0;
    top: 15px;
}

.market-proddetail-s2 {
    padding-top: 3.25vw;
}

.market-proddetail-s2 .items {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
}

.market-proddetail-s2 .item {
    width: calc((100% - 96px) / 4);
    padding: 2vw;
    border: 2px solid #e6e6e6;
    padding: 2vw;
    margin-top: 24px;
    transition: all .3s ease;
}

@media (min-width:993px) {
    .market-proddetail-s2 .item1 {
        width: calc((100% - 24px) / 1);
    }

    .market-proddetail-s2 .item2 {
        width: calc((100% - 48px) / 2);
    }

    .market-proddetail-s2 .item3 {
        width: calc((100% - 72px) / 3);
    }

    .market-proddetail-s2 .item4 {
        width: calc((100% - 96px) / 4);
    }
}

@media screen and (min-width: 769px) {
    .market-proddetail-s2 .item {
        margin-right: 24px;
    }

    .market-proddetail-s2 .item:nth-of-type(4n) {
        /*margin-right: 0;*/
    }
}

.market-proddetail-s2 .item span {
    font-size: 36px;
    color: #00584e;
    font-family: 'EuclidCircularA-Regular';
    transition: color .3s ease;
}

.market-proddetail-s2 .item p {
    font-size: 16px;
    line-height: 2;
    color: #171f29;
    margin-top: 25px;
    transition: color .3s ease;
}

@media screen and (min-width: 769px) {

    .market-proddetail-s2 .item:nth-of-type(1),
    .market-proddetail-s2 .item:nth-of-type(2),
    .market-proddetail-s2 .item:nth-of-type(3),
    .market-proddetail-s2 .item:nth-of-type(4) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .market-proddetail-s2 .item:hover {
        border-color: transparent;
        background-color: #00584e;
        box-shadow: 0 20px 40px rgba(0, 88, 78, 0.2);
        transform: translateY(-10px);
    }

    .market-proddetail-s2 .item:hover span,
    .market-proddetail-s2 .item:hover p {
        color: #fff;
    }
}

.market-proddetail-s3 {
    padding-top: 3.25vw;
}

.market-proddetail-s3 .para {
    margin-top: 2vw;
    font-size: 18px;
    line-height: 2;
    color: #171f29;
}

.market-proddetail-s3 .swiper {
    margin-top: 2vw;
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
    position: relative;
}

.market-proddetail-s3 .b-items {
    height: 33vw;
    max-height: 640px;
}

.market-proddetail-s3 .b-items .swiper-wrapper {
    height: 100%;
}

.market-proddetail-s3 .b-items .item {
    height: 100%;
    text-align: center;
}

.market-proddetail-s3 .b-items .item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.market-proddetail-s3 .s-items {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 60px;
}

.market-proddetail-s3 .s-items .item {
    position: relative;
    height: 80px;
    cursor: pointer;
}

.market-proddetail-s3 .s-items .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #8fc31f;
    box-sizing: border-box;
    transition: all .3s ease;
    opacity: 0;
}

.market-proddetail-s3 .s-items .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.market-proddetail-s3 .s-items .item.swiper-slide-thumb-active:after {
    opacity: 1;
}

.market-proddetail-s3 .button {
    width: 13px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/market/icon-4.png");
    position: absolute;
    bottom: 50px;
    cursor: pointer;
    z-index: 2;
}

.market-proddetail-s3 .button-prev {
    left: 22px;
}

.market-proddetail-s3 .button-next {
    right: 22px;
    transform: rotateY(180deg);
}

.market-proddetail-s3 .pagination {
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    display: none;
}

.market-proddetail-s3 .pagination span {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 2px;
    background-color: #e6e6e6;
    margin-left: 10px;
    cursor: pointer;
}

.market-proddetail-s3 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.market-proddetail-s3 .pagination span.active {
    background-color: #00584e;
    width: 36px;
    height: 4px;
}

.market-proddetail-s4 {
    padding: 3.25vw 0 0;
}

#sections {
    padding-bottom: 6.25vw;
}

.market-proddetail-s4 .items {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
}

.market-proddetail-s4 .item {
    width: calc((100% - 60px) / 6);
    margin-top: 12px;
    margin-right: 12px;
    padding: 20px 40px;
    font-size: 18px;
    color: #333333;
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
    transition: all .3s ease;
}

@media screen and (min-width: 769px) {

    .market-proddetail-s4 .item:nth-of-type(1),
    .market-proddetail-s4 .item:nth-of-type(2),
    .market-proddetail-s4 .item:nth-of-type(3),
    .market-proddetail-s4 .item:nth-of-type(4),
    .market-proddetail-s4 .item:nth-of-type(5),
    .market-proddetail-s4 .item:nth-of-type(6) {
        margin-top: 0;
    }

    .market-proddetail-s4 .item:nth-of-type(6n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .market-proddetail-s4 .item:hover {
        border-color: #00584e;
    }
}

.market-proddetail-s4 a.order {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    background-color: #00584e;
    margin-top: 4.5vw;
    box-shadow: 0 20px 40px rgba(0, 88, 78, 0.2);
}

.about-intro-s1 {
    padding: 6.25vw 0;
}

.about-intro-s1 .para {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    margin-top: 2vw;
}

.about-intro-s2 .cont {
    padding: 6.25vw 0;
    border-top: 4px solid #e6e6e6;
}

.about-intro-s2 .title {
    font-size: 24px;
    color: #00584e;
    font-weight: bold;
}

.about-intro-s2 .items {
    margin-top: 2vw;
    display: flex;
    flex-wrap: wrap;
}

.about-intro-s2 .item {
    position: relative;
    width: calc((100% - 48px) / 3);
    margin-top: 24px;
    margin-right: 24px;
    border: 1px solid #e6e6e6;
}

.about-intro-s2 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00584e;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/about/img-1.jpg");
    opacity: 0;
    transition: all .3s ease;
}

.about-intro-s2 .item a {
    padding: 2.5vw 2vw;
    display: block;
    position: relative;
    z-index: 2;
}

.about-intro-s2 .item h3 {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    position: relative;
    padding: 0 40px 0 15px;
    transition: color .3s ease;
}

.about-intro-s2 .item h3:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #00584e;
    position: absolute;
    top: 50%;
    left: 0;
    top: 9px;
    transition: all .3s ease;
}

.about-intro-s2 .item h3:after {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-2.png");
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    display: none;
    opacity: 0;
    transition: all .3s ease;
}

.about-intro-s2 .item.link h3:after {
    display: block;
}

@media screen and (min-width: 769px) {

    .about-intro-s2 .item:nth-of-type(1),
    .about-intro-s2 .item:nth-of-type(2),
    .about-intro-s2 .item:nth-of-type(3) {
        margin-top: 0;
    }

    .about-intro-s2 .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .about-intro-s2 .item:hover {
        border-color: transparent;
    }

    .about-intro-s2 .item:hover:before {
        opacity: 1;
    }

    .about-intro-s2 .item:hover h3 {
        color: #fff;
    }

    .about-intro-s2 .item:hover h3:before {
        background-color: #7fb724;
    }

    .about-intro-s2 .item:hover h3:after {
        opacity: 1;
    }
}

.about-chairman-s1 {
    padding: 6.25vw 0;
    font-size: 0;
}

.about-chairman-s1 .flex {
    display: flex;
    align-items: flex-start;
}

.about-chairman-s1 .img-box {
    width: 360px;
    flex: 1 0 360px;
}

.about-chairman-s1 .img-box img {
    display: block;
    width: 100%;
}

.about-chairman-s1 .txt-box {
    width: 100%;
    padding-left: 3.125vw;
}

.about-chairman-s1 .inner-tit {
    display: inline-block;
    vertical-align: middle;
}

.about-chairman-s1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #00584e;
    margin-left: 2vw;
}

.about-chairman-s1 .para {
    font-size: 18px;
    line-height: 2;
    color: #808080;
    margin-top: 2vw;
}

.about-organization-s1 {
    padding: 6.25vw 0;
}

.about-organization-s1 .img-box img {
    display: block;
    width: 100%;
}

.about-honor-s1 {
    padding: 6.25vw 0;
}

.about-honor-s1 .items {
    margin-bottom: 2vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-honor-s1 .item {
    width: calc((100% - 48px) / 3);
    margin-top: 3.5vw;
    transition: all .3s ease;
}

.about-honor-s1 .item .img-box {
    overflow: hidden;
    transition: all .3s ease;
}

.about-honor-s1 .item img {
    display: block;
    width: 100%;
}

.about-honor-s1 .item h3 {
    text-align: center;
    margin-top: 2vw;
    font-size: 24px;
    color: #000000;
}

@media screen and (min-width: 769px) {

    .about-honor-s1 .item:nth-of-type(1),
    .about-honor-s1 .item:nth-of-type(2),
    .about-honor-s1 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .about-honor-s1 .item:hover {
        transform: translateY(-10px);
    }

    .about-honor-s1 .item:hover .img-box {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
}

.about-social-s1 {
    padding: 6.25vw 0;
}

.about-social-s1 .items {
    margin-bottom: 2vw;
}

.about-social-s1 .item {
    padding: 2vw 0;
    border-bottom: 1px solid #e6e6e6;
}

.about-social-s1 .item a {
    display: flex;
    align-items: center;
}

.about-social-s1 .item .img-box {
    width: 360px;
    flex: 1 0 360px;
    overflow: hidden;
}

.about-social-s1 .item img {
    display: block;
    width: 100%;
    transition: transform 0.6s ease;
}

.about-social-s1 .item .txt-box {
    width: 100%;
    padding-left: 3.125vw;
}

.about-social-s1 .item h3 {
    font-size: 24px;
    color: #000;
}

.about-social-s1 .item p {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    height: 64px;
    margin: 20px 0;
    overflow: hidden;
}

.about-social-s1 .item span {
    display: inline-block;
    font-size: 14px;
    color: #00584e;
}

.about-social-s1 .item span:after {
    content: '';
    width: 7px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-3.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-social-s1 .item:nth-of-type(1) {
    padding-top: 0;
}

@media screen and (min-width: 1025px) {
    .about-social-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.about-video-s1 {
    padding: 6.25vw 0;
    font-size: 0;
}

.about-video-s1 .link a {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    border: 2px solid #00584e;
    border-radius: 30px;
    font-size: 20px;
    color: #00584e;
    text-align: center;
    line-height: 56px;
    margin-right: 24px;
    transition: all .3s ease;
}

.about-video-s1 .link a:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 1025px) {

    .about-video-s1 .link a:hover,
    .about-video-s1 .link a.active {
        background-color: #00584e;
        color: #fff;
    }
}

.about-video-s1 .items {
    margin: 3.125vw 0;
    display: flex;
    flex-wrap: wrap;
}

.about-video-s1 .item {
    width: calc((100% - 48px) / 4);
    margin-top: 3.125vw;
    transition: all .3s ease;
}

@media screen and (min-width: 769px) {
    .about-video-s1 .item {
        margin-right: 24px;
    }

    .about-video-s1 .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.about-video-s1 .item .img-box {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.about-video-s1 .item .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 88, 78, 0.9);
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
}

.about-video-s1 .item .img-box:after {
    content: '';
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-4.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
}

.about-video-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}

.about-video-s1 .item .txt-box {
    padding: 1.5vw 1.5vw 0;
}

.about-video-s1 .item h3 {
    font-size: 24px;
    color: #000000;
}

.about-video-s1 .item span {
    display: block;
    font-size: 14px;
    color: #00584e;
    margin-top: 15px;
}

.about-video-s1 .item span:after {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-5.png");
    margin: -2px 0 0 10px;
}

@media screen and (min-width: 769px) {

    .about-video-s1 .item:nth-of-type(1),
    .about-video-s1 .item:nth-of-type(2),
    .about-video-s1 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .about-video-s1 .item:hover {
        transform: translateY(-10px);
    }

    .about-video-s1 .item:hover .img-box {
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }

    .about-video-s1 .item:hover .img-box:before,
    .about-video-s1 .item:hover .img-box:after {
        opacity: 1;
    }

    .about-video-s1 .item:hover img {
        transform: scale(1.1);
    }
}

.about-culture-s1 {
    padding: 6.25vw 0;
}

.about-culture-s1 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-culture-s1 .item {
    width: calc((100% - 48px) / 3);
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.about-culture-s1 .item .img-box {
    overflow: hidden;
}

.about-culture-s1 .item img {
    display: block;
    width: 100%;
    transition: transform .6s ease;
}

.about-culture-s1 .item .txt-box {
    padding: 0 2vw 2vw;
    position: relative;
    z-index: 2;
}

.about-culture-s1 .item .txt-box:before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00584e;
    background-color: #fff;
    border-radius: 50%;
    margin: -60px auto 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.about-culture-s1 .item h3 {
    font-size: 24px;
    color: #333333;
    margin: 1.5vw 0 5px;
    transition: color .3s ease;
}

.about-culture-s1 .item p {
    font-size: 18px;
    color: #808080;
    transition: color .3s ease;
}

.about-culture-s1 .item:nth-of-type(1) .txt-box:before {
    background-image: url("../images/about/icon-6-1.png");
}

.about-culture-s1 .item:nth-of-type(2) .txt-box:before {
    background-image: url("../images/about/icon-6-2.png");
}

.about-culture-s1 .item:nth-of-type(3) .txt-box:before {
    background-image: url("../images/about/icon-6-3.png");
}

@media screen and (min-width: 1025px) {
    .about-culture-s1 .item:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
        background-color: #00584e;
    }

    .about-culture-s1 .item:hover img {
        transform: scale(1.1);
    }

    .about-culture-s1 .item:hover h3,
    .about-culture-s1 .item:hover p {
        color: #fff;
    }
}

.about-culture-s2 {
    padding: 10vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-culture-s2 .icon {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.about-culture-s2 .icon .ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.about-culture-s2 .icon .ring span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation: ringscale 2s linear infinite;
    -moz-animation: ringscale 2s linear infinite;
    -ms-animation: ringscale 2s linear infinite;
    animation: ringscale 2s linear infinite;
    opacity: 0;
}

.about-culture-s2 .icon .ring span:nth-of-type(2) {
    animation-delay: .7s;
}

.about-culture-s2 .icon .ring span:nth-of-type(3) {
    animation-delay: 1.4s;
}

.about-culture-s2 .icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}

.about-culture-s2 h3 {
    font-size: 48px;
    margin-top: 2vw;
    text-align: center;
}

.about-culture-s2 p {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
}

.about-culture-s2.white {
    background-image: url("../images/about/img-8.jpg");
}

.about-culture-s2.white .icon .ring span {
    background-color: rgba(255, 255, 255, 0.2);
}

.about-culture-s2.white .icon:after {
    background-image: url("../images/about/icon-7.png");
    background-color: #fff;
}

/*.about-culture-s2.white h3 {
    color: #fff;
  }
  .about-culture-s2.white p {
    color: #fff;
  }*/
.about-culture-s2.black {
    background-image: url("../images/about/img-9.jpg");
}

.about-culture-s2.black .icon .ring span {
    background-color: rgba(0, 88, 78, 0.2);
}

.about-culture-s2.black .icon:after {
    background-image: url("../images/about/icon-8.png");
    background-color: #00584e;
}

.about-culture-s2.black h3 {
    color: #333333;
}

.about-culture-s2.black p {
    color: #808080;
}

.about-culture-s3 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-10.jpg");
    background-attachment: fixed;
}

.about-culture-s3 .block {
    padding: 0 6.25vw 4vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-12.jpg");
}

.about-culture-s3 .top-block {
    padding: 3.125vw 0;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

.about-culture-s3 .top-block .img-box {
    width: 293px;
    flex: 1 0 293px;
}

.about-culture-s3 .top-block .img-box img {
    display: block;
    width: 100%;
}

.about-culture-s3 .top-block p {
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    margin-left: 6.25vw;
}

.about-culture-s3 .para p {
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.about-culture-s3 .para p:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #00584e;
    position: absolute;
    left: 0;
    top: 12px;
}

.about-team-s1 {
    padding: 6.25vw 0;
}

.about-team-s1 .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-team-s1 .item {
    width: calc((100% - 6.25vw) / 3);
    margin-top: 3.125vw;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
}

.about-team-s1 .item .img-box {
    overflow: hidden;
}

.about-team-s1 .item .img-box img {
    display: block;
    width: 100%;
}

.about-team-s1 .item .show {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6.25vw 2vw 2vw;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 1;
}

.about-team-s1 .item .show h3 {
    font-size: 24px;
    color: #fff;
}

.about-team-s1 .item .show span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.about-team-s1 .item .hide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00584e;
    padding: 2vw;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.about-team-s1 .item .hide h3 {
    font-size: 36px;
    color: #fff;
}

.about-team-s1 .item .hide span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}

.about-team-s1 .item .hide p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    height: 120px;
    overflow: hidden;
}

.about-team-s1 .item .popups {
    display: none;
}

@media screen and (min-width: 769px) {

    .about-team-s1 .item:nth-of-type(1),
    .about-team-s1 .item:nth-of-type(2),
    .about-team-s1 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .about-team-s1 .item:hover {
        box-shadow: 0 20px 40px rgba(0, 88, 78, 0.3);
    }

    .about-team-s1 .item:hover .hide {
        opacity: 1;
        visibility: visible;
        transform: translate(10px, 10px);
    }
}

.team-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 999;
    display: none;
}

.team-pop .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.team-pop .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.team-pop .block {
    background-color: #fff;
    padding: 6.25vw;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("../images/about/img-14.jpg");
    background-size: 100% auto;
}

.team-pop .close {
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-9.png");
    position: absolute;
    top: 2vw;
    right: 2vw;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

.team-pop .close:hover {
    transform: rotate(90deg);
}

.team-pop .flex {
    display: flex;
    align-items: center;
}

.team-pop .img-box {
    width: 360px;
    flex: 1 0 360px;
}

.team-pop .img-box img {
    display: block;
    width: 100%;
}

.team-pop .txt-box {
    width: 100%;
    padding-left: 2vw;
}

.team-pop .tit {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #00584e;
}

.team-pop h3 {
    font-size: 42px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.team-pop span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background-color: #00584e;
    line-height: 30px;
    padding: 0 24px;
    margin-left: 24px;
}

.team-pop .para {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    height: 256px;
    padding-right: 20px;
    overflow: auto;
}

.about-history-s1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-15.jpg");
    background-attachment: fixed;
    padding: 6.25vw 0;
    position: relative;
}

.about-history-s1 .items {
    position: relative;
    z-index: 2;
}

.about-history-s1 .item {
    transition: all .3s ease;
}

.about-history-s1 .item .wrapper {
    display: flex;
    align-items: flex-start;
}

.about-history-s1 .item .wrapper:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 400px;
    background-color: #f0f0f0;
    transition: all .3s ease;
}

.about-history-s1 .item .year {
    width: 180px;
    flex: 1 0 180px;
    margin-right: 2vw;
    margin-left: 220px;
    padding: 2vw 0;
    font-size: 48px;
    font-family: 'EuclidCircularA-Regular';
    color: #00584e;
    line-height: 1;
    position: relative;
    transition: color .3s ease;
}

.about-history-s1 .item .year:after {
    content: '';
    width: 4px;
    height: 24px;
    background-color: #00584e;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -12px;
    transition: all .3s ease;
}

.about-history-s1 .item .info {
    position: relative;
    width: 100%;
    padding: 2vw 0;
    border-bottom: 2px dashed #e6e6e6;
    display: flex;
    transition: all .3s ease;
}

.about-history-s1 .item .img-box {
    width: 240px;
    flex: 1 0 240px;
    margin-right: 2vw;
    overflow: hidden;
}

.about-history-s1 .item img {
    display: block;
    width: 100%;
}

.about-history-s1 .item .para {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    color: #333333;
    transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-history-s1 .item:hover {
        background-color: #00584e;
    }

    .about-history-s1 .item:hover .wrapper:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .about-history-s1 .item:hover .year {
        color: #fff;
    }

    .about-history-s1 .item:hover .year:after {
        background-color: #fff;
    }

    .about-history-s1 .item:hover .info {
        border-color: transparent;
    }

    .about-history-s1 .item:hover .para {
        color: #fff;
    }
}

.about-index .pagination {
    text-align: center;
    font-size: 0;
    margin-top: 2vw;
}

.about-index .pagination span {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 2px;
    background-color: #e6e6e6;
    margin-left: 10px;
    cursor: pointer;
}

.about-index .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.about-index .pagination span.active {
    background-color: #00584e;
    width: 36px;
    height: 4px;
}

.about-index-s1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-27.jpg");
    padding-bottom: 6.25vw;
    position: relative;
    z-index: 3;
    border-top: 1px solid transparent;
}

.about-index-s1 .box {
    margin-top: -4.5vw;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 6.25vw 4.5vw;
}

.about-index-s1 .left-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 30px;
}

.about-index-s1 .para {
    font-size: 18px;
    color: #1c1b1b;
    line-height: 2;
    margin-top: 2vw;
}

.about-index-s1 .btn {
    margin-top: 2vw;
    font-size: 0;
}

.about-index-s1 .btn a {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    line-height: 44px;
    border: 2px solid #00584e;
    font-size: 14px;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

.about-index-s1 .btn a:nth-of-type(1) {
    background-color: #00584e;
    color: #fff;
}

.about-index-s1 .btn a:nth-of-type(1):after {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-18.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.about-index-s1 .btn a:nth-of-type(2) {
    color: #00584e;
    margin-left: 24px;
}

@media screen and (min-width: 1025px) {
    .about-index-s1 .btn a:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    }
}

.about-index-s1 .right-box {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 30px;
}

.about-index-s1 .right-box img {
    display: block;
    width: 100%;
}

.about-index-s1 .bot-block {
    position: relative;
    margin-top: 3.125vw;
}

.about-index-s1 .line {
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    background-color: #cccccc;
}

.about-index-s1 .items {
    padding: 0 3.125vw;
}

.about-index-s1 .item {
    cursor: pointer;
}

.about-index-s1 .item .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.about-index-s1 .item .icon .ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.about-index-s1 .item .icon .ring span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: rgba(0, 88, 78, 0.2);
    -webkit-animation: ringscale1 2s linear infinite;
    -moz-animation: ringscale1 2s linear infinite;
    -ms-animation: ringscale1 2s linear infinite;
    animation: ringscale1 2s linear infinite;
    opacity: 0;
}

.about-index-s1 .item .icon .ring span:nth-of-type(2) {
    animation-delay: .7s;
}

.about-index-s1 .item .icon .ring span:nth-of-type(3) {
    animation-delay: 1.4s;
}

.about-index-s1 .item .icon:after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-19.png");
    transition: all .3s ease;
}

.about-index-s1 .item h3 {
    font-size: 16px;
    line-height: 24px;
    color: #1c1b1b;
    max-width: 150px;
    margin: 10px auto;
    text-align: center;
    transition: all .3s ease;
}

.about-index-s1 .item a {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-20.png");
    opacity: 0;
    transition: all .3s ease;
}

.about-index-s1 .item:hover .icon .ring {
    opacity: 1;
}

.about-index-s1 .item:hover .icon:after {
    background-image: url("../images/about/icon-19-on.png");
}

.about-index-s1 .item:hover h3 {
    color: #00584e;
}

.about-index-s1 .item:hover a {
    opacity: 1;
}

.about-index-s1 .button {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-21.png");
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s1 .button:hover {
        background-image: url("../images/about/icon-21-on.png");
    }
}

.about-index-s1 .button-prev {
    left: 0;
}

.about-index-s1 .button-next {
    right: 0;
    transform: rotateY(180deg);
}

.about-index-s2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-24.jpg");
    font-size: 0;
}

.about-index-s2 .left-box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.about-index-s2 .left-box img {
    display: block;
    width: 70%;
    max-width: 457px;
    margin: 0 auto;
}

.about-index-s2 .right-box {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.about-index-s2 .para {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-top: 2vw;
}

.about-index-s2 a.more {
    margin-top: 2vw;
    display: block;
    width: 180px;
    line-height: 44px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s2 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    }
}

.about-index-s3 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-23.jpg");
    background-attachment: fixed;
}

.about-index-s3 .items {
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
}

.about-index-s3 .item {
    text-align: center;
}

.about-index-s3 .item .icon {
    width: 200px;
    height: 200px;
    position: relative;
}

.about-index-s3 .item .icon:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-16.png");
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.about-index-s3 .item .icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-17.png");
    z-index: 2;
    opacity: 0;
    transition: all .3s ease;
}

.about-index-s3 .item i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.about-index-s3 .item i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #595858;
    border-radius: 50%;
    box-sizing: border-box;
}

.about-index-s3 .item h3 {
    font-size: 24px;
    color: #171f29;
    margin-top: 50px;
}

.about-index-s3 .item:nth-of-type(1) i {
    background-image: url("../images/about/icon-15-1.png");
}

@media screen and (min-width: 1025px) {
    .about-index-s3 .item:nth-of-type(1):hover i {
        background-image: url("../images/about/icon-15-1-on.png");
    }
}

.about-index-s3 .item:nth-of-type(2) i {
    background-image: url("../images/about/icon-15-2.png");
}

@media screen and (min-width: 1025px) {
    .about-index-s3 .item:nth-of-type(2):hover i {
        background-image: url("../images/about/icon-15-2-on.png");
    }
}

.about-index-s3 .item:nth-of-type(3) i {
    background-image: url("../images/about/icon-15-3.png");
}

@media screen and (min-width: 1025px) {
    .about-index-s3 .item:nth-of-type(3):hover i {
        background-image: url("../images/about/icon-15-3-on.png");
    }
}

.about-index-s3 .item:nth-of-type(4) i {
    background-image: url("../images/about/icon-15-4.png");
}

@media screen and (min-width: 1025px) {
    .about-index-s3 .item:nth-of-type(4):hover i {
        background-image: url("../images/about/icon-15-4-on.png");
    }
}

.about-index-s3 .item:nth-of-type(5) i {
    background-image: url("../images/about/icon-15-5.png");
}

@media screen and (min-width: 1025px) {
    .about-index-s3 .item:nth-of-type(5):hover i {
        background-image: url("../images/about/icon-15-5-on.png");
    }
}

@media screen and (min-width: 1025px) {

    .about-index-s3 .item:hover .icon:before,
    .about-index-s3 .item:hover .icon:after {
        opacity: 1;
    }

    .about-index-s3 .item:hover .icon:before {
        animation: rotate 40s linear infinite;
    }

    .about-index-s3 .item:hover i {
        transform: rotateY(360deg);
        transition: all 1s ease;
    }

    .about-index-s3 .item:hover i:before {
        opacity: 0;
    }
}

.about-index-s3 a.more {
    margin: 4vw auto 0;
    display: block;
    width: 180px;
    line-height: 48px;
    background-color: #00584e;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s3 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.2);
    }
}

.about-index-s4 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-20.jpg");
    background-attachment: fixed;
}

.about-index-s4 .year-box {
    position: relative;
    margin-top: 2vw;
}

.about-index-s4 .year-box:before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/about/img-21.png");
    background-size: 100% 100%;
    z-index: 1;
}

.about-index-s4 .year-box .items {
    padding-top: 40px;
}

.about-index-s4 .year-box .item {
    cursor: pointer;
}

.about-index-s4 .year-box .item:before {
    content: '';
    width: 65px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-13.png");
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    opacity: 0;
    transition: all .3s ease;
}

.about-index-s4 .year-box .item:after {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-14.png");
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.about-index-s4 .year-box .item span {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-family: 'EuclidCircularA-Regular';
    padding-bottom: 40px;
    transition: all .3s ease;
}

.about-index-s4 .year-box .item.active:before {
    opacity: 1;
}

.about-index-s4 .year-box .item.active span {
    opacity: 0;
}

.about-index-s4 .tab-cont {
    margin-top: 4.5vw;
    position: relative;
    padding: 0 6.25vw;
}

.about-index-s4 .tab-cont .child {
    display: none;
}

.about-index-s4 .tab-cont .child.active {
    display: flex;
}

.about-index-s4 .tab-cont .left-box {
    width: 400px;
    padding: 0 4vw 6.25vw 0;
    flex: 1 0 400px;
    position: relative;
    opacity: 0;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-index-s4 .tab-cont .left-box a {
    position: absolute;
    right: 4vw;
    bottom: 0;
}

.about-index-s4 .tab-cont .right-box {
    width: 100%;
    padding-left: 3.125vw;
    border-left: 1px solid #cccccc;
    opacity: 0;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.about-index-s4 .tab-cont .right-box a {
    margin-top: 20px;
    display: none;
}

.about-index-s4 .tab-cont .year {
    text-align: right;
    font-size: 120px;
    line-height: 1;
    color: #00584e;
    font-family: 'EuclidCircularA-SemiBold';
}

.about-index-s4 .tab-cont a {
    display: block;
    width: 180px;
    line-height: 48px;
    background-color: #00584e;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s4 .tab-cont a:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    }
}

.about-index-s4 .tab-cont .img-box {
    display: inline-block;
    max-width: 480px;
    margin-bottom: 24px;
    overflow: hidden;
}

.about-index-s4 .tab-cont img {
    display: block;
    width: 100%;
}

.about-index-s4 .tab-cont .para {}

.about-index-s4 .tab-cont p {
    font-size: 18px;
    line-height: 2;
    color: #171f29;
    padding-left: 20px;
    position: relative;
}

.about-index-s4 .tab-cont p:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #00584e;
    position: absolute;
    left: 0;
    top: 15px;
}

.about-index-s4 .button {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-10.png");
    position: absolute;
    top: 140px;
    cursor: pointer;
}

.about-index-s4 .button-prev {
    left: 0;
}

.about-index-s4 .button-next {
    right: 0;
    transform: rotateY(180deg);
}

.about-index-s5 {
    padding: 12.5vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-19.jpg");
    background-attachment: fixed;
}

.about-index-s5 p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
}

.about-index-s5 a.more {
    margin-top: 2vw;
    display: block;
    width: 180px;
    line-height: 44px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s5 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
    }
}

.about-index-s6 {
    padding: 6.25vw 0;
    display: none;
}

.about-index-s6 .bot-block {
    margin-top: 2vw;
    position: relative;
}

.about-index-s6 .item {
    position: relative;
    cursor: pointer;
}

.about-index-s6 .item .img-box {
    overflow: hidden;
    transition: transform .3s ease;
}

.about-index-s6 .item img {
    display: block;
    width: 100%;
}

.about-index-s6 .item .show {
    padding: 2vw 4vw 2vw 2vw;
    position: relative;
    transition: all .3s ease;
}

.about-index-s6 .item .show:after {
    content: '';
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-12.png");
    position: absolute;
    right: 2vw;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.about-index-s6 .item h3 {
    font-size: 24px;
    color: #171f29;
    transition: color .3s ease;
}

.about-index-s6 .item span {
    display: block;
    font-size: 16px;
    color: #00584e;
    margin-top: 10px;
    transition: color .3s ease;
}

.about-index-s6 .item .para {
    padding: 2vw;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #00584e;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.about-index-s6 .item .para:after {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 2vw;
    right: 2vw;
}

.about-index-s6 .item p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    height: 128px;
    overflow: hidden;
}

.about-index-s6 .item .popups {
    display: none;
}

@media screen and (min-width: 1025px) {
    .about-index-s6 .item:hover .img-box {
        transform: scale(0.8);
    }

    .about-index-s6 .item:hover .show {
        background-color: #00584e;
    }

    .about-index-s6 .item:hover .show:after {
        opacity: 1;
        visibility: visible;
    }

    .about-index-s6 .item:hover .para {
        opacity: 1;
        visibility: visible;
    }

    .about-index-s6 .item:hover h3,
    .about-index-s6 .item:hover span {
        color: #fff;
    }
}

.about-index-s6 .button {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-11.png");
    position: absolute;
    top: 50%;
    margin-top: -13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s6 .button:hover {
        background-image: url("../images/about/icon-11-on.png");
        box-shadow: 0 0 30px rgba(0, 88, 78, 0.3);
    }
}

.about-index-s6 .button-prev {
    left: 3.125vw;
}

.about-index-s6 .button-next {
    right: 3.125vw;
    transform: rotateY(180deg);
}

.about-index-s6 .pagination {
    display: none;
}

.about-index-s6 a.more {
    margin: 2vw auto 0;
    display: block;
    width: 180px;
    line-height: 48px;
    background-color: #00584e;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s6 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.2);
    }
}

.about-index-s7 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/about/img-18.jpg");
}

.about-index-s7 .bot-block {
    margin-top: 2vw;
    position: relative;
}

.about-index-s7 .item .img-box {
    overflow: hidden;
}

.about-index-s7 .item img {
    display: block;
    width: 100%;
}

.about-index-s7 .item h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 1.5vw;
}

.about-index-s7 .button {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-11.png");
    position: absolute;
    top: 50%;
    margin-top: -13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s7 .button:hover {
        background-image: url("../images/about/icon-11-on.png");
        box-shadow: 0 0 30px rgba(0, 88, 78, 0.3);
    }
}

.about-index-s7 .button-prev {
    left: 3.125vw;
}

.about-index-s7 .button-next {
    right: 3.125vw;
    transform: rotateY(180deg);
}

.about-index-s7 .pagination {
    display: none;
}

.about-index-s7 a.more {
    margin: 2vw auto 0;
    display: block;
    width: 180px;
    line-height: 48px;
    background-color: #00584e;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s7 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.2);
    }
}

.about-index-s8 {
    padding-top: 6.25vw;
}

.about-index-s8 .bot-block {
    margin-top: 2vw;
    position: relative;
}

.about-index-s8 .item {
    position: relative;
}

.about-index-s8 .item .img-box {
    width: 50%;
    overflow: hidden;
}

.about-index-s8 .item img {
    display: block;
    width: 100%;
}

.about-index-s8 .item .txt-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f8faf5;
    padding: 3.125vw;
}

.about-index-s8 .item .box {
    height: 100%;
    position: relative;
}

.about-index-s8 .item h3 {
    font-size: 24px;
    color: #333333;
}

.about-index-s8 .item p {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    height: 64px;
    overflow: hidden;
    margin-top: 10px;
}

.about-index-s8 .item a {
    display: block;
    width: 180px;
    line-height: 48px;
    background-color: #00584e;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .about-index-s8 .item a:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.2);
    }
}

.about-index-s8 .button {
    width: 16px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-10.png");
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
}

.about-index-s8 .button-prev {
    left: 3.125vw;
}

.about-index-s8 .button-next {
    right: 3.125vw;
    transform: rotateY(180deg);
}

.about-index-s8 .pagination {
    display: none;
}

.about-index-s9 {
    padding: 6.25vw 0;
}

.about-index-s9 .items {
    margin-top: 2vw;
}

.about-index-s9 .item .img-box {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.about-index-s9 .item .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.about-index-s9 .item .img-box:after {
    content: '';
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-4.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about-index-s9 .item img {
    display: block;
    width: 100%;
    height: 14vw;
    max-height: 260px;
    object-fit: cover;
    transition: transform .6s ease;
}

.about-index-s9 .item h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 1.5vw;
}

@media screen and (min-width: 1025px) {
    .about-index-s9 .item:hover img {
        transform: scale(1.1);
    }
}

.tech-result-s1 {
    padding: 6.25vw 0;
}

.tech-result-s1 .link a {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    border: 2px solid #00584e;
    border-radius: 30px;
    font-size: 20px;
    color: #00584e;
    text-align: center;
    line-height: 56px;
    margin-right: 24px;
    transition: all .3s ease;
}

.tech-result-s1 .link a:last-of-type {
    margin-right: 0;
}

@media screen and (min-width: 1025px) {

    .tech-result-s1 .link a:hover,
    .tech-result-s1 .link a.active {
        background-color: #00584e;
        color: #fff;
    }
}

.tech-result-s1 .items {
    margin: 3.125vw 0 2vw;
}

.tech-result-s1 .item {
    margin-top: 2vw;
}

.tech-result-s1 .item .show {
    display: flex;
    padding: 20px 0;
    align-items: center;
    border: 2px solid #e6e6e6;
    transition: all .3s ease;
    cursor: pointer;
}

.tech-result-s1 .item .date {
    width: 140px;
    flex: 1 0 140px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    transition: all .3s ease;
}

.tech-result-s1 .item .date b,
.tech-result-s1 .item .date span {
    display: block;
    transition: all .3s ease;
}

.tech-result-s1 .item .date b {
    font-size: 48px;
    font-family: 'EuclidCircularA-Regular';
    font-weight: normal;
    color: #333333;
}

.tech-result-s1 .item .date span {
    font-size: 16px;
    font-family: 'EuclidCircularA-Light';
    margin-top: 5px;
    color: #808080;
}

.tech-result-s1 .item .txt {
    width: 100%;
    display: flex;
    align-items: center;
}

.tech-result-s1 .item .txt span {
    width: 80px;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    margin: 0 2vw;
    flex: 1 0 80px;
}

.tech-result-s1 .item h3 {
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #333333;
    padding-right: 6.25vw;
    transition: all .3s ease;
}

.tech-result-s1 .item h3:after {
    content: '';
    width: 23px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tech/icon-1.png");
    position: absolute;
    right: 2.5vw;
    top: 50%;
    margin-top: -7px;
    transition: all .3s ease;
}

.tech-result-s1 .item .hide {
    padding: 3.125vw 4vw;
    display: none;
}

.tech-result-s1 .item .hide .flex {
    display: flex;
}

.tech-result-s1 .item .hide span {
    width: 240px;
    flex: 1 0 240px;
    padding: 0 50px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    margin-right: 2px;
    background-color: #f0f5f4;
}

.tech-result-s1 .item .hide p {
    width: 100%;
    padding: 0 50px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    margin-right: 2px;
    background-color: #f0f5f4;
}

.tech-result-s1 .item.yanfa .txt span {
    background-color: #8fc31f;
}

.tech-result-s1 .item.zhengfu .txt span {
    background-color: #007a59;
}

.tech-result-s1 .item:nth-of-type(1) {
    margin-top: 0;
}

.tech-result-s1 .item.active {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tech-result-s1 .item.active .show {
    border-color: transparent;
    background-color: #00584e;
}

.tech-result-s1 .item.active .date {
    border-color: rgba(255, 255, 255, 0.2);
}

.tech-result-s1 .item.active .date b {
    color: #fff;
}

.tech-result-s1 .item.active .date span {
    color: rgba(255, 255, 255, 0.2);
}

.tech-result-s1 .item.active h3 {
    color: #fff;
}

.tech-result-s1 .item.active h3:after {
    background-image: url("../images/tech/icon-1-on.png");
    transform: rotate(-90deg);
}

.tech-partner-s1 {
    padding: 6.25vw 0;
}

.tech-partner-s1 .bot-block {
    margin-top: 2vw;
    position: relative;
}

.tech-partner-s1 .flex {
    display: flex;
    flex-wrap: wrap;
}

.tech-partner-s1 .item {
    position: relative;
    width: calc((100% - 72px) / 4);
    margin-right: 24px
}

@media screen and (min-width: 1025px) {
    .tech-partner-s1 .flex .item:nth-of-type(4n) {
        margin-right: 0;
    }
}

.tech-partner-s1 .item .img-box {
    overflow: hidden;
    position: relative;
}

.tech-partner-s1 .item .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    z-index: 2;
}

.tech-partner-s1 .item img {
    display: block;
    width: 100%;
}

.tech-partner-s1 .item h3 {
    font-size: 20px;
    color: #171f29;
    text-align: center;
    margin: 20px 0;
}

.tech-partner-s1 .button {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/about/icon-11.png");
    position: absolute;
    top: 40%;
    margin-top: -13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .tech-partner-s1 .button:hover {
        background-image: url("../images/about/icon-11-on.png");
        box-shadow: 0 0 30px rgba(0, 88, 78, 0.3);
    }
}

.tech-partner-s1 .button-prev {
    left: 3.125vw;
}

.tech-partner-s1 .button-next {
    right: 3.125vw;
    transform: rotateY(180deg);
}

.tech-partner-s1 .pagination {
    text-align: center;
    font-size: 0;
    margin-top: 2vw;
}

.tech-partner-s1 .pagination span {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 2px;
    background-color: #e6e6e6;
    margin-left: 10px;
    cursor: pointer;
}

.tech-partner-s1 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.tech-partner-s1 .pagination span.active {
    background-color: #00584e;
    width: 36px;
    height: 4px;
}

.tech-partner-s2 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/tech/img-1.jpg");
}

.tech-partner-s2 .cont {
    margin-top: 2vw;
}

.tech-partner-s2 .tab-tit {
    position: relative;
}

.tech-partner-s2 .tab-tit .items {
    background-color: #e6e6e6;
}

.tech-partner-s2 .tab-tit .item {
    position: relative;
    cursor: pointer;
}

.tech-partner-s2 .tab-tit .item .img-box {
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.tech-partner-s2 .tab-tit .item img {
    display: block;
    height: 75px;
    width: auto;
    display: inline-block;
}

.tech-partner-s2 .tab-tit .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e6e6e6;
    transition: all .3s ease;
}

.tech-partner-s2 .tab-tit .item.active {
    z-index: 2;
}

.tech-partner-s2 .tab-tit .item.active:after {
    border-color: #00584e;
    border-width: 2px;
}

.tech-partner-s2 .tab-cont {
    background-color: #fff;
}

.tech-partner-s2 .tab-cont .child {
    position: relative;
    display: none;
}

.tech-partner-s2 .tab-cont .child.active {
    display: block;
}

.tech-partner-s2 .tab-cont .img-box {
    width: 50%;
    overflow: hidden;
}

.tech-partner-s2 .tab-cont .img-box img {
    display: block;
    width: 100%;
    opacity: 0;
    animation: o-ani-3 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.tech-partner-s2 .tab-cont .txt-box {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 3.125vw;
    text-align: center;
}

.tech-partner-s2 .tab-cont .box {
    position: relative;
}

.tech-partner-s2 .tab-cont .box:before {
    content: '';
    width: 122px;
    height: 73px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tech/icon-3.png");
}

.tech-partner-s2 .tab-cont .txt {
    margin-top: -24px;
}

.tech-partner-s2 .tab-cont h3,
.tech-partner-s2 .tab-cont .para {
    opacity: 0;
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.tech-partner-s2 .tab-cont h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.tech-partner-s2 .tab-cont .para {
    font-size: 16px;
    line-height: 2;
    color: #808080;
    margin-top: 15px;
    animation-delay: .2s;
}

.tech-partner-s2 .button {
    width: 4.6%;
    max-width: 65px;
    position: absolute;
    top: 2px;
    bottom: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/tech/icon-2.png");
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 2;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .tech-partner-s2 .button:hover {
        background-image: url("../images/tech/icon-2-on.png");
    }
}

.tech-partner-s2 .button-prev {
    left: 2px;
}

.tech-partner-s2 .button-next {
    right: 2px;
    transform: rotateY(180deg);
}

.tech-platform-s1 {
    padding: 6.25vw 0;
}

.tech-platform-s1 .wrapper {
    display: flex;
    align-items: center;
}

.tech-platform-s1 .left-box {
    width: 50%;
    flex: 1 0 50%;
    padding-right: 3.125vw;
}

.tech-platform-s1 .para {
    font-size: 18px;
    color: #808080;
    line-height: 2;
    margin-top: 2vw;
}

.tech-platform-s1 .right-box {
    width: 100%;
    position: relative;
}

.tech-platform-s1 .right-box:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/tech/img-4.png");
    z-index: 1;
}

.tech-platform-s1 .right-box .img-box {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tech-platform-s1 .right-box img {
    display: block;
    width: 100%;
}

.tech-platform-s2 {
    padding: 2.5vw 0 6vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/tech/img-6.jpg");
}

.tech-platform-s2 .para {
    margin-top: 2.5vw;
    font-size: 18px;
    line-height: 2;
    color: #808080;
}

.tech-platform-s2 .main {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
}

.tech-platform-s2 .ring {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.tech-platform-s2 .ring span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 88, 78, 0.05);
    border-radius: 50%;
    -webkit-animation: ringscale2 2s linear infinite;
    -moz-animation: ringscale2 2s linear infinite;
    -ms-animation: ringscale2 2s linear infinite;
    animation: ringscale2 2s linear infinite;
    opacity: 0;
}

.tech-platform-s2 .ring span:nth-of-type(2) {
    animation-delay: .7s;
}

.tech-platform-s2 .ring span:nth-of-type(3) {
    animation-delay: 1.4s;
}

.tech-platform-s2 .circle {
    position: absolute;
    top: -67px;
    left: -67px;
    right: -67px;
    bottom: -67px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../temp/img_8.png");
    z-index: 2;
    animation: rotate 30s linear infinite;
}

.tech-platform-s2 .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
    background-color: #e6eaf0;
    z-index: 3;
}

.tech-platform-s2 .hover-box .item {
    width: 50%;
    height: 50%;
    position: relative;
    cursor: pointer;
}

.tech-platform-s2 .hover-box .item img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.tech-platform-s2 .hover-box .item img.hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.tech-platform-s2 .hover-box .item.active img.hide {
    opacity: 1;
}

.tech-platform-s2 .center-txt {
    position: absolute;
    top: 120px;
    left: 120px;
    right: 120px;
    bottom: 120px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    z-index: 4;
}

.tech-platform-s2 .center-txt .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
}

.tech-platform-s2 .center-txt .item img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.tech-platform-s2 .center-txt .item h3 {
    font-size: 36px;
    color: var(--color);
    margin-top: -75px;
}

.tech-platform-s2 .center-txt .item h4 {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.tech-platform-s2 .center-txt .item.active {
    opacity: 1;
    transition: all .3s ease;
}

.tech-platform-s2 .info-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cell-box {
    font-size: 0;
}

.cell-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cell-box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tech-platform-s2 .info-box .item {
    position: absolute;
}

.tech-platform-s2 .info-box .item:before {
    content: '';
    width: 550px;
    height: 95px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../temp/proline.png");
    transition: all .3s ease;
}

.tech-platform-s2 .info-box .item .box {
    position: absolute;
    width: 300px;
}

.tech-platform-s2 .info-box .item span {
    position: absolute;
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 1;
    color: var(--color);
    font-family: 'EuclidCircularA-Regular';
    opacity: 0;
    transition: all .3s ease;
}

.tech-platform-s2 .info-box .item h3 {
    font-size: 24px;
    color: #000000;
    transition: all .3s ease;
}

.tech-platform-s2 .info-box .item h4 {
    font-size: 14px;
    color: #cccccc;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all .3s ease;
}

.tech-platform-s2 .info-box .item p {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    opacity: 0;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {

    .tech-platform-s2 .info-box .item:nth-of-type(1),
    .tech-platform-s2 .info-box .item:nth-of-type(3) {
        text-align: right;
        right: 78%;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) .box,
    .tech-platform-s2 .info-box .item:nth-of-type(3) .box {
        left: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) span,
    .tech-platform-s2 .info-box .item:nth-of-type(3) span {
        right: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(2),
    .tech-platform-s2 .info-box .item:nth-of-type(4) {
        left: 78%;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(2) .box,
    .tech-platform-s2 .info-box .item:nth-of-type(4) .box {
        right: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(2) span,
    .tech-platform-s2 .info-box .item:nth-of-type(4) span {
        left: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1),
    .tech-platform-s2 .info-box .item:nth-of-type(2) {
        top: 30px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) .box,
    .tech-platform-s2 .info-box .item:nth-of-type(2) .box {
        top: 30px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) span,
    .tech-platform-s2 .info-box .item:nth-of-type(2) span {
        top: -80px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) p,
    .tech-platform-s2 .info-box .item:nth-of-type(2) p {
        top: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(3),
    .tech-platform-s2 .info-box .item:nth-of-type(4) {
        bottom: 30px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(3) .box,
    .tech-platform-s2 .info-box .item:nth-of-type(4) .box {
        bottom: 30px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(3) span,
    .tech-platform-s2 .info-box .item:nth-of-type(4) span {
        bottom: -80px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(3) p,
    .tech-platform-s2 .info-box .item:nth-of-type(4) p {
        bottom: 0;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1):before {
        transform: rotateX(180deg);
    }

    .tech-platform-s2 .info-box .item:nth-of-type(2):before {
        transform: rotate(180deg);
    }

    .tech-platform-s2 .info-box .item:nth-of-type(4):before {
        transform: rotateY(180deg);
    }

    .tech-platform-s2 .info-box .item.active span,
    .tech-platform-s2 .info-box .item.active p {
        opacity: 1;
    }

    .tech-platform-s2 .info-box .item.active h3,
    .tech-platform-s2 .info-box .item.active h4 {
        opacity: 0;
    }
}

.tech-platform-s3 {
    padding: 6.25vw 0;
    font-size: 0;
}

.tech-platform-s3 .para {
    margin-top: 2.5vw;
    font-size: 18px;
    line-height: 2;
    color: #808080;
}

.tech-platform-s3 .items {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tech-platform-s3 .item {
    width: calc((100% - 48px) / 3);
    margin-top: 24px;
    border: 2px solid #e6e6e6;
    padding: 3.125vw 2.5vw;
    transition: all .3s ease;
}

.tech-platform-s3 .item i {
    width: 3.125vw;
    height: 3.125vw;
    max-width: 60px;
    max-height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: bottom;
}

.tech-platform-s3 .item span {
    font-size: 72px;
    line-height: 1;
    color: #333;
    margin-left: 2.5vw;
    font-family: 'EuclidCircularA-Regular';
    display: inline-block;
    vertical-align: bottom;
    transform: translateY(10px);
    transition: color .3s ease;
}

.tech-platform-s3 .item em {
    font-style: normal;
    font-size: 16px;
    color: #333333;
    margin-left: 1vw;
    display: inline-block;
    vertical-align: bottom;
    transition: color .3s ease;
}

.tech-platform-s3 .item p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
    transition: color .3s ease;
}

.tech-platform-s3 .item:nth-of-type(1) i {
    background-image: url("../images/tech/icon-4-1.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(1):hover i {
        background-image: url("../images/tech/icon-4-1-on.png");
    }
}

.tech-platform-s3 .item:nth-of-type(2) i {
    background-image: url("../images/tech/icon-4-2.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(2):hover i {
        background-image: url("../images/tech/icon-4-2-on.png");
    }
}

.tech-platform-s3 .item:nth-of-type(3) i {
    background-image: url("../images/tech/icon-4-3.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(3):hover i {
        background-image: url("../images/tech/icon-4-3-on.png");
    }
}

.tech-platform-s3 .item:nth-of-type(4) i {
    background-image: url("../images/tech/icon-4-4.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(4):hover i {
        background-image: url("../images/tech/icon-4-4-on.png");
    }
}

.tech-platform-s3 .item:nth-of-type(5) i {
    background-image: url("../images/tech/icon-4-5.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(5):hover i {
        background-image: url("../images/tech/icon-4-5-on.png");
    }
}

.tech-platform-s3 .item:nth-of-type(6) i {
    background-image: url("../images/tech/icon-4-6.png");
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:nth-of-type(6):hover i {
        background-image: url("../images/tech/icon-4-6-on.png");
    }
}

@media screen and (min-width: 769px) {

    .tech-platform-s3 .item:nth-of-type(1),
    .tech-platform-s3 .item:nth-of-type(2),
    .tech-platform-s3 .item:nth-of-type(3) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 .item:hover {
        background-color: #00584e;
        border-color: transparent;
        box-shadow: 0 20px 40px rgba(0, 88, 78, 0.2);
    }

    .tech-platform-s3 .item:hover span,
    .tech-platform-s3 .item:hover em,
    .tech-platform-s3 .item:hover p {
        color: #fff;
    }
}

.tech-platform-s3 a.more {
    display: block;
    margin-top: 2vw;
    width: 180px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background-color: #00584e;
    border-radius: 24px;
    text-align: center;
    transition: all .3s ease;
}

@media screen and (min-width: 1025px) {
    .tech-platform-s3 a.more:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    }
}

.tech-platform-s4 {
    padding: 6.25vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/tech/img-5.jpg");
    background-attachment: fixed;
}

.tech-platform-s4 .para {
    margin-top: 2.5vw;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.tech-platform-s4 .items {
    margin-top: 2vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tech-platform-s4 .item {
    width: calc(50% - 12px);
    background-color: #fff;
    padding: 2vw;
}

.tech-platform-s4 .item h3 {
    font-size: 24px;
    color: #333333;
}

.tech-platform-s4 .item p {
    font-size: 16px;
    color: #808080;
    line-height: 2;
    margin: 24px 0;
}

.tech-platform-s4 .item .logos {
    border-top: 1px solid #aec9c6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tech-platform-s4 .item .logo {
    margin-top: 2vw;
}

.tech-platform-s4 .item .logo img {
    max-width: 80%;
}

.tech-platform-s4 .item .more {
    margin-top: 3.125vw;
}

.tech-platform-s4 .item a {
    display: inline-block;
    font-size: 14px;
    color: #00584e;
}

.tech-platform-s4 .item a:after {
    content: '';
    width: 7px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/tech/icon-5.png");
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.tech-platform-s4 .item:nth-of-type(1) .logo {
    width: 50%;
}

.tech-platform-s4 .item:nth-of-type(1) .logo:nth-of-type(odd) {
    text-align: left;
}

.tech-platform-s4 .item:nth-of-type(1) .logo:nth-of-type(even) {
    text-align: right;
}

.tech-platform-s4 .item:nth-of-type(2) .logo {
    width: 33.33%;
}

.tech-platform-s4 .item:nth-of-type(2) .logo:nth-of-type(3n-2) {
    text-align: left;
}

.tech-platform-s4 .item:nth-of-type(2) .logo:nth-of-type(3n-1) {
    text-align: center;
}

.tech-platform-s4 .item:nth-of-type(2) .logo:nth-of-type(3n) {
    text-align: right;
}

@media screen and (max-width: 1600px) {
    .tech-platform-s3 .item span {
        font-size: 60px;
    }

    .c-banner h3,
    .market-login-s1 .txt-box h3 {
        font-size: 50px;
    }

    .about-culture-s2 h3,
    .about-history-s1 .item .year,
    .campus-pop .top-block h3,
    .tech-result-s1 .item .date b {
        font-size: 40px;
    }

    .team-pop h3,
    .market-list-s1 .item .date b,
    .news-list-s1 .item .date b,
    .recruit-s2 .item b {
        font-size: 36px;
    }

    .inner-tit h3,
    .news-detail-s1 .top-block h3,
    .about-team-s1 .item .hide h3,
    .market-proddetail-s2 .item span,
    .tech-platform-s2 .center-txt .item h3 {
        font-size: 30px;
    }

    .market-login-s1 .login-box h3 {
        font-size: 26px;
    }

    .c-banner p,
    .about-culture-s1 .item h3,
    .about-culture-s2 p,
    .about-culture-s3 .top-block p,
    .about-honor-s1 .item h3,
    .about-index-s3 .item h3,
    .about-index-s4 .year-box .item span,
    .about-index-s6 .item h3,
    .about-index-s8 .item h3,
    .about-intro-s2 .title,
    .about-social-s1 .item h3,
    .about-team-s1 .item .show h3,
    .about-video-s1 .item h3,
    .contact-s2 .item h3,
    .investor-list-s1 .item h3,
    .market-list-s1 .item h3,
    .market-login-s1 .txt-box p,
    .market-prod-s1 .item h3,
    .market-proddetail-s4 a.order,
    .news-list-s1 .item h3,
    .recruit-s1 .item h3,
    .recruit-s2 .item .para,
    .recruit-s3 .item h3,
    .campus-pop .bot-block .box h4,
    .tech-platform-s4 .item h3,
    .tech-platform-s2 .info-box .item span,
    .tech-platform-s2 .info-box .item h3,
    .tech-result-s1 .item h3,
    .tech-partner-s2 .tab-cont h3 {
        font-size: 20px;
    }

    .about-index-s7 .item h3,
    .about-index-s9 .item h3,
    .about-team-s1 .item .hide span,
    .about-video-s1 .link a,
    .contact-s2 .item .tip-right h4,
    .market-login-s1 .login-box button,
    .inner-tit p,
    .tech-result-s1 .link a,
    .tech-partner-s1 .item h3 {
        font-size: 18px;
    }

    .about-chairman-s1 span,
    .about-chairman-s1 .para,
    .about-culture-s1 .item p,
    .about-history-s1 .item .para,
    .about-index-s1 .para,
    .about-index-s2 .para,
    .about-index-s4 .tab-cont p,
    .about-index-s5 p,
    .news-detail-s1 .info .item,
    .contact-s1 .map-cont .txt-box span,
    .market-prod-s1 .item h4,
    .market-proddetail-s1 .para,
    .market-proddetail-s3 .para,
    .market-proddetail-s4 .item,
    .recruit-s1 .para,
    .campus-pop .bot-block a,
    .tech-platform-s1 .para,
    .tech-platform-s2 .para,
    .tech-platform-s3 .para,
    .tech-platform-s4 .para,
    .tech-result-s1 .item .hide span,
    .tech-result-s1 .item .hide p {
        font-size: 16px;
    }

    .about-culture-s3 .para p,
    .about-index-s1 .item h3,
    .about-index-s6 .item span,
    .about-index-s6 .item p,
    .about-index-s8 .item p,
    .about-intro-s1 .para,
    .about-intro-s2 .item h3,
    .about-social-s1 .item p,
    .news-detail-s1 .bot-block a,
    .about-team-s1 .item .show span,
    .about-team-s1 .item .hide p,
    .team-pop .para,
    .contact-s1 .item p,
    .contact-s2 .item .para,
    .contact-s2 .item .tip-left,
    .contact-s2 .item .tip-right p,
    .investor-list-s1 .item .para,
    .market-prod-s1 .item p,
    .market-list-s1 .item p,
    .market-proddetail-s2 .item p,
    .news-list-s1 .item p,
    .recruit-s1 .item p,
    .recruit-s2 .item span,
    .recruit-s3 .item span,
    .campus-pop .top-block .info span,
    .campus-pop .bot-block .box .para,
    .tech-platform-s4 .item p,
    .tech-platform-s3 .item em,
    .tech-platform-s3 .item p,
    .tech-result-s1 .item .date span,
    .tech-partner-s2 .tab-cont .para,
    .contact-s3 .box input,
    .contact-s3 .box select,
    .contact-s3 .box textarea,
    .contact-s3 .box button,
    .contact-s3 .box .tips {
        font-size: 15px;
    }

    .about-chairman-s1 .img-box {
        width: 300px;
        flex: 1 0 300px;
    }

    .about-culture-s1 .item .txt-box:before {
        width: 100px;
        height: 100px;
        margin-top: -50px;
    }

    .about-culture-s2 .icon {
        width: 100px;
        height: 100px;
    }

    .about-culture-s3 .top-block .img-box {
        width: 245px;
        flex: 1 0 245px;
    }

    .about-culture-s3 .para p:before {
        width: 6px;
        height: 6px;
    }

    .about-history-s1 .item .img-box {
        width: 200px;
        flex: 1 0 200px;
    }

    .about-index-s1 .btn a,
    .about-index-s2 a.more,
    .about-index-s5 a.more {
        width: 150px;
        line-height: 40px;
    }

    .about-index-s3 a.more,
    .about-index-s4 .tab-cont a,
    .about-index-s6 a.more,
    .about-index-s7 a.more,
    .about-index-s8 .item a,
    .c-banner a,
    .recruit-s3 a.more,
    .tech-platform-s3 a.more {
        width: 150px;
        line-height: 44px;
    }

    .about-index-s3 .item .icon {
        width: 160px;
        height: 160px;
    }

    .about-index-s4 .tab-cont .year {
        font-size: 100px;
    }

    .about-index-s4 .tab-cont p:before {
        top: 13px;
    }

    .about-index-s4 .year-box .item:before {
        width: 50px;
        height: 50px;
    }

    .about-index-s4 .year-box:before {
        height: 8px;
        bottom: 8px;
    }

    .about-index-s6 .item p {
        height: 120px;
    }

    .about-index-s8 .item p {
        height: 60px;
    }

    .about-social-s1 .item p {
        height: 60px;
    }

    .comm-share {
        width: 80px;
    }

    .news-detail-s1 a.back {
        width: 90px;
        height: 90px;
    }

    .news-detail-s1 a.back span:before {
        margin: 0 auto 5px;
    }

    .about-team-s1 .item .hide p {
        line-height: 24px;
        height: 96px;
    }

    .team-pop .img-box {
        width: 300px;
        flex: 1 0 300px;
    }

    .team-pop .para {
        height: 240px;
    }

    .about-video-s1 .link a,
    .tech-result-s1 .link a {
        width: 200px;
        line-height: 50px;
    }

    .contact-s2 .item .tip-left:before {
        top: 12px;
    }

    .market-list-s1 .item p {
        max-height: 90px;
    }

    .market-login-s1 .login-box .box {
        height: 50px;
    }

    .market-login-s1 .login-box {
        width: 420px;
    }

    .market-login-s1 .txt-box {
        width: calc(100% - 430px);
    }

    .market-proddetail-s1 .dot:before {
        top: 12px;
    }

    .market-proddetail-s4 .item {
        padding: 15px 30px;
    }

    .market-proddetail-s4 a.order {
        line-height: 80px;
    }

    .news-list-s1 .item p {
        height: 60px;
    }

    .recruit-s2 .item .box:before {
        width: 120px;
        height: 70px;
    }

    .campus-pop .bot-block a {
        line-height: 50px;
        margin-top: 5vh;
    }

    .campus-pop .bot-block {
        padding: 5vh 6.25vw;
    }

    .campus-pop .top-block {
        padding: 8vh 6.25vw 3vh;
    }

    .tech-platform-s2 .main {
        width: 500px;
        height: 500px;
    }

    .tech-platform-s2 .info-box .item:before {
        width: 450px;
        height: 78px;
    }

    .tech-platform-s2 .info-box .item .box {
        width: 240px;
    }

    .tech-platform-s2 .center-txt {
        top: 100px;
        left: 100px;
        right: 100px;
        bottom: 100px;
    }

    .tech-platform-s2 .center-txt .item img {
        width: 120px;
        height: 120px;
    }

    .tech-platform-s2 .center-txt .item h3 {
        margin-top: -60px;
    }

    .tech-result-s1 .item .hide span {
        width: 200px;
        flex: 1 0 200px;
        padding: 0 40px;
    }

    .tech-result-s1 .item .hide p {
        padding: 0 40px;
    }

    .tech-partner-s2 .tab-cont .box:before {
        width: 100px;
        height: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .tech-platform-s3 .item span {
        font-size: 50px;
    }

    .c-banner h3,
    .market-login-s1 .txt-box h3 {
        font-size: 40px;
    }

    .about-culture-s2 h3,
    .about-history-s1 .item .year,
    .campus-pop .top-block h3,
    .tech-result-s1 .item .date b {
        font-size: 34px;
    }

    .team-pop h3,
    .market-list-s1 .item .date b,
    .news-list-s1 .item .date b,
    .recruit-s2 .item b {
        font-size: 30px;
    }

    .inner-tit h3,
    .news-detail-s1 .top-block h3,
    .about-team-s1 .item .hide h3,
    .market-proddetail-s2 .item span,
    .tech-platform-s2 .center-txt .item h3 {
        font-size: 26px;
    }

    .market-login-s1 .login-box h3 {
        font-size: 24px;
    }

    .c-banner p,
    .about-culture-s1 .item h3,
    .about-culture-s2 p,
    .about-culture-s3 .top-block p,
    .about-honor-s1 .item h3,
    .about-index-s3 .item h3,
    .about-index-s4 .year-box .item span,
    .about-index-s6 .item h3,
    .about-index-s8 .item h3,
    .about-intro-s2 .title,
    .about-social-s1 .item h3,
    .about-team-s1 .item .show h3,
    .about-video-s1 .item h3,
    .contact-s2 .item h3,
    .investor-list-s1 .item h3,
    .market-list-s1 .item h3,
    .market-login-s1 .txt-box p,
    .market-prod-s1 .item h3,
    .market-proddetail-s4 a.order,
    .news-list-s1 .item h3,
    .recruit-s1 .item h3,
    .recruit-s2 .item .para,
    .recruit-s3 .item h3,
    .campus-pop .bot-block .box h4,
    .tech-platform-s4 .item h3,
    .tech-platform-s2 .info-box .item span,
    .tech-platform-s2 .info-box .item h3,
    .tech-result-s1 .item h3,
    .tech-partner-s2 .tab-cont h3 {
        font-size: 18px;
    }

    .about-index-s7 .item h3,
    .about-index-s9 .item h3,
    .about-team-s1 .item .hide span,
    .about-video-s1 .link a,
    .contact-s2 .item .tip-right h4,
    .market-login-s1 .login-box button,
    .inner-tit p,
    .tech-result-s1 .link a,
    .tech-partner-s1 .item h3 {
        font-size: 16px;
    }

    .about-chairman-s1 span,
    .about-chairman-s1 .para,
    .about-culture-s1 .item p,
    .about-history-s1 .item .para,
    .about-index-s1 .para,
    .about-index-s2 .para,
    .about-index-s4 .tab-cont p,
    .about-index-s5 p,
    .news-detail-s1 .info .item,
    .contact-s1 .map-cont .txt-box span,
    .market-prod-s1 .item h4,
    .market-proddetail-s1 .para,
    .market-proddetail-s3 .para,
    .market-proddetail-s4 .item,
    .recruit-s1 .para,
    .campus-pop .bot-block a,
    .tech-platform-s1 .para,
    .tech-platform-s2 .para,
    .tech-platform-s3 .para,
    .tech-platform-s4 .para,
    .tech-result-s1 .item .hide span,
    .tech-result-s1 .item .hide p {
        font-size: 15px;
    }

    .about-culture-s3 .para p,
    .about-index-s1 .item h3,
    .about-index-s6 .item span,
    .about-index-s6 .item p,
    .about-index-s8 .item p,
    .about-intro-s1 .para,
    .about-intro-s2 .item h3,
    .about-social-s1 .item p,
    .news-detail-s1 .bot-block a,
    .about-team-s1 .item .show span,
    .about-team-s1 .item .hide p,
    .team-pop .para,
    .contact-s1 .item p,
    .contact-s2 .item .para,
    .contact-s2 .item .tip-left,
    .contact-s2 .item .tip-right p,
    .investor-list-s1 .item .para,
    .market-prod-s1 .item p,
    .market-list-s1 .item p,
    .market-proddetail-s2 .item p,
    .news-list-s1 .item p,
    .recruit-s1 .item p,
    .recruit-s2 .item span,
    .recruit-s3 .item span,
    .campus-pop .top-block .info span,
    .campus-pop .bot-block .box .para,
    .tech-platform-s4 .item p,
    .tech-platform-s3 .item em,
    .tech-platform-s3 .item p,
    .tech-result-s1 .item .date span,
    .tech-partner-s2 .tab-cont .para,
    .contact-s3 .box input,
    .contact-s3 .box select,
    .contact-s3 .box textarea,
    .contact-s3 .box button,
    .contact-s3 .box .tips {
        font-size: 14px;
    }

    .about-chairman-s1 .img-box {
        width: 260px;
        flex: 1 0 260px;
    }

    .c-crumbs .right-box a {
        margin-left: 2vw;
    }

    .c-crumbs .left-box a.link,
    .c-crumbs .right-box a {
        line-height: 50px;
    }

    .about-culture-s1 .item .txt-box:before {
        width: 86px;
        height: 86px;
        margin-top: -43px;
    }

    .about-culture-s2 .icon {
        width: 86px;
        height: 86px;
    }

    .about-culture-s3 .top-block .img-box {
        width: 210px;
        flex: 1 0 210px;
    }

    .about-culture-s3 .para p:before {
        top: 11px;
    }

    .about-index-s3 .item .icon {
        width: 140px;
        height: 140px;
    }

    .about-index-s4 .tab-cont .year {
        font-size: 80px;
    }

    .about-index-s6 .item p {
        line-height: 24px;
        height: 96px;
    }

    .about-index-s8 .item p,
    .about-social-s1 .item p {
        line-height: 24px;
        height: 48px;
    }

    .team-pop .img-box {
        width: 260px;
        flex: 1 0 260px;
    }

    .team-pop .para {
        height: 196px;
    }

    .about-video-s1 .link a,
    .tech-result-s1 .link a {
        width: 180px;
        line-height: 44px;
    }

    .contact-s3 .box input,
    .contact-s3 .box select,
    .contact-s3 .box button {
        height: 50px;
    }

    .contact-s3 .box textarea {
        height: 150px;
    }

    .contact-s3 .box img {
        height: 46px;
    }

    .market-list-s1 .item p {
        max-height: 84px;
    }

    .market-login-s1 .txt-box {
        width: calc(100% - 370px);
    }

    .market-login-s1 .login-box {
        width: 360px;
        padding: 50px 60px;
    }

    .market-proddetail-s2 .item p {
        margin-top: 15px;
    }

    .market-proddetail-s3 .s-items .item {
        height: 60px;
    }

    .market-proddetail-s3 .button {
        bottom: 40px;
    }

    .market-proddetail-s4 .item {
        padding: 10px 20px;
    }

    .market-proddetail-s4 a.order {
        line-height: 70px;
    }

    .news-list-s1 .item p {
        line-height: 24px;
        height: 48px;
    }

    .recruit-s1 .item .txt-box:before {
        height: 24px;
        top: 2vw;
    }

    .recruit-s2 .item .box:before {
        width: 100px;
        height: 60px;
    }

    .recruit-s3 .item .icon {
        width: 40px;
        height: 40px;
    }

    .tech-platform-s2 .main {
        width: 420px;
        height: 420px;
    }

    .tech-platform-s2 .center-txt {
        top: 80px;
        left: 80px;
        right: 80px;
        bottom: 80px;
    }

    .tech-platform-s2 .center-txt .item img {
        width: 100px;
        height: 100px;
    }

    .tech-platform-s2 .center-txt .item h3 {
        margin-top: -50px;
    }

    .tech-platform-s2 .info-box .item:before {
        width: 390px;
        height: 67px;
    }

    .tech-platform-s2 .circle {
        top: -40px;
        left: -40px;
        right: -40px;
        bottom: -40px;
    }

    .tech-result-s1 .item .hide span {
        width: 180px;
        flex: 1 0 180px;
        padding: 0 30px;
        line-height: 50px;
    }

    .tech-result-s1 .item .hide p {
        padding: 0 30px;
        line-height: 50px;
    }

    .tech-partner-s2 .tab-cont .box:before {
        width: 90px;
        height: 50px;
    }

    .tech-partner-s2 .tab-cont .para {
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 100%;
    }

    .c-crumbs {
        display: none;
    }

    .comm-share {
        display: none;
    }

    .about-chairman-s1 .img-box {
        width: 200px;
        flex: 1 0 200px;
    }

    .about-history-s1 .item .year {
        margin-left: 70px;
    }

    .about-index-s9 .item .img-box:after {
        width: 40px;
        height: 40px;
    }

    .tech-platform-s3 .item span {
        font-size: 30px;
        transform: none;
    }

    .tech-platform-s2 .ring,
    .tech-platform-s2 .circle,
    .tech-platform-s2 .hover-box,
    .tech-platform-s2 .center-txt {
        display: none;
    }

    .tech-platform-s2 .main {
        margin: 3.125vw 0 0;
        width: 100%;
        height: auto;
    }

    .tech-platform-s2 .info-box {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tech-platform-s2 .info-box .item {
        position: static;
        width: 45%;
        margin-top: 3.125vw;
    }

    .tech-platform-s2 .info-box .item:before {
        display: none;
    }

    .tech-platform-s2 .info-box .item .box {
        position: static;
        width: 100%;
    }

    .tech-platform-s2 .info-box .item span,
    .tech-platform-s2 .info-box .item p {
        position: static;
        opacity: 1;
    }

    .tech-platform-s2 .info-box .item h3 {
        margin: 10px 0;
    }

    .tech-platform-s2 .info-box .item p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {

    .team-pop h3,
    .market-list-s1 .item .date b,
    .news-list-s1 .item .date b,
    .recruit-s2 .item b {
        font-size: 24px;
    }

    .about-culture-s2 h3,
    .about-history-s1 .item .year,
    .campus-pop .top-block h3,
    .tech-result-s1 .item .date b {
        font-size: 20px;
    }

    .inner-tit h3,
    .news-detail-s1 .top-block h3,
    .about-team-s1 .item .hide h3,
    .market-proddetail-s2 .item span,
    .tech-platform-s2 .center-txt .item h3 {
        font-size: 20px;
    }

    .c-banner p,
    .about-culture-s1 .item h3,
    .about-culture-s2 p,
    .about-culture-s3 .top-block p,
    .about-honor-s1 .item h3,
    .about-index-s3 .item h3,
    .about-index-s4 .year-box .item span,
    .about-index-s6 .item h3,
    .about-index-s8 .item h3,
    .about-intro-s2 .title,
    .about-social-s1 .item h3,
    .about-team-s1 .item .show h3,
    .about-video-s1 .item h3,
    .contact-s2 .item h3,
    .investor-list-s1 .item h3,
    .market-list-s1 .item h3,
    .market-login-s1 .txt-box p,
    .market-prod-s1 .item h3,
    .market-proddetail-s4 a.order,
    .news-list-s1 .item h3,
    .recruit-s1 .item h3,
    .recruit-s2 .item .para,
    .recruit-s3 .item h3,
    .campus-pop .bot-block .box h4,
    .tech-platform-s4 .item h3,
    .tech-platform-s2 .info-box .item span,
    .tech-platform-s2 .info-box .item h3,
    .tech-result-s1 .item h3,
    .tech-partner-s2 .tab-cont h3 {
        font-size: 16px;
    }

    .about-chairman-s1 span,
    .about-chairman-s1 .para,
    .about-culture-s1 .item p,
    .about-history-s1 .item .para,
    .about-index-s1 .para,
    .about-index-s2 .para,
    .about-index-s4 .tab-cont p,
    .about-index-s5 p,
    .news-detail-s1 .info .item,
    .contact-s1 .map-cont .txt-box span,
    .market-prod-s1 .item h4,
    .market-proddetail-s1 .para,
    .market-proddetail-s3 .para,
    .market-proddetail-s4 .item,
    .recruit-s1 .para,
    .campus-pop .bot-block a,
    .tech-platform-s1 .para,
    .tech-platform-s2 .para,
    .tech-platform-s3 .para,
    .tech-platform-s4 .para,
    .tech-result-s1 .item .hide span,
    .tech-result-s1 .item .hide p {
        font-size: 14px;
    }

    .c-banner img {
        height: 70vw;
        object-fit: cover;
    }

    .c-banner h3,
    .market-login-s1 .txt-box h3 {
        font-size: 24px;
    }

    .c-banner p {
        margin-top: 10px;
    }

    .about-chairman-s1 {
        padding: 40px 0;
    }

    .about-chairman-s1 .flex {
        display: block;
    }

    .about-chairman-s1 .img-box {
        width: 100%;
    }

    .about-chairman-s1 .txt-box {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-chairman-s1 span {
        margin-left: 10px;
    }

    .about-chairman-s1 .para {
        margin-top: 20px;
        line-height: 24px;
    }

    .about-culture-s1 {
        padding: 40px 0;
    }

    .about-culture-s1 .items {
        display: block;
    }

    .about-culture-s1 .item {
        width: 100%;
        margin-top: 20px;
    }

    .about-culture-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .about-culture-s1 .item .txt-box {
        padding: 0 20px 20px;
    }

    .about-culture-s1 .item h3 {
        margin: 15px 0 10px;
    }

    .about-culture-s2 {
        padding: 40px 0;
    }

    .about-culture-s2 h3 {
        margin-top: 20px;
    }

    .about-culture-s2 p {
        margin-top: 10px;
    }

    .about-culture-s3 {
        padding: 40px 0;
    }

    .about-culture-s3 .block {
        padding: 0 20px 20px;
    }

    .about-culture-s3 .top-block {
        padding: 20px 0;
        margin-bottom: 20px;
        display: block;
    }

    .about-culture-s3 .top-block .img-box {
        margin: 0 auto;
        width: 180px;
    }

    .about-culture-s3 .top-block p {
        margin: 20px 0 0;
    }

    .about-culture-s3 .para p {
        line-height: 24px;
    }

    .about-culture-s3 .para p:before {
        top: 9px;
    }

    .about-history-s1 {
        padding: 40px 0;
    }

    .about-history-s1 .item .wrapper:before {
        display: none;
    }

    .about-history-s1 .item .wrapper {
        display: block;
    }

    .about-history-s1 .item .year {
        margin: 0;
        width: 100%;
        padding: 20px 0 10px;
    }

    .about-history-s1 .item .year:after {
        display: none;
    }

    .about-history-s1 .item .info {
        padding: 0 0 20px;
        display: block;
    }

    .about-history-s1 .item .img-box {
        margin-bottom: 20px;
    }

    .about-history-s1 .item .para {
        line-height: 24px;
    }

    .about-honor-s1 {
        padding: 40px 0;
    }

    .about-honor-s1 .items {
        display: block;
        margin-bottom: 40px;
    }

    .about-honor-s1 .item {
        width: 100%;
        margin-top: 40px;
    }

    .about-honor-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .about-honor-s1 .item h3 {
        margin-top: 10px;
    }

    .comm-page li {
        margin: 0 1px;
    }

    .comm-page li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .comm-page li:first-of-type a,
    .comm-page li:last-of-type a {
        width: 40px;
    }

    .about-index-s1 {
        padding: 40px 0;
    }

    .about-index-s1 .box {
        margin-top: 0;
        padding: 20px;
    }

    .about-index-s1 .left-box {
        width: 100%;
        padding-right: 0;
    }

    .about-index-s1 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .about-index-s1 .btn {
        margin-top: 20px;
    }

    .about-index-s1 .btn a,
    .about-index-s2 a.more,
    .about-index-s5 a.more {
        width: 120px;
        line-height: 34px;
        border-width: 1px;
    }

    .about-index-s1 .btn a:nth-of-type(2) {
        margin-left: 10px;
    }

    .about-index-s1 .right-box {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .about-index-s1 .bot-block {
        margin-top: 20px;
    }

    .about-index-s1 .item .icon .ring {
        opacity: 1;
    }

    .about-index-s1 .item a {
        opacity: 1;
    }

    .about-index-s2 {
        padding: 40px 0;
    }

    .about-index-s2 .left-box {
        width: 100%;
    }

    .about-index-s2 .right-box {
        width: 100%;
        margin-top: 20px;
    }

    .about-index-s2 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .about-index-s2 a.more {
        margin-top: 20px;
    }

    .about-index-s3 {
        padding: 40px 0;
    }

    .about-index-s3 .items {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .about-index-s3 .item {
        width: 33.33%;
        margin-top: 20px;
    }

    .about-index-s3 .item:nth-of-type(1),
    .about-index-s3 .item:nth-of-type(2),
    .about-index-s3 .item:nth-of-type(3) {
        margin-top: 0;
    }

    .about-index-s3 .item .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .about-index-s3 .item h3 {
        margin-top: 10px;
    }

    .about-index-s3 a.more {
        margin-top: 20px;
    }

    .about-index-s3 a.more,
    .about-index-s4 .tab-cont a,
    .about-index-s6 a.more,
    .about-index-s7 a.more,
    .about-index-s8 .item a,
    .c-banner a,
    .recruit-s3 a.more,
    .tech-platform-s3 a.more {
        width: 120px;
        line-height: 36px;
    }

    .about-index-s4 {
        padding: 40px 0;
    }

    .about-index-s4 .year-box {
        margin-top: 20px;
    }

    .about-index-s4 .year-box .items {
        padding-top: 20px;
    }

    .about-index-s4 .tab-cont {
        margin-top: 40px;
        padding: 0;
    }

    .about-index-s4 .button {
        display: none;
    }

    .about-index-s4 .tab-cont .child.active {
        display: block;
    }

    .about-index-s4 .tab-cont .left-box {
        width: 100%;
        padding: 0;
        position: static;
    }

    .about-index-s4 .tab-cont .year {
        font-size: 40px;
        text-align: left;
    }

    .about-index-s4 .tab-cont a {
        position: static;
        margin-top: 20px;
    }

    .about-index-s4 .tab-cont .right-box {
        margin-top: 20px;
        padding-left: 0;
        border: none;
    }

    .about-index-s4 .tab-cont .img-box {
        margin-bottom: 20px;
    }

    .about-index-s4 .tab-cont p {
        line-height: 24px;
    }

    .about-index-s4 .tab-cont p:before {
        top: 9px;
    }

    .about-index-s4 .tab-cont .left-box a {
        display: none;
    }

    .about-index-s4 .tab-cont .right-box a {
        display: block;
    }

    .about-index-s5 {
        padding: 40px 0;
    }

    .about-index-s5 p {
        margin-top: 15px;
    }

    .about-index-s5 a.more {
        margin-top: 20px;
    }

    .about-index-s6 {
        padding: 40px 0;
    }

    .about-index-s6 .bot-block {
        margin-top: 20px;
    }

    .about-index-s6 .button {
        display: none;
    }

    .about-index-s6 .pagination {
        display: block;
    }

    .about-index .pagination {
        display: block;
        margin-top: 20px;
    }

    .about-index .pagination span,
    .market-proddetail-s3 .pagination span,
    .recruit-s2 .pagination span,
    .tech-partner-s1 .pagination span {
        width: 5px;
        margin-left: 5px;
    }

    .about-index .pagination span.active,
    .market-proddetail-s3 .pagination span.active,
    .recruit-s2 .pagination span.active,
    .tech-partner-s1 .pagination span.active {
        width: 10px;
    }

    .about-index-s6 .item .show {
        padding: 15px 0 0;
    }

    .about-index-s6 .item .para {
        display: none;
    }

    .about-index-s6 a.more {
        margin-top: 20px;
    }

    .team-pop .close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }

    .team-pop .img-box {
        display: none;
    }

    .team-pop .block {
        padding: 50px 20px 20px;
    }

    .team-pop .tit {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .team-pop h3 {
        display: block;
    }

    .team-pop span {
        margin-left: 0;
        margin-top: 10px;
    }

    .team-pop .para {
        height: auto;
        max-height: 392px;
    }

    .about-index-s7 {
        padding: 40px 0;
    }

    .about-index-s7 .bot-block {
        margin-top: 20px;
    }

    .about-index-s7 a.more {
        margin-top: 20px;
    }

    .about-index-s7 .button {
        display: none;
    }

    .about-index-s7 .item h3 {
        margin-top: 15px;
    }

    .about-index-s8 {
        padding-top: 40px;
    }

    .about-index-s8 .bot-block {
        margin-top: 20px;
    }

    .about-index-s8 .button {
        display: none;
    }

    .about-index-s8 .item .img-box {
        width: 100%;
    }

    .about-index-s8 .item .txt-box {
        width: 100%;
        position: static;
        padding: 20px;
    }

    .about-index-s8 .item a {
        position: static;
        margin-top: 20px;
    }

    .about-index-s9 {
        padding: 40px 0;
    }

    .about-index-s9 .items {
        margin-top: 20px;
    }

    .about-index-s9 .item img {
        height: auto;
        max-height: none;
    }

    .about-index-s9 .item h3 {
        margin-top: 15px;
    }

    .c-banner a {
        margin-top: 20px;
    }

    .about-intro-s1 {
        padding: 40px 0;
    }

    .about-intro-s1 .para {
        margin-top: 15px;
    }

    .about-intro-s2 .cont {
        padding: 40px 0;
    }

    .about-intro-s2 .items {
        margin-top: 20px;
    }

    .about-intro-s2 .item {
        width: 100%;
        margin-top: 20px;
    }

    .about-intro-s2 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .about-intro-s2 .item a {
        padding: 15px;
    }

    .about-organization-s1 {
        padding: 40px 0;
    }

    .about-social-s1 {
        padding: 40px 0;
    }

    .about-social-s1 .items {
        margin-bottom: 40px;
    }

    .about-social-s1 .item {
        padding: 20px 0;
    }

    .about-social-s1 .item a {
        display: block;
    }

    .about-social-s1 .item .img-box {
        width: 100%;
    }

    .about-social-s1 .item .txt-box {
        padding: 0;
        margin-top: 20px;
    }

    .about-social-s1 .item p {
        margin: 15px 0;
    }

    .news-detail-s1 .top-block {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news-detail-s1 .info {
        margin-top: 20px;
    }

    .news-detail-s1 .info .item {
        width: 49%;
        margin-top: 10px;
    }

    .news-detail-s1 .info .item:nth-of-type(1),
    .news-detail-s1 .info .item:nth-of-type(2) {
        margin-top: 0;
    }

    .news-detail-s1 .info .item:after {
        display: none;
    }

    .news-detail-s1 a.back {
        margin: 20px auto;
    }

    .news-detail-s1 .cont {
        float: none;
        width: 100%;
    }

    .news-detail-s1 .block {
        padding: 20px 0 40px;
        margin: 0;
    }

    .about-team-s1 {
        padding: 40px 0;
    }

    .about-team-s1 .item {
        width: calc(50% - 5px);
        margin-top: 20px;
    }

    .about-team-s1 .item:nth-of-type(1),
    .about-team-s1 .item:nth-of-type(2) {
        margin-top: 0;
    }

    .about-team-s1 .item .show {
        padding: 40px 20px 20px;
    }

    .about-team-s1 .item .show span {
        margin-top: 10px;
    }

    .about-team-s1 .item .hide {
        display: none;
    }

    .about-video-s1 {
        padding: 40px 0;
    }

    .about-video-s1 .link a,
    .tech-result-s1 .link a {
        width: auto;
        line-height: 30px;
        border: none;
        margin-right: 20px;
        color: #333;
    }

    .about-video-s1 .link a.active,
    .tech-result-s1 .link a.active {
        color: #00584e;
        font-weight: bold;
    }

    .about-video-s1 .items {
        margin: 20px 0 40px;
        display: block;
    }

    .about-video-s1 .item {
        width: 100%;
        margin-top: 40px;
    }

    .about-video-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .about-video-s1 .item .txt-box {
        padding: 15px 0 0;
    }

    .about-video-s1 .item span {
        margin-top: 10px;
    }

    .contact-s1 {
        padding: 40px 0;
    }

    .contact-s1 .items {
        display: block;
        margin-top: 20px;
    }

    .contact-s1 .item {
        width: 100%;
        padding: 15px;
        margin-top: 10px;
    }

    .contact-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .contact-s1 .item .icon {
        width: 30px;
        height: 30px;
    }

    .contact-s1 .item p {
        margin-top: 10px;
    }

    .contact-s1 .map {
        margin-top: 20px;
        height: 300px;
    }

    .contact-s1 .map-cont {
        width: 260px;
    }

    .contact-s2 {
        padding: 40px 0;
    }

    .contact-s2 .items {
        margin-top: 20px;
        display: block;
    }

    .contact-s2 .item {
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }

    .contact-s2 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .contact-s2 .item .para {
        line-height: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .contact-s2 .item .tip-left:before {
        top: 11px;
    }

    .contact-s2 .item .tip-right p {
        text-indent: 0;
        margin-top: 10px;
    }

    .contact-s2 .item .tip-right {
        margin-top: 20px;
    }

    .contact-s3 {
        padding: 40px 0;
    }

    .contact-s3 form {
        margin-top: 20px;
        display: block;
    }

    .contact-s3 .box {
        margin-top: 10px;
    }

    .contact-s3 .box:nth-of-type(1) {
        margin-top: 0;
    }

    .contact-s3 .box input,
    .contact-s3 .box select,
    .contact-s3 .box button {
        height: 40px;
    }

    .contact-s3 .box input,
    .contact-s3 .box select {
        padding: 0 10px;
    }

    .contact-s3 .box input,
    .contact-s3 .box select,
    .contact-s3 .box textarea {
        border-width: 1px;
    }

    .contact-s3 .box textarea {
        padding: 10px;
        height: 100px;
    }

    .contact-s3 .box .tips {
        padding: 10px 0 0;
    }

    .contact-s3 .box img {
        height: 38px;
        right: 1px;
        top: 1px;
    }

    .investor-list-s1 {
        padding: 40px 0;
    }

    .investor-list-s1 .items {
        margin-bottom: 40px;
    }

    .investor-list-s1 .item {
        margin-top: 20px;
    }

    .investor-list-s1 .item .box {
        padding: 0 15px;
    }

    .investor-list-s1 .item .show {
        padding: 20px 30px 20px 0;
    }

    .investor-list-s1 .item .info {
        margin-top: 10px;
    }

    .investor-list-s1 .item span {
        display: block;
    }

    .investor-list-s1 .item span {
        margin: 5px 0 0;
    }

    .investor-list-s1 .item span:nth-of-type(1) {
        margin: 0;
    }

    .investor-list-s1 .item .info {
        margin-top: 15px;
    }

    .market-list-s1 {
        padding: 40px 0;
    }

    .market-list-s1 .items {
        margin-bottom: 40px;
    }

    .market-list-s1 .item {
        padding: 15px;
        margin-top: 20px;
    }

    .market-list-s1 .item .date,
    .news-list-s1 .item .date {
        width: 100%;
        height: auto;
        text-align: left;
        background-color: #fff;
    }

    .market-list-s1 .item .date b,
    .market-list-s1 .item .date span,
    .news-list-s1 .item .date b,
    .news-list-s1 .item .date span {
        color: #00584e;
        display: inline-block;
        vertical-align: bottom;
    }

    .market-list-s1 .item .date span,
    .news-list-s1 .item .date span {
        margin: 0 0 0 10px;
    }

    .market-list-s1 .item .txt-box {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }

    .market-list-s1 .item p {
        margin-top: 10px;
        line-height: 24px;
        max-height: 72px;
    }

    .market-login-s1 {
        height: auto;
        padding: 40px 0;
    }

    .market-login-s1 .txt-box {
        width: 100%;
    }

    .market-login-s1 .txt-box p {
        margin-top: 10px;
    }

    .market-login-s1 .login-box {
        width: 100%;
        margin-top: 40px;
        padding: 30px 20px 50px;
    }

    .market-login-s1 .login-box h3 {
        font-size: 20px;
    }

    .market-login-s1 .login-box form {
        margin-top: 20px;
    }

    .market-login-s1 .login-box .box {
        margin-top: 15px;
    }

    .market-prod-s1 {
        padding: 40px 0;
    }

    .market-prod-s1 .block {
        margin-top: 40px;
    }

    .market-prod-s1 .items {
        margin-top: 20px;
        display: block;
    }

    .market-prod-s1 .item {
        width: 100%;
        margin-top: 20px;
    }

    .market-prod-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .market-prod-s1 .item .txt-box {
        padding: 20px;
    }

    .market-prod-s1 .item .txt-box:after {
        opacity: 1;
        right: 20px;
    }

    .market-proddetail-s1 {
        padding-top: 40px;
    }

    .market-proddetail-s1 .cont {
        margin-top: 20px;
        padding: 20px;
    }

    .market-proddetail-s1 .para {
        line-height: 24px;
    }

    .market-proddetail-s1 .para {
        margin-top: 15px;
    }

    .market-proddetail-s1 .dot:before {
        top: 9px;
    }

    .market-proddetail-s2 {
        padding-top: 40px;
    }

    .market-proddetail-s2 .items {
        margin-top: 20px;
        display: block;
    }

    .market-proddetail-s2 .item {
        width: 100%;
        margin-top: 20px;
        border-width: 1px;
        padding: 20px;
    }

    .market-proddetail-s2 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .market-proddetail-s2 .item p {
        line-height: 24px;
    }

    .market-proddetail-s3 {
        padding-top: 40px;
    }

    .market-proddetail-s3 .para {
        margin-top: 15px;
        line-height: 24px;
    }

    .market-proddetail-s3 .s-items {
        display: none;
    }

    .market-proddetail-s3 .b-items {
        height: 240px;
    }

    .market-proddetail-s3 .button {
        display: none;
    }

    .market-proddetail-s3 .pagination {
        display: block;
    }

    .market-proddetail-s3 .swiper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .market-proddetail-s4 {
        padding: 40px 0 0;
    }

    #sections {
        padding-bottom: 40px;
    }

    .market-proddetail-s4 .items {
        margin-top: 20px;
    }

    .market-proddetail-s4 .item {
        width: calc((100% - 10px) / 2);
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px;
    }

    .market-proddetail-s4 .item:nth-of-type(1),
    .market-proddetail-s4 .item:nth-of-type(2) {
        margin-top: 0;
    }

    .market-proddetail-s4 .item:nth-of-type(even) {
        margin-right: 0;
    }

    .market-proddetail-s4 a.order {
        margin-top: 20px;
        line-height: 50px;
    }

    .news-list-s1 {
        padding: 40px 0;
    }

    .news-list-s1 .items {
        margin-bottom: 40px;
    }

    .news-list-s1 .item .wrapper {
        padding: 20px 0;
    }

    .news-list-s1 .item:nth-of-type(1) .wrapper {
        padding-top: 0;
    }

    .news-list-s1 .item:last-of-type .wrapper {
        padding-bottom: 0;
    }

    .news-list-s1 .item .bg-box {
        display: none;
    }

    .news-list-s1 .item .img-box {
        margin: 10px 0 0;
        width: 100%;
    }

    .news-list-s1 .item .txt-box {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .news-list-s1 .item p {
        margin: 10px 0;
    }

    .recruit-s1 {
        padding: 40px 0;
    }

    .recruit-s1 .top-block {
        display: block;
    }

    .recruit-s1 .inner-tit {
        width: 100%;
    }

    .recruit-s1 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .recruit-s1 .items {
        margin-top: 20px;
        display: block;
    }

    .recruit-s1 .item {
        width: 100%;
        margin: 20px 0 0;
    }

    .recruit-s1 .item .txt-box:before {
        display: none;
    }

    .recruit-s1 .item .txt-box {
        padding: 20px;
    }

    .recruit-s1 .item p {
        line-height: 24px;
        margin-top: 10px;
    }

    .recruit-s2 {
        padding: 40px 0;
    }

    .recruit-s2 .bg {
        bottom: 0;
    }

    .recruit-s2 .swiper {
        margin-top: 20px;
        padding: 0;
    }

    .recruit-s2 .button {
        display: none;
    }

    .recruit-s2 .item {
        padding: 0 20px;
    }

    .recruit-s2 .item .txt-box {
        padding: 20px 10px 40px 0;
    }

    .recruit-s2 .item .box:before {
        display: none;
    }

    .recruit-s2 .item .para {
        margin-top: 10px;
    }

    .recruit-s2 .pagination {
        left: 20px;
        bottom: 20px;
    }

    .recruit-s3 {
        padding: 40px 0;
    }

    .inner-tit p {
        margin-top: 15px;
    }

    .recruit-s3 .items {
        margin-top: 20px;
        display: block;
    }

    .recruit-s3 .item {
        width: 100%;
        margin-top: 20px;
        padding: 20px 80px 20px 20px;
    }

    .recruit-s3 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .recruit-s3 .item .icon {
        right: 20px;
    }

    .recruit-s3 .item span {
        margin-top: 10px;
    }

    .recruit-s3 a.more {
        margin-top: 20px;
    }

    .campus-pop .close {
        top: 15px;
        right: 15px;
    }

    .campus-pop .top-block {
        padding: 60px 20px 20px;
    }

    .campus-pop .top-block .info {
        margin-top: 20px;
    }

    .campus-pop .bot-block {
        padding: 20px;
    }

    .campus-pop .bot-block a {
        margin-top: 20px;
    }

    .tech-platform-s1 {
        padding: 40px 0;
    }

    .tech-platform-s1 .wrapper {
        display: block;
    }

    .tech-platform-s1 .left-box {
        width: 100%;
    }

    .tech-platform-s1 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .tech-platform-s1 .right-box {
        margin-top: 20px;
    }

    .tech-platform-s1 .right-box:after {
        display: none;
    }

    .tech-platform-s2 {
        padding: 40px 0;
    }

    .tech-platform-s2 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .tech-platform-s2 .main {
        margin-top: 20px;
    }

    .tech-platform-s2 .info-box .item {
        width: 100%;
        margin-top: 30px;
    }

    .tech-platform-s2 .info-box .item:nth-of-type(1) {
        margin-top: 0;
    }

    .tech-platform-s2 .info-box .item h4 {
        font-size: 12px;
    }

    .tech-platform-s3 {
        padding: 40px 0;
    }

    .tech-platform-s3 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .tech-platform-s3 .items {
        margin-top: 20px;
        display: block;
    }

    .tech-platform-s3 .item {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .tech-platform-s3 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .tech-platform-s3 .item i {
        width: 30px;
        height: 30px;
    }

    .tech-platform-s3 a.more {
        margin-top: 20px;
    }

    .tech-platform-s4 {
        padding: 40px 0;
    }

    .tech-platform-s4 .para {
        line-height: 24px;
        margin-top: 15px;
    }

    .tech-platform-s4 .items {
        margin-top: 20px;
        display: block;
    }

    .tech-platform-s4 .item {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .tech-platform-s4 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .tech-platform-s4 .item p {
        line-height: 24px;
        margin: 15px 0;
    }

    .tech-platform-s4 .item .more {
        margin-top: 20px;
    }

    .tech-platform-s4 .item .logo {
        margin-top: 20px;
    }

    .tech-result-s1 {
        padding: 40px 0;
    }

    .tech-result-s1 .items {
        margin: 20px 0 40px;
    }

    .tech-result-s1 .item {
        margin-top: 20px;
    }

    .tech-result-s1 .item:nth-of-type(1) {
        margin-top: 0;
    }

    .tech-result-s1 .item .show {
        padding: 15px;
        display: block;
    }

    .tech-result-s1 .item .hide {
        padding: 15px;
    }

    .tech-result-s1 .item .date {
        width: 100%;
        border: none;
        text-align: left;
    }

    .tech-result-s1 .item .date b,
    .tech-result-s1 .item .date span {
        display: inline-block;
        vertical-align: middle;
    }

    .tech-result-s1 .item .date span {
        margin-left: 10px;
    }

    .tech-result-s1 .item .txt {
        margin-top: 10px;
    }

    .tech-result-s1 .item .txt span {
        margin: 0 10px 0 0;
    }

    .tech-result-s1 .item h3 {
        padding-right: 40px;
        margin: 0 !important;
    }

    .tech-result-s1 .item h3:after {
        right: 0;
    }

    .tech-result-s1 .item .hide .flex {
        display: block;
    }

    .tech-result-s1 .item .hide span {
        display: block;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 0 20px;
        line-height: 36px;
    }

    .tech-result-s1 .item .hide p {
        padding: 0 20px;
        line-height: 36px;
    }

    .tech-partner-s1 {
        padding: 40px 0;
    }

    .tech-partner-s1 .bot-block {
        margin-top: 20px;
    }

    .tech-partner-s1 .item {
        width: calc(50% - 5px);
        margin-right: 10px
    }

    .tech-partner-s1 .flex .item:nth-of-type(2n) {
        margin-right: 0;
    }

    .tech-partner-s1 .button {
        display: none;
    }

    .tech-partner-s1 .item h3 {
        margin: 10px 0;
    }

    .tech-partner-s1 .pagination {
        margin-top: 20px;
    }

    .tech-partner-s2 {
        padding: 40px 0;
    }

    .tech-partner-s2 .cont {
        margin-top: 20px;
    }

    .tech-partner-s2 .button {
        display: none;
    }

    .tech-partner-s2 .tab-cont .img-box {
        width: 100%;
    }

    .tech-partner-s2 .tab-cont .txt-box {
        width: 100%;
        position: static;
        padding: 20px;
    }

    .tech-partner-s2 .tab-cont .box:before {
        width: 60px;
        height: 40px;
    }
}

/*# sourceMappingURL=bundle.css.map */