﻿@charset "UTF-8";
/*重置样式*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border: border-color;
    -moz-box-sizing: border-box;
    outline: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1;
    color: inherit;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    vertical-align: middle;
    outline: none;
    border: 0;
}

hr {
    margin: 0;
}

body {
    font-family: "微软雅黑","Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    min-width: 1230px;
}

input, button, textarea {
    outline: none;
    font-family: inherit;
    border: none;
    background: none;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*全局样式*/
@font-face {
    font-family: 'SYHT';
    src: url('../fonts/SourceHanSansCN-Regular.eot');
    src: url('../fonts/SourceHanSansCN-Regular.OTF') format('otf'), url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'), url('../fonts/SourceHanSansCN-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.container-middle {
    margin: 0 auto;
}

@media (min-width: 1230px) {
    .container-middle {
        width: 1200px;
    }
}

@media (min-width: 1430px) {
    .container-middle {
        width: 1400px;
    }
}

.container {
    margin: 0 auto;
    width: 1200px;
}

    .clearfix:before, .clearfix:after,
    .container:before, .container:after,
    .container-middle:before, .container-middle:after {
        content: " ";
        display: table;
    }

    .clearfix:after, .container:after, .container-middle:after {
        clear: both;
    }

.section {
    width: 100%;
    overflow: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #e3e3e3;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/*客服 start*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

    .kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background: url(../images/kefu_j.png) no-repeat center #fff;
    }

        .kf span:hover {
            background-color: #16b0c2;
        }

    .kf .zx {
        border-radius: 5px 5px 0 0;
        background-position: 0 0;
    }

        .kf .zx:hover {
            background-position: 0 -62px;
        }

    .kf .freetel {
        background-position: -62px 0;
    }

        .kf .freetel:hover {
            background-position: -62px -62px;
        }

    .kf .act {
        background-position: -186px 0;
    }

        .kf .act:hover {
            background-position: -186px -62px;
        }

    .kf .zxlya {
        background-position: -124px 0;
    }

        .kf .zxlya:hover {
            background-position: -124px -62px;
        }

    .kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position: -248px 0;
    }

        .kf .back_top:hover {
            background-position: -248px -62px;
        }

    .kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom: 2px;
    }

        .kf span div input {
            text-indent: .5em;
            display: block;
            margin: 15px 0;
            line-height: 28px;
            color: #696969;
            font-size: 12px;
            width: 140px;
            border: 1px solid #d1d1d1;
            border-radius: 2px;
            height: 28px;
        }

        .kf span div a {
            -o-transition: .5s;
            transition: .5s;
            -webkit-transition: .5s;
            display: block;
            background: #f4474c;
            border-radius: 2px;
            color: #fff;
            line-height: 26px;
            font-size: 12px;
            text-align: center;
            width: 79px;
            height: 26px;
        }

            .kf span div a:hover {
                background: #f4474c;
            }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
    position: absolute;
}

    .shou.on {
        background-position: -310px -40px;
    }
/*客服 end*/
/*导航 start*/
.header {
    background: #fff;
    width: 100%;
    height: 98px;
}

    .header .logo {
        display: block;
        float: left;
        line-height: 98px;
        height: 98px;
    }

        .header .logo img {
            width: 165px;
            height: 57px;
            margin-top: 21px;
        }

.navbar {
    float: right;
}

.category-item {
    float: left;
    margin: 0 5px;
    position: relative;
}

.category-a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    line-height: 98px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .category-a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: #fff;
        bottom: 22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.category-item.active .category-a, .category-item:hover .category-a {
    background: #16b0c2;
    color: #fff;
}

    .category-item.active .category-a::after, .category-item:hover .category-a::after {
        width: 10px;
    }

.category-sear {
    display: block;
    padding: 0 20px;
    line-height: 98px;
    margin-top: 41px;
}

.dropdown-bg {
    background: #16b0c2;
    padding: 15px 10px;
}

.language {
    display: block;
    padding-left: 30px;
    padding-right: 17px;
    line-height: 98px;
    position: relative;
    color: #23aed5;
}

    .language::before {
        content: '';
        width: 1px;
        height: 20px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -10px;
    }

    .language::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -4px;
        z-index: 5;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        border-style: solid;
        border-width: 7px 5px;
        right: 0;
        border-color: #23aed5 transparent transparent transparent;
    }

.nav-search {
    border: 1px solid #fff;
    border-radius: 32px;
    overflow: hidden;
    width: 206px;
    height: 34px;
}

    .nav-search .text {
        display: block;
        font-size: 12px;
        border: none;
        height: 32px;
        color: #fff;
        float: left;
        width: 150px;
        padding-left: 15px;
    }

    .nav-search .butt {
        height: 32px;
        width: 50px;
        cursor: pointer;
        text-align: center;
        background: url(../images/nav_search2.png) no-repeat center;
        color: transparent;
        float: right;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    min-width: 100%;
    z-index: 1100;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s;
    -o-transition: max-height .7s;
    transition: max-height .7s;
    height: auto;
    padding-top: 15px;
}

.dropdown-cont {
    background: #16b0c2;
}

.dropdown-menu a {
    color: #fff;
    padding: 15px 10px;
    white-space: nowrap;
    display: inline-block;
    height: auto;
    text-align: center;
    width: 100%;
}

.category-item:hover .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}
/*导航 end*/
/*footer start*/
.footer {
    background: url(../images/footer.jpg) no-repeat center rgba(0,0,0,.94);
    background-size: cover;
    padding: 40px 0 54px;
}

    .footer .map {
        width: 566px;
        height: 339px;
    }

.footer-top {
    padding-bottom: 55px;
}

.footer-item {
    float: left;
    margin-right: 15px; /*min-height:204px;*/
}

.footer-dd {
    margin-bottom: 26px;
}

    .footer-dd a {
        font-size: 14px;
        color: #fff;
        line-height: 1;
        display: block;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(200,200,200,.29);
        padding-right: 20px;
    }

.footer-dt a {
    font-size: 13px;
    color: rgba(255,255,255,.3);
    line-height: 23px;
    display: block;
}

