@import "../font/iconfont.css";
.nav {
    height: 5em;
    line-height: 5em;
}
.circle > .iconfont {
    display: block;
}
.swiper-change > .line {
    width: 1px;
    height: 5px;
    margin: 0 1em;
}
.swiper-change > .swiper-button {
    width: 2.3em;
    height: 2.3em;
    text-align: center;
    line-height: 2.3em;
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
}
.swiper-change > .swiper-button [class*='cls'] {
    fill: none;
    stroke-width: 2;
}
.swiper-change > .swiper-button .cls-2 {
    stroke-dasharray: 0,314;
}
.swiper-change > .swiper-button:after {
    display: none;
}
.swiper-change > .swiper-button > .iconfont {
    font-size: 12px;
}
.swiper-change.white > .line {
    background-color: rgba(255, 255, 255, 0.3);
}
.swiper-change.white > .swiper-button .cls-1 {
    stroke: #fff;
    opacity: 0.3;
}
.swiper-change.white > .swiper-button.swiper-button-prev {
    color: rgba(255, 255, 255, 0.5);
}
.swiper-change.white > .swiper-button.swiper-button-next {
    color: #fff;
}
.swiper-change.white > .swiper-button.swiper-button-next .cls-2 {
    stroke: #fff;
}
.swiper-change.white > .swiper-button:hover .cls-1 {
    opacity: 1;
}
.swiper-change.web > .line {
    background-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.web > .swiper-button .cls-1 {
    stroke: rgba(0, 0, 0, 0.2);
}
.swiper-change.web > .swiper-button.swiper-button-prev {
    color: rgba(0, 0, 0, 0.4);
}
.swiper-change.web > .swiper-button.swiper-button-next {
    color: #872c2f;
}
.swiper-change.web > .swiper-button.swiper-button-next .cls-2 {
    stroke: #872c2f;
}
.swiper-change.web > .swiper-button:hover .cls-1 {
    stroke: #872c2f;
}
.swiper-change.run .swiper-button-next .cls-2 {
    animation-timing-function: linear;
    animation-name: swiper-timing;
    animation-iteration-count: infinite;
}
@keyframes swiper-timing {
    0% {
        stroke-dasharray: 0, 314;
    }
    100% {
        stroke-dasharray: 314, 0;
    }
}
.more {
    font-size: 1rem;
    width: 0.88em;
    height: 0.88em;
    text-align: center;
    line-height: 0.88em;
    color: #7f7f7f;
    position: relative;
}
@media (max-width: 768px) {
    .more {
        font-size: 40px;
    }
}
.more > svg > circle {
    fill: none;
    stroke: #7f7f7f;
    stroke-width: 1;
}
.more > .iconfont {
    font-size: 18px;
}
@media (max-width: 1000px) {
    .more > .iconfont {
        font-size: 14px;
    }
}
.more > .char {
    opacity: 0;
    background-color: #fff;
    color: #872c2f;
    font-size: 0.14em;
    position: absolute;
    right: 0;
    line-height: 1;
    font-weight: bold;
    bottom: 0.04em;
    padding: 0.08em 0;
    transform-origin: right center;
    transform: scaleX(0.75);
}
@media (max-width: 1000px) {
    .more > .char {
        display: none;
    }
}
.more:hover {
    color: #872c2f;
}
.more:hover > svg > circle {
    stroke: #872c2f;
    stroke-dasharray: 0, 0, 20, 60, 266.9;
}
.more:hover > .char {
    opacity: 1;
}
.hr:after {
    height: 1px;
    background-color: #872c2f;
    opacity: 0.1;
}
.gray .more > .char {
    background-color: #fcf8f8;
}
.section-title {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
.section-title .title > .en {
    font-size: 0.5rem;
    line-height: 1.2;
    color: #872c2f;
    opacity: 0.2;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 黑体;
}
.section-title .title > .cn {
    z-index: 2;
    position: relative;
    font-size: 1.7em;
    margin-top: -0.4rem;
}
.column-title {
    padding-bottom: 20px;
    margin-bottom: 0.4rem;
}
.column-title .title {
    font-size: 1.4em;
    margin-bottom: 0.75em;
}
.column-title .en {
    font-size: 0.8em;
    opacity: 0.6;
}
.learn {
    font-size: 20px;
}
@media (max-width: 768px) {
    .learn {
        font-size: 16px;
    }
}
.learn > .char {
    font-size: 0.7em;
}
.learn > .circle {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    border-width: 1px;
    border-style: solid;
}
.learn > .circle > .iconfont {
    font-size: 0.6em;
}
.learn.white {
    color: #fff;
}
.learn.white > .circle {
    border-color: #fff;
}
.learn.web {
    color: #872c2f;
}
.learn.web > .circle {
    border-color: #872c2f;
}
.home-list {
    margin: 0 -1em -1em 0;
}
@media (max-width: 1000px) {
    .home-list {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .home-list {
        margin: 0 -0.5em -0.5em 0;
    }
}
.home-list .col-content {
    margin: 0 1em 1em 0;
}
@media (max-width: 768px) {
    .home-list .col-content {
        margin: 0 0.5em 0.5em 0;
    }
}
.home-list .hr {
    margin: 0.3rem auto;
}
@media (max-width: 768px) {
    .home-list .hr {
        margin: 16px auto;
    }
}
.home-list .abs-full {
    padding: 1.8em;
}
@media (max-width: 640px) {
    .home-list .abs-full {
        padding: 1em;
    }
}
.home-list .default {
    top: auto;
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
}
.home-list .fade {
    color: #fff;
    background-color: rgba(135, 44, 47, 0.85);
}
.home-list .fade .title {
    margin-bottom: 0.3rem;
}
.home-list .list {
    line-height: 1;
}
.home-list .list .ell {
    font-size: 14px;
}
@media (max-width: 1200px) {
    .home-list .list > .col-item {
        width: 25%;
    }
}
@media (max-width: 640px) {
    .home-list .list > .col-item {
        width: 33.333333%;
    }
}
@media (max-width: 768px) {
    .home-list .list > .col-item > .col-content {
        padding-bottom: 4px;
    }
}
.home-list .list > .col-item > .col-content > .line {
    height: 1px;
    width: 0;
    background-color: #872c2f;
    margin-top: 0.2em;
}
.home-list .list > .col-item > .col-content:hover {
    color: #872c2f;
}
.home-list .list > .col-item > .col-content:hover > .line {
    width: 100%;
}
@media (min-width: 1200px) {
    .index-row {
        padding-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .index-row .flex {
        display: block;
    }
}
.index-row .flex > .grid {
    width: 50%;
}
@media (max-width: 1200px) {
    .index-row .flex > .grid {
        width: auto;
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .index-row .flex .container {
        max-width: 735px;
        margin: 0 0 0 auto;
    }
}
@media (min-width: 1200px) {
    .index-row .flex .container > .content {
        margin-right: 0.85rem;
        max-width: 510px;
    }
}
.index-row .flex .main {
    margin-right: -0.85rem;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .index-row .flex .main {
        margin: 0 -0.85rem;
    }
}
@media (max-width: 768px) {
    .index-row .flex .main {
        margin: 0 -20px;
    }
}
.swiper-pagination.default {
    position: relative;
    left: auto!important;
    z-index: 10;
    bottom: auto;
    margin: 0.3rem auto 0;
    padding-top: 20px;
    transform: translate(0, 0) !important;
    height: 8px;
}
.swiper-pagination.default > .swiper-pagination-bullet {
    vertical-align: top;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #872c2f;
}
.swiper-timing {
    height: auto!important;
}
@media (min-width: 767px) {
    .swiper-timing > .real {
        width: 2em;
        height: 2em;
        line-height: 2em;
        cursor: pointer;
        opacity: 1;
        background-color: transparent!important;
        margin: 0 6px;
    }
}
.swiper-timing > .real > svg {
    display: block;
    width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
    fill: #fff;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
    animation-name: banner-animation;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes banner-animation {
    0% {
        stroke-dasharray: 0, 125.6;
    }
    100% {
        stroke-dasharray: 125.6, 0;
    }
}
.swiper-timing.web > .real > svg > .cls-1 {
    stroke: #872c2f;
}
.swiper-timing.web > .real > svg > .cls-2 {
    fill: #872c2f;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
    fill: #4c4c4c;
}
.col2 {
    margin: 0 -1.5em -1.5em 0;
}
@media (max-width: 768px) {
    .col2 {
        margin: 0 -10px -10px 0;
    }
}
.col2 .col-content {
    margin: 0 1.5em 1.5em 0;
}
@media (max-width: 768px) {
    .col2 .col-content {
        margin: 0 10px 10px 0;
    }
}
.img-list {
    color: #fff;
}
@media (max-width: 1000px) {
    .img-list {
        font-size: 14px;
    }
}
.img-list .swiper-pagination {
    font-size: 15px;
    right: 0.6rem;
    bottom: 0.6rem;
    left: auto;
    width: auto;
}
.img-list .swiper-pagination > .swiper-pagination-bullet {
    background-color: #fff;
}
.img-list .swiper .abs-full {
    padding: 0.6rem;
    top: auto;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
}
.img-list .swiper .abs-full > .title {
    margin-right: 150px;
}
.img-list .swiper .swiper-button:after{
    color: #fff;
    font-size: 1.5em;
}
@media (max-width: 768px) {
    .img-list .swiper .abs-full > .title {
        margin-right: 60px;
    }
}
.img-list .default,
.img-list .fade {
    padding: 1.5em;
}
@media (max-width: 768px) {
    .img-list .default,
    .img-list .fade {
        padding: 15px;
    }
}
.img-list .default {
    bottom: auto;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.75), transparent);
}
.img-list .fade {
    background-color: rgba(135, 44, 47, 0.85);
}
@media (max-width: 768px) {
    .img-list .fade {
        display: none;
    }
}
.img-list .fade > .content {
    /*border: 1px solid #fff;*/
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.img-list .fade > .content > .title {
    margin-bottom: 0.36rem;
}
#nav {
    background-color: #fff;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 500;
}
#nav .logo {
    width: 5.5em;
    height: 5.5em;
    line-height: 5.5em;
    padding: 0.75em;
    margin-top: 1em;
    text-align: center;
    background-color: #872c2f;
    position: relative;
    z-index: 2;
}
@media (max-width: 1600px) {
    #nav .logo {
        width: 4.5em;
        height: 4.5em;
        line-height: 4.5em;
        padding: 0.75em;
        margin-top: 1em;
    }
}
#nav .logo > img {
    max-height: 100%;
}
#nav .navbar {
    float: left;
    font-size: 16px;
}
@media (max-width: 1500px) {
    #nav .navbar {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    #nav .navbar {
        float: right;
    }
}
@media (max-width: 900px) {
    #nav .navbar {
        float: none;
    }
}
#nav .navbar > .item > .item-m {
    line-height: 1;
    height: 1.75em;
}
#nav .navbar > .item > .item-m > .line {
    height: 0.125em;
    background-color: #872c2f;
    margin-top: 0.625em;
}
#nav .navbar > .item.active,
#nav .navbar > .item:hover {
    color: #872c2f;
}
@media (min-width: 1200px) {
    #nav .contact {
        float: right;
    }
}
@media (min-width: 900px) and (max-width: 1200px) {
    #nav .contact {
        display: none;
    }
}
#nav .navbar-button {
    float: right;
    margin-left: 20px;
    z-index: 2;
    left: auto;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0.5em;
}
@media (min-width: 900px) {
    #nav .navbar-button {
        display: none;
    }
}
#nav .navbar-button > .button {
    width: 2em;
    height: 16px;
    position: relative;
}
#nav .navbar-button > .button > .line {
    background-color: #872c2f;
    height: 2px;
    margin: 0 auto;
}
#nav .navbar-button > .button > .line:nth-of-type(1) {
    bottom: auto;
}
#nav .navbar-button > .button > .line:nth-of-type(4),
#nav .navbar-button > .button > .line:nth-of-type(5),
#nav .navbar-button > .button > .line:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
    bottom: auto;
}
#nav .navbar-button > .button > .line:nth-of-type(3) {
    top: auto;
}
#nav .navbar-button > .button > .line:nth-of-type(4),
#nav .navbar-button > .button > .line:nth-of-type(5) {
    width: 0;
}
#nav .navbar-button > .button > .line:nth-of-type(4) {
    transform: rotateZ(-45deg);
}
#nav .navbar-button > .button > .line:nth-of-type(5) {
    transform: rotateZ(45deg);
}
#nav .navbar-button:hover > .button > .line:nth-of-type(1),
#nav .navbar-button:hover > .button > .line:nth-of-type(3) {
    transform: translateX(-10%);
}
#nav .navbar-button:hover > .button > .line:nth-of-type(2) {
    transform: translateX(10%);
}
#nav .wechat {
    cursor: pointer;
}
@media (min-width: 1300px) {
    #nav .wechat {
        padding-left: 0.2rem;
    }
}
@media (max-width: 900px) {
    #nav .wechat {
        display: none;
    }
}
#nav .wechat > .circle {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
}
#nav .wechat > .circle > .iconfont {
    font-size: 16px;
}
#nav .wechat > .fade {
    white-space: nowrap;
    padding: 1.5em;
    background-color: #872c2f;
    color: #fff;
    text-align: center;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    line-height: 1;
}
#nav .wechat > .fade > .grid:not(:last-child) {
    margin-right: 1em;
}
#nav .wechat > .fade > .grid > img {
    width: 100px;
    max-width: unset;
}
#nav .wechat > .fade > .grid > p {
    margin-top: 10px;
    font-size: 14px;
}
#nav .wechat:hover > .circle {
    border-color: #872c2f;
    background-color: #872c2f;
    color: #fff;
}
#nav .container {
    margin-left: 7em;
    padding-left: 0.9rem;
}
@media (max-width: 1700px) {
    #nav .container {
        padding-left: 0.5rem;
    }
}
@media (max-width: 1600px) {
    #nav .container {
        margin-left: 6em;
    }
}
@media (max-width: 901px) {
    #nav .container {
        transition: all 0.4s ease-out;
        position: fixed;
        margin-left: 0;
        padding: 50px 0 0 0;
        left: 100%;
        width: 100%;
        top: 5em;
        bottom: 0;
        background-color: #fff;
        border-top: 1px solid #e5e5e5;
    }
}
@media (max-width: 901px) and (max-height: 600px) {
    #nav .container {
        padding-top: 36px;
    }
}
@media (min-width: 900px) {
    #nav .container .item {
        float: left;
    }
}
@media (max-width: 901px) {
    #nav .container .item {
        text-align: center;
        line-height: 50px;
        opacity: 0.5;
    }
    #nav .container .item.active {
        opacity: 1;
    }
}
@media (max-width: 901px) and (max-height: 600px) {
    #nav .container .item {
        line-height: 40px;
    }
}
@media (min-width: 900px) {
    #nav .container .item:not(:last-child) {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    #nav .container .item:not(:last-child) {
        margin-right: 0.24rem;
    }
}
@media (min-width: 1600px) {
    #nav .container .item:not(:last-child) {
        margin-right: 0.36rem;
    }
}
#nav .container .tel {
    font-size: 18px;
}
@media (max-width: 1700px) {
    #nav .container .tel {
        font-size: 16px;
    }
}
@media (max-width: 1300px) {
    #nav .container .tel {
        font-size: 14px;
    }
}
#nav .container .tel:hover {
    color: #872c2f;
}
#nav .container .tel:hover > .iconfont {
    animation: nav-tel 6s linear infinite backwards;
}
@keyframes nav-tel {
    5% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }
    6%,
    8%,
    10%,
    12% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
    }
    7%,
    9%,
    11% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
    }
    13% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
