@import "../font/iconfont.css";
[class*='icon-'] {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.load-more-state {
    text-align: center;
    opacity: 0.7;
    padding-top: 30px;
    margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
    display: none;
}
.load-more-state > .state > i {
    font-size: 150%;
    opacity: 0.5;
    display: inline-block;
}
.load-more-state > .state.loading > i {
    animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
    display: none;
}
.load-more-state.loading > .state.loading {
    display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
    display: none;
}
.load-more-state.end > .state.end {
    display: block;
}
.load-more-state.active {
    background-color: #3675ac;
    color: #fff;
}
@media (max-width: 768px) {
    #page_anchor {
        position: fixed;
        z-index: 5000;
        display: none;
    }
    #page_anchor > .masking {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.7);
    }
    #page_anchor > .container {
        color: #333;
        transform: translateY(100%);
        opacity: 0;
        top: auto;
        font-size: 0;
        padding: 20px;
        background-color: #fff;
        z-index: 2;
    }
    #page_anchor > .container > .item-m {
        font-size: 15px;
        line-height: 40px;
        width: 50%;
        text-align: center;
    }
    #page_anchor > .container > .belong {
        position: relative;
    }
    #page_anchor > .container > .belong > .abs-t50 {
        right: -16px;
        height: 1px;
        width: 32px;
        margin-top: -0.5px;
        background-color: #c6c5c5;
    }
    #page_anchor > .container > .scroll-container {
        height: 200px;
        position: relative;
        overflow: hidden;
    }
    #page_anchor > .container > .scroll-container > .masking {
        z-index: 2;
        pointer-events: none;
        background-image: -webkit-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
        background-image: -ms-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
        background-image: -o-linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
        background-image: linear-gradient(top, #fff 0%, transparent 50%, #fff 100%);
    }
    #page_anchor > .container > .scroll-container > .swiper {
        padding: 80px 0;
    }
    #page_anchor > .container > .scroll-container > .swiper .swiper-slide-active {
        color: #3675ac;
        font-weight: bold;
    }
    #page_anchor.active > .container {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (min-width: 768px) {
    #page_anchor {
        text-align: center;
        position: static;
    }
    #page_anchor > .container {
        position: static;
    }
    #page_anchor > .container > .scroll-container {
        display: block;
    }
    #page_anchor > .container > .scroll-container > .abs-full {
        position: static;
    }
    #page_anchor > .container > .scroll-container > .swiper > .swiper-wrapper > .swiper-slide {
        flex-shrink: unset;
    }
}
.nav {
    height: 5em;
    line-height: 5em;
}
.section-title {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
@media (max-width: 1200px) {
    .section-title {
        font-size: 60px;
    }
}
.section-title .title {
    font-size: 0.36em;
    line-height: 1;
    margin-bottom: 6px;
}
.section-title .title > span {
    color: #3675ac;
}
.section-title .en {
    font-size: 0.16em;
    opacity: 0.8;
    text-transform: uppercase;
}
.section-title .more {
    margin-left: 1.1rem;
}
@media (max-width: 768px) {
    .section-title .more {
        margin: 0 0 0 auto;
        display: block;
    }
}
.circle > i {
    display: block;
}
.more {
    display: inline-block;
    padding-bottom: 6px;
    color: #6c6d72;
    font-size: 14px;
    border-bottom: 1px solid #6c6d72;
}
.more > i {
    font-size: 18px;
    margin-left: 12px;
}
.more.white {
    color: #fff;
    border-color: #fff;
}
.more.active {
    color: #0172bd;
    border-color: #0172bd;
}
.more:hover > i {
    animation: more-animation 1s ease-in-out infinite;
}
@keyframes more-animation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(0);
    }
}
.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;
    background-color: transparent;
    border: 1px solid #000;
    opacity: 0.2;
    margin: 0 0.15rem;
    transition: all 0.2s linear;
}
.swiper-pagination.default > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0172bd;
    border-color: #0172bd;
    opacity: 1;
}
.time {
    font-size: 0.7em;
    opacity: 0.7;
}
.row-title {
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
.row-title .title {
    font-size: 20px;
}
.data-list {
    font-size: 1rem;
}
@media (max-width: 1000px) {
    .data-list {
        font-size: 1.5rem;
    }
}
.data-list .top {
    color: #0172bd;
    white-space: nowrap;
    line-height: 1;
}
.data-list i {
    font-size: 0.3em;
}
.data-list .data {
    font-size: 0.48em;
}
.data-list .sup {
    position: absolute;
    left: 100%;
    margin-left: 4px;
    top: 0;
    font-size: 12px;
}
.partner .col-content {
    background-color: #fff;
    padding: 1em;
    height: 3em;
    line-height: 3em;
}
.partner .col-content > img {
    max-height: 100%;
}
.more-2 {
    text-transform: uppercase;
}
ul.dreamer-ul {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    font-size: 0;
}
ul.dreamer-ul > li {
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    color: #333;
    margin: 0 0.25em;
}
@media (max-width: 1500px) {
    ul.dreamer-ul > li {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    ul.dreamer-ul > li {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    ul.dreamer-ul > li {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    ul.dreamer-ul > li {
        font-size: 12px;
    }
}
ul.dreamer-ul > a,
ul.dreamer-ul > span {
    font-size: 0.9em;
}
ul.dreamer-ul > li:last-child > span,
ul.dreamer-ul > li:first-child > span {
    display: block;
}
ul.dreamer-ul a[title='上一页'],
ul.dreamer-ul a[title='下一页'],
ul.dreamer-ul > li:last-child > a,
ul.dreamer-ul > li:first-child > a,
ul.dreamer-ul > li:last-child > span,
ul.dreamer-ul > li:first-child > span {
    position: relative;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0.7em;
    height: 100%;
}
ul.dreamer-ul a[title='上一页']:after,
ul.dreamer-ul a[title='下一页']:after,
ul.dreamer-ul > li:last-child > a:after,
ul.dreamer-ul > li:first-child > a:after,
ul.dreamer-ul > li:last-child > span:after,
ul.dreamer-ul > li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
    font-family: "iconfont";
}
ul.dreamer-ul > li:last-child {
    margin-left: 0.26rem;
}
ul.dreamer-ul a[title='下一页']:after{
    content: "\e666";
}
ul.dreamer-ul a[title='上一页']:after{
    content: "\e607";
}
ul.dreamer-ul > li:last-child > a:after,
ul.dreamer-ul > li:last-child > span:after {
    content: "\e60b";
}
ul.dreamer-ul > li:first-child {
    margin-right: 0.26rem;
}
ul.dreamer-ul > li:first-child > a:after,
ul.dreamer-ul > li:first-child > span:after {
    content: "\e60b";
    transform: rotateZ(180deg);
}
ul.dreamer-ul > li:not(.disabled).active,
ul.dreamer-ul > li:not(.disabled):hover {
    color: #FFF;
    background-color: #0172bd;
    border-color: #0172bd;
}
.dreamer-prevnext {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.3rem 0;
}
.dreamer-prevnext > li {
    margin: 12px 0;
}
.dreamer-prevnext > li:after{
    content:'';
    clear:both;
    display:block;
    overflow:hidden;
}
.dreamer-prevnext > li > span{
    float: left;
}
@media (min-width: 769px) {
    .dreamer-prevnext > li {
        max-width: 45%;
    }
}
.dreamer-prevnext > li > a {
    margin-left: 6.25em;
}
.dreamer-prevnext > li:hover {
    color: #0172bd;
}
#nav {
    background-color: #fff;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
    z-index: 500;
    position: fixed;
    bottom: auto;
}
#nav .logo {
    max-width: 30%;
    min-width: 150px;
}
@media (min-width: 769px) {
    #nav .navbar {
        display: block;
    }
}
@media (max-width: 768px) {
    #nav .navbar {
        position: fixed;
        width: 100%;
        left: 100%;
        top: 60px;
        bottom: 0;
        background-color: #fff;
        transition: all 0.6s ease-out;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-conten: center;
        align-content: center;
        border-top: 1px solid #ddd;
    }
}
#nav .navbar > .interaction {
    float: left;
    padding: 0 0.5em;
}
@media (max-width: 768px) {
    #nav .navbar > .interaction {
        float: none;
        width: 80%;
        margin: 0 auto!important;
        padding: 0;
        line-height: 48px;
    }
}
#nav .navbar > .interaction:not(:last-child) {
    margin-right: 0.24rem;
}
#nav .navbar > .interaction > .slide{
    color: #000;
    background-color: #f8f8f8;
    line-height: 2;
}
@media (min-width: 769px){
    #nav .navbar > .interaction > .slide{
        position:absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        margin-top: 10px;
        transition: all 0.2s ease-out;
        min-width: 100px;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        text-align: center;
        padding: 20px;
    }
    #nav .navbar > .interaction > i{
        display: none;
    }
}
@media (max-width: 768px){
    #nav .navbar > .interaction{
        border-bottom: 1px solid #f0f0f0;
    }
    #nav .navbar > .interaction > a{
        display: inline-block;
        vertical-align: top;
    }
    #nav .navbar > .interaction > i{
        position: absolute;
        font-size: 16px;
        line-height: 16px;
        right: 0;
        top: 24px;
        margin-top: -8px;
        text-align: center;
        opacity: 0.5;
    }
    #nav .navbar > .interaction.open > i{
        transform:  rotateZ(90deg);
    }
    #nav .navbar > .interaction > .slide{
        display:none;
        padding: 12px;
        border-top: 1px solid #0172bd;
    }
}
#nav .navbar > .interaction > .slide > a{
    opacity: 0.5;
}
#nav .navbar > .interaction:hover > .slide{
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
#nav .navbar > .interaction > .slide > a:hover{
    opacity: 1;
    color:#0172bd;
}
#nav .navbar > .interaction > .line {
    height: 0;
    background-color: #0172bd;
}
@media (max-width: 768px) {
    #nav .navbar > .interaction > .slide,
    #nav .navbar > .interaction > .line {
        display: none;
    }
}
#nav .navbar > .interaction > .line.top {
    bottom: auto;
}
#nav .navbar > .interaction > .line.bottom {
    top: auto;
}
#nav .navbar > .interaction.active,
#nav .navbar > .interaction:hover {
    color: #3675ac;
}
@media (max-width: 768px) {
    #nav .navbar > .interaction.active,
    #nav .navbar > .interaction:hover {
        background-color: #fff;
    }
}
#nav .navbar > .interaction.active > .line,
#nav .navbar > .interaction:hover > .line {
    height: 0.15em;
}
#nav .navbar-button {
    padding-left: 10px;
}
#nav .navbar-button > .button {
    width: 24px;
    height: 16px;
    position: relative;
}
#nav .navbar-button > .button > .line {
    background-color: #3675ac;
    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.active .navbar {
    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: 90%;
    transition-delay: 0.2s;
}
#banner {
    z-index: 1;
    max-height: 100vh;
    min-height: 400px;
    overflow: hidden;
}
#banner > .set-height {
    padding-top: 100vh;
}
@media (max-width: 1000px) {
    #banner > .set-height {
        padding-top: 120%;
    }
}
#banner > .swiper {
    top: 5em;
}
#banner > .swiper .mask {
    right: 50%;
    top: 50%;
    background-image: -webkit-linear-gradient(45deg, #000, transparent);
    background-image: linear-gradient(45deg, #000, transparent);
    filter: blur(5em);
}
#banner > .pagination {
    z-index: 3;
    position: absolute;
}
@media (min-width: 768px) {
    #banner > .pagination {
        width: 39em;
        height: 39em;
        left: -28em;
        bottom: -9.5em;
    }
}
@media (max-width: 768px) {
    #banner > .pagination {
        bottom: 30px;
        left: 0;
        right: 0;
    }
}
#banner > .pagination .path {
    width: 100%;
    height: auto;
}
#banner > .pagination .path > .cls-1,
#banner > .pagination .path > .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
}
#banner > .pagination .path > .cls-1 {
    opacity: 0.2;
}
#banner > .pagination .path > .cls-2 {
    stroke-dasharray: 1, 811.9, 612.3;
}
#banner > .pagination > .swiper-pagination {
    bottom: 0;
    top: 0;
    z-index: 3;
}
#banner > .pagination > .swiper-pagination > .swiper-pagination-bullet {
    transition: all 0.2s linear;
    background-color: #fff;
    opacity: 1;
}
@media (min-width: 768px) {
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet {
        position: absolute;
        width: 2.5em;
        height: 2.5em;
        margin: -1.25em -1.25em 0 0;
        background-color: transparent;
    }
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 6px;
        margin: -3px 0 0 -3px;
        background-color: #fff;
        border-radius: 3px;
    }
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet:nth-of-type(1) {
        right: 6.8%;
        top: 24.87179487%;
    }
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet:nth-of-type(2) {
        right: 0.4%;
        top: 44.35897436%;
    }
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet:nth-of-type(3) {
        right: 1.79487179%;
        top: 62.82051282%;
    }
}
@media (max-width: 768px) {
    #banner > .pagination > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #0172bd;
    }
}
#banner > .pagination > .current {
    z-index: 2;
}
#banner > .pagination > .current > .circle {
    right: 6.8%;
    top: 24.87179487%;
    background-color: #0172bd;
    width: 2.5em;
    margin: -1.25em -1.25em 0 0;
    position: absolute;
}
#banner > .pagination > .current[data-current='00'] {
    transform: rotateZ(0deg);
}
#banner > .pagination > .current[data-current='01'] {
    transform: rotateZ(23.6deg);
}
#banner > .pagination > .current[data-current='02'] {
    transform: rotateZ(45deg);
}
#banner > .container {
    top: auto;
    z-index: 2;
    right: auto;
    padding: 0 0 9em 14em;
    color: #fff;
}
@media (max-width: 1000px) {
    #banner > .container {
        right: 0;
        padding: 0 24px 68px;
    }
}
#banner > .container > .banner-title {
    font-size: 1rem;
    position: relative;
}
@media (max-width: 1000px) {
    #banner > .container > .banner-title {
        font-size: 50px;
    }
}
#banner > .container > .banner-title > .item {
    top: auto;
    pointer-events: none;
}
@keyframes banner-title-animation-out {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(15%);
        opacity: 0;
    }
}
@keyframes banner-title-animation-in {
    0% {
        transform: translateX(-15%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
#banner > .container > .banner-title > .item > div {
    animation-name: banner-title-animation-out;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
#banner > .container > .banner-title > .item > .order {
    font-weight: bold;
    font-size: 0.6em;
    line-height: 1;
    font-family: Gadugi;
    animation-delay: 0s;
}
#banner > .container > .banner-title > .item > .title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0.3rem;
    font-size: 0.4em;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 0.1rem;
    animation-delay: 0.1s;
}
#banner > .container > .banner-title > .item > .en {
    text-transform: uppercase;
    max-width: 410px;
    font-size: 0.14em;
    animation-delay: 0.2s;
}
#banner > .container > .banner-title > .item.active {
    position: static;
    pointer-events: unset;
}
#banner > .container > .banner-title > .item.active > div {
    animation-name: banner-title-animation-in;
}
#banner > .container > .swiper-change {
    padding-top: 20px;
    margin-top: 0.5rem;
    line-height: 1;
}
#banner > .container > .swiper-change > .swiper-button {
    width: auto;
    height: auto;
    color: inherit;
    position: static;
    margin-top: 0;
    opacity: 0.3;
}
#banner > .container > .swiper-change > .swiper-button.swiper-button-prev {
    margin-right: 2em;
}
#banner > .container > .swiper-change > .swiper-button > i {
    display: block;
    font-size: 1.5em;
}
#banner > .container > .swiper-change > .swiper-button:after {
    display: none;
}
#banner > .container > .swiper-change > .swiper-button:hover {
    opacity: 1;
}
#home_about {
    background-image: url(../images/home-about.jpg);
}
#home_about .container > .fl {
    width: 39.375%;
}
#home_about .container > .fr {
    width: 60.625%;
}
@media (max-width: 1000px) {
    #home_about .container > .fr {
        margin-top: 36px;
    }
}
@media (max-width: 1000px) {
    #home_about .container > .item {
        float: none;
        width: auto;
    }
}
#home_about .container .content {
    padding-right: 0.8rem;
}
#home_about .container .content > .title {
    padding-bottom: 16px;
    margin-bottom: 0.2rem;
}
@media (max-width: 1200px) {
    #home_about .container .content > .title {
        font-size: 16px;
    }
}
#home_about .container .content > .text {
    min-height: 180px;
    padding-bottom: 12px;
    margin-bottom: 0.2rem;
}
@media (max-width: 1000px) {
    #home_about .container .content > .text {
        min-height: unset;
    }
}
#home_about .container .col-content {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 2em;
    color: #7c7c7c;
    background-image: url(../images/none.png);
}
@media (max-width: 768px) {
    #home_about .container .col-content > div {
        display: inline-block;
        vertical-align: bottom;
    }
}
#home_about .container .col-content > .circle {
    position: absolute;
    right: 1.3em;
    top: 1.3em;
    width: 0.7em;
    background-color: #fff;
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.5) inset;
}
#home_about .container .col-content > i {
    font-size: 0.5rem;
    margin-right: 30px;
}
@media (max-width: 1200px) {
    #home_about .container .col-content > i {
        font-size: 32px;
    }
}
@media (min-width: 768px) {
    #home_about .container .col-content > i {
        display: block;
        margin-bottom: 0.7rem;
        padding-bottom: 20px;
        margin-right: 0;
    }
}
#home_about .container .col-content > .data {
    font-size: 0.6rem;
    line-height: 1;
}
@media (max-width: 1000px) {
    #home_about .container .col-content > .data {
        font-size: 32px;
    }
}
#home_about .container .col-content > .data:after {
    content: attr(data-content);
    font-size: 0.5em;
    padding-left: 0.5em;
}
#home_about .container .col-content > .sub {
    font-size: 0.7em;
    opacity: 0.8;
    margin-top: 6px;
}
#home_about .container .col-content:hover {
    background-color: #0172bd;
    color: #fff;
    background-image: url(../images/line.png);
    box-shadow: -0.2em 0.2em 0.2em rgba(255, 255, 255, 0.5) inset, 0.2em -0.2em 0.2em rgba(0, 0, 0, 0.3) inset;
}
@media (max-width: 768px) {
    #home_about .container .col-content {
        background-color: #0172bd;
        color: #fff;
        background-image: url(../images/line.png);
        box-shadow: -0.2em 0.2em 0.2em rgba(255, 255, 255, 0.5) inset, 0.2em -0.2em 0.2em rgba(0, 0, 0, 0.3) inset;
    }
    #home_about .container .col-content > .circle {
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
}
@media (max-width: 768px) {
    #home_about .container .col-item {
        width: 100%;
    }
}
#home_about .padding {
    height: 2.8rem;
}
#home_business {
    color: #fff;
}
@media (max-width: 768px) {
    #home_business .container {
        display: block;
    }
}
#home_business .container > .left {
    max-width: 100%;
}
#home_business .container > .left > .content {
    padding: 0 0.8rem 0 1.5em;
}
#home_business .container > .left > .content > .tab-option {
    border-left: 1px dashed rgba(255, 255, 255, 0.75);
    padding: 2.5em 0;
}
#home_business .container > .left > .content > .tab-option > .item > .clear {
    padding: 0.75em 0;
    margin-left: -0.325em;
    cursor: pointer;
}
#home_business .container > .left > .content > .tab-option > .item > .clear > .select {
    float: left;
    padding: 0.25em;
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    margin-top: 1.05em;
}
#home_business .container > .left > .content > .tab-option > .item > .clear > .select > .inside {
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    background-color: #0172bd;
}
#home_business .container > .left > .content > .tab-option > .item > .clear > .select > .inside > i {
    opacity: 0;
}
#home_business .container > .left > .content > .tab-option > .item > .clear > .box {
    margin-left: 1.8em;
    padding-left: 3em;
    background-position: left center;
    background-size: 2em auto;
    line-height: 2.7em;
    margin-right: 1.475em;
}
#home_business .container > .left > .content > .tab-option > .item > .clear > .box > .char {
    font-size: 1.3em;
}
#home_business .container > .left > .content > .tab-option > .item.active > .clear {
    margin-left: -1.35em;
}
#home_business .container > .left > .content > .tab-option > .item.active > .clear > .select {
    padding: 0.3em;
    border-style: dashed;
    margin-top: 0;
}
#home_business .container > .left > .content > .tab-option > .item.active > .clear > .select > .inside {
    width: 2em;
    height: 2em;
    line-height: 2em;
}
#home_business .container > .left > .content > .tab-option > .item.active > .clear > .select > .inside > i {
    opacity: 1;
}
#home_business .container > .left > .content > .tab-option > .item.active > .clear > .box {
    margin-left: 4.3em;
    margin-right: 0;
}
#home_business .container > .right {
    margin: 0 auto;
}
#home_business .container > .right > .content > .swiper {
    z-index: 2;
}
@media (min-width: 768px) {
    #home_business .container > .right > .content > .swiper {
        width: 6.25rem;
    }
}
#home_business .container > .right > .content > .swiper .box {
    position: relative;
    padding: 1.6em;
}
@media (max-width: 768px) {
    #home_business .container > .right > .content > .swiper .box {
        max-width: 400px;
        margin: 0 auto 20px;
    }
}
#home_business .container > .right > .content > .swiper .box > .bg {
    z-index: 1;
    pointer-events: none;
    animation: xuanzhuan 50s linear infinite;
    background-image: url(../images/business.png);
}
#home_business .container > .right > .content > .swiper .box {
    text-align: center;
}
#home_business .container > .right > .content > .swiper .box > .title {
    background-position: left top;
    background-size: 24px auto;
    line-height: 20px;
    min-height: 22px;
    padding: 2px 0 0 30px;
    font-size: 16px;
    margin-bottom: 12px;
}
#home_business .swiper-pagination-bullet {
    border-color: #fff;
    opacity: 1;
}
#home_business .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
#home_news {
    background: url(../images/home-news.png) no-repeat scroll left bottom;
}
@media (max-width: 1200px) {
    #home_news .swiper {
        font-size: 16px;
    }
}
#home_news .swiper .swiper-slide:nth-of-type(1) > .col-content {
    transition-delay: 0s;
}
#home_news .swiper .swiper-slide:nth-of-type(2) > .col-content {
    transition-delay: 0.2s;
}
#home_news .swiper .swiper-slide:nth-of-type(3) > .col-content {
    transition-delay: 0.4s;
}
#home_news .swiper .swiper-slide:nth-of-type(4) > .col-content {
    transition-delay: 0.6s;
}
#home_news .swiper .swiper-slide:nth-of-type(5) > .col-content {
    transition-delay: 0.8s;
}
#home_news .swiper .swiper-slide:nth-of-type(6) > .col-content {
    transition-delay: 1s;
}
#home_news .swiper .swiper-slide:nth-of-type(7) > .col-content {
    transition-delay: 1.2s;
}
#home_news .swiper .swiper-slide:nth-of-type(8) > .col-content {
    transition-delay: 1.4s;
}
#home_news .swiper .swiper-slide:nth-of-type(9) > .col-content {
    transition-delay: 1.6s;
}
#home_news .swiper .col-content {
    background-color: #fff;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateX(50px);
}
#home_news .swiper .col-content .content {
    padding: 0.4rem;
}
@media (max-width: 1000px) {
    #home_news .swiper .col-content .content {
        padding: 20px;
    }
}
#home_news .swiper .col-content .from {
    font-size: 0.7em;
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
    line-height: 1;
}
#home_news .swiper .col-content .time {
    padding-top: 20px;
    margin-top: 0.3rem;
}
#home_news .swiper .col-content .title {
    line-height: 1.5;
    height: 3em;
}
#home_news .swiper .col-content .hr {
    margin: 0.4rem auto;
    padding: 20px 0 10px;
}
#home_news .swiper .col-content .hr:after {
    height: 1px;
    background-color: #e5e5e5;
}
#home_news .swiper .col-content .default {
    border: 1px solid #e5e5e5;
}
#home_news .swiper .col-content .text {
    -webkit-line-clamp: 3;
    height: 5.1em;
}
#home_news .swiper .col-content .cover {
    height: 113.4px;
    padding-bottom: 0.7em;
    padding-top: 1.1rem;
}
#home_news .swiper .col-content .fade .content {
    border: 1px solid #0172bd;
    border-top: 0 none;
}
#home_news .swiper .col-content .fade .title {
    color: #0172bd;
}
#home_news .swiper.aos-animate .col-content {
    opacity: 1;
    transform: translateX(0);
}
#home_partner .swiper-wrapper {
    transition-timing-function: linear;
}
#footer {
    color: #fff;
}
#footer > .container {
    background-color: #535353;
}
#footer > .container .top {
    text-align: center;
}
@media (max-width: 768px) {
    #footer > .container .top {
        display: block;
    }
}
#footer > .container .top > .left {
    overflow: hidden;
}
#footer > .container .top > .left > a {
    margin: 2px 0.3rem;
}
@media (max-width: 768px) {
    #footer > .container .top > .left > a {
        margin: 2px 0;
        width: 16.66666%;
    }
}
@media (max-width: 580px) {
    #footer > .container .top > .left > a {
        width: 33.3333%;
    }
}
#footer > .container .top > .left > a:first-child {
    margin-left: 0;
}
#footer > .container .top > .left > a:last-child {
    margin-right: 0;
}
#footer > .container .top > .left > a:after {
    position: absolute;
    left: 100%;
    margin-left: 0.3rem;
    top: 50%;
    width: 1px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
}
@media (max-width: 768px) {
    #footer > .container .top > .left > a:after {
        opacity: 0.5;
        margin-left: 0;
    }
}
#footer > .container .top > .left > a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    #footer > .container .top > .tel {
        margin-top: 24px;
    }
}
#footer > .container .top > .tel > .circle {
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    border: 1px solid #fff;
}
#footer > .container .top > .tel > .circle > i {
    font-size: 0.8em;
}
#footer > .container .top > .tel > .key {
    font-size: 0.9em;
}
#footer > .container .top > .tel > .value {
    font-size: 1.3em;
}
#footer > .container .hr {
    padding: 20px 0;
    margin: 0.3rem 0 0.5rem;
}
#footer > .container .hr:after {
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
}
@media (max-width: 768px) {
    #footer > .container .content {
        display: block;
    }
}
#footer > .container .content > .left {
    margin-right: 1rem;
}
@media (max-width: 768px) {
    #footer > .container .content > .left {
        margin-right: 0;
        margin-bottom: 24px;
    }
}
#footer > .container .content > .left > .clear {
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
#footer > .container .content > .left > .clear > .fl {
    font-weight: bold;
}
#footer > .container .content > .left > .clear > .right {
    margin-left: 4em;
}
#footer > .container .content > .left > .clear:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer > .container .content > .wechat {
    text-align: center;
}
#footer > .container .content > .wechat > img {
    width: 120px;
    margin-bottom: 10px;
}
#footer > .copyright {
    background-color: #494949;
    padding: 1.5em 0;
}
#footer > .copyright .clear {
    margin: 0 -20px;
    text-align: center;
}
#footer > .copyright .clear > .item {
    padding: 0 20px;
    font-size: 12px;
    opacity: 0.5;
    margin: 4px 0;
}
@media (max-width: 768px) {
    #footer > .copyright .clear > .item {
        float: none;
    }
}
#column > .cover {
    min-height: 200px;
}
#column > .cover:after {
    padding-top: 33.85416667%;
}
#anchor {
    background-color: #0172bd;
    height: 3.5em;
    line-height: 3.5em;
    color: #fff;
}
#anchor .point {
    font-size: 14px;
    float: right;
    max-width: 50%;
}
@media (max-width: 768px) {
    #anchor .point {
        float: none!important;
        margin-right: 150px;
        max-width: unset;
    }
}
#anchor .point a {
    display: inline;
}
#anchor .point a:hover {
    text-decoration: underline;
}
#anchor .page-anchor {
    float: left;
}
@media (max-width: 768px) {
    #anchor .page-anchor {
        float: right;
    }
}
@media (min-width: 768px) {
    #anchor .page-anchor .swiper-slide {
        width: auto;
    }
    #anchor .page-anchor .swiper-slide:not(:last-child) {
        margin-right: 20px;
    }
    #anchor .page-anchor .swiper-slide .char {
        line-height: 1;
        margin-bottom: 0.4em;
    }
    #anchor .page-anchor .swiper-slide .line {
        height: 2px;
        background-color: #fff;
    }
    #anchor .page-anchor .swiper-slide .circle {
        width: 4px;
        height: 2px;
        background-color: #fff;
    }
}
#page_anchor_mob {
    font-size: 24px;
    left: auto;
}
#company .container > .left {
    width: 59.375%;
}
#company .container > .left .text {
    margin-bottom: 0.2rem;
    padding-bottom: 40px;
}
#company .container > .right {
    width: 40.625%;
}
@media (max-width: 1000px) {
    #company .container > .right {
        margin-top: 0.2rem;
        padding-top: 40px;
    }
}
#company .container > .right > .content {
    max-width: 550px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
