/*** 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: Roboto-Regular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    height: 100%;
    background: #fff;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

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: #21CDAD;
}

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

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

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

input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}

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;
}

::selection {
    color: #fff;
    background: #21CDAD;
}

.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
}

* {
    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;
}

.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: #21CDAD;
}

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

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

[class*="-item"] .item-subt a:hover {
    color: #21CDAD !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: #21CDAD;
}

#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
}

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

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888;
    opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;
    opacity: 1
}

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

.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;
    }
}

.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;
}

.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;
}

/*  head  */

.head {
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999999;
}

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

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

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

.head-top {
    width: 100%;
    background: #00226C;
    position: relative;
}

.head-top-left {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #FFFFFF;
    line-height: 35px;
    padding: 5px 0;
}

.head-top-left .iconfont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #21CDAD;
    margin-right: 8px;
}

.head-top-left p {
    display: inline-block;
    vertical-align: top;
    margin-right: 36px;
}

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

.head-top-left a:hover {
    color: #21CDAD;
}

.yvn {
    position: relative;
    min-width: 100px;
    padding: 5px 0;
    margin-left: 24px;
    z-index: 999999;
}

.yvzhonga {
    display: block;
    height: 35px;
    padding-left: 36px;
    padding-right: 20px;
    line-height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 99
}

.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: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 999;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    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: #003B49;
    background: #D7D7D7;
}

.head-top .item-line {
    padding: 8px 0;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
}

/*  sousuo  */
.sousuo {
    float: right;
    position: relative;
    z-index: 99;
    padding: 10px 0;
    margin-right: 28px;
}

.sou2 {
    width: 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: bold;
    z-index: 999
}

.sousuo form {
    width: 240px;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    color: #333;
    transition: 0.5s;
    z-index: 99999
}

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

.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: #333;
    font-size: 14px !important;
    cursor: pointer;
    z-index: 99990
}

.sousuof form {
    height: 36px;
    border: 1px solid #EBEBEB;
}

.head-follow {
    position: relative;
    padding: 10px 8px;
    font-size: 0;
    letter-spacing: 0;
}

.head-follow::before {
    width: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #FFFFFF;
}

.head-follow::after {
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #FFFFFF;
}

.head-follow a {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.head-follow .iconfont {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.daoz {
    float: right;
    position: relative;
}

.daohang {
    max-width: 960px;
    font-size: 0;
    letter-spacing: 0;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 9;
    padding: 38px 0;
    margin-left: 48px;
    text-align: right;
}

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

.daohang > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #333;
    line-height: 56px;
    position: relative;
}

.daohang > li > a::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
}

.daohang > li:hover > a {
    color: #21CDAD;
}

.daohang > li:hover > a::before {
    height: 3px;
    background: #21CDAD;
}

.dangqiandao > a {
    color: #21CDAD !important;
}

.dangqiandao > a::before {
    height: 3px;
    background: #21CDAD;
}

.yijiw {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 236px;
    top: -9999px;
    left: 0;
    text-align: left;
    padding: 10px 0;
}

.yiji li {
    position: relative;
    transition: 0.5s;
    padding: 5px 10px;
}

.yiji li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #333;
}

.yiji li:hover > a {
    color: #21CDAD;
}

.erji {
    position: absolute;
    width: 236px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.1);
    top: -9999px;
    left: 100%;
    padding: 10px 0;
}

.sanji {
    position: absolute;
    width: 236px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.1);
    top: -9999px;
    left: 100%;
    padding: 10px 0;
}

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

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

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

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

.ynav .dangqiandao > a {
    color: #21CDAD !important;
}

.ynav {
    float: right;
    padding: 50px 0px;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    z-index: 99999;
}

.yvnava {
    width: 25px;
    height: 32px;
    position: relative;
}

.yvnava img {
    width: 100%;
}

.ysp1 {
    display: block;
    width: 25px;
    height: 3px;
    background: #21CDAD;
    position: absolute;
    left: 0px;
    top: 8px;
}

.ysp2 {
    display: block;
    width: 25px;
    height: 3px;
    background: #21CDAD;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.ysp3 {
    display: block;
    width: 25px;
    height: 3px;
    background: #21CDAD;
    position: absolute;
    left: 0px;
    bottom: 8px;
}

.yyiji {
    position: absolute;
    right: 0;
    top: -9999px;
    width: 180px;
    font-size: 0;
    letter-spacing: 0;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.ynav:hover .yyiji {
    display: block;
    top: 100%;
}

.yyiji li {
    position: relative;
    display: block;
    padding: 5px 30px;
}

.yyiji li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    color: #333;
}

.yyiji li a:hover {
    color: #21CDAD;
}

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

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

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

.yerji li a {
    padding: 3px 5px;
}

.yerji li a:hover {
    color: #21CDAD;
}

.xnav {
    display: none
}


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

.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: 30px;
    display: none !important;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    margin: 0 20px;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
}

.slick-dots li.slick-active button::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    content: "";
    border-radius: 50%;
    box-sizing: border-box;
}


.slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    background: rgba(255, 255, 255, .4);
    font-size: 0;
    color: #0F4229;
    cursor: pointer;
    transition: 0.5s;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(33, 205, 173, .6);
    color: #fff;
}

.slick-prev::before {
    font-size: 22px;
    font-family: "iconfont";
    content: "\e730";
}

