@import "../font/iconfont.css";
html {
    font-family: "黑体";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 100px;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
}
@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
object {
    pointer-events: none;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
a:active,
a:hover {
    outline: 0;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    font: inherit;
    color: inherit;
    vertical-align: middle;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pos-cont,
.relative,
.full-content,
.cross-content {
    position: relative;
}
.clear:after {
    clear: both;
}
.t-center {
    text-align: center;
}
.col {
    margin-right: -18px;
    margin-bottom: -18px;
}
@media (max-width: 768px) {
    .col {
        margin-right: -10px;
        margin-bottom: -10px;
    }
}
.col .col-content {
    margin-right: 18px;
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    .col .col-content {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.col-2 .col-item {
    width: 50%;
}
.col-3 .col-item {
    width: 33.3333%;
}
.col-4 .col-item {
    width: 25%;
}
@media (max-width: 1000px) {
    .col-4 .col-item {
        width: 33.3333%;
    }
}
@media (max-width: 768px) {
    .col-4 .col-item {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .col-4 .col-item {
        width: 100%;
    }
}
.scrollReveal {
    visibility: hidden;
}
.full-content {
    max-width: 1920px;
    margin: 0 auto;
}
.gray {
    background-color: #f8f8f8;
}
.clearTransition {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.transition1 {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.transition2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.transition4 {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.transition6 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.text-over,
.text-more-over {
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-over {
    white-space: nowrap;
}
.text-more-over {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-item,
.bottom-item,
.middle-item {
    display: inline-block;
}
.middle-item {
    vertical-align: middle;
}
.top-item {
    vertical-align: top;
}
.bottom-item {
    vertical-align: bottom;
}
.not-float,
.clear-middle {
    width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.contain-img,
.containImg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.cover-img,
.coverImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.full {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.full.left {
    right: auto;
}
.full.right {
    left: auto;
}
.full.top {
    bottom: auto;
}
.full.bottom {
    top: auto;
}
.tab-content .item,
.none {
    display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
    display: block;
}
.fl,
.col-item {
    float: left;
}
.fr {
    float: right;
}
.not-float {
    float: none;
}
.top50 {
    top: 50%;
}
.clear:after,
.square:after,
.pos-cont:after,
.block-cont:after {
    content: "";
}
.top50,
.pos-cont:after {
    position: absolute;
}
.fade {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.fade-active {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.circle {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
.square:after {
    padding-top: 100%;
}
.pull-back {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-content-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-conten: center;
    align-content: center;
}
.flex-wrap-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .hide-mob {
        display: none!important;
    }
    #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 {
        transform: translateY(100%);
        opacity: 0;
        top: auto;
        padding: 20px;
        background-color: #fff;
        font-size: 0;
        color: #000;
        z-index: 2;
    }
    #page_anchor > .container > .middle-item {
        font-size: 15px;
        line-height: 40px;
        width: 50%;
        text-align: center;
    }
    #page_anchor > .container > .belong {
        position: relative;
    }
    #page_anchor > .container > .belong > .top50 {
        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;
        height: 40px;
    }
    #page_anchor > .container > .scroll-container > .swiper .swiper-slide-active {
        color: #57abff;
        font-weight: bold;
    }
    #page_anchor.active > .container {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
    #page_anchor {
        text-align: center;
        position: static;
    }
    #page_anchor > .container {
        position: static;
    }
    #page_anchor > .container > .scroll-container {
        display: block;
    }
    #page_anchor > .container > .scroll-container > .full {
        position: static;
    }
    #page_anchor > .container > .scroll-container > .swiper > .swiper-wrapper > .swiper-slide {
        flex-shrink: unset;
    }
}
.fade-masking {
    background-image: -webkit-linear-gradient(bottom, #000, transparent);
    background-image: -moz-linear-gradient(bottom, #000, transparent);
    background-image: -ms-linear-gradient(bottom, #000, transparent);
    background-image: -o-linear-gradient(bottom, #000, transparent);
    background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes appear-hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
@keyframes sport-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes sport-reset {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes sport-default {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.oppress {
    overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img {
    transition: all 0.2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img {
    transform: scale(1.1);
}
.clip {
    overflow: hidden;
}
#fade-panel {
    display: none;
    position: fixed;
    z-index: 2100;
}
#fade-panel .close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 16px;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    cursor: pointer;
}
#fade-panel .close:hover {
    opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: -0.5px;
    background-color: #fff;
}
#fade-panel .close:before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
#fade-panel .close:after {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
#panel-bg {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
#panel-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 852px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#panel-content.video {
    height: 80%;
}
#panel-content.video > .video {
    display: block;
}
#panel-content.iframe > .iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0 none;
    display: block;
}
#panel-content.iframe:after {
    width: 100%;
    padding-top: 64%;
}
#panel-content.img {
    height: 80%;
}
#panel-content.img > .img {
    display: block;
}
#panel-content > .video-box {
    max-width: 100%;
    max-height: 100%;
    display: none;
}
.box-3d {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.title {
    font-weight: bold;
}
.body-content {
    margin-left: 1rem;
    margin-right: 1rem;
}
@media (max-width: 1500px) {
    .body-content {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
.spacing,
.spacing-top {
    padding-top: 1rem;
}
@media (max-width: 1000px) {
    .spacing,
    .spacing-top {
        padding-top: 50px;
    }
}
.spacing,
.spacing-bottom {
    padding-bottom: 1rem;
}
@media (max-width: 1000px) {
    .spacing,
    .spacing-bottom {
        padding-bottom: 50px;
    }
}
.body-container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.hoz-container {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
    .hoz-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.row-container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
@media (max-width: 768px) {
    .row-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.edit-content {
    line-height: 1.8;
}
.edit-content img {
    height: auto!important;
}
.text-node {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.7;
}
.text-node *{
    font-size: inherit!important;
    line-height: inherit!important;
}
.text-node.text-more-over {
    height: 50px;
}
.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 > .iconfont {
    font-size: 150%;
    opacity: 0.5;
    display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
    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: #57abff;
    color: #fff;
}
.adpat-text {
    font-size: 20px;
}
@media (max-width: 1500px) {
    .adpat-text {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    .adpat-text {
        font-size: 16px;
    }
}
.nav {
    height: 80px;
    line-height: 80px;
}
@media (max-width: 1000px) {
    .nav {
        height: 60px;
        line-height: 60px;
    }
}
.logo {
    max-width: 159px;
}
@media (max-width: 1000px) {
    .logo {
        max-width: 120px;
    }
}
@media (max-width: 768px) {
    .logo {
        max-width: 100px;
    }
}
.title-01 {
    font-size: 1.8em;
}
@media (max-width: 1500px) {
    .title-01 {
        font-size: 1.6em;
    }
}
@media (max-width: 1200px) {
    .title-01 {
        font-size: 1.4em;
    }
}
@media (max-width: 1000px) {
    .title-01 {
        font-size: 1.25em;
    }
}
.title-02 {
    font-size: 1.5em;
}
@media (max-width: 1500px) {
    .title-02 {
        font-size: 1.35em;
    }
}
@media (max-width: 1200px) {
    .title-02 {
        font-size: 1.2em;
    }
}
.title-03 {
    font-size: 1.3em;
}
@media (max-width: 1500px) {
    .title-03 {
        font-size: 1.2em;
    }
}
@media (max-width: 1200px) {
    .title-03 {
        font-size: 1.1em;
    }
}
.swiper-pagination {
    line-height: 1;
    height: 8px;
}
.swiper-pagination > .swiper-pagination-bullet {
    vertical-align: top;
}
.swiper-pagination.default {
    position: static;
    margin-top: 20px;
}
.swiper-pagination.white > .swiper-pagination-bullet {
    background-color: #fff;
}
header > .masking {
    z-index: 2;
    opacity: 0.5;
}
header > .masking.left {
    width: 36%;
    min-width: 200px;
    background-image: -webkit-linear-gradient(left, #000, transparent);
    background-image: linear-gradient(left, #000, transparent);
}
header > .masking.top {
    height: 100px;
    background-image: -webkit-linear-gradient(top, #000, transparent);
    background-image: linear-gradient(top, #000, transparent);
}
.body {
    max-width: 1000px;
    margin: 0 auto;
}
.detail {
    z-index: 2;
}
.detail .top {
    height: 130px;
}
.detail .container {
    max-width: 1400px;
    margin: 0 auto;
}
.point {
    font-size: 14px;
}
.point a {
    display: inline;
}
.link {
    overflow: hidden;
    width: 2.15em;
    height: 2.15em;
    line-height: 2.15em;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 768px) {
    .link {
        width: 1.9em;
        height: 1.9em;
        line-height: 1.9em;
    }
}
.link,
.link > .iconfont {
    position: relative;
}
.link > .iconfont.icon-arrow-down:before{
    content: "\e665"!important;
    
}
.link > .iconfont {
    z-index: 3;
    display: block;
}
.link.active {
    border-color: #57abff;
    background-color: #57abff;
}
.link.lucency {
    border-color: #fff;
}
.link > .bg {
    z-index: 2;
    transform: scale(0);
    background-color: #fff;
}
.link.default {
    border-color: #a8a8a8;
    color: #a8a8a8;
}
.link.default > .bg {
    background-color: #57abff;
}
.link.gray {
    border-color: #dfdfdf;
    background-color: #dfdfdf;
}
.link > .down {
    animation: arrow-down-animate2 2s linear infinite;
}
@keyframes arrow-down-animate2 {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}
.link:hover > .bg {
    transform: scale(1);
}
.link:hover > .iconfont:before {
    content: "\eb0b";
}
  
.link.lucency:hover,
.link.active:hover {
    color: #57abff;
}
.link.default:hover {
    border-color: #57abff;
    color: #fff;
}
.mouse {
    width: 24px;
    height: 31px;
    background: url(../images/mouse.png) no-repeat scroll;
    background-size: 48px 31px;
}
.mouse.active {
    background-position: 0 0;
}
.mouse.default {
    background-position: -24px 0;
}
.swiper-change {
    font-size: 0;
}
.swiper-change > .middle-item {
    position: static;
    margin-top: 0;
    font-size: 10px;
    width: auto;
    height: auto;
}
.swiper-change > .middle-item:after {
    display: none;
}
.swiper-change > .middle-item.line {
    margin: 0 24px;
    height: 5px;
    width: 1px;
    opacity: 0.3;
}
.swiper-change > .middle-item.swiper-button-prev {
    /*opacity: 0.3;*/
    /*height: 36px;*/
    /*width: 36px;*/
    /*line-height: 36px;*/
    /*transform: scale(0.7);*/
    /*transform-origin: left center;*/
    transform: rotateZ(180deg);
}
.swiper-change > .middle-item.swiper-button-prev:hover {
    opacity: 1;
}
@media (max-width: 768px) {
    .swiper-change > .middle-item.swiper-button {
        width: 40px;
    }
}
.swiper-change > .middle-item > svg {
    display: block;
    height: auto;
    max-width: 100%;
    width: 52px;
}
.swiper-change > .middle-item > svg > .cls-1 {
    fill-rule: evenodd;
}
.swiper-change > .middle-item > svg > .cls-2 {
    fill: none;
    stroke-width: 1px;
    stroke-dasharray: 80px,20px;
    transform-origin: 35px 16.5px;
    transform: rotateZ(-150deg);
}
.swiper-change > .middle-item:hover svg{
    animation: swiper-change-animation 1.6s ease-out infinite;
    position: relative;
}
@keyframes swiper-change-animation{
    0%{left:0}
    50%{left:4px}
    100%{left:0}
}
.swiper-change.default > .middle-item.swiper-button-prev {
    color: #fff;
}
.swiper-change.default > .middle-item.line {
    background-color: #fff;
}
.swiper-change.default > .middle-item > svg > .cls-1 {
    fill: #fff;
}
.swiper-change.default > .middle-item > svg > .cls-2 {
    stroke: #fff;
}
.swiper-change.default > .middle-item:hover > svg > .cls-1 {
    fill: #57abff;
}
.swiper-change.default > .middle-item:hover > svg > .cls-2 {
    stroke: #57abff;
}
.swiper-change.coloring > .middle-item.swiper-button-prev {
    color: #000;
}
.swiper-change.coloring > .middle-item.line {
    background-color: #000;
}
.swiper-change.coloring > .middle-item > svg > .cls-1 {
    fill: #57abff;
}
.swiper-change.coloring > .middle-item > svg > .cls-2 {
    stroke: #57abff;
}
.section-title {
    line-height: 1;
    margin-bottom: 0.64rem;
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 1000px) {
    .section-title {
        margin-bottom: 35px;
        padding-bottom: 18px;
    }
}
.section-title .zh {
    font-size: 1.2em;
}
.more {
    width: 6.2em;
    height: 1.6em;
    text-align: center;
    line-height: 1.6em;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    text-transform: uppercase;
}
.more > span {
    font-size: 0.7em;
    margin-right: 0.5em;
}
.more > .iconfont {
    font-size: 0.6em;
}
.more.lucency {
    color: #fff;
}
.more:hover {
    background-color: #fff;
    color: #57abff;
}
.contact > .item {
    line-height: 2em;
}
.contact > .item .iconfont {
    display: inline-block;
    width: 1.25em;
}
.contact > .item a.tel {
    font-weight: bold;
}
@media (max-width: 768px) {
    .contact > .item a.tel {
        font-size: 1em;
    }
}
.contact > .item > .fl {
    width: 6.25em;
}
.contact > .item > .right {
    margin-left: 6.25em;
}
.wechat {
    font-size: 12px;
}
.wechat:not(:last-child) {
    margin-right: 0.4rem;
}
.wechat img {
    width: 100px;
}
.scroll-down {
    width: 24px;
    text-align: center;
}
.scroll-down > .mouse {
    width: 24px;
    height: 31px;
    animation: mouse-animate 6s linear infinite;
}
@keyframes mouse-animate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.scroll-down > .iconfont {
    font-size: 12px;
    display: inline-block;
    animation: arrow-down-animate 6s linear infinite;
}
@keyframes arrow-down-animate {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    33.3333% {
        transform: translateY(50%);
        opacity: 1;
    }
    66.66666% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}
.row-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0.2rem;
    padding-bottom: 30px;
    color: #57abff;
}
.row-title .line {
    width: 50px;
    height: 4px;
    background-color: #cacaca;
    margin: 6px auto 0;
}
.row-title .line:after {
    margin: 0 auto;
    background-color: #57abff;
    height: 100%;
    width: 12px;
}
.row-title.white {
    color: #fff;
}
.row-title.white .line {
    background-color: #fff;
}
.more-button {
    width: 4.9em;
    padding: 0 2em;
    height: 2.3em;
    line-height: 2.3em;
    text-align: justify;
    border-width: 1px;
    border-style: solid;
    margin: 0 auto;
}
.more-button > span {
    font-size: 14px;
}
.more-button > .iconfont {
    font-size: 20px;
}
.more-button.lucency {
    border-color: #fff;
    color: #fff;
}
.more-button.lucency:hover {
    background-color: #57abff;
    border-color: #57abff;
    -webkit-filter: drop-shadow(4px 4px 0 rgba(87, 171, 255, 0.5));
    filter: drop-shadow(4px 4px 0 rgba(87, 171, 255, 0.5));
}
ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    font-size: 0;
}
ul.pagination > li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #fff;
    width: 4.15em;
    height: 4.15em;
    line-height: 4.15em;
    color: #8b8b8b;
    margin: 0 0.1rem;
}
@media (max-width: 1500px) {
    ul.pagination > li {
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    ul.pagination > li {
        font-size: 10px;
    }
}
@media (max-width: 1000px) {
    ul.pagination > li {
        font-size: 8px;
    }
}
@media (max-width: 768px) {
    ul.pagination > li {
        font-size: 6px;
    }
}
ul.pagination > li:last-child,
ul.pagination > li:first-child {
    width: 8em;
}
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    display: block;
}
ul.pagination > li:last-child > a,
ul.pagination > li:first-child > a,
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    position: relative;
    overflow: hidden;
    text-indent: -200px;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:first-child > a:after,
ul.pagination > li:last-child > span:after,
ul.pagination > li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
}
ul.pagination > li:last-child > a:after.left,
ul.pagination > li:first-child > a:after.left,
ul.pagination > li:last-child > span:after.left,
ul.pagination > li:first-child > span:after.left {
    right: auto;
}
ul.pagination > li:last-child > a:after.right,
ul.pagination > li:first-child > a:after.right,
ul.pagination > li:last-child > span:after.right,
ul.pagination > li:first-child > span:after.right {
    left: auto;
}
ul.pagination > li:last-child > a:after.top,
ul.pagination > li:first-child > a:after.top,
ul.pagination > li:last-child > span:after.top,
ul.pagination > li:first-child > span:after.top {
    bottom: auto;
}
ul.pagination > li:last-child > a:after.bottom,
ul.pagination > li:first-child > a:after.bottom,
ul.pagination > li:last-child > span:after.bottom,
ul.pagination > li:first-child > span:after.bottom {
    top: auto;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:last-child > span:after {
    content: "下一页";
}
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
    content: "上一页";
}
ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #FFF;
    background-color: #57abff;
    border-color: #57abff;
}
#detail {
    height: 480px;
    z-index: 0;
}
#detail.product {
    background-image: url(../images/product.jpg?v=0.0.1);
    /*background-color: #3b90e4;*/
}
#detail.news {
    background-image: url(../images/column-xwxq.jpg);
}
.page {
    background-color: #57abff;
    color: #fff;
    height: 64px;
    line-height: 64px;
    padding: 0 16px;
    text-align: center;
}
.page .iconfont {
    font-size: 12px;
}
.page a:hover span{
    text-decoration: underline;
}
@media (max-width: 768px) {
    .page {
        font-size: 12px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }
}
#nav {
    position: fixed;
    z-index: 100;
    bottom: auto;
    color: #fff;
    text-align: center;
}
#nav > .clear > .logo {
    right: auto;
    left: 0.6rem;
}
#nav > .clear > .right {
    font-size: 0;
}
#nav > .clear > .right > .search {
    font-size: 16px;
}
#nav > .clear > .right > .search > .iconfont {
    position: relative;
    z-index: 2;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 125%;
}
#nav > .clear > .right > .search > .content {
    z-index: 1;
    right: -6px;
    background-color: #fff;
    width: 0;
    overflow: hidden;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
}
#nav > .clear > .right > .search > .content > input {
    width: 200px;
    height: 100%;
    border: 0;
    padding: 0 10px;
    outline: 0;
    color: #000;
    font-size: 15px;
}
#nav > .clear > .right > .search:hover {
    color: #333;
}
#nav > .clear > .right > .search:hover > .iconfont {
    color: #57abff;
}
#nav > .clear > .right > .search:hover > .content {
    width: 230px;
}
#nav.active {
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.5);
}
#nav.select {
    transform: translateY(0);
    background-color: transparent;
}
#nav.select .substitution {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
#nav.scroll {
    transform: translateY(0);
}
#navbar_button {
    width: 80px;
    margin-left: 0.6rem;
    position: relative;
    overflow: hidden;
    background-color: #59bef4;
    cursor: pointer;
}
@media (max-width: 1000px) {
    #navbar_button {
        width: 40px;
        margin: 10px 10px 10px 0.6rem;
        line-height: 40px;
    }
}
#navbar_button > .full {
    z-index: 1;
    width: 400%;
    background-image: -webkit-linear-gradient(left, transparent, #2086f7 40%, #2086f7 60%, transparent);
    background-image: linear-gradient(left, transparent, #2086f7 40%, #2086f7 60%, transparent);
    background-size: 50% 100%;
    background-repeat: repeat-x;
    animation: navbar_button_bg 8s linear infinite;
}
@keyframes navbar_button_bg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
#navbar_button > .relative {
    z-index: 2;
    width: 24px;
    height: 14px;
}
@media (max-width: 1000px) {
    #navbar_button > .relative {
        width: 20px;
    }
}
#navbar_button > .relative > .full {
    background-color: #fff;
    height: 2px;
}
#navbar_button > .relative > .full.middle {
    top: 50%;
    bottom: auto;
    margin-top: -1px;
    margin-left: 4px;
}
#navbar_button > .relative > .full.bottom {
    margin-left: 8px;
}
#navbar_button.active > .relative > .full,
#navbar_button:hover > .relative > .full {
    margin-left: 0!important;
}
#navbar_button.active > .relative > .full.top {
    top: 50%;
    margin-top: -1px;
    transform: rotateZ(45deg);
}
#navbar_button.active > .relative > .full.middle {
    opacity: 0;
}
#navbar_button.active > .relative > .full.bottom {
    bottom: 50%;
    margin-bottom: -1px;
    transform: rotateZ(-45deg);
}
@media (max-width: 1000px) {
    #navbar {
        display: none;
    }
}
#navbar > .relative:not(:last-child) {
    margin-right: 0.5rem;
}
#navbar > .relative > .full {
    top: auto;
    height: 2px;
    background-color: #ffb43f;
}
#nav_fixed {
    display: none;
    z-index: 90;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}