@media (min-width: 1001px) {
    #company .container > .right > .content {
        margin-left: 0.8rem;
    }
}
#company .container > .right > .content .title {
    font-size: 1.2em;
}
#company .container > .right > .content .circle {
    width: 3em;
    height: 3em;
    line-height: 3em;
    background-color: #fff;
    color: #0172bd;
    margin: 1.5em auto 0;
}
#company .container > .right > .content .circle > i {
    font-size: 16px;
}
@media (max-width: 1000px) {
    #company .container > .col-item {
        float: none;
        width: auto;
    }
}
@media (max-width: 768px) {
    #company #about_data {
        display: block;
        font-size: 60px;
    }
}
#about_data .col-content {
    padding: 0.3em;
    border: 1px solid #e5e5e5;
}
#about_data .col-content .name {
    font-size: 14px;
    margin-top: 10px;
}
#about_data .col-content:hover {
    color: #fff;
    background-color: #0172bd;
    border-color: #0172bd;
}
#about_data .col-content:hover .top {
    color: #fff;
}
@media (max-width: 768px) {
    #about_data .col-item {
        width: auto;
        float: none;
    }
}
@media (min-width: 769px) {
    #about_data .col-item:not(:last-child) > .col-content {
        border-right: 0 none;
    }
}
@media (max-width: 768px) {
    #about_data .col-item:not(:last-child) > .col-content {
        border-bottom: 0 none;
    }
}
#course > .bg {
    z-index: 1;
    position: absolute;
    width: 46.2em;
    height: 46.2em;
    top: 70px;
    left: 50%;
    margin: 0.3rem 0 0 -23.1em;
}
#course > .bg > .cover {
    animation-name: xuanzhuan;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}
