﻿.banner-dots li button::before,.search-item {
    -webkit-transition: all .3s;
    transition: all .3s
}

.search-item h4 {
    -webkit-transition: color .3s;
    transition: color .3s
}

@font-face {
    font-family: "Avenir-Medium";
    src: url('/fonts/avenir-medium.eot');
    src: url('/fonts/avenir-medium.eot') format('embedded-opentype'),url('/fonts/avenir-medium.woff2') format('woff2'),url('/fonts/avenir-medium.woff') format('woff'),url('/fonts/avenir-medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Avenir-Book";
    src: url('/fonts/avenir-book.eot');
    src: url('/fonts/avenir-book.eot') format('embedded-opentype'),url('/fonts/avenir-book.woff2') format('woff2'),url('/fonts/avenir-book.woff') format('woff'),url('/fonts/avenir-book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Avenir-Light";
    src: url('/fonts/avenir-light.eot');
    src: url('/fonts/avenir-light.eot') format('embedded-opentype'),url('/fonts/avenir-light.woff2') format('woff2'),url('/fonts/avenir-light.woff') format('woff'),url('/fonts/avenir-light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Avenir-Heavy";
    src: url('/fonts/avenir-heavy.eot');
    src: url('/fonts/avenir-heavy.eot') format('embedded-opentype'),url('/fonts/avenir-heavy.woff2') format('woff2'),url('/fonts/avenir-heavy.woff') format('woff'),url('/fonts/avenir-heavy.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    box-sizing: border-box
}

html {
    line-height: 1.25;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: #000
}

body:not(.ie-font) {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif
}

body.ie-font {
    font-family: "Microsoft YaHei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","STSong","SimSun",Arial,sans-serif
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre,code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #3D3D3D
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

button,input {
    overflow: visible;
    outline: none
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul,dl,dd,figure {
    margin: 0;
    padding: 0
}

ul,li {
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

[class*=' icon-'],[class^=icon-] {
    font-family: "iconfont";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none
}

input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
    display: none
}

.wow {
    visibility: hidden
}

.no-cssanimations .wow {
    visibility: visible
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-200 {
    margin-top: 200px
}

.mt-240 {
    margin-top: 240px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-200 {
    padding-top: 200px
}

@media (max-width: 1440px) {
    .mt-40 {
        margin-top:30px
    }

    .mt-50 {
        margin-top: 40px
    }

    .mt-60 {
        margin-top: 45px
    }

    .mt-80 {
        margin-top: 60px
    }

    .mt-100 {
        margin-top: 75px
    }

    .mt-120 {
        margin-top: 100px
    }

    .mt-140 {
        margin-top: 115px
    }

    .mt-150 {
        margin-top: 130px
    }

    .mt-200 {
        margin-top: 160px
    }

    .mt-240 {
        margin-top: 180px
    }

    .pt-50 {
        padding-top: 40px
    }

    .pt-60 {
        padding-top: 45px
    }

    .pt-80 {
        padding-top: 60px
    }

    .pt-120 {
        padding-top: 90px
    }

    .pt-140 {
        padding-top: 100px
    }

    .pt-150 {
        padding-top: 130px
    }

    .pt-200 {
        padding-top: 160px
    }
}

@media (max-width: 1280px) {
    .mt-40 {
        margin-top:26px
    }

    .mt-50 {
        margin-top: 34px
    }

    .mt-60 {
        margin-top: 40px
    }

    .mt-80 {
        margin-top: 52px
    }

    .mt-140 {
        margin-top: 94px
    }

    .mt-150 {
        margin-top: 100px
    }

    .mt-200 {
        margin-top: 134px
    }

    .mt-240 {
        margin-top: 150px
    }

    .pt-50 {
        padding-top: 34px
    }

    .pt-60 {
        padding-top: 40px
    }

    .pt-80 {
        padding-top: 52px
    }

    .pt-120 {
        padding-top: 80px
    }

    .pt-140 {
        padding-top: 94px
    }

    .pt-150 {
        padding-top: 100px
    }

    .pt-200 {
        padding-top: 134px
    }
}

@media (max-width: 650px) {
    .mt-30 {
        margin-top:15px
    }

    .mt-40 {
        margin-top: 20px
    }

    .mt-50 {
        margin-top: 25px
    }

    .mt-60 {
        margin-top: 30px
    }

    .mt-70 {
        margin-top: 35px
    }

    .mt-80 {
        margin-top: 40px
    }

    .mt-90 {
        margin-top: 45px
    }

    .mt-100 {
        margin-top: 50px
    }

    .mt-110 {
        margin-top: 55px
    }

    .mt-120 {
        margin-top: 60px
    }

    .mt-140 {
        margin-top: 70px
    }

    .mt-150 {
        margin-top: 75px
    }

    .mt-160 {
        margin-top: 80px
    }

    .mt-200 {
        margin-top: 100px
    }

    .mt-240 {
        margin-top: 120px
    }

    .pt-50 {
        padding-top: 25px
    }

    .pt-60 {
        padding-top: 30px
    }

    .pt-80 {
        padding-top: 40px
    }

    .pt-120 {
        padding-top: 60px
    }

    .pt-140 {
        padding-top: 70px
    }

    .pt-150 {
        padding-top: 75px
    }

    .pt-200 {
        padding-top: 100px
    }
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.d-inline-block {
    display: inline-block
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.v-rl {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl
}

.v-lr {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr
}

.contact-map .BMapLabel {
    border: 0
}

.contact-map .anchorBL {
    display: none
}

.list {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list>li {
    margin-bottom: 60px
}

.list>li>a {
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 15px
}

.list>li .item-box {
    margin-left: 15px;
    margin-right: 15px
}

.list-1>li {
    width: 100%
}

.list-2>li {
    width: 50%
}

.list-3>li {
    width: 33.3333%
}

.list-4>li {
    width: 25%
}

.list-5>li {
    width: 20%
}

@media (max-width: 1440px) {
    .list {
        margin-left:-12px;
        margin-right: -12px
    }

    .list>li {
        margin-bottom: 45px
    }

    .list>li>a {
        margin-left: 12px;
        margin-right: 12px
    }

    .list>li .item-box {
        margin-left: 12px;
        margin-right: 12px
    }
}

@media (max-width: 1360px) {
    .list-5>li {
        width:25%
    }
}

@media (max-width: 1024px) {
    .list {
        margin-left:-8px;
        margin-right: -8px
    }

    .list>li>a {
        margin-left: 8px;
        margin-right: 8px
    }

    .list>li .item-box {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (max-width: 860px) {
    .list-5>li {
        width:33.33%
    }
}

@media (max-width: 750px) {
    .list-3>li {
        width:50%
    }
}

@media (max-width: 650px) {
    .list li {
        margin-bottom:30px
    }

    .list-5>li {
        width: 50%
    }
}

@media (max-width: 500px) {
    .list {
        margin-left:-4px;
        margin-right: -4px
    }

    .list>li>a {
        margin-left: 4px;
        margin-right: 4px
    }

    .list>li .item-box {
        margin-left: 4px;
        margin-right: 4px
    }
}

.img-box {
    position: relative
}

.img-box::before {
    content: "";
    display: block
}

.img-box>img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.wx-share {
    margin-top: -85px;
    margin-left: -70px;
    border-radius: 3px;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 140px;
    padding-top: 20px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}

.wx-share img {
    display: block;
    width: 120px;
    margin: 0 auto
}

.wx-share p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    color: #000
}

.wx-share i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes scalePic {
    from {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes scalePic {
    from {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.scalePic {
    -webkit-animation-name: scalePic;
    animation-name: scalePic
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    display: block;
    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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    margin-right: 0
}

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

.slick-track::after {
    clear: both
}

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

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

.slick-slide a {
    outline: 0
}

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

.slick-slide img {
    display: block;
    width: 100%;
}

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

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

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

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

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

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

.banner-dots {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    font-size: 0;
    text-align: center
}

.banner-dots li {
    margin: 0 15px;
    display: inline-block;
    vertical-align: top
}

.banner-dots li button {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer
}

.banner-dots li button::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #999
}

.banner-dots li button::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #3eb3e7
}

.banner-dots li.slick-active button::before {
    background-color: #999
}

.banner-dots li.slick-active button::after {
    width: 100%;
    -webkit-transition: width 4s ease;
    transition: width 4s ease
}

@media (max-width: 1024px) {
    .banner-dots {
        bottom:20px
    }

    .banner-dots li {
        margin-right: 10px;
        margin-left: 10px
    }

    .banner-dots li button::before {
        width: 30px
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(33,69,168,0.03);
    -webkit-box-shadow: 0px 3px 30px rgba(33,69,168,0.03);
    z-index: 1200
}

.head-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px
}

.head-menu>li {
    position: relative
}

.head-menu>li>a {
    display: block;
    padding: 52px 0;
    color: #3D3D3D;
    position: relative
}

.head-menu>li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #3eb3e7;
    transition: width .3s linear;
    -ms-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear
}

.head-menu>li.pro-items {
    position: static
}

.head-menu>li.active>a::after {
    width: 100%
}

.logo {
    display: inline-block;
    height: 50px;
    position: relative;
    width: auto
}

.logo img {
    height: 100%;
    width: auto
}

.logo .logo-white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.head-place {
    height: 124px
}

.head-right__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.head-search__btn {
    font-size: 18px;
    color: #3D3D3D
}

.handle-subnav__box {
    display: none
}

.no-head__bg:not(.scroll-header) .header {
    background-color: transparent
}

.no-head__bg:not(.scroll-header) .logo .logo-black {
    opacity: 0;
    visibility: hidden
}

.no-head__bg:not(.scroll-header) .logo .logo-white {
    opacity: 1;
    visibility: visible
}

.no-head__bg:not(.scroll-header) .head-menu>li>a {
    color: #fff
}

.no-head__bg:not(.scroll-header) .head-search__btn,.no-head__bg:not(.scroll-header) .head-lang {
    color: #fff
}

body.in-banner__rb .header {
    background-color: transparent
}

body.in-banner__rb .head-place {
    display: none
}

.head-search__outWrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 124px;
    background-color: #fff;
    z-index: 1300
}

.head-search__outBox {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    　　-ms-justify-content: center;
    　　-moz-box-pack: center;
    　　-webkit--moz-box-pack: center;
    　　box-pack: center
}

.head-search__outCont {
    max-width: 510px;
    padding-right: 60px;
    position: relative;
    width: 100%
}

.close-head__search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 20px
}

.head-search__outInput {
    position: relative
}

.head-search__outInput input {
    width: 100%;
    height: 40px;
    padding: 0 45px;
    border: 1px solid #3eb3e7;
    border-radius: 50px;
    font-size: 14px
}

.hs-obtn__search {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 16px
}

.head-func {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

.head-lang {
    font-size: 16px;
    margin-left: 50px
}

@media (min-width: 1025px) {
    .hs-obtn__search,.head-lang {
        transition:color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .hs-obtn__search:hover,.head-lang:hover {
        color: #3eb3e7
    }

    .close-head__search::before {
        display: block;
        transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear
    }

    .close-head__search:hover::before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .head-search__btn {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .head-search__btn:hover {
        color: #3eb3e7
    }

    .head-menu>li {
        margin-right: 50px
    }

    .m-menu,.head-mobile__nav {
        display: none !important
    }

    .head-cont {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center
    }

    .header-main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .head-nav__box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        margin-left: 50px
    }

    .header {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .head-search__btn {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .logo img {
        transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear
    }

    .head-menu>li>a {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .scroll-header .head-menu>li>a {
        padding: 20px 0
    }

    .scroll-header .logo img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    .head-subnav {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 100px;
        text-align: center
    }

    .head-subnav ul {
        position: relative;
        background-color: #fff;
        font-size: 14px;
        padding-top: 18px;
        padding-bottom: 12px
    }

    .head-subnav a {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear;
        color: #58595A;
        display: block;
        padding: 12px 0
    }

    .head-subnav a:hover {
        color: #3eb3e7
    }

    .pro-subnav {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%
    }

    .pro-subnav__tab ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        background-color: #F5F7F9
    }

    .pro-subnav__tab a {
        display: block;
        padding: 24px 0;
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .pro-subnav__tab a:hover {
        color: #3eb3e7;
        text-decoration: underline
    }

    .pro-subnav__tab .active a {
        color: #3eb3e7
    }

    .pro-subnav__main {
        background-color: #fff;
        padding: 38px 80px 50px 80px
    }

    .pro-subnav__item {
        display: none
    }

    .pro-subnav__item:nth-child(1) {
        display: block
    }

    .pro-subnav__box,.pro-subnav__row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }

    .pro-subnav__row {
        width: 33.33%;
        padding: 0 60px;
        position: relative
    }

    .pro-subnav__row:last-child::after {
        display: none
    }

    .pro-subnav__row::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 222px;
        background-color: #EBE9E9
    }

    .pro-subnav__pic {
        position: relative;
        width: 155px
    }

    .pro-subnav__pic::before {
        content: "";
        display: block;
        padding-top: 129.03226%
    }

    .pro-subnav__pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }

    .pro-subnav__cont {
        margin-left: 40px;
        width: calc(100% - 196px)
    }

    .pro-subnav__series {
        font-size: 18px;
        font-weight: 500;
        color: #858585;
        line-height: 1.66667
    }

    .pro-subnav__series a {
        display: block;
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear;
        color: #3b3e40
    }

    .pro-subnav__series a:hover {
        color: #3eb3e7;
        text-decoration: underline
    }

    .pro-subnav__series p {
        color: #6c7073;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 26px;
        margin-top: 10px;
        font-weight: 400
    }

    .pro-subnav__list {
        margin-top: 14px
    }

    .pro-subnav__list li {
        margin-bottom: 16px
    }

    .pro-subnav__list a {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear;
        position: relative;
        font-size: 14px;
        line-height: 1.71429;
        color: #3b3e40;
        padding-left: 16px
    }

    .pro-subnav__list a::before {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        width: 4px;
        height: 4px;
        background-color: #3b3e40;
        border-radius: 50%
    }

    .pro-subnav__list a:hover {
        color: #3eb3e7;
        text-decoration: underline
    }

    .pro-subnav__list a:hover::before {
        background-color: #3eb3e7
    }

    .head-search__box {
        position: relative;
        margin-left: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center
    }

    .pro-subnav__software {
        width: 100%
    }

    .pro-subnav__software ul {
        font-size: 0
    }

    .pro-subnav__software li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        position: relative;
        margin-bottom: 40px
    }

    .pro-subnav__software li::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 190px;
        background-color: #EBE9E9
    }

    .pro-subnav__software li:nth-child(4n)::after {
        display: none
    }

    .pro-subnav__software .item-title {
        text-align: center;
        margin-bottom: 15px;
        color: #3b3e40;
        font-weight: 500;
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .pro-subnav__software .item-hint {
        font-size: 14px;
        line-height: 1.6;
        color: #3b3e40;
        text-align: center
    }

    .pro-subnav__software .item-pic {
        margin-top: 25px;
        position: relative;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .pro-subnav__software .item-pic::before {
        content: "";
        display: block;
        padding-top: 83.67347%
    }

    .pro-subnav__software .item-pic img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%
    }

    .pro-subnav__software a:hover .item-title {
        color: #3eb3e7
    }
}

@media (max-width: 1440px) {
    .pro-subnav__main {
        padding-left:60px;
        padding-right: 60px
    }

    .pro-subnav__row {
        padding: 0 18px
    }

    .pro-subnav__cont {
        margin-left: 20px;
        width: calc(100% - 166px)
    }

    .pro-subnav__list a {
        padding-left: 12px
    }
}

@media (max-width: 1380px) {
    .logo {
        height:44px
    }

    .head-menu>li>a {
        padding: 36px 0
    }

    .head-place,.head-search__outWrap {
        height: 92px
    }
}

@media (max-width: 1024px) {
    .head-left__nav,.head-right__nav {
        display:none
    }

    .header {
        padding: 10px 0
    }

    .header-main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .head-right__cont {
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center
    }

    .m-menu {
        margin-left: 20px;
        position: relative;
        z-index: 1300
    }

    .m-menu i {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        display: block;
        width: 22px;
        height: 2px;
        background-color: #000;
        margin: 5px 0
    }

    .no-head__bg:not(.scroll-header) .m-menu i {
        background-color: #fff
    }

    .open .m-menu i {
        background-color: #000
    }

    .open .m-menu i:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg)
    }

    .open .m-menu i:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }

    .open .m-menu i:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg)
    }

    .logo {
        height: 38px
    }

    .head-mobile__nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        width: 400px;
        height: 100%;
        padding: 106px 30px 20px 30px;
        overflow-y: auto;
        z-index: 1280
    }

    .head-mnav__menu {
        font-size: 24px
    }

    .head-mnav__menu>li {
        margin-bottom: 42px
    }

    .head-mnav__menu>li>a {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear;
        display: block;
        padding-right: 20px;
        position: relative
    }

    .head-mnav__menu>li>a .item-dec {
        transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        position: absolute;
        right: 0;
        top: 50%;
        width: 14px;
        height: 14px;
        margin-top: -7px
    }

    .head-mnav__menu>li>a .item-dec::before,.head-mnav__menu>li>a .item-dec::after {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear;
        content: "";
        display: block;
        position: absolute;
        background-color: #000
    }

    .head-mnav__menu>li>a .item-dec::before {
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px
    }

    .head-mnav__menu>li>a .item-dec::after {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        margin-left: -1px
    }

    .head-mnav__menu>li.active>a {
        color: #3eb3e7
    }

    .head-mnav__menu>li.active>a .item-dec {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .head-mnav__menu>li.active>a .item-dec::before,.head-mnav__menu>li.active>a .item-dec::after {
        background-color: #3eb3e7
    }

    .head-lang {
        margin-left: 20px
    }

    .pro-subnav__main {
        display: none
    }

    .head-subnav,.pro-subnav__tab {
        padding-left: 20px;
        margin-top: 14px
    }

    .head-subnav li,.pro-subnav__tab li {
        margin-bottom: 20px
    }

    .head-subnav li:last-child,.pro-subnav__tab li:last-child {
        margin-bottom: 0
    }

    .head-subnav a,.pro-subnav__tab a {
        font-size: 18px
    }

    .pro-subnav__tab a {
        font-weight: 400
    }

    .pro-subnav__tab>ul>li:last-child .pro-subnav__mitem {
        margin-top: 0;
        margin-bottom: 0
    }

    .pro-subnav__tab .active .pro-mdrop__btn i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .pro-mdrop__btn {
        display: block;
        padding-right: 40px;
        position: relative
    }

    .pro-mdrop__btn i {
        transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear;
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 16px;
        margin-top: -8px
    }

    .pro-subnav__series {
        margin-bottom: 14px
    }

    .pro-subnav__series a {
        color: #000
    }

    .mpro-all__series {
        margin-left: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 16px
    }

    .mpro-all__series a {
        font-weight: 700
    }

    .overlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.7);
        z-index: 1200
    }

    .head-place,.head-search__outWrap {
        height: 62px
    }

    .pro-subnav__band {
        padding-bottom: 4px;
        display: none
    }

    .pro-subnav__mitem {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .pro-subnav__mitem .item-subnav__mlist li {
        margin-bottom: 20px
    }

    .pro-subnav__mitem .item-subnav__mlist a {
        font-size: 14px;
        position: relative;
        padding-left: 12px;
        display: block
    }

    .pro-subnav__mitem .item-subnav__mlist a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 5px;
        background-color: #313131;
        width: 5px;
        height: 5px;
        border-radius: 50%
    }
}

@media (max-width: 768px) {
    .head-search__outInput input {
        height:35px;
        padding: 0 36px
    }

    .head-search__outCont {
        padding-right: 38px;
        margin-left: 24px;
        margin-right: 24px
    }

    .hs-obtn__search {
        left: 16px;
        font-size: 14px
    }
}

@media (max-width: 650px) {
    .logo {
        height:32px
    }

    .head-place,.head-search__outWrap {
        height: 56px
    }

    .head-search__outCont {
        margin-right: 20px;
        margin-left: 20px
    }

    .head-mobile__nav {
        width: 86%
    }

    .head-mnav__menu {
        font-size: 22px
    }

    .head-subnav li,.pro-subnav__tab li {
        margin-bottom: 16px
    }

    .head-subnav a,.pro-subnav__tab a {
        font-size: 16px
    }
}

.page-index {
    background-color: #3eb3e7
}

.page-index .head-place {
    display: none
}

.page-index .container {
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px
}

.page-index .page-news__list li {
    margin-bottom: 50px
}

.page-index .page-news__list article {
    background-color: #F4F6FA;
    height: 370px
}

#in-move__text {
    position: relative
}

.typingCursor::after {
    width: .1em !important;
    height: calc(100% - 20px) !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(0)
}

.typingCursor.lineHide::after {
    display: none
}

.in-banner {
    position: relative;
    overflow: hidden
}

.in-banner__slick .item-cont {
    position: relative
}

.in-banner__slick .item-bgPic::before {
    padding-top: 100vh
}

.in-banner__slick .item-pic::before {
    padding-top: 51.04167%
}

.in-banner__slick .item-small__pic {
    display: none
}

.in-banner__slick .text {
    position: absolute;
    left: 156px;
    right: 156px;
    color: #3eb3e7;
    top: 24%;
    letter-spacing: 1px;
    line-height: 1.5;
    z-index: 100
}

.in-banner__slick .text p {
    font-weight: 700
}

.in-banner__slick .item-animate__box .text {
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.in-banner__slick .item-animate__box .btn-more {
    color: #fff;
    border-color: #fff;
    left: 156px;
    right: 156px
}

.in-banner__slick .item-animate__box .bm-hint {
    border-right-color: #fff
}

.in-banner__slick .item-btn-box {
    position: absolute;
    left: 8%;
    bottom: 24%
}

.page-index:not(.scroll-header).in-banner__statue .header {
    background-color: transparent;
    box-shadow: 0px 3px 30px rgba(33,69,168,0);
    -webkit-box-shadow: 0px 3px 30px rgba(33,69,168,0)
}

.in-banner__dots {
    position: absolute;
    left: 50%;
    bottom: 4.6875vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.in-banner__dots .time-wrap:first-child.active .timer__pie,.in-banner__dots .time-wrap:first-child.active .timer__stroke circle {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    stroke: #fff
}

.in-banner__dots .time-wrap:first-child.active span {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    color: #fff
}

.ib-animate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.in-company__inner {
    max-width: 1120px;
    margin-left: 5.20833vw;
    color: #fff
}

.in-company__inner .item-hint {
    font-family: "Avenir-Book";
    margin-bottom: .63636em
}

.in-company__inner .item-title {
    font-weight: 700;
    line-height: 1.375
}

.in-company__inner .item-txt {
    line-height: 2
}

.in-control__bgPic {
    padding-top: 810px
}

.in-control__bgPic .title {
    display: none
}

.inc-small__pic {
    display: none
}

.in-control__txt {
    bottom: 60px;
    font-weight: 300;
    padding-left: 20px
}

.in-control__txt::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background-color: #000
}

.in-control__cont,.in-control__txt,.in-control__attr {
    max-width: 600px
}

.in-control__caption {
    margin-bottom: .28571em
}

.in-control__intro {
    line-height: 1.66667
}

.in-control__attr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 60px
}

.in-control__attr a,.in-control__attr span {
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 220px
}

.in-software__list li {
    margin-bottom: 0
}

.in-software__list .item-front__pic {
    position: relative
}

.in-software__list .item-front__pic::before {
    content: "";
    display: block;
    padding-top: 125.45455%
}

.in-software__list .item-front__pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.in-software__list .item-back__pic {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.in-software__list .item-back__pic img {
    width: 100%
}

.in-software__list article {
    font-size: 20px;
    position: absolute;
    top: 2.5em;
    width: 100%;
    text-align: center;
    padding: 0 20px
}

.in-software__list .item-title {
    font-weight: 500;
    font-family: "Avenir-Heavy";
    margin-bottom: .61111em
}

.in-software__list .item-attr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    　　-ms-justify-content: center;
    　　-moz-box-pack: center;
    　　-webkit--moz-box-pack: center;
    　　box-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    word-spacing: 6px;
    line-height: 1.85714
}

.in-software__list .item-row {
    margin: 0 15px
}

.in-software__list .item-more {
    position: absolute;
    bottom: 24px;
    left: 28px;
    right: 28px
}

.in-theory__slick .item-cont {
    position: relative
}

.in-theory__slick .item-pic {
    position: relative
}

.in-theory__slick .item-pic::before {
    content: "";
    display: block;
    padding-top: 47.09302%
}

.in-theory__slick .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.in-theory__slick .item-small__pic {
    display: none
}

.in-theory__slick .item-title {
    margin-bottom: .33333em
}

.in-theory__slick .item-inner {
    transition: all .6s linear;
    -ms-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 170px;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.in-theory__slick .item-txt {
    max-width: 800px
}

.in-theory__slick .slick-current .item-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.in-theory__slick .item-line {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 6px;
    width: 4px
}

.in-theory__slick .item-line::before,.in-theory__slick .item-line::after {
    content: "";
    display: block
}

.in-theory__slick .item-line::before {
    width: 1px;
    height: calc(100% - 8px);
    margin: 0 auto;
    background-color: #000
}

.in-theory__slick .item-line::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000
}

.in-theory__slick .item-btn-box {
    position: absolute;
    left: 3.8%;
    bottom: 38%
}

.in-theory__dots {
    position: absolute;
    left: 50%;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.in-slick__dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.in-slick__dots .time-wrap {
    position: relative;
    margin-right: 26px;
    cursor: pointer
}

.in-slick__dots .timer,.in-slick__dots .time-wrap,.in-slick__dots .timer__stroke {
    width: 62px;
    height: 62px
}

.in-slick__dots .timer {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -2px;
    -ms-transform: translateY(2px)
}

.in-slick__dots .timer__pie {
    fill: transparent;
    stroke-width: 2.2;
    stroke: #1C2232;
    stroke-dasharray: 0, 250px;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%
}

.in-slick__dots circle {
    will-change: transform
}

.in-slick__dots .timer__stroke {
    fill: transparent;
    stroke-width: 1px;
    stroke-dasharray: 5
}

.in-slick__dots .timer__stroke circle {
    stroke-dasharray: 1.4;
    stroke: black
}

.in-slick__dots span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
    z-index: 360
}

.in-slick__dots .active .timer__pie {
    animation: timer 5s linear both;
    -webkit-animation: timer 5s linear both;
    -ms-animation: timer 5s linear both;
    -moz-animation: timer 5s linear both
}

.in-slick__dots .ie-cur .timer__pie {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    stroke-dasharray: 200px, 250px
}

@keyframes timer {
    form {
        stroke-dasharray: 0px, 250px
    }

    to {
        stroke-dasharray: 200px, 250px
    }
}

@-webkit-keyframes timer {
    form {
        stroke-dasharray: 0px, 250px
    }

    to {
        stroke-dasharray: 200px, 250px
    }
}

@-ms-keyframes timer {
    form {
        stroke-dasharray: 0px, 250px
    }

    to {
        stroke-dasharray: 200px, 250px
    }
}

@-moz-keyframes timer {
    form {
        stroke-dasharray: 0px, 250px
    }

    to {
        stroke-dasharray: 200px, 250px
    }
}

@media (min-width: 1025px) {
    .in-control__cont,.in-control__txt,.in-control__attr {
        position:absolute;
        left: 60px
    }

    .in-control__cont {
        top: 60px
    }

    .in-software__list article {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .in-software__list .item-back__pic {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .in-software__list a:hover article {
        color: #fff
    }

    .in-software__list a:hover .item-back__pic {
        opacity: 1;
        visibility: visible
    }

    .in-banner__slick .item-animate__box .btn-more:hover {
        background-color: #fff;
        color: #3eb3e7
    }

    .in-banner__slick .item-animate__box .btn-more:hover .bm-hint {
        border-right-color: #3eb3e7
    }
}

@media (max-width: 1680px) {
    .in-banner .text {
        width:88%
    }

    .in-software__list article {
        top: 30px
    }

    .in-control__bgPic {
        padding-top: 700px
    }
}

@media (max-width: 1600px) {
    .in-control__cont,.in-control__txt {
        max-width:440px
    }

    .in-banner__slick .text {
        left: 110px;
        right: 110px
    }
}

@media (max-width: 1520px) {
    .in-software__list .item-row {
        margin:0 8px
    }

    .in-software__list .item-row span {
        word-spacing: 0px
    }
}

@media (max-width: 1440px) {
    .in-company__inner {
        margin-left:40px
    }

    .page-index .page-news__list li {
        margin-bottom: 35px
    }

    .page-index .page-news__list article {
        height: 320px
    }

    .page-index .container {
        padding-left: 32px;
        padding-right: 32px
    }

    .in-control__bgPic {
        padding-top: 670px
    }

    .in-banner__slick .text {
        left: 80px;
        right: 80px
    }

    .in-slick__dots .time-wrap::before {
        width: 54px;
        height: 54px;
        left: 1px;
        top: 1px
    }

    .in-slick__dots .timer,.in-slick__dots .time-wrap,.in-slick__dots .timer__stroke {
        width: 56px;
        height: 56px
    }

    .in-theory__dots {
        bottom: 40px
    }

    .in-theory__slick .item-inner {
        left: 40px;
        right: 40px;
        bottom: 120px
    }
}

@media (max-width: 1380px) {
    .page-index .page-news__list article {
        height:300px
    }

    .in-software__list .item-title {
        margin-bottom: 6px
    }
}

@media (max-width: 1280px) {
    .in-control__bgPic {
        padding-top:580px
    }

    .in-control__cont,.in-control__txt,.in-control__attr {
        left: 40px
    }

    .in-control__caption {
        margin-bottom: 6px
    }

    .in-control__txt,.in-control__attr {
        bottom: 40px
    }

    .in-control__cont {
        top: 40px
    }
}

@media (max-width: 1200px) {
    .in-software__list article {
        top:16px
    }
}

@media (max-width: 1024px) {
    .in-banner .text {
        width:auto;
        line-height: 1.5;
        margin-left: 24px;
        margin-right: 24px
    }

    .in-company__inner {
        margin-left: 0
    }

    .page-index .container {
        padding-top: 30px;
        padding-left: 24px;
        padding-right: 24px
    }

    .page-index .page-news__list article {
        height: 280px
    }

    .in-control__bgPic {
        position: relative;
        padding-top: 47.09302%
    }

    .in-control__bgPic .title {
        display: block;
        position: absolute;
        left: 20px;
        top: 20px
    }

    .in-control__caption {
        display: none
    }

    .in-control__cont,.in-control__txt,.in-control__attr {
        left: auto
    }

    .in-control__cont {
        top: auto
    }

    .in-control__txt,.in-control__attr {
        position: relative;
        bottom: auto;
        margin-top: 50px
    }

    .in-control__box {
        background-color: #f8f8f8;
        padding: 30px 24px
    }

    .in-control__attr a,.in-control__attr span {
        height: 44px;
        line-height: 44px
    }

    .in-software__list .item-title {
        margin-bottom: 0
    }

    .in-software__list .item-more {
        bottom: 14px;
        left: 20px;
        right: 20px
    }

    .in-slick__dots .timer,.in-slick__dots .time-wrap,.in-slick__dots .timer__stroke {
        width: 48px;
        height: 48px
    }

    .in-banner__slick .text {
        left: 24px;
        right: 24px
    }

    .in-control__cont,.in-control__txt,.in-control__attr {
        max-width: 100%
    }
}

@media (max-width: 900px) {
    .page-index .page-news__list article {
        height:260px
    }
}

@media (max-width: 768px) {
    .in-theory__slick .item-btn-box {
        bottom:16%;
        left: 3%
    }

    .in-theory__slick .item-pic::before {
        padding-top: 144.01042%
    }

    .in-theory__slick .item-larze__pic {
        display: none
    }

    .in-theory__slick .item-small__pic {
        display: block
    }

    .in-control__bgPic {
        padding-top: 100%
    }

    .inc-larze__pic {
        display: none
    }

    .inc-small__pic {
        display: block
    }
}

@media (max-width: 750px) {
    .in-theory__dots {
        bottom:24px
    }

    .in-banner__slick .item-btn-box {
        bottom: 16%;
        left: 20px
    }

    .in-banner__slick .item-animate__box .item-btn-box {
        left: 20px;
        bottom: 16%
    }

    .in-banner__slick .item-small__pic {
        display: block
    }

    .in-banner__slick .item-larze__pic {
        display: none
    }

    .in-banner__slick .item-pic::before {
        padding-top: 144%
    }

    .in-slick__dots .timer,.in-slick__dots .time-wrap,.in-slick__dots .timer__stroke {
        width: 40px;
        height: 40px
    }

    .in-slick__dots span {
        font-size: 14px
    }

    .in-theory__slick .item-inner {
        left: 20px;
        right: 20px;
        bottom: 80px;
        padding-left: 20px
    }

    .page-index .page-news__list li {
        width: 33.33%
    }
}

@media (max-width: 700px) {
    .page-index .page-news__list li {
        margin-bottom:0;
        width: 100%
    }

    .page-index .page-news__list li:last-child {
        margin-bottom: 30px
    }

    .page-index .page-news__list li:last-child article {
        padding-bottom: 16px
    }

    .page-index .page-news__list article {
        height: auto
    }

    .page-index .page-news__list .item-more {
        display: none
    }

    .page-index .page-news__list .item-title {
        height: auto
    }
}

@media (max-width: 650px) {
    .in-banner .text {
        margin-left:20px;
        margin-right: 20px;
        left: 0;
        right: 0
    }

    .in-company__inner .item-hint {
        margin-bottom: 4px
    }

    .page-index .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .in-software__list li {
        width: 100%;
        margin-bottom: 20px
    }

    .in-software__list li:last-child {
        margin-bottom: 0
    }

    .in-control__box {
        padding-left: 20px;
        padding-right: 20px
    }

    .in-control__attr a,.in-control__attr span {
        margin-bottom: 16px
    }

    .in-control__txt {
        padding-left: 12px
    }

    .in-theory__slick .item-pic img {
        height: 100%;
        object-fit: cover
    }

    .in-theory__slick .item-inner {
        bottom: auto;
        top: 42px
    }

    .in-theory__dots {
        bottom: 20px
    }

    .in-slick__dots .timer,.in-slick__dots .time-wrap,.in-slick__dots .timer__stroke {
        width: 34px;
        height: 34px
    }

    .in-slick__dots .time-wrap {
        margin-right: 18px
    }

    .in-slick__dots span {
        font-size: 12px
    }

    .in-slick__dots .item-line {
        top: 7px
    }

    .in-banner__dots {
        bottom: 25px
    }

    .in-control__caption {
        margin-bottom: 3px
    }

    .in-control__txt,.in-control__attr {
        margin-top: 24px
    }
}

@media (max-width: 500px) {
    .in-control__attr a,.in-control__attr span {
        min-width:initial;
        width: 100%;
        margin-right: 0
    }

    .in-theory__slick .item-inner {
        left: 10px;
        max-height: 440px;
        overflow-y: auto
    }

    .in-theory__slick .item-inner::-webkit-scrollbar {
        display: none
    }
}

.relative {
    position: relative
}

.ovf {
    overflow: hidden
}

.w1820 {
    max-width: 1820px;
    margin-left: 40px;
    margin-right: 40px
}

.w1520 {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto
}

.w1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.fs80 {
    font-size: 80px
}

.fs70 {
    font-size: 70px;
    font-weight: 700
}

.fs60 {
    font-size: 60px;
    font-weight: 700
}

.fs46 {
    font-size: 46px
}

.fs40 {
    font-size: 40px
}

.fs36 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6
}

.fs34 {
    font-size: 34px
}

.fs30 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 700
}

.fs26 {
    font-size: 26px;
    letter-spacing: 1px
}

.fs24 {
    font-size: 24px
}

.fs22 {
    font-size: 22px
}

.fs20 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700
}

.fs18 {
    font-size: 18px
}

.fs16 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.75
}

.fs14 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.85714
}

.fw-700 {
    font-weight: 700
}

.fw-500 {
    font-weight: 500
}

.fw-300 {
    font-weight: 300
}

.sec-bg {
    background-color: #F5F7F9
}

.sec-txt {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 1px
}

.sec-txt p,.sec-txt ul {
    font-weight: 300
}

.sec-txt li {
    position: relative;
    padding-left: 16px
}

.sec-txt li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%
}

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

