﻿@charset "utf-8";

*, *:before, *:after {
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

ul {
    list-style: none
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Microsoft YaHei',arial;
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #666
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #00aa80
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, textarea, select {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: 'Microsoft YaHei',arial
}

    input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
        cursor: pointer;
        outline: 0
    }

    input[type='checkbox'], input[type='radio'] {
        position: relative;
        vertical-align: middle;
        margin-top: -2px;
        margin-bottom: 1px;
        margin-left: 5px;
        margin-right: 5px
    }

    textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
        padding: 0;
        color: #212529;
        outline: 0
    }

    input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
        -webkit-appearance: none
    }

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0;
    color: #666
}

a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@font-face {
    font-family: "ITC Avant Garde Gothic LT Medium";
    src: url("../font/ITC Avant Garde Gothic LT Medium.woff2") format("woff2"),url("../font/ITC Avant Garde Gothic LT Medium.woff") format("woff"),url("../font/ITC Avant Garde Gothic LT Medium.ttf") format("truetype"),url("../font/ITC Avant Garde Gothic LT Medium.eot") format("embedded-opentype"),url("../font/ITC Avant Garde Gothic LT Medium.svg") format("svg")
}

@font-face {
    font-family: "DIN-Medium";
    src: url("../font/DIN-Medium.woff2") format("woff2"),url("../font/DIN-Medium.woff") format("woff"),url("../font/DIN-Medium.ttf") format("truetype"),url("../font/DIN-Medium.eot") format("embedded-opentype"),url("../font/DIN-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1400px
}

@media (max-width:1440px) {
    .container {
        width: 100%;
        padding: 0 60px
    }
}

@media (max-width:1260px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

.container-2 {
    margin-right: auto;
    margin-left: auto;
    width: 1260px
}

@media (max-width:1260px) {
    .container-2 {
        width: 100%;
        padding: 0 20px
    }
}

#container {
    overflow: hidden
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@-webkit-keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@keyframes mymove4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes mymove4 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.header {
    height: 90px;
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1px rgba(255,255,255,0.2)
}

    .header .menu {
        right: 20px;
        top: 13px;
        height: 100%;
        display: none;
        text-align: center;
        position: absolute
    }

@media (max-width:1259px) {
    .header .menu {
        display: block
    }
}

.header .logo {
    padding: 15px 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    float: left
}

    .header .logo a {
        display: block;
        overflow: hidden;
        position: relative
    }

        .header .logo a img {
            float: left
        }

        .header .logo a .logo01 {
            display: none
        }

.header .header-right {
    right: 0;
    top: 0;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s
}

    .header .header-right .header-search {
        float: right;
        padding-left: 31px
    }

        .header .header-right .header-search .pull-right a {
            display: block;
            width: 90px;
            height: 90px;
            line-height: 90px;
            text-align: center;
            background: #00b99c;
            -webkit-transition: all 334ms ease;
            transition: all 334ms ease;
            background: -webkit-linear-gradient(top, #00b595, #00cec4);
            background: linear-gradient(top, #00b595, #00cec4)
        }

            .header .header-right .header-search .pull-right a img {
                vertical-align: middle
            }

    .header .header-right .lan {
        float: right;
        background: url(../images/lan.png) no-repeat left 38px;
        padding-left: 22px;
        color: #fff;
        line-height: 90px;
        position: relative;
        cursor: pointer
    }

        .header .header-right .lan span {
            display: block;
            background: url("../images/arrow.png") no-repeat center right;
            padding-right: 22px;
            font-size: 17px
        }

        .header .header-right .lan ul {
            background: rgba(255,255,255,0.9);
            position: absolute;
            top: 90px;
            left: 0;
            padding: 10px 10px 20px 10px;
            width: 100%;
            z-index: 5;
            display: none;
            text-align: center
        }

            .header .header-right .lan ul li a {
                line-height: 30px;
                display: block;
                color: #666;
                font-size: 16px
            }

                .header .header-right .lan ul li a:hover {
                    color: #00aa80
                }

        .header .header-right .lan:hover ul {
            display: block
        }

.header .nav {
    float: right
}

    .header .nav ul li {
        float: left;
        margin-left: 57px;
        position: relative
    }

        .header .nav ul li > a {
            display: block;
            font-size: 18px;
            text-align: center;
            color: #fff;
            line-height: 90px
        }

            .header .nav ul li > a:hover {
                font-weight: 700
            }

        .header .nav ul li .subnav {
            top: 88px;
            left: 0;
            width: 100%;
            z-index: 99;
            width: 130px;
            left: 50%;
            display: none;
            margin-left: -65px;
            text-align: center;
            position: absolute
        }

            .header .nav ul li .subnav:before {
                content: "";
                height: 23px;
                top: 0;
                left: 0;
                width: 100%;
                position: absolute;
                background: url(../images/nav-top.png) no-repeat top center
            }

            .header .nav ul li .subnav:after {
                content: "";
                height: 12px;
                bottom: -12px;
                left: 0;
                width: 100%;
                position: absolute;
                background: url(../images/nav-bot.png) no-repeat top center
            }

            .header .nav ul li .subnav .bg {
                margin-top: 23px;
                background: url(../images/nav-bg.png) repeat top center
            }

                .header .nav ul li .subnav .bg a {
                    display: block;
                    color: #fff;
                    height: 48px;
                    padding: 0 5px;
                    line-height: 48px;
                    overflow: hidden;
                    font-size: 15px;
                    border-top: solid 1px rgba(255,255,255,0.2)
                }

                    .header .nav ul li .subnav .bg a:hover {
                        background: #66c5d6;
                        font-weight: bold
                    }

                    .header .nav ul li .subnav .bg a:first-child {
                        border-top: 0
                    }

        .header .nav ul li:hover .subnav {
            display: block
        }

    .header .nav ul .active > a {
        font-weight: bold
    }

.header .tel {
    float: right;
    margin-left: 50px;
    font-size: 26px;
    margin-top: 34px;
    color: #fff;
    padding-left: 30px;
    margin-right: 70px;
    background: url(../images/tel-1.png) no-repeat top left;
    font-family: "DIN-Medium"
}

    .header .tel img {
        margin-right: 5px;
        margin-top: 3px
    }

@media (max-width:1800px) {
    .header .container {
        width: 100%;
        padding: 0 210px 0 30px
    }
}

@media (max-width:1640px) {
    .header .nav ul li {
        margin-left: 30px
    }

        .header .nav ul li > a {
            font-size: 16px
        }

    .header .tel {
        font-size: 22px;
        margin-right: 40px
    }
}

@media (max-width:1300px) {
    .header .nav ul li {
        margin-left: 20px
    }
}

@media (max-width:1259px) {
    .header {
        height: 60px;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        border-bottom: 0;
        background: #00aa80
    }

        .header .nav, .header .tel, .header .header-right {
            display: none
        }

        .header .logo {
            padding-top: 13px;
            padding-bottom: 0
        }

            .header .logo img {
                max-height: 40px
            }
}

.transparency {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s
}

    .transparency.transparency-visible {
        opacity: 1;
        visibility: visible
    }

#searchPopup {
    position: absolute;
    z-index: 999;
    top: 140px;
    left: 0;
    width: 100%;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s
}

    #searchPopup > .container {
        position: relative;
        padding-right: 50px
    }

    #searchPopup.searchPopup-visible {
        opacity: 1;
        visibility: visible;
        -webkit-animation: slideInDown .3s;
        animation: slideInDown .3s
    }

        #searchPopup.searchPopup-visible .close {
            -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1)
        }

    #searchPopup .btn {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50px;
        margin: auto;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        background: url(../images/search.png) no-repeat center
    }

    #searchPopup .close {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s
    }

        #searchPopup .close img {
            max-height: 20px;
            margin-top: 15px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease
        }

        #searchPopup .close:hover img {
            max-height: 30px
        }

    #searchPopup input[type="search"] {
        height: 55px;
        line-height: 55px;
        border: none;
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
        background: transparent;
        color: rgba(255,255,255,0.8)
    }

        #searchPopup input[type="search"]:-ms-input-placeholder {
            color: rgba(255,255,255,0.8)
        }

        #searchPopup input[type="search"]::-moz-placeholder {
            color: rgba(255,255,255,0.8)
        }

        #searchPopup input[type="search"]::-webkit-input-placeholder {
            color: rgba(255,255,255,0.8)
        }

        #searchPopup input[type="search"]:focus {
            color: #fff
        }

        #searchPopup input[type="search"]::-webkit-search-cancel-button {
            display: none
        }

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fixed01 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    -webkit-animation: 2s dong;
    animation: 2s dong;
    background: #fff;
    background: rgba(255,255,255,0.9);
    box-shadow: 2.5px 4.3px 24px 0 rgba(4,0,0,0.11)
}

    .fixed01 .logo a .logo00 {
        display: none
    }

    .fixed01 .logo a .logo01 {
        display: block
    }

    .fixed01 .nav ul li > a {
        color: #4a4a4a
    }

        .fixed01 .nav ul li > a:hover {
            color: #00aa80
        }

    .fixed01 .nav .active > a {
        color: #00aa80
    }

    .fixed01 .tel {
        color: #00aa80;
        background: url(../images/tel.png) no-repeat top left
    }

    .fixed01 .header-right .lan {
        color: #666;
        background: url(../images/lan1.png) no-repeat left 38px
    }

        .fixed01 .header-right .lan span {
            background: url("../images/arrow1.png") no-repeat center right
        }

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1
}

    .home-banner .home-banner-slick .item {
        position: relative
    }

    .home-banner .home-banner-slick .banner-info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .home-banner .home-banner-slick .banner-info .text {
            position: absolute;
            top: 50%;
            margin-top: -140px
        }

        .home-banner .home-banner-slick .banner-info .bt {
            font-size: 76px;
            color: #fff;
            line-height: 90px
        }

        .home-banner .home-banner-slick .banner-info .txt {
            font-size: 16px;
            color: #eef2f6;
            margin-top: 10px;
            line-height: 30px
        }

        .home-banner .home-banner-slick .banner-info .vive a {
            display: block;
            margin-top: 20px;
            background-size: 15px;
            width: 177px;
            height: 38px;
            border-radius: 30px;
            line-height: 38px;
            font-size: 14px;
            color: #fff;
            padding-left: 25px;
            position: relative;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease;
            background: #00aa80
        }

            .home-banner .home-banner-slick .banner-info .vive a:after {
                content: "";
                width: 32px;
                height: 1px;
                margin-left: 7px;
                margin-top: 18px;
                vertical-align: top;
                display: inline-block;
                background: #fff;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease
            }

            .home-banner .home-banner-slick .banner-info .vive a:hover {
                width: 150px;
                padding-left: 20px
            }

                .home-banner .home-banner-slick .banner-info .vive a:hover:after {
                    width: 22px
                }

    .home-banner .home-banner-slick .slick-dots {
        bottom: 50px;
 
    }

        .home-banner .home-banner-slick .slick-dots li button {
            width: 6px;
            height: 23px;
            border-radius: 0;
            background: url(../images/shu.png)
        }

        .home-banner .home-banner-slick .slick-dots li.slick-active button {
            background: url(../images/shu-h.png)
        }

    .home-banner .home-banner-slick .slick-active img {
        -webkit-animation: 4s mymove4 alternate linear;
        animation: 4s mymove4 alternate linear
    }

    .home-banner .home-banner-slick .slick-active .banner-info .bt {
        -webkit-animation: fadeInLeft2 1.5s ease;
        animation: fadeInLeft2 1.5s ease
    }

    .home-banner .home-banner-slick .slick-active .banner-info .txt {
        -webkit-animation: fadeInLeft2 2s ease;
        animation: fadeInLeft2 2s ease
    }

    .home-banner .home-banner-slick .slick-active .banner-info .vive {
        -webkit-animation: fadeInUp2 2s ease;
        animation: fadeInUp2 2s ease
    }

@media (max-width:1600px) {
    .home-banner .home-banner-slick .banner-info .text {
        margin-top: -80px;
        left: 100px
    }

    .home-banner .home-banner-slick .banner-info .bt {
        font-size: 40px;
        line-height: 50px
    }

    .home-banner .home-banner-slick .banner-info .txt {
        font-size: 14px;
        line-height: 24px
    }

    .home-banner .home-banner-slick .banner-info .vive a {
        width: 160px
    }
}

@media (max-width:1259px) {
    .home-banner {
        display: none
    }
}

.phbannerbox {
    display: none
}

@media (max-width:1259px) {
    .phbannerbox {
        display: block;
        margin-top: 60px
    }
}

.phbannerbox .slick-dots {
    bottom: 10px
}

    .phbannerbox .slick-dots li button {
        width: 6px;
        height: 23px;
        border-radius: 0;
        background: url(../images/shu.png)
    }

    .phbannerbox .slick-dots li.slick-active button {
        background: url(../images/shu-h.png)
    }

