@charset "UTF-8";


@font-face {
    font-family: 'thyFont2';  src: url("../fonts/BEBAS.ttf");
}
@font-face {
    font-family: 'pangmeng';  src: url("../fonts/pangmeng.TTF");
}


* {
    -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);
    }
}
/*类名*/


.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%;
    -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: 1.3%;
    width: 27%;
}

.menu .logo img {
   /* max-width: 100%;*/
}
.menu .logo img.logo2{
    display:none;
}
.menu .logo-text{
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #a0a0a0;
    padding-left: 0.8%;
    margin-top: 2%;
    border-left: 1px solid #d7d7d7;
    width: 11%;
    margin-left: 0.8%;
    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: 50%;
    display: flex;
    justify-content: space-between;
    margin-right: 3%;
}

.menu .nav .header_nav_li {
    position: relative;
}


.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-out{
    float: right;
    height: 95px;
    width:8%;
}
.menu .sbox{
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    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;

    cursor: pointer;
}
.menu .sbox.contact{
    background: url(../Image/sbox1.png) no-repeat center;
}
.menu .sbox.message{
    background: url(../Image/sbox2.png) no-repeat center;
}
.menu .sbox.tel{
    background: url(../Image/sbox3.png) no-repeat center;
}


.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;
    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_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;
    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: 30px;
}

.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;
    overflow: hidden;
    width: 80%;
    height: 40px;
    color: #333;
    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: 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;
}

.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 .secc{
    color: #202020;
    font-size: 20px;
}
.about-inner-fir{
    padding:4% 0;
}
.about-inner-fir .a-fir-left{
    float: right;
    width:45%;
    text-align: justify;
}
.about-inner-fir .line{
    width: 42px;
    height: 1px;
    background-color: #b5b5b5;
    margin: 5% 0;
}
.about-inner-fir .thr{
    color: #1f1f1f;
    font-size: 19px;
    line-height: 41px;
    margin-top: 10%;
}
.about-inner-fir .imgbox{
    width: 47%;
    overflow: hidden;
    float: left;
}
.about-inner-fir .imgbox .img{
    width:100%;
    height: 410px;
}
.about-inner-fir .imgbox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container-com-img .swiper-pagination-bullet-active{
    background: #0d58b0;
}

.about-inner-sec{
    padding:4% 0;
    background:url("../Image/about-inner-sec-bg.jpg") no-repeat center / cover;
}
.about-inner-sec .about-inner-title .fir{
    color:#fff;
}
.about-inner-sec .about-inner-title .sec{
    color:#fff;
    margin: 1.5% 0 5% 0;
}
.about-inner-sec .devep{
    margin-top: 5%;
    position: relative;
}

.swiper-container-devop .devep-inner{
    width:100%;
    text-align:center;
}
.swiper-container-devop .devep-inner .fir{
    font-family: thyFont2;
    color:#fff;
    font-size: 44px;
}
.swiper-container-devop .devep-inner .yuanbox{
    width:100%;
    background: url("../Image/about-inner-devep-line.png") no-repeat center;
    background-size: 100% auto;
}
.swiper-container-devop .devep-inner .yuan{
    width:12px;
    height: 12px;
    background: #0359ac;
    border:2px solid #fff;
    border-radius: 10px;
    margin:8% auto;
    position: relative;
    -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;
}
.swiper-container-devop .devep-inner:hover .yuan{
    box-shadow: 0px 0px 10px #fff;
}
.swiper-button-prev-devep{
    width:31px;
    height: 31px;
    background: url("../Image/devep-left.png") no-repeat center;
    top:43%;
    margin-top: 0;
    left:-28px;
}
.swiper-button-prev-devep:after{
    display: none;
}
.swiper-button-next-devep:after{
    display: none;
}
.swiper-button-next-devep{
    width:31px;
    height: 31px;
    background: url("../Image/devep-right.png") no-repeat center;
    top:43%;
    margin-top: 0;
    right:-28px;
}
.swiper-container-devop .devep-inner .con{
    color:#fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 5%;
}
.about-inner-title .fir{
    color: #1f1f1f;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
}
.about-inner-title .fir span{
    color:#0d58b0;
}
.about-inner-title .sec{
    color: #8b8b8b;
    font-size: 18px;
    margin:1% 0 2% 0;
}