.footer-fi {
    margin-bottom: 17px;
}

    .footer-fi .ewm {
        float: left;
        text-align: center;
        margin-right: 13px;
    }

        .footer-fi .ewm p {
            color: rgba(255,255,255,.44);
            line-height: 42px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .footer-fi .ewm:hover p {
            color: rgba(255,255,255,1);
        }

.footer-se {
    float: left;
    padding-left: 8px;
}

    .footer-se p {
        font-size: 13px;
        line-height: 23px;
        color: rgba(255,255,255,.3);
    }

    .footer-se a {
        color: rgba(255,255,255,.3);
    }

.footer a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .footer a:hover {
        color: #fff;
    }

.footer-dd a:hover {
    border-color: rgba(200,200,200,1);
}

.share .bdsharebuttonbox a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: url(../images/share.png) no-repeat center #474747;
    margin: 0 10px 0 0;
    padding: 0;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.share .bdsharebuttonbox .bds_tsina {
    background-position: 0 0;
}

.share .bdsharebuttonbox .bds_tqq {
    background-position: -27px 0;
}

.share .bdsharebuttonbox .bds_fbook {
    background-position: -54px 0;
}

.share .bdsharebuttonbox .bds_sqq {
    background-position: -81px 0;
}

.share .bdsharebuttonbox a:hover {
    background-color: #16b0c2;
    opacity: 1;
}

.footer-friend a {
    display: block;
    float: left;
    border-left: 2px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    font-size: 13px;
    line-height: 1;
    padding: 0 5px;
}

    .footer-friend a:first-child {
        border: none;
    }

.footer-fi {
    font-size: 13px;
    line-height: 23px;
    color: rgba(255,255,255,.3);
    margin-top: 10px;
}

    .footer-fi a {
        color: rgba(255,255,255,.3);
    }

.footer-item:last-child {
    margin: 0;
}

.footer-left {
    width: 754px;
}

.copyright {
    margin: 0 26px 0 5px;
}

@media (max-width: 1430px) {
    .footer-left {
        width: 630px;
    }

    .footer-item:last-child {
        width: 380px;
    }
}
/*footer end*/
/**
 * Swiper 4.3.3
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-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;
        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,right top,left 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: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(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,left top,right 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: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(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 bottom,left top,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: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(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 top,left bottom,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: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -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;
    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-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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.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'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    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'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    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'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    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'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    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'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-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 {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s top,.2s -webkit-transform;
            transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top;
            -webkit-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top;
            -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s left,.2s -webkit-transform;
        transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left;
        -webkit-transition: .2s transform,.2s left;
        transition: .2s transform,.2s left;
        -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.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-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-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;
    -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-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .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-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .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;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*banner start*/

#homeSlide {
    position: relative;
}

    #homeSlide .swiper-slide a {
        display: block;
    }

    #homeSlide .swiper-slide img {
        width: 100%;
    }

    #homeSlide .swiper-slide video {
        width: 100%;
        display: block;
    }

    #homeSlide .swiper-pagination-bullet {
        width: 74px;
        height: 13px;
        margin: 0 5px;
        display: inline-block;
        border: 0;
        background: none;
        cursor: pointer;
        opacity: 1;
    }

        #homeSlide .swiper-pagination-bullet span {
            width: 74px;
            height: 2px;
            background: #fff;
            display: block;
        }

    #homeSlide .swiper-pagination-bullet-active span {
        background: #11747f;
    }

    #homeSlide .swiper-button-next,
    #homeSlide .swiper-button-prev {
        width: 30px;
        height: 30px;
        background: url(../images/h-next.png) no-repeat center transparent;
        border: 1px solid rgba(56,56,56,.71);
        border-radius: 50%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    #homeSlide .swiper-button-next {
        right: 110px;
    }

    #homeSlide .swiper-button-prev {
        left: 110px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        #homeSlide .swiper-button-next:hover,
        #homeSlide .swiper-button-prev:hover {
            background: url(../images/h-nextH.png) no-repeat center #02808f;
            border-color: #02808f;
        }
/*home-about*/
.section-title {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    position: relative;
    padding-top: 70px;
}

    .section-title h3 {
        font-size: 28px;
        color: #333;
        font-family: 'SYHT';
    }

    .section-title p {
        font-family: 'Arial','Open Sans';
        font-size: 14px;
        line-height: 30px;
        color: #999;
        text-transform: capitalize;
    }

    .section-title .h-line {
        width: 23px;
        height: 2px;
        background: #18b1c2;
        position: absolute;
        left: 50%;
        margin-left: -11.5px;
        bottom: -1px;
    }

.home-about {
    background: #fff;
    padding-bottom: 74px;
}

.h-about {
    padding-top: 74px;
}

.h-about-ri {
    float: right;
    width: 414px;
    position: relative;
    z-index: 1;
}

.about-video {
    width: 395px;
    height: 260px;
    margin-top: 17px;
    margin-right: 24px;
}

    .about-video iframe {
        width: 100%;
        height: 100%;
    }

.h-about-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 395px;
    height: 258px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.h-about-le {
    float: left;
    width: 936px;
}

.h-about-se {
    float: left;
    width: 249px;
    position: relative;
}

.h-about-le .h-pic {
    width: 249px;
    height: 277px;
    overflow: hidden;
}

    .h-about-le .h-pic img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .h-about-le .h-pic img:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.h-about-fi {
    margin-left: 300px;
}

    .h-about-fi .h-tit {
        font-size: 20px;
        line-height: 1;
    }

    .h-about-fi hr {
        border: none;
        width: 23px;
        height: 2px;
        background: #18b1c2;
        margin-top: 20px;
    }

    .h-about-fi .h-des {
        font-size: 14px;
        line-height: 24px;
        color: #888;
        margin-top: 15px;
    }

.btn-more {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #1db2c4;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-more::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
        background-color: #1db2c4;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-more:hover::before {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform: scale(0.5, 1);
        -ms-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }

    .btn-more:hover {
        color: #1db2c4;
    }

.h-about-se .btn-more {
    position: absolute;
    bottom: 34px;
    right: -20px;
}

@media (max-width: 1430px) {
    .h-about-le {
        width: 752px;
    }
}
/*home-news*/
.home-news .section-title {
    border-color: rgba(255,255,255,.12);
}

    .home-news .section-title h3 {
        color: #fff;
    }


    .home-news .section-title p {
        color: rgba(136,136,136,.6);
    }

.home-news {
    height: 770px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#newsSlide .swiper-slide a {
    display: block;
    height: 300px;
    color: #fff;
    position: relative;
}

#newsSlide .day {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

#newsSlide .year {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,.5);
    display: inline-block;
    margin-left: 10px;
}

#newsSlide .time {
    border-bottom: 1px solid rgba(255,255,255,.15);
    font-family: 'Arial','Open Sans';
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding-bottom: 19px;
}

#newsSlide .h-tit {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
}

#newsSlide .des {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,.6);
    margin-bottom: 64px;
    margin-top: 10px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#newsSlide .cont {
    padding: 22px 0;
}

.btn-more2 {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-more2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: #1f8a96;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.5, 1);
        -ms-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }

#newsSlide .swiper-slide {
    height: 300px;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
}

    .news-overlay img {
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes rotateLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotateY(180deg) translateZ(300px);
        transform: perspective(800px) rotateY(180deg) translateZ(300px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0px);
        transform: perspective(800px) rotateY(0deg) translateZ(0px);
    }
}

@keyframes rotateLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: perspective(800px) rotateY(180deg) translateZ(300px);
        transform: perspective(800px) rotateY(180deg) translateZ(300px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(800px) rotateY(0deg) translateZ(0px);
        transform: perspective(800px) rotateY(0deg) translateZ(0px);
    }
}

#newsSlide .swiper-slide a:hover .news-overlay {
    -webkit-animation-name: rotateLeft;
    animation-name: rotateLeft;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