.index-product {
    padding: 70px 0 100px 0;
    background: url(../images/index-product-bg.jpg) no-repeat top center #f4f9fb
}

    .index-product .title {
        color: #6d6d6d;
        font-size: 16px;
        text-align: center
    }

        .index-product .title p:first-child {
            color: #333;
            font-size: 32px;
            line-height: 60px
        }

            .index-product .title p:first-child img {
                margin: -5px 10px 0 0
            }

    .index-product ul {
        margin: 0 -13px;
        padding-top: 80px
    }

    .index-product li {
        width: 25%;
        float: left;
        padding: 0 13px
    }

        .index-product li a {
            display: block;
            width: 100%;
            height: 100%;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .index-product li .pic {
            overflow: hidden;
            position: relative
        }

            .index-product li .pic:before {
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0;
                position: absolute;
                background: rgba(0,0,0,0.3);
                -webkit-transition: all 1000ms ease;
                transition: all 1000ms ease
            }

            .index-product li .pic:after {
                content: "";
                display: block;
                padding-bottom: 57.5%
            }

            .index-product li .pic img {
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

        .index-product li .txtbox {
            background: #fff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            padding: 40px 50px 30px 20px
        }

        .index-product li .tit {
            color: #222;
            height: 24px;
            overflow: hidden;
            font-size: 20px
        }

        .index-product li .txt {
            color: #777;
            height: 48px;
            overflow: hidden;
            margin-top: 10px
        }

        .index-product li .more {
            width: 164px;
            height: 44px;
            line-height: 44px;
            color: #00aa80;
            display: inline-block;
            margin-top: 30px;
            vertical-align: top;
            background-position: 0 center;
            padding-left: 28px;
            font-size: 12px;
            background-repeat: no-repeat;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border-radius: 30px;
            background-image: url(../images/index-pro-arrow.png)
        }

        .index-product li:hover a {
            box-shadow: 0 0 20px #ddd
        }

        .index-product li:hover .pic img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

        .index-product li:hover .pic:before {
            opacity: 1
        }

        .index-product li:hover .txtbox {
            padding-top: 30px
        }

        .index-product li:hover .more {
            color: #fff;
            padding-left: 28px;
            padding-left: 60px;
            background-position: 10px center;
            background-color: #00aa80
        }

@media (max-width:1200px) {
    .index-product {
        padding: 40px 0
    }

        .index-product ul {
            margin: 0;
            padding-top: 20px
        }

        .index-product li {
            padding: 5px
        }

            .index-product li .txtbox {
                padding: 20px 15px
            }

                .index-product li .txtbox .more {
                    margin-top: 20px;
                    width: 120px;
                    height: 30px;
                    line-height: 30px;
                    -webkit-transition: all 0s;
                    transition: all 0s
                }

            .index-product li:hover .txtbox {
                padding-top: 20px
            }

            .index-product li:hover .more {
                text-align: center;
                padding-left: 0;
                background: #00aa80
            }

        .index-product .title p:first-child {
            font-size: 24px;
            line-height: 40px
        }

            .index-product .title p:first-child img {
                max-height: 40px
            }
}

@media (max-width:640px) {
    .index-product li {
        width: 50%
    }

        .index-product li .tit {
            font-size: 16px
        }

        .index-product li .txt {
            margin-top: 5px
        }
}

.index-number {
    overflow: hidden;
    height: 465px;
    padding: 150px 0 60px 0;
    background: url("../images/index-bg.jpg") no-repeat top center;
    background-size: cover
}

    .index-number .txtbox {
        width: 27%;
        float: left;
        color: #fff;
        font-size: 15px
    }

        .index-number .txtbox p:first-child {
            font-size: 38px;
            line-height: 40px;
            font-weight: bold;
            margin-bottom: 20px
        }

    .index-number .list {
        width: 65%;
        float: right
    }

        .index-number .list li {
            float: left;
            color: #fff;
            text-align: center;
            cursor: pointer
        }

            .index-number .list li .box {
                -webkit-transition: .5s;
                transition: .5s;
                padding: 0 35px;
                border-left: 1px solid rgba(255,255,255,0.2);
                border-radius: 3px
            }

            .index-number .list li .pic {
                height: 70px;
                width: 70px;
                margin: 0 auto
            }

            .index-number .list li .p {
                font-size: 18px
            }

            .index-number .list li .num {
                line-height: 100px
            }

                .index-number .list li .num span {
                    font-size: 100px;
                    font-family: "DIN-Medium"
                }

                .index-number .list li .num sup {
                    font-size: 18px;
                    line-height: 60px;
                    vertical-align: top;
                    margin-left: 10px
                }

@media (max-width:1440px) {
    .index-number .list li .p {
        font-size: 14px
    }

    .index-number .list li .num {
        line-height: 60px
    }

        .index-number .list li .num span {
            font-size: 60px
        }

        .index-number .list li .num sup {
            font-size: 15px;
            line-height: 30px
        }
}

@media (max-width:1200px) {
    .index-number .txtbox {
        padding-left: 40px
    }

        .index-number .txtbox p:first-child {
            font-size: 30px;
            line-height: 40px
        }

    .index-number .list li {
        width: 33.333%;
        float: left
    }

        .index-number .list li .p {
            font-size: 14px
        }

        .index-number .list li .num {
            line-height: 40px
        }

            .index-number .list li .num span {
                font-size: 40px
            }

            .index-number .list li .num sup {
                font-size: 15px;
                line-height: 30px
            }
}

@media (max-width:769px) {
    .index-number {
        height: auto;
        padding: 40px 0
    }

        .index-number .txtbox, .index-number .list {
            width: 100%;
            float: none
        }

            .index-number .txtbox li .box:first-child, .index-number .list li .box:first-child {
                border: 0
            }

            .index-number .txtbox li .box, .index-number .list li .box {
                padding: 0 10px
            }

        .index-number .txtbox {
            padding-left: 20px
        }

            .index-number .txtbox p:first-child {
                font-size: 24px;
                line-height: 30px
            }

        .index-number .list {
            padding-top: 30px
        }

            .index-number .list li {
                line-height: 20px
            }

                .index-number .list li .p {
                    font-size: 12px
                }

                .index-number .list li .num {
                    line-height: 30px
                }

                    .index-number .list li .num span {
                        font-size: 30px
                    }

                    .index-number .list li .num sup {
                        font-size: 15px;
                        line-height: 30px
                    }
}

.index-honor {
    padding: 50px 0 110px 0;
    overflow: hidden;
    background: url("../images/index-bg-2.jpg") no-repeat top center;
    background-size: cover
}

    .index-honor .home-bottom {
        position: relative
    }

        .index-honor .home-bottom .slick-track {
            padding-top: 67px
        }

        .index-honor .home-bottom .slick-prev {
            width: 41px;
            height: 41px;
            left: -70px;
            border: 0;
            margin-top: -20px;
            background: url(../images/honor-prev.png) no-repeat top center
        }

            .index-honor .home-bottom .slick-prev:before, .index-honor .home-bottom .slick-prev:after {
                display: none
            }

        .index-honor .home-bottom .slick-next {
            width: 41px;
            height: 41px;
            right: -70px;
            border: 0;
            margin-top: -20px;
            background: url(../images/honor-next.png) no-repeat top center
        }

            .index-honor .home-bottom .slick-next:before, .index-honor .home-bottom .slick-next:after {
                display: none
            }

        .index-honor .home-bottom .item {
            float: left;
            width: 25%;
            height: 348px;
            cursor: pointer
        }

            .index-honor .home-bottom .item .box {
                position: relative;
                padding: 0 16px;
                height: 100%;
                -webkit-transition: .5s;
                transition: .5s
            }

                .index-honor .home-bottom .item .box:before {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 90%;
                    position: absolute;
                    top: 20px;
                    left: 4px;
                    z-index: 1;
                    border-left: 1px dotted #cdcfd0
                }

                .index-honor .home-bottom .item .box:after {
                    content: '';
                    display: block;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background: #00aa80;
                    border-radius: 50%;
                    overflow: hidden;
                    z-index: 2
                }

                .index-honor .home-bottom .item .box .text {
                    -webkit-transition: .5s;
                    transition: .5s
                }

                    .index-honor .home-bottom .item .box .text .bt {
                        color: #00aa80;
                        font-family: "DIN-Medium";
                        font-size: 56px;
                        line-height: 60px
                    }

                    .index-honor .home-bottom .item .box .text .jsh {
                        color: #333;
                        font-size: 16px;
                        max-height: 90px;
                        line-height: 30px;
                        overflow: hidden
                    }

            .index-honor .home-bottom .item:nth-child(4n) {
                padding-top: 96px
            }

            .index-honor .home-bottom .item:nth-child(4n-1) {
                padding-top: 185px;
                padding-bottom: 0
            }

                .index-honor .home-bottom .item:nth-child(4n-1) .box .text {
                    padding-right: 150px
                }

            .index-honor .home-bottom .item:nth-child(4n-2) {
                padding-top: 140px;
                padding-bottom: 13px
            }

                .index-honor .home-bottom .item:nth-child(4n-2) .box .text {
                    padding-right: 40px
                }

            .index-honor .home-bottom .item:nth-child(4n-3) {
                padding-top: 20px;
                padding-bottom: 18px
            }

                .index-honor .home-bottom .item:nth-child(4n-3) .box .text {
                    padding-right: 150px
                }

            .index-honor .home-bottom .item.open .box .text {
                opacity: .5
            }

@media (max-width:1500px) {
    .index-honor .home-bottom {
        padding: 0 60px
    }

        .index-honor .home-bottom .slick-prev {
            left: -20px
        }

        .index-honor .home-bottom .slick-next {
            right: -20px
        }
}

@media (max-width:1200px) {
    .index-honor {
        padding: 0 0 80px 0
    }

        .index-honor .home-bottom {
            padding: 0
        }

            .index-honor .home-bottom .slick-track {
                padding-top: 0
            }

            .index-honor .home-bottom .item:nth-child(4n-1) .box .text, .index-honor .home-bottom .item:nth-child(4n-3) .box .text {
                padding-right: 30px
            }

            .index-honor .home-bottom .item .box .text .bt {
                font-size: 30px;
                line-height: 40px
            }

            .index-honor .home-bottom .item .box .text .jsh {
                font-size: 14px;
                line-height: 20px;
                height: 60px;
                min-height: auto
            }

            .index-honor .home-bottom .item {
                height: 200px
            }

                .index-honor .home-bottom .item:nth-child(4n) {
                    padding-top: 50px
                }

                .index-honor .home-bottom .item:nth-child(4n-2) {
                    padding-top: 60px
                }

                .index-honor .home-bottom .item:nth-child(4n-1) {
                    padding-top: 70px
                }

            .index-honor .home-bottom .slick-prev, .index-honor .home-bottom .slick-next {
                opacity: 0
            }

        .index-honor .slick-dots {
            bottom: -40px
        }

            .index-honor .slick-dots li.slick-active button {
                background: #999
            }

            .index-honor .slick-dots li button {
                width: 8px;
                height: 8px;
                background: #ddd
            }
}

.index-news {
    padding: 100px 0;
    overflow: hidden;
    background: #f9feff
}

    .index-news .item {
        width: 33.33333333%;
        float: left;
        padding: 0 15px
    }

        .index-news .item .item-title {
            border-bottom: 1px solid #cbcbcb;
            padding-bottom: 17px;
            overflow: hidden;
            margin-bottom: 34px
        }

            .index-news .item .item-title h3 {
                font-size: 20px;
                color: #333;
                font-weight: bold;
                float: left;
                width: 50%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden
            }

            .index-news .item .item-title a {
                font-size: 12px;
                width: 66px;
                height: 22px;
                line-height: 22px;
                text-align: center;
                color: #fff;
                display: block;
                float: right;
                margin-top: 4px;
                border-radius: 15px;
                background: #00aa80
            }

        .index-news .item .i01 .one {
            margin-bottom: 31px;
            overflow: hidden
        }

            .index-news .item .i01 .one .box {
                position: relative;
                height: 117px
            }

            .index-news .item .i01 .one .pic {
                width: 170px;
                height: 117px;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 0
            }

                .index-news .item .i01 .one .pic img {
                    -webkit-transition: .5s;
                    transition: .5s
                }

            .index-news .item .i01 .one .text {
                padding-left: 182px
            }

                .index-news .item .i01 .one .text .bt {
                    font-size: 18px;
                    color: #333;
                    font-weight: bold;
                    line-height: 33px;
                    margin-bottom: 9px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden
                }

                .index-news .item .i01 .one .text .jsh {
                    color: #666;
                    line-height: 22px;
                    height: 44px;
                    overflow: hidden;
                    margin-bottom: 10px
                }

                .index-news .item .i01 .one .text .more {
                    color: #014baa;
                    font-size: 14px;
                    text-decoration: underline
                }

            .index-news .item .i01 .one:hover .pic img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05)
            }

            .index-news .item .i01 .one:hover .text .bt {
                color: #00aa80
            }

        .index-news .item .i01 ul li {
            border-top: 1px dashed #cbcbcb
        }

            .index-news .item .i01 ul li a {
                display: block;
                line-height: 44px;
                position: relative;
                padding-left: 12px;
                padding-right: 90px;
                font-size: 15px;
                color: #333;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden
            }

                .index-news .item .i01 ul li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    background: #b0b0b0;
                    border-radius: 50%;
                    overflow: hidden;
                    width: 6px;
                    height: 6px;
                    margin-top: -3px;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .index-news .item .i01 ul li a span {
                    font-size: 15px;
                    color: #999;
                    position: absolute;
                    top: 0;
                    right: 7px;
                    display: block;
                    font-family: arial
                }

            .index-news .item .i01 ul li:hover a {
                font-weight: 700
            }

                .index-news .item .i01 ul li:hover a:after {
                    background: #00aa80
                }

        .index-news .item .i02 ul {
            height: 355px;
            overflow: hidden;
            background: none
        }

            .index-news .item .i02 ul li {
                padding-bottom: 15px;
                border-bottom: 1px dashed #cbcbcb;
                margin-bottom: 21px;
                overflow: hidden
            }

                .index-news .item .i02 ul li a {
                    display: block
                }

                    .index-news .item .i02 ul li a .bt {
                        position: relative;
                        padding-left: 32px;
                        font-size: 16px;
                        color: #333;
                        font-weight: bold;
                        margin-bottom: 4px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden
                    }

                        .index-news .item .i02 ul li a .bt:after {
                            content: 'Q';
                            display: block;
                            width: 21px;
                            height: 21px;
                            line-height: 21px;
                            color: #fff;
                            font-size: 14px;
                            font-weight: normal;
                            background: #00aa80;
                            border-radius: 2px;
                            text-align: center;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            margin-top: -10px
                        }

                    .index-news .item .i02 ul li a .jsh {
                        position: relative;
                        padding-left: 32px;
                        font-size: 14px;
                        color: #666;
                        line-height: 22px;
                        height: 44px;
                        overflow: hidden
                    }

                        .index-news .item .i02 ul li a .jsh:after {
                            content: 'A';
                            display: block;
                            width: 21px;
                            height: 21px;
                            line-height: 21px;
                            color: #fff;
                            font-size: 14px;
                            font-weight: normal;
                            background: #ffcc2a;
                            border-radius: 2px;
                            text-align: center;
                            position: absolute;
                            top: 1px;
                            left: 0
                        }

                .index-news .item .i02 ul li:nth-child(2n) a .jsh {
                    height: 22px
                }

                .index-news .item .i02 ul li:nth-last-child(1) {
                    border-bottom: 0;
                    padding: 0;
                    margin: 0
                }