.d-line {
    display: inline-block
}

.sec-column {
    color: #000;
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.sec-column .sc-dec {
    display: inline-block;
    width: .66667em;
    height: .66667em;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/fonts/icon-01.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.page-sec__inner .title {
    color: #3eb3e7;
    line-height: 1.38889;
    letter-spacing: 1px;
    font-weight: 700
}

.page-sec__inner .txt {
    position: relative;
    padding: 0 130px
}

.page-sec__inner .txt::before,.page-sec__inner .txt::after {
    display: block;
    position: absolute;
    top: 0;
    font-size: 26.04167vw;
    color: #EBEFF3;
    max-height: 100px;
    font-family: Arial;
    line-height: .6
}

.page-sec__inner .txt::before {
    content: "“";
    left: 0
}

.page-sec__inner .txt::after {
    content: "”";
    right: 0
}

.page-sec__inner .txt-wd {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.page-sec__inner .pic-box {
    position: relative;
    overflow: hidden
}

.page-sec__inner .pic-box::before {
    content: "";
    display: block;
    padding-top: 36.71053%
}

.page-sec__inner .pic-box img,.page-sec__inner .pic-box .bgpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-sec__inner .pic-box .bgpic {
    height: 100%
}

.bread-crumb__nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bread-crumb__nav li {
    margin-right: 12px
}

.bread-crumb__nav li:last-child a::before {
    display: none
}

.bread-crumb__nav a {
    display: inline-block;
    position: relative;
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    padding-right: 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.8)
}

.bread-crumb__nav a::before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    width: 1px;
    height: 12px;
    background-color: #000;
    margin-top: -7px;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg)
}