#newsSlide .swiper-slide:hover .btn-more2::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#newsSlide .swiper-slide a:hover .btn-more2 {
    border-color: #1f8a96;
}

#newsSlide .swiper-slide a:hover .time {
    border-color: #fff;
}

.p-more-box {
    text-align: center;
    margin-top: 70px;
}

.btn-more3 {
    display: inline-block;
    margin: 0 auto;
    width: 467px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.3);
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

    .btn-more3::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        z-index: 10;
        width: 0;
        height: 1px;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .btn-more3:hover::before {
        width: 244px;
    }
/*营销领域*/
.home-marketing {
    background: #fff;
    padding-bottom: 80px;
}

.h-marketing {
    margin: 0 -5px;
    padding-top: 70px;
    text-align: center;
}

.h-mark-i {
    display: inline-block;
    width: 272px;
    padding: 43px 22px 68px 22px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .h-mark-i .icon {
        width: 126px;
        height: 126px;
        border: 1px solid #ededed;
        border-radius: 50%;
        margin: 0 auto;
        background: url(../images/marketing.png) no-repeat;
        margin-bottom: 44px;
    }

    .h-mark-i .h-tit {
        font-size: 18px;
        line-height: 2;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        _zoom: 1;
    }

    .h-mark-i hr {
        border: none;
        background: #dbdbdb;
        width: 26px;
        height: 2px;
        margin: 0 auto;
    }

    .h-mark-i .des {
        font-size: 14px;
        line-height: 24px;
        color: #888;
        margin-top: 14px;
        margin-bottom: 45px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .h-mark-i.it-1 .icon {
        background-position: 0 0;
    }

    .h-mark-i.it-2 .icon {
        background-position: -124px 0;
    }

    .h-mark-i.it-3 .icon {
        background-position: -248px 0;
    }

    .h-mark-i.it-4 .icon {
        background-position: -372px 0;
    }

    .h-mark-i.it-5 .icon {
        background-position: -496px 0;
    }


.btn-more4 {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 0 20px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h-mark-box1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.h-mark-box2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 43px 22px 68px 22px;
}

.home-marketing .p-more-box {
    margin-top: 60px;
}

.home-marketing .btn-more3 {
    color: #333;
    border-color: #ebebeb;
}

    .home-marketing .btn-more3::before {
        background: #333;
    }

.h-mark-box2 .num {
    font-size: 30px;
    color: #fff;
    font-family: 'Arial','Open Sans';
    line-height: 42px;
}

.h-mark-box2 hr {
    width: 26px;
    height: 2px;
    background: rgba(219,219,219,.7);
    border: none;
    margin: 10px auto 24px auto;
}

.h-mark-box2 .h-tit {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.h-mark-box2 .en {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255,255,255,.5);
    font-family: 'Arial','Open Sans';
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.h-mark-box2 .btn-more4 {
    margin-top: 163px;
    color: #fff;
    border-color: #fff;
    background: transparent;
    position: relative;
}

    .h-mark-box2 .btn-more4::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: #fff;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.5, 1);
        -ms-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }

    .h-mark-box2 .btn-more4:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .h-mark-box2 .btn-more4:hover {
        color: #16b0c2;
    }

.h-mark-i:hover .h-mark-box1 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.h-mark-i:hover .h-mark-box2 {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

@media (max-width: 1430px) {
    .h-mark-i {
        width: 232px;
        padding: 43px 10px 68px 10px;
    }
}
/*home-last*/
.sec-last {
    background: #fff;
    padding-bottom: 30px;
}

.home-last {
    margin: 0 -15px;
}

    .home-last .p-col {
        width: 33.333333333%;
        padding: 0 15px;
        float: left;
        height: -webkit-fill-available;
    }

.h-last-item {
    display: block;
    overflow: hidden;
    position: relative;
}

    .h-last-item img {
        width: 100%;
        height: 100%;
    }

    .h-last-item::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.6);
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        z-index: 2;
    }

    .h-last-item .h-cont {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 172px;
        margin-top: -86px;
        z-index: 3;
        text-align: center;
    }

    .h-last-item .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: url(../images/marketing.png) no-repeat;
        margin: 0 auto 12px auto;
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .h-last-item.it-1 .icon {
        background-position: 0 -124px;
    }

    .h-last-item.it-2 .icon {
        background-position: -100px -124px;
    }

    .h-last-item.it-3 .icon {
        background-position: -200px -124px;
    }

    .h-last-item .h-tit {
        font-size: 28px;
        color: #fff;
        line-height: 42px;
        font-family: 'SYHT';
        position: relative;
        display: inline-block;
    }

        .h-last-item .h-tit::before, .h-last-item .h-tit::after {
            content: '';
            width: 24px;
            height: 2px;
            background: rgba(255,255,255,.5);
            position: absolute;
            top: 50%;
        }

        .h-last-item .h-tit::before {
            left: -44px;
        }

        .h-last-item .h-tit::after {
            right: -44px;
        }

    .h-last-item .en {
        font-size: 16px;
        color: rgba(255,255,255,.55);
        font-family: 'Arial','Open Sans';
        line-height: 18px;
    }

    .h-last-item .outline {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
    }

.outline::before, .outline::after {
    position: absolute;
    top: 14px;
    right: 14px;
    left: 14px;
    bottom: 14px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.outline::before {
    border-top: 1px solid rgba(255,255,255,.81);
    border-bottom: 1px solid rgba(255,255,255,.81);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.outline::after {
    border-right: 1px solid rgba(255,255,255,.81);
    border-left: 1px solid rgba(255,255,255,.81);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.h-last-item:hover::before {
    background-color: rgba(41, 182, 199, .78);
}

.h-last-item:hover .icon {
    background-color: #fff;
}

.h-last-item.it-1:hover .icon {
    background-position: 0 -224px;
}

.h-last-item.it-2:hover .icon {
    background-position: -100px -224px;
}

.h-last-item.it-3:hover .icon {
    background-position: -200px -224px;
}

.h-last-item:hover .outline::before,
.h-last-item:hover .outline::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*home--end*/

/*css copy*/
/*关于我们页面*/
.banner {
    /* height: 400px; */
    position: relative;
}

.nybanner_img {
    width: 100%;
}

.ban_info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

    .ban_info h3 {
        font-size: 28px;
        color: #fff;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ban_info p {
        font-size: 14px;
        color: #fff;
        line-height: 14px;
        font-family: arial;
    }

.page_nav {
    height: 60px;
    background: #f5f5f5;
}

.target {
    float: left;
}

    .target a {
        display: inline-block;
        width: 146px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 14px;
        color: #333;
    }

        .target a.on {
            background: #16b0c2;
            color: #fff;
        }

.bread, .bread a, .bread span {
    display: inline-block;
    font-size: 14px;
    color: #888;
    line-height: 60px;
}

    .bread a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .bread a:hover {
            color: #16b0c2;
        }

.bread {
    float: right;
}

.box {
    background: #fff;
}

.tit {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

    .tit p {
        font-size: 14px;
        color: #999;
        line-height: 14px;
    }

    .tit h3 {
        font-size: 20px;
        color: #333;
        line-height: 20px;
        padding-bottom: 10px;
    }

.abo1_lf {
    width: 555px;
    float: left;
    padding-right: 20px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 378px;
    overflow-y: auto;
}

    .abo1_lf p {
        font-size: 14px;
        color: #888;
        text-indent: 2em;
    }

    .abo1_lf::-webkit-scrollbar {
        width: 3px !important;
        background: url(../images/abo_19.jpg) repeat-y center;
    }

    .abo1_lf::-webkit-scrollbar-thumb {
        width: 3px !important;
        background: url(../images/abo_13.jpg) repeat-y center;
    }

.abo1_rt {
    width: 603px;
    height: 371px;
    float: right;
    overflow: hidden;
}

    .abo1_rt img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .abo1_rt:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


.abo_one {
    padding-bottom: 70px;
}

.abo_three {
    height: 620px;
    background: url(../images/img3.jpg)no-repeat center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#historySlide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #historySlide .history-c {
        height: 280px;
        width: 100%;
        position: relative;
    }

        #historySlide .history-c li {
            width: 1200px;
            height: 280px;
        }

        #historySlide .history-c .year {
            font-size: 198px;
            font-family: arial;
            color: #16b0c2;
            display: inline-block;
            line-height: 70px;
        }

        #historySlide .history-c .cont {
            position: relative;
            text-align: center;
            padding-top: 60px;
        }

        #historySlide .history-c .des {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -90px;
            font-size: 14px;
            line-height: 24px;
            color: #333;
        }

    #historySlide .history-scroll {
        height: 70px;
        width: 1087px;
        margin: 0 auto;
        margin-top: 70px;
    }

    #historySlide .small-day li {
        float: left;
        width: 104px;
        height: 1px;
        background: #dedede;
        cursor: pointer;
        list-style: none;
        margin-right: 19px;
    }

    #historySlide .time-line {
        width: 104px;
        height: 1px;
        position: relative;
    }

        #historySlide .time-line .dot {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            position: absolute;
            top: -9px;
            left: -19px;
            opacity: 1;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            background: none;
            border: 1px solid #c7c7c7;
        }

    #historySlide .small-day li.on .dot {
        background: #16b0c2;
        border: 1px solid #16b0c2;
    }

    #historySlide .small-day .daty {
        font-size: 16px;
        line-height: 32px;
        position: absolute;
        top: 12px;
        left: -24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        color: #16b0c2;
    }

    #historySlide .small-day li.on .daty {
        color: #333333;
    }

    #historySlide .arrow-left, #historySlide .arrow-right {
        margin-top: -110px;
    }

    #historySlide .small-day ul {
        -webkit-transition: left .8s;
        -o-transition: left .8s;
        transition: left .8s;
        overflow: visible !important;
    }

    #historySlide .small-day .tempWrap {
        overflow: visible !important;
    }