@keyframes appear-show {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes appear-hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.6);
    }
}
@media (max-width: 1200px) {
    #nav_fixed {
        padding-top: 120px;
        padding-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    #nav_fixed {
        padding-top: 90px;
    }
}
@media (max-height: 580px) {
    #nav_fixed {
        padding-top: 60px;
    }
}
#nav_fixed.active {
    transform-origin: center center!important;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: appear-show;
}
#nav_fixed > .bg {
    margin: 1rem;
    z-index: 1;
    opacity: 0.01;
}
#nav_fixed > .flex {
    z-index: 2;
    top: 30%;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -webkit-align-conten: space-between;
    align-content: space-between;
}
@media (max-width: 1200px) {
    #nav_fixed > .flex {
        top: 20%;
    }
}
#nav_fixed > .flex > .list {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 0.5rem;
    padding-bottom: 10px;
}
@media (max-width: 1200px) {
    #nav_fixed > .flex > .list {
        display: block;
    }
}
@media (max-height: 650px) {
    #nav_fixed > .flex > .list {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    #nav_fixed > .flex > .list > .item {
        padding: 0 10px;
        font-size: 14px;
    }
}
#nav_fixed > .flex > .list > .item > .top {
    font-size: 125%;
    padding-bottom: 10px;
    margin-bottom: 0.2rem;
}
@media (max-height: 768px) {
    #nav_fixed > .flex > .list > .item > .top {
        font-size: 112.5%;
    }
}
@media (max-height: 650px) {
    #nav_fixed > .flex > .list > .item > .top {
        margin-bottom: 0;
    }
}
#nav_fixed > .flex > .list > .item > .secondary {
    margin-top: 12px;
    opacity: 0.7;
}
@media (max-width: 1200px) {
    #nav_fixed > .flex > .list > .item > .secondary {
        display: none;
    }
}
#nav_fixed > .flex > .list > .item > a:hover {
    text-decoration: underline;
}
#nav_fixed > .flex > .bottom {
    width: 100%;
    padding-bottom: 50px;
}
#nav_fixed > .flex > .bottom > .contact {
    margin-bottom: -18px;
}
#nav_fixed > .flex > .bottom > .contact > .item {
    margin-bottom: 18px;
}
#nav_fixed > .flex > .bottom > .right {
    text-align: center;
}
@media (max-height: 750px) {
    #nav_fixed > .flex > .bottom > .right {
        display: none;
    }
}
#nav_fixed > .flex > .bottom > .right > .clear {
    width: 250px;
}
#nav_fixed > .flex > .bottom > .right img {
    margin-bottom: 10px;
}
#banner {
    color: #fff;
}
#banner #slider {
    height: 100%;
}
#banner > .content {
    z-index: 1;
}
#banner > .flex {
    z-index: 3;
}
@media (min-width: 768px) {
    #banner > .flex {
        bottom: 50px;
    }
}
@media (max-width: 768px) {
    #banner > .flex {
        bottom: 30%;
    }
}
@media (min-width: 768px) {
    #banner > .flex > .content {
        width: 50%;
    }
}
#banner > .flex .box {
    min-height: 3.8rem;
}
@media (max-width: 850px) {
    #banner > .flex .box {
        min-height: 160px;
    }
}
#banner > .flex .title {
    font-weight: bold;
    font-size: 0.48rem;
    margin-bottom: 0.7rem;
    color: #ffb43f;
}
/*#banner > .flex .title > .item .full{*/
/*    top: auto;*/
/*    height: 0.02rem;*/
/*    background-color: #fff;*/
/*}*/
@media (max-width: 850px) {
    #banner > .flex .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
#banner > .flex .item {
    display: none;
}
#banner > .flex .desc .top {
    font-size: 0.8em;
}
#banner > .flex .desc .top > .line {
    margin-left: 12px;
    height: 0.1em;
    width: 5em;
    background-color: #fff;
}
#banner > .flex .desc .subtitle {
    font-size: 1.1em;
    margin-top: 1.1em;
}
@media (max-width: 1000px) {
    #banner > .flex .desc .subtitle {
        font-size: 1em;
    }
}
@media (max-width: 768px) {
    #banner > .flex .desc .subtitle {
        font-size: 12px;
    }
}
#banner > .pagination {
    height: 40px;
    line-height: 40px;
    padding: 0.3rem 0;
    text-align: center;
    z-index: 4;
    top: auto;
}
@media (max-width: 768px) {
    #banner > .pagination {
        padding: 10px 0;
    }
}
#banner > .pagination > span{
    width: 0.5em;
    height: 0.5em;
    border: solid 2px #fff;
    transform: rotate(-45deg);
    margin: 0 0.5em;
    cursor: pointer;
}
#banner > .pagination > span.active{
    background-color: #fff;
    border-radius: 80% 0px 55% 50% / 55% 0px 80% 50%;
}
#banner > .bottom {
    z-index: 3;
    bottom: 40px;
}
#banner > .bottom .middle-item {
    font-size: 0.8em;
}
#banner > .bottom .middle-item.tel {
    font-size: 1.1em;
}
#banner > .bottom .banner-zhengshu,
#banner > .bottom .product-swiper {
    display: none;
}
@media (min-width: 769px) {
    #banner > .bottom .banner-zhengshu{
        width: 64%;
        max-width: 10.7rem;
        left: auto;
        text-align: right;
    }
    #banner > .bottom .product-swiper {
        width: 45%;
        max-width: 8.5rem;
        left: auto;
    }
}
@media (max-width: 768px) {
    #banner > .bottom .banner-zhengshu,
    #banner > .bottom .product-swiper {
        bottom: 45px;
        text-align: center;
    }
    #banner > .bottom .banner-zhengshu img{
        max-height: 320px;
    }
    #banner > .bottom .product-swiper > .product-swiper-main .contain-img{
        max-height: 320px;
    }
}
#banner > .bottom .product-swiper > .product-swiper-main {
    padding-bottom: 0.3rem;
}
#banner > .bottom .product-swiper > .product-swiper-main .contain-img{
    overflow: hidden;
}
#banner > .bottom .product-swiper > .product-swiper-main .contain-img:after {
    content:"";
    display: block;
    padding-top: 75%;
}
#banner > .bottom .product-swiper > .product-swiper-list .swiper-slide {
    width: 17%;
    cursor: pointer;
}
#banner > .bottom .product-swiper > .product-swiper-list .swiper-slide > .content {
    border: 1px solid #fff;
    padding: 8px;
}
#banner > .bottom .product-swiper > .product-swiper-list .swiper-slide > .content > .contain-img {
    padding-top: 100%;
}
#banner > .bottom .product-swiper > .product-swiper-list .swiper-slide.swiper-slide-active > .content {
    border-color: #57abff;
}
@media (min-width: 1000px) {
    #banner > .set-height {
        height: 100vh;
    }
}
@media (max-width: 1000px) {
    #banner > .set-height {
        max-height: 750px;
        overflow: hidden;
    }
    #banner > .set-height:after {
        padding-top: 150%;
        height: 40px;
    }
}
#home_about {
    background-attachment: fixed;
}
#home_about > .cover-img{
    width: 63px;
    height: 451px;
    background-image: url(../images/about.png);
    right: auto;
    bottom: auto;
    z-index: 1;
}
#home_about > .body-content{
    z-index: 2;
}
#home_about #about_data {
    margin-bottom: 0.6rem;
    padding-bottom: 1em;
}

