body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}




@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1572749478446'); /* IE9 */
  src: url('../font/iconfont.eot?t=1572749478446#iefix') format('embedded-opentype'), /* IE6-IE8 */
  /*url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASQAAsAAAAACZwAAARCAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDZAqFRIRwATYCJAMgCxIABCAFhG0HeRtrCMgOJQVBwQDgIQRgPPy33//2mZkr3zRJEsS0eSLRLGkWi2Ltr04KdJJ4KINl8hvMqzKThdCTFnZnDirSjtNN2wPbs/mCf37654+ZLkpnw3zLb3OJ/PuL7oukSKrgAzqg6CK7EzlRv0F2Dh0eWd26mcCwJf0ZTlc1dAAvBdkrEDesIgO8Io/SwQ29va2cWMQb0OjTU+M9vNa/H//sDC+SJiO3uni9kgclFdQOqP3XXM4aeLy/EIankbEZUIjH1chd0FY2g4bnjynOA0b1klLVgM+bPyd/7vj/n4juT2s3kVAYpfTxf/FoJCErWh3RgmQUM69WOyrgiIbqj0jUAERQ+yMyNRlRqO2IltoxQAd6aZs8Wu09EBtH3sMIiedCEt0gFmZ9IqYi/PzG0Eaz9/zgkxVzloE0Kvja8nB/46FzVxrg2NpKfYV9mRbOjFyWXSBSjFypR0QIK+YM8X353WyY8wzJjjVdfWnQX1CfcbTnrb5zXzbT7Bzo1F9CPBdirYrH97mM+cUL07NnHc+f03NfFtPL5+5dyyLNTjRQ06nZbX9hxbF14Wj5XNdx+q7U98wJ45dpI46N0Zratsgc54qc7J5h3D/Ncit1hMPW0A6CeZ1LSdF7T/AZb0XxktkjLV3ifYbnvWSp1PsMuLJGB9Oev6gabnI3hA5xoyv9K03g40LArrO1BpMqmw21uXyf5qa+fOoT8OXJ1v4TKpry5mHnvLz14GUudnrLuslF5uc1V01Oqn/25OGlUpI0eFByp8bUeCVJ0qOLgKwPscs2/cyYCs7kTS9ebIKbocQQXfDF882w+E6P9ys2741v9zvmmG08fsI4izYdPz4bzoJII8yzsouAXV7Njp4dFXW395J7kVGrYmgvbllltukaOysqanY0eNi1K7oqOq029Gxea8WLfdRkAINr+SzMB0hvjRuBwaV8I5eg+73Oo2EBQD6QUgDywTRgnb8IBK+vPpw8IrDgf+9bwM+PzA6dHlwqYD+6P4nV2vp/k37NCWVhJN6+zEbGdxTo7QD5YlyG6TT+R4lpr/dpm1u7K6E35yHpLELWW6YW5mZojNgNrd4xGLZJ9ekjZhBQlCFsNB1AmHQQknHvIJt0n1qYr6Ax7wu0JgPCsEsResERq2H1KSeIURBPsWMpK4ddAvMrPqZ7GxJVB0NCo+abEJGteSo1KSWtVyMXIvs4RB4lpimKQAkEO6kqcDvkcGBKItiGOCXJoihSXnKyUPumJA47gY9TCIShQHgU1lgUKw7mIsjVFT7Zz7dBRCoHBukYcq5qghAy6/opqZKkrEGtJq61hjyXzWWjiNIoFALeTUBgTpQqGEIctIJRpPp2NghHkcSyRUmSJxlNJaxLko5vc77Sa2AYeXMfKXKUaKKNLvoYUu44VNmTIQSPHkBCH0bvEQLjEnnGZpWDPGSsyir2ao+qko8x89zm2iTsAAAAAA==') format('woff2'),*/
  url('../font/iconfont.woff?t=1572749478446') format('woff'),
  url('../font/iconfont.ttf?t=1572749478446') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../font/iconfont.svg?t=1572749478446#iconfont') format('svg'); /* iOS 4.1- */
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e60e";
}

.icon-arrow-r:before {
  content: "\e60d";
}