.bread-crumb__nav .on a {
    color: #3eb3e7
}

.page-list .item-more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    min-width: 9px;
    padding-left: 8px
}

.page-list .item-more span {
    font-size: 14px;
    display: block;
    margin-left: 8px
}

.page-list .item-round {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px
}

.page-list .item-line__box {
    position: relative;
    padding-right: 0;
    width: 0
}

.page-list .item-line__box::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/fonts/icon-02.svg) no-repeat center center;
    width: 0;
    height: 1px
}

.page-list .item-line {
    transition: width .3s linear;
    -ms-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative
}

.page-list.hover-line__cvi .item-line__box {
    background: url(/fonts/icon-03.svg) no-repeat center center
}

.page-list.hover-line__cvi .item-line {
    background-color: #3eb3e7
}

.page-caption span {
    font-weight: 500;
    margin-right: 16px;
    display: inline-block
}

.page-caption .ctitle {
    letter-spacing: 1px;
    line-height: 1.7
}

.page-caption .etitle {
    line-height: 1.14286;
    font-family: "Avenir-Medium";
    text-transform: uppercase
}

.page-list__column ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.page-list__column li {
    margin-right: 1.94444em
}

.page-list__column a {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    color: #D3D2D2
}

.page-list__column .on a {
    color: #3eb3e7
}

.pagination {
    width: 100%;
    text-align: center
}

.pagination li {
    margin: 0 18px;
    display: inline-block;
    vertical-align: middle
}

.pagination .item-num {
    font-size: 20px;
    font-family: "Avenir-Medium";
    color: rgba(202,203,205,0.5)
}

.pagination a {
    display: inline-block
}

.pagination .on .item-num {
    color: #3eb3e7
}

.pagination .list-arrow a {
    position: relative;
    width: 28px;
    height: 28px
}

.pagination .list-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #858585;
    font-size: 12px
}

.pagination .item-svg__box {
    position: relative;
    width: 100%;
    height: 100%
}

.pagination .ld-hover__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    stroke-dasharray: 0, 250px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.paragraph {
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 1px;
    text-align: justify
}

.paragraph p {
    font-weight: 300
}

.paragraph h2 {
    font-size: 26px;
    line-height: 1.69231;
    letter-spacing: 1px;
    font-weight: 500
}

.paragraph h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.45833;
    text-align: center;
    margin-bottom: 1.08333em
}

.paragraph h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 1px
}

.paragraph img {
    width: auto !important;
    height: auto !important;
    max-width: 100%
}

.list-data__handle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-center {
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

.ld-hover__svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page-column__arrow>a {
    display: inline-block;
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 10px
}

.page-column__arrow>a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #858585
}

.slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0
}

.slick-dots li {
    margin-right: 5px;
    margin-left: 5px
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    border: none;
    width: 10px;
    height: 10px;
    cursor: pointer
}

.slick-dots button::before {
    transition: background .3s linear;
    -ms-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(178,178,178,0.5)
}

.slick-dots .slick-active button::before {
    background-color: #3eb3e7
}

.slick-margin {
    margin-left: -15px;
    margin-right: -15px
}

.slick-margin .item-cont {
    display: block;
    margin-left: 15px;
    margin-right: 15px
}

body .fancybox-thumbs__list a::before {
    border-color: #3eb3e7
}

.sec-column__arrow {
    position: relative;
    padding-right: 140px
}

.sec-column__arrow .page-column__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.sec-column__arrow .page-column__arrow>a {
    margin-right: 0;
    margin-left: 34px
}

.list-data__arrow .item-svg__box {
    position: relative;
    width: 100%;
    height: 100%
}

.fancybox-dec {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    background-color: #F5F7F9
}

.fancybox-dec i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 16px;
    color: #313131
}

.dialog-video__wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    display: none
}

.dialog-video__wrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 80
}

.dialog-video__wrap .close-video {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    color: #fff;
    z-index: 100;
    cursor: pointer
}

.dialog-video__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100
}

.dialog-video__cont video {
    width: 100%
}

.btn-vid {
    width: 92px;
    height: 92px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    　　-ms-justify-content: center;
    　　-moz-box-pack: center;
    　　-webkit--moz-box-pack: center;
    　　box-pack: center
}

.btn-vid svg {
    position: relative;
    left: 3px
}

.btn-more {
    color: #3eb3e7;
    border: 1px solid #3eb3e7;
    display: flex;
    align-items: center
}

.bm-hint {
    width: 200px;
    padding: 14px 0 14px 26px;
    border-right: 1px solid #3eb3e7
}

.bm-dec {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px
}

.btn-dec {
    position: relative;
    width: 22px;
    height: 22px
}

.btn-dec svg {
    width: 100%
}