#home_about #about_data .data {
    color: #ffb43f;
}
@media (max-width: 1000px) {
    #home_about .container {
        display: block;
    }
}
#home_about .container > .item {
    order: 2;
}
@media (min-width: 1000px) {
    #home_about .container > .item {
        width: 50%;
    }
}
@media (min-width: 1000px) {
    #home_about .container > .item.oppress {
        order: 1;
    }
}
#home_about .container > .item > .content {
    margin-bottom: 24px;
}
@media (min-width: 1000px) {
    #home_about .container > .item > .content {
        padding-left: 0.6rem;
        margin: 0;
    }
}
#home_about .container > .item > .content > .title {
    margin-bottom: 1em;
}
#home_about .container > .item > .content > .text-node {
    margin-bottom: 24px;
}
@media (min-width: 1000px) {
    #home_about .container > .item > .content > .text-node {
        font-size: 16px;
        -webkit-line-clamp: 6;
        height: 10.8em;
        margin-bottom: 0.4rem;
    }
}
@media (max-width: 1000px) {
    #home_about .container > .item > .content > .text-node {
        font-size: 14px;
        -webkit-line-clamp: unset;
        height: auto;
    }
}

#about_data {
    text-align: center;
}
#about_data > .item{
    width: 25%;
}
@media (max-width: 768px) {
    #about_data .item {
        width: 50%;
        margin-bottom: 24px;
    }
}
#about_data .data {
    font-weight: bold;
    color: #57abff;
    font-size: 0.7rem;
    line-height: 0.8;
}
@media (max-width: 768px) {
    #about_data .data {
        font-size: 26px;
    }
}
#about_data .name {
    line-height: 0.8;
}
#about_data .key {
    margin-top: 0.875em;
    font-size: 0.8em;
}
#home_business {
    background-attachment: fixed;
    color: #fff;
}
#home_business .top {
    margin-right: -0.2rem;
    margin-bottom: 0.7rem;
}
@media (max-width: 1200px) {
    #home_business .top {
        display: block;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    #home_business .top > .section-title {
        width: 100%;
        margin-right: 0.6rem;
        max-width: 5rem;
        margin-bottom: 0;
    }
}
#home_business .top > .business {
    width: 100%;
}
@media (max-width: 1200px) {
    #home_business .top > .business {
        width: auto;
        margin: 0.7rem -0.2rem 0 0;
    }
}
@media (max-width: 1000px) {
    #home_business .top > .business {
        display: none;
    }
}
#home_business .top > .business > .item {
    padding: 44px 0.2rem 0;
    /*opacity: 0.7;*/
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
}
#home_business .top > .business > .item > .type {
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0.2rem;
    margin-left: 0;
}
#home_business .top > .business > .item > .name {
    font-size: 14px;
    width: 100%;
}
#home_business .top > .business > .item > .top50 {
    margin-top: -0.5em;
    font-size: 0.875em;
}
#home_business .top > .business > .item > .top50.icon-sanjiao3 {
    left: 0;
}
#home_business .top > .business > .item > .top50.icon-sanjiao4 {
    right: 0;
}
#home_business .top > .business > .item:hover,
#home_business .top > .business > .item.active {
    /*opacity: 1;*/
    color: #ffb43f;
}
#home_business .top > .business > .item:hover > .type,
#home_business .top > .business > .item.active > .type {
    left: 50%;
    margin-left: -16px;
}
#home_business .business-swiper {
    text-align: center;
}
@media (min-width: 1000px) {
    #home_business .business-swiper {
        display: none;
    }
}
#home_business .business-swiper .type {
    font-size: 32px;
}
#home_business .business-swiper .name {
    font-size: 12px;
    margin-top: 10px;
}
#home_business .business-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}
#home_business .business-title {
    margin-bottom: 0.6rem;
}
@media (max-width: 1000px) {
    #home_business .business-title {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 36px 0 24px;
    }
}
#home_business .business-title > .more {
    margin-left: 1.8rem;
}
@media (max-width: 1000px) {
    #home_business .business-title > .more {
        margin: 0;
    }
}
@media (max-width: 768px) {
    #home_business .business-title > .more {
        width: auto;
        height: auto;
        line-height: unset;
        border: 0 none;
    }
}
@media (max-width: 768px) {
    #home_business .business-title > .more > span {
        display: none;
    }
}
#home_business .tab-content .swiper {
    margin: 0 -0.6rem;
}
@media (max-width: 768px) {
    #home_business .tab-content .swiper {
        margin: 0 -20px;
    }
}
@media (max-width: 1000px) {
    #home_business .tab-content .row-container {
        display: block;
    }
}
@media (min-width: 1000px) {
    #home_business .container {
        width: 50%;
    }
}
#home_business .container > .cover-img {
    padding-top: 55%;
}
@media (min-width: 1000px) {
    #home_business .container > .content {
        padding-left: 0.6rem;
    }
}
#home_business .container > .content > .title {
    margin-bottom: 1.6em;
}
@media (max-width: 1000px) {
    #home_business .container > .content > .title {
        margin: 16px 0;
    }
}
#home_business .container > .content > .text-node {
    margin-bottom: 36px;
    opacity: 1;
}
@media (min-width: 1000px) {
    #home_business .container > .content > .text-node {
        -webkit-line-clamp: 5;
        height: 126px;
        margin-bottom: 0.54rem;
    }
}
#home_case {
    background-attachment: fixed;
}
#home_case > .container {
    background: url(../images/case.png) no-repeat scroll;
}
@media (min-width: 1200px) {
    #home_case > .container > .body-content > .left {
        width: 6rem;
        float: left;
    }
}
#home_case > .container > .body-content > .left .title {
    margin-bottom: 1.3rem;
}
@media (max-width: 1200px) {
    #home_case > .container > .body-content > .left .title {
        margin-bottom: 36px;
    }
}
#home_case > .container > .body-content > .left > .tab-option {
    margin-right: -0.4rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    #home_case > .container > .body-content > .left > .tab-option {
        margin: 0;
    }
    #home_case > .container > .body-content > .left > .tab-option:after {
        content: "";
        display: block;
        clear: both;
    }
}
#home_case > .container > .body-content > .left > .tab-option > .item {
    margin-right: 2.5em;
    margin-bottom: 6px;
    opacity: 0.5;
}
@media (max-width: 768px) {
    #home_case > .container > .body-content > .left > .tab-option > .item {
        float: left;
        width: 33.3333%;
        text-align: center;
        margin-right: 0;
    }
}
#home_case > .container > .body-content > .left > .tab-option > .item.active {
    opacity: 1;
    color: #57abff;
}
#home_case .tab-content {
    margin-left: 6rem;
}
@media (max-width: 1200px) {
    #home_case .tab-content {
        margin: 20px 0 0 -0.6rem;
    }
}
@media (max-width: 768px) {
    #home_case .tab-content {
        margin-left: 0;
    }
}
#home_case .tab-content .high {
    height: 100%;
}
@media (min-width: 768px) {
    #home_case .tab-content .img-list {
        width: 3.5rem;
    }
}
#home_case .tab-content .img-list .cover-img {
    height: 100%;
}
@media (max-width: 768px) {
    #home_case .tab-content .img-list .cover-img {
        height: auto;
        padding-top: 52%;
    }
}
#home_case .tab-content .img-list .full {
    border: 3px solid #57abff;
    pointer-events: none;
}
@media (max-width: 768px) {
    #home_case .tab-content .left {
        position: static;
        padding: 0;
        margin-bottom: 10px;
    }
}
#home_case .tab-content .content {
    background-color: #fff;
}
@media (min-width: 768px) {
    #home_case .tab-content .content {
        margin-left: 4.7rem;
    }
}
@media (max-width: 1000px) {
    #home_case .tab-content .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
#home_case .tab-content .content > .text-content {
    height: 23em;
}
#home_case .tab-content .content > .text-content .top {
    line-height: 1;
    color: #57abff;
}
#home_case .tab-content .content > .text-content .box {
    top: 1.3em;
    padding: 0.4rem 0;
    bottom: 2.35em;
}
@media (max-width: 768px) {
    #home_case .tab-content .content > .text-content .box {
        top: 40px;
        bottom: 56px;
    }
}
#home_case .tab-content .content > .text-content .bottom {
    margin-right: 1px;
}
#home_case .tab-content .content > .text-content .scroll-content {
    padding-right: 20px;
}
#home_case .tab-content .content > .text-content .scroll-content .swiper-slide {
    height: auto;
}
#home_case .tab-content .content > .text-content .scroll-content .swiper-scrollbar-drag {
    background-color: #57abff;
}
#home_news {
    background-image: url(../images/news.png);
}
#home_news .tab-option {
    font-weight: bold;
}
#home_news .tab-option > .item {
    opacity: 0.5;
}
@media (max-width: 768px) {
    #home_news .tab-option > .item {
        font-size: 12px;
    }
}
#home_news .tab-option > .item:not(:last-child) {
    margin-right: 1.875em;
}
#home_news .tab-option > .item.active {
    opacity: 1;
    color: #57abff;
}
@media (min-width: 1000px) {
    #home_news .tab-content .left {
        width: 5.6rem;
        float: left;
    }
}
@media (max-width: 1000px) {
    #home_news .tab-content .left {
        margin-bottom: 36px;
    }
}
#home_news .tab-content .left .date {
    font-size: 0.9em;
    line-height: 1;
    opacity: 0.8;
}
#home_news .tab-content .left .title {
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 0.2rem;
}
#home_news .tab-content .left .clip {
    margin: 0.3rem auto 0.5rem;
}
@media (max-width: 1000px) {
    #home_news .tab-content .left .clip {
        margin: 24px auto;
    }
}
#home_news .tab-content .left .cover-img {
    padding-top: 0.55em;
    height: 98px;
    padding-bottom: 1.4rem;
}
@media (min-width: 1000px) {
    #home_news .tab-content .right {
        margin-left: 5.6rem;
        padding-left: 0.6rem;
    }
}
#home_news .tab-content .right .li {
    padding-left: 8em;
    padding-right: 5em;
}
@media (max-width: 768px) {
    #home_news .tab-content .right .li {
        padding-right: 0;
        padding-left: 80px;
    }
}
#home_news .tab-content .right .li:not(:last-child) {
    margin-bottom: 0.6rem;
}
#home_news .tab-content .left:hover .date,
#home_news .tab-content .left:hover .title,
#home_news .tab-content .right .li:hover .date,
#home_news .tab-content .right .li:hover .title{
    color: #57abff;
}
@media (max-width: 768px) {
    #home_news .tab-content .right .li:not(:last-child) {
        margin-bottom: 24px;
    }
}
#home_news .tab-content .right .line {
    position: absolute;
    left: 5.1em;
    width: 1px;
    background-color: #c6c6c6;
    top: 5px;
    bottom: 5px;
}
@media (max-width: 768px) {
    #home_news .tab-content .right .line {
        left: 62px;
        top: 30px;
        opacity: 0.2;
        bottom: 30px;
    }
}
#home_news .tab-content .right .date {
    left: 0;
    text-align: center;
    line-height: 1;
    margin-top: -1.6em;
    font-family: Arial;
}
#home_news .tab-content .right .date > .day {
    font-weight: bold;
    font-size: 2.5em;
}
@media (max-width: 1000px) {
    #home_news .tab-content .right .date > .day {
        font-size: 2em;
    }
}
#home_news .tab-content .right .date > .year {
    opacity: 0.7;
    font-size: 0.7em;
}
#home_news .tab-content .right .link {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.075em;
    transform: translateY(-1px);
}
#home_news .tab-content .right .content > .title {
    margin-bottom: 0.8em;
}
@media (max-width: 768px) {
    #home_news .tab-content .right .content > .text-node {
        font-size: 13px;
        line-height: 1.5;
        height: 39px;
    }
}
#home_partner > .cover-img {
    width: 3.86rem;
    height: 3.55rem;
    background-image: url(../images/cooperation.png);
    z-index: 1;
}
#home_partner > .body-content {
    z-index: 2;
}
@media (min-width: 1000px) {
    #home_partner .container > .title {
        float: left;
        width: 4.4rem;
    }
}
#home_partner .container > .right {
    margin-top: 36px;
}
@media (min-width: 1000px) {
    #home_partner .container > .right {
        margin-left: 4.4rem;
        padding-left: 0.6rem;
        margin-top: 0;
    }
}
#home_partner .container .top {
    margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
    #home_partner .container .top {
        display: block;
    }
}
@media (min-width: 768px) {
    #home_partner .container .top .content {
        width: 2.1rem;
    }
}
@media (min-width: 768px) {
    #home_partner .container .top .content > .link {
        float: right;
    }
}
@media (max-width: 768px) {
    #home_partner .container .top .content > .link {
        display: inline-block;
        margin-top: 24px;
    }
}
#partner > .item {
    width: 16.6666666%;
    margin-bottom: 0.1rem;
    text-align: center;
    font-size: 0.8em;
}
@media (max-width: 800px) {
    #partner > .item {
        width: 20%;
    }
}
@media (max-width: 700px) {
    #partner > .item {
        width: 25%;
    }
}
@media (min-width: 700px) {
    #partner > .item:hover .relative {
        transform: rotateX(180deg);
    }
}
#partner > .item > .relative > .default,
#partner > .item > .relative > .full {
    padding: 16px;
    height: 0.48rem;
    line-height: 0.48rem;
}
@media (max-width: 700px) {
    #partner > .item > .relative > .default,
    #partner > .item > .relative > .full {
        padding: 10px;
        height: 24px;
        line-height: 24px;
    }
}
#partner > .item > .relative > .default {
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}
#partner > .item > .relative > .default > img {
    max-height: 100%;
    transform: translateZ(20px);
}
#partner > .item > .relative > .full {
    z-index: 1;
    background-color: #fff;
    transform: rotateX(-180deg);
}
#partner > .item > .relative > .full > .text-over {
    transform: translateZ(20px);
    font-weight: bold;
}
#footer {
    background-color: #484848;
    color: #fff;
}
#footer a:hover {
    text-decoration: underline;
}
@media (min-width: 1000px) {
    #footer > .top > .left {
        display: block;
    }
}
@media (max-width: 1000px) {
    #footer > .top > .left {
        width: 100%;
    }
}
@media (min-width: 1000px) {
    #footer > .top > .left .line {
        width: 1px;
        height: 10px;
        background-color: #fff;
        margin: 0 0.3rem;
    }
}
#footer > .top > .left .title {
    font-size: 112.5%;
}
#footer > .top > .left .subtitle {
    font-size: 87.5%;
}
@media (max-width: 1000px) {
    #footer > .top > .right {
        display: none;
    }
}
#footer > .top > .right > .fl:not(:last-child) {
    margin-right: 0.6rem;
}
#footer > .line {
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    margin: 0.8rem auto;
}
@media (max-width: 768px) {
    #footer > .line {
        text-align: center;
        margin: 30px auto;
    }
}
@media (max-width: 1000px) {
    #footer > .container {
        display: block;
    }
}
#footer > .container > .contact > .item {
    margin-bottom: 0.24rem;
}
#footer > .container > .right {
    text-align: right;
}
@media (max-width: 1000px) {
    #footer > .container > .right {
        text-align: center;
        margin: 36px auto 16px;
    }
}
#footer > .container > .right .blogroll {
    background-color: #fff;
    margin-bottom: 0.6rem;
    color: rgba(0, 0, 0, 0.6);
    height: 2.25em;
    line-height: 2.25em;
}
@media (max-width: 1000px) {
    #footer > .container > .right .blogroll {
        margin-bottom: 20px;
    }
}
#footer > .container > .right .blogroll > select {
    box-sizing: content-box;
    min-width: 115px;
    display: block;
    background-color: inherit;
    outline: 0 none;
    border: 0 none;
    width: auto;
    height: 100%;
    font-size: 14px;
    padding: 0 48px 0 102px;
    text-align: right;
    direction: rtl;
}
#footer > .container > .right .blogroll > .key {
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
    right: auto;
    padding-left: 24px;
}
#footer > .container > .right .blogroll > .iconfont {
    position: absolute;
    top: 50%;
    right: 24px;
    font-size: 14px;
    line-height: 1;
    pointer-events: none;
    margin-top: -7px;
}
#footer > .container > .right .blogroll:hover {
    box-shadow: 0 0 10px #57abff;
}
@media (min-width: 1200px) {
    #footer > .container > .right .wechat .item {
        display: inline-block;
        vertical-align: bottom;
    }
}
@media (max-width: 1200px) {
    #footer > .container > .right .wechat .item {
        text-align: center;
    }
}
#footer > .container > .right .wechat img {
    margin-right: 10px;
}
@media (max-width: 1200px) {
    #footer > .container > .right .wechat img {
        margin: 0 0 10px 0;
    }
}
#copyright {
    background-color: #2c2c2c;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875em;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 1200px) {
    #copyright {
        text-align: center;
    }
}
#copyright .item {
    margin: 4px 0;
}
@media (max-width: 1200px) {
    #copyright .item {
        float: none;
        margin-right: 0!important;
    }
}
@media (min-width: 1200px) {
    #copyright .right {
        margin-left: 650px;
    }
}
@media (min-width: 1200px) {
    #copyright .right > .content {
        max-width: 950px;
        margin-left: auto;
        margin-right: 0;
    }
}
#copyright .right > .content .fl {
    margin-right: 0.5rem;
}
#column {
    color: #fff;
}
#column > .cover-img {
    z-index: 1;
}
#column .container {
    z-index: 3;
    padding: 2.1rem 0 1.3rem;
    margin: 0 auto;
    max-width: 1200px;
}
@media (max-width: 1200px) {
    #column .container {
        padding: 130px 0 80px;
    }
}
#column .container > .dot > span {
    width: 6px;
    margin-right: 5px;
    background-color: #fff;
    animation: column-dot-animation 0.8s linear infinite;
}
@keyframes column-dot-animation{
    0%{opacity:1}
    25%{opacity:0}
    100%{opacity:1}
}
#column .container > .dot > span:nth-of-type(2) {
    animation-delay: 0.2s;
}
#column .container > .dot > span:nth-of-type(3) {
    animation-delay: 0.4s;
}
#column .container > .title {
    font-size: 0.48rem;
    margin: 0.1rem 0;
    padding: 10px 0;
    line-height: 1;
}
@media (max-width: 1000px) {
    #column .container > .title {
        font-size: 24px;
    }
}
#column .container > .subtitle {
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    transform: scaleX(0.55);
    transform-origin: left center;
}
#page_anchor_mob {
    font-size: 24px;
}
#page_container {
    z-index: 3;
    background-color: #57abff;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
