.section-title {
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
}
.section-title h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 1440px) {
    .section-title h1 {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    .section-title h1 {
        font-size: 20px;
    }
}
.section-title .en {
    white-space: nowrap;
    margin-top: 12px;
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 20px;
    transform-origin: left top;
    transform: scale(0.5);
    line-height: 1;
}
.more {
    width: 7em;
    height: 2.3em;
    line-height: 2.3em;
    position: relative;
    text-align: center;
    background-image: url(../images/more.png);
    background-color: #fff;
    background-size: 100% 100%;
}
@media (max-width: 1280px) {
    .more {
        font-size: 16px;
    }
}
.more .char {
    color: #fff;
    font-size: 12px;
    mix-blend-mode: difference;
}
.more:before {
    content: "";
    position: absolute;
    display: block;
    left: 0.5em;
    right: 0.5em;
    top: 50%;
    height: 24px;
    margin-top: -12px;
    transform: scaleX(0);
    background-color: #000;
    transition: all 0.2s linear;
}
.more:hover:before {
    transform: scaleX(1);
}
.swiper-pagination.default {
    position: relative;
    left: auto!important;
    z-index: 10;
    bottom: auto;
    margin: 0.3rem auto 0;
    padding-top: 10px;
    transform: translate(0, 0) !important;
    height: 8px;
}
.swiper-pagination.default > .swiper-pagination-bullet {
    vertical-align: top;
    background-color: #000;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.swiper-pagination.default.white > .swiper-pagination-bullet {
    background-color: #fff;
}
.row-title {
    padding-bottom: 20px;
    margin-bottom: 0.1rem;
}
.row-title h1 {
    line-height: 1;
    font-size: 1.5em;
}
.halves {
    margin: -36px -20px 0;
}
.halves .text {
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
}
.halves li {
    width: 50%;
    margin-top: 36px;
    box-sizing: border-box;
    padding: 0 20px;
}
@media (max-width: 1024px) {
    .halves li {
        width: 100%;
    }
}
.stand .left {
    margin-bottom: 36px;
}
.stand .left .row-title {
    margin-top: 0.9rem;
}
@media (min-width: 1025px) {
    .stand .left,
    .stand .right {
        width: 50%;
    }
    .stand .left {
        box-sizing: border-box;
        padding-right: 0.6rem;
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .stand {
        display: block;
    }
}
.btm {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.b-title {
    margin: 0.4rem 0 0.1rem;
    padding: 20px 0 10px;
}
.b-title h2 {
    font-size: 1.1em;
}
@media (max-width: 1280px) {
    .b-title {
        font-size: 14px;
    }
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    padding-left: 0;
    font-size: 0;
}
ul.pagination > li {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    font-size: 20px;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1em;
    color: #a3a3a3;
    font-family: 'futuraBT', sans-serif;
}
@media (max-width: 1680px) {
    ul.pagination > li {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    ul.pagination > li {
        font-size: 16px;
    }
}
ul.pagination > li a,
ul.pagination > li span {
    font-size: 0.8em;
    transition: none;
    display: block;
}
ul.pagination > li svg {
    transition: all 0.2s ease-out;
}
ul.pagination > li svg .dot {
    fill: #000;
}
ul.pagination > li svg .cls {
    fill: none;
    stroke: #000;
    stroke-width: 1;
}
ul.pagination > li:last-child,
ul.pagination > li:first-child {
    width: 2.5em;
    height: 2.5em;
    position: relative;
    background: url(../images/page1.png) no-repeat scroll center center;
    opacity: 0.3;
}
ul.pagination > li:last-child:hover,
ul.pagination > li:first-child:hover {
    opacity: 1;
    background-image: url(../images/page2.png);
}
ul.pagination > li:last-child:hover svg .cls,
ul.pagination > li:first-child:hover svg .cls {
    stroke-dasharray: 120,20;
}
ul.pagination > li:last-child {
    margin-left: 0.4rem;
}
ul.pagination > li:last-child:hover svg {
    transform: rotateZ(45deg);
}
ul.pagination > li:first-child {
    margin-right: 0.4rem;
    transform: rotateZ(180deg);
}
ul.pagination > li:first-child:hover svg {
    transform: rotateZ(-45deg);
}
ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #000 !important;
    text-decoration: underline;
}
#nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-color: #fff;
    z-index: 100;
    transition: all 0.4s ease-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#nav.fixed {
    position: fixed;
    bottom: 100%;
    top: auto;
}
#nav.fixed.show {
    transform: translateY(100%);
}
#nav .body-container {
    height: 4.5em;
    line-height: 4.5em;
}
#nav .navbar-button {
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
    transform: scale(0.9);
}
@media (min-width: 1025px) {
    #nav .navbar-button {
        display: none;
    }
}
#nav .navbar-button span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #000;
    margin-left: 4px;
}
#nav .navbar-button span:nth-of-type(1) {
    margin-top: -8.5px;
}
#nav .navbar-button span:nth-of-type(2) {
    margin-left: 0;
    margin-right: 5px;
    margin-top: -1px;
}
#nav .navbar-button span:nth-of-type(3) {
    margin-top: 5.5px;
}
#nav .option {
    cursor: pointer;
}
@media (max-width: 1440px) {
    #nav .option .icon:first-child {
        font-size: 18px;
    }
}
#nav .option .icon:last-child {
    font-size: 12px;
    margin-left: 6px;
}
#nav .option .char {
    font-size: 14px;
    margin-left: 6px;
}
@media (max-width: 1280px) {
    #nav .option .icon:last-child,
    #nav .option .char {
        display: none;
    }
}
#nav .option:hover .icon:first-child {
    transform: translateY(-4px);
}
#nav .left .logo {
    max-width: 17em;
}
#nav .left .cut-line {
    margin: 0 1.6em;
    width: 1px;
    height: 7px;
    background-color: #b2b2b2;
}
@media (max-width: 1024px) {
    #nav .left .cut-line,
    #nav .left .lang {
        display: none;
    }
}
@media (min-width: 1025px) {
    #nav .right .lang {
        display: none;
    }
}
#nav .right .search {
    margin-left: 1rem;
}
@media (max-width: 1024px) {
    #nav .right .search {
        margin: 0 0.8rem;
    }
}
#nav .navbar {
    color: #6c6c6c;
}
@media (max-width: 1024px) {
    #nav .navbar {
        display: none;
    }
}
#nav .navbar .touch:not(:last-child) {
    margin-right: 0.42rem;
}
#nav .navbar .touch dt {
    position: relative;
    overflow: hidden;
}
#nav .navbar .touch dt .line {
    top: auto;
    transform: translateY(100%);
    height: 2px;
    background-color: #000;
}
#nav .navbar .touch .sub-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-out;
    font-size: 87.5%;
}
#nav .navbar .touch .sub-list .box {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 16px 30px;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    color: #6c6c6c;
}
#nav .navbar .touch .sub-list .box:empty{
    display: none;
}
#nav .navbar .touch .sub-list .box a:hover {
    color: #000;
    text-decoration: underline;
}
#nav .navbar .touch:hover dt a,
#nav .navbar .touch.active dt a {
    color: #000;
}
#nav .navbar .touch:hover dt .line,
#nav .navbar .touch.active dt .line {
    transform: translateY(0);
}
#nav .navbar .touch:hover .sub-list {
    padding-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
