﻿html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: microsoft yahei, PingFangSC-Regular, helvetica neue, Helvetica, Arial, hiragino sans gb, heiti sc, wenquanyi micro hei, sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern"
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
    display: block
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio, video, canvas {
    display: inline-block
}

template, [hidden] {
    display: none
}

.clearfix {
    zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #258c44
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.img-center {
    text-align: center;
    font-size: 0;
    overflow: hidden
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

.img-cover {
    overflow: hidden
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center/cover;
    -webkit-transition: all .5s;
    transition: all .5s
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto
}

.m-txt1 {
    overflow: hidden;
    margin-top: 5px;
    margin: 0;
    padding-left: 38px
}

.m-txt1 .tit {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
    font-weight: 600
}

.m-txt1 .txt {
}

.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f2f2f
}

.m-txt1 .btn {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #258c44;
    color: #fff;
    border-radius: 5px
}

.m-txt1 .btn:hover {
    background-color: #444
}

.m-txt1 .btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png)
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001
}

#message .m-content {
    margin-top: 10%
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.m-message {
    width: 494px;
    margin: 48px auto 0
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
    display: inline-block
}

.m-message label input.inp, .m-message label textarea, .m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #ccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.m-message label input:focus, .m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6)
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px
}

.m-message label.code {
    line-height: 34px
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%
}

.btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #2d7953;
    color: #fff;
    margin-top: 10px
}

.btn:hover {
    background-color: #444;
    color: #fff
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png)
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: .3s
}

.btn-1 {
    padding-left: 100px
}

.btn-1 input.focus {
    background: #2d7953;
    color: #fff
}

.btn-1 input.focus:hover {
    background: #444
}

.btn-1 input:hover {
    background: #ccc
}

.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #258c44;
    -o-background-size: auto 20px;
    -ms-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff
}

.kt-top span:hover {
    transform: rotate(90deg)
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.kf .con {
    overflow: hidden;
    background: #fff
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block
}

.kf .qq li a img {
    padding-right: 6px
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0
}

.kf .contact {
    margin-top: 1px
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px
}

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px
}

.kf .con .qr img {
    width: 110px;
    height: 110px
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #258c44;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #258c44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px
}

.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px
}

.header {
    background-color: #fff
}

.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
    color: #888
}

.header .topbar ul {
    float: right
}

.header .topbar li {
    float: left;
    color: #ddd
}

.header .topbar li.pipe {
    padding: 0 10px
}

.header .logo {
    float: left;
    font-size: 0;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding: 15px 0
}

.logo1 {
    float: left;
    margin-top: 20px;
    height: 100px;
    line-height: 120px
}

.logo2 {
    float: left
}

.logo2 img {
    height: 80px
}

.logo2 a {
    display: block;
    text-indent: -999em
}

.header .tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #258c44
}

.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd
}

.header .text strong {
    display: block;
    font-size: 26px
}

.header .text span {
    color: #258c44
}