.arrow-left, .arrow-right {
    position: absolute;
    top: 50%;
    border: 1px solid #bebebe;
    z-index: 10;
    width: 30px;
    height: 30px;
    margin-top: -27px;
    border-radius: 50%;
    background: url(../images/img5.png) no-repeat center center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.arrow-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.arrow-right {
    right: 0;
}

    .arrow-left:hover, .arrow-right:hover {
        background: url(../images/img4.png) no-repeat center center;
        border: 1px solid #16b0c2;
    }

.abo_four {
    background: #fff;
    padding-bottom: 70px;
}

.abo4_list li {
    text-align: center;
    width: 380px;
    float: left;
    margin-right: 30px;
}

.abo4_pic {
    width: 380px;
    height: 160px;
    overflow: hidden;
}

    .abo4_pic img {
        width: 380px;
        height: 160px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.abo4_desc h4 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    padding-top: 29px;
    padding-bottom: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abo4_desc p {
    font-size: 10px;
    color: #888;
    line-height: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.abo4_list li:nth-child(3n) {
    margin-right: 0;
}

.abo4_list li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*荣誉资质*/
.page_tab {
    line-height: 69px;
    border-bottom: 1px solid #dedede;
    text-align: center;
    margin-bottom: 50px;
}

    .page_tab a {
        display: inline-block;
        padding: 0 21px;
        color: #333;
        font-size: 18px;
    }

    .page_tab li {
        float: left;
    }

    .page_tab ul {
        display: inline-block;
        vertical-align: bottom;
    }

    .page_tab li.active a {
        border-bottom: 2px solid #16b0c2;
    }

.fade.in {
    display: block;
}

.tab_con > .p-pane {
    display: none;
}

.tab_con > .active {
    display: block;
}

.honor_list li {
    float: left;
    width: 382px;
    margin-right: 27px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 0;
}

    .honor_list li img {
        width: 382px;
        height: 266px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .honor_list li:nth-child(3n) {
        margin-right: 0;
    }

    .honor_list li p {
        font-size: 18px;
        color: #333;
        line-height: 18px;
        text-align: center;
        padding-top: 28px;
    }

    .honor_list li:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .honor_list li a {
        display: inline-block;
        overflow: hidden;
    }

.page {
    padding-top: 35px;
    padding-bottom: 70px;
}

    .page a {
        display: inline-block;
        line-height: 40px;
        padding: 0 20px;
    }

.page_con {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: inline-block;
}

.page {
    text-align: center;
}

.page_con {
    position: relative;
}

    .page_con a.page_prev, .page_con a.page_next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #b6b6b6;
        padding: 0;
        position: absolute;
        top: 0;
        background: url(../images/img5.png)no-repeat center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .page_con a.page_prev {
        left: -20px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .page_con a.page_next {
        right: -20px;
    }

        .page_con a.page_prev:hover, .page_con a.page_next:hover {
            border-color: #1bb2c3;
            background: url(../images/img4.png)no-repeat center;
        }

    .page_con a:nth-child(2) {
        margin-left: 40px;
    }

    .page_con a:nth-child(4) {
        margin-right: 40px;
    }

    .page_con a:hover, .page_con a.on {
        color: #1bb2c3;
    }

    .page_con a.page_more {
    }

.zs_list li img {
    height: 476px;
}
/*图片放大 .zs_list li{height:476px; }*/
#darkbox {
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
}

    #darkbox.on {
        opacity: 1;
        visibility: visible;
        height: 88% !important;
        width: 90% !important;
        left: 6% !important;
        top: 6% !important;
    }

#darkbox_prev, #darkbox_next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#darkbox_prev {
    left: -40px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#darkbox_next {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -40px;
}

    #darkbox_prev:hover, #darkbox_next:hover {
        border-color: #fca61f;
    }

#darkbox-description {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 18px;
    bottom: 5px;
    text-align: right;
    text-shadow: 0 1px 1px #000;
}

#darkbox:after {
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 2em;
    content: "\2A2F";
    color: #fff;
    cursor: pointer;
}
/*公司制度*/
.investor_list li h3 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 20px;
}

.investor_list li p {
    color: #888;
    font-size: 14px;
    line-height: 14px;
}

