/*** 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: Lato-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: #FED620;
}

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: Arial, Helvetica, sans-serif !important;
}

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

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

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

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

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

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

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

::selection {
    color: #fff;
    background: #FED620;
}

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

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

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

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

#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: #333;
    opacity: 1
}

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

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

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

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

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

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

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

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

@media (min-width: 1660px) {
    .containers {
        width: 1630px;
    }
}

@media (min-width: 1840px) {
    .containers {
        width: 1810px;
    }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1660px) {
    .contain {
        width: 1630px;
    }
}

.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(159, 106, 49, .7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

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

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

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

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

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

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

.yvn {
    position: relative;
    max-width: 120px;
    padding: 30px 0 34px;
    margin-left: 30px;
}

.yvzhonga {
    display: block;
    padding-left: 28px;
    padding-right: 15px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    cursor: pointer;
    position: relative;
    z-index: 9
}

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

.yvn i {
    position: absolute;
    left: 0px;
    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;
}

.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 {
    background: #FED620;
    color: #fff
}


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

.sousuo form {
    width: 236px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 100%;
    background: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 18px;
    color: #2f3135;
    transition: 0.5s;
    z-index: 99999
}

.sou {
    width: 180px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

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

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

.sousuof form {
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 4);
}

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

.ynav .dangqiandao a {
    background: #fff !important;
    color: #FED620 !important;
}

.ynav {
    float: right;
    padding: 37px 0px 36px 25px;
    position: relative;
    cursor: pointer;
}

.yvnava {
    width: 20px;
    height: 17px;
    position: relative;
}

.yvnava img {
    width: 100%;
}

.ysp1 {
    display: block;
    width: 20px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0px;
    top: 0px;
}

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

.ysp3 {
    display: block;
    width: 20px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.yyiji {
    position: absolute;
    right: 0px;
    top: -9999px;
    width: 224px;
    border-bottom: none;
    background: #fff;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    padding: 5px 0;
    z-index: 99;
}

.yyiji li {
    position: relative;
}

.yyiji li a {
    display: block;
    margin: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 0px;
    padding: 7px;
    border-radius: 5px;
}

.yyiji li a:hover {
    background: #FED620;
    color: #333;
}

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

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

.ynav:hover .yyiji > li > a {
    line-height: 26px
}

.yyiji li:hover .yerji {
    top: 0px;
}

.yyiji li:hover .yerji > li > a {
    line-height: 26px
}


.daoz {
    float: right;
}

.daohang {
    max-width: 1160px;
}

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

.daohang > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #333;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    padding: 28px 24px 30px;
    text-transform: uppercase;
}

/* .daohang>li>a:before{ content:""; position:absolute; width:0px; height:4px; background:#FF7E0E; bottom:0px; left:50%; transform:translateX(-50%);transition:0.5s; z-index:-1} */
.daohang > li:hover > a {
    background: #FED620;
    color: #333;
}

.dangqiandao > a {
    background: #FED620;
    color: #333 !important;
}

.dangqiandao > a:before {
    width: 50px !important;
}

.yijiw {
    background: #111111;
    position: absolute;
    width: 220px;
    top: -9999px;
    left: 0;
    text-align: left;
}

.yiji {
}

.yiji li {
    position: relative;
    transition: 0.5s;
    padding: 3px 24px;
}

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

.yiji li:hover {
}

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

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

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

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

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

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

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

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

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

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

.xnav {
    display: none
}

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

.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: 19px;
    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 8px;
    border: none;
    outline: none;
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
}

.slick-dots li.slick-active button::before {
    width: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid rgba(254, 214, 32, .7);
    content: "";
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
}

.slick-prev, .slick-next {
    border: 0;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    font-size: 0px;
    cursor: pointer;
    transition: 0.5s;
    width: 71px;
    top: 50%;
    transform: translateY(-50%);
    height: 71px;
}

.slick-prev {
    position: absolute;
    z-index: 999;
    background: url("../img/left.png") no-repeat center;
    background-color: rgba(0, 0, 0, .3);
    left: 8px;
}

.slick-next {
    position: absolute;
    z-index: 999;
    background: url("../img/right.png") no-repeat center;
    background-color: rgba(0, 0, 0, .3);
    right: 8px;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgba(254, 214, 32, .7);
}

.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: 1839px) {
    .logo {
        width: 302px;
    }

    .yvn {
        padding: 30px 0 34px;
        margin-left: 30px;
    }

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

    .sousuo {
        padding: 37px 0 36px;
        margin-left: 35px;
    }

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

    .ynav {
        padding: 37px 0px 36px 25px;
    }

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

    .daohang {
        max-width: 980px;
    }

    .daohang > li > a {
        font-size: 18px;
        line-height: 32px;
        padding: 28px 24px 30px;
    }

    .banner {
        padding-top: 90px;
    }

    .slick-dots {
        bottom: 19px;
    }

    .slick-dots li button {
        margin: 0 8px;
        width: 9px;
        height: 9px;
    }

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

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

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

    .yvn {
        padding: 29px 0 30px;
        margin-left: 28px;
    }

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

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

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

    .ynav {
        padding: 34px 0px 34px 25px;
    }

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

    .daohang {
        max-width: 890px;
    }

    .daohang > li > a {
        font-size: 18px;
        line-height: 30px;
        padding: 27px 20px 28px;
    }

    .banner {
        padding-top: 85px;
    }

    .slick-dots {
        bottom: 18px;
    }

    .slick-dots li button {
        margin: 0 8px;
        width: 8px;
        height: 8px;
    }

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

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

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

    .yvn {
        padding: 28px 0 28px;
        margin-left: 24px;
    }

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

    .sousuo {
        padding: 32px 0;
        margin-left: 28px;
    }

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

    .ynav {
        padding: 31px 0px 31px 15px;
    }

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

    .daohang {
        max-width: 720px;
    }

    .daohang > li > a {
        font-size: 16px;
        line-height: 28px;
        padding: 26px 13px 26px;
    }

    .banner {
        padding-top: 80px;
    }

    .slick-dots {
        bottom: 18px;
    }

    .slick-dots li button {
        margin: 0 8px;
        width: 8px;
        height: 8px;
    }

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

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

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

    .yvn {
        padding: 23px 0;
        margin-left: 10px;
    }

    .yvzhonga {
        padding-left: 22px;
        padding-right: 12px;
        line-height: 24px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .sousuo {
        padding: 27px 0;
        margin-left: 10px;
    }

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

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

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

    .daohang {
        max-width: 560px;
    }

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

    .banner {
        padding-top: 70px;
    }

    .slick-dots {
        bottom: 18px;
    }

    .slick-dots li button {
        margin: 0 8px;
        width: 8px;
        height: 8px;
    }

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

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

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

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

    .banner {
        padding-top: 60px;
    }

    .het {
        padding: 0px;
    }

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

    .clear3 {
        clear: both;
    }

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

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

    .ynav {
        display: none
    }

    .yvzhonga {
        padding-left: 30px;
        padding-right: 16px;
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .yvn {
        padding: 18px 0;
        margin-right: 38px;
        margin-left: 0px;
    }

    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 26px;
        background: #FED620;
        right: 8px;
        top: 17px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 999999999
    }

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

    .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: 9999999;
        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: 460px) {
    .yvzhonga {
        font-size: 0;
    }
}

.top {
    width: 45px;
    height: 45px;
    margin: auto;
    background: #FED620;
    border-radius: 16px 0px 16px 0px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
    line-height: 45px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bottom {
    bottom: 80px;
}

@media screen and (max-width: 767px) {
    .top {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px 0px 10px 0px;
        right: 10px;
        bottom: 10px;
    }

    .fotag {
        margin-top: 15px;
    }
}


/* ***************    index    ******************** */
.section {
    position: relative;
    width: 100%;
}

.sec1 {
    position: relative;
    width: 100%;
    padding-top: 90px;
}

.sec-title {
    font-size: 50px;
    font-family: Roboto-Bold;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    line-height: 58px;
    position: relative;
    padding-bottom: 17px;
}

.sec-title::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    content: "";
    background: #FED620;
}

.sec-text {
    font-size: 18px;
    color: #333333;
    margin-top: 22px;
    line-height: 30px;
}

.sec1-list {
    padding-top: 42px;
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
}

.sec1-list-item {
    width: 25%;
    display: flex;
    background: #151515;
    flex-wrap: wrap;
}

.sec1-list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
}

.sec1-list-item:nth-of-type(even) {
    flex-direction: column;
}

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

.sec1-list-item .item-body {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.sec1-list-item .item-body .item-body-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 56px;
}

.sec1-list-item .item-body .item-icon {
    padding-top: 90px;
    font-size: 0;
}

.sec1-list-item .item-body .item-icon img {
    width: 49px;
    margin-bottom: 12px;
}

.sec1-list-item .item-body .item-icon p {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 30px;
}

.sec1-list-item .item-body .item-tip {
    position: absolute;
    left: 0;
    top: 248px;
    min-width: 75px;
    text-align: center;
    font-size: 12px;
    /*background: url(../img/tip-bgi.png) no-repeat center center;*/
    background-size: 100% 100%;
    font-family: Roboto-Bold;
    color: #151515;
    line-height: 26px;
    padding: 0 10px;
	background-color: #fed620;
}

.sec1-list-item .item-body .item-info {
    left: 0;
    position: absolute;
    bottom: 36px;
    padding-left: 56px;
    padding-right: 10px;
    width: 100%;
	max-width: 100%;
}

.sec1-list-item .item-body .item-title {
    font-size: 26px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
}

.sec1-list-item .item-body .item-title a, .sec1-list-item .item-body .item-text a, .sec1-list-item .item-body .item-btn a {
    color: #fff;
}

.sec1-list-item .item-body .item-title a:hover, .sec1-list-item .item-body .item-text a:hover, .sec1-list-item .item-body .item-btn a:hover {
    color: #FED620;
}

.sec1-list-item .item-body .item-text {
    font-size: 16px;
    margin-top: 8px;
    color: #FFFFFF;
    line-height: 30px;
}

.sec1-list-item .item-body .item-btn {
    font-size: 14px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 14px;
}

@media (min-width: 1660px) and (max-width: 1859px) {
    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 48px;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 80px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 46px;
        margin-bottom: 10px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 18px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 50%;
        min-width: 74px;
        font-size: 12px;
        line-height: 26px;
        padding: 0 10px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 30px;
        padding-left: 48px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 25px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 16px;
        margin-top: 8px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 14px;
        line-height: 30px;
        margin-top: 14px;
    }
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 36px;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 60px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 42px;
        margin-bottom: 8px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 17px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 48%;
        min-width: 73px;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 28px;
        padding-left: 36px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 24px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 16px;
        margin-top: 8px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 14px;
        line-height: 28px;
        margin-top: 12px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 30px;
    }

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

    .sec1-list-item .item-body .item-icon img {
        width: 36px;
        margin-bottom: 8px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 42%;
        min-width: 70px;
        font-size: 12px;
        line-height: 24px;
        padding: 0 8px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 24px;
        padding-left: 32px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 22px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 15px;
        margin-top: 6px;
        line-height: 26px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 14px;
        line-height: 28px;
        margin-top: 12px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec1 {
        padding-top: 80px;
    }

    .sec-title {
        font-size: 44px;
        line-height: 52px;
        padding-bottom: 16px;
    }

    .sec-title::before {
        width: 72px;
        height: 3px;
    }

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

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

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

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

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

    .sec-title::before {
        width: 64px;
        height: 3px;
    }

    .sec-text {
        font-size: 17px;
        margin-top: 19px;
        line-height: 28px;
    }

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

    .sec1-list-item {
        width: 50%;
    }

    .sec1-list-item .item-pic img {
        width: 100%;
    }

    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 56px;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 80px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 46px;
        margin-bottom: 10px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 18px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 50%;
        min-width: 74px;
        font-size: 12px;
        line-height: 26px;
        padding: 0 10px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 40px;
        padding-left: 48px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 26px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 16px;
        margin-top: 8px;
        line-height: 30px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 14px;
        line-height: 30px;
        margin-top: 14px;
    }

}

@media (max-width: 991px) {
    .sec1 {
        padding-top: 56px;
    }

    .sec-title {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 16px;
    }

    .sec-title::before {
        width: 56px;
        height: 3px;
    }

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

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

    .sec1-list-item {
        width: 50%;
    }

    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 36px;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 60px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 42px;
        margin-bottom: 8px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 17px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 44%;
        min-width: 73px;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 28px;
        padding-left: 36px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 24px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 16px;
        margin-top: 8px;
        line-height: 28px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 14px;
        line-height: 28px;
        margin-top: 12px;
    }
}

