html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    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 {
    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] {
    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
}

em,
i {
    font-style: normal;
}



.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: #40b753
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 16px,
}



.img-center {
    text-align: center;
    font-size: 0
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s
}



.img-cover {
    overflow: hidden;
    position: relative
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}



.container {
    padding: 0 10px;
    width: 1200px;
    margin: 0 auto
}



#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: 8%
}

#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: bold;
    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: #cccccc 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%
}



.btn1 {
    display: block;
    line-height: 32px;
    padding-left: 15px;
    background-color: #009049;
    color: #fff;
    margin-top: 10px
}

.btn1:hover {
    background-color: #444;
    color: white
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png)
}

.btn1-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s
}

.btn1-1 {
    padding-left: 100px
}

.btn1-1 input.focus {
    background: #009049;
    color: #fff
}

.btn1-1 input.focus:hover {
    background: #444
}

.btn1-1 input:hover {
    background: #ccc
}



.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #40b753;
    -ms-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;
    text-align: center;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
    background-color: #fff
}

.kf .contact p {
    /* height: 26px; */
    min-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 {
   
}

.kf .con .qr {
    /*margin-top: 10px;
    padding-left: 40px*/
    margin: 0 auto;
    text-align: center;
}

.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 #40b753;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #40b753;
    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;
    -ms-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;
    -ms-background-size: auto 12px;
    background-size: auto 12px
}



.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none
}

.footer-fix li {
    float: left;
    width: 25%
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png)
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png)
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png)
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png)
}



.swiper-button-prev,
.swiper-button-next {
    outline: none
}



.header {
    background-color: #fff;
    position: relative;
    z-index: 9999;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 80px;
    line-height: 80px;
    text-align: left;
    padding: 10px 0;
}

.header .nav {
    float: right;
    padding: 10px 0;
}

.header .nav li {
    float: left;
}

.header .nav li>a {
    display: block;
    font-size: 16px;
    line-height: 80px;
    margin: 0 15px;
    position: relative;
}

.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;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 150px;
    margin-left: -26px;
    display: none;
    z-index: 10;
    text-align: center;
    background-color: #666666;
}

.header .nav .dropdown-box p {
    margin: 0;
    border-bottom: 1px solid #11c06a;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    background-color: #009049;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    line-height: 45px;
    color: #fff;
}

.header .nav .dropdown-box a:hover {
    background-color: #333;
    color: #FFF;
}

.header .nav li.active>a,
.header .nav li.open>a,
.header .nav li>a:hover {
    border-bottom: 3px solid #009049;
    color: #009049;
}

.header .nav li.open>a:after,
.header .nav li>a:hover:after {
    width: 100%;
    left: 0;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.header .icon {
    float: right;
    padding: 35px 0 0;
}

.header .icon a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ececec;
}

.header .icon a:hover {
    background-color: #009049;
    color: #FFF;
}

.header .icon .box {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    color: #009049;
    border: 1px solid #dddddd;
}

.header .icon .box img {
    width: 110px;
    padding: 10px 10px 0;
}

.header .icon .box span {
    display: inline-block;
    font-size: 20px;
    width: 230px;
    padding: 8px 0;
}

.header .icon a:last-child .box {
    background-color: #f5f5f5;
    padding: 10px 25px;
    width: 230px;
}

.header .icon .box input {
    width: 180px;
    height: 24px;
}

.header .icon .box button {
    background-color: #666;
    color: #FFF;
    width: 30px;
    height: 30px;
    border: 0;
}



.menu-btn {
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #009049;
    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 {
    width: 100%;
    height: 600px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    background-color: transparent;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ff6600;
}

.banner .swiper-slide img {
    max-width: 100%;
    display: block;
}



.m-banner {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: none;
}

.m-banner .swiper-pagination-bullet {
    border: 2px solid #FFF;
    background-color: transparent;
    opacity: 1;
}

.m-banner .swiper-pagination-bullet-active {
    background-color: #ff6600;
}

.m-banner .swiper-slide img {
    max-width: 100%;
    display: block;
}



.yunu-link {
    padding: 20px 0
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #009049;
    padding-bottom: 15px
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999
}

.yunu-link ul {
    margin-left: -20px
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}



.pc-slide {
    float: left;
    width: 400px
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 300px;
    line-height: 300px
}

.view .swiper-container {
    width: 100%
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative
}

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px
}

.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 .active-nav .img-center {
    border-color: #40b753
}



div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    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-showcase {
    margin: 0 0 40px
}

.yunu-showcase-info {
    margin-left: 430px
}

.yunu-showcase-info h1 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: normal
}

