.oppress {
    overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img {
    transition: transform 6s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img {
    transform: scale(1.2);
}
ul.pagination{
    text-align: center;
    font-size: 1em;
}
ul.pagination > li{
    display: inline-block;
    vertical-align: min-height;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    background-color: #eee;
    color: #333;
    transition: all 0.2s linear;
}
ul.pagination > li > span,
ul.pagination > li > a{
    display: block;
}
ul.pagination > li.disabled{
    color: #999;
}
ul.pagination > li:not(.disabled):hover,
ul.pagination > li.active{
    color:#fff;
    background-color: #b10e07;
}
.logo-coincide {
    max-width: 6.9em;
    max-height: 2.5em;
    position: relative;
}
.logo-coincide > .front {
    position: relative;
    z-index: 2;
    vertical-align: top;
}
.logo-coincide > .full {
    z-index: 1;
    opacity: 0;
}
.logo-coincide.logo-draw > .front {
    -webkit-filter: drop-shadow(4px 5px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(4px 5px 1px rgba(0, 0, 0, 0.4));
}
.logo-coincide.logo-draw > .full {
    opacity: 0.5;
    -webkit-filter: grayscale(100%) brightness(0%) drop-shadow(0 0 2px #999);
    filter: grayscale(100%) brightness(0%) drop-shadow(0 0 2px #999);
}
.home-icon {
    background-size: 4.5em 7.5em;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url(../images/home.png);
}
.section-title {
    position: relative;
    line-height: 1;
    margin-bottom: 3em;
}
.section-title .zh {
    margin-bottom: 8px;
    font-weight: bold;
}
.section-title .en {
    font-family: Arial;
    font-size: 0.6em;
    opacity: 0.5;
    text-transform: uppercase;
}
.section-title .right > .item {
    -webkit-filter: grayscale(1000%);
    filter: grayscale(1000%);
    opacity: 0.5;
    color: #a40001;
    padding-bottom: 10px;
}
.section-title .right > .item > .text {
    font-size: 14px;
}
.section-title .right > .item:hover,
.section-title .right > .item.active {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.section-title .right.default > .item:not(:first-child) {
    margin-left: 2em;
}
.section-title .right.default > .item > .full:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #a40001;
    width: 60%;
}
.section-title .right.slide > .item {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 49px;
    text-align: center;
    height: auto;
}
.section-title .right.slide > .item:not(:first-child) {
    margin-left: 60px;
}
.section-title .right.slide > .item:after {
    display: none;
}
.section-title .right.slide > .item > .home-icon {
    background-size: 90px 150px;
    background-position-x: 0;
}
.section-title .right.slide > .item > .top50 {
    width: 40px;
    height: 13px;
    margin-top: -4px;
}
.section-title .right.slide > .item > .full {
    top: auto;
    height: 8px;
}
.section-title .right.slide > .item.swiper-button-prev {
    margin-left: 50px;
}
.section-title .right.slide > .item.swiper-button-prev > .full {
    background-position-y: -138px;
}
.section-title .right.slide > .item.swiper-button-prev > .top50 {
    background-position-y: -54px;
    right: 100%;
    margin-right: 10px;
}
.section-title .right.slide > .item.swiper-button-next {
    margin-right: 50px;
}
.section-title .right.slide > .item.swiper-button-next > .full {
    background-position-y: -130px;
}
.section-title .right.slide > .item.swiper-button-next > .top50 {
    background-position-y: -41px;
    left: 100%;
    margin-left: 10px;
}
.section-title.white {
    color: #fff;
}
.text-node {
    font-size: 14px;
    line-height: 1.5;
    color: #242424;
}
.line-cycle {
    overflow: hidden;
    position: relative;
}
.line-cycle > .full {
    top: auto;
    height: 1px;
    animation-name: sport-right;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.line-cycle.active > .full,
.line-cycle:hover > .full {
    animation-name: sport-reset;
}
.more-button {
    display: inline-block;
    color: #b10e07;
    line-height: 1;
    text-transform: uppercase;
}
.more-button > .home-icon {
    width: 1.3em;
    height: 0.4em;
    margin-left: 0.4em;
    background-position: 0 -1.65em;
}
.more-button > .text {
    font-weight: bold;
    font-size: 12px;
}
.more-button > .full {
    background-color: #a40001;
}
.button-big {
    width: 50%;
    max-width: 15em;
    margin: 0 auto;
    border: 1px solid #a40001;
}
.button-big:hover {
    background-color: #a40001;
    box-shadow: 2px 4px 0 #a4000180;
}
.button-big:hover > .more-button {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}
.load-more-state {
    text-align: center;
    margin-top: 40px;
}
.load-more-state .loading,
.load-more-state .end {
    display: none;
}
.load-more-state .default .home-icon {
    width: 0.9em;
    height: 1.45em;
    margin: 0 auto 10px;
    background-position: -2.2em 0;
}
.load-more-state .loading .cover-img {
    width: 1.4em;
    height: 1.4em;
    margin: 0 auto 10px;
    background-position: -3.1em 0;
    animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.load-more-state.loading .default,
.load-more-state.loading .end {
    display: none;
}
.load-more-state.loading .loading {
    display: block;
}
.load-more-state.end .default,
.load-more-state.end .loading {
    display: none;
}
.load-more-state.end .end {
    display: block;
}
.quote {
    display: none;
    color: #a40001;
    padding-top: 0.2em;
    line-height: 1;
    font-size: 3em;
}
.video {
    position: relative;
    color: #fff;
}
.video .title {
    line-height: 1;
    padding-top: 0.7em;
    padding-left: 5.8em;
    background-position: left center;
}
.video .title > .text {
    font-size: 1.3em;
}
.video .button-play {
    position: relative;
    margin: 1.8em auto 0;
    width: 2.3em;
    height: 2.3em;
    cursor: pointer;
}
.video .button-play > .circle {
    height: 100%;
    background-position: 0 -4.2em;
    animation: sport-rotate 8s linear infinite;
}
@keyframes sport-rotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.video .button-play > .triangle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.7em;
    height: 0.75em;
    margin: -0.375em 0 0 -0.3em;
    background-position: -0.75em -3.3em;
}
.video .button-play:hover {
    filter: drop-shadow(0 0 1em #fff);
}
#nav {
    position: fixed;
    z-index: 200;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
}
#nav.scrolling {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
#nav.selected,
#nav.active {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#nav .logo{
    width: 100px;
    max-width: 15%;
}
#nav .logo img{
    display: block;
}
#nav .logo img.logo-text{
    position: relative;
    left: 7%;
    top: -2px;
}
#nav.selected .logo img.logo-text,
#nav.active .logo img.logo-text {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}
#nav.selected #navbar-button,
#nav.active #navbar-button,
#nav.selected #navbar,
#nav.active #navbar {
    -webkit-filter: brightness(20%);
    filter: brightness(20%);
}
#nav > .body-content {
    max-width: unset;
}
#navbar {
    line-height: 3.5em;
}
header > .down {
    z-index: 4;
    top: auto;
}
header > .down > .relative > .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.525em;
}
header > .down > .relative > .scroll-down > .mouse {
    width: 1.05em;
    height: 1.6em;
    background-position: 0 0;
    margin: 0 auto 0.5em;
}
header > .down > .relative > .scroll-down > .mouse.default {
    animation: fade-breathe 8s linear infinite;
}
@keyframes fade-breathe {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
header > .down > .relative > .scroll-down > .mouse.full {
    opacity: 0;
    bottom: auto;
}
header > .down > .relative > .scroll-down > .down {
    width: 0.7em;
    height: 0.75em;
    margin: 0 auto;
    background-position: -1.05em 0;
    animation: fade-center 2.4s linear infinite;
}
@keyframes fade-center {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(50%);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}
header > .down > .relative > .scroll-down:hover > .full {
    opacity: 1;
}
header .masking {
    z-index: 1;
    pointer-events: none;
}
header .masking.top {
    bottom: auto;
    height: 30%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
}
header .masking.bottom {
    top: auto;
    height: 25%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
}
#banner {
    text-align: center;
    overflow: hidden;
}
#banner .body-content,
#banner > .swiper {
    height: 100%;
}
#banner .body-content {
    max-width: unset;
}
#banner > .part {
    z-index: 3;
}
#banner > .swiper {
    z-index: 2;
}
#banner .logo-img,
#banner .title {
    -webkit-filter: drop-shadow(2px 4px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 4px 1px rgba(0, 0, 0, 0.4));
}
#banner .logo-img {
    display: block;
    margin: 0 auto;
}
#banner .logo-img {
    display: block;
    margin: 0 auto;
}
#banner .title {
    position: relative;
    line-height: 1;
}
#banner .title > .default {
    color: #fff;
}
#banner .title > .full {
    color: transparent;
    background-image: url("../images/light.png");
    -webkit-background-clip: text;
    -webkit-background-size: 40px 100%;
    -moz-background-size: 40px 100%;
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 120% 0;
    animation: light-shadow 4s linear infinite;
}
@keyframes light-shadow {
    0% {
        background-position: -40px 0;
    }
    25% {
        background-position: 120% 0;
    }
    100% {
        background-position: 120% 0;
    }
}
#banner .title .align-top {
    margin: 0 0.2em;
}
#banner .title .selected {
    color: #a40001;
}
#banner .container {
    z-index: 10;
    margin-top: -3.5em;
}
#banner .container > .content {
    width: 7.5em;
    max-width: 26%;
    margin: 0 auto;
    display: none;
}
#banner .swiper-slide:not(.swiper-slide-active) .title {
    /*animation: none;*/
}
#banner .swiper-slide.swiper-slide-active .title {
    opacity: 0;
    transform: translateY(-50%);
    animation: fade-down 9s linear backwards;
}
@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    4.8% {
        opacity: 1;
        transform: translateY(0);
    }
    5% {
        opacity: 1;
        transform: translateY(0);
    }
    95%{
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(50%);
    }
}

