/*** Swiper 3.4.2* Most modern mobile touch slider and framework with hardware accelerated transitions** http://www.idangero.us/swiper/** Copyright 2017, Vladimir Kharlampidi* The iDangero.us* http://www.idangero.us/** Licensed under MIT** Released on: March 10, 2017*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;;
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 0px;
    right: auto;
}

.swiper-button-prev::before {
    content: "\e730";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0px;
    left: auto;
}

.swiper-button-next::before {
    content: "\e731";
}

.swiper-button-next, .swiper-button-prev {
    font-family: "iconfont";
    font-size: 18px;
    text-align: center;
    color: #333;
    z-index: 10;
}


html {
    font-size: 62.5%;
    height: 100%
}

body {
    margin: 0 auto;
    font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #191a1e;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    font-display: optional;
}

img {
    border: none;
}
img{display: inline-block;vertical-align: top;max-width: 100%;height: auto;aspect-ratio: auto;box-sizing: border-box; min-height: 10px}
ul li {
    list-style-type: none;
}
img{display: inline-block;vertical-align: top;max-width: 100%;height: auto; aspect-ratio: auto;box-sizing: border-box; min-height: 10px}

img,
input[type='image'],
video,
embed,
iframe,
marquee,
object,
table {
    aspect-ratio: attr(width) / attr(height);
}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

a:hover, button:hover {
    color: #70C1C8;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #fff;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

input, textarea {
    border: none;
    background: none;
}

input[type="submit"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

::selection {
    color: #fff;
    background: #70C1C8;
}

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.self-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.self-ellipsis-2 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.self-ellipsis-5 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.self-ellipsis-6 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.self-ellipsis-7 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.self-ellipsis-8 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.common-vc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.common-hc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.common-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.nlazy {
    min-width: 20%;
}

.email {
    word-break: break-all;
}

.scale-big img {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.scale-big:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.scale-small img {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.scale-small:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

[class*="-item"] .item-pic, [class*="-item"] .item-pics {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

[class*="-item"] .item-pic a, [class*="-item"] .item-pics a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

[class*="-item"] .item-title a {
    display: block;
    overflow: hidden;
}

[class*="-item"] .item-title a:hover {
    color: #70C1C8;
}

[class*="-item"] .item-subt {
    overflow: hidden;
}

[class*="-item"] .item-subt a {
    display: block;
}

[class*="-item"] .item-subt a:hover {
    color: #70C1C8 !important;
}

[class*="-item"] .item-desc {
    overflow: hidden;
    color: #666;
}

[class*="-item"] .item-desc a {
    display: block;
    color: #666;
}

[class*="-item"] .item-desc a:hover {
    color: #70C1C8;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    opacity: 1
}

.contain {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contain {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .contain {
        width: 980px;
    }
}

@media (min-width: 1260px) {
    .contain {
        width: 1230px;
    }
}

.container {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (min-width: 1460px) {
    .container {
        width: 1430px;
    }
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.an-bd3 {
    position: relative;
}

.an-bd3 .item-backdrop {
    content: '';
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 992px) {
    .an-bd3 .item-backdrop {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@media screen and (min-width: 992px) {
    .an-bd3:hover .item-backdrop {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.item-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.item-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*  head  */
.head {
    background: #202125;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.logo {
    display: block;
    float: left;
    width: 204px;
    font-size: 0px;
}

.head-logo {
    display: block;
    float: left;
    line-height: 98px;
    letter-spacing: 0;
    font-size: 0px;
    text-align: center;
}

.head-logo img {
    max-height: 98px;
    display: inline-block;
    vertical-align: middle;
}

.daoz {
    float: right;
}

.daohang {
    max-width: 910px;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 9;
    margin-right: 24px;
    padding: 18px 0 5px;
}

.daohang > li:nth-last-of-type(1) {
    margin-right: 0 !important;
}

.daohang > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    color: #fff;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 9px 5px;
    text-transform: uppercase;
}

.daohang > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-right: -5px;
    width: 0;
    height: 1px;
    background: #70C1C8;
    transition: all .5s;
}

.daohang > li > a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5px;
    width: 0;
    height: 1px;
    background: #70C1C8;
    transition: all .5s;
}

.daohang > li:hover > a {
    color: #70C1C8;
}

.daohang > li:hover > a::before, .daohang > li:hover > a::after {
    width: 53px;
}

.dangqiandao > a {
    color: #70C1C8 !important;
}

.dangqiandao > a::before, .dangqiandao > a::after {
    width: 53px !important;
}

.yijiw {
    background: #202125;
    padding: 5px 0;
    position: absolute;
    width: 200px;
    top: -9999px;
    left: 0;
    text-align: left;
}

.yiji li {
    position: relative;
    transition: 0.5s;
}

.yiji li a {
    display: block;
    padding: 10px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #e5e5e5;
}

.yiji li:hover > a {
    color: #fff;
    background: #70C1C8;
}

.erji {
    position: absolute;
    width: 200px;
    background: #202125;
    top: -9999px;
    left: 100%;
}

.sanji {
    position: absolute;
    width: 200px;
    background: #202125;
    top: -9999px;
    left: 100%;
}

.daohang > li:hover .yijiw {
    top: 100%;
}

.daohang > li:hover .yiji > li > a {
    line-height: 24px;
}

.yiji > li:hover .erji {
    top: 0px;
}

.yiji > li:hover .erji > li > a {
    line-height: 24px;
}

.erji > li:hover .sanji {
    top: 0px;
}

.erji > li:hover .sanji > li > a {
    line-height: 24px;
}

.matn {
    margin-top: auto !important;
}

.head-top {
    width: 100%;
    border-bottom: 1px solid rgba(102, 102, 102, .5);
    position: relative;
}

.yvn {
    position: relative;
    min-width: 86px;
    margin-left: 20px;
    padding: 12px 0;
}