.header .nav {
    font-size: 0;
    background: -webkit-linear-gradient(bottom, #258C44, #35b75c);
    background: -o-linear-gradient(bottom, #258C44, #35b75c);
    background: -mos-linear-gradient(bottom, #258C44, #35b75c);
    background: -moz-linear-gradient(bottom, #258C44, #35b75c);
    background: linear-gradient(bottom, #258C44, #35b75c);
    color: #fff
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/su.png) no-repeat right center
}

.header .nav li:last-child {
    background: 0 0
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    padding: 0 35px;
    color: #fff
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px
}

.header .nav li.dropdown {
    position: relative
}

.header .nav li.dropdown:before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center
}

.header .nav .dropdown-box p {
    margin: 0
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.header .nav .dropdown-box a:hover {
    background-color: #ffae00 !important
}

.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    color: #fff;
    background-color: #ffae00
}

.header .nav li.open .dropdown-box {
    display: block
}

.menu-btn {
    display: none;
    padding: 16px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before, .menu-btn:after, .menu-btn span {
    display: block;
    height: 2px;
    background-color: #258c44;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

.banner .swiper-slide {
    background: no-repeat center/cover;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto
}

.yunu-showcase {
    margin: 0 auto 20px
}

.yunu-showcase-info {
    margin-left: 430px
}

.yunu-showcase-info h1 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px
}

.yunu-showcase-info p {
    margin: 15px 0 0;
    color: #666;
    line-height: 1.8
}

.yunu-showcase-info .tel {
    margin-top: 15px
}

.yunu-showcase-info .tel a {
    line-height: 42px;
    color: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    background-color: #258c44
}

.pc-slide {
    float: left;
    width: 400px
}

.view .swiper-slide .imgauto {
    /*width: 100%;*/
    height: 300px;
    line-height: 300px;
    border: 1px solid rgb(232, 232, 232);
}

.view .swiper-container {
    width: 100%
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative
}

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .imgauto {
    height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    position: relative
}

.preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 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%)
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview img {
    padding: 1px
}

.preview .active-nav .imgauto {
    border: 1px solid #258c44
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.yunu-sou {
    padding: 15px 0;
    background-color: #f5f5f5
}

.yunu-sou .hot {
    float: left;
    padding: 5px 0
}

.yunu-sou .hot a {
    margin-right: 10px
}

.yunu-sou .hot strong {
    color: #258c44
}

.yunu-sou .hform {
    float: right
}

.yunu-sou .hform input {
    float: left;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 6px 12px;
    line-height: 16px;
    width: 210px
}

.yunu-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 30px;
    background: #258c44;
    color: #fff
}

.yunu-link {
    padding: 20px 0
}

.yunu-link h3 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #258c44;
    padding-bottom: 15px
}

.yunu-link h3 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.yunu-link ul {
    margin-left: -20px
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.section {
    padding: 10px 0
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px
}

.section-title i {
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 10px
}

.section-title i:after {
    display: block;
    height: 2px;
    width: 70px;
    content: '';
    background-color: #f58c53;
    margin: 0 auto -1px
}

.section-title small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.section-title p {
    margin: 10px auto 0;
    font-size: 14px;
    color: #777;
    max-width: 80%
}

.list-1 {
    margin: -20px 0 0 -20px
}

.list-1 li {
    float: left;
    width: 25%
}

.list-1 li a {
    display: block;
    margin: 10px 0 0 20px;
    -webkit-box-shadow: 0 0 8px #dbdbdb;
    box-shadow: 0 0 8px #dbdbdb;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid #fff;
    background-color: #fff
}

.list-1 li .img-center {

    line-height: 200px
}

.list-1 li .text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px;
    background-color: #258c44;
    color: #fff
}

.list-1 li a:hover {
    border-color: #258c44
}

.list-1 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.list-1-1 li {
    width: 33.333333%
}

.in-prd-cate {
    float: left;
    width: 240px
}

.in-prd-cate h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../images/jiao.png) no-repeat right 0 #258c44;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.in-prd-cate dl {
    margin: 0;
    border: 1px solid #ddd;
    padding: 0 10px 10px
}

.in-prd-cate dt {
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../images/jiao.png) no-repeat right 0 #258c44;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.in-prd-cate dd {
    margin: 0
}

.in-prd-cate dd a {
    display: block;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: 5px
}

.in-prd-cate dd a:hover {
    background-color: #258c44;
    color: #fff
}

.in-prd-con {
    float: right;
    width: 890px;
    padding: 20px;
    background-color: #f0f0f0
}

.in-prd-con .list-1 li {
    width: 33.333333%
}

.in-prd-con .list-1 li .img-center {
    height: 260px;
    line-height: 260px
}

.in-about {
    margin: 0
}

.in-about dt {
    float: left;
    width: 528px
}

.in-about dd {
    margin-left: 560px
}

.in-about dd p {
    margin: 0;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify
}