#home-about {
    background-image: url(../images/home-about.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    background-size: auto;
}
#home-about > .body-content > .left {
    position: relative;
}
#home-about > .body-content > .left > .body-content {
    z-index: 2;
}
#home-about > .body-content > .left .section-title > .logo {
    left: auto;
    padding: 0.1em;
}
#home-about > .body-content > .left .section-title > .logo > img {
    width: auto;
    border: 0.1em solid transparent;
    /*outline: 1px solid #cdcccc;*/
    display: block;
    height: 100%;
}
#home-about > .body-content > .left .more-button {
    margin-top: 1.5em;
}
#home-about > .body-content > .left:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
}
#home-about > .body-content > .right > .body-content {
    padding-right: 0;
}
#home-about > .body-content > .right .video {
    padding-top: 53.50253807%;
    border-radius: 20px;
    overflow: hidden;
}
.motto {
    color: #fff;
    visibility: visible!important;
    opacity: 1!important;
    background-attachment: fixed;
}
.motto > .texture {
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 12.5%, transparent 12.5%, transparent 37.5%, rgba(0, 0, 0, 0.2) 37.5%, rgba(0, 0, 0, 0.2) 62.5%, transparent 62.5%, transparent 87.5%, rgba(0, 0, 0, 0.2) 87.5%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 12.5%, transparent 12.5%, transparent 37.5%, rgba(0, 0, 0, 0.2) 37.5%, rgba(0, 0, 0, 0.2) 62.5%, transparent 62.5%, transparent 87.5%, rgba(0, 0, 0, 0.2) 87.5%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 12.5%, transparent 12.5%, transparent 37.5%, rgba(0, 0, 0, 0.2) 37.5%, rgba(0, 0, 0, 0.2) 62.5%, transparent 62.5%, transparent 87.5%, rgba(0, 0, 0, 0.2) 87.5%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 12.5%, transparent 12.5%, transparent 37.5%, rgba(0, 0, 0, 0.2) 37.5%, rgba(0, 0, 0, 0.2) 62.5%, transparent 62.5%, transparent 87.5%, rgba(0, 0, 0, 0.2) 87.5%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 12.5%, transparent 12.5%, transparent 37.5%, rgba(0, 0, 0, 0.2) 37.5%, rgba(0, 0, 0, 0.2) 62.5%, transparent 62.5%, transparent 87.5%, rgba(0, 0, 0, 0.2) 87.5%, rgba(0, 0, 0, 0.2) 100%);
    background-position: left top;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: 4px 4px;
    background-color: rgba(0,0,0,0.5);
}
.motto > .texture > .set {
    max-width: 1500px;
    min-height: 360px;
}
.motto > .texture > .set:after {
    display: block;
    content: "";
    padding-top: 36.66666667%;
}
.motto .box{
    position: relative;
    padding-bottom: 2.5em;
}
.motto .relative{
    z-index: 2;
    border: 0.2em solid  #fff;
    border-bottom-width: 1.35em;
    padding: 1.5em;
    padding-right: 7em;
}
.motto .circle{
    position: absolute;
    right: -2.5em;
    width: 9.5em;
    bottom: 0.5em;
    background-color: #9b1f21;
    opacity: 0;
    transform: scale(0);
}
.motto img.full{
    width: 5em;
    left: auto;
    top: auto;
    margin: 0 12px 1.5em 0;
}
.motto .item,
.motto .container,
.motto .item > div {
    opacity: 0;
    visibility: hidden;
}
.motto .item,
.motto .container {
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-size: auto;
}
.motto .container {
    background-position: left top;
}
.motto .container > .item {
    width: 1.2em;
    padding: 0 1.2em;
    text-align: right;
    background-position: right top;
}
.motto .container > .item > div {
    font-size: 1.2em;
    width: 100%;
    line-height: 1;
    padding: 0.2em 0;
}
.motto .container > .item > div.symbol {
    padding: 0;
    margin-top: -0.4em;
}
.motto .container > .item > div:first-child {
    padding-top: 0;
}
.motto .container > .item > div:last-child {
    padding-bottom: 0;
}
.motto .white {
    color: #fff;
}
.motto .white .item:not(:last-child) {
    background-image: url(../images/line-white.png);
}
.motto .black {
    color: #5f5f5f;
}
.motto .black .item:not(:last-child) {
    background-image: url(../images/line-black.png);
}
.motto.ready .container,
.motto.ready .container > .item,
.motto.ready .container > .item > div {
    visibility: visible!important;
    opacity: 1!important;
}
.motto.ready .circle{
    opacity: 0.7;
    transform: scale(1);
}
.motto:not(.ready) .container,
.motto:not(.ready) .container > .item,
.motto:not(.ready) .container > .item > div {
    -webkit-transition-delay: 0s!important;
    -moz-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
}
#home-news {
    background-image: url(../images/home-news-left.png);
    background-position: left bottom;
}
#home-news,
#home-news > .contain-img {
    background-size: auto;
}
#home-news > .contain-img {
    background-image: url(../images/home-news-right.png);
    background-position: right top;
}
#news-container > .item > .body-content {
    background-color: #fff;
}
#news-container .text-node {
    height: 42px;
    -webkit-line-clamp: 2;
}
#news-container .title {
    line-height: 1.5;
    margin-bottom: 1.5em;
}
#news-container .cover-img:after {
    display: block;
    content: "";
}
#news-container .oppress {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 4%;
}