.yvzhonga {
    display: block;
    height: 24px;
    padding-left: 30px;
    padding-right: 12px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.yvzhonga:hover {
    color: #70C1C8;
}

.yvzhonga:before {
    content: "\e72f";
    font-family: iconfont;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
}

.yvn i {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.yvul {
    min-width: 140px;
    position: absolute;
    top: 110%;
    right: 0px;
    background: #202125;
    display: none;
    z-index: 999;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    color: #E5E5E5;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    position: relative;
    padding-left: 56px;
}

.yvul a i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.yvul a:hover {
    color: #70C1C8;
}

.head-top-left {
    float: left;
    padding: 12px 0;
    font-size: 0;
    letter-spacing: 0;
}

.head-top-left .head-top-text {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.head-top-left .head-top-text a {
    color: #E5E5E5;
}

.head-top-left .head-top-text a:hover {
    color: #70C1C8;
}


/*  sousuo  */
.sousuo {
    float: right;
    position: relative;
    z-index: 9;
    padding: 37px 0 25px;
    margin-left: 45px;
}

.sousuo form {
    width: 240px;
    height: 36px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EBEBEB;
    color: #fff;
    transition: 0.5s;
    z-index: 99999
}

.sou {
    width: 200px;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.suo {
    width: 26px;
    height: 34px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    cursor: pointer;
}

.sou1 {
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 14px !important;
    cursor: pointer;
    z-index: 99990
}

/* .sousuof form{ height:36px;border:1px solid rgba(0,0,0,4);} */
.sou2 {
    width: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: bold;
    display: none;
    z-index: 99990
}

.ynav .dangqiandao a {
    color: #70C1C8 !important;
    background: transparent !important;
}

.ynav {
    float: right;
    padding: 12px 0px;
    position: relative;
    cursor: pointer;
}

.yvnava {
    width: 20px;
    height: 24px;
    position: relative;
    display: none;
}

.yvnava img {
    width: 100%;
}

/* .ysp1{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:0px; }
.ysp2{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:50%; transform: translateY( -50%);}
.ysp3{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; bottom:0px;}
 */
.yyiji {
    position: relative;
    width: auto;
    font-size: 0;
    letter-spacing: 0;
    border-right: 1px solid #ACACAC;
}

.yyiji li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.yyiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #E5E5E5;
    text-transform: uppercase;
}

.yyiji li a:hover {
    color: #70C1C8;
}

.yerji {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    border-bottom: none;
    background: #202125;
    padding: 5px 0;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.yyiji > li:hover .yerji {
    display: block;
}

.yerji li {
    display: block;
    margin-right: 0;
    padding: 0 10px;
}

.yerji li a {
    padding: 5px 5px 1px;
    color: #e5e5e5;
}

.yerji li a:hover {
    color: #fff;
    background: #70C1C8;
}

.xnav {
    display: none
}


/*  banner  */
.banner {
    position: relative;
    padding-top: 147px;
}

.slideshow {
    position: relative;
    z-index: 1
}

.slideshow .wp {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
    width: 108px;
}

.slick-dots li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.slick-dots li button {
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #999;
    line-height: 44px;
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
}

.slick-dots li.slick-active button {
    background: url(/themes/template/0860/static/img/ban-page-act.png);
    color: #70C1C8;
}


.slick-prev, .slick-next {
    border: 0px;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s;
    position: absolute;
    z-index: 999;
    bottom: 29px;
    width: 86px;
    height: 44px;
}

/* .slick-prev:hover, .slick-next:hover{background: #70C1C8;color: #fff;} */
/* .slick-prev::before{font-size: 18px; font-family: "iconfont";content: "\e730";}
.slick-next::before{font-size: 18px; font-family: "iconfont";content: "\e731";} */
.slick-prev {
    left: 50%;
    transform: translateX(-100%) rotateY(180deg);
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.slick-next {
    right: 50%;
    transform: translateX(100%);
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.slick-prev:hover {
    background: url(/themes/template/0860/static/img/ban-left-act.png) no-repeat center center;
    background-size: 100%;
    transform: translateX(-100%) rotateY(0deg);
}

.slick-next:hover {
    background: url(/themes/template/0860/static/img/ban-left-act.png) no-repeat center center;
    background-size: 100%;
    transform: translateX(100%) rotateY(180deg);
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl]
.slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slideshow .item {
    position: relative;
}

.slideshow .item iframe, .slideshow .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    border: none;
}


@media screen and (max-width: 1459px) {
    .logo {
        width: 192px;
    }

    .head-logo {
        line-height: 92px;
    }

    .head-logo img {
        max-height: 92px;
    }

    .daohang {
        max-width: 760px;
    }

    .daohang > li {
        margin-right: 20px;
        padding: 36px 0 20px;
    }

    .daohang > li > a {
        font-size: 15px;
        line-height: 24px;
        padding: 6px 5px;
    }

    .sousuo {
        padding: 34px 0 22px;
        margin-left: 20px;
    }

    .sousuo form {
        width: 200px;
        height: 36px;
    }

    .sou {
        width: 170px;
        height: 34px;
        line-height: 34px;
    }

    .daohang > li:hover > a::before, .daohang > li:hover > a::after {
        width: 48px;
    }

    .dangqiandao > a::before, .dangqiandao > a::after {
        width: 48px !important;
    }

    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 10px 0 10px;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .head-top-left {
        padding: 10px 0 10px;
    }

    .head-top-left .head-top-text {
        font-size: 14px;
        line-height: 24px;
        margin-right: 28px;
    }

    .ynav {
        padding: 10px 0px 10px;
    }

    .yyiji li {
        margin-right: 26px;
    }

    .yyiji li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    /*  banner  */
    .banner {
        padding-top: 137px;
    }

    .slick-dots {
        width: 102px;
    }

    .slick-dots li {
        margin-bottom: 8px;
    }

    .slick-dots li button {
        font-size: 18px;
        line-height: 42px;
    }

    .slick-prev, .slick-next {
        bottom: 26px;
        width: 75px;
        height: 38px;
    }
}

@media screen and (max-width: 1259px) {
    .logo {
        width: 175px;
    }

    .head-logo {
        line-height: 84px;
    }

    .head-logo img {
        max-height: 84px;
    }

    .daohang {
        max-width: 700px;
    }

    .daohang > li {
        margin-right: 18px;
        padding: 32px 0 16px;
    }

    .daohang > li > a {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 4px;
    }

    .daohang > li:hover > a::before, .daohang > li:hover > a::after {
        width: 44px;
    }

    .dangqiandao > a::before, .dangqiandao > a::after {
        width: 44px !important;
    }

    .sousuo {
        padding: 36px 0 24px;
        margin-left: 20px;
    }

    .sousuo form {
        width: 230px;
        height: 36px;
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
    }

    .sou {
        width: 200px;
        height: 34px;
        line-height: 34px;
    }

    .suo {
        width: 26px;
        height: 34px;
    }

    .sou1 {
        width: 20px;
        height: 24px;
        line-height: 24px;
        right: 5px;
        top: 5px;
    }

    .sousuof form {
        display: block;
    }

    .sou2 {
        width: 18px;
        height: 24px;
        line-height: 24px;
        display: block;
        font-size: 18px !important;
    }

    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 8px 0;
    }

    .yvzhonga {
        height: 22px;
        padding-left: 28px;
        padding-right: 14px;
        line-height: 22px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .head-top-left {
        padding: 8px 0;
    }

    .head-top-left .head-top-text {
        font-size: 14px;
        line-height: 22px;
        margin-right: 28px;
    }

    .ynav {
        padding: 8px 0px;
    }

    .yyiji li {
        margin-right: 26px;
    }

    .yyiji li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    /*  banner  */
    .banner {
        padding-top: 123px;
    }

    .slick-dots {
        width: 96px;
    }

    .slick-dots li {
        margin-bottom: 8px;
    }

    .slick-dots li button {
        font-size: 16px;
        line-height: 38px;
    }

    .slick-prev, .slick-next {
        bottom: 20px;
        width: 64px;
        height: 32px;
    }
}

@media screen and (min-width: 992px) {
    .carousel, .nav, .clear3 {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .logo {
        width: 167px;
        float: none;
        margin: 0 auto;
    }

    .head-logo {
        line-height: 80px;
        float: none;
        margin: 0 auto;
    }

    .head-logo img {
        max-height: 80px;
    }

    .banner {
        padding-top: 113px;
    }

    .head-top-left {
        display: none;
    }

    .yvn {
        min-width: 72px;
        padding: 4px 0;
        margin-left: 0px;
        margin-right: 40px;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .het {
        padding: 0px;
    }

    .daoz, .yijiw, .yiji2, .htag, .hexin, .shejiao, .sousuo {
        display: none
    }

    .clear3 {
        clear: both;
    }

    .header-top {
        background: #fff;
        position: relative;
        padding: 10px 0;
    }

    .header-top .item-text {
        display: none
    }

    .ynav {
        display: none
    }


    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 25px;
        background: #70C1C8;
        right: 10px;
        top: 4px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 99999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        transition: 0.5s;
        z-index: 9999999999
    }

    .nav .nav1 {
        margin-top: -1px;
    }

    .nav .nav2 {
        margin-top: -8px;
    }

    .nav .nav3 {
        margin-top: 6px;
    }

    .nav:hover .nav1 {
        width: 25px;
    }

    .navh .nav1 {
        transform: rotate(45deg)
    }

    .navh .nav2 {
        transform: rotate(-45deg);
        width: 10px;
        margin-left: -1px;
        margin-top: -5px;
    }

    .navh .nav3 {
        transform: rotate(-45deg);
        width: 9px;
        margin-top: 3px;
        margin-left: -8px;
    }

    .navh:hover .nav2 {
        margin-top: -8px;
        margin-left: 7px;
    }

    .navh:hover .nav3 {
        margin-top: 5px;
        margin-left: -12px;
    }

    .smdaohang {
        position: fixed;
        width: 300px;
        height: 0px;
        overflow: auto;
        top: 0px;
        right: 0px;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999999999;
        transition: 0.5s;
        text-align: center;
    }

    .smdaohangh {
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .topnav {
        margin: auto;
        margin-top: 30px;
        padding: 20px;
    }

    ul.topnav li {
        text-align: left;
        position: relative;
    }

    ul.topnav li a {
        padding: 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-right: 50px;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
    }

    ul.topnav ul li a:hover {
    }

    ul.topnav ul ul li a {
        padding-left: 40px;
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.5s;
    }

    ul.topnav span:before {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: 0px;
        transform: rotate(45deg);
        transform-origin: right center
    }

    ul.topnav span:after {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: -1px;
        transform: rotate(-45deg);
        transform-origin: right center;
        transition: 0.5s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
        border-radius: 13px;
    }

    .smdaohang form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 24px;
        line-height: 24px;
        display: block;
        float: left;
        border-radius: 10px;
    }

    .smdaohang form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

/* ***************    index    ******************** */
.section {
    position: relative;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
}

.sec1 {
    position: relative;
    width: 100%;
    padding-top: 101px;
    padding-bottom: 5%;
    background: #191a1e;
}

.sec1-tbody {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1-tbody-left {
    width: 526px;
    max-width: 100%;
    position: relative;
    margin-top: -12px;
}

.sec1-tbody-right {
    width: 552px;
    max-width: 100%;
    position: relative;
}

.sec1-title {
    position: relative;
    font-size: 42px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 62px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.sec1-title::before {
    bottom: 3px;
    position: absolute;
    content: "";
    left: 0;
    width: 51px;
    height: 1px;
    background: #D4D4D4;
}

.sec1-title::after {
    bottom: 0px;
    position: absolute;
    content: "";
    left: 10px;
    width: 51px;
    height: 1px;
    background: #D4D4D4;
}

.sec1-title a {
    color: #fff;
}

.sec1-title span {
    color: #fff;
}

.sec1-left-title {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}

.sec1-left-title a {
    color: #fff;
}

.sec1-left-title span {
    color: #fff;
}

.sec1-left-text {
    font-size: 16px;
    margin-top: 32px;
    color: #D3D3D3;
    line-height: 30px;
}

.sec1-left-text a {
    color: #D3D3D3;
}

.sec1-left-text span {
    color: #D3D3D3;
}

.sec1-title a:hover, .sec1-left-title a:hover, .sec1-left-text a:hover {
    color: #70C1C8;
}

.sec1-tbody-img {
    width: 100%;
    background: #FFFFFF;
    border: 8px solid #70C1C8;
}

.sec1-tbody-img .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 83.3955223880597014%;
}

.sec1-tbody-img .item-pic .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sec1-tbody-img .item-pic a {
    display: block;
}

.sec1-list {
    position: relative;
    padding-top: 76px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1-list-item {
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    padding-right: 10px;
}

.sec1-list-item .item-num a {
    font-size: 60px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 66px;
}

.sec1-list-item .item-num p {
    font-size: 60px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 66px;
}

.sec1-list-item .item-bottom a {
    font-size: 20px;
    margin-top: 12px;
    color: #FFFFFF;
    line-height: 30px;
}

.sec1-list-item .item-bottom p {
    font-size: 20px;
    margin-top: 12px;
    color: #FFFFFF;
    line-height: 30px;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec1 {
        padding-top: 88px;
        padding-bottom: 5%;
    }

    .sec1-tbody-left {
        width: 446px;
        margin-top: -10px;
    }

    .sec1-tbody-right {
        width: 480px;
    }

    .sec1-title {
        font-size: 34px;
        line-height: 50px;
        padding-bottom: 4px;
    }

    .sec1-title::before {
        width: 48px;
    }

    .sec1-title::after {
        width: 48px;
    }

    .sec1-left-title {
        margin-top: 24px;
        font-size: 18px;
        line-height: 30px;
    }

    .sec1-left-text {
        font-size: 16px;
        margin-top: 26px;
        line-height: 28px;
    }

    .sec1-list {
        padding-top: 64px;
    }

    .sec1-list-item {
        max-width: 25%;
    }

    .sec1-list-item .item-num {
        font-size: 52px;
        line-height: 60px;
    }

    .sec1-list-item .item-bottom {
        font-size: 18px;
        margin-top: 10px;
        line-height: 30px;
    }

}

@media (max-width: 991px) {
    .sec1 {
        padding-top: 74px;
        padding-bottom: 4.875%;
    }

    .sec1-tbody-left {
        width: 100%;
        margin-top: 0;
    }

    .sec1-tbody-right {
        width: 100%;
        margin: 20px auto 0;
        max-width: 552px;
    }

    .sec1-title {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 4px;
    }

    .sec1-title::before {
        width: 46px;
    }

    .sec1-title::after {
        width: 46px;
    }

    .sec1-left-title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
    }

    .sec1-left-text {
        font-size: 15px;
        margin-top: 20px;
        line-height: 26px;
    }

    .sec1-list {
        padding-top: 52px;
    }

    .sec1-list-item {
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }

    .sec1-list-item .item-num {
        font-size: 44px;
        line-height: 52px;
    }

    .sec1-list-item .item-bottom {
        font-size: 18px;
        margin-top: 10px;
        line-height: 28px;
    }

}

@media (max-width: 680px) {
    .sec1 {
        padding-top: 60px;
        padding-bottom: 4.75%;
    }

    .sec1-tbody-left {
        width: 100%;
        margin-top: 0;
    }

    .sec1-tbody-right {
        width: 100%;
        margin: 20px auto 0;
        max-width: 552px;
    }

    .sec1-title {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 4px;
    }

    .sec1-title::before {
        width: 42px;
    }

    .sec1-title::after {
        width: 42px;
    }

    .sec1-left-title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-left-text {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec1-list {
        padding-top: 40px;
    }

    .sec1-list-item {
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }

    .sec1-list-item .item-num {
        font-size: 36px;
        line-height: 44px;
    }

    .sec1-list-item .item-bottom {
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px;
    }
}

@media (max-width: 440px) {
    .sec1 {
        padding-top: 44px;
        padding-bottom: 4.75%;
    }

    .sec1-tbody-left {
        width: 100%;
        margin-top: 0;
    }

    .sec1-tbody-right {
        width: 100%;
        margin: 20px auto 0;
        max-width: 552px;
    }

    .sec1-title {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 4px;
    }

    .sec1-title::before {
        width: 42px;
    }

    .sec1-title::after {
        width: 42px;
    }

    .sec1-left-title {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-left-text {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    .sec1-list {
        padding-top: 30px;
    }

    .sec1-list-item {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 15px;
        text-align: center;
    }

    .sec1-list-item .item-num {
        font-size: 28px;
        line-height: 42px;
    }

    .sec1-list-item .item-bottom {
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px;
    }
}

.sec2 {
    position: relative;
    width: 100%;
    padding-top: 66px;
    background: url(/themes/template/0860/static/img/sec2-bgi.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 79px;
}

.sec-title {
    position: relative;
    font-size: 42px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 62px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.sec-title::before {
    bottom: 4px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-80%);
    width: 51px;
    height: 1px;
    background: #D4D4D4;
}

.sec-title::after {
    bottom: 0px;
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(80%);
    width: 51px;
    height: 1px;
    background: #D4D4D4;
}

.sec-title a {
    color: #fff;
}

.sec-text {
    font-size: 16px;
    max-width: 1140px;
    margin: 20px auto 0;
    color: #E5E5E5;
    line-height: 26px;
}

.sec-text a {
    color: #E5E5E5;
}

.sec-title a:hover, .sec-text a:hover {
    color: #70C1C8;
}

.sec2-tbody {
    position: relative;
    width: 100%;
    padding-top: 54px;
}

.sec2-swiper {
    margin-left: -180px;
    margin-right: -180px;
    position: relative;
    padding: 0 180px;
}

.swiper-sec2 {
    position: relative;
    width: 100%;
}

.sec2-swiper .swiper-button {
    width: 86px;
    height: 44px;
    margin-top: -22px;
    font-size: 0;
}

.sec2-swiper .swiper-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.sec2-swiper .swiper-button:hover:before {
    background: url(/themes/template/0860/static/img/ban-left-act.png) no-repeat center center;
    background-size: 100%;
}

.sec2-button-prev:before {
    transform: rotateY(180deg);
}

.sec2-button-next:before {
    transform: rotateY(0deg);
}

.sec2-button-prev:hover:before {
    transform: rotateY(0deg);
}

.sec2-button-next:hover:before {
    transform: rotateY(180deg);
}

.swiper-slide .pro-item {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.swiper-slide .pro-item .item-box {
    background: #444444;
    position: relative;
    padding: 9px;
    width: 100%;
}

.swiper-slide .pro-item .item-pic {
    position: relative;
    width: 100%;
}

.swiper-slide .pro-item .item-pic img {
    width: 100%;
    display: block;
}

.swiper-slide .pro-item .item-body {
    padding: 16px 8px 4px;
    position: relative;
    width: 100%;
}

.swiper-slide .pro-item .item-title {
    font-size: 20px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 30px;
}

.swiper-slide .pro-item .item-desc {
    font-size: 16px;
    margin-top: 2px;
    color: #E5E5E5;
    line-height: 26px;
}

.swiper-slide .pro-item .item-title a {
    color: #fff;
}

.swiper-slide .pro-item .item-desc a {
    color: #E5E5E5;
}

.swiper-slide .pro-item:hover .item-box {
    background: #70C1C8;
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .sec2-swiper {
        margin-left: -120px;
        margin-right: -120px;
        padding: 0 120px;
    }

    .sec2-swiper .swiper-button {
        width: 74px;
        height: 40px;
        margin-top: -20px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec2 {
        padding-top: 54px;
        padding-bottom: 66px;
    }

    .sec-title {
        font-size: 38px;
        line-height: 56px;
        padding-bottom: 2px;
    }

    .sec-title::before {
        width: 50px;
    }

    .sec-title::after {
        width: 50px;
    }

    .sec-text {
        font-size: 16px;
        max-width: 1140px;
        margin: 20px auto 0;
        line-height: 26px;
    }

    .sec2-tbody {
        padding-top: 48px;
    }

    .sec2-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 60px;
    }

    .sec2-swiper .swiper-button {
        width: 60px;
        height: 35px;
        margin-top: -18px;
    }

    .swiper-slide .pro-item .item-box {
        padding: 9px;
    }

    .swiper-slide .pro-item .item-body {
        padding: 16px 8px 4px;
    }

    .swiper-slide .pro-item .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .swiper-slide .pro-item .item-desc {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec2 {
        padding-top: 42px;
        padding-bottom: 54px;
    }

    .sec-title {
        font-size: 34px;
        line-height: 50px;
        padding-bottom: 2px;
    }

    .sec-title::before {
        width: 48px;
    }

    .sec-title::after {
        width: 48px;
    }

    .sec-text {
        font-size: 15px;
        margin: 18px auto 0;
        line-height: 25px;
    }

    .sec2-tbody {
        padding-top: 42px;
    }

    .sec2-swiper {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 40px;
    }

    .sec2-swiper .swiper-button {
        width: 58px;
        height: 30px;
        margin-top: -15px;
    }

    .swiper-slide .pro-item .item-box {
        padding: 8px;
    }

    .swiper-slide .pro-item .item-body {
        padding: 14px 7px 4px;
    }

    .swiper-slide .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .swiper-slide .pro-item .item-desc {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .sec2 {
        padding-top: 32px;
        padding-bottom: 42px;
    }

    .sec-title {
        font-size: 28px;
        line-height: 42px;
        padding-bottom: 2px;
    }

    .sec-title::before {
        width: 46px;
    }

    .sec-title::after {
        width: 46px;
    }

    .sec-text {
        font-size: 14px;
        margin: 16px auto 0;
        line-height: 24px;
    }

    .sec2-tbody {
        padding-top: 36px;
    }

    .sec2-swiper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 36px;
    }

    .sec2-swiper .swiper-button {
        width: 50px;
        height: 26px;
        margin-top: -13px;
    }

    .swiper-slide .pro-item .item-box {
        padding: 6px;
    }

    .swiper-slide .pro-item .item-body {
        padding: 12px 6px 4px;
    }

    .swiper-slide .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .swiper-slide .pro-item .item-desc {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 650px) {
    .sec2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .sec-title {
        font-size: 22px;
        line-height: 36px;
        padding-bottom: 2px;
    }

    .sec-title::before {
        width: 42px;
    }

    .sec-title::after {
        width: 42px;
    }

    .sec-text {
        font-size: 14px;
        margin: 16px auto 0;
        line-height: 24px;
    }

    .sec2-tbody {
        padding-top: 30px;
    }

    .sec2-swiper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 30px;
    }

    .sec2-swiper .swiper-button {
        width: 40px;
        height: 21px;
        margin-top: -10px;
    }

    .swiper-slide .pro-item .item-box {
        padding: 5px;
    }

    .swiper-slide .pro-item .item-body {
        padding: 12px 6px 4px;
    }

    .swiper-slide .pro-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .swiper-slide .pro-item .item-desc {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .sec2 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .sec-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 2px;
    }

    .sec-title::before {
        width: 38px;
    }

    .sec-title::after {
        width: 38px;
    }

    .sec-text {
        font-size: 14px;
        margin: 14px auto 0;
        line-height: 24px;
    }

    .sec2-tbody {
        padding-top: 26px;
    }

    .sec2-swiper {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0 20px;
    }

    .sec2-swiper .swiper-button {
        width: 40px;
        height: 21px;
        margin-top: -10px;
    }

    .swiper-slide .pro-item .item-box {
        padding: 5px;
    }

    .swiper-slide .pro-item .item-body {
        padding: 12px 6px 4px;
    }

    .swiper-slide .pro-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .swiper-slide .pro-item .item-desc {
        font-size: 13px;
        line-height: 22px;
    }
}

.sec3 {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #191a1e;
}

.sec3-tbody {
    position: relative;
    width: 100%;
    padding-bottom: 57px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec3-tbody-left {
    position: relative;
    width: 698px;
}

.sec3-tbody-video {
    width: 100%;
    position: relative;
    max-width: 698px;
    margin: 0 auto;
}

.sec3-tbody-video .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 75%;
    margin: 0 auto;
}

.sec3-tbody-video .item-pic .videos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sec3-tbody-video .item-pic a {
    display: block;
}

.sec3-tbody-right {
    width: 400px;
    padding-top: 84px;
}

.sec3-tbody-right .sec-title::before {
    left: auto;
    transform: translateX(0);
    background: #70C1C8;
    right: 29px;
}

.sec3-tbody-right .sec-title::after {
    right: 0;
    transform: translateX(0);
    background: #70C1C8;
}

.sec3-tbody-btn {
    position: relative;
    margin-top: 48px;
}

.sec3-tbody-btn .sec3-tbody-button {
    display: inline-block;
    min-width: 191px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    font-family: Montserrat-Bold;
    padding: 0 20px;
    color: #70C1C8;
    line-height: 42px;
}


.sec3-tbody-btn .sec3-tbody-button::before {
    position: absolute;
    content: "";
    left: 4px;
    right: 4px;
    top: 0;
    bottom: 0;
    border: 1px solid #70C1C8;
    transform: skewX(150deg);
}


.sec3-tbody-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 585px;
    padding: 58px 48px 50px 60px;
    background: #70C1C8;
}

.sec3-tbody-box .sec3-tbody-title {
    font-size: 24px;
    font-family: Montserrat-Bold;
    color: #333333;
    line-height: 32px;
}

.sec3-tbody-box .sec3-tbody-desc {
    font-size: 18px;
    margin-top: 19px;
    color: #333333;
    line-height: 30px;
}

.sec3-tbody-box .sec3-tbody-title a:hover, .sec3-tbody-box .sec3-tbody-desc a:hover {
    color: #fff;
}


@media (min-width: 1260px) and (max-width: 1459px) {
    .sec3 {
        padding: 88px 0;
    }

    .sec3-tbody {
        padding-bottom: 50px;
    }

    .sec3-tbody-left {
        pwidth: 698px;
    }

    .sec3-tbody-right {
        width: 400px;
        padding-top: 72px;
    }

    .sec3-tbody-right .sec-title::before {
        right: 29px;
    }

    .sec3-tbody-btn {
        margin-top: 48px;
    }

    .sec3-tbody-btn .sec3-tbody-button {
        min-width: 191px;
        font-size: 16px;
        padding: 0 20px;
        line-height: 42px;
    }


    .sec3-tbody-box {
        width: 585px;
        padding: 58px 48px 50px 60px;
    }

    .sec3-tbody-box .sec3-tbody-title {
        font-size: 24px;
        line-height: 32px;
    }

    .sec3-tbody-box .sec3-tbody-desc {
        font-size: 18px;
        margin-top: 19px;
        line-height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec3 {
        padding: 76px 0;
    }

    .sec3-tbody {
        padding-bottom: 40px;
    }

    .sec3-tbody-left {
        width: 540px;
    }

    .sec3-tbody-right {
        width: 360px;
        padding-top: 54px;
    }

    .sec3-tbody-right .sec-title::before {
        right: 24px;
    }

    .sec3-tbody-btn {
        margin-top: 36px;
    }

    .sec3-tbody-btn .sec3-tbody-button {
        min-width: 180px;
        font-size: 16px;
        padding: 0 18px;
        line-height: 40px;
    }


    .sec3-tbody-box {
        width: 480px;
        padding: 50px 40px 40px 44px;
    }

    .sec3-tbody-box .sec3-tbody-title {
        font-size: 22px;
        line-height: 30px;
    }

    .sec3-tbody-box .sec3-tbody-desc {
        font-size: 17px;
        margin-top: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .sec3 {
        padding: 64px 0;
    }

    .sec3-tbody {
        padding-bottom: 0px;
    }

    .sec3-tbody-left {
        width: 100%;
    }

    .sec3-tbody-right {
        width: 100%;
        padding-top: 20px;
    }

    .sec3-tbody-right .sec-title {
        text-align: center;
    }

    .sec3-tbody-right .sec-title::before {
        right: auto;
    }

    .sec-title::before {
        left: 50%;
        transform: translateX(-80%);
    }

    .sec-title::after {
        right: 50%;
        transform: translateX(80%);
    }

    .sec3-tbody-btn {
        margin-top: 24px;
        text-align: center;
    }

    .sec3-tbody-btn .sec3-tbody-button {
        min-width: 160px;
        font-size: 14px;
        padding: 0 12px;
        line-height: 36px;
    }


    .sec3-tbody-box {
        width: 100%;
        padding: 30px 20px 24px;
        position: relative;
        margin-top: 20px;
    }

    .sec3-tbody-box .sec3-tbody-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec3-tbody-box .sec3-tbody-desc {
        font-size: 16px;
        margin-top: 12px;
        line-height: 26px;
    }
}

@media (max-width: 620px) {
    .sec3 {
        padding: 40px 0;
    }

    .sec3-tbody {
        padding-bottom: 0px;
    }

    .sec3-tbody-left {
        width: 100%;
    }

    .sec3-tbody-right {
        width: 100%;
        padding-top: 20px;
    }

    .sec3-tbody-right .sec-title {
        text-align: center;
    }

    .sec3-tbody-right .sec-title::before {
        right: auto;
    }

    .sec-title::before {
        left: 50%;
        transform: translateX(-80%);
    }

    .sec-title::after {
        right: 50%;
        transform: translateX(80%);
    }

    .sec3-tbody-btn {
        margin-top: 20px;
        text-align: center;
    }

    .sec3-tbody-btn .sec3-tbody-button {
        min-width: 148px;
        font-size: 14px;
        padding: 0 12px;
        line-height: 36px;
    }

    .sec3-tbody-box {
        width: 100%;
        padding: 30px 20px 24px;
        position: relative;
        margin-top: 20px;
    }

    .sec3-tbody-box .sec3-tbody-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec3-tbody-box .sec3-tbody-desc {
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }
}

.sec4 {
    position: relative;
    width: 100%;
    background: #191a1e;
    margin-top: -1px;
}

.sec4::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 92px;
    background: #70C1C8;
}

.sec4-wp {
    width: calc(1200px + (100% - 1200px) / 2);
    position: relative;
    margin-left: auto;
}

.sec4-tbody {
    position: relative;
    width: 100%;
}

.sec4-tbody-left {
    float: left;
    width: 360px;
    padding-top: 40px;
}

.sec4-tbody-left .sec-title {
    line-height: 52px;
    padding-bottom: 12px;
}

.sec4-tbody-left .sec-title::before {
    left: 0;
    transform: translateX(0);
    background: #70C1C8;
}

.sec4-tbody-left .sec-title::after {
    left: 29px;
    right: auto;
    transform: translateX(0);
    background: #70C1C8;
}

.sec4-text {
    font-size: 16px;
    margin-top: 20px;
    color: #E5E5E5;
    line-height: 30px;
}

.sec4-text a {
    color: #E5E5E5;
}

.sec4-text a:hover {
    color: #70C1C8;
}

.sec4-tbody-right {
    position: relative;
    max-width: 1134px;
    float: right;
    width: calc(100% - 400px);
}

.sec4-tbody-swiper, .swiper-sec4 {
    position: relative;
    width: 100%;
}

.sec4-item {
    position: relative;
    width: 100%;
}

.sec4-item .item-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec4-item .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
}

.sec4-item .item-pic img {
    display: block;
    width: 100%;
}

.sec4-item .item-pic::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .5s;
}

.sec4-item:hover .item-pic::after {
    top: 0;
    bottom: 0;
}

.sec4-item .item-body {
    top: 100%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    padding: 20px;
}

.sec4-item:hover .item-body {
    top: 50%;
    transform: translateY(-50%);
}

.sec4-item .item-body .item-title {
    font-size: 24px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 32px;
}

.sec4-item .item-body .item-desc {
    font-size: 18px;
    max-width: 410px;
    margin: 12px auto 0;
    color: #E5E5E5;
    line-height: 30px;
}

.sec4-item .item-body .item-title a {
    color: #fff;
}

.sec4-item .item-body .item-desc a {
    color: #e5e5e5;
}

.sec4-item .item-body .item-title a:hover, .sec4-item .item-body .item-desc a:hover {
    color: #70C1C8;
}

.sec4-tbody .swiper-button {
    top: auto;
    margin-top: 0;
    bottom: 22px;
    right: auto;
    width: 86px;
    height: 44px;
    font-size: 0;
}

.sec4-tbody .swiper-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.sec4-tbody .swiper-button:hover:before {
    background: url(/themes/template/0860/static/img/ban-left-act2.png) no-repeat center center;
    background-size: 100%;
}

.sec4-button-prev {
    left: 0;
}

.sec4-button-next {
    left: 175px;
}

.sec4-button-prev:before {
    transform: rotateY(180deg);
}

.sec4-button-next:before {
    transform: rotateY(0deg);
}

.sec4-button-prev:hover:before {
    transform: rotateY(0deg);
}

.sec4-button-next:hover:before {
    transform: rotateY(180deg);
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec4::before {
        height: 72px;
    }

    .sec4-wp {
        width: calc(1200px + (100% - 1200px) / 2);
    }

    .sec4-tbody-left {
        width: 358px;
        padding-top: 20px;
    }

    .sec4-tbody-left .sec-title {
        line-height: 52px;
        padding-bottom: 12px;
    }

    .sec4-tbody-left .sec-title::after {
        left: 24px;
    }

    .sec4-text {
        font-size: 16px;
        margin-top: 18px;
        line-height: 30px;
    }

    .sec4-tbody-right {
        width: calc(100% - 380px);
    }

    .sec4-item .item-body {
        padding: 20px;
    }

    .sec4-item .item-body .item-title {
        font-size: 24px;
        line-height: 32px;
    }

    .sec4-item .item-body .item-desc {
        font-size: 18px;
        margin-top: 12px;
        line-height: 30px;
    }

    .sec4-tbody .swiper-button {
        bottom: 18px;
        width: 80px;
        height: 41px;
    }

    .sec4-button-prev {
        left: 0;
    }

    .sec4-button-next {
        left: 150px;
    }
}

@media (min-width: 1100px) and (max-width: 1259px) {
    .sec4::before {
        height: 66px;
    }

    .sec4-wp {
        width: calc(950px + (100% - 950px) / 2);
    }

    .sec4-tbody-left {
        width: 290px;
        padding-top: 0px;
    }

    .sec4-tbody-left .sec-title {
        line-height: 44px;
        padding-bottom: 10px;
    }

    .sec4-tbody-left .sec-title::after {
        left: 18px;
    }

    .sec4-text {
        font-size: 16px;
        margin-top: 10px;
        line-height: 28px;
    }

    .sec4-tbody-right {
        width: calc(100% - 310px);
        padding-top: 10px;
    }

    .sec4-item .item-body {
        padding: 16px;
    }

    .sec4-item .item-body .item-title {
        font-size: 22px;
        line-height: 32px;
    }

    .sec4-item .item-body .item-desc {
        font-size: 17px;
        margin-top: 10px;
        line-height: 28px;
    }

    .sec4-tbody .swiper-button {
        bottom: 14px;
        width: 70px;
        height: 38px;
    }

    .sec4-button-prev {
        left: 0;
    }

    .sec4-button-next {
        left: 120px;
    }
}

@media (min-width: 991px) and (max-width: 1099px) {
    .sec4::before {
        height: 66px;
    }

    .sec4-wp {
        width: calc(950px + (100% - 950px) / 2);
    }

    .sec4-tbody-left {
        width: 290px;
        padding-top: 0px;
    }

    .sec4-tbody-left .sec-title {
        line-height: 44px;
        padding-bottom: 10px;
    }

    .sec4-tbody-left .sec-title::after {
        left: 18px;
    }

    .sec4-text {
        font-size: 16px;
        margin-top: 10px;
        line-height: 28px;
    }

    .sec4-tbody-right {
        width: calc(100% - 310px);
        padding-top: 20px;
    }

    .sec4-item .item-body {
        padding: 14px;
    }

    .sec4-item .item-body .item-title {
        font-size: 22px;
        line-height: 32px;
    }

    .sec4-item .item-body .item-desc {
        font-size: 17px;
        margin-top: 10px;
        line-height: 28px;
    }

    .sec4-tbody .swiper-button {
        bottom: 14px;
        width: 70px;
        height: 38px;
    }

    .sec4-button-prev {
        left: 0;
    }

    .sec4-button-next {
        left: 120px;
    }
}

@media (max-width: 991px) {
    .sec4::before {
        height: 60px;
    }

    .sec4-wp {
        width: 750px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .sec4-tbody-left {
        width: 100%;
        padding-top: 0px;
    }

    .sec4-tbody-left .sec-title {
        line-height: 36px;
        padding-bottom: 8px;
    }

    .sec4-tbody-left .sec-title::after {
        left: 18px;
    }

    .sec4-text {
        font-size: 15px;
        margin-top: 10px;
        line-height: 26px;
    }

    .sec4-tbody-right {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .sec4-item .item-body {
        padding: 12px;
    }

    .sec4-item .item-body .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec4-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 10px;
        line-height: 26x;
    }

    .sec4-tbody .swiper-button {
        bottom: 12px;
        width: 60px;
        height: 32px;
    }

    .sec4-button-prev {
        left: 0;
    }

    .sec4-button-next {
        left: auto;
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .sec4::before {
        height: 50px;
    }

    .sec4-wp {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .sec4-tbody-left {
        width: 100%;
        padding-top: 0px;
    }

    .sec4-tbody-left .sec-title {
        line-height: 32px;
        padding-bottom: 8px;
    }

    .sec4-tbody-left .sec-title::after {
        left: 18px;
    }

    .sec4-text {
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

    .sec4-tbody-right {
        width: 100%;
        padding-top: 20px;
    }

    .sec4-item .item-body {
        padding: 12px;
        position: relative;
    }

    .sec4-item .item-body .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec4-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 26x;
    }

    .sec4-tbody .swiper-button {
        bottom: 10px;
        width: 52px;
        height: 26px;
    }

    .sec4-button-prev {
        left: 0;
    }

    .sec4-button-next {
        left: auto;
        right: 0 !important;
    }
}

.sec5 {
    position: relative;
    width: 100%;
    padding-top: 5%;
    background: #191a1e;
    padding-bottom: 72px;
}

.sec5-tbody {
    width: 100%;
    position: relative;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec5-tbody-left {
    width: 500px;
    position: relative;
}

.sec5-news-item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.sec5-news-item .iten-pic {
    width: 100%;
    position: relative;
    text-align: center;
}

.sec5-news-item .item-pic img {
    width: 100%;
    display: block;
}

.sec5-news-item .item-body {
    padding-top: 16px;
    position: relative;
    width: 100%;
}

.sec5-news-item .item-date {
    font-size: 14px;
    position: relative;
    padding-left: 68px;
    color: #E5E5E5;
    line-height: 26px;
    margin-bottom: 6px;
}

.sec5-news-item .item-date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background: #999999;
}

.sec5-news-item .item-title {
    font-size: 20px;
    font-family: Montserrat-Bold;
    color: #E5E5E5;
    line-height: 30px;
}

.sec5-news-item .item-title a, .sec5-news-item .item-desc a {
    color: #E5E5E5;
}

.sec5-news-item .item-desc {
    font-size: 16px;
    margin-top: 4px;
    color: #E5E5E5;
    line-height: 30px;
}

.sec5-news-item .item-btn {
    font-size: 16px;
    margin-top: 10px;
    color: #70C1C8;
    line-height: 30px;
}

.sec5-news-item .item-btn a {
    color: #70C1C8;
}

.sec5-news-item .item-title a:hover, .sec5-news-item .item-desc a:hover {
    color: #70C1C8;
}

.sec5-tbody-right {
    width: 662px;
    position: relative;
}

.sec5-news-items {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.sec5-news-items .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.sec5-news-items .item-box .item-pic {
    width: 300px;
    position: relative;
}

.sec5-news-items .item-box .item-body {
    width: calc(100% - 326px);
    padding-top: 0;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 72px;
    }

    .sec5-tbody {
        padding-top: 36px;
    }

    .sec5-tbody-left {
        width: 500px;
    }

    .sec5-news-item .item-body {
        padding-top: 16px;
    }

    .sec5-news-item .item-date {
        font-size: 14px;
        padding-left: 68px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .sec5-news-item .item-date::before {
        width: 60px;
    }

    .sec5-news-item .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec5-news-item .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 30px;
    }

    .sec5-news-item .item-btn {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .sec5-tbody-right {
        width: 662px;
    }

    .sec5-news-items {
        margin-bottom: 40px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 300px;
    }

    .sec5-news-items .item-box .item-body {
        width: calc(100% - 326px);
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 60px;
    }

    .sec5-tbody {
        padding-top: 30px;
    }

    .sec5-tbody-left {
        width: 400px;
    }

    .sec5-news-item .item-body {
        padding-top: 14px;
    }

    .sec5-news-item .item-date {
        font-size: 14px;
        padding-left: 56px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sec5-news-item .item-date::before {
        width: 50px;
    }

    .sec5-news-item .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .sec5-news-item .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 28px;
    }

    .sec5-news-item .item-btn {
        font-size: 16px;
        margin-top: 8px;
        line-height: 28px;
    }

    .sec5-tbody-right {
        width: 530px;
    }

    .sec5-news-items {
        margin-bottom: 34px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 270px;
    }

    .sec5-news-items .item-box .item-body {
        width: calc(100% - 288px);
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 48px;
    }

    .sec5-tbody {
        padding-top: 24px;
    }

    .sec5-tbody-left {
        width: 100%;
    }

    .sec5-news-item .item-body {
        padding-top: 12px;
    }

    .sec5-news-item .item-date {
        font-size: 13px;
        padding-left: 56px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sec5-news-item .item-date::before {
        width: 50px;
    }

    .sec5-news-item .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .sec5-news-item .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 28px;
    }

    .sec5-news-item .item-btn {
        font-size: 16px;
        margin-top: 8px;
        line-height: 28px;
    }

    .sec5-tbody-right {
        width: 100%;
    }

    .sec5-news-items {
        margin-bottom: 28px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 320px;
    }

    .sec5-news-items .item-box .item-body {
        width: calc(100% - 348px);
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 42px;
    }

    .sec5-tbody {
        padding-top: 18px;
    }

    .sec5-tbody-left {
        width: 100%;
    }

    .sec5-news-item .item-body {
        padding-top: 10px;
    }

    .sec5-news-item .item-date {
        font-size: 13px;
        padding-left: 48px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .sec5-news-item .item-date::before {
        width: 42px;
    }

    .sec5-news-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec5-news-item .item-desc {
        font-size: 15px;
        margin-top: 4px;
        line-height: 26px;
    }

    .sec5-news-item .item-btn {
        font-size: 15px;
        margin-top: 6px;
        line-height: 26px;
    }

    .sec5-tbody-right {
        width: 100%;
    }

    .sec5-news-items {
        margin-bottom: 24px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 300px;
    }

    .sec5-news-items .item-box .item-body {
        width: calc(100% - 320px);
        padding-top: 0;
    }
}

@media (max-width: 620px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 36px;
    }

    .sec5-tbody {
        padding-top: 18px;
    }

    .sec5-tbody-left {
        width: 100%;
    }

    .sec5-news-item .item-body {
        padding-top: 10px;
    }

    .sec5-news-item .item-date {
        font-size: 13px;
        padding-left: 40px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .sec5-news-item .item-date::before {
        width: 36px;
    }

    .sec5-news-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec5-news-item .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }

    .sec5-news-item .item-btn {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec5-tbody-right {
        width: 100%;
    }

    .sec5-news-items {
        margin-bottom: 20px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 250px;
    }

    .sec5-news-items .item-box .item-body {
        width: calc(100% - 266px);
        padding-top: 0;
    }
}

@media (max-width: 520px) {
    .sec5 {
        padding-top: 5%;
        padding-bottom: 28px;
    }

    .sec5-tbody {
        padding-top: 18px;
    }

    .sec5-tbody-left {
        width: 100%;
    }

    .sec5-news-item .item-body {
        padding-top: 10px;
    }

    .sec5-news-item .item-date {
        font-size: 13px;
        padding-left: 40px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .sec5-news-item .item-date::before {
        width: 36px;
    }

    .sec5-news-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec5-news-item .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }

    .sec5-news-item .item-btn {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec5-tbody-right {
        width: 100%;
    }

    .sec5-news-items {
        margin-bottom: 20px;
    }

    .sec5-news-items .item-box .item-pic {
        width: 100%;
    }

    .sec5-news-items .item-box .item-body {
        width: 100%;
        padding-top: 10;
    }
}

.sec6 {
    position: relative;
    width: 100%;
    padding-top: 88px;
    background: #191a1e;
    padding-bottom: 92px;
}

.sec6-tbody {
    position: relative;
    width: 100%;
    padding-top: 52px;
}

.sec6-swiper {
    position: relative;
    margin-left: -180px;
    margin-right: -180px;
    padding: 0 220px;
}

.swiper-sec6 {
    position: relative;
    width: 100%;
}

.swiper-sec6 .list-item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.cer-list {
    position: relative;
    margin-left: -24px;
    margin-right: -24px;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 29px;
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    padding: 0 24px;
    margin-bottom: 45px;
}

.cer-list .list-item .item-pics, .swiper-sec6 .list-item .item-pics {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    border: 1px solid #555;
}

.cer-list .list-item .item-pics .item-box, .swiper-sec6 .list-item .item-pics .item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item .item-pics img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.swiper-sec6 .list-item .item-body, .cer-list .list-item .item-body {
    position: relative;
    padding: 14px 5px 0;
    width: 100%;
}

.swiper-sec6 .list-item .item-name, .cer-list .list-item .item-name {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    text-align: center;
}

.cer-list .list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
}

.sec6-swiper .swiper-button {
    width: 86px;
    height: 44px;
    margin-top: -22px;
    font-size: 0;
}

.sec6-swiper .swiper-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.sec6-swiper .swiper-button:hover:before {
    background: url(/themes/template/0860/static/img/ban-left-act.png) no-repeat center center;
    background-size: 100%;
}

.sec6-button-prev:before {
    transform: rotateY(180deg);
}

.sec6-button-next:before {
    transform: rotateY(0deg);
}

.sec6-button-prev:hover:before {
    transform: rotateY(0deg);
}

.sec6-button-next:hover:before {
    transform: rotateY(180deg);
}

.sec7 {
    position: relative;
    width: 100%;
    background: url(/themes/template/0860/static/img/sec7-bgi.png) no-repeat center center;
    background-size: cover;
    padding: 58px 0 41px;
}

.sec7-tbody {
    position: relative;
    width: 100%;
    padding-top: 38px;
}

.sec7-list {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
    display: flex;
    flex-wrap: wrap;
}

.sec7-list-item {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
}

.sec7-list-item .item-box {
    border: 1px solid #666;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.sec7-list-item .item-name {
    padding-left: 48px;
    position: relative;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    background: transparent;
}

.sec7-list-item .item-name span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #70C1C8;
    height: 36px;
    background: #FFFFFF;
    border-radius: 50%;
}

.sec7-list-item .item-text {
    padding-left: 48px;
    position: relative;
    font-size: 16px;
    /*height: 60px;*/
    /*overflow: auto;*/
    color: #FFFFFF;
    line-height: 30px;
    background: transparent;
    margin-top: 15px;
    margin-bottom: 6px;
    min-height: 40px
}

.sec7-list-item .item-text span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #FFFFFF;
    height: 36px;
    background: #70C1C8;
    border-radius: 50%;
}

.sec8 {
    position: relative;
    width: 100%;
    padding-top: 42px;
    background: #202125;
    padding-bottom: 26px;
}

.sec8-tbody {
    position: relative;
    width: 100%;
    padding-top: 48px;
}

.sec8-tbody-list {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.sec8-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 34px;
}

.sec8-list-item .item-title {
    position: relative;
    font-size: 18px;
    padding-left: 42px;
    color: #E5E5E5;
    line-height: 30px;
}

.sec8-list-item .item-title a {
    color: #E5E5E5;
}

.sec8-list-item .item-title a:hover {
    color: #70C1C8;
}

.sec8-list-item .item-title .iconfont {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #70C1C8;
    border-radius: 50%;
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .sec6-swiper {
        margin-left: -120px;
        margin-right: -120px;
        padding: 0 160px;
    }

    .sec6-swiper .swiper-button {
        width: 78px;
        height: 40px;
        margin-top: -20px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec6 {
        padding-top: 88px;
        padding-bottom: 92px;
    }

    .sec6-tbody {
        padding-top: 52px;
    }

    .sec6-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 70px;
    }

    .cer-list {
        margin-left: -24px;
        margin-right: -24px;
        padding-bottom: 29px;
    }

    .cer-list .list-item {
        width: 33.33333333%;
        padding: 0 24px;
        margin-bottom: 45px;
    }

    .swiper-sec6 .list-item .item-body, .cer-list .list-item .item-body {
        padding: 14px 5px 0;
    }

    .swiper-sec6 .list-item .item-name, .cer-list .list-item .item-name {
        font-size: 16px;
        line-height: 30px;
    }

    .sec6-swiper .swiper-button {
        width: 72px;
        height: 36px;
        margin-top: -18px;
    }

    .sec7 {
        padding: 58px 0 41px;
    }

    .sec7-tbody {
        padding-top: 38px;
    }

    .sec7-list {
        margin-left: -22px;
        margin-right: -22px;
    }

    .sec7-list-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 22px;
    }

    .sec7-list-item .item-box {
        padding: 20px;
    }

    .sec7-list-item .item-name {
        padding-left: 48px;
        font-size: 20px;
        line-height: 36px;
    }

    .sec7-list-item .item-name span {
        width: 36px;
        line-height: 36px;
        font-size: 18px;
        height: 36px;
    }

    .sec7-list-item .item-text {
        padding-left: 48px;
        font-size: 16px;
        /*height: 60px;*/
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .sec7-list-item .item-text span {
        width: 36px;
        line-height: 36px;
        font-size: 18px;
        height: 36px;
    }

    .sec8 {
        padding-top: 42px;
        padding-bottom: 26px;
    }

    .sec8-tbody {
        padding-top: 48px;
    }

    .sec8-tbody-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec8-list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 34px;
    }

    .sec8-list-item .item-title {
        font-size: 18px;
        padding-left: 42px;
        line-height: 30px;
    }

    .sec8-list-item .item-title .iconfont {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec6 {
        padding-top: 76px;
        padding-bottom: 80px;
    }

    .sec6-tbody {
        padding-top: 40px;
    }

    .sec6-swiper {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 40px;
    }

    .cer-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;
    }

    .cer-list .list-item {
        width: 33.33333333%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .swiper-sec6 .list-item .item-body, .cer-list .list-item .item-body {
        padding: 12px 5px 0;
    }

    .swiper-sec6 .list-item .item-name, .cer-list .list-item .item-name {
        font-size: 16px;
        line-height: 28px;
    }

    .sec6-swiper .swiper-button {
        width: 66px;
        height: 34px;
        margin-top: -17px;
    }

    .sec7 {
        padding: 50px 0 34px;
    }

    .sec7-tbody {
        padding-top: 32px;
    }

    .sec7-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec7-list-item {
        width: 50%;
        margin-bottom: 26px;
        padding: 0 12px;
    }

    .sec7-list-item .item-box {
        padding: 18px;
    }

    .sec7-list-item .item-name {
        padding-left: 44px;
        font-size: 20px;
        line-height: 32px;
    }

    .sec7-list-item .item-name span {
        width: 32px;
        line-height: 32px;
        font-size: 16px;
        height: 32px;
    }

    .sec7-list-item .item-text {
        padding-left: 44px;
        font-size: 16px;
       /* height: 56px;*/
        line-height: 28px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .sec7-list-item .item-text span {
        width: 32px;
        line-height: 32px;
        font-size: 16px;
        height: 32px;
    }

    .sec8 {
        padding-top: 36px;
        padding-bottom: 26px;
    }

    .sec8-tbody {
        padding-top: 40px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 28px;
    }

    .sec8-list-item .item-title {
        font-size: 17px;
        padding-left: 40px;
        line-height: 28px;
    }

    .sec8-list-item .item-title .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}

@media screen and (max-width: 999px) {
    .list-item .item-backdrop {
        display: none;
    }
}

@media (max-width: 991px) {
    .sec6 {
        padding-top: 64px;
        padding-bottom: 68px;
    }

    .sec6-tbody {
        padding-top: 34px;
    }

    .sec6-swiper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .cer-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .swiper-sec6 .list-item .item-body, .cer-list .list-item .item-body {
        padding: 12px 5px 0;
    }

    .swiper-sec6 .list-item .item-name, .cer-list .list-item .item-name {
        font-size: 15px;
        line-height: 26px;
    }

    .sec6-swiper .swiper-button {
        width: 54px;
        height: 28px;
        margin-top: -14px;
    }

    .sec7 {
        padding: 40px 0 28px;
    }

    .sec7-tbody {
        padding-top: 28px;
    }

    .sec7-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec7-list-item {
        width: 100%;
        margin-bottom: 24px;
        padding: 0 12px;
    }

    .sec7-list-item .item-box {
        padding: 14px;
    }

    .sec7-list-item .item-name {
        padding-left: 42px;
        font-size: 18px;
        line-height: 30px;
    }

    .sec7-list-item .item-name span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .sec7-list-item .item-text {
        padding-left: 42px;
        font-size: 15px;
        height: auto;
        line-height: 26px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .sec7-list-item .item-text span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .sec8 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .sec8-tbody {
        padding-top: 32px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-list-item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 28px;
    }

    .sec8-list-item .item-title {
        font-size: 16px;
        padding-left: 36px;
        line-height: 28px;
    }

    .sec8-list-item .item-title .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .sec6 {
        padding-top: 40px;
        padding-bottom: 44px;
    }

    .sec6-tbody {
        padding-top: 30px;
    }

    .sec6-swiper {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .cer-list {
        margin-left: -7px;
        margin-right: -7px;
        padding-bottom: 20px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 30px;
    }

    .swiper-sec6 .list-item .item-body, .cer-list .list-item .item-body {
        padding: 12px 5px 0;
    }

    .swiper-sec6 .list-item .item-name, .cer-list .list-item .item-name {
        font-size: 14px;
        line-height: 24px;
    }

    .sec6-swiper .swiper-button {
        width: 48px;
        height: 24px;
        margin-top: -12px;
    }

    .sec7 {
        padding: 32px 0 24px;
    }

    .sec7-tbody {
        padding-top: 24px;
    }

    .sec7-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec7-list-item {
        width: 100%;
        margin-bottom: 24px;
        padding: 0 12px;
    }

    .sec7-list-item .item-box {
        padding: 14px;
    }

    .sec7-list-item .item-name {
        padding-left: 42px;
        font-size: 18px;
        line-height: 30px;
    }

    .sec7-list-item .item-name span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .sec7-list-item .item-text {
        padding-left: 42px;
        font-size: 14px;
        height: auto;
        line-height: 24px;
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .sec7-list-item .item-text span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .sec8 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .sec8-tbody {
        padding-top: 32px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-list-item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 28px;
    }

    .sec8-list-item .item-title {
        font-size: 15px;
        padding-left: 36px;
        line-height: 28px;
    }

    .sec8-list-item .item-title .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background: #202125;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer, .footer a {
    color: #E5E5E5;
}

.footer .footer-title {
    color: #fff;
}

.footer a:hover {
    color: #70C1C8;
}

.footer .fo-bot {
    color: #E5E5E5;
    background: #191a1e;
}

.footer .fo-bot a {
    color: #E5E5E5;
}

.footer .fo-bot a:hover {
    color: #70C1C8;
}

.footer .fo-top {
    font-size: 0;
    letter-spacing: 0;
    padding: 56px 0 20px;
}

.footer .flist1 {
    width: 344px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist2 {
    width: 254px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist3 {
    width: 344px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist4 {
    width: 258px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .footer-title {
    position: relative;
    font-size: 24px;
    font-family: Montserrat-Bold;
    line-height: 32px;
    margin-bottom: 26px;
}

.footer .foot-list {
    font-size: 16px;
    line-height: 30px;
}

.footer .foot-text {
    font-size: 14px;
    line-height: 29px;
}

.footer .fo-bot {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 29px;
    padding: 21px 0 10px;
    text-align: center;
}

.footer .fo-bot .keywords a {
    margin-left: 5px;
}

.footer .fo-bot .links a {
    margin-left: 15px;
}

.footer .f-follow {
    font-size: 0;
    letter-spacing: 0;
}

.footer .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    width: 43px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    border: 1px solid #E5E5E5;
    margin-bottom: 23px;
}

.footer .f-follow a:last-child {
    margin-right: 0;
}

.footer .f-follow .iconfont {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    display: block;
    color: #fff;
}

.footer .f-follow a:hover {
    background: #70C1C8;
}

.footer .f-follow a:hover .iconfont {
    color: #fff;
}

.footer .f-form {
    padding-top: 12px;
}

.footer .f-form .item-input, .footer .f-form .item-code {
    display: block;
    height: 41px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #BFBFBF;
    color: #999;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.footer .f-form .item-input1 {
    display: block;
    height: 65px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #BFBFBF;
    color: #999;
    padding: 6px 16px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.footer .f-form .item-code {
    position: relative;
    padding-right: 120px;
}

.footer .f-form input, .footer .f-form textarea {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 6px;
}

.footer .star::before {
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    color: #C70000;
    content: "*";
}

.footer .f-form .item-img {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    cursor: pointer;
}

.footer .f-form .item-img img {
    max-height: 40px;
    vertical-align: middle;
}

.footer .f-form .item-btn {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #70C1C8;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
}

.footer .f-form .item-btn:hover {
    background-color: #fff;
    color: #70C1C8;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .footer .fo-top {
        padding: 56px 0 20px;
    }

    .footer .flist1 {
        width: 344px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 254px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 344px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 258px;
    }

    .footer .footer-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 26px;
    }

    .footer .foot-list {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 29px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 29px;
        padding: 21px 0 10px;
    }

    .footer .f-follow a {
        margin-right: 23px;
        width: 43px;
        height: 44px;
        line-height: 42px;
        margin-bottom: 23px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .footer .fo-top {
        padding: 48px 0 16px;
    }

    .footer .flist1 {
        width: 278px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 220px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 220px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 232px;
    }

    .footer .footer-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .footer .foot-list {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding: 18px 0 10px;
    }

    .footer .f-follow a {
        margin-right: 18px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .footer .fo-top {
        padding: 40px 0 10px;
    }

    .footer .flist1 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist2 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist3 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist4 {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 26px;
    }

    .footer .foot-text {
        font-size: 13px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 24px;
        padding: 16px 0 8px;
    }

    .footer .f-follow a {
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .footer .fo-top {
        padding: 20px 0 10px;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .footer .flist1 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .footer .flist2 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .footer .flist3 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .footer .flist4 {
        width: 100%;
    }
    .footer .flist1 .footer-title{text-align: center;display: none}
    .footer .footer-title{font-size: 18px;line-height: 28px; margin-bottom: 10px;position: relative;width: 100%;padding-right: 36px;}
    .footer .footer-title::after {position: absolute;right: 2px;top: 50%;transform: translateY(-50%);
        font-family: iconfont;content: "\e731";font-size: 18px; font-size: 1.8rem;}
    .footer .flist1 .footer-title::after{display: none}

    .footer .foot-list {
        font-size: 15px;
        line-height: 28px;
        display: none;
    }

    .footer .foot-text {
        font-size: 12px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 10px;
        text-align: center;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .footer .f-form {
        padding-top: 12px;
        display: none;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer .fo-bot .links {
        display: none;
    }
}

.bread {
    width: 100%;
    position: relative;
    background: url(/themes/template/0860/static/img/bread.jpg) no-repeat center center;
    padding: 112px 0 92px;
    background-size: cover;
}

.page-title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 56px;
}

.page-href {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

.page-href a, .page-href a {
    color: #fff;
}

.page-href a:hover, .page-href span.bread-active {
    color: #70C1C8;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .bread {
        padding: 98px 0 80px;
    }

    .page-title {
        font-size: 44px;
        line-height: 50px;
    }

    .page-href {
        font-size: 16px;
        line-height: 28px;
        margin-top: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .bread {
        padding: 84px 0 68px;
    }

    .page-title {
        font-size: 38px;
        line-height: 44px;
    }

    .page-href {
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
    }
}

@media (max-width: 991px) {
    .bread {
        padding: 70px 0 56px;
    }

    .page-title {
        font-size: 32px;
        line-height: 38px;
    }

    .page-href {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .bread {
        padding: 56px 0 44px;
    }

    .page-title {
        font-size: 26px;
        line-height: 32px;
    }

    .page-href {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px;
    }
}

@media (max-width: 560px) {
    .bread {
        padding: 42px 0 32px;
    }

    .page-title {
        font-size: 20px;
        line-height: 28px;
    }

    .page-href {
        font-size: 13px;
        line-height: 22px;
        margin-top: 6px;
    }
}

.fenye {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}

.fenyen {
    display: inline-block;
    vertical-align: top;
}

.fenyen a {
    display: inline-block;
    vertical-align: top;
    min-width: 29px;
    line-height: 29px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 2px;
    color: #999;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fenyen a:nth-last-of-type(1) {
    margin-right: 0 !important;
}

.fenyen a.iconfont {
    padding: 0 5px;
    border: 0;
    background: transparent !important;
    color: #999;
}

.fenyen a:hover, .fenyen a.active {
    background: #70C1C8;
    color: #fff;
}

.fuxuan {
    background: url(/themes/template/0860/static/img/jian.png) no-repeat right center;
    padding-right: 23px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 12px;
}

.fuxuan input {
    min-width: 143px;
    line-height: 29px;
    padding: 0 8px;
    color: #70C1C8;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 16px;
    font-size: 1.6rem;
}

.fuxuan input:hover {
    background: #70C1C8;
    color: #fff;
}

@media (max-width: 991px) {
    .fenyen a {
        min-width: 28px;
        line-height: 28px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .fuxuan input {
        min-width: 136px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media (max-width: 660px) {
    .fenyen a {
        min-width: 26px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fuxuan input {
        min-width: 132px;
        line-height: 26px;
        padding: 0 6px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.about {
    position: relative;
}

.about-top {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 54px;
}

.about-top-title {
    font-size: 24px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 32px;
    text-transform: uppercase;
}

.about-top-text {
    font-size: 14px;
    color: #E5E5E5;
    line-height: 26px;
    margin-top: 30px;
}
.about-top-text a{
    color: #E5E5E5;
}
.about-top-text a:hover{
    color: #70C1C8;
}

.about-form {
    width: 100%;
    position: relative;
    background: #202125;
    padding: 53px 0 71px;
}

.about-form .xunbiao {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 49px;
    font-family: Montserrat-BlackItalic;
    text-transform: uppercase;
}

.about-form form {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.about-form .item-input, .about-form .item-input1 {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    padding-left: 152px;
}

.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 142px;
    /*font-family: Poppins-SemiBold*/
}

.about-form .item-input .label span, .about-form .item-input1 .label span, .about-form .item-input3 .label span {
    color: #FF0000;
}

.about-form .item-input input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    background: #333333;
    border: 1px solid #555555;
}

.about-form .item-input1 textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    height: 146px;
    background: #333333;
    border: 1px solid #555555;
}

.about-form .attachment {
    margin-bottom: 20px;
    width: 205px;
}

.attachment .file-group {
    width: 100%;
    height: 39px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background: #70C1C8;
    border-radius: 4px;
    border: 1px solid #70C1C8;
    color: #202125;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.about-form .item-input3 {
    float: left;
    width: 608px;
    position: relative;
    margin-bottom: 18px;
    padding-left: 152px;
}

.about-form .item-input3 input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #333333;
    border: 1px solid #555555;
    line-height: 28px
}

.about-form .item-input3 .yanzheng {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 115px;
    max-height: 48px;
    height: 48px;
}

.about-form .item-btn {
    width: 468px;
    float: right;
    height: 50px;
    background: #70C1C8;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #202125;
    cursor: pointer;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .about-top {
        padding-top: 70px;
        padding-bottom: 44px;
    }

    .about-top-title {
        font-size: 22px;
        line-height: 32px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 26px;
    }

    .about-form {
        padding: 44px 0 62px;
    }

    .about-form .xunbiao {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 42px
    }

    .about-form form {
        max-width: 1120px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 152px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 46px;
        width: 142px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
        height: 146px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .about-form .item-input3 {
        width: 604px;
        margin-bottom: 18px;
        padding-left: 152px;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 44px;
    }

    .about-form .item-btn {
        width: 470px;
        height: 46px;
        font-size: 16px;
    }

    .map2 {
        padding: 4% 0 7.25%;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .about-top {
        padding-top: 58px;
        padding-bottom: 32px;
    }

    .about-top-title {
        font-size: 20px;
        line-height: 30px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .about-form {
        padding: 32px 0 50px;
    }

    .about-form .xunbiao {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 132px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 42px;
        width: 126px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 500px;
        margin-bottom: 16px;
        padding-left: 132px;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: 380px;
        height: 42px;
        font-size: 14px;
    }

    .map2 {
        padding: 3.875% 0 7.125%;
    }
}

@media (max-width: 991px) {
    .about-top {
        padding-top: 46px;
        padding-bottom: 20px;
    }

    .about-top-title {
        font-size: 18px;
        line-height: 28px;
    }

    .about-top-text {
        font-size: 13px;
        line-height: 24px;
        margin-top: 16px;
    }

    .about-form {
        padding: 24px 0 40px;
    }

    .about-form .xunbiao {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 130px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 13px;
        line-height: 42px;
        width: 126px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 100%;
        margin-bottom: 16px;
        padding-left: 130px;
        float: none;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: calc(100% - 130px);
        height: 42px;
        font-size: 14px;
        margin-left: 120px;
        float: none;
    }

    .map2 {
        padding: 3.75% 0 7%;
    }
}

@media (max-width: 620px) {
    .about-top {
        padding-top: 34px;
        padding-bottom: 20px;
    }

    .about-top-title {
        font-size: 17px;
        line-height: 28px;
    }

    .about-top-text {
        font-size: 12px;
        line-height: 22px;
        margin-top: 12px;
    }

    .about-form {
        padding: 20px 0 36px;
    }

    .about-form .xunbiao {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 0px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 100%;
        margin-bottom: 16px;
        padding-left: 0;
        float: none;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: 100%;
        height: 42px;
        font-size: 14px;
        margin-left: 0px;
        float: none;
    }

    .map2 {
        padding: 3.75% 0 6.5625%;
    }
}

/**************** product *****************/
.product {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

.pro-contain {
    width: 100%;
    position: relative;
}

.pro-contain .pro-title {
    font-size: 34px;
    font-family: Montserrat-BlackItalic;
    color: #fff;
    line-height: 42px;
}

.pro-contain .pro-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #E5E5E5;
    margin-top: 16px;
    margin-bottom: 32px;
}

.przhan {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.przhanh {
    height: auto !important;
}

.pro-contain .more {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
    min-width: 191px;
}

.pro-contain .more .zhankai {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 191px;
    line-height: 44px;
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
}

.pro-contain .more::before {
    position: absolute;
    content: "";
    left: 12px;
    top: 0;
    bottom: 0;
    background: #70C1C8;
    transform: skewX(150deg);
    width: 166px;
}

.pro-contain .more:hover::before {
    background: #fff;
}

.pro-contain .more .zhankai:hover {
    color: #70C1C8;
}

.pro-form {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 68px;
}

.pro-list {
    position: relative;
    padding-top: 48px;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -42px;
    margin-right: -42px;
    display: block;
    padding-bottom: 14px;
    transition: 0.5s;
}

.pro-list .pro-item {
    width: 33.3333333333%;
    margin-bottom: 69px;
    display: inline-block;
    vertical-align: top;
    padding: 0 42px;
    transition: 0.5s;
}

.pro-list .pro-item .item-box {
    position: relative;
    width: 100%;
    background: #444444;
    padding: 9px;
}

.pro-list .pro-item .item-box:hover {
    background: #70C1C8;
}

.pro-list .pro-item .item-pic {
    text-align: center;
    position: relative;
    width: 100%;
}

.pro-list .pro-item .item-pic img {
    width: 100%;
    display: block;
}

.pro-list .pro-item .item-body {
    padding: 16px 8px 15px;
    position: relative;
    width: 100%;
}

.pro-list .pro-item .item-title {
    font-size: 20px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 30px;
}

.pro-list .pro-item .item-desc {
    font-size: 16px;
    margin-top: 2px;
    color: #E5E5E5;
    line-height: 26px;
    height: 26px;
}

.pro-list .pro-item .item-title a {
    color: #fff;
}

.pro-list .pro-item .item-desc a {
    color: #E5E5E5;
}

.pro-list .pro-item .item-btn {
    margin-top: 20px;
}

.pro-list .pro-item .item-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    height: 39px;
    text-transform: uppercase;
    border: 1px solid #666666;
    line-height: 37px;
    padding: 0 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.pro-list .pro-item .item-btn a:hover, .pro-list .pro-item .item-box:hover .item-btn a {
    background: #fff;
    color: #70C1C8;
    border-color: #fff;
}

.pro-list .pro-item .item-btn input {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    margin-top: 14px;
    margin-right: 16px;
    height: 12px;
}


.j-nextshow {
    position: relative;
}

.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .proslide_menubtn {
        display: block;
    }
}

.pro-slide-title {
    width: 100%;
    background: #1B3884;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
}

.pro-slide-title a {
    color: #fff;
}

.pryiji {
    padding: 2px 1px;
    margin-bottom: 31px;
    width: 100%;
    position: relative;
}

.pryiji > li {
    border-bottom: 1px solid #D5D5D5;
    position: relative;
    transition: 0.5s;
}

.pryiji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 11px 18px 10px;
    position: relative
}

.pryiji > li > .iconfont {
    position: absolute;
    z-index: 8;
    right: 10px;
    height: 51px;
    width: 20px;
    font-size: 14px;
    top: 0;
    line-height: 51px;
    transition: 0.5s;
}

.pryiji > li > a span {
    transition: 0.5s;
    position: relative;
}

.pryiji > li > a:hover {
    color: #1B3884;
}

.pryiji > li > a:hover span {
    color: #1B3884;
}

.pryiji > li:hover > .iconfont {
    transform: rotate(90deg);
}

.prerji {
    border-top: solid 1px #D5D5D5;
    padding: 8px 0;
    padding-left: 25px;
}

.prerji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
}

.prsanji {
    margin-left: 20px;
    padding: 8px 0;
}

.prsanji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
}

.prerji a:hover {
    color: #1B3884
}

a.prbiao:hover {
    color: #1B3884;
}

.dangpryi > a {
    color: #1B3884 !important;
}

.dangpryi > a span {
    color: #1B3884 !important;
}

.dangpryi > .iconfont {
    transform: rotate(90deg) !important;
}

.dangpryi > a i {
    transform: rotate(180deg) !important;
    color: #fff !important
}

.dangprer > a {
    color: #1B3884 !important;
}

.attribute {
    border-top: 1px solid #333;
    padding-top: 36px;
}

.attri-title {
    position: relative;
    font-size: 26px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 21px;
    margin-bottom: 44px;
}

.attri-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    height: 1px;
    width: 51px;
    background: #fff;
}

.attri-title::after {
    position: absolute;
    content: "";
    left: 28px;
    bottom: 0px;
    height: 1px;
    width: 51px;
    background: #fff;
}

.attribute .box {
    position: relative;
}

.attribute .name span {
    display: inline-block;
    color: #E5E5E5;
    transition: 0.5s;
}

.attribute .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    min-width: 78px;
    box-sizing: border-box;
    cursor: pointer;
    color: #E5E5E5;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    vertical-align: top;
}

.attribute .name i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    display: none;
}

.attribute .name i:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #333;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
}

.attribute .name i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #333;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: 0.5s;
}

/* .attribute .name.active span{color: #1B3884;} */
.attribute .name.active i:after {
    transform: rotate(180deg);
    background: #fff;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.attribute .item-box label {
    display: inline-block;
    cursor: pointer;
}

.attribute .item-box > div {
    color: #E5E5E5;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}

.attribute .item-box p input {
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #E5E5E5;
}

.attribute .check-box-div {
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div .icon {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.attribute .item-box.active {
    display: block
}

.tag {
    position: relative;
    width: 100%;
    background: #70C1C8;
    padding-top: 24px;
    padding-bottom: 21px;
}

.tag-name {
    font-size: 20px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 32px;
}

.tag-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 11px;
}

.tag-list ul > li {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
}

.tag-list ul > li > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #E5E5E5;
    text-align: center;
}

.tag-list ul > li > a:hover {
    color: #333;
}


@media (min-width: 1260px) and (max-width: 1459px) {
    .product {
        padding-top: 70px;
    }

    .pro-contain .pro-title {
        font-size: 34px;
        line-height: 42px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .przhan {
        height: 90px;
    }

    .pro-contain .more {
        margin-bottom: 35px;
    }

    .pro-contain .more .zhankai {
        min-width: 191px;
        line-height: 44px;
        font-size: 16px;
    }

    .pro-contain .more::before {
        left: 12px;
        width: 166px;
    }

    .pro-form {
        padding-bottom: 68px;
    }

    .pro-list {
        padding-top: 48px;
        margin-left: -42px;
        margin-right: -42px;
        padding-bottom: 14px;
    }

    .pro-list .pro-item {
        width: 33.3333333333%;
        margin-bottom: 69px;
        padding: 0 42px;
    }

    .pro-list .pro-item .item-box {
        padding: 9px;
    }

    .pro-list .pro-item .item-body {
        padding: 16px 8px 15px;
    }

    .pro-list .pro-item .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 20px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 150px;
        height: 39px;
        line-height: 37px;
        padding: 0 15px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pro-list .pro-item .item-btn input {
        width: 12px;
        margin-top: 14px;
        margin-right: 16px;
        height: 12px;
    }

    .attribute {
        padding-top: 36px;
    }

    .attri-title {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 21px;
        margin-bottom: 44px;
    }

    .attri-title::before {
        width: 51px;
    }

    .attri-title::after {
        left: 28px;
        width: 51px;
    }

    .tag {
        padding-top: 24px;
        padding-bottom: 21px;
    }

    .tag-name {
        font-size: 20px;
        line-height: 32px;
    }

    .tag-list {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: 11px;
    }

    .tag-list ul > li {
        margin-bottom: 10px;
        padding: 0 4px;
    }

    .tag-list ul > li > a {
        line-height: 26px;
        font-size: 16px;
    }

    .pro-slide-title {
        padding: 16px;
        font-size: 24px;
        line-height: 30px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 31px;
    }

    .pryiji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 20px 24px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .product {
        padding-top: 58px;
    }

    .pro-contain .pro-title {
        font-size: 30px;
        line-height: 38px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 14px;
        margin-bottom: 28px;
    }

    .przhan {
        height: 84px;
    }

    .pro-contain .more {
        margin-bottom: 30px;
    }

    .pro-contain .more .zhankai {
        min-width: 180px;
        line-height: 42px;
        font-size: 16px;
    }

    .pro-contain .more::before {
        left: 11px;
        width: 158px;
    }

    .pro-form {
        padding-bottom: 56px;
    }

    .pro-list {
        padding-top: 40px;
        margin-left: -24px;
        margin-right: -24px;
        padding-bottom: 12px;
    }

    .pro-list .pro-item {
        width: 33.3333333333%;
        margin-bottom: 56px;
        padding: 0 24px;
    }

    .pro-list .pro-item .item-box {
        padding: 8px;
    }

    .pro-list .pro-item .item-body {
        padding: 14px 7px 13px;
    }

    .pro-list .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 15px;
        line-height: 25px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 18px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 140px;
        height: 36px;
        line-height: 34px;
        padding: 0 12px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pro-list .pro-item .item-btn input {
        width: 12px;
        margin-top: 12px;
        margin-right: 14px;
        height: 12px;
    }

    .attribute {
        padding-top: 30px;
    }

    .attri-title {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 18px;
        margin-bottom: 40px;
    }

    .attri-title::before {
        width: 48px;
    }

    .attri-title::after {
        left: 24px;
        width: 48px;
    }

    .tag {
        padding-top: 24px;
        padding-bottom: 21px;
    }

    .tag-name {
        font-size: 20px;
        line-height: 32px;
    }

    .tag-list {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: 11px;
    }

    .tag-list ul > li {
        margin-bottom: 10px;
        padding: 0 4px;
    }

    .tag-list ul > li > a {
        line-height: 26px;
        font-size: 16px;
    }

    .pro-slide-title {
        padding: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 28px;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 18px 22px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .product {
        padding-top: 46px;
    }

    .pro-contain .pro-title {
        font-size: 26px;
        line-height: 34px;
    }

    .pro-contain .pro-text {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .przhan {
        height: 78px;
    }

    .pro-contain .more {
        margin-bottom: 26px;
    }

    .pro-contain .more .zhankai {
        min-width: 172px;
        line-height: 40px;
        font-size: 15px;
    }

    .pro-contain .more::before {
        left: 11px;
        width: 150px;
    }

    .pro-form {
        padding-bottom: 48px;
    }

    .pro-list {
        padding-top: 32px;
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 12px;
    }

    .pro-list .pro-item {
        width: 33.3333333333%;
        margin-bottom: 44px;
        padding: 0 8px;
    }

    .pro-list .pro-item .item-box {
        padding: 7px;
    }

    .pro-list .pro-item .item-body {
        padding: 12px 6px 11px;
    }

    .pro-list .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 16px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 132px;
        height: 34px;
        line-height: 32px;
        padding: 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .pro-list .pro-item .item-btn input {
        width: 12px;
        margin-top: 11px;
        margin-right: 10px;
        height: 12px;
    }

    .attribute {
        padding-top: 24px;
    }

    .attri-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 36px;
    }

    .attri-title::before {
        width: 44px;
    }

    .attri-title::after {
        left: 20px;
        width: 44px;
    }

    .tag {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .tag-name {
        font-size: 18px;
        line-height: 30px;
    }

    .tag-list {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: 10px;
    }

    .tag-list ul > li {
        margin-bottom: 10px;
        padding: 0 3px;
    }

    .tag-list ul > li > a {
        line-height: 26px;
        font-size: 15px;
    }

    .pro-slide-title {
        padding: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 28px;
        display: none;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 18px 22px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 680px) {
    .product {
        padding-top: 34px;
    }

    .pro-contain .pro-title {
        font-size: 22px;
        line-height: 30px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .more {
        margin-bottom: 20px;
    }

    .pro-contain .more .zhankai {
        min-width: 164px;
        line-height: 38px;
        font-size: 14px;
    }

    .pro-contain .more::before {
        left: 11px;
        width: 142px;
    }

    .pro-form {
        padding-bottom: 40px;
    }

    .pro-list {
        padding-top: 26px;
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 10px;
    }

    .pro-list .pro-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 8px;
    }

    .pro-list .pro-item .item-box {
        padding: 6px;
    }

    .pro-list .pro-item .item-body {
        padding: 10px 6px 10px;
    }

    .pro-list .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 14px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 124px;
        height: 32px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pro-list .pro-item .item-btn input {
        width: 12px;
        margin-top: 10px;
        margin-right: 10px;
        height: 12px;
    }

    .attribute {
        padding-top: 20px;
    }

    .attri-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .attri-title::before {
        width: 40px;
    }

    .attri-title::after {
        left: 20px;
        width: 40px;
    }

    .tag {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .tag-name {
        font-size: 16px;
        line-height: 28px;
    }

    .tag-list {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: 10px;
    }

    .tag-list ul > li {
        margin-bottom: 10px;
        padding: 0 3px;
    }

    .tag-list ul > li > a {
        line-height: 26px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .product {
        padding-top: 24px;
    }

    .pro-contain .pro-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .more {
        margin-bottom: 20px;
    }

    .pro-contain .more .zhankai {
        min-width: 164px;
        line-height: 36px;
        font-size: 14px;
    }

    .pro-contain .more::before {
        left: 11px;
        width: 142px;
    }

    .pro-form {
        padding-bottom: 30px;
    }

    .pro-list {
        padding-top: 20px;
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 10px;
    }

    .pro-list .pro-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .pro-list .pro-item .item-box {
        padding: 6px;
    }

    .pro-list .pro-item .item-body {
        padding: 10px 6px 10px;
    }

    .pro-list .pro-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 14px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 124px;
        height: 32px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pro-list .pro-item .item-btn input {
        width: 12px;
        margin-top: 10px;
        margin-right: 10px;
        height: 12px;
    }

    .attribute {
        padding-top: 20px;
    }

    .attri-title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .attri-title::before {
        width: 40px;
    }

    .attri-title::after {
        left: 20px;
        width: 40px;
    }

    .tag {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .tag-name {
        font-size: 16px;
        line-height: 28px;
    }

    .tag-list {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: 10px;
    }

    .tag-list ul > li {
        margin-bottom: 10px;
        padding: 0 3px;
    }

    .tag-list ul > li > a {
        line-height: 26px;
        font-size: 14px;
    }
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF; /*opacity:0.5; */
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #ccc;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

.pro-detail {
    position: relative;
    padding: 78px 0 100px;
}

.m-prob {
    margin-bottom: 76px;
    position: relative;
}

.m-propic {
    margin: 0 auto;
    width: 700px;
    float: left;
}

.m-propic .pic-big {
    width: 583px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
    z-index: 99
}

.m-propic .pic-small {
    position: relative;
    float: right;
    width: 96px;
    padding-top: 26px;
    padding-bottom: 26px;
    overflow: hidden;
    z-index: 1
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: block;
    width: 96px;
    font-size: 18px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
    border-radius: 3px;
    z-index: 9
}

.m-propic .pic-btn.prev {
    top: 0px;
}

.m-propic .pic-btn.next {
    bottom: 0px;
}

.m-propic .pic-btn:hover {
    color: #70C1C8;
}

.m-propic .pic-list {
    height: 531px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.m-propic .item-pics, .m-propic .pic-list .item-video {
    display: block;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.m-propic .item-pics:before, .m-propic .pic-list .item-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(112, 193, 200, .8);
    left: 0px;
    top: 100%;
}

.m-propic .item-pics img, .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.m-propic .item-pics:hover {
}

.m-propic .item-pics.zoomThumbActive {
    border: 1px solid #70C1C8;
    background: rgba(112, 193, 200, .8);
}

.m-propic .item-pics.zoomThumbActive:before, .m-propic .item-video.active:before {
    left: 0px;
    top: 0;
}

.m-propic2 {
    display: none;
}

.m-propic .provideo-box {
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-propic .item-pics:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active {
    border-color: #70C1C8;
}


@media screen and (max-width: 1259px) {
    .pro-detail {
        padding: 66px 0 86px;
    }

    .m-prob {
        margin-bottom: 64px;
    }

    .m-propic {
        width: 520px;
    }

    .m-propic .pic-big {
        width: 440px;
    }

    .m-propic .pic-small {
        width: 72px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m-propic .pic-btn {
        width: 72px;
        line-height: 20px;
        font-size: 16px;
    }

    .m-propic .pic-list {
        height: 400px;
    }

    .m-propic .list-item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 999px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .prob-pic {
        float: none;
        margin: 0 auto;
    }

    .pro-detail {
        padding: 54px 0 72px;
    }

    .m-prob {
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 991px) {
    .pro-detail {
        padding: 42px 0 58px;
    }

    .m-prob {
        margin-bottom: 40px;
    }

    .m-propic1 {
        display: none;
    }

    .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
    }

    .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 17px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .m-propic2 .box-btn.prev {
        left: 0;
    }

    .m-propic2 .box-btn.next {
        right: 0;;
    }

    .m-propic2 .box-btn.prev:hover {
    }

    .m-propic2 .box-btn.next:hover {
    }

    .m-propic2 .box-list {
        overflow: hidden;
    }

    .m-propic2 .box-list ul {
        width: 1000%;
    }

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
        padding: 0px;
    }

}

@media only screen and (max-width: 500px ) {
    .pro-detail {
        padding: 30px 0 44px;
    }

    .m-prob {
        margin-bottom: 28px;
    }

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }
}

@media only screen and (max-width: 350px ) {
    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

.prob-info {
    padding-top: 66px;
    width: 438px;
    float: right;
}

.jianjie h1 {
    font-size: 26px;
    font-size: 2.6rem;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 34px;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #E5E5E5;
    margin-top: 22px;
    overflow: hidden;
    margin-bottom: 2px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
    color: #E5E5E5;
}

.jiann a {
    color: #70C1C8;
}

.sharen {
    display: inline-block;
    padding: 0 20px;
}

.share1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    vertical-align: middle;
    color: #E5E5E5;
}

.share2 {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.inno {
    letter-spacing: 0;
    margin-top: 32px;
    font-size: 0px;
}

.share {margin-top: 20px;}

.inno a {
    display: inline-block;
    vertical-align: top;
    min-width: 141px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    color: #E5E5E5;
    padding: 0 12px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 21px;
}

.inno a:hover {
    color: #fff;
    background: #70C1C8;
    border-color: #70C1C8;
}

.pro-download {
    margin-top: 20px;
    background: #333;
    padding: 18px 25px 20px;
    display: flex;
    align-items: center;
}

.pro-download .prpdf img {
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 43px;
    margin-right: 12px;
}

.pro-download .prpdf {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

@media screen and (max-width: 1459px) {
    .prob-info {
        padding-top: 60px;
        width: 438px;
    }

    .jianjie h1 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 42px;
    }

    .jiann {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        margin-top: 22px;
        margin-bottom: 20px;
    }

    .share1 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
    }

    .inno {
        margin-top: 32px;
    }
    .share {margin-top: 20px;}

    .inno a {
        min-width: 150px;
        line-height: 42px;
        padding: 0 15px;
        margin-bottom: 14px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 20px;
    }

    .pro-download {
        margin-top: 16px;
        padding: 20px 24px;
    }

    .pro-download .prpdf img {
        width: 44px;
        height: 44px;
        margin-right: 10px;
    }

    .pro-download .prpdf {
        font-size: 18px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1259px) {
    .prob-info {
        padding-top: 40px;
        width: 380px;
    }

    .jianjie h1 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 36px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 25px;
        margin-top: 18px;
        margin-bottom: 16px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .inno {
        margin-top: 28px;
    }
    .share {margin-top: 16px;}

    .inno a {
        min-width: 130px;
        line-height: 38px;
        padding: 0 15px;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 20px;
    }

    .pro-download {
        margin-top: 10px;
        padding: 18px 20px;
    }

    .pro-download .prpdf img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .pro-download .prpdf {
        font-size: 14px;
        line-height: 36px;
    }
}

@media screen and (max-width: 999px) {
    .prob-info {
        padding-top: 20px;
        width: 100%;
    }

    .jianjie h1 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 16px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .inno {
        margin-top: 18px;
    }

    .share {margin-top: 14px;}

    .inno a {
        min-width: 120px;
        line-height: 36px;
        padding: 0 15px;
        margin-bottom: 10px;
    }
}

.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 24px;
}

.table table tr td {
    padding: 5px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.product-detail {
    position: relative;
    z-index: 1;
    width: 100%;
}

.product-detail-item {
    position: relative;
    margin-bottom: 42px;
}

.prodetails-title {
    position: relative;
    font-size: 26px;
    font-family: Montserrat-BlackItalic;
    color: #FFFFFF;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 21px;
    margin-bottom: 44px;
}

.prodetails-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    height: 1px;
    width: 51px;
    background: #fff;
}

.prodetails-title::after {
    position: absolute;
    content: "";
    left: 28px;
    bottom: 0px;
    height: 1px;
    width: 51px;
    background: #fff;
}

.chanxbiaon {
    position: relative;
}

.patitem {
    position: relative;
    margin-bottom: 20px;
}

.patitem span {
    display: inline-block;
    vertical-align: top;
    min-width: 75px;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #E5E5E5;
}

.patitem-name {
    font-size: 18px;
    color: #E5E5E5;
    line-height: 30px;
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
}

.prodetails-desc {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    margin-bottom: 20px;
}

.prodetails-desc img {
    display: block;
}

.prtag {
    max-height: 110px;
    overflow: hidden;
}

.prtagh {
    height: auto !important;
    max-height: none !important;
}

.tag .mores {
    min-width: 148px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 44px;
    border: 1px solid #70C1C8;
    color: #70C1C8;
    background: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}


@media screen and (max-width: 1459px) {
    .product-detail-item {
        margin-bottom: 42px;
    }

    .prodetails-title {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 21px;
        margin-bottom: 44px;
    }

    .prodetails-title::before {
        width: 51px;
    }

    .prodetails-title::after {
        left: 28px;
        width: 51px;
    }

    .prodetails-desc {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .tag .mores {
        min-width: 134px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1259px) {
    .product-detail-item {
        margin-bottom: 24px;
    }

    .prodetails-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 32px;
    }

    .prodetails-title::before {
        width: 48px;
    }

    .prodetails-title::after {
        left: 24px;
        width: 48px;
    }

    .patitem {
        margin-bottom: 18px;
    }

    .patitem span {
        min-width: 75px;
        padding: 0 15px;
        margin-right: 10px;
        font-size: 16px;
    }

    .patitem-name {
        font-size: 16px;
        min-width: 75px;
    }

    .prodetails-desc {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-top: 18px;
    }

    .tag .mores {
        min-width: 120px;
        padding: 0 12px;
        font-size: 15px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px) {
    .product-detail-item {
        margin-bottom: 20px;
    }

    .prodetails-title {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .prodetails-title::before {
        width: 44px;
    }

    .prodetails-title::after {
        left: 20px;
        width: 44px;
    }

    .patitem {
        margin-bottom: 16px;
    }

    .patitem span {
        min-width: 75px;
        padding: 0 15px;
        margin-right: 10px;
        font-size: 16px;
    }

    .patitem-name {
        font-size: 16px;
        min-width: 75px;
    }

    .prodetails-desc {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 12px;
        padding-top: 14px;
    }

    .tag .mores {
        min-width: 120px;
        padding: 0 12px;
        font-size: 15px;
        line-height: 36px;
    }
}

@media screen and (max-width: 600px) {
    .product-detail-item {
        margin-bottom: 20px;
    }

    .prodetails-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 16px;
        margin-bottom: 18px;
    }

    .prodetails-title::before {
        width: 40px;
    }

    .prodetails-title::after {
        left: 18px;
        width: 40px;
    }

    .patitem {
        margin-bottom: 14px;
    }

    .patitem span {
        min-width: 75px;
        padding: 0 15px;
        margin-right: 10px;
        font-size: 14px;
    }

    .patitem-name {
        font-size: 16px;
        min-width: 75px;
    }

    .prodetails-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-top: 12px;
    }

    .tag .mores {
        min-width: 108px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 32px;
    }
}

.pro-related {
    position: relative;
    width: 100%;
    padding-top: 88px;
}

.related-swiper {
    position: relative;
    margin-left: -180px;
    margin-right: -180px;
    padding: 50px 180px 0;
}

.related-swiper .swiper-related {
    position: relative;
    width: 100%;
}

.related-swiper .swiper-button {
    width: 86px;
    height: 44px;
    margin-top: -22px;
    font-size: 0;
}

.related-swiper .swiper-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/themes/template/0860/static/img/ban-right.png) no-repeat center center;
    background-size: 100%;
}

.related-swiper .swiper-button:hover:before {
    background: url(/themes/template/0860/static/img/ban-left-act.png) no-repeat center center;
    background-size: 100%;
}

.related-button-prev:before {
    transform: rotateY(180deg);
}

.related-button-next:before {
    transform: rotateY(0deg);
}

.related-button-prev:hover:before {
    transform: rotateY(0deg);
}

.related-button-next:hover:before {
    transform: rotateY(180deg);
}

@media screen and (max-width: 1659px) {
    .pro-related {
        padding-top: 88px;
    }

    .related-swiper {
        margin-left: -120px;
        margin-right: -120px;
        padding: 42px 120px 0;
    }

    .related-swiper .swiper-button {
        width: 74px;
        height: 38px;
        margin-top: -19px;
    }
}

@media screen and (max-width: 1459px) {
    .pro-related {
        padding-top: 76px;
    }

    .related-swiper {
        margin-left: -50px;
        margin-right: -50px;
        padding: 36px 60px 0;
    }

    .related-swiper .swiper-button {
        width: 60px;
        height: 31px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 1259px) {
    .pro-related {
        padding-top: 64px;
    }

    .related-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 24px 60px 0;
    }

    .related-swiper .swiper-button {
        width: 48px;
        height: 25px;
        margin-top: -12px;
    }
}

@media screen and (max-width: 991px) {
    .pro-related {
        padding-top: 52px;
    }

    .related-swiper {
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 30px 0;
    }

    .related-swiper .swiper-button {
        width: 36px;
        height: 19px;
        margin-top: -10px;
    }
}

@media screen and (max-width: 720px) {
    .pro-related {
        padding-top: 40px;
    }

    .related-swiper {
        margin-left: -5px;
        margin-right: -5px;
        padding: 20px 5px 0;
    }

    .related-swiper .swiper-button {
        width: 36px;
        height: 19px;
        margin-top: -10px;
    }
}

.contact-top-title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Montserrat-BlackItalic;
    color: #fff;
    line-height: 42px;
}

.contact-top-list {
    margin-top: 28px;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
}

.contact-top-list a, .contact-top-list span {
    color: #E5E5E5;
    margin-right: 16px;
}

.contact-top-list a:hover {
    color: #70C1C8;
}

@media screen and (max-width: 1459px) {
    .contact-top-title {
        font-size: 26px;
        line-height: 38px;
    }

    .contact-top-list {
        margin-top: 24px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1259px) {
    .contact-top-title {
        font-size: 24px;
        line-height: 34px;
    }

    .contact-top-list {
        margin-top: 22px;
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .contact-top-title {
        font-size: 20px;
        line-height: 30px;
    }

    .contact-top-list {
        margin-top: 18px;
        font-size: 14px;
        line-height: 24px;
    }

    .contact-top-list a, .contact-top-list span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 760px) {
    .contact-top-title {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-top-list {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }
}

/* ************** news ***************** */
.news {
    position: relative;
    padding: 80px 0 90px;
}

.news-list {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -40px;
    margin-right: -40px;
    transition: 0.5s;
    padding-bottom: 24px;
}

.news-top-item {
    display: block;
    position: relative;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 55px;
}

.news-top-item .item-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-top-item .item-box .item-pic {
    width: 50%;
    position: relative;
    text-align: center;
}

.news-top-item .item-box .item-pic img {
    width: 100%;
    display: block;
}

.news-top-item .item-box .item-body {
    padding: 0 48px;
    position: relative;
    width: 48.33333333333%;
}

.news-top-item .item-box .item-date {
    font-size: 14px;
    padding-left: 66px;
    color: #E5E5E5;
    line-height: 26px;
    position: relative;
    margin-bottom: 38px;
}

.news-top-item .item-box .item-date::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 60px;
    height: 1px;
    background: #999999;
}

.news-top-item .item-box .item-title {
    font-size: 20px;
    font-family: Montserrat-Bold;
    color: #E5E5E5;
    line-height: 30px;
}

.news-top-item .item-box .item-desc {
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    margin-top: 14px;
}

.news-top-item .item-box .item-btn {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 38px;
    color: #70C1C8;
    line-height: 30px;
}

.news-top-item .item-box .item-btn a {
    color: #70C1C8;
}

.news-top-item .item-box .item-title a, .news-top-item .item-box .item-desc a {
    color: #E5E5E5;
}

.news-top-item .item-box .item-title a:hover, .news-top-item .item-box .item-desc a:hover {
    color: #70C1C8;
}

.news-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    transition: 0.5s;
    padding: 0 40px;
    margin-bottom: 56px;
}

.news-list-item .new-item-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list-item .new-item-box .item-pic {
    width: 264px;
    position: relative;
}

.news-list-item .new-item-box .item-pic img {
    width: 100%;
    display: block;
    max-width: 480px;
    max-height: 360px;
}

.news-list-item .new-item-box .item-body {
    position: relative;
    width: 274px;
}

.news-list-item .new-item-box .item-date {
    font-size: 13px;
    padding-left: 58px;
    color: #E5E5E5;
    line-height: 24px;
    position: relative;
    margin-bottom: 8px;
}

.news-list-item .new-item-box .item-date::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 53px;
    height: 1px;
    background: #999999;
}

.news-list-item .new-item-box .item-title {
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #E5E5E5;
    line-height: 26px;
}

.news-list-item .new-item-box .item-desc {
    font-size: 14px;
    color: #E5E5E5;
    line-height: 26px;
    margin-top: 4px;
}

.news-list-item .new-item-box .item-btn {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 8px;
    color: #70C1C8;
    line-height: 24px;
}

.news-list-item .new-item-box .item-btn a {
    color: #70C1C8;
}

.news-list-item .new-item-box .item-title a, .news-list-item .new-item-box .item-desc a {
    color: #E5E5E5;
}

.news-list-item .new-item-box .item-title a:hover, .news-list-item .new-item-box .item-desc a:hover {
    color: #70C1C8;
}

@media screen and (max-width: 1459px) {
    .news {
        padding: 80px 0 90px;
    }

    .news-list {
        margin-left: -40px;
        margin-right: -40px;
        padding-bottom: 24px;
    }

    .news-top-item {
        padding: 0 40px;
        margin-bottom: 55px;
    }

    .news-top-item .item-box .item-pic {
        width: 50%;
    }

    .news-top-item .item-box .item-body {
        padding: 0 48px;
        width: 48.33333333333%;
    }

    .news-top-item .item-box .item-date {
        font-size: 14px;
        padding-left: 66px;
        line-height: 26px;
        margin-bottom: 38px;
    }

    .news-top-item .item-box .item-date::before {
        width: 60px;
    }

    .news-top-item .item-box .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 16px;
        line-height: 30px;
        margin-top: 14px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 16px;
        margin-top: 38px;
        line-height: 30px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 40px;
        margin-bottom: 56px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 264px;
    }

    .news-list-item .new-item-box .item-body {
        width: 274px;
    }

    .news-list-item .new-item-box .item-date {
        font-size: 13px;
        padding-left: 58px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 53px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 14px;
        margin-top: 8px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1259px) {
    .news {
        padding: 68px 0 78px;
    }

    .news-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px;
    }

    .news-top-item {
        padding: 0 15px;
        margin-bottom: 46px;
    }

    .news-top-item .item-box .item-pic {
        width: 50%;
    }

    .news-top-item .item-box .item-body {
        padding: 0 24px;
        width: 48.5%;
    }

    .news-top-item .item-box .item-date {
        font-size: 14px;
        padding-left: 54px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .news-top-item .item-box .item-date::before {
        width: 50px;
    }

    .news-top-item .item-box .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 12px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 16px;
        margin-top: 30px;
        line-height: 28px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 44px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 246px;
    }

    .news-list-item .new-item-box .item-body {
        width: calc(100% - 260px);
    }

    .news-list-item .new-item-box .item-date {
        font-size: 13px;
        padding-left: 46px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 42px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 15px;
        line-height: 26px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 14px;
        line-height: 25px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 14px;
        margin-top: 7px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .news {
        padding: 56px 0 66px;
    }

    .news-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 18px;
    }

    .news-top-item {
        padding: 0 8px;
        margin-bottom: 38px;
    }

    .news-top-item .item-box .item-pic {
        width: 50%;
    }

    .news-top-item .item-box .item-body {
        padding: 0 16px;
        width: 48.5%;
    }

    .news-top-item .item-box .item-date {
        font-size: 13px;
        padding-left: 48px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .news-top-item .item-box .item-date::before {
        width: 42px;
    }

    .news-top-item .item-box .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 15px;
        margin-top: 22px;
        line-height: 26px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 36px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 100%;
    }

    .news-list-item .new-item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .news-list-item .new-item-box .item-date {
        font-size: 12px;
        padding-left: 40px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 36px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 15px;
        line-height: 25px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 13px;
        margin-top: 6px;
        line-height: 22px;
    }
}

@media screen and (max-width: 750px) {
    .news {
        padding: 44px 0 54px;
    }

    .news-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 16px;
    }

    .news-top-item {
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-top-item .item-box .item-pic {
        width: 50%;
    }

    .news-top-item .item-box .item-body {
        padding: 0 10px;
        width: 48.5%;
    }

    .news-top-item .item-box .item-date {
        font-size: 13px;
        padding-left: 44px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .news-top-item .item-box .item-date::before {
        width: 40px;
    }

    .news-top-item .item-box .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 14px;
        margin-top: 18px;
        line-height: 24px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 100%;
    }

    .news-list-item .new-item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .news-list-item .new-item-box .item-date {
        font-size: 12px;
        padding-left: 40px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 36px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 15px;
        line-height: 25px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 13px;
        margin-top: 6px;
        line-height: 22px;
    }
}

@media screen and (max-width: 540px) {
    .news {
        padding: 32px 0 42px;
    }

    .news-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 16px;
    }

    .news-top-item {
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-top-item .item-box .item-pic {
        width: 100%;
    }

    .news-top-item .item-box .item-body {
        padding: 10px 5px;
        width: 100%;
    }

    .news-top-item .item-box .item-date {
        font-size: 13px;
        padding-left: 44px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .news-top-item .item-box .item-date::before {
        width: 40px;
    }

    .news-top-item .item-box .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 14px;
        margin-top: 18px;
        line-height: 24px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 100%;
    }

    .news-list-item .new-item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .news-list-item .new-item-box .item-date {
        font-size: 12px;
        padding-left: 40px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 36px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 13px;
        margin-top: 6px;
        line-height: 22px;
    }
}

@media screen and (max-width: 420px) {
    .news {
        padding: 20px 0 30px;
    }

    .news-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 16px;
    }

    .news-top-item {
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-top-item .item-box .item-pic {
        width: 100%;
    }

    .news-top-item .item-box .item-body {
        padding: 10px 5px;
        width: 100%;
    }

    .news-top-item .item-box .item-date {
        font-size: 13px;
        padding-left: 44px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .news-top-item .item-box .item-date::before {
        width: 40px;
    }

    .news-top-item .item-box .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-top-item .item-box .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }

    .news-top-item .item-box .item-btn {
        font-size: 14px;
        margin-top: 18px;
        line-height: 24px;
    }

    .news-list-item {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .news-list-item .new-item-box .item-pic {
        width: 100%;
    }

    .news-list-item .new-item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .news-list-item .new-item-box .item-date {
        font-size: 12px;
        padding-left: 40px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-list-item .new-item-box .item-date::before {
        width: 36px;
    }

    .news-list-item .new-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .news-list-item .new-item-box .item-desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 4px;
    }

    .news-list-item .new-item-box .item-btn {
        font-size: 13px;
        margin-top: 6px;
        line-height: 22px;
    }
}

.news-detail {
    width: 100%;
    position: relative;
    padding: 72px 0 100px;
}

.new-contain {
    width: 100%;
    position: relative;
}

.news-title {
    font-size: 26px;
    font-family: Montserrat-Bold;
    color: #E5E5E5;
    line-height: 32px;
}

.new-contain .share, .app-detail .share {
    margin-top: 24px;
    margin-bottom: 40px;
}

.new-contain .share > div {
    display: inline-block;
    vertical-align: middle;
}

.new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #E5E5E5;
    line-height: 18px;
    margin-right: 28px;
}

.news-text {
    font-size: 16px;
    padding-bottom: 10px;
    color: #E5E5E5;
    line-height: 30px;
}

.news-text img {
    display: inline-block;
    vertical-align: top;
}

.fanpian {
    padding: 31px 40px;
    background: rgba(85, 85, 85, .5);
}

.fanpian li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #E5E5E5;
    position: relative;
    margin-bottom: 14px;
}

.fanpian li:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}

.fanpian li span, .fanpian li a {
    color: #E5E5E5
}

.fanpian li a:hover {
    color: #70C1C8;
}

.news-detail .pro-related {
    padding-top: 68px;
}

.news-related {
    padding-top: 68px;
}

.swiper-slide .news-list-item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
    .news-detail {
        padding: 72px 0 100px;
    }

    .news-title {
        font-size: 26px;
        line-height: 32px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 28px;
    }

    .news-text {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 30px;
    }

    .fanpian {
        padding: 31px 40px;
    }

    .fanpian li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .news-detail .pro-related {
        padding-top: 68px;
    }

    .news-related {
        padding-top: 68px;
    }
}

@media screen and (max-width: 1259px) {
    .news-detail {
        padding: 60px 0 88px;
    }

    .news-title {
        font-size: 24px;
        line-height: 32px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 24px;
    }

    .news-text {
        font-size: 16px;
        padding-bottom: 10px;
        line-height: 28px;
    }

    .fanpian {
        padding: 28px 36px;
    }

    .fanpian li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .news-detail .pro-related {
        padding-top: 56px;
    }

    .news-related {
        padding-top: 56px;
    }
}

@media screen and (max-width: 991px) {
    .news-detail {
        padding: 48px 0 76px;
    }

    .news-title {
        font-size: 20px;
        line-height: 30px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 16px;
        margin-bottom: 26px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 20px;
    }

    .news-text {
        font-size: 15px;
        padding-bottom: 10px;
        line-height: 26px;
    }

    .fanpian {
        padding: 24px 30px;
    }

    .fanpian li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news-detail .pro-related {
        padding-top: 44px;
    }

    .news-related {
        padding-top: 44px;
    }
}

@media screen and (max-width: 750px) {
    .news-detail {
        padding: 36px 0 64px;
    }

    .news-title {
        font-size: 18px;
        line-height: 28px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 16px;
    }

    .news-text {
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 24px;
    }

    .fanpian {
        padding: 20px 20px;
    }

    .fanpian li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news-detail .pro-related {
        padding-top: 32px;
    }

    .news-related {
        padding-top: 32px;
    }
}

@media screen and (max-width: 540px) {
    .news-detail {
        padding: 28px 0 50px;
    }

    .news-title {
        font-size: 18px;
        line-height: 28px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 16px;
    }

    .news-text {
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 24px;
    }

    .fanpian {
        padding: 16px 15px;
    }

    .fanpian li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news-detail .pro-related {
        padding-top: 24px;
    }

    .news-related {
        padding-top: 24px;
    }
}

/* ***************   Download   *************** */
.downs {
    position: relative;
    padding: 85px 0 90px;
}

.down-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 46px;
    margin-left: -12px;
    margin-right: -12px;
}

.down-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 34px;
    padding: 0 12px;
}

.down-list-item .item-title {
    position: relative;
    font-size: 18px;
    padding-left: 42px;
    color: #E5E5E5;
    line-height: 30px;
}

.down-list-item .item-title a {
    color: #E5E5E5;
}

.down-list-item .item-title a:hover {
    color: #70C1C8;
}

.down-list-item .item-title .iconfont {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #70C1C8;
    border-radius: 50%;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .downs {
        padding: 85px 0 90px;
    }

    .down-list {
        padding-bottom: 46px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .down-list-item {
        width: 50%;
        margin-bottom: 34px;
        padding: 0 12px;
    }

    .down-list-item .item-title {
        font-size: 18px;
        padding-left: 42px;
        line-height: 30px;
    }

    .down-list-item .item-title .iconfont {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .downs {
        padding: 72px 0 78px;
    }

    .down-list {
        padding-bottom: 38px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .down-list-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 6px;
    }

    .down-list-item .item-title {
        font-size: 17px;
        padding-left: 40px;
        line-height: 30px;
    }

    .down-list-item .item-title .iconfont {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .downs {
        padding: 60px 0 66px;
    }

    .down-list {
        padding-bottom: 30px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .down-list-item {
        width: 100%;
        margin-bottom: 26px;
        padding: 0 6px;
    }

    .down-list-item .item-title {
        font-size: 17px;
        padding-left: 40px;
        line-height: 28px;
    }

    .down-list-item .item-title .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}

@media (max-width: 620px) {
    .downs {
        padding: 46px 0 52px;
    }

    .down-list {
        padding-bottom: 22px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .down-list-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 6px;
    }

    .down-list-item .item-title {
        font-size: 16px;
        padding-left: 36px;
        line-height: 26px;
    }

    .down-list-item .item-title .iconfont {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .downs {
        padding: 32px 0 38px;
    }

    .down-list {
        padding-bottom: 18px;
        margin-left: -6px;
        margin-right: -6px;
    }
}

.video-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 52px;
    margin-left: -45px;
    margin-right: -45px;
}

.video-top-item {
    position: relative;
    width: 100%;
    padding: 0 45px;
    margin-bottom: 72px;
}

.video-top-item .item-box {
    position: relative;
    width: 100%;
}

.video-top-item .item-box .video-img {
    position: relative;
    width: 100%;
    text-align: center;
}

.video-top-item .item-box .video-body {
    position: relative;
    width: 100%;
    padding-top: 35px;
}

.video-top-item .video-body .item-title {
    font-size: 24px;
    font-family: Montserrat-Bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
}

.video-top-item .video-body .item-desc {
    font-size: 18px;
    color: #e5e5e5;
    line-height: 30px;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 6px;
}

.video-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 48px;
    margin-bottom: 20px;
}

.video-item-box {
    width: 100%;
    position: relative;
}

.video-list-item .video-img {
    width: 100%;
    position: relative;
}

.video-list-item .video-body {
    width: 100%;
    position: relative;
    padding-top: 12px;
}

.video-item-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.video-item-pic .video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-list-item .video-body .item-title {
    position: relative;
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.faq-list {
    padding-bottom: 50px;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -22px;
    margin-right: -22px;
    display: flex;
    flex-wrap: wrap;
}

.faq-list .faq-list-item {
    margin-bottom: 30px;
    width: 50%;
    padding: 0 22px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: transparent;
}

.faq-list-item .item-box {
    border: 1px solid #666;
    width: 100%;
    padding: 20px;
    height: 100%;
}

.faq-list-item .faq-item-name {
    padding-left: 48px;
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    background: transparent;
}

.faq-list-item .faq-item-name span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #70C1C8;
    height: 36px;
    background: #fff;
    border-radius: 50%;
}

.faq-list-item .faq-item-text {
    padding-left: 48px;
    position: relative;
    font-size: 16px;
    /*max-height: 60px;*/
    /*overflow: auto;*/
    color: #fff;
    line-height: 30px;
    background: transparent;
    margin-top: 15px;
    margin-bottom: 6px;
}

.faq-list-item .faq-item-text span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #FFFFFF;
    height: 36px;
    background: #70C1C8;
    border-radius: 50%;
}


@media (min-width: 1260px) and (max-width: 1459px) {
    .faq-list {
        padding-bottom: 50px;
        margin-left: -22px;
        margin-right: -22px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 30px;
        width: 50%;
        padding: 0 22px;
    }

    .faq-list-item .item-box {
        padding: 20px;
    }

    .faq-list-item .faq-item-name {
        padding-left: 48px;
        font-size: 20px;
        line-height: 36px;
    }

    .faq-list-item .faq-item-name span {
        width: 36px;
        line-height: 36px;
        font-size: 18px;
        height: 36px;
    }

    .faq-list-item .faq-item-text {
        padding-left: 48px;
        font-size: 16px;
        max-height: 60px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .faq-list-item .faq-item-text span {
        width: 36px;
        line-height: 36px;
        font-size: 18px;
        height: 36px;
    }

    .video-list {
        padding-bottom: 52px;
        margin-left: -45px;
        margin-right: -45px;
    }

    .video-top-item {
        padding: 0 45px;
        margin-bottom: 72px;
    }

    .video-top-item .item-box .video-body {
        padding-top: 35px;
    }

    .video-top-item .video-body .item-title {
        font-size: 24px;
        line-height: 32px;
    }

    .video-top-item .video-body .item-desc {
        font-size: 18px;
        line-height: 30px;
        margin-top: 6px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 48px;
        margin-bottom: 20px;
    }

    .video-list-item .video-body {
        padding-top: 12px;
    }

    .video-list-item .video-body .item-title {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .video-list {
        padding-bottom: 44px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .video-top-item {
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .video-top-item .item-box .video-body {
        padding-top: 28px;
    }

    .video-top-item .video-body .item-title {
        font-size: 22px;
        line-height: 32px;
    }

    .video-top-item .video-body .item-desc {
        font-size: 17px;
        line-height: 30px;
        margin-top: 5px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 18px;
    }

    .video-list-item .video-body {
        padding-top: 10px;
    }

    .video-list-item .video-body .item-title {
        font-size: 16px;
        line-height: 28px;
    }

    .faq-list {
        padding-bottom: 40px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 26px;
        width: 50%;
        padding: 0 12px;
    }

    .faq-list-item .item-box {
        padding: 18px;
    }

    .faq-list-item .faq-item-name {
        padding-left: 46px;
        font-size: 19px;
        line-height: 34px;
    }

    .faq-list-item .faq-item-name span {
        width: 34px;
        line-height: 34px;
        font-size: 18px;
        height: 34px;
    }

    .faq-list-item .faq-item-text {
        padding-left: 46px;
        font-size: 16px;
        max-height: 56px;
        line-height: 28px;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    .faq-list-item .faq-item-text span {
        width: 34px;
        line-height: 34px;
        font-size: 18px;
        height: 34px;
    }
}

@media (max-width: 991px) {
    .video-list {
        padding-bottom: 36px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .video-top-item {
        padding: 0 6px;
        margin-bottom: 48px;
    }

    .video-top-item .item-box .video-body {
        padding-top: 22px;
    }

    .video-top-item .video-body .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .video-top-item .video-body .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 5px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .video-list-item .video-body {
        padding-top: 10px;
    }

    .video-list-item .video-body .item-title {
        font-size: 15px;
        line-height: 26px;
    }

    .faq-list {
        padding-bottom: 30px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 22px;
        width: 50%;
        padding: 0 5px;
    }

    .faq-list-item .item-box {
        padding: 12px;
    }

    .faq-list-item .faq-item-name {
        padding-left: 40px;
        font-size: 18px;
        line-height: 30px;
    }

    .faq-list-item .faq-item-name span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .faq-list-item .faq-item-text {
        padding-left: 40px;
        font-size: 15px;
        max-height: 52px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .faq-list-item .faq-item-text span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .video-list {
        padding-bottom: 28px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .video-top-item {
        padding: 0 6px;
        margin-bottom: 36px;
    }

    .video-top-item .item-box .video-body {
        padding-top: 16px;
    }

    .video-top-item .video-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .video-top-item .video-body .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 5px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 14px;
    }

    .video-list-item .video-body {
        padding-top: 8px;
    }

    .video-list-item .video-body .item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .faq-list {
        padding-bottom: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 18px;
        width: 100%;
        padding: 0 5px;
    }

    .faq-list-item .item-box {
        padding: 14px;
    }

    .faq-list-item .faq-item-name {
        padding-left: 40px;
        font-size: 18px;
        line-height: 30px;
    }

    .faq-list-item .faq-item-name span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }

    .faq-list-item .faq-item-text {
        padding-left: 40px;
        font-size: 15px;
        max-height: 52px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .faq-list-item .faq-item-text span {
        width: 30px;
        line-height: 30px;
        font-size: 16px;
        height: 30px;
    }
}

@media (max-width: 560px) {
    .video-list {
        padding-bottom: 28px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .video-top-item {
        padding: 0 6px;
        margin-bottom: 28px;
    }

    .video-top-item .item-box .video-body {
        padding-top: 12px;
    }

    .video-top-item .video-body .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .video-top-item .video-body .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .video-list-item {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 14px;
    }

    .video-list-item .video-body {
        padding-top: 6px;
    }

    .video-list-item .video-body .item-title {
        font-size: 14px;
        line-height: 22px;
    }

    .faq-list {
        padding-bottom: 14px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 16px;
        width: 100%;
        padding: 0 5px;
    }

    .faq-list-item .item-box {
        padding: 10px;
    }

    .faq-list-item .faq-item-name {
        padding-left: 36px;
        font-size: 17px;
        line-height: 28px;
    }

    .faq-list-item .faq-item-name span {
        width: 28px;
        line-height: 28px;
        font-size: 14px;
        height: 28px;
    }

    .faq-list-item .faq-item-text {
        padding-left: 36px;
        font-size: 14px;
        max-height: none;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .faq-list-item .faq-item-text span {
        width: 28px;
        line-height: 28px;
        font-size: 14px;
        height: 28px;
    }
}

/* ****************** application ****************** */

.app-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -18px;
    margin-right: -18px;
    transition: all .5s;
    padding-bottom: 23px;
}

.app-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 17px;
    margin-bottom: 51px;
    transition: all .5s;
}

.app-list-item .item-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.app-list-item .item-pic {
    width: 100%;
    position: relative;
    text-align: center;
    border: 4px solid transparent;
}

.app-list-item .item-box:hover .item-pic {
    border: 8px solid #70C1C8;
    background: rgba(0, 0, 0, .7);
}

.app-list-item .item-pic img {
    display: block;
    width: 100%;
}

.app-list-item .item-pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.app-list-item .item-box:hover .item-pic::after {
    top: 0;
    bottom: 0;
}

.app-list-item .item-body {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(0);
    transition: all .5s;
    text-align: center;
}

.app-list-item .item-box:hover .item-body {
    top: 50%;
    transform: translateY(-50%);
}

.app-list-item .item-title {
    font-size: 26px;
    font-family: Montserrat-Bold;
    color: #FFFFFF;
    line-height: 32px;
}

.app-list-item .item-desc {
    font-size: 18px;
    text-align: center;
    max-width: 444px;
    margin: 0 auto;
    color: #E5E5E5;
    line-height: 31px;
    margin-top: 12px;
}

.app-list-item .item-title a {
    color: #fff;
    margin: 20px 20px;
}

.app-list-item .item-desc a {
    color: #E5E5E5;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .app-list {
        margin-left: -18px;
        margin-right: -18px;
        padding-bottom: 23px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 18px;
        margin-bottom: 51px;;
    }

    .app-list-item .item-box .item-pic {
        border: 4px solid transparent;
    }

    .app-list-item .item-box:hover .item-pic {
        border: 8px solid #70C1C8;
    }

    .app-list-item .item-body {
    }

    .app-list-item .item-title {
        font-size: 26px;
        line-height: 32px;
    }

    .app-list-item .item-desc {
        font-size: 18px;
        line-height: 31px;
        margin-top: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .app-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 16px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 40px;;
    }

    .app-list-item .item-box .item-pic {
        border: 3px solid transparent;
    }

    .app-list-item .item-box:hover .item-pic {
        border: 6px solid #70C1C8;
    }

    .app-list-item .item-body {
    }

    .app-list-item .item-title {
        font-size: 24px;
        line-height: 30px;
    }

    .app-list-item .item-desc {
        font-size: 17px;
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .app-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 16px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 40px;;
    }

    .app-list-item .item-box .item-pic {
        border: 3px solid transparent;
    }

    .app-list-item .item-box:hover .item-pic {
        border: 6px solid #70C1C8;
    }

    .app-list-item .item-box .item-pic::after {
        display: none;
    }

    .app-list-item .item-body {
        position: relative;
        top: 0;
        transform: translateY(0);
        padding-top: 10px;
    }

    .app-list-item .item-box:hover .item-body {
        top: 0;
        transform: translateY(0);
    }

    .app-list-item .item-title {
        font-size: 22px;
        line-height: 30px;
    }

    .app-list-item .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 660px) {
    .app-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 12px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 30px;;
    }

    .app-list-item .item-box .item-pic {
        border: 2px solid transparent;
    }

    .app-list-item .item-box:hover .item-pic {
        border: 4px solid #70C1C8;
    }

    .app-list-item .item-box .item-pic::after {
        display: none;
    }

    .app-list-item .item-body {
        position: relative;
        top: 0;
        transform: translateY(0);
        padding-top: 10px;
    }

    .app-list-item .item-box:hover .item-body {
        top: 0;
        transform: translateY(0);
    }

    .app-list-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .app-list-item .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }
}

@media (max-width: 420px) {
    .app-list-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.top {
    width: 45px;
    height: 45px;
    margin: auto;
    background: #70C1C8;
    border-radius: 16px 0px 16px 0px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
    line-height: 45px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bottom {
    bottom: 80px;
}

@media screen and (max-width: 767px) {
    .top {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px 0px 10px 0px;
        right: 10px;
        bottom: 88px;
    }

    .fotag {
        margin-top: 15px;
    }
}


.tankaung {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

.famain {
    padding-top: 70px;
    padding-bottom: 90px;
}


@media screen and (max-width: 767px) {
    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 15%;
        right: 5%;
        bottom: 15%;
    }
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/themes/template/0860/static/fonts/Montserrat-Bold.eot');
    src: url('/themes/template/0860/static/fonts/Montserrat-Bold/.eot') format('embedded-opentype'),
    url('/themes/template/0860/static/fonts/Montserrat-Bold.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/Montserrat-Bold.woff') format('woff'),
    url('/themes/template/0860/static/fonts/Montserrat-Bold.ttf') format('truetype'),
    url('/themes/template/0860/static/fonts/Montserrat-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/themes/template/0860/static/fonts/Montserrat-SemiBold.eot');
    src: url('/themes/template/0860/static/fonts/Montserrat-SemiBold/.eot') format('embedded-opentype'),
    url('/themes/template/0860/static/fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/Montserrat-SemiBold.woff') format('woff'),
    url('/themes/template/0860/static/fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('/themes/template/0860/static/fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/themes/template/0860/static/fonts/Montserrat-Light.eot');
    src: url('/themes/template/0860/static/fonts/Montserrat-Light/.eot') format('embedded-opentype'),
    url('/themes/template/0860/static/fonts/Montserrat-Light.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/Montserrat-Light.woff') format('woff'),
    url('/themes/template/0860/static/fonts/Montserrat-Light.ttf') format('truetype'),
    url('/themes/template/0860/static/fonts/Montserrat-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url('/themes/template/0860/static/fonts/Montserrat-BlackItalic.eot');
    src: url('/themes/template/0860/static/fonts/Montserrat-BlackItalic/.eot') format('embedded-opentype'),
    url('/themes/template/0860/static/fonts/Montserrat-BlackItalic.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/Montserrat-BlackItalic.woff') format('woff'),
    url('/themes/template/0860/static/fonts/Montserrat-BlackItalic.ttf') format('truetype'),
    url('/themes/template/0860/static/fonts/Montserrat-BlackItalic.svg') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "iconfont"; /* Project id 3599773 */
    src: url('/themes/template/0860/static/fonts/icon/iconfont/t/1662624843056.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/icon/iconfont/t/1662624843056.woff') format('woff'),
    url('/themes/template/0860/static/fonts/icon/iconfont/t/1662624843056.ttf') format('truetype'),
    url('/themes/template/0860/static/fonts/icon/iconfont/t/1662624843056.svg') format('svg');

}

@font-face {
    font-family: "iconfont"; /* Project id 2797177 */
    font-display: swap;
    src: url('/themes/template/0860/static/fonts/iconfont/t/1631065712824.woff2') format('woff2'),
    url('/themes/template/0860/static/fonts/iconfont/t/1631065712824.woff') format('woff'),
    url('/themes/template/0860/static/fonts/iconfont/t/1631065712824.ttf') format('truetype');

}


.icon-hezuoqudao:before {
    content: "\e72e";
}

.icon-KHCFDC_zengchangshuai:before {
    content: "\e729";
}

.icon-a-TalentSupplyChain:before {
    content: "\e72b";
}

.icon-ditu_diqiu_o:before {
    content: "\e727";
}

.icon-dengpao:before {
    content: "\e728";
}

.icon-a-24-hours:before {
    content: "\e72a";
}

.icon-huizhang:before {
    content: "\e72c";
}

.icon-lianjie:before {
    content: "\e724";
}

.icon-a-lianjie1:before {
    content: "\e725";
}

.icon-a-lianjie2:before {
    content: "\e726";
}

.icon-yanjing:before {
    content: "\e71f";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao1:before {
    content: "\e720";
}

.icon-taiyangnengdianchi:before {
    content: "\e721";
}

.icon-dizhi:before {
    content: "\e722";
}

.icon-erweima:before {
    content: "\e723";
}

.icon-fanhuidingbu:before {
    content: "\e717";
}

.icon-jiantou_youshang:before {
    content: "\e718";
}

.icon-guanbi:before {
    content: "\e719";
}

.icon-a-guanbi1:before {
    content: "\e71a";
}

.icon-a-24gl-tags4:before {
    content: "\e71b";
}

.icon-a-24xiaoshi:before {
    content: "\e71c";
}

.icon-gongchang:before {
    content: "\e71d";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao:before {
    content: "\e71e";
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download2:before {
    content: "\e7a1";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-gjiantous:before {
    content: "\e7d1";
}

.lang-img {
    background: url(/static/images/lang.png) no-repeat;
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.disnone {
    display: none
}

.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #70C1C8
}

.inquiry-success .text {
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #70C1C8;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #70C1C8
}

.listcart2 {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart2 a, .listcart2 button {
    display: inline-block;
    min-width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer;
    color: #666666;
    border: #666666 solid 1px;
    line-height: 30px;
    background: none;
    border-radius: 15px;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #70C1C8;
    color: #fff;
    border: #70C1C8 solid 1px;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }
}

/*xun pan tijiao*/

.xunpanlb {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #70C1C8;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

.xunpanlb .table .tbody .td a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #70C1C8;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.pages-btn {
    display: inline-block
}

.news-content-list .item .name a {
    color: #fff;
}

.news-content-list .item .desc a {
    color: #fff;
}

.news-content-list .item .more a {
    color: #fff;
    font-size: 14px;
}

.detailView .new-box-wp .detail .title {
    color: #fff;
}

.detailView .detail .content {
    color: #fff;
}

.detailView .detail p {
    color: #fff;
}

.detailView .detail .content h2 {
    color: #fff;
}

.detailView .detail .content h3 {
    color: #fff;
}

.detailView .detail .content strong {
    color: #fff;
}

.detailView .other-news .item span {
    color: #fff !important;
}

.detailView .other-news .item a {
    color: #fff;
}

.detailView .related-news .title-box p {
    color: #fff !important;
}

.detailView .related-news .news-item .title a {
    color: #fff;
}

.tags-product .tags-item .tags-cont .tags-tit a {
    color: #fff;
}

.tags-positive-title span {
    color: #fff !important;
}

.related-category .item .cont-box .tit a {
    color: #fff !important;
}

.polymerization .polymerization-nav .nav-item.active .tags-positive-title {
    color: #fff !important;
}

.polymerization .polymerization-nav .nav-item:hover .tags-positive-title {
    color: #fff !important;
}

.related .cont .tit a {
    color: #fff !important;
}

.attachment-upload-result span {
    color: #fff;
    font-size: 14px;
}

.attachment-upload-result .icon-yf-shanchu {
    color: #fff;
}

form .cart-title {
    color: #fff;
}

.cart-list-box .cart-list .cart-header p {
    color: #fff;
}

.cart-price-bot .cart-currency-txt {
    color: #fff;
}

.self-ellipsis-9 {
    display: -webkit-box !important;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.new-tbody .news-text p a {
    color: #70C1C8;
}

.new-tbody .news-text p a:hover {
    color: #E5E5E5;
}

.prodetails-desc p a {
    color: #70C1C8;
}

.prodetails-desc p a:hover {
    color: #E5E5E5;
}

.news-content-list .item .more a:hover {
    color: #70C1C8;
}

.news-content-list .item .desc a:hover {
    color: #70C1C8;
}

.news-content-list .item .name a:hover {
    color: #70C1C8;
}

.content ul li {
    color: #fff;
}

.detailView .related-news .arrow .swiper-button-next {
    background: url(/themes/template/0860/static/img/arrow-right.png) no-repeat;
}

.detailView .related-news .arrow .swiper-button-prev {
    background: url(/themes/template/0860/static/img/arrow-left.png) no-repeat;
}

.new-tbody .news-text h1 {
    color: #E5E5E5;
}

.sharect-box {
    z-index: 9;
}

.timer{
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.timer:hover,.item-bottom a.self-ellipsis-2:hover{
    color: #70C1C8;
}

.sec3-tbody-btn a:hover{
    color: #fff;
}
.sec3-tbody-btn a:hover::before{
    border: 1px solid #fff;
    transform: skewX(
            150deg
    );
}

.sec5-news-item .item-btn a:hover{
    color: #fff;
}

.sec8-list-item .item-title .iconfont:hover{
    background: #fff;
    color: #70C1C8;
}

.sec8-list-item .item-title:hover .iconfont{
    background: #fff;
    color: #70C1C8;
}
.sec8-list-item .item-title:hover a{
    color: #70C1C8;
}


.page-href a ,.page-href .bread-active{
    display:inline-block; direction:ltr;
}

a.dangqiandao-top{
    color: #70C1C8 !important;
}

.order-success .order-s-text{
    color: #fff!important;
}

.layui-layer-dialog .layui-layer-content{
    word-break: unset !important;
}
.order-buy-now .order-address-box .xing{
    font-size: 20px;
}

.tags-seo .tags-title{
    color: #999!important;
}

.pages-btn .active:hover{
    cursor: unset;
}

.sec7-list-item .item-name:hover{
    cursor: pointer;
}

.pro-main .pro-text a{
    color: #70C1C8;
}

.tagspage [class*="-item"] .item-title{ overflow: hidden; color: #ffffff; }
.tagspage [class*="-item"] .item-title a{ color: #ffffff; }
.tages-title{color: #fff;}
.tages-text{color: #ddd;}
.tages4-menu-item .tages-title {color: #ddd;}
.tages4-menu-item .tages-title::before {background: #fff;}
.tages4-menu-item.active .tages-title, .tages4-menu-item:hover .tages-title {color: #fff;}
.tages4-news-item .item-box .item-date{color: #ddd;}
.tages4-news-item .item-box .item-title::before{background: #fff;}
.tages4-cert-list .list-item .item-body .item-name{color: #fff;}
.tags-down-list-item .item-box .item-btn .btnn{color: #333;background: #fff;border-color: #fff;}
.tags-down-list-item .item-box .item-btn a.btnn:hover{color: #fff;background: #333;}

.tages6-list-item .item-body .item-title{color: #fff;}
.tages9-tbody-item .iconfont{color: #fff;}
.swiper-video .swiper-slide .item-body .item-title{color: #fff;}
.swiper-video .swiper-slide .item-body .item-desc{color: #eee;}

.tagspage [class*="-item"] .item-title{ overflow: hidden; color: #ffffff; }
.tagspage [class*="-item"] .item-title a{ color: #ffffff; }
.tagspage [class*="-item"] .item-desc{ overflow: hidden; color: #ffffff; }
.tagspage [class*="-item"] .item-desc a{ color: #ffffff; }
.tagspage .tages-title{color: #fff;}
.tagspage .tages-text{color: #ddd;}
.tagspage .tages4-menu-item .tages-title {color: #ddd;}
.tagspage .tages4-menu-item .tages-title::before {background: #fff;}
.tagspage .tages4-menu-item.active .tages-title, .tagspage .tages4-menu-item:hover .tages-title {color: #fff;}
.tagspage .tages4-news-item .item-box .item-date{color: #ddd;}
.tagspage .tages4-news-item .item-box .item-title::before{background: #fff;}
.tagspage .tages4-cert-list .list-item .item-body .item-name{color: #fff;}
.tagspage .tags-down-list-item .item-box .item-btn .btnn{color: #333;background: #fff;border-color: #fff;}
.tagspage .tags-down-list-item .item-box .item-btn a.btnn:hover{color: #fff;background: #333;}

.tagspage .tages6-list-item .item-body .item-title{color: #fff;}
.tagspage .tages9-tbody-item .iconfont{color: #fff;}
.tagspage .swiper-video .swiper-slide .item-body .item-title{color: #fff;}
.tagspage .swiper-video .swiper-slide .item-body .item-desc{color: #eee;}


.section .site-title, .section .site-title a{color: #fff;}
.section .site-title a:hover{color: #fff;}
.section .site-bread-href, .section .site-bread-href a{color: #ABACB0;}
.section .site-bread-href a:hover, .section  .site-bread-href a.bread-active{color: #3EAFFF;}
.section .site-tbody-title, .section .site-tbody-title a{color: #fff;}
.section .site-tbody-title a:hover{color: #3EAFFF;}
.section .site-tbody-title{border-color: #535353;}
.section .site-tbody-body{border-color: #535353;}
.section .site-list-item .item-text, .section .site-list-item .item-text a{color: #fff;}
.section .site-list-item .item-text:hover, .section .site-list-item .item-text a:hover{color: #3EAFFF;}
.section .site-body-title, .section .site-body-title a{color: #3EAFFF;}
.section .site-body-title::before{background: #3EAFFF;}
.section .site-body-smalltitle, .section .site-body-smalltitle a{color: #3EAFFF;}
.section .site-body-smalltitle::before{background: #3EAFFF;}
