*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

table{
    margin: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}


td{
    vertical-align: top;
}

body {
    color: #333;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

img {
    max-width: 100%;
    border: none
}

em, i {
    font-style: normal
}

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0*/
/*}*/

input, select, textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

/*input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus {*/
/*    background: #fff;*/
/*    border: 1px solid #bbb*/
/*}*/

/*.false:focus {*/
/*    border: 2px solid #ff1531;*/
/*    background: #fff*/
/*}*/

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l, .l {
    float: left
}

.col-r, .r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.wp {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
    background-color: #fafafa
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

.ovh {
    overflow: hidden
}

.hide {
    display: none
}

.show {
    display: block
}

.bodycfc {
    background-color: #fcfcfc
}

@font-face {
    font-family: hc;
    src: url(../fonts/HelveticaCondensed.ttf)
}

@font-face {
    font-family: hcb;
    src: url(../fonts/HelveticaCondensedBold.ttf)
}

@font-face {
    font-family: hlt;
    src: url(../fonts/Helvetica.ttf)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 200
}

.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.logo {
    display: block;
    float: left;
    height: 60px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    top: 10px;
    margin-left: 34px
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto
}

.logo .txt {
    display: inline-block;
    vertical-align: middle;
    height: 33px;
    line-height: 31px;
    border: 1px solid #005e40;
    text-align: center;
    font-size: 14px;
    margin-left: 25px;
    padding-left: 10px;
    padding-right: 8px
}

.logo .txt em {
    color: #005e40
}

.hd-r {
    float: right;
    padding-right: 140px;
    position: relative
}

.nav {
    margin-right: 40px
}

.nav-item {
    float: left;
    padding: 0 25px;
    position: relative
}

.nav-item:after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-item:last-child:after {
    display: none
}

.nav-tit1 {
    font-size: 16px;
    line-height: 80px;
    display: block;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-tit1:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #005f40;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-item.on .nav-tit1, .nav-item:hover .nav-tit1 {
    color: #005f40
}

.nav-item.on .nav-tit1:after, .nav-item:hover .nav-tit1:after {
    width: 100%
}

.nav2 {
    position: absolute;
    left: -95px;
    top: 100%;
    background-color: #fff;
    border-top: 1px solid #ccdfd9;
    padding: 35px 60px 45px 20px;
    overflow: hidden;
    width: 660px;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.nav-item:last-child .nav2, .nav-item:nth-last-child(2) .nav2, .nav-item:nth-last-child(3) .nav2 {
    left: auto;
    right: 0
}

.nav2-txt {
    overflow: hidden;
    margin-top: 20px;
    position: relative
}

.nav2-txt:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.nav2-tit {
    font-size: 14px;
    color: #666;
    width: 50%;
    display: block;
    float: left;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav2-tit:hover {
    color: #005f40
}

.nav2-tit:after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6d6;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav2-tit:nth-child(even):before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    top: 0
}

.nav2-tit:nth-child(2):before {
    top: 10px
}

.nav2-pic {
    float: right;
    position: relative;
    width: 254px;
    height: 158px;
}

.nav2-pic img {
    display: block;
    width: 100%;
    height: 100%
}

.nav2-slogan {
    line-height: 24px;
    padding: 0 15px;
    background-color: #005f40;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: -11px
}

.nav2-slogan:after {
    content: '';
    background: url(../images/nav-shadow.png) no-repeat center center/11px auto;
    width: 11px;
    height: 8px;
    position: absolute;
    top: 100%;
    right: 0
}

.langAndSo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 140px;
    background-color: #005e40;
    line-height: 80px;
    text-align: center
}

.hd-lang {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;font-size: 16px;
}
.hd-lang>a{color: #ffffff;font-size: 16px;padding: 0 5px;}
.hd-lang>a:hover{opacity: .8;}
.hd-lang:after {
    display: none;
    content: '';
    width: 1px;
    height: 22px;
    background-color: #3c846d;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px
}

.hd-lang span {
    font-size: 16px;
    color: #fff;
    background: url(../images/down1.png) no-repeat right center/12px auto;
    padding-right: 17px;
    cursor: pointer
}

.lang-box {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.lang-box a {
    display: block;
    float: left;
    width: 50%;
    text-align: center
}

.lang-box a:hover {
    color: #3c846d
}

.hd-so {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.hd-so i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/so.png) no-repeat center center/22px auto;
    width: 26px;
    height: 80px;
    cursor: pointer
}

.so-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: #fff;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px
}

.so-inp {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 50px
}

.so-sub {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #005e40 url(../images/so.png) no-repeat center center/22px auto;
    font-size: 0;
    border: none
}

.footer {
    background: no-repeat center center/cover;
    padding-top: 100px
}

.fd-top {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.fd-top .wp {
    position: relative
}

.fd-l {
    float: left;
    width: 320px;
    height: 280px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.fd-logo {
    display: block;
    height: 60px;
    overflow: hidden
}

.fd-logo img {
    display: block;
    height: 100%;
    width: auto
}

.fd-addr {
    margin-top: 30px;
    width: 245px
}

.fd-addr p {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 30px;

}

.fd-addr p i {
    width: 30px;
    height: 30px;
    background: no-repeat center center/contain;
    position: absolute;
    top:0;
    left: 0
}
.btn-feedback{
    display: block;
    width: 165px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
    font-weight: bold;
    -webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.btn-feedback:hover{
    color: #11694d;
}
.btn-feedback i{display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: url("../images/new-feedback.png") no-repeat center center / contain;margin-right: 8px;position: relative;top: -2px;}

.fd-r {
    overflow: hidden;
    padding-bottom: 80px;
}

.fd-nav {
    overflow: hidden
}

.fd-nav dl {
    float: left;
    margin-left: 60px;
    color: #fff
}

.fd-nav dt {
    font-size: 16px;
    padding-bottom: 20px
}

.fd-nav dd a {
    font-size: 14px;
    line-height: 28px;
    display: block;
    color: #fff
}

.fd-nav dd a:hover {
    opacity: .6
}

.fd-qr {
    float: right;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.fd-qr .pic {
    border: 7px solid #fff;
    width: 128px;
    height: 128px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.fd-qr .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.fd-so {
    position: absolute;
    bottom: -10px;
    right: 0
}

.fd-so-inp {
    width: 320px;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    padding-left: 17px;
    padding-right: 70px
}

.fd-so-sub {
    font-size: 0;
    width: 60px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #005e40 url(../images/so.png) no-repeat center center/22px auto;
    border: none
}

.fd-bot {
    line-height: 80px;
    overflow: hidden;
    color: #fff
}

.copyright {
    float: left
}

.footer .fd-bot .fd-share.bdsharebuttonbox {
    float: right;
    text-align: right
}

.footer .fd-bot .fd-share.bdsharebuttonbox a {
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: no-repeat center center/contain;
    margin: 0 2px
}

.fd-share a:hover {
    opacity: .6
}

.fp-tableCell {
    vertical-align: top !important
}

.banner {
    height: calc(100vh - 80px);
    position: relative
}

.slick-ban, .slick-list, .slick-track {
    height: 100%
}

.ban-bg {
    height: 100%;
    background: no-repeat center center/cover;
    position: relative
}

.ban-txt {
    z-index: 1;
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 50px;
    color: #fff
}

.ban-play {
    visibility: hidden;
    margin: 0 auto;
    width: 106px;
    height: 106px;
    cursor: pointer;
    background: url(../images/play.png) no-repeat center center/contain
}

.ban-tit {
    font-weight: 400;
    display: inline-block;
    position: relative;
    letter-spacing: 5px
}

.ban-tit span {
    color: #005f40
}

.ban-tit em {
    display: inline-block;
    width: 17px;
    height: 42px;
    position: relative;
    top: 5px;
    background: url(../images/xie.png) no-repeat center center/contain
}

.ban-tit:after {
    background: url(../images/tit-l.png) no-repeat center center/contain;
    left: -80px;
    top: 53%
}

.ban-tit:before {
    background: url(../images/tit-r.png) no-repeat center center/contain;
    right: -80px;
    top: 38%
}

.ban-tit:after, .ban-tit:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 13px
}

.slick-ban .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
    font-size: 0
}

.slick-ban .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #005e40;
    margin: 0 10px;
    position: relative;
    cursor: pointer
}

.slick-ban .slick-dots button {
    font-size: 0;
    border: none;
    background: 0 0
}

.slick-ban .slick-dots .slick-active:after {
    content: '';
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #005e40
}

.ban-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    display: none;
}

.ban-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 110%;
    pointer-events: none
}

.ban-video video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000
}

.ban-video.on {
    opacity: 1;
    pointer-events: auto
}





.m-data {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    padding: 40px 0 30px
}

.data-item {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    border-right: 1px solid #dedede;
    text-align: left;
    padding-left: 70px
}

.data-item:last-child {
    border-right: none
}

.data-top {
    font-size: 0;
    line-height: 50px;
    height: 50px
}

.data-top em {
    font-size: 50px;
    color: #005e40;
    font-family: hcb
}

.data-top span {
    line-height: 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 12px
}

.data-bot {
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 20px
}

.enter-out {
    overflow: hidden;
    height: calc(100% - 140px);
    background-color: #f8f8f8
}

.m-enter {
    background-color: #f8f8f8;
    height: 100%
}

.enter-in {
    height: 95%;
    max-width: 1440px;
    width: 100%;
    position: relative;
    margin: 0 auto
}

.enter-pic {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 90%;
    width: 55%;
    overflow: hidden;
    z-index: 1
}

.enter-pic img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto
}

.enter-txt {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 65px 70px 80px 50%;
    background-color: #fff;
    right: 100%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50% y);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 100%
}

.idx-tit1 h3 {
    color: #005e40;
    font-size: 48px
}

.idx-tit1 p {
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: hcb;
    color: #707070
}

.enter-desc {
    font-size: 16px;
    color: #666;
    padding-top: 35px
}

.enter-desc p {
    padding-bottom: 20px
}

.enter-desc strong {
    color: #333
}

.enter-icon {
    font-size: 0
}

.ei-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: 50px
}

.ei-item:last-child {
    margin-right: 0
}