#news-container .col-3-item > .col-item-content:hover {
    color: #a40001;
}
#news-container .col-3-item > .col-item-content:hover .more-button {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

#home-product {
    background-image: url(../images/home-product.jpg);
}
#product-container .oppress {
    margin-bottom: 1.2em;
}
#product-container .cover-img {
    padding-top: 62.32294618%;
    border-radius: 10px;
    overflow: hidden;
}
#product-container .title {
    font-size: 1.1em;
}
#product-container .swiper {
    margin-bottom: -1em;
}
#product-container .swiper-slide {
    padding-bottom: 6px;
}
#product-container .swiper-slide > .col-item-content {
    padding-bottom: 1em;
}
#product-container .swiper-slide > .col-item-content:hover {
    color: #a40001;
}
#home-health {
    background-image: url(../images/home-health.jpg);
    z-index: 1;
}
#health-container .title {
    line-height: 1.5;
    font-size: 1.2em;
}
#health-container .swiper{
    border-radius: 10px;
    overflow: hidden;
}
#health-container .col-item:not(:first-child) > .col-item-content > .title {
    -webkit-line-clamp: 2;
    height: 3em;
}
#health-container .col-item:not(:first-child) > .col-item-content > .time {
    color: #333;
    font-size: 0.6em;
}
#health-container .col-item:not(:first-child) > .col-item-content > .line-cycle {
    height: 1px;
    background-color: #949494;
}
#health-container .col-item:not(:first-child) > .col-item-content > .line-cycle > .full {
    background-color: #a40001;
}
#health-container .col-item:not(:first-child) > .col-item-content:hover {
    color: #a40001;
}
#health-container .col-item:not(:first-child) > .col-item-content:hover > .line-cycle > .full {
    animation-name: sport-reset;
}
#health-container .col-item:first-child .full {
    top: auto;
    height: 40%;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: -moz-linear-gradient(top, transparent, #000);
    background-image: -ms-linear-gradient(top, transparent, #000);
    background-image: -o-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(top, transparent, #000);
}
#health-container .col-item:first-child .swiper-pagination {
    left: auto;
    line-height: 1;
    height: 8px;
    text-align: right;
    width: auto;
}
#health-container .col-item:first-child .swiper-pagination > .swiper-pagination-bullet {
    vertical-align: top;
    background-color: #fff;
    opacity: 0.5;
}
#health-container .col-item:first-child .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
#health-container .col-item:first-child .title {
    z-index: 2;
    position: absolute;
    color: #fff;
}
#footer {
    color: #fff;
    z-index: 2;
    background-image: url(../images/footer.png);
    background-position: center top;
}
#footer > .cover-img {
    background-image: url(../images/footer-bg.png);
}
#footer,
#footer > .cover-img {
    background-position: center top;
}
#footer-container > .left > .logo {
    width: 20%;
    max-width: 88px;
}
#footer-container > .left > .logo > .logo-text {
    margin-left: 4px;
}
#footer-container > .left > .info > .fl {
    max-width: 320px;
}
#footer-container > .left > .info > .fl > .title {
    font-size: 1em;
    margin-bottom: 0.6em;
}
#footer-container > .left > .info > .fl > .tel {
    font-weight: bold;
    font-size: 1.8em;
}
#footer-container > .left > .info > .fl > .text-node {
    color: #fff;
}
#footer-container > .right > .fl#stick {
    cursor: pointer;
}
#footer-container > .right > .fl#stick > .home-icon {
    width: 0.45em;
    height: 1.45em;
    background-position: -1.75em -0.05em;
    margin: 0 auto 4px;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}