#panel {
    position: fixed;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.9);
}
#panel,
#panel .comp {
    transition: all 0.3s ease-out;
}
#panel .comp.fade-leave-to {
    transform: translateY(10%);
}
#panel .comp.fade-enter {
    transform: translateY(-10%);
}
#panel .comp.fade-enter-to {
    transform: translateY(0);
}
#panel .comp.fade-leave,
#panel .comp.fade-leave-to {
    transition-delay: 0s;
}
#panel .comp.fade-enter,
#panel .comp.fade-enter-to {
    transition-delay: 0.1s;
}
#langContent {
    padding: 0.5em 0;
    width: 80%;
    max-width: 360px;
    margin-top: -40px;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0.5em;
}
#langContent .ul {
    border-radius: 0.5em;
    background-color: #fff;
}
#langContent .radio {
    border: 1px solid #ccc;
    padding: 2px;
}
#langContent .radio > .circle {
    width: 6px;
    height: 6px;
    background-color: #ccc;
}
#langContent li {
    line-height: 2.4em;
    height: 2.4em;
    color: #999;
}
#langContent li:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #f1f1f1;
}
#langContent li:hover,
#langContent li.active {
    color: #000;
}
#langContent li:hover .radio,
#langContent li.active .radio {
    border-color: #000;
}
#langContent li:hover .radio > .circle,
#langContent li.active .radio > .circle {
    background-color: #000;
}
#langContent a {
    outline: 0 none;
    padding: 0 1.5em;
}
#langContent .ell {
    margin-right: 4em;
}
#searchContent {
    width: 90%;
    max-width: 30em;
}
#searchContent .container button {
    width: 3em;
    height: 3em;
    background-color: #4c4c4c;
    color: #fff;
    cursor: pointer;
}
#searchContent .container .content {
    flex: 1;
    height: 3em;
    margin-right: 0.5em;
    background-color: #fff;
    padding-left: 1em;
}
#mobNav {
    color: #999;
    line-height: 40px;
    text-align: center;
    min-width: 160px;
    max-width: 80%;
}
#mobNav li {
    position: relative;
    padding: 0 20px;
}
#mobNav .active {
    color: #fff;
}
#mobNav .active:after,
#mobNav .active:before {
    content: "";
    position: absolute;
    top: 5px;
    height: 30px;
    width: 4px;
    background: url(../images/quote.png) no-repeat scroll center;
    background-size: contain;
}
#mobNav .active:before {
    left: 0;
}
#mobNav .active:after {
    right: 0;
    transform: rotateZ(180deg);
}
#wechat {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 200;
}
#wechat .content {
    background-color: #fff;
    border-radius: 8px;
    width: 150px;
    padding: 24px;
}
#wechat .content img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 24px;
}
#wechat .content p {
    color: #999;
    text-align: center;
}
#wechat .box canvas,
#wechat .box svg {
    margin: 0 auto 24px;
}
#wechat .close {
    position: absolute;
    left: 50%;
    bottom: -36px;
    color: #fff;
    opacity: 0.1;
    transform: translateX(-50%);
    pointer-events: none;
}
#banner {
    color: #fff;
}
#banner .set-height {
    padding-top: 0;
    height: 100vh;
    max-height: calc(0.5625 * 100vw);
    min-height: 400px;
}
@media (max-width: 800px) {
    #banner .set-height {
        height: 550px;
        max-height: unset;
    }
}
#banner .body-container {
    padding-bottom: 0.5rem;
}
#banner .bottom .swiper-page,
#banner .swiper .padding {
    height: 2.3em;
}
#banner .swiper {
    top: 4.5em;
}
#banner .swiper .banner,
#banner .swiper .banner:after {
    height: 100%;
}
#banner .swiper .banner:after {
    background: radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 21%);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 20%, transparent 21%);
    background-position: center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 5px 5px;
}
#banner .swiper .container {
    flex: 1;
}
#banner .swiper .container h1 {
    font-size: 2em;
    margin-bottom: 0.6em;
}
@media (max-width: 800px) {
    #banner .swiper .container h1 {
        font-size: 1.8em;
    }
}
@media (max-width: 640px) {
    #banner .swiper .container h1 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
}
#banner .swiper .container .p1 {
    transition-delay: 0.15s;
    font-size: 12px;
    transform: scale(0.83);
    color: rgba(255, 255, 255, 0.7);
    transform-origin: left center;
    text-transform: uppercase;
    max-width: 360px;
    line-height: 2;
}
#banner .swiper .container .p2 {
    transition-delay: 0.3s;
    margin-top: 0.8rem;
}
@media (max-width: 720px) {
    #banner .swiper .container .p2 {
        margin-bottom: 30px;
    }
}
#banner .swiper .container .p2 .cn {
    font-size: 0.9em;
}
#banner .swiper .container .p2 .en {
    font-size: 0.6em;
    opacity: 0.7;
}
#banner .swiper .business {
    margin-top: 0.6rem;
    cursor: default;
}
#banner .swiper .business .quote,
#banner .swiper .business .box,
#banner .swiper .business .left,
#banner .swiper .business .tip,
#banner .swiper .business .left .fill,
#banner .swiper .business .left .char {
    transition: all 0.4s ease-out;
}
#banner .swiper .business .quote {
    width: 0;
    background-image: url(../images/quote.png);
}
#banner .swiper .business .quote:last-child {
    transform: rotateZ(180deg);
}
#banner .swiper .business .box {
    height: 6.8em;
    position: relative;
}
#banner .swiper .business .box .bg {
    z-index: 0;
    background-color: #0b0a0c;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 0.6s ease-out;
}
#banner .swiper .business .left,
#banner .swiper .business .tip,
#banner .swiper .business .list {
    position: relative;
    z-index: 1;
}
#banner .swiper .business .left {
    width: 5.4em;
    height: 4.4em;
    margin-right: 1.2em;
}
#banner .swiper .business .left .fill {
    color: #000;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../images/business.png);
    background-size: 100% 100%;
    padding: 0.95em 1.45em;
}
#banner .swiper .business .left .headline {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-right: 6em;
    overflow: hidden;
    line-height: 1;
    background: url(../images/bar-code.png) no-repeat scroll right center;
    background-size: auto 100%;
}
@media (max-width: 1024px) {
    #banner .swiper .business .left .headline {
        font-size: 14px;
    }
}
#banner .swiper .business .left .tb {
    width: 2.5em;
    height: 2.5em;
    background-image: url(../images/box.jpg);
}
#banner .swiper .business .left .char {
    margin-left: 1em;
    font-size: 12px;
}
#banner .swiper .business .list {
    padding: 0 0.64rem;
}
#banner .swiper .business .list .tb {
    width: 2em;
    height: 2em;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}
@media (max-width: 1280px) {
    #banner .swiper .business .list .tb {
        font-size: 16px;
    }
}
#banner .swiper .business .list .img {
    width: 1.2em;
    height: 1.2em;
    -webkit-filter: grayscale(2000%) brightness(1000%);
    filter: grayscale(2000%) brightness(1000%);
}
#banner .swiper .business .list .char {
    margin-top: 0.1rem;
    padding-top: 4px;
    line-height: 1;
    font-size: 0.7em;
}
@media (max-width: 1680px) {
    #banner .swiper .business .list .char {
        font-size: 12px;
    }
}
#banner .swiper .business .list .item {
    color: rgba(255, 255, 255, 0.7);
    transition: all 1s ease-out;
}
#banner .swiper .business .list .item:not(:last-child) {
    margin-right: 0.5rem;
}
#banner .swiper .business .list .item:hover,
#banner .swiper .business .list .item.active {
    color: #fff;
}
#banner .swiper .business .list .item:hover .tb,
#banner .swiper .business .list .item.active .tb {
    background-color: rgb(94, 94, 94);
}
#banner .swiper .business .list .item:hover .img,
#banner .swiper .business .list .item.active .img {
    -webkit-filter: none;
    filter: none;
}
#banner .swiper .business .tip {
    font-size: 0.7em;
    line-height: 1;
    position: absolute;
    left: 100%;
    top: 50%;
    white-space: nowrap;
    margin-left: 0.26rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}