.in-about dd .more {
    float: left;
    margin-top: 15px;
    padding: 5px 15px;
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 12px
}

.in-about dd .more:hover {
    background-color: #fff;
    color: #777
}

.bg1 {
    background-color: #258c44;
    color: #fff
}

.bg1 .section-title i {
    border-color: #3db361
}

.bg1 .section-title p {
    color: #fff
}

.in-choose {
    width: 580px
}

.in-choose dl {
    margin: 0 0 40px;
    background: no-repeat 0 0;
    padding-left: 70px
}

.in-choose dt {
    padding: 10px 0;
    font-weight: 700;
    background: url(../images/strong_bg.png) 0 bottom repeat-x;
    font-size: 22px;
    color: #258c44
}

.in-choose dt small {
    color: #999;
    font-weight: 400;
    padding-left: 10px;
    font-size: 12px
}

.in-choose dd {
    margin: 10px 0 0;
    background: url(../images/chooselist_bg.png) no-repeat left 5px;
    padding-left: 30px;
    text-align: justify;
    color: #666
}

.in-choose-left {
    float: left
}

.in-choose-right {
    float: right
}

.in-choose-right dl {
    margin: 40px 0 0
}

.in-dd {
    background: url(../images/bj_jg.jpg) no-repeat center/cover;
    min-height: 100px
}

.in-dd h4 {
    margin: 0;
    font-size: 42px;
    color: #fff
}

.in-dd p {
    margin: 10px 0 0;
    font-size: 26px;
    color: #fff
}

.list-2 {
    margin: -20px 0 0 -20px
}

.list-2 li {
    float: left;
    width: 25%
}

.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    border: 5px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.list-2 li .img-center {
    height: 196px;
    line-height: 196px
}

.list-2 li .text {
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px
}

.list-2 li .text p {
    margin: 0;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.list-2 li a:hover {
    border-color: #258c44
}

.list-2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.in-news {
    width: 580px
}

.in-news .tit {
    background: url(../images/c6t.png) repeat-x bottom;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 0
}

.in-news .tit span {
    line-height: 1;
    border-left: 4px solid #258c44;
    display: inline-block;
    padding-left: 15px;
    font-weight: 700;
    font-size: 20px
}

.in-news .tit small {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px
}

.in-news .tit .more {
    float: right;
    font-size: 14px;
    background: url(../images/iconmore.png) no-repeat right center;
    padding-right: 15px
}

.in-news-left {
    float: left
}

.in-news-right {
    float: right
}

.list-3 li {
    border-bottom: 1px dashed #a7a7a7
}

.list-3 li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    background: url(../images/dian.png) no-repeat 0 center;
    padding-left: 25px
}

.list-3 li span {
    float: right;
    color: #999
}

.footer {
    background-color: #258c44;
    color: #fff;
    padding-bottom: 30px
}

.footer a {
    color: #fff
}

.footer-link {
    margin-bottom: 30px;
    font-size: 0;
    padding: 30px 0 20px;
    border-bottom: 1px solid #2ead54;
    text-align: center
}

.footer-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 20px
}

.footer-link span {
    color: #294a72;
    padding: 0 20px
}

.footer-logo {
    float: left;
    margin-right: 30px;
    padding: 10px 0
}

.footer-info {
    float: left;
    line-height: 1.8
}

.footer-info p {
    margin: 0
}

.footer-ewm {
    float: right;
    width: 220px
}

.footer-ewm img {
    width: 120px
}

.footer-ewm p {
    text-align: center;
    margin: 10px 0 0
}

.banner-sub {
    height: 350px;
    background: no-repeat center/cover
}

.position {
    padding: 20px 0;
    background-color: #f1f1f1
}

.position span {
    background: url(../images/crumbs_bg.png) no-repeat 0 center;
    padding-left: 25px
}

.daodu {
    background-color: #fafafa;
    color: #999;
    margin: 16px;
    padding: 15px 30px;
    line-height: 2em
}

