@charset "UTF-8";

/*@font-face {
    font-family: 'thyFont1';  src: url("../fonts/Erieblack.ttf");
}*/

@font-face {
    font-family: 'thyFont2';  src: url("../fonts/BEBAS.ttf");
}
@font-face {
    font-family: 'pangmeng';  src: url("../fonts/pangmeng.TTF");
}

/*@font-face {
    font-family: 'thyFont3';  src: url("../fonts/Questrial-Regular.ttf");
}

@font-face {
    font-family: 'thyFont4';  src: url("../fonts/Brandon_reg.otf");
}

@font-face {
    font-family: 'thyFont5';  src: url("../fonts/BrandonGrotesqueBold.woff2.ttf");
}

@font-face {
    font-family: 'thyFont6';  src: url("../fonts/Brandon_reg.otf");
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
    width: 1400px;
}

main:before, main:after {
    display: table;
    content: " ";
}

main:after {
    clear: both;
}

html {
    overflow-x: hidden;
    width: 100%;
    background: #fff;
}

body {
    font-family: 'Arial', 'Microsoft YaHei';
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.clear::after {
    clear: both;
    display: block;
    content: '';
}

.pic {
    overflow: hidden;
}

.pic img {
    background: url("../Image/loading.gif") no-repeat center;
}

.header_banner {
    background: url("../Image/loading.gif") no-repeat center;
}
/*样式重置*/
html {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
     font-family: 'Arial', 'Microsoft YaHei';
 }

body {
    margin: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-size: 1em;
    font-family: monospace,monospace;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace,monospace;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}[type=button], [type=reset], [type=submit], button {
     -webkit-appearance: button;
 }[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
      padding: 0;
      border-style: none;
  }[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
       outline: 1px dotted ButtonText;
   }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    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] {
       outline-offset: -2px;
       -webkit-appearance: textfield;
   }[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}[hidden] {
     display: none;
 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-weight: normal;
    font-style: normal;
}

ins {
    text-decoration: none;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: inherit;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.2;
    *font-size: 100%;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

sub, sup {
    vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

pre {
    white-space: pre-wrap;
}

textarea {
    overflow: auto;
    resize: none;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 0;
}

button, input {
    outline: 0;
}

input[type=password]::-ms-reveal {
    display: none;
}

input::-ms-clear {
    display: none;
}

input:-ms-input-placeholder {
    color: #999;
}/*样式重置*//*动画区域*/@-webkit-keyframes imgScale {
                     from {
                         -webkit-transform: scale(1);
                         -moz-transform: scale(1);
                         -o-transform: scale(1);
                         transform: scale(1);
                         -ms-transform: scale(1);
                     }

                     to {
                         -webkit-transform: scale(1.05);
                         -moz-transform: scale(1.05);
                         -o-transform: scale(1.05);
                         transform: scale(1.05);
                         -ms-transform: scale(1.05);
                     }
                 }

@keyframes imgScale {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
}

@-webkit-keyframes tadass {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,  50%,  70%,  90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,  60%,  80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tadass {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,  50%,  70%,  90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,  60%,  80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes preloadSlide {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        -ms-transform: scale(1.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

@keyframes preloadSlide {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8);
        -ms-transform: scale(1.8);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}/*类名*/.needDot .swiper-pagination .swiper-pagination-bullet {
           position: relative;
           -webkit-box-sizing: border-box;
           /* Safari*/
           -moz-box-sizing: border-box;
           /* Firefox */
           box-sizing: border-box;
           width: 12px;
           height: 12px;
           background: rgba(0, 0, 0, 0.4);
           box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
           opacity: 1;
           -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
           -o-transition: 0.5s;
           transition: 0.5s;
           -webkit-transition-timing-function: ease;
           /* Safari 和 Chrome */
           -moz-transition-timing-function: ease;
           /* Firefox 4 */
           -o-transition-timing-function: ease;
           /* Opera */
           transition-timing-function: ease;
       }

.needDot .swiper-pagination .swiper-pagination-bullet:hover:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -ms-transform: scale(2);
}

.needDot .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.needDot .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
}

.needDot .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 0;
    height: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
}

.needDotSmall .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.needDotSmall .swiper-pagination .swiper-pagination-bullet:hover:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -ms-transform: scale(2);
}

.needDotSmall .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.needDotSmall .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.needDotSmall .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 0;
    height: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
}

.main_page {
    position: relative;
    z-index: 20;
    width: 100%;
    height: auto;
    background: #fff;
}

.needCover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.needContain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.needImgScale {
    animation: imgScale 5s ease-in-out infinite alternate;
    -webkit-animation: imgScale 5s ease-in-out infinite alternate;
}

.needTada {
    animation: tadass 1s linear infinite;
    -webkit-animation: tadass 1s linear infinite;
}

.needMarquee {
    white-space: nowrap;
}

.needSwiperButton .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
}

.needSwiperButton .swiper-button-next:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.needSwiperButton .swiper-button-disabled {
    pointer-events: auto !important;
}

.needSwiperButton .swiper-button-white {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 15px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.needSwiperButtonBanner .swiper-button-prev:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -ms-transform: translateX(-5px);
}

.needSwiperButtonBanner .swiper-button-next:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.needSwiperButtonBanner .swiper-button-disabled {
    pointer-events: auto !important;
}

.needSwiperButtonBanner .swiper-button-white {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 15px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.needScroll {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.needScroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}/*正常情况下滑块的样式*/.needScroll::-webkit-scrollbar-thumb {
                   border-radius: 10px;
                   background-color: rgba(0, 0, 0, 0.5);
                   -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
               }/*鼠标悬浮在该类指向的控件上时滑块的样式*/.needScroll:hover::-webkit-scrollbar-thumb {
                                           border-radius: 10px;
                                           background-color: rgba(0, 0, 0, 0.4);
                                           -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
                                       }/*鼠标悬浮在滑块上时滑块的样式*/.needScroll::-webkit-scrollbar-thumb:hover {
                                                              background-color: rgba(0, 0, 0, 0.4);
                                                              -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
                                                          }/*正常时候的主干部分*/.needScroll::-webkit-scrollbar-track {
                                                                            border-radius: 10px;
                                                                            background-color: white;
                                                                            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
                                                                        }/*鼠标悬浮在滚动条上的主干部分*/.needScroll::-webkit-scrollbar-track:hover {
                                                                                               background-color: rgba(0, 0, 0, 0.01);
                                                                                               -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
                                                                                           }

.needScrollSmall {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.needScrollSmall::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}/*正常情况下滑块的样式*/.needScrollSmall::-webkit-scrollbar-thumb {
                   border-radius: 10px;
                   background-color: rgba(0, 0, 0, 0.5);
                   -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
               }/*鼠标悬浮在该类指向的控件上时滑块的样式*/.needScrollSmall:hover::-webkit-scrollbar-thumb {
                                           border-radius: 10px;
                                           background-color: rgba(0, 0, 0, 0.4);
                                           -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
                                       }/*鼠标悬浮在滑块上时滑块的样式*/.needScrollSmall::-webkit-scrollbar-thumb:hover {
                                                              background-color: rgba(0, 0, 0, 0.4);
                                                              -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
                                                          }/*正常时候的主干部分*/.needScrollSmall::-webkit-scrollbar-track {
                                                                            border-radius: 10px;
                                                                            background-color: white;
                                                                            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
                                                                        }/*鼠标悬浮在滚动条上的主干部分*/.needScrollSmall::-webkit-scrollbar-track:hover {
                                                                                               background-color: rgba(0, 0, 0, 0.01);
                                                                                               -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
                                                                                           }

.layuiLayer {
    background: none !important;
}

.layuiLayer .layui-layer-title {
    height: 30px;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 30px;
}

.layuiLayer .layui-layer-setwin {
    top: 7px;
}

.layuiLayer .layui-layer-setwin .layui-layer-close1 {
    border-radius: 3px;
    background-color: #fff;
    background-position: 2px -39px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#preloader .loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

#preloader .dot:nth-child(1) {
    background: #008be0;
    animation-delay: 0.1s;
}

#preloader .dot:nth-child(2) {
    background: #009bf9;
    animation-delay: 0.2s;
}

#preloader .dot:nth-child(3) {
    background: #14a6ff;
    animation-delay: 0.3s;
}

#preloader .dot:nth-child(4) {
    background: #2dafff;
    animation-delay: 0.4s;
}

#preloader .dot:nth-child(5) {
    background: #47b9ff;
    animation-delay: 0.5s;
}

#preloader .dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #007bc6;
    animation: preloadSlide 1.5s infinite;
    -webkit-animation: preloadSlide 1.5s infinite;
}

#preloader .words {
    width: 100%;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-size: 20px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-family: thyFont3, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 60px;
}

.float_nav {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 999;
    width: 42px;
    height: auto;
}