.yunu-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 250px
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px
}

.yunu-showcase-info .tel strong {
    color: #40b753
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 25px;
    background-color: #009049;
    color: #fff
}



.section {
    padding: 60px 0
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title strong {
    color: #00a432;
    font-size: 34px;
    font-weight: normal;
}

.section-title strong span {
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.section-title strong span:before {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #00a432;
    content: '';
}

.section-title strong span:after {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #00a432;
    content: '';
}

.section-title strong i {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #00a432;
    position: relative;
    top: -10px;
}

.section-title p {
    margin: 0;
    font-size: 16px;
    color: #999;
}

.section-title p span {
    display: block;
}


.in-yd {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.in-yd li {
    float: left;
    width: 25%;
}

.in-yd li a {
    display: block;
    height: 80px;
    padding: 50px 20px;
    border-right: 1px solid #dddddd;
}

.in-yd li a:hover {
    background: -webkit-linear-gradient(left, #02943e, #00a212);
    color: #FFF;
}

.in-yd li .icon {
    float: left;
    width: 80px;
    height: 80px;
    background: no-repeat top center;
    transition: all 0.5s;
}

.in-yd li .text {
    margin-left: 90px;
}

.in-yd li .text h2 {
    margin: 0;
    font-weight: normal;
}

.in-yd li .text p {
    margin: 0;
    color: #999;
}

.in-yd li:first-child .icon {
    background-image: url(../images/yd-1.png);
}

.in-yd li:nth-child(2) .icon {
    background-image: url(../images/yd-2.png);
}

.in-yd li:nth-child(3) .icon {
    background-image: url(../images/yd-3.png);
}

.in-yd li:last-child .icon {
    background-image: url(../images/yd-4.png);
}

.in-yd li a:hover .icon {
    background-position: bottom center;
}

.in-yd li a:hover .text p {
    color: #FFF;
}



/*.in-pro{ background-color: #f4f4f4; }*/

.in-pro-con {
    position: relative;
}

.in-pro-con .swiper-slide a {
    display: block;
    padding: 20px 30px;
    text-align: center;
    position: relative;
}

.in-pro-con .swiper-slide a:hover {
    color: #FFF;
}

.in-pro-con .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #00a432;
    z-index: -1;
    transition: all 0.4s;
}

.in-pro-con .swiper-slide a:hover .bg {
    height: 100%;
}

.in-pro-con .swiper-slide .icon {
    position: relative;
    width: 110px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.in-pro-con .swiper-slide .icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pro-bg.png) no-repeat;
    animation: spinoffPulse1 10s infinite linear;
}

.in-pro-con .swiper-slide h2 {
    margin: 15px 0 0;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.in-pro-con .swiper-slide p {
    margin: 0;
    font-size: 12px;
    color: #888888;
    line-height: 22px;
    height: 88px;
}

.in-pro-con .swiper-slide .more {
    margin-top: 10px;
    color: #989898;
    border: 1px solid #ddd;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 15px;
}

.in-pro-con .swiper-button-prev {
    left: -30px;
    background: none;
    color: #666;
    font-size: 50px;
}

.in-pro-con .swiper-button-next {
    right: -30px;
    background: none;
    color: #666;
    font-size: 50px;
}

.in-pro-con .swiper-slide a:hover .icon {
    background-color: #FFF;
}

.in-pro-con .swiper-slide a:hover .icon:before {
    display: none;
}

.in-pro-con .swiper-slide a:hover h2 {
    color: #FFF;
}

.in-pro-con .swiper-slide a:hover p {
    color: #FFF;
}

.in-pro-con .swiper-slide a:hover .more {
    color: #FFF;
    border-color: #FFF;
}



.case {
    position: relative;
}

.case .swiper-slide a {
    display: block;
    text-align: center;
}

.case .swiper-slide .img-cover {
    padding-top: 70%;
}

.case .swiper-slide .text {
    font-size: 18px;
    margin-top: 10px;
}

.case .swiper-button-prev {
    left: -60px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #d4d4d4;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
}

.case .swiper-button-next {
    right: -60px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #d4d4d4;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
}

.case .swiper-button-prev:hover,
.case .swiper-button-next:hover {
    background-color: #00a432;
}





.ys .tit {
    display: flex;
    justify-content: flex-start;
}

.ys .tit b {
    width: 75px;
    height: 101px;
    line-height: 90px;
    font-size: 40px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 15px;
    background: url(../images/icon-8.png) no-repeat;
}

.ys .tit span {
    font-size: 20px;
    margin-top: 20px;
}

.ys .tit span i {
    font-size: 32px;
    color: #00a432;
    font-weight: bold;
}

.ys .tit span p {
    margin: 0;
}

.ys .desc {
    line-height: 36px;
    font-size: 15px;
}

.ys .desc p {
    padding-left: 18px;
    background: url(../images/icon-9.png) no-repeat left 14px;
    position: relative;
}

.ys .more a {
    display: inline-block;
    background: #00a432;
    color: #FFF;
    padding: 8px 20px;
}

.ys .more a:hover {
    background: #000;
}

.in-ys1 {
    height: 476px;
    background: url(../images/ys1.png) no-repeat bottom center;
}

.in-ys1 .text {
    width: 500px;
    height: 476px;
    background: rgba(255, 255, 255, 0.7);
}

.in-ys1 .text b {
    margin-left: 45px;
}

.in-ys1 .desc {
    padding: 30px 50px 10px;
}

.in-ys1 .more {
    margin-left: 50px;
}

.in-ys2 {
    background: url(../images/ys-bg.png) no-repeat top center;
}

.in-ys2 .img-center {
    float: left;
    width: 780px;
    padding: 55px 0;
}

.in-ys2 .text {
    float: right;
    width: 420px;
    padding: 45px 0;
}

.in-ys2 .text b {
    margin-left: 35px;
}

.in-ys2 .desc {
    padding: 0 36px;
}

.in-ys2 .more {
    margin-left: 35px;
}

.in-ys3 {
    padding: 60px 0;
}

.in-ys3 .text {
    float: left;
}

.honor {
    float: right;
    width: 570px;
    position: relative;
}

.honor .swiper-button-prev {
    left: -45px;
    width: 37px;
    height: 37px;
    background: url(../images/prev.png) no-repeat;
}

.honor .swiper-button-next {
    right: -45px;
    width: 37px;
    height: 37px;
    background: url(../images/next.png) no-repeat;
}



.in-about-left {
    float: left;
    width: 50%;
}

.in-about-left .img-cover {
    height: 900px;
}

.in-about-right {
    float: right;
    width: 50%;
}



.in-about-top {
    position: relative;
}

.in-about-top .img-cover {
    height: 450px;
}

.in-about-top .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 40px;
    box-sizing: border-box;
}

.in-about-top .text .tit {
    font-size: 16px;
}

.in-about-top .text .tit span {
    font-size: 30px;
    display: block;
}

.in-about-top .text .desc {
    line-height: 27px;
}

.in-about-top .text .more {
    margin-top: 25px;
}

.in-about-top .text .more a {
    background-color: #07461a;
    padding: 7px 25px;
    border-radius: 20px;
    color: #FFF;
}



.in-about-bottom .honor {
    float: left;
    width: 50%;
    text-align: center;
    height: 450px;
    background-color: #87ba2a;
    padding: 60px;
    box-sizing: border-box;
}

.in-about-bottom .honor .icon {
    width: 140px;
    height: 140px;
    border: 5px solid #e0e0e0;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.in-about-bottom .honor .text {
    font-size: 12px;
    color: #FFF;
    margin-top: 30px;
}

.in-about-bottom .honor .text span {
    display: block;
    font-size: 28px;
}

.in-about-bottom .service {
    float: right;
    width: 50%;
    height: 450px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg-about2.jpg) no-repeat;
}

.in-about-bottom .service .text {
    font-size: 12px;
    color: #FFF;
    margin-top: 30px;
}

.in-about-bottom .service .text span {
    display: block;
    font-size: 28px;
}



.in-news {
    background-color: #f4f4f4;
}

.in-news-left {
    float: left;
    width: 750px;
    background-color: #FFF;
    padding: 40px;
    box-sizing: border-box;
}

.in-news-left .img-center {
    float: left;
    width: 50%;
}

.in-news-left .text {
    float: right;
    width: 50%;
}

.in-news-left .text h2 {
    font-weight: normal;
    font-size: 18px;
}

.in-news-left .text p {
    line-height: 31px;
    color: #888;
}

.in-news-left .text .date {
    font-size: 16px;
}

.in-news-left .text .date span {
    float: right;
    border: 1px solid #dedede;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #999;
    border-radius: 50%;
}

.in-news-right {
    float: right;
    width: 440px;
    background-color: #FFF;
}

.in-news-right li {
    border-bottom: 1px solid #dedede;
}

.in-news-right li a {
    display: block;
    padding: 17.5px 45px;
}

.in-news-right h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}