.slick-next::before {
    font-size: 22px;
    font-family: "iconfont";
    content: "\e731";
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.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: 168px;
    }

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

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

    .head-top-left {
        font-size: 14px;
        line-height: 35px;
        padding: 5px 0;
    }

    .head-top-left .iconfont {
        font-size: 16px;
    }

    .head-top .item-line {
        padding: 8px 0;
        font-size: 16px;
        line-height: 29px;
    }

    .yvn {
        min-width: 100px;
        padding: 5px 0;
        margin-left: 22px;
    }

    .yvzhonga {
        height: 35px;
        padding-left: 36px;
        padding-right: 20px;
        line-height: 35px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    /*  sousuo  */
    .sousuo {
        padding: 10px 0;
        margin-right: 24px;
    }

    .sou2 {
        width: 16px;
        height: 25px;
        line-height: 25px;
        font-size: 16px !important;
    }

    .daohang {
        max-width: 960px;
    }

    .daohang > li {
        padding: 38px 0;
        margin-left: 48px;
    }

    .daohang > li > a {
        font-size: 18px;
        line-height: 56px;
    }

    .yijiw {
        width: 236px;
        padding: 10px 0;
    }

    .yiji li {
        padding: 5px 10px;
    }

    .yiji li a {
        padding: 0 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

    .erji {
        width: 236px;
        padding: 10px 0;
    }

    .sanji {
        width: 236px;
        padding: 10px 0;
    }

    .ynav {
        padding: 50px 0px;
        padding-left: 40px;
    }

    .yvnava {
        width: 24px;
        height: 32px;
    }

    .ysp1 {
        width: 24px;
        height: 3px;
        top: 8px;
    }

    .ysp2 {
        width: 24px;
        height: 3px;
    }

    .ysp3 {
        width: 24px;
        height: 3px;
        bottom: 8px;
    }

    .yyiji li {
        padding: 5px 30px;
    }

    .yyiji li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

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

    .slick-prev, .slick-next {
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

    .slick-prev::before {
        font-size: 21px;
    }

    .slick-next::before {
        font-size: 21px;
    }
}

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

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

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

    .head-top-left {
        font-size: 14px;
        line-height: 30px;
        padding: 5px 0;
    }

    .head-top-left .iconfont {
        font-size: 16px;
    }

    .yvn {
        min-width: 100px;
        padding: 5px 0;
        margin-left: 20px;
    }

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

    .head-top .item-line {
        padding: 5px 0;
        font-size: 16px;
        line-height: 30px;
    }

    /*  sousuo  */
    .sousuo {
        padding: 8px 0;
        margin-right: 22px;
    }

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

    .head-follow {
        padding: 8px 6px;
    }

    .head-follow a {
        margin: 0 8px;
    }

    .head-follow .iconfont {
        line-height: 24px;
        font-size: 16px;
    }

    .daohang {
        max-width: 730px;
    }

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

    .daohang > li > a {
        font-size: 16px;
        line-height: 49px;
    }

    .yijiw {
        width: 200px;
        padding: 8px 0;
    }

    .yiji li {
        padding: 4px 8px;
    }

    .yiji li a {
        padding: 0 15px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .erji {
        width: 200px;
        padding: 8px 0;
    }

    .sanji {
        width: 200px;
        padding: 8px 0;
    }

    .ynav {
        padding: 44px 0px 45px;
        padding-left: 30px;
    }

    .yvnava {
        width: 20px;
        height: 32px;
    }

    .ysp1 {
        width: 20px;
        height: 3px;
        top: 7px;
    }

    .ysp2 {
        width: 20px;
        height: 3px;
    }

    .ysp3 {
        width: 20px;
        height: 3px;
        bottom: 7px;
    }

    .yyiji li {
        padding: 4px 24px;
    }

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

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

    .slick-prev, .slick-next {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .slick-prev::before {
        font-size: 18px;
    }

    .slick-next::before {
        font-size: 18px;
    }
}

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

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

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

    .head-logo img {
        max-height: 100px;
        float: none;
        margin: 0 auto;
    }

    .banner {
        padding-top: 132px;
    }

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

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

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

    .head-top .item-line {
        display: none;
    }

    .head-follow {
        display: none;
    }

    .het {
        padding: 0px;
    }

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

    .clear3 {
        clear: both;
    }

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

    .ynav {
        display: none
    }

    .slick-dots {
        bottom: 24px;
    }

    .slick-dots li button {
        margin: 0 15px;
    }

    .slick-dots li.slick-active button::before {
        width: 20px;
        height: 20px;
    }

    .slick-prev, .slick-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .slick-prev::before {
        font-size: 14px;
    }

    .slick-next::before {
        font-size: 14px;
    }

    .xnav {
        display: block
    }

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

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

    .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;
    }
}

@media screen and (max-width: 720px) {
    .slick-dots {
        bottom: 18px;
    }

    .slick-dots li button {
        margin: 0 12px;
    }

    .slick-dots li.slick-active button::before {
        width: 16px;
        height: 16px;
    }

    .slick-prev, .slick-next {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .slick-prev::before {
        font-size: 10px;
    }

    .slick-next::before {
        font-size: 10px;
    }
}

/* ***************    index    ******************** */
.contain-wp {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

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

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

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

@media (min-width: 1330px) {
    .contain-wp {
        width: 1300px;
    }
}

.section {
    position: relative;
    width: 100%;
}

.sec1 {
    position: relative;
    width: 100%;
    padding-top: 102px;
    padding-bottom: 6.5625%;
}

.sec1-tbody {
    position: relative;
    margin-left: -108px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1-tbody-img {
    width: 670px;
    position: relative;
    font-size: 0;
}

.sec1-tbody-img .item-pic {
    position: relative;
    text-align: center;
}

.sec1-tbody-info {
    width: 554px;
    position: relative;
    padding-top: 25px;
}

.sec1-title {
    font-size: 38px;
    font-family: Roboto-Black;
    color: #00226C;
    line-height: 58px;
    position: relative;
}

.sec1-title a {
    position: relative;
    color: #00226C;
}

.sec1-title a:hover {
    color: #21CDAD;
}

.sec1-text {
    font-size: 16px;
    margin-top: 38px;
    color: #666666;
    max-height: 240px;
    overflow: hidden;
    line-height: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #DFDFDF;
}

.sec1-text a {
    position: relative;
    color: #666;
}

.sec1-text a:hover {
    color: #21CDAD;
}

.sec1-list {
    position: relative;
    margin-top: 35px;
    width: 100%;
}

.sec1-list p {
    position: relative;
    padding: 5px 0;
    padding-left: 28px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.sec1-list p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

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

.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;
}

@media (min-width: 1260px) and (max-width: 1420px) {
    .sec1 {
        padding-top: 90px;
        padding-bottom: 6.25%;
    }

    .sec1-tbody {
        margin-left: -30px;
    }

    .sec1-tbody-img {
        width: 620px;
    }

    .sec1-tbody-info {
        width: 540px;
        padding-top: 20px;
    }

    .sec1-title {
        font-size: 36px;
        line-height: 54px;
    }

    .sec1-text {
        font-size: 16px;
        margin-top: 34px;
        max-height: 240px;
        line-height: 30px;
        padding-bottom: 28px;
    }

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

    .sec1-list p {
        padding: 5px 0;
        padding-left: 28px;
        font-size: 18px;
        line-height: 30px;
    }

    .sec1-list p img {
        width: 18px;
    }
}

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

    .sec1-tbody {
        margin-left: -20px;
    }

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

    .sec1-tbody-info {
        width: 440px;
        padding-top: 16px;
    }

    .sec1-title {
        font-size: 32px;
        line-height: 48px;
    }

    .sec1-text {
        font-size: 15px;
        margin-top: 30px;
        max-height: 224px;
        line-height: 28px;
        padding-bottom: 26px;
    }

    .sec1-list {
        margin-top: 24px;
    }

    .sec1-list p {
        padding: 5px 0;
        padding-left: 26px;
        font-size: 16px;
        line-height: 28px;
    }

    .sec1-list p img {
        width: 16px;
    }
}

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

    .sec1-tbody {
        margin-left: 0px;
    }

    .sec1-tbody-img {
        width: 100%;
        text-align: center;
    }

    .sec1-tbody-info {
        width: 100%;
        padding-top: 16px;
    }

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

    .sec1-text {
        font-size: 14px;
        margin-top: 24px;
        max-height: 208px;
        line-height: 26px;
        padding-bottom: 24px;
    }

    .sec1-list {
        margin-top: 20px;
    }

    .sec1-list p {
        padding: 5px 0;
        padding-left: 24px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-list p img {
        width: 16px;
    }
}

@media (max-width: 767px) {
    .sec1 {
        padding-top: 54px;
        padding-bottom: 5.75%;
    }

    .sec1-tbody {
        margin-left: 0px;
    }

    .sec1-tbody-img {
        width: 100%;
        text-align: center;
    }

    .sec1-tbody-info {
        width: 100%;
        padding-top: 16px;
    }

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

    .sec1-text {
        font-size: 13px;
        margin-top: 20px;
        max-height: 192px;
        line-height: 24px;
        padding-bottom: 22px;
    }

    .sec1-list {
        margin-top: 18px;
    }

    .sec1-list p {
        padding: 3px 0;
        padding-left: 24px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-list p img {
        width: 16px;
    }
}

@media (max-width: 460px) {
    .sec1 {
        padding-top: 42px;
        padding-bottom: 5.5%;
    }

    .sec1-tbody {
        margin-left: 0px;
    }

    .sec1-tbody-img {
        width: 100%;
        text-align: center;
    }

    .sec1-tbody-info {
        width: 100%;
        padding-top: 16px;
    }

    .sec1-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec1-text {
        font-size: 13px;
        margin-top: 20px;
        max-height: 192px;
        line-height: 24px;
        padding-bottom: 22px;
    }

    .sec1-list {
        margin-top: 18px;
    }

    .sec1-list p {
        padding: 3px 0;
        padding-left: 24px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-list p img {
        width: 16px;
    }
}

.sec2 {
    position: relative;
    width: 100%;
    background: rgba(246, 247, 248, 1);
    padding-top: 72px;
    padding-bottom: 113px;
}

.sec-title-top {
    position: relative;
    font-size: 16px;
    color: #21CDAD;
    line-height: 28px;
    margin-bottom: 5px;
}

.sec-title-top a {
    color: #21CDAD;
}

.sec-title {
    font-size: 44px;
    font-family: Roboto-Black;
    color: #00226C;
    line-height: 50px;
    position: relative;
}

.sec-title a {
    position: relative;
    color: #00226C;
}

.sec-title a:hover {
    color: #21CDAD;
}

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

.sec2-tbody-list {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.sec2-tbody-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    padding: 0 30px;
    margin-bottom: 20px;
}

.sec2-tbody-item .item-box {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 34, 108, 0.1);
    border-radius: 10px;
    padding: 42px 37px 48px;
}

.sec2-tbody-item .item-box .item-icon {
    position: relative;
    width: 68px;
}

.sec2-tbody-item .item-box .item-icon img {
    display: block;
}

.sec2-tbody-item .item-box .item-title {
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 32px;
    padding-top: 24px;
}

.sec2-tbody-item .item-box .item-title a {
    color: #00226C;
}

.sec2-tbody-item .item-box .item-title a:hover {
    color: #21CDAD;
}

.sec2-tbody-item .item-box .item-desc {
    font-size: 16px;
    height: 90px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.sec2-tbody-item .item-box .item-btn {
    position: relative;
    margin-top: 30px;
}

.sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    padding: 5px 15px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    background: #00226C;
    border-radius: 6px;
}

.sec2-tbody-item .item-box .item-btn a:hover {
    background: #21CDAD;
}

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

    .sec-title-top {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .sec-title {
        font-size: 40px;
        line-height: 46px;
    }

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

    .sec2-tbody-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sec2-tbody-item {
        width: 33.33333333%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .sec2-tbody-item .item-box {
        padding: 36px 28px 40px;
    }

    .sec2-tbody-item .item-box .item-icon {
        width: 60px;
    }

    .sec2-tbody-item .item-box .item-title {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }

    .sec2-tbody-item .item-box .item-desc {
        font-size: 16px;
        height: 84px;
        line-height: 28px;
        margin-top: 8px;
    }

    .sec2-tbody-item .item-box .item-btn {
        margin-top: 26px;
    }

    .sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
        min-width: 140px;
        padding: 5px 14px;
        line-height: 32px;
        font-size: 14px;
    }
}

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

    .sec-title-top {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .sec-title {
        font-size: 36px;
        line-height: 42px;
    }

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

    .sec2-tbody-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec2-tbody-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .sec2-tbody-item .item-box {
        padding: 30px 20px 36px;
    }

    .sec2-tbody-item .item-box .item-icon {
        width: 54px;
    }

    .sec2-tbody-item .item-box .item-title {
        font-size: 18px;
        line-height: 28px;
        padding-top: 18px;
    }

    .sec2-tbody-item .item-box .item-desc {
        font-size: 15px;
        height: 78px;
        line-height: 26px;
        margin-top: 6px;
    }

    .sec2-tbody-item .item-box .item-btn {
        margin-top: 20px;
    }

    .sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
        min-width: 130px;
        padding: 4px 12px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sec2 {
        padding-top: 36px;
        padding-bottom: 72px;
    }

    .sec-title-top {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .sec-title {
        font-size: 30px;
        line-height: 38px;
    }

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

    .sec2-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec2-tbody-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .sec2-tbody-item .item-box {
        padding: 28px 15px 32px;
    }

    .sec2-tbody-item .item-box .item-icon {
        width: 48px;
    }

    .sec2-tbody-item .item-box .item-title {
        font-size: 18px;
        line-height: 28px;
        padding-top: 16x;
    }

    .sec2-tbody-item .item-box .item-desc {
        font-size: 14px;
        height: 72px;
        line-height: 24px;
        margin-top: 6px;
    }

    .sec2-tbody-item .item-box .item-btn {
        margin-top: 16px;
    }

    .sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
        min-width: 120px;
        padding: 4px 10px;
        line-height: 28px;
        font-size: 13px;
    }
}

@media (max-width: 580px) {
    .sec2 {
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .sec-title-top {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .sec-title {
        font-size: 26px;
        line-height: 34px;
    }

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

    .sec2-tbody-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec2-tbody-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .sec2-tbody-item .item-box {
        padding: 24px 10px 28px;
    }

    .sec2-tbody-item .item-box .item-icon {
        width: 48px;
    }

    .sec2-tbody-item .item-box .item-title {
        font-size: 17px;
        line-height: 28px;
        padding-top: 16x;
    }

    .sec2-tbody-item .item-box .item-desc {
        font-size: 14px;
        height: 72px;
        line-height: 24px;
        margin-top: 6px;
    }

    .sec2-tbody-item .item-box .item-btn {
        margin-top: 16px;
    }

    .sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
        min-width: 120px;
        padding: 3px 10px;
        line-height: 28px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .sec2 {
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .sec-title-top {
        font-size: 14px;
        line-height: 24px;
    }

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

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

    .sec2-tbody-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec2-tbody-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .sec2-tbody-item .item-box {
        padding: 20px 10px 24px;
    }

    .sec2-tbody-item .item-box .item-icon {
        width: 48px;
    }

    .sec2-tbody-item .item-box .item-title {
        font-size: 17px;
        line-height: 28px;
        padding-top: 16x;
    }

    .sec2-tbody-item .item-box .item-desc {
        font-size: 14px;
        height: auto;
        line-height: 24px;
        margin-top: 6px;
    }

    .sec2-tbody-item .item-box .item-btn {
        margin-top: 12px;
    }

    .sec2-tbody-item .item-box .item-btn .sec2-tbody-button {
        min-width: 120px;
        padding: 3px 10px;
        line-height: 26px;
        font-size: 13px;
    }
}

.sec3 {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(246, 247, 248, 1) 0%, rgba(246, 247, 248, 0) 100%);
    z-index: 9;
}

.sec3-tbody {
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec3-tbody-info {
    width: 536px;
    margin-top: -7px;
    display: inline-block;
    vertical-align: top;
}

.sec3-tbody-img {
    width: 50%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
}

.sec3-text {
    font-size: 16px;
    margin-top: 22px;
    color: #666;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
}

.sec3-text a {
    position: relative;
    color: #666;
}

.sec3-text a:hover {
    color: #21CDAD;
}

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

.sec-btn .sec3-button {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    padding: 5px 15px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    background: #00226C;
    border-radius: 6px;
}

.sec-btn a:hover {
    background: #21CDAD;
}

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

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

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

@media (min-width: 992px) and (max-width: 1259px) {
    .sec3-tbody-info {
        width: 45%;
        margin-top: -6px;
    }

    .sec3-tbody-img {
        width: 50%;
    }

    .sec3-text {
        font-size: 16px;
        margin-top: 16px;
        line-height: 28px;
        max-height: 84px;
    }

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

    .sec-btn .sec3-button {
        min-width: 140px;
        padding: 5px 14px;
        line-height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .sec3-tbody-info {
        width: 100%;
        margin-top: 0px;
    }

    .sec3-tbody-img {
        width: 100%;
        margin: 20px auto 0;
    }

    .sec3-text {
        font-size: 15px;
        margin-top: 14px;
        line-height: 26px;
        max-height: 78px;
    }

    .sec3-btn {
        margin-top: 32px;
    }

    .sec-btn .sec3-button {
        min-width: 130px;
        padding: 4px 12px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sec3-tbody-info {
        width: 100%;
        margin-top: 0px;
    }

    .sec3-tbody-img {
        width: 100%;
        margin: 20px auto 0;
    }

    .sec3-text {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
        max-height: none;
    }

    .sec3-btn {
        margin-top: 26px;
    }

    .sec-btn .sec3-button {
        min-width: 120px;
        padding: 4px 10px;
        line-height: 28px;
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    .sec3-tbody-info {
        width: 100%;
        margin-top: 0px;
    }

    .sec3-tbody-img {
        width: 100%;
        margin: 20px auto 0;
    }

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

    .sec3-btn {
        margin-top: 20px;
    }

    .sec-btn .sec3-button {
        min-width: 110px;
        padding: 3px 10px;
        line-height: 26px;
        font-size: 13px;
    }
}

.sec4 {
    position: relative;
    width: 100%;
    margin-top: -70px;
    background: url(../img/sec4-bgi.png) no-repeat top center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 101px;
}

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

.sec4-top-left {
    width: 50%;
    color: #fff;
}

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

.sec4-top-right {
    width: 47.5%;
    position: relative;
}

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

.sec4-top-text a {
    color: #fff;
}

.sec4-tbody {
    position: relative;
    width: 100%;
    margin-top: 76px;
}

.sec4-swiper {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    margin-left: -52px;
    margin-right: -52px;
    padding: 0 52px;
}

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

.sec4-swiper .swiper-button {
    width: 37px;
    height: 37px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #999;
}

.sec4-swiper .swiper-button:hover {
    border-color: #21CDAD;
    color: #21CDAD;
}

.swiper-sec4 .swiper-pro-item {
    position: relative;
    width: 100%;
    background: #fff;
}

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

.swiper-sec4 .swiper-pro-item .item-body {
    position: relative;
    width: 100%;
    padding: 6px 10px;
    background: #ECECEC;
}

.swiper-sec4 .swiper-pro-item .item-title {
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    color: #333333;
}

.swiper-sec4 .swiper-pro-item:hover .item-body {
    background: #21CDAD;
}

.swiper-sec4 .swiper-pro-item:hover .item-title, .swiper-sec4 .swiper-pro-item:hover .item-title a {
    color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec4 {
        margin-top: -56px;
        padding-top: 128px;
        padding-bottom: 88px;
    }

    .sec4-top-left {
        width: 50%;
    }

    .sec4-top-right {
        width: 47.5%;
    }

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

    .sec4-tbody {
        margin-top: 64px;
    }

    .sec4-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 40px;
    }

    .sec4-swiper .swiper-button {
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 15px;
    }

    .swiper-sec4 .swiper-pro-item .item-body {
        padding: 5px 10px;
    }

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

@media (min-width: 992px) and (max-width: 1259px) {
    .sec4 {
        margin-top: -42px;
        padding-top: 100px;
        padding-bottom: 75px;
    }

    .sec4-top-left {
        width: 50%;
    }

    .sec4-top-right {
        width: 48%;
    }

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

    .sec4-tbody {
        margin-top: 52px;
    }

    .sec4-swiper {
        margin-left: -24px;
        margin-right: -24px;
        padding: 0 36px;
    }

    .sec4-swiper .swiper-button {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .swiper-sec4 .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

@media (max-width: 991px) {
    .sec4 {
        margin-top: -30px;
        padding-top: 76px;
        padding-bottom: 62px;
    }

    .sec4-top-left {
        width: 100%;
    }

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

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

    .sec4-tbody {
        margin-top: 40px;
    }

    .sec4-swiper {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 30px;
    }

    .sec4-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }

    .swiper-sec4 .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

@media (max-width: 767px) {
    .sec4 {
        margin-top: -24px;
        padding-top: 60px;
        padding-bottom: 48px;
    }

    .sec4-top-left {
        width: 100%;
    }

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

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

    .sec4-tbody {
        margin-top: 40px;
    }

    .sec4-swiper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 30px;
    }

    .sec4-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }

    .swiper-sec4 .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

.sec5 {
    position: relative;
    width: 100%;
    padding-top: 92px;
    padding-bottom: 76px;
}

.sec5-tbody {
    font-size: 0;
    letter-spacing: 0;
    padding-top: 38px;
    position: relative;
    width: 100%;
}

.sec5-faq-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -26px;
    margin-right: -26px;
}

.sec5-faq-list .faq-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 26px;
    margin-bottom: 26px;
    float: left;
}

.sec5-faq-list .faq-list-item:nth-of-type(even) {
    float: right;
}

.faq-list-item .item-box {
    position: relative;
    width: 100%;
    padding: 0;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 5px 30px 0px rgba(0, 33, 92, 0.06);
    border-radius: 6px;
}

.faq-list-item .faq-item-name {
    background: rgba(255, 255, 255, .8);
    font-size: 18px;
    padding: 15px 24px;
    position: relative;
    color: #333333;
    line-height: 30px;
    padding-right: 30px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
}

.faq-list-item .faq-item-name::before {
    content: "\e608";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-family: "iconfont";
    font-size: 16px;
    color: #333;
    display: block;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.faq-list-item .faq-item-name.active:before {
    content: "\e600";
    color: #666;
}

.faq-list-item .faq-item-name.active {
    background: #EBEBEB;
}

.faq-list-item .faq-item-text {
    font-size: 16px;
    display: none;
    color: #666666;
    line-height: 30px;
    padding: 2px 24px 21px;
    background: #EBEBEB;
}

.faq-list-item .faq-item-text > div {
    max-height: 60px;
    overflow: hidden;
}

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

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

    .sec5-faq-list {
        margin-left: -18px;
        margin-right: -18px;
    }

    .sec5-faq-list .faq-list-item {
        width: 50%;
        padding: 0 18px;
        margin-bottom: 24px;
    }

    .faq-list-item .faq-item-name {
        font-size: 17px;
        padding: 14px 20px;
        line-height: 28px;
        padding-right: 30px;
    }

    .faq-list-item .faq-item-name::before {
        right: 8px;
        width: 18px;
    }

    .faq-list-item .faq-item-text {
        font-size: 16px;
        line-height: 28px;
        padding: 2px 20px 18px;
    }

    .faq-list-item .faq-item-text > div {
        max-height: 56px;
    }
}

@media (max-width: 991px) {
    .sec5 {
        padding-top: 68px;
        padding-bottom: 52px;
    }

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

    .sec5-faq-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec5-faq-list .faq-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .faq-list-item .faq-item-name {
        font-size: 16px;
        padding: 10px 14px;
        line-height: 26px;
        padding-right: 28px;
    }

    .faq-list-item .faq-item-name::before {
        right: 8px;
        width: 18px;
    }

    .faq-list-item .faq-item-text {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 14px 14px;
    }

    .faq-list-item .faq-item-text > div {
        max-height: 48px;
    }
}

@media (max-width: 767px) {
    .sec5 {
        padding-top: 56px;
        padding-bottom: 40px;
    }

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

    .sec5-faq-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec5-faq-list .faq-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .faq-list-item .faq-item-name {
        font-size: 16px;
        padding: 10px 12px;
        line-height: 24px;
        padding-right: 24px;
    }

    .faq-list-item .faq-item-name::before {
        right: 6px;
        width: 16px;
    }

    .faq-list-item .faq-item-text {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 12px 10px;
    }

    .faq-list-item .faq-item-text > div {
        max-height: none;
    }
}

@media (max-width: 480px) {
    .sec5 {
        padding-top: 44px;
        padding-bottom: 28px;
    }

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

    .sec5-faq-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec5-faq-list .faq-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .faq-list-item .faq-item-name {
        font-size: 16px;
        padding: 10px 12px;
        line-height: 24px;
        padding-right: 24px;
    }

    .faq-list-item .faq-item-name::before {
        right: 6px;
        width: 16px;
    }

    .faq-list-item .faq-item-text {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 12px 10px;
    }

    .faq-list-item .faq-item-text > div {
        max-height: none;
    }
}

.sec6 {
    position: relative;
    width: 100%;
    /*background: url(../img/sec6-bgi.png) no-repeat top center;*/
    /*background-size: auto 100%;*/
    padding: 74px 0 4.6041666666666667%;
}

.sec6-one {
    background: url(../img/sec6-bgi2.png) no-repeat top center;
    background-size: auto 100%;
    padding: 74px 0 7.6041666666666667%;
}

.sec6-two {
    background: #00226C;
    padding: 1% 0 4% 0;
}

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

.sec6-top-left {
    width: 48%;
    color: #fff;
}

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

.sec6-top-right {
    width: 50.5%;
    position: relative;
}

.sec6-top-text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.sec6-top-text a {
    color: #fff;
}

.sec6-tbody {
    position: relative;
    width: calc(1200px + (100% - 1200px) / 2);
    padding-top: 80px;
    margin-left: auto;
}

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

.swiper-sec6 .swiper-slide {
    width: auto;
}

.swiper-sec6 .swiper-button {
    display: none;
}

.sec6-app-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    transition: all .5s;
    width: 100%;
}

.sec6-app-item .item-pic {
    width: 100%;
    position: relative;
    text-align: center;
}
.sec6-app-item .item-pic img{ width: 100%;}
.sec6-app-item .item-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transition: all .5s;
    padding: 70px 45px 74px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
}

.sec6-app-item:hover .item-body {
    top: 0;
    bottom: 0;
}

.sec6-app-item .item-body .item-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
}

.sec6-app-item .item-body .item-title a {
    color: #00226C;
}

.sec6-app-item .item-body .item-title a:hover {
    color: #21CDAD;
}

.sec6-app-item .item-body .item-desc {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
}

.sec6-app-item .item-body .item-btn {
    width: 100%;
    position: relative;
    margin-top: 25px;
}

.sec6-app-item .item-body .item-btn a {
    font-size: 14px;
    color: #00226C;
    line-height: 30px;
}

.sec6-app-item .item-body .item-btn a:hover {
    color: #21CDAD;
}

.sec6-bottom {
    margin-top: 80px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec6-bottom-left {
    display: inline-block;
    vertical-align: top;
    width: 51%;
    position: relative;
}

.sec6-bottom-title {
    font-size: 26px;
    font-family: Roboto-Black;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 46px;
}

.sec6-bottom-title a {
    color: #fff;
}

.sec6-bottom-right {
    display: inline-block;
    vertical-align: top;
}

.sec6-bottom-btn .sec6-button {
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #21CDAD;
    border-radius: 6px;
    padding: 10px 20px;
}

/* .sec6-bottom-btn a:hover{color: #21CDAD;background: #FFFFFF;} */
@media (min-width: 1460px) and (max-width: 1659px) {
    .sec6 {
        padding: 66px 0 7.7%;
    }

    .sec6-top-left {
        width: 48%;
    }

    .sec6-top-right {
        width: 50.5%;
    }

    .sec6-top-text {
        font-size: 16px;
        line-height: 28px;
    }

    .sec6-tbody {
        width: calc(1200px + (100% - 1200px) / 2);
        padding-top: 72px;
    }

    .sec6-app-item .item-body {
        padding: 60px 42px 0;
    }

    .sec6-app-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec6-app-item .item-body .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 16px;
    }

    .sec6-app-item .item-body .item-btn {
        margin-top: 20px;
    }

    .sec6-app-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 28px;
    }

    .sec6-bottom {
        margin-top: 70px;
    }

    .sec6-bottom-left {
        width: 52%;
    }

    .sec6-bottom-title {
        font-size: 24px;
        line-height: 42px;
    }

    .sec6-bottom-btn .sec6-button {
        min-width: 210px;
        line-height: 32px;
        font-size: 16px;
        padding: 8px 18px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec6 {
        padding: 54px 0 7.5%;
    }

    .sec6-top-left {
        width: 48%;
    }

    .sec6-top-right {
        width: 50.5%;
    }

    .sec6-top-text {
        font-size: 16px;
        line-height: 28px;
    }

    .sec6-tbody {
        width: calc(1200px + (100% - 1200px) / 2);
        padding-top: 60px;
    }

    .sec6-app-item {
        max-width: 380px;
    }

    .sec6-app-item .item-body {
        padding: 60px 40px 0;
    }

    .sec6-app-item .item-body .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec6-app-item .item-body .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 16px;
    }

    .sec6-app-item .item-body .item-btn {
        margin-top: 20px;
    }

    .sec6-app-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 28px;
    }

    .sec6-bottom {
        margin-top: 60px;
    }

    .sec6-bottom-left {
        width: 52%;
    }

    .sec6-bottom-title {
        font-size: 22px;
        line-height: 40px;
    }

    .sec6-bottom-btn .sec6-button {
        min-width: 200px;
        line-height: 28px;
        font-size: 16px;
        padding: 8px 18px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec6 {
        padding: 42px 0 7%;
    }

    .sec6-top-left {
        width: 48%;
    }

    .sec6-top-right {
        width: 51%;
    }

    .sec6-top-text {
        font-size: 15px;
        line-height: 26px;
    }

    .sec6-tbody {
        width: calc(950px + (100% - 950px) / 2);
        padding-top: 48px;
    }

    .sec6-app-item {
        max-width: 360px;
    }

    .sec6-app-item .item-body {
        padding: 50px 40px 0;
    }

    .sec6-app-item .item-body .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec6-app-item .item-body .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 14px;
    }

    .sec6-app-item .item-body .item-btn {
        margin-top: 18px;
    }

    .sec6-app-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 26px;
    }

    .sec6-bottom {
        margin-top: 48px;
    }

    .sec6-bottom-left {
        width: 54%;
    }

    .sec6-bottom-title {
        font-size: 20px;
        line-height: 36px;
    }

    .sec6-bottom-btn .sec6-button {
        min-width: 180px;
        line-height: 26px;
        font-size: 15px;
        padding: 7px 16px;
    }
}

@media (max-width: 991px) {
    .sec6 {
        padding: 30px 0 6.75%;
    }

    .sec6-top-left {
        width: 100%;
    }

    .sec6-top-right {
        width: 100%;
        margin-top: 10px;
    }

    .sec6-top-text {
        font-size: 14px;
        line-height: 24px;
    }

    .sec6-tbody {
        width: 720px;
        margin: 0 auto;
        padding-top: 30px;
    }

    .sec6-app-item {
        max-width: none;
    }

    .sec6-app-item .item-body {
        padding: 24px 24px 0;
    }

    .sec6-app-item .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec6-app-item .item-body .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .sec6-app-item .item-body .item-btn {
        margin-top: 16px;
    }

    .sec6-app-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 24px;
    }

    .sec6-bottom {
        margin-top: 30px;
    }

    .sec6-bottom-left {
        width: 100%;
        margin-bottom: 16px;
    }

    .sec6-bottom-title {
        font-size: 18px;
        line-height: 32px;
    }

    .sec6-bottom-btn .sec6-button {
        min-width: 160px;
        line-height: 24px;
        font-size: 14px;
        padding: 6px 14px;
    }
}

@media (max-width: 767px) {
    .sec6 {
        padding: 30px 0 6.5%;
    }

    .sec6-top-left {
        width: 100%;
    }

    .sec6-top-right {
        width: 100%;
        margin-top: 10px;
    }

    .sec6-top-text {
        font-size: 14px;
        line-height: 24px;
    }

    .sec6-tbody {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .sec6-app-item .item-body {
        padding: 16px 15px 0;
    }

    .sec6-app-item .item-body .item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .sec6-app-item .item-body .item-desc {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }

    .sec6-app-item .item-body .item-btn {
        margin-top: 12px;
    }

    .sec6-app-item .item-body .item-btn a {
        font-size: 12px;
        line-height: 22px;
    }

    .sec6-bottom {
        margin-top: 20px;
    }

    .sec6-bottom-left {
        width: 100%;
        margin-bottom: 12px;
    }

    .sec6-bottom-title {
        font-size: 16px;
        line-height: 28px;
    }

    .sec6-bottom-btn .sec6-button {
        min-width: 140px;
        line-height: 24px;
        font-size: 13px;
        padding: 6px 10px;
    }
}

.sec7 {
    position: relative;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 92px;
}

.sec7-tbody {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 32px;
    flex-wrap: wrap;
}

.sec7-tbody-left {
    display: inline-block;
    vertical-align: top;
    width: 766px;
}

.sec7-tbody-right {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    padding: 36px 47px 32px;
    background: #21CDAD;
    border-radius: 6px;
}

.sec7-tbody-big {
    float: left;
    width: 440px;
    position: relative;
}

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

.sec7-big-item .item-pic {
    position: relative;
    width: 100%;
    border-radius: 6px;
}

.sec7-big-item .item-body {
    padding: 20px 24px 0;
    position: relative;
    width: 100%;
}

.sec7-big-item .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 6px;
}

.sec7-big-item .item-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
}

.sec7-big-item .item-title a {
    color: #00226C;
}

.sec7-big-item .item-title a:hover {
    color: #21CDAD;
}

.sec7-big-item .item-desc {
    font-size: 16px;
    margin-top: 6px;
    color: #666666;
    line-height: 30px;
}

.sec7-big-item .item-btn {
    font-size: 14px;
    margin-top: 14px;
    color: #21CDAD;
    line-height: 28px;
}

.sec7-big-item .item-btn a {
    color: #21CDAD;
}

.sec7-tbody-list {
    font-size: 0;
    letter-spacing: 0;
    float: right;
    width: 282px;
    position: relative;
    margin-top: -7px;
}

.sec7-tbody-list .sec7-tbody-item {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9E9E9;
}

.sec7-tbody-item .item-title {
    font-size: 18px;
    color: #00226C;
    line-height: 30px;
}

.sec7-tbody-item .item-title a {
    color: #00226C;
}

.sec7-tbody-item .item-title a:hover {
    color: #21CDAD;
}

.sec7-tbody-item .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-top: 4px;
}

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