@media (max-width:1200px) {
    .index-news {
        padding: 40px 0
    }
}

@media (max-width:800px) {
    .index-news .item {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 30px
    }

        .index-news .item .item-title {
            margin-bottom: 20px
        }

            .index-news .item .item-title h3 {
                font-size: 17px;
                padding-bottom: 10px
            }

        .index-news .item .i01 .one .text .bt {
            font-size: 16px
        }

        .index-news .item .i01 .one {
            margin-bottom: 20px
        }

        .index-news .item:first-child {
            margin-top: 0
        }
}

.index-about {
    padding: 100px 0
}

    .index-about .leftbox {
        width: 42%;
        float: left;
        padding-left: 30px;
        position: relative
    }

        .index-about .leftbox .pic {
            z-index: 1;
            position: relative;
            overflow: hidden
        }

            .index-about .leftbox .pic img {
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

            .index-about .leftbox .pic:hover img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05)
            }

        .index-about .leftbox:before {
            width: 540px;
            height: 426px;
            left: 0;
            top: 15px;
            content: "";
            position: absolute;
            background: #00aa80;
            background: -webkit-linear-gradient(top, #00ae87, #00d0c6);
            background: linear-gradient(top, #00ae87, #00d0c6)
        }

        .index-about .leftbox .video {
            top: 50%;
            left: 0;
            z-index: 9;
            width: 100%;
            text-align: center;
            margin-top: -45px;
            position: absolute
        }

    .index-about .rightbox {
        width: 58%;
        float: right;
        padding-left: 80px
    }

        .index-about .rightbox .title {
            color: #333;
            font-size: 36px;
            line-height: 46px;
            font-weight: 700
        }

        .index-about .rightbox .txt {
            font-size: 16px;
            color: #555;
            line-height: 30px;
            margin-top: 40px;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .index-about .rightbox li {
            width: 25%;
            float: left;
            font-size: 20px;
            margin-top: 60px;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

            .index-about .rightbox li span {
                display: block
            }

            .index-about .rightbox li .ico {
                margin-bottom: 20px;
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

                .index-about .rightbox li .ico img {
                    max-height: 100px;
                    -webkit-transition: all 700ms ease;
                    transition: all 700ms ease
                }

            .index-about .rightbox li .tit {
                color: #333;
                padding-left: 15px
            }

            .index-about .rightbox li:hover .ico {
                margin-bottom: 10px
            }

                .index-about .rightbox li:hover .ico img {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg)
                }

@media (max-width:1200px) {
    .index-about {
        padding: 0 0
    }

        .index-about .leftbox {
            width: 100%;
            float: none;
            display: none
        }

        .index-about .rightbox {
            width: 100%;
            float: none;
            color: #fff;
            padding: 40px 20px;
            overflow: hidden;
            background: #00aa80
        }

            .index-about .rightbox .title {
                color: #fff;
                font-size: 20px;
                line-height: 30px
            }

            .index-about .rightbox .txt {
                color: #fff;
                font-size: 15px;
                line-height: 24px;
                margin-top: 10px
            }

            .index-about .rightbox li {
                display: none
            }
}

.footer {
    background: #1f2024
}

    .footer .footer-top {
        padding: 60px 0 70px 0;
        overflow: hidden;
        border-bottom: 1px solid #36373a
    }

        .footer .footer-top ul {
            float: left;
            width: 80%
        }

            .footer .footer-top ul li {
                width: 16.66666667%;
                float: left
            }

                .footer .footer-top ul li a {
                    font-size: 16px;
                    display: block;
                    color: #fff;
                    padding-right: 20px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-bottom: 22px
                }

                .footer .footer-top ul li ul {
                    float: none;
                    width: 100%
                }

                    .footer .footer-top ul li ul li {
                        float: none;
                        width: 100%
                    }

                        .footer .footer-top ul li ul li a {
                            font-size: 14px;
                            line-height: 30px;
                            margin: 0;
                            color: #969696
                        }

        .footer .footer-top .footer-ewm {
            float: right;
            width: 18%
        }

            .footer .footer-top .footer-ewm .text {
                float: right
            }

            .footer .footer-top .footer-ewm .img img {
                display: block
            }

            .footer .footer-top .footer-ewm p {
                color: #fff;
                margin-bottom: 20px;
                line-height: 30px;
                text-align: center;
                font-size: 16px
            }

@media (max-width:1200px) {
    .footer .footer-top {
        display: none
    }
}

.footer .footer-bottom {
    color: #8a8a8a;
    font-size: 13px;
    padding: 30px 0
}

    .footer .footer-bottom .add {
        width: 70%;
        float: left
    }

    .footer .footer-bottom span {
        font-family: arial
    }

    .footer .footer-bottom a {
        color: #8a8a8a
    }

.footer .fr a:hover {
    opacity: .8
}

@media (max-width:1200px) {
    .footer .footer-bottom {
        padding: 15px 0
    }

        .footer .footer-bottom .add {
            float: none;
            width: 100%
        }

    .footer .fr {
        display: none
    }
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-bg.png) repeat;
    background: rgba(0,0,0,0.7);
    display: none
}

.video-popup {
    position: fixed;
    z-index: 999;
    width: 200px;
    height: 230px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -115px 0 0 -100px;
    text-align: center;
    padding: 10px;
    display: none
}

    .video-popup .box {
        background: #fff;
        height: 100%
    }

    .video-popup .close {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        right: -45px;
        top: 0;
        background: url(../images/close-icon.png) no-repeat
    }

.insider-banner {
    overflow: hidden;
    position: relative
}

    .insider-banner img {
        -webkit-animation: 4s mymove4 alternate linear;
        animation: 4s mymove4 alternate linear
    }

    .insider-banner .txtbox {
        top: 50%;
        left: 0;
        width: 100%;
        z-index: 9;
        color: #fff;
        height: 230px;
        margin-top: -60px;
        position: absolute
    }

@media (max-width:1200px) {
    .insider-banner .txtbox {
        text-align: center
    }
}

.insider-banner .txtbox .container-2 {
    position: relative
}

    .insider-banner .txtbox .container-2:before {
        top: -80px;
        left: -45px;
        content: "";
        width: 230px;
        height: 230px;
        border-radius: 100%;
        position: absolute;
        background: rgba(0,170,128,0.3);
        -webkit-animation: 2s fadeInLeft2 alternate ease;
        animation: 2s fadeInLeft2 alternate ease
    }

    .insider-banner .txtbox .container-2:after {
        top: -60px;
        left: -15px;
        content: "";
        width: 230px;
        height: 230px;
        border-radius: 100%;
        position: absolute;
        background: rgba(102,197,214,0.2);
        -webkit-animation: 2s fadeInRight2 alternate ease;
        animation: 2s fadeInRight2 alternate ease
    }

@media (max-width:1200px) {
    .insider-banner .txtbox .container-2:before, .insider-banner .txtbox .container-2:after {
        display: none
    }
}

.insider-banner .txtbox p {
    z-index: 9;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative
}

    .insider-banner .txtbox p:first-child {
        font-size: 41px;
        line-height: 50px;
        font-weight: 700
    }

@media (max-width:1600px) {
    .insider-banner .txtbox .container-2:before {
        left: 0;
        top: -60px;
        width: 200px;
        height: 200px
    }

    .insider-banner .txtbox .container-2:after {
        left: 15px;
        width: 200px;
        height: 200px;
        top: -50px
    }

    .insider-banner .txtbox p {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 70px
    }

        .insider-banner .txtbox p:first-child {
            font-size: 30px;
            line-height: 40px
        }
}

@media (max-width:640px) {
    .insider-banner .txtbox p {
        font-size: 14px;
        margin-bottom: 0;
        padding: 0 40px;
        display: none
    }

        .insider-banner .txtbox p:first-child {
            font-size: 20px;
            line-height: 30px;
            display: block
        }
}

@media (max-width:1259px) {
    .insider-banner {
        margin-top: 60px
    }
}

@media (max-width:640px) {
    .insider-banner .txtbox {
        display: none;
        height: 60px;
        margin-top: -30px
    }
}

.inside-menu {
    border-bottom: solid 1px #e5e5e5
}

    .inside-menu li {
        float: left;
        font-size: 16px;
        width: 20%;
        text-align: center;
        position: relative
    }

        .inside-menu li:before {
            content: "";
            width: 50%;
            height: 3px;
            left: -50%;
            opacity: 0;
            bottom: -1px;
            position: absolute;
            background: #00aa80;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .inside-menu li a {
            display: block;
            color: #333;
            line-height: 67px;
            height: 67px;
            overflow: hidden
        }

            .inside-menu li a:hover {
                font-weight: bold
            }

        .inside-menu li:hover a, .inside-menu .active a {
            font-weight: bold
        }

        .inside-menu li:hover:before, .inside-menu .active:before {
            width: 100%;
            left: 0;
            opacity: 1
        }

@media (max-width:1200px) {
    .inside-menu li {
        font-size: 14px
    }

        .inside-menu li:before {
            height: 2px
        }

        .inside-menu li a {
            height: 50px;
            line-height: 50px
        }
}

.inside-menu-three {
    text-align: center
}

    .inside-menu-three li {
        width: 33.333%;
        float: left
    }

.inside-news {
    padding: 60px 0;
    background: #f9f9f9
}

@media (max-width:1200px) {
    .inside-news {
        padding: 40px 0
    }
}

.inside-news dl:hover dt img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-news dl:hover dd h3 a {
    color: #00aa80
}

.inside-news dl {
    background: #fff
}

    .inside-news dl dt {
        width: 48%;
        float: left;
        overflow: hidden;
        position: relative
    }

        .inside-news dl dt:after {
            content: "";
            display: block;
            padding-bottom: 62.8%
        }

        .inside-news dl dt img {
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

    .inside-news dl dd {
        width: 52%;
        float: left;
        padding-right: 40px;
        padding-top: 40px;
        padding-left: 35px
    }

        .inside-news dl dd time {
            font-size: 16px;
            font-family: "DIN-Medium"
        }

        .inside-news dl dd h3 {
            overflow: hidden;
            height: 72px;
            font-size: 26px;
            color: #333;
            margin-top: 20px;
            line-height: 36px;
            padding-right: 60px
        }

            .inside-news dl dd h3 a {
                display: block;
                color: #333
            }

        .inside-news dl dd .txt {
            font-size: 16px;
            line-height: 28px;
            height: 84px;
            overflow: hidden;
            margin-top: 25px
        }

        .inside-news dl dd .more {
            width: 107px;
            height: 35px;
            color: #fff;
            line-height: 35px;
            display: inline-block;
            border-radius: 30px;
            text-align: center;
            margin-top: 30px;
            position: relative;
            background-color: #00aa80
        }

            .inside-news dl dd .more:after {
                content: "";
                width: 11px;
                height: 9px;
                margin-left: 5px;
                margin-top: -1px;
                display: inline-block;
                background-position: 0 0;
                background-repeat: no-repeat;
                background-image: url(../images/news-arrow.png)
            }

            .inside-news dl dd .more:hover {
                box-shadow: 0 0 20px #baece0
            }

@media (max-width:1200px) {
    .inside-news dl dd {
        padding: 20px 30px
    }

        .inside-news dl dd h3 {
            padding-right: 0;
            font-size: 18px;
            line-height: 24px;
            height: 48px;
            margin-top: 5px
        }

        .inside-news dl dd .txt {
            line-height: 24px;
            height: 48px;
            font-size: 14px;
            margin-top: 10px
        }

        .inside-news dl dd .more {
            margin-top: 15px
        }
}

@media (max-width:640px) {
    .inside-news dl dt, .inside-news dl dd {
        width: 100%;
        float: none
    }
}

.inside-news ul {
    margin: 0 -25px;
    padding-top: 20px
}

    .inside-news ul li {
        margin-top: 50px;
        width: 33.333%;
        float: left;
        padding: 0 25px
    }

        .inside-news ul li a {
            display: block;
            width: 100%;
            height: 100%;
            background: #fff;
            padding: 50px 37px;
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .inside-news ul li .tit {
            font-size: 20px;
            line-height: 30px;
            height: 60px;
            color: #333;
            overflow: hidden
        }

        .inside-news ul li .picbox {
            margin-top: 30px;
            position: relative
        }

            .inside-news ul li .picbox .time {
                right: 0;
                top: 0;
                z-index: 1;
                width: 60px;
                height: 60px;
                color: #fff;
                line-height: 24px;
                font-size: 12px;
                background: #66c5d6;
                position: absolute;
                text-align: center;
                font-family: "DIN-Medium";
                background: rgba(102,197,214,0.9)
            }

                .inside-news ul li .picbox .time .date {
                    font-size: 22px;
                    margin-top: 5px;
                    display: block
                }

                .inside-news ul li .picbox .time .year {
                    line-height: 16px;
                    display: block;
                    margin-top: 5px
                }

            .inside-news ul li .picbox .pic {
                overflow: hidden;
                position: relative
            }

                .inside-news ul li .picbox .pic:after {
                    content: "";
                    display: block;
                    padding-bottom: 64%
                }

                .inside-news ul li .picbox .pic img {
                    -webkit-transition: all 700ms ease;
                    transition: all 700ms ease
                }

        .inside-news ul li .txt {
            color: #666;
            height: 66px;
            overflow: hidden;
            line-height: 22px;
            margin-top: 20px
        }

        .inside-news ul li .more {
            width: 107px;
            height: 35px;
            color: #fff;
            line-height: 35px;
            display: inline-block;
            border-radius: 30px;
            text-align: center;
            margin-top: 30px;
            position: relative;
            background-color: #00aa80
        }

            .inside-news ul li .more:after {
                content: "";
                width: 11px;
                height: 9px;
                margin-left: 5px;
                margin-top: -2px;
                display: inline-block;
                background-position: 0 0;
                background-repeat: no-repeat;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
                background-image: url(../images/news-arrow.png)
            }

        .inside-news ul li:hover a {
            background: #00aa80
        }

        .inside-news ul li:hover .pic img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

        .inside-news ul li:hover .tit, .inside-news ul li:hover .txt {
            color: #fff
        }

        .inside-news ul li:hover .more {
            color: #00aa80;
            background-color: #fff
        }

            .inside-news ul li:hover .more:after {
                background-position: -14px 0
            }

@media (max-width:1200px) {
    .inside-news ul {
        margin: 0
    }

        .inside-news ul li {
            padding: 10px;
            margin-top: 0
        }

            .inside-news ul li a {
                padding: 20px
            }

            .inside-news ul li .picbox {
                margin-top: 15px
            }

            .inside-news ul li .tit {
                font-size: 16px;
                line-height: 24px;
                height: 48px
            }

            .inside-news ul li .txt {
                height: 44px;
                margin-top: 10px;
                display: none
            }

            .inside-news ul li .more {
                display: none
            }
}

@media (max-width:640px) {
    .inside-news ul li {
        width: 50%
    }
}

@media (max-width:420px) {
    .inside-news ul li {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px
    }
}

.inside-page {
    margin-top: 60px;
    font-size: 16px;
    text-align: center
}

    .inside-page a {
        margin-left: 4px;
        display: inline-block;
        border: solid 2px #f9f9f9
    }

    .inside-page .num {
        height: 50px;
        color: #000;
        width: 50px;
        line-height: 46px;
        text-align: center;
        font-family: arial
    }

        .inside-page .num:hover, .inside-page .num.cpb {
            border-radius: 100%;
            border: solid 2px #00aa80
        }

    .inside-page .last {
        width: 52px;
        font-size: 14px;
        background: #00aa80
    }

@media (max-width:780px) {
    .inside-page {
        font-size: 14px;
        margin-top: 20px
    }

        .inside-page a {
            border-width: 1px
        }

        .inside-page .num {
            width: 40px;
            height: 40px;
            line-height: 36px
        }

            .inside-page .num:hover, .inside-page .num.cur {
                border-width: 1px
            }
}

.inside-current {
    height: 50px;
    line-height: 49px;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5
}

    .inside-current span {
        color: #00aa80
    }

.inside-current-2 {
    background: #f7fcfd
}

.inside-news-show {
    padding: 60px 0 80px 0;
    background: #f9feff;
    font-size: 15px;
    line-height: 26px
}

    .inside-news-show .container-2 {
        width: 960px
    }

        .inside-news-show .container-2 h1 {
            color: #333;
            font-size: 34px;
            text-align: center;
            line-height: 40px
        }

        .inside-news-show .container-2 .info {
            color: #999;
            font-size: 16px;
            padding: 25px 0;
            margin-bottom: 40px;
            text-align: center;
            border-bottom: solid 1px #dcdcdc
        }

            .inside-news-show .container-2 .info img {
                margin: 4px 5px 0 0
            }

            .inside-news-show .container-2 .info span {
                padding-left: 20px;
                font-family: arial
            }

@media (max-width:359px) {
    .inside-news-show .container-2 .info {
        display: block
    }
}

.inside-news-show .container-2 .tag {
    padding: 30px 0 0 0;
    margin-top: 70px;
    border-top: solid 1px #ececec
}

    .inside-news-show .container-2 .tag a {
        display: inline-block;
        margin-right: 15px;
        background: #ececec;
        border-radius: 30px;
        padding:0 10px;
        text-align: center
    }

        .inside-news-show .container-2 .tag a:hover {
            color: #fff;
            background: #00aa80
        }

@media (max-width:960px) {
    .inside-news-show .container-2 {
        width: 100%
    }

        .inside-news-show .container-2 h1 {
            font-size: 18px;
            line-height: 24px
        }

        .inside-news-show .container-2 .info {
            font-size: 12px;
            padding: 10px 0;
            margin-bottom: 30px
        }
}

.inside-page-news {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #ececec
}

    .inside-page-news li {
        width: 33.333%;
        float: left;
        text-align: center
    }

        .inside-page-news li:first-child {
            text-align: left
        }

        .inside-page-news li:last-child {
            text-align: right
        }

.inside-xg-news {
    padding: 20px 0 100px 0
}

    .inside-xg-news .title {
        font-size: 20px;
        color: #333;
        font-weight: bold
    }

        .inside-xg-news .title a {
            float: right;
            font-size: 14px;
            font-weight: normal
        }

    .inside-xg-news ul {
        margin: 0 -12px
    }

    .inside-xg-news li {
        width: 25%;
        float: left;
        padding: 0 12px;
        margin-top: 30px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

        .inside-xg-news li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 30px 25px;
            height: 405px;
            background: #f6f6f6;
            position: relative
        }

            .inside-xg-news li a:before {
                content: "";
                width: 100%;
                height: 9px;
                top: 0;
                left: 0;
                position: absolute;
                background: #00aa80;
                background: -webkit-linear-gradient(left, #67c5d5, #5bc7b7, #0cae86);
                background: linear-gradient(left, #67c5d5, #5bc7b7, #0cae86)
            }

        .inside-xg-news li time {
            font-size: 16px;
            font-family: "DIN-Medium"
        }

        .inside-xg-news li .tit {
            overflow: hidden;
            height: 48px;
            font-size: 16px;
            margin-top: 15px;
            font-weight: bold;
            color: #333
        }

        .inside-xg-news li .txt {
            height: 96px;
            color: #666;
            overflow: hidden;
            margin-top: 30px
        }

        .inside-xg-news li .more {
            width: 107px;
            height: 35px;
            right: 25px;
            bottom: 30px;
            color: #666;
            border-radius: 30px;
            text-align: center;
            line-height: 33px;
            position: absolute;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            border: solid 1px #cbcbcb;
            background: url(../images/news-arrow-2.png) no-repeat center right 10px
        }

        .inside-xg-news li:hover {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px)
        }

            .inside-xg-news li:hover a {
                background: #fff;
                box-shadow: 5px 5px 3px #f6f6f6
            }

            .inside-xg-news li:hover .more {
                color: #fff;
                border-color: #00aa80;
                background: url(../images/news-arrow-3.png) no-repeat center right 10px #00aa80
            }

@media (max-width:1200px) {
    .inside-xg-news {
        padding-bottom: 40px
    }

        .inside-xg-news ul {
            margin: 0
        }

        .inside-xg-news li {
            width: 100%;
            padding: 0;
            margin-top: 20px
        }

            .inside-xg-news li a {
                height: 270px
            }

                .inside-xg-news li a:before {
                    height: 4px
                }

            .inside-xg-news li .txt {
                height: 48px;
                margin-top: 15px
            }
}

.inside-dowland {
    padding: 40px 0 70px 0
}

    .inside-dowland li {
        height: 75px;
        font-size: 16px;
        line-height: 73px;
        padding-left: 60px;
        position: relative;
        padding-right: 100px;
        overflow: hidden;
        background: url(../images/dowland-01.png) no-repeat 15px 20px;
        border-bottom: solid 1px #e0e0e0
    }

        .inside-dowland li a {
            color: #333;
            display: block
        }

        .inside-dowland li span {
            right: 20px;
            top: 15px;
            position: absolute
        }

            .inside-dowland li span a {
                width: 44px;
                height: 44px;
                display: inline-block;
                border-radius: 100%;
                background-position: center center;
                background-repeat: no-repeat;
                background-image: url(../images/dowland-03.png);
                background-color: #66c5d6
            }

        .inside-dowland li:hover {
            border: 0;
            margin-top: -1px;
            box-shadow: 0 0 20px #d1e0e8;
            background: url(../images/dowland-02.png) no-repeat 15px 20px #085580
        }

            .inside-dowland li:hover a {
                color: #fff;
                font-weight: bold
            }

            .inside-dowland li:hover span a {
                background-image: url(../images/dowland-04.png);
                background-color: #fff
            }

@media (max-width:680px) {
    .inside-dowland {
        padding: 20px 0 30px 0
    }

        .inside-dowland li {
            height: 50px;
            line-height: 49px;
            padding-right: 50px;
            background: none;
            padding-left: 0
        }

            .inside-dowland li span {
                right: 0;
                top: 5px
            }

                .inside-dowland li span a {
                    width: 34px;
                    height: 34px;
                    background-size: 80%
                }

            .inside-dowland li:hover {
                background: none;
                box-shadow: none;
                margin-top: 0;
                border-bottom: solid 1px #e0e0e0
            }

                .inside-dowland li:hover a {
                    color: #333
                }
}

.inside-dowland .inside-page a {
    border-color: #fff
}

.inside-technical-box {
    padding-bottom: 100px;
    font-size: 18px;
    line-height: 36px;
    background: url(../images/technical-bg.jpg) no-repeat top center #f9feff
}

@media (max-width:1200px) {
    .inside-technical-box {
        padding-bottom: 50px;
        font-size: 15px;
        line-height: 30px
    }
}

.inside-technical {
    padding-top: 80px
}

    .inside-technical .leftbox {
        width: 41%;
        float: left;
        z-index: 2;
        position: relative;
        padding-top: 50px
    }

        .inside-technical .leftbox .font22 {
            font-size: 22px;
            margin-bottom: 80px
        }

    .inside-technical .rightbox {
        width: 50%;
        float: right;
        position: relative
    }

        .inside-technical .rightbox:before {
            content: "";
            top: 0;
            left: -250px;
            width: 250px;
            height: 100%;
            position: absolute;
            background: #e6f5f8;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease
        }

        .inside-technical .rightbox .pic {
            z-index: 9;
            overflow: hidden;
            display: block;
            position: relative
        }

            .inside-technical .rightbox .pic img {
                -webkit-transition: all 1000ms ease;
                transition: all 1000ms ease
            }

        .inside-technical .rightbox:hover:before {
            width: 300px;
            left: -300px
        }

        .inside-technical .rightbox:hover .pic img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

    .inside-technical .theight {
        height: 70px
    }

@media (max-width:1200px) {
    .inside-technical {
        padding: 40px 0 0 0
    }

        .inside-technical .leftbox .font22 {
            font-size: 16px;
            margin-bottom: 30px;
            line-height: 26px
        }

        .inside-technical .theight {
            height: 30px
        }
}

@media (max-width:640px) {
    .inside-technical .leftbox {
        width: 100%;
        float: none;
        padding-top: 0
    }

    .inside-technical .rightbox {
        width: 100%;
        float: none;
        margin-top: 20px
    }

        .inside-technical .rightbox:before {
            display: none
        }
}

.inside-faq {
    padding: 40px 0 70px 0
}

    .inside-faq li {
        border-bottom: solid 1px #ddd;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 16px;
        height: 78px;
        padding-left: 70px;
        line-height: 77px;
        overflow: hidden;
        position: relative
    }

        .inside-faq li a {
            color: #333
        }

        .inside-faq li time {
            color: #999;
            float: right;
            font-size: 14px;
            padding-right: 36px;
            padding-left: 40px;
            display: inline-block;
            font-family: "DIN-Medium"
        }

        .inside-faq li span {
            height: 37px;
            width: 37px;
            top: 50%;
            left: 15px;
            color: #fff;
            margin-top: -18px;
            font-size: 18px;
            font-family: arial;
            text-align: center;
            line-height: 37px;
            border-radius: 100%;
            background: #66c5d6;
            position: absolute
        }

            .inside-faq li span:before {
                content: "";
                right: 10px;
                bottom: -3px;
                position: absolute;
                border-right: solid 6px #66c5d6;
                border-top: solid 5px transparent;
                border-bottom: solid 5px transparent;
                -webkit-transform: skewY(-10deg);
                -ms-transform: skewY(-10deg);
                transform: skewY(-10deg)
            }

        .inside-faq li:first-child {
            margin-top: 0
        }

        .inside-faq li:hover {
            background: #085580;
            box-shadow: 0 0 20px #c8dde8
        }

            .inside-faq li:hover a {
                font-weight: bold
            }

            .inside-faq li:hover a, .inside-faq li:hover time {
                color: #fff
            }

    .inside-faq .inside-page a {
        border-color: #fff
    }

@media (max-width:680px) {
    .inside-faq {
        padding: 30px 0
    }

        .inside-faq li {
            height: 50px;
            font-size: 14px;
            padding-left: 50px;
            line-height: 49px;
            padding-right: 20px
        }

            .inside-faq li .tit {
                font-size: 14px;
                line-height: 30px;
                height: 30px
            }

            .inside-faq li .tit, .inside-faq li .txt {
                padding-left: 30px
            }

            .inside-faq li span, .inside-faq li span {
                width: 30px;
                height: 30px;
                top: 10px;
                left: 10px;
                margin-top: auto;
                line-height: 30px;
                font-size: 16px
            }

            .inside-faq li time {
                padding: 0 20px;
                padding-right: 0
            }
}

.inside-market {
    background: #f9feff;
    padding: 80px 0 120px 0
}

    .inside-market .leftbox {
        width: 30%;
        float: left
    }

        .inside-market .leftbox li {
            padding-top: 50px;
            max-width: 300px
        }

            .inside-market .leftbox li .tit {
                font-size: 22px;
                color: #00aa80;
                padding-bottom: 15px;
                border-bottom: solid 1px #eee
            }

            .inside-market .leftbox li .txt {
                margin-top: 10px
            }

                .inside-market .leftbox li .txt span {
                    font-family: arial
                }

            .inside-market .leftbox li:first-child {
                padding-top: 10px
            }

        .inside-market .leftbox .more {
            display: block;
            color: #fff;
            width: 210px;
            height: 60px;
            margin-top: 50px;
            line-height: 60px;
            text-align: center;
            font-size: 20px;
            font-weight: 700;
            background: #00aa80;
            border-radius: 30px
        }

            .inside-market .leftbox .more img {
                margin: 22px 0 0 10px;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease
            }

            .inside-market .leftbox .more:hover {
                box-shadow: 0 0 30px #b9ede4
            }

                .inside-market .leftbox .more:hover img {
                    margin-left: 15px
                }

    .inside-market .rightbox {
        width: 65%;
        float: right
    }

@media (max-width:1200px) {
    .inside-market {
        padding: 40px 0 70px 0
    }

        .inside-market .leftbox {
            width: 50%;
            padding-left: 40px
        }

            .inside-market .leftbox .more {
                height: 46px;
                line-height: 46px;
                font-size: 16px;
                margin-top: 30px;
                width: 140px
            }

                .inside-market .leftbox .more img {
                    margin-top: 14px
                }

        .inside-market .rightbox {
            width: 50%
        }
}

@media (max-width:640px) {
    .inside-market .leftbox {
        width: 100%;
        float: none;
        padding: 0 20px
    }

        .inside-market .leftbox li {
            padding-top: 30px
        }

            .inside-market .leftbox li .tit {
                font-size: 18px;
                padding-bottom: 10px
            }

    .inside-market .rightbox {
        width: 100%;
        float: none;
        margin-top: 30px
    }
}

.inside-contact {
    min-height: 700px;
    background: url(../images/contact-bg.jpg) no-repeat top center #fff
}

    .inside-contact .title {
        padding: 70px 0 50px 0;
        font-size: 40px;
        color: #333;
        line-height: 50px;
        font-weight: 600;
        text-align: center
    }

        .inside-contact .title:after {
            content: "";
            width: 12px;
            height: 12px;
            margin-left: 10px;
            border-radius: 100%;
            display: inline-block;
            border-radius: #b2e2ea;
            background: #b2e2ea
        }

@media (max-width:1200px) {
    .inside-contact .title {
        padding: 40px 0 20px 0;
        font-size: 22px;
        line-height: 30px
    }
}

.inside-contact .box-1 li {
    width: 33.333%;
    float: left;
    min-height: 260px;
    padding: 35px 15px;
    padding-right: 70px;
    font-size: 16px;
    margin-left: -1px;
    border: solid 1px #e5e5e5
}

    .inside-contact .box-1 li p {
        margin-top: 10px
    }

        .inside-contact .box-1 li p span {
            font-family: arial
        }

        .inside-contact .box-1 li p:first-child {
            color: #333;
            font-size: 22px;
            padding-bottom: 20px
        }

@media (max-width:769px) {
    .inside-contact .box-1 li {
        width: 100%;
        float: none;
        font-size: 15px;
        padding: 20px;
        padding-bottom: 30px;
        min-height: auto;
        margin-top: 20px
    }

        .inside-contact .box-1 li p {
            margin-top: 5px
        }

            .inside-contact .box-1 li p:first-child {
                font-size: 16px;
                padding-bottom: 10px
            }

        .inside-contact .box-1 li:first-child {
            margin-top: 0
        }
}

.inside-contact .box-2 {
    margin-top: 70px
}

    .inside-contact .box-2 .contact-map #l-map {
        width: 100%;
        height: 398px
    }

    .inside-contact .box-2 .contact-map {
        width: 100%;
        z-index: 1;
        position: relative;
        height: 398px
    }

        .inside-contact .box-2 .contact-map em {
            color: #ff4a00;
            font-style: normal;
            font-weight: bold
        }

@media (max-width:1200px) {
    .inside-contact .box-2 {
        margin-top: 30px
    }

        .inside-contact .box-2 .contact-map #l-map {
            height: 280px
        }

        .inside-contact .box-2 .contact-map {
            height: 280px
        }
}

.inside-message {
    padding-bottom: 90px
}

@media (max-width:1200px) {
    .inside-message {
        padding-bottom: 20px
    }
}

.inside-message .form {
    overflow: hidden
}

    .inside-message .form ul {
        margin: 0 -10px
    }

        .inside-message .form ul li {
            width: 50%;
            float: left;
            padding: 0 10px;
            margin-bottom: 20px
        }

            .inside-message .form ul li input, .inside-message .form ul li select, .inside-message .form ul li textarea {
                height: 54px;
                width: 100%;
                border-bottom: solid 2px #fafafa;
                border: 1px solid #e9e9e9;
                padding: 0 37px;
                color: #666;
                background: #fff;
                font-size: 16px;
                -webkit-transition: .5s;
                transition: .5s
            }

                .inside-message .form ul li input::-webkit-input-placeholder, .inside-message .form ul li select::-webkit-input-placeholder, .inside-message .form ul li textarea::-webkit-input-placeholder {
                    color: #666
                }

                .inside-message .form ul li input:-moz-placeholder, .inside-message .form ul li select:-moz-placeholder, .inside-message .form ul li textarea:-moz-placeholder {
                    color: #666;
                    opacity: 1
                }

                .inside-message .form ul li input::-moz-placeholder, .inside-message .form ul li select::-moz-placeholder, .inside-message .form ul li textarea::-moz-placeholder {
                    color: #666;
                    opacity: 1
                }

                .inside-message .form ul li input:-ms-input-placeholder, .inside-message .form ul li select:-ms-input-placeholder, .inside-message .form ul li textarea:-ms-input-placeholder {
                    color: #666
                }

                .inside-message .form ul li input:focus, .inside-message .form ul li select:focus, .inside-message .form ul li textarea:focus {
                    color: #fff;
                    background-color: #66c5d6;
                    border: 1px solid #66c5d6
                }

                    .inside-message .form ul li input:focus::-webkit-input-placeholder, .inside-message .form ul li select:focus::-webkit-input-placeholder, .inside-message .form ul li textarea:focus::-webkit-input-placeholder {
                        color: #fff
                    }

                    .inside-message .form ul li input:focus:-moz-placeholder, .inside-message .form ul li select:focus:-moz-placeholder, .inside-message .form ul li textarea:focus:-moz-placeholder {
                        color: #fff;
                        opacity: 1
                    }

                    .inside-message .form ul li input:focus::-moz-placeholder, .inside-message .form ul li select:focus::-moz-placeholder, .inside-message .form ul li textarea:focus::-moz-placeholder {
                        color: #fff;
                        opacity: 1
                    }

                    .inside-message .form ul li input:focus:-ms-input-placeholder, .inside-message .form ul li select:focus:-ms-input-placeholder, .inside-message .form ul li textarea:focus:-ms-input-placeholder {
                        color: #fff
                    }

            .inside-message .form ul li select {
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none
            }

            .inside-message .form ul li textarea {
                height: 220px;
                resize: none;
                overflow: hidden;
                padding-top: 18px
            }

            .inside-message .form ul li .m1 {
                background: #fff url(../images/m1.png) no-repeat 10px 16px
            }

                .inside-message .form ul li .m1:hover {
                    background: #66c5d6 url(../images/m1-h.png) no-repeat 10px 16px
                }

            .inside-message .form ul li .m2 {
                background: #fff url(../images/m2.png) no-repeat 10px 17px
            }

                .inside-message .form ul li .m2:hover {
                    background: #66c5d6 url(../images/m2-h.png) no-repeat 10px 17px
                }

            .inside-message .form ul li .m3 {
                background: #fff url(../images/m3.png) no-repeat 10px 17px
            }

                .inside-message .form ul li .m3:hover {
                    background: #66c5d6 url(../images/m3-h.png) no-repeat 10px 17px
                }

            .inside-message .form ul li .m4 {
                background: #fff url(../images/m4.png) no-repeat 10px 20px
            }

                .inside-message .form ul li .m4:hover {
                    background: #66c5d6 url(../images/m4-h.png) no-repeat 10px 20px
                }

            .inside-message .form ul li .m5 {
                background: #fff url(../images/m5.png) no-repeat 10px 19px
            }

                .inside-message .form ul li .m5:hover {
                    background: #66c5d6 url(../images/m5-h.png) no-repeat 10px 19px
                }

        .inside-message .form ul .select {
            width: 100%
        }

        .inside-message .form ul .submit {
            text-align: center;
            width: 100%;
            margin-top: 20px
        }

            .inside-message .form ul .submit input {
                width: 180px;
                color: #999;
                font-size: 14px;
                display: inline-block;
                vertical-align: top;
                padding: 0 15px
            }

            .inside-message .form ul .submit a {
                border: 1px solid #ececec;
                border-left: 0;
                display: inline-block;
                vertical-align: top;
                height: 54px
            }

                .inside-message .form ul .submit a img {
                    display: block
                }

            .inside-message .form ul .submit .btn {
                height: 52px;
                background-color: #66c5d6;
                border-color: #66c5d6;
                color: #fff;
                margin-left: 12px;
                cursor: pointer
            }

                .inside-message .form ul .submit .btn:hover {
                    background: #00aa80
                }

@media (max-width:1200px) {
    .inside-message .form ul {
        margin: 0
    }
}

@media (max-width:640px) {
    .inside-message .form ul li {
        width: 100%;
        padding: 0
    }

        .inside-message .form ul li textarea {
            height: 100px
        }

    .inside-message .form ul .submit {
        margin-top: 0
    }

        .inside-message .form ul .submit input {
            width: 120px;
            padding: 0 5px;
            font-size: 12px
        }

        .inside-message .form ul .submit .btn {
            margin-left: 1px;
            font-size: 14px;
            width: 80px
        }
}

.inside-product {
    padding: 85px 0 110px 0;
    background: url(../images/product-bg.jpg) no-repeat top center
}

    .inside-product ul {
        margin: 0 -23px
    }

    .inside-product li {
        width: 50%;
        float: left;
        padding: 0 23px 23px 23px
    }

        .inside-product li a {
            display: block
        }

        .inside-product li .pic {
            overflow: hidden;
            position: relative
        }

            .inside-product li .pic:after {
                content: "";
                display: block;
                padding-bottom: 55.6%
            }

            .inside-product li .pic img {
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

        .inside-product li .txtbox {
            height: 235px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            padding: 35px 70px 30px 25px;
            background: url(../images/product-arrow.png) no-repeat top right #0dae86
        }

        .inside-product li .tit, .inside-product li .txt {
            color: #fff
        }

        .inside-product li .tit {
            height: 40px;
            overflow: hidden;
            font-size: 32px;
            line-height: 40px
        }

        .inside-product li .txt {
            font-size: 16px;
            height: 72px;
            overflow: hidden;
            margin: 10px 0 17px 0
        }

        .inside-product li .more {
            color: #fff;
            padding: 0 20px;
            height: 43px;
            width: 160px;
            line-height: 41px;
            display: inline-block;
            border: solid 1px #fff;
            border-radius: 30px
        }

            .inside-product li .more:after {
                content: "";
                width: 40px;
                height: 1px;
                margin-left: 15px;
                background: #fff;
                margin-top: 20px;
                vertical-align: top;
                display: inline-block;
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

        .inside-product li:hover a {
            box-shadow: 0 0 20px #daf4f2
        }

        .inside-product li:hover .pic img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

        .inside-product li:hover .txtbox {
            background-color: #085580
        }

        .inside-product li:hover .more {
            background: #66c5d6;
            border-color: #41aab4
        }

            .inside-product li:hover .more:after {
                width: 30px
            }

@media (max-width:1200px) {
    .inside-product {
        padding: 40px 0
    }

        .inside-product li .txtbox {
            height: auto;
            padding: 20px 20px 30px 20px
        }

        .inside-product li .tit {
            font-size: 18px;
            height: 30px;
            line-height: 30px
        }

        .inside-product li .more {
            height: 34px;
            width: 120px;
            line-height: 32px
        }

            .inside-product li .more:after {
                width: 10px;
                margin-top: 15px;
                margin-left: 5px
            }
}

@media (max-width:640px) {
    .inside-product {
        padding-top: 0
    }

        .inside-product li {
            width: 100%;
            float: none;
            margin-top: 20px
        }

            .inside-product li:hover .more:after {
                width: 10px
            }
}

.inside-prolist .title {
    font-size: 40px;
    color: #333;
    line-height: 50px;
    font-weight: 600;
    text-align: center
}

    .inside-prolist .title:after {
        content: "";
        width: 12px;
        height: 12px;
        margin-left: 10px;
        border-radius: 100%;
        display: inline-block;
        border-radius: #b2e2ea;
        background: #b2e2ea
    }

@media (max-width:1200px) {
    .inside-prolist .title {
        font-size: 20px;
        line-height: 30px
    }
}

.inside-prolist .title-2 {
    text-align: center;
    font-size: 16px
}

.inside-prolist .box-1 {
    padding: 80px 0 100px 0;
position:relative;
}

    .inside-prolist .box-1 .srcoll {
        margin-top: 50px
    }

    .inside-prolist .box-1 .item {
        margin: 20px;
        display: block;
        color: #fff
    }

        .inside-prolist .box-1 .item:hover {
            box-shadow: 0 0 20px #ddd
        }

            .inside-prolist .box-1 .item:hover .pic:before {
                opacity: 1
            }

            .inside-prolist .box-1 .item:hover .pic img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05)
            }

            .inside-prolist .box-1 .item:hover .txtbox {
                background-color: #085580
            }

    .inside-prolist .box-1 .pic {
        overflow: hidden;
        position: relative
    }

        .inside-prolist .box-1 .pic img {
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .inside-prolist .box-1 .pic:before {
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            position: absolute;
            background: rgba(0,0,0,0.3);
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .inside-prolist .box-1 .pic:after {
            content: "";
            display: block;
            padding-bottom: 55.9%
        }

    .inside-prolist .box-1 .txtbox {
        height: 170px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding: 10px 25px 30px 25px;
        background: url(../images/product-arrow.png) no-repeat top right #00aa80
    }

    .inside-prolist .box-1 .tit {
        font-size: 18px;
        height: 56px;
        line-height: 55px;
        overflow: hidden;
        border-bottom: solid 1px #fff;
        border-bottom-color: rgba(255,255,255,0.2)
    }

    .inside-prolist .box-1 .txt {
        height: 72px;
        margin-top: 10px;
        overflow: hidden;
        padding-right: 30px
    }

    .inside-prolist .box-1 .slick-dots {
        bottom: -40px
    }

        .inside-prolist .box-1 .slick-dots li button {
            width: 22px;
            height: 22px;
            background: #b3b3b3;
            background: url(../images/pro-arrow.png) no-repeat
        }

        .inside-prolist .box-1 .slick-dots li.slick-active button {
            background: url(../images/pro-arrow-h.png) no-repeat
        }

@media (max-width:1200px) {
    .inside-prolist .box-1 {
        padding: 50px 0 70px 0
    }

        .inside-prolist .box-1 .srcoll {
            margin-top: 20px
        }

            .inside-prolist .box-1 .srcoll .item {
                margin: 10px
            }

        .inside-prolist .box-1 .txtbox {
            padding: 10px 20px;
            height: 130px
        }

        .inside-prolist .box-1 .tit {
            height: 40px;
            font-size: 16px;
            line-height: 39px
        }

        .inside-prolist .box-1 .txt {
            padding-right: 0
        }
}

@media (max-width:480px) {
    .inside-prolist .box-1 .srcoll .item {
        margin: 0
    }

    .inside-prolist .box-1 .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #999
    }

    .inside-prolist .box-1 .slick-dots li.slick-active button {
        background: #00aa80
    }
}

.inside-prolist .box-2 {
    height: 606px;
    padding-top: 100px;
    background: url(../images/product-bg-2.jpg) no-repeat top center;position:relative;
}

@media (max-width:1200px) {
    .inside-prolist .box-2 {
        height: auto;
        padding: 50px 0 80px 0
    }
}

.inside-prolist .box-2 .title, .inside-prolist .box-2 .title-2 {
    color: #fff
}

    .inside-prolist .box-2 .title:after {
        background: #869db4
    }

.inside-prolist .box-2 .srcoll {
    margin-top: 50px
}

.inside-prolist .box-2 .slick-prev, .inside-prolist .box-2 .slick-next {
    width: 42px;
    height: 42px;
    border: 0;
    margin-top: -21px
}

.inside-prolist .box-2 .slick-prev {
    left: -60px;
    background: url(../images/pro-arrow-left.png)
}

    .inside-prolist .box-2 .slick-prev:hover {
        background: url(../images/pro-arrow-left-h.png)
    }

@media (max-width:1200px) {
    .inside-prolist .box-2 .slick-prev {
        left: 0;
        opacity: 0
    }
}

.inside-prolist .box-2 .slick-next {
    right: -60px;
    background: url(../images/pro-arrow-next.png)
}

    .inside-prolist .box-2 .slick-next:hover {
        background: url(../images/pro-arrow-next-h.png)
    }

@media (max-width:1200px) {
    .inside-prolist .box-2 .slick-next {
        right: 0;
        opacity: 0
    }
}

.inside-prolist .box-2 .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-prolist .box-2 .item:hover .pic:before {
    opacity: 1
}

.inside-prolist .box-2 .item:hover .tit {
    font-weight: bold
}

.inside-prolist .box-2 .item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    overflow: hidden
}

    .inside-prolist .box-2 .item .nr {
        background: #fff;
        overflow: hidden
    }

    .inside-prolist .box-2 .item .pic {
        width: 48%;
        float: left;
        overflow: hidden;
        position: relative
    }

        .inside-prolist .box-2 .item .pic:before {
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            position: absolute;
            background: rgba(0,0,0,0.3);
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

        .inside-prolist .box-2 .item .pic:after {
            content: "";
            display: block;
            padding-bottom: 91.5%
        }

        .inside-prolist .box-2 .item .pic img {
            -webkit-transition: all 700ms ease;
            transition: all 700ms ease
        }

    .inside-prolist .box-2 .item .txtbox {
        width: 48%;
        float: left;
        padding: 40px 45px 0 35px
    }

    .inside-prolist .box-2 .item .tit {
        font-size: 18px;
        color: #333;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        border-bottom: solid 1px #ececec
    }

    .inside-prolist .box-2 .item .txt {
        color: #666;
        height: 72px;
        overflow: hidden;
        margin-top: 10px
    }

@media (max-width:1200px) {
    .inside-prolist .box-2 .srcoll {
        margin-top: 30px
    }

    .inside-prolist .box-2 .slick-dots {
        bottom: -50px
    }

        .inside-prolist .box-2 .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #999
        }

        .inside-prolist .box-2 .slick-dots li.slick-active button {
            background: #00aa80
        }
}

@media (max-width:640px) {
    .inside-prolist .box-2 .item {
        padding: 0
    }

        .inside-prolist .box-2 .item .txtbox {
            padding: 15px
        }

        .inside-prolist .box-2 .item .tit {
            font-size: 16px;
            height: 40px;
            line-height: 40px
        }
}

.inside-product-show {
    background: url(../images/proshow-bg.jpg) no-repeat top center #f3f8fb
}

    .inside-product-show .box-1 {
        padding-bottom: 40px;
        padding-top: 80px
    }

@media (max-width:1200px) {
    .inside-product-show .box-1 {
        padding-top: 30px
    }
}

.inside-product-show .box-1 .left-hezi {
    width: 50%;
    float: left
}

    .inside-product-show .box-1 .left-hezi .bigimg {
        background: #fff
    }

        .inside-product-show .box-1 .left-hezi .bigimg span {
            display: block;
            position: relative
        }

            .inside-product-show .box-1 .left-hezi .bigimg span:after {
                content: "";
                display: block;
                padding-bottom: 74%
            }

    .inside-product-show .box-1 .left-hezi .small {
        margin-top: 15px
    }

        .inside-product-show .box-1 .left-hezi .small span {
            margin: 0 5px;
            background: #fff;
            border: solid 1px #fff;
            display: block;
            padding: 10px;
            cursor: pointer;
            position: relative
        }

            .inside-product-show .box-1 .left-hezi .small span:after {
                content: "";
                display: block;
                padding-bottom: 70%
            }

        .inside-product-show .box-1 .left-hezi .small .slick-current span {
            border-color: #00aa80;
            border-width: 2px
        }

@media (max-width:767px) {
    .inside-product-show .box-1 .left-hezi .small {
        width: 100%
    }
}

@media (max-width:767px) {
    .inside-product-show .box-1 .left-hezi {
        width: 100%;
        float: none
    }
}

.inside-product-show .box-1 .right-hezi {
    width: 50%;
    float: left;
    padding: 20px 100px
}

    .inside-product-show .box-1 .right-hezi h1 {
        color: #333;
        font-size: 28px;
        line-height: 30px;
        font-weight: normal
    }

@media (max-width:767px) {
    .inside-product-show .box-1 .right-hezi h1 {
        font-size: 20px;
        line-height: 30px
    }
}

.inside-product-show .box-1 .right-hezi .txt {
    padding-top: 40px
}

.inside-product-show .box-1 .right-hezi .button {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    background: #00aa80;
    display: inline-block
}

    .inside-product-show .box-1 .right-hezi .button img {
        margin: 14px 5px 0 0
    }

    .inside-product-show .box-1 .right-hezi .button:hover {
        background-color: #66c5d6
    }

@media (max-width:767px) {
    .inside-product-show .box-1 .right-hezi {
        width: 100%;
        float: none;
        height: auto;
        padding: 30px 0
    }

        .inside-product-show .box-1 .right-hezi .txt {
            padding-top: 20px
        }

        .inside-product-show .box-1 .right-hezi .button {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            width: 130px
        }

            .inside-product-show .box-1 .right-hezi .button img {
                margin-top: 8px
            }
}

.inside-product-show .box-2 .tabmenu {
    padding: 35px 0 25px 0;
    border-bottom: solid 1px #d6d8db
}

    .inside-product-show .box-2 .tabmenu li {
        float: left;
        cursor: pointer;
        font-size: 20px;
        color: #333;
        margin-left: 60px;
        position: relative
    }

        .inside-product-show .box-2 .tabmenu li:before {
            content: "";
            width: 100%;
            height: 3px;
            left: 0;
            opacity: 0;
            bottom: -26px;
            position: absolute;
            background: #00aa80
        }

        .inside-product-show .box-2 .tabmenu li:first-child {
            margin-left: 0
        }

    .inside-product-show .box-2 .tabmenu .active:before {
        opacity: 1
    }

@media (max-width:1200px) {
    .inside-product-show .box-2 .tabmenu {
        padding-top: 0;
        padding-bottom: 15px
    }

        .inside-product-show .box-2 .tabmenu li {
            margin-left: 20px;
            font-size: 16px
        }

            .inside-product-show .box-2 .tabmenu li:before {
                height: 2px;
                bottom: -16px
            }
}

.inside-product-show .box-2 .tabcot {
    padding-top: 50px;
    position: relative
}

    .inside-product-show .box-2 .tabcot .list {
        border: solid 1px #e6e6e6
    }

        .inside-product-show .box-2 .tabcot .list li {
            padding: 14px;
            font-size: 16px;
            overflow: hidden;
            position: relative
        }

            .inside-product-show .box-2 .tabcot .list li:before {
                content: "";
                width: 1px;
                height: 100%;
                top: 0;
                left: 20%;
                position: absolute;
                background: #e6e6e6
            }

            .inside-product-show .box-2 .tabcot .list li p {
                float: left;
                width: 80%;
                padding-left: 70px
            }

                .inside-product-show .box-2 .tabcot .list li p:first-child {
                    width: 20%;
                    color: #333;
                    font-weight: 600
                }

        .inside-product-show .box-2 .tabcot .list .li02 {
            background: #f7f7f7
        }

@media (max-width:1200px) {
    .inside-product-show .box-2 .tabcot {
        padding: 0 0;
        padding-top: 30px
    }

        .inside-product-show .box-2 .tabcot .list {
            font-size: 14px;
            border: 0
        }

            .inside-product-show .box-2 .tabcot .list li:before {
                display: none;
                background: none
            }

            .inside-product-show .box-2 .tabcot .list li p {
                width: 100%;
                float: none;
                padding-left: 0
            }

                .inside-product-show .box-2 .tabcot .list li p:first-child {
                    width: 100%
                }
}

.inside-product-show .box-2 .tabcot-2 {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 60px
}

    .inside-product-show .box-2 .tabcot-2 .font24 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        padding-bottom: 20px
    }

.inside-product-show .box-2 .tabcot-3 {
    background: url(../images/proshow-bg.jpg) no-repeat top center
}

.inside-product-show .box-3 {
    padding: 60px 0 120px 0
}

    .inside-product-show .box-3 .bt {
        text-align: center;
        color: #333;
        font-weight: 700;
        font-size: 24px
    }

    .inside-product-show .box-3 ul {
        margin: 0 -20px
    }

    .inside-product-show .box-3 li {
        width: 33.333%;
        float: left;
        padding: 0 20px;
        margin-top: 40px
    }

        .inside-product-show .box-3 li .item {
            display: block;
            color: #fff
        }

            .inside-product-show .box-3 li .item:hover {
                box-shadow: 0 0 20px #ddd
            }

                .inside-product-show .box-3 li .item:hover .pic:before {
                    opacity: 1
                }

                .inside-product-show .box-3 li .item:hover .pic img {
                    -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05)
                }

                .inside-product-show .box-3 li .item:hover .txtbox {
                    background-color: #085580
                }

        .inside-product-show .box-3 li .pic {
            overflow: hidden;
            position: relative
        }

            .inside-product-show .box-3 li .pic img {
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

            .inside-product-show .box-3 li .pic:before {
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0;
                position: absolute;
                background: rgba(0,0,0,0.3);
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

            .inside-product-show .box-3 li .pic:after {
                content: "";
                display: block;
                padding-bottom: 55.7%
            }

        .inside-product-show .box-3 li .txtbox {
            height: 170px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            padding: 10px 90px 30px 25px;
            background: url(../images/product-arrow.png) no-repeat top right #00aa80
        }

        .inside-product-show .box-3 li .tit {
            font-size: 18px;
            height: 56px;
            line-height: 55px;
            overflow: hidden;
            border-bottom: solid 1px #fff;
            border-bottom-color: rgba(255,255,255,0.2)
        }

        .inside-product-show .box-3 li .txt {
            height: 48px;
            margin-top: 10px;
            overflow: hidden;
            padding-right: 30px
        }

@media (max-width:1200px) {
    .inside-product-show .box-3 {
        padding-bottom: 40px;
        padding-top: 40px
    }

        .inside-product-show .box-3 ul {
            margin: 0
        }

        .inside-product-show .box-3 li {
            padding: 0 10px
        }

            .inside-product-show .box-3 li .txtbox {
                height: auto;
                padding: 10px 20px;
                padding-bottom: 30px
            }

            .inside-product-show .box-3 li .tit {
                height: 40px;
                line-height: 40px;
                font-size: 16px
            }

            .inside-product-show .box-3 li .txt {
                padding-right: 0
            }
}

@media (max-width:640px) {
    .inside-product-show .box-3 li {
        width: 50%
    }

        .inside-product-show .box-3 li:last-child {
            display: none
        }
}

@media (max-width:430px) {
    .inside-product-show .box-3 li {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 20px
    }
}

.dw {
    top: -100px;
    z-index: -1;
    height: 1;
    position: absolute
}

.inside-messae {
    padding-bottom: 60px
}

    .inside-messae .bt {
        text-align: center;
        font-size: 16px
    }

        .inside-messae .bt p {
            padding-top: 10px
        }

            .inside-messae .bt p:first-child {
                font-size: 24px;
                color: #333;
                font-weight: bold
            }

    .inside-messae ul {
        margin-left: -15px;
        margin-right: -15px
    }

    .inside-messae li {
        margin-top: 30px
    }

        .inside-messae li p {
            width: 33.333%;
            float: left;
            padding: 0 15px;
            position: relative
        }

        .inside-messae li label {
            color: #f00;
            display: block;
            left: 30px;
            top: 10px;
            position: absolute
        }

        .inside-messae li input, .inside-messae li textarea {
            width: 100%;
            height: 40px;
            padding: 10px 25px;
            font-family: "微软雅黑";
            background: #fff;
            background: none;
            border: solid 1px #c9c9c9
        }

        .inside-messae li textarea {
            height: 170px;
            resize: none
        }

@media (max-width:1200px) {
    .inside-messae li textarea {
        height: 100px
    }
}

.inside-messae li input:focus, .inside-messae li textarea:focus {
    border-color: #00aa80
}

.inside-messae li i {
    color: #f00;
    font-style: normal
}

@media (max-width:640px) {
    .inside-messae li {
        width: 100%;
        float: none
    }

        .inside-messae li:first-child {
            margin-top: 0
        }
}

.inside-messae .button {
    width: 100%;
    text-align: center
}

    .inside-messae .button a {
        color: #fff;
        font-size: 16px;
        width: 160px;
        height: 40px;
        line-height: 38px;
        text-transform: uppercase;
        display: inline-block;
        background: #00aa80
    }

        .inside-messae .button a:hover {
            box-shadow: 0 0 20px #bceee2
        }

@media (max-width:640px) {
    .inside-messae li {
        margin-top: 0
    }

        .inside-messae li p {
            width: 100%;
            float: none;
            margin-top: 20px
        }

    .inside-messae .button {
        padding: 0 15px;
        margin-top: 20px
    }

        .inside-messae .button a {
            width: 100%
        }
}

.inside-about .title {
    font-size: 40px;
    color: #333;
    line-height: 50px;
    font-weight: 600;
    text-align: center
}

    .inside-about .title:after {
        content: "";
        width: 12px;
        height: 12px;
        margin-left: 10px;
        border-radius: 100%;
        display: inline-block;
        border-radius: #b2e2ea;
        background: #b2e2ea
    }

@media (max-width:1200px) {
    .inside-about .title {
        font-size: 22px;
        line-height: 30px
    }
}

.inside-about .box-1 {
    padding: 80px 0;
    position: relative;
    padding-left: 150px
}

    .inside-about .box-1 .tu {
        top: 180px;
        left: 150px;
        z-index: 1;
        position: absolute
    }

    .inside-about .box-1 .title {
        padding-bottom: 90px
    }

    .inside-about .box-1 .leftbox {
        width: 44%;
        float: left;
        font-size: 16px;
        line-height: 26px;
        padding-left: 10px;
        position: relative;
        border-left: solid 1px #f7f7f7
    }

        .inside-about .box-1 .leftbox:before {
            content: "";
            width: 8px;
            height: 8px;
            top: 35px;
            left: -5px;
            position: absolute;
            background: #00aa80;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg)
        }

        .inside-about .box-1 .leftbox .font26 {
            color: #333;
            font-size: 26px;
            font-weight: 700;
            padding-left: 10px;
            margin-bottom: 30px;
            padding-top: 30px
        }

    .inside-about .box-1 .rightbox {
        width: 50%;
        float: right
    }

@media (max-width:1200px) {
    .inside-about .box-1 {
        padding: 30px
    }

        .inside-about .box-1 .tu {
            top: 40px;
            left: 30px
        }

            .inside-about .box-1 .tu img {
                max-height: 60px
            }

        .inside-about .box-1 .title {
            padding-bottom: 0
        }

        .inside-about .box-1 .leftbox {
            width: 100%;
            float: none
        }

            .inside-about .box-1 .leftbox .font26 {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 15px
            }

        .inside-about .box-1 .rightbox {
            width: 100%;
            float: none;
            margin-top: 30px
        }
}

.inside-about .box-2 {
    height: 766px;
    padding-top: 60px;
    position: relative;
    background: url(../images/about-bg-2.jpg) no-repeat top center
}

    .inside-about .box-2 .slick-prev, .inside-about .box-2 .slick-next {
        width: 50px;
        height: 50px;
        border: 0;
        top: auto;
        margin-top: auto;
        bottom: 130px;
        border-radius: 100%
    }

    .inside-about .box-2 .slick-prev {
        right: 70px;
        left: auto;
        background: url(../images/about-arrow-2.png) no-repeat #d7f5ff
    }

        .inside-about .box-2 .slick-prev:hover {
            background: url(../images/about-arrow-2-h.png) no-repeat #085580
        }

    .inside-about .box-2 .slick-next {
        right: 0;
        background: url(../images/about-arrow-3.png) no-repeat #d7f5ff
    }

        .inside-about .box-2 .slick-next:hover {
            background: url(../images/about-arrow-3-h.png) no-repeat #085580
        }

    .inside-about .box-2 .box {
        height: 335px;
        margin-top: 80px
    }

        .inside-about .box-2 .box .pic {
            float: left;
            width: 46%;
            overflow: hidden;
            position: relative
        }

            .inside-about .box-2 .box .pic img {
                -webkit-transition: all 700ms ease;
                transition: all 700ms ease
            }

            .inside-about .box-2 .box .pic:hover img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05)
            }

            .inside-about .box-2 .box .pic:after {
                content: "";
                display: block;
                padding-bottom: 57.5%
            }

        .inside-about .box-2 .box .content {
            width: 54%;
            float: right;
            padding-top: 80px;
            padding-left: 100px;
            position: relative
        }

            .inside-about .box-2 .box .content .font32 {
                color: #00aa80
            }

                .inside-about .box-2 .box .content .font32 span {
                    font-size: 32px;
                    font-family: "DIN-Medium"
                }

            .inside-about .box-2 .box .content .text {
                line-height: 28px;
                margin-top: 30px;
                font-size: 15px;
                height: 84px;
                overflow: hidden;
                text-decoration: underline
            }

            .inside-about .box-2 .box .content .num {
                top: 0;
                left: 0;
                width: 100%;
                line-height: 300px;
                text-align: center;
                font-size: 500px;
                color: #e7f3f4;
                z-index: -1;
                position: absolute;
                font-family: "DIN-Medium"
            }

    .inside-about .box-2 .box-year {
        z-index: 99;
        font-size: 20px;
        color: #4a4a4a;
        text-align: center;
        font-family: arial;
        position: relative;
        margin-top: 85px;
        font-family: "DIN-Medium"
    }

        .inside-about .box-2 .box-year span {
            cursor: pointer;
            padding-top: 15px;
            display: inline-block;
            position: relative
        }

            .inside-about .box-2 .box-year span:before {
                top: 0;
                content: "";
                width: 16px;
                height: 16px;
                left: 50%;
                margin-left: -4px;
                position: absolute;
                background: url(../images/about-arrow.png) no-repeat top center
            }

        .inside-about .box-2 .box-year .slick-current span {
            color: #00aa80
        }

            .inside-about .box-2 .box-year .slick-current span:before {
                background: url(../images/about-arrow-h.png) no-repeat top center
            }

@media (max-width:1200px) {
    .inside-about .box-2 .box {
        margin-top: 40px
    }

        .inside-about .box-2 .box .content .num {
            display: none
        }

        .inside-about .box-2 .box .content {
            padding: 50px
        }
}

@media (max-width:640px) {
    .inside-about .box-2 {
        background: #f9feff;
        height: auto;
        padding: 40px 0
    }

        .inside-about .box-2 .box {
            height: auto
        }

            .inside-about .box-2 .box .pic {
                width: 100%;
                float: none;
                overflow: hidden
            }

            .inside-about .box-2 .box .content {
                float: none;
                width: 100%;
                padding: 40px 0 20px 0
            }

                .inside-about .box-2 .box .content .text {
                    margin-top: 15px
                }

        .inside-about .box-2 .box-year {
            margin-top: 20px;
            position: relative
        }

            .inside-about .box-2 .box-year:before {
                content: "";
                width: 100%;
                height: 1px;
                left: 0;
                top: 7px;
                position: absolute;
                background: #ddd
            }

        .inside-about .box-2 .slick-prev, .inside-about .box-2 .slick-next {
            opacity: 0
        }
}

.inside-about .box-3 {
    height: 860px;
    padding-top: 90px;
    position: relative;
    background: url(../images/honor-bg.jpg) no-repeat top center
}

@media (max-width:1279px) {
    .inside-about .box-3 {
        height: auto;
        padding: 70px 0 90px 0
    }
}

.inside-about .box-3 .title {
    color: #fff
}

    .inside-about .box-3 .title:after {
        background: #829cad
    }

.inside-about .box-3 .honor-bottom {
    padding-top: 80px
}

@media (max-width:1279px) {
    .inside-about .box-3 .honor-bottom {
        display: none
    }
}

.inside-about .box-3 .hbox {
    display: none;
    padding: 0 40px;
    padding-top: 50px
}

    .inside-about .box-3 .hbox span {
        margin: 0 20px;
        position: relative;
        display: block
    }

        .inside-about .box-3 .hbox span:after {
            content: "";
            display: block;
            padding-bottom: 120%
        }

    .inside-about .box-3 .hbox .slick-dots {
        bottom: -30px
    }

        .inside-about .box-3 .hbox .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #00aa80
        }

        .inside-about .box-3 .hbox .slick-dots li.slick-active button {
            background: #66c5d6
        }

@media (max-width:1279px) {
    .inside-about .box-3 .hbox {
        display: block
    }
}

@media (max-width:640px) {
    .inside-about .box-3 .hbox {
        padding-left: 0;
        padding-right: 0
    }
}

.inside-about .box-3 .poster-main {
    position: relative;
    margin: 0 auto
}

    .inside-about .box-3 .poster-main a {
        display: block;
        overflow: hidden;
        text-align: center
    }

    .inside-about .box-3 .poster-main .poster-list {
        width: 1260px;
        height: 496px
    }

        .inside-about .box-3 .poster-main .poster-list .poster-item {
            width: 200px;
            height: 500px;
            position: absolute;
            left: 0;
            top: 0
        }

    .inside-about .box-3 .poster-main .poster-btn {
        position: absolute;
        top: 0;
        opacity: .8;
        cursor: pointer
    }

    .inside-about .box-3 .poster-main .poster-prev-btn {
        left: -80px;
        background: url(../images/pro-arrow-left.png) no-repeat center left;
        width: 437px !important
    }

        .inside-about .box-3 .poster-main .poster-prev-btn:hover {
            opacity: 1
        }

    .inside-about .box-3 .poster-main .poster-next-btn {
        right: -80px;
        background: url(../images/pro-arrow-next.png) no-repeat center right;
        width: 437px !important
    }

        .inside-about .box-3 .poster-main .poster-next-btn:hover {
            opacity: 1
        }

.inside-about .box-4 {
    padding: 80px 0;
    position: relative
}

    .inside-about .box-4 .list {
        padding-top: 40px
    }

    .inside-about .box-4 .tit {
        height: 95px;
        margin-top: 15px;
        padding: 15px 30px;
        background: #f7f7f7;
        cursor: pointer
    }

    .inside-about .box-4 .date {
        width: 7%;
        float: left;
        color: #fff;
        text-align: center;
        font-family: arial;
        background: #00aa80
    }

        .inside-about .box-4 .date span {
            display: block
        }

        .inside-about .box-4 .date .arrow {
            height: 19px;
            background: url(../images/job-arrow.png) no-repeat right center #c7c7c7
        }

        .inside-about .box-4 .date .riqi {
            font-size: 18px;
            height: 46px;
            line-height: 46px
        }

    .inside-about .box-4 .wenzi {
        width: 60%;
        float: left;
        color: #999;
        font-size: 15px;
        padding-left: 17px
    }

        .inside-about .box-4 .wenzi p {
            height: 24px;
            overflow: hidden
        }

            .inside-about .box-4 .wenzi p:first-child {
                font-size: 20px;
                color: #333;
                margin-top: 10px
            }

    .inside-about .box-4 .add {
        width: 140px;
        float: right;
        color: #333;
        line-height: 45px;
        position: relative;
        margin-top: 5px;
        font-size: 18px;
height:45px;overflow:hidden;
    }

        .inside-about .box-4 .add:after {
            content: "";
            width: 45px;
            height: 45px;
            right: 0;
            top: 0;
            position: absolute;
            vertical-align: top;
            border-radius: 100%;
            background: url(../images/jia.png) no-repeat center center #fff
        }

    .inside-about .box-4 .txt {
        color: #333;
        font-size: 15px;
        background: #f7f7f7;
        display: none;
        padding: 0 20px 110px 130px
    }

    .inside-about .box-4 .font18 {
        font-size: 18px
    }

    .inside-about .box-4 .font20 {
        font-size: 20px;
        margin: 30px 0 10px 0;
        position: relative
    }

        .inside-about .box-4 .font20:before {
            content: "";
            width: 5px;
            height: 5px;
            margin: 10px 10px 0 0;
            vertical-align: top;
            display: inline-block;
            background: #333;
            border-radius: 100%
        }

    .inside-about .box-4 .youxiang {
        margin-top: 10px;
        max-width: 790px;
        padding: 15px 20px 10px 25px;
        background: #ecebeb;
        color: #00aa80;
        border-radius: 30px;
        text-transform: uppercase
    }

        .inside-about .box-4 .youxiang a {
            color: #00aa80
        }

    .inside-about .box-4 .active .add:after {
        background: url(../images/jian.png) no-repeat center center #085580
    }

@media (max-width:1200px) {
    .inside-about .box-4 {
        padding: 40px 0
    }

        .inside-about .box-4 .list {
            padding-top: 20px
        }

        .inside-about .box-4 .date {
            display: none
        }

        .inside-about .box-4 .tit {
            padding: 10px 15px;
            background: url(../images/jia.png) no-repeat right 10px #f7f7f7
        }

        .inside-about .box-4 .wenzi {
            padding-left: 0
        }

        .inside-about .box-4 .add {
            display: none
        }

        .inside-about .box-4 .txt {
            padding: 20px;
            padding-top: 0
        }

        .inside-about .box-4 .font18 {
            font-size: 16px
        }

        .inside-about .box-4 .font20 {
            font-size: 17px;
            margin: 20px 0 10px 0
        }

        .inside-about .box-4 .youxiang {
            border-radius: 5px;
            width: 100%
        }

        .inside-about .box-4 .active {
            background: url(../images/jian-2.png) no-repeat right 10px #f7f7f7
        }
}

.inside-about .box-5 {
    min-height: 715px;
    position: relative;
    color: #fff;
    background: url(../images/about-bg.jpg) no-repeat top center
}

@media (max-width:1200px) {
    .inside-about .box-5 {
        min-height: auto;
        padding-bottom: 50px
    }
}

.inside-about .box-5 .title {
    padding-top: 90px;
    color: #fff
}

    .inside-about .box-5 .title:after {
        background: #869aad
    }

@media (max-width:1200px) {
    .inside-about .box-5 .title {
        padding-top: 50px
    }
}

.inside-about .box-5 .text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 40px
}