#banner .swiper .business .left .char,
#banner .swiper .business .list .item {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 960px) {
    #banner .swiper .business {
        margin-top: 30px;
    }
}
#banner .swiper.enter .business .quote {
    transition-delay: 2s;
}
#banner .swiper.enter .business .box .bg {
    transition-delay: 0.4s;
}
#banner .swiper.enter .business .left .headline {
    transition: all 0.4s ease-out, opacity 0.2s ease-out 0.4s;
}
#banner .swiper.enter .business .left .char {
    transition-delay: 0.5s;
}
#banner .swiper.enter .business .list .item:nth-of-type(1) {
    transition-delay: 1s;
}
#banner .swiper.enter .business .list .item:nth-of-type(2) {
    transition-delay: 1.2s;
}
#banner .swiper.enter .business .list .item:nth-of-type(3) {
    transition-delay: 1.4s;
}
#banner .swiper.leave .business .box .bg {
    transition-delay: 1s;
}
#banner .swiper.leave .business .left,
#banner .swiper.leave .business .left .fill {
    transition-delay: 1.8s;
}
#banner .swiper.leave .business .left .headline {
    transition: all 0.4s ease-out 1.4s, opacity 0.2s ease-out 1.2s;
}
#banner .swiper.leave .business .left .char {
    transition-delay: 1.2s;
}
#banner .swiper.leave .business .tip {
    transition-delay: 2s;
}
#banner .swiper.leave .business .list .item:nth-of-type(1) {
    transition-delay: 0.4s;
}
#banner .swiper.leave .business .list .item:nth-of-type(2) {
    transition-delay: 0.2s;
}
#banner .swiper.unfold .business .quote {
    width: 0.75em;
}
#banner .swiper.unfold .business .box {
    margin: 0 0.5em 0 1.3em;
}
#banner .swiper.unfold .business .box .bg {
    transform: scaleX(1);
}
#banner .swiper.unfold .business .left {
    width: 15em;
    height: 100%;
    margin-right: 0;
}
#banner .swiper.unfold .business .left .fill {
    margin: -0.4em -0.4em 0;
    height: calc(100% + 0.8em);
    padding: 1.5em 1.8em;
}
#banner .swiper.unfold .business .left .headline {
    height: 1em;
    opacity: 1;
    margin-bottom: 1.1em;
}
#banner .swiper.unfold .business .tip {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
#banner .swiper.unfold .business .left .char,
#banner .swiper.unfold .business .list .item {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
@media (max-width: 800px) {
    #banner .swiper .business {
        display: block;
    }
    #banner .swiper .business .quote {
        display: none;
    }
    #banner .swiper .business .box {
        display: block;
        height: auto;
    }
    #banner .swiper .business .box .bg {
        display: none;
    }
    #banner .swiper .business .list {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 30px 30px 20px;
        margin-top: -10px;
        background-color: #000;
        clip-path: polygon(0 0, calc(100% - 2em) 0, 100% 2em, 100% 100%, 2em 100%, 0 calc(100% - 2em));
    }
    #banner .swiper .business .left {
        z-index: 2;
        width: 15em;
        height: 6.8em;
        margin-right: 0;
    }
    #banner .swiper .business .left .fill {
        margin: -0.4em -0.4em 0;
        height: calc(100% + 0.8em);
        padding: 1.5em 1.8em;
    }
    #banner .swiper .business .left .headline {
        height: 1em;
        opacity: 1;
        margin-bottom: 1.1em;
    }
    #banner .swiper .business .tip {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }
    #banner .swiper .business .left .char,
    #banner .swiper .business .list .item {
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
}
#banner .swiper-pagination {
    z-index: 2;
    bottom: 20px;
}
#banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 8px;
    height: 4px;
    opacity: 1;
    border-radius: 2px;
    transition: all 0.3s ease-out;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
}
#banner .bottom {
    top: auto;
    z-index: 2;
}
@media (max-width: 800px) {
    #banner .bottom {
        display: none;
    }
}
#banner .bottom .swiper-page {
    margin: 0 0.7em;
    width: 8em;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#banner .bottom .swiper-page .content {
    font-size: 12px;
    width: auto;
    bottom: 0;
}
#banner .bottom .swiper-button {
    letter-spacing: -0.5em;
    cursor: pointer;
}
#banner .bottom .swiper-button.next {
    margin-left: -0.5em;
}
#banner .bottom .swiper-button:hover .icon {
    animation: point-animation 2s linear infinite;
}
#banner .bottom .swiper-button:hover .icon:nth-of-type(2) {
    animation-delay: 0.3s;
}
#banner .bottom .swiper-button.prev:hover .icon:nth-of-type(1),
#banner .bottom .swiper-button.next:hover .icon:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes point-animation {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#banner .bottom .mouse {
    position: absolute;
    right: 0;
    top: 50%;
    width: 3.2em;
    height: 3.2em;
    transform: translateY(-50%);
}
#banner .bottom .mouse svg {
    z-index: -1;
    overflow: visible;
    transform: rotateZ(86deg);
}
#banner .bottom .mouse svg .cls {
    fill: none;
    stroke-width: 1;
    stroke: #fff;
    animation: diffusion-animation 5s linear infinite;
    transform-origin: center center;
    opacity: 0;
    stroke-dasharray: 0,20,255;
}
#banner .bottom .mouse svg .cls:nth-of-type(2) {
    animation-delay: 2.5s;
}
#banner .bottom .mouse svg .cls:nth-of-type(3) {
    animation-delay: 5s;
}
@keyframes diffusion-animation {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.15);
    }
}
#banner .bottom .mouse .icon {
    font-size: 1.2em;
}
#banner .bottom .mouse .dot {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: -0.45em;
}
#banner .bottom .mouse .dot .circle {
    width: 3px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 0.3em;
    animation: mouse-animation 2s linear infinite;
}
#banner .bottom .mouse .dot .circle:nth-of-type(2) {
    animation-delay: 0.4s;
}
#banner .bottom .mouse .dot .circle:nth-of-type(3) {
    animation-delay: 0.8s;
}
@keyframes mouse-animation {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#banner .nav-padding {
    height: 4.5em;
}
#banner .column {
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
#banner .column:after {
    padding-top: 34.375%;
}
#banner .column .title {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}
@media (max-width: 960px) {
    #banner .column .title {
        font-size: 20px;
    }
}
#banner .column .point {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 800px) {
    #banner .column .point {
        font-size: 12px;
    }
}
#banner .column .point a {
    display: inline;
}
#banner .column .point a:hover {
    color: #fff;
    text-decoration: underline;
}
#homeAbout .bg {
    background-image: url(../images/home-about.png);
    left: auto;
    width: 510px;
    max-width: 50%;
    pointer-events: none;
    background-position: right 0.9rem;
}
#homeAbout .container .half {
    width: 50%;
    box-sizing: border-box;
}
#homeAbout .container .right {
    padding-left: 1.2rem;
    padding-top: 1.2em;
}
#homeAbout .container .right .headline {
    color: #545454;
    margin-bottom: 0.1rem;
    padding-bottom: 8px;
}
#homeAbout .container .right .text {
    margin-bottom: 0.2rem;
    padding-bottom: 10px;
    opacity: 1;
    color: #a3a3a3;
}
#homeAbout .container .right .list {
    padding-top: 20px;
    margin-top: 0.5rem;
}
#homeAbout .container .right .list .item {
    width: 5.3em;
    height: 5.3em;
    background-image: url(../images/border.png);
    color: rgba(0, 0, 0, 0.7);
    animation: border1 10s linear infinite;
}
#homeAbout .container .right .list .item:nth-of-type(2) {
    animation-delay: -3s;
}
#homeAbout .container .right .list .item:nth-of-type(3) {
    animation-delay: -9s;
}
@keyframes border1{
    0%{background-image: url(../images/border.png)}
    19%{background-image: url(../images/border.png)}
    20%{background-image: url(../images/border01.png)}
    39%{background-image: url(../images/border01.png)}
    40%{background-image: url(../images/border02.png)}
    59%{background-image: url(../images/border02.png)}
    60%{background-image: url(../images/border03.png)}
    79%{background-image: url(../images/border03.png)}
    80%{background-image: url(../images/border04.png)}
    99%{background-image: url(../images/border04.png)}
    100%{background-image: url(../images/border.png)}
}
#homeAbout .container .right .list .item:not(:last-child) {
    margin-right: 0.64rem;
}
#homeAbout .container .right .list .item .img {
    width: 1.8em;
    margin: 0 auto 0.4em;
    -webkit-filter: contrast(0) brightness(0.5);
    filter: contrast(0) brightness(0.5);
}
#homeAbout .container .right .list .item .char {
    line-height: 1;
    font-size: 0.7em;
    text-align: center;
}
#homeAbout .container .right .list .item:hover {
    color: #000;
    transition-delay: 0s;
    animation: none;
}
#homeAbout .container .right .list .item:hover .img {
    -webkit-filter: none;
    filter: none;
}
#homeAbout .container .left .title {
    font-size: 1.8em;
    padding-bottom: 10px;
    margin-bottom: 0.4rem;
}
#homeAbout .container .left .img {
    flex: 1;
    position: relative;
    overflow: hidden;
}
#homeAbout .container .left .img .cover.aos-animate{
    transition: transform 15s linear;
    transform: scale(1.5);
}
@media (max-width: 800px) {
    #homeAbout .container {
        display: block;
    }
    #homeAbout .container .half {
        width: auto;
    }
    #homeAbout .container .left .img {
        padding-top: 60%;
    }
    #homeAbout .container .right {
        margin-top: 10px;
        padding-left: 0;
    }
}
#homeProduct {
    overflow: hidden;
}
#homeProduct .img {
    overflow: hidden;
    z-index: 1;
}
#homeProduct .img .cover {
    transition: all 0.4s ease-out 0.2s;
}
#homeProduct .img .fade-enter {
    transform: scale(0.95);
}
#homeProduct .img .fade-leave,
#homeProduct .img .fade-enter-to {
    transform: scale(1);
}
#homeProduct .img .fade-leave-to {
    transform: scale(1.05);
}
@media (min-width: 1025px) {
    #homeProduct .img {
        position: static;
        min-height: 400px;
    }
    #homeProduct .img:after {
        padding-top: 50.54945055%;
    }
}
#homeProduct .logo {
    width: 5em;
    min-width: 80px;
    padding: 1.05em 0.85em;
    position: absolute;
    left: 1rem;
    top: 1rem;
    margin: -1.25em 0 0 -1.6em;
    z-index: 1;
}
@media (max-width: 1024px) {
    #homeProduct .logo {
        margin-left: -2.05em;
    }
}
@media (max-width: 920px) {
    #homeProduct .logo {
        top: 48px;
    }
}
#homeProduct .logo .line {
    pointer-events: none;
    position: absolute;
    background: #fff;
}
#homeProduct .logo .line:nth-of-type(1),
#homeProduct .logo .line:nth-of-type(2) {
    width: 1px;
    left: 24%;
}
#homeProduct .logo .line:nth-of-type(1):before,
#homeProduct .logo .line:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 3px;
    left: -1px;
    background: #fff;
}
#homeProduct .logo .line:nth-of-type(1) {
    bottom: 100%;
    height: 100vh;
}
#homeProduct .logo .line:nth-of-type(1):before {
    bottom: 0;
}
#homeProduct .logo .line:nth-of-type(2) {
    top: 100%;
    height: 100vh;
}
#homeProduct .logo .line:nth-of-type(2):before {
    top: 0;
}
#homeProduct .logo .line:nth-of-type(3),
#homeProduct .logo .line:nth-of-type(4) {
    top: 50%;
    height: 1px;
    opacity: 0.5;
}
#homeProduct .logo .line:nth-of-type(3) {
    right: 100%;
    width: 100vw;
}
#homeProduct .logo .line:nth-of-type(4) {
    left: 100%;
    width: 100vw;
}
#homeProduct .location {
    display: none;
    position: absolute;
    width: 1em;
    height: 1em;
    margin: -1.25em 0 0 -1.25em;
    z-index: 2;
}
#homeProduct .location .angle {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    opacity: 0.5;
}
#homeProduct .location .angle:nth-of-type(1),
#homeProduct .location .angle:nth-of-type(2) {
    border-top: 1px solid #fff;
    top: 0;
    margin-top: -0.5em;
}
#homeProduct .location .angle:nth-of-type(1),
#homeProduct .location .angle:nth-of-type(3) {
    border-left: 1px solid #fff;
    left: 0;
    margin-left: -0.5em;
}
#homeProduct .location .angle:nth-of-type(3),
#homeProduct .location .angle:nth-of-type(4) {
    border-bottom: 1px solid #fff;
    bottom: 0;
    margin-bottom: -0.5em;
}
#homeProduct .location .angle:nth-of-type(2),
#homeProduct .location .angle:nth-of-type(4) {
    border-right: 1px solid #fff;
    right: 0;
    margin-right: -0.5em;
}
#homeProduct .location .line {
    background: #fff;
    opacity: 0.2;
    position: absolute;
}
#homeProduct .location .line:nth-of-type(1) {
    height: 1px;
    width: 200vw;
    left: -100vw;
    top: 50%;
}
#homeProduct .location .line:nth-of-type(2) {
    width: 1px;
    height: 200vh;
    left: 50%;
    top: -100vh;
}
#homeProduct .location.sign .angle {
    animation: sign-animation 2s linear infinite;
}
@keyframes sign-animation {
    60% {
        margin: 0;
    }
    70% {
        margin: 0;
        opacity: 1;
    }
    90% {
        margin: 0;
        opacity: 0;
    }
    100% {
        margin: 0;
        opacity: 0;
    }
}
#homeProduct .body-content {
    overflow: hidden;
    margin-left: 0;
    clip-path: polygon(0 0, calc(100% - 4.3em) 0, 100% 4.1em, 100% 100%, 0 100%);
}
#homeProduct .main {
    color: #fff;
    z-index: 2;
}
#homeProduct .main .ctx {
    max-width: 460px;
    padding-left: 1rem;
    margin-right: 1rem;
    position: relative;
}
#homeProduct .main .ctx .headline {
    font-size: 1.8em;
    margin-bottom: 30px;
}
#homeProduct .main .ctx .text {
    margin-bottom: 60px;
}
#homeProduct .main .ctx .more {
    background-color: transparent;
    background-image: url(../images/more-white.png);
}
#homeProduct .main .ctx .more:before {
    background-color: #fff;
}
#homeProduct .main .ctx .item {
    transition: all 0.4s ease-out;
}
#homeProduct .main .ctx .fade-enter {
    transform: translateX(-10px);
}
#homeProduct .main .ctx .fade-leave,
#homeProduct .main .ctx .fade-enter-to {
    transform: translateX(0);
}
#homeProduct .main .ctx .fade-leave-to {
    transform: translateX(10px);
}
#homeProduct .main .ctx .fade-leave,
#homeProduct .main .ctx .fade-leave-to {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}
#homeProduct .main .ctx,
#homeProduct .main .list,
#homeProduct .main .list .item {
    opacity: 0;
    pointer-events: none;
}
#homeProduct .main .ctx,
#homeProduct .main .list .bg,
#homeProduct .main .list .item {
    transition: all 0.4s ease-out;
}
#homeProduct .main .container {
    width: 1180px;
    box-sizing: border-box;
    max-width: 90%;
    height: 100%;
}
#homeProduct .main .list {
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-out 0.2s;
}
#homeProduct .main .list .ul,
#homeProduct .main .list .item {
    position: relative;
}
#homeProduct .main .list .ul:before,
#homeProduct .main .list .item:before,
#homeProduct .main .list .ul:after,
#homeProduct .main .list .item:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
}
#homeProduct .main .list .item {
    z-index: 2;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transform: translateX(16px);
}
#homeProduct .main .list .item:last-child {
    border-bottom: 0 none;
    border-right: 0 none;
}
#homeProduct .main .list .item:nth-of-type(2) {
    transition-delay: 0.4s;
}
#homeProduct .main .list .item:nth-of-type(3) {
    transition-delay: 0.5s;
}
#homeProduct .main .list .item:nth-of-type(4) {
    transition-delay: 0.6s;
}
#homeProduct .main .list .item .pro {
    width: 3.2em;
    margin: 0 auto 0.12rem;
}
#homeProduct .main .list .item .char {
    font-size: .9em;
}
#homeProduct .main .list .bg {
    z-index: 1;
    position: absolute;
    transition: all 0.4s ease-out 0.2s;
    background-image: url(../images/noise.png);
}
@media (min-width: 1025px) {
    #homeProduct .main .list {
        width: 10em;
        margin: 0 0 0 auto;
        height: 100%;
        padding: 1.5em 0;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    #homeProduct .main .list .item {
        width: 100%;
        height: 33.3333%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    #homeProduct .main .list .item:after,
    #homeProduct .main .list .item:before {
        bottom: -2px;
    }
    #homeProduct .main .list .ul:after,
    #homeProduct .main .list .ul:before {
        top: 0;
        margin-top: -1px;
    }
    #homeProduct .main .list .ul:before,
    #homeProduct .main .list .item:before {
        left: -2px;
    }
    #homeProduct .main .list .ul:after,
    #homeProduct .main .list .item:after {
        right: -2px;
    }
    #homeProduct .main .list .bg {
        left: 0;
        right: 0;
        height: 33.3333%;
    }
}
#homeProduct .main.ready .ctx,
#homeProduct .main.ready .list,
#homeProduct .main.ready .list .item {
    opacity: 1;
    pointer-events: unset;
}
#homeProduct .main.ready .list .item {
    transform: translateX(0);
}
@media (max-width: 1024px) {
    #homeProduct .main {
        position: relative;
        padding-bottom: 1.5em;
    }
    #homeProduct .main .container {
        display: block;
        max-width: unset;
        width: auto;
        height: auto;
    }
    #homeProduct .main .ctx {
        padding-top: 48px;
        max-width: unset;
        margin-right: 0;
    }
    #homeProduct .main .list {
        margin-right: -1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 1em;
    }
    #homeProduct .main .list .item {
        display: block;
        width: 33.3333%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding: 1em;
    }
    #homeProduct .main .list .item:after,
    #homeProduct .main .list .item:before {
        right: -2px;
    }
    #homeProduct .main .list .ul:after,
    #homeProduct .main .list .ul:before {
        left: 0;
        margin-left: -1px;
    }
    #homeProduct .main .list .ul:before,
    #homeProduct .main .list .item:before {
        top: -2px;
    }
    #homeProduct .main .list .ul:after,
    #homeProduct .main .list .item:after {
        bottom: -2px;
    }
    #homeProduct .main .bg {
        top: 0;
        bottom: 0;
        width: 33.3333%;
    }
}
#homeProduct .qywh {
    padding-right: 0;
    padding-bottom: 0;
}
#homeProduct .qywh .left {
    flex: 1;
    transition: all 0.4s ease-out;
}
#homeProduct .qywh .right {
    width: 7.3rem;
    min-width: 60%;
}
#homeProduct .qywh .right li {
    height: 2.6rem;
    min-height: 9em;
    padding: 0 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transform: translateX(10%);
    background-image: url(../images/noise.png);
    transition: all 0.6s ease-out;
}
#homeProduct .qywh .right li:nth-of-type(1) {
    transition-delay: 0.2s;
}
#homeProduct .qywh .right li:nth-of-type(2) {
    transition-delay: 0.4s;
}
#homeProduct .qywh .right li:nth-of-type(3) {
    transition-delay: 0.6s;
}
#homeProduct .qywh.ready .left,
#homeProduct .qywh.ready .right li {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateX(0);
}