#footer-container > .right > .fl#stick > .text {
    font-size: 12px;
}
#footer-container > .right > .fl.qq {
    border: 1px solid #fff;
    color: #a40001;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}
#footer-container > .right > .fl.qq > .content > .home-icon {
    width: 0.8em;
    height: 0.9em;
    background-position: 0 -3.35em;
    margin: 0 auto 4px;
}
#footer-container > .right > .fl.qq > .content > .text {
    font-size: 14px;
}
#footer-container > .right > .fl.qq:hover {
    -webkit-filter: none;
    filter: none;
    background-color: #fff;
}
#footer-container > .right > .fl.qq:hover > .content {
    border-color: #a40001;
}
#copyright {
    font-size: 0.6em;
    font-family: Arial;
}
#copyright .item {
    margin: 2px auto;
}
#column > .set {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 80vh;
}
#column > .set:after {
    display: block;
    content: "";
    padding-top: 100%;
}
#position {
    padding: 1em 0;
    line-height: 2em;
}
#position .left {
    font-size: 0.8em;
}
#position .left > .align-middle {
    line-height: 1;
    padding: 0.6em 1.2em;
    border-radius: 1.5em;
}
#position .left > .align-middle:hover,
#position .left > .align-middle.active {
    color: #fff;
    background-color: #a40001;
}
#position .right {
    color: #828282;
}
#position .right > a:not(.home-icon) {
    display: inline;
    font-size: 0.7em;
}
#position .right > a:not(.home-icon):hover {
    color: #a40001;
}
#position .right > a.home-icon {
    display: inline-block;
    vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    background-position: -1.45em -3.35em;
}
#position .right > .direc {
    padding: 0 0.2em;
    font-size: 0.7em;
}
#health-top {
    background-image: url(../images/VCG21d4802acde.jpg);
}
#health-swiper .item .cover-img:after {
    display: block;
    content: "";
    padding-top: 65%;
}
#health-swiper .section-title {
    margin-bottom: 0;
}
#health-swiper .section-title .zh {
    font-family: Arial;
    color: #a40001;
}
#health-swiper .section-title > .left {
    text-align: center;
}
#health-swiper .section-title > .title {
    font-weight: bold;
}
#health-swiper .text-node {
    margin: 8% 0;
}
#health-swiper .pagination {
    position: relative;
}
#health-swiper .pagination > .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 0;
    opacity: 1;
    background-color: transparent;
}
#health-swiper .pagination > .swiper-pagination-bullet:not(:last-child) {
    margin-right: 1em;
}
#health-swiper .pagination > .swiper-pagination-bullet .circle-load-svg {
    transform-origin: center center;
    stroke-dasharray: 0 107;
    transform: rotateZ(-90deg);
}
#health-swiper .pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-load-svg {
    animation-name: rot;
    animation-timing-function: linear;
}
@keyframes rot {
    100% {
        stroke-dasharray: 107 107;
    }
}
#health-strip > .col-3-item {
    float: left;
}
#health-strip > .col-3-item .col-item-content {
    border: 1px solid #cdcccc;
    position: relative;
}
#health-strip > .col-3-item .col-item-content > .title {
    padding: 5% 10%;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #cdcccc;
}
#health-strip > .col-3-item .col-item-content > .content {
    padding: 8% 10%;
}
#health-strip > .col-3-item .col-item-content > .content > .time {
    font-size: 12px;
    margin-bottom: 16px;
}
#health-strip > .col-3-item .col-item-content > .content > .text-node {
    -webkit-line-clamp: 3;
    height: 63px;
}
#health-strip > .col-3-item .col-item-content > .more-button {
    position: absolute;
    left: 12%;
    bottom: 0;
    padding: 0 5%;
    margin-bottom: -10px;
    background-color: #fff;
    opacity: 0;
    transform: rotateX(90deg);
}
#health-strip > .col-3-item .col-item-content:hover {
    border-color: #a40001;
}
#health-strip > .col-3-item .col-item-content:hover > .title {
    background-color: #a40001;
    color: #fff;
}
#health-strip > .col-3-item .col-item-content:hover > .more-button {
    opacity: 1;
    transform: rotateX(0);
}
#news-detail > .title {
    text-align: center;
    font-weight: bold;
}
#news-detail > .info {
    background-color: #fff;
}
#news-detail > .info .home-icon {
    background-size: 90px 150px;
}
#news-detail > .info > .item {
    font-size: 14px;
    margin: 0.2em 16px;
}
#news-detail > .info > .item .share {
    margin-left: 4px;
}
#news-detail > .info > .item .share > .home-icon {
    -webkit-filter: grayscale(100%) brightness(0%);
    filter: grayscale(100%) brightness(0%);
    opacity: 0.3;
}
#news-detail > .info > .item .share > .qq {
    width: 15px;
    height: 18px;
    background-position: 0 -67px;
    margin: -9px 0 0 -7.5px;
}
#news-detail > .info > .item .share > .wx {
    width: 20px;
    height: 17px;
    background-position: -47px -68px;
    margin: -8.5px 0 0 -10px;
}
#news-detail > .info > .item .share > .wb {
    width: 20px;
    height: 17px;
    background-position: -67px -68px;
    margin: -8.5px 0 0 -10px;
}
#news-detail > .info > .item .share:hover > .home-icon {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
#news-detail > .info > .item .back {
    width: 20px;
    height: 17px;
    background-position: -44px -29px;
}
#news-detail > .container {
    line-height: 1.6;
}
#news-detail > .container img {
    height: auto;
}
#news-detail > .pagination {
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
    position: relative;
    padding: 0.8em 0;
}
#news-detail > .pagination > .item {
    font-size: 0.8em;
    margin: 1em auto;
}
#news-detail > .pagination a {
    display: inline;
}
#news-detail > .pagination > .home-icon {
    left: 50%;
    background-size: 90px 150px;
    width: 32px;
    height: 17px;
    background-position: -44px -46px;
    margin: -8.5px 0 0 -16px;
}
#contact {
    overflow: visible;
    z-index: 1;
}
#contact .left {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#contact .left .clear {
    padding-top: 1.5em;
}
#contact .left .clear > .value {
    margin-left: 2em;
    font-size: 0.9em;
}
#contact .left .clear.tel > .home-icon {
    width: 1.05em;
    height: 1.25em;
    background-position: -2.3em -4.3em;
}
#contact .left .clear.address > .home-icon {
    width: 1.1em;
    height: 1.2em;
    background-position: -3.35em -4.25em;
}
#contact .left .clear.mail > .home-icon {
    width: 1.15em;
    height: 1em;
    margin-top: 0.1em;
    background-position: -2.3em -5.5em;
}
#contact > .container {
    z-index: 1;
    bottom: -50%;
}
#contact > .container > .full {
    pointer-events: none;
    z-index: 2;
    background-image: url(../images/map.png);
    background-size: 100% 100%;
}
#contact > .container > #map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#map-content {
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 8px;
    -webkit-filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}