.about-inner-thr{
    padding:4% 0;
    background: #f5f5f5;
}
.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: contain;
    -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%;
}
.about-inner-thr .swiper-button-prev{
    width: 30px;
    height: 112px;
    background: #fff 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: #fff 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-four{
    padding:4% 0;
}
.about-inner-four img{
    max-width: 100%;
    margin:4% auto 0 auto;
    display: block;
}
.about-inner-five{
    padding:4% 0;
}
.about-inner-five img{
    max-width: 100%;
    margin:4% auto 0 auto;
    display: block;
}
.about-inner-six{
    padding:4% 0;
}
.about-inner-six .a-six-title{
    text-align:center;
}
.about-inner-six .a-six-title .fir{
    font-size:36px;
    color:#245aa8;
    font-weight: 700;
}
.about-inner-six .a-six-title .sec{
    font-size:36px;
    color:#1a1a1a;
    font-weight: 700;
    margin: 0.5% 0 2% 0;
}
.about-inner-six .a-six-title .thr{
    font-size:16px;
    color:#868686;
}
.about-inner-six .a-six-item{
    margin-top: 5%;
}
.about-inner-six .a-six-list{
    float: left;
    width:25%;
    border-right:1px solid #e3e3e3;
}
.about-inner-six .a-six-list:last-child{
    border-right: none;
}
.about-inner-six .a-six-list .imgbox{
    width:110px;
    height: 110px;
    margin:0 auto;
    background: #f3f3f3;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}
.about-inner-six .a-six-list .imgbox .imgbox-inner{
    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;
}
.about-inner-six .a-six-list:nth-child(1) .imgbox .imgbox-inner{
    background: url("../Image/a-six-1.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(1):hover .imgbox .imgbox-inner{
    background: url("../Image/a-six-11.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(2) .imgbox .imgbox-inner{
    background: url("../Image/a-six-2.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(2):hover .imgbox .imgbox-inner{
    background: url("../Image/a-six-22.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(3) .imgbox .imgbox-inner{
    background: url("../Image/a-six-3.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(3):hover .imgbox .imgbox-inner{
    background: url("../Image/a-six-33.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(4) .imgbox .imgbox-inner{
    background: url("../Image/a-six-4.png") no-repeat center;
}
.about-inner-six .a-six-list:nth-child(4):hover .imgbox .imgbox-inner{
    background: url("../Image/a-six-44.png") no-repeat center;
}
.about-inner-six .a-six-list .imgbox 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;
}
.about-inner-six .a-six-list:hover .imgbox i{
    width: 100%;
    height: 100%;
}
.about-inner-six .a-six-list .text{
    text-align:center;
    font-size:16px;
    color:#202020;
    line-height: 25px;
    margin-top: 6%;
}




.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:20%;

}
.banner .swiper-slide1 .slide-inner .banenr1-img .fir{
    color: #ffffff;
    font-size: 35px;
    /*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;
    letter-spacing: 1px;
}
/*.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: 35px;
    /*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;
    letter-spacing: 1px;
}
.banner .swiper-slide1 .slide-inner .banenr1-img .sec span{
    font-weight: 700;
}
/*.banner .swiper-slide1.move .slide-inner .banenr1-img .sec{
    opacity: 1;
    transform: translateX(0);
}*/
.banner .swiper-slide1 .slide-inner .banenr1-img .thr{
    color: rgba(255,255,255,0.45);
    font-size: 16px;
   /* 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;
    margin: 1.5% 0 2% 0;
}
/*.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: 140px;
    line-height: 43px;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
    color:#0e4ca5;
    font-size: 16px;
    text-align:center;
    margin-top: 3%;
    background: #fff;
    /*opacity: 0;*/
    /*transform: translateX(-250px);*/
    /*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-property: transform,opacity;
    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{
    color:#fff;
}
.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%);
}
.banner .swiper-slide1 .slide-inner .banenr1-img .jiaodian{
    width:40%;
    margin-top: 1%;
}
.banner .swiper-pagination-bullet{
    background: #fff;
    margin-right: 15px;
}
.banner .swiper-slide1 .slide-inner .banner-erbox{
    width:20%;
    margin-top: 3%;
}
.banner .swiper-slide1 .slide-inner .banner-erbox .dianhua{
    color: #fff;
    font-size: 25px;
    font-family: thyFont2;
    margin-top: 1%;
}
.banner .swiper-slide1 .slide-inner .banner-erbox img{
    max-width: 60%;
}


@keyframes imgScale{
    from{
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    to{
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
    }
}

/*实力*/
.shili{
    margin:2% 0;

}
.shili main{
    background: url("../Image/shilibg.jpg") no-repeat center / cover;
    padding:2.5% 0;
    
}
.shili .shili-list{
    float: left;
    width:18%;
    margin-left: 3%;
}
.shili .shili-list .imgbox{
    width:25%;
    float: left;
}
.shili .shili-list .imgbox img{
    max-width: 100%;
}
.shili .shili-list .text{
    float: left;
    width:70%;
}
.shili .shili-list .text .fir{
    color: #202020;
    font-size: 18px;
    font-weight: 700;
}
.shili .shili-list .text .sec{
    color: #9e9e9e;
    font-size: 14px;
    margin-top: 2%;
}
.shili .shili-last{
    display: block;
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width:14%;
    background: url("../Image/shili-last-bg.png") no-repeat center;
    background-size: 100% auto;
    color:#fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 3.5%;
    padding-left: 6%;
}

.bigbiao .b-left{
    float: left;
    width:65%;
}
.bigbiao .b-left .fir{
    color: #222222;
    font-size: 38px;
    padding-left: 45px;
    position: relative;
}
.bigbiao .b-left .fir span{
    display: block;
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width:23px;
}
.bigbiao .b-left .fir span .i1{
    display: block;
    position: absolute;
    width: 15px;
    height: 16px;
    background-color: #1a4d97;
    border-radius: 2px;
    z-index: 2;
    top:0;
    right:0;
}
.bigbiao .b-left .fir span .i2{
    display: block;
    position: absolute;
    width: 15px;
    height: 16px;
    background-color: #e0e0e0;
    border-radius: 2px;
    bottom:0;
    left:0;
    z-index: 1;
}
.bigbiao .b-left .sec{
    color: #939393;
    font-size: 19px;
    margin-top: 2%;
}
.bigbiao .b-right{
    float: right;
    color: #222222;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
}

/*首页产品*/

.cpout{
    padding:2% 0 4% 0;
}
.cptype{
    position: relative;
}
.cptype .swiper-container-cptype{
    padding-top: 8%;
    position: relative;
}
.cptype .imgbox{
    width:90px;
    height: 90px;
    margin: 0 auto;
    background: #245aa8;
    border-radius: 50px;
    position: relative;
    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;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(1) .imgbox{
    background: #245aa8 url("../Image/ii.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(2) .imgbox{
    background: #245aa8 url("../Image/i2.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(3) .imgbox{
    background: #245aa8 url("../Image/i3.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(4) .imgbox{
    background: #245aa8 url("../Image/i4.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(5) .imgbox{
    background: #245aa8 url("../Image/i5.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(6) .imgbox{
    background: #245aa8 url("../Image/i6.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(7) .imgbox{
    background: #245aa8 url("../Image/i7.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(8) .imgbox{
    background: #245aa8 url("../Image/i8.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(9) .imgbox{
     background: #245aa8 url("../Image/i9.png") no-repeat center;
     background-size: auto;
 }
.cptype .swiper-wrapper .swiper-slide:nth-child(10) .imgbox{
    background: #245aa8 url("../Image/i10.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-wrapper .swiper-slide:nth-child(11) .imgbox{
    background: #245aa8 url("../Image/i11.png") no-repeat center;
    background-size: auto;
}
.cptype .swiper-slide:hover .imgbox{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
/*.cptype .imgbox img{
    position: absolute;
    max-width: 100%;
    max-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%);
}*/
.cptype .title{
    color: #000000;
    font-size: 18px;
    text-align:center;
    font-weight: 700;
    margin-top: 9%;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-delay: 0.1s;
}
.cptype .swiper-slide:hover .title{
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.swiper-button-next-cptype{
    border-radius: 20px;
    width:40px;
    height: 40px;
    border:1px solid #bfbfbf;
    background: url("../Image/cptype-right.png") no-repeat 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;
    outline: none;
}
.swiper-button-next-cptype:hover{
    background:#245aa8 url("../Image/cptype-right1.png") no-repeat center;
}
.swiper-button-prev-cptype{
    border-radius: 20px;
    width:40px;
    height: 40px;
    border:1px solid #bfbfbf;
    background: url("../Image/cptype-left.png") no-repeat 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;
    outline: none;
}
.swiper-button-prev-cptype:hover{
    background:#245aa8 url("../Image/cptype-left1.png") no-repeat center;
}
.swiper-button-prev-cptype:after{
    display: none;
}
.swiper-button-next-cptype:after{
    display: none;
}
.cptype .cptype-button{
    position: absolute;
    width: 129px;
    top: 9%;
    right: 0;
}

/*检验证书*/
.jianyan{
    padding:7% 0;
    background: url("../Image/jianyanbg.jpg") no-repeat center / cover;
}
.jianyan .j-left{
    position: relative;
}
.jianyan .j-left .fir{
    color: #245aa8;
    font-size: 38px;
}
.jianyan .j-left .sec{
    color: #939393;
    font-size: 16px;
    margin-top: 2%;
}
.jianyan .j-left a{
    position: absolute;
    top:0;
    right:0;
    display: block;
    width: 140px;
    line-height: 43px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 3%;
    background: #245aa8;
    z-index: 1;
}
.jianyan .j-left a:hover{
    color:#245aa8;
}
.jianyan .j-left a:before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -30px;
    width: 110%;
    height: 170%;
    background: #fff;
    transform: rotate(-45deg) translateY(100%);
    transition: all .5s;
    z-index: -1;
}
.jianyan .j-left a:hover:before{
    transform: rotate(-45deg) translateY(-7%);
}
.jianyan .j-left a:after{
    content: "";
    display: block;
    position: absolute;
    top: -38px;
    left: -35px;
    width: 98%;
    height: 170%;
    background: #fff;
    transform: rotate(-45deg) translateY(-85%);
    transition: all .5s;
    z-index: -1;

}
.jianyan .j-left a:hover:after{
    transform: rotate(-45deg) translateY(15%);
}

/*集团概况*/
.jituan{
    padding:5% 0;
}
.bigbiao .b-right span{
    font-weight: 500;
    color: #777777;
    font-size: 16px;
}
.jituan .bigbiao{
    padding-bottom: 1.5%;
    border-bottom:1px solid #d3d3d3;
}
.jituan-content{
    padding-top: 5%;
    background: url("../Image/jituan-bg.png") no-repeat right bottom;
    background-size: auto;
}
.jituan-content .fir{
    color: #202020;
    font-size: 40px;
}
.jituan-content .abox{
    margin-top: 2%;
}
.jituan-content .abox a{
    float: left;
    display: block;
    color: #222222;
    font-size: 16px;
    margin-right: 4%;
}
.jituan-content .abox a:hover{
    color:#245aa8;
}
.jituan .ji-item{
    width:47%;
    height: 125px;
    border: solid 1px #dcdcdc;
    margin-top: 10%;
}
.jituan .ji-item .ji-list{
    float: left;
    width:20%;
    height: 100%;
    text-align:center;
    border-right: solid 1px #dcdcdc;
}
.jituan .ji-item .ji-list img{
    max-width: 100%;
    display: block;
    margin: 23% auto 0 auto;
}
.jituan .ji-item .ji-list .title{
    color: #222222;
    font-size: 16px;
    margin-top: 4%;
}
.jituan .ji-last{
    float: left;
    width:60%;
    height: 100%;
}
.jituan .ji-last .text{
    float: left;
    width:65%;
    height: 100%;
    text-align:right;
    padding:0 8% 0 3%;
}
.jituan .ji-last .text .fir{
    color: #8b8b8b;
    font-size: 16px;
    margin-top: 14%;
}
.jituan .ji-last .text .sec{
    color: #181818;
    font-size: 24px;
    margin-top: 2%;
}
.jituan .ji-last .imgbox{
    float: left;
    width:35%;
    height: 100%;
}
.jituan .ji-last .imgbox img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.jituan .jituan-more{
    display: block;
    width: 140px;
    line-height: 43px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 6%;
    background: #245aa8;
    z-index: 1;
    position: relative;
}
.jituan .jituan-more:after{
    content: "";
    display: block;
    position: absolute;
    top: -38px;
    left: -35px;
    width: 98%;
    height: 170%;
    background: #3d80e0;
    transform: rotate(-45deg) translateY(-85%);
    transition: all .5s;
    z-index: -1;
}
.jituan .jituan-more:hover:after{
    transform: rotate(-45deg) translateY(15%);
}
.jituan .jituan-more:before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -30px;
    width: 110%;
    height: 170%;
    background: #3d80e0;
    transform: rotate(-45deg) translateY(100%);
    transition: all .5s;
    z-index: -1;
}
.jituan .jituan-more:hover:before{
    transform: rotate(-45deg) translateY(-7%);
}
.jituan .jituan-more:hover{
    color: #fff;
}


/*技术中心*/
.jishu-center{
    padding:5% 0;
    background: url("../Image/jishu-center.jpg") no-repeat center / cover;
}
.jishu-center .bigbiao .b-left .fir{
    color:#fff;
}
.jishu-center .bigbiao .b-right span{
    color:#fff;
}
.jishu-center .bigbiao{
    padding-bottom: 1.5%;
    border-bottom: 1px solid rgba(255,255,255,0.45);
}
.jishu-content{
    margin-top: 4%;
}
.jishu-content .fir{
    color: #ffffff;
    font-size: 40px;
}
.jishu-content .sec{
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    margin:2% 0 4% 0;
}
.jishu-biaoti a{
    display: block;
    padding-left: 60px;
    color:#fff;
    font-size: 16px;
    line-height: 55px;
    margin-bottom: 2%;
}
.jishu-biaoti a span{
    -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;
    display: inline-block;

}
.jishu-biaoti a span:nth-child(2){
    margin-left: 0.5%;
    color:#88a7cc;
    transition-delay: 0.1s;
}
.jishu-biaoti a:nth-child(1){
    background: url("../Image/jishu1.png") no-repeat left center;
}
.jishu-biaoti a:nth-child(2){
    background: url("../Image/jishu2.png") no-repeat left center;
}
.jishu-biaoti a:nth-child(3){
    background: url("../Image/jishu3.png") no-repeat left center;
}
.jishu-biaoti a:nth-child(4){
    background: url("../Image/jishu4.png") no-repeat left center;
}
.jishu-biaoti a:hover span:nth-child(1){
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}
.jishu-biaoti a:hover span:nth-child(2){
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/*新闻中心*/
.inform{
    padding:5% 0;
}
.inform .bigbiao .b-right{
    width:30%;
}
.bigbiao .b-right a{
    display: block;
    float: right;
    width: 140px;
    line-height: 43px;
    border-radius: 3px;
    overflow: hidden;
    color: #1f1f1f;
    font-size: 16px;
    text-align: center;
    margin-top: 6%;
    background: #fff;
    z-index: 1;
    position: relative;
    border:1px solid #dcdcdc;
    font-weight: 500;
    margin-right: 3%;
}
.bigbiao .b-right a:hover{
    color:#fff;
}
.bigbiao .b-right a span{
    color: #1f1f1f;
}
.bigbiao .b-right a:hover span{
    color: #fff;
}
.bigbiao .b-right a:after{
    content: "";
    display: block;
    position: absolute;
    top: -38px;
    left: -35px;
    width: 98%;
    height: 170%;
    background: #245aa8;
    transform: rotate(-45deg) translateY(-85%);
    transition: all .5s;
    z-index: -1;
}
.bigbiao .b-right a:hover:after{
    transform: rotate(-45deg) translateY(15%);
}
.bigbiao .b-right a:before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: -30px;
    width: 110%;
    height: 170%;
    background: #245aa8;
    transform: rotate(-45deg) translateY(100%);
    transition: all .5s;
    z-index: -1;
}
.bigbiao .b-right a:hover:before{
    transform: rotate(-45deg) translateY(-7%);
}
.inform-list{
    float: left;
    width:30%;
    margin-right: 3.3%;
}
.inform-item{
    margin-top: 7%;
}
.inform-list .time{
    color: #b0b0b0;
    font-size: 20px;
    font-family: thyFont2;
    -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;
}
.inform-list:hover .time{
    color:#245aa8;
}
.inform-list .title{
    color: #000000;
    font-size: 23px;
    margin:5% 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;
}
.inform-list:hover .title{
    color:#245aa8;
}
.inform-list .con{
    color: #848484;
    font-size: 14px;
    line-height: 25px;
}





    /*底部*/
.footerbox{
    padding:2% 0;
    background: url("../Image/footerbg.jpg") no-repeat center / cover;
}
.footerbox .f-left-box{
    float: left;
    width:80%;
}
.footerbox .f-left-box img{
    max-width: 100%;
}
.dibuout{
    margin-top: 5%;
}

.footerbox .footer-bottom .f-bottom-left{
    float: left;
    width:22%;
}
.footerbox .footer-bottom .f-bottom-center{
    float: left;
    width: 33.33%;
    position: relative;
}
.footerbox .footer-bottom .f-bottom-center .form-left{
    width:49%;
    float: left;
}
.footerbox .footer-bottom .f-bottom-center .form-left input{
    width:100%;
    line-height: 35px;
    background: #fff;
    outline: none;
    border:none;
    text-indent: 20px;
    margin-bottom: 3%;
}
.footerbox .footer-bottom .f-bottom-center .form-right{
    width:49%;
    float: right;
}
.footerbox .footer-bottom .f-bottom-center .form-right textarea{
    display: block;
    background: #fff;
    outline: none;
    border:none;
    padding-left:20px;
    height: 75px;
    margin-bottom: 3%;
    width:100%;
    padding-top: 9px;
}
.footerbox .footer-bottom .f-bottom-center .form-right button{
    width:100%;
    line-height: 35px;
    background: #134082;
    outline: none;
    border:none;
    color:#fff;
    font-size:14px;
    text-align:center;
    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;
}
.footerbox .footer-bottom .f-bottom-center .form-right button:hover{
    background: #115cca;
}

.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: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8%;
}
.footerbox .f-bottom-daohang{
    float: left;
    width:20%;
    margin: 0 5% 0 11%;
}
.footerbox .f-bottom-daohang .abox a{
    float: left;
    width:50%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4%;
}
.footerbox .footer-bottom .abox a:hover{
    padding-left: 1%;
}
.footerbox .f-bottom-lianxi{
    float: left;
    width:30%;
}
.footerbox .f-bottom-lianxi .lianxibox .fir{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4%;
}



.footerbox .footer-bottom .f-bottom-right{
    float: right;
    width:13%;
    text-align:center;
    margin-top: 2%;
}
.footerbox .footer-bottom .f-bottom-right .fir{
    color:#fff;
    font-size:14px;

}
.footerbox .footer-bottom .f-bottom-right .sec{
    color:#fff;
    font-size:25px;
font-family: thyFont2;
}
.footerbox .footer-bottom .f-bottom-right .erbox{
    width:100%;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.footerbox .footer-bottom .f-bottom-right .erbox img{
    max-width:100%;
    margin:22% auto 4% auto;
}
.footerbox .text{
    width:100%;
    margin-top: 3%;
}
.footerbox .text .t-left{
    float: left;
    font-size: 14px;
    color:rgba(255,255,255,0.5);
}
.footerbox .text .t-left a{
    color:rgba(255,255,255,0.5);
}
.footerbox .text .t-right{
    float: right;
    font-size: 14px;
    color:rgba(255,255,255,0.5);
}
.footerbox .text .t-right a{
    color:rgba(255,255,255,0.5);
}


    /*内页面包屑*/
.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;
    display: none;
}
.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%);
}


/*解决方案内页*/
.jiejue{
    padding:2%;
    background: #f3f3f3;
    border-radius: 20px;
    margin: 4% 0;
}
.jiejue img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}

/*产品内页*/
.about-inner-thr .top-right{
    width:52%;
    background: #f5f5f5;
}

.tbox .fir{
     color: #161616;
     font-size: 34px;
     font-weight: 700;
 }
.tbox .sec{
    color: #a2a2a2;
    font-size: 16px;
    margin-top: 5%;
}
.pro-inner-box{
    padding:4% 0;
}
.pro-title-box{
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4%;
}
.pro-title-box a{
    width: 13%;
    display: block;
    /* line-height: 50px; */
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    color: #242424;
    position: relative;
    margin-bottom: 3%;
    padding: 2% 0;
    margin-right: 2%;
}
.pro-title-box a:hover{
    background: #0d58b0;
    color:#fff;
}
.pro-title-box a.active{
    background: #0d58b0;
    color:#fff;
}
.pro-title-box 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;

}
.pro-title-box a:hover:after{
     opacity: 1;
 }
.pro-title-box a.active:after{
    opacity: 1;
}
.pro-inner-item .pro-inner-top .fir{
    font-size: 26px;
    color: #262626;
    height: 75px;
    background: url(../Image/pro-inner-title.png) no-repeat left top;
    padding-top: 19px;
}
.pro-inner-item .pro-inner-top .fir span{
    color: #fff;
    display: inline-block;
    margin-right: 2.5%;
    background-size: 100% 100%;
    padding-left: 2.5%;
    /* width: 150px; */
    background-color: #0d58b0;
    ---height: 41px;
    margin-top: -2px;
    margin-left: 11px;
    padding-right: 20px;
    padding-bottom: 6px;
}
.pro-inner-item .pro-inner-top .sec{
    font-size:16px;
    color:#292929;
}
.pro-inner-item{
    margin-bottom: 4%;
 }
.pro-inner-center{
    margin-top: 3%;
}
.pro-inner-center .imgbox{
    float: left;
    width:45%;
    height: 420px;
}
.pro-inner-center .imgbox .img{
    width:100%;
    height: 100%;
}
.pro-inner-center .imgbox .img img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.pro-inner-center .imgbox .swiper-container{
    width:100%;
    height: 100%;
}
.pro-inner-center .text{
    float: right;
    width:52%;
}
.pro-inner-center .text .t1{
    font-size:30px;
    color:#191919;
}
.pro-inner-center .text .con{
    font-size:16px;
    color:#282828;
    line-height: 30px;
    margin-top: 3%;
}
.pro-inner-bottom{
    margin-top: 4%;
}
.pro-inner-bottom img{
    max-width: 100%;
    margin:0 auto;
}
.pro-inner-bottom table{
    width: 75%!important;
    margin: 0 auto;
    margin-left:0;

}
.pro-inner-bottom table tr td{
    line-height: 50px;
    font-size: 16px;
    color: #515151;
    padding-left: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
}
.pro-inner-bottom table tr:nth-child(1) td{
    color: #fff !important;
    font-size: 18px!important;
}
.pro-inner-bottom table tr:nth-child(odd) {
    background: #f3f3f3;
}
.pro-inner-bottom table tr:first-child {
    background: #0d58b0;
}
.inner-jishubox{
    padding:4% 0;
}

.jishu-list{
    float: left;
    width:24%;
    margin-right: 1.1%;
    margin-bottom: 1%;
}
.jishu-list:nth-child(4n){
    margin-right: 0;
}
.jishu-list .imgbox{
    width:100%;
    height: 250px;
    overflow: hidden;
    border:1px solid #eee;
}
.jishu-list .imgbox img{
    width:100%;
    height: 100%;
    object-fit: contain;
    -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;
}
.jishu-list:hover .imgbox img{
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
}
.jishu-list .title{
    text-align:center;
    font-size:16px;
    color:#333;
    line-height: 45px;
    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;
}
.jishu-list:hover .title{
    color:#fff;
    background: #0d58b0;
}
.jishu-title-box{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width:53%;
    margin:0 auto 4% auto;
}
.jishu-title-box a{
    width:27%;
    display: block;
    line-height: 50px;
    background: #f5f5f5;
    text-align:center;
    font-size:18px;
    color:#242424;
    position: relative;
}
.jishu-title-box a:hover{
    background: #0d58b0;
    color:#fff;
}
.jishu-title-box a.active{
    background: #0d58b0;
    color:#fff;
}
.jishu-title-box 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;

}
.jishu-title-box a:hover:after{
    opacity: 1;
}
.jishu-title-box a.active:after{
    opacity: 1;
}

.type-memu{
    display: none;
    position: fixed;
    top:30%;
    right: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;
    width:200px;
    z-index: 100;
}
.type-memu a{
    display: block;
    line-height: 40px;
    width:100%;
    text-align:center;
    color:#242424;
    font-size:14px;
    background: rgba(245,245,245,0.75);
    margin:1% 0;
}
.type-memu a:hover{
    background: #0d58b0;
    color: #fff;
}

.gongyijishu .gong-left{
    float: left;
    width:50%;
}
.gongyijishu .gong-left .gong-left-list:nth-child(1){
    margin-bottom: 9%;
}
.gongyijishu .gong-left .gong-left-list .fir{
    font-size:32px;
    color:#171717;
    position: relative;
    padding-left: 23px;
    margin-bottom:5%;
}
.gongyijishu .gong-left .gong-left-list .fir i{
    display: block;
    position: absolute;
    width:7px;
    height: 7px;
    background: #0d58b0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.gongyijishu .gong-left .gong-left-list .sec{
    font-size:16px;
    color:#919191;
    margin: 5% 0 6% 0;
}
.gongyijishu .gong-left .gong-left-list .thr{
    font-size:18px;
    color:#1f1f1f;
    line-height: 47px;
}
.gongyijishu .gong-right{
    max-width: 100%;
    float: right;
}
.zizhibox .zizhi-left{
    float: left;
    width:48%;
}
.zizhibox .zizhi-left .fir{
    font-size: 32px;
    color: #171717;
    position: relative;
    padding-left: 23px;
    margin-bottom: 11%;
}
.zizhibox .zizhi-left .fir i{
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #0d58b0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.zizhibox .zizhi-left .sec{
    font-size: 24px;
    color: #0d58b0;
    font-weight: 700;
    margin-bottom: 1%;
}
.zizhibox .zizhi-left .thr{
    font-size: 16px;
    color: #919191;
    margin-bottom: 10%;
}
.zizhibox .zizhi-left .four {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 38px;
}
.zizhibox .zizhi-right{
    float: right;
    width:48%
}
.zizhibox .zizhi-right img{
    width: 100%;
}
.img-list{
    position: relative;
    margin-top: 5%;
}
.img-list .swiper-container-list .imgbox{
    width:100%;
    height: 225px;
    overflow: hidden;
}
.img-list.faming .swiper-container-list .imgbox{
    height: 300px;
}
.img-list .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;
}
.img-list.faming .swiper-container-list .imgbox img{
    object-fit: contain;
}
.img-list .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);
}
.img-list .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;
}
.img-list .swiper-button-prev:hover{
    background: #0d58b0 url(../Image/a-thr-left1.png) no-repeat center;
}
.img-list .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;
}
.img-list .swiper-button-next:hover{
    background: #0d58b0 url(../Image/a-thr-right1.png) no-repeat center;
}
.img-list .swiper-button-prev:after{
    display: none;
}
.img-list .swiper-button-next:after{
    display: none;
}
.swiper-pagination-banner{
    bottom: 5%;
    left: 0;
    width: 100%;
}

.bannersec{
    display: none;
}

.gotop {
    width: 50px;
    height: 50px;
    background: #fff url(../Image/gotop.png) no-repeat center;
    border: 1px solid #eee;
    position: fixed;
    right: 3%;
    bottom: 7%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.gotop.active {
    opacity: 1;
    visibility: visible;
}