#homeProduct .qywh .right li .content {
    width: 100%;
}
#homeProduct .qywh .right li .fade {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #fff;
    width: 80%;
}
#homeProduct .qywh .right li .square {
    width: 2em;
    margin-right: 0.5em;
}
#homeProduct .qywh .right li .char {
    font-size: 0.9em;
}
#homeProduct .qywh .right li .desc {
    font-size: 1.2em;
    padding-top: 6px;
    margin-top: 0.1rem;
}
#homeProduct .qywh .right li:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: -2px;
    top: -2px;
    border-radius: 3px;
}
#homeProduct .qywh .right li:last-child {
    border-bottom: 0 none;
}
#homeProduct .qywh .right li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#homeNews {
    overflow: hidden;
}
#homeNews .bg {
    pointer-events: none;
}
#homeNews .body-container {
    z-index: 2;
}
#homeNews .swiper {
    margin-right: -1.9em;
}
#homeNews .swiper .content {
    margin-right: 1.9em;
    padding-left: 9px;
    border-left: 1px solid #e5e5e5;
}
#homeNews .swiper .content .time {
    color: #cccccc;
    line-height: 1;
}
#homeNews .swiper .content .time .y {
    font-size: 12px;
    margin-bottom: 0.5em;
}
#homeNews .swiper .content .time .d {
    font-size: 1.5em;
    font-weight: bold;
}
#homeNews .swiper .content .headline {
    margin: 1.2em 0 0.6em;
    color: #545454;
}
#homeNews .swiper .content .text {
    opacity: 1;
    color: #a3a3a3;
}
#homeNews .swiper .content .go {
    margin-top: 16px;
    height: 26px;
    width: 70px;
    white-space: nowrap;
}
#homeNews .swiper .content .go .char {
    font-size: 12px;
}
#homeNews .swiper .content .go .icon {
    font-size: 16px;
    margin-right: 10px;
    letter-spacing: -0.75em;
}
#homeNews .swiper .content .go .icon i {
    font-style: normal;
}
#homeNews .swiper .content .img {
    padding-top: 56%;
    margin-top: 1.2em;
}
#homeNews .swiper .content:hover .headline {
    color: #000;
}
#homeNews .swiper .content:hover .text {
    color: #676767;
}
#homeNews .swiper .content:hover .go {
    width: 95px;
    background-color: #000;
    color: #fff;
}
@media (min-width: 801px) {
    #homeNews .swiper {
        padding-top: 0.6rem;
    }
    #homeNews .swiper .swiper-slide:nth-of-type(2n-1) {
        top: -0.6rem;
    }
}
#footer {
    background-color: #1c1c1c;
    color: #fff;
    z-index: 10;
    padding-bottom: 50px;
    animation: footer 8s linear infinite;
    background-image: url(../images/footer-02.jpg), url(../images/footer-03.jpg), url(../images/footer-04.jpg), url(../images/footer-01.jpg);
}
@keyframes footer {
    0% {
        background-image: url(../images/footer-01.jpg);
    }
    22.5% {
        background-image: url(../images/footer-01.jpg);
    }
    25% {
        background-image: url(../images/footer-02.jpg);
    }
    47.5% {
        background-image: url(../images/footer-02.jpg);
    }
    50% {
        background-image: url(../images/footer-03.jpg);
    }
    72.5% {
        background-image: url(../images/footer-03.jpg);
    }
    75% {
        background-image: url(../images/footer-04.jpg);
    }
    97.5% {
        background-image: url(../images/footer-04.jpg);
    }
    100% {
        background-image: url(../images/footer-01.jpg);
    }
}
#footer .plugin {
    top: -5.75em;
    margin: 5.75em 0 -5.75em;
    color: #000;
}
#footer .plugin .item {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 11.5em;
}
#footer .plugin .item .cover {
    height: 100%;
    transition: all 2s linear;
}
#footer .plugin .item .fill {
    padding: 0 7%;
    line-height: 1;
}
@media (max-width: 1024px) {
    #footer .plugin .item .content {
        font-size: 14px;
    }
}
#footer .plugin .item .headline {
    font-size: 1.2em;
    padding-bottom: 8px;
    margin-bottom: 0.12rem;
}
#footer .plugin .item .char {
    font-size: 0.7em;
}
#footer .plugin .item:hover {
    color: #fff;
}
#footer .plugin .item:hover .cover {
    transform: scale(1.1);
}
#footer .top {
    height: 4.5em;
    line-height: 4.5em;
}
#footer .top .to-top {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 5em;
    background-color: #000000;
    position: relative;
}
#footer .top .to-top .contain {
    width: 3em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.5em 0 0 -1.5em;
}
#footer .top .to-top .contain:first-child {
    background-image: url(../images/top-c.png);
    transition: transform 200s linear;
}
#footer .top .to-top .contain:last-child {
    background-image: url(../images/top-t.png);
}
#footer .top .to-top:hover .contain:first-child {
    transform: rotateZ(3600deg);
}
#footer .top .content {
    flex: 1;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0.64rem;
    background-image: url(../images/border-left.png), url(../images/border-right.png);
    background-position: left,right;
}
#footer .top .content .logo {
    width: 10em;
}
@media (max-width: 800px) {
    #footer .top .content .list {
        display: none;
    }
}
#footer .top .content .list a:not(:last-child) {
    margin-right: 0.42rem;
}
#footer .top .content .list a:hover {
    text-decoration: underline;
}
#footer .container {
    padding: 10px 0;
    margin: 0.8rem 0;
}
#footer .container .text {
    line-height: 1.6;
    opacity: 0.5;
}
#footer .container .code {
    margin-left: 0.9rem;
    text-align: center;
    white-space: nowrap;
}
#footer .container .code img {
    max-width: 140px;
    display: block;
    margin: 0 auto 10px;
}
#footer .container .left {
    margin-top: -30px;
}
#footer .container .left li {
    margin-top: 30px;
}
#footer .container .left li:not(:last-child) {
    margin-right: 0.9rem;
}
#footer .container .left .headline {
    font-size: 112.5%;
}
#footer .container .left .line {
    margin: 0.4rem 0;
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1180px) {
    #footer .container .left .line {
        margin: 24px 0;
    }
}
#footer .container .left .line:before {
    height: 1px;
    width: 20px;
    background-color: #fff;
}
#footer .container .left .text .flex {
    margin-top: 6px;
}
#footer .container .left .text .value {
    flex: 1;
}
#footer .container .left .text .name {
    white-space: nowrap;
}
@media (max-width: 1024px) {
    #footer .container {
        display: block;
    }
    #footer .container .code {
        margin-top: 36px;
        margin-left: 0;
    }
}
#footer .blogroll {
    color: rgba(255, 255, 255, 0.8);
}
#footer .blogroll .headline {
    white-space: nowrap;
}
#footer .blogroll .clear {
    margin: 0 -1.14em 0 0;
}
#footer .blogroll .clear a {
    float: left;
    margin: 0 1.14em 0 0;
}
#footer .blogroll .clear a:hover {
    text-decoration: underline;
    color: #fff;
}
#footer .blogroll.mob {
    margin-bottom: 20px;
}
@media (min-width: 1025px) {
    #footer .blogroll.mob {
        display: none;
    }
}
@media (max-width: 1024px) {
    #footer .blogroll.pc {
        display: none;
    }
}
#footer .copyright .share {
    margin-bottom: 5px;
}
#footer .copyright .share a {
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .copyright .share a:not(:last-child) {
    margin-right: 12px;
}
#footer .copyright .share a:hover {
    border-color: #ffffff;
    color: #fff;
}
#footer .copyright .right a {
    color: rgba(255, 255, 255, 0.5);
}
#footer .copyright .right a:not(:last-child) {
    margin-bottom: 6px;
}
#footer .copyright .right a:hover {
    color: #fff;
}
#footer .copyright .content {
    font-size: 12px;
}
@media (min-width: 1025px) {
    #footer .copyright .right {
        text-align: right;
        margin-left: 1.5rem;
        white-space: nowrap;
    }
}
@media (max-width: 1024px) {
    #footer .copyright .share {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #footer .copyright .content {
        display: block;
    }
    #footer .copyright .right {
        margin-top: 10px;
        text-align: center;
    }
}
#column {
    border-bottom: 1px solid #e5e5e5;
}
#column a {
    color: #6c6c6c;
    margin-right: 0.7rem;
    height: 3.2em;
    line-height: 3.2em;
}
#column a .fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #000;
}
#column a:last-child {
    margin-right: 0;
}
#column a:hover {
    color: #000000;
}
#column .body-container .icon,
#column .body-container .left {
    pointer-events: none;
}
#column .body-container .left {
    font-weight: bold;
}
#column .body-container select {
    display: block;
    height: 45px;
    padding: 0 calc(1rem + 1.5em) 0 calc(1rem + 8em);
    text-align: right;
    width: 100%;
    color: #666;
}
@media (max-width: 1280px) {
    #column .body-container {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    #column .body-container {
        height: 45px;
    }
}
#qygk h2 {
    font-size: 1.5em;
}
#qygk h3 {
    font-size: 14px;
    padding: 10px 0;
    margin: 0.3rem auto 0.1rem;
}
#qygk .name {
    padding: 10px 0 8px;
    margin: 0.4rem auto 0.16rem;
}
@media (max-width: 1280px) {
    #qygk .name {
        font-size: 16px;
    }
}
#qygk .gaikuang {
    padding-bottom: 20px;
    margin: -10px -0.6rem 0.4rem 0;
}
#qygk .gaikuang .item {
    margin: 10px 0.6rem 0 0;
    height: 2.9em;
    width: 8em;
    box-sizing: border-box;
    background: url(../images/border2.png) no-repeat scroll center;
    background-size: 100% 100%;
    animation: border2 10s linear infinite;
}
#qygk .gaikuang .item:nth-of-type(2) {
    animation-delay: -3s;
}
#qygk .gaikuang .item:nth-of-type(3) {
    animation-delay: -9s;
}
@keyframes border2{
    0%{background-image: url(../images/border2.png)}
    19%{background-image: url(../images/border2.png)}
    20%{background-image: url(../images/border2-01.png)}
    39%{background-image: url(../images/border2-01.png)}
    40%{background-image: url(../images/border2-02.png)}
    59%{background-image: url(../images/border2-02.png)}
    60%{background-image: url(../images/border2-03.png)}
    79%{background-image: url(../images/border2-03.png)}
    80%{background-image: url(../images/border2-04.png)}
    99%{background-image: url(../images/border2-04.png)}
    100%{background-image: url(../images/border2.png)}
}
#qygk .gaikuang .item .img {
    width: 1.3em;
    margin-right: 0.3em;
}
#qygk .gaikuang .item:hover {
    animation: none;
    font-weight: bold;
    transition-delay: 0s;
}
#qygk .gaikuang .item .char {
    font-size: 0.7em;
}
@media (max-width: 1280px) {
    #qygk .name,
    #qygk .gaikuang {
        font-size: 16px;
    }
}
#fzlc {
    overflow: hidden;
}
#fzlc .bg {
    z-index: 1;
    width: 100%;
}
#fzlc .bg .fill {
    animation-name: xuanzhuan;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
