.logo {
    width: 12em;
    flex-shrink: 0;
}
.compensate-for-scrollbar {
    padding-right: 0!important;
}
.nav {
    padding: 0 0.6rem;
}
.nav .fade {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0.9);
    background-color: #f5f5f5;
    padding: 1.5em;
    line-height: 2;
    min-width: 6em;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
.system .fade{
    text-align: left;
    line-height: 1.8;
    padding: 1em 1.5em;
}
.nav .fade a {
    font-size: 0.9375em;
}
.nav .fade a:hover {
    text-decoration: underline;
}
.nav .fade:empty {
    display: none;
}
.nav .fade:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    height: 1em;
    background-image: -webkit-linear-gradient(top, #000, transparent);
    background-image: linear-gradient(top, #000, transparent);
    opacity: 0.05;
}
.nav .ul li:hover .fade {
    transform: translateX(-50%) scaleY(1);
}
.nav a:hover {
    color: #e60012;
}
@media (min-width: 1025px) {
    .nav .menu {
        display: none;
    }
    .nav .system .fill {
        display: none;
    }
    .nav .system .icon-system {
        font-size: 1.2em;
        margin-right: 6px;
    }
    .nav .search .icon {
        font-size: 1.25em;
    }
}
@media (max-width: 1024px) {
    .nav .system .char,
    .nav .system .fade,
    .nav .system .icon-arrow-down,
    .nav .menu .icon-guanbi {
        display: none;
    }
    .nav .operate .icon {
        font-size: 22px;
    }
    .nav .operate li {
        margin-left: 20px;
    }
}
@media (max-width: 800px) {
    .nav {
        padding: 0 20px;
    }
}
@media (max-width: 1024px) {
    .on .nav .menu .icon-daohang {
        display: none;
    }
    .on .nav .menu .icon-guanbi {
        display: block;
    }
}
.datum .data-rolling {
    text-align: center;
}
.datum .value {
    font-weight: bold;
    color: #4b4846;
    font-family: 'adineueBold', sans-serif;
    font-size: 2em;
    line-height: 1;
    height: 1em;
    overflow: hidden;
    transition: all 0.4s ease;
}
.datum .value:after {
    content: attr(data-content);
    font-size: 12px;
    padding-left: 1em;
    color: #4b4846;
    font-weight: normal;
}
.datum li:hover .value {
    color: #e60012;
}
@media (min-width: 801px) {
    .datum li {
        display: block;
    }
}
@media (max-width: 800px) {
    .datum {
        display: block;
    }
    .datum li {
        padding: 24px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .datum li:first-child {
        border: 0 none;
    }
    .datum li:last-child {
        padding-bottom: 0;
    }
}
.section-title {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
.section-title .enb {
    color: #e60012;
    line-height: 1;
    font-size: 2.5em;
    text-transform: uppercase;
}
.section-title .cn {
    font-size: 1.4em;
    line-height: 1;
}
.more {
    width: 8em;
    height: 2.5em;
    background-color: #e60012;
    color: #fff;
}
.more .char {
    font-size: 14px;
}
.more .icon {
    font-size: 16px;
    margin-left: 10px;
}
.about {
    position: relative;
}
.about > .fill {
    z-index: 1;
    left: auto;
    width: 37.34939759%;
    background-image: url(../images/tree.png);
    max-width: 310px;
}
.about .padding {
    width: 19.27710843%;
    max-width: 160px;
}
.about .img {
    flex: 1;
    position: relative;
    z-index: 2;
}
.about .img .oppress {
    border-radius: 0 0.9em 0 0.9em;
    max-height: 490px;
}
.about .button{
    width: 3.2em;
    height: 3.2em;
    border: 0.2em solid #fff;
    border-radius: 100%;
    color: #fff;
}
.about .button .icon{
    font-size: 1.5em;
}
.about .img .pic {
    padding-top: 65.59766764%;
}
.about .img .shadow {
    pointer-events: none;
    top: 100%;
    bottom: auto;
    padding-top: 17.23076923%;
    background-image: url(../images/shadow.png);
}
.more2 {
    color: #a0a0a0;
    width: fit-content;
    font-size: 12px;
}
.more2 .cc {
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #a0a0a0;
    margin-left: 4px;
    transition: all 0.2s ease;
}
.more2 .cc .icon {
    transform: scale(0.75);
    transform-origin: center;
}
a .more,
a .more2 {
    transition: all 0.2s ease;
}
a:hover .more,
a:hover.more {
    filter: drop-shadow(0.2em 0.2em 0 #9a000a);
}
a:hover .more2,
a:hover.more2 {
    color: #e60012;
}
a:hover .more2 .cc,
a:hover.more2 .cc {
    background-color: #e60012;
}
a.scroll {
    width: fit-content;
    margin-top: 1.1rem;
    opacity: 0.7;
}
a.scroll .left {
    text-align: center;
}
a.scroll .en {
    margin-left: 0.12rem;
    font-size: 18px;
    transform: scale(0.5);
    transform-origin: left center;
    text-transform: uppercase;
}
a.scroll .mouse {
    width: 15px;
    height: 21px;
    border: 1px solid #fff;
}
a.scroll .line {
    width: 1px;
    height: 5px;
    background-color: #fff;
    margin: 5px auto;
}
a.scroll .icon {
    display: block;
    padding-left: 1px;
    line-height: 1;
    font-size: 14px;
    animation: scroll 4s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateY(-4px);
    }
    25% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
    75% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}
a.scroll.active .mouse {
    background-color: #e60012;
    border-color: #e60012;
}
a.scroll.active .icon {
    color: #e60012;
}
a.scroll.active,
a.scroll:hover {
    opacity: 1;
}
@media (max-width: 960px) {
    a.scroll .en {
        margin-left: 6px;
    }
}
.tab-list {
    color: #777;
    line-height: 1;
}
.tab-list a + a {
    margin-left: 0.6rem;
}
.tab-list a:after {
    height: 2px;
    width: 0;
    margin-top: 0.1rem;
    background-color: #e60012;
    transition: all 0.2s ease;
}
.tab-list a:hover,
.tab-list a.on {
    color: #e60012;
}
.tab-list a:hover:after,
.tab-list a.on:after {
    width: 100%;
}
.tab-content {
    position: relative;
}
.tab-content .item {
    opacity: 0;
    transform: translateX(36px);
    transition: all 0.6s ease;
    display: none;
}
.tab-content .item.on {
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}
.tab-content .item.hide {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateX(-36px);
}
.inside-title {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
.inside-title .cn {
    font-size: 1.6em;
}
.swiper-change {
    position: relative;
}
.swiper-change .button {
    z-index: 2;
    width: 2.5em;
    height: 2.5em;
    background-color: #f0f0f0;
    color: #999;
    transition: all 0.4s ease;
}
.swiper-change .button:hover {
    background-color: #e60012;
    color: #fff;
}
.swiper-change .button.next {
    margin-left: 0.4rem;
}
@media (max-width: 960px) {
    .swiper-change .button.next {
        margin-left: 20px;
    }
}
.swiper-pagination.default {
    position: static;
    margin: 0.1rem auto 0;
    padding-top: 16px;
    font-size: inherit;
    transform: none!important;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
    background-color: #e60012;
}
.gray {
    background-color: #fafafa;
}
ul.pagination {
    text-align: center;
    padding-top: 20px;
    margin-top: 0.3rem;
    padding-left: 0;
    font-size: 0;
    color: #a7a7a7;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0.75em;
    color: #bfbfbf;
    border-radius: 100px;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
}
ul.pagination li a {
    transition: none;
}
ul.pagination li span {
    display: block;
}
ul.pagination li a,
ul.pagination li span {
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 20px;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
    overflow: hidden;
    text-indent: -100px;
    font-size: 0.9em;
    font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover,
ul.pagination li:last-child.active,
ul.pagination li:first-child.active {
    color: #fff;
    border-color: #e60012;
    background-color: #e60012;
}
ul.pagination li:last-child {
    margin-left: 0.3rem;
    margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
    content: "\e85c";
}
ul.pagination li:first-child {
    margin-right: 0.3rem;
    margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
    content: "\e85e";
}
ul.pagination li:hover,
ul.pagination li.active {
    color: #e60012;
}
ul.pagination li.disabled {
    pointer-events: none;
}
@media (max-width: 1680px) {
    ul.pagination li:last-child,
    ul.pagination li:first-child {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    ul.pagination li:last-child,
    ul.pagination li:first-child {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    ul.pagination li:last-child,
    ul.pagination li:first-child {
        font-size: 14px;
    }
}
.map .amap-marker .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(230, 0, 18, 0.75);
    border-radius: 50%;
    height: 10px;
    width: 24px;
    margin: -4px 0 0 -8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.map .amap-marker .content {
    position: absolute;
    left: 50%;
    bottom: 50%;
    background-color: #ffffff;
    transform: translateX(-50%);
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}
.map .amap-marker .content:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -6px;
    margin-top: -1px;
}
.map-state {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
}
#header,
#navbar,
#search {
    position: fixed;
}
#header,
#navbar,
#search,
#apexes {
    left: 0;
    right: 0;
    top: 0;
}
#header {
    background-color: #fff;
    z-index: 200;
    transition: all 0.4s ease;
    color: #797979;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav {
    height: 5em;
    line-height: 5em;
}
#header .line {
    width: 1px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 0.5rem;
}
#header .navbar {
    margin: 0 auto 0 0;
}
#header .navbar li.on > a {
    color: #e60012;
}
#header .operate {
    margin: 0 0 0 auto;
}
#header.scroll {
    transform: translateY(-100%);
}
#header.show {
    transform: translateY(0);
}
#header.accept {
    transform: translateY(-100%);
}
#header.seek,
#header.on {
    transform: translateY(0);
}
@media (min-width: 1801px) {
    #header .line {
        margin: 0 0.5rem;
    }
    #header .navbar li + li {
        margin-left: 0.5rem;
    }
}
@media (max-width: 1800px) {
    #header .line {
        margin: 0 0.36rem;
    }
    #header .navbar li + li {
        margin-left: 0.36rem;
    }
}
@media (max-width: 1680px) {
    #header .navbar .icon-arrow-down {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width: 1101px) {
    #header .tf {
        font-size: 13px;
    }
}
@media (max-width: 1100px) and (min-width: 1025px) {
    #header .tf {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    #header .navbar,
    #header .line {
        display: none;
    }
}
#navbar {
    color: #797979;
    display: none;
    bottom: 0;
    padding-top: 60px;
    background-color: #f9f9f9;
    overflow-y: auto;
    z-index: 199;
}
#navbar .top {
    height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    font-size: 15px;
}
#navbar .content {
    padding: 10px 20px;
    line-height: 1.8;
    display: none;
    background-color: #f6f6f6;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1) inset;
}
#navbar .item:has(.content:empty) .top > .icon,
#navbar .sub:has(.content:empty) {
    display: none;
}
#navbar .item .top > .icon {
    transition: all 0.4s ease;
}
#navbar .item.active .top a {
    color: #e60012;
}
#navbar .item.on .top > .icon {
    transform: rotateZ(-180deg);
}
#system.fancybox__content {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    text-align: center;
}
#system.fancybox__content a {
    padding: 0.5em 0;
    min-width: 6em;
}
#search {
    display: none;
    background-color: #fff;
    bottom: 0;
    z-index: 198;
}
#search .container {
    height: 100%;
}
#search .container .top {
    height: 5em;
}
#search .container .main {
    flex: 1;
}
#search .form {
    width: 100%;
    max-width: 30em;
    transform: scale(0.85);
    opacity: 0;
    position: relative;
}
#search .form .close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #fff;
}
#search .form .close:hover {
    color: #e60012;
}
#search .body {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
}
#search .body .button {
    height: 3em;
    cursor: pointer;
}
#search .body .clean {
    width: 3em;
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}
#search .body .clean .icon {
    font-size: 0.8em;
}
#search .body .clean:hover {
    color: #e60012;
}
#search .body .submit {
    width: 5em;
    background-color: #e60012;
    color: #fff;
}
#search .body .submit .icon {
    font-size: 1.2em;
}
#search .body .box {
    flex: 1;
    height: 3em;
    margin-right: 3.5em;
    background-color: #fff;
    padding-left: 1em;
}
#search .body .box .input {
    width: 100%;
    height: 100%;
    display: block;
}
#search .body .box:has(.input[data-value=""]) + .clean {
    display: none;
}
#search .history {
    width: 100%;
    margin-top: 20px;
}
#search .history .headline {
    color: #fff;
}
#search .history .clean {
    opacity: 0.7;
    color: #fff;
}
#search .history .clean:hover {
    opacity: 1;
}
#search .history .list {
    margin: 0 -6px 0;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    max-height: 161px;
}
#search .history .list .char {
    -webkit-line-clamp: 1;
    height: 1.3em;
}
#search .history .list li {
    margin: 8px 8px 0;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: underline;
}
#search .history .list li:hover {
    border-color: #e60012;
    color: #e60012;
}
#search .history:has(.list:empty) {
    display: none;
}
#search.on .form {
    transform: scale(1);
    opacity: 1;
}
#toTop {
    position: fixed;
    right: 0;
    bottom: 1.5rem;
    z-index: 198;
    cursor: pointer;
    transform: translateX(100%);
    color: #fff;
    filter: drop-shadow(0 0 1em rgba(255, 32, 32, 0.5));
}
#toTop .cc {
    width: 1.8em;
    height: 1.8em;
    background-color: #e60012;
}
#toTop .cc .icon {
    font-size: 12px;
}
#toTop .char {
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}
#toTop.on {
    transform: none;
    right: 0.3rem;
}
#toTop:hover {
    filter: drop-shadow(0 0 1em #ff2020);
}
#footer {
    background-color: #2d2d2d;
    color: #fff;
}
#footer .container .top {
    position: relative;
    z-index: 2;
}
#footer .container .info {
    padding: 20px 0;
    margin: 0.3rem 0;
}
#footer .container .info .flex {
    transition: all 0.4s ease;
}
#footer .container .info .flex + .flex {
    margin-top: 4px;
}
#footer .container .info .flex:hover {
    opacity: 1;
}
#footer .container .info .name {
    white-space: nowrap;
}
#footer .container .share {
    width: fit-content;
}
#footer .container .share .cc {
    border: 1px solid #fff;
    width: 2.25em;
    height: 2.25em;
    opacity: 0.5;
}
#footer .container .share .cc .icon {
    font-size: 0.875em;
}
#footer .container .share .cc .fade {
    background-color: #fff;
    bottom: 100%;
    border-radius: 0.4em;
    padding: 12px;
    text-align: center;
    width: 100px;
}
#footer .container .share .cc .fade img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#footer .container .share .cc .fade p {
    color: #777;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1;
}
#footer .container .share .cc .fade,
#footer .container .share .cc .fade:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#footer .container .share .cc .fade:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    top: 100%;
}
#footer .container .share .cc + .cc {
    margin-left: 1em;
}
#footer .container .share .cc:hover {
    opacity: 1;
}
#footer .container .share .cc:hover .fade {
    margin-bottom: 8px;
}
#footer .container .nav {
    text-align: center;
    line-height: 1;
    flex: 1;
}
#footer .container .nav .ul {
    max-width: 1030px;
    margin: 0 auto;
}
#footer .container .nav li.on .top {
    color: #e60012;
}
#footer .container .nav .top {
    margin-bottom: 0.3rem;
}
#footer .container .nav .sub {
    font-size: 0.875em;
    opacity: 0.7;
    margin-top: 0.2rem;
}
#footer .container .nav a:hover {
    color: #e60012;
    text-decoration: underline;
}
#footer .container .blogroll .static {
    width: 8em;
    height: 2.4em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 1em;
}
#footer .container .blogroll .static .char {
    font-size: 14px;
}
#footer .container .blogroll .static .cc {
    width: 1.4em;
    height: 1.4em;
    background-color: #e60012;
    color: #fff;
}
#footer .container .blogroll .static .cc .icon {
    font-size: 12px;
}
#footer .container .blogroll .fade {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    color: #232323;
}
#footer .container .blogroll .fade .content {
    width: 260px;
    max-width: calc(100vw - 40px);
    background-color: #fff;
    padding: 1em;
    height: 180px;
    overflow-y: auto;
    border-radius: 0.5em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