.ct2-sd {
    float: left;
    width: 240px
}

.ct2-mn {
    float: right;
    width: 930px
}

.mrt {
    background-color: #e7e7e7;
    height: 47px;
    line-height: 47px;
    border-left: #258c44 5px solid;
    font-size: 16px;
    font-weight: 700;
    text-indent: 20px
}

.lmms {
    background: #fff;

    padding: 10px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6
}

.panel-sd:last-child {
    margin-bottom: 0
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #258c44;
    padding: 15px 0
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.lanmu li {
    border-bottom: 1px dotted #ddd
}

.lanmu li:last-child {
    border-bottom: 0
}

.lanmu li > a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px
}

.lanmu-box {
    display: none
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px
}

.lanmu-box p a.on {
    color: #258c44
}

.lanmu li > a:hover, .lanmu li.active > a {
    color: #258c44;
    font-weight: 700
}

.lanmu li.open .lanmu-box {
    display: block
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.list-7 {
    padding: 15px
}

.list-7 li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 3px;
    margin-bottom: 3px
}

.list-7 li span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
    background-color: #258c44
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0
}

.list-4 li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.list-4 li a {
    display: block;
    overflow: hidden
}

.list-4 li .img-center {
    float: right;
    width: 165px
}

.list-4 li .date {
    float: left;
    border-right: 3px solid #e3e1e2;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 24px 0;
    width: 130px
}

.list-4 li .date span {
    display: block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 10px
}

.list-4 li .text {
    margin: 0 195px 0 160px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.list-4 li .text h3 {
    margin: 0;
    font-size: 18px
}

.list-4 li .text p {
    margin: 15px 0 0;
    color: #888;
    line-height: 1.8
}

.list-4 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.list-4 li a:hover .text {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.content-title {
    margin-bottom: 20px;
    text-align: center
}

.content-title h1 {
    font-size: 22px;
    margin: 0
}

.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    border-top: 1px dashed #ddd;
    padding-top: 15px
}

.content-title p span {
    padding: 0 10px;
    display: inline-block
}

.wztuijian span {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #258c44
}

.wztuijian li {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    color: #258c44;
    border-top: 1px dashed #258c44;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-body p {
    margin: 15px 0;
    font-size: 16px
}

.content-body h2 {
    font-size: 18px;
    line-height: 40px;
    color: #258c44;
    padding-left: 20px;
    background-color: #f5f5f5;
    font-weight: 700;
    margin-top: 20px;
    border-left: 3px #258c44 solid;
    border-right: 3px #258c44 solid
}

.content-body {
    line-height: 1.8
}

.content-body img {
    max-width: 100% !important;
    /*height: auto !important*/
    height: 500px !important;
}

.content-exp {
    padding: 10px 15px;
    font-size: 12px;
    background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px
}

.content-exp li {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.contact {
    font-size: 16px;
    color: #888
}

.contact p {
    margin-top: 0
}

.map {
    height: 400px
}

.yunu-footer-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #258c44;
    z-index: 10;
    display: none
}

.yunu-footer-fix li {
    float: left;
    width: 33%
}

.yunu-footer-fix li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1
}

.yunu-footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px
}

.yunu-footer-fix li i.i1 {
    background-image: url(../images/f_01.png)
}

.yunu-footer-fix li i.i2 {
    background-image: url(../images/f_02.png)
}

.yunu-footer-fix li i.i3 {
    background-image: url(../images/f_03.png)
}

.yunu-footer-fix li i.i4 {
    background-image: url(../images/f_04.png)
}

.mban {
    display: none
}