.ei-item i {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/icon1.png) no-repeat center center/contain;
    margin-right: 10px
}

.ei-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333
}

.ei-item:hover i {
    background-image: url(../images/icon1-on.png)
}

.enter-arrow {
    width: 73px;
    height: 73px;
    background: #fff url(../images/r1.png) no-repeat center center/13px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.section3 .fp-tableCell {
    background-color: #f8f8f8
}

.m-prod, .out-prod, .tab-prod {
    height: 100%
}

.out-prod {
    position: relative;
    padding-top: 88px;
    overflow: hidden
}

.prod-wp {
    overflow: hidden
}

.idx-tit-prod {
    float: left;
    position: relative;
    z-index: 3
}

.prod-tab {
    overflow: hidden;
    font-size: 0;
    text-align: right;
    position: relative;
    top: 25px;
    z-index: 3
}

.prod-tab li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    line-height: 25px
}

.prod-tab li a {
    font-size: 16px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.prod-tab .on a, .prod-tab li a:hover {
    color: #005e40;
    border-color: #005e40
}

.m-prod {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover
}

.m-prod .wp {
    height: 100%;
    position: relative
}

.prod-box {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff url(../images/p-bg1.png) no-repeat right 70px bottom/186px auto;
    box-shadow: 0 0 20px 0 rgba(4, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 45px 70px;
    width: 600px
}

.prod-box:after {
    content: '';
    width: 16px;
    height: 28px;
    background: url(../images/r2.png) no-repeat center center/contain;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -14px
}

.prod-tit {
    color: #005e40;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.prod-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.prod-det {
    display: block;
    width: 107px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #99bfb3;
    font-size: 14px;
    color: #005f41;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.prod-det:hover {
    background-color: #005f41;
    color: #fff
}

.prod-sp {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0
}

.sp-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 44px;
    font-size: 16px;
    text-align: center
}

.sp-item i {
    display: block;
    width: 68px;
    height: 68px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #70a395;
    background: no-repeat center center/contain;
    position: relative
}

.sp-item i:after {
    content: '';
    width: 88px;
    height: 1px;
    background: url(../images/dian.png) repeat-x left center;
    position: absolute;
    left: 100%;
    top: 50%
}

.prod-sp .sp-item:last-child i:after {
    display: none
}

.m-map {
    background-color: #fff;
    height: 100%;
    padding-top: 40px
}

.map-top {
    overflow: hidden;
    height: 100px
}

.map-top .idx-tit1 {
    float: left;
    margin-right: 120px
}

.map-top .prod-det {
    margin-left: 90px;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.map-desc {
    overflow: hidden;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.map-bg {
    width: 1147px;
    height: 638px;
    background: url(../images/map-bg.png) no-repeat center center/contain;
    margin: 0 auto;
    position: relative
}

.map-xian {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map-xian.png) no-repeat center center/contain
}

.map-yuan {
    position: absolute;
    left: 37%;
    top: 20%;
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/map-yuan.png) no-repeat center center/contain;
    text-align: center
}

.map-yuan .txt {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px
}

.map-yuan .txt em {
    font-size: 46px;
    line-height: 40px;
    height: 40px;
    font-family: hcb
}

.map-txt {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.map-poi {
    position: absolute
}

.map-poi .dian {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #005e41;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: wave;
    -o-animation: wave;
    animation: wave;
    position: relative;
    z-index: 3
}

.map-poi .dian:after, .map-poi .dian:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(0, 94, 65, .5);
    -webkit-animation: bowen 3s linear infinite;
    -o-animation: bowen 3s linear infinite;
    animation: bowen 3s linear infinite;
    width: 10px;
    height: 10px
}

.map-poi .dian:before {
    border: 1px solid rgba(0, 94, 65, .5);
    -webkit-animation: bowen 4s linear infinite;
    -o-animation: bowen 4s linear infinite;
    animation: bowen 4s linear infinite
}

@keyframes bowen {
    0% {
        border-width: 1px
    }
    100% {
        border-width: 30px;
        border-color: rgba(0, 94, 65, 0)
    }
}

.poi1 {
    top: 208px;
    left: 49px
}

.poi2 {
    top: 164px;
    left: 129px
}

.poi3 {
    top: 130px;
    left: 187px
}

.poi4 {
    top: 249px;
    left: 119px
}

.poi5 {
    top: 180px;
    left: 375px
}

.poi6 {
    top: 327px;
    left: 81px
}

.poi7 {
    top: 468px;
    left: 135px
}

.poi8 {
    top: 386px;
    left: 396px
}

.poi9 {
    top: 490px;
    left: 468px
}

.poi10 {
    top: 406px;
    left: 473px
}

.poi11 {
    top: 215px;
    right: 322px
}

.poi12 {
    top: 405px;
    right: 139px
}

.poi13 {
    bottom: 64px;
    right: 161px
}

.poi14 {
    top: 275px;
    left: 224px
}

.map-txt {
    background-color: #fff;
    position: absolute;
    left: 300%;
    top: -30px;
    width: 284px;
    padding: 30px 35px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 5
}

.map-txt:After {
    content: '';
    background: url(../images/l1.png) no-repeat center center/contain;
    width: 14px;
    height: 23px;
    position: absolute;
    right: 100%;
    top: 25px
}

.map-tit {
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px
}

.map-tit i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: no-repeat center center/contain;
    margin-right: 5px
}

.map-tit span {
    display: inline-block;
    vertical-align: middle;
    color: #0b6548;
    font-size: 22px
}

.map-info {
    font-size: 14px;
    color: #666
}

.map-poi:hover .map-txt {
    opacity: 1;
    pointer-events: auto
}

.m-honor {
    height: 100%;
    background: no-repeat center center/cover
}

.m-honor .wp {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.honor-desc {
    width: 100%;
    max-width: 665px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 60px
}

.honor-desc p {
    padding-bottom: 25px
}

.honor-data {
    overflow: hidden;
    margin-top: 60px
}

.honor-s {
    float: left;
    font-size: 14px;
    color: #666
}

.honor-s1 {
    margin-right: 115px
}

.honor-s em {
    color: #005e40;
    font-size: 50px;
    line-height: 40px;
    font-family: hcb
}

.honor-s span {
    color: #333;
    font-size: 14px
}

.honor-s2 {
    padding-right: 35px;
    border-right: 1px solid #005e40;
    margin-right: 55px
}

.honor-s3 {
    text-align: center
}

.honor-s3 i {
    display: block;
    background: url(../images/icon2.png) no-repeat center center/contain;
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.m-news {
    height: 100%;
    background-color: #fff
}

.m-news .wp {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.news-l {
    float: left;
    width: 660px
}

.idx-tit2 {
    overflow: hidden
}

.idx-tit2 a {
    float: right;
    width: 40px;
    height: 54px;
    background: url(../images/more.png) no-repeat center center/contain
}

.idx-tit2 h3 {
    overflow: hidden;
    color: #005e40;
    font-size: 36px
}

.newsl-top {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 23px;
    border-bottom: 1px dotted #b5b5b5
}

.nlt-pic {
    float: left;
    width: 235px;
    height: 139px;
    overflow: hidden
}

.nlt-txt {
    overflow: hidden;
    padding-left: 40px;
    font-size: 14px;
    color: #333;
    padding-top: 25px
}

.nlt-txt h3 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400
}

.nlt-txt h3 a:hover {
    color: #005e40
}

.nlt-txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px
}

.newsl-item {
    line-height: 74px;
    position: relative;
    padding-left: 100px;
    border-bottom: 1px dotted #b5b5b5
}

.newsl-item .date {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    font-size: 14px;
    color: #999;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.newsl-item .date span {
    font-size: 24px;
    color: #555;
    display: block;
    margin-bottom: 7px;
    font-family: hlt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}

.newsl-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666
}

.newsl-item a:hover {
    color: #005e40
}

.news-r {
    float: right;
    width: 660px
}

.newsr-top {
    margin-top: 30px;
    overflow: hidden
}

.nrt-pic {
    width: 329px;
    height: 162px;
    overflow: hidden;
    position: relative;
    background: no-repeat center center/cover
}

.nrt-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 34px;
    color: #fff
}

.nrt-txt .name {
    font-size: 18px
}

.nrt-txt .price {
    font-size: 0;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.nrt-txt .price span {
    font-size: 54px;
    font-family: hcb
}

.nrt-txt em {
    font-size: 18px
}

.nrt-txt .ud {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px
}

.nrt-txt .ud p {
    padding-left: 15px;
    position: relative
}

.nrt-txt .ud i {
    display: inline-block;
    background: no-repeat center center/contain;
    width: 9px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px
}

.nrt-txt .price .date {
    font-size: 14px;
    color: #fff
}

.newsr-list {
    padding-top: 10px
}

.newsr-item {
    overflow: hidden;
    line-height: 44px
}

.newsr-item .date {
    float: right;
    font-size: 16px;
    color: #666;
    margin-left: 30px
}

.newsr-item a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    background: url(../images/r3.png) no-repeat left center/6px auto
}

.newsr-item a:hover {
    color: #005e40
}

.section7 .fp-tableCell {
    vertical-align: bottom !important;
    padding-top: 0;
    background-color: #f8f8f8
}

.m-comp {
    background-color: #f8f8f8;
    padding-bottom: 63px;
    padding-top: 30px
}

.slick-comp {
    margin-top: 30px;
    padding: 0 15px;

}

.slick-comp .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    background-color: transparent;
    z-index: 10;
    cursor: pointer;
}
.slick-comp .slick-prev{
    left: 10px;
    background-image: url(../images/w-prev.png);
}
.slick-comp .slick-next{
    right: 10px;
    background-image: url(../images/w-next.png);
}


.comp-pic {
    width: 230px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden
}

.comp-pic img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}

.h46 {
    height: 46px;
    clear: both;
    overflow: hidden;
    background-color: #fafafa
}

.z-nav.noborder {
    border-bottom: none
}

.z-nav.border1 {
    border-bottom: 1px solid #eee
}

.customlist ul {
    overflow: hidden;
    margin: 0 -36px
}

.customlist ul li {
    float: left;
    width: 33.33%;
    padding: 0 36px
}