#footer .container .blogroll .fade .content a {
    font-size: 14px;
    padding: 5px 0.5em;
}
#footer .container .blogroll .fade .content a:hover {
    background-color: #f2f2f2;
    color: #e60012;
}
#footer .container .blogroll:hover .static {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}
#footer .container .blogroll:hover .static .cc {
    background-color: #fff;
    color: #e60012;
}
#footer .container .blogroll:hover .fade {
    margin-top: 0;
}
#footer .container .wechat {
    text-align: center;
    margin-top: 0.2rem;
    padding-top: 10px;
}
#footer .container .wechat img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#footer .container .wechat p {
    text-align: left;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}
#footer .container .wechat p b {
    color: #333;
}
#footer .container .wechat li + li {
    margin-left: 1.5em;
}
#footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .copyright .content {
    padding: 16px 0;
    margin: 0 -0.3rem;
    font-size: 12px;
}
#footer .copyright a {
    opacity: 0.5;
    margin: 4px 0.3rem;
}
#footer .copyright a:hover {
    opacity: 1;
}
@media (max-width: 1024px) {
    #footer .container .nav {
        display: none;
    }
    #footer .container .left {
        margin-right: 1rem;
    }
}
@media (max-width: 800px) {
    #footer .copyright {
        text-align: center;
    }
    #footer .copyright .content,
    #footer .copyright .flex {
        display: block;
    }
    #footer .container .left {
        margin-right: 0;
    }
    #footer .container .share {
        width: auto;
    }
    #footer .container,
    #footer .container .right {
        display: block;
    }
}
#apexes {
    position: absolute;
    z-index: 100;
}
#apexes .nav {
    padding-top: 0.4rem;
}
#apexes .operate .system .fade{
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
}
#apexes .operate .system .fade:before{
    background-image: none;
    height: 4px;
    top: -4px;
    pointer-events: unset;
}
@media (min-width: 1025px) {
    #apexes .operate {
        height: 2.3em;
        line-height: 2.3em;
    }
    #apexes .operate li {
        padding: 0 1.2em;
        border-radius: 2.3em;
        background-color: rgba(255, 255, 255, 0.85);
    }
    #apexes .operate li + li {
        margin-left: 0.3rem;
    }
    #apexes .operate .system {
        color: #777;
    }
    #apexes .operate .search .char {
        font-size: 14px;
        color: #999;
        white-space: nowrap;
    }
    #apexes .operate .search .cc {
        width: 2.3em;
        background-color: #e60012;
        color: #fff;
        margin: 0 -1.2em 0 0.5rem;
    }
}
@media (max-width: 1024px) {
    #apexes {
        color: #fff;
    }
    #apexes .nav {
        padding-top: 0;
        height: 60px;
    }
    #apexes .search .char {
        display: none;
    }
}
#banner {
    overflow: hidden;
}
#banner .swiper {
    height: calc(100vh - 4.25em);
    max-height: calc(56.25vw - 4.25em);
    min-height: 400px;
    color: #fff;
}
#banner .img {
    height: 100%;
}
#banner .img:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 4.8rem;
    background-image: -webkit-linear-gradient(right, #000, transparent);
    background-image: linear-gradient(right, #000, transparent);
    opacity: 0.2;
}
#banner .container {
    left: 50%;
    padding: 0.6rem 1.2rem 0.6rem 1rem;
    background-color: rgba(0, 0, 0, 0.3);
}
#banner .container .empty{
    height: 2.3em;
    padding-top: 0.4rem;
}
#banner .container .content {
    box-sizing: border-box;
    width: 100%;
    padding-right: 1.4em;
}
#banner .container .title {
    font-size: 0.48rem;
}
#banner .container .sub {
    font-size: 12px;
    opacity: 0.7;
    padding-top: 10px;
    margin-top: 0.2rem;
}
#banner .navbar {
    z-index: 2;
    left: 0.4em;
    position: absolute;
    bottom: 0;
    top: 0.4rem;
    margin-top: 2em;
    color: #7f7f7f;
}
#banner .navbar .ul {
    width: 23.5em;
    height: 32em;
    box-sizing: border-box;
    background-size: 100% 100%;
    transition: all 1s ease-out;
    opacity: 0;
    transform: scale(0.9);
    padding: 0 5.6em 0 3.8em;
}
#banner .navbar .ul.ready {
    opacity: 1;
    transform: scale(1);
}
#banner .navbar li {
    height: 2.75em;
}
#banner .navbar li:first-child {
    height: 4.65em;
}
#banner .navbar li:first-child .top {
    color: transparent!important;
}
#banner .navbar li + li {
    margin-top: 0.2em;
}
#banner .navbar li .top {
    height: 100%;
    font-size: 0.9em;
    padding: 0 7% 0 19.5%;
}
#banner .navbar li .fade {
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateX(10px);
    white-space: nowrap;
    /*padding-left: 0.2em;*/
    transition: all 0.4s ease;
    /*display: none;*/
}
#banner .navbar li .fade .content {
    padding: 0.5em 1em;
    line-height: 1.5em;
    background-color: #fff;
}
#banner .navbar li .fade .content a {
    font-size: 0.8em;
}
#banner .navbar li .fade .content a:hover {
    color: #e60012;
    text-decoration: underline;
}
#banner .navbar li:hover .top {
    color: #e60012;
}
#banner .navbar li:hover .fade {
    transform: translateX(0);
}
@media (min-width: 801px) {
    #banner .swiper-pagination {
        right: 0.6rem;
        width: 1.4em;
        top: 50%;
        left: auto;
        bottom: auto;
        transform: translateY(-50%);
    }
    #banner .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 1.2em 0;
        width: 1.4em;
        height: 1.4em;
        opacity: 1;
        background-color: transparent;
    }
    #banner .swiper-pagination svg {
        width: 100%;
        height: 100%;
    }
    #banner .swiper-pagination svg .c {
        fill: #fff;
    }
    #banner .swiper-pagination svg .r {
        fill: none;
        stroke: #fff;
        stroke-width: 5;
        stroke-dasharray: 0,400;
        animation-timing-function: linear;
    }
    #banner .swiper-pagination .swiper-pagination-bullet-active svg .r {
        animation-name: timeout;
    }
    @keyframes timeout {
        0% {
            stroke-dasharray: 0, 400;
        }
        100% {
            stroke-dasharray: 400, 0;
        }
    }
}
@media (max-width: 800px) {
    #banner .swiper-pagination svg,
    #banner .container .scroll,
    #banner .navbar {
        display: none;
    }
    #banner .container {
        left: 0;
        top: auto;
        padding: 24px 20px 80px 24px;
    }
    #banner .container .title {
        font-size: 20px;
    }
    #banner .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
    }
}
#inform .container {
    height: 4.25em;
    line-height: 4.25em;
}
#inform .headline {
    background-color: #e60012;
    color: #fff;
    width: 3.45rem;
    float: left;
}
#inform .headline .icon {
    font-size: 1.6em;
    margin-right: 0.3em;
}
#inform .swiper {
    margin-left: 3.45rem;
    overflow: hidden;
    height: 100%;
}
#inform .swiper a {
    color: #777;
    padding: 0 2em;
}
#inform .swiper a .ell {
    font-size: 0.9em;
    margin-right: 2em;
}
#inform .swiper a .time {
    font-size: 0.8em;
}
#inform .swiper a:hover {
    color: #e60012;
}
@media (max-width: 1024px) {
    #inform .headline .icon {
        font-size: 16px;
    }
    #inform .headline .char {
        font-size: 14px;
    }
    #inform .swiper a .ell {
        font-size: 13px;
    }
    #inform .swiper a .time {
        font-size: 12px;
    }
}
@media (min-width: 641px) {
    #inform .swiper .swiper-wrapper {
        transition-timing-function: linear;
    }
    #inform .swiper .swiper-slide {
        width: auto;
    }
}
@media (max-width: 640px) {
    #inform .headline {
        width: 115px;
    }
    #inform .swiper {
        margin-left: 115px;
    }
    #inform .swiper a {
        padding: 0 1em;
    }
    #inform .swiper a .ell {
        margin-right: 1em;
    }
}
#indexAbout .main {
    background-image: url(../images/about.jpg);
}
#indexAbout .left .headline {
    font-size: 1.125em;
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
#indexAbout .left .datum {
    padding: 20px 0;
    margin: 0.4rem -0.4rem 0.6rem;
}
#indexAbout .left .datum li {
    margin: 0 0.4rem;
}
@media (min-width: 1025px) {
    #indexAbout .left,
    #indexAbout .right {
        width: 50%;
    }
    #indexAbout .left {
        box-sizing: border-box;
        padding-right: 1rem;
    }
}
@media (max-width: 1024px) {
    #indexAbout .main {
        display: block;
    }
    #indexAbout .right {
        margin: 40px auto 0;
        max-width: 640px;
    }
}
#indexSeek .main {
    background-image: url(../images/seek.jpg);
}
#indexSeek .section-title .more {
    background-color: #fff;
    color: #777;
}
#indexSeek .section-title .more:hover {
    background-color: #e60012;
    color: #fff;
}
#indexSeek .section-title .cn {
    color: #fff;
}
#indexSeek .container {
    background-color: rgba(255, 255, 255, 0.9);
}
#indexSeek .head {
    background-color: #ffffff;
}
#indexSeek .left .container {
    overflow-x: auto;
    width: 100%;
    flex: 1;
    min-height: 500px;
}
#indexSeek .left .container .fill{
    overflow-y: auto;
}
#indexSeek .left .container .fill::-webkit-scrollbar{
    width: 6px;
}
#indexSeek .left .container .fill::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background-color: #e60012;
}
#indexSeek .left table {
    min-width: 100%;
    text-align: center;
}
#indexSeek .left table td {
    padding-left: 10px;
    padding-right: 10px;
}
#indexSeek .left table td:first-child {
    padding-left: 0.5rem;
}
#indexSeek .left table td:last-child {
    padding-right: 0.5rem;
}
#indexSeek .left .head {
    line-height: 0.8rem;
    white-space: nowrap;
    font-size: 1.125em;
}
#indexSeek .left .tbody {
    color: #777;
}
#indexSeek .left .tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
#indexSeek .left .tbody tr:first-child td {
    padding-top: 0.4rem;
}
#indexSeek .left .tbody tr:last-child td {
    padding-bottom: 0.4rem;
}
#indexSeek .right .head,
#indexSeek .right .tab-content .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
#indexSeek .right .head {
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#indexSeek .right .head .tab-list {
    font-size: 1.2em;
    line-height: inherit;
}
#indexSeek .right .head .tab-list a:after {
    left: 0;
    top: 100%;
    margin-top: -1px;
    height: 3px;
    opacity: 0;
    width: 100%;
}
#indexSeek .right .head .tab-list a:hover:after,
#indexSeek .right .head .tab-list a.on:after {
    opacity: 1;
}
#indexSeek .right .tab-content {
    color: #666;
}
#indexSeek .right .tab-content .item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
#indexSeek .right .tab-content a {
    padding: 10px 0;
    margin: 0.12rem 0;
}
#indexSeek .right .tab-content a .content {
    flex: 1;
}
#indexSeek .right .tab-content a .cc {
    transition: all 0.4s ease;
    background-color: #e60012;
    color: #fff;
    width: 1.3em;
    height: 1.3em;
    margin-left: 1rem;
    opacity: 0;
}
#indexSeek .right .tab-content a .headline {
    -webkit-line-clamp: 1;
    line-height: 1.1;
}
#indexSeek .right .tab-content a .time {
    font-size: 12px;
    padding-top: 4px;
    margin-top: 0.06rem;
}
#indexSeek .right .tab-content a:hover {
    color: #e60012;
}
#indexSeek .right .tab-content a:hover .cc {
    opacity: 1;
}
@media (min-width: 1025px) {
    #indexSeek .left {
        width: 47.28915663%;
        box-sizing: border-box;
        padding-right: 0.45rem;
    }
    #indexSeek .right {
        width: 52.71084337%;
    }
}
@media (max-width: 1280px) {
    #indexSeek .left .head {
        line-height: 52px;
    }
    #indexSeek .left .tbody td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #indexSeek .left .tbody tr:first-child td {
        padding-top: 24px;
    }
    #indexSeek .left .tbody tr:last-child td {
        padding-bottom: 24px;
    }
}
@media (max-width: 1024px) {
    #indexSeek .main {
        display: block;
    }
    #indexSeek .left table td:first-child {
        padding-left: 24px;
    }
    #indexSeek .left table td:last-child {
        padding-right: 24px;
    }
    #indexSeek .right {
        margin-top: 24px;
    }
    #indexSeek .right .head,
    #indexSeek .right .tab-content .item {
        padding-left: 24px;
        padding-right: 24px;
    }
    #indexSeek .right .head {
        height: 52px;
        line-height: 52px;
    }
    #indexSeek .right .tab-content .item {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #indexSeek .right .tab-content a .cc {
        opacity: 1;
        background-color: #b5b5b5;
    }
    #indexSeek .right .tab-content a:hover .cc {
        background-color: #e60012;
    }
}
#indexNews .main {
    background-image: url(../images/news.jpg);
}
#indexNews .tab-list a:hover:after,
#indexNews .tab-list a.on:after {
    width: 45%;
}
#indexNews .tab-list.hide-pc {
    margin-bottom: 30px;
}
#indexNews .tab-list.hide-pc a {
    margin-top: 6px;
}
#indexNews .tab-list.hide-pc a:hover:after,
#indexNews .tab-list.hide-pc a.on:after {
    width: 100%;
}
#indexNews .section-title .tab-list {
    margin: 0 auto 0 1rem;
}
#indexNews .section-title .tab-list a:after {
    margin-top: 0.15rem;
}
#indexNews .container .swiper {
    width: 45%;
    margin-right: 0.45rem;
    color: #fff;
    background-color: #000;
}
#indexNews .container .swiper .img {
    opacity: 0.6;
    height: 100%;
}
#indexNews .container .swiper .box {
    padding: 0.32rem;
}
#indexNews .container .swiper .box .headline {
    flex: 1;
    max-width: 410px;
    margin-right: 3em;
    font-size: 1.125em;
    max-height: 3em;
}
#indexNews .container .swiper .box .date {
    border: 1px solid #fff;
    width: 3.4em;
    height: 3.4em;
    line-height: 1;
    text-align: center;
}
#indexNews .container .swiper .box .date .d {
    font-size: 1.2em;
    font-weight: bold;
}
#indexNews .container .swiper .box .date .y {
    font-size: 20px;
    transform: scale(0.5);
}
#indexNews .container .swiper .swiper-pagination {
    bottom: 0;
    width: auto;
    margin: 0 0.32rem 0.32rem;
}
#indexNews .container .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
    margin-left: 0.3rem;
}
#indexNews .container .swiper .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0!important;
}
#indexNews .container .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e60012;
    opacity: 1;
}
#indexNews .container .list {
    flex: 1;
}
#indexNews .container .list .ul {
    margin: -0.25rem -0.25rem 0 0;
}
#indexNews .container .list li {
    width: 50%;
}
#indexNews .container .list a {
    margin: 0.25rem 0.25rem 0 0;
    background-color: #fff;
    padding: 0.32rem;
}
#indexNews .container .list a .date {
    font-size: 12px;
    opacity: 0.5;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
}
#indexNews .container .list a .headline {
    height: 3em;
}
#indexNews .container .list a .more2 {
    padding-top: 10px;
    margin-top: 0.4rem;
}
#indexNews .container .list a:hover {
    box-shadow: 0.2em 0.5em 1em rgba(0, 0, 0, 0.2);
    color: #e60012;
}
@media (max-width: 1024px) {
    #indexNews .container {
        display: block;
    }
    #indexNews .container .swiper {
        width: auto;
        margin: 0 auto 20px;
    }
    #indexNews .container .swiper .img {
        height: auto;
        padding-top: 60%;
    }
    #indexNews .container .swiper .box {
        padding: 20px;
    }
    #indexNews .container .swiper .swiper-pagination {
        margin: 0 20px 20px;
    }
    #indexNews .container .swiper .swiper-pagination .swiper-pagination-bullet {
        margin-left: 10px;
    }
    #indexNews .container .list .ul {
        margin: -20px -20px 0 0;
    }
    #indexNews .container .list a {
        margin: 20px 20px 0 0;
        padding: 20px;
    }
}
@media (max-width: 480px) {
    #indexNews .container .list li {
        width: 100%;
    }
    #indexNews .container .list a {
        margin-top: 10px;
    }
}
#indexFactory {
    color: #fff;
}
#indexFactory li {
    background-color: #000;
    width: 50%;
}
#indexFactory li .img,
#indexFactory li .fade,
#indexFactory li .default {
    transition: all 0.6s ease;
}
#indexFactory li .img {
    z-index: 1;
}
#indexFactory li .img .pic {
    height: 100%;
}
#indexFactory li .main {
    z-index: 2;
    text-align: center;
}
#indexFactory li .main .headline {
    font-size: 1.2em;
}
#indexFactory li .main .tag {
    margin: 0.1rem 0;
    padding: 10px 0;
}
#indexFactory li .main .more2 {
    color: #fff;
    margin: 0.6rem auto 0;
}
#indexFactory li .main .more2 .cc {
    background-color: #fff;
    color: #e60012;
}
#indexFactory li .default {
    z-index: 3;
    padding: 0.5rem;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
    top: auto;
}
#indexFactory li:hover .img {
    opacity: 0.5;
}
@media (max-width: 800px) {
    #indexFactory li {
        width: 100%;
    }
    #indexFactory li .img {
        opacity: 0.5;
    }
    #indexFactory li .default {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    #indexFactory li .fade {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
}
#column {
    color: #fff;
}
#column .container {
    height: 7.6rem;
    min-height: 400px;
}
#column .container .top {
    height: 5em;
}
#column .container .main .title {
    font-size: 2em;
}
#column .container .main .sub {
    font-size: 12px;
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: 12px;
    padding-bottom: 30px;
}
#column .container .main .scroll {
    margin-top: 0.4rem;
}
#column .container .bottom {
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 60px;
    line-height: 60px;
}
#column .container .bottom .list {
    white-space: nowrap;
    margin-right: 1rem;
}
#column .container .bottom .list a {
    padding: 0 0.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#column .container .bottom .list a:first-child {
    padding-left: 0;
}
#column .container .bottom .list a svg {
    width: 10px;
    height: 10px;
    margin-right: -10px;
    transform: rotateZ(-180deg);
}
#column .container .bottom .list a svg,
#column .container .bottom .list a svg use {
    transition: all 0.6s ease;
}
#column .container .bottom .list a svg use {
    fill: none;
    stroke: #fff;
    stroke-width: 20;
    stroke-dasharray: 0,314;
}
#column .container .bottom .list a:hover svg,
#column .container .bottom .list a.on svg {
    margin-left: 0.32rem;
}
#column .container .bottom .list a:hover svg use,
#column .container .bottom .list a.on svg use {
    stroke-dasharray: 190, 78.5;
}
#column .container .bottom .point {
    -webkit-line-clamp: 1;
    color: rgba(255, 255, 255, 0.7);
}
#column .container .bottom .point a {
    display: inline;
}
#column .container .bottom .point a:hover {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 1680px) {
    #column .container .bottom {
        height: 54px;
        line-height: 54px;
    }
}
@media (max-width: 1440px) {
    #column .container .bottom {
        height: 48px;
        line-height: 48px;
    }
}
@media (max-width: 1024px) {
    #column .container .bottom .list {
        display: none;
    }
}
#company .main {
    background-image: url(../images/about2.jpg);
}
#company .unit1 > .icon {
    color: #e60012;
    margin-right: 1.2rem;
    padding-right: 12px;
}
#company .unit2 {
    padding: 30px 0;
    margin: 0.2rem 0;
}
#company .unit2 .about {
    flex: 1;
}
#company .unit3 .right .img {
    padding-top: 115%;
}
#company .unit3 .right .button {
    position: absolute;
    top: 50%;
    margin-top: -1.25em;
}
#company .unit3 .right .button.prev {
    left: -1.25em;
}
#company .unit3 .right .button.next {
    right: -1.25em;
    margin-left: 0;
}
#company .unit3 .right .swiper-pagination {
    bottom: 0.5rem;
}
#company .unit3 .right .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    border-radius: 5px;
    height: 5px;
    width: 10px;
    margin: 0 0.3em;
    transition: all 0.4s ease;
}
#company .unit3 .right .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
}
#company .unit3 .left {
    flex: 1;
}
#company .unit3 .left .headline {
    margin-bottom: 0.4rem;
    padding-bottom: 20px;
}
@media (min-width: 801px) {
    #company .unit2 .datum {
        width: 140px;
        margin-right: 2rem;
        white-space: nowrap;
    }
    #company .unit2 .datum li {
        padding: 0.4rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #company .unit2 .datum li:first-child {
        padding-top: 0;
    }
    #company .unit2 .datum li:last-child {
        padding-bottom: 0;
        border-bottom: 0 none;
    }
    #company .unit3 .right {
        width: 38%;
    }
    #company .unit3 .left {
        margin-right: 1rem;
    }
}
@media (max-width: 800px) {
    #company .unit1,
    #company .unit2,
    #company .unit3 {
        display: block;
    }
    #company .unit1 > .icon {
        float: left;
        padding-bottom: 14px;
    }
    #company .unit2 {
        padding-top: 0;
    }
    #company .unit2 .datum {
        margin-bottom: 36px;
    }
    #company .unit3 .right {
        margin-top: 36px;
    }
}
#course .main {
    background-image: url(../images/path.jpg);
}
#course .swiper {
    margin-right: -0.8rem;
    overflow: visible;
}
#course .swiper .swiper-wrapper {
    transition-timing-function: ease;
}
#course .swiper .line {
    top: auto;
    bottom: -0.2em;
    left: 10px;
    position: absolute;
    right: -10px;
}
#course .swiper .line:after {
    padding-top: 20%;
}
#course .swiper .line svg {
    width: 100%;
    height: auto;
    bottom: auto;
    transform: scaleY(0.5);
    transform-origin: center top;
}
#course .swiper .line .c3 {
    fill: none;
    stroke-width: 5;
    stroke: #e60012;
}
#course .swiper .swiper-slide {
    height: auto;
}
#course .swiper .swiper-slide:before,
#course .swiper .swiper-slide:after {
    width: 100%;
}
#course .swiper .swiper-slide:nth-of-type(2n-1):before {
    padding-top: 20%;
}
#course .swiper .swiper-slide:nth-of-type(2n-1) .line {
    transform: rotateY(180deg);
}
#course .swiper .swiper-slide:nth-of-type(2n):after {
    padding-top: 20%;
}
#course .swiper .swiper-slide:nth-of-type(2n) .line {
    bottom: auto;
    top: 100%;
    margin-top: 0.2em;
}
#course .swiper .left {
    position: absolute;
    top: 0.3em;
    left: 10px;
    height: 100%;
    width: 0.5em;
    margin-left: -0.25em;
}
#course .swiper .left .c1 {
    fill: #e60012;
}
#course .swiper .left .c2 {
    fill: none;
    stroke: #e60012;
    stroke-width: 3;
    stroke-dasharray: 1,8;
    stroke-linecap: round;
}
#course .swiper .content {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem 20% 20px;
    cursor: pointer;
}
#course .swiper .content,
#course .swiper .content .en,
#course .swiper .content .left .c2 {
    transition: all 0.6s ease;
}
#course .swiper .content:hover {
    color: #e60012;
}
#course .swiper .content:hover .en {
    font-weight: bold;
}
#course .swiper .content:hover .left .c2 {
    stroke-dasharray: 0;
}
#course .swiper .swiper-slide-active .en {
    font-weight: bold;
}
#course .swiper .en {
    line-height: 1;
    color: #e60012;
    font-size: 1.5em;
    margin-bottom: 10px;
}
#culture .main {
    background-image: url(../images/culture.jpg);
    background-position: bottom center;
}
#culture .container {
    background-color: #fff;
    background-image: url(../images/culture2.jpg);
    background-position: bottom center;
}
#culture .container .unit {
    padding: 0.7rem;
}
@media (max-width: 800px) {
    #culture .container .unit {
        padding: 24px;
    }
}
#culture .container .unit2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#culture .container .unit2 .ul {
    margin: -1.5em -1.5em 0;
}
#culture .container .unit2 .ul li {
    margin: 1.5em 1.5em 0;
}
#culture .container .unit2 .ul .target {
    color: #e60012;
    font-weight: bold;
    line-height: 1;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 1.5em;
    margin-bottom: 6px;
}
#culture .container .unit2 .ul a:hover {
    color: #e60012;
}
#culture .container .headline {
    margin-bottom: 1em;
}
#culture .container .row-title {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
#culture .container .row-title .icon {
    font-size: 1.9em;
    color: #777;
}
#culture .container .row-title .char {
    font-size: 1.2em;
    margin-left: 0.5em;
}
#honor .ul {
    margin: -0.8rem -0.8rem 0 0;
}
#honor .ul li {
    width: 25%;
}
#honor .ul a {
    margin: 0.8rem 0.8rem 0 0;
    border: 1px solid #d5d5d5;
    background-color: #efefef;
    color: #444;
}
#honor .ul a .clip {
    background-color: #f9f9f9;
}
#honor .ul a .clip .img {
    padding-top: 120%;
}
#honor .ul a .clear {
    padding: 0 1.2em;
    height: 3em;
    line-height: 3em;
}
#honor .ul a .clear .ell {
    font-size: 0.9em;
    margin-right: 2em;
}
#honor .ul a .clear .icon {
    font-size: 14px;
    float: right;
}
#honor .ul a:hover {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff;
}
@media (max-width: 1280px) {
    #honor .ul {
        font-size: 14px;
    }
}
@media (max-width: 1024) {
    #honor .ul li{
        width: 33.333333%;
    }
}

