.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .disabled {
    display: none;
}
/*插件样式 end*/

@-webkit-keyframes scale-down {
    from {
        -webkit-transform: translate3d(0, 0, 300px);
        -moz-transform: translate3d(0, 0, 300px);
        -ms-transform: translate3d(0, 0, 300px);
        -o-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes scale-down {
    from {
        -webkit-transform: translate3d(0, 0, 300px);
        -moz-transform: translate3d(0, 0, 300px);
        -ms-transform: translate3d(0, 0, 300px);
        -o-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes scale-down {
    from {
        -webkit-transform: translate3d(0, 0, 300px);
        -moz-transform: translate3d(0, 0, 300px);
        -ms-transform: translate3d(0, 0, 300px);
        -o-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes scale-down {
    from {
        -webkit-transform: translate3d(0, 0, 300px);
        -moz-transform: translate3d(0, 0, 300px);
        -ms-transform: translate3d(0, 0, 300px);
        -o-transform: translate3d(0, 0, 300px);
        transform: translate3d(0, 0, 300px)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes loading {
    50% {
        border-radius: 50%;
        -webkit-transform: scale(0.5) rotate(360deg);
        -moz-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        -o-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg);
        -moz-transform: scale(1) rotate(720deg);
        -ms-transform: scale(1) rotate(720deg);
        -o-transform: scale(1) rotate(720deg);
        transform: scale(1) rotate(720deg)
    }
}

@-moz-keyframes loading {
    50% {
        border-radius: 50%;
        -webkit-transform: scale(0.5) rotate(360deg);
        -moz-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        -o-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg);
        -moz-transform: scale(1) rotate(720deg);
        -ms-transform: scale(1) rotate(720deg);
        -o-transform: scale(1) rotate(720deg);
        transform: scale(1) rotate(720deg)
    }
}

@-o-keyframes loading {
    50% {
        border-radius: 50%;
        -webkit-transform: scale(0.5) rotate(360deg);
        -moz-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        -o-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg);
        -moz-transform: scale(1) rotate(720deg);
        -ms-transform: scale(1) rotate(720deg);
        -o-transform: scale(1) rotate(720deg);
        transform: scale(1) rotate(720deg)
    }
}

@keyframes loading {
    50% {
        border-radius: 50%;
        -webkit-transform: scale(0.5) rotate(360deg);
        -moz-transform: scale(0.5) rotate(360deg);
        -ms-transform: scale(0.5) rotate(360deg);
        -o-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg);
        -moz-transform: scale(1) rotate(720deg);
        -ms-transform: scale(1) rotate(720deg);
        -o-transform: scale(1) rotate(720deg);
        transform: scale(1) rotate(720deg)
    }
}

@-webkit-keyframes up {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-60px) scale(0);
        -moz-transform: translateY(-60px) scale(0);
        -ms-transform: translateY(-60px) scale(0);
        -o-transform: translateY(-60px) scale(0);
        transform: translateY(-60px) scale(0);
        opacity: 0
    }
}

@-moz-keyframes up {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-60px) scale(0);
        -moz-transform: translateY(-60px) scale(0);
        -ms-transform: translateY(-60px) scale(0);
        -o-transform: translateY(-60px) scale(0);
        transform: translateY(-60px) scale(0);
        opacity: 0
    }
}

@-o-keyframes up {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-60px) scale(0);
        -moz-transform: translateY(-60px) scale(0);
        -ms-transform: translateY(-60px) scale(0);
        -o-transform: translateY(-60px) scale(0);
        transform: translateY(-60px) scale(0);
        opacity: 0
    }
}

@keyframes up {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-60px) scale(0);
        -moz-transform: translateY(-60px) scale(0);
        -ms-transform: translateY(-60px) scale(0);
        -o-transform: translateY(-60px) scale(0);
        transform: translateY(-60px) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes uplarge {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-90px) scale(0);
        -moz-transform: translateY(-90px) scale(0);
        -ms-transform: translateY(-90px) scale(0);
        -o-transform: translateY(-90px) scale(0);
        transform: translateY(-90px) scale(0);
        opacity: 0
    }
}

@-moz-keyframes uplarge {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-90px) scale(0);
        -moz-transform: translateY(-90px) scale(0);
        -ms-transform: translateY(-90px) scale(0);
        -o-transform: translateY(-90px) scale(0);
        transform: translateY(-90px) scale(0);
        opacity: 0
    }
}

@-o-keyframes uplarge {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-90px) scale(0);
        -moz-transform: translateY(-90px) scale(0);
        -ms-transform: translateY(-90px) scale(0);
        -o-transform: translateY(-90px) scale(0);
        transform: translateY(-90px) scale(0);
        opacity: 0
    }
}