.investor_list li span {
    display: inline-block;
    color: #888;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 11px;
    padding-left: 25px;
    background: url(../images/down2.png) no-repeat left center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.investor_list li {
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}

    .investor_list li:first-child {
        padding-top: 20px;
    }

.list_more_a {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.list_more {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 85px;
}

.show {
    display: none;
}

.investor_list li span:hover {
    background-image: url(../images/down.png);
    color: #16b0c2;
}
/*股份结构*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.gufen table {
    width: 100%;
    margin-bottom: 70px;
}

    .gufen table th, .gufen table td {
        border: 1px solid #dadada;
        text-align: center;
    }

    .gufen table .tr1 {
        background: #16b0c2;
    }

        .gufen table .tr1 th {
            font-size: 18px;
            color: #fff;
            font-weight: normal;
            line-height: 45px;
        }

        .gufen table .tr1 .th1 {
            width: 220px;
        }

        .gufen table .tr1 .th2 {
            width: 456px;
        }

        .gufen table .tr1 .th3 {
            width: 243px;
        }

    .gufen table td {
        color: #777;
        font-size: 18px;
        line-height: 59px;
    }

.gufen .tit {
    padding-top: 0;
}

.gufen table td a {
    color: #16b0c2;
}

.gufen1 table {
    margin-bottom: 0;
}


/*投资者交流*/
.platform1 {
    width: 1400px;
    margin: 0 auto;
    background: #f5f6f6;
    margin-top: 60px;
}

    .platform1 .tit {
        padding-top: 53px;
    }

.plat_form {
    font-size: 0;
}

    .plat_form input {
        width: 590px;
        height: 66px;
        border: 1px solid #e7e7e7;
        background: #fff;
        color: #999;
        font-size: 16px;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .plat_form input:nth-child(2n) {
            margin-right: 0;
        }

@media (max-width: 1400px) {
    .platform1 {
        width: 1200px;
    }
}

.plat_form textarea {
    width: 100%;
    height: 286px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #999;
    font-size: 16px;
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.sub_input input {
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.sub_input {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 48px;
}

    .sub_input input.submit {
        background: #16b0c2;
    }

    .sub_input input.reset {
        background: #333;
    }

.zp_list li {
    text-align: left;
    margin-bottom: 30px;
}

.zp_tit {
    padding-left: 78px;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../images/img13.png) no-repeat left 0 center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 13px;
}

    .zp_tit h3 {
        border: 2px solid #efeeee;
        line-height: 48px;
        color: #fff;
        font-size: 20px;
        background: #16b0c2;
        padding: 0 25px;
    }

.zp_font {
    font-size: 14px;
    line-height: 25px;
    color: #888;
    display: none;
    padding-left: 78px;
    background: url(../images/img14.png) no-repeat left 0 top;
}

.zp_det {
    border: 2px solid #efeeee;
    padding: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zp_list .page {
    padding-top: 22px;
}

/*朗奥商学院*/
.labs_con {
    padding: 70px 0;
}

.labs_lf {
    width: 600px;
    float: left;
    overflow: hidden;
}

    .labs_lf img {
        width: 600px;
        height: 392px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.labs_rt {
    float: right;
    width: 600px;
    height: 392px;
    background: url(../images/img16.jpg)no-repeat center;
    padding: 57px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.labs_lf:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.labs_rt1 {
    background: #2e394a;
}

.labs_rt h3 {
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 20px;
    padding-bottom: 10px;
}

.labs_rt span {
    color: rgba(255,255,255,0.32);
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 25px;
    display: inline-block;
}

.labs_rt p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-indent: 2em;
}
/*股东大会*/
.gddh_desc h3 {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gddh_desc p {
    color: #888;
    font-size: 14px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gddh_desc span {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 25px;
}

.gddh_pic {
    width: 404px;
    height: 243px;
    float: left;
    border: 1px solid #c3c3c3;
    overflow: hidden;
}

    .gddh_pic img {
        width: 404px;
        height: 243px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.gddh_tab {
    margin-bottom: 15px;
}

.ggdh_con ul li {
    padding: 55px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px dashed #dbdbdb;
}

.gddh_desc {
    width: 795px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 60px;
}

.gddh_item {
    position: relative;
    display: block;
}

.ggdh_con li:hover {
    background: #16b0c2;
    border-bottom-color: : #16b0c2;
}

    .ggdh_con li:hover h3 {
        color: #fff;
    }

    .ggdh_con li:hover p, .ggdh_con li:hover span {
        color: rgba(255,255,255,0.6);
    }

.ggdh_con ul li:hover .gddh_pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ggdh_con .page {
    padding-top: 70px;
}

/*新闻中心*/
.new-btn-more2 {
    color: #333;
    border-color: #e3e3e3;
    line-height: 34px;
    padding: 0 46px;
    margin-top: 22px;
}

.ggdh_con li:hover .new-btn-more2 {
    background: #333;
    color: #fff;
    border-color: #333;
}

.news_con {
    background: #f6f6f6;
    padding-top: 78px;
    text-align: center;
    padding-bottom: 70px;
}

.page_nav1 {
    background: #fff;
}

.newsxq_con h3 {
    color: #333;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.newsxq_con span {
    color: rgb(0, 0, 0) !important;
    display: block;
    text-indent: 0px !important;
}

.news_share {
    display: block;
    margin-top: 51px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

    .news_share .bdsharebuttonbox {
        display: inline-block;
    }

        .news_share .bdsharebuttonbox a {
            margin: 0 12px 0 0;
        }

            .news_share .bdsharebuttonbox a:last-child {
                margin-right: 0;
            }

    .news_share:before, .news_share:after {
        content: '';
        width: 528px;
        height: 3px;
        background: #dedede;
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .news_share:before {
        left: 0;
    }

    .news_share:after {
        right: 0;
    }

.newsxq_con p {
    color: #888;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0) !important;
    margin-bottom: 10px;
}

.news_menu {
    line-height: 60px;
    border: 1px solid #dedede;
    margin: 70px auto 0;
}

    .news_menu a {
        color: #000016;
        font-size: 16px;
        display: inline-block;
        line-height: 60px;
    }

        .news_menu a.news_prev, .news_menu a.news_next {
            width: 310px;
        }

        .news_menu a.news_prev {
            float: left;
            background: url(../images/img31.png)no-repeat left 105px center;
        }

        .news_menu a.news_next {
            float: right;
            background: url(../images/img29.png)no-repeat right 105px center;
        }

        .news_menu a.news_return {
            width: 576px;
            border-left: 1px solid #dedede;
            border-right: 1px solid #dedede;
        }

        .news_menu a:hover {
            color: #fff;
            background: #16b0c2;
        }

        .news_menu a.news_prev.on, .news_menu a.news_prev:hover {
            color: #fff;
            background: url(../images/img32.png) no-repeat left 105px center #16b0c2;
        }

        .news_menu a.news_next.on, .news_menu a.news_next:hover {
            color: #fff;
            background: url(../images/img30.png) no-repeat right 105px center #16b0c2;
        }

.news_share .bdsharebuttonbox a.bds_weixin {
    background-position: -108px 0;
}

/*联系我们*/
.contact {
    padding-top: 80px;
    padding-bottom: 70px;
}

.cont_pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
    background: #f5f6f6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont_list li {
    width: 33.3%;
    text-align: center;
    float: left;
}

    .cont_list li h3 {
        color: #333;
        font-size: 18px;
        line-height: 18px;
        margin: 28px 0 10px;
    }

    .cont_list li p {
        color: #999;
        font-size: 14px;
        line-height: 14px;
    }

.cont_list {
    padding-bottom: 99px;
}

.cont_pic1 {
    background: #f5f6f6 url(../images/img38.png)no-repeat center;
}

.cont_pic2 {
    background: #f5f6f6 url(../images/img39.png)no-repeat center;
}

.cont_pic3 {
    background: #f5f6f6 url(../images/img40.png)no-repeat center;
}

.cont_list li:hover .cont_pic {
    border: 1px solid #16b0c2;
}

.cont_list li:hover .cont_pic1 {
    background: #16b0c2 url(../images/img41.png)no-repeat center;
}

.cont_list li:hover .cont_pic2 {
    background: #16b0c2 url(../images/img42.png)no-repeat center;
}

.cont_list li:hover .cont_pic3 {
    background: #16b0c2 url(../images/img43.png)no-repeat center;
}

.map img {
    width: 100%;
}
/*css copy  end*/
/*产业基地*/
.sec-base {
    background: #fff;
    padding-bottom: 50px;
}

#baseSwiper {
    padding-bottom: 40px;
    overflow: hidden;
}

    #baseSwiper .swiper-container {
        overflow: visible;
    }

    #baseSwiper .swiper-slide {
        width: 848px;
        height: 386px;
        background: #fff;
        overflow: visible;
    }

        #baseSwiper .swiper-slide img {
            width: 100%;
            height: 100%;
        }

    #baseSwiper .p-cont {
        position: relative;
        opacity: 0.5;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    #baseSwiper .p-tit {
        font-size: 18px;
        line-height: 47px;
        color: #333;
        background: #fff;
        padding: 0 57px;
        position: absolute;
        left: 50%;
        bottom: -24px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.11);
        box-shadow: 0 3px 7px 0 rgba(0,0,0,0.11);
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    #baseSwiper .swiper-slide-active .p-tit {
        opacity: 1;
    }

    #baseSwiper .swiper-slide-active .p-cont {
        opacity: 1;
    }

    #baseSwiper .swiper-button-next,
    #baseSwiper .swiper-button-prev {
        position: absolute;
        top: 50%;
        border: 1px solid #bebebe;
        z-index: 10;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        border-radius: 50%;
        background: url(../images/img5.png) no-repeat center center;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        cursor: pointer;
    }

    #baseSwiper .swiper-button-prev {
        left: 120px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #baseSwiper .swiper-button-next {
        right: 120px;
    }

        #baseSwiper .swiper-button-next:hover,
        #baseSwiper .swiper-button-prev:hover {
            border-color: #16b0c2;
            background: url(../images/img4.png) no-repeat center center;
        }