.in-news-right p {
    margin: 8px 0 0;
    line-height: 27px;
    color: #888;
}



.hotnews {
    margin: 30px 0 0 -30px;
}

.hotnews li {
    float: left;
    width: 33.33%;
    font-size: 14px;
}

.hotnews li a {
    display: block;
    color: #666;
    margin: 0 0 15px 30px;
    padding-left: 14px;
    background: url(../images/icon-7.png) no-repeat left center;
}

.hotnews li span {
    float: right;
    color: #999;
}

.hotnews li a:hover {
    color: #0ba83b;
}



@-webkit-keyframes spinoffPulse1 {

    form {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(90deg);
    }
}



.footer {
    background: #434343;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .fnav {
    float: left;
    width: 830px;
}

.footer .fnav li {
    float: left;
    margin-right: 100px;
}

.footer .fnav li span {
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
}

.footer .fnav li a {
    display: block;
    color: #9f9f9f;
    line-height: 23px;
}

.footer .fnav li a:hover {
    color: #FFF;
}

.footer .contact .tel {
    color: #FFF;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 30px;
}

.footer .contact .tel span {
    display: block;
    font-size: 40px;
}

.footer .contact p {
    margin: 0;
    color: #9f9f9f;
    line-height: 23px;
}

.footer .contact .icon {
    margin-top: 15px;
}