@media (max-width: 768px) {
    #page_container {
        height: 50px!important;
        line-height: 50px!important;
    }
}
@media (min-width: 768px) {
    #page_container .swiper-wrapper {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    #page_container .swiper-wrapper > .swiper-slide {
        width: auto;
        padding: 0 25px;
    }
}
#page_container .swiper-wrapper > .swiper-slide > .middle-item {
    line-height: 1;
}
#page_container .swiper-wrapper > .swiper-slide > .middle-item.circle {
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    margin-right: 6px;
}
#page_container .swiper-wrapper > .swiper-slide > .middle-item > .list-icon {
    font-size: 1.8em;
}
@media (max-width: 1000px) {
    #page_container .swiper-wrapper > .swiper-slide > .middle-item > .list-icon {
        font-size: 1.8em;
    }
}
@media (max-width: 768px) {
    #page_container .swiper-wrapper > .swiper-slide > .middle-item > .list-icon {
        font-size: 0.875em;
        display: inline;
    }
}
#page_container .swiper-wrapper > .swiper-slide > .middle-item > .name {
    font-size: 0.7em;
    margin-top: 6px;
}
@media (max-width: 768px) {
    #page_container .swiper-wrapper > .swiper-slide > .middle-item > .name {
        font-size: 0.875em;
        display: inline;
    }
}
@media (min-width: 768px) {
    #page_container .swiper-wrapper > .swiper-slide.active,
    #page_container .swiper-wrapper > .swiper-slide:hover {
        background-color: #3b90e4;
    }
}
#page_container.lingyu-list {
    height: 100px;
    line-height: 100px;
}
@media (min-width: 768px) {
    #page_container.lingyu-list > .body-content {
        margin: 0;
    }
}
#page_container.lingyu-list .swiper-wrapper > .swiper-slide {
    width: auto;
    padding: 0 6px;
}
@media (min-width: 768px) {
    #page_container.lingyu-list .swiper-wrapper > .swiper-slide {
        width: 100%;
    }
    #page_container.lingyu-list .swiper-wrapper > .swiper-slide:not(:last-child) {
        border-right: 1px solid #f8f8f8;
    }
}
@media (min-width: 768px) {
    #page_container.lingyu-list .swiper-wrapper > .swiper-slide.active,
    #page_container.lingyu-list .swiper-wrapper > .swiper-slide:hover {
        background-color: #f8f8f8;
        color: #57abff;
    }
}
#page_container.lingyu-list #page_anchor > .container > .belong {
    width: 35%;
    text-align: left;
}
@media (max-width: 768px) {
    #page_container.lingyu-list #page_anchor > .container > .scroll-container {
        width: 65%;
        text-align: right;
    }
}
#about {
    background-image: url(../images/about.jpg);
}
#about .top {
    font-size: 17px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