@keyframes uplarge {
    from {
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-90px) scale(0);
        -moz-transform: translateY(-90px) scale(0);
        -ms-transform: translateY(-90px) scale(0);
        -o-transform: translateY(-90px) scale(0);
        transform: translateY(-90px) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes bubble {
    from {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    to {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@-moz-keyframes bubble {
    from {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    to {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@-o-keyframes bubble {
    from {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    to {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@keyframes bubble {
    from {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    to {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@-webkit-keyframes inversed-bubble {
    from {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px)
    }

    to {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@-moz-keyframes inversed-bubble {
    from {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px)
    }

    to {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@-o-keyframes inversed-bubble {
    from {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px)
    }

    to {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

@keyframes inversed-bubble {
    from {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px)
    }

    to {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px)
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

/*header*/
.header {
    position: relative;
    z-index: 999;
}

.header_left, .header_right {
    position: absolute;
    top: 24px;
    z-index: 110;
}

.header_left {
    left: 40px;
}

.header_right {
    right: 40px;
}

.header_mid {
    min-width: 690px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header .search {
    display: inline-block;
}

    .header .search span {
        background: url(../../images/search_btn.png) no-repeat 0 center;
        padding-left: 22px;
        color: #d9d8d9;
        font-size: 14px;
        display: block;
        cursor: pointer;
    }

.header .lang a {
    display: block;
    font-size: 16px;
    color: #d9d8d9;
}

    .header .lang a:after {
        content: "";
        width: 0;
        height: 0;
        line-height: 0;
        border-style: solid dashed dashed dashed;
        border-width: 6px 4px 0 4px;
        border-color: #d9d8d9 transparent transparent transparent;
        position: relative;
        top: 15px;
        margin-left: 5px;
    }

.header .logo {
    text-align: center;
    margin: 0 auto;
    padding: 24px;
}

.header .searchbox {
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 112;
    display: none;
    width: 80%;
    transform: translateX(-50%);
    padding-right: 50px;
}

    .header .searchbox .closed {
        font-size: 20px;
        color: #fff;
        font-family: 宋体;
        position: fixed;
        top: -40px;
        left: 0;
        cursor: pointer;
    }

    .header .searchbox .text {
        width: 100%;
        line-height: 46px;
        height: 46px;
        border: 1px solid #fff;
        background: rgba(0,0,0,0.2);
        color: #fff;
        padding: 0 50px 0 10px;
    }

    .header .searchbox .btn {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 46px;
        width: 46px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        font-family: Verdana,Arial, Helvetica, sans-serif;
    }

.header .layer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95);
    z-index: 111;
}



.header nav li > a {
    margin: 0 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.header nav li.hassub > a {
    padding-right: 13px;
}

    .header nav li.hassub > a:after {
        content: "";
        width: 0;
        height: 0;
        line-height: 0;
        border-style: solid dashed dashed dashed;
        border-width: 6px 4px 0 4px;
        border-color: #d9d8d9 transparent transparent transparent;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -2px;
    }

.header nav li dl {
    display: none;
    width: 100%;
}

    .header nav li dl a {
        display: block;
        padding: 10px 5px;
        color: #f1f1f1;
    }

@media(min-width:769px) {
    .header nav {
        display: block !important;
    }

        .header nav li {
            float: left;
            position: relative;
            padding-bottom: 10px;
        }

            .header nav li dl {
                position: absolute;
                left: 0;
                top: 100%;
            }

                .header nav li dl a {
                    border-bottom: 1px solid rgba(255,255,255,0.25);
                    background-color: rgba(0,0,0,0.75);
                }

                    .header nav li dl a:hover {
                        font-weight: bold;
                        color: #fff;
                    }
}

.header .mobile_menu {
    display: none;
}

@media (max-width:768px) {
    .header_mid {
        transform: none;
        left: 0;
        width: 100%;
        min-width: 1px
    }

    .header_left {
        left: 15px;
    }

    .header_right {
        right: 15px;
    }

    .header .search {
        position: relative;
        top: -3px;
        margin-left: 6px;
    }

        .header .search span {
            width: 22px;
            overflow: hidden;
        }

    .header .logo {
        padding: 15px 0 0;
    }

        .header .logo img {
            max-height: 90px;
        }

    .header .mobile_menu {
        position: relative;
        z-index: 5;
        width: 25px;
        height: 21px;
        cursor: pointer;
        display: inline-block;
    }

        .header .mobile_menu span {
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #d9d8d9;
            left: 0;
            top: 50%;
            margin-top: -1.5px;
            transition: all ease-out 0.3s;
        }

            .header .mobile_menu span::before,
            .header .mobile_menu span::after {
                position: absolute;
                content: '';
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #d9d8d9;
                transition: all ease-out 0.3s;
            }

            .header .mobile_menu span::before {
                top: -8px;
            }

            .header .mobile_menu span::after {
                bottom: -8px;
            }

    .header .onmenu span {
        background-color: transparent;
    }

        .header .onmenu span::before {
            transform: rotate(-45deg);
            top: 0;
        }

        .header .onmenu span::after {
            transform: rotate(45deg);
            bottom: 0;
        }

    .header nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.95);
        max-width: 250px;
        height: 100%;
        z-index: 112;
        transition: all ease-out 0.3s;
        text-align: left;
    }

        .header nav.onnav {
            right: 0;
        }

        .header nav li {
            border-bottom: 1px solid rgba(255,255,255,0.25)
        }

            .header nav li > a {
                padding: 10px 0 !important;
            }

            .header nav li dl a {
                padding-left: 25px;
            }
}
/*header End*/


/*footer*/
.Bottom002463 {
    background: #464646;
    ;
    color: #fff;
}

    .Bottom002463 a {
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
    }

    .Bottom002463 .bottom {
        padding: 3% 0 1%;
    }

    .Bottom002463 .nav .dl dt {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        position: relative
    }

        .Bottom002463 .nav .dl dt:after {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 1px;
            width: 20px;
            background: rgba(255,255,255,0.8)
        }

        .Bottom002463 .nav .dl dt a {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
        }

    .Bottom002463 .nav .dl .two {
        padding-top: 15px;
    }

    .Bottom002463 .nav .dl dd {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .Bottom002463 .nav .dl dd a {
            display: block;
            line-height: 24px;
            color: rgba(255,255,255,0.7);
        }

            .Bottom002463 .nav .dl dd a:hover {
                color: #fff;
            }

                .Bottom002463 .nav .dl dd a:hover:before {
                    background: #fff;
                }

@media only screen and (min-width:768px ) {
    .Bottom002463 .nav {
        float: left;
        width: 58%;
    }

        .Bottom002463 .nav .dl {
            float: left;
            width: 20%;
            min-height: 200px;
            padding: 0 3% 15px 0;
        }
}

@media only screen and (max-width:767px ) {
    .Bottom002463 .nav .dl dt {
        position: relative;
        margin-bottom: 0;
        margin-top: 10px;
    }

        .Bottom002463 .nav .dl dt:after {
            position: absolute;
            content: "";
            display: block;
            background: url(../../images/Bottom002463-bottom_arrow.png) no-repeat right top;
            width: 11px;
            right: 3%;
            height: 20px;
            top: 50%;
            margin-top: -10px;
            transition: transform .5s ease-in;
            left: auto;
        }

        .Bottom002463 .nav .dl dt.on:after {
            transform: rotate(90deg);
        }

    .Bottom002463 .nav .dl .two {
        display: none;
        background-color: #0f0f0f;
        padding: 15px;
    }
}

.Bottom002463 .contact h1 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 10px 0
}

.Bottom002463 .contact p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

@media only screen and (min-width:768px ) {
    .Bottom002463 .contact {
        float: right;
        width: 25%;
        padding-right: 2%;
    }

    .Bottom002463 .info {
        float: right;
        width: 10%;
        text-align: right;
    }
}

@media only screen and (max-width:767px ) {
    .Bottom002463 .info {
        padding: 3% 0;
    }

        .Bottom002463 .info > * {
            text-align: center !important;
        }

    .Bottom002463 .contact {
        text-align: center;
    }
}

.Bottom002463 .weixinbox {
    margin: 0 0 10px auto;
}

    .Bottom002463 .weixinbox dd {
    }

        .Bottom002463 .weixinbox dd span {
            display: block;
            text-align: center;
            padding-top: 5px;
        }

@media only screen and (max-width:767px ) {
    .Bottom002463 .info .weixinbox {
        margin: 10px auto;
    }
}

.Bottom002463 .share {
    padding: 0 0 5%;
}

    .Bottom002463 .share > * {
        display: inline-block;
    }

    .Bottom002463 .share a {
        width: 35px;
        height: 35px;
        text-align: center;
        margin: 0 0 0 5px !important;
        border-radius: 100%;
        position: relative;
        float: left;
    }

        .Bottom002463 .share a:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 100%;
            height: 100%;
            background: url(../../images/Bottom002463-share_icon.png) no-repeat;
        }

        .Bottom002463 .share a.a1:before {
            background-position: -6px 0;
        }

        .Bottom002463 .share a.a2:before {
            background-position: -50px 0;
        }

        .Bottom002463 .share a.a3:before {
            background-position: -98px 0;
        }

@media only screen and (max-width:767px ) {
    .Bottom002463 .share {
        padding: 20px 0 0;
        text-align: center;
    }

        .Bottom002463 .share a {
            display: inline-block;
            float: none;
        }
}

.Bottom002463 footer {
    background-color: #000;
    line-height: 24px;
    position: relative;
}

    .Bottom002463 footer .auto {
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 20px 0 2%
    }

    .Bottom002463 footer p {
        color: rgba(255,255,255,0.6)
    }

@media only screen and (max-width:767px ) {
    .Bottom002463 footer {
        text-align: center;
    }
}

.Bottom002463 footer a {
    color: rgba(255,255,255,0.6);
}

    .Bottom002463 footer a:hover {
        color: #fff;
    }

.Bottom002463 footer .links a {
    display: inline-block;
    position: relative;
}

    .Bottom002463 footer .links a + a {
        margin-left: 20px;
    }

        .Bottom002463 footer .links a + a:before {
            content: "";
            left: -10px;
            position: absolute;
            height: 50%;
            top: 25%;
            width: 1px;
            display: block;
            background: rgba(255,255,255,0.3);
        }

@media only screen and (min-width:768px ) {
    .Bottom002463 footer .links {
        float: left;
    }

    .Bottom002463 footer .copyright {
        margin: 0;
    }

    .Bottom002463 footer .copyright {
        float: right;
    }
}
/*footer End*/

/*menu*/
.Menu002252 {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

    .Menu002252 a {
        font-size: 14px;
        display: block;
        background: #e9e9e9;
        padding: 10px;
        margin-bottom: 1px;
    }

        .Menu002252 a.aon, .Menu002252 a:hover {
            color: #fff;
            background-color: #104097;
        }

@media(min-width:768px) {
    .Menu002252 {
        padding: 25px 0 10px;
    }

        .Menu002252 a {
            display: inline-block;
            line-height: 30px;
            padding: 0 15px;
            min-width: 115px;
            border-radius: 30px;
            overflow: hidden;
            margin: 0 7px 1px;
        }
}

@media(min-width:1024px) {
    .Menu002252 {
        padding: 50px 0 0;
    }

        .Menu002252 a {
            display: inline-block;
            line-height: 36px;
            padding: 0 20px;
            border: 1px solid #ddd;
            background: #fff;
            min-width: 130px;
            border-radius: 0px;
        }
}
/*menu End*/

/*page*/
.Page002046 .Pages {
    text-align: center;
    padding: 3% 0;
}

    .Page002046 .Pages a {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ececec;
        padding: 0 15px;
        line-height: 38px;
        color: #999;
    }

        .Page002046 .Pages a:hover,
        .Page002046 .Pages a.a_cur {
            background-color: #104097;
            color: #fff;
        }

    .Page002046 .Pages em {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
    }

        .Page002046 .Pages em a {
            float: left;
            margin-left: -1px;
        }

    .Page002046 .Pages .p_cur,
    .Page002046 .Pages .p_count,
    .Page002046 .Pages .p_jump,
    .Page002046 .Pages .p_total {
        display: none;
    }

    .Page002046 .Pages .a_prev,
    .Page002046 .Pages .a_next {
        padding: 0;
        width: 44px;
        background: url(../../images/Page002046-a_prev.gif) no-repeat center center;
        overflow: hidden;
        line-height: 1000px;
        height: 38px;
    }

    .Page002046 .Pages .a_next {
        background-image: url(../../images/Page002046-a_next.gif);
    }

@media(max-width:640px) {
    .Page002046 .Pages .a_first,
    .Page002046 .Pages .a_end {
        display: none;
    }
}

@media(max-width:480px) {
    .Page002046 .Pages a {
        padding: 0 5px;
    }
}
/*page End*/

.searchlist {
    min-height: 300px;
    padding: 3% 0 3% 0;
}

    .searchlist li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 100px;
    }

        .searchlist li a {
            padding-left: 20px;
            color: #333;
            font-size: 14px;
        }

            .searchlist li a:hover {
                color: #339df1;
            }

        .searchlist li i {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -20px;
            color: #339df1;
            font-size: 40px;
            display: block;
            font-style: normal;
        }

        .searchlist li time {
            position: absolute;
            right: 0;
            top: 0;
            color: #666;
        }

/*preloader*/
.noselect, .dragging * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    background: url(../../images/bg-loading.jpg) no-repeat center center,#000;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.preload #preloader {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0s 0s linear;
    -moz-transition: all 0s 0s linear;
    transition: all 0s 0s linear;
}

#loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 80px;
    margin: -40px auto 0 -25px;
    text-align: center;
    font-family: Liberator,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.bubble-animation {
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 60px;
    border-bottom: 2px solid #777;
}

    .bubble-animation > div {
        position: absolute;
        bottom: -10px;
        width: 10px;
        height: 10px;
        -webkit-animation-name: up !important;
        -moz-animation-name: up !important;
        animation-name: up !important;
        -webkit-animation-duration: 1.4s !important;
        -moz-animation-duration: 1.4s !important;
        animation-duration: 1.4s !important;
        -webkit-animation-timing-function: ease !important;
        -moz-animation-timing-function: ease !important;
        animation-timing-function: ease !important;
        -webkit-animation-iteration-count: infinite !important;
        -moz-animation-iteration-count: infinite !important;
        animation-iteration-count: infinite !important;
    }

        .bubble-animation > div:nth-child(1) {
            left: 8%;
            -webkit-animation-delay: 0.6s !important;
            -moz-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
        }

        .bubble-animation > div:nth-child(2) {
            left: 40%;
            -webkit-animation-delay: 0.8s !important;
            -moz-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
        }

        .bubble-animation > div:nth-child(3) {
            left: 50%;
            -webkit-animation-delay: 0s !important;
            -moz-animation-delay: 0s !important;
            animation-delay: 0s !important;
        }

        .bubble-animation > div:nth-child(4) {
            left: 76%;
            -webkit-animation-delay: 1s !important;
            -moz-animation-delay: 1s !important;
            animation-delay: 1s !important;
        }

        .bubble-animation > div:nth-child(5) {
            left: 56%;
            -webkit-animation-delay: 1.3s !important;
            -moz-animation-delay: 1.3s !important;
            animation-delay: 1.3s !important;
        }

        .bubble-animation > div:nth-child(6) {
            left: 36%;
            -webkit-animation-delay: 1.6s !important;
            -moz-animation-delay: 1.6s !important;
            animation-delay: 1.6s !important;
        }

        .bubble-animation > div:nth-child(7) {
            left: 16%;
            -webkit-animation-delay: 1.8s !important;
            -moz-animation-delay: 1.8s !important;
            animation-delay: 1.8s !important;
        }

        .bubble-animation > div:nth-child(8) {
            left: 8%;
            -webkit-animation-delay: 1.1s !important;
            -moz-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
        }

        .bubble-animation > div:nth-child(9) {
            left: 40%;
            -webkit-animation-delay: 1s !important;
            -moz-animation-delay: 1s !important;
            animation-delay: 1s !important;
        }

        .bubble-animation > div:nth-child(10) {
            left: 50%;
            -webkit-animation-delay: 0.4s;
            -moz-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .bubble-animation > div span {
            display: block;
            width: 100%;
            height: 100%;
            background: #fff;
            border-radius: 50%;
            -webkit-animation-duration: 0.5s;
            -moz-animation-duration: 0.5s;
            animation-duration: 0.5s;
            -webkit-animation-timing-function: linear;
            -moz-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            -moz-animation-direction: alternate;
            animation-direction: alternate;
        }

        .bubble-animation > div:nth-child(odd) span {
            width: 60%;
            height: 60%;
            -webkit-animation-name: inversed-bubble !important;
            -moz-animation-name: inversed-bubble !important;
            animation-name: inversed-bubble !important;
        }

        .bubble-animation > div:nth-child(even) span {
            -webkit-animation-name: bubble !important;
            -moz-animation-name: bubble !important;
            animation-name: bubble !important;
        }

        .bubble-animation > div:nth-child(2n) span {
            opacity: .7;
        }

        .bubble-animation > div:nth-child(3n) span {
            opacity: .8;
        }

        .bubble-animation > div:nth-child(4n) span {
            opacity: 1;
        }




/*preloader End*/


/*Home*/
.HomeBanner {
    position: relative;
    text-align: center;
}

    .HomeBanner .down_btn {
        background: url(../../images/down_btn.png) no-repeat 0 0;
        width: 33px;
        height: 17px;
        position: absolute;
        left: 50%;
        margin-left: -16px;
        z-index: 100;
        bottom: 24px;
        cursor: pointer;
    }

.Homepronav {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 100;
    text-align: left;
}

    .Homepronav li {
        float: left;
        width: 25%;
        padding-left: 5%;
    }

        .Homepronav li h2 {
            font-size: 30px;
            margin: 0;
            font-weight: normal;
        }

            .Homepronav li h2:after {
                content: "";
                width: 50%;
                max-width: 50px;
                height: 1px;
                margin: 15px 0;
                background: rgba(255,255,255,0.4);
                display: block;
            }

            .Homepronav li h2 a {
                color: #fff;
            }

        .Homepronav li figure {
            font-size: 16px;
            color: rgba(255,255,255,0.7);
        }

.HomeBanner .wapimg {
    display: none !important;
}

@media(max-width:1200px) {
    .HomeBanner .pcimg {
        display: none !important;
    }

    .HomeBanner .wapimg {
        display: inline !important;
    }
}

@media(max-width:767px) {
    .HomeBanner .down_btn {
        display: none;
    }

    .Homepronav {
        position: static;
        background: #666;
        padding: 5px;
    }

        .Homepronav li {
            width: 50%;
            padding: 10px;
        }

            .Homepronav li h2 {
                font-size: 18px;
            }

            .Homepronav li figure {
                font-size: 14px;
            }
}

.HomeTit {
    text-align: center;
}

    .HomeTit h2 {
        color: #454545;
        font-size: 30px;
        font-weight: normal;
        margin: 0;
        display: inline-block;
    }

        .HomeTit h2:after {
            content: "";
            width: 40%;
            margin: 15px auto;
            display: block;
            background-color: #9a9a9a;
            height: 1px;
        }

.Homesection {
    padding: 4% 0;
}

.Timeline002170 .auto {
    max-width: 1298px;
    padding: 0 70px;
}

.Timeline002170 .owl-item {
    width: 200px;
    text-align: center;
}

    .Timeline002170 .owl-item .item {
        height: 376px;
        background: url(../../images/Timeline002170-bg.png) no-repeat center;
        background-size: 100% auto;
    }

.Timeline002170 .item dl {
    height: 100%;
    padding-top: 287px;
    padding-left: 0;
    background: url(../../images/Timeline002170-icon2.png) no-repeat center 188px;
    position: relative;
}

.Timeline002170 .item dt {
    color: #104097;
    font-size: 18px;
    position: absolute;
    top: 256px;
    width: 100%;
    text-align: center;
}

.Timeline002170 .odd-item dl {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    /*IE*/
    filter: FlipV;
}

.Timeline002170 .odd-item dt, .Timeline002170 .odd-item dd {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    /*IE*/
    filter: FlipV;
}

/*.Timeline002170 .odd-item dl{  background:url(../../images/Timeline002170-icon1.png) no-repeat center 155px; padding-left:0; padding-top: 0;}
.Timeline002170 .odd-item dt{ top: 100px;}*/

.Timeline002170 .item dt em {
    font-weight: bold;
    font-size: 28px;
    font-family: Arial;
}

.Timeline002170 .item dd {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.Timeline002170 .owl-nav div {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
    background: url(../../images/Timeline002170-btn.png) no-repeat left bottom;
    overflow: hidden;
    line-height: 1000px;
    z-index: 100;
}

.Timeline002170 .owl-nav .owl-prev {
    left: 0;
}

    .Timeline002170 .owl-nav .owl-prev.disabled {
        background-position: left top;
    }

.Timeline002170 .owl-nav .owl-next {
    right: 0;
    background-position: right bottom;
}

    .Timeline002170 .owl-nav .owl-next.disabled {
        background-position: right top;
    }

.Timeline002170 .owl-nav div.disabled {
    cursor: default;
    display: block;
}

@media(min-width:1201px) {
    .Timeline002170 .owl-nav .owl-prev {
        left: -30px;
    }

    .Timeline002170 .owl-nav .owl-next {
        right: -30px;
    }
}

@media(max-width:1298px) {
    .Timeline002170 .auto {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .Timeline002170 .owl-carousel {
        padding: 0 30px;
    }
}

@media(max-width:488px) {
    .Timeline002170 .owl-item .item {
        height: 254px;
        background-position: center 60px;
    }

    .Timeline002170 .item dl {
        padding-top: 150px !important;
        background-position: center 80px !important;
    }

    .Timeline002170 .item dt {
        top: 30px;
    }

    .Timeline002170 .odd-item dl {
        height: 100%;
        padding-left: 0;
        background: url(../../images/Timeline002170-icon2.png) no-repeat center 188px;
        position: relative;
    }

    .Timeline002170 .item dd {
        font-size: 14px;
        line-height: 1.85;
        height: auto;
    }

    .Timeline002170 .owl-nav div {
        width: 40px;
        height: 40px;
        margin-top: 0;
        top: 55px;
        background-size: 200%;
    }
}

.HomeProcenter, .HomeNew {
    background: #efefef;
}

    .HomeProcenter .ul {
        margin: 4% -1% 0;
    }

        .HomeProcenter .ul li {
            float: left;
            width: 25%;
            padding: 0 1%;
        }

            .HomeProcenter .ul li .inner .box {
                border: 1px solid #afafaf;
                border-radius: 10px;
                padding: 20px;
                position: relative;
            }

                .HomeProcenter .ul li .inner .box:after {
                    content: "";
                    bottom: -15px;
                    background: url(../../images/icon1.png) no-repeat #efefef;
                    width: 27px;
                    height: 15px;
                    position: absolute;
                    left: 50%;
                    margin-left: -14px;
                }

            .HomeProcenter .ul li .icon {
                width: 60px;
                height: 60px;
                margin: 0 auto;
                display: block;
            }

            .HomeProcenter .ul li figure {
                margin: 20px 0 20px;
                text-indent: 28px;
                color: #666;
                font-size: 14px;
                line-height: 24px;
            }

            .HomeProcenter .ul li h2 {
                font-size: 18px;
                text-align: center;
                font-weight: normal;
                margin: 30px 0 0;
            }

                .HomeProcenter .ul li h2 a {
                    color: #666;
                }

                    .HomeProcenter .ul li h2 a:hover {
                        color: #104097;
                        font-weight: bold;
                    }

    .HomeProcenter .more {
        padding-top: 6%;
    }

        .HomeProcenter .more a {
            display: block;
            width: 172px;
            height: 43px;
            border: 1px solid #a2a2a2;
            line-height: 41px;
            border-radius: 5px;
            margin: 0 auto;
            text-align: center;
            background: url(../../images/icon2.png) no-repeat 80% center;
            padding-right: 30px;
            font-size: 16px;
            color: #666;
            transition: all .3s ease;
        }

            .HomeProcenter .more a:hover {
                border-color: #104097;
                color: #104097;
                background-image: url(../../images/icon2_hover.png);
            }

@media(max-width:767px) {
    .HomeProcenter .ul li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media(max-width:488px) {
    .HomeProcenter .ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*HomeBanner*/

/*Floor001789*/
.Floor001789 {
    padding: 3% 0;
    background-color: #efefef;
}

    .Floor001789 ul {
        margin: 0 1.5%;
    }

    .Floor001789 li {
        float: left;
        width: 30.3334%;
        margin: 0 1.5%;
        background: #fff;
        border: 3px #fff solid;
    }

        .Floor001789 li figure {
            padding: 8% 3%;
        }

        .Floor001789 li a {
            display: block;
        }

        .Floor001789 li time {
            position: relative;
            font-size: 16px;
            color: #888;
            display: inline-block;
        }

            .Floor001789 li time span {
                display: block;
                font-size: 24px;
                height: 50px;
                line-height: 50px;
                border-top: 1px #d8d8d8 dotted;
            }

            .Floor001789 li time i {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: #888;
                transition: 0.4s;
            }

        .Floor001789 li h3 {
            line-height: 24px;
            overflow: hidden;
            height: 48px;
            font-size: 14px;
            color: #666;
        }

        .Floor001789 li p {
            margin: 0;
            font-size: 12px;
            color: #888;
            line-height: 24px;
            overflow: hidden;
            height: 72px;
        }

        .Floor001789 li img {
            width: 100%;
            height: 200px;
            display: block;
        }

        .Floor001789 li.odd figure {
            padding-bottom: 6%;
            padding-top: 10%;
        }

        .Floor001789 li:hover {
            border-color: #25b7aa;
        }

            .Floor001789 li:hover time i {
                width: 180%;
                background-color: #25b7aa;
            }

@media(max-width:1000px) {
    .Floor001789 li {
        width: 32%;
        margin-right: 2%;
    }

        .Floor001789 li:last-child {
            margin-right: 0;
        }
}

@media(max-width:640px) {
    .Floor001789 li {
        float: none;
        width: auto;
        margin: 0 0 3%;
    }

        .Floor001789 li img {
            height: auto;
        }

        .Floor001789 li h3,
        .Floor001789 li p {
            height: auto;
        }

        .Floor001789 li figure {
            padding-bottom: 3%;
        }

        .Floor001789 li.odd figure {
            padding-top: 3%;
        }
}

.HomeCase {
    padding: 3% 0;
    overflow: hidden;
    background-color: #efefef;
}

    .HomeCase .auto {
    }

    .HomeCase ul {
        border: 1px solid #c4c4c4;
        padding: 1%;
    }

    .HomeCase li {
        background-color: #fff;
        position: relative;
        padding-bottom: 50px;
    }

        .HomeCase li a {
            display: block;
        }

        .HomeCase li figure {
            padding-bottom: 180%;
        }

            .HomeCase li figure img {
                display: none !important;
            }

        .HomeCase li .con {
            padding: 0 5%;
        }

            .HomeCase li .con dl {
                padding: 30px 0 0 0;
                height: 106px;
                overflow: hidden;
            }

                .HomeCase li .con dl:last-child {
                    padding: 0 0 20px 0;
                }

            .HomeCase li .con dt, .HomeCase li .con dd {
                float: left;
                color: #333;
                font-size: 12px;
                line-height: 18px;
            }

            .HomeCase li .con dt {
                width: 30%;
                position: relative;
            }

                .HomeCase li .con dt:after {
                    content: '';
                    display: inline-block;
                    width: 1px;
                    height: 14px;
                    background-color: #666;
                    position: absolute;
                    top: 4px;
                    right: 0;
                }

            .HomeCase li .con dd {
                width: 67%;
                padding-left: 4%;
            }

        .HomeCase li span {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background-color: #000;
            color: #fff;
            display: block;
            text-align: center;
            font-size: 22px;
            font-weight: 900;
            padding: 6px 0;
        }

        .HomeCase li a:hover h2 {
            color: #ff0c00;
        }

@media(max-width:640px) {
    .HomeCase h3 {
        font-size: 24px;
    }

        .HomeCase h3 span {
            font-size: 35px;
        }
}

.HomeLink .auto {
    position: relative;
}

.HomeLink .ul {
    margin-top: 4%;
}

    .HomeLink .ul li a {
        box-shadow: inset 0 0 0 #efefef;
        padding: 1px;
        transition: box-shadow 0.5s ease;
        display: block;
    }

        .HomeLink .ul li a:hover {
            box-shadow: inset 200px 0 0 0 #104097;
        }

.HomeLink .owl-nav > div {
    position: absolute;
    top: 50%;
    background: url(../../images/btns.png)no-repeat 0 0;
    overflow: hidden;
    line-height: 1000px;
    z-index: 100;
    width: 23px;
    height: 44px;
    margin-top: -22px;
}

.HomeLink .owl-nav .owl-prev {
    left: -35px;
    background-position: left bottom;
}

.HomeLink .owl-nav .owl-next {
    right: -35px;
    background-position: right bottom;
}

.HomeLink .owl-carousel .owl-nav .disabled {
    display: block;
    cursor: default;
}

.HomeLink .owl-nav .owl-prev.disabled {
    background-position: 0 0;
}

.HomeLink .owl-nav .owl-next.disabled {
    background-position: right top;
}

@media(max-width:1280px) {
    .HomeLink .auto {
        max-width: 1280px;
    }

    .HomeLink .owl-nav .owl-prev {
        left: 0;
    }

    .HomeLink .owl-nav .owl-next {
        right: 0px;
    }
}
/*Home End*/
.Nybanner {
    position: relative;
}

    .Nybanner span {
        display: block;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 365px;
    }

        .Nybanner span.wapimg {
            display: none;
        }

    .Nybanner h2 {
        position: absolute;
        top: auto;
        bottom: 60px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 28px;
        font-weight: normal;
        z-index: 3;
    }

        .Nybanner h2 span {
            display: inline-block;
            height: auto;
        }

            .Nybanner h2 span:before, .Nybanner h2 span:after {
                content: "";
                display: inline-block;
                width: 20px;
                height: 2px;
                background: #fff;
                position: relative;
                top: -6px;
            }

            .Nybanner h2 span:before {
                margin-right: 10px;
            }

            .Nybanner h2 span:after {
                margin-left: 10px;
            }

@media(max-width:1200px) {
    .Nybanner span.pcimg {
        display: none;
    }

    .Nybanner span.wapimg {
        display: block;
    }
}

.singlepage {
    padding: 4% 0;
    min-height: 400px;
}

/*About*/
.AboutTit {
    text-align: center;
}

    .AboutTit h2 {
        color: #333;
        font-size: 24px;
        font-weight: normal;
        margin: 0;
        display: inline-block;
    }

        .AboutTit h2:after {
            content: "";
            width: 40%;
            margin: 15px auto 25px;
            display: block;
            background-color: #333;
            height: 2px;
        }

/*.RighInfo001355*/
.RighInfo001355 {
    padding: 4% 0 3% 0;
}

    .RighInfo001355 figure {
        float: right;
        margin-left: 5%;
        width: 39.6%;
    }

        .RighInfo001355 figure img {
            display: block;
            float: right
        }

    .RighInfo001355 h3 {
        font-size: 24px;
        color: #104097;
    }

    .RighInfo001355 p {
        line-height: 24px;
        margin: 0 0 10px 0;
        font-size: 14px;
    }

        .RighInfo001355 p b {
            color: #444
        }

    /*.Floor002460*/
    .RighInfo001355 .videobox {
        position: relative;
        height: 324px;
        width: 50%;
        max-width: 600px;
        float: left;
        margin-right: 60px;
        margin-bottom: 20px;
    }

        .RighInfo001355 .videobox .videobg {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            height: 324px;
        }

            .RighInfo001355 .videobox .videobg .play {
                display: block;
                background: url(../../images/Floor002460-play.png) no-repeat center;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-size: 30px 30px;
                cursor: pointer;
            }

        .RighInfo001355 .videobox .video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
            display: none;
        }

            .RighInfo001355 .videobox .video video {
                width: 100%;
                height: 100%;
                background: #000;
            }

@media only screen and (min-width: 1200px) {
    .RighInfo001355 .videobox .videobg, .Floor002460 .videobox {
        height: 324px;
    }

        .RighInfo001355 .videobox .videobg .play {
            background-size: 86px 86px;
        }
}

@media only screen and (max-width: 767px) {
    .RighInfo001355 .videobox {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
        max-width: none;
    }
}

.history {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4% 0;
}

    .history .AboutTit h2 {
        color: #fff;
    }

        .history .AboutTit h2:after {
            background-color: #fff;
        }

    .history .auto {
        padding: 2% 50px 0;
    }

    .history .owl-carousel {
        padding: 0 12% 0 13%;
        position: relative;
        background: url(../../images/his_dot.png) no-repeat 100% 128px;
    }

        .history .owl-carousel:before, .history .owl-carousel:after {
            content: "";
            position: absolute;
            width: 13%;
            height: 100%;
            top: 0;
        }

        .history .owl-carousel:before {
            background: url(../../images/his_left.png)no-repeat right 140px;
            background-size: 100% auto;
            left: 0;
        }

        .history .owl-carousel:after {
            background: url(../../images/his_right.png)no-repeat left 140px;
            background-size: 100% auto;
            right: 0;
            width: 12%;
        }

    .history .item {
        background: url(../../images/his_bg.png)no-repeat center 140px;
        background-size: 100% auto;
        position: relative;
    }

        .history .item:before {
            content: "";
            position: absolute;
            background: #fff;
            width: 22px;
            height: 22px;
            left: 50%;
            margin-left: -11px;
            top: 137px;
            display: block;
            z-index: 6;
            border-radius: 100%;
        }

        .history .item:after {
            content: "";
            position: absolute;
            background: rgba(255,255,255,.45);
            width: 36px;
            height: 36px;
            left: 50%;
            margin-left: -18px;
            top: 130px;
            display: block;
            z-index: 5;
            border-radius: 100%;
        }

        .history .item .icon span {
            display: block;
            width: 90px;
            height: 90px;
            border: 3px solid #fff;
            border-radius: 100%;
            margin: 0 auto;
        }

        .history .item .icon:after {
            content: "";
            display: block;
            width: 1px;
            height: 57px;
            margin: 0 auto;
            background: url(../../images/his_line.png)no-repeat top center;
        }

        .history .item .word {
            text-align: center;
            margin-top: 40px
        }

            .history .item .word .year {
                width: 150px;
                height: 36px;
                border-radius: 36px;
                background: #01a39b;
                font-size: 20px;
                color: #fff;
                text-align: center;
                line-height: 36px;
                margin: 10px auto;
                font-weight: normal;
            }

            .history .item .word figure {
                font-size: 16px;
                color: #fff;
                line-height: 32px;
                max-height: 96px;
                max-width: 190px;
                margin: 0 auto;
                overflow: hidden;
            }

    .history .owl-nav div {
        position: absolute;
        top: 50%;
        width: 30px;
        overflow: hidden;
        line-height: 1000px;
        height: 51px;
        margin-top: -40px;
        background: url(../../images/his_btn.png) no-repeat left top;
        z-index: 10;
    }

    .history .owl-nav .owl-prev {
        left: -50px;
    }

    .history .owl-nav .owl-next {
        right: -50px;
        background-position: right top;
    }

    .history .owl-nav .disabled {
        opacity: 0.3;
        display: block;
    }

@media(max-width:1000px) {
    .history .owl-carousel:before, .history .owl-carousel:after {
        display: none;
    }

    .history .owl-carousel {
        background: none;
    }

    .history .auto {
        padding-left: 15px;
        padding-right: 15px;
    }

    .history .owl-nav .owl-prev {
        left: 0;
    }

    .history .owl-nav .owl-next {
        right: 0;
    }
}

/*Floor002065 */
.Floor002065 {
    padding: 3% 0 4%;
    background: #f3f3f3
}

    .Floor002065 .item {
        position: relative;
    }

        .Floor002065 .item .pic {
            overflow: hidden;
            position: relative;
            padding: 10px;
            background: #fff;
        }

        .Floor002065 .item .Ispic {
            display: block;
            padding-bottom: 130%;
            transition: 0.3s;
            position: relative;
        }

        .Floor002065 .item .pic span {
            position: absolute;
            right: 3%;
            bottom: 3%;
            width: 59px;
            line-height: 59px;
            height: 59px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            border-radius: 50%;
        }

            .Floor002065 .item .pic span.hot1 {
                background: #f04848;
            }

            .Floor002065 .item .pic span.hot2 {
                background: #953896;
            }

        .Floor002065 .item .Ispic img {
            display: none;
        }

        .Floor002065 .item:hover .Ispic {
            transform: scale(1.2);
        }

        .Floor002065 .item .txt {
            padding-top: 15px;
            font-size: 16px;
            text-align: center
        }

    .Floor002065 .owl-nav > div {
        position: absolute;
        top: 50%;
        background: url(../../images/btns.png)no-repeat 0 0;
        overflow: hidden;
        line-height: 1000px;
        z-index: 100;
        width: 23px;
        height: 44px;
        margin-top: -22px;
    }

    .Floor002065 .owl-nav .owl-prev {
        left: 0;
        margin-left: -60px;
        background-position: left bottom;
    }

    .Floor002065 .owl-nav .owl-next {
        right: 0;
        margin-right: -60px;
        background-position: right bottom;
    }

    .Floor002065 .owl-carousel .owl-nav .disabled {
        display: block;
        cursor: default;
    }

    .Floor002065 .owl-nav .owl-prev.disabled {
        background-position: 0 0;
    }

    .Floor002065 .owl-nav .owl-next.disabled {
        background-position: right top;
    }

@media(max-width:1100px) {
    .Floor002065 .owl-carousel {
        padding: 0 30px;
    }

    .Floor002065 .owl-nav .owl-prev {
        margin-left: 0;
    }

    .Floor002065 .owl-nav .owl-next {
        margin-right: 0;
    }
}

@media(max-width:640px) {
    .Floor002065 .title span {
        display: block;
    }
}

@media(max-width:640px) and (min-width:376px) {
    .Floor002065 .item dt,
    .Floor002065 .item dd {
        float: none;
        text-align: right;
    }
}
/*About End*/

/*Product*/
/*TextList002514 */
.TextList002514 {
    padding: 0 0 4% 0;
}

    .TextList002514 .columnName {
        padding: 4% 0;
        line-height: normal;
        text-align: center;
        font-size: 61px;
        color: #104097;
    }

        .TextList002514 .columnName span {
            display: block;
            color: #353535;
            font-size: 30px;
            padding: 10px 0 15px;
        }

        .TextList002514 .columnName:after {
            display: block;
            content: '';
            margin: 0 auto;
            width: 40px;
            height: 2px;
            background-color: #104097;
        }

    .TextList002514 .list {
        border: 1px solid #e8e8e8;
        padding: 0 3%;
        margin-bottom: 15px;
    }

    .TextList002514 .job-title {
        line-height: 30px;
        padding: 15px 0;
        font-size: 16px;
        cursor: pointer;
        position: relative;
    }

        .TextList002514 .job-title i {
            position: absolute;
            width: 22px;
            height: 22px;
            background: #104097;
            border-radius: 50%;
            right: 0;
            top: 50%;
            margin-top: -11px;
        }

            .TextList002514 .job-title i::before,
            .TextList002514 .job-title i::after {
                position: absolute;
                content: '';
                background: #fff;
            }

            .TextList002514 .job-title i::before {
                left: 20%;
                width: 60%;
                height: 2px;
                top: 50%;
                margin-top: -1px;
            }

            .TextList002514 .job-title i::after {
                left: 50%;
                margin-left: -1px;
                width: 2px;
                top: 20%;
                height: 60%;
            }

        .TextList002514 .job-title.select i::after {
            display: none;
        }

        .TextList002514 .job-title.select {
            color: #104097;
        }

    .TextList002514 .job-main {
        display: none;
        padding: 40px 0 30px 0;
        border-top: 1px dotted #e5e5e5;
    }

        .TextList002514 .job-main .job-info {
            line-height: 30px;
        }

        .TextList002514 .job-main img {
            float: left;
            width: 38%;
            margin-right: 5%;
        }

        .TextList002514 .job-main .txt {
            padding-top: 0px;
        }

    .TextList002514 .job-email {
        color: #009b95;
        padding: 30px 0;
    }

/*.PicList001213*/
.PicList001213 dl {
    padding: 5% 0;
    border-bottom: 1px dashed #ccc;
}

.PicList001213 .more {
    padding: 8px 30px;
    border: 1px solid #ccc;
    transition: 0.4s;
}

.PicList001213 a:hover {
    color: #104097;
}

.PicList001213 .more:hover {
    padding: 8px 40px;
    border-color: #104097;
}

@media(min-width:481px) {
    .PicList001213 dl {
        display: table;
        width: 100%;
    }

        .PicList001213 dl dt,
        .PicList001213 dl dd {
            display: table-cell;
            vertical-align: middle;
        }

        .PicList001213 dl dt {
            width: 49%;
        }

            .PicList001213 dl dt img {
                width: 90%;
            }

        .PicList001213 dl:nth-child(2n) dt {
            text-align: right;
        }
}

.PicList001213 dl h2 {
    font-size: 20px;
    margin: 0;
}

.PicList001213 dl p {
    line-height: 30px;
    max-height: 125px;
    overflow: hidden;
    padding-right: 3%;
    margin: 30px 0;
}

@media(max-width:480px) {
    .PicList001213 dl dd {
        padding: 3%;
    }
}

/*.RighInfo002225*/
.RighInfo002225 {
    padding: 3% 0;
}

    .RighInfo002225 .item {
        color: #323232;
        margin: 0 auto;
        padding: 15px 0;
        max-width: 553px;
    }

        .RighInfo002225 .item .word {
            text-align: center;
            margin-bottom: 15px;
        }

        .RighInfo002225 .item .pic {
            text-align: center;
        }

        .RighInfo002225 .item .tit {
            margin-top: 0;
            font-size: 24px;
            font-weight: normal;
            text-align: left;
        }

            .RighInfo002225 .item .tit em {
                font-size: 12px;
                display: block;
                text-transform: uppercase;
                font-style: normal;
            }

        .RighInfo002225 .item .con {
            line-height: 22px;
            position: relative;
            margin: 0;
        }

            .RighInfo002225 .item .con:before {
                display: none;
            }

@media screen and (min-width: 768px) {
    .RighInfo002225 .item {
        max-width: none;
        margin: 0;
        padding: 0;
    }

        .RighInfo002225 .item .word {
            float: left;
            width: 50%;
            text-align: left;
            padding-right: 5%;
            padding-left: 0;
            margin-bottom: 0;
        }

        .RighInfo002225 .item .pic {
            float: right;
            width: 50%;
        }

        .RighInfo002225 .item.odd .word {
            float: right;
            padding-left: 5%;
            padding-right: 0;
        }

        .RighInfo002225 .item.odd .pic {
            float: left;
        }

        .RighInfo002225 .item .tit {
            font-size: 30px;
        }

        .RighInfo002225 .item .word {
            padding-top: 40px;
        }

        .RighInfo002225 .item .con {
            line-height: 24px;
            overflow: hidden;
            padding-left: 32px;
        }

            .RighInfo002225 .item .con:before {
                position: absolute;
                left: 0;
                top: 10px;
                height: 50%;
                max-height: 60px;
                width: 3px;
                content: "";
                background-color: #019c96;
                display: block;
            }

        .RighInfo002225 .item .tit em {
            font-size: 14px;
            color: #019c96;
        }
}

@media screen and (min-width: 1024px) {
    .RighInfo002225 .item .tit {
        font-size: 24px;
    }

    .RighInfo002225 .item .word {
        padding-top: 50px;
    }

    .RighInfo002225 .item .con {
        line-height: 30px;
        color: #666;
    }
}
/*Product End*/


/*New*/
/*.PicList002273*/
.PicList002273 {
    padding: 3% 0 0;
    margin-bottom: -1%
}

    .PicList002273 .left img {
        width: 100%;
    }

    .PicList002273 .right .time {
        font-size: 12px;
        color: #999;
        border: 1px solid #c5c6c6;
        padding: 2px 5px;
        margin-top: 8px;
        display: inline-block;
    }

    .PicList002273 .right .h3 {
        color: #313131;
        font-size: 18px;
        font-weight: normal;
        margin: 10px 0;
    }

    .PicList002273 .right .p {
        color: #999;
        font-size: 14px;
    }

    .PicList002273 ul li {
        margin-bottom: 30px;
        padding: 18px 20px;
        border: 1px solid #e5e5e5;
        background: #f5f5f5
    }

@media screen and (min-width:768px ) {
    .PicList002273 .left {
        float: left;
        width: 25%;
    }

    .PicList002273 .right {
        float: right;
        width: 72%;
    }

        .PicList002273 .right .time {
            margin-top: 0px;
        }

    .PicList002273 ul li {
    }
}

@media screen and (min-width:1024px ) {
    .PicList002273 .right .time {
        margin-top: 15px;
    }

    .PicList002273 ul li:hover {
        border: 1px solid #ee322d;
        box-shadow: 0px 0px 30px #ccc;
    }

    .PicList002273 ul li {
        position: relative;
    }

        .PicList002273 ul li .right_btn {
            width: 11px;
            height: 19px;
            background: url(../../images/PicList002273-arrow_right.png) no-repeat center;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 48px;
            cursor: pointer;
            margin-top: -10px
        }
}

@media screen and (min-width:1200px ) {
    .PicList002273 .left {
        float: left;
        margin-right: 50px;
    }

    .PicList002273 .right {
        float: left;
        width: 750px;
    }

        .PicList002273 .right .time {
            margin-top: 14px;
        }

        .PicList002273 .right .h3 {
            line-height: 18px;
            margin: 28px 0 17px;
        }

        .PicList002273 .right .p {
            line-height: 22px;
            height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .PicList002273 ul li {
        padding-right: 20px;
    }
}

/*.RichInfo005*/
.RichInfo005 {
    padding: 3% 0;
}

    .RichInfo005 .news_info .title {
        text-align: center;
        padding-bottom: 20px;
    }

        .RichInfo005 .news_info .title h1 {
            margin: 0;
            padding-bottom: 15px;
            font-size: 24px;
            font-weight: normal;
        }

        .RichInfo005 .news_info .title p {
            margin: 0;
            border-bottom: 1px dashed #d2d2d2;
            padding-bottom: 10px;
        }

            .RichInfo005 .news_info .title p span {
                margin: 0 5px;
                color: #777;
            }

    .RichInfo005 .news_info .info {
        text-align: justify;
        text-justify: inter-ideograph;
    }

        .RichInfo005 .news_info .info p {
            font-size: 14px;
            line-height: 24px;
        }

    .RichInfo005 .news_info .info_pn {
        width: 100%;
        padding: 3% 0 0 0%;
        position: relative;
        margin-top: 5%
    }

    .RichInfo005 .news_info .info_back {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
    }

        .RichInfo005 .news_info .info_back a {
            color: #666;
            font-size: 14px;
            border: 1px solid #ddd;
            padding: 10px 40px
        }

    .RichInfo005 .news_info .info_pn span {
        display: block;
    }

        .RichInfo005 .news_info .info_pn span a {
            color: #999;
            line-height: 24px;
        }

            .RichInfo005 .news_info .info_pn span a:hover {
                color: #07ad58;
            }
/*New End*/

/*Feedback*/
.Form002219 {
    padding: 3% 0;
}

    .Form002219 .auto {
        background-repeat: no-repeat;
        background-position: 60px 60px;
        background-color: #f5f5f5;
        padding: 60px 60px 50px 60px
    }

    .Form002219 form {
        padding-left: 45%;
    }

    .Form002219 dl {
        width: 100%;
        min-height: 40px;
        position: relative;
        margin-bottom: 8px;
        margin-right: 20px
    }

        .Form002219 dl dd {
            position: relative;
        }

            .Form002219 dl dd .span {
                position: absolute;
                left: 10px;
                top: 0;
                color: #999;
                font-size: 14px;
                line-height: 40px;
            }

    .Form002219 .text {
        border: 1px solid #dfdfdf;
        width: 100%;
        padding: 0 10px;
        line-height: 38px;
        color: #666;
    }

    .Form002219 dl.dl {
        width: 100%;
        float: none;
        max-width: none;
    }

    .Form002219 textarea {
        border: 1px solid #dfdfdf;
        overflow: hidden;
        resize: none;
        width: 100%;
        height: 150px;
        padding: 10px;
        line-height: 1.45;
        color: #666;
    }

    .Form002219 .btn {
        display: inline-block;
        line-height: 40px;
        min-width: 140px;
        margin-right: 10px;
        background-color: #666;
        color: #eee;
        font-size: 14px;
        border: none;
        cursor: pointer;
        margin-top: 15px
    }

    .Form002219 .submitbtn {
        color: #fff;
        background-color: #104097;
    }

@media(max-width:767px) {
    .Form002219 .auto {
        padding: 3% 15px 3%;
        background: #f5f5f5 !important;
    }

    .Form002219 form {
        padding-left: 0;
    }
}

@media(max-width:640px) {
    .Form002219 dl {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }

    .Form002219 textarea {
        height: 250px;
    }
}

@media(max-width:480px) {
    .Form002219 .btn {
        width: 48%;
        margin-right: 2%;
        float: left;
        display: block;
        min-width: 2px;
    }
}
/*Feedback End*/

/*link*/
.PicList002171 {
    padding: 3% 0 0;
}

    .PicList002171 ul {
        margin: 0 -1.5%;
    }

    .PicList002171 li {
        float: left;
        width: 17%;
        margin: 0 1.5% 3%;
    }

        .PicList002171 li a {
            border: 1px solid #e8e8e8;
            position: relative;
            display: block;
        }

        .PicList002171 li .Ispic {
            padding-bottom: 74%;
        }

        .PicList002171 li a figure {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(16,64,151,0.95);
            opacity: 0;
            transition: 0.3s;
        }

        .PicList002171 li a:hover figure {
            opacity: 1;
        }

        .PicList002171 li dl {
            display: table;
            width: 100%;
            height: 100%;
        }

        .PicList002171 li dt {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 18px;
            color: #fff;
        }

@media(max-width:768px) {
    .PicList002171 li {
        width: 30.3334%;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 47%;
    }

        .PicList002171 li dt {
            font-size: 15px;
        }
}
/*link End*/

/*党组关系 */
.TextList002148 {
    padding-top: 3%;
}

    .TextList002148 li {
        overflow: hidden;
        padding-left: 170px;
        padding-right: 48px;
        position: relative;
        margin-bottom: 2%;
    }

        .TextList002148 li .more {
            position: absolute;
            content: '';
            right: 0;
            top: 0;
            width: 48px;
            height: 100%;
            background: url(../../images/TextList002148-more.gif) no-repeat center center #f0f0f0;
            transition: 0.2s;
        }

        .TextList002148 li:hover .more {
            background-color: #999;
        }

        .TextList002148 li div {
            border-left: 1px solid #e9e9e9;
            background-color: #f8f8f8;
            padding: 2% 3%;
        }

        .TextList002148 li time {
            position: absolute;
            left: 0;
            top: 0;
            width: 155px;
            height: 100%;
            background-color: #f8f8f8;
            border-right: 1px solid #e9e9e9;
        }

            .TextList002148 li time:after {
                position: absolute;
                content: '';
                background: url(../../images/TextList002148-time.gif) no-repeat;
                width: 11px;
                height: 19px;
                top: 50%;
                right: -11px;
                margin-top: -9px;
            }

            .TextList002148 li time span {
                position: absolute;
                width: 100%;
                text-align: center;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #b2b2b2;
                font-size: 16px;
            }

            .TextList002148 li time i {
                font-style: normal;
                font-size: 50px;
                color: #999;
                display: block;
                font-family: "Courier New", Courier, monospace;
                line-height: 40px;
            }

                .TextList002148 li time i:after {
                    display: block;
                    content: '';
                    margin: 5px auto;
                    height: 1px;
                    width: 66px;
                    background: #dfdfdf;
                }

        .TextList002148 li h3 {
            margin: 0;
            font-size: 18px;
        }

        .TextList002148 li p {
            line-height: 26px;
            overflow: hidden;
            color: #999;
            height: 52px;
            margin: 2% 0 0 0;
        }

        .TextList002148 li:hover a {
            color: #114098;
        }

@media(max-width:1000px) {
    .TextList002148 li {
        padding-left: 120px;
        padding-right: 30px;
    }

        .TextList002148 li .more {
            width: 30px;
            background-size: 35% auto;
        }

        .TextList002148 li time {
            width: 105px;
        }

            .TextList002148 li time span {
                font-size: 14px;
            }

            .TextList002148 li time i {
                font-size: 40px;
                line-height: 30px;
            }
}

@media(max-width:768px) {
    .TextList002148 li h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .TextList002148 li {
        padding-left: 100px;
        padding-right: 0;
    }

        .TextList002148 li .more {
            display: none;
        }

        .TextList002148 li time {
            width: 85px;
        }

            .TextList002148 li time span {
                font-size: 12px;
            }

            .TextList002148 li time i {
                font-size: 30px;
            }

        .TextList002148 li h3 {
            font-size: 14px;
        }

        .TextList002148 li p {
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            height: 40px;
        }
}

/****联系方式
 .Floor001318 为demo编号
 */
.Floor001318 {
    padding: 3% 0;
}

    .Floor001318 .auto {
        background-color: #f5f5f5;
        padding: 3%;
    }

    .Floor001318 .map {
        overflow: hidden;
        position: relative;
        clear: both;
    }

    .Floor001318 .list {
        float: right;
        width: 25.8%;
    }

    .Floor001318 #all_map_1318 {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 69.8%;
        height: 100%;
        border: #ccc solid 1px;
    }

        .Floor001318 #all_map_1318 * {
            box-sizing: content-box;
        }

        .Floor001318 #all_map_1318 img {
            max-width: none;
        }

        .Floor001318 #all_map_1318 .BMap_bubble_content {
            line-height: 20px;
        }

    .Floor001318 .list li {
        padding-bottom: 15px;
        cursor: pointer;
    }

        .Floor001318 .list li div {
            border-left: 10px #b6b6b6 solid;
            background-color: #fff;
            padding: 15px;
        }

        .Floor001318 .list li h5,
        .Floor001318 .list li p {
            margin: 0;
            font-size: 12px;
            line-height: 24px;
            overflow: hidden;
        }

        .Floor001318 .list li h5 {
            font-weight: normal;
            font-size: 15px;
            color: #333;
        }

        .Floor001318 .list li p {
            margin-top: 5px;
            height: 24px;
        }

        .Floor001318 .list li.on div {
            border-left-color: #104097;
        }

    .Floor001318 .list .bx-controls-direction {
        overflow: hidden;
        clear: both;
    }

        .Floor001318 .list .bx-controls-direction a {
            width: 48%;
            background: url(../../images/Floor001318-btn_prev.png) no-repeat center center #fff;
            display: block;
            height: 50px;
            float: left;
            overflow: hidden;
            line-height: 1000px;
        }

            .Floor001318 .list .bx-controls-direction a.bx-next {
                float: right;
                background-image: url(../../images/Floor001318-btn_next.png);
            }

@media(max-width:768px) {
    .Floor001318 .list {
        float: none;
        width: auto;
        margin-top: 3%;
    }

    .Floor001318 #all_map_1318 {
        position: relative !important;
        width: 100%;
        height: 300px !important;
    }

    .Floor001318 .link {
        text-align: center;
        overflow: hidden;
    }

        .Floor001318 .link span {
            display: block;
            text-align: left;
        }

            .Floor001318 .link span::before {
                left: 80px;
            }

        .Floor001318 .link a {
            display: block;
            width: 33.3333333%;
            float: left;
            line-height: 30px;
            font-size: 14px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
}

@media(max-width:375px) {
    .Floor001318 .link a {
        width: 50%;
    }

    .Floor001318 #all_map_1318 {
        height: 250px !important;
    }
}


/*人才招聘*/
.TextList000658 {
    padding-top: 3%;
}

    .TextList000658 .list {
        padding-bottom: 1px;
    }

        .TextList000658 .list h1.title {
            font-size: 18px;
            background-color: #f2f2f2;
            margin: 0;
            padding: 16px 0 16px 16px;
            font-weight: normal;
            position: relative;
            cursor: pointer;
            line-height: 25px;
        }

            .TextList000658 .list h1.title time {
                float: right;
                padding-right: 74px;
                font-size: 14px;
                color: #ccc;
                position: relative;
            }

            .TextList000658 .list h1.title::before {
                width: 23px;
                height: 23px;
                background-color: #e5e5e5;
                border-radius: 50%;
                position: absolute;
                content: '';
                right: 20px;
                top: 50%;
                margin-top: -11px;
            }

            .TextList000658 .list h1.title time::before,
            .TextList000658 .list h1.title time::after {
                position: absolute;
                content: '';
                background-color: #b3b3b2;
                top: 50%;
            }

            .TextList000658 .list h1.title time::before {
                width: 12px;
                height: 2px;
                right: 25px;
                margin-top: -1px;
            }

            .TextList000658 .list h1.title time::after {
                width: 2px;
                height: 12px;
                margin-top: -6px;
                right: 30px;
            }

        .TextList000658 .list h1#on {
            background-color: #104097;
            color: #fff;
        }

            .TextList000658 .list h1#on time {
                color: #fff;
            }

            .TextList000658 .list h1#on::before {
                background-color: #fff;
            }

            .TextList000658 .list h1#on time::after {
                display: none;
            }

            .TextList000658 .list h1#on time::before {
                background-color: #b3b3b2;
            }

    .TextList000658 .con {
        padding: 3%;
        display: none;
    }

    .TextList000658 .info {
        line-height: 25px;
        padding-bottom: 2%;
    }

    .TextList000658 .apply a {
        display: inline-block;
        padding: 10px 30px;
        color: #fff;
        border-radius: 5px;
        background-color: #104097;
        font-size: 16px;
    }

@media(max-width:640px) {
    .TextList000658 .list h1.title {
        font-size: 15px;
    }

        .TextList000658 .list h1.title time {
            padding-right: 54px;
            font-size: 12px;
        }

    .TextList000658 .apply a {
        font-size: 14px;
    }
}

/*人才招聘表单*/
.Form001413 {
    padding: 3% 0;
}

    .Form001413 .name {
        padding: 15px 0;
        font-size: 18px;
        border-bottom: 1px solid #e5e5e5;
    }

        .Form001413 .name span {
            display: inline-block;
            border-left: 6px solid #104097;
            padding-left: 15px;
        }

    .Form001413 .tips {
        padding: 20px 0;
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
        position: relative;
    }

        .Form001413 .tips h1 {
            margin: 0;
            font-weight: normal;
            font-size: 18px;
            color: #104097;
        }

    .Form001413 .form {
        padding-top: 30px;
        max-width: 700px;
        margin: 0 auto;
    }

        .Form001413 .form td {
            padding-bottom: 20px;
            font-size: 14px;
        }

            .Form001413 .form td.w1 {
                width: 50%;
            }

            .Form001413 .form td.w2 {
                width: 32px;
            }

        .Form001413 .form .text {
            width: 100%;
            border-radius: 3px;
            border: 1px solid #cfcfcf;
            line-height: 36px;
            height: 36px;
            text-indent: 10px;
            background: none;
        }

        .Form001413 .form .title {
            margin: 0 0 10px 0;
            color: #104097;
            background: url(../../images/Form001413-icon.jpg) no-repeat left center;
            padding-left: 15px;
        }

        .Form001413 .form td em {
            font-style: normal;
            color: #bcbcbc;
        }

            .Form001413 .form td em i {
                font-style: normal;
                color: #fadbbe;
            }

        .Form001413 .form .btn {
            background: #104097;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            width: 180px;
            height: 50px;
            border-radius: 3px;
            border: none;
            margin-top: 20px;
        }

        .Form001413 .form dl {
            position: relative;
        }

        .Form001413 .form dt {
            text-indent: 10px;
            cursor: pointer;
            border: 1px solid #cfcfcf;
            line-height: 36px;
            height: 36px;
            background: url(../../images/Form001413-check.png) no-repeat 95% center;
        }

        .Form001413 .form dd {
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            background-color: #eee;
            width: 100%;
            z-index: 10;
        }

            .Form001413 .form dd a {
                display: block;
                line-height: 36px;
                padding: 0 10px;
            }

                .Form001413 .form dd a:hover {
                    background-color: #ccc;
                }

/*Other002524 */
.Other002524 {
    position: fixed;
    z-index: 100;
    right: 3px;
    bottom: 25%;
}

    .Other002524 li {
        width: 64px;
    }

        .Other002524 li + li {
            margin-top: 15px;
        }

        .Other002524 li a {
            display: block;
        }

            .Other002524 li a:before {
                content: "";
                display: block;
                width: 64px;
                height: 64px;
                background: url(../../images/edit.png) no-repeat center;
                background-size: 100% 100%;
            }

            .Other002524 li a span {
                display: block;
                font-size: 14px;
                color: #666;
                text-align: center;
            }

        .Other002524 li.gettop a:before {
            background-image: url(../../images/gotop.png);
        }

@media(max-width:767px) {
    .Other002524 li {
        width: 50px;
    }

        .Other002524 li a:before {
            width: 50px;
            height: 50px;
        }

        .Other002524 li a span {
            font-size: 12px;
        }
}


/*Floor001901*/
.Floor001901 {
    padding: 3% 0;
    overflow: hidden;
    background-color: #efefef;
}

    .Floor001901 .auto {
    }

    .Floor001901 ul {
        border: 1px solid #c4c4c4;
        padding: 1%;
        margin: 0 40px;
    }

    .Floor001901 li {
        float: left;
        width: 31.3334%;
        margin: 1%;
        background-color: #fff;
        position: relative;
        padding-bottom: 50px;
    }

        .Floor001901 li a {
            display: block;
        }

        .Floor001901 li figure {
            padding-bottom: 100%;
        }

            .Floor001901 li figure img {
                display: none;
            }

        .Floor001901 li .con {
            padding: 0 5%;
        }

            .Floor001901 li .con dl {
                padding: 30px 0 0 0;
                height: 106px;
                overflow: hidden;
            }

                .Floor001901 li .con dl:last-child {
                    padding: 0 0 20px 0;
                }

            .Floor001901 li .con dt, .Floor001901 li .con dd {
                float: left;
                color: #333;
                font-size: 14px;
                line-height: 22px;
            }

            .Floor001901 li .con dt {
                width: 22%;
                position: relative;
            }

                .Floor001901 li .con dt:after {
                    content: '';
                    display: inline-block;
                    width: 1px;
                    height: 14px;
                    background-color: #666;
                    position: absolute;
                    top: 4px;
                    right: 0;
                }

            .Floor001901 li .con dd {
                width: 78%;
                padding-left: 4%;
            }

        .Floor001901 li span {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background-color: #000;
            color: #fff;
            display: block;
            text-align: center;
            font-size: 22px;
            font-weight: 900;
            padding: 6px 0;
        }

        .Floor001901 li a:hover h2 {
            color: #ff0c00;
        }

@media(max-width:1000px) {
    .Floor001901 li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:640px) {
    .Floor001901 h3 {
        font-size: 24px;
    }

        .Floor001901 h3 span {
            font-size: 35px;
        }

    .Floor001901 li {
        float: none;
        width: auto;
        margin: 0 auto;
        max-width: 480px;
        margin-bottom: 3%;
    }
}

/*case info */
.RighInfo001749 {
    padding: 3% 0;
}

    .RighInfo001749 .auto {
    }

    .RighInfo001749 .Ispic {
        -moz-box-shadow: 2px 2px 8px rgba(0,0,0,.3);
        -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.3);
        box-shadow: 2px 2px 8px rgba(0,0,0,.3);
    }

    .RighInfo001749 .info_back {
        text-align: left;
    }

        .RighInfo001749 .info_back a {
            color: #666;
            font-size: 14px;
            border: 1px solid #ddd;
            padding: 10px 40px
        }

        .RighInfo001749 .info_back:hover a {
            background-color: #20939E;
            color: #fff;
        }

    .RighInfo001749 h2 {
        font-size: 16px;
        color: #444;
    }

        .RighInfo001749 h2 span {
            font-weight: normal;
            font-size: 16px;
            color: #666;
        }

        .RighInfo001749 h2.tool {
            padding-bottom: 4%;
            position: relative;
        }

            .RighInfo001749 h2.tool:after {
                content: '';
                display: inline-block;
                width: 60px;
                height: 2px;
                background-color: #009B97;
                position: absolute;
                left: 0;
                bottom: 0;
            }

    .RighInfo001749 .info {
        font-size: 14px;
        color: #999;
        line-height: 32px;
        padding-bottom: 32px;
    }

    .RighInfo001749 .Ispic {
        float: left;
        width: 45%;
    }

    .RighInfo001749 .con {
        float: left;
        width: 55%;
        padding-left: 5%;
    }

.dowloadcenter {
    padding: 0 0 4%;
}

    .dowloadcenter .columnName {
        padding: 4% 0;
        line-height: normal;
        text-align: center;
        font-size: 61px;
        color: #104097;
    }

        .dowloadcenter .columnName span {
            display: block;
            color: #353535;
            font-size: 30px;
            padding: 10px 0 15px;
        }

        .dowloadcenter .columnName:after {
            display: block;
            content: '';
            margin: 0 auto;
            width: 40px;
            height: 2px;
            background-color: #104097;
        }

    .dowloadcenter dl dd {
        border: 1px solid #e7e7e7;
        margin-bottom: 10px;
        line-height: 25px;
    }

        .dowloadcenter dl dd:last-child {
            margin-bottom: 0;
        }

        .dowloadcenter dl dd a {
            padding: 20px;
            border-left: 4px solid #f5f5f5;
        }

        .dowloadcenter dl dd span {
            float: right;
            color: #999;
            font-size: 14px;
            margin-left: 5%;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left center;
        }

            .dowloadcenter dl dd span.view {
                background-image: url(../../images/view.png);
            }

            .dowloadcenter dl dd span.size {
                background-image: url(../../images/size.png);
            }

            .dowloadcenter dl dd span.file {
                background-image: url(../../images/pdf.png);
                margin-left: 2%;
            }

        .dowloadcenter dl dd a:hover,
        .dowloadcenter dl dd a:hover span {
            color: #0a498e;
        }

        .dowloadcenter dl dd a.pdf {
            padding-left: 35px;
            background: url(../../images/TextList000962-a.png) no-repeat 5px center;
        }

            .dowloadcenter dl dd a.pdf:hover {
                background-image: url(../../images/TextList000962-aon.png);
            }

@media (max-width:1000px ) {
    .dowloadcenter dl dl {
        padding-left: 0;
        padding-right: 0;
    }

    .dowloadcenter dl dd span.file, .dowloadcenter dl dd span.size {
        display: none;
    }
}

/*
 .PicList001646 为demo编号
 */
.PicList001646 {
    padding-top: 3%;
}

    .PicList001646 .more {
        text-align: left;
    }

        .PicList001646 .more a {
            border: 1px solid #e0e0e0;
            font-weight: bold;
            font-size: 0.8em;
            display: inline-block;
            line-height: 2.85em;
            padding-left: 2.5em;
            padding-right: 3.5em;
            border-radius: 30px;
            background: url(../../images/PicList001646-a_more.png) no-repeat 90% center;
            transition: all ease 0.5s;
        }

            .PicList001646 .more a:hover {
                padding-right: 2.5em;
                background-color: #019C96;
                background-position: 120% center;
                color: #fff;
                transition: all ease 0.5s;
            }

    .PicList001646 dl {
        margin-bottom: 3%;
        background-color: #f6f6f6;
    }

        .PicList001646 dl:last-child {
            margin-bottom: 0;
        }

@media(min-width:481px) {
    .PicList001646 dl {
        display: table;
        width: 100%;
    }

        .PicList001646 dl dt,
        .PicList001646 dl dd {
            display: table-cell;
            vertical-align: middle;
            width: 50%;
        }
}

.PicList001646 dd figure {
    padding: 0 5%;
    text-align: center;
}

.PicList001646 dt img {
    display: block;
    width: 100%;
}

.PicList001646 dd figure * {
    margin: 0;
    text-align: left;
}

.PicList001646 dd figure h1 {
    font-weight: normal;
}

.PicList001646 dd figure h1 {
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
}

    .PicList001646 dd figure h1::before {
        position: absolute;
        content: '';
        left: 0%;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #019C96;
        display: inline-block;
    }

.PicList001646 dd figure pre {
    line-height: 24px;
    height: 72px;
    text-align: left;
    margin: 5% 0 10% 0;
    overflow: hidden;
}

@media(max-width:768px) {
    .PicList001646 dd figure pre {
        margin: 3% 0;
        height: 48px;
    }
}

@media(max-width:480px) {
    .PicList001646 dl dd {
        padding: 3% 0;
    }
}



/*
 .RighInfo001108 为demo编号
 */
.RighInfo001108 {
    padding: 3% 0;
}

    .RighInfo001108 .pic {
        float: left;
        width: 50%;
    }

        .RighInfo001108 .pic img {
            width: 100%;
        }

    .RighInfo001108 .txt {
        float: right;
        width: 50%;
        padding-left: 5%;
        color: #333;
    }

        .RighInfo001108 .txt h1 {
            font-size: 18px;
            font-weight: normal;
        }

        .RighInfo001108 .txt dl {
            border-top: 1px solid #d9d9d9;
            padding: 3% 0;
            border-bottom: 1px solid #d9d9d9;
        }

        .RighInfo001108 .txt dd {
            line-height: 26px;
            padding: 5px 0;
        }

        .RighInfo001108 .txt p {
            line-height: 36px;
            border-top: 1px solid rgba(0,0,0,.1)
        }

        .RighInfo001108 .txt .contact {
            padding: 3% 0;
        }

            .RighInfo001108 .txt .contact a {
                color: #009C98;
                width: 120px;
                text-align: center;
                border: 1px solid #009C98;
                line-height: 34px;
                display: inline-block;
            }

                .RighInfo001108 .txt .contact a:hover {
                    background-color: #009C98;
                    color: #fff;
                }

    .RighInfo001108 .tab {
        margin-top: 3%;
        background-color: #f2f2f2;
        overflow: hidden;
    }

        .RighInfo001108 .tab span {
            cursor: pointer;
            display: inline-block;
            padding: 0 3%;
            line-height: 40px;
        }

            .RighInfo001108 .tab span.on {
                background-color: #104097;
                color: #fff;
            }

    .RighInfo001108 .tab_info {
        padding: 2% 0;
    }

        .RighInfo001108 .tab_info .info h3 {
            font-size: 16px;
        }

@media(max-width:480px) {
    .RighInfo001108 .pic,
    .RighInfo001108 .txt {
        float: none;
        width: auto;
    }
}

.RighInfo001108 .tab_info .info .list {
    border-top: 1px dashed #e5e5e5;
}

    .RighInfo001108 .tab_info .info .list li {
        border-bottom: 1px dashed #e5e5e5;
    }

        .RighInfo001108 .tab_info .info .list li h5 {
            cursor: pointer;
            margin: 0;
            font-size: 14px;
            line-height: 55px;
            font-weight: normal;
            position: relative;
            clear: both;
        }

            .RighInfo001108 .tab_info .info .list li h5 i {
                display: inline-block;
                width: 16px;
                height: 16px;
                content: '';
                background-color: #009B95;
                border-radius: 50%;
                position: relative;
                float: right;
                right: 20px;
                top: 20px;
            }

                .RighInfo001108 .tab_info .info .list li h5 i:before {
                    transition: .3s;
                    display: inline-block;
                    width: 2px;
                    height: 12px;
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    right: 7px;
                    top: 50%;
                    margin-top: -6px;
                }

                .RighInfo001108 .tab_info .info .list li h5 i:after {
                    display: inline-block;
                    width: 12px;
                    height: 2px;
                    content: '';
                    background-color: #fff;
                    position: absolute;
                    left: 50%;
                    top: 7px;
                    margin-left: -6px;
                }

        .RighInfo001108 .tab_info .info .list li div {
            display: none;
            padding: 0 0 2% 16px;
            position: relative;
            line-height: 24px;
        }

            .RighInfo001108 .tab_info .info .list li div::before {
                position: absolute;
                content: '';
                width: 10px;
                height: 1px;
                background-color: #019C96;
                left: 0;
                top: 12px;
            }

        .RighInfo001108 .tab_info .info .list li h5.on {
            font-weight: bold;
        }

            .RighInfo001108 .tab_info .info .list li h5.on i:before {
                opacity: 0;
            }

@media(max-width:768px) {
    .RighInfo001108 .tab_info .info .list {
        float: none;
        width: auto;
    }
}

@media(max-width:480px) {
    .RighInfo001108 .tab_info .info .list li div a {
        display: block;
        overflow: hidden;
        height: 120px;
    }
}
