@import "../font/iconfont.css";
html {
    font-family: "Microsoft YaHei", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
body {
    overflow-x: hidden;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}
body {
    line-height: 1.5;
    color: #494949;
}
object {
    pointer-events: none;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
body,
dl,
dd {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}
button,
input,
optgroup,
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
.ul li,
.ul,
.ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.body,
.section,
.main,
.touch,
.container,
.add-abs,
.content {
    position: relative;
}
.clear:after {
    clear: both;
}
[class^='tran'],
[class*=' tran'] {
    transition-timing-function: linear;
    transition-property: all;
}
.tran1 {
    transition-duration: 0.1s;
}
a,
.fade,
.touch .default {
    transition: all 0.2s ease-out;
}
.tran2 {
    transition-duration: 0.2s;
}
.tran4 {
    transition-duration: 0.4s;
}
.tran6 {
    transition-duration: 0.6s;
}
[class^='ell'],
[class*=' ell'] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ell {
    white-space: nowrap;
}
.ell-more {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
[class^='item-'],
[class*=' item-'] {
    display: inline-block;
}
.item-m {
    vertical-align: middle;
}
.item-t {
    vertical-align: top;
}
.item-b {
    vertical-align: bottom;
}
.contain,
.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.fill {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
[v-cloak],
.none {
    display: none!important;
}
a,
canvas,
svg,
.clear:after,
.square:after,
.add:after,
.add:before,
.add-abs:after,
.add-abs:before,
.block {
    display: block;
}
.col-item,
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear:after,
.square:after,
.add-abs:after,
.add-abs:before,
.add:after,
.add:before {
    content: "";
}
.fill,
.abs,
.abs-center,
.add-abs:after,
.add-abs:before {
    position: absolute;
}
.abs-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.fade-leave-to,
.fade-enter,
.fade {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.fade-enter-to,
.fade-leave,
.fade-active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.cc {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
.square:after {
    padding-top: 100%;
}
[class^='flex'],
[class*=' flex'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-hoz-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flex-hoz-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-balance,
.flex-row-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-gather,
.flex-row-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-hoz-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 800px) {
    .hide-mob {
        display: none;
    }
}
@media (min-width: 801px) {
    .hide-pc {
        display: none;
    }
}
.touch.active .default,
.touch.swiper-slide-active .default,
.touch:hover .default {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.touch.active .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.oppress {
    overflow: hidden;
}
.oppress img,
.oppress .cover,
.oppress .contain {
    transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover,
.oppress:hover .contain {
    transform: scale(1.1);
}
.clip {
    overflow: hidden;
}
.box-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.title {
    font-weight: bold;
}
.pa,
.pt {
    padding-top: 0.8rem;
}
@media (max-width: 1152px) {
    .pa,
    .pt {
        padding-top: 48px;
    }
}
.pt,
.pb {
    padding-bottom: 0.8rem;
}
@media (max-width: 1152px) {
    .pt,
    .pb {
        padding-bottom: 48px;
    }
}
.main {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}
@media (max-width: 1280px) {
    .main {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}
@media (max-width: 1024px) {
    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.body {
    margin-left: 1.7rem;
    margin-right: 1.7rem;
}
@media (max-width: 1280px) {
    .body {
        margin-left: 1.4rem;
        margin-right: 1.4rem;
    }
}
@media (max-width: 1024px) {
    .body {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.section {
    max-width: 1400px;
    margin: 0 auto;
}
.rtf {
    line-height: 1.8;
}
.text {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.7;
}
.text.ell-more {
    height: 3.6em;
}
@media (max-width: 1440px) {
    .text {
        line-height: 1.6;
    }
    .text.ell-more {
        height: 3.2em;
    }
}
@media (max-width: 800px) {
    .text {
        font-size: 13px;
    }
}
@media (max-width: 640px) {
    .text {
        font-size: 12px;
    }
}
.text * {
    font-size: inherit!important;
    line-height: inherit!important;
}
@media (min-width: 1681px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 20px;
    }
}
@media (max-width: 1680px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    [class^='adpat'],
    [class*=' adpat'] {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    .adpat-much,
    .adpat-more {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .adpat-much,
    .adpat-more {
        font-size: 12px;
    }
}
@media (max-width: 800px) {
    .adpat-much {
        font-size: 10px;
    }
}
@media (max-width: 640px) {
    .adpat-much {
        font-size: 8px;
    }
}
body,
.tf {
    font-size: 16px;
}
@media (max-width: 1200px) {
    body,
    .tf {
        font-size: 14px;
    }
}
html:not(.ready) * {
    transition: none!important;
}
.weigh {
    width: 100%;
}
.high {
    height: 100%;
}
[class*='icon-'] {
    font-size: unset;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more {
    height: 46px;
    width: 120px;
    padding: 0 4px;
    font-weight: normal;
}
.more .padd {
    transform: rotateZ(-45deg);
    position: relative;
    z-index: 1;
    animation: beat 4s cubic-bezier(0.7, 0, 0.49, 1) infinite;
}
.more .padd .square,
.more .padd .border {
    border-radius: 8px;
}
.more .padd .square {
    width: 40px;
    background-image: -webkit-linear-gradient(top right, #85c036, #02953c);
    background-image: linear-gradient(top right, #85c036, #02953c);
    position: relative;
    z-index: 2;
}
.more .padd .border {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #018638;
    animation: spread 6s linear infinite;
}
.more .padd .border:nth-of-type(2) {
    animation-delay: 1.5s;
}
.more .padd .border:nth-of-type(3) {
    animation-delay: 3s;
}
.more .padd .border:nth-of-type(4) {
    animation-delay: 4.5s;
}
@keyframes spread {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.more .padd .fill {
    opacity: 0;
}
@keyframes beat {
    0% {
        transform: translateY(-5px) rotateZ(-45deg);
    }
    50% {
        transform: translateY(5px) rotateZ(-45deg);
    }
    100% {
        transform: translateY(-5px) rotateZ(-45deg);
    }
}
.more .char {
    font-size: 14px;
    margin-left: -1.85714286em;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}
.more .char span {
    color: #fff;
}
.more:hover .padd .fill {
    opacity: 1;
}
.aside-left {
    right: auto;
    width: 4.25em;
    padding: 6.25em 0 2em;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}
@media (max-width: 1280px) {
    .aside-left {
        font-size: 14px;
    }
}
.aside-left .menu {
    font-size: 12px;
    margin-left: 50%;
    transform-origin: left center;
    transform: translateY(-6px) rotateZ(90deg);
}
.aside-left .scroll {
    opacity: 0.8;
    padding-bottom: 80px;
    position: relative;
}
.aside-left .scroll .icon {
    font-size: 24px;
    display: block;
    animation: beat-scroll 2s cubic-bezier(0.7, 0, 0.49, 1) infinite;
}
@keyframes beat-scroll {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}
.aside-left .scroll .char {
    position: absolute;
    right: 50%;
    margin-right: -1px;
    bottom: 0;
    font-size: 12px;
    transform-origin: right center;
    transform: translateY(9px) rotateZ(90deg) scale(0.75);
    white-space: nowrap;
}
.aside-left .scroll:hover {
    opacity: 1;
    color: #018638;
}
@media (max-width: 1024px) {
    .hide-max-1024 {
        display: none;
    }
}
@media (min-width: 1025px) {
    .hide-min-1024 {
        display: none;
    }
}
.swiper-pagination {
    height: 8px;
}
.swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    background-color: #018638;
    opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination.default {
    position: relative;
    z-index: 2;
    bottom: 0;
    padding-top: 10px;
    margin-top: 0.3rem;
}
.index-title {
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
.index-title .en {
    font-size: 0.9em;
    opacity: 0.3;
    margin-bottom: 0.1rem;
    letter-spacing: 0.1em;
}
.index-title .cn {
    font-size: 2em;
}
.index-title .cn span {
    color: #018638;
}
[data-content] {
    position: relative;
}
[data-content]:after {
    content: attr(data-content);
}
.swiper-change {
    color: #a7a7a7;
}
.swiper-change .cc {
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin-right: 1em;
}
.swiper-change .cc:last-child {
    margin-right: 0;
}
.swiper-change .cc:hover {
    border-color: #018638;
    background-color: #018638;
    color: #fff;
}
@media (max-width: 1280px) {
    .swiper-change {
        font-size: 14px;
    }
}
@media (min-width: 1025px) {
    #banner {
        opacity: 0;
        transform: scale(1.05);
        transition: all 1s ease-out;
    }
    html.ready #banner {
        opacity: 1;
        transform: scale(1);
    }
}
@media (min-width: 1025px) {
    [aos*='fade-'],
    [aos*='zoom-'] {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-out;
    }
    [aos='fade-left'] {
        transform: translateX(-60px);
    }
    [aos='fade-top'] {
        transform: translateY(-60px);
    }
    [aos='fade-bottom'] {
        transform: translateY(60px);
    }
    [aos='fade-right'] {
        transform: translateX(60px);
    }
    [aos='zoom-in'] {
        transform: scale(0.9);
    }
    [aos='zoom-out'] {
        transform: scale(1.1);
    }
    .view.swiper-slide-active [aos*='fade-'],
    .view.swiper-slide-active [aos*='zoom-'] {
        transition: all 1s ease-out 0.6s;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0) scale(1);
    }
}
.wechat {
    text-align: center;
    font-size: 12px;
    flex-shrink: 0;
}
.wechat img {
    margin-bottom: 5px;
    max-width: 120px;
}
.copyright {
    font-size: 12px;
}
.copyright .content {
    margin: 0 -16px;
}
.copyright .content .item-m {
    margin: 2px 16px;
}
.copyright .content .item:last-child {
    text-align: right;
}
.view.swiper-slide [delay='0.1'] {
    transition-delay: 0.7s;
}
.view.swiper-slide [delay='0.2'] {
    transition-delay: 0.8s;
}
.view.swiper-slide [delay='0.3'] {
    transition-delay: 0.9s;
}
.view.swiper-slide [delay='0.4'] {
    transition-delay: 1s;
}
.view.swiper-slide [delay='0.5'] {
    transition-delay: 1.1s;
}
.view.swiper-slide [delay='0.6'] {
    transition-delay: 1.2s;
}
.view.swiper-slide [delay='0.7'] {
    transition-delay: 1.3s;
}
.view .container {
    padding-top: 85px;
}
@media (max-width: 1680px) {
    .view .container {
        padding-top: 76.5px;
    }
}
@media (max-width: 1440px) {
    .view .container {
        padding-top: 68px;
    }
}
@media (max-width: 1280px) {
    .view .container {
        padding-top: 60.2px;
    }
}
@media (max-width: 1024px) {
    .view .container {
        padding-top: 0;
    }
}
.view .body,
.view .main,
.view .container {
    height: 100%;
    box-sizing: border-box;
}
.compensate-for-scrollbar {
    padding-right: 0!important;
}
.section-title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0.24rem;
    line-height: 1;
}
@media (max-width: 1280px) {
    .section-title {
        font-size: 20px;
    }
}
.data {
    white-space: nowrap;
}
.data .name {
    font-size: 14px;
}
.data .value {
    position: relative;
    display: inline-block;
}
.data .en {
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
}
.data .cc {
    position: absolute;
    left: 100%;
    bottom: 100%;
    border-radius: 100px;
    background-color: #018638;
    color: #fff;
    width: 1.3em;
    height: 1.3em;
    min-width: 20px;
    min-height: 20px;
    transform: translateY(50%);
    margin-left: 0.2em;
}
.data .cc .char {
    font-size: 12px;
}
@media (min-width: 641px) {
    .data .item {
        display: block;
    }
}
@media (max-width: 640px) {
    .data {
        display: block;
    }
    .data .item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 0;
        padding-bottom: 20px!important;
        padding-top: 20px;
    }
    .data .item:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .data .item .en {
        height: 1em;
        line-height: 1.25em;
    }
}
.gray {
    background-color: #efefef;
}
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: 20px;
    margin: 0 0.15rem;
}
@media (max-width: 1500px) {
    ul.pagination > li {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    ul.pagination > li {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    ul.pagination > li {
        font-size: 14px;
    }
}
ul.pagination > li > span {
    display: block;
    transition: all 0.2s ease-out;
}
ul.pagination > li > a,
ul.pagination > li > span {
    font-size: 12px;
}
ul.pagination > li.active,
ul.pagination > li:hover {
    color: #018638;
}
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 {
    position: relative;
    overflow: hidden;
    text-indent: -100px;
    font-size: 1em;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    border-radius: 100px;
}
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;
    font-family: "iconfont";
}
ul.pagination > li:last-child {
    margin-left: 0.55rem;
    margin-right: 0;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:last-child > span:after {
    content: "\eb0d";
}
ul.pagination > li:first-child {
    margin-right: 0.55rem;
    margin-left: 0;
}
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
    content: "\eb0e";
}
ul.pagination > li:last-child:hover a,
ul.pagination > li:first-child:hover a {
    color: #FFF;
    background-color: #018638;
    border-color: #018638;
}
#header {
    position: fixed;
    bottom: auto;
    z-index: 1001;
    line-height: 4.25em;
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1280px) {
    #header {
        font-size: 14px;
    }
}
#header .fill {
    z-index: 2;
    width: 4.25em;
}
#header .main {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 4.25em;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center center;
    -webkit-mask-position: center center;
    -webkit-mask-attachment: scroll;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
#header .menu .line {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}
@media (min-width: 1025px) {
    #header .menu .line {
        background-color: #fff;
    }
}
#header .menu .line:nth-of-type(1) {
    margin-top: -7px;
}
#header .menu .line:nth-of-type(2) {
    margin-top: -1px;
}
#header .menu .line:nth-of-type(3) {
    margin-top: 5px;
}
#header .menu.close {
    opacity: 1!important;
}
#header .menu.close .line:nth-of-type(1) {
    transform: translateY(6px) rotateZ(45deg);
}
#header .menu.close .line:nth-of-type(2) {
    opacity: 0;
}
#header .menu.close .line:nth-of-type(3) {
    transform: translateY(-6px) rotateZ(-45deg);
}
#header .menu.fill {
    right: auto;
    background-color: transparent;
}
#header .menu.fill .line {
    height: 2px;
    width: 30px;
    margin-left: -15px;
}
#header .menu.fill:hover {
    background-color: #018638 !important;
}
#header .menu.fill:hover .line:nth-of-type(1) {
    margin-left: -17px;
}
#header .menu.fill:hover .line:nth-of-type(2) {
    margin-left: -13px;
}
#header .menu.fill:hover .line:nth-of-type(3) {
    margin-left: -17px;
}
#header .search .icon {
    font-size: 1.2em;
    cursor: pointer;
}
#header .search .icon:hover {
    color: #fff;
}
#header .search .content {
    width: 0;
    padding: 0;
    overflow: hidden;
}
#header .search .content .input {
    width: 100%;
    font-size: 14px;
    color: inherit;
}
#header .search .content .input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
#header .search .content .icon {
    position: absolute;
    right: 0;
    top: 0;
}
#header .search.fill {
    left: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