@media screen and (max-width: 767px) {
    .banner {
        display: none
    }

    .mban {
        display: block !important
    }

    body {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .container {
        width: auto
    }

    #message .m-content .m-message {
        width: 90%;
        padding: 20px
    }

    .kf {
        display: none
    }

    .header {
        padding: 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd
    }

    .header .topbar, .header .text, .header .tel {
        display: none
    }

    .logo2 img {
        height: 40px;
        margin-top: 5px
    }

    .header .logo {
        height: 50px;
        line-height: 30px;
        float: none;
        padding: 0
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background: 0 0;
        border-bottom: 0
    }

    .header .nav ul {
        margin: 0 -15px
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: 0 0
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333
    }

    .header .nav li .arr {
        display: block
    }

    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
        background-color: transparent;
        color: #258c44
    }

    .header .nav li.open .arr:after {
        border-color: #258c44;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0
    }

    .header .nav .dropdown-box a:hover {
        background-color: transparent !important
    }

    .menu-btn {
        display: block
    }

    .banner .swiper-slide {
        height: 200px
    }

    .pc-slide {
        float: none;
        width: auto;
        margin-bottom: 16px
    }

    .yunu-showcase-info {
        margin: 20px 0 0
    }

    .yunu-showcase-info h1 {
        padding-bottom: 10px
    }

    .yunu-showcase-info p {
        margin-top: 10px
    }

    .yunu-sou {
        padding: 0
    }

    .yunu-sou .container {
        padding: 0
    }

    .yunu-sou .hot {
        display: none
    }

    .yunu-sou .hform {
        float: none;
        position: relative
    }

    .yunu-sou .hform input {
        font-size: 14px;
        border-color: transparent;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 20px;
        padding: 9px 60px 9px 15px;
        border-radius: 0;
        background-color: #f5f5f5
    }

    .yunu-sou .hform button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
        font-size: 14px
    }

    .section {
        padding: 30px 0
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .section-title small {
        font-size: 12px
    }

    .section-title p {
        max-width: none
    }

    .list-1, .list-2 {
        margin: -10px 0 0 -10px
    }

    .list-1 li, .list-2 li {
        width: 50%
    }

    .list-1 li a, .list-2 li a {
        margin: 10px 0 0 10px
    }

    .list-1 li .img-center {
        height: 118px;
        line-height: 118px
    }

    .in-prd-cate {
        display: none
    }

    .in-prd-con {
        float: none;
        width: auto;
        background-color: transparent;
        padding: 0
    }

    .in-prd-con .list-1 li {
        width: 50%
    }

    .in-prd-con .list-1 li .img-center {
        height: 160px;
        line-height: 160px
    }

    .in-about dt {
        float: none;
        width: auto
    }

    .in-about dd {
        margin: 20px 0 0
    }

    .in-choose-left, .in-choose-right {
        float: none
    }

    .in-choose {
        width: auto
    }

    .in-choose dl {
        background-size: 30px auto;
        margin: 0 0 20px;
        padding-left: 40px
    }

    .in-choose dt {
        padding-top: 0;
        font-size: 18px
    }

    .in-choose dd {
        padding-left: 20px
    }

    .in-choose .img-center {
        display: none
    }

    .in-choose-right dl {
        margin: 20px 0 0
    }

    .in-dd {
        background-position: center right;
        min-height: 0
    }

    .in-dd h4 {
        font-size: 20px
    }

    .in-dd p {
        font-size: 14px
    }

    .list-2 li .img-center {
        height: 110px;
        line-height: 110px
    }

    .in-news-left, .in-news-right {
        float: none
    }

    .in-news-left {
        margin-bottom: 30px
    }

    .in-news {
        width: auto
    }

    .in-news .tit {
        margin-bottom: 10px;
        padding-bottom: 20px
    }

    .in-news .tit span {
        font-size: 18px
    }

    .in-news .tit small {
        font-size: 12px
    }

    .in-news .tit .more {
        font-size: 12px
    }

    .list-3 li span {
        font-size: 12px
    }

    .footer {
        padding: 30px 0
    }

    .footer-logo {
        display: none
    }

    .footer-ewm {
        float: none;
        width: auto;
        margin-top: 20px
    }

    .footer-info {
        float: none;
        font-size: 12px;

    }

    .footer-link {
        display: none
    }

    .pages {
        margin-top: 15px
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px
    }

    .position {
        padding: 10px 0;
        font-size: 12px
    }

    .position span {
        padding-left: 15px;
        background-size: auto 15px
    }

    .banner-sub {
        height: 200px
    }

    .ct2-sd {
        display: none
    }

    .ct2-mn {
        float: none;
        width: auto
    }

    .list-4 li {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .list-4 li .img-center {
        display: none
    }

    .list-4 li .date {
        width: 60px;
        text-align: left;
        padding: 0
    }

    .list-4 li .date span {
        font-size: 30px
    }

    .list-4 li .text {
        margin: 0 0 0 80px
    }

    .list-4 li .text h4 {
        font-size: 14px
    }

    .list-4 li .text p {
        font-size: 12px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .content-title {
        margin-bottom: 15px
    }

    .content-title p {
        margin-top: 10px;
        padding-top: 10px
    }

    .content-title p span {
        padding: 0 5px
    }

    .content-exp {
        margin-top: 15px
    }

    .panel-sd .tit {
        font-size: 18px;
        padding: 10px 0
    }

    .panel-sd .tit span {
        font-size: 12px
    }

    .contact {
        font-size: 14px
    }

    .map {
        height: 300px
    }

    .yunu-footer-fix {
        display: block
    }
}

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0;
    text-align: center
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #ccc solid;
    background: #fff;
    text-decoration: none;
    color: gray;
    font-size: 12px;
    line-height: 24px
}

.pagination a:hover {
    color: #258c44;
    background: #fff;
    border: 1px #258c44 solid
}

.pagination a.cur {
    border: none;
    background: #258c44;
    color: #fff
}

.pagination p {
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px
}

.pagination p.pageRemark {
    border-style: none;
    background: 0 0;
    margin-right: 0;
    padding: 4px 0;
    color: #666
}

.pagination p.pageRemark b {
    color: red
}

.pagination p.pageEllipsis {
    border-style: none;
    background: 0 0;
    padding: 4px 0;
    color: gray
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}

.liuyan-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px
}