.float_nav a {
    display: block;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.float_nav a:last-child {
    opacity: 0;
}

.float_nav a:hover {
    background: #007bc6;
}

.float_nav a:hover i {
    color: #fff;
}

.float_nav a i {
    color: #999;
    font-size: 20px;
}

.float_nav_on {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -ms-transform: translateX(100px);
}

.float_contact_on {
    right: 0 !important;
}

.float_contact {
    position: fixed;
    right: -190px;
    bottom: 80px;
    z-index: 1000;
    width: 190px;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.float_contact .p1 {
    padding: 20px;
    background: #007bc6;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
}

.float_contact .p1 i {
    float: right;
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.float_contact .p1 i:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.float_contact .p2 {
    padding: 12px 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.float_contact .p2:hover {
    background: #333;
}

.float_contact .p2:hover a i {
    color: #fff;
}

.float_contact .p2:hover a div {
    color: #fff;
}

.float_contact .p2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.float_contact .p2 i {
    float: left;
    display: block;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.float_contact .p2 div {
    float: left;
    margin-left: 10px;
    height: 20px;
    font-family: thyFont3;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.float_contact .p3 {
    padding: 12px 20px;
    color: #333;
}

.float_contact .p3 div {
    margin-top: 4px;
    text-align: center;
}

.float_contact .p3 div span {
    font-size: 14px;
    font-family: thyFont3;
}/*头部*/.pc_header {
           position: fixed;
           top: 0;
           z-index: 99;
           width: 100%;
           background: #fff;
           box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
       }

.pc_header .header_mid .header_nav {
    width: 100%;
    height: 60px;
}

.pc_header .header_mid .header_nav li {
    float: left;
    width: 11.1%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pc_header .header_mid .header_nav li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pc_header .header_mid .header_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 60px;
}
/*banner*//*响应式头部*/
.mobile_header {
                        position: fixed;
                        top: 0;
                        left: 0;
                        z-index: 888;
                        display: none;
                        width: 100%;
                        height: 40px;
                    }

.mobile_header .mobile_to_index {
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 10;
    overflow: hidden;
    height: 40px;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile_header .mobile_to_index a {
    color: #333;
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 40px;
}

.mobile_header .mobile_to_index a img {
    margin-top: 5px;
    height: 30px;
    opacity: 0.8;
}

.mobile_header .mobile_nav_sea {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.mobile_header .mobile_nav_sea i {
    color: #b7b7b7;
    font-size: 24px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.mobile_header .mobile_nav_sea:hover i {
    color: #007bc6;
}

.mobile_header #mobileStyle {
    background: #F1F1F1;
}

.mobile_header #mobileStyle .main_a {
    color: #3d3d3d;
}

.mobile_header #mobileStyle .main_a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 3px;
    height: 10px;
    background: #007bc6;
    content: '';
}

.mobile_header .mobile_nav_main_on {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    transform: translateX(-160px);
    -ms-transform: translateX(-160px);
}

.mobile_header .mobile_nav_main {
    position: fixed;
    top: 0;
    right: -160px;
    left: auto !important;
    z-index: 99999;
    width: 160px;
    height: 100%;
    background: white;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.mobile_header .mobile_nav_main p {
    height: 60px;
}

.mobile_header .mobile_nav_main li {
    width: 100%;
    height: auto;
    border-top: 1px solid #EBEBEB;
}

.mobile_header .mobile_nav_main li:last-child {
    border-bottom: 1px solid #EBEBEB;
}

.mobile_header .mobile_nav_main li .li_son {
    width: 100%;
    background: #FAFAFA;
}

.mobile_header .mobile_nav_main li .li_son a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 13px;
}

.mobile_header .mobile_nav_main li .li_son a:after {
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 20px;
    height: 1px;
    background: #007bc6;
    content: '';
}

.mobile_header .mobile_nav_main li .li_son a span {
    float: right;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 116px;
}

.mobile_header .mobile_nav_main li .main_a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 13px;
    line-height: 60px;
}

.mobile_header .mobile_nav_main li .main_a .layui-icon {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.mobile_header .mobile_nav_main li .main_a .layui-icon_on {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.mobile_header .mobile_nav_main li .main_a span {
    padding-left: 25px;
}

.mobile_header .header_menu_on .a1 {
    transition: 0.3s 0s !important;
    transform: translateY(5px);
}

.mobile_header .header_menu_on .a1 .b1 {
    transition: 0.3s 0.2s !important;
    transform: rotate(45deg);
}

.mobile_header .header_menu_on .a2 {
    transition: 0.3s 0s !important;
    transform: translateY(-5px);
}

.mobile_header .header_menu_on .a2 .b1 {
    transition: 0.3s 0.2s !important;
    transform: rotate(-45deg);
}

.mobile_header .header_menu {
    position: absolute;
    top: 0px;
    left: 2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.mobile_header .header_menu .a {
    position: absolute;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 27px;
    height: 1px;
}

.mobile_header .header_menu .a .b1 {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s 0s;
}

.mobile_header .header_menu .a1 {
    top: 14px;
    transition: 0.3s 0.2s;
}

.mobile_header .header_menu .a2 {
    top: 24px;
    transition: 0.3s 0.2s;
}/*响应式底部*/.mobile_footer {
              display: none;
              height: auto;
          }

.mobile_footer .a1 a {
    margin-right: 5px;
}

.mobile_footer .a1 a i {
    color: #afafaf;
    font-size: 28px;
}

.mobile_footer .a1 .to_top i {
    border-radius: 50%;
    background: #afafaf;
    color: #fff;
}

.mobile_footer .a2 {
    overflow: hidden;
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}

.mobile_footer .footer_add {
    height: 40px;
}

.mobile_footer .footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    border-top: 1px solid #ccc;
    background: -webkit-linear-gradient(-120deg, #007bc6, #003c60);
    background: -o-linear-gradient(-120deg, #007bc6, #003c60);
    background: -moz-linear-gradient(-120deg, #007bc6, #003c60);
    background: linear-gradient(-120deg, #007bc6, #003c60);
}

.mobile_footer .footer_nav main {
    *zoom: 1;
}

.mobile_footer .footer_nav main:before, .mobile_footer .footer_nav main:after {
    display: table;
    content: " ";
}

.mobile_footer .footer_nav main:after {
    clear: both;
}

.mobile_footer .footer_nav main li {
    float: left;
    width: 20%;
    text-align: center;
}

.mobile_footer .footer_nav main li .b1 {
    height: 23px;
    line-height: 23px;
}

.mobile_footer .footer_nav main li .b1 i {
    color: #333;
    font-size: 17px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.mobile_footer .footer_nav main li .b2 {
    height: 17px;
    color: #333;
    font-size: 13px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 17px;
}

#mobileStyle2 .b1 i {
    color: #A79496;
    font-weight: bold;
}

#mobileStyle2 .b2 {
    color: #A79496;
    font-weight: bold;
}/*搜索栏*/#thy-sea input {
            float: left;
            -webkit-box-sizing: border-box;
            /* Safari*/
            -moz-box-sizing: border-box;
            /* Firefox */
            box-sizing: border-box;
            padding-left: 10px;
            width: 80%;
            height: 40px;
            border: none;
            border-radius: 0;
            color: #333;
            font-size: 14px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        }

#thy-sea button {
    float: left;
    padding: 0;
    width: 20%;
    height: 40px;
    background: #007bc6;
    color: #fff;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.search {
    height: 70px;
    background: #007bc6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    line-height: 70px;
}

.search div:first-child {
    float: left;
    width: 800px;
    color: #fff;
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.search div:first-child a {
    color: #c8dafe;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.search div:first-child a:first-child {
    margin-right: 25px;
    margin-left: 10px;
}

.search div:last-child {
    float: right;
    width: 315px;
    height: 36px;
}

.search div:last-child form {
    margin-top: 17px;
    width: 100%;
    height: 100%;
}

.search div:last-child form input {
    float: left;
    box-sizing: border-box;
    padding-left: 28px;
    width: 240px;
    height: 36px;
    background: #ebebeb;
}

.search div:last-child form button {
    float: right;
    width: 75px;
    height: 36px;
    background: #007bc6;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.search div:last-child form button:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
}

.s1 {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-size: cover;
    *zoom: 1;
}

.s1:before, .s1:after {
    display: table;
    content: " ";
}

.s1:after {
    clear: both;
}

.s1 .left {
    float: left;
    width: 288px;
}

.s1 .left .top {
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
    height: 120px;
    background: #000;
    background-size: cover;
}

.s1 .left .top .b1 {
    padding-top: 25px;
    color: #fff;
    font-size: 24px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-family: thyFont3;
}

.s1 .left .top .b2 {
    padding-top: 5px;
    color: #fff;
    font-weight: lighter;
    font-size: 12px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.s1 .left .top .b3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.s1 .left .bottom {
    background: #fff;
}

.s1 .left .bottom li {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.s1 .left .bottom li .father {
    display: block;
    width: 100%;
    height: 42px;
    *zoom: 1;
}

.s1 .left .bottom li .father:before, .s1 .left .bottom li .father:after {
    display: table;
    content: " ";
}

.s1 .left .bottom li .father:after {
    clear: both;
}

.s1 .left .bottom li .father .b1 {
    float: left;
    margin-left: 30px;
    height: 42px;
    max-width: 180px;
    line-height: 42px;
}

.s1 .left .bottom li .father .b1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #535353;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .left .bottom li .father .b1 a:hover {
    color: #007bc6;
}

.s1 .left .bottom li .father .s1_li_on {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.s1 .left .bottom li .father .b2 {
    float: right;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    margin-top: 12px;
    margin-right: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .left .bottom li .father .b2:hover {
    border-color: #007bc6;
}

.s1 .left .bottom li .father .b2:hover i {
    color: #007bc6;
}

.s1 .left .bottom li .father .b2 i {
    color: #aeaeae;
    font-size: 12px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .left .bottom li .son {
    display: none;
    width: 100%;
    *zoom: 1;
}

.s1 .left .bottom li .son:before, .s1 .left .bottom li .son:after {
    display: table;
    content: " ";
}

.s1 .left .bottom li .son:after {
    clear: both;
}

.s1 .left .bottom li .son .b1 {
    float: left;
    margin-left: 50px;
    width: 230px;
    height: 26px;
    line-height: 26px;
}

.s1 .left .bottom li .son .b1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #7c7c7c;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .left .bottom li .son .b1 a:hover {
    color: #007bc6;
}

.s1 .right {
    float: right;
    width: 880px;
}

.s1 .right .top {
    width: 100%;
    height: 54px;
    *zoom: 1;
}

.s1 .right .top:before, .s1 .right .top:after {
    display: table;
    content: " ";
}

.s1 .right .top:after {
    clear: both;
}

.s1 .right .top .b1 {
    float: left;
    width: 125px;
    height: 100%;
    background: #007bc6;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 54px;
}

.s1 .right .top .b2 {
    float: left;
    width: 660px;
    height: 100%;
    background: #fff;
}

.s1 .right .top .b2 .c1 {
    width: 100%;
    height: 100%;
    line-height: 54px;
}

.s1 .right .top .b2 .c1 a {
    margin-right: 10px;
    margin-left: 10px;
    color: #898989;
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .right .top .b2 .c1 a:hover {
    color: #007bc6;
}

.s1 .right .top .b3 {
    float: left;
    width: 95px;
    height: 100%;
    background: #A79496;
    text-align: center;
}

.s1 .right .top .b3 a {
    display: block;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 54px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .right .top .b3 a:hover {
    box-shadow: 0 0 15px 3px rgba(11, 82, 146, 0.8) inset;
}

.s1 .right .bottom {
    padding-top: 30px;
    width: 100%;
    height: auto;
}

.s1 .right .bottom .swiper-slide {
    height: 290px;
}

.s1 .right .bottom .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.s1 .right .bottom .swiper-slide:hover .pic {
    border: 1px solid #A79496;
}

.s1 .right .bottom .swiper-slide:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.s1 .right .bottom .swiper-slide:hover .word {
    color: #007bc6;
}

.s1 .right .bottom .swiper-slide .pic {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: 1px solid #cfcfcf;
    background: #fff;
}

.s1 .right .bottom .swiper-slide .pic img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.s1 .right .bottom .swiper-slide .word {
    width: 100%;
    height: 40px;
    color: #7c7c7c;
    text-align: center;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding:0 3%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
    background: #fff;
}

.menu .menu_button_container {
    float: right;
    width: 50px;
    height: 70px;
}

.menu .menu_button_container .menu_button {
    overflow: hidden;
    margin-top: 35.5px;
    width: 100%;
    height: 19px;
    cursor: pointer;
}

.menu .menu_button_container .menu_button:hover .line:nth-child(1) {
    width: 14px;
}

.menu .menu_button_container .menu_button:hover .line:nth-child(2) {
    width: 18px;
}

.menu .menu_button_container .menu_button:hover .line:nth-child(3) {
    width: 22px;
}

.menu .menu_button_container .menu_button .line {
    float: right;
    margin-right: 12px;
    margin-bottom: 8px;
    width: 26px;
    height: 1px;
    background: #03418e;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.menu .menu_button_container .menu_button .line:nth-child(2) {
    transition-delay: 0.05s;
}

.menu .menu_button_container .menu_button .line:nth-child(3) {
    margin-bottom: 0;
    transition-delay: 0.1s;
}

.menu .logo {
    float: left;
    margin-top: 0.3%;
}

.menu .logo img {
    max-width: 100%;
}
.menu .logo-text{
    float: left;
    font-size: 14px;
    line-height: 22px;
    color:#a0a0a0;
    padding-left: 0.8%;
    margin-top: 1.6%;
    border-left:1px solid #d7d7d7;
    width: 11%;
    display: none;
}
.menu #text-color {
    color: #6a6c6b;
}
.menu .logo-title{
    float: left;
    color: #fff;
    font-size: 16px;
    margin-left: 19%;
    line-height: 50px;
    letter-spacing: 1px;
    display: none;
}

.menu .nav {
    float: right;
    width: 68%;
}

.menu .nav .header_nav_li {
    float: left;
    margin-right:7%;
    position: relative;
}
.menu .nav .header_nav_li:after{
    content:"";
    display: none;
    position: absolute;
    width:4px;
    height: 4px;
    background: #c2c2c2;
    border-radius: 10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -69%;
}

.menu .nav .header_nav_li:last-child {
    margin-right: 0;
}

.menu .nav .header_nav_li:hover a {
    color: #bebebe;
}

.menu .nav .header_nav_li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #272727;
    font-size: 16px;
    font-family: "thyFont4";
    line-height: 95px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    letter-spacing: 1px;
    position: relative;
}

.menu .nav .header_nav_li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0d58b0;
    left: 0;
    bottom: 10px;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.menu .nav .header_nav_li a:hover {
    color: #0d58b0;
}
.menu .nav .header_nav_li a.active {
    color: #0d58b0;
}

.menu .nav .header_nav_li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.menu .nav .header_nav_li a.active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.menu .sbox{
    float: right;
    width: 30px;
    height: 95px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    background: url(../Image/nav-right4.png) no-repeat center;
    cursor: pointer;
}
.menu .sbox.click {
    background: url(../Image/nav-right44.png) no-repeat center;
}
.menu .xialasousuo {
    position: absolute;
    width:100%;
    left:0;
    top:110%;
    background: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    opacity: 0;
    visibility: hidden;

}
.menu .xialasousuo.show{
    opacity: 1;
    visibility: visible;
    top:100%;
}

.sousuo{
    padding:4% 0;
    background: #f4f4f4;
}
.sousuo .fir{
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 700;
    text-align:center;
    letter-spacing: 1px;
}
.sousuo-right{
    width:50%;
    margin:4% auto;
}
.sousuo-right .sousuo-search{
    float: left;
    width:78%;
    height: 56px;
    border: none;
    outline: none;
    background: #fff;
    color:#a9a9a9;
    text-indent: 20px;
}
.sousuo-right .sousuotijiao{
    float: right;
    width: 22%;
    line-height: 55px;
    border-left: none;
    background: #0d58b0;
    font-size:18px;
    color:#fff;
    text-align:center;
    cursor: pointer;
    outline: none;
}
.sousuo .sec{
    color: #2d2d2d;
    font-size: 16px;
    line-height: 30px;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
}


.menu .control {
    float: right;
    height: 70px;
}

.menu .control .line {
    float: left;
    margin-top: 26px;
    margin-right: 15px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.menu .control .last a i {
    font-size: 20px;
}

.menu .control li {
    float: left;
    margin-right: 15px;
    height: 70px;
}

.menu .control li:hover a i {
    color: #bebebe;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.menu .control li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 70px;
}

.menu .control li a i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.banner {
    margin-top: 95px;
}

.public_control {
    float: right;
    height: 70px;
}

.public_control .line {
    float: left;
    margin-top: 26px;
    margin-right: 15px;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.public_control .last a i {
    font-size: 20px;
}

.public_control li {
    float: left;
    margin-right: 15px;
    height: 70px;
}

.public_control li:hover a i {
    color: #bebebe;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.public_control li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 70px;
}

.public_control li a i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.menu_on {
    box-shadow: 0px 0px 10px #8e8e8e;
}


.menu.menu_on .menu_button_container {
    border-bottom: none;
}




.jobs_main {
    padding-bottom: 110px;
    width: 100%;
}

.inner_des_title {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.inner_des_title .w1 {
    color: #444;
    font-size: 22px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_des_title .w2 {
    color: #c1c1c1;
    font-size: 13px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_case_content img {
    display: block !important;
    margin: 0 auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    max-width: 100% !important;
}

.case_fieldset {
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
}

.case_fieldset legend {
    margin-left: 8px;
    padding-right: 5px;
    padding-left: 5px;
}

.no_data {
    color: #202020;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: lighter;
    font-size: 36px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 120px;
}

#inner_swiper {
    margin-left: 10%;
    width: 80%;
    height: 400px;
}

#inner_swiper .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.location_wrapper {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #e3e3e3;
}

.location_wrapper .location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    height: 95px;
    border-radius: 4px;
    color: #818181;
    text-align: left;
    font-weight: lighter;
    font-size: 16px;
    line-height: 95px;
    letter-spacing: 2px;
    float: left;
    width: 50%;
    padding-left: 35px;
    background: url("../Image/location-bg.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location_wrapper .location span {
    padding: 0 2px 0 2px;
    color: #fff !important;
    font-size: 14px !important;
}

.location_wrapper .location a {
    color: #818181;
}

.location_wrapper .lanmu {
    float: left;
    width: 50%;
}

.location_wrapper .lanmu a {
    display: block;
    color: #818181;
    font-size: 16px;
    float: right;
    line-height: 95px;
    margin-left: 5%;
    position: relative;
}

.location_wrapper .lanmu a:hover {
    color: #0359ac;
}

.location_wrapper .lanmu a.active {
    color: #0359ac;
}

.location_wrapper .lanmu a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0359ac;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.location_wrapper .lanmu a:hover:after {
    width: 100%;
}

.location_wrapper .lanmu a.active:after {
    width: 100%;
}
.location_wrapper .location a:hover {
    color: #0359ac;
}

.inner_page {
    position: relative;
    z-index: 20;
    height: auto;
    background-color: #fff;
}




.newslist {
    margin-top: 10px;
}

.newslist:after {
    *zoom: 1;
}

.newslist:after:before, .newslist:after:after {
    display: table;
    content: " ";
}

.newslist:after:after {
    clear: both;
}

.newslist li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
}

.newslist li:hover .time span:last-child:after {
    width: 30px;
}

.newslist li:hover .time span:last-child {
    color: #007bc6;
}

.newslist li:hover .name:after {
    width: 100%;
}

.newslist li:hover .name {
    color: #007bc6;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -ms-transform: translateX(10px);
}

.newslist li .time {
    margin-bottom: 10px;
    height: 30px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-family: thyFont3;
    line-height: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .time span:last-child {
    position: relative;
    margin-left: 50px;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .time span:last-child:before {
    position: absolute;
    top: 49%;
    left: -40px;
    width: 30px;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .time span:last-child:after {
    position: absolute;
    top: 49%;
    left: -40px;
    width: 0px;
    height: 1px;
    background: #007bc6;
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .name {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    height: 20px;
    color: rgba(0, 0, 0, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .name:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #007bc6;
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.newslist li .name:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
}

.newslist li .desc {
    overflow: hidden;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.6);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 26px;
    transition-delay: 0.1s;
}

.inner_news_title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    text-align: center;
    font-size: 24px;
}

.inner_news_status {
    margin-top: 20px;
    padding-bottom: 10px;
    height: 30px;
    background: url("../Image/news_bottom.jpg") no-repeat bottom;
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background-size: 100% 13%;
}

.inner_news_status span {
    padding-right: 5px;
    padding-left: 5px;
}

.inner_news_status span i {
    margin-right: 3px;
}

.inner_news_status .inner_news_status_back {
    float: right;
    display: inline-block;
}

.inner_news_content p {
    background: none !important;
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
    line-height: 26px !important;
}

.inner_news_content p span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
}

.inner_news_content span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
}

.inner_news_content img {
    display: block !important;
    margin: 0 auto !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    height: auto !important;
    max-width: 60% !important;
}

.inner_case_img p img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    max-height: 400px;
}

.inner_jobs_detail {
    cursor: pointer;
}

.inner_jobs_detail i {
    color: #666;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_jobs_request {
    display: none;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    padding: 10px;
    height: 400px;
}

.inner_jobs_request p {
    background: none !important;
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
    line-height: 26px !important;
}

.inner_jobs_request p span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
}

.inner_jobs_request span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
}

.inner_jobs_request img {
    display: block !important;
    margin: 0 auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    max-width: 100% !important;
}

.pro_style_jobs .layui-table th {
    background: #007bc6;
    color: #fff;
}

.pro_style_1 {
    width: 100%;
    *zoom: 1;
}

.pro_style_1:before, .pro_style_1:after {
    display: table;
    content: " ";
}

.pro_style_1:after {
    clear: both;
}

.pro_style_1 li {
    float: left;
    margin-right: 1.25%;
    margin-bottom: 15px;
    width: 32.5%;
    height: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li:hover {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
}

.pro_style_1 li:hover .word .w1 {
    padding-left: 15px;
}

.pro_style_1 li:hover .word .w2 {
    right: 15px;
    opacity: 1;
}

.pro_style_1 li:hover .pic img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.pro_style_1 li:hover .pic:before {
    opacity: 1;
}

.pro_style_1 li:hover .pic:after {
    width: 85%;
    height: 85%;
    opacity: 1;
}

.pro_style_1 li .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.pro_style_1 li .pic img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li .pic:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li .pic:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    margin: auto;
    width: 99%;
    height: 99%;
    border: 1px solid #fff;
    background: none;
    content: '';
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li .word {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #fff;
}

.pro_style_1 li .word .w1 {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 80%;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li .word .w2 {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_1 li .word .w2 i {
    color: #666;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.pro_style_1 li:nth-child(3n) {
    margin-right: 0;
}

.pro_style_2 {
    width: 100%;
}

.pro_style_2:after {
    *zoom: 1;
}

.pro_style_2:after:before, .pro_style_2:after:after {
    display: table;
    content: " ";
}

.pro_style_2:after:after {
    clear: both;
}

.pro_style_2 li {
    float: left;
    margin-right: 1.25%;
    margin-bottom: 15px;
    width: 32.5%;
    height: auto;
    cursor: url("../Image/viewer.png"), default;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li:hover {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
}

.pro_style_2 li:hover .word .w1 {
    padding-left: 15px;
}

.pro_style_2 li:hover .word .w2 {
    right: 15px;
    opacity: 1;
}

.pro_style_2 li:hover .pic .mask {
    left: 15%;
    opacity: 1;
}

.pro_style_2 li:hover .pic img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.pro_style_2 li:hover .pic:before {
    top: 0;
    opacity: 1;
}

.pro_style_2 li .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.pro_style_2 li .pic .mask {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 5;
    width: 70%;
    height: 100%;
    color: #fff;
    font-weight: lighter;
    font-size: 18px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 250px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li .pic .mask:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24%;
    margin: auto 0;
    width: 20%;
    height: 1px;
    background: #fff;
    content: '';
}

.pro_style_2 li .pic img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li .pic:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li .word {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #fff;
}

.pro_style_2 li .word .w1 {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    width: 80%;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li .word .w2 {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_2 li .word .w2 i {
    color: #666;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.pro_style_2 li:nth-child(3n) {
    margin-right: 0;
}

.pro_style_honor {
    width: 100%;
}

.pro_style_honor:after {
    *zoom: 1;
}

.pro_style_honor:after:before, .pro_style_honor:after:after {
    display: table;
    content: " ";
}

.pro_style_honor:after:after {
    clear: both;
}

.pro_style_honor li {
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    padding: 5px;
    width: 33.33%;
    border-radius: 4px;
    cursor: url("../Image/viewer.png"), default;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.pro_style_honor li:hover {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
}

.pro_style_honor li img {
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.page {
    padding-top: 20px;
    text-align: center;
}

.page span {
    color: #888;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.page a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 6px;
    padding-left: 6px;
    height: 24px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    color: #888;
    text-align: center;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 24px;
}

.page a:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) inset;
    color: #007bc6;
}

.page a:hover span {
    color: #007bc6;
}

.page .current {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #0359ac;
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 24px;
}

.inner_map {
    overflow: hidden;
    width: 100%;
    height: 460px;
}

.inner_contact_details {
    position: relative;
    float: right;
    display: inline-block;
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    margin-top: -50px;
    padding: 25px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.inner_contact_details p {
    display: inline-block;
    color: #666;
    font-size: 13px;
    line-height: 24px;
}

.inner_contact_details .inner_company_name {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_contact_details .inner_company_name_en {
    color: #333;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_contact_details .inner_contact_data {
    color: #333;
    font-size: 15px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 24px;
}

.prev_next {
    padding-top: 15px;
    padding-bottom: 5px;
    zoom: 1;
}

.prev_next:after {
    *zoom: 1;
}

.prev_next:after:before, .prev_next:after:after {
    display: table;
    content: " ";
}

.prev_next:after:after {
    clear: both;
}

.prev_next li {
    overflow: hidden;
    width: 50%;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.prev_next li .layui-icon {
    padding-right: 5px;
    padding-left: 5px;
    color: #333;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.prev_next li:first-child {
    float: left;
    text-align: left;
}

.prev_next li:first-child a {
    float: right;
}

.prev_next li:last-child {
    float: right;
    text-align: right;
}

.prev_next li:last-child a {
    float: left;
}

.prev_next li a {
    display: inline-block;
    width: 80%;
    height: 40px;
    color: #333;
    font-size: 14px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.prev_next li:first-child:hover .layui-icon {
    padding-left: 15px;
}

.prev_next li:first-child:hover a {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
    -ms-transform: translateX(-8px);
}

.prev_next li:last-child:hover .layui-icon {
    padding-right: 15px;
}

.prev_next li:last-child:hover a {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
    -ms-transform: translateX(8px);
}

.prev_next li:hover {
    background: rgba(0, 0, 0, 0.9);
    color:#fff;
}

.prev_next li:hover a {
    color: #fff;
}

.prev_next li:hover .layui-icon {
    color: #fff;
}

.inner_form .message_on .b1 i {
    color: #007bc6 !important;
}

.inner_form .message_on .b1:before {
    background: #007bc6 !important;
}

.inner_form .message_on input {
    border-color: #007bc6 !important;
}

.inner_form .message_on textarea {
    border-color: #007bc6 !important;
}

.inner_form .a1 {
    position: relative;
    width: 100%;
    width: 100%;
    height: auto;
}

.inner_form .a1 .b1 {
    position: absolute;
    right: 0;
    z-index: 60;
    width: 60px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.inner_form .a1 .b1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: '';
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.inner_form .a1 .b1 i {
    color: #666;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.inner_form .a1 input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: thyFont1, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_form .a1 input:-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: thyFont1, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_form .a1 input::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: thyFont1, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_form .a1 input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: thyFont1, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
}

.inner_form .a1 input {
    -webkit-box-sizing: border-box;
    /* Safari*/
    -moz-box-sizing: border-box;
    /* Firefox */
    box-sizing: border-box;
    padding-right: 60px;
    padding-left: 15px;
    width: 100%;
    height: 44px;
    border-color: #e5e5e5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -o-transition-timing-function: ease;
    /* Opera */
    transition-timing-function: ease;
}

.inner_form .a1 button {
    float: left;
    background: #007bc6;
}

.inner_form .a1 .layui-btn-primary {
    background: #fff;
}

.inner_form .a1 .layui-btn-primary:hover {
    border-color: #007bc6;
}

.inner_form .v-code {
    width: 40%;
    *zoom: 1;
}

.inner_form .v-code .b1 {
    right: 32%;
}

.inner_form .v-code:before, .inner_form .v-code:after {
    display: table;
    content: " ";
}

.inner_form .v-code:after {
    clear: both;
}

.inner_form .v-code input {
    float: left;
    width: 68%;
}

.inner_form .v-code img {
    float: right;
    width: 30%;
}

#index_page .swiper-slide .slide2 main .slide2-text {
    width: 48%;
    float: right;
}

#index_page .swiper-slide .slide2 main .slide2-text .title {
    font-size: 56px;
    font-weight: 700;
    font-family: thyFont5;
    letter-spacing: 1px;
    margin-top: 11%;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .ani-slide .slide2 main .slide2-text .title {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
}

#index_page .swiper-slide .slide2 main .slide2-text .title span {
    font-size: 88px;
}

#index_page .swiper-slide .slide2 main .slide2-text .profile {
    font-size: 20px;
    font-family: Arial;
    color: #7b7a7a;
    line-height: 32px;
    text-align: justify;
    word-wrap: break-word;
    margin: 4% 0;
}

#index_page .swiper-slide .slide2 main .slide2-text .about-a {
    display: block;
    padding-left: 50px;
    line-height: 50px;
    color: #0359ac;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    background: url("../Image/about-a-bg.png") no-repeat left center;
}

#index_page .swiper-slide .slide2 main .slide2-text .about-a:hover {
    text-shadow: 2px 2px 2px rgb(33, 91, 157,0.4);
}

#index_page .swiper-slide .slide2 .moive {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    top: 70px;
    z-index: 2;
}

#index_page .swiper-slide .slide2 .moive .moive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#index_page .swiper-slide .slide2 .moive .bofang {
    width: 112px;
    height: 112px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30%;
    cursor: pointer;
}

#index_page .swiper-slide .slide2 .shuzi {
    width: 100%;
    box-shadow: 0px 0px 10px #eee;
    margin-top: 3%;
    position: relative;
    z-index: 3;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list {
    float: left;
    width: 20%;
    height: 218px;
    padding-top: 1%;
    padding-left: 4.5%;
    background: #fff;
    position: relative;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list-zhe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 120%;
    background: #0359ac;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list .shuzi-list-inner {
    position: relative;
    z-index: 3;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:hover .shuzi-list-zhe {
    opacity: 1;
    visibility: visible;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:hover .shuzi-list-inner .fir {
    color: #fff;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:hover .shuzi-list-inner .sec {
    color: #fff;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:hover .shuzi-list-inner .thr {
    color: #fff;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list .fir {
    color: #0359ac;
    font-size: 68px;
    font-weight: 700;
    font-family: thyFont5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list .sec {
    color: #3a3a3a;
    font-size: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list .thr {
    color: #a0a0a0;
    font-size: 16px;
    margin-top: 1%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:first-child {
    background: #0359ac;
    padding-top: 4%;
    padding-left: 2%;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:first-child .fir {
    color: #fff;
    font-size: 48px;
}

#index_page .swiper-slide .slide2 .shuzi .shuzi-list:first-child .sec {
    color: #fff;
    font-size: 24px;
}

#index_page .swiper-slide .slide3 main {
    margin-top: 70px;
    height: calc(100% - 70px);
    position: relative;
}

#index_page .swiper-slide .slide3 .cp-title {
    font-size: 56px;
    color: #fff;
    font-family: thyFont5;
    margin-top: 2%;
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .ani-slide .slide3 .cp-title {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
}

#index_page .swiper-slide .slide3 .cp-title span {
    font-size: 88px;
}

#index_page .swiper-slide .slide3 .cp-type a {
    display: block;
    width: 25%;
    float: left;
    padding-left: 30px;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 1.5%;
    height: 50px;
}

#index_page .swiper-slide .slide3 .cp-type a.product-a {
    padding-left: 75px;
    height: 50px;
    color: #0359ac;
    font-size: 14px;
    font-weight: 700;
    background: url(../Image/about-a-bg.png) no-repeat left 30px top;
    padding-top: 0.5%;
}

#index_page .swiper-slide .slide3 .cp-type a.product-a i {
    background: #0359ac;
}

#index_page .swiper-slide .slide3 .cp-type a.product-a:hover {
    text-shadow: 2px 2px 2px rgb(33, 91, 157,0.4);
}

#index_page .swiper-slide .slide3 .cp-type a i {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
    left: 0;
    top: 21%;
}

#index_page .swiper-slide .slide3 .cp-type a em {
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #0359ac;
    left: 30px;
    bottom: -4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .swiper-slide .slide3 .cp-type a:hover em {
    width: 106px;
}

#index_page .swiper-slide .slide3 .cp-list-box {
    margin-top: 4%;
}

#index_page .swiper-slide .slide3 .swiper-container-cp-list .imgbox {
    width: 100%;
    height: 304px;
    background: #fff;
    margin-bottom: 5px;
}

#index_page .swiper-slide .slide3 .swiper-container-cp-list .title {
    height: 76px;
    background-color: #ffffff;
    box-shadow: 0px 3px 9px 0px  rgba(178, 178, 178, 0.3);
    padding: 5%;
    text-align: center;
    font-size: 18px;
    color: #353535;
    word-wrap: break-word;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .swiper-slide .slide3 .swiper-container-cp-list .swiper-slide:hover .title {
    color: #ffffff;
    background-color: #0359ac;
    box-shadow: 0px 3px 9px 0px  rgba(178, 178, 178, 0.3);
}

#index_page .swiper-slide .slide4>main {
    margin-top: 70px;
    height: calc(100% - 70px);
    position: relative;
}

#index_page .swiper-slide .slide4 .titlebox {
    position: relative;
    z-index: 4;
}

#index_page .swiper-slide .slide4 .titlebox .fir {
    font-size: 56px;
    color: #fff;
    font-family: thyFont5;
    margin-top: 2%;
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#index_page .ani-slide .slide4 .titlebox .fir {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
}

#index_page .swiper-slide .slide4 .titlebox .fir span {
    font-size: 88px;
}

#index_page .swiper-slide .slide4 .titlebox .sec {
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    transition-delay: 0.1s;
}

#index_page .ani-slide .slide4 .titlebox .sec {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
}

#index_page .swiper-slide .slide4 .lunbo-out {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left {
    width: 45%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-right {
    width: 60%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left .text {
    width: 100%;
    height: 100%;
    padding: 18% 7% 0 7%;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left .text .title {
    font-size: 24px;
    color: #202020;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3%;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left .text .des {
    font-size: 16px;
    color: #727272;
    line-height: 32px;
    text-transform: uppercase;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left .text span {
    display: block;
    padding-left: 50px;
    line-height: 50px;
    color: #0359ac;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    background: url(../Image/about-a-bg.png) no-repeat left center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-top: 5%;
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-left .text span:hover {
    text-shadow: 2px 2px 2px rgb(33, 91, 157,0.4);
}

#index_page .swiper-slide .slide4 .lunbo-out .lunbo-right .imgbox {
    width: 100%;
    height: 100%;
    background: #fff;
}

#index_page .swiper-slide .slide4 .swiper-button-next-lunbo {
    width: 70px;
    height: 70px;
    background: #0359ac url("../Image/anli-right.png") no-repeat center;
    top: inherit;
    bottom: 0;
    right: 0;
}

#index_page .swiper-slide .slide4 .swiper-button-prev-lunbo {
    width: 70px;
    height: 70px;
    background: #0359ac url("../Image/anli-left.png") no-repeat center;
    top: inherit;
    bottom: 0;
    left: 0;
}

#index_page .swiper-slide .slide4 .swiper-button-next:after {
    display: none;
}

#index_page .swiper-slide .slide4 .swiper-button-prev:after {
    display: none;
}

#index_page .swiper-slide .slide4 .butbox {
    width: 20%;
    height: 70px;
    background: #0359ac;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
}

#index_page .swiper-slide .slide4 .swiper-pagination-anli {
    color: #fff;
    font-size: 20px;
    bottom: inherit;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*关于我们内页*/
.about-inner-title .fir{
    color: #131313;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
}
.about-inner-title .sec{
    color: #131313;
    font-size: 24px;
    margin:2% 0 3% 0;
}
.about-inner-fir{
    padding:4% 0;
}
.about-inner-fir .a-fir-left{
    float: left;
    width:50%;
    text-align: justify;
}
.about-inner-fir .line{
    width: 42px;
    height: 2px;
    background-color: #b5b5b5;
    margin-bottom: 1%;
}
.about-inner-fir .thr{
    color: #919191;
    font-size: 14px;
    line-height: 29px;
}
.about-inner-fir .imgbox{
    width: 47%;
    height: 496px;
    overflow: hidden;
    float: right;
}
.about-inner-fir .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*animation: imgScale 10s ease-in-out infinite alternate;
    -webkit-animation: imgScale 10s ease-in-out infinite alternate;*/
}
.about-inner-sec{
    padding:4% 0;
    background:url("../Image/about-inner-sec-bg.jpg") no-repeat center / cover;
}
.about-inner-sec .tbox{
    text-align: center
}
.about-inner-sec .tbox .fir{
    font-size: 38px;
    color:#fff;
    font-weight: 700;
}
.about-inner-sec .tbox .sec{
    font-size: 16px;
    color: #969696;
    line-height: 30px;
    padding: 1.5% 0 3% 0;
}
.about-inner-sec .tbox .line{
    width:100%;
    height: 1px;
    background: #969696;
}
.about-inner-sec .a-sec-left{
    float: left;
    width:45%;
}
.about-inner-sec .a-sec-right{
    float: right;
    width:45%;
}
.about-inner-sec .a-i-sec-box{
    width: 80%;
    margin: 4% auto 0 auto;
}
.about-inner-sec .a-sec-list{
    text-align:center;
}
.about-inner-sec .a-sec-list img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.about-inner-sec .a-sec-list .t1{
    font-size:24px;
    color: #ffffff;
    font-weight: 700;
    margin: 3% 0;
}
.about-inner-sec .a-sec-list .t2{
    font-size:16px;
    color: #969696;
}
.about-inner-sec  .a-sec-left-bottom .a-sec-list{
    float: left;
    width:50%;
}
.about-inner-sec .a-sec-right .a-sec-list{
     margin-top: 10%;
 }


.about-inner-thr{
    padding:4% 0;
}
.about-inner-thr .top-left{
    float: left;
}
.about-inner-thr .top-left .fir{
    color: #171717;
    font-size: 32px;
    font-weight: 700;
}
.about-inner-thr .top-left .sec{
    color: #919191;
    font-size: 16px;
    margin-top: 1%;
}
.about-inner-thr .top-right{
    float: right;
    width:65%;
    margin-top: 1%;
}
.about-inner-thr .top-right a{
    display: block;
    float: right;
    padding:0 3%;
    line-height: 36px;
    background: #f4f4f4;
    color:#1a1a1a;
    font-size: 16px;
    margin-left: 1%;
    position: relative;
}
.about-inner-thr .top-right a:after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-width: 10px;
    border-style: solid dashed dashed dashed;
    border-color: #0d58b0 transparent transparent transparent;
    bottom: -20PX;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    opacity: 0;
}
.about-inner-thr .top-right a.active{
    background: #0d58b0;
    color:#fff;
    line-height: 50px;
    padding:0 5%;
    transform: translateY(-16%);
    font-weight: 700;
}
.about-inner-thr .top-right a:hover{
    background: #0d58b0;
    color:#fff;
    line-height: 50px;
    padding:0 5%;
    transform: translateY(-16%);
    font-weight: 700;
}
.about-inner-thr .top-right a.active:after{
    opacity: 1;
}
.about-inner-thr .top-right a:hover:after{
    opacity: 1;
}
.about-inner-thr .swiper-container-list .imgbox{
    width:100%;
    height: 306px;
    overflow: hidden;
}
.about-inner-thr .swiper-container-list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.about-inner-thr .swiper-container-list .imgbox:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about-inner-thr .img-list{
    position: relative;
    margin-top: 4%;
    display: none;
}
.about-inner-thr .swiper-button-prev{
    width: 30px;
    height: 112px;
    background: #f1f1f1 url(../Image/a-thr-left.png) no-repeat center;
    margin: 0;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.about-inner-thr .swiper-button-prev:hover{
    background: #0d58b0 url(../Image/a-thr-left1.png) no-repeat center;
}
.about-inner-thr .swiper-button-next{
    width: 30px;
    height: 112px;
    background: #f1f1f1 url(../Image/a-thr-right.png) no-repeat center;
    margin: 0;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.about-inner-thr .swiper-button-next:hover{
    background: #0d58b0 url(../Image/a-thr-right1.png) no-repeat center;
}
.about-inner-thr .swiper-button-prev:after{
    display: none;
}
.about-inner-thr .swiper-button-next:after{
    display: none;
}
.about-inner-thr .a-thr-text{
    padding-bottom: 5%;
    border-bottom:1px solid #dfdfdf;
}
.about-inner-thr .a-thr-text .title{
    color: #171717;
    font-size: 28px;
    font-weight: 700;
    margin: 3% 0 2% 0;
}
.about-inner-thr .a-thr-text .a-thr-text-list{
    width:48%;
    float: left;
    color: #919191;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.about-inner-thr .a-thr-text .a-thr-text-list:nth-child(2){
    float: right;
}
.about-inner-thr .zhanlue{
    margin-top: 4%;
}
.about-inner-thr .zhenlue-list{
    float: left;
    width:48%;
}
.about-inner-thr .zhenlue-list:nth-child(2){
    float: right;
}
.about-inner-thr .zhenlue-list .imgbox{
    float: left;
    width:25%;
    height: 200px;
    overflow: hidden;
}
.about-inner-thr .zhenlue-list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.about-inner-thr .zhenlue-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about-inner-thr .zhenlue-list .con{
    float: right;
    width:72%;
}
.about-inner-thr .zhenlue-list .con .title{
    color: #171717;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4%;
}
.about-inner-thr .zhenlue-list .con .des{
    color: #919191;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}



.inner-product .inner-product-left {
    width: 20%;
    float: left;

}

.inner-product .inner-product-right {
    width: 100%;
}

.inner-product ul li {
    float: left;
    width: 25%;
    margin-bottom: 2%;
}
.inner-product ul li a{
    display: block;
    width:100%;
    height: 100%;
    position: relative;
}
.inner-product ul li a .support_hover{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-product ul li:hover a .support_hover {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;

}
.inner-product ul li a .support_hover p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color:#fff;
    font-size:16px;
    text-align:center;
    letter-spacing: 1px;
}



.inner-product ul li .imgbox {
    width: 100%;
    height: 268px;
    position: relative;
    overflow: hidden;
}

.inner-product ul li .imgbox img {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    max-width: 85%;
    max-height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.side-top {
    width: 100%;
    line-height: 85px;
    background: #0359ac;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-top: 1px solid #0b4485;
    font-family: thyFont5;
}

.sidebox .ulBox {
    border: solid 1px #d3d3d3;
    border-bottom: none;
}

.sidebox .ulBox>ul>li>a {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    padding: 5% 9% 5% 5%;
    margin-bottom: 1.5%;
}

.sidebox .ulBox>ul>li>a:hover {
    color: #0359ac;
}

.sidebox .ulBox>ul>li {
    position: relative;
    width: 100%;
    float: inherit;
    background: #eee;
    margin: 0;
}

.sidebox .ulBox>ul>li .show_list {
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.sidebox .ulBox>ul>li:first-child .show_list {
    display: block;
}

.sidebox .ulBox>ul>li>i {
    transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
    position: absolute;
    right: 2%;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url("../Image/pro-more.png") no-repeat center;
}

.sidebox .ulBox>ul>li.active>i {
    background: url("../Image/pro-more1.png") no-repeat center;
}

.sidebox .ulBox>ul>li.active>a {
    background: #3775bb;
    color: #fff;
}

.sidebox .ulBox>ul>li>ul>li {
    border-bottom: 1px dashed #ededed;
    float: inherit;
    width: 100%;
    margin: 0;
}

.sidebox .ulBox>ul>li:last-child {
}

.sidebox .ulBox>ul>li>ul>li>a {
    font-size: 14px;
    color: #969696;
    display: block;
    background: #fff;
    padding: 5% 4% 5% 4%;
}

.sidebox .ulBox>ul>li>ul>li>a>span {
    display: inline-block;
    margin-right: 10px;
}

.sidebox .ulBox>ul>li>ul>li:hover>a {
    color: #1e50ae;
}

.inner-product {
    padding-bottom: 3.5%;
}

.inner-product-right-top .imgbox {
    float: left;
    width: 50%;
    height: 360px;
    border: 1px solid #d6d6d6;
    padding: 2%;
}

.inner-product-right-top .swiper-container-innerproduct {
    width: 100%;
    height: 100%;
}

.inner-product-right-top .swiper-container-innerproduct .pic {
    width: 100%;
    height: 100%;
}

.inner-product-right-top .text {
    float: right;
    width: 45%;
    padding-top: 2%;
}

.inner-product-right-top .text .text-list .fir {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
}

.inner-product-right-top .text .text-list .sec {
    color: #4e4e4e;
    font-size: 20px;
    margin: 2% 0;
}

.inner-product-right-top .text .text-listsec {
    margin-top: 4%;
}

.inner-product-right-top .text .text-lx {
    margin-top: 4%;
    position: relative;
    padding: 6% 0 0 0;
    border-top: 1px solid #cbcbcb;
}

.inner-product-right-top .text .text-lx p {
    color: #777777;
    font-size: 16px;
    line-height: 35px;
}

.inner-product-right-top .text .text-lx a {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 128px;
    line-height: 43px;
    background-color: #0d58b0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.inner-product-right-top .text .text-lx a:hover {
    background: #3e7cc1;
}

.inner-product-right-bottom {
    border: 1px solid #d6d6d6;
    color: #787878;
    line-height: 32px;
    font-size: 18px;
    padding: 0 2%;
    margin-top: 3%;
}

.inner-product-right-bottom p strong {
    display: block;
}

.inner-product-right-bottom strong.b_title {
    color: #242424;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 2%;
}

.inner-product-right-bottom table {
    width: 100% !important;
    margin: 0 auto;
    border: 1px solid #d6d6d6;
}

.inner-product-right-bottom table tr:nth-child(odd) {
    background: #f0f0f0;
}

.inner-product-right-bottom table tr td {
    line-height: 45px;
    font-size: 16px;
    color: #787878;
    padding-left: 0.8%;
    word-break: break-all;
    word-wrap: break-word;
}

.inner-product-right-bottom img {
    display: block;
    max-width: 75%;
    margin: 2% auto;
}

.pagesec p {
    width: 100%!important;
    height: 45px;
    line-height: 45px;
    text-indent: 35px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #999;
}

.pagesec p:nth-child(1) {
    background: url("../Image/prev1.png") left 5px center no-repeat;
    background-size: 18px 18px
}

.pagesec p:nth-child(2) {
    background: url("../Image/next1.png") left 5px center no-repeat;
    background-size: 18px 18px
}

.inner-contact {
    background: #f4f4f4;
    padding: 4% 0;
}

.inner-contact-list {
    padding-bottom: 3%;
    border-bottom: 1px solid #d2d2d2;
}

.inner-contact-list-left {
    float: left;
    width: 50%;
}

.inner-contact-list-left .fir {
    color: #202020;
    font-size: 36px;
    font-family: thyFont5;
    padding-left: 50px;
    background: url("../Image/contact-img.png") no-repeat left center;
}

.inner-contact-list-left .sec {
    color: #838383;
    font-size: 18px;
    margin-top: 3%;
}

.inner-contact-list-right {
    float: left;
    width: 50%;
    text-align: right;
}

.inner-contact-list-right .fir {
    color: #777777;
    font-size: 28px;
    font-family: thyFont5;
}

.inner-contact-list-right .sec {
    color: #0359ac;
    font-size: 36px;
    font-family: thyFont5;
}

.inner-contact-list-sec {
    padding-top: 3%;
}

.inner-contact-list-sec .i-left {
    float: left;
    width: 50%;
}

.inner-contact-list-sec .i-right {
    float: left;
    width: 50%;
}

.inner-contact-list-sec .i-left p {
    color: #666666;
    font-size: 18px;
    line-height: 40px;
}

.inner-contact-list-sec .i-right img {
    max-width: 30%;
    float: right;
}

.inner-contactsec {
    background-color: #fff;
    padding: 4% 0;
}

.inner-contactsec .a1 input[type=text] {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    outline: none;
    text-indent: 5%;
    padding-left: 0;
}

.inner-contactsec .a1 input:last-child {
    margin-right: 0;
}

.inner-contactsec .a1 textarea {
    width: 100%;
    height: 208px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    outline: none;
    padding: 1.5%;
    margin: 2% 0;
}

.inner-contactsec .a1.v-code input {
    width: 20%;
    margin-right: 2%;
}

.inner-contactsec .a1.v-code img {
    width: 10%;
    height: 60px;
}

.inner-contactsec .a1.v-code input.tijiao {
    float: right;
    line-height: 60px;
    background-color: #0359ac;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-family: thyFont6;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.inner-contactsec .a1.v-code input.tijiao:hover {
    background-color: #3e7cc1;
}
/*phonefooter*/
#footer_phone
{
    background: #0d58b0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}

#footer_phone a {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    float: left;
    display: block;
    /*text-align: center;*/
    background-repeat: no-repeat;
    background-position: 13% center;
    padding-left: 12%;
    font-size: 12px;
    color: #fff;
}

#footer_phone a:first-of-type {
    background-image: url("../Image/fot_sy.png");
    padding-left: 15%;
    background-position-x: 27%;
}

#footer_phone a:nth-of-type(2) {
    background-image: url("../Image/fot_ly.png");
}

#footer_phone a:last-of-type {
    border-right: 0;
    background-image: url("../Image/fot_zx.png");
    background-position-x: 36%;
    padding-left: 17%;
}

.jobs-type {
    padding: 4% 0;
    background: #f8f8f8;
}

.jobs-type .title {
    color: #1f1f1f;
    font-size: 48px;
    font-family: thyFont5;
    padding-bottom: 1%;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.jobs-list {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-top: 3%;
}

.jobs-list:nth-child(4n) {
    margin-right: 0;
}

.jobs-list .imgbox {
    width: 100%;
    height: 242px;
    border: solid 1px #eaeaea;
    background: #fff;
}

.jobs-list .des {
    background: #fff;
    border: solid 1px #eaeaea;
    border-top: none;
    padding: 6% 2%;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.jobs-list:hover .des {
    background: #0359ac;
}

.jobs-list .des .fir {
    color: #1f1f1f;
    font-size: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.jobs-list:hover .des .fir {
    color: #fff;
}

.jobs-list .des .sec {
    color: #1f1f1f;
    font-size: 20px;
    margin-top: 2%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.jobs-list:hover .des .sec {
    color: #fff;
}

.jobs-good {
    background: #fff;
    padding: 4% 0;
}

.jobs-good .title {
    color: #1f1f1f;
    font-size: 48px;
    font-family: thyFont5;
    padding-bottom: 1%;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.jobs-good-list {
    float: left;
    width: 33.33%;
}

.jobs-good-list .imgbox {
    width: 100%;
    height: 80px;
}

.jobs-good-list img {
    max-width: 100%;
    max-height: 100%;
}

.jobs-good-list .fir {
    color: #1f1f1f;
    font-size: 24px;
    margin: 2% 0;
}

.jobs-good-list .sec {
    color: #656565;
    font-size: 14px;
    line-height: 26px;
    padding-right: 5%;
    height: 150px;
}

.jobs-good-box {
    margin-top: 3%;
}

.jobs-listsec {
    padding: 3% 0 1.5% 0;
    border-bottom: 1px solid #c1c1c1;
}

.jobs-listsec .type {
    font-size: 20px;
    margin-bottom: 1%;
}

.jobs-listsec .type-liebiao a {
    position: relative;
    display: inline-block;
    margin-right: 2%;
    font-size: 16px;
    color: #8e8e8e;
}

.jobs-listsec .type-liebiao a:hover {
    color: #0359ac;
}

.jobs-listsec .type-liebiao a:after {
    display: block;
    position: absolute;
    content: "";
    right: -7%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #8e8e8e;
}

.jobsboxsec {
    margin-top: 4%;
}

.inner_news_content {
    line-height: 30px;
    font-size: 15px;
    color: #333;
}

.swiper-container-innerproduct .swiper-button-white {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 15px 25px;
}

.swiper-container-innerproduct .swiper-button-next:hover {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.swiper-container-innerproduct .swiper-button-white {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-size: 15px 25px;
}

.swiper-container-innerproduct .swiper-button-next:after {
    font-size: 15px;
}

.swiper-container-innerproduct .swiper-button-prev:after {
    font-size: 15px;
}

.moive-show {
    width: 100%;
    height: 100%;
}



.izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 10px;
    padding-bottom: 73px;
    z-index: 999;
    background: url(../Image/r_b.png) 0px bottom no-repeat;
}

.izl-rmenu .btn {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    display: block;
}

.izl-rmenu .btn-qq {
    background: url(../Image/r_facebook.png) center no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}

.izl-rmenu .btn-yt {
    background: url(../Image/r_yt.png) center no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-yt:hover {
    background-color: #488bc7;
}

.izl-rmenu .btn-wx {
    background: url(../Image/r_wx.png) center no-repeat;
    background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .btn-phone {
    background: url(../Image/r_phone.png) center no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-email {
    background: url(../Image/r_yj.png) center no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-phone:hover {
    background-color: #488bc7;
}

.izl-rmenu .btn-email:hover {
    background-color: #488bc7;
}

.izl-rmenu .btn-phone .phone {
    background-color: #488bc7;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 60px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-email .email {
    background-color: #488bc7;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 60px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../Image/r_top.png) center no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}


.banner .swiper-slide{
    width: 100%!important;
}
.banner .swiper-slide1 .slide-inner {
    background: url("../Image/bg1.jpg") no-repeat center / cover;
}
.banner .swiper-slide2 .slide-inner {
    background: url("../Image/about-bg3.jpg") no-repeat center / cover;
}

.banner .swiper-slide1 .slide-inner .banenr1-img{
    position: absolute;
    width:100%;
    left:0;
    top:26%;

}
.banner .swiper-slide1 .slide-inner .banenr1-img .fir{
    color: #ffffff;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-200px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.banner .swiper-slide1.move .slide-inner .banenr1-img .fir{
    opacity: 1;
    transform: translateX(0);
}
.banner .swiper-slide1 .slide-inner .banenr1-img .sec{
    color: #ffffff;
    font-size: 62px;
    font-family: pangmeng;
    margin: 1.5% 0;
    opacity: 0;
    transform: translateX(-200px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-delay: 0.3s;
}
.banner .swiper-slide1.move .slide-inner .banenr1-img .sec{
    opacity: 1;
    transform: translateX(0);
}
.banner .swiper-slide1 .slide-inner .banenr1-img .thr{
    color: #ffffff;
    font-size: 24px;
    opacity: 0;
    transform: translateX(-200px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-delay: 0.6s;
}
.banner .swiper-slide1.move .slide-inner .banenr1-img .thr{
    opacity: 1;
    transform: translateX(0);
}
.banner .swiper-slide1 .slide-inner .banenr1-img a{
    display: block;
    width: 154px;
    line-height: 43px;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
    color:#fff;
    font-size: 16px;
    text-align:center;
    margin-top: 3%;
    border:1px solid #fff;
    opacity: 0;
    transform: translateX(-200px);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-delay: 0.9s;
}
.banner .swiper-slide1.move .slide-inner .banenr1-img a{
    opacity: 1;
    transform: translateX(0);
}
.banner .swiper-slide1 .slide-inner .banenr1-img a:after{
    content:"";
    display:block;
    position:absolute;
    top:-38px;
    left:-35px;
    width: 98%;
    height: 170%;
    background:#004392;
    transform:rotate(-45deg) translateY(-85%);
    transition:all .5s;
    z-index:-1;
}
.banner .swiper-slide1 .slide-inner .banenr1-img a:before{
    content:"";
    display:block;
    position:absolute;
    top:15px;
    right:-30px;
    width: 110%;
    height: 170%;
    background:#004392;
    transform:rotate(-45deg) translateY(100%);
    transition:all .5s;
    z-index:-1;
}
.banner .swiper-slide1 .slide-inner .banenr1-img a:hover:after{
    transform:rotate(-45deg) translateY(15%);
}
.banner .swiper-slide1 .slide-inner .banenr1-img a:hover:before{
    transform:rotate(-45deg) translateY(-7%);
}



@keyframes imgScale{
    from{
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    to{
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }
}

/*公司简介*/
.company{
    padding:5% 0;
}
.company .c-left{
    float: left;
    width:50%;
}

.company .c-left .img{
    width:100%;
    margin: 6% 0;
}
.company .c-left a{
    display: block;
    width:65px;
    height: 65px;
    background: #0d58b0;
    color:#fff;
    font-size:14px;
    text-align:center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.company .c-left a:hover{
    background: none;
}
.company .c-left a span{
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.company .c-left a:hover span{
    color:#0084ff;
}
.company .c-left a i{
    display: block;
    width:0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #f5f5f5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.company .c-left a:hover i{
    width:100%;
    height: 100%;
}
.company .c-right{
    float:right;
    width:45%;
}
.company .c-right .cut{
    float: right;
    text-align:right;
    width:106px;
    line-height: 28px;
    color: #1b1b1b;
    font-size: 16px;
    position: relative;
}
.company .c-right .cut i{
    display: block;
    position: absolute;
    width:28px;
    height: 28px;
    background: url("../Image/company-i.png") no-repeat center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    border:1px solid #c1c1c1;
    border-radius: 20px;
}
.company .c-right .c-right-item{
    margin-top: 26%;
}
.company .c-right .c-right-list{
    float: left;
    width:50%;
}
.company .c-right .c-right-list .yuan{
    width:70px;
    height: 70px;
    background:#f5f5f5;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    float: left;
}
.company .c-right .c-right-list .yuan .imgbox{
    position: absolute;
    width:100%;
    height: 100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.company .c-right .c-right-list:nth-child(1) .yuan .imgbox{
    background: url("../Image/c-right-1.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(1):hover .yuan .imgbox{
    background: url("../Image/c-right-11.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(2) .yuan .imgbox{
    background: url("../Image/c-right-2.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(2):hover .yuan .imgbox{
    background: url("../Image/c-right-22.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(3) .yuan .imgbox{
    background: url("../Image/c-right-3.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(3):hover .yuan .imgbox{
    background: url("../Image/c-right-33.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(4) .yuan .imgbox{
    background: url("../Image/c-right-4.png") no-repeat center;
}
.company .c-right .c-right-list:nth-child(4):hover .yuan .imgbox{
    background: url("../Image/c-right-44.png") no-repeat center;
}
.company .c-right .c-right-list .yuan i{
    display: block;
    width:0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #0d58b0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.company .c-right .c-right-list:hover .yuan i{
    width:100%;
    height: 100%;
}
.company .c-right .c-right-list .text{
    float: left;
    padding-left: 3.5%;
}
.company .c-right .c-right-list .text .fir{
    color: #313131;
    font-size: 22px;
    margin-top: 7%;
}
.company .c-right .c-right-list .text .sec{
    color: #b8b8b8;
    font-size: 16px;
    margin-top: 1%;
}
.company .c-right .c-right-list:nth-child(-n+2){
    margin-bottom: 12%;
}
.company .c-right .title{
    text-align:center;
    color: #393939;
    font-size: 16px;
    margin-top: 14%;
}

/*产品一览*/
.cpbox{
    padding:5% 0;
    background: url("../Image/cpbg.jpg") no-repeat top center;
}
.cpbox .firbox .f-left{
    float: left;
}
.cpbox .firbox .f-left .fir{
    color:#fff;
    font-size: 137px;
    font-family: thyFont2;
}
.cpbox .firbox .f-left .sec{
    color:rgba(255,255,255,0.5);
    font-size: 16px;
}
.cpbox .firbox .f-right{
    float: right;
    text-align:right;
}
.cpbox .firbox .f-right .fir{
    color:#fff;
    font-size: 34px;
    margin-top: 13%;
}
.cpbox .firbox .f-right .sec{
    color:rgba(255,255,255,0.5);
    font-size: 16px;
    line-height: 34px;
    margin-top: 10%;
}
.cpshow{
    background: #fff;
    padding:1.5%;
    margin-top: 5%;

}
.cpshow-inner{
    width:100%;
    margin:0 auto;
}

.cpshow ul li{
    float: left;
    width:400px;
    margin-right: 20px;
    height: 330px;
}
.cpshow ul li .imgbox{
    width:100%;
    height: 100%;
    position: relative;
}
.cpshow ul li .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.cpshow ul li .imgbox .mask{
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.cpshow ul li:hover .imgbox .mask{
    opacity: 1;
    width: 100%;
    height: 100%;
}
.cpshow ul li .imgbox .mask a {
    display: block;
    width: 100%;
    height: 100%;
}
.cpshow ul li .imgbox .w0{
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cpshow ul li .imgbox .w0:before{
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cpshow ul li .imgbox .w0:after {
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.cpshow ul li .imgbox:hover .w0:before, .cpshow ul li .imgbox:hover .w0:after {
    width: 100%;
}
.cpshow ul li .imgbox .w0 a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    opacity: 0;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.cpshow ul li:hover .imgbox .w0 a {
    opacity: 1;
}
.cpbox .cpbottom p{
    float: left;
    color: #393939;
    font-size: 16px;
    line-height: 65px;
}
.cpbox .cpbottom a{
    display: block;
    float: right;
    width: 65px;
    height: 65px;
    background: #0d58b0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.cpbox .cpbottom a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.cpbox .cpbottom a:hover span{
    color: #0084ff;
}
.cpbox .cpbottom a:hover{
    background: none;
}
.cpbox .cpbottom a i{
    display: block;
    width: 0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #f5f5f5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.cpbox .cpbottom a:hover i{
    width: 100%;
    height: 100%;
}
.cpbox .cpbottom{
    padding-bottom:4%;
    border-bottom:1px solid #e7e7e7;
}


/*新闻*/
.xinwen{
    padding-bottom:5%;
    background: url("../Image/xinwenbg.png") no-repeat center top;
}
.xinwen .biaoti .b-left{
    float: left;
    width:48%;
}
.xinwen .biaoti .b-right{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width:30%;
    float: right;
    margin-top: 4%;
}
.xinwen .biaoti .b-right a{
    display: block;
    width:30%;
    text-align:center;
    color: #131313;
    font-size: 18px;
    position: relative;
}
.xinwen .biaoti .b-right a:after{
    content:"";
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #c2c2c2;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: -1;
}
.xinwen .biaoti .b-right a:hover{
    font-size: 22px;
    font-weight: 700;
}
.xinwen .biaoti .b-right a.active{
    font-size: 22px;
    font-weight: 700;
}
.xinwen .biaoti .b-right a:hover:after{
    bottom: -2px;
    width: 67px;
    height: 12px;
    background-color: #2d8eff;
}
.xinwen .biaoti .b-right a.active:after{
    bottom: -2px;
    width: 67px;
    height: 12px;
    background-color: #2d8eff;
}
.xinwenout .xinwen-list{
    float: left;
    width:25%;
    margin-right: 12%;
}
.xinwenout .xinwen-list:last-child{
    margin-right: 0;
}
.xinwenout .xinwenbox{
    display: none;
    margin: 4% 0 3% 0;
}
.xinwenout .xinwen-list .time{
    color: #262626;
    font-family: pangmeng;
    font-size: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.xinwenout .xinwen-list:hover .time{
    color:#0d58b0;
}
.xinwenout .xinwen-list .time span{
    color: #838181;
    font-family: pangmeng;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.xinwenout .xinwen-list:hover .time span{
    color:#0d58b0;
}
.xinwenout .xinwen-list .title{
    color: #2b2b2b;
    font-size: 18px;
    margin: 5% 0 4% 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.xinwenout .xinwen-list:hover .title{
    color:#0d58b0;
}
.xinwenout .xinwen-list .con{
    color: #747474;
    font-size: 16px;
    line-height: 25px;
}
.xinwen-bottom{
    position: relative;
    margin-top: 8%;
}
.xinwen-bottom em{
    position: absolute;
    display: block;
    width:80%;
    height: 1px;
    background: #dedede;
    top:50%;
    left:51%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.xinwen-bottom .cut{
    float: left;
    text-align: right;
    width: 106px;
    line-height: 65px;
    color: #1b1b1b;
    font-size: 16px;
    position: relative;
}
.xinwen-bottom .cut i{
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../Image/company-i.png) no-repeat center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
}
.xinwen-bottom a{
    display: block;
    float: right;
    width: 65px;
    height: 65px;
    background: #0d58b0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.xinwen-bottom a span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.xinwen-bottom a i{
    display: block;
    width: 0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #f5f5f5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.xinwen-bottom a:hover{
    background: none;
}
.xinwen-bottom a:hover span {
    color: #0084ff;
}
.xinwen-bottom a:hover i{
    width: 100%;
    height: 100%;
}


/*留言*/
.conbox{
    padding:4% 0;
    background: url("../Image/conbg.jpg") no-repeat center / cover;
}
.conbox .c-left{
    float: left;
    width:68.5%;
    background: #fff;
    padding:3%;
    height: 465px;
}
.conbox .c-left .fir{
    color: #000000;
    font-size: 26px;
}
.conbox .c-left .sec{
    color: #949494;
    font-size: 14px;
    margin-top: 1%;
}
.conbox .c-left .f-top{
    margin-top: 3%;
}
.conbox .c-left .f-top input{
    float: left;
    width:49%;
    line-height: 40px;
    border: solid 2px #dcdcdc;
    text-indent: 20px;
    background: #fff;
    outline: none;
    margin-bottom: 1.5%;
    margin-right: 2%;
}
.conbox .c-left .f-top input:nth-child(2n){
    margin-right:0;
}
.conbox .c-left textarea{
    display: block;
    width:100%;
    height: 90px;
    border: solid 2px #dcdcdc;
    padding:20px;
    resize: none;
    background: #fff;
    outline: none;
    font-family: "Microsoft YaHei";
}
.conbox .c-left .f-bottom{
    margin-top: 3%;
}
.conbox .c-left .f-bottom button{
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    background: #0d58b0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.conbox .c-left .f-bottom button:hover{
    background: none;
}
.conbox .c-left .f-bottom button span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.conbox .c-left .f-bottom button:hover span{
    color: #0084ff;
}
.conbox .c-left .f-bottom button i{
    display: block;
    width: 0;
    height: 0;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    background: #f5f5f5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.conbox .c-left .f-bottom button:hover i{
    width:100%;
    height: 100%;
}
.conbox .c-left .f-bottom p{
    float: right;
    line-height: 65px;
    color: #393939;
    font-size: 16px;
    letter-spacing: 1px;
}
.conbox .c-right{
    float: right;
    height: 465px;
    background: #fff;
    padding:3%;
    width:30%
}
.conbox .c-right .fir{
    color: #000000;
    font-size: 26px;
}
.conbox .c-right-list{
    padding-left: 40px;
    padding-top: 9%;
    padding-bottom: 10%;
    border-bottom: 1px solid #eee;
}
.conbox .c-right-list .f1{
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}
.conbox .c-right-list .f2{
    color: #181818;
    font-size: 16px;
    margin-top: 3%;
}
.conbox .c-right-list:nth-child(2){
     background: url("../Image/c-right-list-1.png") no-repeat left top 34%;
 }
.conbox .c-right-list:nth-child(3){
    background: url("../Image/c-right-list-2.png") no-repeat left top 34%;
}
.conbox .c-right-list:nth-child(4){
    background: url("../Image/c-right-list-3.png") no-repeat left top 34%;
}

    /*底部*/
.footerbox{
    background: #fff;
}

.footerbox .footer-bottom{
    padding:2.5% 0;
}
.footerbox .footer-bottom .f-bottom-left{
    float: left;
    width:22%;
}
.footerbox .footer-bottom .f-bottom-center{
    float: left;
    width: 28%;
    position: relative;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin-left: 2%;
}

.footerbox .footer-bottom .f-bottom-left img{
    max-width: 100%;
}
.footerbox .footer-bottom .f-bottom-left .text{
    color: #a2a2a2;
    font-size: 14px;
    margin-top: 3%;
}
.footerbox .footer-bottom .f-bottom-left .text a{
    color: #a2a2a2;
}
.footerbox .footer-bottom .f-bottom-left .text span{
    color: #2b2b2b;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 1%;
}
.footerbox .titlebig{
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5%;
    padding-left: 12%;
}
.footerbox .footer-bottom .abox a{
    float: left;
    color: #a2a2a2;
    font-size: 16px;
    margin-bottom: 4%;
    margin-left: 12%;
}
.footerbox .footer-bottom .abox a:hover{
    color:#004392;
    padding-left: 0.5%;
}
.footerbox .f-bottom-centersec{
    float: left;
    width:37%;
}
.footerbox .f-bottom-centersec .titlebig{
    margin-bottom: 3%;
    padding-left: 11%;
}
.footerbox .f-bottom-centersec .fp-c-sec{
    float: left;

}
.footerbox .f-bottom-centersec .fp-c-sec p{
    color: #a2a2a2;
    font-size: 16px;
    margin-bottom: 6%;
}
.footerbox .f-bottom-centersec .fp-c-sec:nth-child(1) .fir{
    margin-bottom: 17%;
}
.footerbox .f-bottom-centersec .fp-c-sec:nth-child(1){
    margin-left: 11%;
}
.footerbox .f-bottom-centersec .fp-c-sec:nth-child(2){
    margin-left: 5%;
}
.footerbox .footer-bottom .f-bottom-right{
    float: right;
    width:10%;
}
.footerbox .footer-bottom .f-bottom-right .erbox{
    width:100%;
    color:#1e1e1e;
    text-align:center;
    font-size:16px;
}
.footerbox .footer-bottom .f-bottom-right .erbox img{
    max-width:100%;
}


/*内页面包屑*/
.inner-location{
    padding:4% 0;
}
.inner-location .l-left{
    float: left;
}
.inner-location .l-left .fir{
    color: #1f1f1f;
    font-size: 36px;
}
.inner-location .l-left .sec{
    color: #8b8b8b;
    font-size: 16px;
    line-height: 30px;
    margin-top: 4%;
}
.inner-location .l-right{
    float: right;
    width: 50%;
}
.inner-location .l-right.case{
    margin-top: 2%;
}
.inner-location .l-right .l-right-top a{
    float: right;
    display: block;
    margin-left: 2%;
    width:70px;
    height: 70px;
    text-align:center;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    padding-top: 38px;

}
.inner-location .l-right .l-right-top a.active{
    color:#fff;
}
.inner-location .l-right .l-right-top a:hover{
    color:#fff;
}
.inner-location .l-right .l-right-top a:first-child{
    background: #f2f2f2 url("../Image/cars.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-top a:first-child:hover{
    background: #0359ac url("../Image/cars1.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-top a:first-child.active{
    background: #0359ac url("../Image/cars1.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-top a:nth-child(2){
    background: #f2f2f2 url("../Image/plane.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-top a:nth-child(2):hover{
    background: #0359ac url("../Image/plane1.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-top a:nth-child(2).active{
    background: #0359ac url("../Image/plane1.png") no-repeat top 16px center;
}
.inner-location .l-right .l-right-bottom{
    margin-top: 4%;
}
.inner-location .l-right .l-right-bottom a{
    display: block;
    float: right;
    position: relative;
    margin-left: 10%;
}
.inner-location .l-right .l-right-bottom a span{
    color: #1d1d1d;
    font-size: 18px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.inner-location .l-right .l-right-bottom a i{
    display: block;
    position: absolute;
    bottom:0;
    width:130%;
    height: 8px;
    background-color: #e9e9e9;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;

}
.inner-location .l-right .l-right-bottom a:hover span{
    color: #1d1d1d;
    font-weight: 700;
}
.inner-location .l-right .l-right-bottom a.active span{
    color: #1d1d1d;

    font-weight: 700;
}
.inner-location .l-right .l-right-bottom a:hover i{

    background-color: #1d90ff;
}
.inner-location .l-right .l-right-bottom a.active i{

    background-color: #1d90ff;
}


.case-list{
    float: left;
    width:24%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
    position: relative;
    overflow: hidden;
}
.case-list:nth-child(1){
    width:49.5%;
    margin-right: 1%;
}
.case-list:nth-child(2){
    width:49.5%;
    float: right;
    margin-right: 0;
}
.case-list:nth-child(6){
    margin-right: 0;
}
.case-list .imgbox{
    width:100%;
    height: 325px;
}
.case-list .case-hover{
    position: absolute;
    width:100%;
    height: 100%;
    top:100%;
    left:0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}
.case-list:hover .case-hover{
    top:0;
}
.case-list .case-hover p{
    position: absolute;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top:55%;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
    font-size: 22px;
    font-weight: 700;
    color:#fff;
    letter-spacing: 1px;
    text-align:center;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.case-list:hover .case-hover p{
    top:50%;
}
.c-inner-left{
    float: left;
    width:48%;
}
.c-inner-right{
    float: right;
    width:50%;
    height: 410px;
}

.c-inner-left .c-i-l-left .fir{
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}
.c-inner-left .c-i-l-left .sec{
    color: #181818;
    font-size: 16px;
    margin-top: 4%;
}
.c-inner-left .c-i-l-left .c-list{
    padding-left: 45px;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #dcdcdc;
}
.c-inner-left .c-list.add{
    background: url("../Image/c1.png") no-repeat left top;
}
.c-inner-left .c-list.tel{
    background: url("../Image/c2.png") no-repeat left top;
}
.c-inner-left .c-list.fax{
    background: url("../Image/c3.png") no-repeat left top;
}
.c-inner-left .c-list.email{
    background: url("../Image/c4.png") no-repeat left top;
}
.c-inner-left .c-i-l-right{
    float: left;
    width:40%;
    padding-left: 7%;
}
.c-inner-left .c-i-l-right .c-list:nth-child(2){
    margin-top: 38%;
    padding-top: 38%;
    border-top: 1px solid #dcdcdc;
}
.c-inner-left .c-i-l-right .fir{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
}
.c-inner-left .c-i-l-right .sec{
    color: #2c2c2c;
    font-size: 16px;
    margin-top: 5%;

}


.job_tab {
    background: #0d58b0;
}
.job_tab span {
    display: block;
    float: left;
    width: 20%;
    color: #ffffff;
    text-align: center;
    line-height:55px;
}
.job_text{
    margin-bottom: 5%;
}
.job_text li {

    background: #f1f1f1;
    border-bottom: 1px solid #fff;
}
.job_text li span {
    line-height: 56px;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 13px;
}
.jobs_req {
    display: none;
    box-sizing: border-box;
    padding: 2%;
    background: #f6f9fc;
    color: #ececec;
    font-size: 14px;
    line-height: 27px;
}
.req_text {
    width: 100%;
    color: #565454;
    font-size: 14px;
}
.jobs_req p a {
    color: #1e55af;
}
.allpagesider{
    position: fixed;
    width:185px;
    right:0;
    top:600px;
    z-index: 1000;
    transition: 0.5s;
}
.allpagesider.hide{
    -webkit-transform: translateX(185px);
    -moz-transform: translateX(185px);
    -ms-transform: translateX(185px);
    -o-transform: translateX(185px);
    transform: translateX(185px);
}
.allpagesider i{
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 40px;
    background: url(../Image/ful2.png) no-repeat center;
    background-size: 100% 100%;
    top: 0;
    left: -22px;
    cursor: pointer;
}
.allpagesider i.hidesec{
    background: url(../Image/ful1.png) no-repeat center;
    background-size: 100% 100%;
}
.allpagesider a{
    display: block;
    width:100%;
    line-height: 40px;
    background: #232323;
    position: relative;
    color:#fff;
    font-size:14px;
    padding-left: 10%;
    border-bottom:1px solid #464646;
}
.allpagesider a:hover{
    background: #0d58b0;
}
.allpagesider a img{
    display: block;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.allpagesider .erbox{
    width:100%;
    padding:5% 10% 5% 10%;
    color:#fff;
    font-size:14px;
    background: #232323;
    text-align:center;
    border-bottom:1px solid #464646;
}
.allpagesider .erbox img{
    max-width:70%;
}
.allpagesider .erbox p{
    margin-top: 2%;
}


/*解决方案内页*/
.jiejue{
    padding:2%;
    background: #f3f3f3;
    border-radius: 20px;
    margin: 4% 0;
}
.jiejue img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.jiejue img.jiejue11{
    display: none;
}
.jiejue img.jiejue22{
    display: none;
}

/*产品内页*/
.about-inner-thr .top-right{
    width:52%;
}
.pro-inner-youshi{
    padding:5% 0;
    background: url("../Image/pro-inner-youshi.jpg") no-repeat center / cover;
}
.pro-inner-youshi .about-inner-thr{
    padding:0;
}
.pro-inner-youshi .about-inner-thr .top-left .fir{
    color:#fff;
}
.pro-inner-youshi .about-inner-thr .top-left .sec{
    color:#919191;
}
.pro-inner-youshi .youshi-right{
    float: right;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.pro-inner-youshi .youshi-right p{
    position: relative;
    z-index: 2;
}
.pro-inner-youshi .youshi-right i{
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #0d58b0;
    border-radius: 20px;
    left:-12px;
    top:-7px;
    z-index: 1;
}
.pro-inner-youshi .youshi-list{
    float: left;
    width:25%;
    text-align:center;
    padding-top: 4%;
    border-top: 1px solid #828282;
    margin-top: 4%;
}
.pro-inner-youshi .youshi-list .t1{
    color: #ffffff;
    font-size: 30px;
}
.pro-inner-youshi .youshi-list .t2{
    color: #828282;
    font-size: 14px;
    margin: 3% 0 8% 0;
}
.pro-inner-youshi .youshi-list img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.tbox .fir{
     color: #161616;
     font-size: 34px;
     font-weight: 700;
 }
.tbox .sec{
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 5%;
}
.pro-inner-search .pro-inner-search-list{
    float: left;
    width:24.2%;

    margin-bottom: 3%;
    margin-right: 1%;
}
.pro-inner-search .pro-inner-search-list:nth-child(4n){
    margin-right: 0;
}
.pro-inner-search .pro-inner-search-list .imgbox{
    width:100%;
    height: 250px;
}
.pro-inner-search .pro-inner-search-list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.pro-inner-search .pro-inner-search-list .title{
    line-height: 45px;
    font-size:16px;
    color:#333;
    text-align:center;

}
.pro-inner-search .pro-inner-search-list:hover .title{
    color:#0d58b0;
}
.youtu-list{
    float: left;
    width:48%;
    margin-top: 3.5%;
}
.youtu-list .fir{
    font-size: 20px;
    margin-bottom: 2%;
    color: #333;
    font-weight: 700;
}
.youtu-list .sec{
    font-size:16px;
    color: #333;
    line-height: 30px;
    text-align: justify;
}
.youtu-list:nth-child(2){
    float: right;
}
.hsetext{
    padding:4% 0;
    color: #919191;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.hsetext .jianshu{
    color: #171717;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1%;
}