.sec7-form-title {
    font-size: 30px;
    text-align: center;
    font-family: Roboto-Black;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.sec7-form-title a {
    color: #fff;
}

.sec7-tbody-form .item-input {
    width: 100%;
    height: 50px;
    margin-bottom: 21px;
    padding: 8px 10px;
    padding-left: 22px;
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
}

.sec7-tbody-form .item-input1 {
    width: 100%;
    height: 131px;
}

.sec7-tbody-form .item-input.star::before {
    content: "*";
    position: absolute;
    left: 8px;
    top: 16px;
    line-height: 18px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FF0000;
}

.sec7-tbody-form .item-input input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.sec7-tbody-form .item-input1 textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.sec7-tbody-form .item-code {
    padding-right: 98px;
    position: relative;
}

.sec7-tbody-form .item-code-img {
    position: absolute;
    width: 98px;
    line-height: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec7-tbody-form .item-code-img img {
    max-width: 100%;
    max-height: 50px;
    height: 50px;
}

.sec7-tbody-form .item-input-btn {
    width: 100%;
    height: 50px;
    background: #00226C;
    border-radius: 6px;
}

.sec7-tbody-form .item-input-btn .item-btn {
    width: 100%;
    height: 100%;
    background: #00226C;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    cursor: pointer;
}

.sec7-tbody-form .item-input-btn .item-btn:hover {
    background: #fff;
    color: #00226C;
}

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

    .sec7-tbody {
        padding-top: 28px;
    }

    .sec7-tbody-left {
        width: 640px;
    }

    .sec7-tbody-right {
        width: 280px;
        padding: 30px 20px 26px;
    }

    .sec7-tbody-big {
        width: 375px;
    }

    .sec7-big-item .item-body {
        padding: 16px 15px 0;
    }

    .sec7-big-item .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sec7-big-item .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec7-big-item .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 28px;
    }

    .sec7-big-item .item-btn {
        font-size: 14px;
        margin-top: 12px;
        line-height: 26px;
    }

    .sec7-tbody-list {
        width: 240px;
        margin-top: -6px;
    }

    .sec7-tbody-list .sec7-tbody-item {
        margin-bottom: 18px;
        padding-bottom: 8px;
    }

    .sec7-tbody-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec7-tbody-item .item-date {
        font-size: 14px;
        line-height: 26px;
        margin-top: 4px;
    }

    .sec7-form-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .sec7-tbody-form .item-input {
        height: 48px;
        margin-bottom: 21px;
        padding: 7px 10px;
        padding-left: 22px;
    }

    .sec7-tbody-form .item-input1 {
        width: 100%;
        height: 132px;
    }

    .sec7-tbody-form .item-input.star::before {
        left: 8px;
        top: 16px;
        line-height: 18px;
        font-size: 20px;
    }

    .sec7-tbody-form .item-code {
        padding-right: 98px;
    }

    .sec7-tbody-form .item-code-img {
        width: 98px;
        line-height: 48px;
    }

    .sec7-tbody-form .item-code-img img {
        max-height: 48px;
    }

    .sec7-tbody-form .item-input-btn {
        height: 48px;
    }
}

@media (max-width: 991px) {
    .sec7 {
        padding-top: 48px;
        padding-bottom: 68px;
    }

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

    .sec7-tbody-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .sec7-tbody-right {
        width: 100%;
        padding: 26px 20px 26px;
    }

    .sec7-tbody-big {
        width: 420px;
    }

    .sec7-big-item .item-body {
        padding: 16px 15px 0;
    }

    .sec7-big-item .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sec7-big-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec7-big-item .item-desc {
        font-size: 15px;
        margin-top: 6px;
        line-height: 26px;
    }

    .sec7-big-item .item-btn {
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

    .sec7-tbody-list {
        width: 280px;
        margin-top: -6px;
    }

    .sec7-tbody-list .sec7-tbody-item {
        margin-bottom: 16px;
        padding-bottom: 6px;
    }

    .sec7-tbody-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec7-tbody-item .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-top: 4px;
    }

    .sec7-form-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .sec7-tbody-form .item-input {
        height: 44px;
        margin-bottom: 21px;
        padding: 7px 10px;
        padding-left: 22px;
    }

    .sec7-tbody-form .item-input1 {
        width: 100%;
        height: 120px;
    }

    .sec7-tbody-form .item-input.star::before {
        left: 8px;
        top: 16px;
        line-height: 18px;
        font-size: 20px;
    }

    .sec7-tbody-form .item-code {
        padding-right: 88px;
    }

    .sec7-tbody-form .item-code-img {
        width: 88px;
        line-height: 44px;
    }

    .sec7-tbody-form .item-code-img img {
        max-height: 44px;
    }

    .sec7-tbody-form .item-input-btn {
        height: 44px;
    }
}