.footer .contact .icon a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
    background-color: #8c8c8c;
    color: #dddddd;
}

.footer .contact .icon a:hover {
    background-color: #009049;
    color: #FFF;
}

.footer .contact .icon .box {
    display: none;
    position: absolute;
    right: 0;
    left: -145px;
    margin-top: -50px;
}

.footer .contact .icon .box img {
    width: 110px;
}

.footer-copy {
    background-color: #ffffff;
    color: #9f9f9f;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
}

.footer-copy a {
    color: #9f9f9f;
    margin: 0 10px;
}

.footer-copy a:hover {
    color: #FFF;
}

.footer-copy span {
    float: right;
}



.banner-sub {
    height: 350px;
    background: no-repeat center / cover
}



.section-sub {
    padding: 20px 0
}



.sub-tit {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #009049;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    /*background: url(../images/hom1.jpg) no-repeat 0 center;*/
    padding-left: 20px;
}

.curmbs em {
    font-style: normal;
    padding: 0 5px;
}



.ct2-sd {
    float: left;
    width: 250px
}

.ct2-mn {
    float: right;
    width: 920px
}



.panel-sd {
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
}

.panel-sd:last-child {
    margin-bottom: 0
}

.panel-sd .tit {
    text-align: left;
    font-size: 16px;
    padding: 20px 0 20px 35px;
    background-color: #009049;
    text-transform: uppercase;
    color: #49e899;
}

.panel-sd .tit span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #FFF;
}

.panel-sd .tit i {
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    margin-right: 5px;
}



.contact-sd {
    padding: 15px;
}

.contact-sd .tel {
    background: url(../images/ny-tel.jpg) no-repeat 0 center;
    padding-left: 35px;
    background-size: 30px 20px;
}

.contact-sd .tel strong {
    color: #5b5b5b;
    font-size: 18px;
    display: block;
}

.contact-sd .cont {
    margin-top: 8px;
}

.contact-sd .cont p {
    margin: 0;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
}



.lanmu {
    background: #FFF;
}

.lanmu li {
    margin-top: 2px;
    border-bottom: 1px solid #d1d1d1;
}

.lanmu li>a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 15px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #009049;
    border-left: 2px solid #009049;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px
}

.lanmu li>a:hover,
.lanmu li.active>a {
    color: #fff;
    background-color: #009049;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}



.list-3 {
    margin: -20px 0 0 -20px
}

.list-3 li {
    float: left;
    width: 33.333333%
}

.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-3 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-3 li .text {
    line-height: 40px;
    position: relative;
    padding: 0 14px;
    font-size: 16px;
}

.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s
}

.list-3 li .btn {
    text-align: center;
}

.list-3 li .btn a {
    margin-top: 0;
    display: inline-block;
    background: #555555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
}

.list-3 li .btn a.blue {
    background: #2d56a4;
}



.list-4 {
    margin: 10px 0 0 0px !important;
}

.list-4 li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}

.list-4 li a {
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-4 li span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc;
}



.list-5 li {
    margin-bottom: 15px
}

.list-5 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden
}

.list-5 li .img-center {
    float: left;
    width: 250px
}

.list-5 li .text {
    margin-left: 270px
}

.list-5 li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px
}

.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal
}

.list-5 li .text p {
    color: #797979
}

.list-5 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #B6B6B6
}

.list-5 li a:hover {
    border-color: #009049
}

.list-5 li a:hover .text h4 {
    color: #009049
}