#course > .bg > .cover:nth-of-type(1) {
    background-image: url(../images/course-01.png);
    animation-duration: 30s;
}
#course > .bg > .cover:nth-of-type(2) {
    background-image: url(../images/course-02.png);
    animation-duration: 20s;
}
#course > .bg > .cover:nth-of-type(3) {
    background-image: url(../images/course-03.png);
    animation-duration: 40s;
}
#course > .bg > .cover:nth-of-type(4) {
    background-image: url(../images/course-04.png);
    animation-duration: 50s;
}
#course > .bg > .cover:nth-of-type(5) {
    background-image: url(../images/course-05.png);
    animation-duration: 36s;
}
#course > .bg > .cover:nth-of-type(6) {
    background-image: url(../images/course-06.png);
    animation-duration: 20s;
}
#course > .body-content {
    z-index: 2;
}
#dt .content {
    min-height: 3rem;
}
#dt .content > .edit-content {
    font-size: 112.5%;
    color: #818181;
}
#year {
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 2.5em;
}
#year > .swiper-button {
    width: 2.5em;
    height: 2.5em;
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    top: auto;
    bottom: -1em;
    margin-bottom: 0.5px;
}
#year > .swiper-button:after {
    display: none;
}
#year > .swiper-button > i {
    font-size: 12px;
}
#year > .swiper-button:hover {
    background-color: #0172bd;
    border-color: #0172bd;
    color: #fff;
}
#year > .swiper-button.swiper-button-prev {
    left: 0;
}
#year > .swiper-button.swiper-button-next {
    right: 0;
}
#year > .line {
    bottom: 0;
    margin: 0 2.5em 0.25em;
    height: 1px;
    background-color: #cccccc;
    pointer-events: none;
    z-index: 1;
}
#year > .swiper {
    z-index: 8;
    text-align: center;
}
#year > .swiper .year {
    font-size: 0.72rem;
    line-height: 1;
    color: #cacaca;
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
}
@media (max-width: 640px) {
    #year > .swiper .year {
        font-size: 24px;
    }
}
#year > .swiper .circle {
    width: 0.5em;
    background-color: #ccc;
    margin: 0 auto;
}
#year > .swiper .swiper-slide-active .year {
    color: #0172bd;
}
#year > .swiper .swiper-slide-active .circle {
    background-color: #0172bd;
}
#zs {
    max-width: 980px;
}
#zs .content {
    margin: 0 -0.3rem -0.3rem 0;
    font-size: 0;
    text-align: center;
}
#zs .content > .item-m {
    width: 25%;
    max-width: 166px;
}
#zs .content > .item-m > .cover {
    margin: 0 0.3rem 0.3rem 0;
}
#zs .content > .item-m > .cover:after {
    padding-top: 136.02941176%;
}
#partner .swiper {
    margin-bottom: -0.26rem;
    height: calc(10em + 0.52rem);
}
@media (min-width: 769px) {
    #partner .swiper {
        height: auto;
    }
}
@media (min-width: 769px) {
    #partner .swiper > .swiper-wrapper {
        display: block;
    }
}
#partner .swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
}
@media (min-width: 769px) {
    #partner .swiper > .swiper-wrapper > .swiper-slide {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1000px) {
    #partner .swiper > .swiper-wrapper > .swiper-slide {
        width: 16.666666%;
    }
}
#partner .col-content {
    margin-bottom: 0.26rem;
}
@media (max-width: 700px) {
    #partner_data {
        font-size: 50px;
    }
}
#partner_data > .col-item:not(:last-child) {
    margin-right: 0.7rem;
    padding-right: 10px;
}
#partner_data > .col-item .name {
    font-size: 12px;
    margin-top: 4px;
}
#business_znsd {
    background-image: url(../images/znsd.jpg);
}
#business_znsd .container {
    color: #0172bd;
}
#business_znsd .container .square {
    background-color: #0172bd;
}
#business_znsd .container > .c1 {
    width: 14.375%;
    z-index: 2;
}
@media (max-width: 1200px) {
    #business_znsd .container > .c1 {
        width: 21.5625%;
    }
}
@media (min-width: 769px) {
    #business_znsd .container > .c1:after {
        padding-top: 175%;
    }
}
@media (max-width: 768px) {
    #business_znsd .container > .c1 {
        width: 42%;
    }
}
#business_znsd .container > .c1 .circle {
    width: 7px;
    margin-top: -3.5px;
}
#business_znsd .container > .c1 > .line {
    height: 1px;
    background-color: #0172bd;
    left: 0;
    margin: 0 -3.5px;
    right: 0;
}
#business_znsd .container > .c1 > .connect {
    position: absolute;
    right: 50%;
    height: 50%;
    border-right: 1px solid #0172bd;
    width: 1em;
    z-index: 1;
    margin-right: -0.5px;
}
#business_znsd .container > .c1 > .content {
    z-index: 2;
    border: 1px solid #f0f0f0;
    background-image: -webkit-linear-gradient(top, #edf5fa, #fff);
    background-image: linear-gradient(top, #edf5fa, #fff);
    background-color: #fff;
    margin: 0 0.2rem;
    border-radius: 0.5em;
    padding: 0.8em;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 768px) {
    #business_znsd .container > .c1 > .content {
        position: static;
    }
}
#business_znsd .container > .c1 > .content i {
    padding-left: 6px;
}
#business_znsd .container > .c1 > .content .title {
    line-height: 1.3em;
    height: 2.6em;
    margin-bottom: 4px;
}
#business_znsd .container > .c1 > .content .more-2 {
    font-size: 12px;
    font-weight: bold;
}
#business_znsd .container > .c1 > .content .circle {
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
}
#business_znsd .container > .c1 > .content:hover {
    transform: scale(1.1);
}
#business_znsd .container > .c2 {
    width: 18.95833333%;
    z-index: 1;
}
@media (max-width: 1200px) {
    #business_znsd .container > .c2 {
        width: 28.4375%;
    }
}
@media (max-width: 768px) {
    #business_znsd .container > .c2 {
        width: 58%;
        max-width: 300px;
        margin: 10px auto;
    }
}
#business_znsd .container > .c2:after {
    padding-top: 100%;
}
#business_znsd .container > .c2 .more-2 {
    margin-top: 0.1rem;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#business_znsd .container > .c2 > .outside {
    border: 1px solid #dbdbdb;
}
#business_znsd .container > .c2 > .outside > .inside {
    margin: 0.32rem;
    background-color: #dee6f1;
    box-shadow: 0 0.8em 1.6em rgba(0, 0, 0, 0.2);
    padding: 0.2rem;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 1200px) {
    #business_znsd .container > .c2 > .outside > .inside {
        margin: 0.48rem;
        padding: 0.3rem;
    }
}
@media (max-width: 768px) {
    #business_znsd .container > .c2 > .outside > .inside {
        margin: 1em;
        padding: 0.7em;
    }
}
#business_znsd .container > .c2 > .outside > .inside > .box {
    background-color: #fff;
    height: 100%;
    position: relative;
    z-index: 2;
}
#business_znsd .container > .c2 > .outside > .inside > .box img {
    width: 0.48rem;
}
@media (max-width: 1200px) {
    #business_znsd .container > .c2 > .outside > .inside > .box img {
        width: 30px;
    }
}
#business_znsd .container > .c2 > .outside > .inside > .bg {
    background-color: #0172bd;
    height: 50%;
}
#business_znsd .container > .c2 > .outside > .inside > .bg > .circle {
    width: 0.2rem;
    margin-top: -0.1rem;
}
@media (max-width: 1200px) {
    #business_znsd .container > .c2 > .outside > .inside > .bg > .circle {
        width: 0.3rem;
        margin-top: -0.15rem;
    }
}
@media (max-width: 768px) {
    #business_znsd .container > .c2 > .outside > .inside > .bg > .circle {
        width: 0.7em;
        margin-top: -0.35em;
    }
}
#business_znsd .container > .c2 > .outside > .inside:hover {
    transform: scale(1.1);
}
@media (min-width: 1201px) {
    #business_znsd .container > .col-content:nth-of-type(6n-1) > .content,
    #business_znsd .container > .col-content:nth-of-type(6n-5) > .content,
    #business_znsd .container > .col-content:nth-of-type(6n-1) > .connect,
    #business_znsd .container > .col-content:nth-of-type(6n-5) > .connect {
        top: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-1) > .connect,
    #business_znsd .container > .col-content:nth-of-type(6n-5) > .connect {
        border-radius: 0 0 50px 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-1) > .content .circle,
    #business_znsd .container > .col-content:nth-of-type(6n-5) > .content .circle {
        top: 100%;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-3) > .content,
    #business_znsd .container > .col-content:nth-of-type(6n-3) > .connect {
        bottom: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-3) > .connect {
        border-radius: 0 50px 0 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-3) > .content .circle {
        top: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n) .bg,
    #business_znsd .container > .col-content:nth-of-type(6n-4) .bg {
        top: 0;
        border-radius: 200px 200px 0 0;
    }
    #business_znsd .container > .col-content:nth-of-type(6n) .bg > .circle,
    #business_znsd .container > .col-content:nth-of-type(6n-4) .bg > .circle {
        top: 100%;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-2) .bg {
        bottom: 0;
        border-radius: 0 0 200px 200px;
    }
    #business_znsd .container > .col-content:nth-of-type(6n-2) .bg > .circle {
        top: 0;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    #business_znsd .container > .col-content:nth-of-type(4n-3) > .content,
    #business_znsd .container > .col-content:nth-of-type(4n-3) > .connect {
        top: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-3) > .connect {
        border-radius: 0 0 50px 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-3) > .content .circle {
        top: 100%;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-1) > .content,
    #business_znsd .container > .col-content:nth-of-type(4n-1) > .connect {
        bottom: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-1) > .connect {
        border-radius: 0 50px 0 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-1) > .content .circle {
        top: 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-2) .bg {
        top: 0;
        border-radius: 200px 200px 0 0;
    }
    #business_znsd .container > .col-content:nth-of-type(4n-2) .bg > .circle {
        top: 100%;
    }
    #business_znsd .container > .col-content:nth-of-type(4n) .bg {
        bottom: 0;
        border-radius: 0 0 200px 200px;
    }
    #business_znsd .container > .col-content:nth-of-type(4n) .bg > .circle {
        top: 0;
    }
}
@media (max-width: 768px) {
    #business_znsd .container > .col-content .bg {
        top: 0;
        border-radius: 200px 200px 0 0;
    }
    #business_znsd .container > .col-content .bg > .circle {
        top: 100%;
    }
}
#business_nytg .container > .row:not(:last-child) {
    margin-bottom: 0;
}
#business_nytg .container > .row > .col-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out;
}
@media (min-width: 769px) {
    #business_nytg .container > .row > .col-item:nth-of-type(2n-1) {
        width: 0;
    }
    #business_nytg .container > .row > .col-item:nth-of-type(2n) {
        width: 25%;
    }
    #business_nytg .container > .row > .col-item.active {
        width: 25%;
    }
    #business_nytg .container > .row > .col-item.active > .main > .box {
        margin-right: -0.4rem;
    }
    #business_nytg .container > .row > .col-item.active + .col-item .cover > .abs-full {
        transform: translateY(100%);
    }
}
@media (max-width: 768px) {
    #business_nytg .container > .row > .col-item {
        width: 50%;
    }
    #business_nytg .container > .row > .col-item > .main > .box {
        margin-right: -0.4rem;
    }
}
#business_nytg .container > .row .main > .box {
    background-color: #fff;
    padding: 0.5rem;
}
@media (max-width: 768px) {
    #business_nytg .container > .row .main > .box {
        padding: 20px;
    }
}
#business_nytg .container > .row .main > .box .hr {
    margin: 6px auto;
    padding: 0.3rem 0;
}
#business_nytg .container > .row .main > .box .hr:after {
    height: 1px;
    background-color: #cccccc;
}
#business_nytg .container > .row .main > .box .text {
    max-height: 6.8em;
    -webkit-line-clamp: 4;
}
@media (max-height: 1000px) {
    #business_nytg .container > .row .main > .box .text {
        max-height: 3.4em;
        -webkit-line-clamp: 2;
    }
}
#business_nytg .container > .row .cover {
    position: relative;
}
#business_nytg .container > .row .cover > .abs-full {
    top: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0.3rem 0.4rem;
}
@media (max-width: 768px) {
    #business_nytg .container > .row .cover > .abs-full {
        display: none;
    }
}
#business_nytg .container > .row .cover > .abs-full > .en {
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
}
#business_nytg .container > .row .cover:after {
    padding-top: 110%;
}
@media (max-width: 1000px) {
    #business_cpyf .container > .col-item {
        padding-bottom: 12px;
    }
}
@media (max-width: 500px) {
    #business_cpyf .container > .col-item {
        width: 100%;
    }
    #business_cpyf .container > .col-item:not(:last-child) {
        padding-bottom: 30px;
    }
}
#business_cpyf .container > .col-item > .col-content:hover .title {
    color: #0172bd;
}
#business_cpyf .container .cover {
    padding-top: 56.3%;
}
#business_cpyf .container .title {
    margin: 0.3rem auto 0.2rem;
    padding: 10px 0;
}
#business_cpyf .container .char {
    margin-bottom: 0.5rem;
    height: 3.4em;
}
#news .swiper {
    margin-right: -0.7rem;
}
#news .swiper .content {
    margin-right: 0.7rem;
}
#news .swiper .content .cover {
    padding-top: 58%;
}
#news .swiper .content .title {
    margin-top: 0.5rem;
    padding-top: 10px;
    font-size: 1.1em;
    margin-bottom: 0.1rem;
    padding-bottom: 4px;
}
#news .swiper .content .text {
    margin-top: 0.3rem;
    padding-top: 10px;
    height: 3.4em;
}
#news .swiper .content:hover .title {
    color: #0172bd;
}
#news .container > .item {
    border-top: 1px solid #e5e5e5;
    padding: 0.9rem 0.8rem;
}
@media (max-width: 768px) {
    #news .container > .item {
        padding: 20px;
    }
}
#news .container > .item .fl {
    text-align: center;
    font-size: 1rem;
}
@media (max-width: 1200px) {
    #news .container > .item .fl {
        font-size: 60px;
    }
}
#news .container > .item .fl > .d {
    font-size: 0.48em;
    font-weight: bold;
    line-height: 1;
}
#news .container > .item .fl > .y {
    font-size: 0.14em;
    opacity: 0.7;
    padding-bottom: 8px;
}
#news .container > .item .fl > .line {
    margin-top: 0.12rem;
    width: 15px;
    height: 2px;
    background-color: #666;
}
#news .container > .item .center {
    margin: 0 1.9rem 0 1.4rem;
}
@media (max-width: 1000px) {
    #news .container > .item .center {
        margin: 0 100px 0 80px;
    }
}
@media (max-width: 768px) {
    #news .container > .item .center {
        margin-right: 0;
    }
}
#news .container > .item .center > .title {
    margin-bottom: 0.12rem;
    padding-bottom: 12px;
}
#news .container > .item .center > .text {
    height: 3.4em;
}
#news .container > .item .more-2 {
    right: 0;
    opacity: 0.7;
    transform: translateY(-50%);
}
#news .container > .item:last-child {
    border-bottom: 1px solid #e5e5e5;
}
#news .container > .item:hover {
    background-color: #0172bd;
    border-color: #0172bd;
    color: #fff;
}
#news .container > .item:hover .fl > .line {
    background-color: #fff;
}
#news_detail .container .title {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}
#news_detail .container .time {
    text-align: center;
}
#news_detail .container .hr {
    padding: 0.4rem 0;
    margin: 20px auto;
}
#news_detail .container .hr:after {
    height: 1px;
    background-color: #e5e5e5;
}
#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: #dedede;
    width: 1px;
    margin-top: -45px;
}
@media (max-width: 1000px) {
    #contact .container .content {
        margin-bottom: 30px;
        position: relative;
        padding: 0 0 30px 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: #3675ac;
    color: #fff;
    margin-bottom: 2.5em;
}
@media (max-width: 1000px) {
    #contact .container .content > .circle {
        position: absolute;
        left: 0;
        top: 0;
    }
}
#contact .container .content > .circle > i {
    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 .section-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: #3676ac;
    margin-top: 0.6rem;
    color: #fff;
    cursor: pointer;
}
#message .form .submit-button:hover {
    background-color: #0172bd;
}
#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;
}
@media (max-width: 768px) {
    #product_top .container {
        display: block;
    }
}
@media (min-width: 769px) {
    #product_top .container > .section-title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #product_top .container > .right {
        margin-left: 50px;
    }
}
#product_top .container > .right > .back {
    width: 12.5em;
    text-align: center;
    background-color: #3676ac;
    color: #fff;
    line-height: 2.5em;
    height: 2.5em;
    border-radius: 50px;
}
#product_top .container > .right > .back:hover {
    -webkit-filter: drop-shadow(2px 2px 0 #173c5c);
    filter: drop-shadow(2px 2px 0 #173c5c);
}
@media (max-width: 1000px) {
    #product_detail .top > .col-item {
        width: 100%;
    }
    #product_detail .top > .col-item:not(:last-child) {
        padding-bottom: 30px;
    }
}
#product_detail .top .hr {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
#product_detail .top .hr:after {
    height: 1px;
    background-color: #dedede;
}
#product_detail .top .text {
    padding-bottom: 20px;
    margin-bottom: 0.3rem;
}
#product_detail .top .scroll {
    opacity: 0.7;
}
#product_detail .top .scroll > i {
    font-size: 14px;
    animation: scroll-down-animation 3s linear infinite;
}
@keyframes scroll-down-animation {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    50% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}
#product_detail .top .scroll > span {
    font-size: 12px;
}
@media (max-width: 1200px) {
    #product_detail .container > .col-item {
        width: 33.3333%;
    }
}
@media (max-width: 1000px) {
    #product_detail .container > .col-item {
        width: 50%;
    }
}
@media (max-width: 500px) {
    #product_detail .container > .col-item {
        width: 100%;
    }
    #product_detail .container > .col-item:not(:last-child) {
        padding-bottom: 30px;
    }
}
#product_detail .container .cover {
    padding-top: 68%;
}
#product_detail .container .title {
    margin: 1.2em auto 1em;
}
#culture_top {
    z-index: 2;
}
@media (max-width: 1000px) {
    #culture_top .container > .left {
        display: none;
    }
}
#culture_top .container > .content {
    float: none;
    margin: 0 0 0 auto;
}
@media (max-width: 1000px) {
    #culture_top .container > .content {
        width: 100%;
    }
}
#culture_top .container > .content img {
    margin-bottom: 30px;
}
@media (min-width: 1000px) {
    #culture_top .container > .content img {
        display: none;
    }
}
#culture_top .container > .content .hr {
    padding-bottom: 20px;
    margin-bottom: 0.2rem;
}
#culture_top .container > .content .hr:after {
    width: 28px;
    height: 4px;
    background-color: #0172bd;
}
#culture {
    z-index: 1;
}
#culture .container > .col-item {
    margin-bottom: 0.4rem;
}
#culture .container > .col-item > .col-content {
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 2em;
}
#culture .container > .col-item > .col-content .fl {
    font-size: 1.8em;
    color: #0172bd;
    padding-top: 0.1em;
}
#culture .container > .col-item > .col-content .hr {
    padding: 20px 0;
    margin: 0.2rem 0;
}
#culture .container > .col-item > .col-content .hr:after {
    height: 1px;
    background-color: #dedede;
}
#culture .container > .col-item > .col-content .right {
    margin-left: 2.2em;
}
#culture .container > .col-item > .col-content .title {
    color: #0172bd;
    font-size: 1.1em;
}
#culture .container > .col-item > .col-content .en {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.5;
}
#staff .container > .swiper,
#staff .container > .swiper .col-content {
    margin-bottom: 0;
}
#staff .container > .swiper .col-content:hover .clear {
    color: #0172bd;
    border-color: #0172bd;
}
#staff .container > .swiper .cover {
    padding-top: 45%;
}
#staff .container > .swiper .clear {
    padding: 0.32rem 0;
    border-bottom: 1px solid #dedede;
    font-size: 112.5%;
    line-height: 1.125em;
}
@media (max-width: 768px) {
    #staff .container > .swiper .clear {
        padding: 16px 0;
    }
}
#staff .container > .swiper .clear > .title {
    margin-right: 3.5em;
}
@media (min-width: 1201px) {
    #staff .container > .swiper-pagination {
        display: none;
    }
}
#staff .container > .swiper-button {
    width: 2.2em;
    height: 2.2em;
    border: 1px solid #757575;
    color: #757575;
}
@media (max-width: 1200px) {
    #staff .container > .swiper-button {
        display: none;
    }
}
#staff .container > .swiper-button:hover {
    border-color: #0172bd;
    color: #fff;
    background-color: #0172bd;
}
#staff .container > .swiper-button > i {
    font-size: 0.8em;
}
#staff .container > .swiper-button:after {
    display: none;
}
#staff .container > .swiper-button.swiper-button-prev {
    right: 100%;
    left: auto;
    margin-right: 0.4rem;
}
#staff .container > .swiper-button.swiper-button-next {
    left: 100%;
    right: auto;
    margin-left: 0.4rem;
}