#fzlc .bg .fill:nth-of-type(1) {
    animation-duration: 40s;
    animation-delay: -20s;
    background-image: url(../images/lc01.png);
}
#fzlc .bg .fill:nth-of-type(2) {
    animation-duration: 35s;
    animation-delay: -10s;
    background-image: url(../images/lc02.png);
}
#fzlc .bg .fill:nth-of-type(3) {
    animation-duration: 30s;
    background-image: url(../images/lc03.png);
}
#fzlc .bg .fill:nth-of-type(4) {
    animation-duration: 35s;
    animation-delay: -30s;
    background-image: url(../images/lc04.png);
}
#fzlc .body-container {
    z-index: 2;
}
#fzlc .top {
    color: #8b8b8b;
}
#fzlc .top .num {
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}
@media (max-width: 960px) {
    #fzlc .top .num {
        font-size: 20px;
    }
}
#fzlc .top .swiper-slide {
    cursor: pointer;
}
#fzlc .top .swiper-slide-active {
    color: #000;
}
#fzlc .main {
    padding: 20px 0 24px;
    margin: 0.2rem auto 0.4rem;
    max-width: 570px;
}
#fzlc .main .cover {
    padding-top: 60%;
}
#fzlc .bottom {
    position: relative;
    padding: 0 1.6rem;
}
#fzlc .bottom .swiper-button {
    z-index: 2;
    position: absolute;
    top: 0;
    font-size: 1.2em;
    line-height: 1;
    margin-top: -0.5em;
    color: #b7b7b7;
    letter-spacing: -0.6em;
    cursor: pointer;
}
#fzlc .bottom .swiper-button.prev {
    left: 0;
}
#fzlc .bottom .swiper-button.next {
    right: 0.5em;
}
#fzlc .bottom .content {
    padding-top: 1px;
    border-top: 1px solid #acacac;
}
#fzlc .bottom .swiper {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: -10.5px;
}
#fzlc .bottom .swiper .circle {
    padding: 6px;
    width: 6px;
    margin: 0 auto 0.16rem;
    background-color: rgba(0, 0, 0, 0.1);
}
#fzlc .bottom .swiper .dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
}
#fzlc .bottom .swiper .num {
    font-size: 0.9em;
}
#fzlc .bottom .swiper .swiper-slide {
    cursor: pointer;
}
#fzlc .bottom .swiper .swiper-slide-active .num {
    color: #000;
}
#fzlc .bottom .swiper .swiper-slide-active .dot {
    background-color: #000000;
}
#wlfz .cover {
    background-attachment: fixed;
    padding-top: 31.25%;
}
#szhgc .container .text {
    width: 5.1rem;
    padding-right: 0.6rem;
}
#szhgc .container .right {
    flex: 1;
}
@media (max-width: 1024px) {
    #szhgc .container {
        display: block;
    }
    #szhgc .container .text {
        padding: 0 0 36px;
        width: auto;
    }
}
#jsjj .container {
    margin: 0.3rem -0.25rem 0;
}
#jsjj .container .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0.25rem;
    margin-top: 20px;
}
#jsjj .container .item img {
    width: 100%;
}
@media (max-width: 1024px) {
    #jsjj .container .item {
        width: 100%;
        max-width: 640px;
    }
}
#hxys .btm {
    padding: 48px 0;
}
@media (min-width: 1025px) {
    #hxys .btm .right {
        width: 4.2rem;
        margin-left: 0.7rem;
    }
    #hxys .btm .left {
        flex: 1;
    }
}
@media (max-width: 1024px) {
    #hxys .btm {
        display: block;
    }
    #hxys .btm .right {
        margin-top: 36px;
    }
}
#yycp .list {
    color: #fff;
    margin: -0.36rem -0.36rem 0 0;
    text-align: center;
}
#yycp .list li {
    width: 25%;
    margin-top: 0.36rem;
}
@media (max-width: 1024px) {
    #yycp .list li {
        width: 33.3333%;
    }
}
@media (max-width: 640px) {
    #yycp .list li {
        width: 50%;
    }
}
#yycp .list a {
    margin-right: 0.36rem;
    position: relative;
}
#yycp .list .img {
    padding-top: 75%;
}
#yycp .list .circle {
    width: 3.2em;
    transform: scale(1);
    height: 3.2em;
    margin: 0 auto 0.5em;
}
#yycp .list .char {
    font-size: 0.9em;
}
#zzys .youshi {
    background-image: url(../images/zzys.jpg);
    margin-left: -1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin-top: 0.5rem;
}
#zzys .youshi .row-title {
    color: #fff;
}
#zzys .youshi .list {
    margin: -0.36rem -0.36rem 0 0;
}
#zzys .youshi .list li {
    margin-top: 0.36rem;
    width: 25%;
}
@media (max-width: 1024px) {
    #zzys .youshi .list li {
        width: 50%;
    }
}
#zzys .youshi .list .content {
    margin-right: 0.36rem;
    box-sizing: border-box;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.6);
    padding: 0.36rem;
    clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 1em, 100% 100%, 0 100%);
}
#zzys .youshi .list .content .text {
    color: #fff;
}
#zzys .youshi .list .content .circle {
    width: 0.8em;
    height: 0.8em;
    background-color: rgba(255, 255, 255, 0.6);
}
#zzys .youshi .list .content .num {
    font-size: 1.2em;
}
#zzys .youshi .list .content .title {
    font-size: 18px;
    margin: 0.5rem 0 0.1rem;
    padding: 10px 0;
}
@media (max-width: 1680px) {
    #zzys .youshi .list .content .title {
        font-size: 17px;
    }
}
@media (max-width: 1440px) {
    #zzys .youshi .list .content .title {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    #zzys .youshi .list .content .title {
        font-size: 15px;
    }
}
#zzys .youshi .list .content:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 2em;
    top: 0;
    left: 100%;
    margin-left: -1em;
    transform-origin: left top;
    transform: rotateZ(45deg) translate(0.5px, -1px);
    transition: opacity 0.2s ease-out;
    background-color: #fff;
    opacity: 0.5;
}
#zzys .youshi .list .content:hover {
    color: #fff;
    border-color: #fff;
}
#zzys .youshi .list .content:hover .circle {
    background-color: #fff;
}
#zzys .youshi .list .content:hover:after {
    opacity: 1;
}
@media (max-width: 800px) {
    #zzys .youshi .list .content {
        padding: 16px;
    }
}
@media (max-width: 1316px) {
    #zzys .youshi {
        padding-top: 48px;
        padding-bottom: 48px;
        margin-top: 30px;
    }
}
#sxfx .container {
    border-bottom: 1px solid #e5e5e5;
}
#cjwt .list {
    margin: -0.5rem -0.5rem 0 0;
}
@media (max-width: 1280px) {
    #cjwt .list {
        font-size: 14px;
    }
}
#cjwt .list li {
    width: 50%;
    margin-top: 0.5rem;
}
@media (max-width: 1024px) {
    #cjwt .list li {
        width: 100%;
    }
}
#cjwt .list a {
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    padding: 0.45rem 0.5rem;
}
#cjwt .list a:before,
#cjwt .list a:after {
    transition: all 0.4s ease-out;
    pointer-events: none;
    overflow: hidden;
    width: 0;
    height: 0;
}
#cjwt .list a:before {
    left: 0;
    top: 0;
    border-left: 1px solid #888888;
    border-top: 1px solid #888888;
}
#cjwt .list a:after {
    right: 0;
    bottom: 0;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