#header .search.fill:hover {
    width: 25%;
    padding: 0 0.4rem;
}
#header .search.fill:hover .content {
    width: auto;
    padding: 0 1.2em 0 0.2rem;
    flex: 1;
}
#header .search.fill:hover ~ .main .navbar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50px);
}
#header .search:hover {
    color: #fff;
}
#header .search:hover ~ .point {
    display: none;
}
#header .search:hover ~ .main {
    -webkit-mask-image: none!important;
    mask-image: none!important;
}
#header .navbar {
    transition: all 0.2s ease-out;
}
#header .navbar .item {
    margin-right: 1em;
}
#header .navbar .item:hover,
#header .navbar .item.selected {
    color: #fff;
}
#header .navbar a {
    font-size: 0.7em;
}
#header .logo {
    height: 100%;
}
#header .logo img {
    max-width: 16.8em;
    max-height: 80%;
}
@media (max-width: 640px) {
    #header .logo img {
        max-width: 200px;
    }
}
#header .logo .black {
    display: none;
}
#header .logo .white {
    display: block;
}
#header .point {
    position: absolute;
    top: 100%;
    width: 0.3em;
    height: 0.3em;
    margin-top: -0.15em;
    margin-left: -0.15em;
    background-color: #fff;
}
#header .right a {
    width: 20px;
    text-align: center;
    margin-left: 20px;
    position: relative;
}
#header .right .menu {
    opacity: 0.7;
}
#header .right .menu .line {
    height: 2px;
    width: 22px;
    margin-left: -10px;
}
@media (min-width: 1025px) {
    #header,
    #header .main,
    #header .search,
    #header .search .content .logo img,
    #header .point,
    #header .menu.fill {
        transition: all 0.4s ease-out;
    }
}
@media (max-width: 1024px) {
    #header,
    #header .main,
    #header .logo img,
    #header .point,
    #header .menu.fill {
        transition: all 0.2s ease-out;
    }
    #header.bg .menu .line,
    #header.away .menu .line {
        background-color: #484848;
    }
    #header.bg .menu:hover .line,
    #header.away .menu:hover .line {
        background-color: #018638;
    }
}
#header.away .point {
    background-color: #018638;
}
#header.away,
#header.bg {
    color: #494949;
}
#header.away .main,
#header.bg .main {
    background-color: #fff;
}
#header.away .logo .white,
#header.bg .logo .white {
    display: none;
}
#header.away .logo .black,
#header.bg .logo .black {
    display: block;
}
#header.away .search,
#header.bg .search {
    border-color: #e5e5e5;
}
#header.away .search .icon:hover,
#header.bg .search .icon:hover {
    color: #018638;
}
#header.away .search .content .input::-webkit-input-placeholder,
#header.bg .search .content .input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
#header.away .search:hover,
#header.bg .search:hover {
    color: inherit;
}
#header.away .navbar .item:hover,
#header.bg .navbar .item:hover,
#header.away .navbar .item.selected,
#header.bg .navbar .item.selected {
    color: #018638;
}
#header.away .menu.fill,
#header.bg .menu.fill {
    background-color: #018638;
}
#header.bg .point {
    background-color: #fff;
}
#index .view {
    overflow: hidden;
}
#index .grid {
    padding: 0 12.5%;
}
#index .grid .line {
    width: 1px;
    height: 100%;
    background-color: #e3e3e3;
}
#index .grid .line .flow {
    width: 100%;
    height: 50px;
    background-image: -webkit-linear-gradient(top, transparent, #018638);
    background-image: linear-gradient(top, transparent, #018638);
    animation-timing-function: linear;
}
#index .grid .line .flow.running {
    animation-name: flow;
}
@keyframes flow {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100vh);
    }
}
@media (min-width: 1025px) {
    #index,
    #index .view {
        height: 100vh;
    }
}
@media (max-width: 1024px) {
    #index > .swiper-wrapper {
        display: block;
    }
}
#banner {
    color: #fff;
}
#banner .aside-left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#banner .aside-left .scroll:hover {
    color: #fff;
}
#banner .control {
    left: auto;
    top: auto;
    z-index: 10;
    background-color: #018638;
    height: 4.25em;
    line-height: 4.25em;
    width: 16em;
    padding: 0 4em;
    transition-duration: 0.4s;
}
#banner .control .icon {
    font-size: 14px;
    cursor: pointer;
}
#banner .control .icon:first-child {
    margin-right: 4.6875%;
}
#banner .control .en {
    font-size: 14px;
    padding-top: 2px;
}
@media (max-width: 1680px) {
    #banner .control .en {
        padding-top: 4px;
    }
}
#banner .control .progress {
    margin: 0 -4.6875%;
    width: 31.25%;
    min-width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