#map-content > .content > img {
    display: block;
}
#map-content > .content > img.text {
    -webkit-filter: grayscale(100%) brightness(20%);
    filter: grayscale(100%) brightness(20%);
}
#map-content:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    margin-left: -6px;
}
#message {
    z-index: 2;
}
#message .container {
    background-color: #fff;
    padding: 8%;
    font-size: 16px;
}
#message input,
#message textarea {
    border: 0 none;
    outline: 0 none;
    padding: 0;
    background-color: transparent;
    width: 100%;
}
#message textarea {
    min-height: 120px;
}
#message .item {
    border: 1px solid #cdcccc;
    overflow: hidden;
    position: relative;
}
#message .item > .fl {
    width: 64px;
}
#message .item > .right {
    margin-left: 64px;
}
#message .item.clear {
    margin-top: 3%;
}
#message .item.active {
    border-color: #a40001;
}
#message .item.active > .fl {
    color: #a40001;
}
#message .tip {
    margin-top: 3%;
    opacity: 0.5;
    font-size: 112.5%;
}
#message .col-2-item {
    float: left;
}
#message .submit-button {
    margin-top: 6%;
    cursor: pointer;
    background-color: #a40001;
    color: #fff;
}
#message .submit-button:hover {
    background-color: #7d0001;
}
#classic .swiper {
    cursor: url("../images/mouse.png"), auto;
    overflow: visible;
}
#classic .col-3,
#classic .col-item-content {
    margin-top: 0;
}
#classic .col-item-content {
    position: relative;
}
#classic .col-item-content > .container {
    padding-top: 101%;
    position: relative;
    z-index: 1;
}
#classic .col-item-content > .container:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    content: "";
    position: absolute;
    background-color: #a40001;
    left: 0;
    top: 0;
    z-index: 2;
    height: 8px;
    width: 0;
}
#classic .col-item-content > .container > .content {
    z-index: 2;
    color: #fff;
    top: auto;
    padding: 8%;
}
#classic .col-item-content > .container > .masking {
    z-index: 1;
    top: 55%;
    background-image: -webkit-linear-gradient(bottom, #000, transparent);
    background-image: -moz-linear-gradient(bottom, #000, transparent);
    background-image: -ms-linear-gradient(bottom, #000, transparent);
    background-image: -o-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(bottom, #000, transparent);
}
#classic .col-item-content > .bottom {
    position: absolute;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 3;
    padding: 46% 1px 1px 1px;
    overflow: hidden;
}
#classic .col-item-content > .bottom > .title {
    bottom: auto;
}
#classic .title {
    font-size: 1.2em;
    padding-top: 1.5em;
    line-height: 1;
}
#classic .swiper-pagination {
    position: static;
    text-align: left;
    line-height: 1;
    font-size: 1em;
    margin-bottom: -0.5em;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}