#cjwt .list a:hover:before {
    height: 58%;
    width: 64%;
}
#cjwt .list a:hover:after {
    height: 42%;
    width: 48%;
}
@media (max-width: 768px) {
    #cjwt .list a {
        padding: 16px 20px;
    }
}
#cjwt .list .left {
    flex: 1;
    padding: 0 0.6rem 0 0.9rem;
    background: url(../images/qa.png) no-repeat scroll left center;
    background-size: 0.6rem auto;
}
@media (max-width: 960px) {
    #cjwt .list .left {
        padding: 0 30px 0 40px;
        background-size: 30px auto;
    }
}
#cjwt .list .title {
    -webkit-line-clamp: 1;
    height: 1.1em;
    line-height: 1.1;
}
#cjwt .list .date {
    font-size: 12px;
    margin-top: 0.1rem;
    padding-top: 6px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1;
}
#cjwt .list .icon {
    color: #656565;
}
#news .ul {
    margin: -0.5rem -0.5rem 0 0;
}
@media (max-width: 1280px) {
    #news .ul {
        font-size: 14px;
    }
}
#news .ul li {
    width: 33.333333%;
    margin-top: 0.5rem;
}
@media (max-width: 1024px) {
    #news .ul li {
        width: 50%;
    }
}
#news .ul .cover {
    padding-top: 60%;
}
#news .ul .fade {
    padding-top: 0;
}
#news .ul .headline {
    margin: 0.4rem 0;
}
#news .ul .headline .char {
    line-height: 1.5;
    height: 3em;
    flex: 1;
    margin-right: 0.6rem;
}
#news .ul .headline .num {
    transition: all 0.2s ease-out;
    line-height: 1;
    text-align: center;
    color: #b2b2b2;
}
#news .ul .headline .num .d {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 6px;
}
#news .ul .headline .num .y {
    font-size: 12px;
}
#news .ul .go {
    font-size: 12px;
    margin-top: 0.32rem;
}
#news .ul .go .icon {
    letter-spacing: -0.6em;
    font-size: 16px;
}
#news .ul .go .icon i {
    font-style: normal;
}
#news .ul a {
    position: relative;
    color: #545454;
    margin-right: 0.5rem;
}
#news .ul a:hover {
    color: #000;
}
#news .ul a:hover .headline .num {
    color: #000;
}
#news .ul.top li,
#news .ul.top .fade {
    transition: all 0.4s linear;
}
#news .ul.top .fade .char {
    top: auto;
    padding: 0.5rem;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
}
#news .ul.top .fade .ell {
    font-size: 1.2em;
}
@media (min-width: 1025px) {
    #news .ul.top li.active {
        width: 66.666666%;
    }
}
@media (min-width: 801px) {
    #news .ul.top li.active .default {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    #news .ul.top li.active .fade {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    #news .ul.top .default .cover {
        padding-top: 0;
    }
    #news .ul.top .default .cover .padding {
        width: calc((100vw - 2rem) / 3 - 0.5rem);
    }
    #news .ul.top .default .cover .padding:after {
        padding-top: 60%;
    }
}
@media (max-width: 800px) {
    #news .ul {
        margin: -30px -20px 0 0;
    }
    #news .ul li {
        margin-top: 30px;
    }
    #news .ul a {
        margin-right: 20px;
    }
    #news .ul .headline {
        display: block;
    }
    #news .ul .headline .char {
        margin-right: 0;
    }
    #news .ul .headline .num {
        display: none;
        text-align: left;
        margin-top: 8px;
    }
    #news .ul .headline .num .d,
    #news .ul .headline .num .y {
        display: inline-block;
        font-size: 12px;
        font-weight: normal;
    }
}
#news .ul.list {
    margin-top: 0;
}
#detail .main .tuijian {
    order: 1;
    width: 2.6rem;
}
#detail .main .tuijian .title {
    font-size: 1.2em;
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
#detail .main .tuijian .list {
    margin: -0.45rem -0.45rem 0 0;
}
#detail .main .tuijian .list li {
    width: 100%;
    margin-top: 0.45rem;
}
#detail .main .tuijian .list .cover {
    padding-top: 60%;
}
#detail .main .tuijian .list .date {
    font-size: 12px;
    padding: 10px 0;
    margin-top: 0.1rem;
    color: rgba(0, 0, 0, 0.3);
}
#detail .main .tuijian .list .headline {
    line-height: 1.5;
    height: 3em;
    font-size: 0.9em;
}
#detail .main .tuijian .list a {
    color: #545454;
    margin-right: 0.45rem;
}
#detail .main .tuijian .list a:hover {
    color: #000;
}
@media (max-width: 1024px) {
    #detail .main .tuijian {
        margin-top: 48px;
        width: auto;
    }
    #detail .main .tuijian .list li {
        width: 33.33333%;
    }
}
@media (max-width: 800px) {
    #detail .main .tuijian .list {
        margin: -24px -16px 0 0;
    }
    #detail .main .tuijian .list li {
        margin-top: 24px;
    }
    #detail .main .tuijian .list a {
        margin-right: 16px;
    }
}
@media (max-width: 640px) {
    #detail .main .tuijian .list li {
        width: 50%;
    }
}
@media (min-width: 1025px) {
    #detail .main .container {
        order: 2;
        flex: 1;
        border-left: 1px solid #e5e5e5;
    }
    #detail .main .container:before,
    #detail .main .container:after {
        border-radius: 10px;
        width: 5px;
        height: 5px;
        background-color: #000;
        left: -3px;
        position: absolute;
    }
    #detail .main .container:before {
        top: 0;
    }
    #detail .main .container:after {
        bottom: 0;
    }
}
#detail .main .container .top .left {
    margin-right: 1rem;
}
#detail .main .container .top h1 {
    font-size: 1.8em;
    padding-bottom: 10px;
}
#detail .main .container .top .date {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.7em;
}
#detail .main .container .top .right a {
    margin-right: 12px;
    border: 1px solid #000;
    opacity: 0.3;
    width: 28px;
    height: 28px;
}
#detail .main .container .top .right a:last-child {
    margin-right: 0;
}
#detail .main .container .top .right a:hover {
    opacity: 1;
}
@media (max-width: 800px) {
    #detail .main .container .top {
        display: block;
    }
    #detail .main .container .top .left {
        margin-right: 0;
    }
    #detail .main .container .top .right {
        margin-top: 20px;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