.btn-dec .dec-next {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-dec .dec-next::before {
    display: inline-block;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@media (min-width: 1921px) {
    .w1820 {
        margin-left:auto;
        margin-right: auto
    }
}

@media (min-width: 1025px) {
    .bm-hint {
        -webkit-transition:border .3s;
        transition: border .3s
    }

    .btn-more {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .btn-more:hover {
        background-color: #3eb3e7;
        color: #fff
    }

    .btn-more:hover .bm-hint {
        border-right-color: #fff
    }

    .dialog-video__wrap .close-video {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .dialog-video__wrap .close-video:hover {
        transform: rotate(180deg)
    }

    .dialog-video__cont {
        max-width: 75%
    }

    .btn-vid {
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .btn-vid path {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .btn-vid:hover {
        background-color: #3eb3e7
    }

    .btn-vid:hover path {
        fill: #fff
    }

    .list .fancybox-dec {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .list .fancybox-dec i {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .list a:hover .fancybox-dec {
        background-color: #3eb3e7
    }

    .list a:hover .fancybox-dec i {
        color: #fff
    }

    .list-data__share a {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .list-data__share a:hover {
        background-color: #3eb3e7;
        border-color: #3eb3e7;
        color: #Fff
    }

    .list-data__arrow .ld-hover__svg {
        transition: all 1s linear;
        -ms-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        stroke-dasharray: 0, 250px;
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    .list-data__arrow>a i {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .list-data__arrow>a:hover i {
        color: #3eb3e7
    }

    .list-data__arrow>a:hover .ld-hover__svg {
        stroke-dasharray: 200px, 250px
    }

    .bread-crumb__nav a:hover {
        color: #000
    }

    .page-list__column {
        font-weight: 500
    }

    .page-list__column a:hover {
        color: #3eb3e7
    }

    .pagination .list-arrow i {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .pagination .list-arrow a:hover i {
        color: #3eb3e7
    }

    .pagination .list-arrow a:hover .ld-hover__svg {
        stroke-dasharray: 200px, 250px
    }

    .pagination a .item-num {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .pagination a:hover .item-num {
        color: #3eb3e7
    }

    .page-list .item-line__box {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-list .item-line__box::after {
        transition: width .3s linear;
        -ms-transition: width .3s linear;
        -moz-transition: width .3s linear;
        -webkit-transition: width .3s linear;
        -o-transition: width .3s linear
    }

    .page-list .item-round {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .page-list .item-more span {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .page-list:not(.hover-line__cvi) a:hover .item-round {
        background-color: #fff
    }

    .page-list:not(.hover-line__cvi) a:hover .item-more span {
        color: #fff
    }

    .page-list.hover-line__cvi a:hover .item-round {
        background-color: #3eb3e7
    }

    .page-list.hover-line__cvi a:hover .item-more span {
        color: #3eb3e7
    }
}

@media (max-width: 1680px) {
    .w1520 {
        width:88%
    }

    .fs80 {
        font-size: 68px
    }

    .fs70 {
        font-size: 62px
    }

    .fs60 {
        font-size: 58px
    }

    .btn-vid {
        width: 84px;
        height: 84px
    }

    .btn-vid span {
        height: 28.14px
    }

    .btn-vid svg {
        width: 24px;
        height: 28.14px
    }
}

@media (max-width: 1440px) {
    .fs80 {
        font-size:62px
    }

    .fs70 {
        font-size: 58px
    }

    .fs60 {
        font-size: 52px
    }

    .fs46 {
        font-size: 42px
    }

    .fs40 {
        font-size: 36px
    }

    .fs36 {
        font-size: 32px;
        line-height: 1.4
    }

    .fs34 {
        font-size: 30px
    }

    .fs30 {
        font-size: 28px
    }

    .fs26 {
        font-size: 24px
    }

    .fs24 {
        font-size: 22px
    }

    .fs22 {
        font-size: 20px
    }

    .fs20 {
        font-size: 18px
    }

    .page-caption span {
        margin-right: 14px
    }

    .sec-txt,.fs16 {
        font-size: 14px;
        line-height: 1.8
    }

    .bm-hint {
        padding: 12px 0 12px 22px;
        width: 180px
    }

    .sec-txt li {
        padding-left: 12px
    }

    .sec-txt li::before {
        top: 9px
    }

    .paragraph {
        font-size: 14px;
        line-height: 1.8
    }

    .paragraph h2 {
        font-size: 24px
    }

    .paragraph h3 {
        font-size: 22px
    }

    .slick-margin {
        margin-left: -12px;
        margin-right: -12px
    }

    .slick-margin .item-cont {
        margin-left: 12px;
        margin-right: 12px
    }

    .page-column__arrow>a {
        width: 42px;
        height: 42px
    }

    .page-column__arrow>a i {
        font-size: 14px
    }

    .btn-vid {
        width: 72px;
        height: 72px
    }

    .btn-vid span {
        height: 25.79px
    }

    .btn-vid svg {
        width: 22px;
        height: 25.79px
    }
}

@media (max-width: 1380px) {
    .fs80 {
        font-size:58px
    }

    .fs70 {
        font-size: 52px
    }

    .fs60 {
        font-size: 46px
    }

    .fs46 {
        font-size: 38px
    }

    .fs40 {
        font-size: 32px
    }

    .fs36 {
        font-size: 28px
    }

    .fs34 {
        font-size: 26px
    }

    .fs30 {
        font-size: 24px
    }

    .fs26 {
        font-size: 22px
    }

    .fs24 {
        font-size: 20px
    }

    .page-caption span {
        margin-right: 12px
    }

    .paragraph h2 {
        font-size: 22px
    }

    .paragraph h3 {
        font-size: 20px
    }

    .sec-column__arrow .page-column__arrow>a {
        margin-left: 26px
    }
}

@media (max-width: 1280px) {
    .fs46 {
        font-size:36px
    }

    .fs40 {
        font-size: 30px
    }

    .fs26 {
        font-size: 20px
    }

    .fs18 {
        font-size: 16px
    }

    .w1000 {
        width: 80%
    }

    .paragraph h4 {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .fs80 {
        font-size:52px
    }

    .fs70 {
        font-size: 48px
    }

    .fs60 {
        font-size: 42px
    }

    .fs36 {
        font-size: 24px
    }

    .w1820,.w1520 {
        margin-left: 24px;
        margin-right: 24px
    }

    .w1520 {
        width: auto
    }

    .btn-more {
        background-color: #3eb3e7
    }

    .bm-hint {
        padding: 8px 0 8px 20px;
        width: 160px;
        border-right-color: #fff;
        color: #fff
    }

    .bm-dec {
        width: 42px;
        color: #fff;
        font-size: 12px
    }

    .paragraph h3,.paragraph h2,.paragraph h4 {
        font-weight: 700
    }

    .page-sec__inner .txt {
        padding: 0 92px
    }

    .page-list__column {
        overflow: hidden;
        font-weight: 700
    }

    .page-list__column ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .page-list__column ul::-webkit-scrollbar {
        display: none
    }

    .page-caption span {
        font-weight: 700
    }

    .slick-margin {
        margin-left: -8px;
        margin-right: -8px
    }

    .slick-margin .item-cont {
        margin-left: 8px;
        margin-right: 8px
    }

    .btn-vid {
        width: 62px;
        height: 62px
    }

    .btn-vid span {
        height: 23.45px
    }

    .btn-vid svg {
        width: 20px;
        height: 23.45px
    }

    .dialog-video__cont {
        width: 94%
    }
}

@media (max-width: 800px) {
    .fs80 {
        font-size:46px
    }
}

@media (max-width: 650px) {
    .w1000 {
        width:auto
    }

    .w1820,.w1520,.w1000 {
        margin-left: 20px;
        margin-right: 20px
    }

    .fs80 {
        font-size: 40px
    }

    .fs70 {
        font-size: 36px
    }

    .fs60 {
        font-size: 34px
    }

    .fs46 {
        font-size: 32px
    }

    .fs40 {
        font-size: 28px
    }

    .fs36 {
        font-size: 22px
    }

    .fs30,.fs34 {
        font-size: 20px
    }

    .fs24,.fs26 {
        font-size: 18px
    }

    .fs22 {
        font-size: 17px
    }

    .fs20 {
        font-size: 16px
    }

    .page-list__column li {
        margin-right: 30px
    }

    .bm-dec {
        width: 38px
    }

    .pagination li {
        margin: 0 14px
    }

    .paragraph h2 {
        font-size: 20px
    }

    .paragraph h3 {
        font-size: 18px
    }

    .paragraph h4 {
        font-size: 16px
    }

    .sec-column__arrow {
        padding-right: 90px
    }

    .sec-column__arrow .page-column__arrow>a {
        margin-left: 12px
    }

    .page-column__arrow>a {
        width: 32px;
        height: 32px
    }

    .page-column__arrow>a i {
        font-size: 12px
    }

    .sec-column {
        padding-left: 22px
    }

    .sec-column .sc-dec {
        width: 14px;
        height: 14px
    }

    .page-sec__inner .txt {
        padding: 0 42px;
        margin-top: 14px
    }

    .page-sec__inner .txt::before,.page-sec__inner .txt::after {
        font-size: 80px;
        top: 10px
    }

    .bread-crumb__nav li {
        margin-right: 8px;
        margin-bottom: 4px
    }

    .bread-crumb__nav a {
        padding-right: 12px;
        font-size: 12px
    }

    .bread-crumb__nav a::before {
        margin-top: -6px
    }

    .page-handle__cont {
        padding: 14px 0
    }

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

    .btn-vid {
        width: 52px;
        height: 52px
    }

    .btn-vid span {
        height: 21.2px
    }

    .btn-vid svg {
        width: 18px;
        height: 21.2px
    }
}

@media (max-width: 500px) {
    .fs80 {
        font-size:28px
    }

    .fs70,.fs60 {
        font-size: 26px
    }

    .fs46 {
        font-size: 24px
    }

    .fs40 {
        font-size: 22px
    }

    .fs36 {
        font-size: 20px
    }

    .fs30 {
        font-size: 18px;
        line-height: 1.5
    }

    .fs18 {
        font-size: 15px
    }

    .fs22,.fs24,.fs26 {
        font-size: 16px
    }

    .page-sec__inner .txt {
        padding: 0 34px
    }

    .page-sec__inner .title {
        line-height: 1.5
    }

    .bm-hint {
        padding: 4px 0 4px 8px;
        width: 96px
    }

    .bm-hint.fs16 {
        font-size: 12px
    }

    .bm-dec {
        width: 26px
    }

    .paragraph p br:nth-child(2) {
        display: none
    }

    .slick-margin {
        margin-left: -4px;
        margin-right: -4px
    }

    .slick-margin .item-cont {
        margin-left: 4px;
        margin-right: 4px
    }

    .page-handle__cont {
        padding: 0
    }

    .page-caption {
        color: #999
    }

    .page-caption .ctitle,.page-caption .etitle {
        font-size: 12px;
        line-height: 1.4
    }

    .page-caption span {
        font-weight: 300;
        margin-right: 8px
    }

    .page-caption .etitle {
        font-family: "Avenir-Light";
        padding-top: 0
    }

    .btn-vid {
        width: 44px;
        height: 44px
    }

    .btn-vid span {
        height: 18.76px
    }

    .btn-vid svg {
        left: 2px;
        width: 16px;
        height: 18.76px
    }
}

.page-join__list li {
    margin-bottom: 30px;
    overflow: hidden
}

.page-join__list li:last-child {
    margin-bottom: 0
}

.page-join__list .item-box {
    font-size: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6em 2.5em
}

.page-join__list .item-left__area,.page-join__list .item-right__area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

.page-join__list .item-rows {
    position: relative
}

.page-join__list .item-rows::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.page-join__list .item-left__area .item-rows {
    padding-right: 26px;
    margin-right: 24px;
    line-height: 1.7
}

.page-join__list .item-left__area .item-rows:last-of-type {
    padding-right: 0;
    margin-right: 0
}

.page-join__list .item-left__area .item-rows:last-of-type::after {
    display: none
}

.page-join__list .item-left__area .item-rows::after {
    height: 18px;
    background-color: #000
}

.page-join__list .item-right__area .item-rows {
    padding-right: 20px;
    color: #B2B2B2;
    margin-right: 16px
}

.page-join__list .item-right__area .item-rows::after {
    height: 14px;
    background-color: #B2B2B2
}

.page-join__list .item-right__area .item-rows:nth-last-child(2)::after {
    display: none
}

.page-join__list .item-btn a {
    display: inline-block;
    width: 94px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 35px;
    background-color: #3eb3e7;
    line-height: 1
}

@media (min-width: 1025px) {
    .page-join__list .item-btn a {
        transition:all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-join__list .item-btn a:hover {
        background-color: #3D3D3D;
        color: #fff
    }
}

@media (max-width: 1024px) {
    .page-join__list li {
        margin-bottom:20px
    }

    .page-join__list .item-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px
    }

    .page-join__list .item-left__area .item-rows {
        margin-right: 18px;
        padding-right: 20px
    }

    .page-join__list .item-left__area .item-rows:nth-child(2) {
        padding-right: 0;
        margin-right: 0
    }

    .page-join__list .item-left__area .item-rows:nth-child(2)::after {
        display: none
    }

    .page-join__list .item-left__area .item-rows:last-child {
        display: none
    }

    .page-join__list .item-right__area .item-rows {
        margin-right: 14px;
        padding-right: 12px
    }
}

@media (max-width: 700px) {
    .page-join__list .item-box {
        font-size:10px
    }

    .page-join__list .item-left__area,.page-join__list .item-right__area {
        width: 100%
    }

    .page-join__list .item-right__area {
        margin-top: 10px
    }
}

@media (max-width: 650px) {
    .join-sec__inner .pic-box::before {
        padding-top:220px
    }
}

@media (max-width: 500px) {
    .page-join__list .item-box {
        position:relative;
        padding: 12px 14px
    }

    .page-join__list .item-left__area {
        font-size: 14px
    }

    .page-join__list .item-left__area .item-rows {
        margin-right: 16px;
        padding-right: 18px
    }

    .page-join__list .item-left__area .item-rows::after {
        height: 14px
    }

    .page-join__list .item-left__area .item-rows:nth-child(2) {
        margin-right: 16px;
        padding-right: 18px
    }

    .page-join__list .item-left__area .item-rows:nth-child(2)::after {
        display: block
    }

    .page-join__list .item-left__area .item-rows:last-child {
        display: block
    }

    .page-join__list .item-right__area {
        font-size: 12px;
        margin-top: 8px
    }

    .page-join__list .item-right__area .item-rows {
        margin-right: 10px;
        padding-right: 8px
    }

    .page-join__list .item-right__area .item-rows::after {
        height: 12px
    }

    .page-join__list .item-right__area .item-btn a {
        width: 74px;
        font-size: 12px;
        height: 30px
    }
}

.page-news__list {
    overflow: hidden
}

.page-news__list figure {
    position: relative;
    overflow: hidden
}

.page-news__list figure::before {
    content: "";
    display: block;
    padding-top: 56.3786%
}

.page-news__list figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-news__list article {
    position: relative;
    font-size: 20px;
    height: 300px;
    background-color: #fff;
    padding: 1.7em 2em 0 2em;
    color: #000
}

.page-news__list .item-date {
    font-family: "Avenir-Book"
}

.page-news__list .item-title {
    margin-top: 1.5em;
    height: 114px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.page-news__list .item-title h1 {
    font-weight: 300;
    line-height: 1.46154
}

.page-news__list .item-more {
    position: absolute;
    bottom: 2em;
    left: 2em;
    right: 2em
}

.nd-title {
    text-align: center;
    color: #3eb3e7;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px
}

.nd-attr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    　　-ms-justify-content: center;
    　　-moz-box-pack: center;
    　　-webkit--moz-box-pack: center;
    　　box-pack: center;
    color: #3eb3e7
}

.nd-attr>div {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    margin-right: 30px
}

.nd-attr>div::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #3eb3e7;
    margin-top: -9px
}

.nd-attr>div:last-child {
    padding-right: 0;
    margin-right: 0
}

.nd-attr>div:last-child::before {
    opacity: 0
}

.nd-attr .nd-date {
    font-family: "Avenir-Book"
}

.nd-data__push .page-news__list article {
    height: 325px
}

.list-data__arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.list-data__share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.list-data__share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #DFDFE0;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin-left: 40px
}

@media (min-width: 1025px) {
    .page-news__list article {
        transition:all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-news__list figure img {
        transition: transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear
    }

    .page-news__list a:hover figure img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    .page-news__list a:hover article {
        background-color: #3eb3e7;
        color: #fff
    }
}

@media (max-width: 1440px) {
    .page-news__list article {
        font-size:16px
    }

    .page-news__list .item-title {
        height: 105px
    }
}

@media (max-width: 1380px) {
    .page-news__list article {
        font-size:14px
    }

    .page-news__list .item-title {
        height: 96px
    }
}

@media (max-width: 1280px) {
    .page-news__list article {
        font-size:12px;
        height: 270px
    }

    .page-news__list .item-title {
        height: 87px
    }
}

@media (max-width: 1200px) {
    .nd-data__push .page-news__list article {
        height:290px
    }

    .nd-attr>div {
        padding-right: 30px;
        margin-right: 20px
    }

    .nd-attr>div::before {
        height: 16px;
        margin-top: -8px
    }
}

@media (max-width: 1024px) {
    .page-news__list article {
        height:240px
    }

    .page-news__list .item-title {
        margin-top: 8px
    }

    .nd-data__push {
        margin-top: 120px
    }
}

@media (max-width: 650px) {
    .page-news__list {
        margin-top:30px
    }

    .page-news__list .item-title {
        height: 52px;
        margin-top: 0
    }

    .page-news__list article {
        height: 210px
    }

    .nd-attr>div {
        padding-right: 16px;
        margin-right: 16px
    }

    .nd-data__push .page-news__list article {
        height: 240px
    }

    .list-data__share a {
        margin-left: 20px;
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 16px
    }
}

@media (max-width: 500px) {
    .page-news__list .item-date {
        font-size:12px
    }

    .page-news__list article {
        padding-left: 12px;
        padding-right: 12px;
        height: 160px;
        padding-top: 16px
    }

    .page-news__list .item-more {
        left: 12px;
        right: 12px;
        bottom: 10px
    }

    .page-news__list .item-title {
        height: 48px
    }

    .nd-data__push .page-news__list {
        margin-top: 20px
    }

    .nd-data__push .page-news__list article {
        height: 180px
    }

    .list-data__share a {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 14px
    }
}

.page-video__list .item-pic {
    position: relative;
    overflow: hidden
}

.page-video__list .item-pic::before {
    content: "";
    display: block;
    padding-top: 61.7284%
}

.page-video__list .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-video__list .item-date {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    font-size: 14px;
    color: #fff;
    font-family: "Avenir-Book"
}

.page-video__list .item-dec {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff
}

.page-video__list .item-dec::before {
    display: block;
    backface-visibility: hidden
}

.page-video__list .item-title {
    margin-top: 1.25em;
    margin-left: .58333em;
    margin-right: .58333em;
    font-weight: 300;
    line-height: 1.5
}

.page-video__list .item-main {
    position: relative
}

.page-video__list .item-video__wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none
}

.page-video__list .item-video__cont {
    padding-top: 20px
}

.page-video__list iframe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 30px)
}

.page-video__modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1400;
    display: none
}

.page-video__modal .pv-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7)
}

.page-video__mcont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 60%;
    height: 60%
}

.page-video__mcont iframe {
    width: 100%;
    height: 100%
}

.close-video__btn {
    position: absolute;
    right: 11px;
    top: 8px;
    font-size: 20px;
    color: #fff
}

@media (min-width: 1025px) {
    .close-video__btn {
        transition:transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear
    }

    .close-video__btn:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    .page-video__list .item-dec::before {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-video__list .item-dec:hover::before {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        color: #3eb3e7
    }
}

@media (max-width: 1440px) {
    .page-video__list .item-dec {
        font-size:48px
    }
}

@media (max-width: 1280px) {
    .page-video__list .item-dec {
        font-size:42px
    }
}

@media (max-width: 1024px) {
    .page-video__list .item-title {
        margin-top:20px
    }

    .page-video__list .item-date {
        left: 16px;
        right: 16px;
        bottom: 12px
    }

    .page-video__mcont {
        width: 90%;
        height: 45%
    }

    .close-video__btn {
        font-size: 20px
    }
}

@media (max-width: 500px) {
    .page-video__list {
        min-height:200px
    }

    .page-video__list .item-dec {
        font-size: 32px
    }

    .page-video__list .item-title {
        margin-top: 12px;
        margin-left: 6px;
        margin-right: 6px
    }

    .page-video__list .item-date {
        font-size: 12px;
        left: 12px;
        right: 12px;
        bottom: 8px
    }

    .page-video__mcont {
        height: 30%
    }
}

.page-download__list a {
    height: 300px;
    background-color: #fff;
    font-size: 20px;
    position: relative;
    padding: 2.2em 1.6em 0 1.6em;
    color: #3eb3e7
}

.page-download__list a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/downbg.png) no-repeat center center;
    background-size: contain
}

.page-download__list .item-cont {
    position: relative;
    height: 100%
}

.page-download__list .item-title {
    max-width: 136px;
    font-weight: 700;
    line-height: 1.5625;
    letter-spacing: 1px;
    min-height: 40px
}

.page-download__list .item-label {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 20px
}

.page-download__list .item-date {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 14px;
    font-family: "Avenir-Light";
    font-weight: 300
}

.page-download__list .item-dec {
    position: absolute;
    right: 2%;
    bottom: 13%;
    width: 2.7em;
    height: 2.7em;
    background-color: #EBEFF3;
    text-align: center;
    font-size: 20px;
    color: #3eb3e7;
    border-radius: 50%
}

.page-download__list .item-dec .icon-down {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.page-download__list .item-sym1,.page-download__list .item-sym2 {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0
}

.page-download__list .item-sym1 {
    border-top: 80px solid #F5F7F9;
    border-left: 80px solid transparent
}

.page-download__list .item-sym2 {
    transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    border-bottom: 80px solid #EBEFF3;
    border-right: 80px solid transparent
}

.page-download__cont {
    position: relative;
    background-color: #Fff;
    font-size: 20px;
    padding: 3em 9em 3em 120px
}

.page-dc__topInner,.page-dc__bottomInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #D3DCE5
}

.page-dc__topInner {
    padding-bottom: 50px;
    position: relative
}

.page-dc__topInner .title {
    width: 28%;
    color: #3eb3e7;
    font-weight: 700
}

.page-dc__topInner .txt {
    width: 71%;
    text-align: justify
}

.page-dc__topInner .txt p {
    font-weight: 300
}

.page-dc__topInner .tel {
    font-size: 38px;
    color: #3eb3e7;
    position: absolute;
    left: -60px;
    top: 2px
}

.page-dc__bottomInner {
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0
}

.page-dc__bottomInner .title {
    font-family: "Avenir-Medium"
}

.page-dc__bgPic {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 450px
}

.page-dc__bgPic img {
    max-width: 100%
}

.page-dc__telBtn a {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: "Avenir-Medium"
}

@media (min-width: 1025px) {
    .page-dc__telBtn a {
        transition:background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .page-dc__telBtn a:hover {
        background-color: #3eb3e7
    }

    .page-download__list a {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-download__list a:hover {
        background-color: #3eb3e7;
        color: #fff
    }

    .page-download__list a:hover .item-sym2 {
        border-bottom-color: #274DB5
    }

    .page-download__list .item-dec {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .page-download__list .item-sym2 {
        transition: border .3s linear;
        -ms-transition: border .3s linear;
        -moz-transition: border .3s linear;
        -webkit-transition: border .3s linear;
        -o-transition: border .3s linear
    }
}

@media (max-width: 1600px) {
    .page-download__list .item-dec {
        font-size:18px;
        bottom: 15%;
        right: 0
    }
}

@media (max-width: 1440px) {
    .page-download__list a {
        font-size:16px
    }

    .page-download__list .item-dec {
        font-size: 16px
    }

    .page-dc__topInner .tel {
        font-size: 34px;
        top: 4px
    }

    .page-download__cont {
        font-size: 16px
    }
}

@media (max-width: 1380px) {
    .page-download__list .item-dec {
        right:4%
    }

    .page-download__list a {
        font-size: 14px
    }

    .page-dc__topInner .tel {
        font-size: 32px;
        top: 2px
    }

    .page-download__cont {
        font-size: 14px
    }
}

@media (max-width: 1280px) {
    .page-download__cont {
        font-size:12px;
        padding-right: 56px
    }
}

@media (max-width: 1200px) {
    .page-download__list .item-dec {
        right:0
    }
}

@media (max-width: 1100px) {
    .page-download__cont {
        padding-left:40px;
        padding-right: 40px
    }

    .page-dc__topInner .title,.page-dc__topInner .txt {
        width: 100%
    }

    .page-dc__topInner .title {
        padding-left: 40px
    }

    .page-dc__topInner .tel {
        left: 0;
        font-size: 26px;
        top: 8px
    }
}

@media (max-width: 1024px) {
    .page-download__list .item-sym1 {
        border-top-width:60px;
        border-left-width: 60px
    }

    .page-download__list .item-sym2 {
        border-bottom-width: 60px;
        border-right-width: 60px
    }

    .page-dc__bgPic {
        opacity: .3
    }
}

@media (max-width: 860px) {
    .page-download__list .item-dec {
        right:2%
    }
}

@media (max-width: 650px) {
    .page-dc__telBtn a {
        width:94px;
        height: 34px;
        line-height: 34px;
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .page-download__list a {
        padding-left:16px;
        padding-right: 16px;
        height: 260px
    }

    .page-download__list .item-sym1 {
        border-top-width: 32px;
        border-left-width: 32px
    }

    .page-download__list .item-sym2 {
        border-bottom-width: 32px;
        border-right-width: 32px
    }

    .page-download__list .item-label {
        margin-top: 14px
    }

    .page-download__list .item-dec {
        font-size: 12px;
        line-height: 32px;
        bottom: 20%
    }

    .page-download__cont {
        padding-left: 24px;
        padding-right: 24px
    }

    .page-dc__bottomInner {
        padding: 12px 0
    }

    .page-dc__topInner {
        padding-bottom: 30px
    }

    .page-dc__topInner .tel {
        font-size: 22px;
        top: 5px
    }

    .page-dc__topInner .title {
        padding-left: 32px
    }

    .page-download__cont {
        margin-top: 90px
    }
}

.page-application__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center
}

.page-application__list li {
    width: 33.33%;
    border-bottom: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    height: 410px;
    position: relative
}

.page-application__list li:nth-child(1),.page-application__list li:nth-child(2),.page-application__list li:nth-child(3),.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2),.page-application__list li:nth-last-child(3) {
    height: 320px
}

.page-application__list li:nth-child(1) .item-cont,.page-application__list li:nth-child(2) .item-cont {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2) {
    border-bottom: none;
    align-items: bottom
}

.page-application__list li:nth-last-child(1) .item-cont,.page-application__list li:nth-last-child(2) .item-cont {
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-application__list li.no-aborder {
    border-right: none
}

.page-application__list .item-cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 24px
}

.page-application__list .item-pic {
    width: 110px;
    position: relative;
    margin: 0 auto
}

.page-application__list .item-pic::before {
    content: "";
    display: block;
    padding-top: 100%
}

.page-application__list .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-application__list .item-pic .pic-1 {
    display: none
}

.page-application__list .item-inner {
    text-align: center;
    margin-top: 1.53846em
}

.page-application__list .item-etitle {
    font-family: "Avenir-Medium";
    margin-bottom: .53846em;
    line-height: 1.38462
}

.page-application__list .item-ctitle {
    font-weight: 700
}

.application-dt__cont {
    width: 64%;
    position: relative;
    z-index: 100
}

.application-dt__inner .title,.application-dt__txt .title {
    font-weight: 700;
    color: #3eb3e7
}

.application-dt__inner .txt,.application-dt__txt .txt {
    max-width: 84%;
    text-align: justify
}

.application-dt__flow {
    max-width: 300px
}

.application-dt__flow li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    position: relative;
    padding-bottom: 40px
}

.application-dt__flow li::before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: #000;
    height: 100%;
    width: 1px
}

.application-dt__flow li:last-child {
    padding-bottom: 0
}

.application-dt__flow li:last-child::before {
    display: none
}

.application-dt__flow .item-num {
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.application-dt__flow .item-num span {
    display: block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.application-dt__flow .item-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.8;
    padding-left: 14px;
    width: calc(100% - 26px)
}

.application-dt__recommend .title {
    font-weight: 700;
    color: #3eb3e7
}

.application-recommend__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.application-recommend__list li {
    margin-bottom: 18px;
    margin-right: 20px
}

.application-recommend__list a {
    min-width: 120px;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: #EBEFF3;
    padding: 0 10px
}

.application-recommend__list .item-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #3eb3e7;
    justify-content: center;
    -webkit-justify-content: center;
    　　-ms-justify-content: center;
    　　-moz-box-pack: center;
    　　-webkit--moz-box-pack: center;
    　　box-pack: center
}

.application-recommend__list span {
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300
}

.application-recommend__list .item-arrow {
    position: relative
}

.application-recommend__list .item-arrow .icon-round {
    font-size: 16px
}

.application-recommend__list .item-arrow .icon-list-next {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 12px
}

.application-recommend__list .item-arrow .icon-list-next::before {
    display: block;
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

.application-dt__bgBox {
    position: absolute;
    right: 0;
    top: 142px;
    width: 36%
}

.application-dt__bgPic {
    width: 100%;
    padding-top: 78.51852%
}

.application-dt__dec {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    pointer-events: none
}

.application-dt__dec img {
    width: 100%
}

@media (min-width: 1025px) {
    .application-recommend__list a {
        transition:background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .application-recommend__list a:hover {
        background-color: #3eb3e7
    }

    .application-recommend__list a:hover .item-cont {
        color: #fff
    }

    .application-recommend__list .item-cont {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .page-application__list li:nth-child(3n+3) {
        border-right: none
    }

    .page-application__list li:nth-child(3) .item-cont {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .page-application__list li:nth-last-child(3) {
        border-bottom: none;
        align-items: bottom
    }

    .page-application__list li:nth-last-child(3) .item-cont {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .page-application__list .item-pic img {
        transition: all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .page-application__list .pic-2 {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

    .page-application__list .item-inner {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .page-application__list a:hover .item-pic .pic-2 {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .page-application__list a:hover .item-inner {
        color: #3eb3e7
    }
}

@media (max-width: 1600px) {
    .page-application__list .item-pic {
        width:90px
    }
}

@media (max-width: 1440px) {
    .page-application__list li {
        height:384px
    }

    .page-application__list li:nth-child(1),.page-application__list li:nth-child(2),.page-application__list li:nth-child(3),.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2),.page-application__list li:nth-last-child(3) {
        height: 280px
    }

    .page-application__list .item-pic {
        width: 78px
    }

    .application-dt__bgBox {
        top: 124px
    }
}

@media (max-width: 1380px) {
    .page-application__list li {
        height:350px
    }

    .page-application__list .item-pic {
        width: 68px
    }
}

@media (max-width: 1280px) {
    .page-application__list li {
        height:320px
    }

    .page-application__list li:nth-child(1),.page-application__list li:nth-child(2),.page-application__list li:nth-child(3),.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2),.page-application__list li:nth-last-child(3) {
        height: 260px
    }

    .page-application__list .item-pic {
        width: 58px
    }

    .page-application__list .item-etitle {
        line-height: 1.2
    }
}

@media (max-width: 1200px) {
    .application-dt__bgBox {
        position:relative;
        right: auto;
        bottom: auto;
        width: 100%;
        top: auto
    }

    .application-dt__bgPic {
        padding-top: 55.85799%
    }

    .application-dt__cont {
        width: 100%
    }

    .application-dt__inner .txt {
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    .page-application__list li {
        width:50%
    }

    .page-application__list li:nth-child(2n+2) {
        border-right: none
    }

    .page-application__list li:nth-child(3),.page-application__list li:nth-last-child(3) {
        height: 320px
    }

    .page-application__list .item-pic {
        width: 48px
    }

    .page-application__list .item-inner {
        margin-top: 24px
    }
}

@media (max-width: 650px) {
    .page-application__list li {
        height:280px
    }

    .page-application__list li:nth-child(1),.page-application__list li:nth-child(2),.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2) {
        height: 240px
    }

    .page-application__list li:nth-child(3),.page-application__list li:nth-last-child(3) {
        height: 280px
    }

    .page-application__list li:nth-last-child(1) .item-cont,.page-application__list li:nth-last-child(2) .item-cont {
        top: 56px;
        bottom: auto
    }

    .page-application__list .item-pic {
        width: 32px
    }

    .page-application__list .item-inner {
        font-size: 18px
    }

    .application-dt__flow li {
        padding-bottom: 28px
    }
}

@media (max-width: 500px) {
    .page-application__list li {
        height:210px
    }

    .page-application__list li:nth-child(1),.page-application__list li:nth-child(2),.page-application__list li:nth-last-child(1),.page-application__list li:nth-last-child(2) {
        height: 160px
    }

    .page-application__list li:nth-child(3),.page-application__list li:nth-last-child(3) {
        height: 210px
    }

    .page-application__list li:nth-last-child(1) .item-cont,.page-application__list li:nth-last-child(2) .item-cont {
        top: 28px
    }

    .page-application__list .item-cont {
        padding: 0 16px
    }

    .page-application__list .item-inner {
        font-size: 16px;
        margin-top: 10px
    }

    .page-application__list .item-etitle {
        margin-bottom: 4px;
        line-height: 1.3
    }

    .page-application__list .item-ctitle {
        line-height: 1.5
    }

    .application-recommend__list li {
        margin-right: 10px
    }

    .application-recommend__list a {
        min-width: 98px
    }

    .application-recommend__list span {
        font-size: 12px
    }
}

.page-contact__topBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-cta__message {
    position: relative;
    background-color: #fff;
    width: 34%;
    font-size: 20px;
    padding-left: 2.25em;
    padding-right: 2.25em;
    padding-bottom: 1.5em;
    overflow: hidden
}

.page-cta__message .item-bgDec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.page-cta__message .item-bgDec img {
    width: 100%
}

.page-cta__message .item-caption {
    line-height: 1.4
}

.page-cta__message .item-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 100
}

.page-cta__message .item-inner>div {
    width: 100%;
    margin-bottom: 30px
}

.page-cta__message .item-inner .item-inline {
    width: 50%
}

.page-cta__message .item-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Avenir-Medium";
    color: #3eb3e7
}

.page-cta__message .item-txt {
    color: #8A8A8A
}

.page-cta__message .item-txt a {
    color: #8A8A8A
}

.page-cta__map {
    width: 55%;
    position: relative
}

.page-cta__map .pic-box {
    position: relative
}

.page-cta__map .pic-box::before {
    content: "";
    display: block;
    padding-top: 77.38095%
}

.page-cta__map .pic-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-cta__map .icon-map {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    position: absolute;
    font-size: 36px;
    color: #5D6F9F;
    cursor: pointer;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
}

.page-cta__map .icon-map.on {
    color: #3eb3e7;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.page-cta__map .item-sx__map {
    left: 46%;
    top: 45%
}

.page-cta__map .item-bj__map {
    top: 32%;
    right: 30%
}

.page-cta__map .item-gz__map {
    bottom: 18%;
    left: 62%
}

.page-region__list .item-html {
    display: none
}

.page-region__list .item-box {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    cursor: pointer;
    max-width: 416px;
    color: #B2B2B2
}

.page-region__list .item-dec {
    position: relative
}

.page-region__list .item-round {
    transition: background .3s linear;
    -ms-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #B2B2B2
}

.page-region__list .item-line {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: calc(100% - 32px);
    background: url(/fonts/line.svg) no-repeat center center;
    background-size: contain
}

.page-region__list .item-line::before {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: url(/fonts/line-hover.svg) no-repeat center center;
    background-size: contain
}

.page-region__list .item-num {
    margin-bottom: .46667em;
    font-family: "Avenir-Heavy";
    margin-top: .93333em
}

.page-region__list .item-company {
    letter-spacing: 1px;
    line-height: 1.23077
}

.page-region__list .active .item-line::before {
    opacity: 1;
    visibility: visible
}

.page-region__list .active .item-box {
    color: #3eb3e7
}

.page-region__list .active .item-round {
    background-color: #3eb3e7
}

@media (max-width: 1440px) {
    .page-cta__message {
        font-size:16px
    }

    .page-region__list .item-round {
        font-size: 16px
    }

    .page-region__list .item-line {
        width: calc(100% - 24px)
    }
}

@media (max-width: 1280px) {
    .page-cta__message {
        width:42%
    }
}

@media (max-width: 1024px) {
    .page-cta__message,.page-cta__map {
        width:100%
    }

    .page-contact__topBox {
        flex-direction: column-reverse;
        padding-bottom: 40px;
        padding-top: 30px
    }

    .page-cta__map {
        margin-bottom: 30px
    }

    .page-contact .container {
        margin-top: 60px
    }

    .page-region__list .item-round {
        font-size: 14px
    }

    .page-region__list .item-line {
        width: calc(100% - 20px)
    }

    .page-region__list .item-num {
        margin-bottom: 2px
    }

    .page-region__list .item-company {
        line-height: 1.4
    }
}

@media (max-width: 650px) {
    .page-cta__map .icon-map {
        font-size:26px
    }

    .page-cta__message {
        padding: 30px 20px
    }

    .page-cta__message .item-inner {
        margin-top: 20px
    }

    .page-cta__message .item-inner>div {
        margin-bottom: 20px
    }
}

@media (max-width: 500px) {
    .page-region__list .item-round {
        font-size:10px;
        width: 8px;
        height: 8px
    }

    .page-region__list .item-line {
        width: calc(100% - 10px)
    }

    .page-region__list .item-num {
        font-size: 20px
    }

    .page-region__list .item-company {
        font-size: 16px;
        line-height: 1.5;
        margin-right: 14px
    }
}

.recruit-top__area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.recruit-top__area .item-pic__box,.recruit-top__area .item-cont {
    width: 50%
}

.recruit-top__area .item-pic__box {
    overflow: hidden
}

.recruit-top__area .item-bgPic {
    padding-top: 556px
}

.recruit-top__area .item-bgPic,.recruit-top__area .item-inner {
    margin-left: 15px;
    margin-right: 15px
}

.recruit-top__area .item-inner {
    height: 556px;
    font-size: 20px;
    background-color: #F5F7F9;
    text-align: justify;
    padding: 4em 3.1em 0 3.1em
}

.recruit-top__area .item-title {
    font-weight: 700;
    color: #3eb3e7;
    letter-spacing: 1px
}

.recruit-flow__list {
    margin-left: 50px;
    margin-right: 50px
}

.recruit-flow__list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recruit-flow__list li {
    width: 25%;
    text-align: center;
    position: relative
}

.recruit-flow__list li:nth-child(odd) .item-top__num {
    opacity: 0
}

.recruit-flow__list li:nth-child(even) .item-bottom__num {
    opacity: 0
}

.recruit-flow__list li:nth-child(even) .item-cont::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.recruit-flow__list li:last-child .item-dec {
    display: none
}

.recruit-flow__list .item-main {
    position: relative
}

.recruit-flow__list .item-num {
    color: #3eb3e7;
    font-family: "Avenir-Book"
}

.recruit-flow__list .item-top__num {
    margin-bottom: .58824em
}

.recruit-flow__list .item-bottom__num {
    margin-top: .58824em
}

.recruit-flow__list .item-cont {
    position: relative;
    padding-top: 100.28169%
}

.recruit-flow__list .item-cont::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/fonts/round-bg.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none
}

.recruit-flow__list .item-inner {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    padding: 0 30px
}

.recruit-flow__list .item-dec {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #3eb3e7;
    border-radius: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #fff;
    z-index: 10
}

.recruit-flow__list .item-dec::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 66%;
    height: 66%;
    background-color: #3eb3e7;
    border-radius: 50%
}

.recruit-flow__list .item-pic {
    width: 72px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.recruit-flow__list .item-pic::before {
    content: "";
    display: block;
    padding-top: 100%
}

.recruit-flow__list .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.recruit-flow__list .item-title {
    margin-top: 1.23077em;
    line-height: 1.5;
    margin-bottom: .19231em
}

.recruit-flow__list .item-text {
    color: #999;
    line-height: 1.4;
    font-family: "Avenir-Book"
}

@media (max-width: 1600px) {
    .recruit-top__area .item-inner {
        height:510px
    }

    .recruit-top__area .item-bgPic {
        padding-top: 510px
    }

    .recruit-flow__list .item-pic {
        width: 60px
    }
}

@media (max-width: 1440px) {
    .recruit-top__area {
        margin-left:-12px;
        margin-right: -12px
    }

    .recruit-top__area .item-inner {
        margin-left: 12px;
        font-size: 16px
    }

    .recruit-top__area .item-bgPic {
        margin-right: 12px
    }

    .recruit-flow__list .item-dec {
        width: 26px;
        height: 26px;
        right: -14px
    }
}

@media (max-width: 1280px) {
    .recruit-top__area .item-inner {
        height:460px
    }

    .recruit-top__area .item-bgPic {
        padding-top: 460px
    }

    .recruit-flow__list {
        margin-left: 24px;
        margin-right: 24px
    }

    .recruit-flow__list .item-pic {
        width: 46px
    }

    .recruit-flow__list .item-title {
        margin-top: 20px
    }
}

@media (max-width: 1100px) {
    .recruit-flow__list .item-pic {
        width:42px
    }

    .recruit-flow__list .item-title {
        margin-top: 16px
    }
}

@media (max-width: 1024px) {
    .recruit-top__area {
        margin-left:-8px;
        margin-right: -8px
    }

    .recruit-top__area .item-inner {
        height: 410px;
        padding: 40px 30px 0 30px;
        margin-left: 8px
    }

    .recruit-top__area .item-bgPic {
        padding-top: 410px;
        margin-right: 8px
    }

    .recruit-flow__list .item-title {
        font-weight: 700
    }
}

@media (max-width: 940px) {
    .recruit-top__area .item-pic__box,.recruit-top__area .item-cont {
        width:100%
    }

    .recruit-top__area .item-bgPic {
        padding-top: 74.73118%;
        margin-bottom: 20px
    }

    .recruit-top__area .item-inner {
        height: auto;
        padding: 50px 24px
    }

    .recruit-flow__list {
        margin-left: 60px;
        margin-right: 60px
    }

    .recruit-flow__list li {
        width: 50%;
        margin-bottom: 30px
    }

    .recruit-flow__list li:nth-child(2n+2) .item-dec {
        display: none
    }

    .recruit-flow__list li:nth-child(1) .item-top__num,.recruit-flow__list li:nth-child(2) .item-top__num {
        opacity: 1
    }

    .recruit-flow__list li:nth-child(1) .item-bottom__num,.recruit-flow__list li:nth-child(2) .item-bottom__num {
        display: none
    }

    .recruit-flow__list li:nth-last-child(1) .item-top__num,.recruit-flow__list li:nth-last-child(2) .item-top__num {
        display: none
    }

    .recruit-flow__list li:nth-last-child(1) .item-bottom__num,.recruit-flow__list li:nth-last-child(2) .item-bottom__num {
        opacity: 1
    }
}

@media (max-width: 650px) {
    .recruit-top__area .item-inner {
        padding:40px 20px
    }

    .recruit-flow__list {
        margin-left: 0;
        margin-right: 0
    }

    .recruit-flow__list .item-pic {
        width: 32px
    }

    .recruit-flow__list .item-title {
        margin-top: 9px;
        font-size: 14px
    }

    .recruit-flow__list .item-text {
        font-size: 12px
    }

    .recruit-flow__list .item-top__num {
        margin-bottom: 4px
    }

    .recruit-flow__list .item-dec {
        width: 20px;
        height: 20px;
        right: -12px
    }
}

@media (max-width: 500px) {
    .recruit-top__area .item-bgPic {
        padding-top:220px
    }
}

.quality-divide__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.quality-divide__album,.quality-divide__cont {
    width: 50%;
    padding: 0 15px
}

.quality-divide__cont {
    position: relative
}

.quality-divide__wrap {
    font-size: 20px;
    overflow: hidden;
    background-color: #F5F7F9;
    height: 556px;
    position: relative;
    padding-left: 2.7em;
    padding-right: 2.7em
}

.quality-divide__dec {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.quality-divide__dec img {
    width: 100%
}

.quality-divide__picSlick .item-pic {
    padding-top: 556px
}

.quality-divide__txt {
    max-width: 580px
}

.quality-divide__title {
    color: #3eb3e7;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 1em
}

.quality-divide__title span {
    display: inline-block;
    margin-right: .6em;
    padding-top: 2px
}

.quality-divide__txt {
    line-height: 1.875
}

.quality-divide__handle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 1.6em;
    left: 2.7em;
    bottom: 1.5em
}

.quality-divide__handle .page-column__arrow>a {
    margin-right: 36px
}

.quality-divide__pnum {
    font-size: 14px;
    text-align: center;
    font-family: "Avenir-Medium"
}

.quality-divide__pnum .line {
    width: 38px;
    height: 1px;
    background-color: #000;
    margin: 6px 0
}

.qd-total__pnum {
    color: rgba(178,178,178,0.5)
}

.service-process__list .item-box {
    background-color: #F5F7F9;
    height: 100%
}

.service-process__list .item-cont {
    padding: 60px 40px 40px 40px;
    height: 100%
}

.service-process__list .item-img {
    width: 150px;
    margin-left: auto;
    margin-right: auto
}

.service-process__list .item-img::before {
    padding-top: 100%
}

.service-process__list .item-qrimg {
    width: 100px;
    margin-top: 5px
}

.service-process__list .item-qrimg::before {
    padding-top: 100%
}

.service-process__list .item-title span {
    display: inline-block;
    position: relative;
    padding-bottom: .8em
}

.service-process__list .item-title span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background-color: #3eb3e7
}

.service-process__list .item-txt {
    line-height: 1.56;
    letter-spacing: 1px
}

.service-process__list .item-rows {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E0E5E9
}

.service-process__list .item-rows:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.service-process__list .item-row-title {
    color: rgba(0,0,0,0.5)
}

@media (min-width: 901px) {
    .quality-divide__row:nth-child(odd) .quality-divide__album {
        position:absolute;
        right: 0;
        top: 0
    }
}

@media (max-width: 1440px) {
    .quality-divide__wrap {
        font-size:16px
    }

    .quality-divide__picSlick .item-pic {
        padding-top: 510px
    }

    .quality-divide__wrap {
        height: 510px
    }

    .quality-divide__box {
        margin-left: -12px;
        margin-right: -12px
    }

    .quality-divide__album,.quality-divide__cont {
        padding: 0 12px
    }

    .quality-divide__handle .page-column__arrow>a {
        margin-right: 18px
    }

    .service-process__list .item-cont {
        padding: 45px 30px 30px 30px
    }

    .service-process__list .item-img {
        width: 120px
    }
}

@media (max-width: 1380px) {
    .quality-divide__wrap {
        font-size:14px
    }

    .quality-divide__picSlick .item-pic {
        padding-top: 480px
    }

    .quality-divide__wrap {
        height: 480px
    }

    .service-process__list .item-img {
        width: 100px
    }
}

@media (max-width: 1280px) {
    .quality-divide__picSlick .item-pic {
        padding-top:450px
    }

    .quality-divide__wrap {
        height: 450px
    }
}

@media (max-width: 1024px) {
    .quality-divide__box {
        margin-left:-8px;
        margin-right: -8px
    }

    .quality-divide__album,.quality-divide__cont {
        padding: 0 8px
    }

    .quality-divide__picSlick .item-pic {
        padding-top: 420px
    }

    .quality-divide__wrap {
        height: 420px
    }

    .quality-divide__dec img {
        height: 100%;
        object-fit: cover
    }

    .service-process__list li {
        width: 50%
    }

    .service-process__list .item-img {
        width: 90px
    }
}

@media (max-width: 900px) {
    .quality-divide__album,.quality-divide__cont {
        width:100%
    }

    .quality-divide__album {
        margin-bottom: 20px
    }

    .quality-divide__picSlick .item-pic {
        padding-top: 74.73118%
    }

    .quality-divide__wrap {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 650px) {
    .quality-divide__wrap {
        height:auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }

    .quality-divide__handle {
        position: relative;
        margin-top: 100px;
        bottom: auto;
        left: auto;
        right: auto
    }

    .quality-divide__title {
        margin-bottom: 12px
    }

    .quality-divide__txt {
        max-width: 100%
    }

    .service-process__list .item-img {
        width: 78px
    }
}

@media (max-width: 500px) {
    .service-process__list li {
        width:100%
    }

    .service-process__list .item-cont {
        padding-bottom: 45px
    }
}

.ab-explain__full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(/images/abn6.jpg);
    padding: 50px;
}

.ab-explain__picBox,.ab-explain__cont {
    width: 50%
}

.ab-explain__picSlick {
    margin-right: 15px
}

.ab-explain__picSlick .item-box {
    overflow: hidden
}

.ab-explain__picSlick .item-pic {
    /* padding-top: 790px; */
    transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -webkit-transition: transform 1s linear;
    -o-transition: transform 1s linear
}

.ab-explain__picSlick .slick-dots {
    position: absolute;
    left: 46px;
    bottom: 26px
}

.ab-explain__picSlick .slick-slide .item-pic {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.ab-explain__picSlick .slick-slide.slick-current .item-pic {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.ab-explain__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 790px; */
    margin-left: 15px;
    /* background-color: #F5F7F9; */
    overflow: hidden
}

.ab-explain__ci {
    max-width: 740px;
    padding: 0 40px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/sbiao.png) no-repeat left top 16px;
}

.ab-explain__title {
    color: #3eb3e7;
    margin-bottom: 1.66667em
}

.ab-explain__txt {
    line-height: 2.1
}

.ab-explain__txt h5 {
    font-weight: 500
}

.ab-explain__txt p {
    margin-bottom: 40px;
    font-weight: 300
}

.ab-explain__txt p:last-child {
    margin-bottom: 0
}

.ab-certificate__slick .item-cont {
    background-color: #F5F7F9;
    padding: 18px
}

.ab-certificate__slick .item-pic {
    position: relative
}

.ab-certificate__slick .item-pic::before {
    content: "";
    display: block;
    padding-top: 137.2%
}

.ab-certificate__slick .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.ab-history__contSlick .item-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ecf1f7;
}

.ab-history__contSlick a,.ab-history__contSlick .item-inner {
    width: 50%
}

.ab-history__contSlick .item-pic {
    position: relative;
    margin-right: 28px;
    overflow: hidden
}

.ab-history__contSlick .item-pic::before {
    content: "";
    display: block;
    padding-top: 63.88889%
}

.ab-history__contSlick .item-pic img {
    transition: transform 1s linear;
    -ms-transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -webkit-transition: transform 1s linear;
    -o-transition: transform 1s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.ab-history__contSlick .item-title,.ab-history__contSlick .item-txt {
    transition: all .4s linear;
    -ms-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden
}

.ab-history__contSlick .item-title {
    margin-bottom: 1.11111em
}

.ab-history__contSlick .item-inner {
    padding-left: 28px
}

.ab-history__contSlick .item-dec {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    width: 2em;
    height: 2em;
    background-color: #E2E8EF
}

.ab-history__contSlick .item-dec i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 1.1em;
    color: #9DA7AF
}

.ab-history__contSlick .slick-current .item-pic img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.ab-history__contSlick .slick-current .item-title,.ab-history__contSlick .slick-current .item-txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.ab-history__dateBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    overflow: hidden;
    padding-left: 270px;
    padding-right: 270px
}

.ab-history__dateBox::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/images/line.svg) no-repeat center center;
    background-size: contain
}

.ab-history__ldSlick,.ab-history__rdSlick {
    width: 270px;
    overflow: hidden;
    position: absolute;
    top: 16px
}

.ab-history__ldSlick .item-box,.ab-history__rdSlick .item-box {
    width: 90px
}

.ab-history__ldSlick .item-date,.ab-history__rdSlick .item-date {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    position: relative;
    padding-top: 18px;
    color: #CDD5DC;
    text-align: center
}

.ab-history__ldSlick .item-date::before,.ab-history__rdSlick .item-date::before {
    transition: background .3s linear;
    -ms-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 14px;
    height: 14px;
    background-color: #CDD5DC;
    border-radius: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.ab-history__ldBox,.ab-history__rdBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    position: relative
}

.ab-history__ldBox {
    left: 270px
}

.ab-history__rdBox {
    left: -90px
}

.ab-history__ldSlick {
    left: 0;
    padding-left: 10px;
}

.ab-history__rdSlick {
    right: 0;
    padding-right: 22px
}

.ab-history__mdSlick {
    text-align: center;
    width: 100%
}

.ab-history__mdSlick .item-date {
    font-family: "Avenir-Heavy";
    color: #3eb3e7;
    line-height: 1.4;
    padding-top: 36px;
    position: relative
}

.ab-history__mdSlick .item-date::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #3eb3e7;
    border-radius: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

@media (min-width: 1025px) {
    .ab-history__ldSlick a:hover .item-date,.ab-history__rdSlick a:hover .item-date {
        color:#3eb3e7
    }

    .ab-history__ldSlick a:hover .item-date::before,.ab-history__rdSlick a:hover .item-date::before {
        background-color: #3eb3e7
    }

    .ab-history__dateMain .page-column__arrow>a {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width: 1680px) {
    .ab-history__mdSlick .item-date::before {
        width:22px;
        height: 22px
    }
}

@media (max-width: 1540px) {
    .ab-explain__ci {
        max-width:600px
    }
}

@media (max-width: 1440px) {
    .ab-explain__inner {
        height:740px;
        margin-left: 12px
    }

    .ab-explain__picSlick {
        margin-right: 12px
    }

    .ab-explain__picSlick .item-pic {
        padding-top: 740px
    }

    .ab-history__contSlick .item-dec {
        font-size: 16px
    }

    .ab-history__dateBox::before {
        top: 20px
    }

    .ab-history__mdSlick .item-date {
        padding-top: 30px
    }

    .ab-history__mdSlick .item-date::before {
        width: 20px;
        height: 20px
    }

    .ab-history__ldSlick,.ab-history__rdSlick {
        top: 12px
    }
}

@media (max-width: 1380px) {
    .ab-explain__inner {
        height:700px
    }

    .ab-explain__picSlick .item-pic {
        padding-top: 700px
    }

    .ab-explain__txt p {
        margin-bottom: 26px
    }

    .ab-certificate__slick .item-cont {
        padding: 12px
    }

    .ab-history__mdSlick .item-date::before {
        width: 18px;
        height: 18px
    }

    .ab-history__ldSlick,.ab-history__rdSlick {
        top: 14px
    }

    .ab-history__ldSlick .item-date::before,.ab-history__rdSlick .item-date::before {
        width: 12px;
        height: 12px
    }
}

@media (max-width: 1160px) {
    .ab-explain__picBox,.ab-explain__cont {
        width:100%
    }

    .ab-explain__picSlick {
        margin-right: 0;
        margin-bottom: 14px
    }

    .ab-explain__picSlick .item-pic {
        padding-top: 0;
    }

    .ab-explain__inner {
        margin-left: 0;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .ab-explain__ci {
        max-width: 100%
    }
}

@media (max-width: 1024px) {
    .ab-explain__txt h5 {
        font-weight:700
    }

    .ab-explain__picSlick .slick-dots {
        left: 24px
    }

    .ab-history__contSlick .item-title {
        margin-bottom: 10px
    }

    .ab-history__contSlick {
        margin-top: 30px
    }

    .ab-history__contSlick .item-pic {
        margin-right: 10px
    }

    .ab-history__contSlick .item-inner {
        padding-left: 10px
    }

    .ab-history__dateBox {
        padding-left: 200px;
        padding-right: 200px
    }

    .ab-history__ldSlick,.ab-history__rdSlick {
        width: 140px
    }

    .ab-history__ldSlick .item-box,.ab-history__rdSlick .item-box {
        width: 70px
    }

    .ab-history__ldSlick {
        left: 60px;
        padding-left: 0
    }

    .ab-history__rdSlick {
        right: 60px;
        padding-right: 0
    }

    .ab-history__ldBox {
        left: 140px
    }

    .ab-history__rdBox {
        left: -70px
    }

    .ab-history__dateMain {
        position: relative
    }

    .ab-history__dateMain .page-column__arrow>a {
        position: absolute;
        top: 0;
        background-color: #fff
    }

    .ab-history__dateMain .page-column__arrow .prev-arrow {
        left: -20px;
    }

    .ab-history__dateMain .page-column__arrow .next-arrow {
        right: -20px;
    }
}

@media (max-width: 750px) {
    .ab-history__contSlick a,.ab-history__contSlick .item-inner {
        width:100%
    }

    .ab-history__contSlick .item-pic {
        margin-right: 0
    }

    .ab-history__contSlick .item-inner {
        padding-left: 0;
        margin-top: 24px
    }
}

@media (max-width: 650px) {
    .ab-explain__ci {
        padding-left: 30px;
        padding-right: 20px
    }

    .ab-explain__title {
        margin-bottom: 20px
    }

    .ab-history__dateBox {
        padding-left: 120px;
        padding-right: 120px
    }

    .ab-history__dateBox::before {
        top: 18px
    }

    .ab-history__ldSlick,.ab-history__rdSlick {
        top: 12px;
        width: 64px
    }

    .ab-history__ldBox {
        left: 70px
    }

    .ab-history__dateMain .page-column__arrow>a {
        top: 2px
    }

    .ab-history__mdSlick .item-date::before {
        width: 16px;
        height: 16px
    }
}

@media (max-width: 500px) {
    .ab-certificate__slick .item-cont {
        padding:8px
    }

    .ab-history__dateBox::before {
        top: 17px
    }

    .ab-history__mdSlick .item-date {
        padding-top: 24px
    }

    .ab-history__mdSlick .item-date::before {
        width: 14px;
        height: 14px;
    }

    .ab-history__ldSlick .item-date::before,.ab-history__rdSlick .item-date::before {
        width: 10px;
        height: 10px
    }
}

.kn-theory__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kn-theory__leftArea {
    width: 48%
}

.kn-theory__inner {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px
}

.kn-theory__inner p {
    font-weight: 300
}

.kn-theory__inner h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: .6em
}

.kn-theory__tinner {
    margin-bottom: 150px
}

.kn-theory__rightPic {
    width: 45%;
    overflow: hidden;
    position: relative
}

.kn-theory__rightPic::before {
    content: "";
    display: block;
    padding-top: 64.13994%
}

.kn-theory__rightPic img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%
}

.kn-concept__slick .item-cont {
    position: relative;
    font-size: 20px;
    background-color: #F5F7F9;
    height: 350px;
    padding: 1.8em 1.3em 0 1.3em
}

.kn-concept__slick .item-cont::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/images/bg-01.png) no-repeat center center;
    background-size: contain
}

.kn-concept__slick .item-title,.kn-concept__slick .item-txt,.kn-concept__slick .item-order {
    position: relative;
    z-index: 100
}

.kn-concept__slick .item-title {
    color: #3eb3e7;
    line-height: 1.4;
    margin-bottom: 1em
}

.kn-concept__slick .item-txt {
    line-height: 1.875;
    max-height: 184px;
    overflow: hidden
}

.kn-concept__slick .item-order {
    font-size: 14px;
    font-family: "Avenir-Medium";
    position: absolute;
    bottom: 26px
}

.kn-relieve__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kn-relieve__leftArea,.kn-relieve__rightPic {
    width: 50%
}

.kn-relieve__leftArea {
    padding-right: 40px
}

.kn-relieve__rightPic {
    position: relative;
    overflow: hidden
}

.kn-relieve__rightPic::before {
    content: "";
    display: block;
    padding-top: 54.43548%
}

.kn-relieve__rightPic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

.kn-relieve__inner h2 {
    margin-bottom: .53846em
}

.kn-relieve__inner p {
    font-weight: 500;
    line-height: 1.75
}

.kn-relieve__inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.kn-relieve__inner li {
    font-size: 14px;
    font-weight: 300;
    margin-right: 26px;
    position: relative;
    word-spacing: 3px
}

.kn-fault__caption {
    font-weight: 500
}

.kn-fault__main {
    padding-left: 70px;
    padding-right: 70px;
    border-top: 1px solid #A6B7E6;
    border-bottom: 1px solid #A6B7E6;
    position: relative;
    overflow: hidden
}

.kn-fault__slick .item-box {
    padding-left: 3.64583vw;
    padding-right: 2.08333vw;
    position: relative
}

.kn-fault__slick .item-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 2000px;
    width: 1px;
    background-color: #A6B7E6
}

.kn-fault__slick .item-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 480px;
    padding-top: 50px;
    padding-bottom: 60px
}

.kn-fault__slick .item-inner {
    width: 100%
}

.kn-fault__slick .item-order {
    color: #3eb3e7;
    margin-bottom: .55556em;
    font-family: "Avenir-Heavy";
    text-align: center
}

.kn-fault__slick .item-txt {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.85714
}

.kn-fault__slick .item-txt table {
    width: 100% !important;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8
}

.kn-fault__slick .item-txt table tr {
    width: 100%
}

.kn-fault__slick .item-txt table td,.kn-fault__slick .item-txt table th {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 33.33%;
    padding: 12px 26px
}

.kn-fault__slick .item-txt table td {
    font-weight: 300
}

.kn-fault__slick .item-txt strong {
    font-weight: 700
}

.kn-fault__slick .item-txt h4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
    word-spacing: 2px
}

.kn-fault__slick .item-txt ul:last-child,.kn-fault__slick .item-txt p:last-child {
    margin-bottom: 0
}

.kn-fault__slick .item-txt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.kn-fault__slick .item-txt li {
    font-weight: 300;
    position: relative;
    padding-left: 16px;
    margin-right: 28px
}

.kn-fault__slick .item-txt li:last-child {
    margin-right: 0
}

.kn-fault__slick .item-txt li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%
}

.kn-fault__slick .slick-slide:first-child .item-box {
    padding-left: 0
}

.kn-fault__slick .slick-slide:first-child .item-box::before {
    display: none
}

.kn-answer__list li {
    margin-bottom: 40px
}

.kn-answer__list li:last-child {
    margin-bottom: 0
}

.kn-answer__list a {
    transition: border .3s linear;
    -ms-transition: border .3s linear;
    -moz-transition: border .3s linear;
    -webkit-transition: border .3s linear;
    -o-transition: border .3s linear;
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
    z-index: 120
}

.kn-answer__list .item-cont {
    font-weight: 500;
    position: relative;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear
}

.kn-answer__list .item-cont::before,.kn-answer__list .item-cont::after {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute
}

.kn-answer__list .item-cont::before {
    left: -50px;
    right: -50px;
    bottom: 0;
    top: 0;
    background-color: #3eb3e7
}

.kn-answer__list .item-cont::after {
    right: -50px;
    top: 0;
    background: url(/images/bg-02.png) no-repeat center center;
    background-size: contain;
    z-index: 60;
    width: 520px;
    height: 210px
}

.kn-answer__list .item-caption,.kn-answer__list .item-txt {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    position: relative;
    z-index: 100
}

.kn-answer__list .item-caption {
    position: relative;
    padding-right: 24px
}

.kn-answer__list .item-handle {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    position: absolute;
    right: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.kn-answer__list .item-handle::before,.kn-answer__list .item-handle::after {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    left: 50%;
    top: 50%
}

.kn-answer__list .item-handle::before {
    width: 76%;
    height: 2px;
    margin-top: -1px;
    margin-left: -38%
}

.kn-answer__list .item-handle::after {
    width: 2px;
    height: 76%;
    margin-left: -1px;
    margin-top: -38%
}

.kn-answer__list .item-txt {
    margin-top: 24px;
    display: none
}

.kn-answer__list .active a {
    border-bottom-color: #fff
}

.kn-answer__list .active .item-cont {
    padding-top: 60px;
    padding-bottom: 60px
}

.kn-answer__list .active .item-cont::before,.kn-answer__list .active .item-cont::after {
    opacity: 1;
    visibility: visible
}

.kn-answer__list .active .item-caption,.kn-answer__list .active .item-txt {
    color: #fff
}

.kn-answer__list .active .item-handle {
    background-color: #fff;
    -webkit-transform: translateY(-30px) rotate(45deg);
    transform: translateY(-30px) rotate(45deg)
}

.kn-answer__list .active .item-handle::before,.kn-answer__list .active .item-handle::after {
    background-color: #3eb3e7
}

@media (min-width: 1025px) {
    .kn-fault__main .page-column__arrow>a {
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .kn-fault__main .page-column__arrow .list-data__prev {
        left: 20px
    }

    .kn-fault__main .page-column__arrow .list-data__next {
        right: 20px
    }

    .kn-answer__list li:not(.active) a:hover .item-caption {
        color: #3eb3e7
    }
}

@media (max-width: 1540px) {
    .kn-fault__slick .slick-slide:first-child .item-box {
        padding-left:3.64583vw
    }

    .kn-fault__slick .slick-slide:first-child .item-box::before {
        display: block
    }
}

@media (max-width: 1440px) {
    .kn-theory__tinner {
        margin-bottom:120px
    }

    .kn-concept__slick .item-cont {
        font-size: 16px
    }

    .kn-fault__slick .item-cont {
        padding-top: 45px
    }

    .kn-answer__list .item-cont::after {
        width: 480px;
        height: 194px;
        background-size: 480px 194px
    }
}

@media (max-width: 1380px) {
    .kn-theory__tinner {
        margin-bottom:100px
    }

    .kn-concept__slick .item-cont {
        font-size: 14px
    }

    .kn-answer__list .item-cont::after {
        width: 420px;
        height: 170px;
        background-size: 420px 170px
    }
}

@media (max-width: 1280px) {
    .kn-theory__tinner {
        margin-bottom:80px
    }

    .kn-theory__inner h4 {
        font-size: 18px
    }

    .kn-relieve__inner {
        margin-top: 60px
    }

    .kn-answer__list li {
        margin-bottom: 28px
    }

    .kn-answer__list a {
        padding-bottom: 10px
    }

    .kn-answer__list .item-handle {
        width: 20px;
        height: 20px
    }

    .kn-answer__list .active .item-cont {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (max-width: 1200px) {
    .kn-relieve__inner {
        margin-top:40px
    }
}

@media (max-width: 1024px) {
    .kn-theory__leftArea,.kn-theory__rightPic {
        width:100%
    }

    .kn-theory__rightPic {
        max-width: 666px;
        margin-top: 30px
    }

    .kn-theory__tinner {
        margin-bottom: 60px
    }

    .kn-theory__box {
        padding-bottom: 30px
    }

    .kn-theory__inner h4 {
        font-weight: 700
    }

    .kn-relieve__leftArea,.kn-relieve__rightPic {
        width: 100%
    }

    .kn-relieve__leftArea {
        padding-right: 0
    }

    .kn-relieve__rightPic {
        margin-top: 30px
    }

    .kn-relieve__inner h2 {
        margin-bottom: 4px
    }

    .kn-relieve__inner ul {
        margin-top: 2px
    }

    .kn-fault__main {
        padding-left: 0;
        padding-right: 0;
        border-bottom: none
    }

    .kn-fault__main .w1520 {
        margin-left: 0;
        margin-right: 0
    }

    .kn-fault__main .list-data__arrow {
        justify-content: center;
        -webkit-justify-content: center;
        　　-ms-justify-content: center;
        　　-moz-box-pack: center;
        　　-webkit--moz-box-pack: center;
        　　box-pack: center
    }

    .kn-fault__main .list-data__arrow>a {
        margin-left: 10px;
        margin-right: 10px
    }

    .kn-fault__slick .item-cont {
        min-height: inherit;
        padding-top: 30px;
        padding-bottom: 20px
    }

    .kn-fault__slick .slick-slide .item-box::before {
        display: none
    }

    .kn-fault__slick .slick-slide:first-child .item-box {
        padding-left: 0
    }

    .kn-fault__slick .slick-slide:first-child .item-box::before {
        display: none
    }

    .kn-fault__slick .item-txt strong {
        font-weight: 700
    }

    .kn-fault__slick .item-txt li {
        width: 33.33%;
        margin-right: 0;
        padding-right: 12px
    }

    .kn-fault__caption {
        font-weight: 700
    }

    .kn-answer__list .item-cont::before {
        left: -24px;
        right: -24px
    }

    .kn-answer__list .item-cont::after {
        right: -24px
    }

    .kn-answer__list .item-handle {
        width: 16px;
        height: 16px
    }
}

@media (max-width: 650px) {
    .kn-theory__inner h4 {
        font-size:16px;
        margin-bottom: 4px
    }

    .kn-theory__tinner {
        margin-bottom: 30px;
        margin-top: 34px
    }

    .kn-concept__slick .item-cont {
        height: 320px
    }

    .kn-concept__slick .item-title {
        margin-bottom: 4px
    }

    .kn-concept__slick .item-order {
        bottom: 14px
    }

    .kn-answer__box .page-pagination {
        margin-top: 20px
    }

    .kn-fault__slick .item-box {
        padding-left: 0;
        padding-right: 0
    }

    .kn-fault__slick .item-order {
        margin-bottom: 10px
    }

    .kn-fault__slick .item-txt {
        font-size: 12px
    }

    .kn-fault__slick .item-txt p {
        margin-bottom: 20px
    }

    .kn-fault__slick .item-txt table th,.kn-fault__slick .item-txt table td {
        padding: 2px 10px
    }

    .kn-fault__main {
        margin-top: 20px
    }

    .kn-fault__main .page-column__arrow .list-data__prev {
        left: 0
    }

    .kn-fault__main .page-column__arrow .list-data__next {
        right: 0
    }

    .kn-answer__list .item-cont::before {
        left: -20px;
        right: -20px
    }

    .kn-answer__list .item-cont::after {
        right: -20px
    }

    .kn-answer__list .item-txt {
        margin-top: 12px
    }

    .kn-answer__list .item-cont::after {
        width: 320px;
        height: 120px;
        background-size: 320px 120px
    }

    .kn-answer__list .active .item-cont {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .kn-answer__list .active .item-handle {
        -webkit-transform: translateY(-18px) rotate(45deg);
        transform: translateY(-18px) rotate(45deg)
    }
}

@media (max-width: 500px) {
    .kn-fault__slick .item-txt li {
        width:50%
    }
}

.product-tw__slick .item-pic {
    position: relative;
    overflow: hidden
}

.product-tw__slick .item-pic::before {
    content: "";
    display: block;
    padding-top: 42.10526%
}

.product-tw__slick .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.product-tw__slick .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 64px
}

.product-theory__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-theory__leftArea {
    width: 42%
}

.product-theory__rightPic {
    position: relative;
    width: 50%;
    overflow: hidden
}

.product-theory__rightPic::before {
    content: "";
    display: block;
    padding-top: 75%
}

.product-theory__rightPic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

.product-theory__intro {
    line-height: 1.75
}

.product-theory__intro p {
    font-weight: 300
}

.product-theory__flow li {
    position: relative;
    padding-bottom: 80px
}

.product-theory__flow li::before {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 10px;
    width: 1px;
    height: 100%;
    background-color: #000
}

.product-theory__flow li:last-child {
    padding-bottom: 0
}

.product-theory__flow li:last-child::before {
    display: none
}

.product-theory__flow .item-cont {
    position: relative;
    padding-left: 60px
}

.product-theory__flow .item-order {
    position: absolute;
    left: 0;
    top: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    background-color: #F5F7F9;
    z-index: 100
}

.product-theory__flow .item-title {
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: .2em
}

.product-theory__flow .item-txt {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.71429
}

.product-theory__flow .item-txt p {
    font-weight: 300
}

.product-advantage__list .item-box {
    border-bottom: 1px solid #CDD5DC;
    padding-right: 20px
}

.product-advantage__list .item-title,.product-advantage__list .item-intro {
    color: #3D3D3D
}

.product-advantage__list .item-title {
    margin-bottom: 12px
}

.product-advantage__list .item-intro {
    min-height: 56px;
    margin-top: 12px;
    line-height: 1.5
}

.product-advantage__list .item-mhtml {
    display: none
}

.product-series__list figure {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5
}

.product-series__list figure::before {
    content: "";
    display: block;
    padding-top: 52%
}

.product-series__list figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.product-series__list article {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 48px 26px 0 26px
}

.product-series__list .item-title {
    line-height: 1.66667;
    max-width: 360px
}

.product-series__list .item-title span {
    color: #3eb3e7;
    display: inline-block;
    margin-right: .33333em
}

.product-series__list .item-inner {
    margin-top: 26px;
    padding-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-betwzsqseen;
    -webkit-align-content: space-between;
    max-width: 320px;
    position: relative
}

.product-series__list .item-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 1px;
    left: 0;
    background-color: #313131
}

.product-series__list .item-txt {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 1px;
    width: 100%
}

.product-series__list .item-txt p {
    position: relative;
    font-weight: 300;
    padding-left: 18px
}

.product-series__list .item-txt p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #3D3D3D;
    border-radius: 50%
}

.product-series__list .item-more {
    position: absolute;
    bottom: 30px;
    left: 26px;
    right: 26px
}

.prodata-top__album {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prodata-talbum__slickBox {
    font-size: 0
}

.prodata-talbum__slickBox,.prodata-talbum__cont {
    width: 50%
}

.prodata-talbum__slick {
    margin-left: 15px
}

.prodata-talbum__slick .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 50px
}

.prodata-talbum__slick .item-pic {
    position: relative;
    overflow: hidden
}

.prodata-talbum__slick .item-pic::before {
    content: "";
    display: block;
    padding-top: 80.66667%
}

.prodata-talbum__slick .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.prodata-talbum__cont {
    text-align: justify;
    overflow: hidden
}

.prodata-talbum__cont .item-inner {
    font-size: 20px;
    margin-right: 15px;
    background-color: #F5F7F9;
    height: 100%;
    position: relative;
    padding-left: 4em;
    padding-right: 4em
}

.prodata-talbum__cont .item-dec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.prodata-talbum__cont .item-dec img {
    width: 100%
}

.prodata-talbum__cont .item-title {
    color: #3eb3e7
}

.prodata-talbum__cont .item-hint {
    line-height: 1.5;
    margin-top: .4em
}

.prodata-talbum__cont .item-txt h4 {
    margin-bottom: .5em
}

.prodata-talbum__cont .item-tbox {
    position: absolute;
    bottom: 2.5em;
    left: 4em;
    right: 4em
}

.prodata-domain__slick .item-cont {
    background-color: #F5F7F9;
    font-size: 20px;
    padding: 1.5em 1em 10px 1.5em;
    position: relative
}

.prodata-domain__slick .item-cont::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #3eb3e7
}

.prodata-domain__slick .item-pic__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    margin-bottom: 1em
}

.prodata-domain__slick .item-pic {
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 50%;
    background-color: #EBEFF3
}

.prodata-domain__slick .item-pic img {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.prodata-domain__slick .item-pic .pic-2 {
    opacity: 0;
    visibility: hidden
}

.prodata-domain__slick .item-title {
    max-width: calc(100% - 68px);
    padding-left: 16px
}

.prodata-domain__slick .item-txt {
    height: 78px;
    overflow: hidden
}

.prodata-measure__list .item-pic {
    position: relative
}

.prodata-measure__list .item-pic::before {
    content: "";
    display: block;
    padding-top: 70.37037%
}

.prodata-measure__list .item-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.prodata-download__list .item-cont {
    font-size: 20px;
    position: relative;
    background-color: #F5F7F9;
    height: 246px;
    padding: 2.5em 2em 0 2em
}

.prodata-download__list .item-hint {
    position: absolute;
    bottom: 2em;
    font-weight: 300;
    color: #D3D2D2
}

.prodata-download__list .item-hint span {
    display: inline-block;
    font-family: "Avenir-Book";
    margin-left: 10px
}

.prodata-download__list .item-size {
    margin-top: 14px
}

.prodata-download__list .item-round {
    position: absolute;
    bottom: 1.8em;
    right: 1.8em;
    width: 3.7em;
    height: 3.7em;
    background-color: #EBEFF3;
    border-radius: 50%
}

.prodata-download__list .item-round i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 1.2em;
    color: #3eb3e7
}

.prodata-series__list .item-front__pic {
    position: relative;
    overflow: hidden
}

.prodata-series__list .item-front__pic::before {
    content: "";
    display: block;
    padding-top: 84.77366%
}

.prodata-series__list .item-front__pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.prodata-series__list .item-back__pic {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #3eb3e7
}

.prodata-series__list .item-back__pic img {
    width: 100%
}

.prodata-series__list article {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.prodata-series__list .item-title {
    position: absolute;
    top: .76923em;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 26px;
    z-index: 20;
    font-weight: 700;
    line-height: 1.53846
}

.prodata-series__list .item-more {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    z-index: 20
}

.prodata-condition__slick .item-cont {
    position: relative;
    font-size: 20px;
    height: 260px;
    background-color: #F5F7F9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding-left: 2.7em;
    padding-right: 2.7em
}

.prodata-condition__slick .item-cont::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 54%;
    height: 82%;
    pointer-events: none;
    background: url(/images/bg-02.png) no-repeat center center;
    background-size: contain
}

.prodata-condition__slick .item-etitle {
    font-weight: 400;
    line-height: 1.33333;
    color: #3eb3e7;
    margin-bottom: .86667em
}

.prodata-condition__slick .item-ctitle {
    color: #3eb3e7;
    line-height: 1.5;
    margin-bottom: .6em
}

.prodata-condition__slick .item-intro {
    font-family: "Avenir-Medium";
    color: #B2B2B2
}

.prodata-model__main {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prodata-model__list {
    width: 56%
}

.prodata-model__list li {
    margin-bottom: 40px
}

.prodata-model__list li:last-child {
    margin-bottom: 0
}

.prodata-model__list a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #D3DCE5
}

.prodata-model__list .item-cont {
    transition: color .3s linear;
    -ms-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #B2B2B2;
    padding-right: 80px;
    width: 100%;
    position: relative
}

.prodata-model__list .item-order {
    font-family: "Avenir-Book";
    margin-right: 22px;
    margin-top: 3px
}

.prodata-model__list .item-title {
    position: relative;
    padding-left: 32px;
    font-weight: 500
}

.prodata-model__list .item-title::before {
    transition: background .3s linear;
    -ms-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #B2B2B2
}

.prodata-model__list .item-dec {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px
}

.prodata-model__list .item-html {
    display: none
}

.prodata-model__list .active .item-cont {
    color: #3eb3e7
}

.prodata-model__list .active .item-order {
    color: #000
}

.prodata-model__list .active .item-title::before {
    background-color: #3eb3e7
}

.prodata-model__showBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
    padding: 1.3em 2.6em;
    background-color: #F5F7F9
}