#about .top .title {
    color: #57abff;
    margin-bottom: 1em;
}
#about #about_data {
    margin-top: 0.4rem;
    padding-top: 30px;
}
#about #about_data .data {
    color: #ffb43f;
}
#about_r1 {
    color: #fff;
    text-align: center;
}
#about_r1 > .cover-img {
    z-index: 1;
}
#about_r1 > .fade {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}
#about_r1 > .container {
    height: 6.15rem;
    min-height: 240px;
    z-index: 3;
}
#about_r1 > .container .title {
    font-size: 0.44rem;
    padding-bottom: 20px;
    margin-bottom: 0.1rem;
}
@media (max-width: 900px) {
    #about_r1 > .container .title {
        font-size: 20px;
    }
}
#about_r1 > .container .line {
    width: 58px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto ;
}
#wenhua {
    z-index: 1;
}
#wenhua > .clear {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
@media (max-width: 1000px) {
    #wenhua > .clear {
        font-size: 14px;
    }
}
#wenhua > .clear > .fl {
    width: 25%;
}
@media (max-width: 1000px) {
    #wenhua > .clear > .fl {
        width: 33.33333%;
    }
}
@media (max-width: 768px) {
    #wenhua > .clear > .fl {
        width: 50%;
    }
}
#wenhua > .clear > .fl > .relative {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #4d4d4d;
}
#wenhua > .clear > .fl > .relative > .cover-img {
    z-index: 1;
    transform-origin: bottom center;
    transform: rotateX(90deg);
    opacity: 0;
}
#wenhua > .clear > .fl > .relative > .fade {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
#wenhua > .clear > .fl > .relative > .content {
    position: relative;
    z-index: 3;
}
#wenhua > .clear > .fl > .relative > .content > .iconfont {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 10px;
}
#wenhua > .clear > .fl > .relative > .content > .zh {
    font-size: 1.1em;
}
#wenhua > .clear > .fl > .relative > .content > .en {
    font-size: 0.8em;
    opacity: 0.6;
}
#wenhua > .clear > .fl > .relative > .content > .line {
    margin-top: 10px;
    width: 24px;
    height: 2px;
    background-color: #ffb43f;
}
#wenhua > .clear > .fl > .relative > .content > .desc {
    padding-top: 30px;
    margin-top: 0.34rem;
    font-size: 0.8em;
    line-height: 1.5;
    height: 3.75em;
    -webkit-line-clamp: 3;
}
#wenhua > .clear > .fl > .relative:hover {
    color: #fff;
}
#wenhua > .clear > .fl > .relative:hover > .content > .line {
    background-color: #fff;
}
#wenhua > .clear > .fl > .relative:hover > .cover-img {
    opacity: 1;
    transform: rotateX(0);
}
#zhengshu {
    margin-top: -1px;
    z-index: 2;
}
#zhengshu > .body-content {
    position: relative;
    z-index: 2;
}
#zhengshu > .cover-img {
    background-attachment: fixed;
}
#zhengshu .container {
    z-index: 2;
}
@media (max-width: 500px) {
    #zhengshu .container > .col-item {
        width: 50%;
    }
}
#zhengshu .container > .swiper-button {
    width: 2.2em;
    height: 2.2em;
    background-color: rgba(0, 0, 0, 0.08);
}
@media (max-width: 1000px) {
    #zhengshu .container > .swiper-button {
        display: none;
    }
}
#zhengshu .container > .swiper-button > .iconfont {
    font-size: 10px;
    color: #fff;
}
#zhengshu .container > .swiper-button:after {
    display: none;
}
#zhengshu .container > .swiper-button.swiper-button-prev {
    left: 0.6rem;
    margin-left: -1.1em;
}
#zhengshu .container > .swiper-button.swiper-button-next {
    right: 0.6rem;
    margin-right: -1.1em;
}
#zhengshu .container > .swiper-button:hover {
    background-color: #57abff;
}
@media (min-width: 1000px) {
    #zhengshu .container .swiper-pagination {
        display: none;
    }
}
#zhengshu .container .content {
    background-color: #fff;
    padding: 0.3rem;
}
#zhengshu .container .content .fade {
    z-index: 2;
    background-color: rgba(87, 155, 255, 0.8);
    color: #fff;
}
#zhengshu .container .content .fade .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 1.5em;
    margin: -0.75em 0 0 -0.75em;
}
#zhengshu .container .content .contain-img {
    padding-top: 130%;
}
#zhengshu .container .content .name {
    margin-top: 1em;
    font-size: 0.7em;
    line-height: 1.6;
    height: 3.2em;
    color: #5b5a5a;
    text-align: center;
}
#zhengshu > .bottom {
    margin-top: 0.6rem;
}
@media (max-width: 1200px) {
    #zhengshu > .bottom {
        margin-top: 36px;
    }
}
#huoban #partner {
    max-width: 1400px;
    margin: 0 auto;
}
#search_result .container {
    max-width: 1400px;
    margin: 0 auto;
}
#search_result .container > .result .key {
    color: red;
    padding: 0 10px;
}
#search_result .container > .result .num {
    color: #57abff;
    padding: 0 10px;
}
#search_result .container > .result.success {
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
}
#search_result .container > .result.fail {
    text-align: center;
    color: #999;
    height: 150px;
    line-height: 150px;
}
#search_result .container > .result-list {
    margin-top: 40px;
}
#search_result .container > .result-list:empty:after {
    content: "该关键字暂无搜索结果";
    color: #999;
    display: block;
    text-align: center;
}
#search_result .container > .result-list > .item {
    padding: 20px;
    border-bottom: 1px solid #dfdfdf;
}
#search_result .container > .result-list > .item > .title {
    margin-bottom: 10px;
}
#search_result .container > .result-list > .item:hover {
    background-color: #fff;
}
#lingyu_intro {
    text-align: center;
}
#lingyu_intro .body .title{
    color: #ffb43f;
}
#lingyu_intro .body .text-node {
    margin: 30px auto;
}
#lingyu_intro .link > .iconfont:before{
    content: "\e665"!important;
}
#lingyu .clear {
    margin-right: -1px;
    margin-bottom: -1px;
}
@media (max-width: 768px) {
    #lingyu .clear {
        font-size: 14px;
    }
}
#lingyu .clear > .swiper-wrapper {
    display: block;
}
@media (max-width: 768px) {
    #lingyu .clear > .swiper-wrapper > .col-item {
        width: 50%;
    }
    #lingyu .clear > .swiper-wrapper > .col-item:last-child {
        width: 100%;
    }
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content {
    margin-right: 1px;
    margin-bottom: 1px;
    height: 3.4rem;
    min-height: 200px;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .masking {
    background-color: rgba(0, 0, 0, 0.2);
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12.5em;
    height: 9.5em;
    margin: -4.75em 0 0 -6.25em;
}
@media (max-width: 768px) {
    #lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content {
        width: 80%;
        margin-left: 0;
        left: 10%;
    }
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content > div {
    width: 100%;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content.active {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0.2s;
    background-color: rgba(255, 255, 255, 0.8);
    color: #57abff;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content.active > .name {
    margin: 4px auto;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content.default {
    color: #fff;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content > .content.default > .name {
    margin: 0.8em auto;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content .iconfont {
    font-size: 2em;
    height: 1em;
    line-height: 1em;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content .name {
    font-size: 0.9em;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content .desc {
    font-size: 0.7em;
    color: #5e5e5e;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content:hover > .content.active {
    transform: scale(1);
    opacity: 1;
}
#lingyu .clear > .swiper-wrapper > .col-item > .col-content:hover > .content.default {
    transform: scale(0);
    opacity: 0;
}
#liucheng {
    background-image: url(../images/liucheng.jpg);
}
#shouhou .body {
    margin-bottom: 30px;
    padding-bottom: 0.4rem;
    text-align: center;
}
#shouhou .col-item > .col-content {
    background-color: #fff;
    padding: 2.5em 1.5em;
    text-align: center;
    cursor: pointer;
}
#shouhou .col-item > .col-content > .iconfont {
    color: #57abff;
    font-size: 2.4em;
    line-height: 1em;
}
#shouhou .col-item > .col-content > .title {
    margin: 1em auto;
    line-height: 1;
}
#shouhou .col-item > .col-content > .text-node {
    overflow: visible;
    -webkit-line-clamp: unset;
}
@media (max-width: 1400px) {
    #shouhou .col-item > .col-content > .text-node {
        height: 100px;
    }
}
@media (max-width: 500px) {
    #shouhou .col-item > .col-content > .text-node {
        height: auto;
    }
}
#shouhou .col-item > .col-content:hover {
    background-color: #57abff;
    color: #fff;
}
#shouhou .col-item > .col-content:hover > .iconfont {
    color: #fff;
}
#shouhou .col-item:first-child {
    width: 50%;
    margin-bottom: -0.39px;
}
@media (max-width: 1000px) {
    #shouhou .col-item:first-child {
        width: 66.6666666%;
    }
}
@media (max-width: 768px) {
    #shouhou .col-item:first-child {
        width: 100%;
    }
}
#shouhou .col-item:first-child > .col-content {
    padding: 0;
}
#shouhou .col-item:first-child > .col-content > .cover-img {
    padding-top: 10.4em;
    height: 49px;
}
@media (max-width: 1400px) {
    #shouhou .col-item:first-child > .col-content > .cover-img {
        height: 99px;
    }
}
@media (max-width: 500px) {
    #shouhou .col-item:first-child > .col-content > .cover-img {
        height: auto;
        padding-top: 50%;
    }
}
#case .col-content {
    background-color: #fff;
    color: #959595;
    position: relative;
}
#case .col-content .cover-img {
    padding-top: 60%;
}
#case .col-content > .fade {
    pointer-events: none;
    z-index: 3;
    border: 2px solid #57abff;
}
#case .col-content > .flex {
    font-size: 0.9em;
    padding: 1.15em 1.35em;
}
#case .col-content > .flex .link {
    margin-left: 36px;
}
#case .col-content:hover {
    color: #57abff;
}
#case .col-content:hover > .flex .link {
    border-color: #57abff;
    background-color: #57abff;
    color: #fff;
}
#case .col-content:hover > .flex .link > .iconfont:before{
    content: "\eb0b";
}
#lingyu_list .col-content {
    background-color: #fff;
}
#lingyu_list .col-content .cover-img {
    padding-top: 60%;
}
#lingyu_list .col-content .content {
    padding: 1.2em;
    text-align: center;
}
#lingyu_list .col-content .gengduo {
    font-size: 14px;
    margin: 1em auto 0;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.5em;
    border-radius: 5px;
    width: 4em;
    color: #9c9c9c;
}
#lingyu_list .col-content .gengduo > .iconfont {
    overflow: hidden;
    width: 0;
}
#lingyu_list .col-content .name {
    font-size: 0.9em;
}
#lingyu_list .col-content:hover .gengduo {
    /*width: 140px;*/
    background-color: #57abff;
    color: #fff;
    width: 6em;
    padding: 0 4em;
}
#lingyu_list .col-content:hover .gengduo > .iconfont {
    width: 1em;
}
#product_detail #zoom_container {
    z-index: 20;
}
#product_detail #zoom_container img {
    max-width: unset;
}
#product_detail .top.flex {
    color: #fff;
}
@media (max-width: 768px) {
    #product_detail .top.flex {
        display: block;
        height: auto;
        padding: 30px 0;
    }
    #product_detail .top.flex > .point {
        font-size: 12px;
        opacity: 0.5;
        margin-top: 20px;
    }
}
#product_detail .top.flex > .left:hover > .link {
    background-color: #fff;
    color: #57abff;
}
#product_detail .product-main {
    background-color: #fff;
}
#product_detail .product-main .icon.left {
    pointer-events: none;
}
#product_detail .product-main .icon.full {
    width: 3.6em;
    height: 3.3em;
    line-height: 3.3em;
    text-align: center;
    background-color: #fff;
    z-index: 5;
}
#product_detail .product-main .icon.full > .iconfont {
    font-size: 1.3em;
    color: #9a9594;
}
#product_detail .product-main > .item {
    position: relative;
}
@media (min-width: 768px) {
    #product_detail .product-main > .item {
        width: 50%;
        float: left;
    }
}
@media (max-width: 768px) {
    #product_detail .product-main > .item.left {
        margin-bottom: 20px;
    }
}
#product_detail .product-main > .item .product-swiper-main {
    background-color: #f8f8f8;
    cursor: pointer;
}
#product_detail .product-main > .item .product-swiper-main .contain-img {
    padding-top: 84.28571429%;
}
#product_detail .product-main > .item .product-swiper-list {
    margin-top: 15px;
}
#product_detail .product-main > .item .product-swiper-list .cover-img {
    border: 1px solid #dfdfdf;
    padding-top: 70%;
}
#product_detail .product-main > .item .product-swiper-list .swiper-slide {
    cursor: pointer;
}
#product_detail .product-main > .item .product-swiper-list .swiper-slide:hover .cover-img,
#product_detail .product-main > .item .product-swiper-list .swiper-slide.swiper-slide-active .cover-img {
    border-color: #57abff;
}
#product_detail .product-main > .item .title {
    margin-right: 3.6em;
}
#product_detail .product-main > .item .subtitle {
    margin-top: 10px;
}
#product_detail .product-main > .item .product-title {
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 20px;
    padding-bottom: 8px;
    margin: 0.2rem auto 10px;
}
#product_detail .product-main > .item .product-contact {
    margin-right: -0.3rem;
}
#product_detail .product-main > .item .product-contact > .top-item {
    margin-bottom: 6px;
    margin-right: 0.3rem;
    font-size: 1.5em;
}
#product_detail .product-main > .item .product-contact > .top-item:hover {
    text-decoration: underline;
}
#product_detail .product-main > .item .zixun {
    width: 9em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    color: #fff;
    background-color: #57abff;
    overflow: hidden;
    margin-top: 3em;
}
#product_detail .product-main > .item .zixun > span {
    font-size: 0.8em;
}
#product_detail .product-main > .item .zixun:hover {
    -webkit-filter: drop-shadow(4px 4px 0 rgba(87, 155, 255, 0.6));
    filter: drop-shadow(4px 4px 0 rgba(87, 155, 255, 0.6));
}
#product_detail .product-anchor {
    background-color: #f3f3f3;
    line-height: 50px;
    margin-bottom: 0.24em;
}
#product_detail .product-anchor > .item {
    width: 100%;
    text-align: center;
    max-width: 140px;
}
#product_detail .product-anchor > .item:hover,
#product_detail .product-anchor > .item.active {
    background-color: #57abff;
    color: #fff;
}
#product_detail .case-swiper .cover-img {
    padding-top: 45%;
}
#product_detail .case-swiper > .swiper-pagination {
    bottom: 0.4rem;
}
#product_detail .case-swiper > .swiper-pagination > .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
#product_detail .case-swiper > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #57abff;
}
#product_detail .case-swiper > .swiper-change {
    margin: 0 30px;
    top: 50%;
    bottom: auto;
    z-index: 2;
}
#product_detail .case-swiper > .swiper-change > .middle-item {
    position: absolute;
}
#product_detail .case-swiper > .swiper-change > .middle-item.swiper-button-prev {
    margin-top: -18px;
    opacity: 1;
}
#product_detail .case-swiper > .swiper-change > .middle-item.swiper-button-next {
    margin-top: -15.5px;
}
#product_detail .product-row > .item {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
}
#product_detail .product-row > .item > .title {
    margin-bottom: 0.5em;
}
#product_detail .product-row > .item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
#news .col-content {
    position: relative;
    background-color: #fff;
}
#news .col-content > .fade {
    border: 2px solid #57abff;
}
#news .col-content > .clip > .date {
    position: absolute;
    text-align: center;
    color: #fff;
    left: 4px;
    top: 4px;
    background-color: #ffb43f;
    padding: 12px 4px;
}
#news .col-content > .clip > .date > .day {
    line-height: 0.875;
    margin-bottom: 8px;
}
#news .col-content > .clip > .date > .year {
    line-height: 1;
    font-size: 87.5%;
}
#news .col-content > .clip > .cover-img {
    padding-top: 60%;
}
#news .col-content > .content {
    padding: 20px;
}
#news .col-content > .content > .top {
    font-size: 112.5%;
    margin-bottom: 10px;
}
#news .col-content > .content > .flex {
    margin-top: 16px;
}
#news .col-content > .content > .flex > .left {
    font-size: 12px;
    opacity: 0.7;
}
#news .col-content:hover > .content > .flex > .left {
    opacity: 1;
    color: #57abff;
}
#news .col-content:hover > .clip > .date {
    background-color: #57abff;
}
#news .col-content:hover > .content > .top {
    color: #57abff;
}
#news .col-content:hover > .content > .flex .link {
    background-color: #57abff;
    color: #fff;
    border-color: #57abff;
}
#news .col-content:hover > .content > .flex .link  > .iconfont:before{
    content: "\eb0b";
}
@media (max-width: 1000px) {
    #news_detail .top {
        height: 40px;
    }
}
#news_detail .container {
    background-color: #fff;
    padding-top: 50px;
}
@media (max-width: 768px) {
    #news_detail .container {
        padding-top: 36px;
    }
}
#news_detail .container .news-header {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}
#news_detail .container .news-header > .flex {
    margin-top: 12px;
    color: #7a7979;
    font-size: 14px;
}
@media (max-width: 768px) {
    #news_detail .container .news-header > .flex {
        display: block;
    }
}
#news_detail .container .news-header > .flex .point {
    margin-right: 0.3rem;
}
@media (max-width: 768px) {
    #news_detail .container .news-header > .flex > .right {
        margin-top: 20px;
    }
}
#news_detail .container .news-header > .flex > .right .iconfont {
    color: #b1b1b1;
    font-size: 18px;
    margin-left: 4px;
}
#news_detail .container .news-header > .flex > .right .iconfont:hover {
    color: #57abff;
}
@media (max-width: 1000px) {
    #contact {
        display: block;
    }
}
#contact > .item {
    height: 7rem;
    min-height: 360px;
}
@media (min-width: 1000px) {
    #contact > .item {
        width: 50%;
    }
}
#contact > .item.left {
    background-image: url(../images/contact.jpg);
}
@media (min-width: 1000px) {
    #contact > .item.left {
        padding: 0;
    }
}
@media (max-width: 1000px) {
    #contact > .item.left {
        min-height: unset;
        height: auto;
    }
}
#contact > .item > .flex {
    height: 100%;
}
#contact > .item > .flex > .container {
    width: 100%;
}
@media (max-width: 1000px) {
    #contact > .item > .flex > .container .top {
        font-size: 14px;
    }
}
#contact > .item > .flex > .container .top .big {
    color: #57abff;
    font-size: 0.56rem;
}
@media (max-width: 1200px) {
    #contact > .item > .flex > .container .top .big {
        font-size: 34px;
    }
}
#contact > .item > .flex > .container .line {
    height: 1px;
    margin: 0.6rem auto;
    background-color: #d8dadf;
}
@media (max-width: 1000px) {
    #contact > .item > .flex > .container .line {
        margin: 40px auto;
    }
}
#contact > .item > .flex > .container .line:after {
    position: relative;
    height: 3px;
    background-color: #57abff;
    width: 52px;
    top: -1px;
}
#contact > .item > .flex > .container .clear {
    margin-top: 10px;
}
#contact > .item > .flex > .container .clear .fl {
    width: 5.25em;
}
#contact > .item > .flex > .container .clear .fl .iconfont {
    width: 1.875em;
    height: 1.875em;
    line-height: 1.875em;
    text-align: center;
    color: #fff;
    background-color: #c4c4c4;
}
#contact > .item > .flex > .container .clear .right {
    margin-left: 5.25em;
    padding-top: 0.3em;
}
#contact > .item > .flex > .container .clear .right a {
    display: inline-block;
}
#contact > .item .BMapLabel {
    background-image: url(../images/addr.png);
}
#contact > .item .BMapLabel .content {
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    padding: 0.8em 1.5em;
    bottom: 100%;
    margin-bottom: 0.59em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