#nav.active .container {
    left: 0;
}
#nav.active .navbar-button > .button > .line:nth-of-type(1),
#nav.active .navbar-button > .button > .line:nth-of-type(3) {
    transform: translateX(-50%);
}
#nav.active .navbar-button > .button > .line:nth-of-type(2) {
    transform: translateX(50%);
}
#nav.active .navbar-button > .button > .line:nth-of-type(1),
#nav.active .navbar-button > .button > .line:nth-of-type(2),
#nav.active .navbar-button > .button > .line:nth-of-type(3) {
    opacity: 0;
}
#nav.active .navbar-button > .button > .line:nth-of-type(4),
#nav.active .navbar-button > .button > .line:nth-of-type(5) {
    width: 75%;
    transition-delay: 0.2s;
}
#banner {
    overflow: hidden;
}
#banner > .set-height {
    max-height: 100vh;
    min-height: 400px;
    overflow: hidden;
}
#banner > .set-height:after {
    padding-top: 100vh;
}
@media (max-width: 1000px) {
    #banner > .set-height:after {
        padding-top: 120%;
    }
}
#banner > .swiper {
    top: 5em;
}
#banner > .bottom,
#banner > .banner-title {
    bottom: 0.85rem;
    z-index: 2;
}
#banner > .bottom > svg,
#banner > .banner-title > svg {
    left: -1.65rem;
    width: 4.66rem;
    height: auto;
    margin-top: -1em;
    z-index: 1;
}
#banner > .bottom > svg [class^='cls'],
#banner > .banner-title > svg [class^='cls'] {
    fill-rule: evenodd;
    stroke: #ffffff;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    fill: none;
}
#banner > .bottom > svg .cls-1,
#banner > .banner-title > svg .cls-1 {
    opacity: 0.102;
}
#banner > .bottom > svg .cls-2,
#banner > .banner-title > svg .cls-2 {
    stroke-dasharray: 200,200;
    stroke-dashoffset: 100;
    animation: banner-logo 30s linear infinite;
}
@keyframes banner-logo {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
#banner > .bottom > .item,
#banner > .banner-title > .item {
    right: 0;
    left: 7em;
    z-index: 2;
    transform: translate(-10%, -50%);
    transition-duration: 0.6s;
}
@media (max-width: 1600px) {
    #banner > .bottom > .item,
    #banner > .banner-title > .item {
        left: 6em;
    }
}
@media (max-width: 900px) {
    #banner > .bottom > .item,
    #banner > .banner-title > .item {
        left: 0;
    }
}
#banner > .bottom > .item > .contain,
#banner > .banner-title > .item > .contain {
    max-width: 610px;
    width: 50%;
    min-width: 300px;
    background-position: left center;
}
#banner > .bottom > .item > .contain:after,
#banner > .banner-title > .item > .contain:after {
    padding-top: 38.84297521%;
}
#banner > .bottom > .item.active,
#banner > .banner-title > .item.active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    transform: translate(0, -50%);
}
#banner > .bottom > .item.exit,
#banner > .banner-title > .item.exit {
    transform: translate(10%, -50%);
}
#banner > .banner-title {
    top: 5em;
}
#banner > .bottom {
    color: #fff;
    top: auto;
}
#banner > .bottom > .scroll {
    width: 90px;
    margin: 0 auto;
}
#banner > .bottom > .scroll > .contain {
    width: 20px;
    height: 26px;
    background-image: url(../images/mouse.png);
    margin: 0 auto;
    animation: scroll 4s ease-out infinite;
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
#banner > .bottom > .scroll > .char {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 8px;
}
#banner > .bottom > .swiper-pagination {
    font-weight: bold;
    font-family: Arial;
    font-size: 0.9em;
    bottom: 0;
}
@media (min-width: 769px) {
    #banner > .bottom > .swiper-pagination {
        line-height: 2.5em;
        right: 0;
        left: auto;
        width: auto;
    }
}
#banner > .bottom > .swiper-pagination > .swiper-pagination-bullet {
    background-color: #fff;
}
#banner > .bottom > .swiper-pagination > .swiper-pagination-current {
    font-size: 150%;
    padding-right: 0.5em;
}
#banner > .bottom > .swiper-pagination > .swiper-pagination-total {
    padding-left: 0.5em;
}
#home_case .body-content {
    padding-top: 0.4rem;
}
#home_case .bg {
    background-image: url(../images/case.png);
    max-width: 519px;
    width: 30%;
    min-width: 190px;
}
#home_case .bg:after {
    padding-top: 23.31406551%;
}
@media (min-width: 1601px) {
    #home_case .container > .item:nth-of-type(1) .cover {
        height: 1em;
        padding-top: 600px;
    }
}
@media (max-width: 1600px) {
    #home_case .container > .item:nth-of-type(1) .cover {
        height: 1em;
        padding-top: 7.2rem;
    }
}
@media (min-width: 1200px) {
    #home_case .container > .item {
        float: right;
    }
    #home_case .container > .item:nth-of-type(1) {
        float: left;
        width: 28%;
    }
   
    #home_case .container > .item:nth-of-type(2),
    #home_case .container > .item:nth-of-type(5) {
        width: 21%;
    }
    #home_case .container > .item:nth-of-type(3),
    #home_case .container > .item:nth-of-type(4) {
        width: 51%;
    }
}
@media (max-width: 1201px) {
    #home_case .container > .item {
        float: left;
    }
    #home_case .container > .item:nth-of-type(1),
    #home_case .container > .item:nth-of-type(4) {
        width: 60%;
    }
    #home_case .container > .item:nth-of-type(2),
    #home_case .container > .item:nth-of-type(3) {
        width: 40%;
    }
}
#home_case .container > .item:nth-of-type(5) .abs-full {
    padding-top: 0.24rem;
    padding-bottom: 0;
}
@media (max-width: 1200px) {
    #home_case .container > .item:nth-of-type(5) {
        width: 100%;
    }
    #home_case .container > .item:nth-of-type(5) .cover {
        padding-top: 0;
    }
    #home_case .container > .item:nth-of-type(5) .abs-full {
        position: static;
        padding: 1.8em;
    }
}
#home_case .container > .item .cover {
    padding-top: 300px;
}
@media (max-width: 1630px) {
    #home_case .container > .item .cover {
        padding-top: 3.6rem;
    }
}
@media (max-width: 1200px) {
    #home_case .container > .item .cover {
        padding-top: 5rem!important;
        height: auto!important;
        padding-bottom: 0!important;
    }
}
#home_party .container .home-list {
    padding: 0.3rem 0 0.7rem 0;
}
@media (min-width: 1200px) {
    #home_party .container .home-list .col-item {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    #home_party .main .item:nth-of-type(1),
    #home_party .main .item:nth-of-type(3) {
        width: 43.75%;
        float: left;
    }
    #home_party .main .item:nth-of-type(1) .cover {
        padding-top: 290px;
    }
    #home_party .main .item:nth-of-type(3) .cover {
        padding-top: 420px;
    }
    #home_party .main .item:nth-of-type(2),
    #home_party .main .item:nth-of-type(4) {
        width: 56.25%;
        float: right;
    }
    #home_party .main .item:nth-of-type(2) .cover {
        padding-top: 470px;
    }
    #home_party .main .item:nth-of-type(4) .cover {
        padding-top: 240px;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_party .main .item:nth-of-type(1) .cover {
        padding-top: 3.45rem;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_party .main .item:nth-of-type(3) .cover {
        padding-top: 5rem;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_party .main .item:nth-of-type(2) .cover {
        padding-top: 5.6rem;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_party .main .item:nth-of-type(4) .cover {
        padding-top: 2.85rem;
    }
}
@media (max-width: 1201px) {
    #home_party .main .item {
        float: left;
    }
    #home_party .main .item .cover {
        padding-top: 6rem;
    }
    #home_party .main .item:nth-of-type(1),
    #home_party .main .item:nth-of-type(4) {
        width: 60%;
    }
    #home_party .main .item:nth-of-type(2),
    #home_party .main .item:nth-of-type(3) {
        width: 40%;
    }
}
#home_culture .container .item {
    float: left;
}
@media (min-width: 1200px) {
    #home_culture .container .item:nth-of-type(2) .cover,
    #home_culture .container .item:nth-of-type(3) .cover,
    #home_culture .container .item:nth-of-type(4) .cover {
        padding-top: 320px;
    }
    #home_culture .container .item:nth-of-type(5) .cover,
    #home_culture .container .item:nth-of-type(6) .cover {
        padding-top: 260px;
    }
    #home_culture .container .item:nth-of-type(2),
    #home_culture .container .item:nth-of-type(5) {
        width: 28%;
    }
    #home_culture .container .item:nth-of-type(6) {
        width: 50.4%;
    }
    #home_culture .container .item:nth-of-type(3) {
        width: 21%;
    }
    #home_culture .container .item:nth-of-type(4) {
        width: 29.4%;
    }
    #home_culture .container .item:nth-of-type(1) {
        width: 21.6%;
        float: right;
    }
    #home_culture .container .item:nth-of-type(1) .cover {
        height: 1em;
        padding-top: 580px;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_culture .container .item:nth-of-type(2) .cover,
    #home_culture .container .item:nth-of-type(3) .cover,
    #home_culture .container .item:nth-of-type(4) .cover {
        padding-top: 3.8rem;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_culture .container .item:nth-of-type(5) .cover,
    #home_culture .container .item:nth-of-type(6) .cover {
        padding-top: 3.1rem;
    }
}
@media (min-width: 1200px) and (max-width: 1630px) {
    #home_culture .container .item:nth-of-type(1) .cover {
        padding-top: 6.9rem;
    }
}
@media (max-width: 1201px) {
    #home_culture .container .item {
        width: 50%;
    }
    #home_culture .container .item .cover {
        padding-top: 5rem;
    }
    #home_culture .container .item:nth-of-type(2) {
        width: 100%;
    }
    #home_culture .container .item:nth-of-type(1) {
        width: 100%;
    }
    #home_culture .container .item:nth-of-type(1) .cover {
        padding-top: 0;
    }
    #home_culture .container .item:nth-of-type(1) .abs-full {
        position: static;
    }
}
#home_filed {
    color: #fff;
    overflow: hidden;
}
#home_filed .container {
    height: 100%;
}
#home_filed .container .section-title .title > .en {
    color: #fff;
}
@media (min-width: 1199px) {
    #home_filed .container .section-title .more {
        display: none;
    }
}
#home_filed .container .more:not(:hover) {
    color: #fff;
}
#home_filed .container .more:not(:hover) > svg > circle {
    stroke: #fff;
}
#home_filed .container .more > .char {
    background-color: transparent;
}
@media (max-width: 1200px) {
    #home_filed .container .hide-full-screen {
        display: none;
    }
}
#home_filed .container .line {
    height: 3px;
    background: url(../images/line.png) no-repeat scroll left center;
    margin-bottom: 0.8rem;
}
#home_filed .container .tag {
    transform: translateY(50%);
}
@media (max-width: 1200px) {
    #home_filed .container .tag {
        position: relative;
        display: inline-block;
        transform: unset;
        margin-top: 20px;
    }
}
#home_filed .container .tag > .k {
    position: absolute;
    top: 0;
    right: -0.7rem;
    bottom: 0;
    left: -300px;
    background-color: #872c2f;
    transform: translateY(50%);
    z-index: 1;
}
#home_filed .container .tag > .box {
    position: relative;
    z-index: 2;
}
#home_filed .container .tag > .box > .iconfont {
    font-size: 1.8em;
}
#home_filed .container .tag > .box > .char {
    margin-left: 1.2em;
    max-width: 260px;
}
#home_filed .main {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
@media (max-width: 1200px) {
    #home_filed .main {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    #home_filed .main {
        margin-bottom: 60px;
    }
}
#home_filed .main > .swiper {
    height: 9.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#home_filed .main > .swiper .swiper-slide {
    height: 50%;
}
#home_filed .main > .swiper .swiper-slide > .interaction {
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#home_filed .main > .swiper .swiper-slide > .interaction .order {
    font-size: 2.4em;
    font-weight: bold;
    font-family: Arial;
    transform-origin: left center;
    transform: scaleX(0.85);
}
#home_filed .main > .swiper .swiper-slide > .interaction .title {
    font-size: 1.2em;
}
#home_filed .main > .swiper .swiper-slide > .interaction > .fade,
#home_filed .main > .swiper .swiper-slide > .interaction > .default {
    padding: 1.8em;
}
#home_filed .main > .swiper .swiper-slide > .interaction > .default {
    box-sizing: border-box;
    height: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#home_filed .main > .swiper .swiper-slide > .interaction > .fade {
    background: url(../images/learn.png) no-repeat scroll right bottom;
    background-color: rgba(135, 44, 47, 0.4);
}
#home_filed .main > .swiper .swiper-slide > .interaction > .fade .title {
    margin-top: 0.5rem;
}
@media (min-width: 1199px) {
    #home_filed .main > .swiper-pagination {
        margin-right: 0.4rem;
        left: auto;
        right: 100%;
        width: 2em;
        bottom: 50%;
        transform: translateY(50%);
    }
    #home_filed .main > .swiper-pagination > .real {
        display: block;
        margin: 0.2rem 0;
    }
}
@media (max-width: 1200px) {
    #home_filed .main > .swiper-pagination {
        bottom: -50px;
    }
    #home_filed .main > .swiper-pagination > .swiper-pagination-bullet {
        background-color: #fff;
    }
}
}
@media (max-width: 768px) {
    #home_filed .main > .swiper-pagination {
        bottom: -30px;
    }
}
@media (min-width: 1199px) {
    #home_about {
        padding-bottom: 0;
    }
}
@media (max-width: 1200px) {
    #home_about .container {
        margin-top: 10px;
    }
    #home_about .container .section-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
    }
}
#home_about .container .line {
    margin: 0.3rem auto 0.4rem;
    padding: 20px 0;
}
#home_about .container .line:after {
    height: 2px;
    background-color: #872c2f;
}
#home_about .container .more {
    margin-top: 1rem;
}
#home_about .container .list {
    margin: 0 -0.7rem -0.5rem 0;
}
#home_about .container .list .col-content {
    margin: 0 0.7rem 0.5rem 0;
}
#home_about .container .list .col-content .item-m {
    position: relative;
}
#home_about .container .list .col-content .iconfont {
    font-size: 1.4em;
}
#home_about .container .list .col-content .title {
    position: relative;
    z-index: 1;
}
#home_about .container .list .col-content .circle {
    width: 1em;
    background-color: rgba(135, 44, 47, 0.2);
    position: absolute;
    top: -0.2em;
    right: -0.6em;
    z-index: 0;
}
#home_about .container .list .col-content .name {
    margin-bottom: 0.6em;
}
#home_about .container .list .col-content:hover {
    color: #872c2f;
}
#home_about .main > .content {
    background-image: url(../images/home-about.png);
}
@media (min-width: 1199px) {
    #home_about .main > .content {
        margin-left: 0.6rem;
    }
}
#home_about .main > .content:after {
    padding-top: 88.65638767%;
}
#home_about .main > .content > .mask {
    margin-left: 18.94273128%;
    -webkit-mask-image: url(../images/about-mask.png);
    mask-image: url(../images/about-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #000;
    padding-left: 10%;
    padding-bottom: 10%;
}
#home_about .main > .content > .mask > .button {
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#home_about .main > .content > .mask > .button > .circle {
    margin: 0 auto 0.5em;
    width: 4em;
    height: 4em;
    line-height: 4em;
    border: 2px solid #fff;
    color: #fff;
}
#home_about .main > .content > .mask > .button > .char {
    font-size: 1.2em;
}
#home_about .main > .content > .mask > .button:hover > .circle {
    background-color: #fff;
    color: #872c2f;
}
#home_about > .body-content > .left {
    order: 1;
}
@media (max-width: 1200px) {
    #home_about > .body-content > .left {
        padding-top: 0;
    }
}
#home_about > .body-content > .right {
    order: 2;
}
#home_news .section-title {
    position: relative;
    z-index: 2;
}
@media (min-width: 767px) {
    #home_news .section-title .more {
        margin: 0 auto 0 0.4rem;
    }
}
#home_news .body {
    overflow: hidden;
}
#home_news .body > .swiper {
    overflow: visible;
}
#home_news .body > .swiper .swiper-slide > .bg {
    background-color: #eeeeee;
    top: -500px;
    bottom: -500px;
    opacity: 0;
    pointer-events: none;
}
#home_news .body > .swiper .swiper-slide > .content {
    padding: 0 0.36rem;
}
#home_news .body > .swiper .swiper-slide > .content > .title {
    font-size: 112.5%;
    line-height: 1.5;
    height: 3em;
    margin-bottom: 0.2rem;
}
#home_news .body > .swiper .swiper-slide > .content > .date {
    font-size: 12px;
    opacity: 0.7;
    margin: 0.2rem auto 0.36rem;
}
#home_news .body > .swiper .swiper-slide > .content > .cover {
    padding-top: 60%;
    margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
    #home_news .body > .swiper .swiper-slide > .content > .learn {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
}
#home_news .body > .swiper .swiper-slide:hover > .bg {
    opacity: 1;
}
#aside {
    position: fixed;
    right: 0.36rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 600;
}
#aside > .interaction:not(:last-child) {
    margin-bottom: 8px;
}
#aside > .interaction > .circle {
    cursor: pointer;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    background-color: #fff;
    color: #999999;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