.prodata-model__showBox .item-title {
    color: #3eb3e7;
    font-weight: 500;
    margin-bottom: 1.5em
}

.prodata-model__showBox .item-box {
    line-height: 2.2;
    font-family: "Avenir-Light"
}

.prodata-model__showBox .item-row {
    font-weight: 500;
    margin-bottom: 6px
}

.prodata-model__showBox .item-row:last-child {
    margin-bottom: 0
}

.prodata-model__showBox span,.prodata-model__showBox .line {
    display: inline-block;
    vertical-align: middle
}

.prodata-model__showBox .line {
    height: 14px;
    width: 1px;
    background-color: #000;
    margin-left: 22px;
    margin-right: 18px
}

.prodata-technology__table {
    margin-right: -12px
}

.prodata-technology__table table {
    width: 100%;
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    line-height: 1.375
}

.prodata-technology__table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed
}

.prodata-technology__table tr {
    margin-bottom: 12px;
    text-align: center;
    background-color: #F5F7F9
}

.prodata-technology__table td {
    position: relative;
    width: 100%;
    padding: 14px 12px;
    margin-left: 6px;
    margin-right: 6px;
    display: table-cell;
    border-right: 12px solid #fff
}

.prodata-technology__table td:first-child {
    color: #000;
    width: 290px;
    font-weight: 700
}