/*懂事大会*/
.sec-second-nav {
    background: #fff;
}

.sec-dsjj {
    background: #fff;
    padding-bottom: 70px;
}

.dsjjSwiper {
    position: relative;
}

    .dsjjSwiper .p-pic {
        float: left;
        width: 554px;
        height: 286px;
        overflow: hidden;
    }

        .dsjjSwiper .p-pic img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

            .dsjjSwiper .p-pic img:hover {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .dsjjSwiper .p-cont {
        float: left;
        width: 646px;
        height: 286px;
        border: 1px solid #dedede;
        border-left: none;
        padding: 30px 26px 20px 30px;
    }

.p-sub-tit .p-tit {
    font-size: 18px;
    line-height: 24px;
}

.p-sub-tit hr {
    background: #18b1c2;
    border: none;
    width: 22px;
    height: 2px;
    margin-top: 15px;
}

.dsjjSwiper .p-des {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    overflow-y: auto;
    height: 120px;
    margin-top: 16px;
}

.dsjjSwiper .swiper-next,
.dsjjSwiper .swiper-prev {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(59,59,59,.33);
    border-radius: 50%;
    background: url(../images/h-next2.png) no-repeat center #fff;
    position: absolute;
    bottom: 22px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 10;
    cursor: pointer;
}

.dsjjSwiper .swiper-prev {
    left: 584px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dsjjSwiper .swiper-next {
    left: 624px;
}

    .dsjjSwiper .swiper-next:hover,
    .dsjjSwiper .swiper-prev:hover {
        background-image: url(../images/img4.png);
        border-color: #18b1c2;
    }

.sec-director {
    background: url(../images/p-dsjj02.jpg) no-repeat center;
    background-size: cover;
    height: 490px;
    text-align: center;
}

.director-img {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: #fffaf5;
    margin: 0 auto;
}

    .director-img img {
        width: 100%;
        height: 100%;
    }

.director-name {
    display: inline-block;
    margin: 34px 0 13px;
}

    .director-name p {
        float: left;
        font-size: 18px;
        line-height: 34px;
        margin: 0 25px;
    }

.director-des {
    font-size: 13px;
    line-height: 30px;
    color: #888;
    width: 896px;
    margin: 0 auto;
}
/*公司章程*/
.sec-summary {
    background: #2a2a2a;
    padding-bottom: 92px;
}

    .sec-summary .tit h3 {
        color: #fff
    }

    .sec-summary .tit p {
        color: #888;
    }

.summary-box {
    margin-left: -30px;
}

.summary-item {
    float: left;
    width: 277.5px;
    height: 70px;
    background: #fff;
    overflow: hidden;
    margin-left: 30px;
    padding: 12px 0;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.summ-text {
    display: inline-block;
    width: 163px;
    padding: 0 14px 0 20px;
    vertical-align: middle;
}

    .summ-text p {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
    }

.summ-ri {
    display: inline-block;
    width: 110px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #ededed;
    vertical-align: middle;
}

    .summ-ri .p-icon {
        width: 27px;
        height: 27px;
        background: url(../images/p-summ2.png) no-repeat center #f7f7f7;
        border-radius: 50%;
        margin: 0 auto;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .summ-ri p {
        font-size: 14px;
        color: #888;
        line-height: 1;
        margin-top: 5px;
    }

.summary-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

    .summary-item:hover .p-icon {
        background-image: url(../images/p-summ.png);
    }
/*研发中心*/
.sec-rd-intro {
    background: #fff;
    padding: 68px 0 73px;
}

.p-relat {
    position: relative;
}

.p-absol {
    position: absolute;
    top: -70px;
    left: 0;
}

.rdSwiper .p-pic {
    width: 600px;
    height: 362px;
    float: left;
    overflow: hidden;
}

    .rdSwiper .p-pic img {
        width: 100%;
        height: 100%;
    }

.rdSwiper .p-cont {
    width: 600px;
    height: 362px;
    float: right;
    padding: 46px 30px 30px 40px;
    border: 1px solid #dedede;
    border-left: none;
}

.p-rd-tit h3 {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.p-rd-tit p {
    font-size: 14px;
    color: #999;
}

.p-rd-des {
    border-top: 1px solid #dedede;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding-top: 15px;
    margin-top: 20px;
}

.rdSwiper .p-des .scrollbar {
    height: 144px;
    overflow-y: auto;
}

.rdSwiper .swiper-next,
.rdSwiper .swiper-prev {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(59,59,59,.33);
    border-radius: 50%;
    background: url(../images/h-next2.png) no-repeat center #fff;
    position: absolute;
    bottom: 44px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 10;
    cursor: pointer;
}

.rdSwiper .swiper-prev {
    left: 640px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rdSwiper .swiper-next {
    left: 680px;
}

    .rdSwiper .swiper-next:hover,
    .rdSwiper .swiper-prev:hover {
        background-image: url(../images/img4.png);
        border-color: #18b1c2;
    }

.sec-rd-cap {
    background: url(../images/rd_03.jpg) repeat;
    background-size: cover;
    padding-bottom: 65px;
}

.capab-des {
    line-height: 24px;
    color: #888;
    text-align: center;
    width: 965px;
    margin: 0 auto;
}

.capab-box {
    position: relative;
}

#capabSlide {
    margin-top: 45px;
}

    #capabSlide .swiper-slide {
        width: 380px;
        text-align: center;
    }

    #capabSlide .capab-cont {
        width: 100%;
        height: 214px;
        overflow: hidden;
    }

        #capabSlide .capab-cont img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    #capabSlide .p-tit {
        font-size: 20px;
        color: #3c3c3c;
        line-height: 60px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.p-next, .p-prev {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(59,59,59,.33);
    border-radius: 50%;
    background: url(../images/h-next2.png) no-repeat center transparent;
    position: absolute;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 10;
    cursor: pointer;
}

.capab-box .p-prev {
    left: -100px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.capab-box .p-next {
    right: -100px;
}

.p-next:hover,
.p-prev:hover {
    background-image: url(../images/img4.png);
    border-color: #18b1c2;
}

#capabSlide .swiper-slide:hover .capab-cont img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#capabSlide .swiper-slide:hover .p-tit {
    background: #16b0c2;
    color: #fff;
}

.capab-box .p-next, .capab-box .p-prev {
    top: 50%;
    margin-top: -15px;
}

.sec-rd-ach {
    background: #fff;
}

.achieve-box {
    position: relative;
    padding-bottom: 100px;
}

#achieveSlide .swiper-slide {
    width: 585px;
}

#achieveSlide .achieve-cont {
    width: 100%;
    height: 263px;
    overflow: hidden;
    margin-bottom: 26px;
}

    #achieveSlide .achieve-cont img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

#achieveSlide .scrollbar {
    height: 159px;
    overflow-y: auto;
}