.icon-iconfont_fangdajing:before {
  content: "\e62c";
}

.icon-sousuo:before {
  content: "\e62f";
}

.icon-arrow-up:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e653";
}

.icon-arrow-l:before {
  content: "\e654";
}

.icon-arrow-d:before {
  content: "\e655";
}








.slick-slider *,
.slick-slider {
	outline: none;
}

.slick-list,.slick-slider,.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-webkit-box-sizing: border-box;
	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);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto
}

.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;
}

.slick-arrow.slick-hidden {
	display: none
}

/*移动端头部*/
.m_header {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #11161a;*/
    background-color: #fff;
    z-index: 9999;
}
.m_header {
    height: 50px;
}
.logo_box {
    display:inline;
    display:inline-block;
    display:-moz-inline-stack;
    height: 50px;
    line-height: 0;
    font-size: 0;
    zoom:1;
}
.logo_box img{
    height: 50px;
}

/*手机X*/
.nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -13px;
    z-index: 999;
}
.nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 5px;
    width: 35px;
    background: #EB181F;
    position: absolute;
    display: block;
    content: '';
}
.nav_toggle span:before {
    top: -10px;
}
.nav_toggle span:after {
    bottom: -10px;
}
.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.nav_toggle.active span {
    background-color: transparent;
}
.nav_toggle.active span:before,
.nav_toggle.active span:after {
    top: 0;
}
.nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

/*移动端导航normal*/
.m_header .m_nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    overflow-x: hidden;
}
.m_header .m_nav_list a{
    display: block;
    width: 100%;
    padding: 0 20px;
    line-height: 56px;
    text-align: left;
    font-size: 16px;
    color: #333;
}
.m_header .m_nav_list > li {
    border-bottom: 1px solid #f9f9f9;
    transition: transform .5s ease;
    transform: matrix(1,-1,0,1,200,100);
}
.m_header .m_nav_list > li > a {
    opacity: 0;
}
.m_header .m_nav .m_nav_list .iconfont {
	position: absolute;
	font-size: 20px;
	right: 0;
}

.m_header .m_nav_list .dropdown .dropdown_menu{
    height: 0;
    overflow: hidden;
}
.m_header .m_nav_list .dropdown .dropdown_menu.on{
    height: auto;
}
.m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
}

.m_header .m_logo {
    float: left;
    margin-left: 20px;
    margin-top: 7px;
}
.m_header .m_logo img{
    height: 38px;
}



.m_nav .sub-nav {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.m_nav .sub-nav a {
	font-size: 14px;
	text-indent: 2em;
	line-height: 40px;
}

.m_nav .on {
	height: auto;
}
.m_header li{
	float: none;
}

.m_header .m_nav_list .m-lan{
	text-align: center;
}
.m_header .m_nav_list .m-lan a{
	display: inline-block;
	width: auto;
	margin: 0 5px;
}
.m_header .m_nav_list li{
	background: url("../../images/ar_r.png") no-repeat 95% 50%;
	-webkit-background-size: 20px;
	background-size: 20px;
}
.m_header .m_nav_list .m-lan{
	background: none;
}


#banner .item{
	height: auto;
}
#banner .img{
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 520px;
}



.slick-dots{
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}
.slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 6px;
    float: none;
}
.slick-dots li a{
    width: 50px;
    height: 8px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
}
.slick-dots li.slick-active a{
    background-color: #e60012;
}
#banner .item{
	height: 520px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.slider-pro .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 67%;
}
.slider-pro .slick-arrow{
    position: absolute;
    width: 30px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #ddd;
    z-index: 50;
    -webkit-transition:.3s;
    transition:.3s;
}
.slider-pro .slick-prev{
	left: -30px;
    background-image:url(/Public/Images/home/gyzet/zh-cn/case_left.png);
}
.slider-pro .slick-next{
	right: -30px;
    background-image:url(/Public/Images/home/gyzet/zh-cn/case_right.png);
}
.slider-pro .slick-arrow:hover{
	background-color: #0d0d0d;
}
.slider-pro .slick-disabled{
	opacity: .5;
}
.slider-pro .item p{
	background: #b5b3b3;
	height: 30px;
	line-height: 30px;
	text-align: center;
	bottom: 0;
	color: #fff;
}
.slider-pro .item{
	position: relative;
}
.slider-pro .item a{
	display: block;
	border: 1px solid #eee;
	padding: 8px;
	-webkit-transition:.3s;
	transition:.3s;
}
.slider-pro .item{
	padding: 0 10px;
}
.slider-pro .item a:hover{
	border: 1px solid #1d2088;
}