#aside > .interaction > .circle > .iconfont {
    font-size: 0.9em;
}
#aside > .interaction > .fade {
    right: 100%;
    padding-right: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.2));
}
#aside > .interaction > .fade > .content {
    padding: 1.2em;
    background-color: #fff;
}
#aside > .interaction > .fade > .content:after {
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    margin-top: -4px;
}
#aside > .interaction:last-child > .circle {
    color: #000;
}
#aside > .interaction:hover > .circle {
    color: #872c2f;
}
#aside .list {
    line-height: 1;
}
#aside .list > .item {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
#aside .list > .item:first-child {
    padding-top: 0;
}
#aside .list > .item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#aside .wechat {
    line-height: 1;
}
#aside .wechat > .grid > img {
    width: 100px;
    max-width: unset;
}
#aside .wechat > .grid > p {
    margin-top: 10px;
    font-size: 14px;
}
#aside .wechat > .grid:not(:last-child) {
    margin-right: 1em;
}
#footer {
    color: #fff;
    background-color: #313131;
}
#footer .logo {
    max-width: 120px;
}
@media (max-width: 1000px) {
    #footer .body-content {
        display: block;
    }
}
#footer .body-content > .left {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1000px) {
    #footer .body-content > .left {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 0 none;
    }
}
@media (min-width: 999px) {
    #footer .form {
        width: 4.7rem;
        padding-left: 0.4rem;
    }
}
#footer .form .top {
    font-size: 1.2em;
    margin-bottom: 1em;
}
#footer .form .row {
    margin: 0 -0.8em 0 0;
}
#footer .form .row .col-content {
    margin: 0 0.8em 0.8em 0;
}
#footer .form .content {
    padding: 0.8em 1em;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