@media (max-width: 660px) {
    .sec1 {
        padding-top: 44px;
    }

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

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

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

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

    .sec1-list-item {
        width: 50%;
    }

    .sec1-list-item .item-body {
        padding-bottom: 100%;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 20px;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 20px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 36px;
        margin-bottom: 8px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 15px;
        line-height: 24px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 38%;
        min-width: 70px;
        font-size: 12px;
        line-height: 24px;
        padding: 0 8px;
    }

    .sec1-list-item .item-body .item-info {
        bottom: 20px;
        padding-left: 20px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media (max-width: 475px) {
    .sec1 {
        padding-top: 36px;
    }

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

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

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

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

    .sec1-list-item {
        width: 100%;
        flex-direction: column !important;
    }

    .sec1-list-item .item-pic img {
        width: 100%;
    }

    .sec1-list-item .item-body {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .sec1-list-item .item-body .item-body-box {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    .sec1-list-item .item-body .item-icon {
        padding-top: 10px;
    }

    .sec1-list-item .item-body .item-icon img {
        width: 36px;
        margin-bottom: 8px;
    }

    .sec1-list-item .item-body .item-icon p {
        font-size: 15px;
        line-height: 24px;
    }

    .sec1-list-item .item-body .item-tip {
        top: 80px;
        min-width: 70px;
        font-size: 12px;
        line-height: 24px;
        padding: 0 8px;
    }

    .sec1-list-item .item-body .item-info {
        position: relative;
        bottom: 0;
        padding-left: 0;
        margin-top: 35px;
    }

    .sec1-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .sec1-list-item .item-body .item-text {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .sec1-list-item .item-body .item-btn {
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
    }
}

.sec2 {
    position: relative;
    width: 100%;
    padding: 138px 0 147px;
    background: #F7F7F7;
}

.sec2-tbody {
    position: relative;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec2-tbody-pic {
    width: 660px;
    position: relative;
    padding-left: 30px;
}

.sec2-tbody-pic .item-pic {
    position: relative;
    width: 100%;
    padding-bottom: 66.66666666666667%;
    height: 0;
}

.sec2-tbody-pic .item-pic .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sec2-tbody-pic .item-pic::before {
    position: absolute;
    content: "";
    left: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background: url(../img/sec2-video-bgi.png) no-repeat center center;
    background-size: 100% 100%;
}

.sec2-tbody-info {
    width: 624px;
    position: relative;
}

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

.sec2-title::before {
    left: 0;
    transform: translateX(0);
}

.sec2-text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 48px;
}

.sec2-btn {
    margin-top: 60px;
}

.sec2-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    font-family: Roboto-Bold;
    color: #333333;
    background: #FED620;
}

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

    .sec2-tbody-pic {
        width: 660px;
        padding-left: 30px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -30px;
        bottom: -30px;
    }

    .sec2-tbody-info {
        width: 624px;
    }

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

    .sec2-title::before {
        left: 0;
        transform: translateX(0);
    }

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

    .sec2-btn {
        margin-top: 60px;
    }

    .sec2-btn a {
        min-width: 160px;
        padding: 10px 20px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec2 {
        padding: 106px 0 116px;
    }

    .sec2-tbody-pic {
        width: 566px;
        padding-left: 24px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -24px;
        bottom: -24px;
    }

    .sec2-tbody-info {
        width: 530px;
    }

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

    .sec2-title::before {
        left: 0;
        transform: translateX(0);
    }

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

    .sec2-btn {
        margin-top: 46px;
    }

    .sec2-btn a {
        min-width: 160px;
        padding: 10px 20px;
        line-height: 30px;
        font-size: 14px;
    }
}

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

    .sec2-tbody-pic {
        width: 49%;
        padding-left: 18px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -18px;
        bottom: -18px;
    }

    .sec2-tbody-info {
        width: 48%;
    }

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

    .sec2-title::before {
        left: 0;
        transform: translateX(0);
    }

    .sec2-text {
        font-size: 15px;
        line-height: 28px;
        margin-top: 30px;
    }

    .sec2-btn {
        margin-top: 38px;
    }

    .sec2-btn a {
        min-width: 150px;
        padding: 8px 18px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .sec2 {
        padding: 75px 0 5%;
    }

    .sec2-tbody-pic {
        width: 55%;
        padding-left: 12px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -12px;
        bottom: -12px;
    }

    .sec2-tbody-info {
        width: 44%;
    }

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

    .sec2-title::before {
        left: 0;
        transform: translateX(0);
    }

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

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

    .sec2-btn a {
        min-width: 140px;
        padding: 6px 16px;
        line-height: 28px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .sec2 {
        padding: 60px 0 5%;
    }

    .sec2-tbody-pic {
        width: 100%;
        padding-left: 40px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -40px;
        bottom: -40px;
    }

    .sec2-tbody-info {
        width: 100%;
        margin-top: 50px;
    }

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

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

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

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

    .sec2-btn a {
        min-width: 130px;
        padding: 4px 14px;
        line-height: 26px;
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .sec2 {
        padding: 48px 0 4.5%;
    }

    .sec2-tbody-pic {
        width: 100%;
        padding-left: 20px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: -20px;
        bottom: -20px;
    }

    .sec2-tbody-info {
        width: 100%;
        margin-top: 30px;
    }

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

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

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

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

    .sec2-btn a {
        min-width: 130px;
        padding: 4px 14px;
        line-height: 26px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .sec2 {
        padding: 36px 0 4%;
    }

    .sec2-tbody-pic {
        width: 100%;
        padding-left: 0px;
    }

    .sec2-tbody-pic .item-pic::before {
        left: 0px;
        bottom: 0;
    }

    .sec2-tbody-info {
        width: 100%;
        margin-top: 20px;
    }

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

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

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

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

    .sec2-btn a {
        min-width: 130px;
        padding: 4px 14px;
        line-height: 26px;
        font-size: 12px;
    }
}

.sec3 {
    position: relative;
    width: 100%;
    padding-top: 95px;
    background: #0A0A0A;
}

.sec3-title {
    text-align: left;
    color: #fff;
}

.sec3-title::before {
    left: 0;
    transform: translateX(0);
}

.sec3-text {
    font-size: 16px;
    color: #fff;
    margin-top: 28px;
    line-height: 30px;
}

.sec3-title a, .sec3-text a {
    color: #fff;
}
.sec3-text a:hover{
    color: #FED620;
}
.sec3-title a:hover{
    color: #FED620;
}


.sec3-swiper {
    position: relative;
    margin-left: -48px;
    margin-right: -48px;
    padding: 52px 48px 90px;
}

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

.sec3-swiper .swiper-button {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #000;
    top: 40%;
}

.sec3-swiper .swiper-button:hover {
    background: #FED620;
}

.sec3-item {
    display: block;
    width: 100%;
}

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

.sec3-item .item-pic img {
    width: 100%;
}

.sec3-item .item-body {
    position: relative;
    padding-top: 10px;
}

.sec3-item .item-body .item-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #fff;
    line-height: 30px;
    padding-bottom: 19px;
    position: relative;
}

.sec3-item .item-body .item-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 40px;
    height: 3px;
    background: #FFFFFF;
}

.sec3-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 12px;
    color: #fff;
    line-height: 30px;
}

.sec3-item .item-body .item-btn {
    font-size: 14px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 10px;
}

.sec3-item .item-body .item-title a, .sec3-item .item-body .item-desc a, .sec3-item .item-body .item-btn a {
    color: #fff;
}

.sec3-item .item-body .item-title a:hover, .sec3-item .item-body .item-desc a:hover, .sec3-item .item-body .item-btn a:hover {
    color: #FED620;
}

.sec3-bottom {
    background: #FED620;
    padding: 55px 0;
}

.sec3-bottom-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec3-bottom-title {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
    width: calc(100% - 240px);
}

.sec3-bottom-title a {
    color: #333;
}

.sec3-bottom-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 190px;
    line-height: 46px;
    border: 2px solid #333333;
    font-size: 16px;
    font-family: Roboto-Bold;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    padding: 0 18px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec3 {
        padding-top: 4.9%;
    }

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

    .sec3-title::before {
        left: 0;
        transform: translateX(0);
    }

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

    .sec3-swiper {
        margin-left: -40px;
        margin-right: -40px;
        padding: 46px 40px 80px;
    }

    .sec3-swiper .swiper-button {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        top: 40%;
    }

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

    .sec3-item .item-body .item-title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 18px;
    }

    .sec3-item .item-body .item-title::before {
        width: 36px;
        height: 3px;
    }

    .sec3-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }

    .sec3-item .item-body .item-btn {
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }

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

    .sec3-bottom-title {
        font-size: 22px;
        line-height: 30px;
        width: calc(100% - 240px);
    }

    .sec3-bottom-btn a {
        min-width: 180px;
        line-height: 46px;
        font-size: 16px;
        padding: 0 17px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec3 {
        padding-top: 4.8%;
    }

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

    .sec3-title::before {
        left: 0;
        transform: translateX(0);
    }

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

    .sec3-swiper {
        margin-left: -30px;
        margin-right: -30px;
        padding: 40px 30px 66px;
    }

    .sec3-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        top: 40%;
    }

    .sec3-item .item-body {
        padding-top: 8px;
    }

    .sec3-item .item-body .item-title {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .sec3-item .item-body .item-title::before {
        width: 32px;
        height: 2px;
    }

    .sec3-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 8px;
        line-height: 28px;
    }

    .sec3-item .item-body .item-btn {
        font-size: 14px;
        line-height: 28px;
        margin-top: 8px;
    }

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

    .sec3-bottom-title {
        font-size: 20px;
        line-height: 30px;
        width: calc(100% - 240px);
    }

    .sec3-bottom-btn a {
        min-width: 180px;
        line-height: 42px;
        font-size: 15px;
        padding: 0 16px;
    }
}

@media (max-width: 991px) {
    .sec3 {
        padding-top: 4.8%;
    }

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

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

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

    .sec3-swiper {
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 20px 54px;
    }

    .sec3-swiper .swiper-button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        top: 40%;
    }

    .sec3-item .item-body {
        padding-top: 8px;
    }

    .sec3-item .item-body .item-title {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 14px;
    }

    .sec3-item .item-body .item-title::before {
        width: 30px;
        height: 2px;
    }

    .sec3-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 8px;
        line-height: 26px;
    }

    .sec3-item .item-body .item-btn {
        font-size: 13px;
        line-height: 26px;
        margin-top: 8px;
    }

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

    .sec3-bottom-title {
        font-size: 18px;
        line-height: 30px;
        width: calc(100% - 220px);
    }

    .sec3-bottom-btn a {
        min-width: 170px;
        line-height: 42px;
        font-size: 15px;
        padding: 0 16px;
    }
}

@media (max-width: 767px) {
    .sec3 {
        padding-top: 4.5%;
    }

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

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

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

    .sec3-swiper {
        margin-left: 0px;
        margin-right: 0px;
        padding: 30px 20px 54px;
    }

    .sec3-swiper .swiper-button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        top: 40%;
    }

    .sec3-item .item-body {
        padding-top: 8px;
    }

    .sec3-item .item-body .item-title {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 14px;
    }

    .sec3-item .item-body .item-title::before {
        width: 30px;
        height: 2px;
    }

    .sec3-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 8px;
        line-height: 26px;
    }

    .sec3-item .item-body .item-btn {
        font-size: 13px;
        line-height: 26px;
        margin-top: 8px;
    }

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

    .sec3-bottom-title {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }

    .sec3-bottom-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .sec3-bottom-btn a {
        min-width: 160px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 16px;
    }
}

.sec4 {
    position: relative;
    width: 100%;
    padding: 111px 0 116px;
}

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

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

.sec4-tbody .swiper-button {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #000;
    top: 45%;
}

.sec4-tbody .swiper-button:hover {
    background: #FED620;
}

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

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

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

.sec4-item .item-pic .tracking {
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 194px;
    background: url(../img/sec4-item-bgi.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 46px;
    line-height: 35px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    text-align: left;
}

.sec4-item .item-pic .tracking::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #FED620;
}

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

.sec4-item .item-body .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

@media (min-width: 1660px) and (max-width: 1859px) {
    .sec4 {
        padding: 106px 0 110px;
    }

    .sec4-item .item-pic .tracking {
        bottom: 32px;
        width: 190px;
        padding-left: 44px;
        line-height: 34px;
        font-size: 16px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 38px;
        height: 3px;
    }
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .sec4 {
        padding: 98px 0 100px;
    }

    .sec4-item .item-pic .tracking {
        bottom: 28px;
        width: 185px;
        padding-left: 42px;
        line-height: 32px;
        font-size: 16px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 36px;
        height: 3px;
    }
}

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

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

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

    .sec4-item .item-pic .tracking {
        bottom: 26px;
        width: 180px;
        padding-left: 40px;
        line-height: 32px;
        font-size: 15px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 34px;
        height: 2px;
    }

    .sec4-item .item-body {
        padding-top: 8px;
    }

    .sec4-item .item-body .item-title {
        font-size: 15px;
        line-height: 28px;
    }
}

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

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

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

    .sec4-item .item-pic .tracking {
        bottom: 24px;
        width: 160px;
        padding-left: 36px;
        line-height: 30px;
        font-size: 14px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 30px;
        height: 2px;
    }

    .sec4-item .item-body {
        padding-top: 6px;
    }

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

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

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

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

    .sec4-item .item-pic .tracking {
        bottom: 20px;
        width: 160px;
        padding-left: 36px;
        line-height: 30px;
        font-size: 14px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 30px;
        height: 2px;
    }

    .sec4-item .item-body {
        padding-top: 6px;
    }

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

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

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

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

    .sec4-item .item-pic .tracking {
        bottom: 18px;
        width: 140px;
        padding-left: 30px;
        line-height: 28px;
        font-size: 13px;
    }

    .sec4-item .item-pic .tracking::before {
        width: 26px;
        height: 2px;
    }

    .sec4-item .item-body {
        padding-top: 6px;
    }

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

.sec5 {
    position: relative;
    width: 100%;
    padding-top: 91px;
    padding-bottom: 74px;
    background: #F7F7F7;
}

.sec5-tbody {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -35px;
    margin-right: -35px;
    padding-top: 45px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sec5-tbody-item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    margin-bottom: 20px;
}

.new-item-box {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
}

.new-item-box .item-pic {
    width: 100%;
    position: relative;
}

.new-item-box .item-pic img {
    width: 100%;
}

.new-item-box .item-body {
    padding: 10px 16px 19px;
    position: relative;
}

.new-item-box .item-body .item-title {
    font-size: 18px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
}

.new-item-box .item-body .item-desc {
    font-size: 16px;
    margin-top: 8px;
    color: #666666;
    line-height: 30px;
    min-height: 60px;
    overflow: hidden;
}

.new-item-box .item-body .item-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.new-item-box .item-body .item-date {
    font-size: 12px;
    color: #999999;
    line-height: 28px;
}

.new-item-box .item-body .item-date .iconfont {
    font-size: 16px;
    color: #999999
}

.new-item-box .item-body .item-href {
    font-size: 14px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 28px;
    text-align: right;
    text-transform: uppercase;
}

.new-item-box .item-body .item-href .iconfont {
    font-size: 15px;
    color: #333;
    margin-left: 4px;
}

.new-item-box .item-body .item-href a {
    color: #666;
}