.history-timeline .year{
	display: inline-block;
	text-align: center;
	width: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}
.history-timeline .year .cir{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	position: relative;
}
.history-timeline .year em{
	content:  '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1D2088;
	border-radius: 50%;
}
.history-timeline .year span{
	position: relative;
	z-index: 50;
}
.history-timeline li{
	padding: 3% 0;
	border-top: 1px solid #DCDBDF;
	border-bottom: 1px solid #DCDBDF;
	margin-bottom: -1px;
	display: table;
	vertical-align: middle;
	float: none;
	width: 100%;
}
.history-timeline .con{
	font-size: 16px;
	vertical-align: middle;
	padding-left: 5%;
	display: table-cell;
	color: #646464;
	width: 60%;
	line-height: 1.4;
}
.history-timeline .ico {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.history-timeline .ico img{
	display: inline-block;
	margin-left: 10px;
}

.associated-company-list{
	overflow: hidden;
	margin: 0 -1%;
}
.associated-company-list .back{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
}
.associated-company-list .item{
	position: relative;
	float: left;
	width: 48%;
	margin: 1%;
	height: 494px;
}
.associated-company-list .item .front{
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #419DE0;
	padding: 10%;
	-webkit-transition:.3s;
	transition:.3s;
}
.associated-company-list h4{
	font-size: 24px;
	color: rgba(255,255,255,.5);
	font-weight: normal;
}
.associated-company-list h3{
	font-size: 72px;
	color: #fff;
	line-height: 1.1;
	font-weight: normal;
}
.associated-company-list p{
	font-size: 18px;
	color: #fff;
}
.associated-company-list i{
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fff;
	font-size: 40px;
}
.associated-company-list .s1 .front{
	background-color: #419DE0;
	color: #fff;
}
.associated-company-slider .bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
}
.associated-company-slider .item,
.associated-company-slider .slick-track,
.associated-company-slider .slick-list,
.associated-company-slider .img,
.associated-company-slider .bg,
.associated-company-slider{
	height: 100%;
}

.associated-company-list .item:hover .front{
	opacity: 0;
}
.associated-company-list .item:hover .back{
	z-index: 500;
	opacity: 1;
}
.associated-company-list .s2.item .front{
	background-color: #2A59C7;
}