#footer .form .submit-button {
    width: 7.5em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background-color: #872c2f;
    margin-top: 0.45rem;
}
#footer .form .submit-button:hover {
    background-color: #fff;
    color: #872c2f;
}
#footer .form .fl {
    font-size: 14px;
}
#footer .form .input {
    margin-left: 48px;
}
#footer .form .input input,
#footer .form .input textarea {
    display: block;
    font-size: 14px;
}
#footer .form .input input::-webkit-input-placeholder,
#footer .form .input textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}
#footer .form .input textarea {
    max-width: 100%;
    min-height: 120px;
}
@media (max-width: 768px) {
    #footer .container {
        display: block;
    }
}
#footer .container > .right {
    padding: 0 0.4rem;
    text-align: right;
}
@media (max-width: 1000px) {
    #footer .container > .right {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    #footer .container > .right {
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }
}
#footer .container .line {
    padding: 30px 0;
    margin: 0.3rem auto 0.2rem;
}
#footer .container .line:after {
    width: 24px;
    height: 4px;
    background-color: #fff;
}
#footer .container .info {
    opacity: 0.9;
    padding-bottom: 0.5rem;
}
#footer .container .info > .clear {
    margin-bottom: 0.1rem;
    padding-bottom: 10px;
}
#footer .container .info > .clear > .content {
    margin-left: 5em;
}
#footer .container .share > .circle {
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    line-height: 2.5em;
    background-color: #656565;
    color: #adadad;
    margin-right: 12px;
}
#footer .container .share > .circle > .iconfont {
    font-size: 14px;
}
#footer .container .share > .circle:hover {
    background-color: #fff;
    color: #872c2f;
}
#footer .container .tel {
    margin: 1em auto 0;
    line-height: 2.6em;
    text-align: center;
    border: 1px solid #fff;
    width: 14.3em;
    border-radius: 50px;
}
#footer .container .tel > .char {
    font-size: 1.3em;
}
#footer .container .tel:hover {
    background-color: #fff;
    color: #872c2f;
}
#footer .container .wechat {
    margin-top: 0.64rem;
    text-align: center;
}
#footer .container .wechat > .fl:not(:last-child) {
    margin-right: 1em;
}
#footer .container .wechat > .fl > img {
    width: 1.34rem;
    min-width: 100px;
    max-width: unset;
}
#footer .container .wechat > .fl > p {
    margin-top: 10px;
}
#footer > .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding: 25px 0;
}
@media (max-width: 1200px) {
    #footer > .copyright {
        padding: 16px 0;
    }
}
#footer > .copyright .clear {
    margin: 0 -20px;
    text-align: center;
}
#footer > .copyright .clear > .item {
    margin: 2px 20px;
}
@media (max-width: 1200px) {
    #footer > .copyright .clear > .item {
        float: none;
    }
}
#column {
    color: #fff;
    margin-top: 5em;
}
#column > .cover {
    min-height: 360px;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