#banner .control .progress .bar {
    height: 100%;
    width: 0;
    background-color: #fff;
}
#banner .swiper-pagination {
    bottom: 20px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
#banner .swiper .img,
#banner .swiper h1,
#banner .swiper .more {
    transition-timing-function: ease;
    transition-property: all;
}
#banner .swiper h1 {
    font-size: 2em;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
    #banner .swiper h1 {
        font-size: 20px;
    }
}
#banner .swiper .more .border {
    border-color: #fff;
}
#banner .swiper .body {
    z-index: 2;
}
@media (max-width: 1025px) {
    #banner .swiper .body {
        padding-bottom: 28px;
    }
}
@media (min-width: 1025px) {
    #banner .swiper {
        position: static;
    }
}
#banner .set-height {
    height: 100vh;
    max-height: calc(0.5625 * 100vw);
    min-height: 450px;
}
@media (max-width: 1024px) {
    #banner .container {
        padding-top: 60.2px;
    }
}
#aside {
    position: fixed;
    right: 0.36rem;
    top: 50%;
    z-index: 200;
    color: #fff;
    text-align: right;
    font-size: 12px;
    transform: translateY(-50%);
}
#aside .scale {
    width: 6px;
    margin: -4px 0 -4px auto;
    line-height: 0.8;
    word-wrap: break-word;
}
#aside .default {
    position: absolute;
    right: 0;
    top: 0.5px;
    line-height: 18px;
}
#aside.away {
    color: #7a7a7a;
}
#aside.away .fade {
    color: #018638;
}
#indexAbout {
    background-color: #efefef;
}
#indexAbout .bg {
    margin-top: 4.25em;
    background-image: url(../images/index-about.png);
}
@media (max-width: 1280px) {
    #indexAbout .bg {
        margin-top: 60.2px;
    }
}
#indexAbout .main .left {
    max-width: 1060px;
    margin-right: 2rem;
}
#indexAbout .main .left h2 {
    font-weight: normal;
    font-size: 1em;
    padding-bottom: 10px;
    margin-bottom: 0.1rem;
}
#indexAbout .main .left .text {
    -webkit-line-clamp: 3;
    height: 5.4em;
}
@media (max-width: 1440px) {
    #indexAbout .main .left .text {
        height: 4.8em;
    }
}
#indexAbout .main .left .img {
    flex: 1;
    margin: 0.3rem 0;
    position: relative;
}
#indexAbout .main .left .img .fill {
    padding: 20px 0;
}
@media (min-width: 1025px) {
    #indexAbout .main .data {
        display: block;
    }
}
#indexAbout .main .data .item {
    margin-bottom: 0.7rem;
    padding-bottom: 20px;
}
#indexAbout .main .data .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 641px) and (max-width: 1024px) {
    #indexAbout .main .data .item {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 1024px) {
    #indexAbout .main {
        display: block;
    }
    #indexAbout .main .left {
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding-bottom: 20px;
    }
    #indexAbout .main .left .img .fill {
        position: static;
    }
}
#indexNews {
    color: #fff;
}
#indexNews .main {
    z-index: 2;
}
#indexNews .bg {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
#indexNews .index-title span {
    color: #fff;
}
#indexNews .swiper-change {
    color: #fff;
}
#indexNews .swiper-change .left {
    margin-top: -8px;
}
#indexNews .swiper-change .left .cc {
    margin-right: 1.2em;
    width: 6em;
    white-space: nowrap;
    min-width: 80px;
    margin-top: 8px;
}
#indexNews .swiper-change .left .cc .char {
    font-size: 14px;
}
#indexNews .swiper-change .left .cc.active {
    background-color: #018638;
    color: #fff;
    border-color: #018638;
}
@media (max-width: 1024px) {
    #indexNews .swiper-change .left {
        margin: 0 auto;
        width: 50%;
        min-width: 240px;
    }
    #indexNews .swiper-change .left .cc {
        flex: 1;
        margin: 8px 6px 0;
        width: auto;
    }
    #indexNews .swiper-change .left .cc .char {
        font-size: 12px;
    }
}
#indexNews .swiper-change .cc {
    color: inherit;
    border-color: #fff;
}
#indexNews .swiper-change .cc:hover {
    border-color: #018638;
}
#indexNews .news-tab {
    flex: 1;
    margin: 0.2rem 0;
    position: relative;
}
#indexNews .news-tab .swiper {
    padding: 20px 0;
    margin-right: -0.5rem;
    overflow: visible;
}
#indexNews .news-tab .swiper.fade-enter {
    transform: translateY(20px);
}
#indexNews .news-tab .swiper.fade-leave-to {
    transform: translateY(-20px);
}
#indexNews .news-tab .swiper.fade-enter,
#indexNews .news-tab .swiper.fade-enter-to {
    z-index: 2;
    transition: all 0.4s ease-out 0.2s;
}
#indexNews .news-tab .swiper.fade-leave,
#indexNews .news-tab .swiper.fade-leave-to {
    transition: all 0.4s ease-out;
}
#indexNews .news-tab a {
    margin-right: 0.5rem;
    position: relative;
    line-height: 1;
}
#indexNews .news-tab a,
#indexNews .news-tab a .img {
    height: 100%;
}
#indexNews .news-tab a .fill {
    top: auto;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(top, transparent, #000);
    color: #fff;
    padding: 0.4rem;
}
#indexNews .news-tab a .fill .date {
    font-size: 0.8em;
}
#indexNews .news-tab a .fill .ell {
    margin-top: 0.2rem;
}
#indexNews .news-tab .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
@media (max-width: 1024px) {
    #indexNews .news-tab {
        padding-bottom: 58px;
        padding-top: 20%;
    }
    #indexNews .news-tab .swiper {
        padding-bottom: 38px;
    }
}
@media (max-width: 800px) {
    #indexNews .news-tab {
        padding-top: 30%;
    }
}
@media (max-width: 480px) {
    #indexNews .news-tab {
        padding-top: 50%;
    }
}
#indexNews .list {
    margin: 0 -0.8rem 0 0;
}
#indexNews .list .item {
    width: 50%;
}
@media (max-width: 800px) {
    #indexNews .list .item {
        width: 100%;
    }
}
#indexNews .list .headline {
    line-height: 1;
    margin-bottom: 0.5em;
}
#indexNews .list .ell-more {
    -webkit-line-clamp: 1;
    line-height: 1em;
}
#indexNews .list .ell-more.text {
    height: 1em;
}
@media (max-width: 800px) {
    #indexNews .list .ell-more.text {
        -webkit-line-clamp: 2;
        line-height: 1.5em;
        height: 3em;
    }
}
#indexNews .list .content {
    flex: 1;
    margin: 0 1rem 0 0.4rem;
}
#indexNews .list .date {
    line-height: 1;
    padding-top: 0.1em;
}
#indexNews .list .date .d {
    font-weight: bold;
    font-size: 1.5em;
}
#indexNews .list .date .y {
    font-size: 12px;
}
#indexNews .list .cc {
    width: 2.2em;
    height: 2.2em;
    background-color: #018638;
}
#indexNews .list .cc .icon {
    font-size: 1.2em;
}
@media (max-width: 800px) {
    #indexNews .list .cc {
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
}
#indexNews .list a {
    margin-right: 0.8rem;
    padding: 0.32rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.7;
}
@media (max-width: 1200px) {
    #indexNews .list a {
        padding: 20px 0;
    }
}
@media (max-width: 800px) {
    #indexNews .list a {
        opacity: 1;
    }
}
#indexNews .list a:hover {
    opacity: 1;
}
#indexParty {
    background-image: url(../images/index-party.jpg);
}
@media (min-width: 1025px) {
    #indexParty .main {
        padding-bottom: 0;
    }
}
#indexParty .box {
    flex: 1;
    padding-top: 50px;
    width: 100%;
    max-height: 67.5vh;
}
#indexParty .box > .flex {
    height: 100%;
    margin-left: -1.7rem;
    margin-right: -1.7rem;
}
@media (max-width: 1280px) {
    #indexParty .box > .flex {
        margin-left: -1.4rem;
        margin-right: -1.4rem;
    }
}
@media (max-width: 1024px) {
    #indexParty .box > .flex {
        margin-left: -20px;
        margin-right: -20px;
    }
}
#indexParty .box .left,
#indexParty .box .list {
    width: 50%;
}
#indexParty .box .list a {
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
    #indexParty .box .list a {
        padding: 20px;
    }
}
#indexParty .box .list a:hover {
    background-color: #fff;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