.prodata-technology__table td:nth-last-child(1):first-child {
    width: 100%;
    padding-left: 306px
}

.prodata-technology__table thead tr {
    display: block;
    margin-right: 12px
}

.prodata-technology__table th {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #EBEFF3;
    width: 100%;
    display: block;
    padding: 16px 0;
    color: #000;
    padding-left: 306px
}

@media (min-width: 1081px) {
    .prodata-talbum__cont {
        position:absolute;
        left: 0;
        top: 0;
        height: 100%
    }

    .prodata-top__album {
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (min-width: 1025px) {
    .prodata-series__list .item-front__pic img {
        transition:transform .3s linear;
        -ms-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -o-transition: transform .3s linear
    }

    .prodata-series__list a:hover .item-front__pic img {
        -webkit-transform: scale(1.04, 1.04);
        transform: scale(1.04, 1.04)
    }

    .prodata-download__list .item-cont {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .prodata-download__list .item-hint,.prodata-download__list .item-title {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .prodata-download__list .item-round {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .prodata-download__list .item-round i {
        transition: color .3s linear;
        -ms-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        -o-transition: color .3s linear
    }

    .prodata-download__list a:hover .item-cont {
        background-color: #F5F7F9
    }

    .prodata-download__list a:hover .item-hint,.prodata-download__list a:hover .item-title {
        color: #3eb3e7
    }

    .prodata-download__list a:hover .item-round {
        background-color: #3eb3e7
    }

    .prodata-download__list a:hover .item-round i {
        color: #fff
    }

    .prodata-domain__slick .item-pic {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .prodata-domain__slick .item-cont {
        transition: background .3s linear;
        -ms-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
        -o-transition: background .3s linear
    }

    .prodata-domain__slick .item-cont::before {
        transition: width .3s linear;
        -ms-transition: width .3s linear;
        -moz-transition: width .3s linear;
        -webkit-transition: width .3s linear;
        -o-transition: width .3s linear
    }

    .prodata-domain__slick .item-cont:hover {
        background-color: #F4F9FF
    }

    .prodata-domain__slick .item-cont:hover::before {
        width: 100%
    }

    .prodata-domain__slick .item-cont:hover .item-pic {
        background-color: #3eb3e7
    }

    .prodata-domain__slick .item-cont:hover .item-pic .pic-1 {
        opacity: 0;
        visibility: hidden
    }

    .prodata-domain__slick .item-cont:hover .item-pic .pic-2 {
        opacity: 1;
        visibility: visible
    }

    .prodata-location__arrow {
        position: relative
    }

    .prodata-location__arrow .prev-arrow,.prodata-location__arrow .next-arrow {
        position: absolute;
        top: 50%;
        margin-left: 0;
        margin-right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .prodata-location__arrow .prev-arrow {
        left: -90px
    }

    .prodata-location__arrow .next-arrow {
        right: -90px
    }
}

@media (max-width: 1720px) {
    .prodata-location__arrow .prev-arrow {
        left:-62px
    }

    .prodata-location__arrow .next-arrow {
        right: -62px
    }
}

@media (max-width: 1600px) {
    .prodata-download__list .item-cont {
        font-size:18px
    }
}

@media (max-width: 1440px) {
    .prodata-talbum__cont .item-inner {
        font-size:16px;
        margin-right: 12px
    }

    .prodata-talbum__slick {
        margin-left: 12px
    }

    .prodata-download__list .item-cont {
        font-size: 16px
    }

    .product-theory__flow li::before {
        left: 14px
    }

    .product-theory__flow .item-cont {
        padding-left: 46px
    }

    .product-theory__flow .item-order {
        width: 32px;
        height: 32px;
        line-height: 30px
    }

    .product-series__list article {
        padding-top: 34px
    }

    .product-series__list .item-title {
        max-width: 310px;
        line-height: 1.5
    }

    .product-series__list .item-inner {
        margin-top: 20px
    }

    .product-series__list .item-more {
        bottom: 16px
    }

    .prodata-location__arrow .prev-arrow {
        left: -56px
    }

    .prodata-location__arrow .next-arrow {
        right: -56px
    }

    .prodata-domain__slick .item-cont {
        font-size: 16px
    }

    .prodata-domain__slick .item-pic {
        width: 58px;
        height: 58px
    }

    .prodata-condition__slick .item-cont {
        font-size: 16px
    }

    .prodata-technology__table table {
        font-size: 14px;
        line-height: 1.6
    }

    .prodata-technology__table th {
        font-size: 18px
    }

    .prodata-model__showBox {
        width: 38%;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 1380px) {
    .prodata-talbum__cont .item-inner {
        font-size:14px
    }

    .prodata-download__list .item-cont {
        font-size: 14px
    }

    .product-theory__flow li {
        padding-bottom: 60px
    }

    .prodata-domain__slick .item-cont {
        font-size: 14px
    }

    .prodata-domain__slick .item-pic {
        width: 46px;
        height: 46px
    }

    .prodata-condition__slick .item-cont {
        height: 230px
    }

    .product-series__list .item-title {
        max-width: 270px
    }

    .product-series__list article {
        padding-top: 24px
    }

    .product-series__list .item-inner {
        padding-left: 12px
    }
}

@media (max-width: 1280px) {
    .prodata-model__list .item-title {
        padding-left:22px
    }

    .prodata-model__list .item-title::before {
        width: 12px;
        height: 12px
    }

    .prodata-model__list .item-dec {
        font-size: 16px
    }

    .prodata-model__list .item-order {
        margin-top: 2px
    }

    .prodata-model__list li {
        margin-bottom: 28px
    }

    .prodata-download__list .item-cont {
        font-size: 12px
    }

    .product-theory__leftArea {
        width: 50%
    }

    .product-advantage__list li {
        width: 33.33%
    }

    .product-series__list figure::before {
        padding-top: 60%
    }

    .product-series__list figure img {
        height: 100%;
        object-fit: cover
    }

    .prodata-condition__slick .item-cont {
        font-size: 14px
    }
}

@media (max-width: 1200px) {
    .prodata-talbum__cont .item-inner {
        padding-left:20px;
        padding-right: 20px;
        padding-top: 26px
    }

    .prodata-talbum__cont .item-tbox {
        left: 20px;
        right: 20px
    }

    .product-series__list .item-inner {
        display: none
    }
}

@media (max-width: 1080px) {
    .prodata-talbum__cont .item-tbox {
        position:relative;
        left: auto;
        right: auto;
        bottom: auto
    }

    .prodata-talbum__slickBox,.prodata-talbum__cont {
        width: 100%
    }

    .prodata-talbum__slickBox {
        margin-top: 20px
    }

    .prodata-talbum__slick {
        margin-left: 0
    }

    .prodata-talbum__cont .item-tbox {
        margin-top: 40px
    }

    .prodata-talbum__cont .item-inner {
        position: relative;
        margin-right: 0;
        padding: 50px 24px;
        overflow: hidden
    }

    .prodata-talbum__cont .item-txt h4 {
        margin-bottom: 4px
    }
}

@media (max-width: 1024px) {
    .prodata-talbum__slick .slick-dots {
        right:24px;
        bottom: 20px
    }

    .prodata-model__showBox {
        display: none
    }

    .prodata-model__list {
        width: 100%
    }

    .prodata-model__list .item-html {
        background-color: #F5F7F9;
        padding: 30px 24px;
        font-size: 14px;
        line-height: 1.8
    }

    .prodata-model__list .item-row {
        margin-bottom: 8px
    }

    .prodata-model__list .item-row span,.prodata-model__list .item-row i {
        display: inline-block;
        vertical-align: middle
    }

    .prodata-model__list .item-row .line {
        width: 1px;
        height: 12px;
        background-color: #000;
        margin-left: 8px;
        margin-right: 8px
    }

    .prodata-download__list .item-cont {
        font-size: 10px
    }

    .prodata-download__list .item-round {
        bottom: 20px
    }

    .prodata-download__list .item-hint {
        bottom: 24px
    }

    .product-tw__slick .slick-dots {
        right: 24px;
        bottom: 24px
    }

    .product-theory__leftArea {
        width: 100%
    }

    .product-theory__rightPic {
        width: 100%;
        max-width: 760px;
        margin-top: 20px
    }

    .product-advantage__list .item-attr {
        font-weight: 700
    }

    .product-advantage__list .item-attr {
        font-size: 24px
    }

    .product-series__list {
        margin-top: 30px
    }

    .product-series__list .item-more {
        bottom: 20px
    }

    .product-series__list .item-title {
        max-width: 200px
    }

    .product-series__list .item-inner {
        display: none
    }

    .prodata-location__arrow .page-column__arrow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        　　-ms-justify-content: center;
        　　-moz-box-pack: center;
        　　-webkit--moz-box-pack: center;
        　　box-pack: center;
        margin-top: 30px
    }

    .prodata-location__arrow .prev-arrow,.prodata-location__arrow .next-arrow {
        margin-left: 10px;
        margin-right: 10px
    }

    .prodata-location__arrow .prev-arrow {
        left: auto
    }

    .prodata-location__arrow .next-arrow {
        right: auto
    }

    .prodata-series__list li {
        width: 50%
    }

    .prodata-condition__slick .item-cont {
        padding-left: 24px;
        padding-right: 24px
    }

    .prodata-technology__wrap {
        overflow: hidden
    }

    .prodata-technology__box {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .prodata-technology__table {
        width: 1100px
    }

    .prodata-technology__table tr {
        text-align: left
    }

    .prodata-technology__table th {
        padding: 12px;
        text-align: left
    }

    .prodata-technology__table td {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .prodata-technology__table td:first-child {
        width: 140px
    }

    .prodata-technology__table td:nth-last-child(1):first-child {
        padding-left: 12px
    }
}

@media (max-width: 700px) {
    .product-advantage__list {
        margin-bottom:50px
    }

    .product-advantage__list li {
        width: 100%;
        margin-bottom: 8px
    }

    .product-advantage__list .item-box {
        padding-bottom: 6px
    }

    .product-advantage__list .item-attr,.product-advantage__list .item-intro {
        display: none
    }

    .product-advantage__list .item-title {
        margin-bottom: 0
    }

    .product-advantage__list .item-mhtml {
        display: block;
        font-weight: 700
    }

    .product-series__list li {
        width: 100%
    }

    .product-series__list article {
        padding-top: 24px;
        padding-right: 20px;
        padding-left: 20px
    }

    .product-series__list figure::before {
        padding-top: 52%
    }

    .product-series__list .item-title {
        max-width: 240px
    }

    .product-series__list .item-title span {
        margin-right: 4px
    }
}

@media (max-width: 650px) {
    .prodata-talbum__cont .item-inner {
        padding-left:20px;
        padding-right: 20px
    }

    .prodata-talbum__cont .item-txt .mblock {
        display: block;
        margin-bottom: 4px
    }

    .prodata-model__list .item-html {
        padding-left: 20px;
        padding-right: 20px
    }

    .prodata-model__list .item-title {
        padding-left: 18px
    }

    .prodata-model__list .item-title::before {
        width: 10px;
        height: 10px
    }

    .prodata-model__list .item-cont {
        padding-right: 50px
    }

    .prodata-model__list .item-order {
        margin-top: 1px;
        margin-right: 16px
    }

    .prodata-model__list .item-dec {
        font-size: 12px;
        top: 4px
    }

    .product-tw__slick .slick-dots {
        right: 20px;
        bottom: 20px
    }

    .product-theory__flow {
        margin-top: 30px
    }

    .product-theory__flow li {
        padding-bottom: 30px
    }

    .product-theory__flow li::before {
        left: 12px
    }

    .product-theory__flow .item-cont {
        padding-left: 36px
    }

    .product-theory__flow .item-order {
        width: 26px;
        height: 26px;
        line-height: 24px
    }

    .product-tw__slick .item-pic::before {
        padding-top: 220px
    }

    .product-tw__slick .item-pic img {
        object-fit: cover;
        height: 100%
    }

    .product-advantage__list .item-attr {
        font-size: 22px
    }

    .prodata-domain__slick .item-pic {
        width: 42px;
        height: 42px
    }

    .prodata-domain__slick .item-title {
        padding-left: 8px;
        max-width: calc(100% - 42px)
    }

    .prodata-measure__wrap {
        margin-top: 60px
    }

    .prodata-series__wrap,.prodata-download__wrap,.prodata-domain__wrap {
        margin-top: 60px
    }

    .prodata-series__list {
        margin-top: 30px
    }

    .prodata-series__list li {
        width: 100%
    }

    .prodata-series__list .item-more {
        bottom: 20px
    }

    .prodata-condition__slick .item-cont {
        padding-left: 20px;
        padding-right: 20px;
        height: 200px
    }

    .prodata-condition__slick .item-cont::before {
        width: 80%;
        height: 64%;
        background-size: cover
    }

    .prodata-condition__slick .item-etitle {
        line-height: 1.2;
        font-size: 16px
    }

    .prodata-condition__slick .item-ctitle {
        margin-bottom: 4px
    }

    .prodata-condition__slick .item-intro {
        font-size: 12px;
        line-height: 1.4
    }

    .prodata-technology__table th {
        font-size: 16px
    }

    .prodata-series__list .item-title {
        top: 18px
    }
}

@media (max-width: 500px) {
    .prodata-download__list .item-cont {
        padding-left:16px;
        padding-right: 16px;
        height: 180px
    }

    .prodata-download__list .item-hint {
        font-size: 12px;
        bottom: 14px
    }

    .prodata-download__list .item-hint span {
        margin-left: 6px
    }

    .prodata-download__list .item-round {
        width: 26px;
        height: 26px;
        bottom: 10px;
        right: 8px
    }

    .prodata-download__list .item-round i {
        font-size: 12px
    }

    .product-advantage__list .item-attr {
        font-size: 20px
    }

    .product-series__list .item-title {
        max-width: 160px;
        line-height: 1.5
    }

    .prodata-domain__slick .item-pic {
        width: 42px;
        height: 42px
    }

    .product-theory__flow .item-txt {
        font-size: 12px
    }

    .prodata-technology__table {
        width: 800px
    }

    .prodata-technology__table table {
        font-size: 12px
    }

    .prodata-technology__table th {
        font-size: 14px
    }
}

.page-software__list figure {
    position: relative;
    overflow: hidden
}

.page-software__list figure::before {
    content: "";
    display: block;
    padding-top: 63.26531%
}

.page-software__list figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.page-software__list article {
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 40px 40px 0 40px;
    background-color: #eff2f6
}

.page-software__list .item-title {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .46154em
}

.page-software__list .item-more {
    position: absolute;
    bottom: 30px;
    left: 22px;
    right: 22px
}

.software-explain__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.software-explain__cont {
    width: 45%
}

.software-explain__inner h4 {
    margin-bottom: 2.2em
}

.software-explain__pic {
    position: relative;
    overflow: hidden;
    width: 49%
}

.software-explain__pic::before {
    content: "";
    display: block;
    padding-top: 54.43548%
}

.software-explain__pic img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

.software-config__list .item-row {
    margin-bottom: 40px
}

.software-config__list .item-row:last-child {
    margin-bottom: 0
}

.software-config__list .item-rcont {
    font-size: 20px;
    position: relative;
    background-color: #F5F7F9;
    padding: 3em 3.5em
}

.software-config__list .item-rcont::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/bg-01.png) no-repeat center center;
    width: 540px;
    height: 214px
}

.software-config__list .item-text {
    max-width: 1000px
}

.software-config__list .item-text strong {
    font-weight: 700
}

.software-config__list .item-text ul {
    margin-top: 60px
}

.software-config__list .item-text ul li {
    margin-left: 30px;
    position: relative;
    border-bottom: 1px solid #D3DCE5;
    margin-bottom: 20px
}

.software-config__list .item-text ul li:last-child {
    margin-bottom: 0
}

.software-config__list .item-text ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 13px;
    width: 9px;
    height: 9px;
    background-color: #3eb3e7;
    border-radius: 50%
}

@media (min-width: 1025px) {
    .page-software__list figure img {
        transition:transform .4s linear;
        -ms-transition: transform .4s linear;
        -moz-transition: transform .4s linear;
        -webkit-transition: transform .4s linear;
        -o-transition: transform .4s linear;
        backface-visibility: hidden
    }

    .page-software__list a:hover figure img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@media (max-width: 1440px) {
    .page-software__list article {
        font-size:16px
    }

    .software-config__list .item-rcont {
        font-size: 16px
    }
}

@media (max-width: 1380px) {
    .page-software__list article {
        font-size:14px
    }

    .page-software__list .item-more {
        bottom: 24px
    }
}

@media (max-width: 1280px) {
    .page-software__list article {
        font-size:12px
    }
}

@media (max-width: 1024px) {
    .page-software__list li {
        width:50%
    }

    .software-explain__cont,.software-explain__pic {
        width: 100%
    }

    .software-explain__pic {
        margin-top: 20px
    }
}

@media (max-width: 650px) {
    .page-software__list li {
        width:100%
    }

    .page-software__list .item-more {
        left: 20px;
        right: 20px;
        bottom: 18px
    }

    .software-explain__inner h4 {
        margin-bottom: 14px
    }

    .software-config__list .item-rcont {
        padding: 46px 20px
    }

    .software-config__list .item-rcont::before {
        width: 320px;
        height: 130px;
        background-size: 320px 130px
    }

    .software-config__list .item-text ul {
        margin-top: 30px;
        font-size: 12px
    }

    .software-config__list .item-text ul li {
        margin-left: 14px;
        margin-bottom: 14px
    }

    .software-config__list .item-text ul li::before {
        width: 6px;
        height: 6px;
        left: -16px;
        top: 6px
    }
}

@media (max-width: 500px) {
    .page-software__list figure::before {
        padding-top:100%
    }

    .page-software__list figure img {
        height: 100%;
        object-fit: cover
    }
}

.eror-404 {
    overflow-x: hidden
}

.page404 {
    overflow: hidden;
    text-align: center;
    height: calc(100vh - 96px);
    width: 100vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page404 #errorText {
    font-size: 22px;
    margin-top: 40px;
    color: #3D3D3D
}

.page404 #errorLink {
    font-size: 20px;
    padding: 12px;
    border: 1px solid;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    margin-top: 20px
}

.page404 #errorLink:hover,.page404 #errorLink:active {
    color: #fff;
    background: #3eb3e7
}

.page404 #g6219 {
    transform-origin: 85px 4px;
    animation: an1 12s .5s infinite ease-out
}

@keyframes an1 {
    0% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(3deg)
    }

    15% {
        transform: rotate(-2.5deg)
    }

    25% {
        transform: rotate(2deg)
    }

    35% {
        transform: rotate(-1.5deg)
    }

    45% {
        transform: rotate(1deg)
    }

    55% {
        transform: rotate(-1.5deg)
    }

    65% {
        transform: rotate(2deg)
    }

    75% {
        transform: rotate(-2deg)
    }

    85% {
        transform: rotate(2.5deg)
    }

    95% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(0)
    }
}

@media (max-width: 1024px) {
    .page404 {
        height:calc(100vh - 120px)
    }

    .page404 #errorText {
        font-size: 18px;
        margin-top: 0
    }

    .page404 #errorLink {
        font-size: 16px
    }

    .page404 #svg2 {
        width: 80%
    }
}