@media (max-width: 767px) {
    .sec7 {
        padding-top: 36px;
        padding-bottom: 56px;
    }

    .sec7-tbody {
        padding-top: 20px;
    }

    .sec7-tbody-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .sec7-tbody-right {
        width: 100%;
        padding: 20px 15px 20px;
    }

    .sec7-tbody-big {
        width: 360px;
    }

    .sec7-big-item .item-body {
        padding: 16px 10px 0;
    }

    .sec7-big-item .item-date {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .sec7-big-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec7-big-item .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec7-big-item .item-btn {
        font-size: 13px;
        margin-top: 8px;
        line-height: 22px;
    }

    .sec7-tbody-list {
        width: calc(100% - 380px);
        margin-top: -6px;
    }

    .sec7-tbody-list .sec7-tbody-item {
        margin-bottom: 14px;
        padding-bottom: 6px;
    }

    .sec7-tbody-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec7-tbody-item .item-date {
        font-size: 13px;
        line-height: 22px;
        margin-top: 4px;
    }

    .sec7-form-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .sec7-tbody-form .item-input {
        height: 44px;
        margin-bottom: 16px;
        padding: 7px 10px;
        padding-left: 22px;
    }

    .sec7-tbody-form .item-input1 {
        width: 100%;
        height: 120px;
    }

    .sec7-tbody-form .item-input.star::before {
        left: 8px;
        top: 16px;
        line-height: 18px;
        font-size: 20px;
    }

    .sec7-tbody-form .item-code {
        padding-right: 88px;
    }

    .sec7-tbody-form .item-code-img {
        width: 88px;
        line-height: 44px;
    }

    .sec7-tbody-form .item-code-img img {
        max-height: 44px;
    }

    .sec7-tbody-form .item-input-btn {
        height: 44px;
    }
}

@media (max-width: 620px) {
    .sec7 {
        padding-top: 36px;
        padding-bottom: 44px;
    }

    .sec7-tbody {
        padding-top: 20px;
    }

    .sec7-tbody-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .sec7-tbody-right {
        width: 100%;
        padding: 20px 15px 20px;
    }

    .sec7-tbody-big {
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
        float: none;
    }

    .sec7-big-item .item-body {
        padding: 16px 10px 0;
    }

    .sec7-big-item .item-date {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .sec7-big-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec7-big-item .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec7-big-item .item-btn {
        font-size: 13px;
        margin-top: 8px;
        line-height: 22px;
    }

    .sec7-tbody-list {
        width: 100%;
        margin-top: 10px;
        float: none;
    }

    .sec7-tbody-list .sec7-tbody-item {
        margin-bottom: 14px;
        padding-bottom: 6px;
    }

    .sec7-tbody-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec7-tbody-item .item-date {
        font-size: 13px;
        line-height: 22px;
        margin-top: 4px;
    }

    .sec7-form-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .sec7-tbody-form .item-input {
        height: 44px;
        margin-bottom: 16px;
        padding: 7px 10px;
        padding-left: 22px;
    }

    .sec7-tbody-form .item-input1 {
        width: 100%;
        height: 120px;
    }

    .sec7-tbody-form .item-input.star::before {
        left: 8px;
        top: 16px;
        line-height: 18px;
        font-size: 20px;
    }

    .sec7-tbody-form .item-code {
        padding-right: 88px;
    }

    .sec7-tbody-form .item-code-img {
        width: 88px;
        line-height: 44px;
    }

    .sec7-tbody-form .item-code-img img {
        max-height: 44px;
    }

    .sec7-tbody-form .item-input-btn {
        height: 44px;
    }
}

.sec8 {
    position: relative;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 56px;
}

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

.sec8-tbody-left {
    width: 350px;
    padding-top: 64px;
    display: inline-block;
    vertical-align: top;
}

.sec8-tbody-right {
    width: 756px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.sec8-tbody-text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.sec8-tbody-btn {
    position: relative;
    padding-top: 56px;
}

.sec8-tbody-list {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -32px;
    margin-right: -32px;
}

.sec8-tbody-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 32px;
    margin-bottom: 46px;
}

.sec8-tbody-item .item-box {
    position: relative;
    width: 100%;
    padding-left: 76px;
}

.sec8-tbody-item .item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
}

.sec8-tbody-item .item-icon .iconfont {
    font-size: 50px;
    color: #21CDAD;
}

.sec8-tbody-item .item-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #05155E;
    line-height: 30px;
}

.sec8-tbody-item .item-title a {
    color: #05155E;
}

.sec8-tbody-item .item-title a:hover {
    color: #21CDAD;
}

.sec8-tbody-item .item-desc {
    font-size: 16px;
    margin-top: 6px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E6E6E6;
}

.sec8-tbody-item .item-desc a {
    height: 90px;
}

.sec9 {
    position: relative;
    width: 100%;
    padding-top: 60px;
    background: url(../img/sec9-bgi.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 84px;
}

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

.sec9-tbody {
    position: relative;
    margin-left: -48px;
    margin-right: -48px;
    padding: 0 48px;
    padding-top: 40px;
    font-size: 0;
    letter-spacing: 0;
}

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

.cer-list {
    position: relative;
    margin-left: -45px;
    margin-right: -45px;
    font-size: 0;
    letter-spacing: 0;
}

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

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

.swiper-sec9 .list-item .item-pics, .cer-list .list-item .item-pics {
    position: relative;
    padding-bottom: 100%;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
}

.swiper-sec9 .swiper-slide .list-item .item-box, .cer-list .list-item .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.swiper-sec9 .swiper-slide .list-item .item-pics img, .cer-list .list-item .item-pics img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.list-item .item-backdrop .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
}

.list-item .item-body {
    padding-top: 17px;
    text-align: center;
    position: relative;
}