.customlist ul li a {
    display: block
}

.customlist ul li a:hover .txts .ttxt {
    color: #005f40
}

.customlist ul li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.customlist ul li .img {
    overflow: hidden;
    position: relative;
    padding-top: 75.694%
}

.customlist ul li .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.customlist ul li .txts .ttxt {
    font-size: 18px;
    color: #333;
    margin: 18px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.customlist ul li .txts .ttime {
    font-size: 14px;
    color: #999;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px
}

.customlist ul li .txts .ttime i {
    background: url(../images/showmore.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: cover;
    float: right
}

.enviromentlist {
    margin-top: 48px
}

.enviromentlist ul li .txts {
    margin: 18px 0 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.enviromentlist ul li .txts .txt {
    line-height: 19px;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis
}

.enviromentlist ul li .txts i {
    background: url(../images/showmore.png) no-repeat;
    width: 19px;
    height: 19px;
    background-size: cover;
    float: right
}

.slick-env {
    overflow: hidden;
    margin-top: 10px
}

.slick-env .slick-current img {
    z-index: 1
}

.slick-env .env-item.small {
    transform: scale(.63);
    -webkit-transform: scale(.63);
    -moz-transform: scale(.63);
    -ms-transform: scale(.63);
    -o-transform: scale(.63);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.slick-env .env-item.prevtrans img {
    z-index: -1;
    left: 475px
}

.slick-env .env-item.nexttrans img {
    z-index: -1;
    left: -475px
}

.slick-env .env-item.small img {
    opacity: .3
}

.slick-env .env-con {
    position: relative;
    padding-top: 58.049%
}

.slick-env .env-con img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.customs .tab_label {
    border-left: none;
    margin: 5px -5px 0 -28px
}

.customs .tab_label a {
    cursor: pointer;
    float: left;
    margin: 0 5px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 25px
}

.customs .tab_label a.on {
    background: #005c3f;
    color: #fff
}

.customs .culture_tab.on .tab_label {
    display: block
}

.customs .page .pages02 {
    padding: 45px 0 80px
}

.protect {
    background: #fafafa
}

.protect .main {
    padding: 30px 87px 42px 67px;
    background: #fff
}

.protect .txt {
    font-size: 16px;
    padding: 29px 0 39px
}

.protect .txt p {
    font-size: 16px;
    color: #767676;
    line-height: 2.1;
}

.company-culture {
    overflow: hidden;
    position: relative
}

.company-culture .r1 {
    height: 610px;
    background: url(../images/companyculture-bg.jpg)
}

.company-culture .r1 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 680px
}

.company-culture .r1 .img .con {
    overflow: hidden;
    position: relative;
    padding-top: 89.705%
}

.company-culture .r1 .img .con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ttit_ch.z-tit2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
    background: url(../images/titleicon-white.png) no-repeat left center;
    padding: 5px 0 5px 50px
}

.company-culture .r1 .img .con .txts {
    z-index: 1;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.company-culture .r1 .img .con .txts .ttit_en {
    font-size: 16px
}

.company-culture .r1 .r1-txts {
    padding: 90px 240px 0 752px;
    height: 610px
}

.company-culture .r1 .r1-txts .con {
    padding: 66px 45px 0 45px;
    background: #fff
}

.company-culture .r1-list1 {
    overflow: hidden
}

.company-culture .r1-list1 li {
    float: left;
    margin-right: 60px;
}
.company-culture .r1-list1 li:last-child{
    margin-right: 0;
}
.company-culture .r1-list1 li .tit {
    margin-top: 7px;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.company-culture .r1-list1 li .tit::after {
    display: block;
    content: '';
    border-bottom: 2px solid #005c3f;
    width: 37px;
    margin: 6px 0
}

.company-culture .r1-list1 li .txt {
    font-size: 16px;
    color: #666;
    padding: 0 3px
}

.company-culture .r1-list2 {
    padding: 47px 0 46px
}

.company-culture .r1-list2 dt {
    padding: 5px 0;
    float: left;
    font-size: 16px;
    color: #222;
    font-weight: 700
}

.company-culture .r1-list2 dd {
    padding: 5px 0 5px 88px;
    font-size: 16px;
    color: #666
}

.company-culture .r2 {
    overflow: hidden;
    background: url(../images/companyculture-r2-bg.jpg) no-repeat;
    background-size: cover;
    padding: 180px 0 0 0;
    height: 660px
}

.company-culture .r2 .r2_r1 {
    font-size: 36px;
    color: #005f41;
    max-width: 1074px;
    margin: 0 auto
}

.company-culture .r2 .r2_r1 ul {
    overflow: hidden;
    text-align: center;
    margin: 0 -31px
}

.company-culture .r2 .r2_r1 ul li {
    float: left;
    margin: 0 31px
}

.company-culture .r2 .r2_r1 ul li i {
    content: '';
    background: url(../images/dot.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    margin-right: 27px
}

.company-culture .r2 .r2_r2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    max-width: 762px;
    margin: 0 auto
}

.company-culture .r2 .r2_r2 i {
    content: '';
    background: url(../images/dot2.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 23px
}

.company-culture .r2 .r2_r2 .r2_r2_r1 {
    padding: 45px 0 12px
}

.company-culture .r2 .r2_r2 .normal {
    font-weight: 400;
    margin-left: 5px
}

.company-culture .r2 .r2_r2 .r2_r2_r1 div {
    display: inline-block
}

.company-culture .r2 .r2_r2 .r2_r2_r2 div {
    display: inline-block
}

.company-culture .r2 .r2_r2 .l {
    min-width: 335px
}

.company-culture .r1-list1 li .txt span {
    display: inline-block
}

.dn {
    display: none
}

.ban {
    height: 400px;
    line-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-top: 80px;
    -webkit-background-size: cover;
    background-size: cover
}

.ban h2 {
    font-size: 46px;
    color: #005f41
}

.ban h2.white {
    color: #fff
}

.z-nav {
    border-bottom: 40px solid #fafafa;
    position: relative;
    z-index: 10;
}

.z-nav.z1 {
    border-bottom: 1px solid #e6e6e6
}

.z-nav li {
    position: relative;
    float: left;
}

.z-nav .con{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.05);
    background-color: #fff;
}

.z-nav a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #666;
    padding: 0 64px;
    text-align: center
}

.z-nav .con a{
    font-size: 16px;
    line-height: 48px;
}

.z-nav a:hover {
    color: #005f41
}

.z-nav a.on {
    background-color: #005f41;
    color: #fff
}

.z-nav a.on:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #006ebc
}

.z-tab1 {
    overflow: hidden;
    padding: 40px 0 40px 10px;
    background: url(../images/z-tit1.png) no-repeat left center
}

.z-tab1 li {
    float: left;
    width: 12.5%;

}

.z-tab1 li + li a {
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.z-tab1 li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #999;
    padding: 0;
    text-align: center;
}

.z-tab1 li a:hover {
    color: #333
}

.z-tab1 li.on a {
    color: #333
}

.tab-con {
    overflow: hidden
}
.tab-con h1{
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 10px;
}
.tab-con h2{
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}
.tab-con h3{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

.z-list1 {
    padding: 5px 0 0;
    margin: 0 -42px;
    overflow: hidden
}

.z-list1 .list-item {
    float: left;
    width: 50%;
    margin-bottom: 50px
}

.z-list1 .inner {
    margin: 0 42px
}

.z-list1 h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.z-list1 .con {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
    padding: 0 0 24px
}

.z-list1 .pic {
    position: relative;
    padding-top: 32%
}

.z-list1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.z-tit2 {
    font-weight: 400;
    font-size: 28px;
    padding: 15px 0 15px 50px;
    color: #333;
    background: url(../images/z-tit1.png) no-repeat left center;
    border-bottom: 1px solid #e6e6e6
}

 .m-z1 {
    position: relative
}

.m-z1 .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.m-z1 .pic img {
    display: block;
    width: 100%
}

.m-z1 .txt {
    padding: 28px 0 20px 36%
}

.m-z1 .txt .con {
    padding: 52px 0 0;
    font-size: 16px;
    line-height: 1.875;
    color: #767676
}

.m-z1 .txt .con h4 {
    font-size: 16px;
    color: #005f41;
    margin: 55px 0 10px
}

.m-z1 .txt .con h5 {
    font-size: 16px
}

.m-z1 .txt .con .name {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 55px 0 0
}

.m-z1 .txt .con .name img {
    vertical-align: middle
}

.m-z2 {
    overflow: hidden;
    padding: 30px 0 138px
}

.m-z2 .pic {
    float: left;
    width: 350px;
    margin: 20px 50px 0 0
}

.m-z2 .pic img {
    display: block;
    width: 100%
}

.m-z2 .box {
    overflow: hidden
}

.m-z2 .box .intro {
    font-size: 16px;
    line-height: 1.875;
    color: #767676;
    padding: 22px 0 22px
}

.list_course {
    padding: 16px 0 32px;
    position: relative;
    margin-bottom: 60px
}

.list_course:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 24px;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background-color: #005f41;
    z-index: 1
}

.list_course:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 21px;
    height: 27px;
    margin-left: -10px;
    background: url(../images/z-arrow.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.list_course li {
    height: 195px;
    position: relative;
    overflow: hidden
}

.list_course li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    background: url(../images/z-yuan.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2
}

.list_course .con {
    position: absolute;
    top: 0
}

.list_course h4 {
    font-family: hcb;
    margin-bottom: 2px;
    font-size: 50px;
    line-height: 1.2;
    color: #005f41;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.list_course .txt {
    display: inline-block;
    width: 325px;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.list_course li:nth-child(even) .con {
    padding: 0 40px 0 60px;
    left: 50%;
    width: 50%;
    text-align: left
}

.list_course li:nth-child(odd) .con {
    padding: 0 60px 0 30px;
    right: 50%;
    width: 50%;
    text-align: right
}

.list_course .con em {
    font-family: hcb;
    position: absolute;
    top: -30px;
    font-size: 210px;
    line-height: 1;
    color: #f7f7f7;
    z-index: -1
}

.list_course li:nth-child(odd) .con em {
    left: 0;
    top: -14px
}

.list_course li:nth-child(even) .con em {
    right: 0;
    top: -14px
}

.m-z2 .box .info {
    width: 530px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center
}

.m-z1 .wp {
    position: relative
}

.m-z1 .tit {
    position: absolute;
    top: 42px
}

.m-z1 .tit h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 61px;
    line-height: 70px;
    color: #fff
}

.m-z1 .tit h3:after {
    content: '';
    display: block;
    width: 53px;
    height: 1px;
    background-color: #fff;
    margin: 12px 0 30px
}

.m-z1 .tit p {
    font-size: 26px;
    color: #fff
}

.m-z1 .txt .con2 {
    padding: 24px 0
}

.m-z3 {
    padding: 62px 0 55px
}

.m-z3 .con {
    font-size: 16px;
    line-height: 1.875;
    color: #4c4c4c
}

.m-data.data2 {
    text-align: left;
    padding: 55px 0 0
}

.m-data.data2 .data-item {
    padding-left: 0;
    border-right: 0;
    margin-bottom: 45px
}

.m-honnor {
    position: relative;
    padding: 28px 0 45px;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: cover;
    background-size: cover
}

.m-honnor .img {
    position: absolute;
    bottom: 0;
    right: 74px;
    width: 26%
}

.m-honnor .img img {
    display: block;
    width: 100%
}

.m-honnor .wp {
    padding: 0 65px
}

.z-tit2.t2 {
    border-bottom: 0
}

.m-honnor .txt {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.875;
    color: #767676
}

.m-honnor .m-data.data2 {
    padding: 30px 0 0
}

.m-honnor .m-data.data2 .data-item {
    margin-bottom: 40px
}

.ul-honnor {
    overflow: hidden
}

.ul-honnor li {
    float: left;
    width: 298px;
    margin-right: 25px
}

.ul-honnor .pic {
    position: relative;
    padding-top: 158%;
    box-shadow: 2px 3px 10px 0 rgba(4, 0, 0, .26);
    margin-bottom: 15px
}

.ul-honnor p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-honnor .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ul-honnor li:nth-child(2) .pic {
    padding-top: 67%
}

.ul-news {
    overflow: hidden;
    margin: 0 -30px
}

.ul-news li {

}

.ul-news .inner {
    background-color: #fff;
    margin: 0 30px 42px;
    overflow: hidden;
}


.ul-news .txt{
    overflow: hidden;
    padding: 15px 15px 0 0;
}
.ul-news .date {
    float: right;
    color: #999;
    padding: 0 5px 0 22px;
    background: url(../images/z-time.png) no-repeat left center;
}

.ul-news h4 a {
    font-weight: 400;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.ul-news h4 a:hover {
    color: #005f41
}

.ul-news .pic {
    float: left;
    width: 240px;
    margin-right: 20px;
    overflow: hidden;
}

.ul-news .pic a{
    display: block;
    position: relative;
    padding-top: 66%;
}
.ul-news .pic a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ul-news .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.ul-news .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
}

.p110 {
    padding: 0 110px
}

.m-text {
    padding: 90px 0 0
}

.m-text h1 {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px
}

.m-text .tip {
    text-align: center;
    padding: 0 0 20px
}

.m-text .tip span {
    font-size: 14px;
    color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin: 0 10px
}

.m-text .tip span.s1 {
    background-image: url(../images/z-time.png)
}

.m-text .tip span.s2 {
    background-image: url(../images/z-view.png)
}

.m-text .con {
    border-top: 1px dashed rgba(51, 51, 51, .2);
    border-bottom: 1px dashed rgba(51, 51, 51, .2);
    padding: 38px 0 25px;
    font-size: 16px;
    line-height: 1.89
}

.m-text .con img {
    display: block;
    margin: 0 auto 20px
}

.m-turn {
    padding: 26px 0 50px
}

.m-turn a {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-turn a:hover {
    color: #005f40
}

.m-txt {
    padding: 12px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 56px
}

.m-layout {
    position: relative;
    padding: 19px 0 118px
}

.m-layout .layout-l {
    width: 68.5%
}

.m-layout .layout-r {
    position: absolute;
    top: 0;
    right: -50px;
    width: 412px
}

.m-layout .map-bg {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.857);
    -moz-transform: scale(.857);
    -ms-transform: scale(.857);
    -o-transform: scale(.857);
    transform: scale(.857)
}

.slick-country .box {
    margin: 133px 50px 0
}

.slick-country .item {
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 26px 38px 42px 41px;
    background-color: #fff
}

.slick-country .item:after {
    content: '';
    position: absolute;
    top: 25px;
    left: -12px;
    width: 15px;
    height: 25px;
    background: url(../images/z-sj.png) no-repeat center
}

.slick-country h4 {
    font-weight: 400;
    font-size: 24px;
    color: #0b6548;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.slick-country h4 img {
    width: 46px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.slick-country .con {
    padding: 8px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #666
}

.arrow-dots {
    text-align: center
}

.arrow-dots .arrow {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center
}

.arrow-dots .prev {
    background-image: url(../images/prev.png)
}

.arrow-dots .next {
    background-image: url(../images/next.png)
}

.arrow-dots .dots {
    display: inline-block;
    vertical-align: 1px;
    margin: 0 20px
}

.arrow-dots .dots li {
    float: left;
    width: 8px;
    height: 8px;
    background: rgba(27, 98, 82, 1);
    opacity: .3;
    border-radius: 50%;
    font-size: 0;
    margin: 0 6px;
    cursor: pointer
}

.arrow-dots .dots li.slick-active {
    opacity: 1
}

.job-list dl {
    margin-bottom: 40px
}

.job-list dt {
    font-size: 22px;
    color: #333;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #fafafa url(../images/arrow-right.png) no-repeat right 10px center;
    cursor: pointer
}

.job-list dd {
    font-size: 16px;
    display: none;
    padding: 24px 32px 22px;
    background-color: #fafafa
}

.job-list dd h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px
}

.job-list dd .con {
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.job-list dd h5 {
    font-weight: 700;
    font-size: 14px;
    color: #005f41;
    letter-spacing: 1px
}

.job-list dd h5 span {
    margin-left: 20px
}

.job-list dl.open dt {
    background-color: #005f41;
    background-image: url(../images/arrow-down.png);
    color: #fff
}

.job-list dl.open dd {
    display: block
}

.m-join {
    padding: 37px 0 460px;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover
}

.m-join .txt {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.m-download {
    padding: 28px 122px 0
}

.ul-download {
    padding: 3px 0 24px
}

.ul-download li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px
}

.ul-download li a.download {
    float: right;
    font-size: 14px;
    line-height: 54px;
    color: #666;
    letter-spacing: 1px
}

.ul-download li a.download img {
    display: inline-block;
    vertical-align: -6px;
    margin-left: 8px
}

.ul-download li a.download:hover {
    color: #005f41
}

.ul-download li a.link {
    display: block;
    font-size: 16px;
    line-height: 54px;
    padding-left: 23px;
    letter-spacing: 1px;
    color: #666;
    margin-right: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon-dian.png) no-repeat left center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ul-download li a.link:hover {
    color: #005f41;
    background-image: url(../images/icon-dian-on.png)
}

.slick-env .env-con img {
    height: 100%
}

.slick-env .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    font-size: 0;
    border: 0;
    background-color: transparent
}

.slick-env .slick-prev {
    left: 0
}

.slick-env .slick-next {
    right: 0
}

.slick-center {
    position: relative;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.swi-qc {
    position: relative;
    overflow: hidden
}

.swi-qc .swiper-slide {
    width: 820px;
    height: 476px
}

.swi-qc .swiper-slide .pic {
    position: relative;
    padding-top: 58.04%
}

.swi-qc .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swi-qc .swiper-button-next, .swi-qc .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%
}

.swi-qc .swiper-slide {
    position: relative
}

.swi-qc .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 2
}

.swi-qc .swiper-slide.swiper-slide-active:after {
    display: none
}

.swi-qc .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff
}

.swi-qc .swiper-pagination-bullet-active {
    background-color: #005e40;
    opacity: 1
}

.m-honnor .img {
    z-index: -1
}


/*20190911*/
.feedback-out{background: #fafafa;}
.feedback-out .main{padding: 30px 120px 42px;background-color: #fff;}
.feedback .desc{font-size: 16px;color: #666666;line-height: 30px;margin: 28px 0 60px;}
.feedback .desc em{color: #e85858;}

.feb-s{overflow: hidden;margin-bottom: 12px;}
.feb-s>span{font-size: 16px;color: #333333;display: block;float: left;width: 75px;line-height: 50px;}
.feb-r{overflow: hidden;display: block;width: calc(100% - 75px);}
.feb-input,
.feb-select{height: 50px;line-height: 48px;border:1px solid rgba(211, 211, 211, 1);
    border-radius:3px;padding-left: 30px;font-size: 14px;color: #333333;}
.feb-select{background: url("../images/new-down.png") no-repeat right 30px center / 14px auto;}
.feb-r::-webkit-input-placeholder{color: #9a9a9a;}
.feb-r::-moz-placeholder{ color: #9a9a9a;}
.feb-r:-moz-placeholder{ color: #9a9a9a;}
.feb-r:-ms-input-placeholder{color: #9a9a9a;}

.feb-textarea{border-radius:3px;padding-left: 30px;font-size: 14px;color: #333333;border:1px solid rgba(211, 211, 211, 1);height: 126px;padding-top: 18px;resize: none}

.feb-file{position: relative;height: 50px;font-size: 0;width: 46%;}
.feb-file input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}
.feb-file span{width: 382px;border-radius:3px;padding-left: 30px;font-size: 14px;color: #9a9a9a;border:1px solid rgba(211, 211, 211, 1);height: 100%;display: inline-block;vertical-align: middle;line-height: 48px;}
.feb-file em{display: inline-block;vertical-align: middle;margin-left: 10px;width: 138px;height: 50px;line-height: 50px;background: #11694D;color: #ffffff;font-size: 16px;text-align: center;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.feb-file em i{display: inline-block;vertical-align: middle;background: url("../images/new-upload.png") no-repeat center center / contain; width: 25px;height: 100%;margin-right: 8px;}

.feb-s.must{overflow: visible;}
.feb-s.must span{position: relative;}
.feb-s.must span:after{content: '*';position: absolute;top: 0;left: -7px;color: #e20000;font-size: 14px;z-index: 2;}

.feb-s.yzm .feb-input{width: 382px;display: inline-block;vertical-align: middle;}
.feb-s.yzm img{width: 134px;height: 47px;display: inline-block;vertical-align: middle;margin-left: 10px;}
.feb-s.yzm .tips{display: inline-block;vertical-align: middle;color: #999999;font-size: 16px;line-height: 50px;margin-left: 10px;}

.feb-btn{margin-top: 62px;overflow: hidden;}
.feb-submit,
.feb-reset{height: 50px;border: none;line-height: 50px;color: #ffffff;font-size: 18px;width: 590px;}
.feb-submit{float: left;background-color: #11694d;}
.feb-reset{background-color: #999;float: right;}

.feb-input:focus,
.feb-r:focus,
.feb-select:focus,
.feb-textarea:focus{border-color: #11694D;}

/*20190923*/
.z-list10{
    overflow: hidden;
    margin-top: 28px;
    padding-top: 1px;
    padding-left: 80px;
    background: url(../images/z-tit1.png) no-repeat left center;
    margin-bottom: 30px;
}
.z-list10 li{
    float: left;
}
.z-list10 li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    padding: 0 28px;
    background-color: #f8f7f7;
    border-top: 1px solid #e5e5e5;
}
.z-list10 li a:hover{
    color: #005f41;
}
.z-list10 li.on a{
    color: #005f41;
    background-color: #fff;
}
.z-list10 li.on a:after{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #005f41;
}
.m-z10{
    padding: 0 0 50px;
    font-size: 16px;
}

.slick-z10{
    margin: 0 -6px;
}
.slick-z10 .item{
    margin: 0 6px;
}
.slick-z10 .pic{
    position: relative;
    padding-top: 75%;
}
.slick-z10 .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-z10 p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.arrow-dots2{
    text-align: center;
    padding: 80px 0;
}
.arrow-dots2 .arrow{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #005f41;
    color: #005f41;
    margin: 0 15px;
    cursor: pointer;
}
.arrow-dots2 .dots{
    display: inline-block;
    vertical-align: middle;
}
.arrow-dots2 .dots ul li{
    float: left;
    margin: 0 15px;
}
.arrow-dots2 .dots ul li button{
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #005f41;
    background-color: transparent;
    font-size: 18px;
    color: #005f41;
}
.arrow-dots2 .dots ul li.slick-active button{
    background-color: #005f41;
    color: #ffffff;
}
.m-z1 .txt .con2 strong{
    color: #444444;
}
.z-tit10{
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    color: #045f42;
    padding-left: 10px;
    border-left: 8px solid #005F41;
}
.z-tit10 strong{
    color: #444444;
}
.ul-z10{
    border-bottom: 1px solid #EDEDED;
}
.ul-z10 li{
    overflow: hidden;
    margin-bottom: 15px;
}
.ul-z10 .pic{
    float: right;
    width: 490px;
    margin-left: 40px;
}
.ul-z10 .pic img{
    display: block;
    width: 100%;
}
.ul-z10 h4{
    font-size: 24px;
    color: #005f41;
}
.ul-z10 h4 strong{
    font-size: 80px;
}
.ul-z10 .con{
    font-size: 16px;
    line-height: 35px;
    color: #767676;
}
.m-z100{
    padding: 65px 0 0;
}


.z100-txt{
    float: left;
    width: 60%;
}
.z100-pic{
    float: right;
    width: 35%;
}
.z100-pic ul li{
    position: relative;
    margin-bottom: 15px;
}
.z100-pic .pic{
    position: relative;
}
.z100-pic .pic img{
    display: block;
    width: 100%;
}
.z100-pic .pic:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65,102,86,0.48);
    z-index: 2;
}
.z100-pic p{
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #ffffff;
    z-index: 3;
}
.m-z101{
    padding: 100px 0;
}
.m-z101 .con{
    font-size: 16px;
    line-height: 1.875;
    color: #767676;
}
.m-z101 .con img{
    display: block;
    margin-top: 10px;
    width: 100%;
}
.z-tit10.t2{
    margin-bottom: 30px;
}


/*20191008*/
.slick-w10 .slider{
    margin: 0 -9px;
}
.slick-w10 .pic{
    float: left;
    width: 20%;
}

.slick-w10 .pic a{
    margin: 0 9px 17px;
    display: block;
    border: 1px solid #E0E0E0;
    height: 184px;
    line-height: 182px;
    text-align: center;
    font-size: 0;
}


.slick-w10 a img{
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-w10 a:hover img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.w-tab{
    margin: 42px 0 24px;
    overflow: hidden;
    border-bottom: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
}
.w-tab li{
    float: left;
}
.w-tab li a{
    display: block;
    font-size: 18px;
    width: 180px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border-top: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    background-color: #F7F8FA;
}
.w-tab li.on a{
    background-color: #fff;
    border-top-color: #005e40;
}
.w-tit1{
    position: relative;
    font-weight: normal;
    font-size: 20px;
    padding-left: 14px;
    letter-spacing: 1px;
}
.w-tit1:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width:2px;
    height:16px;
    background:#005F41;
}
.layout-row1{
    padding: 40px 0 100px;
}
.layout-row1 img{
    display: block;
    margin: 0 auto;
}
.layout-row2{
    padding: 0 0 50px;
}
.layout-row2 p{
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    margin: 20px 0;
}
.layout-row2 h4{
    font-weight: normal;
    font-size: 20px;
}
.w-tit0{
    padding: 20px 0 5px;
    border-bottom: 2px dashed #DCDCDC;
}
.w-tit0 h3{
    font-weight: 400;
    font-size: 28px;
    padding: 15px 0 15px 50px;
    color: #333;
    background: url(../images/z-tit1.png) no-repeat left center;
}
.w10-con{
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.w10-con.show{
    height: auto;
    visibility: visible;
}
.slick-job{
    padding: 40px 30px 60px;
}
.slick-job .item{
    position: relative;
    margin: 0 20px;
}
.slick-job .pic{
    position: relative;
    padding-top: 63%;
}
.slick-job .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-job p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 14px;
    background-color: rgba(0,0,0,.59);
    color: #ffffff;
    z-index: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.slick-job .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    background-color: transparent;
}
.slick-job .slick-prev{
    left: 10px;
    background-image: url(../images/w-prev.png);
}
.slick-job .slick-next{
    right: 10px;
    background-image: url(../images/w-next.png);
}

.copyright img{display: inline-block;vertical-align: middle;position: relative;top: -4px;}


/*20200226*/
.z-list100{
    overflow: hidden;
}
.z-list100 li{
    float: left;
    width: 25%;
}
.z-list100 .inner{
    position: relative;
    display: block;
    margin: 0 4px 64px;
    overflow: hidden;
}
.z-list100 .pic{
    position: relative;
    padding-top: 61.11%;
}
.z-list100 .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.z-list100 .info{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 124px;
    background:rgba(31,198,200,0.8);
}
.z-list100 .info .s1{
    position: absolute;
    top: -60px;
    left: -20px;
    font-size: 142px;
    opacity: .5;
    color: #ffffff;
}
.z-list100 .info .s2{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
    font-size: 24px;
    color: #ffffff;
}
.z-list100 .info .s3{
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 18px;
    color: #ffffff;
}
.pop-mask2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,.1);
    visibility: hidden;
    overflow: hidden;
}
.pop-mask2.show{
    z-index: 100;
    visibility: visible;
}
.pop-win2{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
    width: 1440px;
    height: 480px;
    background-color: #fff;
    padding: 56px 120px 0;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
}
.pop-win2.show{
    z-index: 101;
    visibility: visible;
}
.pop-win2 .close{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 43px;
    height: 43px;
    background: url(../images/c-close.png) no-repeat center;
    -webkit-background-size: 34px auto;background-size: 34px auto;
    z-index: 102;
}
.pop-win2 .tit{
    position: relative;
    font-size: 24px;
    padding-left: 28px;
    color: #5b5b5b;
    margin-bottom: 32px;
}
.pop-win2 .tit:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:5px;
    height:36px;
    background:#005F41;
    border-radius:3px;
}
.slick-z100{
    position: relative;
    margin: 0 -30px;
    padding-bottom: 94px;
    overflow: hidden;
}
.slick-z100 .item{
    margin: 0 30px;
}
.slick-z100 .pic{
    position: relative;
    padding-top: 61.23%;
}
.slick-z100 .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-z100 .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.slick-z100 .slick-dots li{
    float: none;
    display: inline-block;
    width: 57px;
    height: 64px;
    line-height: 64px;
    background-color: #FCFCFC;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.slick-z100 .slick-dots li.slick-active{
    background-color: #01533F;
    color: #ffffff;
}



@media only screen and (min-width: 1200px) {
    .swiper-pagination {
        opacity: 0
    }
    .ban-mouse.mouse{
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        text-align: center;
        padding-bottom: 20px;
        color: #ffffff;
        z-index: 100;
        animation: Ani infinite alternate linear 1s;
        -moz-animation: Ani infinite alternate linear 1s;
        -webkit-animation: Ani infinite alternate linear 1s;
        -o-animation: Ani infinite alternate linear 1s;
        background: url(../images/mouse.png) no-repeat bottom center;
    }

    @keyframes Ani
    {
        from {
            bottom: 60px;
        }
        to {
            bottom: 48px;
        }
    }

}

@media only screen and (max-width: 1799px) {
    .m-z1 .txt {
        padding-left: 38%
    }

    .m-honnor .img {
        width: 20%;
        right: 20px
    }
}

@media only screen and (max-width: 1599px) {
    .z-tab1 li a {

    }

    .data-item {
        padding-left: 25px;
    }
    .z-list10 li a{
        padding: 0 20px;
    }



}

@media only screen and (max-width: 1439px) {
    .m-layout .layout-r {
        right: -30px
    }

    .m-layout .map-bg {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    .m-honnor .img {
        width: 10%;
        right: 10px
    }


    .pop-win2{
        width: 1300px;
    }

}

@media only screen and (max-width: 1299px) {
    .z-tab1 {
        padding-left: 30px
    }

    .z-tab1 li a {

    }

    .p110 {
        padding: 0
    }

    .m-text {
        padding: 30px 0 0
    }

    .m-layout .map-bg {
        -webkit-transform: scale(.65);
        -moz-transform: scale(.65);
        -ms-transform: scale(.65);
        -o-transform: scale(.65);
        transform: scale(.65)
    }

    .m-layout {
        padding: 15px 0 0
    }

    .m-z1 .txt {
        padding-left: 40%
    }

    .pop-win2{
        width: 1200px;
    }
    /*.z-nav a{width:180px}*/
    .list_course .txt {
        width: 260px
    }

    .m-honnor {
        padding-bottom: 260px
    }

    .m-honnor .img {
        right: 50%;
        margin-right: -7%;
        width: 14%
    }

    .z-list10 li a{
        font-size: 16px;
        padding: 0 12px;
    }

    .ul-w10 a{
        height: 150px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .company-culture .r2 {
        padding: 30px 0 50px;
        text-align: center;
        height: auto;
    }
    .z-list100{
        margin: 0 -10px;
    }
    .z-list100 li{
        width: 50%;
    }
    .pop-win2{
        width: 95%;
        padding: 30px;
        height: auto;
    }
    .slick-z100 .item{
        margin: 0 10px;
    }
    .company-culture .r1-list1 li{margin: 0;width: 33.3%;}
    .z-tab1 li{width: 25%;}
    .z-tab1 li:nth-child(5) a{border-left: none;}
    .ban {
        margin-top: 0;
        height: 300px;
        line-height: 300px
    }

    .ban h2 {
        font-size: 30px
    }

    .z-nav a {
        font-size: 16px
    }

    .z-nav {
        border-bottom-width: 20px
    }

    .z-tab1 {
        padding: 20px 0 20px 30px;
        background-position: 0 20px
    }

    .z-tab1 li a {

    }

    .z-list1 .con {
        font-size: 14px
    }

    .ul-news {
        margin: 0 -10px
    }

    .ul-news .inner {
        margin: 0 10px 20px;
        padding: 15px
    }

    .ul-news .pic {
        margin-bottom: 20px
    }

    .m-layout .layout-l {
        width: auto
    }

    .slick-country .item {
        padding: 10px;
        margin-bottom: 10px
    }

    .m-layout .layout-r {
        width: 280px;
        right: -20px
    }

    .slick-country .box {
        margin: 200px 30px 0
    }

    .m-layout {
        overflow: hidden
    }

    .m-z1 .tit h3 {
        font-size: 30px;
        line-height: 36px
    }

    .m-z1 .tit p {
        font-size: 20px
    }

    .m-z1 .tit h3:after {
        margin: 10px 0
    }

    .list_course .con em {
        font-size: 120px;
        top: -25px
    }

    .m-z2 .box {
        padding-right: 0
    }

    .list_course li:nth-child(even) .con, .list_course li:nth-child(odd) .con {
        position: static;
        width: auto;
        text-align: left;
        padding: 0 0 0 50px
    }

    .list_course li:nth-child(even) .con em, .list_course li:nth-child(odd) .con em {
        left: auto;
        right: 0
    }

    .list_course .txt {
        width: auto
    }

    .list_course li:before {
        left: 0;
        margin-left: 0
    }

    .list_course:before {
        left: 18px
    }

    .list_course:after {
        left: 7px;
        margin-left: 0
    }

    .m-honnor .wp {
        padding: 0
    }

    .ul-honnor li {
        width: 270px
    }

    .ul-honnor p {
        margin-bottom: 20px
    }

    .m-download {
        padding: 20px 0 0
    }

    .ul-z10 h4{
        font-size: 16px;
    }
    .ul-z10 h4 strong{
        font-size: 30px;
    }
    .ul-z10 .con{
        font-size: 14px;
        line-height: 28px;
    }
    .z100-pic p{
        font-size: 16px;
        bottom: 10px;
    }
    .m-z101{
        padding: 30px 0;
    }
    .m-z101 .con{
        font-size: 14px;
    }

    .m-z100{
        padding: 30px 0 0;
    }
    .z-tit10{
        font-size: 22px;
    }
    .slick-job .item{
        margin: 0 5px;
    }
    .pop-win2 .close{
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 959px) {
    .pop-win2{
        width: 100%;
    }
    .z-tab1 li {
        /*float: none*/
    }

    .z-tab1 li + li {
        /*border-left: 0*/
    }
    .z-nav li{
        width: 33.33%;
    }
    .z-nav a {
        line-height: 36px
    }

    .z-nav a.on:after {
        height: 0
    }

    .z-list1 {
        margin: 0 -15px
    }

    .z-list1 .inner {
        margin: 0 15px
    }

    .z-list1 .list-item {
        margin-bottom: 20px
    }

    .z-nav .wp {
        width: auto
    }

    .m-join .txt {
        margin-bottom: 20px;
        font-size: 14px
    }

    .job-list dl {
        margin-bottom: 20px
    }

    .job-list dt {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        padding: 0 25px 0 15px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        background-position: right center
    }

    .ban {
        height: 150px;
        line-height: 150px
    }

    .ban h2 {
        font-size: 20px
    }

    .m-join {
        padding: 20px 0 240px
    }

    .z-tit2 {
        font-size: 20px;
        padding: 10px 0 10px 40px
    }

    .job-list dd {
        padding: 15px
    }

    .job-list dd h5 span {
        margin-left: 0;
        display: block
    }

    .m-text {
        padding: 20px 0 0
    }

    .m-text h1 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .m-text .con {
        padding: 20px 0;
        font-size: 14px
    }

    .m-txt {
        margin-bottom: 20px
    }

    .slick-country .box {
        margin: 30px
    }

    .m-layout .layout-r {
        position: static;
        margin: -200px auto 50px
    }

    .m-z1 .txt .con2 {
        font-size: 14px
    }

    .m-z3 {
        padding: 20px 0 30px
    }

    .m-z3 .con {
        font-size: 14px
    }

    .m-data.data2 {
        padding: 20px 0 0
    }

    .m-data.data2 .data-item {
        margin-bottom: 20px
    }

    .m-z2 .pic {
        float: none;
        margin: 20px auto 10px;
        display: none
    }

    .list_course li {
        height: 160px
    }

    .list_course h4 {
        font-size: 30px
    }

    .list_course .con em {
        font-size: 80px;
        top: -10px
    }

    .list_course {
        margin-bottom: 20px
    }

    .m-z2 {
        padding: 20px 0 35px
    }

    .ul-honnor li {
        width: 210px
    }

    .ul-honnor p {
        font-size: 14px
    }

    .ul-honnor .pic {
        margin-bottom: 10px
    }

    .ul-honnor p {
        margin-bottom: 11px
    }

    .m-honnor {
        padding-bottom: 180px
    }

    .m-honnor .txt {
        font-size: 14px;
        padding: 10px 0 0
    }

    .m-honnor .m-data.data2 {
        padding: 10px 0 0
    }

    .swi-qc .swiper-slide {
        width: 615px;
        height: 357px
    }

    .list_course li .con em {
        top: 0
    }

    .arrow-dots2{
        padding: 30px 0;
    }
    .arrow-dots2 .dots ul li,
    .arrow-dots2 .arrow{
        margin: 0 5px;
    }
    .z-list10{
        padding-left: 40px;
    }
    .z-list10 li{
        float: none;
    }
    .z-list10 li a{
        font-size: 14px;
        line-height: 36px;
    }
    .layout-row1{
        padding: 0 0 30px;
    }
    .layout-row2 p{
        font-size: 14px;
        margin: 10px 0;
    }
    .layout-row2 h4{
        font-size: 16px;
    }
    .ul-w10 li{
        width: 33.33%;
    }
    .ul-w10 a {
        height: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .z-nav a {
        float: none;
        width: 100%;
        padding: 0;
    }

    .ban-video {
        display: none;
    }

    .ban-pic {
        display: block;
    }

    .fd-r {
        padding-bottom: 20px;
    }

    .z-list1 .list-item {
        float: none;
        width: auto
    }

    .z-list1 {
        margin: 0
    }

    .z-list1 .inner {
        margin: 0
    }

    .m-turn {
        padding: 20px 0 30px
    }

    .ul-news li {
        float: none;
        width: auto
    }

    .ul-news .date {
        font-size: 12px
    }



    .ul-news h4 a {
        margin-bottom: 15px
    }

    .pages02-item {
        display: none
    }

    .pages02-item.on, .pages02-item.turn {
        display: inline-block
    }

    .m-txt {
        font-size: 14px;
        line-height: 24px
    }

    .m-layout .map-bg {
        -webkit-transform: scale(.28);
        -moz-transform: scale(.28);
        -ms-transform: scale(.28);
        -o-transform: scale(.28);
        transform: scale(.28)
    }

    .m-layout .layout-r {
        margin: -450px auto 30px
    }

    .slick-country h4 {
        font-size: 20px;
        padding: 0 0 5px
    }

    .slick-country .box {
        margin: 15px 20px
    }

    .m-z1 .pic {
        position: static;
        width: auto;
        height: 360px
    }

    .m-z1 .txt {
        padding: 10px 0 0
    }

    .m-z1 .tit {
        top: -320px
    }

    .m-z1 .tit h3 {
        font-size: 20px;
        line-height: 1.2
    }

    .m-z2 .pic {
        width: auto
    }

    .list_course li {
        height: auto;
        margin-bottom: 20px
    }

    .list_course li:before {
        top: 2px
    }

    .m-z2 .box .intro {
        font-size: 14px
    }

    .m-honnor {
        padding-bottom: 242px
    }

    .ul-honnor li {
        float: none;
        margin: 0 auto;
        width: 280px
    }

    .m-honnor .img {
        width: 40%;
        margin-right: -20%
    }

    .m-z1 .txt .con {
        font-size: 14px;
        padding: 20px 0 0
    }

    .m-z1 .txt .con h4 {
        font-size: 14px;
        margin: 20px 0 10px
    }

    .m-z1 .txt .con h5 {
        font-size: 14px
    }

    .m-z1 .txt .con .name {
        padding: 10px 0 0
    }

    .h50 {
        height: 30px
    }

    .ul-download li a.link {
        margin-right: 70px;
        font-size: 14px;
        line-height: 48px
    }

    .ul-download li a.download {
        line-height: 48px
    }

    .ul-download {
        padding: 0
    }

    .swi-qc .swiper-slide {
        width: 100%;
        height: 100%
    }

    .enviromentlist {
        margin-top: 20px
    }

    .h0{
        height: 0;
    }
    .slick-w10 {
        margin: 0 -3px;
    }

    .ul-w10 a {
        height: 80px;
        line-height: 80px;
        margin: 0 3px 5px;
    }
    .w-tab li a{
        width: 120px;
    }
    .slick-job{
        padding: 20px;
    }
    .slick-job .item{
        margin: 0;
    }
    .slick-job .slick-prev{
        left: 0;
    }
    .slick-job .slick-next{
        right: 0;
    }

}

@media only screen and (max-width: 1679px) {
    .out-prod {
        padding-top: 50px
    }

    .m-map .m-map .map-bg {
        -webkit-transform-origin: 50%;
        -moz-transform-origin: 50%;
        -ms-transform-origin: 50%;
        -o-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
        margin-top: -70px
    }

    .footer {
        padding-top: 40px
    }

    .m-comp {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .fd-bot {
        line-height: 60px
    }

    .company-culture .r1 .r1-txts {
        padding: 38px 98px 0 620px
    }

    .company-culture .r1 .img {
        width: 560px
    }

    .company-culture .r1 {
        height: 502px
    }
}

@media only screen and (max-width: 1599px) {
    .feb-file{width: calc(100% - 75px);}
    .feb-submit, .feb-reset{width: 48%;}
    .nav-item {
        padding: 0 15px
    }

    .data-item {
        width: 220px
    }

    .enter-in {
        width: 95%
    }

    .company-culture .r1 .r1-txts {
        padding: 33px 80px 0 574px
    }

    .company-culture .r1 .r1-txts .con {
        padding: 30px 60px 0 57px
    }

    .company-culture .r1 .img {
        width: 500px
    }

    .company-culture .r1 {
        height: 449px
    }
}

@media only screen and (max-width: 1439px) {
    .news-l {
        width: 48%
    }

    .news-r {
        width: 48%
    }

    .nrt-pic {
        width: 49.8%
    }

    .protect .main {
        padding: 30px 50px 42px 50px
    }
}

@media only screen and (max-width: 1399px) {
    .feedback-out .main{padding: 40px 60px;}
    .data-top em {
        font-size: 42px
    }

    .m-data {
        padding: 20px 0
    }

    .idx-tit1 h3 {
        font-size: 36px
    }

    .enter-desc {
        font-size: 14px
    }

    .prod-sp {
        bottom: 30px
    }

    .out-prod {
        padding-top: 30px
    }

    .sp-item i {
        width: 50px;
        height: 50px
    }

    .prod-tab {
        top: 15px
    }

    .section4 .fp-tableCell {
        box-sizing: border-box;
        padding-top: 0;
        vertical-align: middle !important
    }

    .section4 .fp-scrollable {
        height: 100%
    }

    .section4 .fp-scroller {
        height: 100%
    }

    .m-map {
        padding-top: 0;
        height: 400px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .m-map .wp {
        height: 100%
    }

    .m-map .map-bg {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        margin-top: -130px
    }

    .map-yuan .txt {
        font-size: 24px
    }

    .map-txt {
        width: 400px
    }

    .map-tit span {
        font-size: 30px
    }

    .map-info {
        font-size: 22px
    }

    .honor-desc {
        margin-top: 30px
    }

    .honor-data {
        margin-top: 30px
    }

    .newsl-top {
        margin-top: 15px;
        padding-bottom: 15px
    }

    .newsl-item {
        line-height: 60px
    }

    .newsl-item .date span {
        font-size: 18px
    }

    .newsr-top {
        margin-top: 15px
    }

    .newsr-item {
        line-height: 40px
    }

    .nrt-pic {
        height: 135px
    }

    .nrt-txt {
        padding-top: 10px
    }

    .slick-comp {
        margin-top: 15px
    }

    .fd-nav dl {
        margin-left: 30px
    }

    .fd-top {
        padding-bottom: 20px
    }

    .company-culture .r1 .r1-txts {
        padding: 19px 47px 0 483px
    }

    .company-culture .r1 .r1-txts .con {
        padding: 21px 35px 0 35px
    }

    .company-culture .r1 .img {
        width: 433px
    }

    .company-culture .r1 {
        height: 389px
    }

    .company-culture .r1-list2 {
        padding: 35px 0
    }

    .protect .main {
        padding: 30px 30px 42px 30px
    }
}

@media only screen and (max-width: 1299px) {






    .nav-item:last-child .nav2 {
        left: -30px
    }

    .data-item {
        width: 190px
    }

    .enter-in {
        height: 90%
    }

    .enter-pic {
        height: 60%
    }

    .enter-txt {
        padding: 30px;
        right: auto;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 50%
    }

    .honor-desc {
        max-width: 40%
    }

    .company-culture .r1 .r1-txts {
        padding: 19px 47px 0 483px
    }

    .company-culture .r1 .r1-txts .con {
        padding: 21px 35px 0 35px
    }

    .company-culture .r1 .img {
        width: 433px
    }

    .company-culture .r1 {
        height: 389px
    }

    .company-culture .r1-list2 {
        padding: 35px 0
    }

    .protect .main {
        padding: 30px 30px 42px 30px
    }

    .customs .tab_label {
        margin: 5px -5px 0 10px
    }
    .nav-item{
        padding: 0 10px;
    }
    .nav{
        margin-right: 0;
    }
    .logo{
        margin-left: 10px;
    }
    .langAndSo{
        width: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-item:last-child .nav2, .nav-item:nth-last-child(2) .nav2, .nav-item:nth-last-child(3) .nav2 {
        right: auto;
        left: 0
    }
    .fp-tableCell {
        padding-top: 140px
    }
    .logo {
        float: none
    }

    .hd-r {
        float: none;
        margin-left: 34px
    }
    .feedback-out .main{padding: 30px;}
    body {
        padding-top: 70px
    }

    .banner {
        height: 100%
    }

    .logo .txt {
        display: none
    }

    .header {
        padding: 10px 0;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
    }

    .logo {
        top: 0;
        margin-left: 20px;
        height: 50px;
        width: 50%
    }

    .menuBtn {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/bars.png) no-repeat center center/contain;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .menuBtn.open {
        background-image: url(../images/close.png)
    }

    .hd-r {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 110;
        background-color: #fff;
        height: 100%;
        margin-left: 0;
        padding-top: 80px;
        padding-right: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .nav {
        margin-right: 0
    }

    .nav-item {
        float: none;
        padding: 0
    }

    .nav-item:after {
        display: none
    }

    .nav-tit1 {
        padding-left: 20px;
        line-height: 50px
    }

    .langAndSo {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        line-height: 50px;
        overflow: hidden
    }

    .hd-so i {
        height: 50px
    }

    .so-box {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
    }

    .hd-lang {
        display: block;
        width: 50%;
        float: left;
        padding-right: 0;
        margin-right: 0
    }

    .hd-lang:after {
        display: none
    }

    .hd-so {
        display: block;
        width: 50%;
        float: left
    }

    .lang-box {
        position: static;
        overflow: hidden;
        margin: 0 auto;
        background: 0 0;
        box-shadow: none
    }

    .lang-box a {
        color: #fff;
        line-height: 40px
    }

    .so-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 3px;
        width: 80%
    }

    .nav2 {
        position: static;
        padding: 0;
        width: 100%;
        box-shadow: none
    }

    .nav2-pic {
        display: none
    }

    .nav2-txt {
        margin-top: 0
    }

    .nav2-tit {
        width: 100%
    }

    .nav2-tit:nth-child(even):before {
        display: none !important
    }

    .ban-bg {
        height: 400px
    }

    .enter-out {
        height: 660px
    }

    .enter-arrow {
        width: 50px;
        height: 50px
    }

    .data-item {
        width: 16.6%;
        padding-left: 30px;
        padding-left: 10px;
    }

    .data-top em {
        font-size: 30px;
    }

    .data-bot {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .out-prod {
        height: 700px
    }

    .m-map {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding-top: 40px;
        margin-bottom: 0;
        height: 600px
    }

    .m-map .map-bg {
        margin-bottom: 0
    }

    .m-honor, .m-news {
        height: auto;
        padding: 40px 0
    }

    .m-honor .wp, .m-news .wp {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }

    .news-l {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .news-r {
        float: none;
        width: 100%
    }

    .m-comp {
        padding-top: 40px
    }

    .fd-nav {
        display: none
    }

    .fd-qr {
        float: none;
        margin: 0 auto;
        width: 140px
    }

    .fd-so {
        position: relative;
        bottom: 0;
        width: 320px;
        margin: 30px auto 0
    }

    .fd-bot {
        line-height: 30px;
        padding: 10px 0
    }

    .copyright, .fd-share {
        float: none;
        width: 100%;
        text-align: center
    }


    .m-map .map-bg {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        margin-top: 0
    }

    .company-culture .r1 .r1-txts {
        padding: 17px 25px 0 345px
    }

    .company-culture .r1 .r1-txts .con {
        padding: 10px 35px 0 35px
    }

    .company-culture .r1 .img {
        width: 320px
    }

    .company-culture .r1 .img .con {
        padding-top: 109.7%
    }

    .company-culture .r1 {
        height: 351px
    }

    .company-culture .r1-list2 {
        padding: 25px 0
    }

    .company-culture .r2 .r2_r1 {
        max-width: 960px
    }

    .company-culture .r2 .r2_r1 ul {
        margin: 0 auto
    }

    .company-culture .r2 .r2_r1 ul li {
        margin: 0 9px
    }

    .ttit_ch.z-tit2 {
        padding: 0 0 5px 50px;
        font-size: 27px
    }



}

@media only screen and (max-width: 959px) {
    .feedback .desc{font-size: 14px;margin: 30px 0;}
    .feb-s.yzm .tips{font-size: 12px;display: block;text-align: center;}
    .feb-btn{margin-top: 30px;}
    .ban-tit {
        font-size: 24px
    }

    .ban-play {
        width: 50px;
        height: 50px
    }

    .ban-tit:after, .ban-tit:before {
        display: none
    }

    .ban-tit em {
        display: none
    }

    .data-item {
        float: none;
        padding: 0;
        text-align: center;
        width: 50%;
        margin-bottom: 20px
    }

    .data-item:nth-child(2n) {
        border-right: none;
    }

    .data-bot {
        height: 60px;
        padding: 0 15px;
    }

    .data-top em {
        font-size: 34px
    }

    .enter-pic {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin: 0 auto;
        height: 300px
    }

    .enter-txt {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: auto;
        margin-top: 20px
    }

    .enter-arrow {
        display: none
    }

    .enter-out {
        height: auto;
        padding: 40px 0
    }

    .enter-in {
        height: 100%
    }

    .idx-tit1 h3 {
        font-size: 22px
    }

    .idx-tit1 p {
        font-size: 14px;
        letter-spacing: 1px
    }

    .enter-desc {
        padding-top: 15px
    }

    .idx-tit-prod {
        float: none;
        width: 100%
    }

    .prod-tab {
        text-align: left;
        top: 0;
        line-height: 2;
        margin-top: 20px
    }

    .prod-tab li {
        margin-left: 0;
        margin-right: 30px
    }

    .m-map {
        overflow: hidden
    }

    .honor-s1 {
        margin-right: 40px
    }

    .honor-s2 {
        margin-right: 40px
    }

    .honor-desc {
        max-width: 50%
    }

    .honor-s em {
        font-size: 32px
    }

    .idx-tit2 h3 {
        font-size: 22px
    }

    .map-top .idx-tit1 {
        float: none;
        width: 100%
    }

    .map-desc, .map-top .prod-det {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }

    .so-box {
        width: 100%
    }

    .company-culture .r1 .r1-txts {
        padding: 20px 35px 20px 35px;
        height: auto
    }

    .company-culture .r1 .r1-txts .con {
        padding: 20px 35px 0 35px
    }

    .company-culture .r1 .img {
        width: 100%;
        position: static
    }

    .company-culture .r1 .img .con img {
        height: auto
    }

    .company-culture .r1 .img .con {
        padding-top: 89.705%
    }

    .company-culture .r1 {
        height: auto
    }

    .company-culture .r1-list2 {
        padding: 0 0 15px
    }

    .ttit_ch.z-tit2 {
        padding: 0 0 5px 50px;
        font-size: 27px
    }

    .company-culture .r2 {
        padding: 30px 0 50px;
        text-align: center;
        height: auto
    }

    .company-culture .r2 .r2_r1 ul li {
        width: 48%;
        text-align: left;
        padding-left: 10%
    }

    .company-culture .r2 .l {
        float: none
    }

    .company-culture .r2 .r2_r2 {
        line-height: 2
    }

    .company-culture .r2 .r2_r2 .r2_r2_r1 {
        padding: 45px 0 0
    }

    .company-culture .r2 .r2_r2 .r2_r2_r1 div {
        display: block
    }

    .company-culture .r2 .r2_r2 .r2_r2_r2 div {
        display: block
    }

    .protect .main {
        padding: 20px
    }

    .protect .txt {
        padding: 20px 0
    }

    .h46 {
        height: 20px
    }

    .customlist ul {
        margin: 0
    }

    .customlist ul li {
        width: 50%;
        padding: 0 18px
    }

    .protect .wp {
        width: 100%
    }

    .customs .wp {
        width: 100%
    }

    .customs .z-tab1 {
        margin-left: 2%
    }
}

@media only screen and (max-width: 899px) {
    .company-culture .r2 .r2_r1 ul li {
        width: 47%;
        padding-left: 7%
    }
}

@media only screen and (max-width: 767px) {
    .feedback-out{background-color: #fff;}
    .feedback-out .main{padding: 15px 0;}
    .feb-s>span{float: none;width: 100%;}
    .feb-r{width: 100%;}
    .feb-input,
    .feb-select,
    .feb-textarea,
    .feb-file span{padding-left: 10px;}
    .feb-file em{display: none;}
    .feb-file span{display: block;width: 100%;font-size: 14px;}
    .feb-s.yzm img{margin-left: 0;margin-top: 10px;}
    .feb-s.yzm .tips{display: inline-block;margin-top: 10px;}
    .feb-s.yzm .feb-input{width: 100%;}


    .ban-txt {
        font-size: 0
    }

    .slick-ban .slick-dots li {
        width: 8px;
        height: 8px
    }

    .slick-ban .slick-dots .slick-active:after {
        width: 14px;
        height: 14px
    }

    .data-top em {
        font-size: 24px
    }

    .data-top span {
        font-size: 12px
    }

    .enter-pic {
        height: auto;
        width: 80%
    }

    .enter-pic img {
        height: auto;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .enter-txt {
        padding: 15px
    }

    .wp {
        width: 90%
    }

    .prod-box {
        width: 100%;
        padding: 15px
    }

    .prod-box:after {
        display: none
    }

    .sp-item i:after {
        display: none
    }

    .sp-item {
        width: 33.3%;
        margin: 0 0 10px
    }

    .sp-item i {
        margin: 0 auto
    }

    .out-prod {
        min-height: 600px;
        height: auto
    }

    .m-map {
        height: 500px
    }

    .map-top {
        height: auto
    }

    .map-top .prod-det {
        float: none;
        margin: 10px 10px 10px 0
    }

    .m-map .map-bg {
        margin-top: 30px;
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
        transform: scale(.3)
    }

    .map-txt {
        width: 600px
    }

    .map-tit i {
        width: 110px;
        height: 50px
    }

    .map-tit span {
        font-size: 70px
    }

    .map-info {
        font-size: 42px
    }

    .poi11 .map-txt, .poi12 .map-txt, .poi13 .map-txt {
        left: auto;
        right: 0
    }

    .map-txt:after {
        display: none
    }

    .honor-s {
        float: none;
        margin: 0 0 10px
    }

    .honor-s3 {
        text-align: left
    }

    .honor-s3 i {
        margin: 0
    }

    .prod-tit {
        font-size: 18px
    }

    .nlt-pic {
        float: none;
        margin: 0 auto
    }

    .nlt-txt {
        padding-left: 0
    }

    .nlt-txt h3 a {
        margin-bottom: 5px
    }

    .newsl-item {
        padding-left: 60px
    }

    .newsl-item .date {
        width: 60px
    }

    .idx-tit2 a {
        width: 30px;
        height: 30px
    }

    .nrt-pic.r {
        display: none
    }

    .nrt-pic.l {
        float: none;
        width: 100%
    }

    .fd-l {
        float: none;
        width: 100%;
        height: auto;
        border-right: none;
        margin-bottom: 20px
    }

    .fd-addr {
        margin-top: 20px;
        width: 100%
    }

    .ei-item {
        margin-bottom: 5px
    }

    .logo {
        height: 30px
    }

    .hd-r {
        top: 50px
    }

    body {
        padding-top: 50px
    }

    .company-culture .r2 .r2_r1 ul {
        text-align: center
    }

    .company-culture .r2 .r2_r1 ul li {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .company-culture .r1 .r1-txts {
        padding: 15px;
        height: auto
    }

    .ttit_ch.z-tit2 {
        padding: 0 0 5px 50px;
        font-size: 20px
    }

    .company-culture .r2 {
        padding: 10px 0 30px;
        text-align: center;
        height: auto
    }

    .company-culture .r2 .r2_r2 .r2_r2_r1 {
        padding: 25px 0 0
    }

    .company-culture .r1-list1 li .tit {
        font-size: 18px
    }

    .company-culture .r1-list1 li .txt {
        font-size: 14px
    }

    .company-culture .r1-list2 dt {
        font-size: 14px
    }

    .company-culture .r1-list2 dd {
        font-size: 14px;
        padding: 5px 0 5px 74px
    }

    .company-culture .r2 .r2_r1 {
        font-size: 20px;
        margin: 0 5px
    }

    .company-culture .r2 .r2_r2 {
        font-size: 14px;
        margin: 0 5px
    }

    .company-culture .r2 .r2_r1 ul li i {
        width: 14px;
        height: 14px;
        margin-right: 10px
    }

    .company-culture .r2 .r2_r2 i {
        width: 10px;
        height: 10px;
        margin-right: 5px
    }

    .protect .main {
        padding: 15px
    }

    .h46 {
        height: 10px
    }

    .customlist ul li {
        width: 100%;
        padding: 0 15px
    }
    .btn-feedback{
        margin: 20px auto 0;
        font-size: 14px;
    }
    .z-tab1 li{
        width: 50%;
    }
    .z-tab1 li+li a{border: none;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
    .ul-news .pic{width: 100%;height: auto;}
    .z100-txt,.z100-pic{
        float: none;
        width: auto;
    }
    .slick-w10 .slider{
        margin: 0 1px 0 0;
    }
    .slick-w10 .pic{
        width: 33.33%;
    }
    .slick-w10 .pic a{
        height: 100px;
        line-height: 98px;
        margin: 0 3px 5px;
    }
    .z-list100{
        margin: 0 -4px;
    }
    .slick-z100{
        margin: 0 -10px;
        padding-bottom: 40px;
    }
    .z-list100 .inner{
        margin: 0 4px 10px;
    }
    .z-list100 .info .s2{
        font-size: 20px;
    }
    .z-list100 .info .s3{
        font-size: 14px;
    }
    .slick-z100 .slick-dots li{
        height: 30px;
        line-height: 30px;
        width: 30px;

    }
}

@media only screen and (max-width: 479px) {
    .h46 {
        height: 5px
    }

    .company-culture .r1 .r1-txts .con {
        padding: 20px 20px 0 20px
    }

    .company-culture .r1-list1 li .txt span {
        display: block
    }

    .ban-bg {
        height: 210px;
    }
}