#indexParty .box .list .from {
    font-size: 0.7em;
    color: #018638;
}
#indexParty .box .list .headline {
    height: 3em;
    margin: 0.3rem 0;
}
@media (max-width: 960px) {
    #indexParty .box .list .headline {
        margin: 15px 0;
    }
}
#indexParty .box .list .time {
    color: #999;
    font-size: 12px;
}
#indexParty .box .list .time .icon {
    margin-right: 4px;
}
@media (max-width: 1024px) {
    #indexParty .box {
        max-height: unset;
        padding-top: 0;
    }
    #indexParty .box > .flex {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: block;
    }
    #indexParty .box .left,
    #indexParty .box .list {
        width: auto;
    }
    #indexParty .box .list a:nth-of-type(2n-1) {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }
}
#indexBrand .bg {
    top: -4.25em;
    bottom: 50%;
}
#indexBrand .bg [aos] {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1280px) {
    #indexBrand .bg {
        top: -60.2px;
    }
}
@media (max-width: 1024px) {
    #indexBrand .bg {
        top: 0;
    }
}
#indexBrand .left,
#indexBrand .right {
    position: relative;
    z-index: 2;
}
#indexBrand .right {
    flex: 1;
    padding-top: 0.7rem;
    border-top: 4px solid #fff;
    position: relative;
}
#indexBrand .right .img {
    flex: 1;
    width: 100%;
    position: relative;
}
#indexBrand .right .text {
    margin: 0.4rem 0 0.7rem;
    -webkit-line-clamp: 3;
    height: 5.4em;
}
@media (max-width: 1440px) {
    #indexBrand .right .text {
        height: 4.8em;
    }
}
#indexBrand .right .content {
    transition: all 0.6s ease-out;
}
#indexBrand .right .content.fade-enter {
    position: relative;
    transform: translateY(-20px);
    z-index: 2;
}
#indexBrand .right .content.fade-leave-to {
    transform: translateY(20px);
}
#indexBrand .right .content.fade-leave,
#indexBrand .right .content.fade-leave-to {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#indexBrand .top {
    color: #fff;
}
@media (min-width: 1025px) {
    #indexBrand .top {
        display: block;
    }
    #indexBrand .top .headline {
        padding-bottom: 20px;
        margin-bottom: 0.3rem;
    }
}
#indexBrand .bottom {
    padding-top: 0.5rem;
    box-sizing: border-box;
}
#indexBrand .bottom .swiper {
    padding: 0.2em 0;
    height: 3.6em;
    line-height: 1.8em;
    white-space: nowrap;
}
#indexBrand .bottom .swiper .swiper-slide {
    color: rgba(0, 0, 0, 0.2);
}
#indexBrand .bottom .swiper .swiper-slide.swiper-slide-active {
    color: #018638;
}
#indexBrand .bottom .swiper-change .next {
    margin-left: 1em;
}
#indexBrand .bottom .swiper-change .en {
    font-size: 12px;
    margin: 0 4px;
    padding-top: 3px;
    width: 13px;
    text-align: center;
}
#indexBrand .bottom .swiper-change .current {
    color: #018638;
}
#indexBrand .bottom .swiper-change .progress {
    width: 45px;
    height: 1px;
    background-color: #bfbfbf;
    margin: 0 8px;
}
#indexBrand .bottom .swiper-change .progress .bar {
    height: 100%;
    background-color: #018638;
    width: 0;
}
#indexBrand .bottom .brand-logo {
    margin: 24px 0;
    max-width: 3.6rem;
    position: relative;
}
#indexBrand .bottom .brand-logo .item {
    height: 2.8em;
    padding: 8px 0;
    transition: all 0.4s ease-out;
}
#indexBrand .bottom .brand-logo .item.fade-enter {
    transform: translateX(-20px);
}
#indexBrand .bottom .brand-logo .item.fade-leave-to {
    transform: translateX(20px);
}
#indexBrand .bottom .brand-logo .item.fade-leave,
#indexBrand .bottom .brand-logo .item.fade-leave-to {
    position: absolute;
    left: 0;
    top: 0;
}
#indexBrand .bottom .brand-logo img {
    max-height: 100%;
}
@media (min-width: 1025px) {
    #indexBrand .top {
        display: block;
    }
    #indexBrand .top .headline {
        padding-bottom: 20px;
        margin-bottom: 0.3rem;
    }
    #indexBrand .left {
        margin-right: 1.6rem;
    }
    #indexBrand .left .box {
        height: 50%;
    }
    #indexBrand .bottom .swiper .swiper-slide:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0.2em;
        height: 0.2em;
        margin-left: 1em;
        background-color: #018638;
        border-radius: 3px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease-out;
        position: relative;
        top: -0.1em;
    }
    #indexBrand .bottom .swiper .swiper-slide.swiper-slide-active:after {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    #indexBrand .main {
        display: block;
    }
    #indexBrand .main .bg {
        height: 142px;
        bottom: auto;
        padding-bottom: 0.3rem;
    }
    #indexBrand .bottom {
        margin-top: 60px;
        padding: 0;
    }
    #indexBrand .bottom .swiper {
        text-align: center;
    }
    #indexBrand .bottom .brand-logo {
        max-width: 240px;
        margin: 24px auto;
    }
    #indexBrand .bottom .brand-logo img {
        margin: 0 auto;
    }
    #indexBrand .bottom .swiper-change {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #indexBrand .right {
        border-top: 2px solid #018638;
        margin-top: 0.7rem;
    }
    #indexBrand .right .img {
        padding-top: 64%;
    }
}
#map {
    flex: 1;
    background-color: #cccccc;
}
#map .amap-marker > .dot {
    z-index: 2;
    font-size: 1rem;
    width: 1.2em;
    height: 1.2em;
    box-sizing: border-box;
    padding: 0.2em;
    background-color: #018638;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -5px);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1200px) {
    #map .amap-marker > .dot {
        font-size: 62.5px;
    }
}
#map .amap-marker > .dot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #018638;
    margin-left: -6px;
}
#map .amap-marker > .dot > img {
    max-width: 100%!important;
    max-height: 100%!important;
}
#footer {
    position: relative;
    color: #fff;
}
#footer .aside-left .scroll {
    padding-bottom: 20px;
}
#footer .aside-left .scroll .icon {
    font-size: 14px;
}
#footer .aside-left .scroll:hover {
    color: #fff;
}
#footer .main {
    background-color: #018638;
    height: auto;
}
#footer .main .icon {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #fff;
}
#footer .main .list {
    font-size: 14px;
    margin-bottom: -0.3rem;
}
#footer .main .list li {
    padding: 0 0.6rem 0.3rem 0;
    box-sizing: border-box;
}
#footer .main .list .icon {
    border-radius: 4px;
}
#footer .main .list .name {
    white-space: nowrap;
    margin: 0 0.1rem;
    width: 90px;
    line-height: 1;
    position: relative;
    top: 2px;
}
#footer .main .list .name .en {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
    transform-origin: left center;
    transform: scale(0.83333);
}
#footer .main .list .value {
    width: 3.6rem;
    line-height: 1.3;
}
#footer .main .blogroll {
    line-height: 28px;
    margin-right: 0.6rem;
    position: relative;
}
#footer .main .blogroll .headline {
    font-size: 12px;
    white-space: nowrap;
    padding-top: 12px;
    margin-right: 0.2rem;
}
#footer .main .blogroll .touch {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .main .blogroll .touch .ell {
    width: 200px;
}
#footer .main .blogroll .touch .icon {
    flex-shrink: 0;
}
#footer .main .blogroll .touch .fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: -8px;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#footer .main .blogroll .touch .fade a {
    padding: 5px 0;
    color: #666;
}
#footer .main .blogroll .touch .fade a:hover {
    color: #018638;
}
#footer .main .blogroll .touch:hover .icon {
    transform: rotateZ(-90deg);
}
#footer .main .blogroll .touch:hover .fade {
    margin-bottom: 0;
}
#footer .main .blogroll .fill {
    z-index: 10;
}
#footer .main .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (max-width: 1024px) {
    #footer .main .pt {
        display: block;
    }
    #footer .main .list {
        margin: 0 -32px -16px 0;
    }
    #footer .main .list li {
        width: 50%;
        padding: 0 32px 16px 0;
    }
    #footer .main .list .value {
        width: auto;
        flex: 1;
    }
    #footer .main .blogroll {
        margin: 24px auto 36px;
        width: 300px;
    }
    #footer .main .wechat {
        width: auto;
    }
}
@media (max-width: 800px) {
    #footer .main .copyright .content {
        display: block;
        text-align: center;
    }
    #footer .main .copyright .content .item:last-child {
        text-align: center;
    }
}
@media (max-width: 800px) {
    #footer .main .list li {
        width: 100%;
    }
}
#panel {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.2s ease-out;
    padding: 20px;
}
#panel .close {
    position: absolute;
    left: 50%;
    bottom: -12px;
    line-height: 1;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 10px;
}
#panel .comp {
    transition: all 0.2s ease-out;
}
#panel .comp.fade-enter {
    transform: scale(0.8);
}
@media (max-width: 1280px) {
    #panel .container {
        padding-top: 60.5px;
    }
}
#search .box {
    width: 25em;
    height: 2.5em;
    max-width: 100%;
}
#search .content {
    flex: 1;
    margin-right: 10px;
}
#search .content input {
    border: 1px solid transparent;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 20px;
}
#search .content input:focus {
    border-color: #018638;
}
#search button {
    width: 2.5em;
    background-color: #018638;
    color: #fff;
    cursor: pointer;
}
#navbar {
    background-image: url(../images/index-about.png);
    background-color: #efefef;
    height: auto;
}
#navbar .row {
    max-height: 100%;
}
#navbar .row .right {
    width: 20%;
}
#navbar .row .right .text {
    margin-top: 30px;
}
#navbar .row .right .headline {
    color: #018638;
}
#navbar .list {
    margin: auto 0;
    width: 70%;
}
#navbar .list li {
    width: 20%;
    box-sizing: border-box;
    padding: 1em 2em 2em 0;
}
#navbar .list li:before {
    top: 0;
    left: 0;
    right: 2em;
    height: 2px;
    background-color: #018638;
}
#navbar .list .top {
    font-size: 112.5%;
}
#navbar .list a {
    margin-top: 0.5em;
}
#navbar .list a:hover {
    color: #018638;
    text-decoration: underline;
}
@media (max-width: 1280px) {
    #navbar .list li {
        width: 33.33333%;
    }
    #navbar .list .sub {
        display: none;
    }
    #navbar .list a {
        margin-top: 0.2em;
    }
}
@media (max-width: 1024px) {
    #navbar .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 800px) {
    #navbar .row {
        margin: auto 0;
        overflow: auto;
        display: block;
    }
    #navbar .row .right {
        display: none;
    }
    #navbar .list {
        width: auto;
        text-align: center;
        margin-right: 0;
    }
    #navbar .list li {
        width: 100%;
        padding: 0;
    }
    #navbar .list li:before {
        display: none;
    }
    #navbar .list li .top {
        padding: 10px 0;
    }
    #navbar .list li.active .top {
        color: #018638;
        text-decoration: underline;
    }
}
#blogroll {
    font-size: 14px;
}
#blogroll .box {
    max-height: 100%;
    overflow: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
}
#blogroll a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#column {
    position: relative;
}
#column .set-height {
    min-height: 300px;
}
#column .set-height .container {
    height: auto;
}
@media (max-width: 1024px) {
    #column .set-height .container {
        padding-top: 60.5px;
    }
}
#column .set-height:before {
    height: 1px;
}
#column .set-height:after {
    padding-top: 31.25%;
}
#column .mask {
    top: auto;
    height: 2rem;
    min-height: 120px;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(top, transparent, #000);
}
#column .main {
    top: auto;
    z-index: 2;
    color: #fff;
    bottom: 1.3rem;
    padding-bottom: 14px;
}
#column .main .cn,
#column .main .en {
    font-weight: bold;
    line-height: 1;
}
#column .main .en {
    font-size: 0.9em;
}
#column .main .cn {
    font-size: 1.8em;
    margin-top: 0.6em;
}
#column .main .point {
    font-size: 14px;
    line-height: 1;
    top: auto;
    bottom: -14px;
    margin-bottom: -0.8rem;
}
#column .main .point a {
    display: inline;
}
#column .main .point a:hover {
    text-decoration: underline;
}
@media (max-width: 800px) {
    #column .main {
        padding-bottom: 0;
    }
    #column .main .point {
        display: none;
    }
}
#honor .swiper {
    margin: 0 -0.45rem -0.45rem 0;
}
#honor .swiper a {
    margin: 0 0.45rem 0.45rem 0;
}
#honor .swiper a .img {
    padding-top: 64%;
}
#honor .swiper a .clear {
    background-color: #efefef;
    padding: 0 1.2em;
    height: 3em;
    line-height: 3em;
}
#honor .swiper a .ell {
    font-size: 0.9em;
    margin-right: 3em;
}
#honor .swiper a:hover .clear {
    background-color: #018638;
    color: #fff;
}
#course {
    overflow: hidden;
}
#course .main {
    background-image: url(../images/course.jpg);
}
#course .swiper {
    margin-right: -1.2rem;
    text-align: center;
    overflow: visible;
    margin-bottom: 0.9rem;
}
#course .swiper:before {
    top: 9px;
    height: 1px;
    background-color: #d7d7d7;
    left: 50%;
    width: 200vw;
    margin-left: -100vw;
    pointer-events: none;
}
#course .swiper .out {
    border: 1px solid #777777;
    padding: 6px;
    display: inline-block;
    vertical-align: top;
}
#course .swiper .out .dot {
    width: 5px;
    height: 5px;
    background-color: #777777;
}
#course .swiper .en {
    font-size: 112.5%;
    padding: 5px 0;
    line-height: 1;
    margin: 0.1rem auto 0.12rem;
}
#course .swiper .content {
    margin-right: 1.2rem;
}
#course .swiper .content:hover .out {
    border-color: #018638;
    background-color: #018638;
}
#course .swiper .content:hover .out .dot {
    background-color: #fff;
}
#course .swiper .content:hover .en {
    color: #018638;
}
#course .swiper-pagination {
    position: static;
    width: 80px;
    background-color: #d7d7d7;
}
#course .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #018638;
}
#course .swiper-pagination,
#course .swiper-pagination .swiper-pagination-progressbar-fill {
    border-radius: 5px;
}
#strategy {
    color: #fff;
}
#strategy .main:before,
#strategy .main:after {
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0.75;
}
#strategy .main:before {
    top: 0;
    height: 1rem;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(top, #000, transparent);
    background-image: linear-gradient(top, #000, transparent);
}
#strategy .main:after {
    bottom: 0;
    height: 2rem;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(bottom, #000, transparent);
}
#strategy .section {
    z-index: 2;
}
#strategy .section .content {
    margin-top: 4.5rem;
}
#strategy .section .content .title {
    margin-bottom: 20px;
}
#team .main {
    background-image: url(../images/team.jpg);
}
#team .swiper{
    overflow: visible;
}
#team .swiper .swiper-slide .title {
    margin-bottom: 5px;
}
#team .swiper .swiper-slide .img {
    padding-top: 140%;
}
#team .swiper .swiper-slide .fade {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
@media (min-width: 801px) {
    #team .swiper .swiper-wrapper {
        display: block;
    }
    #team .swiper .swiper-slide {
        cursor: pointer;
        padding: 0.4rem 0;
    }
    #team .swiper .swiper-slide:first-child {
        padding-top: 0;
    }
    #team .swiper .swiper-slide:after,
    #team .swiper .swiper-slide:before {
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
    }
    #team .swiper .swiper-slide:before {
        background-color: #e4e4e4;
    }
    #team .swiper .swiper-slide:after {
        background-color: #018638;
        width: 0;
        transition: width 0.6s linear;
    }
    #team .swiper .swiper-slide .fade {
        position: absolute;
        right: 9.5em;
        top: 50%;
        transform: translateY(-50%) scale(0.5);
        width: 10em;
        transition: all 0.4s ease;
    }
    #team .swiper .swiper-slide.active {
        color: #018638;
    }
    #team .swiper .swiper-slide.active .text {
        opacity: 1;
    }
    #team .swiper .swiper-slide.active .fade {
        transform: translateY(-50%) scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
    #team .swiper .swiper-slide.active:after {
        width: 35%;
    }
}
@media (max-width: 800px) {
    #team .swiper {
        text-align: center;
        padding-top: 1em;
    }
    #team .swiper .fade {
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
        max-width: 200px;
        margin: 0 auto 10px;
    }
    #team .swiper .fade .img {
        padding-top: 140%;
    }
}
#idea {
    z-index: 2;
    position: relative;
}
#idea .bg {
    bottom: 50%;
}
#idea .main {
    z-index: 2;
}
#idea .main .swiper-change,
#idea .main .section-title {
    color: #fff;
}
#idea .swiper-change {
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
    margin-top: 1.3rem;
}
#idea .swiper-change .cc {
    border-color: #fff;
}
#idea .swiper-change .cc:hover {
    color: #fff;
}
#idea .swiper-change .cc:last-child {
    margin-left: 1em;
}
#idea .swiper-change .en {
    font-size: 12px;
    margin: 0 10px;
}
#idea .swiper-change .swiper-pagination {
    width: 50px;
    height: 2px;
    position: static;
    background-color: rgba(255, 255, 255, 0.2);
}
#idea .swiper-change .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #fff;
}
#idea .swiper {
    margin-right: -0.45rem;
    overflow: visible;
}
#idea .swiper .swiper-slide {
    height: auto;
}
#idea .swiper .content {
    height: 100%;
    background-color: #fff;
    padding: 0.4rem 0.4rem 0;
    margin-right: 0.45rem;
    box-sizing: border-box;
}
#idea .swiper .content .text {
    margin: 16px 0 auto;
    padding-bottom: 20px;
}
#idea .swiper .content .order {
    margin-top: 0.2rem;
    font-size: 4.5em;
    color: #f2f2f2;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    height: 0.7em;
}
#idea .swiper .content:hover {
    box-shadow: 0.5em 0.5em 1.5em rgba(0, 0, 0, 0.15);
}
#idea .swiper .content:hover .headline {
    color: #018638;
}
#idea .swiper .content:hover .order {
    color: transparent;
    -webkit-text-stroke: 1px #018638;
}
#company .main {
    background-image: url(../images/about.png);
}
#company .headline {
    margin-bottom: 1em;
}
#company .data {
    margin: 0.3rem 0;
    padding: 20px 0;
}
#company .data .item {
    margin-right: 1.4rem;
}
#channel {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}
#channel .main a {
    text-align: center;
    position: relative;
    font-size: 14px;
    z-index: 1;
}
#channel .main a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background-color: #cccccc;
    height: 8px;
    margin-top: -4px;
}
@media (min-width: 801px) {
    #channel .main {
        height: 3em;
        line-height: 3em;
    }
    #channel .main a {
        flex: 1;
    }
    #channel .main a.active,
    #channel .main a:hover {
        background-color: #018638;
        color: #fff;
        z-index: 2;
    }
    #channel .main a.active:after,
    #channel .main a:hover:after,
    #channel .main a:last-child:after {
        display: none;
    }
}
@media (max-width: 800px) {
    #channel {
        padding: 12px 0;
    }
    #channel .main {
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #channel .main a {
        width: 25%;
        margin: 4px 0;
    }
    #channel .main a.active {
        color: #018638;
        text-decoration: underline;
    }
    #channel .main a:nth-of-type(4n):after {
        display: none;
    }
}
#zbcg .list .item {
    padding: 0.4rem 0;
    border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 768px) {
    #zbcg .list .item {
        padding: 16px 0;
    }
}
#zbcg .list .item:first-child {
    padding-top: 0;
}
#zbcg .list .item .date {
    width: 1.5rem;
    height: 1.5rem;
    min-height: 85px;
    min-width: 85px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    line-height: 1;
    text-align: center;
}
#zbcg .list .item .date .d {
    font-size: 1.5em;
    font-weight: bold;
}
#zbcg .list .item .date .y {
    font-size: 12px;
}
#zbcg .list .item .clip {
    width: 29%;
    min-width: 120px;
}
#zbcg .list .item .clip .img {
    min-height: 100px;
}
#zbcg .list .item .clip .img:after {
    padding-top: 55%;
}
#zbcg .list .item .time {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 0.12rem;
}
#zbcg .list .item .content {
    flex: 1;
    margin-left: 0.5rem;
}
#zbcg .list .item .content .headline {
    -webkit-line-clamp: 1;
    margin-bottom: 0.1rem;
    height: 1.5em;
}
#zbcg .list .item .content .text {
    padding-top: 6px;
    line-height: 1.6;
    height: auto;
    max-height: 3.2em;
}
#zbcg .list .item:hover .date {
    background-color: #fff;
    border-color: #fff;
    color: #018638;
}
#zbcg .list .item:hover .time {
    color: #018638;
    opacity: 1;
}
#zbcg .list .item:hover .headline {
    color: #018638;
}
#xxgk .list {
    margin: -0.45rem -0.45rem 0 0;
}
#xxgk .list li {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 0.45rem 0.45rem 0 0;
}
#xxgk .list .date {
    font-size: 0.7em;
    opacity: 0.6;
    margin-bottom: 0.3rem;
}
#xxgk .list .headline {
    height: 3em;
    font-size: 0.9em;
}
@media (max-width: 800px) {
    #xxgk .list .headline {
        line-height: 1.35;
        height: 2.7em;
    }
}
#xxgk .list .item {
    border: 1px solid #d7d7d7;
    padding: 0.4rem;
}
#xxgk .list .item:hover {
    border-color: #018638;
    color: #018638;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
}
#xxgk .list .img {
    padding-top: 64%;
}
#xxgk .list .content {
    height: 3em;
    line-height: 3em;
    text-align: center;
    padding: 0 1em;
}
#xxgk .list .content .ell {
    font-size: 0.9em;
}
#xxgk .list .text {
    color: #000;
}
#xxgk .list .cc {
    margin-top: 0.3rem;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em;
    color: #636363;
    border: 1px solid #636363;
}
#xxgk .list .cc .icon {
    display: block;
    font-size: 12px;
}
@media (max-width: 800px) {
    #xxgk .list .cc {
        display: none;
    }
}
#xxgk .list .ell {
    font-size: 0.9em;
}
#xxgk .list .oppress .ell,
#xxgk .list .oppress .headline {
    margin: 0.22rem 0 0.12rem;
}
#xxgk .list .oppress:hover {
    color: #018638;
}
#xxgk .list .oppress:hover .content {
    background-color: #018638;
    color: #fff;
}
#xxgk .list .oppress:hover .cc {
    background-color: #018638;
    color: #fff;
    border-color: #018638;
}
#xxgk .list .grid {
    padding: 0.3rem;
    border-left: 0.1em solid #d7d7d7;
}
#xxgk .list .grid .date {
    margin-bottom: 0.2rem;
}
#xxgk .list .grid .go {
    width: 4em;
    margin-top: 0.2rem;
    color: #6c6c6c;
    padding-bottom: 0.3em;
    border-bottom: 1px solid transparent;
}
#xxgk .list .grid .go .en {
    text-transform: uppercase;
    font-size: 0.8em;
}
#xxgk .list .grid .go .cc {
    display: block;
    margin-top: 0;
}
#xxgk .list .grid:hover {
    background-color: #fff;
    box-shadow: 0.5em 0.5em 1.5em rgba(0, 0, 0, 0.15);
}
#xxgk .list .grid:hover,
#xxgk .list .grid:hover .go,
#xxgk .list .grid:hover .go .cc {
    border-color: #018638;
}
#xxgk .list .grid:hover .go .en {
    color: #018638;
}
#xxgk .list .grid:hover .go .cc {
    background-color: #018638;
    color: #fff;
}
@media (max-width: 800px) {
    #xxgk .list {
        margin: -16px -16px 0 0;
    }
    #xxgk .list li {
        width: 50%;
        padding: 16px 16px 0 0;
    }
}
#ppzc .self .data {
    margin-top: 0.8rem;
}
#ppzc .self .data .item {
    margin-right: 1rem;
}
@media (min-width: 1025px) {
    #ppzc .self .left,
    #ppzc .self .right {
        width: 50%;
    }
    #ppzc .self .right {
        box-sizing: border-box;
        padding-left: 0.5rem;
    }
}
@media (max-width: 1024px) {
    #ppzc .self {
        display: block;
    }
    #ppzc .self .left {
        margin-bottom: 36px;
    }
}
#ppzc .child .touch {
    padding: 0.45rem;
    margin-top: 0.45rem;
    background-color: #fff;
}
#ppzc .child .touch .clip {
    width: 25%;
    min-width: 120px;
}
#ppzc .child .touch .img {
    min-height: 90px;
}
#ppzc .child .touch .img:after {
    padding-top: 60%;
}
#ppzc .child .touch .content {
    flex: 1;
    margin: 0 1rem 0 0.45rem;
}
#ppzc .child .touch .headline {
    margin-bottom: 0.5em;
    height: 1.5em;
    -webkit-line-clamp: 1;
}
#ppzc .child .touch .text {
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: 4.5em;
    padding-top: 0.1rem;
}
#ppzc .child .touch .cc {
    width: 2.2em;
    height: 2.2em;
    background-color: #018638;
    color: #fff;
    text-align: center;
    line-height: 2.2em;
}
@media (max-width: 800px) {
    #ppzc .child .touch {
        padding: 16px;
        margin-top: 16px;
    }
    #ppzc .child .touch .content {
        margin: 0 0 0 16px;
    }
    #ppzc .child .touch .fade {
        display: none;
    }
}
#ppzc .child .touch:first-child {
    margin-top: 0;
}
#ppzc .child .touch:hover .headline {
    color: #018638;
}
#detail .section-title {
    line-height: 1.3;
}
#detail .info {
    padding: 0.1rem 0 0.28rem;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
}
#detail .rtf {
    padding-top: 20px;
    margin-top: 0.3rem;
}
#detail .page {
    padding: 1em 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
