/*** 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: CenturyGothic, 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: #EB5A27;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333;
}

.clear {
    clear: both;
}

.maln {
    margin-left: auto !important
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999999;
    border: none;
    outline: none;
}

input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}

input[type="submit"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.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: #EB5A27;
}

* {
    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: #EB5A27;
}

[class*="-item"] .item-subt {
    overflow: hidden;
}

[class*="-item"] .item-subt a {
    display: block;
}

[class*="-item"] .item-subt a:hover {
    color: #EB5A27 !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: #EB5A27;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    opacity: 1
}

:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity: 1
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    opacity: 1
}

.sousuo input::-webkit-input-placeholder { /* WebKit browsers */
    color: #888;
    opacity: 1
}

.sousuo input:-o-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888;
    opacity: 1
}

.sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;
    opacity: 1
}

.sousuo input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #888;
    opacity: 1
}

.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;
    }
}

.container {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.an-bd3 {
    position: relative;
}

.an-bd3 .item-backdrop {
    content: '';
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 992px) {
    .an-bd3 .item-backdrop {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@media screen and (min-width: 992px) {
    .an-bd3:hover .item-backdrop {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.item-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.item-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*  head  */
.head {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999999;
}

.logo {
    display: block;
    float: left;
    width: 204px;
    font-size: 0px;
}

.daoz {
    float: right;
}

.daohang {
    max-width: 910px;
}

.daohang > li {
    float: left;
    position: relative;
    z-index: 9;
    margin-left: 40px;
    text-align: right;
}

.daohang > li:nth-of-type(1) {
    margin-left: 0 !important;
}

.daohang > li > a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: CenturyGothic;
    color: #333;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 44px 1px 40px;
    text-transform: uppercase;
}

.daohang > li:hover > a {
    color: #EB5A27;
}

.dangqiandao > a {
    color: #EB5A27 !important;
}

.yijiw {
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    position: absolute;
    width: 202px;
    top: -9999px;
    left: 0;
    text-align: left;
}

.yiji li {
    position: relative;
    transition: 0.5s;
    padding: 5px;
}

.yiji li a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #555;
    font-family: ITCAvantGardeStd-Bk;
}

.yiji li:hover > a {
    color: #fff;
    background: #EB5A27;
}

.erji {
    position: absolute;
    width: 206px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    top: -9999px;
    left: 100%;
}

.sanji {
    position: absolute;
    width: 206px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    top: -9999px;
    left: 100%;
}

.daohang > li:hover .yijiw {
    top: 100%;
}

.daohang > li:hover .yiji > li > a {
    line-height: 24px;
}

.yiji > li:hover .erji {
    top: 0px;
}

.yiji > li:hover .erji > li > a {
    line-height: 24px;
}

.erji > li:hover .sanji {
    top: 0px;
}

.erji > li:hover .sanji > li > a {
    line-height: 24px;
}

.matn {
    margin-top: auto !important;
}

.head-top {
    width: 100%;
    background: #FA7F42;
    position: relative;
}

.yvn {
    position: relative;
    min-width: 76px;
    margin-left: 22px;
    padding: 13px 0;
}

.yvzhonga {
    display: block;
    height: 24px;
    padding-left: 30px;
    padding-right: 14px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.yvzhonga:hover {
    color: #fff;
}

.yvzhonga:before {
    content: "\e72f";
    font-family: iconfont;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
}

.yvn i {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.yvul {
    min-width: 140px;
    position: absolute;
    top: 110%;
    right: 0px;
    background: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 999;
}

.yvul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    position: relative;
    padding-left: 56px;
}

.yvul a i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.yvul a:hover {
    color: #fff;
    background: #EB5A27;
}

.head-top-left {
    float: left;
    padding: 13px 0;
    font-size: 0;
    letter-spacing: 0;
}

.head-top-left .head-top-text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.head-top-left .head-top-text a, .head-top-left .head-top-text a:hover {
    color: #fff;
}

/*  sousuo  */
.sousuo {
    float: right;
    position: relative;
    z-index: 9;
    padding: 37px 0 35px;
    margin-left: 36px;
}

.sousuo form {
    width: 240px;
    height: 36px;
    overflow: hidden;
    position: relative;
    border: 1px solid #EBEBEB;
    background: #fff;
    color: #333;
    transition: 0.5s;
    z-index: 99999
}

.sou {
    width: 200px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.suo {
    width: 26px;
    height: 34px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    cursor: pointer;
}

.sou1 {
    width: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #333;
    font-size: 14px !important;
    cursor: pointer;
    z-index: 99990
}

/* .sousuof form{ height:36px;border:1px solid rgba(0,0,0,4);} */
.sou2 {
    width: 16px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
    font-size: 16px !important;
    cursor: pointer;
    font-weight: bold;
    display: none;
    z-index: 99990
}

.ynav .dangqiandao a {
    color: #fff !important;
}

.ynav {
    float: right;
    padding: 13px 0px;
    position: relative;
    cursor: pointer;
}

.yvnava {
    width: 20px;
    height: 18px;
    position: relative;
    display: none;
}

.yvnava img {
    width: 100%;
}

/* .ysp1{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:0px; }
.ysp2{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; top:50%; transform: translateY( -50%);}
.ysp3{ display:block; width:20px; height:3px; background:#333; position:absolute; left:0px; bottom:0px;}
 */
.yyiji {
    position: relative;
    width: auto;
    font-size: 0;
    letter-spacing: 0;
    border-right: 1px solid #fff;
}

.yyiji li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.yyiji li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}

.yyiji li a:hover {
    color: #fff;
}

.yerji {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    border: solid 1px #d9d9d9;
    border-bottom: none;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.yyiji > li:hover .yerji {
    display: block;
}

.yerji li {
    display: block;
    margin-right: 0;
    padding: 0 10px;
}

.yerji li a {
    padding: 3px 5px;
    color: #333;
}

.yerji li a:hover {
    color: #fff;
    background: #EB5A27;
}

.xnav {
    display: none
}


/*  banner  */
.banner {
    position: relative;
    padding-top: 158px;
}

.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: 46px;
    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 6px;
    border: none;
    outline: none;
    width: 11px;
    height: 11px;
    background: #EB5A27;
    border: 1px solid #EB5A27;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
}

.slick-dots li.slick-active button {
    background: transparent;
}


.slick-prev, .slick-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    border: 0px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    position: absolute;
    z-index: 999;
    left: auto;
    right: 8.645833333333333%;
    top: 50%;
    /*display: none !important;*/
}

.slick-prev:hover, .slick-next:hover {
    background: #fff;
    color: #003745;
}

.slick-prev::before {
    font-size: 20px;
    font-family: "iconfont";
    content: "\e72c";
}

.slick-next::before {
    font-size: 20px;
    font-family: "iconfont";
    content: "\e72d";
}

.slick-prev {
    transform: translateY(-100%);
}

.slick-next {
    transform: translateY(30%);
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl]
.slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slideshow .item {
    position: relative;
}

.slideshow .item iframe, .slideshow .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    border: none;
}


@media screen and (max-width: 1459px) {
    .logo {
        width: 196px;
    }

    .daohang {
        max-width: 740px;
    }

    .daohang > li {
        margin-left: 28px;
    }

    .daohang > li > a {
        font-size: 15px;
        line-height: 24px;
        padding: 42px 1px 38px;
    }

    .sousuo {
        padding: 35px 0 33px;
        margin-left: 26px;
    }

    .sousuo form {
        width: 230px;
        height: 36px;
    }

    .sou {
        width: 200px;
        height: 34px;
        line-height: 34px;
    }

    .suo {
        width: 26px;
        height: 34px;
    }

    .sou1 {
        width: 20px;
        height: 24px;
        line-height: 24px;
        right: 5px;
        top: 5px;
    }

    /* .sousuof form{ height:36px;border:1px solid rgba(0,0,0,4);} */
    .sou2 {
        width: 16px;
        height: 24px;
        line-height: 24px;
        font-size: 16px !important;
    }

    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 12px 0;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .head-top-left {
        padding: 12px 0;
    }

    .head-top-left .head-top-text {
        font-size: 14px;
        line-height: 24px;
        margin-right: 32px;
    }

    /*  sousuo  */
    .ynav {
        padding: 12px 0px;
    }

    .yyiji li {
        margin-right: 28px;
    }

    .yyiji li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    /*  banner  */
    .banner {
        padding-top: 152px;
    }

    .slick-dots {
        bottom: 40px;
    }
}

@media screen and (max-width: 1259px) {
    .logo {
        width: 186px;
    }

    .daohang {
        max-width: 710px;
    }

    .daohang > li {
        margin-left: 24px;
    }

    .daohang > li > a {
        font-size: 14px;
        line-height: 24px;
        padding: 39px 1px 35px;
    }

    .sousuo {
        padding: 39px 0 35px;
        margin-left: 26px;
    }

    .sousuo form {
        width: 230px;
        height: 36px;
        position: absolute;
        top: 100%;
        right: 0;
        display: none;
    }

    .sou {
        width: 200px;
        height: 34px;
        line-height: 34px;
    }

    .suo {
        width: 26px;
        height: 34px;
    }

    .sou1 {
        width: 20px;
        height: 24px;
        line-height: 24px;
        right: 5px;
        top: 5px;
    }

    .sousuof form {
        display: block;
    }

    .sou2 {
        width: 18px;
        height: 24px;
        line-height: 24px;
        display: block;
        font-size: 18px !important;
    }

    .yvn {
        min-width: 76px;
        margin-left: 18px;
        padding: 10px 0;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .head-top-left {
        padding: 10px 0;
    }

    .head-top-left .head-top-text {
        font-size: 13px;
        line-height: 24px;
        margin-right: 32px;
    }

    /*  sousuo  */
    .ynav {
        padding: 10px 0px;
    }

    .yyiji li {
        margin-right: 28px;
    }

    .yyiji li a {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 24px;
    }

    /*  banner  */
    .banner {
        padding-top: 142px;
    }

    .slick-dots {
        bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .carousel, .nav, .clear3 {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .logo {
        width: 170px;
        float: none;
        margin: 0 auto;
    }

    .banner {
        padding-top: 130px;
    }

    .head-top-left {
        display: none;
    }

    .yvn {
        min-width: 72px;
        padding: 8px 0;
        margin-left: 0px;
        margin-right: 38px;
    }

    .yvzhonga {
        height: 24px;
        padding-left: 30px;
        padding-right: 14px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .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
    }

    .slick-dots {
        bottom: 24px;
    }

    .slick-dots li button {
        margin: 0 15px;
    }

    .slick-dots li.slick-active button::before {
        width: 20px;
        height: 20px;
    }

    .slick-prev, .slick-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .slick-prev::before {
        font-size: 14px;
    }

    .slick-next::before {
        font-size: 14px;
    }

    .xnav {
        display: block
    }

    .nav {
        position: fixed;
        width: 35px;
        height: 25px;
        background: #EB5A27;
        right: 10px;
        top: 8px;
        cursor: pointer;
        border-radius: 5px;
        z-index: 99999999999
    }

    .nav span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        transition: 0.5s;
        z-index: 9999999999
    }

    .nav .nav1 {
        margin-top: -1px;
    }

    .nav .nav2 {
        margin-top: -8px;
    }

    .nav .nav3 {
        margin-top: 6px;
    }

    .nav:hover .nav1 {
        width: 25px;
    }

    .navh .nav1 {
        transform: rotate(45deg)
    }

    .navh .nav2 {
        transform: rotate(-45deg);
        width: 10px;
        margin-left: -1px;
        margin-top: -5px;
    }

    .navh .nav3 {
        transform: rotate(-45deg);
        width: 9px;
        margin-top: 3px;
        margin-left: -8px;
    }

    .navh:hover .nav2 {
        margin-top: -8px;
        margin-left: 7px;
    }

    .navh:hover .nav3 {
        margin-top: 5px;
        margin-left: -12px;
    }

    .smdaohang {
        position: fixed;
        width: 300px;
        height: 0px;
        overflow: auto;
        top: 0px;
        right: 0px;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999999999;
        transition: 0.5s;
        text-align: center;
    }

    .smdaohangh {
        right: 0px;
        top: 0px;
        height: 100%;
    }

    .topnav {
        margin: auto;
        margin-top: 30px;
        padding: 20px;
    }

    ul.topnav li {
        text-align: left;
        position: relative;
    }

    ul.topnav li a {
        padding: 5px;
        padding-left: 0px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding-right: 50px;
    }

    ul.topnav ul {
        display: none;
    }

    ul.topnav ul li {
        clear: both;
    }

    ul.topnav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        outline: 0;
    }

    ul.topnav ul li a:hover {
    }

    ul.topnav ul ul li a {
        padding-left: 40px;
    }

    ul.topnav ul ul ul li a {
        padding-left: 60px;
    }

    ul.topnav span {
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 20px;
        height: 20px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        border-radius: 50%;
        transition: 0.5s;
    }

    ul.topnav span:before {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: 0px;
        transform: rotate(45deg);
        transform-origin: right center
    }

    ul.topnav span:after {
        content: "";
        width: 6px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 50%;
        margin-top: -1px;
        transform: rotate(-45deg);
        transform-origin: right center;
        transition: 0.5s;
    }

    ul.topnav span.yizi {
        transform: rotate(90deg)
    }

    .smdaohang form {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 240px;
        height: 26px;
        border: 1px solid #fff;
        position: relative;
        background: #fff;
        border-radius: 13px;
    }

    .smdaohang form .iptc {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        background-color: #fff;
        width: 80%;
        height: 24px;
        line-height: 24px;
        display: block;
        float: left;
        border-radius: 10px;
    }

    .smdaohang form .ipsc {
        width: 20%;
        height: 26px;
        line-height: 26px;
        display: block;
        float: right;
        background: transparent;
        position: relative;
        z-index: 99;
    }

    .smdaohang form i {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

/* ***************    index    ******************** */
.section {
    position: relative;
    width: 100%;
}

.sec-top {
    position: relative;
    width: 100%;
    padding-top: 5.416666666666667%;
    padding-bottom: 5.625%;
}

.sec-top-tbody {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -23px;
    margin-right: -22px;
}

.sec-tbody-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333333%;
    padding: 0 22.5px;
    margin-bottom: 18px;
}

.sec-tbody-item .item-box {
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.34);
    padding: 56px 36px 50px;
    border-radius: 6px;
}

.sec-tbody-item:nth-of-type(1) .item-box {
    background: url(../img/sec-top-bgi1.png) no-repeat center center;
    background-size: cover;
}

.sec-tbody-item:nth-of-type(2) .item-box {
    background: url(../img/sec-top-bgi2.png) no-repeat center center;
    background-size: cover;
}

.sec-tbody-item:nth-of-type(3) .item-box {
    background: url(../img/sec-top-bgi3.png) no-repeat center center;
    background-size: cover;
}

.sec-tbody-item .item-box .item-icon {
    margin-bottom: 20px;
    text-align: center;
}

.sec-tbody-item .item-box .item-icon .icon {
    display: block;
    line-height: 50px;
    font-size: 48px;
    color: #fff;
    margin: 0 auto;
}

.sec-tbody-item .item-box .item-title {
    font-size: 22px;
    text-transform: uppercase;
    font-family: CenturyGothic-Bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.sec-tbody-item .item-box .item-desc {
    font-size: 16px;
    min-height: 140px;
    overflow: hidden;
    margin-top: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.sec-tbody-item .item-box .item-title a, .sec-tbody-item .item-box .item-desc a {
    color: #fff;
}

.sec-tbody-item .item-box:hover .item-icon .icon, .sec-tbody-item .item-box:hover .item-title, .sec-tbody-item .item-box:hover .item-desc {
    color: #fff;
}

.sec-tbody-item .item-box:hover .item-title a, .sec-tbody-item .item-box:hover .item-desc a {
    color: #fff;
}

.sec-tbody-item .item-box .item-btn {
    position: relative;
    margin-top: 28px;
    font-size: 16px;
    text-align: center;
    font-family: CenturyGothic-Bold;
    color: #FFFFFF;
    line-height: 26px;
}

.sec-tbody-item .item-box .item-btn a {
    color: #fff;
}

.sec-tbody-item .item-box .item-btn .iconfont {
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec-top {
        padding-top: 5.4%;
        padding-bottom: 5.6%;
    }

    .sec-top-tbody {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec-tbody-item {
        width: 33.3333333333333%;
        padding: 0 12px;
        margin-bottom: 18px;
    }

    .sec-tbody-item .item-box {
        padding: 44px 24px 36px;
    }

    .sec-tbody-item .item-box .item-icon {
        margin-bottom: 18px;
    }

    .sec-tbody-item .item-box .item-icon .icon {
        line-height: 46px;
        font-size: 44px;
    }

    .sec-tbody-item .item-box .item-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec-tbody-item .item-box .item-desc {
        font-size: 16px;
        min-height: 130px;
        margin-top: 24px;
        line-height: 26px;
    }

    .sec-tbody-item .item-box .item-btn {
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px;
    }

    .sec-tbody-item .item-box .item-btn .iconfont {
        margin-right: 8px;
    }
}

@media (max-width: 991px) {
    .sec-top {
        padding-top: 5.25%;
        padding-bottom: 5.375%;
    }

    .sec-top-tbody {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec-tbody-item {
        width: 33.3333333333333%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec-tbody-item .item-box {
        padding: 36px 12px 28px;
    }

    .sec-tbody-item .item-box .item-icon {
        margin-bottom: 16px;
    }

    .sec-tbody-item .item-box .item-icon .icon {
        line-height: 42px;
        font-size: 40px;
    }

    .sec-tbody-item .item-box .item-title {
        font-size: 19px;
        line-height: 28px;
    }

    .sec-tbody-item .item-box .item-desc {
        font-size: 14px;
        min-height: 120px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec-tbody-item .item-box .item-btn {
        margin-top: 22px;
        font-size: 15px;
        line-height: 22px;
    }

    .sec-tbody-item .item-box .item-btn .iconfont {
        margin-right: 6px;
    }
}

@media (max-width: 750px) {
    .sec-top {
        padding-top: 5.25%;
        padding-bottom: 5.375%;
    }

    .sec-top-tbody {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec-tbody-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .sec-tbody-item .item-box {
        padding: 40px 16px 34px;
    }

    .sec-tbody-item .item-box .item-icon {
        margin-bottom: 14px;
    }

    .sec-tbody-item .item-box .item-icon .icon {
        line-height: 38px;
        font-size: 36px;
    }

    .sec-tbody-item .item-box .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .sec-tbody-item .item-box .item-desc {
        font-size: 14px;
        min-height: 120px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec-tbody-item .item-box .item-btn {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .sec-tbody-item .item-box .item-btn .iconfont {
        margin-right: 6px;
    }
}

@media (max-width: 580px) {
    .sec-top {
        padding-top: 5.25%;
        padding-bottom: 5.375%;
    }

    .sec-top-tbody {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec-tbody-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec-tbody-item .item-box {
        padding: 36px 12px 28px;
    }

    .sec-tbody-item .item-box .item-icon {
        margin-bottom: 14px;
    }

    .sec-tbody-item .item-box .item-icon .icon {
        line-height: 38px;
        font-size: 36px;
    }

    .sec-tbody-item .item-box .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .sec-tbody-item .item-box .item-desc {
        font-size: 14px;
        min-height: 120px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec-tbody-item .item-box .item-btn {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .sec-tbody-item .item-box .item-btn .iconfont {
        margin-right: 6px;
    }
}

@media (max-width: 480px) {
    .sec-top {
        padding-top: 5.25%;
        padding-bottom: 5.375%;
    }

    .sec-top-tbody {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec-tbody-item {
        width: 100%;
        padding: 0 12px;
        margin-bottom: 16px;
    }

    .sec-tbody-item .item-box {
        padding: 40px 16px 34px;
    }

    .sec-tbody-item .item-box .item-icon {
        margin-bottom: 14px;
    }

    .sec-tbody-item .item-box .item-icon .icon {
        line-height: 38px;
        font-size: 36px;
    }

    .sec-tbody-item .item-box .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .sec-tbody-item .item-box .item-desc {
        font-size: 14px;
        min-height: 120px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec-tbody-item .item-box .item-btn {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .sec-tbody-item .item-box .item-btn .iconfont {
        margin-right: 6px;
    }
}

.sec1 {
    position: relative;
    width: 100%;
    padding-bottom: 86px;
}

.sec1-tbody {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.sec1-tbody-info {
    width: 530px;
    position: relative;
    padding-top: 24px;
}

.sec1-tbody-img {
    width: 592px;
    position: relative;
}

.sec-title-top {
    position: relative;
    font-size: 24px;
    font-family: CenturyGothic-Bold;
    color: #EB5A27;
    line-height: 28px;
    margin-bottom: 14px;
}

.sec-title-top a {
    color: #EB5A27;
}

.sec1-title {
    font-size: 40px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 48px;
    position: relative;
}

.sec1-text {
    font-size: 16px;
    margin-top: 56px;
    color: #666666;
    line-height: 30px;
}

.sec1-text strong {
    font-family: CenturyGothic-Bold;
}

.sec1-text a {
    display: block;
    color: #666;
}

.sec1-text a:hover {
    color: #EB5A27;
}

.sec1-btn {
    margin-top: 52px;
}

.sec1-btn a {
    min-width: 194px;
    padding: 8px 20px;
    background: #EB5A27;
}

.sec1-btn a:hover {
    background: #FA7F42;
}

.sec-btn a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: CenturyGothic-Bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 40px;
}

.sec1-tbody-img .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 108.4459459459459%;
}

.sec1-tbody-img .item-pic .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sec1-tbody-img .item-pic a {
    display: block;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec1 {
        padding-bottom: 86px;
    }

    .sec1-tbody-info {
        width: 530px;
        padding-top: 24px;
    }

    .sec1-tbody-img {
        width: 592px;
    }

    .sec-title-top {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .sec1-title {
        font-size: 40px;
        line-height: 48px;
    }

    .sec1-text {
        font-size: 16px;
        margin-top: 56px;
        line-height: 30px;
    }

    .sec1-btn {
        margin-top: 52px;
    }

    .sec1-btn a {
        min-width: 194px;
        padding: 8px 20px;
    }

    .sec-btn a {
        font-size: 16px;
        line-height: 40px;
    }

}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec1 {
        padding-bottom: 74px;
    }

    .sec1-tbody {
        display: flex;
    }

    .sec1-tbody-info {
        width: 46%;
        padding-top: 16px;
    }

    .sec1-tbody-img {
        width: 52%;
    }

    .sec-title-top {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .sec1-title {
        font-size: 32px;
        line-height: 40px;
    }

    .sec1-text {
        font-size: 16px;
        margin-top: 40px;
        line-height: 28px;
    }

    .sec1-btn {
        margin-top: 40px;
    }

    .sec1-btn a {
        min-width: 180px;
        padding: 7px 18px;
    }

    .sec-btn a {
        font-size: 16px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .sec1 {
        padding-bottom: 60px;
    }

    .sec1-tbody {
        display: block;
    }

    .sec1-tbody-info {
        width: 100%;
        padding-top: 0px;
    }

    .sec1-tbody-img {
        width: 100%;
        max-width: 592px;
        margin: 20px auto 0;
    }

    .sec-title-top {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .sec1-title {
        font-size: 26px;
        line-height: 34px;
    }

    .sec1-text {
        font-size: 15px;
        margin-top: 26px;
        line-height: 26px;
    }

    .sec1-btn {
        margin-top: 30px;
    }

    .sec1-btn a {
        min-width: 166px;
        padding: 6px 16px;
    }

    .sec-btn a {
        font-size: 15px;
        line-height: 32px;
    }
}

@media (max-width: 680px) {
    .sec1 {
        padding-bottom: 48px;
    }

    .sec1-tbody {
        display: block;
    }

    .sec1-tbody-info {
        width: 100%;
    }

    .sec1-tbody-img {
        width: 100%;
        max-width: 592px;
        margin: 20px auto 0;
    }

    .sec-title-top {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .sec1-title {
        font-size: 20px;
        line-height: 30px;
    }

    .sec1-text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    .sec1-btn {
        margin-top: 20px;
    }

    .sec1-btn a {
        min-width: 150px;
        padding: 5px 14px;
    }

    .sec-btn a {
        font-size: 14px;
        line-height: 28px;
    }
}

.sec2 {
    position: relative;
    width: 100%;
    background: url(../img/sec2-bgi.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 21px;
}

.sec2-top {
    position: relative;
    width: 100%;
    background: url(../img/sec2-top-bgi.jpg) no-repeat center center;
    background-size: cover;
    padding: 54px 82px 45px;
    margin-bottom: 85px;
}

.sec2-top-text {
    font-size: 26px;
    font-family: CenturyGothic-Bold;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
}

.sec2-top-text a, .sec2-top-text a:hover {
    color: #fff;
}

.sec2-top-text span {
    font-family: CenturyGothic;
}

.sec2-top-btn {
    margin-top: 25px;
    text-align: center;
}

.sec2-top-btn a {
    min-width: 194px;
    padding: 7px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #fff;
}

.sec2-top-btn a:hover {
    background: #EB5A27;
    border-color: #EB5A27;
    color: #fff;
}

.sec2-info {
    position: relative;
    width: 100%;
    padding-bottom: 14px;
}

.sec-title {
    position: relative;
    font-size: 48px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 56px;
}

.sec2-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec2-btn a {
    min-width: 194px;
    padding: 6px 20px;
    border: 2px solid #EB5A27;
    border-radius: 6px;
    color: #EB5A27;
}

.sec2-btn a:hover {
    background: #EB5A27;
    border-color: #EB5A27;
    color: #fff;
}

.sec2-tbody {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.sec2-tbody-menu {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -30px;
    margin-right: -30px;
}

.sec2-menu-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}

.sec2-menu-item .item-name {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.sec2-menu-item:hover .item-name, .sec2-menu-item.active .item-name {
    color: #EB5A27;
}

.sec2-menu-tbody {
    position: relative;
    width: 100%;
    padding-top: 74px;
}

.sec2-menu-list {
    display: none;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -21px;
    margin-right: -21px;
    transition: all .3s;
}

.sec2-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333333%;
    padding: 0 21.5px;
    margin-bottom: 31px;
    transition: all .3s;
}

.sec2-list-item .item-box {
    position: relative;
    width: 100%;
    transition: all .3s;
}

.sec2-list-item .item-box:hover {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.sec2-list-item .item-box .item-pic {
    position: relative;
    width: 100%;
    border: 1px solid #EBEBEB;
}

.sec2-list-item .item-box:hover .item-pic {
    border: 0;
    border-radius: 12px;
}

.sec2-list-item .item-box .item-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    background: rgba(235, 90, 39, .8);
    border-radius: 12px;
    transition: all .3s;
}

.sec2-list-item .item-box:hover .item-backdrop {
    left: 0;
}

.sec2-list-item .item-box .item-linkbox {
    position: relative;
    width: 42px;
    height: 42px;
}

.sec2-list-item .item-box .item-linkbox img {
    width: 100%;
    position: relative;
    display: block;
}

.sec2-list-item .item-box .item-body {
    padding: 26px 0 29px;
    position: relative;
    width: 100%;
}

.sec2-list-item .item-box:hover .item-body {
    padding: 26px 25px 29px;
}

.sec2-list-item .item-body .item-title {
    font-size: 18px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 30px;
}

.sec2-list-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 4px;
    color: #666666;
    line-height: 30px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec2 {
        padding-bottom: 21px;
    }

    .sec2-top {
        padding: 54px 82px 45px;
        margin-bottom: 76px;
    }

    .sec2-top-text {
        font-size: 26px;
        line-height: 38px;
    }

    .sec2-top-btn {
        margin-top: 25px;
    }

    .sec2-top-btn a {
        min-width: 194px;
        padding: 7px 20px;
    }

    .sec2-info {
        padding-bottom: 14px;
    }

    .sec-title {
        font-size: 48px;
        line-height: 56px;
    }

    .sec2-btn {
        position: absolute;
    }

    .sec2-btn a {
        min-width: 194px;
        padding: 6px 20px;
    }

    .sec2-tbody {
        padding-top: 20px;
    }

    .sec2-tbody-menu {
        margin-left: -30px;
        margin-right: -30px;
    }

    .sec2-menu-item {
        margin: 0 30px;
    }

    .sec2-menu-item .item-name {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-menu-tbody {
        padding-top: 74px;
    }

    .sec2-menu-list {
        margin-left: -21px;
        margin-right: -21px;
    }

    .sec2-list-item {
        width: 33.3333333333333%;
        padding: 0 21.5px;
        margin-bottom: 31px;
    }

    .sec2-list-item .item-box .item-linkbox {
        width: 42px;
        height: 42px;
    }

    .sec2-list-item .item-box .item-body {
        padding: 26px 0 29px;
    }

    .sec2-list-item .item-box:hover .item-body {
        padding: 26px 25px 29px;
    }

    .sec2-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .sec2-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec2 {
        padding-bottom: 18px;
    }

    .sec2-top {
        padding: 48px 64px 40px;
        margin-bottom: 65px;
    }

    .sec2-top-text {
        font-size: 24px;
        line-height: 36px;
    }

    .sec2-top-btn {
        margin-top: 24px;
    }

    .sec2-top-btn a {
        min-width: 180px;
        padding: 6px 18px;
    }

    .sec2-info {
        padding-bottom: 12px;
    }

    .sec-title {
        font-size: 42px;
        line-height: 50px;
    }

    .sec2-btn {
        position: absolute;
    }

    .sec2-btn a {
        min-width: 180px;
        padding: 5px 18px;
    }

    .sec2-tbody {
        padding-top: 18px;
    }

    .sec2-tbody-menu {
        margin-left: -24px;
        margin-right: -24px;
    }

    .sec2-menu-item {
        margin: 0 24px;
    }

    .sec2-menu-item .item-name {
        font-size: 17px;
        line-height: 26px;
    }

    .sec2-menu-tbody {
        padding-top: 62px;
    }

    .sec2-menu-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sec2-list-item {
        width: 33.3333333333333%;
        padding: 0 15px;
        margin-bottom: 26px;
    }

    .sec2-list-item .item-box .item-linkbox {
        width: 38px;
        height: 38px;
    }

    .sec2-list-item .item-box .item-body {
        padding: 20px 0 22px;
    }

    .sec2-list-item .item-box:hover .item-body {
        padding: 20px 20px 22px;
    }

    .sec2-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .sec2 {
        padding-bottom: 18px;
    }

    .sec2-top {
        padding: 40px 40px 32px;
        margin-bottom: 50px;
    }

    .sec2-top-text {
        font-size: 20px;
        line-height: 32px;
    }

    .sec2-top-btn {
        margin-top: 20px;
    }

    .sec2-top-btn a {
        min-width: 164px;
        padding: 5px 16px;
    }

    .sec2-info {
        padding-bottom: 10px;
    }

    .sec-title {
        font-size: 36px;
        line-height: 44px;
    }

    .sec2-btn {
        position: absolute;
    }

    .sec2-btn a {
        min-width: 164px;
        padding: 4px 16px;
    }

    .sec2-tbody {
        padding-top: 16px;
    }

    .sec2-tbody-menu {
        margin-left: -18px;
        margin-right: -18px;
    }

    .sec2-menu-item {
        margin: 0 18px;
    }

    .sec2-menu-item .item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .sec2-menu-tbody {
        padding-top: 50px;
    }

    .sec2-menu-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec2-list-item {
        width: 33.3333333333333%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .sec2-list-item .item-box .item-linkbox {
        width: 34px;
        height: 34px;
    }

    .sec2-list-item .item-box .item-body {
        padding: 16px 0 18px;
    }

    .sec2-list-item .item-box:hover .item-body {
        padding: 16px 12px 18px;
    }

    .sec2-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-list-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 4px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .sec2 {
        padding-bottom: 16px;
    }

    .sec2-top {
        padding: 30px 15px 26px;
        margin-bottom: 30px;
    }

    .sec2-top-text {
        font-size: 18px;
        line-height: 30px;
    }

    .sec2-top-btn {
        margin-top: 18px;
    }

    .sec2-top-btn a {
        min-width: 150px;
        padding: 4px 14px;
    }

    .sec2-info {
        padding-bottom: 8px;
    }

    .sec-title {
        font-size: 30px;
        line-height: 38px;
    }

    .sec2-btn {
        position: relative;
        margin-top: 16px;
    }

    .sec2-btn a {
        min-width: 150px;
        padding: 3px 14px;
    }

    .sec2-tbody {
        padding-top: 14px;
    }

    .sec2-tbody-menu {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec2-menu-item {
        margin: 0 12px;
    }

    .sec2-menu-item .item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .sec2-menu-tbody {
        padding-top: 40px;
    }

    .sec2-menu-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sec2-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .sec2-list-item .item-box .item-linkbox {
        width: 36px;
        height: 36px;
    }

    .sec2-list-item .item-box .item-body {
        padding: 14px 0 16px;
    }

    .sec2-list-item .item-box:hover .item-body {
        padding: 14px 12px 16px;
    }

    .sec2-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-list-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 4px;
        line-height: 26px;
    }
}

@media (max-width: 520px) {
    .sec2 {
        padding-bottom: 16px;
    }

    .sec2-top {
        padding: 24px 12px 20px;
        margin-bottom: 30px;
    }

    .sec2-top-text {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-top-btn {
        margin-top: 16px;
    }

    .sec2-top-btn a {
        min-width: 140px;
        padding: 4px 12px;
    }

    .sec2-info {
        padding-bottom: 8px;
    }

    .sec-title {
        font-size: 24px;
        line-height: 32px;
    }

    .sec2-btn {
        position: relative;
        margin-top: 16px;
    }

    .sec2-btn a {
        min-width: 140px;
        padding: 3px 14px;
    }

    .sec2-tbody {
        padding-top: 14px;
    }

    .sec2-tbody-menu {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec2-menu-item {
        margin: 0 12px;
    }

    .sec2-menu-item .item-name {
        font-size: 16px;
        line-height: 24px;
    }

    .sec2-menu-tbody {
        padding-top: 40px;
    }

    .sec2-menu-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec2-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .sec2-list-item .item-box .item-linkbox {
        width: 32px;
        height: 32px;
    }

    .sec2-list-item .item-box .item-body {
        padding: 14px 0 16px;
    }

    .sec2-list-item .item-box:hover .item-body {
        padding: 14px 12px 16px;
    }

    .sec2-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .sec2-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }
}

@keyframes changeImg {
    from {
        box-shadow: rgba(235, 90, 39, .21) 0 0 0 2px;
    }
    50% {
        box-shadow: rgba(235, 90, 39, .21) 0 0 0 10px;
    }
    100% {
        box-shadow: rgba(235, 90, 39, .21) 0 0 0 2px;
    }
}

@keyframes changeImg2 {
    from {
        box-shadow: rgba(235, 90, 39, .02) 0 0 0 3px;
    }
    50% {
        box-shadow: rgba(235, 90, 39, .02) 0 0 0 15px;
    }
    100% {
        box-shadow: rgba(235, 90, 39, .02) 0 0 0 3px;
    }
}

.bofang {
    z-index: 10;
    background-color: rgba(235, 90, 39, .2);
    border-radius: 50%;
    animation: changeImg2 4s linear;
    animation-iteration-count: infinite;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
}

.bof {
    width: 79px;
    height: 79px;
    background: #EB5A27;
    border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    animation: changeImg 4s linear;
    animation-iteration-count: infinite;
}

.bof img {
    height: 100%;
    width: 100%;
    display: block;
}

.sec3 {
    position: relative;
    width: 100%;
}

.sec3-tbody {
    position: relative;
    width: 100%;
}

.sec3-tbody-video {
    float: left;
    width: 53.90625%;
    position: relative;
}

.sec3-tbody-video .item-pic {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 75.84541062801932%;
    max-width: 1035px;
    margin: 0 auto;
}

.sec3-tbody-video .item-pic .videos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sec3-tbody-video .item-pic a {
    display: block;
}

.sec3-tbody-info {
    margin-top: 6.354166666666667%;
    background: url(../img/sec3-bgi.png) no-repeat right top;
    background-size: 81.40625% 100%;
}

.sec3-tbody-info .sec3-info-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 110px;
    height: 752px;
}

.sec3-text {
    font-size: 16px;
    margin-top: 48px;
    color: #666666;
    line-height: 30px;
}

.sec3-btn {
    margin-top: 56px;
}

.sec3-btn a {
    min-width: 194px;
    padding: 8px 20px;
    background: #EB5A27;
    border-radius: 6px;
    color: #fff;
}

.sec3-btn a:hover {
    background: #EB5A27;
    border-color: #EB5A27;
    color: #fff;
}

@media (min-width: 1660px) and (max-width: 1859px) {
    .sec3-tbody-video {
        width: 54%;
    }

    .sec3-tbody-info {
        margin-top: 6.25%;
    }

    .sec3-tbody-info .sec3-info-box {
        padding-left: 100px;
        height: 700px;
    }
}

@media (min-width: 1460px) and (max-width: 1659px) {
    .sec3-tbody-video {
        width: 54%;
    }

    .sec3-tbody-info {
        margin-top: 6%;
    }

    .sec3-tbody-info .sec3-info-box {
        padding-left: 88px;
        height: 640px;
    }

    .bof {
        width: 70px;
        height: 70px;
        padding: 26px;
    }
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .sec3-tbody-video {
        width: 54%;
    }

    .sec3-tbody-info {
        margin-top: 5.75%;
    }

    .sec3-tbody-info .sec3-info-box {
        padding-left: 74px;
        height: 580px;
    }

    .sec3-text {
        font-size: 16px;
        margin-top: 40px;
        line-height: 30px;
    }

    .sec3-btn {
        margin-top: 48px;
    }

    .sec3-btn a {
        min-width: 194px;
        padding: 8px 20px;
    }

    .bof {
        width: 60px;
        height: 60px;
        padding: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec3-tbody-video {
        width: 55%;
    }

    .sec3-tbody-info {
        margin-top: 4%;
    }

    .sec3-tbody-info .sec3-info-box {
        padding-left: 50px;
        height: 480px;
    }

    .sec3-text {
        font-size: 16px;
        margin-top: 30px;
        line-height: 28px;
    }

    .sec3-btn {
        margin-top: 36px;
    }

    .sec3-btn a {
        min-width: 180px;
        padding: 7px 18px;
    }

    .bof {
        width: 50px;
        height: 50px;
        padding: 17px;
    }
}

@media (max-width: 991px) {
    .sec3-tbody-video {
        width: 100%;
        float: none;
    }

    .sec3-tbody-info {
        margin-top: 0;
        background-size: 100%;
        background: #F9EFE3;
    }

    .sec3-tbody-info .sec3-info-box {
        padding: 20px 10px;
        height: auto;
    }

    .sec3-text {
        font-size: 15px;
        margin-top: 24px;
        line-height: 26px;
    }

    .sec3-btn {
        margin-top: 30px;
    }

    .sec3-btn a {
        min-width: 164px;
        padding: 6px 16px;
    }

    .bofang {
        display: none;
    }
}

@media (max-width: 721px) {
    .sec3-tbody-video {
        width: 100%;
        float: none;
    }

    .sec3-tbody-info {
        margin-top: 0;
        background-size: 100%;
        background: #F9EFE3;
    }

    .sec3-tbody-info .sec3-info-box {
        padding: 20px 10px;
        height: auto;
    }

    .sec3-text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    .sec3-btn {
        margin-top: 26px;
    }

    .sec3-btn a {
        min-width: 150px;
        padding: 5px 14px;
    }

    .bofang {
        display: none;
    }
}

@media (max-width: 560px) {
    .sec3-tbody-video {
        width: 100%;
        float: none;
    }

    .sec3-tbody-info {
        margin-top: 0;
        background-size: 100%;
        background: #F9EFE3;
    }

    .sec3-tbody-info .sec3-info-box {
        padding: 20px 10px;
        height: auto;
    }

    .sec3-text {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec3-btn {
        margin-top: 20px;
    }

    .sec3-btn a {
        min-width: 140px;
        padding: 4px 12px;
    }

    .bofang {
        display: none;
    }
}

.sec4 {
    position: relative;
    width: 100%;
    padding-top: 7.4%;
    padding-bottom: 6.25%;
    background: url(../img/sec4-bgi.jpg) no-repeat center center;
    background-size: cover;
}

.sec4-tbody {
    position: relative;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
}

.sec4-tbody-info {
    width: 300px;
    float: left;
}

.sec4-title, .sec4-title a, .sec4-text a {
    color: #fff;
}

.sec4-text {
    font-size: 16px;
    margin-top: 26px;
    color: #FFFFFF;
    line-height: 30px;
}

.sec4-btn {
    margin-top: 38px;
    position: relative;
}

.sec4-btn a {
    padding: 7px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    max-width: 194px;
}

.sec4-tbody-list {
    width: 872px;
    float: right;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}

.news-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.sec4-tbody-list .news-item {
    padding-left: 37px;
    margin-bottom: 20px;
}

.new-item-box {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 21px 16px 27px;
}

.sec4-tbody-list .new-item-box .item-icon {
    position: absolute;
    top: -41px;
    right: 8px;
    width: 66px;
    height: 66px;
    background: #EB5A27;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
}

.sec4-tbody-list .new-item-box .item-icon img {
    width: 100%;
}

.new-item-box .item-top {
    width: 100%;
    position: relative;
    padding: 0 6px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.new-item-box .item-top .iten-pic {
    width: 100%;
    position: relative;
    max-width: 168px;
}

.new-item-box .item-top .iten-pic img {
    width: 100%;
    display: block;
}

.new-item-box .item-top .item-info {
    width: calc(100% - 168px);
    padding-left: 12px;
    position: relative;
}

.new-item-box .item-info .item-title {
    font-size: 18px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 22px;
}

.new-item-box .item-info .item-date {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 14px;
}

.new-item-box .item-info .item-date .iconfont {
    font-size: 14px;
    color: #999999
}

.new-item-box .item-body {
    padding: 19px 6px 0;
    position: relative;
    width: 100%;
    border-top: 1px solid #EBEBEB;
}

.new-item-box .item-body .item-desc {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    min-height: 52px;
}


@media (min-width: 1260px) and (max-width: 1459px) {
    .sec4 {
        padding-top: 7.4%;
        padding-bottom: 6.25%;
    }

    .sec4-tbody-info {
        width: 300px;
        float: left;
    }

    .sec4-text {
        font-size: 16px;
        margin-top: 26px;
        line-height: 30px;
    }

    .sec4-btn {
        margin-top: 38px;
    }

    .sec4-btn a {
        padding: 7px 20px;
        max-width: 194px;
    }

    .sec4-tbody-list {
        width: 872px;
    }

    .news-item {
        width: 50%;
    }

    .sec4-tbody-list .news-item {
        padding-left: 37px;
        margin-bottom: 20px;
    }

    .new-item-box {
        padding: 21px 16px 27px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -41px;
        right: 8px;
        width: 66px;
        height: 66px;
    }

    .new-item-box .item-top {
        padding: 0 6px;
        margin-bottom: 17px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 165px;
    }

    .new-item-box .item-top .item-info {
        width: calc(100% - 165px);
        padding-left: 12px;
    }

    .new-item-box .item-info .item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 19px 6px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec4 {
        padding-top: 7%;
        padding-bottom: 6%;
    }

    .sec4-tbody-info {
        width: 260px;
        float: left;
    }

    .sec4-text {
        font-size: 16px;
        margin-top: 22px;
        line-height: 28px;
    }

    .sec4-btn {
        margin-top: 30px;
    }

    .sec4-btn a {
        padding: 6px 18px;
        max-width: 180px;
    }

    .sec4-tbody-list {
        width: 690px;
    }

    .news-item {
        width: 50%;
    }

    .sec4-tbody-list .news-item {
        padding-left: 15px;
        margin-bottom: 18px;
    }

    .new-item-box {
        padding: 18px 10px 22px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -36px;
        right: 8px;
        width: 54px;
        height: 54px;
    }

    .new-item-box .item-top {
        padding: 0 6px;
        margin-bottom: 15px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 150px;
    }

    .new-item-box .item-top .item-info {
        width: calc(100% - 150px);
        padding-left: 10px;
    }

    .new-item-box .item-info .item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 16px 6px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 15px;
        line-height: 24px;
        min-height: 48px;
    }
}

@media (max-width: 991px) {
    .sec4 {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .sec4-tbody-info {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sec4-text {
        font-size: 15px;
        margin-top: 18px;
        line-height: 26px;
    }

    .sec4-btn {
        margin-top: 26px;
    }

    .sec4-btn a {
        padding: 5px 16px;
        max-width: 164px;
    }

    .sec4-tbody-list {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-item {
        width: 50%;
    }

    .sec4-tbody-list .news-item {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .new-item-box {
        padding: 18px 10px 22px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -36px;
        right: 8px;
        width: 48px;
        height: 48px;
    }

    .new-item-box .item-top {
        padding: 0 6px;
        margin-bottom: 15px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 160px;
    }

    .new-item-box .item-top .item-info {
        width: calc(100% - 160px);
        padding-left: 10px;
    }

    .new-item-box .item-info .item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 16px 6px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 15px;
        line-height: 24px;
        min-height: 48px;
    }
}

@media (max-width: 767px) {
    .sec4 {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .sec4-tbody-info {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sec4-text {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec4-btn {
        margin-top: 20px;
    }

    .sec4-btn a {
        padding: 5px 16px;
        max-width: 150px;
    }

    .sec4-tbody-list {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-item {
        width: 50%;
    }

    .sec4-tbody-list .news-item {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .new-item-box {
        padding: 15px 10px 16px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -24px;
        right: 8px;
        width: 36px;
        height: 36px;
    }

    .new-item-box .item-top {
        padding: 0 4px;
        margin-bottom: 12px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 150px;
    }

    .new-item-box .item-top .item-info {
        width: calc(100% - 150px);
        padding-left: 8px;
    }

    .new-item-box .item-info .item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 12px 4px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        line-height: 22px;
        min-height: 44px;
    }
}

@media (max-width: 640px) {
    .sec4 {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .sec4-tbody-info {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sec4-text {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec4-btn {
        margin-top: 20px;
    }

    .sec4-btn a {
        padding: 5px 16px;
        max-width: 150px;
    }

    .sec4-tbody-list {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-item {
        width: 50%;
    }

    .sec4-tbody-list .news-item {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .new-item-box {
        padding: 10px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -20px;
        right: 8px;
        width: 32px;
        height: 32px;
    }

    .new-item-box .item-top {
        padding: 0 4px;
        margin-bottom: 12px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 100%;
    }

    .new-item-box .item-top .item-info {
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }

    .new-item-box .item-info .item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 10px 4px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        line-height: 22px;
        min-height: 44px;
    }
}

@media (max-width: 420px) {
    .sec4 {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .sec4-tbody-info {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sec4-text {
        font-size: 14px;
        margin-top: 16px;
        line-height: 24px;
    }

    .sec4-btn {
        margin-top: 20px;
    }

    .sec4-btn a {
        padding: 5px 16px;
        max-width: 150px;
    }

    .sec4-tbody-list {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .news-item {
        width: 100%;
    }

    .sec4-tbody-list .news-item {
        padding: 0 10px;
        margin-bottom: 18px;
    }

    .new-item-box {
        padding: 10px;
    }

    .sec4-tbody-list .new-item-box .item-icon {
        top: -20px;
        right: 8px;
        width: 32px;
        height: 32px;
    }

    .new-item-box .item-top {
        padding: 0 4px;
        margin-bottom: 12px;
    }

    .new-item-box .item-top .iten-pic {
        max-width: 100%;
    }

    .new-item-box .item-top .item-info {
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }

    .new-item-box .item-info .item-title {
        font-size: 16px;
        line-height: 20px;
    }

    .new-item-box .item-info .item-date {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
    }

    .new-item-box .item-info .item-date .iconfont {
        font-size: 14px;
    }

    .new-item-box .item-body {
        padding: 10px 4px 0;
    }

    .new-item-box .item-body .item-desc {
        font-size: 14px;
        line-height: 22px;
        min-height: 44px;
    }
}

.sec5 {
    position: relative;
    width: 100%;
    padding-top: 69px;
    padding-bottom: 80px;
    background: rgba(235, 235, 235, .4);
}

.sec5-list {
    position: relative;
    padding-top: 64px;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -12px;
    margin-right: -12px;
}

.sec5-list-item {
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin-bottom: 22px;
}

.sec5-list-item .item-box {
    background: #FFFFFF;
    position: relative;
    width: 100%;
}

.sec5-list-item .item-box:hover {
    box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.23);
}

.sec5-list-item .item-box .item-pic {
    width: 100%;
    position: relative;
}

.sec5-list-item .item-box .item-pic img {
    display: block;
    width: 100%;
}

.sec5-list-item .item-box .item-body {
    padding: 28px 20px 20px;
    width: 100%;
    position: relative;
}

.sec5-list-item .item-box .item-title {
    font-size: 20px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EBEBEB;
}

.sec5-list-item .item-box .item-date {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.sec5-list-item .item-box .item-date .iconfont {
    margin-right: 4px;
    olor: #999999;
}

.sec6 {
    background: #602A5E;
    position: relative;
    width: 100%;
}

.sec6-tbody {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 96px;
}

.sec6-tbody .sec-title, .sec6-tbody .sec-title a, .sec6-tbody .sec-title a:hover {
    color: #fff;
}

.sec6-tbody-text {
    font-size: 16px;
    width: 100%;
    margin-top: 26px;
    max-width: 970px;
    color: #FFFFFF;
    line-height: 30px;
}

.sec6-tbody-text a, .sec6-tbody-text a:hover {
    color: #fff;
}

.sec6-tbody-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec6-tbody-btn a {
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 0 20px;
    color: #003B49;
    background: #FFFFFF;
}

.sec6-tbody-btn a:hover {
    color: #FFFFFF;
    background: #EB5A27;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec5 {
        padding-top: 56px;
        padding-bottom: 68px;
    }

    .sec5-list {
        padding-top: 52px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec5-list-item {
        width: 33.3333333%;
        padding: 0 6px;
        margin-bottom: 18px;
    }

    .sec5-list-item .item-box .item-body {
        padding: 24px 16px 16px;
    }

    .sec5-list-item .item-box .item-title {
        font-size: 19px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .sec5-list-item .item-box .item-date {
        margin-top: 18px;
        font-size: 14px;
        line-height: 22px;
    }

    .sec6-tbody {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .sec6-tbody-text {
        font-size: 14px;
        margin-top: 20px;
        max-width: calc(100% - 220px);
        line-height: 24px;
    }

    .sec6-tbody-btn a {
        min-width: 160px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 18px;
    }

}

@media (max-width: 991px) {
    .sec5 {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .sec5-list {
        padding-top: 40px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .sec5-list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 18px;
    }

    .sec5-list-item .item-box .item-body {
        padding: 20px 16px 16px;
    }

    .sec5-list-item .item-box .item-title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 18px;
    }

    .sec5-list-item .item-box .item-date {
        margin-top: 16px;
        font-size: 13px;
        line-height: 22px;
    }

    .sec6-tbody {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .sec6-tbody-text {
        font-size: 14px;
        margin-top: 20px;
        max-width: calc(100% - 200px);
        line-height: 24px;
    }

    .sec6-tbody-btn a {
        min-width: 160px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 18px;
    }

}

@media (max-width: 767px) {
    .sec5 {
        padding-top: 32px;
        padding-bottom: 44px;
    }

    .sec5-list {
        padding-top: 28px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec5-list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec5-list-item .item-box .item-body {
        padding: 18px 14px 14px;
    }

    .sec5-list-item .item-box .item-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 14px;
    }

    .sec5-list-item .item-box .item-date {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }

    .sec6-tbody {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec6-tbody-text {
        font-size: 14px;
        margin-top: 16px;
        max-width: none;
        line-height: 24px;
    }

    .sec6-tbody-btn {
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 12px;
    }

    .sec6-tbody-btn a {
        min-width: 140px;
        line-height: 34px;
        font-size: 14px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .sec5 {
        padding-top: 20px;
        padding-bottom: 32px;
    }

    .sec5-list {
        padding-top: 20px;
        margin-left: -6px;
        margin-right: -6px;
    }

    .sec5-list-item {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec5-list-item .item-box .item-body {
        padding: 20px 16px 16px;
    }

    .sec5-list-item .item-box .item-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 14px;
    }

    .sec5-list-item .item-box .item-date {
        margin-top: 14px;
        font-size: 12px;
        line-height: 20px;
    }

    .sec6-tbody {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec6-tbody-text {
        font-size: 14px;
        margin-top: 16px;
        max-width: none;
        line-height: 24px;
    }

    .sec6-tbody-btn {
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 12px;
    }

    .sec6-tbody-btn a {
        min-width: 140px;
        line-height: 34px;
        font-size: 14px;
        padding: 0 15px;
    }
}

.sec7 {
    position: relative;
    padding-top: 82px;
    width: 100%;
}

.sec8 {
    position: relative;
    width: 100%;
    padding-top: 53px;
    padding-bottom: 67px;
}

.sec8-list {
    position: relative;
    width: 100%;
    padding-top: 58px;
}

.sec8-list-item {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
}

.sec8-list-item .item-name {
    font-size: 20px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 36px;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 16px 38px;
    overflow: hidden;
    padding-right: 50px;
}

.sec8-list-item .item-name::before {
    width: 32px;
    height: 32px;
    background: #EB5A27;
    border-radius: 50%;
    line-height: 32px;
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    content: "\e608";
    font-family: "iconfont" !important;
    display: block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    -webkit-transition: all .35s;
}

/* .sec8-list-item .item-name.active {color: #fff; background: #EB5A27;} */
.sec8-list-item .item-name.active:before {
    content: "\e600";
    color: #fff;
}

.sec8-list-item .item-text {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding: 35px 38px 16px;
    display: none;
}

.sec8-list-item .item-text strong {
    font-family: CenturyGothic-Bold;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .sec7 {
        padding-top: 68px;
    }

    .sec8 {
        padding-top: 45px;
        padding-bottom: 55px;
    }

    .sec8-list {
        padding-top: 50px;
    }

    .sec8-list-item {
        margin-bottom: 20px;
    }

    .sec8-list-item .item-name {
        font-size: 19px;
        line-height: 36px;
        padding: 13px 28px;
        padding-right: 46px;
    }

    .sec8-list-item .item-name::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 16px;
    }

    .sec8-list-item .item-text {
        font-size: 16px;
        line-height: 30px;
        padding: 28px 28px 16px;
    }
}

@media (max-width: 991px) {
    .sec7 {
        padding-top: 54px;
    }

    .sec8 {
        padding-top: 37px;
        padding-bottom: 43px;
    }

    .sec8-list {
        padding-top: 38px;
    }

    .sec8-list-item {
        margin-bottom: 18px;
    }

    .sec8-list-item .item-name {
        font-size: 18px;
        line-height: 36px;
        padding: 10px 20px;
        padding-right: 40px;
    }

    .sec8-list-item .item-name::before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        right: 10px;
    }

    .sec8-list-item .item-text {
        font-size: 16px;
        line-height: 28px;
        padding: 24px 20px 14px;
    }
}

@media (max-width: 767px) {
    .sec7 {
        padding-top: 40px;
    }

    .sec8 {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .sec8-list {
        padding-top: 26px;
    }

    .sec8-list-item {
        margin-bottom: 16px;
    }

    .sec8-list-item .item-name {
        font-size: 18px;
        line-height: 32px;
        padding: 8px 15px;
        padding-right: 36px;
    }

    .sec8-list-item .item-name::before {
        width: 26px;
        height: 26px;
        line-height: 26px;
        right: 10px;
    }

    .sec8-list-item .item-text {
        font-size: 15px;
        line-height: 26px;
        padding: 20px 15px 10px;
    }
}

@media (max-width: 520px) {
    .sec7 {
        padding-top: 26px;
    }

    .sec8 {
        padding-top: 26px;
        padding-bottom: 34px;
    }

    .sec8-list {
        padding-top: 20px;
    }

    .sec8-list-item {
        margin-bottom: 16px;
    }

    .sec8-list-item .item-name {
        font-size: 18px;
        line-height: 32px;
        padding: 8px 15px;
        padding-right: 36px;
    }

    .sec8-list-item .item-name::before {
        width: 26px;
        height: 26px;
        line-height: 26px;
        right: 10px;
    }

    .sec8-list-item .item-text {
        font-size: 14px;
        line-height: 24px;
        padding: 16px 15px 10px;
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background: #F9EFE3;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 60px;
    }
}

.footer, .footer a {
    color: #898989;
}

.footer .footer-title {
    color: #333;
}

.footer a:hover {
    color: #EB5A27;
}

.footer .fo-bot {
    background: #EB5A27;
    color: #fff;
}

.footer .fo-bot a {
    color: #fff;
}

.footer .fo-bot a:hover {
    color: #fff;
}

.footer .fo-top {
    font-size: 0;
    letter-spacing: 0;
    padding: 90px 0 40px;
}

.footer .flist1 {
    width: 240px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist2 {
    width: 262px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist3 {
    width: 390px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .flist4 {
    width: 308px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.footer .footer-title {
    position: relative;
    font-size: 20px;
    font-family: CenturyGothic-Bold;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .foot-list {
    font-size: 16px;
    line-height: 30px;
}

.footer .foot-text {
    font-size: 16px;
    line-height: 30px;
}

.footer .fo-bot {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 8px 0;
    text-align: center;
}

.footer .fo-bot .keywords a {
    margin-left: 5px;
}

.footer .fo-bot .links a {
    margin-left: 15px;
}

.footer .f-follow {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 32px;
}

.footer .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.footer .f-follow a:last-child {
    margin-right: 0;
}

.footer .f-follow .iconfont {
    font-size: 19px;
    font-size: 1.9rem;
    position: relative;
    display: block;
    color: #898989;
}

.footer .f-follow a:hover .iconfont {
    color: #EB5A27;
}

.footer .f-form {
    padding-top: 12px;
}

.footer .f-form .item-input, .footer .f-form .item-code {
    display: block;
    height: 41px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #BFBFBF;
    color: #999;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.footer .f-form .item-input1 {
    display: block;
    height: 65px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #BFBFBF;
    color: #999;
    padding: 6px 16px;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.footer .f-form .item-code {
    position: relative;
    padding-right: 120px;
}

.footer .f-form input, .footer .f-form textarea {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 6px;
}

.footer .star::before {
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 16px;
    line-height: 40px;
    color: #C70000;
    content: "*";
}

.footer .f-form .item-img {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    cursor: pointer;
}

.footer .f-form .item-img img {
    max-height: 40px;
    vertical-align: middle;
}

.footer .f-form .item-btn {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #EB5A27;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
}

.footer .f-form .item-btn:hover {
    background-color: #fff;
    color: #EB5A27;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .footer .fo-top {
        padding: 78px 0 34px;
    }

    .footer .flist1 {
        width: 240px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 260px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 390px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 310px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 42px;
    }

    .footer .foot-list {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .foot-text {
        font-size: 16px;
        line-height: 30px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 24px;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .footer .fo-top {
        padding: 64px 0 28px;
    }

    .footer .flist1 {
        width: 188px;
        padding-right: 20px;
    }

    .footer .flist2 {
        width: 192px;
        padding-right: 20px;
    }

    .footer .flist3 {
        width: 290px;
        padding-right: 20px;
    }

    .footer .flist4 {
        width: 280px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .foot-text {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 24px;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .footer .fo-top {
        padding: 50px 0 30px;
    }

    .footer .flist1 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist2 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist3 {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .footer .flist4 {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .foot-text {
        font-size: 15px;
        line-height: 28px;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 24px;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer .f-form {
        padding-top: 12px;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .footer .fo-top {
        padding: 20px 0 10px;
    }

    .footer .flist1 {
        width: 240px;
        padding-right: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .footer .flist2 {
        width: 240px;
        padding-right: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .footer .flist3 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .footer .flist4 {
        width: 320px;
        display: none;
    }

    .footer .footer-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 36px;
        display: none;
    }

    .footer .foot-list {
        font-size: 15px;
        line-height: 28px;
        display: none;
    }

    .footer .foot-text {
        font-size: 15px;
        line-height: 28px;
        display: none;;
    }

    .footer .fo-bot {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        padding: 6px 0;
    }

    .footer .f-follow {
        margin-top: 10px;
        text-align: center;
    }

    .footer .f-follow a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer .f-follow a:last-child {
        margin-right: 0;
    }

    .footer .f-follow .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .footer .f-form {
        padding-top: 12px;
        display: none;
    }

    .footer .f-form .item-input, .footer .f-form .item-code {
        height: 38px;
        line-height: 38px;
        padding: 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .footer .f-form .item-code {
        padding-right: 120px;
    }

    .footer .f-form .item-img img {
        max-height: 38px;
    }

    .footer .f-form .item-btn {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer .fo-bot .links {
        display: none;
    }
}

.bread {
    width: 100%;
    position: relative;
    max-width: 1808px;
    margin: 0 auto;
    background: #F9EEE1;
    border-radius: 20px;
    padding: 47px 0 53px;
}

.page-title {
    position: relative;
    font-size: 48px;
    font-family: CenturyGothic-Bold;
    color: #333;
    line-height: 56px;
    text-transform: uppercase;
}

.page-href {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-top: 14px;
}

.page-href a, .page-href a {
    color: #333;
}

.page-href a:hover, .page-href a.bread-active {
    color: #F0560A;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .bread {
        border-radius: 18px;
        padding: 42px 0 48px;
    }

    .page-title {
        font-size: 48px;
        line-height: 56px;
    }

    .page-href {
        font-size: 18px;
        line-height: 30px;
        margin-top: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .bread {
        border-radius: 16px;
        padding: 36px 0 42px;
    }

    .page-title {
        font-size: 42px;
        line-height: 50px;
    }

    .page-href {
        font-size: 17px;
        line-height: 28px;
        margin-top: 13px;
    }
}

@media (max-width: 991px) {
    .bread {
        border-radius: 14px;
        padding: 30px 0 36px;
    }

    .page-title {
        font-size: 36px;
        line-height: 42px;
    }

    .page-href {
        font-size: 16px;
        line-height: 26px;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .bread {
        border-radius: 12px;
        padding: 24px 0 30px;
    }

    .page-title {
        font-size: 30px;
        line-height: 36px;
    }

    .page-href {
        font-size: 15px;
        line-height: 24px;
        margin-top: 11px;
    }
}

@media (max-width: 560px) {
    .bread {
        border-radius: 10px;
        padding: 20px 0 26px;
    }

    .page-title {
        font-size: 24px;
        line-height: 30px;
    }

    .page-href {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
}

.about {
    position: relative;
    padding-top: 5.9375%;
}

.about-top {
    position: relative;
    width: 100%;
    padding-bottom: 55px;
}

.about-top-text {
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}

.about-top-text .about-name {
    font-size: 24px;
    text-transform: uppercase;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 32px;
    margin-bottom: 34px;
}

.about-form {
    width: 100%;
    position: relative;
    background: rgba(235, 235, 235, .5);
    padding: 74px 0 70px;
}

.about-form form {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.about-form .xunbiao {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin-bottom: 74px;
    font-family: CenturyGothic-Bold;
    text-transform: uppercase;
}

.about-form .item-input, .about-form .item-input1 {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    padding-left: 140px;
}

.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 136px;
}

.about-form .item-input .label span, .about-form .item-input1 .label span, .about-form .item-input3 .label span {
    color: #FF0000;
}

.about-form .item-input input {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    border: 1px solid #DCDCDC;
}

.about-form .item-input1 textarea {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    height: 146px;
    border: 1px solid #DCDCDC;
}

.about-form .attachment {
    margin-bottom: 20px;
    width: 205px;
}

.attachment .file-group {
    width: 100%;
    height: 39px;
    position: relative;
    overflow: hidden;
}

.attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background: #FA7F42;
    border-radius: 4px;
    border: 1px solid #FA7F42;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    transition: 0.5s;
}

.attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.about-form .item-input3 {
    float: left;
    width: 608px;
    position: relative;
    margin-bottom: 18px;
    padding-left: 140px;
}

.about-form .item-input3 input {
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    border: 1px solid #DCDCDC;
}

.about-form .item-input3 .yanzheng {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 115px;
    max-height: 48px;
    border: 1px solid #DCDCDC;
}

.about-form .item-btn {
    width: 468px;
    float: right;
    height: 50px;
    background: #EB5A27;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.map2 {
    position: relative;
    width: 100%;
    padding: 4.166666666666667% 0 7.291666666666667%;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .about {
        padding-top: 100px;
    }

    .about-top {
        padding-bottom: 48px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-top-text .about-name {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    .about-form {
        padding: 65px 0 56px;
    }

    .about-form form {
        max-width: 1100px;
    }

    .about-form .xunbiao {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 60px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 140px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 46px;
        width: 130px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
        height: 146px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .about-form .item-input3 {
        width: 604px;
        margin-bottom: 18px;
        padding-left: 130px;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 28px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 44px;
    }

    .about-form .item-btn {
        width: 470px;
        height: 46px;
        font-size: 16px;
    }

    .map2 {
        padding: 4% 0 7.25%;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .about {
        padding-top: 80px;
    }

    .about-top {
        padding-bottom: 40px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 24px;
    }

    .about-top-text .about-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .about-form {
        padding: 54px 0 48px;
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .xunbiao {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 48px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 132px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 42px;
        width: 126px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 500px;
        margin-bottom: 16px;
        padding-left: 132px;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: 380px;
        height: 42px;
        font-size: 14px;
    }

    .map2 {
        padding: 3.875% 0 7.125%;
    }
}

@media (max-width: 991px) {
    .about {
        padding-top: 60px;
    }

    .about-top {
        padding-bottom: 30px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-top-text .about-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .about-form {
        padding: 44px 0 40px;
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .xunbiao {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 48px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 130px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 13px;
        line-height: 42px;
        width: 126px;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 100%;
        margin-bottom: 16px;
        padding-left: 130px;
        float: none;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: calc(100% - 130px);
        height: 42px;
        font-size: 14px;
        margin-left: 120px;
        float: none;
    }

    .map2 {
        padding: 3.75% 0 7%;
    }
}

@media (max-width: 620px) {
    .about {
        padding-top: 40px;
    }

    .about-top {
        padding-bottom: 30px;
    }

    .about-top-text {
        font-size: 14px;
        line-height: 22px;
    }

    .about-top-text .about-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .about-form {
        padding: 36px 0 32px;
    }

    .about-form form {
        max-width: 900px;
    }

    .about-form .xunbiao {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    .about-form .item-input, .about-form .item-input1 {
        margin-bottom: 16px;
        padding-left: 0px;
    }

    .about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .about-form .item-input input {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .about-form .item-input1 textarea {
        padding: 8px;
        font-size: 14px;
        line-height: 24px;
        height: 140px;
    }

    .about-form .attachment {
        margin-bottom: 18px;
        width: 200px;
    }

    .attachment .file-group {
        width: 100%;
        height: 38px;
        position: relative;
        overflow: hidden;
    }

    .attachment .file-group .file-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .about-form .item-input3 {
        width: 100%;
        margin-bottom: 16px;
        padding-left: 0;
        float: none;
    }

    .about-form .item-input3 input {
        padding: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about-form .item-input3 .yanzheng {
        width: 112px;
        max-height: 40px;
    }

    .about-form .item-btn {
        width: 100%;
        height: 42px;
        font-size: 14px;
        margin-left: 0px;
        float: none;
    }

    .map2 {
        padding: 3.75% 0 6.5625%;
    }
}

/**************** product *****************/
.product {
    position: relative;
    width: 100%;
    padding: 95px 0 90px;
}

.pro-contain {
    width: 100%;
    position: relative;
}

/* .pro-contain .pro-main{float: right;width: 1030px;padding: 0 26px;}
.pro-contain .pro-slide{float: left;width: 306px;} */

.pro-contain .pro-title {
    font-size: 48px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 56px;
}

.pro-contain .pro-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-family: ITCAvantGardeStd-Bk;
    color: #666666;
    margin-top: 26px;
    margin-bottom: 29px;
}

.przhan {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.przhanh {
    height: auto !important;
}

.pro-contain .more .zhankai {
    color: #fff;
    padding: 0px 15px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    cursor: pointer;
    background: #EB5A27;
    display: inline-block;
    vertical-align: top;
    min-width: 163px;
    text-align: center;
    font-family: ITCAvantGardeStd-Md;
}

.pro-contain .more .zhankai:hover {
    background: #FA7F42;
    color: #fff;
}

.pro-list {
    position: relative;
    padding-top: 72px;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -21px;
    margin-right: -21px;
    display: block;
    padding-bottom: 76px;
    transition: 0.5s;
}

.pro-list-item {
    width: 33.3333333333%;
    margin-bottom: 66px;
    display: inline-block;
    vertical-align: top;
    padding: 0 21.5px;
    transition: 0.5s;
}

.pro-list-item .pro-item-box {
    background: #FFFFFF;
    position: relative;
    width: 100%;
    transition: all .3s;
}

.pro-list-item .pro-item-box:hover {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.pro-list-item .pro-item-box .item-pic {
    position: relative;
    width: 100%;
    border: 1px solid #EBEBEB;
}

.pro-list-item .pro-item-box:hover .item-pic {
    border: 0;
    border-radius: 12px;
}

.pro-list-item .pro-item-box .item-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    background: rgba(235, 90, 39, .8);
    border-radius: 12px;
    transition: all .3s;
}

.pro-list-item .pro-item-box:hover .item-backdrop {
    left: 0;
}

.pro-list-item .pro-item-box .item-linkbox {
    position: relative;
    width: 42px;
    height: 42px;
}

.pro-list-item .pro-item-box .item-linkbox img {
    width: 100%;
    position: relative;
    display: block;
}

.pro-list-item .pro-item-box .item-body {
    padding: 26px 0 22px;
    position: relative;
    width: 100%;
}

.pro-list-item .pro-item-box:hover .item-body {
    padding: 26px 25px 22px;
}

.pro-list-item .item-body .item-title {
    font-size: 18px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 30px;
}

.pro-list-item .item-body .item-desc {
    font-size: 16px;
    margin-top: 4px;
    color: #666666;
    line-height: 30px;
    height: 60px;
}

.pro-list-item .item-body .item-btn {
    margin-top: 14px;
}

.pro-list-item .item-body .item-btn a {
    font-size: 16px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}

.pro-list-item .pro-item-box:hover .item-btn a, .pro-list-item .item-body .item-btn a:hover {
    color: #EB5A27;
}

.pro-list-item .item-body .item-btn input {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    margin-top: 9px;
    margin-left: 10px;
    height: 12px;
}


.fenye {
    padding-top: 14px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}

.fenyen {
    display: inline-block;
    vertical-align: top;
}

.fenyen a {
    display: inline-block;
    vertical-align: top;
    min-width: 29px;
    color: #999;
    text-align: center;
    line-height: 29px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 2px;
}

.fenyen a.iconfont {
    background: transparent !important;
    border: 0;
    color: #000 !important;
}

.fenyen a:hover, .fenyen a.active {
    background: #EB5A27;
    color: #fff;
}

.fuxuan {
    background: url(../img/jian.png) no-repeat right center;
    padding-right: 23px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 14px;
}

.fuxuan input {
    min-width: 130px;
    line-height: 29px;
    padding: 0 5px;
    color: #EB5A27;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 16px;
    font-size: 1.6rem;
}

.fuxuan input:hover {
    background: #EB5A27;
    color: #fff;
}

.j-nextshow {
    position: relative;
}

.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .proslide_menubtn {
        display: block;
    }
}

.pro-slide-title {
    width: 100%;
    background: #1B3884;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold;
    color: #FFFFFF;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
}

.pro-slide-title a {
    color: #fff;
}

.pryiji {
    padding: 2px 1px;
    margin-bottom: 31px;
    width: 100%;
    position: relative;
}

.pryiji > li {
    border-bottom: 1px solid #D5D5D5;
    position: relative;
    transition: 0.5s;
}

.pryiji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 11px 18px 10px;
    position: relative
}

.pryiji > li > .iconfont {
    position: absolute;
    z-index: 8;
    right: 10px;
    height: 51px;
    width: 20px;
    font-size: 14px;
    top: 0;
    line-height: 51px;
    transition: 0.5s;
}

.pryiji > li > a span {
    transition: 0.5s;
    position: relative;
}

.pryiji > li > a:hover {
    color: #1B3884;
}

.pryiji > li > a:hover span {
    color: #1B3884;
}

.pryiji > li:hover > .iconfont {
    transform: rotate(90deg);
}

.prerji {
    border-top: solid 1px #D5D5D5;
    padding: 8px 0;
    padding-left: 25px;
}

.prerji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
}

.prsanji {
    margin-left: 20px;
    padding: 8px 0;
}

.prsanji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
}

.prerji a:hover {
    color: #1B3884
}

a.prbiao:hover {
    color: #1B3884;
}

.dangpryi > a {
    color: #1B3884 !important;
}

.dangpryi > a span {
    color: #1B3884 !important;
}

.dangpryi > .iconfont {
    transform: rotate(90deg) !important;
}

.dangpryi > a i {
    transform: rotate(180deg) !important;
    color: #fff !important
}

.dangprer > a {
    color: #1B3884 !important;
}

.attribute {
    margin-top: 36px;
    background: rgba(235, 235, 235, .5);
    padding: 30px 32px 26px;
}

.attri-title {
    position: relative;
    font-size: 24px;
    font-family: ITCAvantGardeStd-Md;
    text-transform: uppercase;
    color: #333;
    line-height: 30px;
    padding-bottom: 24px;
}

.attribute .name span {
    display: inline-block;
    color: #333;
    transition: 0.5s;
}

.attribute .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    min-width: 78px;
    font-family: ITCAvantGardeStd-Bk;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    vertical-align: top;
}

.attribute .name i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    display: none;
}

.attribute .name i:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #333;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
}

.attribute .name i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #333;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: 0.5s;
}

/* .attribute .name.active span{color: #1B3884;} */
.attribute .name.active i:after {
    transform: rotate(180deg);
    background: #fff;
}

.attribute .item-box {
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.attribute .item-box label {
    display: inline-block;
    cursor: pointer;
}

.attribute .item-box > div {
    color: #666;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 12px;
    position: relative;
}

.attribute .item-box p input {
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.attribute .check-box-div {
    display: inline-block;
    vertical-align: middle;
}

.attribute .check-box-div .icon {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.attribute .item-box.active {
    display: block
}

.tag {
    border-top: 1px solid #636363;
    padding-top: 67px;
}

.tag-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    margin-left: -11px;
    margin-right: -11px;
}

.tag-list > li {
    width: 16.666666666667%;
    margin-bottom: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 0 11px;
}

.tag-list > li > a {
    display: block;
    width: 100%;
    background: #ECECEC;
    line-height: 43px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-family: ITCAvantGardeStd-Bk;
}

.tag-list > li > a:hover {
    background: #EB5A27;
    color: #fff;
}

.pro-news-list {
    margin-top: 18px;
    width: 100%;
    background: rgba(238, 238, 238, .8);
    border: 1px solid #CCCCCC;
}

.pro-news-item {
    width: 100%;
    padding: 20px 26px;
    border-bottom: 1px solid #ccc;
}

.pro-news-item .item-title {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    position: relative;
    padding-left: 26px;
}

.pro-news-item .item-title .iconfont {
    font-size: 18px;
    line-height: 26px;
    color: #1B3884;
    width: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro-news-item .item-desc {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .product {
        padding: 5% 0;
    }

    .pro-contain .pro-title {
        font-size: 42px;
        line-height: 48px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        margin-top: 26px;
        margin-bottom: 29px;
    }

    .przhan {
        height: 90px;
    }

    .pro-contain .more .zhankai {
        padding: 0px 15px;
        line-height: 44px;
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 163px;
    }

    .pro-list {
        padding-top: 72px;
        margin-left: -21px;
        margin-right: -21px;
        padding-bottom: 76px;
    }

    .pro-list-item {
        width: 33.3333333333%;
        margin-bottom: 66px;
        padding: 0 21.5px;
    }

    .pro-list-item .pro-item-box .item-linkbox {
        width: 42px;
        height: 42px;
    }

    .pro-list-item .pro-item-box .item-body {
        padding: 26px 0 22px;
    }

    .pro-list-item .pro-item-box:hover .item-body {
        padding: 26px 25px 22px;
    }

    .pro-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .pro-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 30px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 14px;
    }

    .pro-list-item .item-body .item-btn a {
        font-size: 16px;
        line-height: 30px;
    }

    .pro-list-item .item-body .item-btn input {
        width: 12px;
        margin-top: 9px;
        margin-left: 10px;
        height: 12px;
    }

    .fenye {
        padding-top: 14px;
    }

    .attribute {
        margin-top: 36px;
        padding: 30px 32px 26px;
    }

    .attri-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 24px;
    }

    .attribute .name {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        min-width: 78px;
    }

    .attribute .item-box > div {
        margin-bottom: 20px;
        margin-right: 12px;
    }

    .tag {
        padding-top: 58px;
    }

    .tag-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tag-list > li {
        width: 16.666666666667%;
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .tag-list > li > a {
        line-height: 40px;
        font-size: 18px;
    }

    .pro-slide-title {
        padding: 16px;
        font-size: 24px;
        line-height: 30px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 31px;
    }

    .pryiji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 20px 24px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .pro-contain .pro-title {
        font-size: 36px;
        line-height: 42px;
    }

    .pro-contain .pro-text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .przhan {
        height: 84px;
    }

    .pro-contain .more .zhankai {
        padding: 0px 15px;
        line-height: 42px;
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 156px;
    }

    .pro-list {
        padding-top: 60px;
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: 64px;
    }

    .pro-list-item {
        width: 33.3333333333%;
        margin-bottom: 54px;
        padding: 0 12px;
    }

    .pro-list-item .pro-item-box .item-linkbox {
        width: 38px;
        height: 38px;
    }

    .pro-list-item .pro-item-box .item-body {
        padding: 20px 0 18px;
    }

    .pro-list-item .pro-item-box:hover .item-body {
        padding: 20px 18px 18px;
    }

    .pro-list-item .item-body .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-list-item .item-body .item-desc {
        font-size: 16px;
        margin-top: 4px;
        line-height: 28px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 12px;
    }

    .pro-list-item .item-body .item-btn a {
        font-size: 16px;
        line-height: 28px;
    }

    .pro-list-item .item-body .item-btn input {
        width: 12px;
        margin-top: 8px;
        margin-left: 10px;
        height: 12px;
    }

    .fenye {
        padding-top: 12px;
    }

    .attribute {
        margin-top: 32px;
        padding: 28px 26px 20px;
    }

    .attri-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .attribute .name {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 30px;
        min-width: 78px;
    }

    .attribute .item-box > div {
        margin-bottom: 16px;
        margin-right: 10px;
    }

    .tag {
        padding-top: 46px;
    }

    .tag-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tag-list > li {
        width: 20%;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .tag-list > li > a {
        line-height: 36px;
        font-size: 16px;
    }

    .pro-slide-title {
        padding: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 28px;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }


    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 18px 22px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .pro-contain .pro-title {
        font-size: 30px;
        line-height: 36px;
    }

    .pro-contain .pro-text {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .przhan {
        height: 78px;
    }

    .pro-contain .more .zhankai {
        padding: 0px 12px;
        line-height: 38px;
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 140px;
    }

    .pro-list {
        padding-top: 48px;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 50px;
    }

    .pro-list-item {
        width: 50%;
        margin-bottom: 42px;
        padding: 0 15px;
    }

    .pro-list-item .pro-item-box .item-linkbox {
        width: 34px;
        height: 34px;
    }

    .pro-list-item .pro-item-box .item-body {
        padding: 16px 0 14px;
    }

    .pro-list-item .pro-item-box:hover .item-body {
        padding: 16px 15px 14px;
    }

    .pro-list-item .item-body .item-title {
        font-size: 17px;
        line-height: 26px;
    }

    .pro-list-item .item-body .item-desc {
        font-size: 15px;
        margin-top: 4px;
        line-height: 26px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 10px;
    }

    .pro-list-item .item-body .item-btn a {
        font-size: 15px;
        line-height: 26px;
    }

    .pro-list-item .item-body .item-btn input {
        width: 10px;
        margin-top: 8px;
        margin-left: 8px;
        height: 10px;
    }

    .fenye {
        padding-top: 10px;
    }

    .attribute {
        margin-top: 28px;
        padding: 24px 20px 18px;
    }

    .attri-title {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 18px;
    }

    .attribute .name {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        min-width: 76px;
    }

    .attribute .item-box > div {
        margin-bottom: 14px;
        margin-right: 10px;
    }

    .tag {
        padding-top: 46px;
    }

    .tag-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tag-list > li {
        width: 25%;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .tag-list > li > a {
        line-height: 36px;
        font-size: 16px;
    }

    .pro-slide-title {
        padding: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .pryiji {
        padding: 2px 1px;
        margin-bottom: 28px;
        display: none;
    }

    .pryiji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 30px;
        padding: 11px 18px 10px;
    }

    .pryiji > li > .iconfont {
        right: 10px;
        height: 51px;
        width: 20px;
        font-size: 14px;
        line-height: 51px;
    }

    .prerji {
        padding: 8px 0;
        padding-left: 25px;
    }

    .prerji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .prsanji {
        margin-left: 20px;
        padding: 8px 0;
    }

    .prsanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 3px 0;
    }

    .pro-news-list {
        margin-top: 18px;
    }

    .pro-news-item {
        width: 100%;
        padding: 18px 22px;
    }

    .pro-news-item .item-title {
        font-size: 16px;
        line-height: 26px;
        ppadding-left: 26px;
    }

    .pro-news-item .item-title .iconfont {
        font-size: 18px;
        line-height: 26px;
        width: 18px;
    }

    .pro-news-item .item-desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 720px) {
    .pro-contain .pro-title {
        font-size: 24px;
        line-height: 30px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .more .zhankai {
        padding: 0px 10px;
        line-height: 36px;
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 120px;
    }

    .pro-list {
        padding-top: 36px;
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 38px;
    }

    .pro-list-item {
        width: 50%;
        margin-bottom: 36px;
        padding: 0 8px;
    }

    .pro-list-item .pro-item-box .item-linkbox {
        width: 30px;
        height: 30px;
    }

    .pro-list-item .pro-item-box .item-body {
        padding: 12px 0 10px;
    }

    .pro-list-item .pro-item-box:hover .item-body {
        padding: 12px 10px 10px;
    }

    .pro-list-item .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .pro-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list-item .item-body .item-btn input {
        width: 10px;
        margin-top: 7px;
        margin-left: 8px;
        height: 10px;
    }

    .fenye {
        padding-top: 8px;
    }

    .attribute {
        margin-top: 24px;
        padding: 20px 15px 18px;
    }

    .attri-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .attribute .name {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        min-width: 76px;
    }

    .attribute .item-box > div {
        margin-bottom: 12px;
        margin-right: 10px;
    }

    .tag {
        padding-top: 26px;
    }

    .tag-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tag-list > li {
        width: 33.3333333%;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .tag-list > li > a {
        line-height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .pro-contain .pro-title {
        font-size: 20px;
        line-height: 26px;
    }

    .pro-contain .pro-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .przhan {
        height: 72px;
    }

    .pro-contain .more .zhankai {
        padding: 0px 10px;
        line-height: 36px;
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 120px;
    }

    .pro-list {
        padding-top: 32px;
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 38px;
    }

    .pro-list-item {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 5px;
    }

    .pro-list-item .pro-item-box .item-linkbox {
        width: 30px;
        height: 30px;
    }

    .pro-list-item .pro-item-box .item-body {
        padding: 12px 0 10px;
    }

    .pro-list-item .pro-item-box:hover .item-body {
        padding: 12px 6px 10px;
    }

    .pro-list-item .item-body .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .pro-list-item .item-body .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }

    .pro-list-item .item-body .item-btn {
        margin-top: 8px;
    }

    .pro-list-item .item-body .item-btn a {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-list-item .item-body .item-btn input {
        width: 10px;
        margin-top: 7px;
        margin-left: 5px;
        height: 10px;
    }

    .fenye {
        padding-top: 8px;
    }

    .attribute {
        margin-top: 20px;
        padding: 16px 10px 14px;
    }

    .attri-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 16px;
    }

    .attribute .name {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 30px;
        min-width: 72px;
    }

    .attribute .item-box > div {
        margin-bottom: 12px;
        margin-right: 10px;
    }

    .tag {
        padding-top: 26px;
    }

    .tag-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tag-list > li {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .tag-list > li > a {
        line-height: 36px;
        font-size: 16px;
    }
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF; /*opacity:0.5; */
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #ccc;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

.m-prob {
    margin-bottom: 9px;
    position: relative;
}

.m-propic {
    margin: 0 auto;
    width: 589px;
    position: relative;
    float: left;
}

.swiper-product {
    position: relative;
    width: 100%;
}

.swiper-product .swiper-button {
    bottom: 0;
    margin-top: 0;
    top: auto;
    left: auto;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background: #E6E6E6;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.swiper-product .swiper-button:hover {
    background: #EB5A27;
    color: #fff;
}

.pro-button-next {
    right: 0;
}

.pro-button-prev {
    right: 34px;
}

.m-propic .pic-big {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    z-index: 9
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .zoomWrapperImage img {
    max-width: 1200px;
    z-index: 99
}

.m-propic .pic-small {
    position: relative;
    float: right;
    width: 96px;
    padding-top: 26px;
    padding-bottom: 26px;
    overflow: hidden;
    z-index: 1
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
    display: block;
    width: 96px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    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: #EB5A27;
}


.m-propic .pic-list {
    height: 530px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .list-item {
    margin-bottom: 12px;
    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 #EB5A27;
}

.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: #EB5A27;
}

@media screen and (max-width: 1259px) {
    .m-prob {
        margin-bottom: 8px;
    }

    .m-propic {
        width: 520px;
    }

    .m-propic .pic-big {
        width: 100%;
    }

    .m-propic .pic-small {
        width: 76px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m-propic .pic-btn {
        width: 76px;
        line-height: 20px;
        font-size: 16px;
    }

    .m-propic .pic-list {
        height: 420px;
    }

    .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;
    }

    .prob-pic {
        float: none;
        margin: 0 auto;
    }

    .m-prob {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 991px) {
    .m-propic1 {
        display: none;
    }

    .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
    }

    .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 17px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .m-propic2 .box-btn.prev {
        left: 0;
    }

    .m-propic2 .box-btn.next {
        right: 0;;
    }

    .m-propic2 .box-btn.prev:hover {
    }

    .m-propic2 .box-btn.next:hover {
    }

    .m-propic2 .box-list {
        overflow: hidden;
    }

    .m-propic2 .box-list ul {
        width: 1000%;
    }

    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
        padding: 0px;
    }

}

@media only screen and (max-width: 500px ) {
    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }
}

@media only screen and (max-width: 350px ) {
    .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

.prob-info {
    padding-top: 72px;
    width: 530px;
    float: right;
}

.jianjie h1 {
    font-size: 30px;
    color: #333333;
    line-height: 48px;
    font-size: 3rem;
    font-family: CenturyGothic-Bold;
}

.jiann {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    font-family: ITCAvantGardeStd-Bk;
    color: #666;
    margin-top: 32px;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
}

.jiann p, .jiann span, .jiann li, .jiann strong {
    color: #666;
}

.jiann a {
    color: #EB5A27;
}

.sharen {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}

.share1 {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    vertical-align: middle;
    color: #333333;
}

.share2 {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.inno {
    letter-spacing: 0;
    margin-top: 40px;
    font-size: 0px;
}

.inno a {
    display: inline-block;
    vertical-align: top;
    min-width: 163px;
    line-height: 44px;
    background: #E1E1E1;
    color: #333;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 26px;
}

.inno a:hover {
    color: #fff;
    background: #EB5A27;
}

.pro-download {
    margin-top: 20px;
    background: rgba(225, 225, 225, .4);
    padding: 22px 30px 23px;
}

.pro-download .prpdf img {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

.pro-download .prpdf {
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}


@media screen and (max-width: 1259px) {
    .prob-info {
        padding-top: 50px;
        width: 400px;
    }

    .jianjie h1 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 40px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-top: 30px;
        max-height: 105px;
        margin-bottom: 20px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .inno {
        margin-top: 28px;
    }

    .inno a {
        min-width: 130px;
        line-height: 38px;
        padding: 0 15px;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 20px;
    }

    .pro-download {
        margin-top: 10px;
        padding: 18px 20px;
    }

    .pro-download .prpdf img {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .pro-download .prpdf {
        font-size: 14px;
        line-height: 36px;
    }
}

@media screen and (max-width: 999px) {
    .prob-info {
        padding-top: 20px;
        width: 100%;
    }

    .jianjie h1 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .jiann {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 16px;
        max-height: 96px;
    }

    .share1 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .inno {
        margin-top: 12px;
    }

    .inno a {
        min-width: 120px;
        line-height: 36px;
        padding: 0 15px;
        margin-bottom: 10px;
    }
}

.table {
    width: 100%;
    overflow: auto;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 24px;
}

.table table tr td {
    padding: 5px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.product-detail {
    position: relative;
    z-index: 1;
    margin-top: 66px;
}

.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;
    min-width: 75px;
    padding: 0 15px;
    line-height: 28px;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    margin-right: 12px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.patitem-name {
    display: inline-block;
    vertical-align: top;
    min-width: 75px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.prodetails-desc {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 47px;
    margin-bottom: 67px;
    font-family: ITCAvantGardeStd-Bk;
    border-bottom: 1px solid #636363;
}

.prtag2 {
    font-size: 0;
    letter-spacing: 0;
    margin-right: -19px;
    margin-bottom: 10px;
}

.prtag2 a {
    min-width: 221px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    color: #666666;
    margin-right: 19px;
    line-height: 43px;
    background: #ECECEC;
    margin-bottom: 10px;
    font-family: ITCAvantGardeStd-Bk;
}

.prtag2 a:last-of-type(1) {
    margin-right: 0px;
}

.prtag2 a::hover {
    background: #EB5A27;
    color: #fff;
}

.prtag {
    max-height: 158px;
    overflow: hidden;
}

.prtagh {
    height: auto !important;
    max-height: none !important;
}

.tags .more {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #000;
    position: relative;
}

.pro-detail-title {
    position: relative;
    font-size: 24px;
    font-family: ITCAvantGardeStd-Md;
    color: #333;
    line-height: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 40px;
}

.pro-detail-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 95px;
    background: #EB5A27;
}

@media screen and (max-width: 1459px) {
    .product-detail {
        margin-bottom: 10px;
        margin-top: 54px;
    }

    .prodetails-title {
        margin-bottom: 30px;
    }

    .chanxbiaon {
        min-width: 350px;
        padding: 10px 24px;
        line-height: 28px;
        font-size: 22px;
    }

    .patitem {
        margin-bottom: 18px;
    }

    .patitem span {
        min-width: 70px;
        padding: 0 15px;
        line-height: 28px;
        margin-right: 10px;
        font-size: 15px;
    }

    .patitem-name {
        font-size: 18px;
        line-height: 30px;
    }

    .prodetails-desc {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 42px;
        margin-bottom: 60px;
    }

    .prtag2 a {
        min-width: 204px;
        padding: 0 15px;
        font-size: 16px;
        margin-right: 18px;
        line-height: 40px;
    }

    .prtag {
        max-height: 150px;
    }

    .pro-detail-title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 36px;
    }

    .pro-detail-title::before {
        height: 5px;
        width: 88px;
    }
}

@media screen and (max-width: 1259px) {
    .product-detail {
        margin-bottom: 16px;
        margin-top: 42px;
    }

    .prodetails-title {
        margin-bottom: 26px;
    }

    .chanxbiaon {
        min-width: 330px;
        padding: 8px 20px;
        line-height: 26px;
        font-size: 20px;
    }

    .patitem {
        margin-bottom: 16px;
    }

    .patitem span {
        min-width: 70px;
        padding: 0 12px;
        line-height: 26px;
        margin-right: 10px;
        font-size: 14px;
    }

    .patitem-name {
        font-size: 16px;
        line-height: 28px;
    }

    .prodetails-desc {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 36px;
        margin-bottom: 52px;
    }

    .prtag2 a {
        min-width: 188px;
        padding: 0 15px;
        font-size: 15px;
        margin-right: 16px;
        line-height: 36px;
    }

    .prtag {
        max-height: 138px;
    }

    .pro-detail-title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 36px;
    }

    .pro-detail-title::before {
        height: 5px;
        width: 82px;
    }
}

@media screen and (max-width: 991px) {
    .product-detail {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .prodetails-title {
        margin-bottom: 20px;
    }

    .chanxbiaon {
        min-width: 320px;
        padding: 8px 20px;
        line-height: 26px;
        font-size: 20px;
    }

    .patitem {
        margin-bottom: 16px;
    }

    .patitem span {
        min-width: 70px;
        padding: 0 12px;
        line-height: 26px;
        margin-right: 10px;
        font-size: 14px;
    }

    .patitem-name {
        font-size: 16px;
        line-height: 28px;
    }

    .prodetails-desc {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 30px;
        margin-bottom: 44px;
    }

    .prtag2 a {
        min-width: 172px;
        padding: 0 15px;
        font-size: 15px;
        margin-right: 16px;
        line-height: 36px;
    }

    .prtag {
        max-height: 138px;
    }

    .pro-detail-title {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 18px;
        margin-bottom: 30px;
    }

    .pro-detail-title::before {
        height: 5px;
        width: 70px;
    }
}

@media screen and (max-width: 600px) {
    .product-detail {
        margin-bottom: 16px;
        margin-top: 24px;
    }

    .prodetails-title {
        margin-bottom: 20px;
    }

    .chanxbiaon {
        min-width: 300px;
        padding: 8px 20px;
        line-height: 26px;
        font-size: 20px;
    }

    .patitem {
        margin-bottom: 16px;
    }

    .patitem span {
        min-width: 70px;
        padding: 0 12px;
        line-height: 26px;
        margin-right: 10px;
        font-size: 14px;
    }

    .patitem-name {
        font-size: 16px;
        line-height: 26px;
    }

    .prodetails-desc {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 22px;
        margin-bottom: 32px;
    }

    .prtag2 a {
        min-width: 150px;
        padding: 0 15px;
        font-size: 15px;
        margin-right: 15px;
        line-height: 34px;
    }

    .prtag {
        max-height: 132px;
    }

    .pro-detail-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .pro-detail-title::before {
        height: 4px;
        width: 60px;
    }
}

.pro-related {
    position: relative;
    width: 100%;
    padding-top: 54px;
}

.related-swiper {
    position: relative;
    width: 100%;
    padding-top: 8px;
}

.related-swiper .swiper-related {
    position: relative;
    width: 100%;
    padding: 10px 5px;
}

.related-swiper .swiper-button {
    left: auto;
    top: 0;
    margin-top: -108px;
    width: 33px;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    font-size: 28px;
    color: #999;
}

.related-swiper .swiper-button:hover {
    color: #333;
}

.related-button-next {
    right: 0;
}

.related-button-prev {
    right: 38px;
}

@media screen and (max-width: 1459px) {
    .pro-related {
        padding-top: 68px;
    }

    .related-swiper .swiper-button {
        width: 32px;
        line-height: 32px;
        font-size: 26px;
        margin-top: -96px;
    }
}

@media screen and (max-width: 1259px) {
    .pro-related {
        padding-top: 56px;
    }

    .related-swiper .swiper-button {
        width: 30px;
        line-height: 30px;
        font-size: 24px;
        margin-top: -80px;
    }
}

@media screen and (max-width: 991px) {
    .pro-related {
        padding-top: 44px;
    }

    .related-swiper .swiper-button {
        width: 24px;
        line-height: 24px;
        font-size: 20px;
        margin-top: -70px;
    }
}

@media screen and (max-width: 560px) {
    .pro-related {
        padding-top: 30px;
    }

    .related-swiper .swiper-button {
        width: 24px;
        line-height: 24px;
        font-size: 20px;
        margin-top: -56px;
    }
}

.contact-top-title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 46px;
}

.contact-top-list {
    margin-top: 28px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.contact-top-list a, .contact-top-list span {
    color: #666;
    margin-right: 16px;
}

.contact-top-list a:hover {
    color: #EB5A27;
}

@media screen and (max-width: 1459px) {
    .contact-top {
        margin-bottom: 60px;
    }

    .contact-top-title {
        font-size: 26px;
        line-height: 40px;
    }

    .contact-top-list {
        margin-top: 24px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1259px) {
    .contact-top {
        margin-bottom: 48px;
    }

    .contact-top-title {
        font-size: 24px;
        line-height: 36px;
    }

    .contact-top-list {
        margin-top: 20px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .contact-top {
        margin-bottom: 36px;
    }

    .contact-top-title {
        font-size: 20px;
        line-height: 32px;
    }

    .contact-top-list {
        margin-top: 18px;
        font-size: 14px;
        line-height: 24px;
    }

    .contact-top-list a, .contact-top-list span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 760px) {
    .contact-top {
        margin-bottom: 30px;
    }

    .contact-top-title {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-top-list {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }
}

/* ************** news ***************** */
.news {
    position: relative;
    padding: 5.46875% 0 5.885416666666667%;
}

.news-list {
    font-size: 0;
    letter-spacing: 0;
    margin-left: -33px;
    margin-right: -33px;
    transition: 0.5s;
    padding-bottom: 36px;
}

.news-list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    transition: 0.5s;
    padding: 0 33px;
    margin-bottom: 66px;
}

.news-list-item .new-item-box {
    padding: 29px 20px 35px;
}

.news-list-item .new-item-box .item-icon {
    position: absolute;
    top: -27px;
    right: 27px;
    width: 66px;
    height: 66px;
    background: #EB5A27;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    display: none;
}

.news-list-item .new-item-box:hover .item-icon {
    display: block;
}

.news-list-item .new-item-box .item-icon img {
    width: 100%;
}

.news-list-item .new-item-box .item-top {
    padding: 0 2px;
}

.news-list-item .new-item-box .item-top .iten-pic {
    max-width: 208px;
}

.news-list-item .item-pic img {
    width: 100%;
    max-width: 440px;
    max-height: 330px;
}

.news-list-item .new-item-box .item-top .item-info {
    width: calc(100% - 208px);
    padding-left: 20px;
}

.news-list-item .new-item-box .item-body {
    padding: 19px 12px 0;
}

@media screen and (max-width: 1459px) {
    .news {
        padding: 5.375% 0 5.8%;
    }

    .news-list {
        margin-left: -33px;
        margin-right: -33px;
        padding-bottom: 36px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 33px;
        margin-bottom: 60px;
    }

    .news-list-item .new-item-box {
        padding: 29px 20px 35px;
    }

    .news-list-item .new-item-box .item-icon {
        top: -27px;
        right: 27px;
        width: 66px;
        height: 66px;
    }

    .news-list-item .new-item-box .item-top .iten-pic {
        max-width: 208px;
    }

    .news-list-item .new-item-box .item-top .item-info {
        width: calc(100% - 208px);
        padding-left: 20px;
    }

    .news-list-item .new-item-box .item-body {
        padding: 19px 12px 0;
    }
}

@media screen and (max-width: 1259px) {
    .news {
        padding: 5.375% 0 5.8%;
    }

    .news-list {
        margin-left: -18px;
        margin-right: -18px;
        padding-bottom: 24px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 18px;
        margin-bottom: 48px;
    }

    .news-list-item .new-item-box {
        padding: 24px 16px 30px;
    }

    .news-list-item .new-item-box .item-icon {
        top: -22px;
        right: 22px;
        width: 54px;
        height: 54px;
    }

    .news-list-item .new-item-box .item-top .iten-pic {
        max-width: 200px;
    }

    .news-list-item .new-item-box .item-top .item-info {
        width: calc(100% - 200px);
        padding-left: 20px;
    }

    .news-list-item .new-item-box .item-body {
        padding: 16px 8px 0;
    }
}

@media screen and (max-width: 991px) {
    .news {
        padding: 5.25% 0 5.75%;
    }

    .news-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 20px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 36px;
    }

    .news-list-item .new-item-box {
        padding: 20px 12px 24px;
    }

    .news-list-item .new-item-box .item-icon {
        top: -22px;
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .news-list-item .new-item-box .item-top .iten-pic {
        max-width: 172px;
    }

    .news-list-item .new-item-box .item-top .item-info {
        width: calc(100% - 172px);
        padding-left: 14px;
    }

    .news-list-item .new-item-box .item-body {
        padding: 14px 6px 0;
    }
}

@media screen and (max-width: 750px) {
    .news {
        padding: 5.25% 0 5.75%;
    }

    .news-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 20px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 30px;
    }

    .news-list-item .new-item-box {
        padding: 16px 10px 20px;
    }

    .news-list-item .new-item-box .item-icon {
        top: -18px;
        right: 12px;
        width: 32px;
        height: 32px;
    }

    .news-list-item .new-item-box .item-top .iten-pic {
        max-width: 160px;
    }

    .news-list-item .new-item-box .item-top .item-info {
        width: calc(100% - 160px);
        padding-left: 10px;
    }

    .news-list-item .new-item-box .item-body {
        padding: 10px 4px 0;
    }
}

@media screen and (max-width: 660px) {
    .news {
        padding: 5% 0 5.5%;
    }

    .news-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 20px;
    }

    .news-list-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 36px;
    }

    .news-list-item .new-item-box {
        padding: 12px 10px 16px;
    }

    .news-list-item .new-item-box .item-icon {
        top: -18px;
        right: 8px;
        width: 32px;
        height: 32px;
    }

    .news-list-item .new-item-box .item-top .iten-pic {
        max-width: 100%;
    }

    .news-list-item .new-item-box .item-top .item-info {
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }

    .news-list-item .new-item-box .item-body {
        padding: 8px 2px 0;
    }
}

@media screen and (max-width: 375px) {
    .news {
        padding: 30px 0;
    }

    .news-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .news-list-item {
        width: 100%;
        padding: 0 6px;
        margin-bottom: 24px;
    }
}

.news-detail {
    width: 100%;
    position: relative;
    padding: 116px 0 24px;
}

.new-contain {
    width: 100%;
    position: relative;
}

.news-title {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    font-family: CenturyGothic-Bold;
}

.new-contain .share, .app-detail .share {
    margin-top: 18px;
    margin-bottom: 34px;
}

.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;
}

.news-text {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 32px;
    padding-top: 55px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.news-text img {
    display: block;
}

.fanpian {
    padding-top: 56px;
    margin-bottom: 80px;
}

.fanpian li {
    padding-left: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    color: #888888;
    position: relative;
    margin: 8px 0;
}

.fanpian li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.fanpian li span, .fanpian li a {
    color: #666
}

.fanpian li a:hover {
    color: #EB5A27;
}

.fanpian li i {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #666;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.new-related .news-list-item {
    margin-bottom: 0;
}

@media screen and (max-width: 1459px) {
    .news-detail {
        padding: 5% 0 24px;
    }

    .news-title {
        font-size: 22px;
        line-height: 26px;
    }

    .new-contain .share, .app-detail .share {
        margin-top: 24px;
        margin-bottom: 30px;
    }

    .new-contain .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .news-text {
        padding-bottom: 26px;
        padding-top: 57px;
        font-size: 16px;
        line-height: 26px;
    }

    .fanpian {
        padding: 20px 40px;
        margin-bottom: 100px;
    }

    .new-related {
        padding: 60px 0 80px;
    }

}

@media screen and (max-width: 1259px) {
    .news-detail {
        padding: 5% 0 20px;
    }

    .news-title {
        font-size: 20px;
        line-height: 24px;
    }

    .new-tbody .share, .app-detail .share {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .new-tbody .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .news-text {
        padding-bottom: 22px;
        padding-top: 48px;
        font-size: 16px;
        line-height: 26px;
    }

    .fanpian {
        padding: 16px 32px;
        margin-bottom: 86px;
    }

    .new-related {
        padding: 50px 0 68px;
    }
}

@media screen and (max-width: 991px) {
    .news-detail {
        padding: 5% 0 20px;
    }

    .news-title {
        font-size: 18px;
        line-height: 24px;
    }

    .new-tbody .share, .app-detail .share {
        margin-top: 14px;
        margin-bottom: 26px;
    }

    .new-tbody .share .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }

    .news-text {
        padding-bottom: 18px;
        padding-top: 36px;
        font-size: 15px;
        line-height: 24px;
    }

    .fanpian {
        padding: 16px 26px;
        margin-bottom: 72px;
    }

    .new-related {
        padding: 40px 0 56px;
    }
}

@media screen and (max-width: 540px) {
    .news-detail {
        padding: 5% 0 18px;
    }

    .news-title {
        font-size: 18px;
        line-height: 24px;
    }

    .new-tbody .share, .app-detail .share {
        margin-top: 12px;
        margin-bottom: 26px;
    }

    .new-tbody .share .date {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
    }

    .news-text {
        padding-bottom: 16px;
        padding-top: 30px;
        font-size: 14px;
        line-height: 22px;
    }

    .fanpian {
        padding: 12px 20px;
        margin-bottom: 56px;
    }

    .new-related {
        padding: 30px 0 42px;
    }
}


/* ***************   Download   *************** */
.downs {
    position: relative;
    padding: 5.46875% 0 90px;
}

.down-list {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 52px;
}

.down-list-item {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

.down-item-box {
    width: 100%;
    position: relative;
    background: #F4F2F2;
    padding: 20px 28px 26px;
    padding-right: 200px;
}

.down-item-box .item-title {
    font-size: 18px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 30px;
}

.down-item-box .item-desc {
    font-size: 14px;
    margin-top: 8px;
    color: #666666;
    line-height: 26px;
}

.down-item-box .item-btn {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.down-item-box .item-btn a {
    min-width: 140px;
    line-height: 30px;
    padding: 4px 14px;
    background: #EB5A27;
    border-radius: 5px;
    border: 1px solid #EB5A27;
    font-size: 14px;
    text-transform: uppercase;
    font-family: CenturyGothic-Bold;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.down-item-box .item-btn .iconfont {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 8px;
    color: #EB5A27;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 5px;
}

.down-item-box .item-btn a:hover {
    background: #fff;
    color: #EB5A27;
}

.down-item-box .item-btn a:hover .iconfont {
    background: #EB5A27;
    color: #FFFFFF;
}

@media (min-width: 1260px) and (max-width: 1459px) {
    .downs {
        padding: 5.46875% 0 80px;
    }

    .down-list {
        padding-bottom: 52px;
    }

    .down-list-item {
        margin-bottom: 35px;
    }

    .down-item-box {
        padding: 20px 28px 26px;
        padding-right: 200px;
    }

    .down-item-box .item-title {
        font-size: 18px;
        line-height: 30px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        margin-top: 8px;
        line-height: 26px;
    }

    .down-item-box .item-btn {
        right: 36px;
    }

    .down-item-box .item-btn a {
        min-width: 140px;
        line-height: 30px;
        padding: 4px 14px;
        font-size: 14px;
    }

    .down-item-box .item-btn .iconfont {
        width: 19px;
        height: 19px;
        line-height: 19px;
        font-size: 8px;
        margin-left: 6px;
        margin-top: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .downs {
        padding: 5.4% 0 68px;
    }

    .down-list {
        padding-bottom: 44px;
    }

    .down-list-item {
        margin-bottom: 32px;
    }

    .down-item-box {
        padding: 18px 24px 22px;
        padding-right: 180px;
    }

    .down-item-box .item-title {
        font-size: 18px;
        line-height: 28px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        margin-top: 7px;
        line-height: 26px;
    }

    .down-item-box .item-btn {
        right: 30px;
    }

    .down-item-box .item-btn a {
        min-width: 132px;
        line-height: 28px;
        padding: 4px 12px;
        font-size: 14px;
    }

    .down-item-box .item-btn .iconfont {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 6px;
        margin-left: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .downs {
        padding: 5.25% 0 56px;
    }

    .down-list {
        padding-bottom: 36px;
    }

    .down-list-item {
        margin-bottom: 28px;
    }

    .down-item-box {
        padding: 16px 15px 20px;
        padding-right: 160px;
    }

    .down-item-box .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .down-item-box .item-btn {
        right: 20px;
    }

    .down-item-box .item-btn a {
        min-width: 120px;
        line-height: 26px;
        padding: 3px 10px;
        font-size: 13px;
    }

    .down-item-box .item-btn .iconfont {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 6px;
        margin-left: 5px;
        margin-top: 4px;
    }
}

@media (max-width: 720px) {
    .downs {
        padding: 5.25% 0 56px;
    }

    .down-list {
        padding-bottom: 36px;
    }

    .down-list-item {
        margin-bottom: 28px;
    }

    .down-item-box {
        padding: 14px 10px;
        padding-right: 10px;
    }

    .down-item-box .item-title {
        font-size: 17px;
        line-height: 26px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .down-item-box .item-btn {
        right: 0px;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 10px;
    }

    .down-item-box .item-btn a {
        min-width: 120px;
        line-height: 26px;
        padding: 3px 10px;
        font-size: 13px;
    }

    .down-item-box .item-btn .iconfont {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 6px;
        margin-left: 5px;
        margin-top: 4px;
    }
}

@media (max-width: 480px) {
    .downs {
        padding: 5.25% 0 56px;
    }

    .down-list {
        padding-bottom: 36px;
    }

    .down-list-item {
        margin-bottom: 28px;
    }

    .down-item-box {
        padding: 14px 10px;
        padding-right: 10px;
    }

    .down-item-box .item-title {
        font-size: 16px;
        line-height: 26px;
    }

    .down-item-box .item-desc {
        font-size: 14px;
        margin-top: 4px;
        line-height: 24px;
    }

    .down-item-box .item-btn {
        right: 0px;
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 10px;
    }

    .down-item-box .item-btn a {
        min-width: 120px;
        line-height: 26px;
        padding: 3px 10px;
        font-size: 13px;
    }

    .down-item-box .item-btn .iconfont {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 6px;
        margin-left: 5px;
        margin-top: 4px;
    }
}

.cer-list {
    position: relative;
    margin-left: -22px;
    margin-right: -22px;
    font-size: 0;
    letter-spacing: 0;
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333%;
    padding: 0 22px;
    margin-bottom: 40px;
}

.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: 28px;
    line-height: 30px;
    text-align: center;
}

.cer-list .list-item .item-backdrop .iconfont {
    font-size: 34px;
    font-size: 3.4rem;
    color: #fff;
    position: relative;
}

.sec7-cer-list {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 68px;
}

.sec7-cer-list .list-item {
    width: 25%;
    padding: 0 16px;
    margin-bottom: 20px;
}

.sec7-cer-list .list-item .item-name {
    font-size: 16px;
    margin-top: 18px;
    line-height: 28px;
}

.sec7-cer-list .list-item .item-backdrop .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
}

.video-list {
    position: relative;
    margin-left: -27px;
    margin-right: -27px;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 53px;
}

.video-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333333%;
    padding: 0 27px;
    margin-bottom: 38px;
}

.video-item-box {
    width: 100%;
    position: relative;
}

.video-item-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.video-item-pic .video-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-item-name {
    font-size: 20px;
    color: #333333;
    padding-top: 18px;
    line-height: 24px;
    font-family: CenturyGothic-Bold;
    text-align: center;
}

.faq-list {
    padding-bottom: 80px;
    position: relative;
}

.faq-list .faq-list-item {
    margin-bottom: 24px;
    width: 100%;
    position: relative;
    background: transparent;
}

.faq-list .faq-list-item.active {
    margin-bottom: 34px;
}

.faq-item-name {
    font-size: 18px;
    color: #333;
    background: #F1F1F1;
    line-height: 36px;
    position: relative;
    padding: 7px 20px;
    overflow: hidden;
    padding-right: 30px;
}

.faq-item-name:before {
    position: absolute;
    content: "\e731";
    font-family: "iconfont" !important;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    -webkit-transition: all .35s;
    width: 14px;
    height: 14px;
    line-height: 14px;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.faq-item-name.active {
    color: #fff;
    background: #EB5A27;
}

.faq-item-name.active:before {
    content: "\e72f";
    color: #fff;
}

.faq-item-text {
    color: #666;
    border: 2px solid #EB5A27;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 20px 26px;
    display: none;
}

.faq-item-text span {
    color: #333;
    margin-right: 6px;
    font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .cer-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .cer-list .list-item {
        width: 33.3333333333333333%;
        padding: 0 12px;
        margin-bottom: 36px;
    }

    .cer-list .list-item .item-name {
        font-size: 18px;
        margin-top: 24px;
        line-height: 28px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 30px;
        font-size: 3rem;
    }

    .sec7-cer-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 54px;
    }

    .sec7-cer-list .list-item {
        width: 25%;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .sec7-cer-list .list-item .item-name {
        font-size: 16px;
        margin-top: 16px;
        line-height: 26px;
    }

    .sec7-cer-list .list-item .item-backdrop .iconfont {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .video-list {
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: 45px;
    }

    .video-list-item {
        width: 33.3333333333%;
        padding: 0 12px;
        margin-bottom: 32px;
    }

    .video-item-name {
        font-size: 19px;
        padding-top: 16px;
        line-height: 24px;
    }

    .faq-list {
        padding-bottom: 68px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 20px;
    }

    .faq-list .faq-list-item.active {
        margin-bottom: 30px;
    }

    .faq-item-name {
        font-size: 18px;
        line-height: 34px;
        padding: 6px 18px;
        padding-right: 26px;
    }

    .faq-item-text {
        font-size: 15px;
        line-height: 24px;
        padding: 14px 16px 24px;
    }

    .faq-item-text span {
        margin-right: 6px;
        font-size: 17px;
    }
}

@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: 32px;
    }

    .cer-list .list-item .item-name {
        font-size: 18px;
        margin-top: 20px;
        line-height: 26px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .sec7-cer-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-top: 40px;
    }

    .sec7-cer-list .list-item {
        width: 33.33333333%;
        padding: 0 8px;
        margin-bottom: 18px;
    }

    .sec7-cer-list .list-item .item-name {
        font-size: 15px;
        margin-top: 14px;
        line-height: 24px;
    }

    .sec7-cer-list .list-item .item-backdrop .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .video-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 38px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 28px;
    }

    .video-item-name {
        font-size: 18px;
        padding-top: 14px;
        line-height: 22px;
    }

    .faq-list {
        padding-bottom: 56px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 18px;
    }

    .faq-list .faq-list-item.active {
        margin-bottom: 26px;
    }

    .faq-item-name {
        font-size: 17px;
        line-height: 32px;
        padding: 5px 16px;
        padding-right: 24px;
    }

    .faq-item-text {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 12px 20px;
    }

    .faq-item-text span {
        margin-right: 6px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cer-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 28px;
    }

    .cer-list .list-item .item-name {
        font-size: 17px;
        margin-top: 16px;
        line-height: 24px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .sec7-cer-list {
        margin-left: -12px;
        margin-right: -12px;
        padding-top: 30px;
    }

    .sec7-cer-list .list-item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 18px;
    }

    .sec7-cer-list .list-item .item-name {
        font-size: 14px;
        margin-top: 12px;
        line-height: 22px;
    }

    .sec7-cer-list .list-item .item-backdrop .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .video-list {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 30px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 24px;
    }

    .video-item-name {
        font-size: 16px;
        padding-top: 12px;
        line-height: 22px;
    }

    .faq-list {
        padding-bottom: 44px;
    }

    .faq-list .faq-list-item {
        margin-bottom: 14px;
    }

    .faq-list .faq-list-item.active {
        margin-bottom: 20px;
    }

    .faq-item-name {
        font-size: 16px;
        line-height: 28px;
        padding: 4px 14px;
        padding-right: 24px;
    }

    .faq-item-text {
        font-size: 14px;
        line-height: 23px;
        padding: 10px 12px 20px;
    }

    .faq-item-text span {
        margin-right: 6px;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .cer-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .cer-list .list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 24px;
    }

    .cer-list .list-item .item-name {
        font-size: 16px;
        margin-top: 12px;
        line-height: 24px;
    }

    .cer-list .list-item .item-backdrop .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }

    .sec7-cer-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-top: 20px;
    }

    .sec7-cer-list .list-item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 16px;
    }

    .sec7-cer-list .list-item .item-name {
        font-size: 14px;
        margin-top: 12px;
        line-height: 22px;
    }

    .sec7-cer-list .list-item .item-backdrop .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .video-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 24px;
    }

    .video-list-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .video-item-name {
        font-size: 14px;
        padding-top: 10px;
        line-height: 22px;
    }

    .faq-list {
        padding-bottom: 32px;
    }
}

/* ****************** application ****************** */
.app-list {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    font-size: 0;
    letter-spacing: 0;
    transition: all .5s;
    padding-bottom: 40px;
}

.app-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333333333333333%;
    padding: 0 13px;
    margin-bottom: 44px;
    transition: all .5s;
}

.app-list-item .item-box {
    background: #FFFFFF;
    position: relative;
    width: 100%;
    border: 1px solid #EBEBEB;
}

.app-list-item .item-box:hover {
    box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.23);
}

.app-list-item .item-box .item-pic {
    width: 100%;
    position: relative;
}

.app-list-item .item-box .item-pic img {
    display: block;
    width: 100%;
}

.app-list-item .item-box .item-body {
    padding: 28px 20px 20px;
    width: 100%;
    position: relative;
}

.app-list-item .item-box .item-title {
    font-size: 20px;
    font-family: CenturyGothic-Bold;
    color: #333333;
    line-height: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #EBEBEB;
}

.app-list-item .item-box .item-date {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.app-list-item .item-box .item-date .iconfont {
    margin-right: 4px;
    olor: #999999;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .app-list {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 34px;
    }

    .app-list-item {
        width: 33.333333333333333%;
        padding: 0 6px;
        margin-bottom: 38px;
    }

    .app-list-item .item-box .item-body {
        padding: 24px 16px 16px;
    }

    .app-list-item .item-box .item-title {
        font-size: 19px;
        line-height: 26px;
        padding-bottom: 18px;
    }

    .app-list-item .item-box .item-date {
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .app-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 28px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 32px;
    }

    .app-list-item .item-box .item-body {
        padding: 20px 12px 12px;
    }

    .app-list-item .item-box .item-title {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .app-list-item .item-box .item-date {
        margin-top: 12px;
        font-size: 13px;
        line-height: 22px;
    }
}

@media (max-width: 660px) {
    .app-list {
        margin-left: -8px;
        margin-right: -8px;
        padding-bottom: 22px;
    }

    .app-list-item {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 26px;
    }

    .app-list-item .item-box .item-body {
        padding: 16px 8px 10px;
    }

    .app-list-item .item-box .item-title {
        font-size: 17px;
        line-height: 26px;
        padding-bottom: 12px;
    }

    .app-list-item .item-box .item-date {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 420px) {
    .app-list-item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .app-list-item .item-box .item-title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

}

.top {
    width: 45px;
    height: 45px;
    margin: auto;
    background: #EB5A27;
    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;
    }
}


.tankaung {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
}

.tankaungn2 iframe, .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

.famain {
    padding-top: 70px;
    padding-bottom: 90px;
}


@media screen and (max-width: 767px) {
    .tankaungn2 {
        position: fixed;
        left: 5%;
        top: 15%;
        right: 5%;
        bottom: 15%;
    }
}

@font-face {
    font-family: 'NHaasGroteskTXPro';
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot');
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff'),
    url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NHaasGroteskTXPro-Bd';
    src: url('../fonts/NHaasGroteskDSPro-75Bd.eot');
    src: url('../fonts/NHaasGroteskDSPro-75Bd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskDSPro-75Bd.woff2') format('woff2'),
    url('../fonts/NHaasGroteskDSPro-75Bd.woff') format('woff'),
    url('../fonts/NHaasGroteskDSPro-75Bd.ttf') format('truetype'),
    url('../fonts/NHaasGroteskDSPro-75Bd.svg#NHaasGroteskTXPro-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger-Bold';
    src: url('../fonts/Frutiger-Bold.eot');
    src: url('../fonts/Frutiger-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Frutiger-Bold.woff2') format('woff2'),
    url('../fonts/Frutiger-Bold.woff') format('woff'),
    url('../fonts/Frutiger-Bold.ttf') format('truetype'),
    url('../fonts/Frutiger-Bold.svg#Frutiger-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeStd-Bk';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeStd-Md';
    src: url('../fonts/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "iconfont"; /* Project id 3599773 */
    src: url('../fonts/icon/iconfont.woff2?t=1662624843056') format('woff2'),
    url('../fonts/icon/iconfont.woff?t=1662624843056') format('woff'),
    url('../fonts/icon/iconfont.ttf?t=1662624843056') format('truetype'),
    url('../fonts/icon/iconfont.svg?t=1662624843056#iconfont') format('svg');
}

@font-face {
    font-family: "iconfont"; /* Project id 2797177 */
    font-display: swap;
    src: url('../fonts/iconfont.woff2?t=1631065712824') format('woff2'),
    url('../fonts/iconfont.woff?t=1631065712824') format('woff'),
    url('../fonts/iconfont.ttf?t=1631065712824') format('truetype');
}

.icon {
    width: 1em;
    /*height: 1em;*/
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-hezuoqudao:before {
    content: "\e72e";
}

.icon-KHCFDC_zengchangshuai:before {
    content: "\e729";
}

.icon-a-TalentSupplyChain:before {
    content: "\e72b";
}

.icon-ditu_diqiu_o:before {
    content: "\e727";
}

.icon-dengpao:before {
    content: "\e728";
}

.icon-a-24-hours:before {
    content: "\e72a";
}

.icon-huizhang:before {
    content: "\e72c";
}

.icon-lianjie:before {
    content: "\e724";
}

.icon-a-lianjie1:before {
    content: "\e725";
}

.icon-a-lianjie2:before {
    content: "\e726";
}

.icon-yanjing:before {
    content: "\e71f";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao1:before {
    content: "\e720";
}

.icon-taiyangnengdianchi:before {
    content: "\e721";
}

.icon-dizhi:before {
    content: "\e722";
}

.icon-erweima:before {
    content: "\e723";
}

.icon-fanhuidingbu:before {
    content: "\e717";
}

.icon-jiantou_youshang:before {
    content: "\e718";
}

.icon-guanbi:before {
    content: "\e719";
}

.icon-a-guanbi1:before {
    content: "\e71a";
}

.icon-a-24gl-tags4:before {
    content: "\e71b";
}

.icon-a-24xiaoshi:before {
    content: "\e71c";
}

.icon-gongchang:before {
    content: "\e71d";
}

.icon-shougongfangshitianxiebufuzhangxiangtiaojiebiao:before {
    content: "\e71e";
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-download2:before {
    content: "\e7a1";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-gjiantous:before {
    content: "\e7d1";
}

.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;
}
