﻿body {
    color: #686868;
    font-size: 16px;
    font-family: "微软雅黑","Arial","宋体";
    background: #fff;
    border-bottom: 1px solid #dbd8d8;
}

html {
    overflow-y: scroll;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

form, div, body, img, p, img, dl, dt, dd, h2, h1, h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

    input:focus, textarea:focus {
        outline: none;
    }

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.clearboth {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.Arial {
    font-family: Arial;
}

.YaHei {
    font-family: "microsoft yahei","宋体";
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.div100 {
    width: 100%;
}

.B {
    font-weight: bold;
}

.Text_l {
    text-align: left;
}

.Text_r {
    text-align: right;
}

.Text_c {
    text-align: center;
}

.animate {
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.all {
    width: 1433px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1300 {
    width: 1159px;
    margin: 0 auto;
}

.w910 {
    width: 910px;
    margin: 0 auto;
}

.w {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    overflow:hidden;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Page {
    padding: 20px 0;
    text-align: center;
}

    .Page a {
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0 1px;
    }

        .Page a.cur, .Page a:hover {
            background: #ed2027;
            color: #fff;
            border: 1px solid #ed2027;
        }

.w100 {
    width: 100% !important;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}

    .header .top2 {
        border-bottom: 1px solid #d4d4d4;
        position: relative;
        height: 105px;
    }

        .header .top2 .header-logo {
            position: absolute;
            left: 60px;
            top: 50%;
            transform: translateY(-50%);
        }

        .header .top2 .header-right {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
        }

            .header .top2 .header-right a {
                margin-left: 30px;
            }
.header .top2 .header-right a img{
height:20px;
}
        .header .top2 .red {
            position: absolute;
            height: 3px;
            width: 400px;
            background: #d0a137;
            bottom: -2px;
        }

    .header .nav {
        position: absolute;
        left: 350px;
        top: 50%;
        transform: translateY(-50%);
        min-width: 50%;
        height: 50px;
    }

    .header.cur {
        -webkit-box-shadow: 0 5px 30px 0 #ccc;
        -moz-box-shadow: 0 5px 30px 0 #ccc;
        box-shadow: 0 5px 30px 0 #ccc;
    }

    .header .header-logo img {
        height:50px;}

    .header .header-link {
        display: block;
        position: absolute;
        right: 240px;
        top: 50%;
        width: 44px;
        height: 44px;
        background: url(../images/header_weixin.png) no-repeat center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .header .header-link .code-box {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            width: 180px;
            padding: 13px;
            background: #fff;
            border: 1px solid #f0f5f9;
            margin-top: 12px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

            .header .header-link .code-box:before {
                content: '';
                display: block;
                width: 8px;
                height: 8px;
                border: 1px solid #f0f5f9;
                border-right: 0;
                border-bottom: 0;
                background: #fff;
                position: absolute;
                top: -5px;
                right: 15px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .header .header-link .code-box img {
                width: 100%;
            }

        .header .header-link:hover {
            background-image: url(../images/header_weixin_hover.png);
        }

            .header .header-link:hover .code-box {
                display: block;
            }

    .header .header-nav-item {
        position: relative;
        width: auto;
        float: left;
    }

        .header .header-nav-item > a {
            display: block;
            font-size: 16px;
            line-height: 50px;
            width: 120px;
            color: #333;
            text-align: center;
            position: relative;
            text-transform: uppercase;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

            .header .header-nav-item > a i {
                display: inline-block;
                width: 13px;
                height: 8px;
                vertical-align: middle;
                margin-left: 12px;
                background: url(../images/header_a.png) no-repeat;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -ms-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear;
            }

        .header .header-nav-item.active > a, .header .header-nav-item:hover > a {
            position: relative;
            background: #164a95;
            color: #fff;
        }

    .header .header-sub-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        height: auto;
        display: none;
      
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

    .header .header-sub-nav2 {
        position: absolute;
        top: 2%;
        left: 102%;
        width: 200%;
        background: #fff;
        height: auto;
        display: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        box-shadow:1px 5px 10px #ccc;
    }



    .header .header-nav-item:hover .header-sub-nav {
      display:block;
    }
    .header .header-sub-nav li {
        position:relative;
    }

        .header .header-sub-nav li:hover .header-sub-nav2 {
            display: block;
        }

    .header .header-sub-nav li a {
        display: block;
        color: #656565;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
    }

        .header .header-sub-nav li a:hover {
            color: #fff;
            background: #164a95;
        }

.head-height {
    height: 105px;
}

.head-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    z-index: 999999;
}

.mb-code-box {
    display: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform,height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ab9a66'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ab9a66'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 0;
    margin-top: 20px;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 110px;
    height: 8px;
    display: inline-block;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.index-ad {
    margin-top: -4%;
}

    .index-ad ul {
        width: calc(100% + 30px);
    }

        .index-ad ul li {
            width: calc(50% - 30px);
            margin-right: 30px;
            float: left;
        }

            .index-ad ul li img {
                width: 100%;
                display: block;
            }

.home-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
}

    .home-swiper .swiper-pagination .swiper-pagination-bullet {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        opacity: 1;
        position: relative;
    }

        .home-swiper .swiper-pagination .swiper-pagination-bullet:after {
            content: "";
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            position: absolute;
            width: 7px;
            height: 7px;
            background: #fff;
            border-radius: 50%;
        }

    .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
        border: 1px solid #fff;
    }

        .home-swiper .swiper-pagination .swiper-pagination-bullet-active:after {
            width: 12px;
            height: 12px;
        }

.banner img {
    width: 100%;
}

@font-face {
    font-family: 'Akzidenz';
    src: url('AkzidenzGroteskBQ-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

.index-title {
    text-align: center;
    font-family: "Arial","Microsoft YaHei";
    color: #333;
}

    .index-title.bg {
        background: url(../images/title.png) center center no-repeat;
    }

    .index-title.bg2 {
        background: url(../images/title2.png) center center no-repeat;
    }

    .index-title h3 {
        color: #946325;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .index-title p {
        font-family: Arial;
        font-size: 16px;
        line-height: 18px;
        color: #6d6d6d;
        text-transform: uppercase;
    }

.title {
    text-align: center;
    padding: 24px 0;
    margin-bottom: 30px;
}

    .title h1 {
        font-size: 40px;
        font-family: "Akzidenz";
        color: #111;
        text-transform: uppercase;
    }

    .title h2 {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        color: #174a95;
    }

    .title p {
        font-size: 18px;
        color: #111;
        text-align: center;
        margin-top: 30px;
    }

.page-list {
    text-align: center;
    font-size: 0;
}

    .page-list a {
        display: inline-block;
        font-size: 18px;
        line-height: 44px;
        padding: 0 18px;
        color: #333;
        border: 1px solid #164a95;
        margin: 0 7px;
        font-family: "Microsoft YaHei";
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
    }

        .page-list a.cur, .page-list a:hover {
            border-color: #164a95;
            background: #164a95;
            color: #fff;
        }

.line {
    width: 1250px;
    height: 100px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.mobile {
    display: none !important;
}

footer {
    position: relative;
    background-color: #e7edf4;
    padding: 40px 0 0;
    z-index: 1;
    overflow: hidden;
}

    footer .footer-add {
        padding: 15px 0 20px;
        color: #000000;
        font-size: 16px;
        line-height: 1.5;
    }

        footer .footer-add div.k {
            line-height: 1.5;
            padding: 10px 0;
        }

            footer .footer-add div.k span {
                font-size: 20px;
            }

    footer .footer-main-col {
        float: left;
        color: #eee;
        min-width: 140px;
    }
 footer .footer-main-col>div>img{
width:15%;
}
        footer .footer-main-col .footer-col-title {
            color: #eee;
            font-size: 16px;
            margin-bottom: 20px;
            position: relative;
        }

            footer .footer-main-col .footer-col-title:After {
                position: absolute;
                content: "";
                height: 2px;
                width: 17px;
                background: #eee;
                left: 0;
                bottom: -12px;
            }

        footer .footer-main-col .footer-link {
            color: #eee;
            font-size: 13px;
            line-height: 2;
        }

        footer .footer-main-col .title {
            color: #eee;
            font-size: 16px;
            margin-bottom: 20px;
            position: relative;
        }
        footer  .footer-inner {
display: flex;
    justify-content: space-between;
}
        footer .footer-main-col:first-child {
           width:85%;
        }

        footer .footer-main-col:last-child {
            float: right;
  width: 8%;
            /* display: flex; */
            /* align-items: center; */
        }

 footer .footer-main-col:last-child img{width:100%}

    footer .footer-copyright {
        color: #000000;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid #b5b5b5;
       line-height:50px
    }
footer .footer-copyright p{margin:0}

.index-about {
    background: url(../images/index-about.jpg) no-repeat right center;
    background-size:45%;
    padding: 150px 0;
}

    .index-about .title {
        text-align: left;
    }

    .index-about .info {
        color: #111;
        font-size: 18px;
        width: 50%;
        line-height: 2;
    }

    .index-about .img {
        margin: 80px 0;
    }

        .index-about .img img {
            box-shadow: 0 5px 30px 0 #e1e6f0;
            float: left;
        }

    .index-about .more {
        background: #e7edf4;
        color: #164a95;
        font-size: 18px;
        border-radius: 5px;
        display: block;
        width: 150px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

        .index-about .more img {
            vertical-align: middle;
        }

.index-platform {
    padding: 160px 0 130px;
    background: url(../images/index-platform.jpg) no-repeat top center;
}

    .index-platform .title h1, .index-platform .title h2, .index-platform .title p {
        color: #fff;
    }

    .index-platform .more {
        background: #e47f12;
        margin: 30px auto 0;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        display: block;
        width: 150px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

        .index-platform .more img {
            vertical-align: middle;
        }

    .index-platform ul {
        width: calc(100% + 45px);
        margin-top: 50px;
    }

        .index-platform ul li {
            width: calc(100%/3 - 45px);
            margin-right: 45px;
            background: #fff;
            border-radius: 10px;
            float: left;
            padding: 20px 0;
        }

            .index-platform ul li:hover {
                background: #005ca1;
            }

                .index-platform ul li:hover .f1 {
                    background: #fff;
                    color: #005ca1;
                }

                .index-platform ul li:hover .f2 h3, .index-platform ul li:hover .f2 h4 {
                    color: #fff;
                }

            .index-platform ul li .f1 {
                margin-left: 15%;
                border-radius: 50%;
                font-size: 45px;
                background: #005ca1;
                color: #fff;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                float: left;
            }

            .index-platform ul li .f2 {
                margin-left: 20px;
                float: left;
            }

                .index-platform ul li .f2 h3 {
                    color: #005ca1;
                    font-size: 24px;
                    font-weight: bold;
                }

                .index-platform ul li .f2 h4 {
                    margin: 0;
                    color: #111;
                    font-size: 18px;
                    font-weight: normal;
                }




.index-competitive {
    padding: 80px 0;
}
    .index-competitive ul li:first-child, .index-competitive ul li:last-child {
        width: 60px;
        writing-mode: vertical-lr;
        font-size: 26px;
        color: #174a95;
        font-weight: bold;
    }
    .index-competitive ul li:last-child {
        color: #e58117;
        writing-mode: tb-rl;
    }
        .index-competitive ul li:nth-child(2), .index-competitive ul li:nth-child(4), .index-competitive ul li:nth-child(6) {
            background: #eceef5;
        }
    .index-competitive ul li:nth-child(8), .index-competitive ul li:nth-child(10) {
        background: #feead3;
    }

.index-competitive ul li {
    float: left;
    width: calc(100%/5 - 12px);
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0;
}





        .index-competitive ul li h1 {
            margin-top: 20px;
            font-size: 22px;
            line-height: 2;
        }

        .index-competitive ul li h2 {
            font-size: 14px;
            padding:0 10px;
            height:40px;
        }

.index-therapeutic {
    padding: 90px 0;
    background: url(../images/index-therapeutic.jpg) no-repeat top center;
}

    .index-therapeutic .title h1, .index-therapeutic .title h2, .index-therapeutic .title p {
        color: #fff;
    }

    .index-therapeutic ul li {
        background: url(../images/tp.png) no-repeat top center;
        width: calc(100%/3);
        text-align: center;
        height: 410px;
        float: left;
    }

        .index-therapeutic ul li h1 {
            padding-top: 60px;
            font-size: 24px;
            color: #164a95;
        }

        .index-therapeutic ul li h2 {
            font-size: 18px;
            color: #111;
            margin-bottom: 70px;
        }

        .index-therapeutic ul li p {
            font-size: 20px;
            color: #111;
            line-height: 1.5;
        }

    .index-therapeutic .more {
        background: #e47f12;
        margin: 0 auto;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        display: block;
        width: 150px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        margin-top: 30px;
    }

        .index-therapeutic .more img {
            vertical-align: middle;
        }

.productmore {
        background: #e47f12;
        margin: 0 auto;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        display: block;
        width: 150px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

        .productmore img {vertical-align: middle;}
		
		
.index-news {
    padding: 90px 0;
}

    .index-news ul {
        width: calc(100% + 100px);
        margin-top: 50px;
    }

        .index-news ul li {
            width: calc(100%/3 - 100px);
            margin-right: 100px;
            float: left;
        }

            .index-news ul li img {
                width: 100%;
            }

            .index-news ul li .date {
                font-family: Akzidenz;
                font-size: 16px;
                color: #999;
                margin-top: 10px;
            }

            .index-news ul li h1 {
                color: #164a95;
                font-size: 20px;
                line-height: 3;
                background: url(../images/n2.jpg) no-repeat bottom left;
            }

            .index-news ul li .p {
                font-size: 18px;
                color: #111;
                line-height: 1.5;
                padding: 15px 0;
                letter-spacing: 2px;
            }

    .index-news .more {
        background: #e7edf4;
        color: #164a95;
        font-size: 18px;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 5px;
        display: block;
        width: 150px;
        height: 36px;
        text-align: center;
        line-height: 36px;
    }

        .index-news .more img {
            vertical-align: middle;
        }

.platform {
    background: url(../images/bg2.jpg) no-repeat top center;
}

    .platform .platform1 {
        padding: 60px 0;
    }

        .platform .platform1 h1 {
           // font-size: 30px;
            //color: #111;
            //font-weight: bold;
            //line-height: 1.5;
            //text-align: center;
        }

            .platform .platform1 h1 span {
                padding-top: .3rem;
                color: #162b58;
                font-weight: bold;
            }

        .platform .platform1 p {
            text-align: center;
            padding: 60px 0;
            font-size: 18px;
            font-weight: 500;
            line-height: 2;
        }

    .platform .platform2 {
        padding: 130px 0 130px;
        background: url(../images/p1.jpg) no-repeat top center;
color:#fff;
    }

        .platform .platform2 ul {
            width: calc(100% + 45px);
            margin-top: 50px;
        }

            .platform .platform2 ul li {
                width: calc(100%/3 - 45px);
                margin-right: 45px;
                float: left;
            }

                .platform .platform2 ul li a {
                    display: block;
                    width: 100%;
                    background: #fff;
                    padding: 20px 0;
                    border-radius: 10px;
                }

                    .platform .platform2 ul li a:hover {
                        background: #005ca1;
                    }

                        .platform .platform2 ul li a:hover .f1 {
                            background: #fff;
                            color: #005ca1;
                        }

                        .platform .platform2 ul li a:hover .f2 h3, .platform .platform2 ul li a:hover .f2 h4 {
                            color: #fff;
                        }

                    .platform .platform2 ul li a .f1 {
                        margin-left: 15%;
                        border-radius: 50%;
                        font-size: 45px;
                        background: #005ca1;
                        color: #fff;
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        text-align: center;
                        float: left;
                    }

                    .platform .platform2 ul li a .f2 {
                        margin-left: 20px;
                        float: left;
                    }

                        .platform .platform2 ul li a .f2 h3 {
                            color: #005ca1;
                            font-size: 24px;
                            font-weight: bold;
                        }

                        .platform .platform2 ul li a .f2 h4 {
                            margin: 0;
                            color: #111;
                            font-size: 22px;
                            font-weight: normal;
                        }

                .platform .platform2 ul li h1 {
                    color: #fff;
                    text-align: center;
                    font-size: 20px;
                    line-height: 2;
                    padding: 30px 0;
                }
.platform .platform2 .p{
text-align:center;
font-size: 20px;
}

.platform .platform3 {
padding:50px 0;
}

    .platform .platform3 .pl, .platform .platform3 .pr {
        position: relative;
        margin-bottom: 100px;
    }

    .platform .platform3 .pr {
        text-align: right;
    }

    .platform .platform3 .pl .info {
        right: 0;
    }

    .platform .platform3 .info {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
        text-align: left;
    }

        .platform .platform3 .info h1 {
            color: #164a95;
            font-size: 26px;
            line-height: 2;
	font-weight: bold;
        }

        .platform .platform3 .info .p {
            color: #111;
            font-size: 18px;
            line-height: 2
        }



    .market .market1 {
        padding: 80px 0;
    }

        .market .market1 ul li:first-child, .market .market1 ul li:last-child {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            color: #26549b;
            width: 20px;
            margin-right: 45px;
            margin-bottom:0;
        }

        .market .market1 ul li:last-child {
            color: #e69445;
            margin-left:45px;
            margin-right:0;
        }

            .market .market1 ul li {
                float: left;
                width: calc(100%/6 - 12px);
                text-align: center;
                margin-bottom: 30px;
                padding: 30px 0;
            }



            .market .market1 ul li h1 {
                margin-top: 20px;
                font-size: 22px;
                line-height: 2;
            }

            .market .market1 ul li h2 {
                font-size: 14px;
                height:30px;
                padding:0 10px;
                margin:0
            }
                .market .market1 ul li:nth-child(2), .market .market1 ul li:nth-child(4), .market .market1 ul li:nth-child(6) {
                    background: #ebeef5;
                }

                .market .market1 ul li:nth-child(9), .market .market1 ul li:nth-child(11), .market .market1 ul li:nth-child(13) {
                    background: #feead2;
                }

        .market .market1.market11 ul li {
            background:none !important;
        }



            .market .market2 {
                background: url(../images/bg3.jpg) no-repeat top center;
                padding: 80px 0;
                background-size: 1920px 100%;
            }

        .market .market2 .pl, .market .market2 .pr {
            position: relative;
            margin-bottom: 100px;
        }

        .market .market2 .pr {
            text-align: right;
        }

        .market .market2 .pl .info {
            right: 0;
        }

        .market .market2 .info {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40%;
            text-align: left;
        }

            .market .market2 .info h1 {
                color: #164a95;
                font-size: 26px;
	font-weight:600
            }

            .market .market2 .info h2 {
                color: #164a95;
                font-size: 20px;
            }

            .market .market2 .info .p {
                padding: 30px 0;
                color: #111;
                font-size: 18px;
                line-height: 1.5;
            }

    .market .market3 {
        background: url(../images/p12.jpg) no-repeat center top;
        padding: 78px 0;
    }

        .market .market3 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
            .market .market3 ul li {
                width: 26%;
                margin-bottom:60px;
            }
                .market .market3 ul li div {
                    padding: 40px;
                    line-height: 90px;
                    font-size: 26px;
                    background: #fff;
                    color: #000000;
                    box-shadow: 0 5px 30px 0 #ccc;
                }
            .market .market3 ul li p {
                background: #003399;
                color:#fff;
                font-size:20px;
                text-align:center;
                line-height:65px;
                border-radius:0 0 50px 0;
            }
            .market .market3 ul li img {
                margin-right: 40px;
                vertical-align: middle;
            }
            .market .market3 ul li img:nth-child(2) {
                display: none;
            }


                .market .market3 ul li:hover div {
                    background: #003399;
                    color: #fff;
                }
                .market .market3 ul li:hover p {
                    background: #ffcc66;
                    color: #003399;
                }
                .market .market3 ul li:hover img:nth-child(1) {
                    display: none;
                }
                .market .market3 ul li:hover img:nth-child(2) {
                    display:initial;
                }

    .market .market4 {
        background: url(../images/p13.jpg) no-repeat center top;
        padding: 90px 0 400px;
        text-align:center;
    }
        .market .market4 h1{
            font-size:30px;
            font-weight:bold;
            line-height:1.5;
            color:#fff;
            text-transform:uppercase;
        }
        .market .market4 p {
            font-size: 18px;
            color: #fff;
            line-height: 1.5;
            margin-top: 30px;
        }



    .market .market5 {
        background: url(../images/p14.jpg) no-repeat center top;
        padding: 100px 0;
    }

        .market .market5 ul{
            width:calc(100% +90px);
display: flex;
    flex-wrap: wrap;

        }

        .market .market5 ul li{
            width: calc(100%/2 - 90px);
            margin-right:90px;
            margin-bottom:120px;
            float:left;
        }

            .market .market5 ul li h1 {
                color: #164a95;
                font-size:26px;
                font-weight:bold;
            }
            .market .market5 ul li h2 {
                color: #164a95;
                font-size: 20px;
                margin-bottom:60px;
            }

            .market .market5 ul li .p {
                font-size: 16px;
                color: #111;
                position: relative;

            }
                .market .market5 ul li .p p{
                    width:55%;
                    line-height:2

                }

                .market .market5 ul li img {
                    position: absolute;
                    right: 0;
                    top: 0;
width:42%;
                }


    .market .market6 {
        background: url(../images/p21.jpg) no-repeat center top;
        padding: 90px 0 400px;
        text-align: center;
    }

    .market .market6 h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        color: #000;
        text-transform: uppercase;
    }

    .market .market6 h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        color: #0f4385;
        text-transform: uppercase;
    }

    .market .market6 h3 {
        font-size: 24px;
        color: #000;
        margin-top:30px;
    }

        .market .market6 p {
            font-size: 18px;
            color: #000;
            line-height: 2;
            width: 900px;
            margin: 10px auto 0;
        }


    .market .market7 {
        background: url(../images/p14.jpg) no-repeat center top;
        padding: 100px 0;
    }

        .market .market7 ul li {
            padding-bottom: 100px;
            border-left: 1px solid #164a95;
            padding-left: 45px;
        }
            .market .market7 ul li h1 {
                color: #164a95;
                font-size:26px;
                position:relative;
                margin-top:-7px;
            }

                .market .market7 ul li h1:before {
                    position: absolute;
                    content: "";
                    left: -57px;
                    top:3px;
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    border: 1px solid #164a95;
                }

                .market .market7 ul li h1::after {
                    position: absolute;
                    content: "";
                    left: -53px;
                    width: 14px;
                    height: 14px;
                    top:7px;
                    border-radius: 50%;
                    background:#164a95;
                }

            .market .market7 ul li h2 {
                color: #000;
                font-size: 16px;
                position: relative;
                margin-top:10px;
                margin-bottom:30px;
            }

            .market .market7 ul li h3 {
                color: #e47f12;
                font-size: 24px;
                line-height: 2;
            }

            .market .market7 ul li p {
                color: #000;
                font-size: 18px;
                line-height:2;
            }



            .market .market7 ul li .flex {
                display: flex;
                justify-content: space-between;
            }

            

.market .market7 ul li .flex > div {
    width: 30%;
}


            .news {
                padding: 80px 0;
            }
    .news .news-list {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .news .news-list li {
        overflow: hidden;
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #ddd;
    }

        .news .news-list li .img-box {
            float: left;
            width: 45%;
            overflow: hidden;
        }

            .news .news-list li .img-box img {
                width: 100%;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -ms-transition: all .3s linear;
                transition: all .3s linear;
            }

            .news .news-list li .img-box:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

        .news .news-list li  {
            float: left;
            width: 47%;
        }


            .news .news-list li .info .date {
                font-family: Akzidenz;
                font-size: 16px;
                color: #999;
                margin-top: 10px;
            }

            .news .news-list li .info h1 {
                color: #164a95;
                font-size: 24px;
                line-height:1.5;
white-space:nowrap;
            }

            .news .news-list li .info .p {
                font-size: 16px;
                color: #111;
                line-height: 1.5;
                padding: 15px 0;
                letter-spacing: 2px;
            }

            .news .news-list li .info .more {
                margin-top: 20px;
                background:#e7edf4;
                color: #164a95;
                font-size: 18px;
                border-radius: 5px;
                display: block;
                width: 150px;
                height: 36px;
                text-align: center;
                line-height: 36px;
            }

                .news .news-list li .info .more img {
                    vertical-align: middle;
                }

    .news .newsview h3 {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        padding: 20px 0 20px;
        color: #000;
    }

    .news .newsview .time {
        font-size: 15px;
        color: #919191;
        text-align: center;
    }

    .news .newsview .img {
        text-align: center;
        padding: 20px;
    }

        .news .newsview .img img {
            max-width: 100%;
        }

    .news .newsview .news-text {
        font-size: 14px;
        color: #676767;
		line-height:30px;
		margin-top:30px;
    }

    .news .newsview .back {
        float: right;
        margin-top: 20px;
        padding: 10px 20px;
        background: #005ca1;
        border-radius: 5px;
        color: #fff;
    }

.join {
    background: url(../images/bg2.jpg) no-repeat top center;
}

    .join .top {
        background: #fff;
    }

        .join .top a {
            line-height: 75px;
            width: 200px;
            display: block;
            color: #111;
            font-size: 20px;
            text-align: center;
        }

            .join .top a:hover, .join .top a.hover {
                color: #e48011;
                border-bottom: 2px solid #e48011;
            }

    .join .title h1, .join .title h2 {
        font-size: 25px;
        text-align: left;
    }

    .join .join1 {
        padding: 70px 0;
        font-size: 16px;
        color: #969696;
    }

        .join .join1 input[type=text] {
            font-size: 16px;
            line-height: 60px;
            padding: 0 30px;
            width: 48%;
            border-radius: 30px;
            border: 1px solid #aaa;
            margin-bottom: 20px;
        }

            .join .join1 input[type=text]:nth-child(2), .join .join1 input[type=text]:nth-child(4) {
                margin-right: 3%;
            }

        .join .join1 textarea {
            font-size: 16px;
            line-height: 60px;
            padding: 0 30px;
            border-radius: 30px;
            border: 1px solid #aaa;
            width: 100%;
            margin-bottom: 20px;
        }

        .join .join1 input[type=submit] {
            border-radius: 30px;
            border: 0;
            background: #164a95;
            color: #fff;
            line-height: 60px;
            width: 200px;
            font-size: 16px;
        }

    .join .join2 {
        margin-top: 80px;
        font-size: 18px;
        background: url(../images/map.jpg) no-repeat bottom center;
    }

        .join .join2 .w {
            background: url(../images/j1.jpg) no-repeat right top;
            padding: 20px 0 540px;
        }

        .join .join2 p {
            font-size: 20px;
            text-transform: uppercase;
            line-height: 2;
        }

        .join .join2 .fl {
            width: 350px;
            padding: 20px 0;
        }

    .join .join3 {
        padding: 70px 0;
    }

        .join .join3 table.t1 {
            width: 100%;
        }

            .join .join3 table.t1 thead th {
                background: #f2f2f2;
                text-align: center;
                font-size: 24px;
                font-weight: bold;
                line-height: 3;
            }

                .join .join3 table.t1 thead th:first-child {
                    padding-left: 50px;
                    text-align: left;
                }

            .join .join3 table.t1 thead td {
                background: #fff;
                text-align: center;
                font-size: 24px;
                line-height: 3;
            }

                .join .join3 table.t1 thead td:first-child {
                    padding-left: 50px;
                    text-align: left;
                    color: #164a95;
                    font-weight: bold;
                }

                .join .join3 table.t1 thead td span {
                    display: block;
                    width: 50px;
                    height: 50px;
                    margin: 0 auto;
                    background: #164a95;
                    position: relative;
                    cursor: pointer;
                }

                    .join .join3 table.t1 thead td span:After {
                        position: absolute;
                        content: "＞";
                        color: #fff;
                        top: 45%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                    }

                    .join .join3 table.t1 thead td span.hover {
                        transform: rotate(90deg);
                    }

            .join .join3 table.t1 > tbody div.details {
                display: none;
                padding: 20px 50px;
				
            }

            .join .join3 table.t1 > tbody td {
                background: #f2f2f2;
                padding: 1px;
            }

                .join .join3 table.t1 > tbody td .fl {
                    line-height: 2;
                    padding: 10px;
                }

                    .join .join3 table.t1 > tbody td .fl:first-child {
                        padding-left: 50px;
                        text-align: left;
                    }

.market .market7 .w {
    overflow: inherit;
}

@media  (max-width:1500px) {

.join .join3 table.t1 thead th{
font-size: 16px;
}
.join .join3 table.t1 thead td{
font-size: 16px;
}

    .w {
        max-width: 1024px;
    }

    .header .header-nav-item > a {
        font-size: 14px;
        width: 100px
    }
.header .header-sub-nav li a{
   font-size: 12px;
}
footer .footer-add{
   font-size: 12px;
}

footer .footer-copyright{
   font-size: 12px;
}

    .title {
        text-align: center;
        padding: 15px 0;
        margin-bottom: 20px;
    }

        .title h1 {
            font-size: 35px;
        }

        .title h2 {
            font-size: 30px;
        }

        .title p {
            font-size: 18px;
        }

    .index-about {
        padding: 80px 0;
    }

        .index-about .info {
            color: #111;
            font-size: 12px;
            line-height: 2;
        }

        .index-about .img img {
            width: 20%;
        }

        .index-about .more {
            font-size: 12px;
        }

    .index-platform {
        padding: 100px 0;
    }

        .index-platform .more {
            font-size: 12px;
        }

        .index-platform ul li .f1 {
            font-size: 30px;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

        .index-platform ul li .f2 h3 {
            font-size: 18px;
        }

        .index-platform ul li .f2 h4 {
            font-size: 14px;
        }

    .index-therapeutic{
        padding:30px 0;
    }
    .index-competitive ul li:first-child, .index-competitive ul li:last-child {
        width: 45px;
        font-size: 16px;
    }

    .index-competitive ul li img {
        width: 60px;
    }

    .index-competitive ul li h1 {
        font-size: 16px;
    }

    .index-competitive ul li h2 {
        font-size: 12px;
    }


    .index-therapeutic ul li {
        background-size: 100%;
        height: 310px;
    }

        .index-therapeutic ul li h1 {
            padding-top: 40px;
            font-size: 18px;
        }

        .index-therapeutic ul li p {
            font-size: 16px;
        }

    .index-therapeutic .more{
        font-size:12px;
    }
    .index-news{
        padding:30px 0;
    }
    .index-news ul li h1 {
        font-size: 14px;
    }

    .index-news ul li .p {
        font-size: 12px;
    }


    .market .market1 li img {
        width: 100px;
    }

    .market .market1 ul li h1 {
        font-size:14px;
    }
    .market .market1 ul li h2 {
        font-size: 12px;
    }
    .about1 p {
        font-size: 14px !important;
    }

    .about2 .info h1 {
        padding: 30px 0  0 !important;
    }

    .about3 .pl img, .about3 .pr img {
        width: 50% !important;
    }

    footer .footer-main-col:first-child {
        min-width: 300px ;
    }

    footer .footer-main-col {
        min-width: 100px
    }

    .platform .platform1 p{
        font-size:14px;
    }
    .platform .platform2 ul li a .f1 {
        font-size: 30px;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .platform .platform2 ul li a .f2 h3 {
        font-size: 18px;

    }

    .platform .platform2 ul li a .f2 h4 {
        font-size: 14px;
    }
    .platform .platform2 ul li h1{
        font-size:12px;
    }

    .platform .platform2 .p{
        font-size:12px;
    }

    .platform .platform3 .info h1 {
        font-size: 20px;
    }

    .platform .platform3 .info .p {
        font-size: 14px;
    }

    .platform .platform3 img {
        width:45%;
    }


    .market .market2 .info h1 {
        font-size: 20px;
    }
    .market .market2 .info h2 {
        font-size: 16px;
    }

    .market .market2 .info .p {
        font-size: 14px;
    }

    .market .market2  img {
        width: 40%;
    }

    .market .market3 ul li {
        width: 30%;
    }

        .market .market3 ul li div {
            padding: 30px;
            line-height: 40px;
            font-size: 18px;
        }
        .market .market3 ul li p {
            font-size: 16px;
        }
        .market .market3 ul li img {
            width: 30%;
        }
    .market .market4 h1 {
        font-size: 25px;
    }

    .market .market4 p {
        font-size: 16px;
    }
    .market .market5 ul li {
        width: calc(100%/2 - 40px);
        margin-bottom: 40px;
        margin-right: 40px;
    }
    .market .market5 ul li h1 {
        font-size: 18px;
    }
    .market .market5 ul li h2 {
        font-size: 16px;
        margin-bottom:20px;
    }
    .market .market5 ul li .p {
        font-size: 12px;
  
    }
    .market .market5 ul li img{
        width:40%;
    }

    .market .market6 h1 {
        font-size: 25px;
    }
    .market .market6 h2 {
        font-size: 25px;
    }
    .market .market6 p {
        font-size: 16px;
    }

    .market .market7 ul li h1 {
        font-size: 18px;
    }
    .market .market7 ul li h2 {
        font-size: 14px;
    }


    .market .market7 ul li h3 {
        font-size: 14px;
    }
    .market .market7 ul li p {
        font-size: 12px;
    }

    .news .news-list li .info h1 {
        font-size: 16px;
    }
    .news .news-list li .info .p {
        font-size: 12px;
    }
    .news .news-list li .info .more {
        font-size: 12px;
    }
    .index-news ul li {
        width: calc(100%/3 - 40px);
        margin-right: 40px;
    }

    .join .join2 .w {
        background: url(../images/j1.jpg) no-repeat right 50px;;
        background-size: 50%;
    }
    .join .join2 .w .clearboth{
        width: 45%;
    }
    .join .join2 .fl {
        font-size: 12px;
        padding:10px 0;
    }
    .join .join2 p {
        font-size: 14px;
    }

.join .join1{
padding:40px 0;
}

.join .join1 input[type=text],.join .join1 input[type=submit],.join .join1 textarea,.join .join1 label{
    font-size: 14px;
line-height: 50px;
}

.about3 .mySwiper{
font-size: 18px !important;
line-height: 50px !important;
}

.about3 .w .swiper-button-prev:after, .about3 .w .swiper-button-next:after,.about3 .w .swiper-button-prev, .about3 .w .swiper-button-next{
width: 50px !important;
    height: 50px !important;
font-size: 30px !important;
line-height:50px !important;
}

.about3 .info h2{
font-size: 25px !important;
}
.about3 .info .p
{
font-size: 14px !important;
}
}



@media (max-width:1100px) {

.header .top2,.head-height{
height:80px;
}
.header .header-logo img {
height:40px;
}
.header .nav{
height:40px;
}
.header .header-nav-item > a{
line-height:40px;
}


.about3 .mySwiper{
font-size: 14px !important;
line-height: 40px !important;
}
.about3 .w .swiper-button-prev:after, .about3 .w .swiper-button-next:after,.about3 .w .swiper-button-prev, .about3 .w .swiper-button-next{
width: 40px !important;
    height: 40px !important;
font-size: 25px !important;
line-height:40px !important;
}

.about3 .info h2{
font-size: 20px !important;
}
.about3 .info .p
{
font-size: 12px !important;
}

.join .join3 table.t1 thead th{
font-size: 12px;
}
.join .join3 table.t1 thead td{
font-size: 12px;
}

.join .join1 input[type=text],.join .join1 input[type=submit],.join .join1 textarea,.join .join1 label{
    font-size: 12px;
line-height: 40px;
}


    .w {
        max-width: 920px;
    }

    .header .header-nav-item > a {
        font-size: 12px;
        width: 90px
    }

    .header .top2 .header-logo{
        left:20px;
    }
    .header .nav{
        left:250px;
    }
    .title {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 14px;
    }

        .title h1 {
            font-size: 22px !important;
        }

        .title h2 {
            font-size: 18px !important;
        }

        .title p {
            font-size: 14px !important;
        }

    .index-about {
        padding: 30px 0;
    }

        .index-about .info {
            color: #111;
            font-size: 12px;
            line-height: 2;
        }

        .index-about .img img {
            width: 20%;
        }

        .index-about .more {
            font-size: 12px;
        }

    .index-platform {
        padding: 100px 0;
    }

        .index-platform .more {
            font-size: 12px;
        }

        .index-platform ul li .f1 {
            font-size: 20px;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .index-platform ul li .f2 h3 {
            font-size: 14px;
        }

        .index-platform ul li .f2 h4 {
            font-size: 12px;
        }
    .platform .platform2 ul li a .f1{
        margin-left:8%
    }

    .index-competitive ul li:first-child, .index-competitive ul li:last-child {
        width: 35px;
        font-size: 16px;
    }

    .index-competitive ul li img {
        width: 60px;
    }

    .index-competitive ul li h1 {
        font-size: 14px;
    }

    .index-competitive ul li h2 {
        font-size: 12px;
height:30px;
    }


    .index-therapeutic ul li {
        background-size: 100%;
        height: 300px;
    }

        .index-therapeutic ul li h1 {
            padding-top: 40px;
            font-size: 14px;
        }

        .index-therapeutic ul li p {
            font-size: 12px;
        }

    .index-news ul li h1 {
        font-size: 14px;
    }

    .index-news ul li .p {
        font-size: 12px;
    }

    .about1 p {
        font-size: 12px !important;
    }

    .about2 .info h1 {
        padding: 20px 0 0 !important;
        font-size:16px !important;
    }

    .platform .platform3 .info h1 {
        font-size: 16px;
    }
    .platform .platform3 .info .p {
        font-size: 12px;
    }

    .about3 .pl img, .about3 .pr img {
        width: 50% !important;
    }

    footer .footer-main-col:first-child {
        min-width: 250px;
    }

    footer .footer-main-col {
        min-width: 80px
    }

}

@media (min-width:900px) and (max-width:949px) {



    .w {
        max-width: 890px;
    }

    .header .header-nav-item > a {
        font-size: 12px;
        width: 80px
    }

    .header .top2 .header-logo{
        left:20px;
    }
    .header .nav{
        left:250px;
    }
    .title {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 14px;
    }

        .title h1 {
            font-size: 20px !important;
        }

        .title h2 {
            font-size: 16px !important;
        }

        .title p {
            font-size: 12px !important;
        }

    .index-about {
        padding: 30px 0;
    }

        .index-about .info {
            color: #111;
            font-size: 12px;
            line-height: 2;
        }

        .index-about .img img {
            width: 20%;
        }

        .index-about .more {
            font-size: 12px;
        }

    .index-platform {
        padding: 100px 0;
    }

        .index-platform .more {
            font-size: 12px;
        }

        .index-platform ul li .f1 {
            font-size: 20px;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .index-platform ul li .f2 h3 {
            font-size: 14px;
        }

        .index-platform ul li .f2 h4 {
            font-size: 12px;
        }
    .platform .platform2 ul li a .f1{
        margin-left:8%
    }

    .index-competitive ul li:first-child, .index-competitive ul li:last-child {
        width: 35px;
   
    }



    .index-competitive ul li h1 {
        font-size: 14px;
    }

    .index-competitive ul li h2 {
        font-size: 12px;
    }


    .index-therapeutic ul li {
        background-size: 100%;
        height: 300px;
    }

        .index-therapeutic ul li h1 {
            padding-top: 40px;
            font-size: 14px;
        }

        .index-therapeutic ul li p {
            font-size: 12px;
        }

    .index-news ul li h1 {
        font-size: 14px;
    }

    .index-news ul li .p {
        font-size: 12px;
    }

    .about1 p {
        font-size: 12px !important;
    }

    .about2 .info h1 {
        padding: 20px 0 0 !important;
        font-size:16px !important;
    }

    .platform .platform3 .info h1 {
        font-size: 16px;
    }
    .platform .platform3 .info .p {
        font-size: 12px;
    }

    .about3 .pl img, .about3 .pr img {
        width: 50% !important;
    }

    footer .footer-main-col:first-child {
        min-width: 250px;
    }

    footer .footer-main-col {
        min-width: 80px
    }
}


.footer {
    position: relative;
    background-color: #1b1b1b;
    padding: 130px 0;
    z-index: 1;
    overflow: hidden;
}

    .footer .footer-add {
        padding-top: 30px;
        color: #eee;
        font-size: 16px;
        line-height: 2;
    }

        .footer .footer-add p.tel {
            font-size: 20px;
            font-weight: bold;
        }

    .footer .footer-main-col {
        float: left;
        color: #eee;
        min-width: 140px;
    }

        .footer .footer-main-col > div > img {
            width: 50%;
        }

        .footer .footer-main-col .footer-col-title {
            color: #eeeeee;
            font-size: 16px;
            margin-bottom: 20px;
            position: relative;
        }

            .footer .footer-main-col .footer-col-title:After {
                position: absolute;
                content: "";
                height: 2px;
                width: 17px;
                background: #eee;
                left: 0;
                bottom: -12px;
            }

        .footer .footer-main-col .footer-link {
            color: #eeeeee;
            font-size: 13px;
            line-height: 2;
        }

        .footer .footer-main-col .title {
            color: #eeeeee;
            font-size: 16px;
            margin-bottom: 20px;
            position: relative;
            padding: 0;
        }

        .footer .footer-main-col:first-child {
            width: 400px;
        }

        .footer .footer-main-col:last-child {
            float: right;
        }

    .footer .footer-copyright {
        color: #ddd;
        font-size: 14px;
        text-align: center;
        border-top: 1px solid #eee;
        padding-top: 30px;
        margin-top: 30px;
    }

        .footer .footer-copyright a {
            color: #ddd;
        }