.associated-company-list .s3.item .front{
	background-color: #201B81;
}
.associated-company-list .col{
	float: none;
}
.associated-company-list .col .item{
	height: 237px;
}
.associated-company-list .s4.item .front{
	background-color: #83BC1A;
}
.associated-company-list .s5.item .front{
	background-color: #419DE0;
}
.client-list li{
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-bottom: 13px;
	float: none;
}
.client-list li span{
	color: #333;
	position: relative;
	z-index: 50;
}
.client-list li .hd:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 1em;
	top: 50%;
	margin-top: -.5em;
	z-index: 20;
	background-color: #1d2088;
}
.client-list li em{
	font-style: normal;
	float: right;
	font-size: 16px;
	color: #e60012;
	margin-right: 4px;
	cursor: pointer;
	-webkit-transition:.3s;
	transition:.3s;
	position: relative;
	z-index: 50;
}
.client-list li .hd{
	line-height: 1em;
	font-size: 28px;
	padding: 26px 40px;
	overflow: hidden;
	-webkit-transition:.3s;
	transition:.3s;
	cursor: pointer;
	position: relative;
}
.client-list li .hd:after{
	content: '';
	background: rgb(222,223,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,223,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,223,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,223,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedfee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
}

.client-list li .hd .show-less{
	display: none;
}
.client-list .bd{
	display: none;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dedfee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(222,223,238,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(222,223,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(222,223,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedfee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.client-list .bd .pad{
	padding: 50px 4%;
}
.client-list .bd .pad img{
	vertical-align: bottom;
	display: inline-block;
}

.client-list .ok .hd{
}
.client-list .ok .hd:after{
	background: #1D2088;
}

.client-list .ok .hd span{
	color: #fff;
}
.client-list .ok .hd .show-more{
	display: none;
}
.client-list .ok .hd .show-less{
	display: inline-block;
	color: #fff;
}
.idea-list .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 80%;
}
.idea-list{
	overflow: hidden;
	margin: 0 -15px;
}
.idea-list .txt{
	background-color: #fff;
	padding: 20px;
}
.idea-list .txt h4{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
}
.idea-list .txt h5{
	font-size: 16px;
	font-weight: normal;
	color: #777;
}
.idea-list li{
	float: left;
	width: 33.333%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.equipment-list .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 70%;
	-webkit-transition:.3s;
	transition:.3s;
}
.equipment-list a{
	display: block;
	overflow: hidden;
}
.equipment-list{
	overflow: hidden;
	margin: 0 -10px;
}
.equipment-list li{
	float: left;
	width: 33.3333%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.equipment-list li .txt{
	background-color: #fff;
	padding: 10px 20px;
	position: relative;
	z-index: 50;
}
.equipment-list li span{
	font-size: 16px;
	color: #646464;
	margin-right: 90px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: block;
}
.equipment-list li em{
	font-size: 14px;
	color: #e60012;
	float: right;
	font-style: normal;
}
.equipment-list li em:hover{
	text-decoration: underline;
}
.equipment-list li a: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);
}
.qualification-list li{
	float: none;
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 50px;
}
.qualification-list li .line{
	border-top: 1px solid #ddd;
	width: 62px;
	margin-bottom: 20px;
}

.qualification-list li h5{
	font-size: 14px;
	color: #787878;
	font-weight: normal;
}
.qualification-list li h4{
	color: #1E1E1E;
	font-size: 28px;
	height: 3em;
	font-weight: normal;
	line-height: 1.3;
	overflow: hidden;
}
.qualification-list li h6{
	font-size: 14px;
	color: #BBB;
	font-weight: normal;
}
.qualification-list .txt{
	vertical-align: middle;
	width: 59%;
	display: inline-block;
}
.qualification-list .img{
	vertical-align: middle;
	width: 40%;
	display: inline-block;
	text-align: right;
}
.qualification-list .img img{
	display: inline-block;
	vertical-align: bottom;
}
.qualification-list .img a{
	position: relative;
	display: inline-block;
}
.qualification-list .img i{
	color: #fff;
	position: absolute;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	right: -5px;
	bottom: -5px;
	width: 30px;
	height: 30px;
	background-color: #D6D6D6;
	font-size: 20px;
	-webkit-transition:.3s;
	transition:.3s;
}
.qualification-list .img a:hover i{
	background-color: #E60012;
}
.equipment-detail table{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #E8E8E8;
}
.equipment-detail th{
	background-color: #1D2088;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}
.equipment-detail td{
	border-bottom: 1px solid #E8E8E8;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	color: #646464;
}
.t3{
	color: #323232;
	font-size: 28px;
	margin-bottom: .6em;
	font-weight: normal;
	line-height: 1em;
}
.t3 a{
	float: right;
	font-size: 16px;
	color: #e70012;
}

.t3 a:hover{
	text-decoration: underline;
}
.equipment-slider .img{

	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 67%;
	position: relative;
}
.equipment-slider .landscape{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.equipment-slider .portrait{
	-webkit-background-size: contain;
	background-size: contain;
}
.equipment-detail table{
	margin-bottom: 3%;
}
.equipment-slider .img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	-webkit-transition:.3s;
	transition:.3s;
}
.equipment-slider .slick-active .img:after{
	opacity: 0;
}
.equipment-box{
	padding: 80px 0; 
	background-color: #464646;
}

.equipment-slider .item{
	padding: 0 30px;
}


.slick-arr {
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 50%;
	margin-top: -30px;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 50;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
	font-size: 40px;
	color: #d70011;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.slick-arr:hover {
	background-color: #d70011;
	color: #fff;
}
.equipment-slider .slick-prev {
	left: 10%;
}

.slick-next {
	right: 10%;
}

.product_light ul li{
	margin-right: 19px;
}
.product_light ul{
	width: 1100px;
}
.product_hiden :hover,
.product_hiden a{
	background: none;
}
.product_hiden .icon-iconfont_fangdajing{
	color: #3398E8;	
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 10px;
}
.product_hiden i,
.product_hiden a{
	-webkit-transition:.3s;
	transition:.3s;
}
.product_hiden .icon-plus{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	color: #ddd;
	text-indent: 0;
	border-left: 1px solid #ddd;
	width: 50px;
	text-align: center;
}

.product_hiden a:hover{
	background-color: #3398E8;
}
.product_hiden a:hover .icon-iconfont_fangdajing{
	color: #fff;
}
.product_hiden a:hover .icon-plus{
	color: #fff;
	border-left-color: #fff;
}
.com-info{
	padding: 4% 0;
	background-color: #F5F4F9;
}
.com-info .section{
	position: relative;
	background-color: #fff;
}
.com-info .txt{
	width: 60%;
	padding: 5%;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.com-info .txt h5{
	font-size: 16px;
	color: #787878;
	font-weight: normal;
}
.com-info .txt h4{
	font-weight: normal;
	margin-bottom: .5em;
	color: #1e1e1e;
	font-size: 30px;
}
.com-info .txt .con{
	line-height: 2;
	font-size: 14px;
	color: #787878;
}
.com-info .img{
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	bottom: 0;
}


.com-slider .item,
.com-slider .slick-track,
.com-slider .slick-list,
.com-slider .img,
.com-slider .bg,
.com-slider{
	height: 100%;
}

.com-slider .bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
}
.com-slider .slick-dots{
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: right;
}
.com-slider .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-left: 0;
}
.com-slider .slick-dots li a{
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid rgba(255,255,255,.8);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
.com-slider .slick-dots li.slick-active a{
    background-color: #E60012;
    border-color: #E60012;
}

.com-img .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 26%;
}
.com-img .txt{
	background-color: #1D2088;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding: 3% 0;
}
.com-other{
	padding: 3% 0;
}
.com-other .associated-company-list{
	margin-left: 0;
	background-color: #419DE0;
	margin-right: 0;
}

.com-other .associated-company-list .front{
	position: relative;
	padding: 6%;
}
.com-other .associated-company-list i{
	margin-bottom: 6%;
	bottom: 0;
}
.associated-company-list a{
	display: block;
	-webkit-transition:.3s;
	transition:.3s;
}
.com-other .associated-company-list a:hover{
	opacity: .8;
}
.map-box{
	display: inline-block;
	height: 780px;
	width: 63%;
	vertical-align: middle;
}

#map{
	height: 100%;
}
.map-info-box .hd span{
	cursor: pointer;
}
.map-info-box{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 36%;
}
.map-info{
	position: relative;
	display: none;
}
.map-info .arr{
	content: '';
	position: absolute;
	left: -25px;
	top: 57%;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 0 solid transparent; 
	border-right:30px solid #000099; 
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

.contact-us{
	overflow: hidden;
	background-color: #F5F4F9;	
}
.map-info-box span{
	font-size: 24px;
	color: #bbb;
	margin-right: 30px;
	position: relative;
}

.map-info-box span.on{
	color: #1e1e1e;
	font-size: 36px;
	margin-right: 40px;
}
.map-info-box span.on:after{
	content: '';
	position: absolute;
	right: -20px;
	top: 4px;
	bottom: 4px;
	border-right: 1px solid #B9B9BB;
}
.map-info-box span:last-child:after{
	right: auto;
	left: -15px;
}

.map-info .img{
	margin-top: 10px;
	padding-top: 67%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.map-info .con{
	background-color: #009;
	color: #fff;
	padding: 40px 30px;
	line-height: 1.6;
}
.map-info h3{
	font-size: 24px;
	font-weight: normal;
}
.map-info p{
	font-size: 14px;
}
 .comp-list{
 	margin: 20px 0;
 }
.comp-list li{
	font-weight: normal;
	font-size: 18px;
	border: 1px solid rgba(255,255,255,.6);
	margin-bottom: 2px;
	text-align: center;
	float: none;
	padding: 2px 0;
}
.map-info p a{
	color: #fff;
	font-size: 16px;
}
.map-info p a:hover{
	text-decoration: underline;
}
.certificate-box .hd{
	text-align: center;
	margin-bottom: 20px;
}
.certificate-box .hd h6{
	font-size: 16px;
	color: #787878;
}
.certificate-box .hd h4{
	color: #1e1e1e;
	font-size: 30px;
	font-weight: normal;
}
.certificate-box{
	background-color: #fff;
	padding: 50px;
}
.certificate-list{
	overflow: hidden;
	margin: 0 -15px;
}
.certificate-list li{
	float: left;
	padding: 15px;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.certificate-list a{
	display: block;
}
.certificate-list p{
	font-size: 16px;
	color: #787878;
	line-height: 1.6;
	height: 3.3em;	
	padding-top: 10px;
	overflow: hidden;
}
.certificate-list .img{
	border: 1px solid #EDEDED;
	padding: 10px;
}

.certificate-list .img-contain{
	padding-top: 120%;
}
.btn-tc{
	text-align: center;
}
.btn1{
	margin-top: 20px;
	background-color: #1D2088;
	color: #fff;
	font-size: 14px;
	padding:5px 40px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	-webkit-transition:.3s;
	transition:.3s;
}
.btn1:hover{
	color: #fff;
	background-color: #E60012;	
}

.close-pop{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #000;	
	z-index: 50;
}
.arrow-pop{
	-webkit-transition:.3s;
	transition:.3s;
	position: absolute;
	top: 50%;
	font-size: 80px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
}
.fancybox-content .icon-arrow-l{
	left: -100px;
}
.fancybox-content .icon-arrow-r{
	right: -100px;
}
.fancybox-close-small{
	border-radius: 50%;
	right: -60px;
	background-color: #E70012;
}
.fancybox-close-small svg path{
	fill: #fff
}




.cat-nav {
	display: none;
	position: relative;
	width: 100%;
	margin: 20px auto;
	z-index: 5;
	clear: both;
}
.m-cat{font-size: 22px;font-weight: normal;margin-bottom: 15px;color: #333;}

.cat-nav h4 {
	padding: 0 20px;
	font-size: 18px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #9e9e9e;
	-webkit-background-size: 25px;
	background-size: 25px;
}
.cat-nav h4 span{
	font-weight: normal;
}
.cat-nav h4 i {
	position: absolute;
	right: 20px;
	top: 0;
	color: #9e9e9e;
	font-size: 26px;
}

.cat-nav .cat-sub {
	position: absolute;
	width: 100%;
	top: 52px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}

.cat-nav .cat-sub a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border-bottom: 1px solid rgba(217,217,217,0.3);
}

.cat-nav .cat-sub a:after {
	display: none;
}

.cat-nav .cat-sub .on {
	color: #d70011;
}




.footer_hidden{
	display: block;
}
.left_box{
	width: 900px;
}

.equipment-slider .slick-dots{
	position: static;
}
.equipment-slider .slick-dots a{
	width: 20px;
	height: 4px;
}
.zoom_case{
	z-index: 6000;
}

.zoom_case .n_zoom .show_img img{
	max-width: 1000px;
	max-height: 650px;
}
.pro_tit{
	width: auto;
}
.content .right .tit{
	margin-bottom: 25px;
}
.technology li{
	width: 261px;
}
.technology li .img{
	display: block;
	/*padding-top: 60%;*/
	height: 230px;
}


.equipment-slider{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.equipment-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.footer_hidden a{
	color: #aeadad;
}
.support{
	background-position: right 50%;
}
.logo img{
	width: auto !important;
}
.footer_box .left_box .left_left ul li{
	width: 20%;
}
.footer_box .left_box .left_left ul li p{
	width: auto;
}
.footer .left_left{
	display: block;
}
.footer_box .left_box .left_left ul li li{
	width: 100%;
}
.bar{
	max-height: 300px;
	overflow: auto;
	margin-bottom: 20px;
}
.join ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}