.new-item-box .item-body .item-href a:hover {
    color: #FED620;
}


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

    .sec5-tbody {
        margin-left: -24px;
        margin-right: -24px;
        padding-top: 38px;
    }

    .sec5-tbody-item {
        width: 33.333333%;
        padding: 0 24px;
        margin-bottom: 18px;
    }

    .new-item-box .item-body {
        padding: 8px 12px 16px;
    }

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

    .new-item-box .item-body .item-desc {
        font-size: 15px;
        margin-top: 7px;
        line-height: 28px;
        min-height: 56px;
    }

    .new-item-box .item-body .item-flex {
        margin-top: 14px;
    }

    .new-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 27px;
    }

    .new-item-box .item-body .item-date .iconfont {
        font-size: 15px;
    }

    .new-item-box .item-body .item-href {
        font-size: 14px;
        line-height: 27px;
    }

    .new-item-box .item-body .item-href .iconfont {
        font-size: 15px;
        margin-left: 4px;
    }
}

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

    .sec5-tbody {
        margin-left: -14px;
        margin-right: -14px;
        padding-top: 30px;
    }

    .sec5-tbody-item {
        width: 33.333333%;
        padding: 0 14px;
        margin-bottom: 16px;
    }

    .new-item-box .item-body {
        padding: 6px 10px 14px;
    }

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

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 26px;
        min-height: 52px;
    }

    .new-item-box .item-body .item-flex {
        margin-top: 12px;
    }

    .new-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body .item-href {
        font-size: 14px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-href .iconfont {
        font-size: 14px;
        margin-left: 4px;
    }
}

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

    .sec5-tbody {
        margin-left: -14px;
        margin-right: -14px;
        padding-top: 30px;
    }

    .sec5-tbody-item {
        width: 50%;
        padding: 0 14px;
        margin-bottom: 16px;
    }

    .new-item-box .item-body {
        padding: 6px 10px 14px;
    }

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

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 26px;
        min-height: 52px;
    }

    .new-item-box .item-body .item-flex {
        margin-top: 12px;
    }

    .new-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body .item-href {
        font-size: 14px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-href .iconfont {
        font-size: 14px;
        margin-left: 4px;
    }
}

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

    .sec5-tbody {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 24px;
    }

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

    .new-item-box .item-body {
        padding: 6px 10px 14px;
    }

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

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
        min-height: 48px;
    }

    .new-item-box .item-body .item-flex {
        margin-top: 12px;
    }

    .new-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 24px;
    }

    .new-item-box .item-body .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body .item-href {
        font-size: 14px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-href .iconfont {
        font-size: 14px;
        margin-left: 4px;
    }
}

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

    .sec5-tbody {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 24px;
    }

    .sec5-tbody-item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .new-item-box .item-body {
        padding: 6px 10px 14px;
    }

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

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
        min-height: 48px;
    }

    .new-item-box .item-body .item-flex {
        margin-top: 12px;
    }

    .new-item-box .item-body .item-date {
        font-size: 12px;
        line-height: 24px;
    }

    .new-item-box .item-body .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body .item-href {
        font-size: 14px;
        line-height: 26px;
    }

    .new-item-box .item-body .item-href .iconfont {
        font-size: 14px;
        margin-left: 4px;
    }
}

.sec6 {
    position: relative;
    width: 100%;
    padding: 104px 0 92px;
}

.sec6-faq-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 44px;
    margin-left: -30px;
    margin-right: -30px;
}

.sec6-faq-list .faq-item {
    position: relative;
    width: calc(50% - 60px);
    margin: 0 30px 21px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}

.sec6-faq-list .faq-item:nth-of-type(odd) {
    float: left;
}

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

.faq-item-name {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    position: relative;
    font-size: 20px;
    font-family: Roboto-Regular;
    color: #333333;
    line-height: 40px;
    padding: 10px 25px;
}

.faq-item-name:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #333;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    display: block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.faq-item-name:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #333;
    right: 10px;
    top: 50%;
    transform: rotate(90deg);
    margin-top: -1px;
    display: block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.faq-item-name.active:after {
    transform: rotate(180deg);
    background: #333;
}

.faq-item-name.active {
    background: rgba(235, 235, 235, .8);
}

.faq-item-text {
    font-size: 16px;
    display: none;
    color: #666666;
    padding: 1px 27px 20px;
    background: rgba(235, 235, 235, .8);
    line-height: 30px;
    position: relative;
    height: 81px;
    overflow: auto;
}

.sec7 {
    position: relative;
    width: 100%;
    background: #0A0A0A;
    padding: 61px 0 71px;
}

.sec7-tbody {
    position: relative;
    padding-top: 52px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    letter-spacing: 0;
}

.sec7-tbody-item {
    position: relative;
    width: 33.333333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 20px;
}

.sec7-item-box {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 32px 36px 26px 90px;
}

.sec7-item-box .item-icon {
    position: absolute;
    left: 18px;
    top: 25px;
}

.sec7-item-box .item-icon .iconfont {
    font-size: 58px;
    color: #FED620;
}