@media (max-width: 800px) {
    #honor .ul {
        margin: -12px -12px 0 0;
    }
    #honor .ul li {
        width: 50%;
    }
    #honor .ul a {
        margin: 12px 12px 0 0;
    }
    #honor .ul a .clear .ell {
        margin-right: 0;
    }
    #honor .ul a .clear .icon {
        display: none;
    }
}
#building .date {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 5px;
}
#building .date,
#building .headline {
    transition: all 0.2s ease;
}
#building a:hover .date,
#building a:hover .headline {
    opacity: 1;
    color: #e60012;
}
#building .swiper {
    margin-right: -0.45rem;
}
#building .swiper ~ .list{
    padding-top: 15px;
    margin-top: 0.6rem;
}
#building .swiper a {
    margin-right: 0.45rem;
}
#building .swiper .headline {
    height: 3em;
    margin-bottom: 1em;
}
#building .swiper .img {
    padding-top: 55%;
}
#building .swiper .date {
    padding-top: 6px;
    margin-top: 0.1rem;
}
#building .list a {
    padding: 0.45rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
#building .list li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#building .list a .box {
    flex: 1;
    margin-left: 0.5rem;
}
#building .list a .clip {
    width: 4rem;
    min-width: 30%;
}
#building .list a .clip .img {
    min-height: 100%;
}
#building .list a .clip .img:after {
    padding-top: 55%;
}
#building .list a .en ~ .headline{
    margin-top: 0.1rem;
}
#building .list a .headline {
    font-size: 1.1em;
    -webkit-line-clamp: 1;
    line-height: 1;
    margin-bottom: 0.4rem;
    transition: all 0.4s ease;
}
#building .list a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: inherit;
    background-color: #018638;
}
#building .list a:hover:after {
    width: 30%;
}
@media (max-width: 800px) {
    #building .list a {
        padding: 20px 0;
    }
    #building .list a .box {
        margin-left: 16px;
    }
    #building .list a .headline {
        font-size: 1em;
        margin-bottom: 12px;
    }
}
#industry .main {
    background-image: url(../images/industry.jpg);
    background-position: bottom center;
}
#industry .container {
    margin: -0.7rem -0.7rem 0 0;
}
#industry .container .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0.7rem 0.7rem 0 0;
}
@media (max-width: 1024px) {
    #industry .container {
        display: block;
    }
    #industry .container .item {
        width: auto;
    }
}
#idea .container .left {
    position: relative;
    z-index: 2;
}
#idea .container .left .headline {
    font-size: 1.3em;
}
#idea .container .left .list dl {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-top: 20px;
    border-left: 0 solid #e60012;
    position: relative;
}
#idea .container .left .list dl,
#idea .container .left .list dl dt .icon,
#idea .container .left .list dl dt .char {
    transition: all 0.6s ease;
}
#idea .container .left .list dl dt {
    line-height: 1;
    padding-bottom: 0.5em;
}
#idea .container .left .list dl dt .icon {
    width: 0;
    font-size: 0.8em;
    color: #e60012;
    overflow: hidden;
}
#idea .container .left .list dl dt .char {
    font-size: 1.1em;
}
#idea .container .left .list dl:hover {
    border-left-width: 0.4em;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15);
    z-index: 2;
}
#idea .container .left .list dl:hover dt .icon {
    width: 1em;
    margin-right: 0.5em;
}
#idea .container .left .list dl:hover dt .char {
    color: #e60012;
}
@media (min-width: 1025px) {
    #idea .container .left {
        position: relative;
        z-index: 2;
    }
    #idea .container .left .list dl {
        background-color: #fff;
    }
    #idea .container .left .list dl:hover {
        margin-right: -1.4rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    #idea .container .left,
    #idea .container .right {
        width: 50%;
    }
    #idea .container .right {
        box-sizing: border-box;
        padding-left: 0.6rem;
    }
    #idea .container .right .img {
        height: 100%;
    }
}
@media (max-width: 1024px) {
    #idea .container {
        display: block;
    }
    #idea .container .left .list dl {
        padding: 20px;
        border-left-width: 4px;
        box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15);
    }
    #idea .container .right {
        margin-top: 40px;
    }
    #idea .container .right .img {
        padding-top: 120%;
    }
}
#network .container .left .txt {
    padding-bottom: 20px;
    margin-bottom: 0.4rem;
}
#network .container .left .scroll {
    margin-top: 0;
}
#network .container .fenbu {
    position: relative;
}
#network .container .fenbu .img {
    position: relative;
    padding-top: 83.15068493%;
    background-image: url(../images/map.jpg);
}
#network .container .fenbu .content {
    width: 28.90410959%;
    height: 26.02965404%;
    left: 38.49315068%;
    top: 52.71828666%;
    position: absolute;
    filter: drop-shadow(0 0.1em 0.3em rgba(0, 0, 0, 0.15));
}
#network .container .fenbu .content svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}
#network .container .fenbu .content .c,
#network .container .fenbu .content .s {
    fill: #fff;
}
#network .container .fenbu .content .t,
#network .container .fenbu .content .d2,
#network .container .fenbu .content .d1,
#network .container .fenbu .content .i {
    fill: #e60012;
}
#network .container .fenbu .content .d1 {
    opacity: 0;
}
#network .container .fenbu .content .area {
    cursor: pointer;
}
#network .container .fenbu .content .area.on .d1 {
    opacity: 1;
}
#network .container .fenbu .content .area.on .d2 {
    fill: #fff;
}
#network .container .fenbu .content .area.on .c,
#network .container .fenbu .content .area:hover .c,
#network .container .fenbu .content .area.on .s,
#network .container .fenbu .content .area:hover .s {
    fill: #e60012;
}
#network .container .fenbu .content .area.on .t,
#network .container .fenbu .content .area:hover .t,
#network .container .fenbu .content .area.on .i,
#network .container .fenbu .content .area:hover .i {
    fill: #fff;
}
#network .container .fenbu .dot {
    pointer-events: none;
    position: absolute;
    left: 52.46575342%;
    top: 67.05107084%;
}
#network .container .fenbu .dot .cc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    margin: -0.9rem 0 0 -0.9rem;
    border: 1px dashed #45aaa4;
    animation: spread 6s linear infinite;
    transform: scale(0);
    opacity: 0;
}
#network .container .fenbu .dot .cc:nth-of-type(2) {
    animation-delay: 2s;
}
#network .container .fenbu .dot .cc:nth-of-type(3) {
    animation-delay: 4s;
}
@keyframes spread {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(2);
        opacity: 0.5;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
@media (min-width: 1025px) {
    #network .container .left,
    #network .container .fenbu {
        width: 50%;
    }
    #network .container .left {
        box-sizing: border-box;
        padding-right: 0.6rem;
    }
}
@media (max-width: 1024px) {
    #network .container {
        display: block;
    }
    #network .container .right {
        max-width: 480px;
        margin: 20px auto 0;
    }
}
#network2 .headline {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
}
@media (max-width: 1280px) {
    #network2 .headline {
        font-size: 16px;
    }
}
#network2 .container {
    padding-bottom: 20px;
    margin-bottom: 0.8rem;
}
#network2 .container .left {
    position: relative;
}
@media (min-width: 1025px) {
    #network2 .container .left .fill {
        top: -2.2rem;
    }
    #network2 .container .left,
    #network2 .container .right {
        width: 50%;
    }
    #network2 .container .right {
        box-sizing: border-box;
        padding-left: 0.8rem;
    }
}
@media (max-width: 1024px) {
    #network2 .container {
        display: block;
    }
    #network2 .container .left {
        padding-top: 60%;
        margin-bottom: 24px;
    }
}
#network2 .ul {
    margin: -1.2em -1.2em 0 0;
}
#network2 .ul li {
    width: 25%;
}
#network2 .ul a {
    margin: 1.2em 1.2em 0 0;
    background-color: #fff;
    padding: 1em;
    border: 0.1em solid transparent;
}
#network2 .ul a .content {
    padding-top: 20%;
}
#network2 .ul a img {
    max-height: 100%;
}
#network2 .ul a:hover {
    border-color: #ed828b;
}
@media (max-width: 800px) {
    #network2 .ul {
        margin: -10px -10px 0 0;
    }
    #network2 .ul li {
        width: 33.33333%;
    }
    #network2 .ul a {
        margin: 10px 10px 0 0;
    }
}
@media (max-width: 480px) {
    #network2 .ul li {
        width: 50%;
    }
}
#factory .container {
    margin-top: 40px;
    color: #fff;
    min-height: 6rem;
}
#factory .container .content {
    padding: 0.6rem 0.7rem;
    bottom: auto;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
}
#factory .container .content .datum .value,
#factory .container .content .datum .value:after {
    color: #fff;
}
@media (min-width: 801px) {
    #factory .container .content .datum {
        margin: -10px -0.3rem 0;
    }
    #factory .container .content .datum li {
        margin: 10px 0.3rem;
    }
}
@media (max-width: 800px) {
    #factory .container .content {
        padding: 30px;
    }
    #factory .container .content .datum li {
        border-color: rgba(255, 255, 255, 0.2);
    }
    #factory .container .content .datum li:last-child {
        padding-bottom: 24px;
    }
}
#factory2 .container .swiper-pagination {
    margin-right: 0.4rem;
}
#factory2 .container .button {
    position: absolute;
    top: 50%;
    margin-top: -1.25em;
}
#factory2 .container .button.prev {
    left: -1.25em;
}
#factory2 .container .button.next {
    right: -1.25em;
    margin-left: 0;
}
#factory2 .container .swiper {
    margin-right: -0.4rem;
}
#factory2 .container .swiper .oppress {
    margin-right: 0.4rem;
}
#factory2 .container .swiper .oppress img {
    display: none;
}
#factory2 .container .swiper .img {
    padding-top: 110%;
}
#research .main {
    background-image: url(../images/research.jpg);
}
#research .hr {
    padding: 20px 0;
    margin: 0.3rem 0;
}
#research .hr:after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#research .ul {
    margin: -0.45rem -0.45rem 0 0;
}
#research .ul li {
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 0.45rem 0.45rem 0 0;
}
#research .ul a {
    overflow: hidden;
    padding-top: 56%;
    position: relative;
}
#research .ul a .headline {
    font-size: 1.1em;
}
@media (max-width: 1280px) {
    #research .ul a .headline {
        font-size: 16px;
    }
}
#research .ul a .default,
#research .ul a .fill {
    transition: all 0.4s ease;
    padding: 0.4rem 0.3rem;
}
#research .ul a .fill {
    color: #fff;
    top: auto;
    transform: translateY(100%);
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
}
#research .ul a .fill .headline {
    margin-right: 2em;
    -webkit-line-clamp: 1;
}
#research .ul a .fill .more2 .char {
    color: #fff;
}
#research .ul a .fill .more2 .cc {
    background-color: #e60012;
}
#research .ul a .default {
    background-color: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0 none;
}
#research .ul a .default .headline {
    padding-bottom: 4px;
    margin-bottom: 0.12rem;
    line-height: 1;
}
#research .ul a .default .txt {
    line-height: 1.5;
    height: 3em;
}
#research .ul a .default .more2 {
    padding-top: 10px;
    margin-top: 0.1rem;
}
#research .ul a:hover .default {
    transform: translateY(100%);
}
#research .ul a:hover .fill {
    transform: translateY(0);
}
@media (max-width: 800px) {
    #research .ul {
        margin: -20px -20px 0 0;
    }
    #research .ul li {
        width: 50%;
        padding: 20px 20px 0 0;
    }
    #research .ul a .default,
    #research .ul a .fill {
        padding: 16px;
    }
}
@media (max-width: 480px) {
    #research .ul li {
        width: 100%;
    }
}
#bidding .list a {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#bidding .list a:first-child {
    padding-top: 0;
}
#bidding .list a .date,
#bidding .list a .content .headline {
    transition: all 0.4s ease;
}
#bidding .list a .date {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 1;
    min-width: 72px;
    min-height: 72px;
}
#bidding .list a .date .d {
    font-family: 'adineueBold', sans-serif;
    font-size: 1.3em;
    height: 0.8em;
}
#bidding .list a .date .y {
    font-size: 20px;
    transform: scale(0.5);
}
#bidding .list a .content {
    flex: 1;
    margin-left: 0.8rem;
}
#bidding .list a .content .headline {
    font-size: 1.1em;
    line-height: 1;
    -webkit-line-clamp: 1;
}
@media (max-width: 1280px) {
    #bidding .list a .content .headline {
        font-size: 16px;
    }
}
#bidding .list a .content .txt {
    padding-top: 10px;
    margin-top: 0.1rem;
}
#bidding .list a:hover .date,
#bidding .list a:hover .content .headline {
    color: #e60012;
}
#bidding .list a:hover .date {
    border-color: #e60012;
}
@media (max-width: 960px) {
    #bidding .list a {
        padding: 20px 0;
    }
}
#news .ul {
    margin: -0.45rem -0.45rem 0 0;
}
#news .ul li {
    width: 33.33333%;
}
#news .ul a {
    margin: 0.45rem 0.45rem 0 0;
}
#news .ul a .img {
    padding-top: 58%;
}
#news .ul a .date {
    font-size: 0.7em;
    font-family: 'adineue', sans-serif;
    opacity: 0.6;
    padding: 4px;
    height: 0.8em;
    margin: 0.2rem 0 0.1rem;
}
#news .ul a .headline {
    font-size: 1.1em;
    line-height: 1.5;
    height: 3em;
}
@media (max-width: 1280px) {
    #news .ul a .headline {
        font-size: 16px;
    }
}
#news .ul a .more2 {
    padding-top: 6px;
    margin-top: 0.1rem;
}
#news .ul a:hover {
    color: #e60012;
}
#news .ul.organize a {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0.3rem 0.32rem;
}
#news .ul.organize a .date {
    padding-top: 0;
    margin-top: 0;
}
#news .ul.organize a:hover {
    border-color: #e60012;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