#classic .swiper-pagination > .swiper-pagination-current {
    font-style: normal;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}
#classic .swiper-slide-active .bottom {
    padding-top: 0;
}
#classic .swiper-slide-active .container {
    padding-top: 101%;
}
#classic .swiper-slide-active .container:before {
    width: 64%;
}
#classic .swiper-slide-active .container > .content {
    visibility: visible;
    opacity: 1;
}
#classic > .tab-content {
    margin-top: 3em;
}
#classic > .tab-content > .item {
    position: relative;
    padding: 4%;
    background-color: #fff;
    -webkit-filter: drop-shadow(2px 5px 15px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 5px 15px rgba(0, 0, 0, 0.3));
}
#classic > .tab-content > .item:after {
    display: block;
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    bottom: 100%;
    margin-left: -20px;
}
#classic > .tab-content > .item > ul {
    margin-right: -1em;
}
#classic > .tab-content > .item > ul li {
    min-width: 33.3333%;
}
#classic > .tab-content > .item > ul li > .td {
    margin-right: 1em;
}
#classic > .tab-content > .item > ul li > .td > .key {
    font-weight: bold;
    color: #a40001;
}
#classic > .tab-content > .item > ul li > .td > .value {
    color: #333;
}
#news-list > .body-content > .container {
    background-color: #fff;
    padding: 7%;
    margin-top: -3em;
}
#news-list > .motto > .texture > .set {
    min-height: 200px;
}
#news-strip > li {
    margin-bottom: 3%;
}
#news-strip > li > .flex > .relative {
    width: 33%;
    overflow: hidden;
}
#news-strip > li > .flex > .relative > .cover-img {

    padding-top: 66.66%;
}
#news-strip > li > .flex > .right {
    padding-left: 3%;
    width: 64%;
}
#news-strip > li > .flex > .right > .time {
    font-size: 0.7em;
    opacity: 0.7;
}
#news-strip > li > .flex > .right > .title {
    margin: 0.5em auto 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}