#detail .page .item {
    width: 40%;
    margin: 12px 0;
}
#detail .page .item:hover {
    color: #018638;
}
#detail .page .item:last-child {
    text-align: right;
}
#detail .page .icon {
    cursor: pointer;
    color: #018638;
    font-size: 2em;
}
@media (max-width: 800px) {
    #detail .page {
        display: block;
    }
    #detail .page .icon {
        display: none;
    }
    #detail .page .item {
        width: auto;
    }
    #detail .page .item:last-child {
        text-align: left;
    }
}
#moreNews .swiper {
    margin-right: -0.45rem;
}
#moreNews .swiper .img {
    padding-top: 60%;
}
#moreNews .swiper .headline {
    -webkit-line-clamp: 2;
    height: 3em;
    font-size: 0.9em;
    margin: 0.24rem 0 0.12rem;
}
#moreNews .swiper .date {
    font-size: 0.7em;
    opacity: 0.6;
}
#moreNews .swiper a {
    margin-right: 0.45rem;
}
#moreNews .swiper a:hover {
    color: #018638;
}
#lxwm {
    z-index: 50;
    position: relative;
}
#lxwm + #map{
    background-color: #cccccc;
    height: 8.6rem;
    min-height: 400px;
}
#lxwm .body {
    top: -0.85rem;
    bottom: auto;
}
#lxwm .section {
    box-sizing: border-box;
    padding: 0.6rem;
    background-color: #fff;
}
#lxwm .section .list {
    margin: -0.4rem -1rem 0 0;
    font-size: 14px;
}
#lxwm .section .list li {
    margin: 0.4rem 1rem 0 0;
}
#lxwm .section .list li:hover {
    color: #018638;
}
#lxwm .section .list .name {
    white-space: nowrap;
    margin: 0 0.1rem;
    width: 90px;
    line-height: 1;
    position: relative;
    top: 2px;
}
#lxwm .section .list .name .en {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
    transform-origin: left center;
    transform: scale(0.83333);
}
#lxwm .section .list .value {
    width: 3.6rem;
    line-height: 1.3;
}
@media (max-width: 800px) {
    #lxwm {
        display: none;
    }
}
.list-01 li{
    box-sizing: border-box;
}
.list-01 .grid-01{
    box-sizing: border-box;
    height: 100%;
    border: 1px solid  #e5e5e5;
    padding: 0.4rem;
    text-align: center;
}
.list-01 .grid-01 img{
    width: 1.7em;
    height: 1.7em;
    margin-bottom: 0.6em;
}
.list-01 .grid-01.active,
.list-01 .grid-01:hover{
    color: #fff;
    background-color: #018638;
    border-color: #018638;
}
.list-01 .grid-01.active img,
.list-01 .grid-01:hover img{
    filter: grayscale(2000%) brightness(1000%);
    -webkit-filter: grayscale(2000%) brightness(1000%);
}