@media (max-width: 800px) {
    #news .ul {
        margin: -20px -16px 0 0;
    }
    #news .ul li {
        width: 50%;
    }
    #news .ul a {
        margin: 20px 16px 0 0;
    }
    #news .ul a .headline {
        margin-top: 10px;
        line-height: 1.35;
        height: 2.7em;
        font-size: 14px;
    }
    #news .ul a .more2 {
        transform-origin: left center;
        transform: scale(0.75);
    }
    #news .ul.organize a {
        padding: 16px;
    }
}
#contact .info {
    padding-bottom: 20px;
    margin-bottom: 0.4rem;
}
#contact .info .left {
    margin: 0 -0.3rem;
}
#contact .info .left .item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0.3rem;
}
#contact .info .left .item:last-child {
    border-right: 0 none;
}
#contact .info .left .cc {
    position: relative;
    overflow: hidden;
    width: 3.2em;
    height: 3.2em;
    background-color: #e60012;
}
#contact .info .left .cc .icon {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 1.2em;
}
#contact .info .left .headline {
    padding: 10px 0;
    margin: 0.2rem 0;
    font-size: 1.1em;
}
#contact .info .left .value {
    font-weight: bold;
    font-size: 1.2em;
}
#contact .info .left .addr {
    font-size: 0.9em;
}
#contact .info .left .tip {
    padding-top: 4px;
    font-size: 0.8em;
    color: #999;
}
@media (max-width: 800px) {
    #contact .info .left {
        display: block;
        margin: 0;
    }
    #contact .info .left .item {
        padding: 24px 0 24px 5em;
        border-right: 0 none;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    #contact .info .left .item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    #contact .info .left .cc {
        position: absolute;
        left: 0;
        top: 24px;
    }
}
#contact .info .right {
    margin-left: 0.5rem;
    text-align: center;
    flex-shrink: 0;
}
#contact .info .right img {
    width: 7em;
    height: 7em;
    margin-bottom: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
}
@media (max-width: 1280px) {
    #contact .info .right img {
        width: 5.5em;
        height: 5.5em;
    }
}
#contact .info .right p {
    line-height: 1;
    font-size: 14px;
    color: #999;
}
#contact .info .right .item + .item {
    margin-left: 1.5em;
}
@media (max-width: 1280px) {
    #contact .info {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    #contact .info {
        display: block;
    }
    #contact .info .right {
        margin-left: 0;
        margin-top: 36px;
    }
}
#contact .map {
    height: 7rem;
    min-height: 360px;
}
#contact .map .amap-marker .content {
    font-size: 100px;
    width: 1.3em;
    height: 1.3em;
}
#contact .map .amap-marker .content > img {
    max-width: 70%!important;
    max-height: 70%!important;
}
#address .list {
    background-color: #fff;
    margin-right: -1px;
    height: 1.2rem;
    min-height: 50px;
    overflow-y: auto;
}
#address .list .cc {
    transition: all 0.4s ease;
    margin-left: 0.5rem;
    flex-shrink: 0;
}
#address .list li {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 0 1em;
    white-space: nowrap;
}
#address .list li:hover .cc,
#address .list li.on .cc {
    transform: rotateZ(90deg);
}
@media (min-width: 801px) {
    #address .list .cc {
        width: 2.4em;
        height: 2.4em;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    #address .list li:hover .cc,
    #address .list li.on .cc {
        border-color: #e60012;
        background-color: #e60012;
        color: #fff;
        transform: rotateZ(90deg);
    }
}
@media (max-width: 801px) {
    #address .list li {
        transition: all 0.4s ease;
    }
    #address .list li:hover,
    #address .list li.on {
        color: #e60012;
    }
}
#address .map {
    height: 5rem;
    min-height: 300px;
}
#address .map .amap-info {
    display: none!important;
}
#address .map .amap-marker .content {
    width: 3.12rem;
    min-width: 260px;
    border-radius: 0.5em;
    box-sizing: border-box;
    padding: 1em 2em;
}
#address .map .amap-marker .dizhi {
    width: 2.75em;
    height: 2.75em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 1em;
}
#address .map .amap-marker .dizhi .icon {
    color: #999;
    font-size: 1.2em;
}
#address .map .amap-marker .box {
    flex: 1;
    color: #777;
}
#address .map .amap-marker .box .healdine {
    margin-bottom: 0.5em;
}
#newsDetail .top .date {
    line-height: 1;
    color: #666;
}
#newsDetail .top .center {
    font-size: 1.6em;
    line-height: 1.36;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dedede;
}
#newsDetail .content .left .cc {
    width: 2em;
    height: 2em;
    border: 1px solid #cbcbcb;
    flex-shrink: 0;
    margin-right: 0.4em;
}
#newsDetail .content .left .char {
    font-size: 14px;
}
#newsDetail .content .left a {
    color: #777;
}
#newsDetail .content .left a:hover {
    color: #e60012;
}
#newsDetail .content .left a.active .icon {
    font-size: 14px;
}
#newsDetail .content .left a.active .cc,
#newsDetail .content .left a:hover .cc {
    border-color: #e60012;
    background-color: #e60012;
    color: #fff;
}
@media (min-width: 1025px) {
    #newsDetail .left {
        white-space: nowrap;
        width: 4.5em;
        min-width: 72px;
    }
    #newsDetail .center {
        flex: 1;
        margin: 0 0.6rem;
    }
    #newsDetail .top .left {
        order: 1;
    }
    #newsDetail .top .center {
        order: 2;
    }
    #newsDetail .top .date .d {
        font-size: 1.5em;
    }
    #newsDetail .top .date .y {
        font-size: 0.8em;
        margin-bottom: 4px;
    }
    #newsDetail .top .center {
        min-height: 2.72em;
    }
    #newsDetail .content .left,
    #newsDetail .content .center {
        padding-top: 0.7rem;
    }
    #newsDetail .content .left {
        order: 1;
        display: block;
    }
    #newsDetail .content .left .mob {
        display: none;
    }
    #newsDetail .content .left a {
        margin-bottom: 1.5em;
    }
    #newsDetail .content .left a:last-child {
        margin-bottom: 0;
    }
    #newsDetail .content .center {
        order: 2;
    }
}
@media (max-width: 1024px) {
    #newsDetail,
    #newsDetail .top,
    #newsDetail .content {
        display: block;
    }
    #newsDetail .top .left {
        display: block;
    }
    #newsDetail .top .date,
    #newsDetail .top .date .d,
    #newsDetail .top .date .y {
        display: inline;
    }
    #newsDetail .top .center {
        margin: 12px 0;
    }
    #newsDetail .content .left {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        margin-top: 40px;
    }
    #newsDetail .content .left .pc {
        display: none;
    }
    #newsDetail .content .center {
        margin-top: 36px;
    }
}
#productDetail .left {
    margin-bottom: 36px;
}
#productDetail .left .back .cc {
    width: 2em;
    height: 2em;
    background-color: #cccccc;
    margin-right: 0.5em;
}
#productDetail .left .back .cc .icon {
    font-size: 14px;
    color: #fff;
}
#productDetail .left .back:hover {
    color: #e60012;
}
#productDetail .left .back:hover .cc {
    background-color: #e60012;
}
#productDetail .left .inside-title {
    padding-top: 20px;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