#news-strip > li > .flex > .right > .text-node {
    -webkit-line-clamp: 3;
    height: 63px;
}
#news-strip > li > .flex > .right > .more-button {
    margin-top: 2.2em;
}
#news-strip > li > .flex:hover {
    color: #a40001;
}
#top-left .section-title {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5em;
}
#top-left .section-title .zh {
    color: #a40001;
    font-family: Arial;
    margin-bottom: 0;
}
#top-left .title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em;
}
#top-left .text-node {
    -webkit-line-clamp: 2;
    height: 42px;
}
#top-left .more-button {
    margin: 4.5em auto 9em;
}
#partner .col-5 {
    margin-right: -3%;
    margin-top: -3%;
}
#partner .col-5 > .fl > .col-item-content {
    padding: 4% 15%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#partner .col-5 > .fl > .col-item-content > .contain-img {
    padding-top: 24%;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}
#partner .col-5 > .fl > .col-item-content:hover {
    background-color: #fff;
    border-color: #fff;
}
#partner .col-5 > .fl > .col-item-content:hover > .contain-img {
    -webkit-filter: none;
    filter: none;
}
#honor {
    background-image: url(../images/honor.jpg);
}
#honor .swiper-content {
    font-size: 1em;
    position: relative;
    height: 2em;
    text-align: center;
    line-height: 1;
    padding-top: 120%;
}
#honor .swiper-content > .item > .contain-img {
    bottom: 2em;
}
#honor .swiper-content > .item > .title {
    top: auto;
}
#honor .swiper-content.double > .item:first-child {
    bottom: 52%;
}
#honor .swiper-content.double > .item:last-child {
    top: 52%;
}
#team {
    display: none;
    background-image: url(../images/team.jpg);
}
#team-left .content {
    padding: 0.5em 0.5em 0 0.5em;
    background-color: #fff;
}
#team-left .content > .contain-img {
    height: 100%;
}
#team-left .content > .masking {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    z-index: 1;
}
#team-left > .swiper {
    height: 100%;
}
#team-left .swiper-slide-active > .content > .masking {
    background-color: transparent;
    border-color: #a40001;
}
#team-left .swiper-slide-active > .content > .title {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#team-right {
    position: relative;
}
#team-right .contain-img:after {
    display: block;
    content: "";
    padding-top: 100%;
}
#team-right .title {
    font-size: 1.5em;
    color: #a40001;
    margin-bottom: 0.65em;
}
#team-right .tag {
    font-size: 0.9em;
    font-weight: bold;
    margin: 1em auto 2em;
}
#team-right .direc {
    margin-top: 1em;
}
#team-right .direc > .home-icon {
    position: static;
    margin-top: 0;
    display: inline-block;
    background-size: 90px 150px;
    background-position-x: 0;
    width: 40px;
    height: 13px;
    -webkit-filter: grayscale(1000%);
    filter: grayscale(1000%);
    opacity: 0.5;
}
#team-right .direc > .home-icon.swiper-button-prev {
    background-position-y: -54px;
}
#team-right .direc > .home-icon.swiper-button-next {
    margin-left: 3em;
    background-position-y: -41px;
}
#team-right .direc > .home-icon:after {
    display: none;
}
#team-right .direc > .home-icon:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
#team-right > .swiper {
    z-index: 1;
}
#development > .container > .content {
    background-color: #fff;
    padding: 10%;
}
#development > .container > .title {
    padding: 6% 10%;
    color: #fff;
    background-image: url("../images/development.jpg");
}
#development > .full {
    z-index: 1;
}
#profile-data {
    padding-top: 2em;
    margin-right: -1em;
}
#profile-data > .item {
    min-width: 50%;
}
#profile-data > .item > .content {
    margin-right: 1em;
}
#profile-data > .item > .content > .align-bottom.data {
    line-height: 1;
    font-family: 宋体;
    color: #a40001;
}
#profile-data > .item > .content > .align-bottom.after {
    position: relative;
}
#profile-data > .item > .content > .align-bottom.after:after {
    position: absolute;
    content: attr(data-content);
    font-family: Arial;
    top: 50%;
    right: 0;
}
#profile .right .oppress {
    padding-top: 62%;
    border-radius: 20px;
    overflow: hidden;
}
#profile .right > .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}
#profile .right > .tag {
    color: #a40001;
    text-align: center;
    border-top: 1px solid #a40001;
    border-bottom: 1px solid #a40001;
    padding: 1em 0;
    font-size: 0.9em;
}
#culture {
    background-image: url(../images/cul.jpg);
}
#culture-container {
    z-index: 1;
}
#culture-container .right > .full {
    /*background-color: #a40001;*/
    padding: 7%;
}
#culture-container .right > .full > .content > .title{
    font-size: 1.2em;
    /*color:#fff;*/
    display: none;
}
#culture-container .right > .full > .content > .scroll-box {
    opacity: 0.8;
}
#culture-container .right > .full > .content > .scroll-box > .text-node {
    /*color: #fff;*/
    font-size: 16px;
}
#culture-tabs {
    z-index: 2;
    right: 0;
    top: 0;
}
#culture-tabs > .clear > .item {
    cursor: pointer;
    float: left;
    position: relative;
    font-weight: bold;
}
#culture-tabs > .clear > .item .text {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
    color: #fff;
}
#culture-tabs > .clear > .item .full {
    height: 2px;
    background-color: #a40001;
}
#culture-tabs > .clear > .item:hover .text,
#culture-tabs > .clear > .item.active .text {
    -webkit-filter: none;
    filter: none;
    color: #a40001;
}
#culture-tabs > .clear > .item:hover > .top50,
#culture-tabs > .clear > .item.active > .top50 {
    opacity: 1;
}
#culture-tabs > .clear > .item:hover > .top50.left,
#culture-tabs > .clear > .item.active > .top50.left {
    margin-right: 0.5em;
}
#culture-tabs > .clear > .item:hover > .top50.right,
#culture-tabs > .clear > .item.active > .top50.right {
    margin-left: 0.5em;
}
#culture-tabs > .clear > .item:hover .full,
#culture-tabs > .clear > .item.active .full {
    animation-name: sport-reset;
}