@media (max-width:640px) {
    .inside-about .box-5 .text {
        text-align: left;
        font-size: 15px
    }
}

.inside-about .box-5 ul {
    padding-top: 100px
}

@media (max-width:1200px) {
    .inside-about .box-5 ul {
        padding-top: 30px
    }
}

.inside-about .box-5 ul li {
    width: 25%;
    float: left;
    text-align: center
}

    .inside-about .box-5 ul li span {
        width: 173px;
        height: 197px;
        line-height: 190px;
        display: inline-block;
        background: url(../images/about-ico-bg.png) no-repeat top center
    }

        .inside-about .box-5 ul li span img {
            vertical-align: middle;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease
        }

    .inside-about .box-5 ul li .tit {
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px
    }

@media (max-width:1200px) {
    .inside-about .box-5 ul li span {
        background: none;
        width: auto;
        height: auto;
        padding: 0 10px;
        line-height: 70px
    }

    .inside-about .box-5 ul li .tit {
        font-size: 14px;
        margin-top: 0
    }
}

.inside-about .box-5 ul li:hover span img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.phone-nav .box::-webkit-scrollbar {
    width: 2px;
    height: 1px
}

.phone-nav .box::-webkit-scrollbar-thumb {
    background: #000;
    width: 2px
}

.phone-nav .box::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1)
}