#productDetail .left .headline {
    margin-bottom: 1em;
    font-size: 1.125em;
}
#productDetail .left .txt {
    padding-bottom: 20px;
    margin-bottom: 0.4rem;
}
#productDetail .left .scroll {
    margin-top: 0;
}
#productDetail .swiper {
    height: 100%;
}
#productDetail .swiper .img {
    padding-top: 64%;
}
#productDetail .swiper .mask {
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(top, transparent, #000);
    opacity: 0.5;
    z-index: 2;
    top: 50%;
}
#productDetail .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    transition: width 0.4s ease;
    width: 10px;
    height: 5px;
    margin: 0 0.375em;
    border-radius: 5px;
}
#productDetail .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
}
@media (min-width: 1025px) {
    #productDetail .left,
    #productDetail .swiper {
        width: 50%;
    }
    #productDetail .left {
        box-sizing: border-box;
        padding-right: 0.6rem;
        margin-bottom: 0;
    }
}
#parameter .headline {
    text-align: center;
    height: 4.1em;
    line-height: 4.1em;
}
#parameter .headline .char {
    font-size: 1.2em;
}
#parameter .container {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
#parameter .container .ul {
    margin: -0.4rem -0.7rem 0;
}
#parameter .container .ul .name {
    border: 1px solid #e60012;
    min-width: 6.4em;
    min-height: 3.2em;
    padding: 0 1em;
    width: fit-content;
    margin-bottom: 1em;
    color: #e60012;
    transition: all 0.4s ease;
}
#parameter .container .ul .name .char:after {
    content: attr(data-content);
    font-size: 1.125em;
}
#parameter .container .ul li {
    padding: 0.4rem 0.7rem 0;
    box-sizing: border-box;
    width: 33.3333%;
}
#parameter .container .ul li:hover .name {
    background-color: #e60012;
    color: #fff;
}
@media (max-width: 1024px) {
    #parameter .container .ul {
        margin-top: -30px;
    }
    #parameter .container .ul .name {
        margin: 0 auto 1em;
    }
    #parameter .container .ul .txt {
        text-align: center;
    }
    #parameter .container .ul li {
        width: 50%;
        padding-top: 30px;
    }
}
@media (max-width: 640px) {
    #parameter .container .ul li {
        width: 100%;
    }
}
@media (max-width: 1500px) {
    #parameter .container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
#parameter ~ #factory2 .container .swiper .img {
    padding-top: 82%;
}