.list-5 li a:hover .text .more {
    background-color: #009049
}



.list-6 li {
    float: left;
    width: 25%;
    margin: 0;
}

.list-6 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}

.list-6 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-6 li .text {
    margin: 8px 0 0;
}



.yunu-infocontent-title {
    margin-bottom: 20px;
    text-align: center
}

.yunu-infocontent-title h1 {
    margin: 0;
    font-size: 24px
}

.yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999
}

.yunu-infocontent-title p span {
    padding: 0 5px
}



.yunu-infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px
}

.yunu-infocontent-desc p {
    display: inline;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px
}

.yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important
}

.yunu-infocontent-epx {
    margin-bottom: 20px
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal
}

.yunu-infocontent-return {
    border-top: 1px solid #000;
    line-height: 32px
}

.yunu-infocontent-return a {
    margin-right: 10px
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0 10px
}

.yunu-infocontent-rem {
    margin-bottom: 20px
}

.yunu-infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px
}

.yunu-infocontent-rem li span {
    float: right
}



.prod-menu {
    margin-bottom: 20px;
    border-bottom: 3px solid #009049
}

.prod-menu li {
    float: left;
    margin-right: 7px
}

.prod-menu li a {
    display: block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    background-color: #F1F1F1;
    font-size: 16px
}

.prod-menu li.active a {
    background-color: #009049;
    color: #fff
}




.section1-title strong {
    color: #00a432;
    font-size: 34px;
    font-weight: normal;
}

.section1-title strong span {
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.section1-title strong span:before {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #00a432;
    content: '';
}

.section1-title strong span:after {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 2px;
    height: 20px;
    background-color: #00a432;
    content: '';
}

.section1-title strong i {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #00a432;
    position: relative;
    top: -10px;
}

.section1-title p {
    margin: 0;
    font-size: 16px;
    color: #999;
}

.section1-title p span {
    display: block;
}


.section1 {
    padding: 40px 0
}

.section1-title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.section1-title span {
    display: block;
    color: #00a432;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 8px;
}

.in-pro-left {
    float: left;
    width: 260px;
}

.in-pro-left .tit {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 30px 0;
    background-color: #40b753;
}

.in-pro-left .tit span {
    font-size: 26px;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

.in-lanmu {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
}

.in-lanmu li {
    line-height: 78px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}

.in-lanmu li a {
    display: block;
}

.in-pro-right {
    float: right;
    width: 920px;
}

.in-pro-right ul {
    margin: 0 0 0 -15px;
}

.in-pro-right ul li {
    float: left;
    width: 33.333%;
}

.in-pro-right ul li a {
    display: block;
    margin: 0 0 20px 20px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
}

.in-pro-right ul li .img-cover {
    padding-top: 82%;
}

.in-pro-right ul li .text {
    line-height: 50px;
    /*background-color: #40b753;*/
}

/*foot部分自定义样式*/
.borderButtom {
    height: 1px;
    border-bottom: 1px solid #fff;
    margin-top: auto;
    padding-top: 2rem
}

.borderButtomW1 {
    width: 65%;
}

.borderButtomW2 {
    width: 75%;
}

.foot_container {
    display: flex;
}

.font_w50 {
    width: 50%;
    float: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.linksbox {
    width: 65%;
    margin-top: 50px;
}

.linksItem {
    width: 50%;
    float: left;
    color: #fff;

}

.foot_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 0.5rem;
}

.foot_service {
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 44px !important;
}

@media screen and (max-width: 767px) {
    .linksItem {
        width: 100%;
        color: #fff;

    }

    .mobileH {
        display: none;
    }

    .borderButtomW1 {
        width: 65%;
    }

    .borderButtomW2 {
        width: 100%;
    }
}
.noleft{
	margin-left: 0px!important;
}


.btn-center input{
	    text-align: center;
    font-size: 16px;
    padding: 4px 40px 2px 40px;
    margin: 10px 5px 10px 5px;
    color: #40B753;
    border: 1px solid #40B753;
    display: inline-block;
    border-radius: 18px;
	cursor:pointer;
	
}
.btn-center input:hover {
	background-color: #40B753;
	border: 1px solid #40B753;
	color: #fff;
	text-decoration: none
}

	.lytxt{
		width:40%;
		margin:5px;
	font-size: 16px;
	}
	
	.ly-l{
		float:left;width:50%
	}
	
	.ly-r{
		float:right;width:50%
	}
	
@media screen and (max-width: 767px) {
	.ly-l{
        width: 100%;
	}
	
	.ly-r{
        width: 100%;
	}

}