#detail .main .container .rtf {
    padding-top: 20px;
    margin-top: 0.3rem;
}
#detail .main .container .page {
    line-height: 1;
}
#detail .main .container .page a {
    padding: 0.3rem 0;
    color: #a3a3a3;
    border-bottom: 1px dotted #d2d2d2;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 960px) {
    #detail .main .container .page a {
        padding: 15px 0;
    }
}
#detail .main .container .page a:first-child {
    padding-top: 0;
}
#detail .main .container .page a:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#detail .main .container .page a .char {
    margin-right: 20%;
}
#detail .main .container .page a .icon {
    font-size: 18px;
    letter-spacing: -0.6em;
    margin-right: 0.5em;
}
#detail .main .container .page a:hover {
    color: #000;
}
@media (max-width: 1024px) {
    #detail .main {
        display: block;
    }
}
#mbcn .container {
    border-top: 1px solid #e5e5e5;
}
#mbcn .container .list {
    margin: -0.5em -1.5em 0 0;
}
#mbcn .container .list li {
    margin-top: 1.5em;
    width: 33.3333%;
}
#mbcn .container .list .content {
    box-sizing: border-box;
    height: 100%;
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin-right: 1.5em;
}
#mbcn .container .list .content .num {
    font-size: 1.8em;
}
#mbcn .container .list .content .char {
    font-size: 1.1em;
    margin-left: 0.5rem;
    flex: 1;
    color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1440px) {
    #mbcn .container .list .content .char {
        line-height: 1.8;
    }
}
@media (max-width: 1280px) {
    #mbcn .container .list {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    #mbcn .container .list li {
        width: 50%;
        margin-top: 1em;
    }
}
@media (max-width: 800px) {
    #mbcn .container .list .content {
        padding: 20px;
    }
    #mbcn .container .list .content .char {
        margin-left: 20px;
    }
}
@media (max-width: 640px) {
    #mbcn .container .list li {
        width: 100%;
    }
}
#dqjs .list {
    padding-top: 1em;
    padding-bottom: 1em;
}
#dqjs .list a {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.7rem 0;
    color: #545454;
}
#dqjs .list a .clip {
    width: 2.6rem;
    min-width: 150px;
}
#dqjs .list a .cover {
    padding-top: 60%;
}
#dqjs .list a .num {
    margin: 0 0.5rem;
    line-height: 1;
    text-align: right;
}
#dqjs .list a .num .d {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 0.75em;
}
#dqjs .list a .num .d span {
    font-size: 0.5em;
    position: relative;
    top: -0.4em;
}
#dqjs .list a .num .y {
    font-size: 0.8em;
    margin-top: 0.1rem;
}
#dqjs .list a .content {
    border-left: 1px solid #e2e2e2;
    padding-left: 0.5rem;
    margin-right: 1rem;
    flex: 1;
}
#dqjs .list a .content .headline {
    line-height: 1;
    height: 1em;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}