#column > .cover > .mask {
    background-image: -webkit-linear-gradient(left, #000, transparent);
    background-image: linear-gradient(left, #000, transparent);
    opacity: 0.5;
    width: 50%;
}
#column > .cover:after {
    padding-top: 36.5%;
}
#column > .container > .content {
    width: 100%;
}
#column > .container .section-title .title > .en {
    color: #fff;
}
#column > .container .option {
    margin-top: 0.6rem;
}
@media (max-width: 500px) {
    #column > .container .option {
        margin: 0 -8px -8px 0;
    }
}
#column > .container .option:empty {
    display: none;
}
@media (max-width: 500px) {
    #column > .container .option > .col-item {
        width: 25%;
    }
}
#column > .container .option > .col-item > .col-content {
    margin-right: 0.7em;
    width: 6em;
    height: 2.4em;
    line-height: 2.4em;
    text-align: center;
    border: 1px solid #fff;
}
@media (max-width: 500px) {
    #column > .container .option > .col-item > .col-content {
        margin: 0 8px 8px 0;
        width: auto;
        height: 2em;
        line-height: 2em;
    }
}
#column > .container .option > .col-item > .col-content:hover,
#column > .container .option > .col-item > .col-content.active {
    background-color: #872c2f;
    border-color: #872c2f;
}
#column > .page {
    top: auto;
}
#column > .page > .point {
    font-size: 14px;
    width: 800px;
    max-width: 80%;
}
#column > .page > .point > a {
    display: inline;
}
#column > .page > .point > a:hover {
    color: #872c2f;
}
#column > .page > .scroll > .contain {
    width: 20px;
    height: 26px;
    background-image: url(../images/mouse.png);
}
@media (max-width: 1200px) {
    #column > .container,
    #column > .page {
        padding-bottom: 0.85rem;
    }
}
#news .container > .interaction {
    padding: 1.5em 0;
}
@media (max-width: 768px) {
    #news .container > .interaction:nth-of-type(2n) {
        background-color: #eaedf3;
    }
}
#news .container > .interaction > .fade {
    z-index: 1;
    background-image: -webkit-linear-gradient(left, #eaedf3, transparent);
    background-image: linear-gradient(left, #eaedf3, transparent);
}
#news .container > .interaction > .body-content {
    z-index: 2;
}
@media (max-width: 768px) {
    #news .container > .interaction > .body-content > .body {
        display: block;
    }
}
#news .container > .interaction > .body-content .date {
    font-size: 14px;
    opacity: 0.5;
}
#news .container > .interaction > .body-content .learn {
    white-space: nowrap;
}
#news .container > .interaction > .body-content .cover {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    #news .container > .interaction > .body-content .cover {
        width: 5rem;
        margin-bottom: 0;
    }
}
#news .container > .interaction > .body-content .cover:after {
    padding-top: 64%;
}
#news .container > .interaction > .body-content .content {
    max-width: 670px;
}
@media (min-width: 768px) {
    #news .container > .interaction > .body-content .content {
        margin: 0 2.5em;
    }
}
#news .container > .interaction > .body-content .content > .title {
    height: 1em;
    line-height: 1em;
    position: relative;
    font-size: 1.2em;
    margin: 1.25em auto 2em;
}
@media (max-width: 768px) {
    #news .container > .interaction > .body-content .content > .title {
        margin: 10px auto 16px;
    }
}
#news .container > .interaction > .body-content .content > .text {
    -webkit-line-clamp: 3;
    height: 5.1em;
}
@media (max-width: 768px) {
    #news .container > .interaction > .body-content .content > .text {
        -webkit-line-clamp: 2;
        height: 3.4em;
    }
}
#news .container > .interaction:not(:hover) .learn {
    color: #999;
}
#news .container > .interaction:not(:hover) .learn > .circle {
    border-color: #999;
}
#news .container > .interaction:hover .title {
    color: #872c2f;
}
#contact .container {
    margin: 0 -20px;
}
@media (max-width: 1000px) {
    #contact .container {
        display: block;
    }
}
#contact .container > .item {
    padding: 0 20px;
}
#contact .container > .item > .content {
    max-width: 280px;
}
#contact .container > .item > .wechat {
    text-align: center;
}
#contact .container > .item > .wechat > .grid:not(:last-child) {
    margin-right: 0.4rem;
}
#contact .container > .item > .wechat > .grid > img {
    width: 135px;
}
#contact .container > .item > .wechat > .grid > p {
    margin-top: 10px;
}
#contact .container > .line {
    position: relative;
    width: 1px;
}
@media (max-width: 1000px) {
    #contact .container > .line {
        display: none;
    }
}
#contact .container > .line:after {
    top: 50%;
    left: 0;
    right: 0;
    height: 90px;
    background-color: #e5e5e5;
    width: 1px;
    margin-top: -45px;
}
@media (max-width: 1000px) {
    #contact .container > .item .content {
        max-width: unset;
        margin-bottom: 30px;
        position: relative;
        padding: 0 0 30px 4.5em;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }
}
#contact .container .content > .circle {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background-color: #872c2f;
    color: #fff;
    margin-bottom: 2.5em;
}
@media (max-width: 1000px) {
    #contact .container .content > .circle {
        position: absolute;
        left: 0;
        top: 0;
    }
}
#contact .container .content > .circle > .iconfont {
    font-size: 1.3em;
}
#contact .container .content > .name {
    font-size: 1.1em;
    margin-bottom: 1em;
    font-weight: bold;
}
#contact .container .content > .padding {
    height: 2em;
}
#contact .container .content > .title {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}
#contact .container .content > .value {
    font-size: 0.9em;
}
#contact .container .content > .tip {
    font-size: 0.8em;
    opacity: 0.7;
}
#contact .container > .col-item:last-child > .col-content {
    border: 0 none;
}
@media (min-width: 1000px) {
    #contact .container > .col-item:first-child > .col-content {
        padding-left: 0;
    }
    #contact .container > .col-item:last-child > .col-content {
        padding-right: 0;
    }
}
@media (max-width: 1000px) {
    #contact .container > .col-item {
        width: 100%;
        float: none;
    }
    #contact .container > .col-item:last-child > .col-content {
        padding-bottom: 0;
    }
}
#map {
    height: 600px;
}
@media (max-width: 1200px) {
    #map {
        height: 500px;
    }
}
@media (max-width: 1000px) {
    #map {
        height: 400px;
    }
}
#map .BMapLabel > .content {
    font-size: 1rem;
    width: 1.4em;
    height: 1.4em;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -0.7em;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2));
}
@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 #fff;
    margin-left: -6px;
}
#map .BMapLabel > .content > img {
    max-width: 70%;
    max-height: 70%;
}
#message {
    background-image: url(../images/message.jpg);
}
#message .column-title {
    text-align: center;
    color: #fff;
}
#message .form {
    max-width: 900px;
    margin: 0 auto;
}
#message .form .row {
    margin: 0 -1.5em 0 0;
}
#message .form .row .col-content {
    margin: 0 1.5em 1.5em 0;
}
#message .form .content {
    padding: 1.15em 1.5em;
    line-height: 24px;
    background-color: #ffffff;
    border-radius: 10px;
}
#message .form .submit-button {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #872c2f;
    margin-top: 0.6rem;
    color: #fff;
}
#message .form .submit-button:hover {
    background-color: #fff;
    color: #872c2f;
}
#message .form .fl {
    font-size: 16px;
}
#message .form .input {
    margin-left: 56px;
}
#message .form .input input,
#message .form .input textarea {
    display: block;
    font-size: 14px;
}
#message .form .input input::-webkit-input-placeholder,
#message .form .input textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
#message .form .input textarea {
    max-width: 100%;
    min-height: 160px;
}
#jsly .container {
    margin: 0 -0.85rem -0.85rem 0;
}
@media (min-width: 767px) {
    #jsly .container {
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    #jsly .container {
        font-size: 14px;
    }
}
@media (min-width: 767px) {
    #jsly .container > .col-item:nth-of-type(3n-1) {
        margin-top: 0.4rem;
    }
    #jsly .container > .col-item:nth-of-type(3n) {
        margin-top: 0.8rem;
    }
}
@media (max-width: 768px) {
    #jsly .container > .col-item {
        width: 50%;
    }
}
#jsly .container .col-content {
    margin: 0 0.85rem 0.85rem 0;
    border-bottom: 1px solid #cccccc;
}
@media (min-width: 767px) {
    #jsly .container .col-content {
        margin-bottom: 0.05rem;
    }
}
#jsly .container .col-content .cover {
    padding-top: 115.47344111%;
}
#jsly .container .col-content .clear {
    padding: 1.2em 0;
    line-height: 32px;
}
@media (max-width: 768px) {
    #jsly .container .col-content .clear {
        line-height: 26px;
        padding: 10px 0;
    }
}
@media (min-width: 767px) {
    #jsly .container .col-content .clear > .title {
        margin-right: 90px;
    }
}
#jsly .container .col-content .clear > .learn {
    float: right;
}
@media (max-width: 768px) {
    #jsly .container .col-content .clear > .learn {
        display: none;
    }
}
#jsly .container .col-content:not(:hover) .learn {
    color: #999;
}
#jsly .container .col-content:not(:hover) .learn > .circle {
    border-color: #999;
}
#jsly .container .col-content:hover {
    border-color: #872c2f;
}
#jsly .container .col-content:hover .title {
    color: #872c2f;
}
@media (max-width: 768px) {
    #szzt .container > .col-item {
        width: 50%;
    }
}
#szzt .container > .col-item:first-child {
    width: 66.66666%;
}
@media (max-width: 768px) {
    #szzt .container > .col-item:first-child {
        width: 100%;
    }
}
@media (min-width: 767px) {
    #szzt .container > .col-item:first-child .cover {
        padding-top: 6rem;
        height: 1.5em;
    }
}
#szzt .container .cover {
    padding-top: 3rem;
}
@media (max-width: 768px) {
    #szzt .container .cover {
        padding-top: 64%;
    }
}
@media (max-width: 768px) {
    #zqjg .container > .col-item {
        width: 50%;
    }
}
#zqjg .container > .col-item:nth-of-type(1) {
    width: 62%;
}
@media (max-width: 768px) {
    #zqjg .container > .col-item:nth-of-type(1) {
        width: 100%;
    }
}
@media (min-width: 767px) {
    #zqjg .container > .col-item:nth-of-type(2) {
        width: 38%;
    }
}
@media (min-width: 767px) {
    #zqjg .container > .col-item:nth-of-type(1) .cover,
    #zqjg .container > .col-item:nth-of-type(2) .cover {
        padding-top: 6rem;
    }
}
#zqjg .container .cover {
    padding-top: 3.5rem;
}
@media (max-width: 768px) {
    #zqjg .container .cover {
        padding-top: 64%;
    }
}
#djfz .container > .col-item:nth-of-type(1) {
    width: 30%;
}
@media (max-width: 1200px) {
    #djfz .container > .col-item:nth-of-type(1) {
        width: 60%;
    }
}
#djfz .container > .col-item:nth-of-type(1) .cover {
    padding-top: 7rem;
    height: 1.5em;
}
@media (max-width: 768px) {
    #djfz .container > .col-item:nth-of-type(1) {
        width: 100%;
    }
}
#djfz .container > .col-item:nth-of-type(2) {
    width: 70%;
}
@media (max-width: 1200px) {
    #djfz .container > .col-item:nth-of-type(2) {
        width: 40%;
    }
    #djfz .container > .col-item:nth-of-type(2) .cover {
        padding-top: 7rem;
        height: 1.5em;
    }
}
@media (max-width: 768px) {
    #djfz .container > .col-item:nth-of-type(2) {
        width: 50%;
    }
}
@media (min-width: 1199px) {
    #djfz .container > .col-item:nth-of-type(3) {
        width: 37%;
    }
}
@media (min-width: 1199px) {
    #djfz .container > .col-item:nth-of-type(4) {
        width: 33%;
    }
}
@media (min-width: 1199px) {
    #djfz .container > .col-item:nth-of-type(3) .cover,
    #djfz .container > .col-item:nth-of-type(4) .cover {
        padding-top: 3rem;
    }
}
#djfz .container .cover {
    padding-top: 4rem;
}
@media (max-width: 768px) {
    #djfz .container .cover {
        padding-top: 64%!important;
        height: auto!important;
    }
}
@media (min-width: 769px){
    #djfz .swiper .abs-full .title{
        margin-bottom: 1.5em;
        margin-right: 0;
        padding-bottom: 10px;
    }
    #djfz .swiper-pagination{
        left: 0.6rem;
        text-align: left;
        bottom: 1.5em;
    }
}