#achieveSlide .swiper-slide:hover .achieve-cont img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#achieveSlide .swiper-slide:hover .p-rd-tit h3 {
    color: #16b0c2;
}

.achieve-box .p-prev {
    left: 50%;
    margin-left: -35px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.achieve-box .p-next {
    left: 50%;
    margin-left: 5px;
}

.sec-rd-app {
    background: #fff;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.rd-app-text {
    width: 100%;
    height: 260px;
    background: #1d232e;
    color: #fff;
    padding: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .rd-app-text .p-tit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .rd-app-text .p-des {
        font-size: 14px;
        line-height: 24px;
        color: rgba(255,255,255,.6);
        height: 72px;
        overflow-y: auto;
    }

    .rd-app-text .p-more {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        padding: 0 45px;
        border: 1px solid rgba(255,255,255,.7);
        margin-top: 24px;
    }

.rd-app-item {
    width: 400px;
    float: left;
}

.rd-app-pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

    .rd-app-pic img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.rd-app-item:hover .rd-app-pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.rd-app-item:hover .rd-app-text {
    background: #16b0c2;
}

.sec-rd-app::before {
    content: '';
    width: 100%;
    height: 424px;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.side-tabs {
    display: none;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
}

    .side-tabs li {
        display: inline-block;
        width: 127px;
        height: 38px;
        border: 1px solid #dfdfdf;
        border-radius: 20px;
        text-align: center;
        margin: 0 10px;
        -webkit-transition: border-color .3s;
        -o-transition: border-color .3s;
        transition: border-color .3s;
    }

        .side-tabs li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 16px;
            line-height: 36px;
            color: #444;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }

        .side-tabs li.on a, .side-tabs li:hover a {
            color: #16b0c2;
        }
/*人才战略理念*/
.sec-strategy {
    background: #fff;
    padding-bottom: 70px;
}

.strategy-box .p-pic {
    float: left;
    width: 604px;
    height: 332px;
    overflow: hidden;
}

    .strategy-box .p-pic img {
        width: 100%;
        height: 100%;
    }

.strategy-box .p-cont {
    float: right;
    width: 596px;
    height: 332px;
    overflow: hidden;
    border: 1px solid #dedede;
    border-left: none;
    padding: 30px 26px 20px 30px;
}

.p-stra-des {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    overflow-y: auto;
    height: 216px;
    margin-top: 16px;
}

    .p-stra-des p {
        text-indent: 2em;
    }
/*人事公告*/
.sec-announce {
    background: #f5f6f6; /*padding-bottom: 50px;*/
}

.announce-box {
    margin-left: -20px;
}

.announce-item {
    margin-left: 20px;
    display: block;
    margin-bottom: 20px;
    float: left;
}

    .announce-item .p-pic {
        float: left;
        width: 290px;
        height: 260px;
        overflow: hidden;
        position: relative;
    }

    .announce-item .p-img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .announce-item .p-cont {
        float: left;
        width: 300px;
        height: 260px;
        overflow: hidden;
        background: #fff;
        padding: 22px 25px 22px 36px;
    }

    .announce-item .p-tit {
        font-size: 18px;
        line-height: 34px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        _zoom: 1;
    }

    .announce-item .p-des {
        line-height: 24px;
        color: #888;
        margin: 13px 0 12px;
        height: 72px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

        .announce-item .p-des p {
            text-indent: 2em;
        }

    .announce-item .p-time {
        line-height: 24px;
        color: #888;
        padding-bottom: 3px;
        border-bottom: 1px solid #dedede;
    }

    .announce-item .p-mark {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: rgba(22,176,194,.9);
        text-align: center;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .announce-item:hover .p-mark {
        opacity: 1;
    }

    .announce-item:hover .p-img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
/*朗奥成长记*/
.sec-growth {
    background: #fff;
    padding-bottom: 70px;
}

.growth-item {
    height: 240px;
    width: 100%;
    background: #f6f6f6;
}

.growth-pic {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

    .growth-pic img {
        width: 100%;
        height: 100%;
    }

.growth-item.gro-1 .growth-pic,
.growth-item.gro-2 .growth-cont {
    float: right;
}

.growth-cont {
    width: 50%;
    padding: 38px 50px 27px 60px;
    height: 100%;
}

.growth-item.gro-1 .growth-cont,
.growth-item.gro-2 .growth-pic {
    float: left;
}

.growth-cont .p-tit {
    font-size: 18px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
}

.growth-cont .p-addr {
    line-height: 24px;
    color: #888;
}

    .growth-cont .p-addr span {
        margin-right: 15px;
    }

.growth-cont .p-des {
    line-height: 24px;
    color: #888;
    margin: 10px 0 9px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

    .growth-cont .p-des p {
        text-indent: 2em;
    }

.btn-growth {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    padding: 0 45px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(219,219,219,0.7);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-growth::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: #7bc7d4;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.5, 1);
        -ms-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }

    .btn-growth:hover {
        border-color: #7bc7d4;
        color: #fff;
    }

        .btn-growth:hover::before {
            opacity: 1;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

.growth-share {
    float: right;
    margin-top: 9px;
}

    .growth-share span {
        color: #999;
        float: left;
        line-height: 27px;
        margin-right: 5px;
    }

    .growth-share .share {
        float: left;
    }

        .growth-share .share .bdsharebuttonbox a {
            background-color: #9d9d9d;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .growth-share .share .bdsharebuttonbox a:hover {
                background-color: #7bc7d4;
            }
/*薪酬福利*/
.sec-welfare {
    background: url(../images/welfare.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 74px;
}

    .sec-welfare .tit h3, .sec-welfare .tit p {
        color: #fff;
    }

.welfare-des {
    line-height: 24px;
    color: #888;
    width: 940px;
    margin: 0 auto;
    text-align: center;
}

.wefare-rel {
    position: relative;
}

.welfare-box {
    margin-left: -25px;
    margin-top: 25px;
}

.welfare-itme {
    float: left;
    margin-left: 25px;
    width: 220px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    background: url(../images/welfare_j.png) no-repeat #fff;
}

    .welfare-itme.it-1 {
        background-position: 0 0;
    }

    .welfare-itme.it-2 {
        background-position: -245px 0;
    }

    .welfare-itme.it-3 {
        background-position: -490px 0;
    }

    .welfare-itme.it-4 {
        background-position: -735px 0;
    }

    .welfare-itme.it-5 {
        background-position: -980px 0;
    }

    .welfare-itme.it-6 {
        background-position: 0 -130px;
    }

    .welfare-itme.it-7 {
        background-position: -980px -130px;
    }

    .welfare-itme.it-8 {
        background-position: 0 -260px;
        position: absolute;
        left: -25px;
        top: 260px;
    }

    .welfare-itme.it-9 {
        background-position: -980px -260px;
    }

    .welfare-itme.it-10 {
        background-position: 0 -390px;
    }

    .welfare-itme.it-11 {
        background-position: -245px -390px;
    }

    .welfare-itme.it-12 {
        background-position: -490px -390px;
    }

    .welfare-itme.it-13 {
        background-position: -735px -390px;
    }

    .welfare-itme.it-14 {
        background-position: -980px -390px;
    }

.welfare-tit {
    color: #181818;
    font-size: 18px;
    line-height: 110px;
}

.welfate-cent {
    margin-left: 25px;
    width: 710px;
    float: left;
    height: 240px;
    margin-bottom: 20px;
    background: transparent;
    line-height: 24px;
    color: #888;
    position: relative;
}

    .welfate-cent p {
        text-indent: 2em;
    }

    .welfate-cent .p-des {
        display: inline-block;
        vertical-align: middle;
        width: 680px;
    }

    .welfate-cent::before {
        content: '';
        width: 10px;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
/*招贤纳士*/
.sec-join {
    padding: 70px 0;
}

.p-join-le {
    float: left;
    width: 285px;
}

.p-join-ri {
    float: right;
    width: 856px;
}

.join-fi h3 {
    font-size: 24px;
    color: #343434;
    line-height: 1;
}

.join-fi hr {
    border: none;
    width: 33px;
    height: 4px;
    background: #56cf5c;
    margin-top: 14px;
}

.join-se {
    font-size: 13px;
    line-height: 30px;
    color: #7c7c7b;
    margin: 12px 0 30px;
}

.join-th {
    width: 100%;
    height: 24px;
    background: url(../images/p-join.png) repeat-x left center;
}

    .join-th p {
        font-size: 18px;
        line-height: 24px;
        display: inline-block;
        background: #fff;
        padding-right: 3px;
    }

.join-fi {
    margin: 16px 0;
}

    .join-fi a {
        color: #16b0c2;
        line-height: 24px;
    }

.job-item {
    border: 1px solid #dedede;
    color: #888;
    line-height: 24px;
    margin-bottom: 30px;
}

    .job-item .job-tig {
        padding: 15px 20px 10px 30px;
        cursor: pointer;
    }

    .job-item .p-time {
        float: right;
    }

    .job-item .p-tit {
        margin-right: 100px;
        font-size: 18px;
        color: #16b0c2;
    }

    .job-item .p-req {
        margin-right: 100px;
    }

    .job-item .p-icon {
        width: 30px;
        height: 17px;
        background: #333;
        float: right;
        margin-right: 10px;
        margin-top: 4px;
        position: relative;
    }

        .job-item .p-icon::before, .job-item .p-icon::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            background: #fff;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .job-item .p-icon::before {
            width: 1px;
            height: 9px;
            margin-left: -0.5px;
            margin-top: -4.5px;
        }

        .job-item .p-icon::after {
            width: 9px;
            height: 1px;
            margin-left: -4.5px;
            margin-top: -0.5px;
        }

.job-cont {
    padding-left: 18px;
    display: none;
}

.job-re-fi {
    border-top: 1px solid #dedede;
    padding: 30px 20px 30px 12px;
}

.p-re-tit {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.btn-join-tou {
    display: inline-block;
    background: #16b0c2;
    line-height: 43px;
    color: #fff;
    border-radius: 20px;
    padding: 0 33px;
    margin-top: 38px;
}

.job-item.open .p-icon {
    background: #16b0c2;
}

    .job-item.open .p-icon::before {
        opacity: 0;
    }
/*营销领域*/
.sec-market {
    background: #fff;
}

.market-box {
    margin-left: -40.5px;
}

.market-item {
    float: left;
    width: 373px;
    margin-left: 40.5px;
    display: block;
    background: #fff;
    text-align: center;
}

    .market-item .p-pic {
        width: 100%;
        height: 268px;
        overflow: hidden;
    }

        .market-item .p-pic img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    .market-item .p-tit {
        font-size: 18px;
        line-height: 30px;
        color: #666;
        padding: 24px 15px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        _zoom: 1;
    }

    .market-item:hover .p-pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .market-item:hover .p-tit {
        color: #16b0c2;
    }

.scrollp {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 10px;
}

.container span {
    text-indent: 2em;
}

.h-mark-box2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(41,182,199,.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.zzjg img {
    max-width: 100%;
    text-align: center;
    padding: 30px 0;
}