.m-message {
    width: 494px;
    margin: 48px auto 0
}

.m-message label {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    overflow: hidden
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
    display: inline-block
}

.m-message label input.inp, .m-message label textarea, .m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #ccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.m-message label input:focus, .m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px
}

.m-message label.code {
    line-height: 34px
}

.m-message label.code input {
    width: 112px;
    float: left;
    margin-right: 30px
}

.m-message label.code .pic {
    display: inline-block
}

.m-message label.code img {
    width: 60px;
    height: 17px;
    vertical-align: middle
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: .3s
}

.btn-1 {
    padding-left: 100px
}

.btn-1 input.focus {
    background: #258c44;
    color: #fff
}

.btn-1 input.focus:hover {
    background: #444
}

.btn-1 input:hover {
    background: #ccc
}

.dede_pages {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.dede_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.dede_pages ul li {
    float: left;
    font-family: microsoft yahei;
    margin: 0 2px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}

.dede_pages ul li:nth-child(1) {
    padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
    padding: 0
}

.dede_pages ul li a {
    color: #555;
    display: block;
    padding: 0 10px
}

.dede_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}

.dede_pages ul li:hover a {
    color: #fff
}

.dede_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}

.dede_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid;
    padding: 0 10px
}

.dede_pages ul li:last-child {
    padding: 0 10px
}

.dede_pages ul li:last-child a {
    padding: 0
}

.dede_pages ul li.thisclass a {
    color: #fff;
    padding: 0
}

.dede_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.dede_pages strong {
    font-weight: 400
}


/*分页样式*/
.pglist {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a, .pglist span {
    color: #009946;
    padding: 0 10px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ddd;
}

.pglist a:hover, .pglist span {
    display: inline-block;
    color: #fff;
    background: #009946;
    border-color: #009946;
}

.pglist a.page-num-current {
    display: inline-block;
    color: #fff;
    background: #009946;
    border-color: #009946;
}