#contact > .item .BMapLabel .content > img {
    max-width: unset;
    width: 8.5em;
}
#contact > .item .BMapLabel .content:after {
    top: 100%;
    left: 50%;
    border-top: 8px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: -4px;
}
#liuyan .body {
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
@media (max-width: 768px) {
    #liuyan .col-item {
        width: 100%;
    }
}
#liuyan .container {
    max-width: 820px;
    margin: 0 auto;
}
#liuyan .container .content {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 12px;
    line-height: 20px;
    font-size: 14px;
}
#liuyan .container .submit-button{
    padding: 0;
    line-height: 56px;
    font-size: 18px;
    margin-top: 18px;
    cursor: pointer;
    background-color: #57abff;
    color: #fff;
}
#liuyan .container .submit-button:hover{
    background-color: #0955ad;
}
#liuyan .container .content .fl {
    width: 36px;
    text-align: center;
    color: #9e9d9d;
    font-size: 18px;
}
#liuyan .container .content .right {
    margin-left: 36px;
}
#liuyan .container .content input,
#liuyan .container .content textarea {
    width: 100%;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background-color: transparent;
    display: block;
}
#liuyan .container .content textarea {
    min-height: 200px;
    max-width: 100%;
}
#joinus .body {
    text-align: center;
    margin-bottom: 40px;
}
#joinus .body .col-3 {
    margin-right: -1px;
}
#joinus .body .col-3 .col-content {
    margin-right: 1px;
}
#joinus .body .cover-img {
    padding-top: 60%;
}
#joinus .tag {
    letter-spacing: 0.5em;
    text-align: center;
}
#job .container {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    overflow-x: scroll;
}
#job .container table {
    width: 100%;
    text-align: center;
    min-width: 500px;
}
#job .container table thead td {
    height: 70px;
    line-height: 70px;
    font-weight: bold;
}
#job .container table tbody {
    font-size: 14px;
}
#job .container table tbody tr.active {
    background-color: #57abff;
}
#job .container table tbody td {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #f8f8f8;
}
#job .container table tbody td .toggle {
    padding: 10px 15px;
    display: inline-block;
    line-height: 1;
    border: 1px solid #fff;
    cursor: pointer;
}
#job .container table tbody td .toggle:hover,
#job .container table tbody td .toggle.active {
    background-color: #fff;
    color: #57abff;
}
#job .container table tbody td.box {
    line-height: 1.5;
    height: auto;
    color: #5b5b5b;
    text-align: left;
    border: 0 none;
}
#job .container table tbody td.box .job-content {
    display: none;
}
#job .container table tbody td.box .content {
    background-color: #f8f8f8;
    padding: 30px;
}
#job .container table tbody td.box .bottom {
    padding: 12px 30px;
    background-color: #e5e5e5;
}