#dqjs .list a .content .headline:before {
    content: "· ";
}
#dqjs .list a .go {
    width: 36px;
    height: 36px;
    background-color: #aeaeae;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
}
#dqjs .list a:hover {
    color: #000;
}
#dqjs .list a:hover .go {
    background-color: #000;
}
@media (max-width: 800px) {
    #dqjs .list a .num {
        display: none;
    }
    #dqjs .list a .content {
        border: 0 none;
        padding-left: 20px;
    }
}
@media (max-width: 640px) {
    #dqjs .container {
        margin: 0 -1rem;
    }
    #dqjs .container .list a {
        padding: 20px 0;
    }
    #dqjs .container .list a .go {
        display: none;
    }
    #dqjs .container .list a .content {
        margin-right: 0;
    }
}
#gahj .hr {
    padding: 48px 0;
}
#gahj .hr:after {
    height: 1px;
    background-color: #e5e5e5;
}
#gahj .hr:last-child {
    display: none;
}
#gahj .list {
    margin: -0.5rem -0.5rem 0 0;
}
#gahj .list li {
    width: 33.33333%;
    margin-top: 0.5rem;
}
@media (max-width: 1024px) {
    #gahj .list li {
        width: 50%;
    }
}
@media (max-width: 640px) {
    #gahj .list li {
        width: 100%;
    }
}
#gahj .list a {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 0.5rem;
    background-color: #f7f7f7;
    padding: 0.4rem;
}
@media (max-width: 960px) {
    #gahj .list a {
        padding: 20px;
    }
}
#gahj .list a:hover {
    color: #000000;
}
#gahj .list .box {
    height: 2.4em;
    margin-top: 0.1rem;
    padding-top: 10px;
}
#gahj .list .box .char {
    line-height: 1.5;
    font-size: 0.9em;
    max-height: 3em;
    flex: 1;
    margin-right: 0.7rem;
}
#gahj .list .box .icon {
    font-size: 1.1em;
}
#gahj .list .file {
    font-size: 1.5em;
}
#ygjk .list {
    margin-right: -0.5rem;
}
#ygjk .list li {
    margin-top: 0.5rem;
    box-sizing: border-box;
    padding-right: 0.5rem;
}
#ygjk .list .cover {
    padding-top: 60%;
}
#ygjk .list.top {
    text-align: center;
}
#ygjk .list.top li {
    width: 50%;
}
#ygjk .list.top .text {
    padding-top: 10px;
    margin-top: 0.2rem;
}
#ygjk .list.bottom li {
    width: 25%;
}
#ygjk .list.bottom .char {
    padding-top: 10px;
    margin-top: 0.1rem;
}
@media (max-width: 800px) {
    #ygjk .list {
        margin-right: -20px;
    }
    #ygjk .list li {
        margin-top: 24px;
        padding-right: 20px;
    }
    #ygjk .list.top li {
        width: 100%;
    }
    #ygjk .list.bottom li {
        width: 50%;
    }
}
#contact .main .left {
    background-color: #f7f7f7;
    width: 5rem;
}
#contact .main li {
    padding: 0.5rem;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
#contact .main li .headline {
    font-size: 112.5%;
}
#contact .main li .hr {
    padding: 10px 0;
    margin: 0.3rem 0;
    width: 80px;
    max-width: 30%;
}
#contact .main li .hr .line {
    height: 1px;
    background-color: #dedede;
}
#contact .main li .hr .padd {
    width: 25%;
    height: 100%;
    background-color: #000;
}
#contact .main li .flex {
    font-size: 87.5%;
    margin-top: 0.14rem;
    color: #7b7b7b;
}
#contact .main li .flex .name {
    white-space: nowrap;
}
#contact .main li .fade {
    position: absolute;
    top: 50%;
    right: 0;
    border: 10px solid #fff;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50px;
    transform: translate(50%, -50%);
}
#contact .main li.active {
    background-color: #000;
}
#contact .main li.active,
#contact .main li.active .flex {
    color: #fff;
}
#contact .main li.active .hr .line {
    background-color: transparent;
}
#contact .main li.active .hr .padd {
    background-color: #fff;
}
@media (max-width: 1024px) {
    #contact .main {
        display: block;
    }
    #contact .main #map {
        height: 360px;
    }
    #contact .main .left {
        width: auto;
    }
    #contact .main .left li {
        padding: 30px 20px;
    }
}
@media (min-width: 641px) and (max-width: 1024px) {
    #contact .main .left li {
        width: 50%;
    }
}
#map {
    background-color: #ddd;
    flex: 1;
}
#map .BMapLabel > .content {
    z-index: 2;
    font-size: 1rem;
    width: 1.35em;
    height: 1.35em;
    box-sizing: border-box;
    padding: 0.12em;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -10px);
}
@media (max-width: 1200px) {
    #map .BMapLabel > .content {
        font-size: 60px;
    }
}
#map .BMapLabel > .content:after {
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #000;
    margin-left: -6px;
}
#map .BMapLabel > .content > img {
    max-width: 100%;
    max-height: 100%;
}
#hj .main {
    border-top: 1px solid #e5e5e5;
}
#hj .gz {
    position: relative;
    margin-bottom: 40px;
}
#hj .gallery .cover {
    padding-top: 52%;
}
#hj .thumb .cover {
    border: 2px solid transparent;
    background-origin: border-box;
}
#hj .thumb .swiper-slide-thumb-active .cover {
    border-color: #000;
}
@media (min-width: 801px) {
    #hj .gallery {
        margin-right: 4.3rem;
    }
    #hj .thumb {
        left: auto;
        width: 4rem;
        top: -0.3rem;
    }
    #hj .thumb .cover {
        top: 0.3rem;
    }
}
@media (max-width: 800px) {
    #hj .thumb {
        position: static;
        margin: 10px -10px 0 0;
    }
    #hj .thumb .cover {
        position: static;
        padding-top: 60%;
        margin-right: 10px;
    }
}
#hj .halves .cover{
    padding-top: 60%;
}
#rmgw .list .status {
    color: #1a7fdd;
    font-weight: bold;
    font-size: 20px;
}
@media (max-width: 1680px) {
    #rmgw .list .status {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    #rmgw .list .status {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    #rmgw .list .status {
        font-size: 14px;
    }
}
#rmgw .list .box {
    margin-left: 0.4rem;
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
#rmgw .list .content {
    padding-top: 20px;
}
#rmgw .list .content .status {
    width: 1em;
}
#rmgw .list .content .left {
    padding-left: 0.4rem;
    flex: 1;
    margin-right: 1rem;
}
#rmgw .list .content .right {
    font-size: 12px;
    line-height: 1;
}
#rmgw .list .default {
    line-height: 1;
    cursor: pointer;
}
#rmgw .list .default .icon-jian {
    display: none;
}
#rmgw .list .default .ell-more {
    -webkit-line-clamp: 1;
    height: 1em;
}
#rmgw .list .default .title {
    font-size: 22px;
    flex: 1;
    margin-left: 0.4rem;
}
@media (max-width: 1680px) {
    #rmgw .list .default .title {
        font-size: 20px;
    }
}
@media (max-width: 1440px) {
    #rmgw .list .default .title {
        font-size: 18px;
    }
}
@media (max-width: 1280px) {
    #rmgw .list .default .title {
        font-size: 16px;
    }
}
#rmgw .list .default .date {
    width: 5.25em;
    text-align: right;
}
#rmgw .list .default .addr,
#rmgw .list .default .desc,
#rmgw .list .default .title {
    margin-right: 1rem;
}
#rmgw .list .default .addr {
    width: 12%;
}
#rmgw .list .default .desc {
    width: 32%;
}
#rmgw .list .default .addr,
#rmgw .list .default .desc,
#rmgw .list .default .date {
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-out;
}
#rmgw .list li {
    padding: 0.42rem 0;
    border-top: 1px solid #dedede;
}
#rmgw .list li:last-child {
    border-bottom: 1px solid #dedede;
}
#rmgw .list li.active .box {
    margin-top: 0.3rem;
}
#rmgw .list li.active .default .icon-jia {
    display: none;
}
#rmgw .list li.active .default .icon-jian {
    display: block;
}
#rmgw .list li.active .default .addr,
#rmgw .list li.active .default .desc,
#rmgw .list li.active .default .date {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
@media (min-width: 1025px) {
    #rmgw .list .box .addr {
        display: none;
    }
}
@media (min-width: 801px) {
    #rmgw .list .box .desc {
        display: none;
    }
}
@media (max-width: 1024px) {
    #rmgw .list .status {
        font-size: 12px;
    }
    #rmgw .list .default .title {
        font-size: 14px;
    }
    #rmgw .list .default .addr {
        display: none;
    }
    #rmgw .list .default .date,
    #rmgw .list .default .desc {
        font-size: 12px;
    }
    #rmgw .list .content .left {
        padding-left: 20px;
    }
}
@media (max-width: 800px) {
    #rmgw .list .default .desc {
        display: none;
    }
    #rmgw .list li {
        padding: 16px 0;
    }
    #rmgw .list .content {
        display: block;
        padding-left: 14px;
    }
    #rmgw .list .content .left {
        margin-right: 0;
    }
    #rmgw .list .content .right {
        padding: 24px 0;
    }
}
#rmgw .det{
    flex: 1;
    border-left: 2px solid #1a7fdd;
}
#rmgw .more,
#rmgw .more span{
    display: block;
}
#rmgw .more{
    margin: 20px 0 0 auto;
}