.list-item .item-name {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.list-item:hover .item-name a, .list-item .item-name a:hover {
    color: #21CDAD;
}

@media screen and (max-width: 999px) {
    .list-item .item-backdrop {
        display: none;
    }
}

.sec4-swiper .swiper-button {
    width: 37px;
    height: 37px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #999;
}

.sec4-swiper .swiper-button:hover {
    border-color: #21CDAD;
    color: #21CDAD;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec8 {
        padding-top: 58px;
        padding-bottom: 56px;
    }

    .sec8-tbody-left {
        width: 350px;
        padding-top: 64px;
    }

    .sec8-tbody-right {
        width: 756px;
    }

    .sec8-tbody-text {
        font-size: 16px;
        line-height: 30px;
    }

    .sec8-tbody-btn {
        padding-top: 56px;
    }

    .sec8-tbody-list {
        margin-left: -32px;
        margin-right: -32px;
    }

    .sec8-tbody-item {
        width: 50%;
        padding: 0 32px;
        margin-bottom: 46px;
    }

    .sec8-tbody-item .item-box {
        padding-left: 76px;
    }

    .sec8-tbody-item .item-icon {
        width: 52px;
    }

    .sec8-tbody-item .item-icon .iconfont {
        font-size: 50px;
    }

    .sec8-tbody-item .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .sec8-tbody-item .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 30px;
        padding-bottom: 18px;
    }

    .sec8-tbody-item .item-desc a {
        height: 90px;
    }

    .sec9 {
        padding-top: 60px;
        padding-bottom: 84px;
    }

    .sec9-tbody {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 42px;
        padding-top: 40px;
    }

    .cer-list {
        margin-left: -45px;
        margin-right: -45px;
    }

    .cer-list .list-item {
        width: 33.333333333333333%;
        padding: 0 45px;
        margin-bottom: 50px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 22px;
        font-size: 2.2rem;
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .list-item .item-body {
        padding-top: 17px;
    }

    .list-item .item-name {
        font-size: 16px;
        line-height: 30px;
    }

    .sec4-swiper .swiper-button {
        width: 37px;
        height: 37px;
        line-height: 35px;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec8 {
        padding-top: 46px;
        padding-bottom: 44px;
    }

    .sec8-tbody-left {
        width: 320px;
        padding-top: 50px;
    }

    .sec8-tbody-right {
        width: 620px;
    }

    .sec8-tbody-text {
        font-size: 16px;
        line-height: 28px;
    }

    .sec8-tbody-btn {
        padding-top: 44px;
    }

    .sec8-tbody-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sec8-tbody-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 38px;
    }

    .sec8-tbody-item .item-box {
        padding-left: 64px;
    }

    .sec8-tbody-item .item-icon {
        width: 46px;
    }

    .sec8-tbody-item .item-icon .iconfont {
        font-size: 44px;
    }

    .sec8-tbody-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec8-tbody-item .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .sec8-tbody-item .item-desc a {
        height: 84px;
    }

    .sec9 {
        padding-top: 54px;
        padding-bottom: 72px;
    }

    .sec9-tbody {
        margin-left: -18px;
        margin-right: -18px;
        padding: 0 36px;
        padding-top: 32px;
    }

    .cer-list {
        margin-left: -16px;
        margin-right: -16px;
    }

    .cer-list .list-item {
        width: 33.333333333333333%;
        padding: 0 16px;
        margin-bottom: 42px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

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

    .list-item .item-name {
        font-size: 16px;
        line-height: 28px;
    }

    .sec4-swiper .swiper-button {
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 15px;
    }
}

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

    .sec8-tbody-left {
        width: 100%;
        padding-top: 10px;
    }

    .sec8-tbody-right {
        width: 100%;
        margin-top: 20px;
    }

    .sec8-tbody-text {
        font-size: 15px;
        line-height: 26px;
    }

    .sec8-tbody-btn {
        padding-top: 28px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-tbody-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 32px;
    }

    .sec8-tbody-item .item-box {
        padding-left: 58px;
    }

    .sec8-tbody-item .item-icon {
        width: 42px;
    }

    .sec8-tbody-item .item-icon .iconfont {
        font-size: 40px;
    }

    .sec8-tbody-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .sec8-tbody-item .item-desc {
        font-size: 15px;
        margin-top: 6px;
        line-height: 26px;
        padding-bottom: 14px;
    }

    .sec8-tbody-item .item-desc a {
        height: 78px;
    }

    .sec9 {
        padding-top: 42px;
        padding-bottom: 60px;
    }

    .sec9-tbody {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 32px;
        padding-top: 28px;
    }

    .cer-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .cer-list .list-item {
        width: 33.333333333333333%;
        padding: 0 8px;
        margin-bottom: 36px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

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

    .list-item .item-name {
        font-size: 15px;
        line-height: 26px;
    }

    .sec4-swiper .swiper-button {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sec8 {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .sec8-tbody-left {
        width: 100%;
        padding-top: 10px;
    }

    .sec8-tbody-right {
        width: 100%;
        margin-top: 20px;
    }

    .sec8-tbody-text {
        font-size: 14px;
        line-height: 24px;
    }

    .sec8-tbody-btn {
        padding-top: 20px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-tbody-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 32px;
    }

    .sec8-tbody-item .item-box {
        padding-left: 46px;
    }

    .sec8-tbody-item .item-icon {
        width: 42px;
    }

    .sec8-tbody-item .item-icon .iconfont {
        font-size: 40px;
    }

    .sec8-tbody-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec8-tbody-item .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .sec8-tbody-item .item-desc a {
        height: 72px;
    }

    .sec9 {
        padding-top: 30px;
        padding-bottom: 48px;
    }

    .sec9-tbody {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 32px;
        padding-top: 28px;
    }

    .cer-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 36px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

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

    .list-item .item-name {
        font-size: 14px;
        line-height: 24px;
    }

    .sec4-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .sec8 {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .sec8-tbody-left {
        width: 100%;
        padding-top: 10px;
    }

    .sec8-tbody-right {
        width: 100%;
        margin-top: 20px;
    }

    .sec8-tbody-text {
        font-size: 14px;
        line-height: 24px;
    }

    .sec8-tbody-btn {
        padding-top: 20px;
    }

    .sec8-tbody-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sec8-tbody-item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 32px;
    }

    .sec8-tbody-item .item-box {
        padding-left: 42px;
    }

    .sec8-tbody-item .item-icon {
        width: 36px;
    }

    .sec8-tbody-item .item-icon .iconfont {
        font-size: 36px;
    }

    .sec8-tbody-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .sec8-tbody-item .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .sec8-tbody-item .item-desc a {
        height: 72px;
    }

    .sec9 {
        padding-top: 20px;
        padding-bottom: 36px;
    }

    .sec9-tbody {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 20px;
        padding-top: 24px;
    }

    .cer-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 24px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

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

    .list-item .item-name {
        font-size: 14px;
        line-height: 24px;
    }

    .sec4-swiper .swiper-button {
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 13px;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background: #00226C;
    border-top: 6px solid #21CDAD;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer, .footer a {
    color: #fff;
}

.footer .footer-title {
    color: #fff;
}

.footer a:hover {
    color: #21CDAD;
}

.footer .fo-bot {
    color: #fff;
}

.footer .fo-bot a {
    color: #fff;
}

.footer .fo-bot a:hover {
    color: #21CDAD;
}

.footer .fo-top {
    font-size: 0;
    letter-spacing: 0;
    padding: 64px 0 62px;
}

.footer .flist1 {
    width: 344px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist2 {
    width: 252px;
    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: 260px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .footer-title {
    position: relative;
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #fff;
    line-height: 30px;
    margin-bottom: 28px;
}

.footer .foot-list {
    font-size: 16px;
    line-height: 30px;
}

.footer .foot-text {
    font-size: 16px;
    line-height: 30px;
}

.footer .fo-bot {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 20px 0;
    text-align: center;
}

.footer .fo-bot .keywords, .footer .fo-bot .links {
    margin-bottom: 4px;
}

.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;
    margin-top: 24px;
}

.footer .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-bottom: 23px;
    border: 1px solid #fff;
}

.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;
    border-radius: 50%;
}

.footer .f-follow a:hover .iconfont {
    color: #fff;
}

.footer .f-follow a:hover {
    background: #21CDAD;
}

/* .footer .f-follow .icon-vk { background: #5789C2; }
.footer .f-follow .icon-facebook { background: #3948A4; }
.footer .f-follow .icon-twitter { background: #419EEA; }
.footer .f-follow .icon-linkedin { background: #2680C9; }
.footer .f-follow .icon-pinterest { background: #CF2B2B; }
.footer .f-follow .icon-instagram1 { background: #CE4217; }
.footer .f-follow .icon-youtube { background: #B62222; } */

/* .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 15px; 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%;}
.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: #003B49; color: #fff; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }
.footer .f-form .item-btn:hover { background-color: #fff;color: #003B49; } */

@media (min-width: 1260px) and (max-width: 1459px) {
    .footer .fo-top {
        padding: 64px 0 62px;
    }

    .footer .flist1 {
        width: 344px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 252px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 344px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 260px;
    }

    .footer .footer-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 28px;
    }

    .footer .foot-list {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .foot-text {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 20px 0
    }

    .footer .fo-bot .keywords, .footer .fo-bot .links {
        margin-bottom: 4px;
    }

    .footer .f-follow {
        margin-top: 24px;
    }

    .footer .f-follow a {
        margin-right: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {

    .footer .fo-top {
        padding: 52px 0 50px;
    }

    .footer .flist1 {
        width: 240px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 200px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 270px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 240px;
    }

    .footer .footer-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .footer .foot-list {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .foot-text {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding: 16px 0
    }

    .footer .fo-bot .keywords, .footer .fo-bot .links {
        margin-bottom: 6px;
    }

    .footer .f-follow {
        margin-top: 18px;
    }

    .footer .f-follow a {
        margin-right: 12px;
        width: 36px;
        height: 36px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .footer .flist1 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist2 {
        width: 50%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .footer .flist3 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist4 {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer .fo-top {
        padding: 56px 0 48px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 26px;
    }

    .footer .foot-text {
        font-size: 15px;
        line-height: 26px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 12px 0
    }

    .footer .fo-bot .keywords, .footer .fo-bot .links {
        margin-bottom: 4px;
    }

    .footer .f-follow {
        margin-top: 18px;
    }

    .footer .f-follow a {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .footer .fo-top {
        padding: 24px 0 20px;
    }

    .footer .flist1 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 0px;
    }

    .footer .flist2 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        display: none;
    }

    .footer .flist3 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        display: none;
    }

    .footer .flist4 {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
        display: none;
    }

    .footer .foot-list {
        font-size: 14px;
        line-height: 24px;
        display: none;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 24px;
        display: none;;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 10px;
        text-align: center;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .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;
        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: #00226C;
    padding: 48px 0;
    text-align: center;
}

.page-title {
    position: relative;
    font-size: 44px;
    font-family: Roboto-Black;
    color: #FFFFFF;
    line-height: 58px;
}

.page-href {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 16px;
}

.page-href a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.page-href a:hover, .page-href a.bread-active {
    color: #21CDAD;
}

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

    .page-title {
        font-size: 40px;
        line-height: 54px;
    }

    .page-href {
        font-size: 16px;
        line-height: 30px;
        margin-top: 14px;
    }
}

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

    .page-title {
        font-size: 36px;
        line-height: 48px;
    }

    .page-href {
        font-size: 16px;
        line-height: 28px;
        margin-top: 12px;
    }
}

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

    .page-title {
        font-size: 30px;
        line-height: 42px;
    }

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

@media (max-width: 767px) {
    .bread {
        padding: 24px 0;
    }

    .page-title {
        font-size: 24px;
        line-height: 36px;
    }

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

@media (max-width: 560px) {
    .bread {
        padding: 20px 0;
    }

    .page-title {
        font-size: 18px;
        line-height: 30px;
    }

    .page-href {
        font-size: 13px;
        line-height: 22px;
        margin-top: 8px;
    }
}

.about {
    position: relative;
    padding-top: 54px;
    padding-bottom: 122px;
}

.about-top {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
}

.about-top .about-name {
    font-size: 22px;
    text-align: center;
    font-family: Roboto-Bold;
    color: #333;
    line-height: 32px;
}

.about-top-text {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.about-top-text img {
    display: block;
    max-width: 100%;
}

.about-form {
    width: 100%;
    position: relative;
    background: #21CDAD;
    padding: 26px 44px 35px;
    margin-bottom: 76px;
}

.about-form .xunbiao {
    text-align: center;
    font-size: 30px;
    font-family: Roboto-Black;
    color: #fff;
    line-height: 40px;
}

.about-form form {
    width: 100%;
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-form .item-input {
    height: 50px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
    width: 48%;
    padding-left: 8px;
}

.about-form .item-input1 {
    width: 100%;
    height: 151px;
}

.about-form .item-code {
    position: relative;
    padding-right: 120px;
    margin-top: 10px;
}

.about-form .item-input.star::before {
    position: absolute;
    left: 8px;
    top: 8px;
    content: "*";
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FF0000;
    line-height: 36px;
    z-index: 2;
}

.about-form .item-input input {
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.about-form .item-input1 textarea {
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.about-form .attachment {
    cursor: pointer;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.attachment .file-group {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #21CDAD;
    font-size: 14px;
    font-size: 1.4rem;
    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-code-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    height: 100%;
    text-align: center;
    cursor: pointer;
    max-width: 120px;
}

.about-form .item-code-img .yanzheng {
    text-align: center;
    max-height: 50px;
    height: 50px;
}

.about-form .item-input-btn {
    width: 48%;
    height: 50px;
    background: #00226C;
    position: relative;
    margin-bottom: 20px;
}

.about-form .item-btn {
    width: 100%;
    height: 100%;
    background: #00226C;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
}

.contact-top-list {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.contact-top-list a, .contact-top-list span {
    color: #666;
}

.contact-top-list a:hover {
    color: #21CDAD;
}

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

    .about-top {
        padding-bottom: 70px;
    }

    .about-top .about-name {
        font-size: 22px;
        line-height: 32px;
    }

    .about-top-text {
        font-size: 16px;
        line-height: 30px;
    }

    .about-form {
        padding: 26px 44px 35px;
        margin-bottom: 76px;
    }

    .about-form .xunbiao {
        font-size: 30px;
        line-height: 40px;
    }

    .about-form form {
        margin-top: 38px;
    }

    .about-form .item-input {
        height: 50px;
        margin-bottom: 16px;
        width: 48%;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 151px;
    }

    .about-form .item-code {
        padding-right: 120px;
        overflow: hidden;
    }

    .about-form .item-input.star::before {
        left: 8px;
        top: 8px;
        font-size: 20px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .attachment .file-group {
        width: 100%;
        height: 50px;
    }

    .about-form .item-code-img .yanzheng {
        max-height: 50px;
    }

    .about-form .item-input-btn {
        width: 48%;
        height: 50px;
        margin-bottom: 20px;
    }

    .about-form .item-btn {
        font-size: 18px;
    }

    .contact-top-list {
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px;
    }

}

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

    .about-top {
        padding-bottom: 58px;
    }

    .about-top .about-name {
        font-size: 20px;
        line-height: 30px;
    }

    .about-top-text {
        font-size: 16px;
        line-height: 28px;
    }

    .about-form {
        padding: 26px 24px 30px;
        margin-bottom: 64px;
    }

    .about-form .xunbiao {
        font-size: 26px;
        line-height: 36px;
    }

    .about-form form {
        margin-top: 32px;
    }

    .about-form .item-input {
        height: 48px;
        margin-bottom: 16px;
        width: 48%;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 142px;
    }

    .about-form .item-code {
        padding-right: 120px;
    }

    .about-form .item-input.star::before {
        left: 7px;
        top: 7px;
        font-size: 20px;
        line-height: 32px;
    }

    .about-form .item-input input {
        padding: 5px 12px;
    }

    .about-form .item-input1 textarea {
        padding: 6px 12px;
    }

    .attachment .file-group {
        width: 100%;
        height: 48px;
    }

    .about-form .item-code-img .yanzheng {
        max-height: 48px;
    }

    .about-form .item-input-btn {
        width: 48%;
        height: 48px;
        margin-bottom: 18px;
    }

    .about-form .item-btn {
        font-size: 18px;
    }

    .contact-top-list {
        margin-top: 26px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .about {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .about-top {
        padding-bottom: 46px;
    }

    .about-top .about-name {
        font-size: 18px;
        line-height: 28px;
    }

    .about-top-text {
        font-size: 15px;
        line-height: 26px;
    }

    .about-form {
        padding: 20px 15px 26px;
        margin-bottom: 50px;
    }

    .about-form .xunbiao {
        font-size: 22px;
        line-height: 32px;
    }

    .about-form form {
        margin-top: 28px;
    }

    .about-form .item-input {
        height: 46px;
        margin-bottom: 16px;
        width: 100%;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 140px;
    }

    .about-form .item-code {
        padding-right: 120px;
    }

    .about-form .item-input.star::before {
        left: 6px;
        top: 6px;
        font-size: 20px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 5px 12px;
    }

    .about-form .item-input1 textarea {
        padding: 6px 12px;
    }

    .attachment .file-group {
        width: 100%;
        height: 46px;
    }

    .about-form .item-code-img .yanzheng {
        max-height: 46px;
    }

    .about-form .item-input-btn {
        width: 100%;
        height: 46px;
        margin-bottom: 16px;
    }

    .about-form .item-btn {
        font-size: 16px;
    }

    .contact-top-list {
        margin-top: 22px;
        font-size: 15px;
        line-height: 28px;
    }
}

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

    .about-top {
        padding-bottom: 34px;
    }

    .about-top .about-name {
        font-size: 18px;
        line-height: 28px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-form {
        padding: 18px 10px 20px;
        margin-bottom: 36px;
    }

    .about-form .xunbiao {
        font-size: 18px;
        line-height: 28px;
    }

    .about-form form {
        margin-top: 24px;
    }

    .about-form .item-input {
        height: 44px;
        margin-bottom: 14px;
        width: 100%;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 140px;
    }

    .about-form .item-code {
        padding-right: 120px;
    }

    .about-form .item-input.star::before {
        left: 6px;
        top: 6px;
        font-size: 18px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 5px 12px;
    }

    .about-form .item-input1 textarea {
        padding: 6px 12px;
    }

    .attachment .file-group {
        width: 100%;
        height: 44px;
    }

    .about-form .item-code-img .yanzheng {
        max-height: 44px;
    }

    .about-form .item-input-btn {
        width: 100%;
        height: 44px;
        margin-bottom: 16px;
    }

    .about-form .item-btn {
        font-size: 16px;
    }

    .contact-top-list {
        margin-top: 18px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .about-top {
        padding-bottom: 22px;
    }

    .about-form {
        padding: 14px 10px 16px;
        margin-bottom: 30px;
    }
}

/**************** product *****************/

.product {
    position: relative;
    width: 100%;
    padding: 52px 0 5%;
}

.pro-contain {
    width: 100%;
    position: relative;
}

.pro-contain .pro-main {
    float: right;
    width: 920px;
}

.pro-contain .pro-slide {
    float: left;
    width: 260px;
}

.pro-contain .pro-title {
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
}

.pro-contain .pro-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 10px;
}

.przhan {
    position: relative;
    overflow: hidden;
    max-height: 60px;
}
.footer_przhan{ max-height: 150px;}
.przhanh {
    max-height: none !important;
}

.pro-contain .more {
    font-size: 16px;
    color: #21CDAD;
    line-height: 30px;
    position: relative;
}

.pro-contain .more:hover .zhankai {
    border-bottom: 1px solid #21CDAD;
    cursor: pointer;
}

.pro-form {
    display: block;
    position: relative;
    padding-top: 20px;
    width: 100%;
}

.pro-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    display: block;
    transition: 0.5s;
    padding-bottom: 17px;
}

.pro-list .pro-item {
    width: 100%;
    margin-bottom: 37px;
    display: inline-block;
    vertical-align: top;
    transition: 0.5s;
}

.pro-list .pro-item .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.pro-list .pro-item .item-pic {
    position: relative;
    width: 280px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.pro-list .pro-item .item-body {
    position: relative;
    width: calc(100% - 326px);
}

.pro-list .pro-item .item-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #05155E;
    line-height: 32px;
}

.pro-list .pro-item .item-title a {
    color: #05155E;
}

.pro-list .pro-item .item-title a:hover {
    color: #21CDAD;
}

.pro-list .pro-item .item-desc {
    font-size: 16px;
    margin-top: 26px;
    height: 90px;
    overflow: hidden;
    color: #666666;
    line-height: 30px;
}

.pro-list .pro-item .item-btn {
    margin-top: 40px;
    position: relative;
}

.pro-list .pro-item .item-btn input {
    display: inline-block;
    vertical-align: top;
    width: 11px;
    margin-top: 15px;
    margin-right: 8px;
}

.pro-list .pro-item .item-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 140px;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    color: #FFFFFF;
    line-height: 40px;
    background: #00226C;
    border-radius: 6px;
}

.pro-list .pro-item .item-btn a:hover {
    background: #21CDAD;
}

.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: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Roboto-Bold;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
}

.fenyen a.iconfont {
    color: #333333;
    font-size: 20px;
    font-size: 2rem;
    background: transparent !important;
    border: 0;
    width: auto;
    line-height: 30px;
}

.fenyen a:hover, .fenyen a.active {
    background: #21CDAD;
    color: #fff;
}

.fenyen a.iconfont:hover, .fenyen a.iconfont.active {
    color: #21CDAD;
}

.fuxuan {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 10px;
    background: url(../img/jian.png) no-repeat right center;
    padding-right: 24px;
}

.fuxuan input {
    line-height: 30px;
    padding: 0 10px;
    color: #21CDAD;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
}

.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: #333;
}

@media screen and (max-width: 767px) {
    .proslide_menubtn {
        display: block;
    }
}

.pro-slide-title {
    width: 100%;
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 36px;
}

.pro-slide-title a {
    color: #00226C;
}

.pro-slide-title a:hover {
    color: #21CDAD;
}

.pryiji {
    padding: 6px 0;
    margin-bottom: 36px;
    width: 100%;
    position: relative;
}

.pryiji > li {
    position: relative;
    transition: 0.5s;
    padding-left: 18px;
}

.pryiji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 5px 0;
    position: relative
}

.pryiji > li > a .iconfont {
    position: absolute;
    z-index: 8;
    left: -20px;
    width: 14px;
    font-size: 12px;
    top: 0;
    line-height: 40px;
    transition: 0.5s;
}

.pryiji > li > a span {
    transition: 0.5s;
    position: relative;
}

.pryiji > li > a:hover {
    color: #21CDAD;
}

.pryiji > li > a:hover span {
    color: #21CDAD;
}

.pryiji > li:hover > a .iconfont {
    color: #21CDAD;
    transform: rotate(90deg);
}

.prerji {
    padding: 6px 0;
}

.prerji > li {
    position: relative;
    transition: 0.5s;
    padding-left: 18px;
}

.prerji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
    padding-right: 20px;
    position: relative;
}

.prerji > li > a .iconfont {
    position: absolute;
    z-index: 8;
    left: -20px;
    height: 36px;
    width: 14px;
    font-size: 12px;
    top: 0;
    line-height: 36px;
    transition: 0.5s;
}

.prerji > li > a:hover {
    color: #21CDAD;
}

.prerji > li > a:hover span {
    color: #21CDAD;
}

.prerji > li:hover > a .iconfont {
    color: #21CDAD;
    transform: rotate(90deg);
}


.prsanji {
    padding: 6px 0;
    padding-left: 20px;
}

.prsanji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
}

.prsanji > li > a:hover {
    color: #21CDAD;
}

a.prbiao:hover {
    color: #21CDAD;
}

.dangpryi > a {
    color: #21CDAD !important;
}

.dangpryi > a span {
    color: #21CDAD !important;
}

.dangpryi > .iconfont {
    transform: rotate(90deg) !important;
    color: #21CDAD !important;
}

.dangpryi > a i {
    transform: rotate(90deg) !important;
    color: #21CDAD !important;
}

.dangprer > a {
    color: #21CDAD !important;
}

.dangprer > .iconfont {
    transform: rotate(90deg) !important;
    color: #21CDAD !important;
}

.attribute {
    margin-bottom: 38px;
}

.attribute .name {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 14px;
    position: relative;
    padding-right: 5px;
}

.attribute .name i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.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: #21CDAD;
}

.attribute .name.active i:after {
    transform: rotate(180deg);
    background: #333;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto !important;
    scrollbar-width: thin;
    cursor: pointer;
    display: none;
}

.attribute .item-box label {
    display: inline-block;
    cursor: pointer;
}

.attribute .item-box > div {
    color: #666;
    display: block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    min-width: 64px;
}

.attribute .item-box p input {
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.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-list {
    position: relative;
    font-size: 0px;
    letter-spacing: 0;
    margin-right: -5px;
    padding-top: 12px;
}

.tag-list a {
    display: inline-block;
    vertical-align: top;
    min-width: 76px;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    background: #00226C;
    margin-bottom: 10px;
    border-radius: 6px;
}

.tag-list a:hover {
    background: #21CDAD;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .product {
        padding: 44px 0 4.875%;
    }

    .pro-contain .pro-main {
        float: right;
        width: 710px;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 230px;
    }

    .pro-contain .pro-title {
        font-size: 20px;
        line-height: 30px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .przhan {
        height: 56px;
    }
    .footer_przhan{ max-height: 140px;}
    .pro-contain .more {
        font-size: 16px;
        line-height: 28px;
    }

    .pro-form {
        padding-top: 18px;
    }

    .pro-list {
        padding-bottom: 16px;
    }

    .pro-list .pro-item {
        margin-bottom: 32px;
    }

    .pro-list .pro-item .item-pic {
        width: 260px;
    }

    .pro-list .pro-item .item-body {
        width: calc(100% - 296px);
    }

    .pro-list .pro-item .item-title {
        font-size: 17px;
        line-height: 30px;
    }

    .pro-list .pro-item .item-desc {
        font-size: 16px;
        margin-top: 22px;
        height: 84px;
        line-height: 28px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 30px;
    }

    .pro-list .pro-item .item-btn input {
        width: 11px;
        margin-top: 14px;
        margin-right: 8px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 132px;
        font-size: 16px;
        padding: 0 12px;
        line-height: 38px;
    }


    .fenyen a {
        min-width: 28px;
        line-height: 28px;
    }

    .fenyen a.iconfont {
        font-size: 20px;
        font-size: 2rem;
        width: auto;
        line-height: 28px;
    }

    .fuxuan input {
        line-height: 28px;
    }

    .pro-slide-title {
        font-size: 22px;
        line-height: 32px;
    }

    .pryiji {
        padding: 6px 0;
        margin-bottom: 32px;
    }

    .pryiji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        padding: 5px 0;
        padding-left: 20px;
    }

    .pryiji > li > .iconfont {
        width: 14px;
        font-size: 12px;
        line-height: 40px;
    }

    .prerji {
        padding: 6px 0;
    }

    .prerji > li {
        padding-left: 20px;
    }

    .prerji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 34px;
        padding-right: 20px;
    }

    .prerji > li > .iconfont {
        height: 36px;
        line-height: 36px;
    }

    .prsanji {
        padding: 6px 0;
        padding-left: 20px;
    }

    .prsanji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .attribute {
        margin-bottom: 30px;
    }

    .tag-list {
        padding-top: 10px;
    }

    .tag-list a {
        min-width: 72px;
        padding: 0 12px;
        line-height: 28px;
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .product {
        padding: 36px 0 4.75%;
    }

    .pro-contain .pro-main {
        float: right;
        width: 480px;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 220px;
    }

    .pro-contain .pro-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .przhan {
        height: 52px;
    }
    .footer_przhan{ max-height: 130px;}
    .pro-contain .more {
        font-size: 15px;
        line-height: 26px;
    }

    .pro-form {
        padding-top: 18px;
    }

    .pro-list {
        padding-bottom: 12px;
    }

    .pro-list .pro-item {
        margin-bottom: 28px;
    }

    .pro-list .pro-item .item-pic {
        width: 200px;
    }

    .pro-list .pro-item .item-body {
        width: calc(100% - 220px);
    }

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

    .pro-list .pro-item .item-desc {
        font-size: 15px;
        margin-top: 14px;
        height: 78px;
        line-height: 26px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 18px;
    }

    .pro-list .pro-item .item-btn input {
        width: 10px;
        margin-top: 13px;
        margin-right: 8px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 124px;
        font-size: 15px;
        padding: 0 10px;
        line-height: 36px;
    }

    .fenyen a {
        min-width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .fenyen a.iconfont {
        font-size: 20px;
        font-size: 2rem;
        width: auto;
        line-height: 26px;
    }

    .fuxuan input {
        line-height: 26px;
    }

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

    .pryiji {
        padding: 4px 0;
        margin-bottom: 24px;
    }

    .pryiji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding: 5px 0;
        padding-right: 18px;
    }

    .pryiji > li > .iconfont {
        width: 14px;
        font-size: 12px;
        line-height: 40px;
    }

    .prerji {
        padding: 4px 0;
    }

    .prerji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 32px;
        padding-right: 18px;
    }

    .prerji > li > .iconfont {
        height: 36px;
        line-height: 36px;
    }

    .prsanji {
        padding: 4px 0;
        padding-left: 18px;
    }

    .prsanji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        padding: 2px 0;
    }

    .attribute {
        margin-bottom: 24px;
    }

    .tag-list {
        margin-right: -5px;
        padding-top: 10px;
    }

    .tag-list a {
        min-width: 66px;
        padding: 0 8px;
        line-height: 26px;
        font-size: 14px;
        margin-right: 4px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .product {
        padding: 28px 0 4.5%;
    }

    .pro-contain .pro-main {
        float: none;
        width: 100%;
    }

    .pro-contain .pro-slide {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .pro-contain .pro-title {
        font-size: 17px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .przhan {
        height: 48px;
    }
    .footer_przhan{ max-height: 120px;}
    .pro-contain .more {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-form {
        padding-top: 16px;
    }

    .pro-list {
        padding-bottom: 10px;
    }

    .pro-list .pro-item {
        margin-bottom: 24px;
    }

    .pro-list .pro-item .item-pic {
        width: 200px;
    }

    .pro-list .pro-item .item-body {
        width: calc(100% - 220px);
    }

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

    .pro-list .pro-item .item-desc {
        font-size: 14px;
        margin-top: 10px;
        height: 72px;
        line-height: 24px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 14px;
    }

    .pro-list .pro-item .item-btn input {
        width: 10px;
        margin-top: 13px;
        margin-right: 8px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 116px;
        font-size: 15px;
        padding: 0 10px;
        line-height: 36px;
    }

    .fenyen a {
        min-width: 24px;
        height: 24px;
        line-height: 26px;
    }

    .fenyen a.iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        width: auto;
        line-height: 24px;
    }

    .fuxuan input {
        line-height: 24px;
    }

    .pro-slide-title {
        font-size: 18px;
        line-height: 26px;
    }

    .pryiji {
        padding: 4px 0;
        margin-bottom: 24px;
        display: none;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding: 5px 0;
        padding-right: 16px;
    }

    .pryiji > li > .iconfont {
        width: 14px;
        font-size: 12px;
        line-height: 36px;
    }

    .prerji {
        padding: 4px 0;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding-right: 16px;
    }

    .prerji > li > .iconfont {
        height: 30px;
        line-height: 30px;
    }

    .prsanji {
        padding: 4px 0;
        padding-left: 18px;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 2px 0;
    }

    .attribute {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .tag-list {
        padding-top: 8px;
    }

    .tag-list a {
        min-width: 64px;
        padding: 0 8px;
        line-height: 26px;
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 8px;
    }
}

@media (max-width: 560px) {
    .pro-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 8px;
    }

    .pro-list .pro-item {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 6px;
    }

    .pro-list .pro-item .item-pic {
        width: 100%;
    }

    .pro-list .pro-item .item-body {
        width: 100%;
        padding-top: 12px;
    }

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

    .pro-list .pro-item .item-desc {
        font-size: 13px;
        margin-top: 4px;
        height: 72px;
        line-height: 24px;
    }

    .pro-list .pro-item .item-btn {
        margin-top: 10px;
    }

    .pro-list .pro-item .item-btn input {
        width: 10px;
        margin-top: 13px;
        margin-right: 8px;
    }

    .pro-list .pro-item .item-btn a {
        min-width: 110px;
        font-size: 14px;
        padding: 0 10px;
        line-height: 36px;
    }
}


.m-prob {
    margin-bottom: 56px;
    position: relative;
}

.m-propic {
    margin: 0 auto;
    width: 623px;
    float: left;
}

.m-propic .pic-big {
    width: 500px;
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    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: left;
    width: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    z-index: 1
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: block;
    width: 100px;
    font-size: 28px;
    line-height: 18px;
    color: #CECECE;
    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: #21CDAD;
}

.m-propic .pic-list {
    height: 440px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    margin-bottom: 11px;
    position: relative;
}

.m-propic .item-pics, .m-propic .pic-list .item-video {
    display: block;
    border: 1px solid #e0e0e0;
    position: relative;
}

.m-propic .item-pics:before, .m-propic .pic-list .item-video:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 15px;
    background: url() no-repeat center left;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    z-index: -1
}

.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 #21CDAD;
}

.m-propic .item-pics.zoomThumbActive:before, .m-propic .item-video.active:before {
    left: -8px;
}

.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: #21CDAD;
}

@media screen and (max-width: 1459px) {
    .m-prob {
        margin-bottom: 56px;
    }

    .m-propic {
        width: 623px;
    }

    .m-propic .pic-big {
        width: 500px;
    }

    .m-propic .pic-small {
        width: 100px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .m-propic .pic-btn {
        width: 100px;
        line-height: 18px;
        font-size: 28px;
    }

    .m-propic .pic-list {
        height: 440px;
    }

    .m-propic .list-item {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1259px) {
    .m-prob {
        margin-bottom: 48px;
    }

    .m-propic {
        width: 540px;
    }

    .m-propic .pic-big {
        width: 440px;
    }

    .m-propic .pic-small {
        width: 88px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .m-propic .pic-btn {
        width: 88px;
        line-height: 16px;
        font-size: 24px;
    }

    .m-propic .pic-list {
        height: 392px;
    }

    .m-propic .list-item {
        margin-bottom: 12px;
    }
}

@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;
    }

    .m-prob {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .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 ) {
    .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 {
    width: 496px;
    float: right;
}

.jianjie h1 {
    font-size: 26px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 36px;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    line-height: 30px;
    margin-top: 12px;
    min-height: 300px;
    max-height: 330px;
    overflow: hidden;
    margin-bottom: 20px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
    color: #666;
}

.jiann a {
    color: #21CDAD;
}

.sharen {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

.share1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    font-family: Jost-Bold;
    color: #999;
}

.share2 {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.share2 img {
    display: block;
}

.prpdf {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
    font-size: 18px;
    font-family: Jost-Bold;
    color: #21CDAD;
    line-height: 24px;
}

.prpdf .iconfont {
    font-size: 20px;
}

.prpdf:hover {
    color: #21CDAD;
}

.inno {
    letter-spacing: 0;
    font-size: 0px;
    margin-top: 25px;
    margin-left: -16px;
    margin-right: -16px;
}

.inno a {
    display: inline-block;
    margin: 0 16px;
    vertical-align: top;
    min-width: 228px;
    background: #00226C;
    border-radius: 6px;
    line-height: 36px;
    font-size: 18px;
    font-family: Jost-Bold;
    color: #FFFFFF;
    padding: 8px 15px;
    text-align: center;
    margin-bottom: 10px;
}

.inno a:hover {
    color: #fff;
    background: #21CDAD;
}

@media screen and (max-width: 1459px) {
    .prob-info {
        width: 496px;
    }

    .jianjie h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .jiann {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        margin-top: 12px;
        min-height: 300px;
        max-height: 330px;
        margin-bottom: 20px;
    }

    .prpdf {
        margin-left: 32px;
        font-size: 18px;
    }

    .prpdf .iconfont {
        font-size: 20px;
    }

    .inno {
        margin-top: 25px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .inno a {
        min-width: 228px;
        line-height: 36px;
        font-size: 18px;
        padding: 8px 15px;
        margin: 0 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1259px) {
    .prob-info {
        width: 390px;
    }

    .jianjie h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .jiann {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        margin-top: 8px;
        min-height: 280px;
        max-height: 308px;
        margin-bottom: 8px;
    }

    .prpdf {
        margin-left: 24px;
        font-size: 16px;
    }

    .prpdf .iconfont {
        font-size: 18px;
    }

    .inno {
        margin-top: 20px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .inno a {
        min-width: 180px;
        line-height: 32px;
        font-size: 16px;
        padding: 7px 12px;
        margin: 0 12px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 999px) {
    .prob-info {
        padding-top: 20px;
        width: 100%;
    }

    .jianjie h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-top: 8px;
        min-height: auto;
        max-height: none;
        margin-bottom: 16px;
    }

    .prpdf {
        margin-left: 20px;
        font-size: 14px;
    }

    .prpdf .iconfont {
        font-size: 16px;
    }

    .inno {
        margin-top: 16px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .inno a {
        min-width: 160px;
        line-height: 32px;
        font-size: 14px;
        padding: 6px 10px;
        margin: 0 12px;
        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: #333;
}

.product-attribute {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

.pro-att-title {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #21CDAD;
    line-height: 36px;
    margin-bottom: 10px;
}

.patitem {
    position: relative;
    width: 100%;
}

.patitem span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.patitem-name {
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-right: 10px;
}

.product-detail {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.prodetails-title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.prodetails-title span {
    min-width: 228px;
    font-size: 26px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 52px;
    background: #21CDAD;
    border-radius: 6px;
}

.prodetails-desc {
    font-size: 16px;
    position: relative;
    padding-bottom: 32px;
    color: #333333;
    line-height: 30px;
}

.prodetails-desc .table table tr td {
    padding: 5px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.tags {
    position: relative;
    width: 100%;
}

.prtag2 {
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-right: -5px;
}

.prtag2 a {
    min-width: 76px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 13px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #00226C;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 1px;
}

.prtag2 a:last-of-type(1) {
    margin-right: 0px;
}

.prtag2 a::hover {
    background: #21CDAD;
}

.prtag {
    max-height: 123px;
    overflow: hidden;
}

.prtagh {
    height: auto !important;
    max-height: none !important;
}

.tags .more {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #21CDAD;
    position: relative;
    text-decoration: underline;
}


@media screen and (max-width: 1459px) {
    .product-attribute {
        margin-bottom: 32px;
    }

    .pro-att-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 12px;
    }

    .patitem span {
        font-size: 16px;
        line-height: 30px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .patitem-name {
        min-width: 50px;
        font-size: 18px;
        line-height: 30px;
        margin-right: 10px;
    }

    .product-detail {
        margin-bottom: 40px;
    }

    .prodetails-title {
        margin-bottom: 30px;
    }

    .prodetails-title span {
        min-width: 228px;
        font-size: 26px;
        padding: 0 20px;
        line-height: 52px;
    }

    .prodetails-desc {
        font-size: 16px;
        padding-bottom: 32px;
        line-height: 30px;
    }

    .prtag2 {
        margin-bottom: 10px;
        margin-right: -5px;
    }

    .prtag2 a {
        min-width: 76px;
        padding: 0 13px;
        font-size: 14px;
        line-height: 30px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .prtag2 a:last-of-type(1) {
        margin-right: 0px;
    }

    .tags .more {
        font-size: 16px;
        line-height: 30px;
    }

}

@media screen and (max-width: 1259px) {
    .product-attribute {
        margin-bottom: 28px;
    }

    .pro-att-title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .patitem span {
        font-size: 16px;
        line-height: 28px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .patitem-name {
        min-width: 50px;
        font-size: 18px;
        line-height: 28px;
        margin-right: 10px;
    }

    .product-detail {
        margin-bottom: 36px;
    }

    .prodetails-title {
        margin-bottom: 28px;
    }

    .prodetails-title span {
        min-width: 212px;
        font-size: 24px;
        padding: 0 18px;
        line-height: 48px;
    }

    .prodetails-desc {
        font-size: 16px;
        padding-bottom: 28px;
        line-height: 28px;
    }

    .prtag2 {
        margin-bottom: 10px;
        margin-right: -5px;
    }

    .prtag2 a {
        min-width: 72px;
        padding: 0 12px;
        font-size: 13px;
        line-height: 30px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .prtag2 a:last-of-type(1) {
        margin-right: 0px;
    }

    .tags .more {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .product-attribute {
        margin-bottom: 24px;
    }

    .pro-att-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .patitem span {
        font-size: 15px;
        line-height: 26px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .patitem-name {
        min-width: 44px;
        font-size: 17px;
        line-height: 26px;
        margin-right: 10px;
    }

    .product-detail {
        margin-bottom: 30px;
    }

    .prodetails-title {
        margin-bottom: 24px;
    }

    .prodetails-title span {
        min-width: 196px;
        font-size: 20px;
        padding: 0 16px;
        line-height: 44px;
    }

    .prodetails-desc {
        font-size: 15px;
        padding-bottom: 24px;
        line-height: 26px;
    }

    .prtag2 {
        margin-bottom: 10px;
        margin-right: -5px;
    }

    .prtag2 a {
        min-width: 68px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 28px;
        margin-right: 5px;
        margin-bottom: 12px;
    }

    .prtag2 a:last-of-type(1) {
        margin-right: 0px;
    }

    .tags .more {
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width: 600px) {
    .product-attribute {
        margin-bottom: 24px;
    }

    .pro-att-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .patitem span {
        font-size: 14px;
        line-height: 24px;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    .patitem-name {
        min-width: 44px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 10px;
    }

    .product-detail {
        margin-bottom: 30px;
    }

    .prodetails-title {
        margin-bottom: 24px;
    }

    .prodetails-title span {
        min-width: 196px;
        font-size: 20px;
        padding: 0 16px;
        line-height: 44px;
    }

    .prodetails-desc {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 24px;
    }

    .prtag2 {
        margin-bottom: 10px;
        margin-right: -5px;
    }

    .prtag2 a {
        min-width: 64px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 28px;
        margin-right: 5px;
        margin-bottom: 12px;
    }

    .prtag2 a:last-of-type(1) {
        margin-right: 0px;
    }

    .tags .more {
        font-size: 14px;
        line-height: 24px;
    }
}

.pro-related {
    position: relative;
    width: 100%;
    padding-top: 56px;
}

.related-swiper {
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    margin-left: -52px;
    margin-right: -52px;
    padding: 0 52px;
    padding-top: 36px;
}

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

.related-swiper .swiper-button {
    width: 37px;
    height: 37px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    color: #999;
}

.related-swiper .swiper-button:hover {
    border-color: #21CDAD;
    color: #21CDAD;
}

.swiper-related .swiper-pro-item {
    position: relative;
    width: 100%;
    background: #fff;
}

.swiper-related .swiper-pro-item .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}

.swiper-related .swiper-pro-item .item-body {
    position: relative;
    width: 100%;
    padding: 6px 10px;
    background: #ECECEC;
}

.swiper-related .swiper-pro-item .item-title {
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    color: #333333;
}

.swiper-related .swiper-pro-item:hover .item-body {
    background: #21CDAD;
}

.swiper-related .swiper-pro-item:hover .item-title, .swiper-related .swiper-pro-item:hover .item-title a {
    color: #fff;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .pro-related {
        padding-top: 56px;
    }

    .related-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 40px;
        padding-top: 36px;
    }

    .related-swiper .swiper-button {
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 15px;
    }

    .swiper-related .swiper-pro-item .item-body {
        padding: 5px 10px;
    }

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

@media (min-width: 992px) and (max-width: 1259px) {
    .pro-related {
        padding-top: 48px;
    }

    .related-swiper {
        margin-left: -24px;
        margin-right: -24px;
        padding: 0 36px;
        padding-top: 30px;
    }

    .related-swiper .swiper-button {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .swiper-related .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

@media (max-width: 991px) {
    .pro-related {
        padding-top: 40px;
    }

    .related-swiper {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 30px;
        padding-top: 24px;
    }

    .related-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }

    .swiper-related .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

@media (max-width: 767px) {
    .pro-related {
        padding-top: 32px;
    }

    .related-swiper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 30px;
        padding-top: 20px;
    }

    .related-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
    }

    .swiper-related .swiper-pro-item .item-body {
        padding: 4px 10px;
    }

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

/* ************** news ***************** */
.news {
    position: relative;
    padding: 58px 0 112px;
}

.news-contain {
    position: relative;
    width: 100%;
}

.news-main {
    float: left;
    width: 868px;
    position: relative;
}

.news-right {
    float: right;
    width: 292px;
    position: relative;
}

.news-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 16px;
    margin-left: -14px;
    margin-right: -14px;
}

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

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

.news-item-box .item-pic {
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 6px;
}

.news-item-box .item-pic img {
    width: 100%;
    position: relative;
    display: block;
}

.news-item-box .item-body {
    width: 100%;
    position: relative;
    padding: 14px 24px 0;
}

.news-item-box .item-body .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 6px;
}

.news-item-box .item-body .item-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
    min-height: 60px;
}

.news-item-box .item-body .item-title a {
    color: #00226C;
}

.news-item-box .item-body .item-title a:hover {
    color: #21CDAD;
}

.news-item-box .item-body .item-desc {
    font-size: 16px;
    margin-top: 6px;
    color: #666666;
    line-height: 30px;
    min-height: 90px;
}

.news-item-box .item-body .item-btn {
    font-size: 14px;
    margin-top: 14px;
    color: #21CDAD;
    line-height: 28px;
}

.news-item-box .item-body .item-btn a {
    color: #21CDAD;
}

.news-repost {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(238, 238, 238, .8);
    box-shadow: 0px 5px 30px 0px rgba(0, 33, 92, 0.06);
    border-radius: 6px;
    padding: 28px 21px 15px;
}

.news-repost-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 28px;
}

.news-repost-title a {
    color: #00226C;
}

.news-repost-title a:hover {
    color: #21CDAD;
}

.news-repost-list {
    position: relative;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 20px;
}

.news-repost-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 29px;
}

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

.news-repost-item .item-pic {
    width: 90px;
    position: relative;
    text-align: center;
    border-radius: 6px;
}

.news-repost-item .item-pic img {
    width: 100%;
    position: relative;
    display: block;
}

.news-repost-item .item-body {
    width: calc(100% - 98px);
}

.news-repost-item .item-body .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-bottom: 8px;
}

.news-repost-item .item-body .item-title {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 20px;
}

.news-repost-item .item-body .item-title a {
    color: #00226C;
}

.news-repost-item .item-body .item-title a:hover {
    color: #21CDAD;
}

@media screen and (max-width: 1259px) {
    .news {
        padding: 50px 0 98px;
    }

    .news-main {
        float: left;
        width: 668px;
    }

    .news-right {
        float: right;
        width: 266px;
    }

    .news-list {
        padding-bottom: 16px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-list-item {
        width: 50%;
        margin-bottom: 36px;
        padding: 0 10px;
    }

    .news-item-box .item-body {
        padding: 12px 18px 0;
    }

    .news-item-box .item-body .item-date {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .news-item-box .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
    }

    .news-item-box .item-body .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 28px;
        min-height: 84px;
    }

    .news-item-box .item-body .item-btn {
        font-size: 14px;
        margin-top: 12px;
        line-height: 26px;
    }

    .news-repost {
        padding: 24px 16px 12px;
    }

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

    .news-repost-list {
        padding-top: 18px;
    }

    .news-repost-item {
        margin-bottom: 25px;
    }

    .news-repost-item .item-pic {
        width: 88px;
    }

    .news-repost-item .item-body {
        width: calc(100% - 96px);
    }

    .news-repost-item .item-body .item-date {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .news-repost-item .item-body .item-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .news {
        padding: 40px 0 84px;
    }

    .news-main {
        float: none;
        width: 100%;
    }

    .news-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .news-list {
        padding-bottom: 14px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-list-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .news-item-box .item-body {
        padding: 12px 16px 0;
    }

    .news-item-box .item-body .item-date {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .news-item-box .item-body .item-title {
        font-size: 17px;
        line-height: 28px;
        min-height: 56px;
    }

    .news-item-box .item-body .item-desc {
        font-size: 15px;
        margin-top: 6px;
        line-height: 26px;
        min-height: 78px;
    }

    .news-item-box .item-body .item-btn {
        font-size: 13px;
        margin-top: 10px;
        line-height: 26px;
    }

    .news-repost {
        padding: 20px 10px 12px;
    }

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

    .news-repost-list {
        padding-top: 18px;
        width: auto;
        margin-left: -10px;
        margin-right: 10px;
    }

    .news-repost-item {
        margin-bottom: 20px;
        width: 50%;
        padding: 0 10px;
    }

    .news-repost-item .item-pic {
        width: 95px;
    }

    .news-repost-item .item-body {
        width: calc(100% - 105px);
    }

    .news-repost-item .item-body .item-date {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .news-repost-item .item-body .item-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .news {
        padding: 30px 0 70px;
    }
}

@media screen and (max-width: 620px) {
    .news {
        padding: 24px 0 56px;
    }

    .news-main {
        float: none;
        width: 100%;
    }

    .news-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .news-list {
        padding-bottom: 12px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .news-list-item {
        width: 50%;
        margin-bottom: 24px;
        padding: 0 6px;
    }

    .news-item-box .item-body {
        padding: 10px 8px 0;
    }

    .news-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-item-box .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
    }

    .news-item-box .item-body .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
        min-height: 72px;
    }

    .news-item-box .item-body .item-btn {
        font-size: 12px;
        margin-top: 8px;
        line-height: 24px;
    }

    .news-repost {
        padding: 14px 10px 10px;
    }

    .news-repost-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-repost-list {
        padding-top: 14px;
        width: auto;
        margin-left: -6px;
        margin-right: -6px;
    }

    .news-repost-item {
        margin-bottom: 20px;
        width: 50%;
        padding: 0 6px;
    }

    .news-repost-item .item-pic {
        width: 92px;
    }

    .news-repost-item .item-body {
        width: calc(100% - 100px);
    }

    .news-repost-item .item-body .item-date {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 8px;
    }

    .news-repost-item .item-body .item-title {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 480px) {
    .news {
        padding: 24px 0 42px;
    }

    .news-main {
        float: none;
        width: 100%;
    }

    .news-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .news-list {
        padding-bottom: 12px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .news-list-item {
        width: 100%;
        margin-bottom: 24px;
        padding: 0 6px;
    }

    .news-item-box .item-body {
        padding: 10px 10px 0;
    }

    .news-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .news-item-box .item-body .item-title {
        font-size: 15px;
        line-height: 26px;
        min-height: 52px;
    }

    .news-item-box .item-body .item-desc {
        font-size: 13px;
        margin-top: 6px;
        line-height: 24px;
        min-height: 72px;
    }

    .news-item-box .item-body .item-btn {
        font-size: 12px;
        margin-top: 8px;
        line-height: 24px;
    }

    .news-repost {
        padding: 14px 10px 10px;
    }

    .news-repost-title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-repost-list {
        padding-top: 14px;
        width: auto;
        margin-left: -6px;
        margin-right: -6px;
    }

    .news-repost-item {
        margin-bottom: 20px;
        width: 50%;
        padding: 0 6px;
    }

    .news-repost-item .item-pic {
        width: 100%;
    }

    .news-repost-item .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .news-repost-item .item-body .item-date {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 8px;
    }

    .news-repost-item .item-body .item-title {
        font-size: 13px;
        line-height: 18px;
    }
}

.news-detail {
    width: 100%;
    position: relative;
    padding: 52px 0 116px;
}

.new-contain {
    width: 100%;
    position: relative;
}

.news-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
}

.app-detail-title {
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.news-date {
    font-size: 14px;
    margin-bottom: 6px;
    color: #999999;
    line-height: 26px;
}

.new-contain .share {
    margin-top: 20px;
    margin-bottom: 36px;
}

.app-detail .share {
    margin-top: 24px;
    margin-bottom: 28px;
    text-align: center;
}

.new-contain .share > div, .app-detail .share > div {
    display: inline-block;
    vertical-align: middle;
}

.new-contain .share .date {
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    line-height: 20px;
    margin-right: 20px;
}

.news-text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}

.app-detail-text {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 28px;
}

/* .news-text img{display: block;margin: 0 auto;} .app-detail-text img{display: block;margin: 0 auto;} */
.fanpian {
    position: relative;
    width: 100%;
    padding-top: 11px;
}

.fanpian-box {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 20px 16px;
    align-items: center;
    box-shadow: 0px 3px 20px 0px rgba(0, 34, 108, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fanpian li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #666666;
    line-height: 32px;
}

.fanpian-box li {
    max-width: 50%;
}

.fanpian-box li:nth-of-type(odd) {
    text-align: left;
}

.fanpian-box li:nth-of-type(even) {
    text-align: right;
}

.fanpian li span, .fanpian li a {
    color: #666
}

.fanpian li a:hover {
    color: #21CDAD;
}

.news-related {
    position: relative;
    width: 100%;
    padding-top: 60px;
}

.news-related .news-item {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.news-related .news-item .item-box {
    position: relative;
    width: 100%;
}

.news-related .news-item .item-pic {
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 6px;
}

.news-related .news-item .item-pic img {
    width: 100%;
    position: relative;
    display: block;
}

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

.news-related .news-item .item-body .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 4px;
}

.news-related .news-item .item-body .item-title {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
}

.news-related .news-item .item-body .item-title a {
    color: #00226C;
}

.news-related .news-item .item-body .item-title a:hover {
    color: #21CDAD;
}

.news-related .news-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 8px;
    color: #666666;
    line-height: 30px;
    min-height: 90px;
}

.news-related .news-item .item-body .item-btn {
    font-size: 14px;
    margin-top: 12px;
    color: #21CDAD;
    line-height: 26px;
}

.news-related .news-item .item-body .item-btn a {
    color: #21CDAD;
}

@media screen and (max-width: 1259px) {
    .news-detail {
        padding: 44px 0 100px;
    }

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

    .app-detail-title {
        font-size: 20px;
        line-height: 30px;
    }

    .news-date {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .new-contain .share {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .app-detail .share {
        margin-top: 21px;
        margin-bottom: 26px;
    }

    .news-text {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    .app-detail-text {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .fanpian {
        padding-top: 10px;
    }

    .fanpian-box {
        padding: 18px 14px;
    }

    .fanpian li {
        font-size: 16px;
        line-height: 30px;
    }

    .news-related {
        padding-top: 50px;
    }

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

    .news-related .news-item .item-body .item-date {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .news-related .news-item .item-body .item-title {
        font-size: 16px;
        line-height: 28px;
    }

    .news-related .news-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 8px;
        line-height: 28px;
        min-height: 84px;
    }

    .news-related .news-item .item-body .item-btn {
        font-size: 13px;
        margin-top: 10px;
        line-height: 24px;
    }
}

@media screen and (max-width: 991px) {
    .news-detail {
        padding: 36px 0 84px;
    }

    .news-title {
        font-size: 18px;
        line-height: 26px;
    }

    .app-detail-title {
        font-size: 18px;
        line-height: 28px;
    }

    .news-date {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .new-contain .share {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .app-detail .share {
        margin-top: 18px;
        margin-bottom: 22px;
    }

    .news-text {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 16px;
    }

    .app-detail-text {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .fanpian {
        padding-top: 8px;
    }

    .fanpian-box {
        padding: 16px 10px;
    }

    .fanpian li {
        font-size: 15px;
        line-height: 28px;
    }

    .news-related {
        padding-top: 40px;
    }

    .news-related .news-item .item-body {
        padding-top: 8px;
    }

    .news-related .news-item .item-body .item-date {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .news-related .news-item .item-body .item-title {
        font-size: 16px;
        line-height: 28px;
    }

    .news-related .news-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 8px;
        line-height: 26px;
        min-height: 78px;
    }

    .news-related .news-item .item-body .item-btn {
        font-size: 13px;
        margin-top: 10px;
        line-height: 24px;
    }
}

@media screen and (max-width: 660px) {
    .news-detail {
        padding: 28px 0 70px;
    }

    .news-title {
        font-size: 18px;
        line-height: 26px;
    }

    .app-detail-title {
        font-size: 18px;
        line-height: 28px;
    }

    .news-date {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .new-contain .share {
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .app-detail .share {
        margin-top: 16px;
        margin-bottom: 18px;
    }

    .news-text {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .app-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .fanpian {
        padding-top: 8px;
    }

    .fanpian-box {
        padding: 14px 8px;
    }

    .fanpian li {
        font-size: 14px;
        line-height: 26px;
        max-width: 100%;
    }

    .news-related {
        padding-top: 30px;
    }

    .news-related .news-item .item-body {
        padding-top: 8px;
    }

    .news-related .news-item .item-body .item-date {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .news-related .news-item .item-body .item-title {
        font-size: 15px;
        line-height: 26px;
    }

    .news-related .news-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 7px;
        line-height: 24px;
        min-height: 72px;
    }

    .news-related .news-item .item-body .item-btn {
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
    }
}

/* ***************   Download   *************** */

.downs {
    position: relative;
    padding: 56px 0 5.625%;
}

.down-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -39px;
    margin-right: -39px;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}

.down-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333%;
    padding: 0 39px;
    margin-bottom: 58px;
}

.down-list-item .item-box {
    position: relative;
    width: 100%;
    padding-left: 76px;
}

.down-list-item .item-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
}

.down-list-item .item-icon .iconfont {
    font-size: 50px;
    color: #21CDAD;
}

.down-list-item .item-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #05155E;
    line-height: 30px;
}

.down-list-item .item-title a {
    color: #05155E;
}

.sec8-tbody-item .item-title a:hover {
    color: #21CDAD;
}

.down-list-item .item-desc {
    font-size: 16px;
    margin-top: 6px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E6E6E6;
}

.down-list-item .item-desc a {
    height: 90px;
    overflow: hidden;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .downs {
        padding: 48px 0 5.5%;
    }

    .down-list {
        margin-left: -32px;
        margin-right: -32px;
        padding-bottom: 6px;
    }

    .down-list-item {
        width: 33.333333333%;
        padding: 0 32px;
        margin-bottom: 58px;
    }

    .down-list-item .item-box {
        padding-left: 75px;
    }

    .down-list-item .item-icon {
        width: 52px;
    }

    .down-list-item .item-icon .iconfont {
        font-size: 50px;
    }

    .down-list-item .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .down-list-item .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 30px;
        padding-bottom: 18px;
    }

    .down-list-item .item-desc a {
        height: 90px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .downs {
        padding: 40px 0 5.25%;
    }

    .down-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 6px;
    }

    .down-list-item {
        width: 33.333333333%;
        padding: 0 15px;
        margin-bottom: 50px;
    }

    .down-list-item .item-box {
        padding-left: 64px;
    }

    .down-list-item .item-icon {
        width: 46px;
    }

    .down-list-item .item-icon .iconfont {
        font-size: 44px;
    }

    .down-list-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .down-list-item .item-desc {
        font-size: 16px;
        margin-top: 6px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .down-list-item .item-desc a {
        height: 84px;
    }
}

@media (max-width: 991px) {
    .downs {
        padding: 32px 0 5%;
    }

    .down-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 6px;
    }

    .down-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 42px;
    }

    .down-list-item .item-box {
        padding-left: 56px;
    }

    .down-list-item .item-icon {
        width: 42px;
    }

    .down-list-item .item-icon .iconfont {
        font-size: 40px;
    }

    .down-list-item .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .down-list-item .item-desc {
        font-size: 15px;
        margin-top: 5px;
        line-height: 26px;
        padding-bottom: 14px;
    }

    .down-list-item .item-desc a {
        height: 78px;
    }
}

@media (max-width: 720px) {
    .downs {
        padding: 26px 0 5%;
    }

    .down-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 6px;
    }

    .down-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 34px;
    }

    .down-list-item .item-box {
        padding-left: 48px;
    }

    .down-list-item .item-icon {
        width: 36px;
    }

    .down-list-item .item-icon .iconfont {
        font-size: 36px;
    }

    .down-list-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .down-list-item .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .down-list-item .item-desc a {
        height: 72px;
    }
}

@media (max-width: 450px) {
    .downs {
        padding: 20px 0 5%;
    }

    .down-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 6px;
    }

    .down-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 26px;
    }

    .down-list-item .item-box {
        padding-left: 48px;
    }

    .down-list-item .item-icon {
        width: 36px;
    }

    .down-list-item .item-icon .iconfont {
        font-size: 36px;
    }

    .down-list-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .down-list-item .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .down-list-item .item-desc a {
        height: auto;
    }
}

.video-list {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 4px;
}

.video-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 43px;
}

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

.video-item-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 73.27587%;
    border-radius: 16px;
}

.video-item-pic .video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-item-name {
    font-size: 16px;
    padding-top: 14px;
    color: #333;
    line-height: 30px;
}

.faq-list {
    padding-bottom: 24px;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.faq-list .faq-item {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .video-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 36px;
    }

    .video-item-name {
        font-size: 16px;
        padding-top: 12px;
        line-height: 28px;
    }

    .faq-list {
        padding-bottom: 20px;
    }

    .faq-list .faq-item {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 999px) {
    .list-item .item-backdrop {
        display: none;
    }
}

@media (max-width: 991px) {
    .video-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 32px;
    }

    .video-item-name {
        font-size: 15px;
        padding-top: 10px;
        line-height: 26px;
    }

    .faq-list {
        padding-bottom: 16px;
    }

    .faq-list .faq-item {
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {

    .video-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 2px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 28px;
    }

    .video-item-name {
        font-size: 14px;
        padding-top: 8px;
        line-height: 24px;
    }

    .faq-list {
        padding-bottom: 12px;
    }

    .faq-list .faq-item {
        margin-bottom: 20px;
    }

}

@media (max-width: 560px) {
    .video-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 0px;
    }

    .video-list-item {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .video-item-name {
        font-size: 14px;
        padding-top: 8px;
        line-height: 24px;
    }

}

/* ****************** application ****************** */
.app-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    transition: all .5s;
}

.app-list-item {
    width: 100%;
    margin-bottom: 76px;
    display: block;
}

.app-list-item .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}

.app-list .app-list-item:nth-of-type(odd) .item-box {
    flex-direction: row;
}

.app-list .app-list-item:nth-of-type(even) .item-box {
    flex-direction: row-reverse;
}

.app-list-item .item-box .item-pic {
    position: relative;
    width: 412px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.app-list-item .item-box .item-pic img {
    position: relative;
    width: 100%;
    display: block;
}

.app-list-item .item-box .item-body {
    position: relative;
    width: calc(100% - 478px);
    display: inline-block;
    vertical-align: top;
}

.app-list-item .item-body .item-title {
    position: relative;
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #00226C;
    line-height: 30px;
}

.app-list-item .item-body .item-title a {
    color: #00226C;
}

.app-list-item .item-body .item-title a:hover, .app-list-item:hover .item-body .item-title, .app-list-item:hover .item-body .item-title a {
    color: #21CDAD;
}

.app-list-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 34px;
    font-family: Roboto-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.app-list-item .item-body .item-btn {
    position: relative;
    margin-top: 50px;
}

.app-list-item .item-body .item-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    padding: 5px 15px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    background: #00226C;
    border-radius: 6px;
}

.app-list-item .item-body .item-btn a:hover, .app-list-item:hover .item-body .item-btn a {
    background: #21CDAD;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .app-list-item {
        margin-bottom: 64px;
    }

    .app-list-item .item-box .item-pic {
        width: 380px;
    }

    .app-list-item .item-box .item-body {
        width: calc(100% - 420px);
    }

    .app-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .app-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 28px;
        line-height: 28px;
        height: 112px;
    }

    .app-list-item .item-body .item-btn {
        margin-top: 40px;
    }

    .app-list-item .item-body .item-btn a {
        min-width: 140px;
        padding: 4px 12px;
        line-height: 32px;
        font-size: 14px;
    }

}

@media (max-width: 991px) {
    .app-list-item {
        margin-bottom: 52px;
    }

    .app-list-item .item-box .item-pic {
        width: 360px;
    }

    .app-list-item .item-box .item-body {
        width: calc(100% - 390px);
    }

    .app-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .app-list-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 24px;
        line-height: 26px;
        height: 104px;
    }

    .app-list-item .item-body .item-btn {
        margin-top: 30px;
    }

    .app-list-item .item-body .item-btn a {
        min-width: 130px;
        padding: 3px 10px;
        line-height: 30px;
        font-size: 14px;
    }

}

@media (max-width: 750px) {
    .app-list-item {
        margin-bottom: 40px;
    }

    .app-list-item .item-box .item-pic {
        width: 280px;
    }

    .app-list-item .item-box .item-body {
        width: calc(100% - 300px);
    }

    .app-list-item .item-body .item-title {
        font-size: 17px;
        line-height: 26px;
    }

    .app-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 14px;
        line-height: 24px;
        height: 96px;
    }

    .app-list-item .item-body .item-btn {
        margin-top: 20px;
    }

    .app-list-item .item-body .item-btn a {
        min-width: 120px;
        padding: 2px 8px;
        line-height: 28px;
        font-size: 13px;
    }

}

@media (max-width: 560px) {
    .app-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 24px;
        display: inline-block;
        vertical-align: top;
    }

    .app-list-item .item-box .item-pic {
        width: 100%;
    }

    .app-list-item .item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .app-list-item .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .app-list-item .item-body .item-desc {
        font-size: 13px;
        margin-top: 6px;
        line-height: 24px;
        height: 96px;
    }

    .app-list-item .item-body .item-btn {
        margin-top: 16px;
    }

    .app-list-item .item-body .item-btn a {
        min-width: 120px;
        padding: 2px 8px;
        line-height: 28px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .app-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .app-list-item {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 24px;
        display: inline-block;
        vertical-align: top;
    }

    .app-list-item .item-box .item-pic {
        width: 100%;
    }

    .app-list-item .item-box .item-body {
        width: 100%;
        padding-top: 10px;
    }

    .app-list-item .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .app-list-item .item-body .item-desc {
        font-size: 13px;
        margin-top: 6px;
        line-height: 24px;
        height: 96px;
    }

    .app-list-item .item-body .item-btn {
        margin-top: 16px;
    }

    .app-list-item .item-body .item-btn a {
        min-width: 120px;
        padding: 2px 8px;
        line-height: 28px;
        font-size: 13px;
    }
}

.top {
    width: 45px;
    height: 45px;
    margin: auto;
    background: #21CDAD;
    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: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px !important;
        border-radius: 10px 0px 10px 0px;
        right: 0px;
        bottom: 80px;
    }

    .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: 'NHaasGroteskTXPro';
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot');
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff'),
    url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('../fonts/Jost-Bold.eot');
    src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jost-Bold.woff2') format('woff2'),
    url('../fonts/Jost-Bold.woff') format('woff'),
    url('../fonts/Jost-Bold.ttf') format('truetype'),
    url('../fonts/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype'),
    url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-Semi';
    src: url('../fonts/Jost-Semi.eot');
    src: url('../fonts/Jost-Semi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jost-Semi.woff2') format('woff2'),
    url('../fonts/Jost-Semi.woff') format('woff'),
    url('../fonts/Jost-Semi.ttf') format('truetype'),
    url('../fonts/Jost-Semi.svg#Jost-Semi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/Jost-SemiBold.eot');
    src: url('../fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Jost-SemiBold.woff2') format('woff2'),
    url('../fonts/Jost-SemiBold.woff') format('woff'),
    url('../fonts/Jost-SemiBold.ttf') format('truetype'),
    url('../fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "iconfont"; /* Project id 3599773 */
    src: url('../fonts/icon/iconfont.woff2?t=1662624843056') format('woff2'),
    url('../fonts/icon/iconfont.woff?t=1662624843056') format('woff'),
    url('../fonts/icon/iconfont.ttf?t=1662624843056') format('truetype'),
    url('../fonts/icon/iconfont.svg?t=1662624843056#iconfont') format('svg');
}

@font-face {
    font-family: "iconfont"; /* Project id 2797177 */
    font-display: swap;
    src: url('../fonts/iconfont.woff2?t=1631065712824') format('woff2'),
    url('../fonts/iconfont.woff?t=1631065712824') format('woff'),
    url('../fonts/iconfont.ttf?t=1631065712824') 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
}

.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: #21CDAD
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #21CDAD;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #21CDAD
}

.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: #00226C;
    color: #fff;
    border: #00226C 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;
    width: 100%;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #00226C;
}

.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: #00226C;
}

@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
}

.attachment-upload-result span {
    font-size: 14px;
}

.m-kf5-top span {
    top: unset !important;
}

.m-kf5.active .m-kf5-top span {
    top: 54px !important;
}

@media screen and (min-width: 1200px) {
    .cart-list {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 380px) {
    .application .item {
        width: 100% !important;
    }
}

.prodetails-desc p a {
    color: #21CDAD;
}

.prodetails-desc p a:hover {
    color: #333333;
}

.new-tbody .news-text p a {
    color: #21CDAD;
}

.new-tbody .news-text p a:hover {
    color: #333333;
}

.app-detail .app-detail-text p a {
    color: #21CDAD;
}

.app-detail .app-detail-text p a:hover {
    color: #666;
}

.sec8-tbody .sec8-tbody-btn a:hover {
    color: #21CDAD;
    background: none;
}

.yiji li .iconfont {
    position: absolute;
    right: 0;
    opacity: 0;
}

.yiji li a {
    display: block;
    position: relative;
}

.yiji li:hover > a {
    color: #21CDAD;
}

.yiji li:hover > a .iconfont {
    opacity: 1;
}

.page-href .bread-active {
    color: #21CDAD;
}

.prpdf:hover {
    text-decoration: underline;
}

.about-form .item-btn:hover {
    color: #00226C;
    background: #fff;
}

.order-success .order-s-btn-box a:hover {
    background: #00226C;
}

.sec-title-top a:hover {
    color: #00226C;
}

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

.sec4-top .sec-title a:hover {
    color: #21CDAD;
}

.sec4-top-text a:hover {
    color: #21CDAD;
}

.sec6 .sec6-top .sec-title a:hover {
    color: #00226C;
}

.sec6 .sec6-top .sec6-top-text a:hover {
    color: #00226C;
}

.layui-layer-dialog .layui-layer-content {
    word-break: unset !important;
}

.sec6-tbody .swiper-button {
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    top: 0;
    margin-top: 0;
}

.sec6-tbody .swiper-button:hover {
    border-color: #00226C;
    color: #00226C;
}

.sec6-tbody .sec6-button-prev {
    left: 0;
}

.sec6-tbody .sec6-button-next {
    left: 54px;
    right: auto;
}

@media (max-width: 991px) {
    .sec6-tbody .swiper-button {
        top: 50%;
    }

    .sec6-tbody .sec6-button-next {
        left: auto;
        right: 0;
    }
}