.phone-nav {
    top: 0;
    z-index: 1999;
    position: fixed;
    right: -150%;
    width: 70%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,0.98)
}

    .phone-nav .close {
        position: absolute;
        z-index: 99;
        top: 40px;
        right: 20px
    }

        .phone-nav .close img {
            max-height: 40px
        }

    .phone-nav .box {
        height: 100%;
        overflow-y: auto;
        padding: 0 20px 0 20px;
        -webkit-overflow-scrolling: touch
    }

    .phone-nav .list-menu {
        padding-top: 100px
    }

        .phone-nav .list-menu li {
            font-size: 18px;
            position: relative;
            line-height: 30px;
            border-bottom: solid 1px rgba(179,179,179,0.3)
        }

            .phone-nav .list-menu li a {
                padding: 15px 20px;
                display: block;
                position: relative;
                color: #000
            }

                .phone-nav .list-menu li a span {
                    z-index: 9;
                    display: inline-block;
                    position: relative
                }

            .phone-nav .list-menu li i {
                position: absolute;
                right: 0;
                top: 21px;
                width: 38px;
                height: 38px;
                text-align: center;
                line-height: 30px;
                display: block;
                font-style: inherit;
                cursor: pointer
            }

                .phone-nav .list-menu li i:after {
                    content: "";
                    cursor: pointer;
                    text-align: center;
                    font-family: arial;
                    border-left: solid 1px #999;
                    border-bottom: solid 1px #999;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    width: 10px;
                    height: 10px;
                    display: block
                }

        .phone-nav .list-menu .submenu {
            display: none;
            padding-bottom: 20px
        }

            .phone-nav .list-menu .submenu a {
                color: #555;
                font-size: 16px;
                padding: 0 0 0 20px
            }


.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 80
}

    .prompt a {
        color: #000
    }

    .prompt span {
        position: absolute;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        top: 55%;
        left: 50%;
        margin-left: -200px;
        width: 400px;
        display: block;
        line-height: 24px;
        color: #000
    }

        .prompt span a {
            text-decoration: underline
        }

.prompt_close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer
}

    .prompt_close:hover {
        background: #f00;
        color: #fff
    }

.maoji{position: absolute; top:-90px; z-index: -9;}