#detail {
    z-index: 10;
    padding-top: 1px;
}
#detail > .body-content {
    margin-top: -0.85rem;
    background-color: #fff;
}
#detail .top {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.85rem 0;
}
#detail .top .back {
    background-color: #872c2f;
    color: #fff;
    text-align: center;
    width: 9.7em;
    height: 2em;
    line-height: 2em;
    float: right;
    border-radius: 50px;
}
@media (max-width: 1000px) {
    #detail .top .back {
        display: none;
    }
}
#detail .top .title {
    font-size: 0.36rem;
    margin-right: 220px;
}
@media (max-width: 1000px) {
    #detail .top .title {
        font-size: 18px;
        margin-right: 0;
    }
}
#detail .container {
    overflow: hidden;
}
#detail .container .content {
    padding-top: 50px;
}
@media (max-width: 1200px) {
    #detail .container .content {
        padding-top: 36px;
    }
}
@media (max-width: 1200px) {
    #detail .container .body {
        display: block;
    }
}
@media (min-width: 1199px) {
    #detail .container .body > .left {
        border-right: 1px solid #e5e5e5;
        width: 100%;
    }
}
@media (min-width: 1199px) {
    #detail .container .body > .left > .content {
        padding-right: 0.6rem;
    }
}
@media (min-width: 1199px) {
    #detail .container .body > .right > .content {
        padding-left: 0.6rem;
        width: 4rem;
    }
}
#detail .other {
    padding: 0.4rem 0;
}
#detail .other:before {
    top: 0;
    height: 1px;
    left: -200px;
    right: -0.6rem;
    background-color: #e5e5e5;
}
#detail .other > .clear {
    padding: 8px 0;
    margin: 0.14rem 0;
}
#detail .other > .clear a {
    margin-left: 5em;
}
#detail .other > .clear a:hover {
    color: #872c2f;
}
#detail .info {
    margin-bottom: 40px;
    line-height: 2.5em;
}
@media (max-width: 768px) {
    #detail .info {
        display: block;
    }
}
#detail .info > .clear {
    line-height: 1em;
    padding-top: 0.75em;
}
@media (max-width: 768px) {
    #detail .info > .clear {
        line-height: 1.5;
        padding: 0;
    }
}
@media (max-width: 768px) {
    #detail .info > .clear > .fl {
        float: none;
        margin-bottom: 8px;
    }
}
#detail .info > .clear > .type {
    margin-left: 5em;
}
@media (max-width: 768px) {
    #detail .info > .clear > .type {
        margin-left: 0;
    }
}
#detail .info > .clear > .type > .item {
    padding-right: 0.5em;
    color: #872c2f;
    font-weight: bold;
    padding-bottom: 4px;
}
#detail .info > .clear > .type > .item:before {
    content: '# ';
}
#detail .info .share {
    white-space: nowrap;
    padding-left: 50px;
}
@media (max-width: 768px) {
    #detail .info .share {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }
}
#detail .info .share > .circle {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    text-align: center;
    border: 1px solid #d1d1d1;
}
#detail .info .share > .circle > .iconfont {
    font-size: 14px;
}
#detail .info .share > .circle:hover {
    background-color: #872c2f;
    border-color: #872c2f;
    color: #fff;
}
@media (max-width: 1200px) {
    #detail .about {
        padding-bottom: 36px;
    }
    #detail .about:before {
        top: 0;
        height: 1px;
        left: -0.85rem;
        right: -0.85rem;
        background-color: #e5e5e5;
    }
}
@media (min-width: 1199px) {
    #detail .about > .swiper-pagination {
        display: none;
    }
}
#detail .about > .title {
    font-size: 1.3em;
    margin-bottom: 0.44rem;
    padding-bottom: 20px;
}
@media (max-width: 1200px) {
    #detail .about .swiper {
        margin-right: -2em;
    }
}
@media (min-width: 1199px) {
    #detail .about .swiper > .swiper-wrapper {
        display: block;
    }
}
#detail .about .swiper > .swiper-wrapper .col-content {
    margin-right: 2em;
}
@media (min-width: 1199px) {
    #detail .about .swiper > .swiper-wrapper .col-content {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}
#detail .about .swiper > .swiper-wrapper .col-content .cover {
    padding-top: 62.5%;
    margin-bottom: 0.3rem;
}
#detail .about .swiper > .swiper-wrapper .col-content:hover {
    color: #872c2f;
}
#about {
    overflow: hidden;
}
#about > .bg {
    width: 7.7rem;
    background-image: url(../images/about.jpg);
}
#about > .bg:after {
    padding-top: 103.01810865%;
}
#about .line {
    border-top: 1px solid #e5e5e5;
}
#about .container {
    margin-top: 0.8rem;
}
@media (max-width: 1000px) {
    #about .container > .left {
        display: none;
    }
}
#about .container > .left > .content {
    width: 5rem;
    padding-right: 0.5rem;
    padding-top: 2.4rem;
}
#about .container > .left > .content > img {
    max-width: 50%;
}
#about .container > .right .title {
    font-size: 1.1em;
}
#about .container > .right > .text {
    padding: 20px 0;
    margin: 0.3rem auto 0.5rem;
}
@media (max-width: 1000px) {
    #culture .container {
        display: block;
    }
}
#culture .container > .left > .content {
    width: 5rem;
    padding-right: 0.5rem;
}
@media (max-width: 1000px) {
    #culture .container > .left > .content {
        width: auto;
        padding-right: 0;
        margin-bottom: 36px;
    }
}
@media (min-width: 999px) {
    #culture .container > .left > .content > .text {
        max-width: 340px;
    }
}
#culture .container > .right {
    width: 100%;
}
#culture .container > .right > .item {
    position: relative;
    padding: 2em 0;
    border-top: 1px solid #e3e0e0;
    margin-bottom: 10px;
    color: #7e7c7c;
    z-index: 1;
    width: 100%;
}
#culture .container > .right > .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 1000px) {
    #culture .container > .right > .item {
        display: block;
        width: 45%;
    }
    #culture .container > .right > .item:nth-of-type(2n-1):nth-last-child(2) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