.sec7-item-box .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

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

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

    .sec6-faq-list {
        padding-top: 38px;
        margin-left: -17px;
        margin-right: -17px;
    }

    .sec6-faq-list .faq-item {
        width: calc(50% - 34px);
        margin: 0 17px 18px;
    }

    .faq-item-name {
        font-size: 18px;
        line-height: 36px;
        padding: 9px 20px;
    }

    .faq-item-name:before {
        width: 14px;
        height: 2px;
        right: 8px;
    }

    .faq-item-name:after {
        width: 14px;
        height: 2px;
        right: 8px;
    }

    .faq-item-text {
        font-size: 15px;
        padding: 1px 20px 17px;
        line-height: 28px;
        height: 74px;
    }

    .sec7 {
        padding: 52px 0 60px;
    }

    .sec7-tbody {
        padding-top: 46px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec7-tbody-item {
        width: 33.333333333%;
        padding: 0 12px;
        margin-bottom: 18px;
    }

    .sec7-item-box {
        padding: 30px 30px 22px 80px;
    }

    .sec7-item-box .item-icon {
        left: 15px;
        top: 22px;
    }

    .sec7-item-box .item-icon .iconfont {
        font-size: 54px;
    }

    .sec7-item-box .item-title {
        font-size: 16px;
        line-height: 28px;
    }

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

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

    .sec6-faq-list {
        padding-top: 32px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec6-faq-list .faq-item {
        width: calc(50% - 20px);
        margin: 0 10px 16px;
    }

    .faq-item-name {
        font-size: 17px;
        line-height: 34px;
        padding: 8px 16px;
    }

    .faq-item-name:before {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-name:after {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-text {
        font-size: 14px;
        padding: 1px 16px 10px;
        line-height: 26px;
        height: auto;
    }

    .sec7 {
        padding: 40px 0 48px;
    }

    .sec7-tbody {
        padding-top: 40px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec7-tbody-item {
        width: 33.333333333%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec7-item-box {
        padding: 20px 20px 18px 70px;
    }

    .sec7-item-box .item-icon {
        left: 10px;
        top: 18px;
    }

    .sec7-item-box .item-icon .iconfont {
        font-size: 48px;
    }

    .sec7-item-box .item-title {
        font-size: 15px;
        line-height: 26px;
    }

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

@media (max-width: 991px) {
    .sec6 {
        padding: 66px 0 60px;
    }

    .sec6-faq-list {
        padding-top: 28px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sec6-faq-list .faq-item {
        width: 100%;
        margin: 0 0 14px;
    }

    .faq-item-name {
        font-size: 16px;
        line-height: 30px;
        padding: 6px 14px;
    }

    .faq-item-name:before {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-name:after {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-text {
        font-size: 14px;
        padding: 1px 14px 10px;
        line-height: 24px;
        height: auto;
    }

    .sec7 {
        padding: 30px 0 36px;
    }

    .sec7-tbody {
        padding-top: 34px;
        margin-left: -10px;
        margin-right: -10px;
    }

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

    .sec7-item-box {
        padding: 20px 20px 18px 70px;
    }

    .sec7-item-box .item-icon {
        left: 10px;
        top: 18px;
    }

    .sec7-item-box .item-icon .iconfont {
        font-size: 48px;
    }

    .sec7-item-box .item-title {
        font-size: 15px;
        line-height: 26px;
    }

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

@media (max-width: 767px) {
    .sec6 {
        padding: 48px 0 44px;
    }

    .sec6-faq-list {
        padding-top: 26px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sec6-faq-list .faq-item {
        width: 100%;
        margin: 0 0 14px;
    }

    .faq-item-name {
        font-size: 16px;
        line-height: 30px;
        padding: 6px 14px;
    }

    .faq-item-name:before {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-name:after {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-text {
        font-size: 14px;
        padding: 1px 14px 10px;
        line-height: 24px;
        height: auto;
    }

    .sec7 {
        padding: 28px 0 32px;
    }

    .sec7-tbody {
        padding-top: 28px;
        margin-left: -10px;
        margin-right: -10px;
    }

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

    .sec7-item-box {
        padding: 20px 20px 18px 60px;
    }

    .sec7-item-box .item-icon {
        left: 8px;
        top: 16px;
    }

    .sec7-item-box .item-icon .iconfont {
        font-size: 36px;
    }

    .sec7-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

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

@media (max-width: 520px) {
    .sec6 {
        padding: 36px 0 34px;
    }

    .sec6-faq-list {
        padding-top: 26px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sec6-faq-list .faq-item {
        width: 100%;
        margin: 0 0 14px;
    }

    .faq-item-name {
        font-size: 16px;
        line-height: 30px;
        padding: 6px 14px;
    }

    .faq-item-name:before {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-name:after {
        width: 12px;
        height: 2px;
        right: 6px;
    }

    .faq-item-text {
        font-size: 14px;
        padding: 1px 14px 10px;
        line-height: 24px;
        height: auto;
    }

    .sec7 {
        padding: 28px 0 32px;
    }

    .sec7-tbody {
        padding-top: 28px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .sec7-tbody-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .sec7-item-box {
        padding: 20px 20px 18px 60px;
    }

    .sec7-item-box .item-icon {
        left: 8px;
        top: 16px;
    }

    .sec7-item-box .item-icon .iconfont {
        font-size: 36px;
    }

    .sec7-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

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

.sec8 {
    position: relative;
    width: 100%;
    padding: 110px 0 70px;
}

.sec8-cer-list {
    position: relative;
    margin-left: -13px;
    margin-right: -13px;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 59px;
}

.sec8-cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 20px;
}

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

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

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

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

.list-item .item-backdrop .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    position: relative;
}

.list-item .item-name {
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

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

.sec9 {
    position: relative;
    width: 100%;
    padding: 55px 0 54px;
    background: #F7F7F7;
}

.sec9-video-list {
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
    font-size: 0;
    letter-spacing: 0;
    padding-top: 44px;
}

.video-list-items {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333%;
    padding: 0 35px;
    margin-bottom: 20px;
}

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

.video-item-pic .item-pic {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
}

.video-item-pic .item-pic .video-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-list-items .item-body {
    position: relative;
    padding-top: 7px;
}

.video-list-items .item-body .item-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-family: Roboto-Bold;
}

.video-list-items .item-body .item-desc {
    font-size: 16px;
    color: #666666;
    margin-top: 4px;
    line-height: 30px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec8 {
        padding: 5% 0 60px;
    }

    .sec8-cer-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 50px;
    }

    .sec8-cer-list .list-item {
        width: 25%;
        padding: 0 8px;
        margin-bottom: 18px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .list-item .item-name {
        padding-top: 8px;
        font-size: 17px;
        line-height: 27px;
    }

    .sec9 {
        padding: 48px 0 48px;
    }

    .sec9-video-list {
        margin-left: -18px;
        margin-right: -18px;
        padding-top: 38px;
    }

    .video-list-items {
        width: 33.333333333333%;
        padding: 0 18px;
        margin-bottom: 18px;
    }

    .video-list-items .item-body {
        padding-top: 6px;
    }

    .video-list-items .item-body .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .video-list-items .item-body .item-desc {
        font-size: 16px;
        margin-top: 3px;
        line-height: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec8 {
        padding: 5% 0 50px;
    }

    .sec8-cer-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-top: 42px;
    }

    .sec8-cer-list .list-item {
        width: 25%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .list-item .item-name {
        padding-top: 8px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec9 {
        padding: 44px 0 44px;
    }

    .sec9-video-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 32px;
    }

    .video-list-items {
        width: 33.333333333333%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .video-list-items .item-body {
        padding-top: 6px;
    }

    .video-list-items .item-body .item-title {
        font-size: 17px;
        line-height: 28px;
    }

    .video-list-items .item-body .item-desc {
        font-size: 15px;
        margin-top: 3px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .sec8 {
        padding: 5% 0 40px;
    }

    .sec8-cer-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 36px;
    }

    .sec8-cer-list .list-item {
        width: 33.333333333%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .list-item .item-name {
        padding-top: 6px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec9 {
        padding: 36px 0;
    }

    .sec9-video-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 28px;
    }

    .video-list-items {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 16px;
    }

    .video-list-items .item-body {
        padding-top: 6px;
    }

    .video-list-items .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .video-list-items .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }
}

@media (max-width: 720px) {
    .sec8 {
        padding: 5% 0 30px;
    }

    .sec8-cer-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 30px;
    }

    .sec8-cer-list .list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .list-item .item-name {
        padding-top: 6px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec9 {
        padding: 36px 0;
    }

    .sec9-video-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 28px;
    }

    .video-list-items {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .video-list-items .item-body {
        padding-top: 6px;
    }

    .video-list-items .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .video-list-items .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .sec8 {
        padding: 5% 0 30px;
    }

    .sec8-cer-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 30px;
    }

    .sec8-cer-list .list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .list-item .item-name {
        padding-top: 6px;
        font-size: 16px;
        line-height: 26px;
    }

    .sec9 {
        padding: 36px 0;
    }

    .sec9-video-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 28px;
    }

    .video-list-items {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .video-list-items .item-body {
        padding-top: 6px;
    }

    .video-list-items .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .video-list-items .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background: #0A0A0A;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer, .footer a {
    color: #FFFFFF;
}

.footer .footer-title {
    color: #fff;
}

.footer a:hover {
    color: #FED620;
}

.footer .fo-top {
    font-size: 0;
    letter-spacing: 0;
    padding: 58px 0 62px;
}

.footer .flist1 {
    width: 450px;
    padding-right: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist2 {
    width: 275px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist3 {
    width: 380px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist4 {
    width: 495px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .footer-title {
    position: relative;
    font-size: 24px;
    font-family: Roboto-Bold;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.footer .foot-list {
    font-size: 16px;
    line-height: 30px;
}

.footer .foot-text {
    font-size: 16px;
    line-height: 30px;
}

.footer .copyright {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
}

.footer .keywords {
    font-size: 14px;
    margin-top: 4px;
    color: #FFFFFF;
    line-height: 29px;
}

.footer .fo-bot {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 29px;
    padding-bottom: 28px;
    text-align: center;
}

.footer .fo-bot .links a {
    margin-left: 15px;
}

.footer .f-follow {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 17px;
    padding-bottom: 8px;
}

.footer .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

.footer .f-follow a:last-child {
    margin-right: 0;
}

.footer .f-follow .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    display: block;
    color: #fff;
    border-radius: 50%;
}

.footer .f-follow a:hover .iconfont {
    color: #fff;
}

.footer .f-follow .icon-vk {
    background: #FF7200;
}

.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: 6px;
    padding-left: 11px;
}

.footer .f-form .item-input {
    position: relative;
    width: 45.45454545454545%;
    height: 40px;
    border: 1px solid #FFFFFF;
    margin-bottom: 16px;
}

.footer .f-form .item-input1 {
    height: 87px;
    width: 100%;
}

.footer .f-form .item-code {
    position: relative;
    width: calc(100% - 117px);
}

.footer .f-form .item-input.star::before {
    position: absolute;
    content: "*";
    left: -12px;
    top: 0;
    font-size: 20px;
    font-family: Arial;
    color: #FF0000;
    line-height: 40px;
}

.footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    font-size: 14px;
    font-family: Lora;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.footer .f-form .item-img {
    width: 110px;
    font-size: 0;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
}

.footer .f-form .item-img img {
    max-height: 40px;
    vertical-align: middle;
}

.footer .f-form .item-btn {
    width: 100%;
    height: 40px;
    position: relative;
}

.footer .f-form .item-btn input {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: #FED620;
    color: #0A0A0A;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0;
}

.footer .f-form .item-btn:hover {
    background-color: #fff;
    color: #FED620;
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .footer .fo-top {
        padding: 50px 0 54px;
    }

    .footer .flist1 {
        width: 380px;
        padding-right: 30px;
    }

    .footer .flist2 {
        width: 260px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 320px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 440px;
    }

    .footer .footer-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 26px;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .foot-text {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .copyright {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .keywords {
        font-size: 14px;
        margin-top: 4px;
        line-height: 26px;
    }

    .footer .fo-bot {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding-bottom: 24px;
    }

    .footer .f-follow {
        margin-top: 16px;
        padding-bottom: 8px;
    }

    .footer .f-follow a {
        margin-right: 14px;
        margin-bottom: 10px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .footer .f-form {
        padding-top: 5px;
        padding-left: 10px;
    }

    .footer .f-form .item-input {
        width: 46%;
        height: 38px;
        margin-bottom: 14px;
    }

    .footer .f-form .item-input1 {
        height: 86px;
        width: 100%;
    }

    .footer .f-form .item-code {
        width: calc(100% - 116px);
    }

    .footer .f-form .item-input.star::before {
        left: -10px;
        top: 0;
        font-size: 20px;
        line-height: 38px;
    }

    .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
        padding: 6px 13px;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .f-form .item-img {
        width: 110px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        width: 100%;
        height: 38px;
    }

    .footer .f-form .item-btn input {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .footer .fo-top {
        padding: 40px 0 42px;
    }

    .footer .flist1 {
        width: 320px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 240px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 280px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 360px;
    }

    .footer .footer-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .footer .foot-list {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .copyright {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .keywords {
        font-size: 13px;
        margin-top: 4px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .footer .f-follow {
        margin-top: 12px;
        padding-bottom: 6px;
    }

    .footer .f-follow a {
        margin-right: 10px;
        margin-bottom: 10px;
        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: 5px;
        padding-left: 10px;
    }

    .footer .f-form .item-input {
        width: 47%;
        height: 36px;
        margin-bottom: 12px;
    }

    .footer .f-form .item-input1 {
        height: 86px;
        width: 100%;
    }

    .footer .f-form .item-code {
        width: calc(100% - 112px);
    }

    .footer .f-form .item-input.star::before {
        left: -10px;
        top: 0;
        font-size: 16px;
        line-height: 36px;
    }

    .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
        padding: 5px 12px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer .f-form .item-img {
        width: 106px;
    }

    .footer .f-form .item-img img {
        max-height: 36px;
    }

    .footer .f-form .item-btn {
        width: 100%;
        height: 36px;
    }

    .footer .f-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .footer .fo-top {
        padding: 30px 0 32px;
    }

    .footer .flist1 {
        width: 50%;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 22px;
    }

    .footer .flist3 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 22px;
    }

    .footer .flist4 {
        width: 50%;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer .foot-list {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .copyright {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .keywords {
        font-size: 13px;
        margin-top: 4px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .footer .f-follow {
        margin-top: 12px;
        padding-bottom: 6px;
    }

    .footer .f-follow a {
        margin-right: 10px;
        margin-bottom: 10px;
        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: 5px;
        padding-left: 10px;
    }

    .footer .f-form .item-input {
        width: 47%;
        height: 36px;
        margin-bottom: 12px;
    }

    .footer .f-form .item-input1 {
        height: 86px;
        width: 100%;
    }

    .footer .f-form .item-code {
        width: calc(100% - 112px);
    }

    .footer .f-form .item-input.star::before {
        left: -10px;
        top: 0;
        font-size: 16px;
        line-height: 36px;
    }

    .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
        padding: 5px 12px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer .f-form .item-img {
        width: 106px;
    }

    .footer .f-form .item-img img {
        max-height: 36px;
    }

    .footer .f-form .item-btn {
        width: 100%;
        height: 36px;
    }

    .footer .f-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .footer .fo-top {
        padding: 30px 0 32px;
    }

    .footer .flist1 {
        width: 50%;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 22px;
    }

    .footer .flist3 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 22px;
    }

    .footer .flist4 {
        width: 50%;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer .foot-list {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .copyright {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .keywords {
        font-size: 13px;
        margin-top: 4px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .footer .f-follow {
        margin-top: 12px;
        padding-bottom: 6px;
    }

    .footer .f-follow a {
        margin-right: 10px;
        margin-bottom: 10px;
        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: 5px;
        padding-left: 10px;
    }

    .footer .f-form .item-input {
        width: 47%;
        height: 36px;
        margin-bottom: 12px;
    }

    .footer .f-form .item-input1 {
        height: 86px;
        width: 100%;
    }

    .footer .f-form .item-code {
        width: calc(100% - 112px);
    }

    .footer .f-form .item-input.star::before {
        left: -10px;
        top: 0;
        font-size: 16px;
        line-height: 36px;
    }

    .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
        padding: 5px 12px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer .f-form .item-img {
        width: 106px;
    }

    .footer .f-form .item-img img {
        max-height: 36px;
    }

    .footer .f-form .item-btn {
        width: 100%;
        height: 36px;
    }

    .footer .f-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .footer .fo-top {
        padding: 20px 0 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .flist1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        order: 1;
    }

    .footer .flist2 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .footer .flist3 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .footer .flist4 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        padding-right: 32px;
        cursor: pointer;
    }
    .footer .footer-title::before {
        position: absolute;right: 2px;top: 50%;transform: translateY(-50%);font-family: iconfont;content: "\e731";font-size: 16px; font-size: 1.6rem;
    }


    .footer .foot-list {
        font-size: 14px;
        line-height: 26px;
        display: none;
    }

    .footer .foot-text {
        font-size: 14px;
        line-height: 26px;
        display: none;
    }

    .footer .copyright {
        font-size: 14px;
        line-height: 26px;
    }

    .footer .keywords {
        font-size: 13px;
        margin-top: 4px;
        line-height: 24px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .footer .f-follow {
        margin-top: 12px;
        padding-bottom: 6px;
        text-align: center;
    }

    .footer .f-follow a {
        margin-right: 10px;
        margin-bottom: 10px;
        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 form {display: none;}
    .footer .f-form {
        padding-top: 5px;
        padding-left: 10px;
    }

    .footer .f-form .item-input {
        width: 47%;
        height: 36px;
        margin-bottom: 12px;
    }

    .footer .f-form .item-input1 {
        height: 86px;
        width: 100%;
    }

    .footer .f-form .item-code {
        width: calc(100% - 112px);
    }

    .footer .f-form .item-input.star::before {
        left: -10px;
        top: 0;
        font-size: 16px;
        line-height: 36px;
    }

    .footer .f-form .item-input input, .footer .f-form .item-input1 textarea, .footer .f-form .item-code input {
        padding: 5px 12px;
        font-size: 13px;
        line-height: 24px;
    }

    .footer .f-form .item-img {
        width: 106px;
    }

    .footer .f-form .item-img img {
        max-height: 36px;
    }

    .footer .f-form .item-btn {
        width: 100%;
        height: 36px;
    }

    .footer .f-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }

    /*.footer .fo-bot .links {*/
    /*    display: none;*/
    /*}*/
}

.bread {
    width: 100%;
    position: relative;
    background: #0A0A0A;
    padding-top: 55px;
    padding-bottom: 48px;
}

.page-title {
    position: relative;
    font-size: 30px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 58px;
    text-transform: uppercase;
}

.page-href {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 11px;
}

.page-href a, .page-href a {
    color: #fff;
}

.page-href a:hover, .page-href a.bread-active {
    color: #FED620;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .bread {
        padding-top: 46px;
        padding-bottom: 42px;
    }

    .page-title {
        font-size: 30px;
        line-height: 52px;
    }

    .page-href {
        font-size: 14px;
        line-height: 26px;
        margin-top: 9px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .bread {
        padding-top: 38px;
        padding-bottom: 36px;
    }

    .page-title {
        font-size: 30px;
        line-height: 44px;
    }

    .page-href {
        font-size: 14px;
        line-height: 26px;
        margin-top: 8px;
    }
}

@media (max-width: 991px) {
    .bread {
        padding-top: 30px;
        padding-bottom: 28px;
    }

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

    .page-href {
        font-size: 13px;
        line-height: 24px;
        margin-top: 7px;
    }
}

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

    .page-title {
        font-size: 24px;
        line-height: 32px;
    }

    .page-href {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }
}

.about {
    position: relative;
    padding-top: 75px;
    padding-bottom: 101px;
}

.about-top {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.about-name {
    font-size: 26px;
    text-align: center;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 38px;
}

.about-top-text {
    margin-top: 24px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.about-top-text img {
    display: block;
}

.about-form {
    position: relative;
    width: 100%;
    padding-bottom: 62px;
}

.about-form .xunbiao {
    text-align: center;
    font-size: 36px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 48px;
}

.about-form form {
    width: 100%;
    position: relative;
    margin-top: 35px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-form .item-input {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    width: 48.37545126353791%;
    height: 39px;
    border: 1px solid #A0A0A0;
}

.about-form .item-input1 {
    width: 100%;
    height: 157px;
}

.about-form .item-input.star::before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "*";
    font-size: 16px;
    color: #FF0000;
    line-height: 36px;
}

.about-form .item-input input {
    width: 100%;
    height: 100%;
    padding: 5px 12px;
    font-size: 16px;
    color: #A6A6A6;
    line-height: 26px;
}

.about-form .item-input1 textarea {
    width: 100%;
    height: 100%;
    padding: 5px 12px;
    font-size: 16px;
    color: #A6A6A6;
    line-height: 26px;
}

.about-form .attachment {
    position: relative;
    margin-bottom: 20px;
    width: 48.37545126353791%;
    height: 39px;
}

.attachment .file-group {
    width: 100%;
    height: 39px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background: #FED620;
    border-radius: 4px;
    border: 1px solid #FED620;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.about-form .item-input3 {
    width: calc(48.37545126353791% - 236px);
    position: relative;
}

.about-form .item-input3-img {
    width: 228px;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #9199A3;
    height: 39px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 8px;
}

.about-form .item-input3-img .yanzheng {
    text-align: center;
    max-height: 37px;
}

.about-form .item-input-btn {
    width: 48.37545126353791%;
    height: 39px;
    position: relative;
    margin-bottom: 20px;
}

.about-form .item-btn {
    width: 100%;
    height: 100%;
    background: #FED620;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

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

    .about-top {
        padding-bottom: 50px;
    }

    .about-name {
        font-size: 24px;
        line-height: 36px;
    }

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

    .about-form {
        padding-bottom: 52px;
    }

    .about-form .xunbiao {
        font-size: 32px;
        line-height: 44px;
    }

    .about-form form {
        margin-top: 30px;
        padding-left: 12px;
    }

    .about-form .item-input {
        margin-bottom: 18px;
        width: 48.2%;
        height: 38px;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 154px;
    }

    .about-form .item-input.star::before {
        left: -12px;
        font-size: 15px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 4px 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-form .item-input1 textarea {
        padding: 4px 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 48.2%;
        height: 38px;
    }

    .attachment .file-group {
        height: 38px;
    }

    .about-form .item-input3 {
        width: calc(48.2% - 220px);
    }

    .about-form .item-input3-img .yanzheng {
        max-height: 36px;
    }

    .about-form .item-input3-img {
        width: 212px;
        height: 38px;
        margin-bottom: 18px;
        margin-left: 8px;
    }

    .about-form .item-input-btn {
        width: 48.2%;
        height: 38px;
        margin-bottom: 18px;
    }

    .about-form .item-btn {
        font-size: 16px;
    }

}

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

    .about-top {
        padding-bottom: 40px;
    }

    .about-name {
        font-size: 22px;
        line-height: 32px;
    }

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

    .about-form {
        padding-bottom: 40px;
    }

    .about-form .xunbiao {
        font-size: 28px;
        line-height: 38px;
    }

    .about-form form {
        margin-top: 28px;
        padding-left: 12px;
    }

    .about-form .item-input {
        margin-bottom: 18px;
        width: 48.2%;
        height: 38px;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 148px;
    }

    .about-form .item-input.star::before {
        left: -12px;
        font-size: 14px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 48.2%;
        height: 38px;
    }

    .attachment .file-group {
        height: 38px;
    }

    .about-form .item-input3 {
        width: calc(48.2% - 180px);
    }

    .about-form .item-input3-img {
        width: 172px;
        height: 38px;
        margin-bottom: 18px;
        margin-left: 8px;
    }

    .about-form .item-input3-img .yanzheng {
        max-height: 36px;
    }

    .about-form .item-input-btn {
        width: 48.2%;
        height: 38px;
        margin-bottom: 18px;
    }

    .about-form .item-btn {
        font-size: 15px;
    }
}

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

    .about-top {
        padding-bottom: 30px;
    }

    .about-name {
        font-size: 20px;
        line-height: 30px;
    }

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

    .about-form {
        padding-bottom: 32px;
    }

    .about-form .xunbiao {
        font-size: 24px;
        line-height: 32px;
    }

    .about-form form {
        margin-top: 24px;
        padding-left: 12px;
    }

    .about-form .item-input {
        margin-bottom: 18px;
        width: 100%;
        height: 38px;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 148px;
    }

    .about-form .item-input.star::before {
        left: -12px;
        font-size: 14px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 100%;
        height: 38px;
    }

    .attachment .file-group {
        height: 38px;
    }

    .about-form .item-input3 {
        width: calc(100% - 180px);
    }

    .about-form .item-input3-img .yanzheng {
        max-height: 36px;
    }

    .about-form .item-input3-img {
        width: 172px;
        height: 38px;
        margin-bottom: 18px;
        margin-left: 8px;
    }

    .about-form .item-input-btn {
        width: 100%;
        height: 38px;
        margin-bottom: 18px;
    }

    .about-form .item-btn {
        font-size: 15px;
    }
}

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

    .about-top {
        padding-bottom: 30px;
    }

    .about-name {
        font-size: 18px;
        line-height: 28px;
    }

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

    .about-form {
        padding-bottom: 32px;
    }

    .about-form .xunbiao {
        font-size: 20px;
        line-height: 30px;
    }

    .about-form form {
        margin-top: 20px;
        padding-left: 12px;
    }

    .about-form .item-input {
        margin-bottom: 18px;
        width: 100%;
        height: 38px;
    }

    .about-form .item-input1 {
        width: 100%;
        height: 148px;
    }

    .about-form .item-input.star::before {
        left: -12px;
        font-size: 14px;
        line-height: 36px;
    }

    .about-form .item-input input {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 4px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 100%;
        height: 38px;
    }

    .attachment .file-group {
        height: 38px;
    }

    .about-form .item-input3 {
        width: calc(100% - 150px);
    }

    .about-form .item-input3-img {
        width: 142px;
        height: 38px;
        margin-bottom: 18px;
        margin-left: 8px;
    }

    .about-form .item-input-btn {
        width: 100%;
        height: 38px;
        margin-bottom: 18px;
    }

    .about-form .item-btn {
        font-size: 15px;
    }
}

/**************** product *****************/
.product {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

.pro-contain {
    width: 100%;
    position: relative;
    padding-bottom: 140px;
}

.pro-contain .pro-main {
    float: right;
    width: 1100px;
}

.pro-contain .pro-slide {
    float: left;
    width: 260px;
}

.pro-contain .pro-title {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-family: Roboto-Bold;
}

.pro-contain .pro-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    background: linear-gradient(to bottom, #666, #666, #fff);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 12px;
    margin-bottom: 4px;
}

.przhan {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.przhanh {
    height: auto !important;
    color: #666 !important;
}

.pro-contain .zhankai {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    position: relative;
}

.pro-list {
    position: relative;
    padding-top: 30px;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -35px;
    margin-right: -35px;
    display: block;
    transition: 0.5s;
}

.pro-list-item {
    width: 33.3333333333%;
    margin-bottom: 45px;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    transition: 0.5s;
}

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

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

.pro-list-item .item-pic img {
    width: 100%;
}

.pro-list-item .item-pic .item-btn {
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    min-width: 150px;
    height: 40px;
    background: #FFFFFF;
    transition: 0.5s;
}

.pro-item-box:hover .item-pic .item-btn {
    bottom: 0;
}

.pro-list-item .item-pic .item-btn a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 40px;
}

.pro-list-item .item-pic .item-btn input {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    margin-top: 15px;
    margin-right: 14px;
    height: 10px;
}

.pro-list-item .item-body {
    position: relative;
    width: 100%;
    padding-top: 6px;
}

.pro-list-item .pro-item-box .item-body .item-title {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
}

.pro-list-item .pro-item-box .item-body .item-desc {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 2px;
}

.pro-list-item .item-body .item-btn {
    margin-top: 8px;
}

.pro-list-item .item-body .item-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 113px;
    line-height: 26px;
    padding: 0px 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto-Bold;
    color: #333333;
    background: url(../img/pro-btn-bgi.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.fenye {
    padding-top: 18px;
    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: 28px;
    background: #EEEEEE;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333333;
}

.fenyen a.iconfont {
    color: #333333 !important;
    font-size: 20px;
    font-size: 2rem;
    background: transparent !important;
    border: 0 !important;
}

.fenyen a:hover, .fenyen a.active {
    background: #0A0A0A;
    color: #fff;
}

.fuxuan {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 14px;
    background: url(../img/jian.png) no-repeat right center;
    padding-right: 23px;
}

.fuxuan input {
    line-height: 30px;
    padding: 0 10px;
    background: #0A0A0A;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Roboto-Bold;
}

.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 {
    border-bottom: 1px solid #333;
    font-size: 24px;
    color: #333333;
    font-family: Roboto-Bold;
    line-height: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
}

.pryiji {
    padding: 10px 0;
    margin-bottom: 24px;
    width: 100%;
    position: relative;
}

.pryiji > li {
    position: relative;
    transition: 0.5s;
}

.pryiji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 5px 0;
    padding-right: 20px;
    position: relative
}

.pryiji > li > .iconfont {
    position: absolute;
    z-index: 8;
    right: 0px;
    height: 40px;
    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: #FED620;
}

.pryiji > li > a:hover span {
    color: #FED620;
}

.pryiji > li:hover > .iconfont {
    color: #FED620;
    transform: rotate(90deg);
}

.prerji {
    padding-left: 20px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.prerji > li {
    position: relative;
    transition: 0.5s;
}

.prerji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
    padding-right: 20px;
    position: relative;
}

.prerji > li > .iconfont {
    position: absolute;
    z-index: 8;
    right: 0px;
    height: 36px;
    width: 14px;
    font-size: 12px;
    top: 0;
    line-height: 36px;
    transition: 0.5s;
}

.prerji > li > a:hover {
    color: #FED620;
}

.prerji > li > a:hover span {
    color: #FED620;
}

.prerji > li:hover > .iconfont {
    color: #FED620;
    transform: rotate(90deg);
}

.prsanji {
    padding-left: 20px;
    border-top: 1px solid #D4D4D4;
}

.prsanji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 30px;
    padding: 3px 0;
    position: relative;
}

.prsanji > li > a:hover {
    color: #FED620;
}

a.prbiao:hover {
    color: #FED620;
}

.dangpryi > a {
    color: #FED620 !important;
}

.dangpryi > a span {
    color: #FED620 !important;
}

.dangpryi > .iconfont {
    transform: rotate(90deg) !important;
    color: #FED620 !important;
}

.dangpryi > a i {
    transform: rotate(180deg) !important;
    color: #fff !important
}

.dangprer > a {
    color: #FED620 !important;
}

.dangprer > .iconfont {
    transform: rotate(90deg) !important;
    color: #FED620 !important;
}


.attribute {
    margin-top: 4px;
}

.attribute .box {
    position: relative;
}

.attri-title {
    position: relative;
    font-size: 24px;
    font-family: NHaasGroteskTXPro-Bd;
    text-transform: uppercase;
    color: #1B3884;
    line-height: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 51px;
}

.attri-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 95px;
    background: #1B3884;
}

.attribute .name {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 14px;
    position: relative;
}

.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: #1B3884;
}

.attribute .name.active i:after {
    transform: rotate(180deg);
    background: #333;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    cursor: pointer;
    display: none;
}

.attribute .item-box label {
    display: inline-block;
    cursor: pointer;
}

.attribute .item-box > div {
    color: #666f66;
    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: #1f1e19;
}

.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 {
    margin-top: 40px;
}

.tag-list {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 10px;
}

.tag-list a {
    color: #666;
}

.tag-list a:hover {
    color: #FED620;
}


@media (min-width: 1260px) and (max-width: 1459px) {
    .product {
        padding-top: 60px;
    }

    .pro-contain {
        padding-bottom: 120px;
    }

    .pro-contain .pro-main {
        float: right;
        width: 920px;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 250px;
    }

    .pro-contain .pro-title {
        font-size: 20px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .przhan {
        height: 84px;
    }

    .pro-contain .zhankai {
        font-size: 16px;
        line-height: 28px;
    }

    .pro-list {
        padding-top: 28px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .pro-list-item {
        width: 33.3333333333%;
        margin-bottom: 38px;
        padding: 0 10px;
    }

    .pro-list-item .item-pic .item-btn {
        min-width: 140px;
        height: 36px;
    }

    .pro-list-item .item-pic .item-btn a {
        font-size: 16px;
        line-height: 36px;
    }

    .pro-list-item .item-pic .item-btn input {
        width: 11px;
        margin-top: 13px;
        margin-right: 12px;
        height: 10px;
    }

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

    .pro-list-item .pro-item-box .item-body .item-title {
        font-size: 16px;
        line-height: 30px;
    }

    .pro-list-item .pro-item-box .item-body .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 2px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        min-width: 110px;
        line-height: 25px;
        padding: 0px 10px;
        font-size: 14px;
    }

    .fenye {
        padding-top: 16px;
    }

    .fenyen a {
        min-width: 30px;
        line-height: 28px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .fenyen a.iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .fuxuan {
        margin-bottom: 10px;
        margin-left: 14px;
        padding-right: 23px;
    }

    .fuxuan input {
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pro-slide-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 2px;
    }

    .pryiji {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .pryiji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        padding: 4px 0;
        padding-right: 18px;
    }

    .pryiji > li > .iconfont {
        height: 38px;
        width: 14px;
        font-size: 12px;
        line-height: 38px;
    }


    .prerji {
        padding-left: 18px;
    }

    .prerji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 34px;
        padding-right: 18px;
    }

    .prerji > li > .iconfont {
        height: 34px;
        width: 14px;
        font-size: 12px;
        line-height: 34px;
    }

    .prsanji {
        padding-left: 18px;
    }

    .prsanji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        padding: 2px 0;
    }

    .tag {
        margin-top: 36px;
    }

    .tag-list {
        font-size: 16px;
        line-height: 28px;
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .product {
        padding-top: 50px;
    }

    .pro-contain {
        padding-bottom: 100px;
    }

    .pro-contain .pro-main {
        float: right;
        width: 680px;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 240px;
    }

    .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: 10px;
        margin-bottom: 2px;
    }

    .przhan {
        height: 78px;
    }

    .pro-contain .zhankai {
        font-size: 15px;
        line-height: 26px;
    }

    .pro-list {
        padding-top: 24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .pro-list-item {
        width: 33.3333333333%;
        margin-bottom: 32px;
        padding: 0 6px;
    }

    .pro-list-item .item-pic .item-btn {
        min-width: 140px;
        height: 32px;
    }

    .pro-list-item .item-pic .item-btn a {
        font-size: 15px;
        line-height: 32px;
    }

    .pro-list-item .item-pic .item-btn input {
        width: 10px;
        margin-top: 11px;
        margin-right: 10px;
        height: 10px;
    }

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

    .pro-list-item .pro-item-box .item-body .item-title {
        font-size: 15px;
        line-height: 28px;
    }

    .pro-list-item .pro-item-box .item-body .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 2px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        min-width: 100px;
        line-height: 24px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .fenye {
        padding-top: 12px;
    }

    .fenyen a {
        min-width: 28px;
        line-height: 26px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .fenyen a.iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .fuxuan {
        margin-bottom: 8px;
        margin-left: 12px;
        padding-right: 20px;
    }

    .fuxuan input {
        line-height: 28px;
        padding: 0 8px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .pro-slide-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .pryiji {
        padding: 8px 0;
        margin-bottom: 18px;
    }

    .pryiji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding: 4px 0;
        padding-right: 16px;
    }

    .pryiji > li > .iconfont {
        height: 36px;
        width: 14px;
        font-size: 12px;
        line-height: 36px;
    }


    .prerji {
        padding-left: 16px;
    }

    .prerji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 32px;
        padding-right: 16px;
    }

    .prerji > li > .iconfont {
        height: 32px;
        width: 14px;
        font-size: 12px;
        line-height: 32px;
    }

    .prsanji {
        padding-left: 16px;
    }

    .prsanji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding: 2px 0;
    }

    .tag {
        margin-top: 30px;
    }

    .tag-list {
        font-size: 15px;
        line-height: 26px;
        padding-top: 8px;
    }
}

@media (max-width: 991px) {
    .product {
        padding-top: 40px;
    }

    .pro-contain {
        padding-bottom: 80px;
    }

    .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: 10px;
        margin-bottom: 2px;
    }

    .przhan {
        height: 78px;
    }

    .pro-contain .zhankai {
        font-size: 15px;
        line-height: 26px;
    }

    .pro-list {
        padding-top: 24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .pro-list-item {
        width: 50%;
        margin-bottom: 32px;
        padding: 0 6px;
    }

    .pro-list-item .item-pic .item-btn {
        min-width: 140px;
        height: 32px;
    }

    .pro-list-item .item-pic .item-btn a {
        font-size: 15px;
        line-height: 32px;
    }

    .pro-list-item .item-pic .item-btn input {
        width: 10px;
        margin-top: 11px;
        margin-right: 10px;
        height: 10px;
    }

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

    .pro-list-item .pro-item-box .item-body .item-title {
        font-size: 15px;
        line-height: 28px;
    }

    .pro-list-item .pro-item-box .item-body .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 2px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        min-width: 100px;
        line-height: 24px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .fenye {
        padding-top: 12px;
    }

    .fenyen a {
        min-width: 28px;
        line-height: 26px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .fenyen a.iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .fuxuan {
        margin-bottom: 8px;
        margin-left: 12px;
        padding-right: 20px;
    }

    .fuxuan input {
        line-height: 28px;
        padding: 0 8px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .pro-slide-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .pryiji {
        padding: 8px 0;
        margin-bottom: 18px;
    }

    .pryiji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding: 4px 0;
        padding-right: 16px;
    }

    .pryiji > li > .iconfont {
        height: 36px;
        width: 14px;
        font-size: 12px;
        line-height: 36px;
    }


    .prerji {
        padding-left: 16px;
    }

    .prerji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 32px;
        padding-right: 16px;
    }

    .prerji > li > .iconfont {
        height: 32px;
        width: 14px;
        font-size: 12px;
        line-height: 32px;
    }

    .prsanji {
        padding-left: 16px;
    }

    .prsanji > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 28px;
        padding: 2px 0;
    }

    .tag {
        margin-top: 30px;
    }

    .tag-list {
        font-size: 15px;
        line-height: 26px;
        padding-top: 8px;
    }
}

@media (max-width: 767px) {
    .product {
        padding-top: 30px;
    }

    .pro-contain {
        padding-bottom: 60px;
    }

    .pro-contain .pro-main {
        float: right;
        width: 100%;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 100%;
    }

    .pro-contain .pro-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .zhankai {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list {
        padding-top: 24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .pro-list-item {
        width: 33.3333333333333%;
        margin-bottom: 32px;
        padding: 0 6px;
    }

    .pro-list-item .item-pic .item-btn {
        min-width: 130px;
        height: 32px;
    }

    .pro-list-item .item-pic .item-btn a {
        font-size: 14px;
        line-height: 32px;
    }

    .pro-list-item .item-pic .item-btn input {
        width: 10px;
        margin-top: 11px;
        margin-right: 10px;
        height: 10px;
    }

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

    .pro-list-item .pro-item-box .item-body .item-title {
        font-size: 15px;
        line-height: 28px;
    }

    .pro-list-item .pro-item-box .item-body .item-desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 2px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        min-width: 100px;
        line-height: 24px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .fenye {
        padding-top: 12px;
    }

    .fenyen a {
        min-width: 28px;
        line-height: 26px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .fenyen a.iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .fuxuan {
        margin-bottom: 8px;
        margin-left: 12px;
        padding-right: 20px;
    }

    .fuxuan input {
        line-height: 28px;
        padding: 0 8px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .pro-slide-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .pryiji {
        padding: 8px 0;
        margin-bottom: 18px;
        display: none;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 4px 0;
        padding-right: 16px;
    }

    .pryiji > li > .iconfont {
        height: 36px;
        width: 14px;
        font-size: 12px;
        line-height: 36px;
    }


    .prerji {
        padding-left: 16px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 32px;
        padding-right: 16px;
    }

    .prerji > li > .iconfont {
        height: 32px;
        width: 14px;
        font-size: 12px;
        line-height: 32px;
    }

    .prsanji {
        padding-left: 16px;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 2px 0;
    }

    .attribute {
        margin-top: 24px;
    }

    .tag {
        margin-top: 30px;
    }

    .tag-list {
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px;
    }
}

@media (max-width: 540px) {
    .product {
        padding-top: 30px;
    }

    .pro-contain {
        padding-bottom: 40px;
    }

    .pro-contain .pro-main {
        float: right;
        width: 100%;
    }

    .pro-contain .pro-slide {
        float: left;
        width: 100%;
    }

    .pro-contain .pro-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .zhankai {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list {
        padding-top: 24px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .pro-list-item {
        width: 50%;
        margin-bottom: 32px;
        padding: 0 6px;
    }

    .pro-list-item .item-pic .item-btn {
        min-width: 130px;
        height: 32px;
    }

    .pro-list-item .item-pic .item-btn a {
        font-size: 14px;
        line-height: 32px;
    }

    .pro-list-item .item-pic .item-btn input {
        width: 10px;
        margin-top: 11px;
        margin-right: 10px;
        height: 10px;
    }

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

    .pro-list-item .pro-item-box .item-body .item-title {
        font-size: 15px;
        line-height: 28px;
    }

    .pro-list-item .pro-item-box .item-body .item-desc {
        font-size: 14px;
        line-height: 26px;
        margin-top: 2px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        min-width: 100px;
        line-height: 24px;
        padding: 0px 10px;
        font-size: 13px;
    }

    .fenye {
        padding-top: 12px;
    }

    .fenyen a {
        min-width: 28px;
        line-height: 26px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .fenyen a.iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .fuxuan {
        margin-bottom: 8px;
        margin-left: 12px;
        padding-right: 20px;
    }

    .fuxuan input {
        line-height: 28px;
        padding: 0 8px;
        font-size: 13px;
        font-size: 1.3rem;
    }

    .pro-slide-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 0px;
    }

    .pryiji {
        padding: 8px 0;
        margin-bottom: 18px;
        display: none;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 4px 0;
        padding-right: 16px;
    }

    .pryiji > li > .iconfont {
        height: 36px;
        width: 14px;
        font-size: 12px;
        line-height: 36px;
    }


    .prerji {
        padding-left: 16px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 32px;
        padding-right: 16px;
    }

    .prerji > li > .iconfont {
        height: 32px;
        width: 14px;
        font-size: 12px;
        line-height: 32px;
    }

    .prsanji {
        padding-left: 16px;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 2px 0;
    }

    .attribute {
        margin-top: 24px;
    }

    .tag {
        margin-top: 30px;
    }

    .tag-list {
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px;
    }
}

.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-image: url(../img/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}

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

.m-prob {
    margin-bottom: 52px;
    position: relative;
}

.m-propic {
    margin: 0 auto;
    width: 680px;
    float: left;
}

.m-propic .pic-big {
    width: 550px;
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
    z-index: 99
}

.m-propic .pic-small {
    position: relative;
    float: left;
    width: 110px;
    padding-top: 27px;
    padding-bottom: 27px;
    overflow: hidden;
    z-index: 1
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: block;
    width: 110px;
    font-size: 20px;
    line-height: 27px;
    color: #999;
    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: #FED620;
}


.m-propic .pic-list {
    height: 496px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    margin-bottom: 18px;
    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 #FED620;
}

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

@media screen and (max-width: 1459px) {
    .m-prob {
        margin-bottom: 48px;
    }

    .m-propic {
        width: 650px;
    }

    .m-propic .pic-big {
        width: 530px;
    }

    .m-propic .pic-small {
        width: 105px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .m-propic .pic-btn {
        width: 105px;
        line-height: 25px;
        font-size: 18px;
    }

    .m-propic .pic-list {
        height: 480px;
    }

    .m-propic .list-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1259px) {
    .m-prob {
        margin-bottom: 40px;
    }

    .m-propic {
        width: 500px;
    }

    .m-propic .pic-big {
        width: 400px;
    }

    .m-propic .pic-small {
        width: 85px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .m-propic .pic-btn {
        width: 85px;
        line-height: 15px;
        font-size: 14px;
    }

    .m-propic .pic-list {
        height: 370px;
    }

    .m-propic .list-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 999px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .m-propic {
        float: none;
        margin: 0 auto;
    }

    .m-prob {
        margin-bottom: 36px;
    }
}

@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-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: 612px;
    float: right;
}

.jianjie h1 {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 29px;
}

.sharen {
    display: inline-block;
    background: #fff;
}

.share1 {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    vertical-align: middle;
    color: #999;
}

.share2 {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    max-height: 360px;
    overflow: hidden;
    margin-bottom: 23px;
    min-height: 350px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
    color: #666;
}

.jiann a {
    color: #1B3884;
}

.inno {
    letter-spacing: 0;
    margin-top: 0px;
    font-size: 0px;
}

.inno a {
    display: inline-block;
    vertical-align: top;
    min-width: 188px;
    line-height: 45px;
    background: #0A0A0A;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 23px;
}

.inno a:nth-last-of-type(1) {
    margin-right: 0 !important;
}

.inno a:hover {
    color: #333;
    background: #FED620;
}

@media screen and (max-width: 1459px) {
    .prob-info {
        width: 500px;
        float: right;
    }

    .jianjie h1 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .share2 {
        margin-left: 6px;
    }

    .jiann {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 18px;
        max-height: 336px;
        margin-bottom: 20px;
        min-height: 330px;
    }

    .inno a {
        min-width: 150px;
        line-height: 40px;
        padding: 0 12px;
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1259px) {
    .prob-info {
        width: 420px;
        float: right;
    }

    .jianjie h1 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .share1 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .share2 {
        margin-left: 6px;
    }

    .jiann {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        margin-top: 14px;
        max-height: 236px;
        margin-bottom: 16px;
        min-height: 230px;
    }

    .inno a {
        min-width: 130px;
        line-height: 36px;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 999px) {
    .prob-info {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .jianjie h1 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 14px;
        margin-bottom: 16px;
    }

    .share1 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .share2 {
        margin-left: 6px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 14px;
        max-height: none;
        margin-bottom: 16px;
        min-height: auto;
    }

    .inno a {
        min-width: 130px;
        line-height: 36px;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 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-detail {
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}

.prodetails-title {
    margin-bottom: 37px;
}

.chanxbiaon {
    display: inline-block;
    vertical-align: middle;
    min-width: 357px;
    padding: 10px 26px;
    line-height: 30px;
    background: #1B3884;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-family: Arial;
    color: #FFFFFF;
    line-height: 30px;
}

.patitem {
    position: relative;
    margin-bottom: 10px;
}

.patitem span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left: 5px;
    color: #333333;
    line-height: 30px;
}

.patitem-name {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.prodetails-desc {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 36px;
}

.prtag2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    max-height: 90px;
}

.prtag2 a {
    margin-right: 3px;
}

.prtag2 a:hover {
    color: #FED620;
}

.prtag2h {
    height: auto !important;
    max-height: none !important;
}

.product-detail .more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    position: relative;
    color: #FED620;
}

.pro-detail-title {
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 16px;
}

.pro-detail-title span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 7px;
}

.pro-detail-title span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: #FED620;
}

@media screen and (max-width: 1459px) {
    .product-detail {
        margin-bottom: 32px;
    }

    .patitem {
        margin-bottom: 10px;
    }

    .patitem span {
        font-size: 16px;
        line-height: 28px;
    }

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

    .prodetails-desc {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .prtag2 {
        font-size: 16px;
        line-height: 28px;
        max-height: 84px;
    }

    .pro-detail-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .pro-detail-title span {
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 1259px) {
    .product-detail {
        margin-bottom: 30px;
    }

    .patitem {
        margin-bottom: 8px;
    }

    .patitem span {
        font-size: 15px;
        line-height: 26px;
    }

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

    .prodetails-desc {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .prtag2 {
        font-size: 15px;
        line-height: 26px;
        max-height: 78px;
    }

    .pro-detail-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .pro-detail-title span {
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 991px) {
    .product-detail {
        margin-bottom: 30px;
    }

    .patitem {
        margin-bottom: 8px;
    }

    .patitem span {
        font-size: 15px;
        line-height: 26px;
    }

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

    .prodetails-desc {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .prtag2 {
        font-size: 15px;
        line-height: 26px;
        max-height: 84px;
    }

    .pro-detail-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .pro-detail-title span {
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 600px) {
    .product-detail {
        margin-bottom: 26px;
    }

    .patitem {
        margin-bottom: 8px;
    }

    .patitem span {
        font-size: 14px;
        line-height: 24px;
    }

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

    .prodetails-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .prtag2 {
        font-size: 14px;
        line-height: 24px;
        max-height: 72px;
    }

    .pro-detail-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .pro-detail-title span {
        padding-bottom: 6px;
    }
}

.pro-related {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.related-swiper {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

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

.related-swiper .swiper-button {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #000;
    top: 42%;
}

.related-swiper .swiper-button:hover {
    background: #FED620;
}

@media screen and (max-width: 1459px) {
    .pro-related {
        padding-top: 28px;
        padding-bottom: 44px;
    }

    .related-swiper .swiper-button {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        top: 42%;
    }
}

@media screen and (max-width: 1259px) {
    .pro-related {
        padding-top: 26px;
        padding-bottom: 38px;
    }

    .related-swiper .swiper-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        top: 40%;
    }
}

@media screen and (max-width: 991px) {
    .pro-related {
        padding-top: 22px;
        padding-bottom: 32px;
    }

    .related-swiper .swiper-button {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        top: 40%;
    }
}

@media screen and (max-width: 560px) {
    .pro-related {
        padding-top: 20px;
        padding-bottom: 26px;
    }

    .related-swiper .swiper-button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        top: 40%;
    }
}

.contact-top {
    position: relative;
    width: 100%;
    margin-bottom: 72px;
}

.contact-top-title {
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 44px;
}

.contact-top-list {
    font-size: 16px;
    color: #333333;
    line-height: 44px;
    margin-top: 10px;
}

.contact-top-list a:hover {
    color: #FED620;
}

@media screen and (max-width: 1459px) {
    .contact-top {
        margin-bottom: 60px;
    }

    .contact-top-title {
        font-size: 20px;
        line-height: 40px;
    }

    .contact-top-list {
        font-size: 16px;
        line-height: 40px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1259px) {
    .contact-top {
        margin-bottom: 48px;
    }

    .contact-top-title {
        font-size: 20px;
        line-height: 36px;
    }

    .contact-top-list {
        font-size: 16px;
        line-height: 36px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 991px) {
    .contact-top {
        margin-bottom: 36px;
    }

    .contact-top-title {
        font-size: 19px;
        line-height: 32px;
    }

    .contact-top-list {
        font-size: 15px;
        line-height: 32px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 760px) {
    .contact-top {
        margin-bottom: 30px;
    }

    .contact-top-title {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-top-list {
        font-size: 14px;
        line-height: 28px;
        margin-top: 6px;
    }
}

/* ************** news ***************** */
.news {
    position: relative;
    padding: 81px 0 92px;
}

.news-list {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -30px;
    margin-right: -30px;
    transition: 0.5s;
}

.news-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    transition: 0.5s;
    padding: 0 30px;
    margin-bottom: 58px;
}

.news-list-item .new-item-box {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    background: #F5F5F5;
}

.news-list-item .item-pic {
    width: 44.77611940298507%;
    position: relative;
    text-align: center;
}

.news-list-item .item-pic img {
    width: 100%;
    max-width: 440px;
    max-height: 330px;
}

.news-list-item .item-body {
    width: 55.22388059701493%;
    position: relative;
    padding: 10px 16px;
}

@media screen and (max-width: 1459px) {
    .news {
        padding: 70px 0 80px;
    }

    .news-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 50px;
    }

    .news-list-item .item-pic {
        width: 46%;
    }

    .news-list-item .item-body {
        width: 54%;
        padding: 8px 12px;
    }
}

@media screen and (max-width: 1259px) {
    .news {
        padding: 60px 0 68px;
    }

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

    .news-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 40px;
    }

    .news-list-item .item-pic {
        width: 50%;
    }

    .news-list-item .item-body {
        width: 50%;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 991px) {
    .news {
        padding: 48px 0 56px;
    }

    .news-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 30px;
    }

    .news-list-item .item-pic {
        width: 100%;
    }

    .news-list-item .item-body {
        width: 100%;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 750px) {
    .news {
        padding: 36px 0 44px;
    }

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

    .news-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 26px;
    }

    .news-list-item .item-pic {
        width: 100%;
    }

    .news-list-item .item-body {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .news {
        padding: 28px 0 32px;
    }

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

    .news-list-item {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 26px;
    }

    .news-list-item .item-pic {
        width: 100%;
    }

    .news-list-item .item-body {
        width: 100%;
        padding: 10px;
    }
}

.news-detail {
    width: 100%;
    position: relative;
    padding: 72px 0 96px;
}

.new-contain {
    width: 100%;
    position: relative;
}

.news-main {
    float: left;
    width: 1044px;
}

.news-right {
    float: right;
    width: 267px;
}

.news-title {
    font-size: 20px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 38px;
}

.new-contain .share, .app-detail .share {
    margin-top: 13px;
    margin-bottom: 22px;
}

.new-contain .share > div {
    display: inline-block;
    vertical-align: middle;
}

.new-contain .share .date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 18px;
    margin-right: 10px;
}

.new-contain .share .date .iconfont {
    font-size: 16px;
    color: #999;
}

.new-tbody {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 18px;
    padding-bottom: 42px;
}

.news-text {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.news-text img {
    display: block;
}

.fanpian {
    padding-top: 10px;
}

.fanpian li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 2px;
    color: #666;
    position: relative;
}

.fanpian li span, .fanpian li a {
    color: #666
}

.fanpian li a:hover {
    color: #FED620;
}

.new-related {
    width: 100%;
    position: relative;
}

.news-detail-title {
    font-size: 22px;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    color: #333333;
    line-height: 30px;
    padding-bottom: 2px;
}

.news-detail-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.new-related .news-detail-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 0 17px;
}

.new-related .news-detail-item .item-box {
    display: flex;
    align-items: center;
}

.new-related .news-detail-item .item-pic {
    width: 90px;
}

.new-related .news-detail-item .item-body {
    width: calc(100% - 90px);
    padding-left: 10px;
}

.new-related .news-detail-item .item-date {
    font-size: 12px;
    font-family: Roboto-Bold;
    color: #999999;
    line-height: 24px;
}

.new-related .news-detail-item .item-title {
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #333333;
    line-height: 28px;
}

.new-pro-related {
    padding-top: 58px;
    position: relative;
    width: 100%;
}

.related-list {
    padding-top: 15px;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
}

.pro-related-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 22px;
}

.pro-related-item .item-box {
    display: flex;
    align-items: center;
}

.pro-related-item .item-pic {
    width: 100px;
}

.pro-related-item .item-body {
    width: calc(100% - 100px);
    padding-left: 12px;
}

.pro-related-item .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

@media screen and (max-width: 1459px) {
    .news-detail {
        padding: 60px 0 82px;
    }

    .news-main {
        float: left;
        width: 920px;
    }

    .news-right {
        float: right;
        width: 250px;
    }

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

    .new-contain .share, .app-detail .share {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .new-contain .share .date .iconfont {
        font-size: 16px;
    }

    .new-tbody {
        padding-top: 16px;
        padding-bottom: 36px;
    }

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

    .fanpian {
        padding-top: 10px;
    }

    .fanpian li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
    }

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

    .new-related .news-detail-item {
        padding: 14px 0 16px;
    }

    .new-related .news-detail-item .item-box {
        display: flex;
        align-items: center;
    }

    .new-related .news-detail-item .item-pic {
        width: 86px;
    }

    .new-related .news-detail-item .item-body {
        width: calc(100% - 86px);
        padding-left: 8px;
    }

    .new-related .news-detail-item .item-date {
        font-size: 12px;
        line-height: 22px;
    }

    .new-related .news-detail-item .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .new-pro-related {
        padding-top: 50px;
    }

    .related-list {
        padding-top: 12px;
    }

    .pro-related-item {
        margin-bottom: 20px;
    }

    .pro-related-item .item-box {
        display: flex;
        align-items: center;
    }

    .pro-related-item .item-pic {
        width: 95px;
    }

    .pro-related-item .item-body {
        width: calc(100% - 95px);
        padding-left: 10px;
    }

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

@media screen and (max-width: 1259px) {
    .news-detail {
        padding: 48px 0 68px;
    }

    .news-main {
        float: left;
        width: 690px;
    }

    .news-right {
        float: right;
        width: 240px;
    }

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

    .new-contain .share, .app-detail .share {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .new-contain .share .date {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .new-contain .share .date .iconfont {
        font-size: 15px;
    }

    .new-tbody {
        padding-top: 12px;
        padding-bottom: 30px;
    }

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

    .fanpian {
        padding-top: 10px;
    }

    .fanpian li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
    }

    .news-detail-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 2px;
    }

    .new-related .news-detail-item {
        padding: 14px 0 16px;
    }

    .new-related .news-detail-item .item-box {
        display: flex;
        align-items: center;
    }

    .new-related .news-detail-item .item-pic {
        width: 80px;
    }

    .new-related .news-detail-item .item-body {
        width: calc(100% - 80px);
        padding-left: 8px;
    }

    .new-related .news-detail-item .item-date {
        font-size: 12px;
        line-height: 20px;
    }

    .new-related .news-detail-item .item-title {
        font-size: 15px;
        line-height: 24px;
    }

    .new-pro-related {
        padding-top: 40px;
    }

    .related-list {
        padding-top: 10px;
    }

    .pro-related-item {
        margin-bottom: 18px;
    }

    .pro-related-item .item-box {
        display: flex;
        align-items: center;
    }

    .pro-related-item .item-pic {
        width: 90px;
    }

    .pro-related-item .item-body {
        width: calc(100% - 90px);
        padding-left: 10px;
    }

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

@media screen and (max-width: 991px) {
    .news-detail {
        padding: 40px 0 56px;
    }

    .news-main {
        float: left;
        width: 100%;
    }

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

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

    .new-contain .share, .app-detail .share {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .new-contain .share .date {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .new-contain .share .date .iconfont {
        font-size: 14px;
    }

    .new-tbody {
        padding-top: 12px;
        padding-bottom: 26px;
    }

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

    .fanpian {
        padding-top: 10px;
    }

    .fanpian li {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
    }

    .news-detail-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 2px;
    }

    .new-related .news-detail-item {
        padding: 14px 10px 16px;
        width: 50%;
    }

    .new-related .news-detail-item .item-box {
        display: flex;
        align-items: center;
    }

    .new-related .news-detail-item .item-pic {
        width: 90px;
    }

    .new-related .news-detail-item .item-body {
        width: calc(100% - 90px);
        padding-left: 8px;
    }

    .new-related .news-detail-item .item-date {
        font-size: 12px;
        line-height: 20px;
    }

    .new-related .news-detail-item .item-title {
        font-size: 15px;
        line-height: 24px;
    }

    .new-pro-related {
        padding-top: 40px;
    }

    .related-list {
        padding-top: 10px;
    }

    .pro-related-item {
        margin-bottom: 18px;
        width: 50%;
        padding: 0 10px;
    }

    .pro-related-item .item-box {
        display: flex;
        align-items: center;
    }

    .pro-related-item .item-pic {
        width: 100px;
    }

    .pro-related-item .item-body {
        width: calc(100% - 100px);
        padding-left: 10px;
    }

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

@media screen and (max-width: 767px) {
    .news-detail {
        padding: 40px 0 56px;
    }

    .news-main {
        float: left;
        width: 100%;
    }

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

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

    .new-contain .share, .app-detail .share {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .new-contain .share .date {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .new-contain .share .date .iconfont {
        font-size: 14px;
    }

    .new-tbody {
        padding-top: 12px;
        padding-bottom: 26px;
    }

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

    .fanpian {
        padding-top: 10px;
    }

    .fanpian li {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
    }

    .news-detail-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 2px;
    }

    .new-related .news-detail-item {
        padding: 14px 6px 16px;
        width: 50%;
    }

    .new-related .news-detail-item .item-box {
        display: flex;
        align-items: center;
    }

    .new-related .news-detail-item .item-pic {
        width: 80px;
    }

    .new-related .news-detail-item .item-body {
        width: calc(100% - 80px);
        padding-left: 8px;
    }

    .new-related .news-detail-item .item-date {
        font-size: 12px;
        line-height: 20px;
    }

    .new-related .news-detail-item .item-title {
        font-size: 15px;
        line-height: 24px;
    }

    .new-pro-related {
        padding-top: 40px;
    }

    .related-list {
        padding-top: 10px;
    }

    .pro-related-item {
        margin-bottom: 18px;
        width: 50%;
        padding: 0 6px;
    }

    .pro-related-item .item-box {
        display: flex;
        align-items: center;
    }

    .pro-related-item .item-pic {
        width: 90px;
    }

    .pro-related-item .item-body {
        width: calc(100% - 90px);
        padding-left: 10px;
    }

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

@media screen and (max-width: 460px) {
    .news-detail {
        padding: 30px 0 42px;
    }

    .news-main {
        float: left;
        width: 100%;
    }

    .news-right {
        float: right;
        width: 100%;
    }

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

    .new-contain .share, .app-detail .share {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .new-contain .share .date {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px;
    }

    .new-contain .share .date .iconfont {
        font-size: 14px;
    }

    .new-tbody {
        padding-top: 12px;
        padding-bottom: 26px;
    }

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

    .fanpian {
        padding-top: 10px;
    }

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

    .news-detail-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 2px;
    }

    .new-related .news-detail-item {
        padding: 14px 0px 16px;
        width: 100%;
    }

    .new-related .news-detail-item .item-box {
        display: flex;
        align-items: center;
    }

    .new-related .news-detail-item .item-pic {
        width: 90px;
    }

    .new-related .news-detail-item .item-body {
        width: calc(100% - 90px);
        padding-left: 8px;
    }

    .new-related .news-detail-item .item-date {
        font-size: 12px;
        line-height: 20px;
    }

    .new-related .news-detail-item .item-title {
        font-size: 15px;
        line-height: 24px;
    }

    .new-pro-related {
        padding-top: 40px;
    }

    .related-list {
        padding-top: 10px;
    }

    .pro-related-item {
        margin-bottom: 18px;
        width: 100%;
        padding: 0;
    }

    .pro-related-item .item-box {
        display: flex;
        align-items: center;
    }

    .pro-related-item .item-pic {
        width: 100px;
    }

    .pro-related-item .item-body {
        width: calc(100% - 100px);
        padding-left: 10px;
    }

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


/* ***************   Download   *************** */
.downs {
    position: relative;
    padding: 80px 0 92px;
}

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

.down-list-item {
    position: relative;
    width: 33.333333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-bottom: 36px;
}

.down-item-box {
    position: relative;
    width: 100%;
    padding: 32px 36px 26px 90px;
    background: #FFFFFF;
    border: 2px solid #A0A0A0;
}

.down-item-box:hover {
    border-color: #FED620;
}

.down-item-box .item-icon {
    position: absolute;
    left: 18px;
    top: 25px;
}

.down-item-box .item-icon .iconfont {
    font-size: 58px;
    color: #FED620;
}

.down-item-box .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.down-item-box .item-desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 16px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .downs {
        padding: 68px 0 78px;
    }

    .down-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .down-list-item {
        width: 33.333333333%;
        padding: 0 12px;
        margin-bottom: 32px;
    }

    .down-item-box {
        padding: 30px 30px 22px 80px;
    }

    .down-item-box .item-icon {
        left: 15px;
        top: 22px;
    }

    .down-item-box .item-icon .iconfont {
        font-size: 54px;
    }

    .down-item-box .item-title {
        font-size: 16px;
        line-height: 28px;
    }

    .down-item-box .item-desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .downs {
        padding: 56px 0 66px;
    }

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

    .down-list-item {
        width: 33.333333333%;
        padding: 0 6px;
        margin-bottom: 28px;
    }

    .down-item-box {
        padding: 20px 20px 18px 70px;
    }

    .down-item-box .item-icon {
        left: 10px;
        top: 18px;
    }

    .down-item-box .item-icon .iconfont {
        font-size: 48px;
    }

    .down-item-box .item-title {
        font-size: 15px;
        line-height: 26px;
    }

    .down-item-box .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 14px;
    }
}

@media (max-width: 991px) {
    .downs {
        padding: 44px 0 54px;
    }

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

    .down-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 24px;
    }

    .down-item-box {
        padding: 20px 20px 18px 70px;
    }

    .down-item-box .item-icon {
        left: 10px;
        top: 18px;
    }

    .down-item-box .item-icon .iconfont {
        font-size: 48px;
    }

    .down-item-box .item-title {
        font-size: 15px;
        line-height: 26px;
    }

    .down-item-box .item-desc {
        font-size: 15px;
        line-height: 26px;
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .downs {
        padding: 32px 0 42px;
    }

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

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

    .down-item-box {
        padding: 20px 20px 18px 60px;
    }

    .down-item-box .item-icon {
        left: 8px;
        top: 16px;
    }

    .down-item-box .item-icon .iconfont {
        font-size: 36px;
    }

    .down-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }
}

@media (max-width: 520px) {
    .downs {
        padding: 28px 0 36px;
    }

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

    .down-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

    .down-item-box {
        padding: 20px 20px 18px 60px;
    }

    .down-item-box .item-icon {
        left: 8px;
        top: 16px;
    }

    .down-item-box .item-icon .iconfont {
        font-size: 36px;
    }

    .down-item-box .item-title {
        font-size: 14px;
        line-height: 24px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }
}

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

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 46px;
}

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

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

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

.cer-list .list-item .item-name {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
}

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

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

.video-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333%;
    padding: 0 35px;
    margin-bottom: 48px;
}

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

.video-item-pic .item-pic {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
}

.video-item-pic .item-pic .video-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-list-item .item-body {
    position: relative;
    padding-top: 7px;
}

.video-list-item .item-body .item-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-family: Roboto-Bold;
}

.video-list-item .item-body .item-desc {
    font-size: 16px;
    color: #666666;
    margin-top: 4px;
    line-height: 30px;
}

.faq-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 36px;
}

.faq-list .faq-item {
    position: relative;
    width: calc(50% - 60px);
    margin: 0 30px 22px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}

.faq-list .faq-item:nth-of-type(odd) {
    float: left;
}

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

@media (min-width: 1260px) and (max-width: 1459px) {
    .cer-list {
        margin-left: -8px;
        margin-right: -8px;
    }

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

    .cer-list .list-item .item-name {
        font-size: 18px;
        margin-top: 8px;
        line-height: 28px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 28px;
        font-size: 2.8rem;
    }

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

    .video-list-item {
        width: 33.333333333333%;
        padding: 0 18px;
        margin-bottom: 18px;
    }

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

    .video-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .video-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 3px;
        line-height: 28px;
    }

    .faq-list {
        margin-left: -17px;
        margin-right: -17px;
        padding-bottom: 32px;
    }

    .faq-list .faq-item {
        width: calc(50% - 34px);
        margin: 0 17px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .cer-list {
        margin-left: -12px;
        margin-right: -12px;
    }

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

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

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 28px;
        font-size: 2.8rem;
    }

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

    .video-list-item {
        width: 33.333333333333%;
        padding: 0 8px;
        margin-bottom: 16px;
    }

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

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

    .video-list-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 3px;
        line-height: 26px;
    }

    .faq-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 28px;
    }

    .faq-list .faq-item {
        width: calc(50% - 20px);
        margin: 0 10px 18px;
    }
}

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

@media (max-width: 991px) {
    .cer-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .cer-list .list-item {
        width: 33.33333333333%;
        padding: 0 6px;
        margin-bottom: 30px;
    }

    .cer-list .list-item .item-name {
        font-size: 17px;
        margin-top: 8px;
        line-height: 26px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }

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

    .video-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 16px;
    }

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

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

    .video-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }

    .faq-list {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 24px;
    }

    .faq-list .faq-item {
        width: 100%;
        margin: 0 0 16px;
    }
}

@media (max-width: 767px) {
    .cer-list {
        margin-left: -6px;
        margin-right: -6px;
    }

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

    .cer-list .list-item .item-name {
        font-size: 16px;
        margin-top: 8px;
        line-height: 24px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

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

    .video-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

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

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

    .video-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }

    .faq-list {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 20px;
    }

    .faq-list .faq-item {
        width: 100%;
        margin: 0 0 14px;
    }
}

@media (max-width: 480px) {
    .video-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .video-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 16px;
    }

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

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

    .video-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 2px;
        line-height: 24px;
    }

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

    .faq-list .faq-item {
        width: 100%;
        margin: 0 0 14px;
    }
}

/* ****************** application ****************** */

.app-list {
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
    font-size: 0;
    letter-spacing: 0;
    transition: all .5s;
}

.app-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333333%;
    padding: 0 35px;
    margin-bottom: 52px;
    transition: all .5s;
}

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

.app-list-item .item-pic img {
    width: 100%;
}

.app-list-item .item-pic .tracking {
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 194px;
    background: url(../img/sec4-item-bgi.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 46px;
    line-height: 35px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    text-align: left;
}

.app-list-item .item-pic .tracking::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background: #FED620;
}

.app-list-item .item-body {
    padding-top: 8px;
    position: relative;
}

.app-list-item .item-body .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .app-list {
        margin-left: -18px;
        margin-right: -18px;
    }

    .app-list-item {
        width: 33.333333333333333%;
        padding: 0 18px;
        margin-bottom: 44px;
    }

    .app-list-item .item-pic .tracking {
        bottom: 30px;
        width: 186px;
        padding-left: 42px;
        line-height: 34px;
        font-size: 16px;
    }

    .app-list-item .item-pic .tracking::before {
        width: 38px;
        height: 3px;
    }

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

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

@media (min-width: 992px) and (max-width: 1259px) {
    .app-list {
        margin-left: -8px;
        margin-right: -8px;
    }

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

    .app-list-item .item-pic .tracking {
        bottom: 28px;
        width: 178px;
        padding-left: 40px;
        line-height: 32px;
        font-size: 15px;
    }

    .app-list-item .item-pic .tracking::before {
        width: 36px;
        height: 2px;
    }

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

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

@media (max-width: 991px) {
    .app-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 32px;
    }

    .app-list-item .item-pic .tracking {
        bottom: 26px;
        width: 178px;
        padding-left: 40px;
        line-height: 32px;
        font-size: 15px;
    }

    .app-list-item .item-pic .tracking::before {
        width: 36px;
        height: 2px;
    }

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

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

@media (max-width: 660px) {
    .app-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 28px;
    }

    .app-list-item .item-pic .tracking {
        bottom: 20px;
        width: 166px;
        padding-left: 36px;
        line-height: 30px;
        font-size: 14px;
    }

    .app-list-item .item-pic .tracking::before {
        width: 30px;
        height: 2px;
    }

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

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

@media (max-width: 460px) {
    .app-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .app-list-item {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 28px;
    }

    .app-list-item .item-pic .tracking {
        bottom: 20px;
        width: 166px;
        padding-left: 36px;
        line-height: 30px;
        font-size: 14px;
    }

    .app-list-item .item-pic .tracking::before {
        width: 30px;
        height: 2px;
    }

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

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

.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: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot') 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-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot') 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-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');
}

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

.img {
    background: url(../img/lang.png) no-repeat;
}

.ny {
    height: 16px;
    width: 24px;
    background-position: 0 0;
}

.pa {
    height: 16px;
    width: 24px;
    background-position: 0 -16px;
}

.pl {
    height: 16px;
    width: 24px;
    background-position: 0 -32px;
}

.nb {
    height: 16px;
    width: 24px;
    background-position: 0 -48px;
}

.ne {
    height: 16px;
    width: 24px;
    background-position: 0 -64px;
}

.nl {
    height: 16px;
    width: 24px;
    background-position: 0 -80px;
}

.ro {
    height: 16px;
    width: 24px;
    background-position: 0 -96px;
}

.ru {
    height: 16px;
    width: 24px;
    background-position: 0 -112px;
}

.sd {
    height: 16px;
    width: 24px;
    background-position: 0 -128px;
}

.ps {
    height: 16px;
    width: 24px;
    background-position: 0 -144px;
}

.pt {
    height: 16px;
    width: 24px;
    background-position: 0 -160px;
}

.rm {
    height: 16px;
    width: 24px;
    background-position: 0 -176px;
}

.my {
    height: 16px;
    width: 24px;
    background-position: 0 -192px;
}

.lv {
    height: 16px;
    width: 24px;
    background-position: 0 -208px;
}

.mg {
    height: 16px;
    width: 24px;
    background-position: 0 -224px;
}

.mi {
    height: 16px;
    width: 24px;
    background-position: 0 -240px;
}

.lb {
    height: 16px;
    width: 24px;
    background-position: 0 -256px;
}

.lo {
    height: 16px;
    width: 24px;
    background-position: 0 -272px;
}

.lt {
    height: 16px;
    width: 24px;
    background-position: 0 -288px;
}

.mr {
    height: 16px;
    width: 24px;
    background-position: 0 -304px;
}

.ms {
    height: 16px;
    width: 24px;
    background-position: 0 -320px;
}

.mt {
    height: 16px;
    width: 24px;
    background-position: 0 -336px;
}

.mk {
    height: 16px;
    width: 24px;
    background-position: 0 -352px;
}

.ml {
    height: 16px;
    width: 24px;
    background-position: 0 -368px;
}

.mn {
    height: 16px;
    width: 24px;
    background-position: 0 -384px;
}

.si {
    height: 16px;
    width: 24px;
    background-position: 0 -400px;
}

.uk {
    height: 16px;
    width: 24px;
    background-position: 0 -416px;
}

.ur {
    height: 16px;
    width: 24px;
    background-position: 0 -432px;
}

.uz {
    height: 16px;
    width: 24px;
    background-position: 0 -448px;
}

.th {
    height: 16px;
    width: 24px;
    background-position: 0 -464px;
}

.tl {
    height: 16px;
    width: 24px;
    background-position: 0 -480px;
}

.tr {
    height: 16px;
    width: 24px;
    background-position: 0 -496px;
}

.yo {
    height: 16px;
    width: 24px;
    background-position: 0 -512px;
}

.zh-tw {
    height: 16px;
    width: 24px;
    background-position: 0 -528px;
}

.zu {
    height: 16px;
    width: 24px;
    background-position: 0 -544px;
}

.vi {
    height: 16px;
    width: 24px;
    background-position: 0 -560px;
}

.xh {
    height: 16px;
    width: 24px;
    background-position: 0 -576px;
}

.yi {
    height: 16px;
    width: 24px;
    background-position: 0 -592px;
}

.tg {
    height: 16px;
    width: 24px;
    background-position: 0 -608px;
}

.so {
    height: 16px;
    width: 24px;
    background-position: 0 -624px;
}

.sq {
    height: 16px;
    width: 24px;
    background-position: 0 -640px;
}

.sr {
    height: 16px;
    width: 24px;
    background-position: 0 -656px;
}

.sl {
    height: 16px;
    width: 24px;
    background-position: 0 -672px;
}

.sm {
    height: 16px;
    width: 24px;
    background-position: 0 -688px;
}

.sn {
    height: 16px;
    width: 24px;
    background-position: 0 -704px;
}

.sw {
    height: 16px;
    width: 24px;
    background-position: 0 -720px;
}

.ta {
    height: 16px;
    width: 24px;
    background-position: 0 -736px;
}

.te {
    height: 16px;
    width: 24px;
    background-position: 0 -752px;
}

.st {
    height: 16px;
    width: 24px;
    background-position: 0 -768px;
}

.su {
    height: 16px;
    width: 24px;
    background-position: 0 -784px;
}

.sv {
    height: 16px;
    width: 24px;
    background-position: 0 -800px;
}

.ky {
    height: 16px;
    width: 24px;
    background-position: 0 -816px;
}

.el {
    height: 16px;
    width: 24px;
    background-position: 0 -832px;
}

.en {
    height: 16px;
    width: 24px;
    background-position: 0 -848px;
}

.eo {
    height: 16px;
    width: 24px;
    background-position: 0 -864px;
}

.cy {
    height: 16px;
    width: 24px;
    background-position: 0 -880px;
}

.da {
    height: 16px;
    width: 24px;
    background-position: 0 -896px;
}

.de {
    height: 16px;
    width: 24px;
    background-position: 0 -912px;
}

.fa {
    height: 16px;
    width: 24px;
    background-position: 0 -928px;
}

.fi {
    height: 16px;
    width: 24px;
    background-position: 0 -944px;
}

.fr {
    height: 16px;
    width: 24px;
    background-position: 0 -960px;
}

.es {
    height: 16px;
    width: 24px;
    background-position: 0 -976px;
}

.et {
    height: 16px;
    width: 24px;
    background-position: 0 -992px;
}

.eu {
    height: 16px;
    width: 24px;
    background-position: 0 -1008px;
}

.cs {
    height: 16px;
    width: 24px;
    background-position: 0 -1024px;
}

.az {
    height: 16px;
    width: 24px;
    background-position: 0 -1040px;
}

.be {
    height: 16px;
    width: 24px;
    background-position: 0 -1056px;
}

.bg {
    height: 16px;
    width: 24px;
    background-position: 0 -1072px;
}

.af {
    height: 16px;
    width: 24px;
    background-position: 0 -1088px;
}

.am {
    height: 16px;
    width: 24px;
    background-position: 0 -1104px;
}

.ar {
    height: 16px;
    width: 24px;
    background-position: 0 -1120px;
}

.ceb {
    height: 16px;
    width: 24px;
    background-position: 0 -1136px;
}

.cn {
    height: 16px;
    width: 24px;
    background-position: 0 -1152px;
}

.co {
    height: 16px;
    width: 24px;
    background-position: 0 -1168px;
}

.bn {
    height: 16px;
    width: 24px;
    background-position: 0 -1184px;
}

.bs {
    height: 16px;
    width: 24px;
    background-position: 0 -1200px;
}

.ca {
    height: 16px;
    width: 24px;
    background-position: 0 -1216px;
}

.fy {
    height: 16px;
    width: 24px;
    background-position: 0 -1232px;
}

.it {
    height: 16px;
    width: 24px;
    background-position: 0 -1248px;
}

.iw {
    height: 16px;
    width: 24px;
    background-position: 0 -1264px;
}

.ja {
    height: 16px;
    width: 24px;
    background-position: 0 -1280px;
}

.ig {
    height: 16px;
    width: 24px;
    background-position: 0 -1296px;
}

.in {
    height: 16px;
    width: 24px;
    background-position: 0 -1312px;
}

.is {
    height: 16px;
    width: 24px;
    background-position: 0 -1328px;
}

.km {
    height: 16px;
    width: 24px;
    background-position: 0 -1344px;
}

.kn {
    height: 16px;
    width: 24px;
    background-position: 0 -1360px;
}

.ko {
    height: 16px;
    width: 24px;
    background-position: 0 -1376px;
}

.jv {
    height: 16px;
    width: 24px;
    background-position: 0 -1392px;
}

.ka {
    height: 16px;
    width: 24px;
    background-position: 0 -1408px;
}

.kk {
    height: 16px;
    width: 24px;
    background-position: 0 -1424px;
}

.ku {
    height: 16px;
    width: 24px;
    background-position: 0 -1440px;
}

.gu {
    height: 16px;
    width: 24px;
    background-position: 0 -1456px;
}

.ha {
    height: 16px;
    width: 24px;
    background-position: 0 -1472px;
}

.haw {
    height: 16px;
    width: 24px;
    background-position: 0 -1488px;
}

.ie {
    height: 16px;
    width: 24px;
    background-position: 0 -1504px;
}

.gd {
    height: 16px;
    width: 24px;
    background-position: 0 -1520px;
}

.gl {
    height: 16px;
    width: 24px;
    background-position: 0 -1536px;
}

.ht {
    height: 16px;
    width: 24px;
    background-position: 0 -1552px;
}

.hu {
    height: 16px;
    width: 24px;
    background-position: 0 -1568px;
}

.hy {
    height: 16px;
    width: 24px;
    background-position: 0 -1584px;
}

.hi {
    height: 16px;
    width: 24px;
    background-position: 0 -1600px;
}

.hmn {
    height: 16px;
    width: 24px;
    background-position: 0 -1616px;
}

.hr {
    height: 16px;
    width: 24px;
    background-position: 0 -1632px;
}

.sk {
    height: 16px;
    width: 25px;
    background-position: 0 -1648px;
}