.search-page {
    background-color: #f5f5f5
}

.search-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 40px;
    background-color: #fff
}

.search-header {
    padding: 0 20px
}

.search-header h3 {
    color: #000;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5
}

.search-header p {
    color: #666;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5
}

.search-header p span {
    color: #3eb3e7
}

.search-item {
    display: block;
    padding: 10px 20px
}

.search-item h4 {
    color: #000;
    margin-bottom: .25em;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .05em
}

.search-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5
}

.search-item:hover {
    background-color: #f5f5f5
}

.search-item:hover h4 {
    color: #3eb3e7
}

@media (max-width: 1024px) {
    .search-page .container {
        margin-top:0
    }
}

@media (max-width: 650px) {
    .search-header {
        padding:0 10px
    }

    .search-item {
        padding-left: 10px;
        padding-right: 10px
    }

    .search-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer {
    background-color: #3eb3e7;
    padding-top: 60px
}

.footer-main {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    padding-right: 65px
}

.foot-message {
    width: 33.2%;
    color: #fff;
    padding-right: 24px
}

.foot-logo {
    display: inline-block;
    height: 50px
}

.foot-logo img {
    height: 100%;
    width: auto
}

.foot-infor {
    font-size: 14px;
    line-height: 1.8
}

.foot-infor p {
    margin-bottom: 10px
}

.foot-infor a {
    color: #fff
}

.foot-exhibit {
    width: 45.6%
}

.foot-exhibit__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.foot-exhibit__list dl {
    width: 240px;
    margin-right: 70px
}

.foot-exhibit__list dt {
    font-weight: 700;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 30px
}

.foot-exhibit__list dt::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.foot-exhibit__list dd {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px
}

.foot-exhibit__list dd a {
    color: #fff
}

.foot-outer {
    width: 21.2%
}

.foot-share {
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.foot-share a {
    border: 2px solid #fff;
    width: 2.4em;
    height: 2.4em;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    position: relative
}

.foot-share a:hover img {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.foot-share img {
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    position: absolute;
    left: 50%;
    top: -130px;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    max-width: 120px;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.back-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px
}

.back-top i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
    height: 80px;
    background-color: #fff;
    margin-bottom: 14px
}

.back-top span {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: tb-rl
}

.foot-bottom__area {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 24px 0
}

.foot-bottom__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foot-btxt {
    font-size: 12px;
    color: rgba(255,255,255,0.5)
}

.foot-btxt a {
    color: rgba(255,255,255,0.5)
}

.footer-message {
    position: fixed;
    right: 0;
    bottom: 360px;
    z-index: 2147483647
}

.footer-message__cont {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,0.49);
    text-align: center;
    padding: 18px 14px 12px 14px
}

.footer-message__tel a {
    color: #3eb3e7
}

.footer-message__tel span {
    color: #666666
}

.footer-message__wx {
    margin-top: 4px
}

.footer-message__wx .item-pic {
    width: 118px
}

.footer-message__wx .item-pic::before {
    padding-top: 100%
}

.footer-message__wx .item-intro {
    color: #666666;
    margin-top: 8px
}

@media (min-width: 1025px) {
    .foot-share a {
        transition:all .3s linear;
        -ms-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .foot-share a:hover {
        background-color: #fff;
        color: #3eb3e7
    }

    .foot-exhibit__list dd a:hover {
        text-decoration: underline
    }

    .footer-mtel {
        display: none
    }
}

@media (max-width: 1440px) {
    .foot-solgan br {
        display:none
    }
}

@media (max-width: 1380px) {
    .foot-logo {
        height:44px
    }

    .foot-exhibit__list dl {
        margin-right: 46px
    }
}

@media (max-width: 1280px) {
    .foot-share a {
        font-size:18px;
        line-height: 42px
    }

    .foot-infor p {
        margin-bottom: 6px
    }

    .foot-exhibit__list dt {
        padding-bottom: 20px;
        margin-bottom: 26px
    }
}

@media (max-width: 1240px) {
    .foot-exhibit__list dl {
        margin-right:32px
    }
}

@media (max-width: 1024px) {
    .foot-exhibit__list dl:last-child {
        display:none
    }

    .footer {
        padding-top: 50px
    }

    .footer-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .foot-message {
        width: 40%
    }

    .foot-exhibit {
        width: 38%
    }

    .foot-bottom__area {
        padding: 12px 0
    }

    .foot-logo {
        height: 38px
    }

    .foot-share a {
        font-size: 16px;
        line-height: 36px
    }

    .back-top {
        text-align: center
    }

    .back-top i {
        height: 64px
    }

    .footer-mtel {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 5px;
        top: 50%;
        transform: translateY(calc(-50% + 60px));
        width: 18%;
        z-index: 2147483648
    }

    .footer-mtel .item-bg {
        height: 100%
    }

    .footer-mtel .item-cont {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%
    }

    .footer-mtel .item-dec {
        margin-left: auto;
        margin-right: auto;
        width: 18px;
        height: 18px
    }

    .footer-mtel .item-title {
        line-height: 1
    }

    .footer-mtel span {
        font-size: 12px;
        color: #3eb3e7;
        margin-top: 0
    }

    .footer-mtel svg {
        width: 100%;
        height: auto
    }

    .footer-message {
        display: none
    }
}

@media (max-width: 800px) {
    .foot-message {
        width:100%;
        padding-right: 0;
        margin-bottom: 40px
    }

    .foot-exhibit {
        width: 64%
    }

    .foot-outer {
        width: 30%
    }

    .foot-infor p {
        margin-bottom: 0
    }

    .back-top i {
        height: 54px
    }
}
.ab-history__full{margin-bottom:100px;}

/*# sourceMappingURL=app.css.map */
.sfegg .sec-column {
    color: #000;
    position: relative;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 30px;
}

.slick-initialized .slick-slide p{font-size:14px;color:#000;padding:10px 0;text-align:center;}

.ab-explain__title h3{font-size: 30px;letter-spacing: 1px;line-height: 1.6;}

.ab-explain__title p{
   font-size: 14px;
   letter-spacing: 1px;
   line-height: 1.6;
   text-transform: uppercase;
   color: #27344d;
}

@media (max-width: 650px) {
	.ab-explain__full {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(/images/abn6.jpg);
    padding: 10px 0;
}
    .foot-message {
        margin-bottom:0
    }

    .back-top,.foot-br__inner {
        display: none
    }

    .foot-bl__inner {
        width: 100%;
        text-align: center
    }

    .footer {
        padding-top: 30px
    }

    .footer-main {
        padding-right: 0
    }

    .foot-logo {
        height: 32px
    }

    .foot-infor {
        font-size: 12px;
        margin-top: 6px
    }

    .foot-exhibit {
        width: 100%
    }

    .foot-outer {
        width: 100%;
        margin-top: 30px
    }

    .foot-share {
        width: auto
    }

    .foot-share a {
        font-size: 14px;
        line-height: 32px
    }

    .foot-share a:hover img {
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }

    .foot-share img {
        left: 0;
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0)
    }

    .foot-solgan {
        margin-top: 0;
        font-size: 12px;
        display: none
    }

    .foot-exhibit__list {
        margin-top: 30px
    }

    .foot-exhibit__list dt {
        padding-bottom: 12px;
        margin-bottom: 14px
    }

    .foot-exhibit__list dd {
        font-size: 12px;
        margin-bottom: 8px
    }
	
	.ab-history__full {
    margin-bottom: 0;
}
}