#culture .container > .right > .item .iconfont {
    font-size: 1.4em;
}
#culture .container > .right > .item .title {
    font-size: 1.2em;
}
#culture .container > .right > .item .right {
    margin-top: 12px;
}
@media (min-width: 999px) {
    #culture .container > .right > .item .right {
        max-width: 50%;
        padding-top: 0.3em;
        text-align: right;
        margin-top: 0;
    }
}
#culture .container > .right > .item .cover {
    transition: all 0.4s ease-out;
    transform: translateY(-50%) scale(0);
}
@media (min-width: 999px) {
    #culture .container > .right > .item .cover {
        width: 26%;
        right: 25%;
    }
}
@media (max-width: 1000px) {
    #culture .container > .right > .item .cover {
        display: none;
        max-width: 120px;
        width: 25%;
        position: relative;
        margin: 0 0 24px;
        transform: unset!important;
    }
}
#culture .container > .right > .item:hover {
    color: #872c2f;
    border-color: #872c2f;
    z-index: 2;
}
#culture .container > .right > .item:hover .cover {
    transform: translateY(-50%) scale(1);
}
#business {
    overflow: hidden;
}
#business .swiper {
    overflow: visible;
    margin-right: -2em;
}
@media (max-width: 768px) {
    #business .swiper .swiper-slide-active .content {
        color: #fff;
    }
    #business .swiper .swiper-slide-active .content .fade {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    #business .swiper .swiper-slide-active .content > .cover > .order {
        color: #fff;
    }
}
#business .swiper .content {
    margin-right: 2em;
    padding: 0.5rem 0.6rem 0.4rem;
    background-color: #fcf8f8;
    color: #777;
}
#business .swiper .content > .img {
    position: relative;
    z-index: 2;
    width: 10.5em;
    margin: 0 0 0 auto;
}
#business .swiper .content > .img > .order {
    position: absolute;
    left: -0.5em;
    top: 0.25em;
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
    color: #872c2f;
    transform-origin: left center;
    transform: scaleX(0.85);
}
#business .swiper .content > .bg {
    background-image: url(../images/business.jpg);
    z-index: 1;
}
#business .swiper .content > .title {
    margin-top: 1.5em;
    font-size: 1.2em;
    position: relative;
    z-index: 2;
}
#business .swiper .content:hover {
    color: #fff;
}
#business .swiper .content:hover > .cover > .order {
    color: #fff;
}
#business .swiper-timing > .real > svg > .cls-1 {
    stroke: #872c2f;
}
#business .swiper-timing > .real > svg > .cls-2 {
    fill: #872c2f;
}
#service .column-title {
    color: #fff;
}
#service .container {
    margin: 0 -0.6em 0 0;
}
#service .container > .item {
    width: 14.28571429%;
    min-width: 150px;
    margin-bottom: 1.2em;
}
#service .container > .item > .content {
    margin: 0 0.6em;
    box-sizing: border-box;
    padding-top: 4.5em;
    height: 100%;
}
#service .container > .item > .content > .order {
    bottom: auto;
    color: #fff;
}
#service .container > .item > .content > .order > .title {
    font-size: 1.4em;
    text-align: center;
}
#service .container > .item > .content > .order > .line {
    padding-top: 12px;
    margin-top: 0.12rem;
}
#service .container > .item > .content > .order > .line:before {
    left: -0.6em;
    right: -0.6em;
    bottom: 0;
    margin-bottom: -2px;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
}
#service .container > .item > .content > .order > .line:after {
    width: 24px;
    height: 4px;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
#service .container > .item > .content > .box {
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #a9a9a9;
    padding: 1.6em 1.2em;
}
#service .container > .item > .content > .box .title {
    font-size: 0.9em;
    max-width: 4em;
    line-height: 1.5;
    min-height: 3em;
}
#service .container > .item > .content > .box .iconfont {
    color: #872c2f;
    font-size: 1.3em;
}
#service .container > .item > .content > .box .hr {
    padding: 10px 0;
    margin: 0.2rem auto 0.1rem;
}
#service .container > .item > .content > .box .hr:after {
    background-color: #e5e5e5;
    opacity: 1;
}
#service .container > .item > .content > .box:after {
    left: 50%;
    top: -0.3em;
    width: 2.5em;
    height: 0.6em;
    border-radius: 10px;
    margin-left: -1.25em;
    background-color: #b29873;
    box-shadow: 0.25em 0.25em 0.25em rgba(255, 255, 255, 0.5) inset, -0.25em -0.25em 0.25em rgba(0, 0, 0, 0.1) inset;
}