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],
/* 1 */
[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,
/* 1 */
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;
    margin-top: 10px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

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

a:hover {
    color: #0d983e;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.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 top / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    /* background: url(/skin/images/kefu.png) 12px center no-repeat #0d983e; */
    -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(/skin/images/lianxi.png) 16px center no-repeat; */
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.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(/skin/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(/skin/images/huidaodingbu.png) center center no-repeat #0d983e; */
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #0d983e;
    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(/skin/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(/skin/images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

#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%;

}

.btn {
    display: block;
    width: 90px;
    /*height: 32px;*/
    line-height: 32px;
    padding-left: 15px;
    background-color: #0d983e;
    color: #fff;
    margin-top: 10px;
}

.btn:hover {
    background-color: #444;
    color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/skin/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: 0.3s;

}

.btn-1 {

    padding-left: 100px;

}

.btn-1 input.focus {

    background: #0d983e;

    color: #fff;

}

.btn-1 input.focus:hover {

    background: #444;

}

.btn-1 input:hover {

    background: #ccc;

}


.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;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(/skin/images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(/skin/images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(/skin/images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(/skin/images/f_04.png);
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-pagination-bullet-active {
    background-color: #0d983e;
}

.topbar {
    padding: 8px 0;
    background-color: #f5f5f5;
    color: #6a6a6a;
    border-bottom: 1px solid #eee;
}

.topbar em {
    font-style: normal;
    color: #ddd;
    padding: 0 15px;
}

.topbar a {
    color: #6a6a6a;
}

.topbar a:hover {
    color: #333;
}

.header {
    background-color: #fff;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 88px;
    line-height: 88px;
    text-align: left;
    padding: 20px 0;
}

.header .tel {
    float: right;
    /* background: url(/skin/images/tel.png) no-repeat 0 center; */
    padding-left: 20px;
    margin: 38px 0;
    color: #999;
}

.header .tel strong {
    display: block;
    font-size: 32px;
    font-family: Impact;
    line-height: 1;
    color: #0d983e;
}

.header .text {
    float: left;
    font-size: 18px;
    margin: 36px 0 36px 30px;
    color: #666;
}

.header .text strong {
    color: #0d983e;
    font-size: 22px;
    display: block;
}

.header .nav {
    font-size: 0;
    background-color: #0d983e;
    color: #fff;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 54px;
    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;
    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.active a,
.header .nav li.open a,
.header .nav li a:hover {
    background-color: #fbad16;
}

.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: #0d983e !important;
    line-height: 40px;
    color: #fff !important;
}

.header .nav .dropdown-box a:hover {
    background-color: #fbad16 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #0d983e;
    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 {
    height: 650px;
    position: relative;
}

.banner .swiper-slide {
    background: no-repeat center / cover;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #0d983e;
    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;
}

.yunu-sou {
    padding: 25px 0;
    /* border-bottom: 1px solid #eee; */
}

.yunu-sou .hot {
    float: left;
    padding: 7px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    border: 1px solid #eee;
    padding: 6px 12px;
    width: 210px;
    font-size: 14px;
}

.yunu-sou .hform button {
    border: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 60px;
    height: 34px;
    color: #fff;
    background: #0d983e;
    font-size: 14px;
}

.section {
    padding: 20px 0;
}

.section-title {
    padding-bottom: 30px;
    /* margin-bottom: 40px; */
    text-align: center;
    font-size: 40px;
    /* background: url(/skin/images/pro_h.png) no-repeat center bottom; */
}

.section-title p {
    color: #666;
    font-size: 24px;
    margin: 0;
}

.in-about {
    margin: 0;
    /* background: url(/skin/images/yinz_bg.gif) no-repeat 0 0; */
    padding: 20px 0 0 25px;
}

.in-about dt {
    float: left;
    overflow: hidden;
    width: 475px;
    position: relative;
}

.in-about dt:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.in-about dt:hover:before {
    transition: all 1s;
    left: 100%;
}

.in-about dd {
    margin-left: 520px;
}

.in-about dd h4 {
    margin: 0;
    color: #0d983e;
    font-size: 40px;
}

.in-about dd p {
    color: #666;
    line-height: 1.8;
    margin: 20px 0 0;
}

.in-about dd .qm {
    text-align: right;
    margin-top: 20px;
}

.bg1 {
    /* background: url(/skin/images/pro_bg.jpg) no-repeat center / cover #f5f5f5; */
}

.bg2 {
    /* background: url(/skin/images/ys_bg.jpg) no-repeat center / cover #f5f5f5; */
}

.in-prod {
    color: #333;
}

.in-prod .sd {
    float: left;
    width: 285px;
    background-color: #fff;
    border-bottom: 10px solid #0d983e;
}

.in-prod .sd h4 {
    margin: 0;
    background-color: #0d983e;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    line-height: 1;
}

.in-prod .sd h4 strong {
    float: left;
    font-size: 76px;
    line-height: 60px;
    height: 60px;
}

.in-prod .sd h4 span {
    float: left;
    font-size: 24px;
    padding: 7px 0 7px 10px;
}

.in-prod .sd h4 small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.in-prod .sd .tit {
    margin: 15px 15px 0;
    background-color: #0d983e;
}

.in-prod .sd .tit a {
    display: block;
    /* background: url(/skin/images/pro_arr.png) no-repeat 95% center; */
    padding-left: 20px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.in-prod .sd .tit a:hover {
    background-color: #fbad16;
}

.in-prod .sd ul {
    overflow: hidden;
    margin: 10px 35px 15px;
}

.in-prod .sd li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.in-prod .mn {
    float: right;
    width: 895px;
}

.in-prod .mn .tit {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.in-prod .mn .tit:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 35px;
    height: 3px;
    background: #0d983e;
}

.in-prod .mn .tit .more {
    float: right;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    line-height: 24px;
    width: 55px;
    text-align: center;
    border-radius: 3px;
}

.in-prod .mn ul {
    margin-left: -24px;
    margin-top: -24px;
}

.in-prod .mn li {
    float: left;
    width: 33.333333%;
}

.in-prod .mn li a {
    display: block;
    margin: 24px 0 0 24px;
    background-color: #fff;
}

.in-prod .mn li .img-center {
    height: 282px;
    line-height: 282px;
}

.in-prod .mn li p {
    margin: 0;
    padding: 0 15px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e0e0e0;
}

.in-prod .mn li a:hover p {
    background-color: #0d983e;
    color: #fff;
}

.in-jx-menu {
    position: relative;
}

.in-jx-menu li {
    position: absolute;
    top: 0;
    z-index: 2;
}

.in-jx-menu li a {
    display: block;
    width: 215px;
    height: 132px;
    border: 1px solid #e3e3e3;
    padding: 15px 20px 0 20px;
}

.in-jx-menu li h4 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0d983e;
}

.in-jx-menu li p {
    text-align: justify;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
    margin: 0;
}

.in-jx-menu li:nth-child(1),
.in-jx-menu li:nth-child(2),
.in-jx-menu li:nth-child(3) {
    left: 0;
}

.in-jx-menu li:nth-child(1) a,
.in-jx-menu li:nth-child(2) a,
.in-jx-menu li:nth-child(3) a {
    border-left-width: 4px;
}

.in-jx-menu li:nth-child(4),
.in-jx-menu li:nth-child(5),
.in-jx-menu li:nth-child(6) {
    right: 0;
}

.in-jx-menu li:nth-child(4) a,
.in-jx-menu li:nth-child(5) a,
.in-jx-menu li:nth-child(6) a {
    border-right-width: 4px;
}

.in-jx-menu li:nth-child(2),
.in-jx-menu li:nth-child(5) {
    top: 156px;
}

.in-jx-menu li:nth-child(3),
.in-jx-menu li:nth-child(6) {
    top: 312px;
}

.in-jx-menu li.active a {
    background-color: #fbad16;
    border-color: #fbad16;
    color: #fff;
    padding: 15px 100px 0 20px;
}

.in-jx-menu li.active:nth-child(4) a,
.in-jx-menu li.active:nth-child(5) a,
.in-jx-menu li.active:nth-child(6) a {
    padding: 15px 20px 0 100px;
}

.in-jx-menu li.active h4 {
    color: #fff;
}

.in-jx-menu li.active p {
    color: #fff;
}

.in-jx-con {
    width: 620px;
    margin: 0 auto;
}

.in-jx-con .swiper-slide .img-cover {
    height: 460px;
}

.in-jx-con .swiper-slide .img-cover:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    z-index: 1;
}

.in-jx-con .swiper-slide .img-cover:hover:before {
    transition: all 1s;
    left: 100%;
}

.in-ys-menu {
    border: 1px solid #dcdcdc;
    border-right: 0;
}

.in-ys-menu li {
    float: left;
    width: 25%;
}

.in-ys-menu li a {
    display: block;
    border-right: 1px solid #dcdcdc;
    background-color: #fff;
    text-align: center;
    line-height: 96px;
    font-weight: bold;
    font-size: 30px;
}

.in-ys-menu li span {
    color: #0d983e;
    margin-right: 10px;
}

.in-ys-menu li.active a {
    background-color: #fbad16;
    color: #fff;
}

.in-ys-menu li.active span {
    color: #fff;
}

.in-ys-con .swiper-slide .img-cover {
    padding-top: 48%;
}

.in-ys-con .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.in-ys-con .swiper-slide .text h4 {
    float: left;
    font-size: 32px;
    width: 480px;
    margin: 0 0 0 30px;
    line-height: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-ys-con .swiper-slide .text ul {
    float: right;
    width: 600px;
    margin: 20px 30px 0 0;
    line-height: 25px;
}

.in-ys-con .swiper-slide:hover .img-cover span {
    transform: scale(1.1);
}

.in-zs {
    margin: -24px 0 0 -24px;
}

.in-zs li {
    float: left;
    width: 33.333333%;
}

.in-zs li a {
    display: block;
    margin: 24px 0 0 24px;
}

.in-zs li .img-cover {
    padding-top: 71%;
}

.in-zs li .text {
    background-color: #f5f5f5;
    padding: 20px 20px;
    text-align: center;
}

.in-zs li .text strong {
    display: block;
    font-size: 40px;
    line-height: 1;
}

/* .in-zs li .text strong:after {
    content: '';
    width: 24px;
    height: 3px;
    background-color: #0d983e;
    margin: 15px auto 0;
    display: block;
} */

.in-zs li .text h4 {
    margin: 15px 0 0;
    font-size: 24px;
    font-weight: normal;
}

.in-zs li .text p {
    margin: 15px 0 0;
    opacity: 0.7;
    height: 60px;
    overflow: hidden;
    display: none;
}

.in-zs li a:hover .text {
    /* margin-top: -57px; */
    background-color: #0d983e;
    color: #fff;
    position: relative;
    z-index: 1;
}

.in-zs li a:hover .text strong:after {
    display: none;
}

.in-zs li a:hover .text p {
    display: block;
}

.in-news-left,
.in-news-right {
    width: 558px;
}

.in-news-left {
    float: left;
}

.in-news-right {
    float: right;
}

.in-news-tit {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}

.in-news-tit .more {
    float: right;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    line-height: 24px;
    width: 55px;
    text-align: center;
    border-radius: 3px;
}

.in-news-top {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 20px;
    margin-bottom: 15px;
}

.in-news-top .img-cover {
    float: left;
    width: 150px;
    height: 110px;
}

.in-news-top .text {
    margin-left: 165px;
}

.in-news-top .text span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #0d983e;
    line-height: 1;
    margin-bottom: 5px;
}

.in-news-top .text h4 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.in-news-top .text p {
    margin: 5px 0 0;
    color: #666;
    height: 40px;
    overflow: hidden;
}

.in-news-top:hover .img-cover span {
    transform: scale(1.1);
}

.in-news-list li a {
    display: block;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 26px;
}

.in-news-list li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #a0a0a0;
    margin-top: -2px;
}

.in-news-list li span {
    float: right;
    color: #666;
}

.in-wd {
    padding: 20px;
    background-color: #f1f1f1;
    margin-top: 60px;
    margin-bottom: 60px;
}

.in-wd .tit {
    float: left;
    font-weight: bold;
    font-size: 24px;
    width: 120px;
    text-align: center;
    line-height: 56px;
}

.in-wd ul {
    margin-left: 120px;
    overflow: hidden;
}

.in-wd li {
    float: left;
    width: 33.333333%;
}

.in-wd li a {
    display: block;
    margin-left: 20px;
    line-height: 28px;
}

.in-wd li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    /* background: url(/skin/images/q.gif) no-repeat 0 center; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
}

.in-wd li p {
    margin: 0;
    color: #666;
    /* background: url(/skin/images/a.gif) no-repeat 0 center; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    font-size: 16px;
}

.in-desc {
    margin: 0;
}

.in-desc dt {
    overflow: hidden;
    position: relative;
}

.in-desc dt:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}

.in-desc dt:hover:before {
    transition: all 1s;
    left: 100%;
}

.in-desc dd {
    margin: 20px 0 0;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.in-desc dd .btn {
    display: inline-block;
    margin: 10px 10px 0;
    background-color: #3a5845;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 50px;
}

.in-desc dd .btn:hover {
    background-color: #fbad16;
}

.footer {
    background-color: #242b27;
    color: #939b96;
}

.footer a {
    color: #939b96;
}

.footer a:hover {
    color: #fff;
}

.footer-nav {
    background-color: #0d983e;
    color: #fff;
}

.footer-nav a {
    color: #fff;
}

.footer-nav ul {
    font-size: 0;
    text-align: center;
}

.footer-nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer-nav li:before {
    content: "";
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    border: 0;
}

.footer-nav li:last-child:before {
    display: none;
}

.footer-nav li a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    padding: 0 35px;
}

.footer-nav li a:hover {
    background-color: #fbad16;
}

.footer-bottom {
    padding: 40px 0;
}

.footer-logo {
    float: left;
    margin-right: 40px;
}

.footer-item {
    float: left;
    width: 330px;
    border-right: 1px solid #383e3a;
    padding-left: 40px;
}

.footer-item p {
    margin: 0;
    padding: 5px 0;
}

.footer-ewm {
    float: right;
}

.footer-ewm p {
    margin: 0 0 0 10px;
    width: 120px;
    text-align: center;
    float: left;
}

.footer-ewm p span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #939b96;
    height: 90px;
    overflow: hidden;
    float: left;
    width: 20px;
}

.footer-ewm p img {
    float: right;
    width: 90px;
    height: auto;
}

.banner-sub {
    height: 200px;
    background: no-repeat center / cover;
}

.section-sub {
    padding: 50px 0;
}

.section-sub-title {
    margin-bottom: 30px;
    font-size: 0;
    text-align: center;
    position: relative;
}

.section-sub-title span {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.section-sub-title:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ccc;
}

.section-sub-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #0d983e;
    margin-top: -1px;
    width: 220px;
    margin-left: -110px;
}

.yunu-curmbs {
    padding: 0 0 15px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
    margin-top: -20px;
}

.yunu-curmbs span {
    padding-left: 10px;
    border-left: 10px solid #333;
}

.yunu-curmbs em {
    font-style: normal;
    padding: 0 5px;
    color: #999;
}

.ct2-sd {
    float: left;
    width: 240px;
}

.ct2-mn {
    float: right;
    width: 930px;
}

.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: 24px;
    padding: 20px 0;
    background-color: #0d983e;
}

.lanmu li {
    margin-top: 2px;
}

.lanmu li>a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    background-color: #ececec;
    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 #0d983e;
    border-left: 2px solid #0d983e;
    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: #0d983e;
}

.lanmu li.active .arr:after {
    border-color: #fff;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    transform: rotate(225deg);
}

.contact-sd {
    border: 1px solid #eee;
    border-top: 2px solid #0d983e;
    margin-top: 2px;
    padding: 15px;
}

.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: #0d983e;
}

.list-5 li a:hover .text h4 {
    color: #0d983e;
}

.list-5 li a:hover .text .more {
    background-color: #0d983e;
}

.pages {
    margin: 40px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    /* background-color: #f5f5f5; */
    border-radius: 3px;
    transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
    background-color: #0d983e;
    color: #fff;
}

.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-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;
}

.rmtj {
    position: relative;
    padding: 0 50px;
}

.rmtj .swiper-button-prev {
    left: 0;
}

.rmtj .swiper-button-next {
    right: 0;
}

.rmtj .swiper-slide a {
    display: block;
    border: 1px solid #ddd;
}

.rmtj .swiper-slide a:hover {
    border-color: #0d983e;
    color: #0d983e;
}

.rmtj .swiper-slide .img-center {
    height: 262px;
    line-height: 262px;
}

.rmtj .swiper-slide .text {
    padding: 5px 20px;
}

.rmtj .swiper-slide h4 {
    margin: 0;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
}

.rmtj .swiper-slide p {
    margin-top: 0;
    height: 40px;
    overflow: hidden;
    color: #666;
}

.yunu-title-1 {
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
}

.yunu-title-1 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #0d983e;
}

.list-1 {
    margin: -10px 0 0 -10px;
}

.list-1 li {
    float: left;
    width: 33.333333%;
}

.list-1 li a {
    display: block;
    margin: 10px 0 0 10px;
    border: 1px solid #ddd;
}

.list-1 li .img-center {
    height: 301px;
    line-height: 301px;
}

.list-1 li .text {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-1 li a:hover {
    border-color: #0d983e;
}

.section-title-1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #0d983e;
}

.section-title-1 small {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Times New Roman";
    color: #888;
    margin-top: 5px;
}

.section-title-1 i {
    display: block;
    width: 51px;
    height: 1px;
    background-color: #666;
    margin: 12px auto 0;
    position: relative;
}

.section-title-1 i:after {
    position: absolute;
    width: 8px;
    height: 9px;
    content: "";
    background-color: #0d983e;
    left: 50%;
    margin-left: -4px;
    top: -4px;
}

.dlys {
    margin: -36px 0 0 -36px;
}

.dlys li {
    float: left;
    width: 33.333333%;
}

.dlys li .wrap {
    margin: 36px 0 0 36px;
    border: 1px solid #dadada;
}

.dlys li .img-cover {
    padding-top: 56%;
}

.dlys li .text {
    padding: 15px;
    text-align: center;
}

.dlys li .text h4 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0d983e;
    border-bottom: 1px solid #0d983e;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
}

.dlys li .text p {
    margin: 10px 0 0;
    line-height: 1.8;
    color: #666;
    height: 50px;
    overflow: hidden;
}

.dlzc {
    margin-left: -10px;
}

.dlzc li {
    float: left;
    width: 230px;
    height: 185px;
    border: 1px solid #0d983e;
    border-radius: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.dlzc li h4 {
    height: 44px;
    font-size: 18px;
    font-weight: normal;
    line-height: 44px;
    color: #fff;
    background-color: #0d983e;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 10px;
}

.dlzc li p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
    padding: 0 10px;
    text-align: justify;
    max-height: 120px;
    overflow: hidden;
    margin: 10px 0 0;
}

.dlzc li.l1 {
    margin-top: 90px;
}

.dlzc li.l2 {
    margin-top: 45px;
}

.dltj {
    margin: 0;
}

.dltj dt {
    float: left;
    width: 600px;
}

.dltj dd {
    margin-left: 680px;
    border: 1px solid #f3f3f3;
    padding: 40px;
}

.dltj dd h4 {
    margin: 0;
    font-size: 18px;
    color: #0d983e;
}

.dltj dd p {
    margin: 15px 0 0;
    line-height: 1.8;
    color: #666;
}

.dllc {
    margin-left: -22px;
}

.dllc li {
    float: left;
    width: 130px;
    margin-left: 22px;
}

.dllc li .img-center {
    width: 85px;
    height: 85px;
    line-height: 85px;
    background-color: #0d983e;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
}

.dllc li p {
    height: 32px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #4d4d4d;
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: 2px solid #dedede;
    text-align: center;
    overflow: hidden;
}

.dllc-tel {
    width: 600px;
    margin: 30px auto 0;
    height: 40px;
}

.dllc-tel span {
    float: left;
    width: 400px;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #4d4d4d;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
}

.dllc-tel span i {
    display: inline-block;
    padding: 0 3px;
    font-style: normal;
}

.dllc-tel em {
    float: right;
    width: 130px;
    height: 40px;
    border-radius: 20px;
    background-color: #0d983e;
    font-style: normal;
}

.dllc-tel em a {
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.dljz {
    margin: -15px 0 0 -15px;
}

.dljz li {
    float: left;
    width: 33.333333%;
}

.dljz li a {
    display: block;
    border: 1px solid #d4d4d4;
    margin: 15px 0 0 15px;
}

.dljz li .img-cover {
    padding-top: 56%;
}

.dljz li .text {
    padding: 15px;
}

.dljz li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.dljz li .text p {
    margin: 15px 0 0;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    height: 75px;
    overflow: hidden;
}

.about-1 {
    margin: 0;
}

.about-1 dd {
    margin: 0 0 20px;
    color: #666;
    line-height: 1.8;
}

.about-2 {
    color: #666;
    overflow: hidden;
}

.about-2 dl {
    float: left;
    padding: 20px 60px 0;
    width: 278px;
    height: 260px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin: 0 -1px 0 0;
}

.about-2 dt {
    width: 110px;
    border-top: 1px solid #b2b2b2;
    margin: 0 auto 0;
    padding-top: 14px;
}

.about-2 dt img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.about-2 dd {
    margin: 0;
    text-align: center;
}

.about-2 .tit {
    margin-bottom: 20px;
}

.about-2 .tit span {
    display: block;
    height: 48px;
    font-size: 32px;
    font-family: arial;
    font-weight: bold;
    color: #0d983e;
    line-height: 48px;
    overflow: hidden;
}

.about-2 .tit p {
    font-size: 22px;
    color: #333;
    overflow: hidden;
    margin: 0;
}

.about-2 .desc {
    height: 84px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}

.about-3 dl {
    float: left;
    margin: 0;
}

.about-3 dl:nth-child(1) {
    width: 548px;
    height: 548px;
    margin-right: 16px;
}

.about-3 dl:nth-child(2) {
    width: 266px;
    height: 266px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.about-3 dl:nth-child(3) {
    width: 352px;
    height: 266px;
    margin-bottom: 16px;
}

.about-3 dl:nth-child(4) {
    width: 352px;
    height: 266px;
    margin-right: 16px;
}

.about-3 dl:nth-child(5) {
    width: 266px;
    height: 266px;
}

.in-honor {
    position: relative;
}

.in-honor .swiper-slide a {
    display: block;
}

.in-honor .swiper-slide .img-center {
    height: 368px;
    line-height: 368px;
}

.in-honor .ctrl {
    margin-top: 30px;
    text-align: center;
}

.in-honor .swiper-button-prev,
.in-honor .swiper-button-next {
    position: static;
    display: inline-block;
    width: 150px;
    height: 50px;
    background: no-repeat center / contain #0d983e;
    margin: 0 10px;
}

.in-honor .swiper-button-prev {
    background-image: url(/skin/images/prev-icon100.png);
}

.in-honor .swiper-button-next {
    background-image: url(/skin/images/next-icon100.png);
}

.in-honor .swiper-pagination {
    position: static;
    margin-top: 15px;
    font-size: 0;
    display: none;
}

.in-honor .swiper-pagination-bullet {
    margin: 0 3px;
}

.about-4 {
    margin: -1px 0 0 -1px;
}

.about-4 li {
    float: left;
    width: 33.333333%;
}

.about-4 li .wrap {
    margin: 1px 0 0 1px;
}

.about-4 li .img-cover {
    padding-top: 75%;
}

.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;
    background: url(/skin/images/pc-xc-icon2.png) no-repeat 0 15px;
    height: 42px;
    padding-left: 60px;
    line-height: 21px;
    font-size: 18px;
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #0d983e;
    color: #fff;
}

.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(/skin/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(/skin/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: #0d983e;
}

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(/skin/images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.prod-trait-con {
    margin-bottom: 30px;
}

.prod-trait-con dl {
    width: 360px;
    padding: 14px;
    margin: 0;
    float: left;
}

.prod-trait-con dl img {
    width: 360px;
    height: 270px;
    display: block;
}

.prod-trait-con dd {
    margin: 0;
}

.prod-trait-con .prod-trait-dl1 {
    background-color: #0d983e;
}

.prod-trait-con .prod-trait-dl2 {
    background-color: #e1e1e1;
}

.prod-trait-dl1 .prod-trait-name {
    color: #fff;
}

.prod-trait-dl1 .prod-trait-desc {
    color: #fff;
}

.prod-trait-name {
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

.prod-trait-desc {
    font-size: 15px;
    line-height: 30px;
}

.prod-trait-vs {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0d983e;
    margin: 142px 27px 0;
    overflow: hidden;
    float: left;
}

.prod-trait-vs img {
    width: 80px;
    height: 80px;
    padding: 10px;
}

.title-1 {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
    font-size: 22px;
    border-left: 4px solid #0d983e;
    padding-left: 10px;
}

.prod-cpzs {
    margin-bottom: 30px;
}

.prod-cpbg li {
    width: 25%;
}

.prod-cpys dl {
    background-color: #f8f8f8;
    margin: 0;
}

.prod-cpys dt {
    float: left;
    width: 464px;
}

.prod-cpys dd {
    margin-left: 464px;
    padding: 25px 30px 0;
}

.prod-cpys dd h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
}

.prod-cpys dd h4 strong {
    background-color: #0d983e;
    color: #fff;
    display: inline-block;
    width: 38px;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 14px;
}

.prod-cpys dd p {
    margin: 15px 0 0;
    line-height: 1.8;
    color: #666;
}

.prod-cpys dl:nth-child(even) dt {
    float: right;
}

.prod-cpys dl:nth-child(even) dd {
    margin: 0 464px 0 0;
}

.contact-1 {
    background: url(/skin/images/1ec2b1dbb7ba4538967cea936f6dfc66_2.jpg) no-repeat;
    height: 181px;
    padding: 20px 20px 0 250px;
}

.contact-1 h4 {
    font-size: 24px;
    margin: 10px 0;
    color: #0d983e;
}

.contact-1 p {
    line-height: 2;
}

.contact-2 {
    margin-left: -20px;
}

.contact-2 li {
    float: left;
    width: 25%;
}

.contact-2 li .wrap {
    border: 1px solid #eee;
    margin-left: 20px;
    text-align: center;
    padding: 20px;
}

.contact-2 li .img-center {
    background-color: #0d983e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin: 0 auto;
}

.contact-2 li p {
    margin-bottom: 0;
    height: 75px;
    overflow: hidden;
    font-size: 18px;
}

.map {
    height: 500px;
    margin-top: 50px;
}

.advantage {
    width: 1000px;
    height: auto;
    text-align: center;
    margin: 0px auto;
}

.k6 {
    clear: both;
    margin: 0px auto;
    width: 1000px;
    height: 61px;
    margin-top: 10px;
    border: 1px #dadada solid;
}

.k6_ti {
    width: 54px;
    height: 51px;
    margin-left: 6px;
    margin-top: 6px;
    float: left;
    display: inline;
    background-image: url(/images/index_k6_ti.png);
    text-align: left;
}

.k6_bo {
    width: 920px;
    height: 36px;
    margin-left: 16px;
    margin-top: 11px;
    float: left;
    display: inline;
    text-align: left;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.k6_bo li {
    padding-left: 6px;
    padding-top: 3px;
    float: left;
    text-align: left;
    width: 45px;
}

.tel img {
    height: 100px;
    width: auto;
}

.in-jx img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .topbar {
        display: none;
    }

    .header .logo_text {
        color: #f5f5f5;
        font-size: 16px;
        font-weight: 400;
        margin-left: 45px;
        margin-top: -30px;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header .text,
    .header .tel {
        display: none;
    }

    .header .logo {
        height: 30px;
        line-height: 30px;
        float: none;
        padding: 0;
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
    }

    .header .nav ul {
        margin: 0 -15px;
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
    }

    .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: #0d983e
    }

    .header .nav li.open .arr:after {
        border-color: #0d983e;
        transform: rotate(225deg);
    }

    .header .nav li.dropdown:before {
        display: none;
    }

    .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 {
        height: 160px;
    }

    .yunu-sou {
        padding: 0;
        background-color: #f5f5f5;
    }

    .yunu-sou .container {
        padding: 0;
    }

    .yunu-sou .hot {
        display: none;
    }

    .yunu-sou .hform {
        float: none;
        position: relative;
    }

    .yunu-sou .hform input {
        border-color: transparent;
        width: 100%;
        box-sizing: border-box;
        line-height: 20px;
        padding: 9px 60px 9px 15px;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .yunu-sou .hform button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        /* margin-bottom: 20px; */
        font-size: 20px;
        background-size: auto 10px;
        padding-bottom: 0;
    }

    .section-title p {
        font-size: 14px;
    }

    .in-about {
        padding: 0;
        background: none;
    }

    .in-about dt {
        float: none;
        width: auto;
    }

    .in-about dd {
        margin: 15px 0 0;
    }

    .in-about dd h4 {
        font-size: 18px;
    }

    .in-about dd p {
        font-size: 14px;
        margin-top: 10px;
    }

    .in-prod .sd {
        display: none;
    }

    .in-prod .mn {
        float: none;
        width: auto;
    }

    .in-prod .mn .tit {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .in-prod .mn ul {
        margin: -10px 0 0 -10px;
    }

    .in-prod .mn li {
        width: 50%;
    }

    .in-prod .mn li a {
        margin: 10px 0 0 10px;
    }

    .in-prod .mn li .img-center {
        height: 167px;
        line-height: 167px;
    }

    .in-prod .mn li p {
        font-size: 14px;
        line-height: 40px;
    }

    .in-jx-menu {
        overflow: hidden;
        border: 1px solid #e3e3e3;
    }

    .in-jx-menu li {
        position: static;
        float: left;
        width: 33.333333%;
    }

    .in-jx-menu li a {
        width: auto !important;
        height: auto;
        border-width: 1px !important;
        padding: 0 10px !important;
    }

    .in-jx-menu li h4 {
        font-size: 14px;
        text-align: center;
    }

    .in-jx-menu li p {
        display: none;
    }

    .in-jx-con {
        width: auto;
        margin-top: 15px;
    }

    .in-jx-con .swiper-slide .img-cover {
        height: 250px;
    }

    .in-ys-menu li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 40px;
    }

    .in-ys-menu li span {
        display: none;
    }

    .in-ys-con .swiper-slide .text {
        padding: 10px;
        box-sizing: border-box;
        height: auto;
    }

    .in-ys-con .swiper-slide .text h4 {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
    }

    .in-ys-con .swiper-slide .text ul {
        display: none;
    }

    .in-zs {
        margin: -10px 0 0 -10px;
    }

    .in-zs li {
        width: 50%;
    }

    .in-zs li a {
        margin: 10px 0 0 10px;
    }

    .in-zs li .text {
        padding: 15px 10px;
    }

    .in-zs li .text strong {
        font-size: 20px;
    }

    /* .in-zs li .text strong:after {
        height: 2px;
        margin-top: 10px;
        width: 20px;
    } */

    .in-zs li .text h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .in-zs li .text p {
        display: none;
    }

    .in-zs li a:hover .text {
        background-color: #f5f5f5;
        color: #333;
        margin-top: 0;
    }

    .in-zs li a:hover .text strong:after {
        display: block;
    }

    .in-zs li a:hover .text p {
        display: none;
    }

    .in-news-left,
    .in-news-right {
        float: none;
        width: auto;
    }

    .in-news-left {
        margin-bottom: 20px;
    }

    .in-news-tit {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .in-news-top {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .in-news-top .img-cover {
        width: 110px;
        height: 90px;
    }

    .in-news-top .text {
        margin-left: 120px;
    }

    .in-news-top .text span {
        font-size: 20px;
    }

    .in-news-list li span {
        font-size: 12px;
    }

    .in-wd {
        margin-top: 30px;
        padding: 15px;
    }

    .in-wd .tit {
        float: none;
        line-height: 1;
        font-size: 18px;
        width: auto;
        text-align: left;
    }

    .in-wd ul {
        margin: 0;
    }

    .in-wd li {
        float: none;
        width: auto;
    }

    .in-wd li a {
        margin: 15px 0 0;
    }

    .in-wd li h4 {
        font-size: 14px;
    }

    .in-wd li p {
        font-size: 14px;
    }

    .in-desc dd p {
        text-align: justify;
        margin: 0;
    }

    .in-desc dd .btn {
        font-size: 14px;
        line-height: 34px;
        padding: 0 15px;
        margin: 10px 5px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-bottom {
        padding: 30px 0;
    }

    .footer-logo {
        display: none;
    }

    .footer-item {
        float: none;
        width: auto;
        border-right: 0;
        border-bottom: 1px solid #383e3a;
        padding: 0 0 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-item p {
        padding: 0;
    }

    .footer-ewm {
        float: none;
        width: 260px;
        margin: 0 auto;
    }

    .banner-sub {
        height: 120px;
    }

    .section-sub {
        padding: 30px 0;
    }

    .section-sub-title {
        margin-bottom: 20px;
    }

    .section-sub-title span {
        font-size: 20px;
    }

    .yunu-curmbs {
        display: none;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none !important;
        width: auto;
    }

    .list-5 li {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .list-5 li a {
        padding: 0;
        border: 0;
    }

    .list-5 li .img-center {
        float: none;
        width: auto;
        display: none;
    }

    .list-5 li .text {
        margin: 0;
    }

    .list-5 li .text .more {
        display: none;
    }

    .list-5 li .text h4 {
        line-height: 20px;
        font-size: 16px;
    }

    .list-5 li .text p {
        margin: 10px 0 0;
    }

    .pages {
        margin-top: 20px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .yunu-infocontent-title h1 {
        font-size: 18px;
    }

    .yunu-infocontent-desc {
        padding: 10px;
    }

    .yunu-infocontent-epx li {
        line-height: 24px;
    }

    .yunu-infocontent-epx li span {
        font-size: 12px;
        padding: 0 5px;
        margin-right: 5px;
    }

    .yunu-infocontent-epx li em {
        display: none;
    }

    .yunu-infocontent-return .more {
        display: none;
    }

    .yunu-infocontent-return {
        font-size: 12px;
        line-height: 22px;
        padding-top: 5px;
    }

    .yunu-infocontent-rem h4 {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .rmtj {
        padding: 0 30px;
    }

    .rmtj .swiper-button-next,
    .rmtj .swiper-button-prev {
        background-size: contain;
        width: 20px;
    }

    .rmtj .swiper-slide .text {
        padding: 5px 10px;
    }

    .rmtj .swiper-slide h4 {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .rmtj .swiper-slide p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .yunu-title-1 {
        font-size: 20px;
        height: 38px;
    }

    .list-1 li {
        width: 50%;
    }

    .list-1 li .img-center {
        height: 165px;
        line-height: 165px;
    }

    .list-1 li .text {
        font-size: 14px;
        line-height: 34px;
    }

    .section-title-1 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section-title-1 small {
        font-size: 12px;
    }

    .section-title-1 i {
        display: none;
    }

    .dlys {
        margin: -10px 0 0 -10px;
    }

    .dlys li {
        width: 50%;
    }

    .dlys li .wrap {
        margin: 10px 0 0 10px;
    }

    .dlys li .text {
        padding: 10px;
    }

    .dlys li .text h4 {
        display: block;
        font-size: 14px;
        white-space: normal;
        text-overflow: inherit;
        padding-bottom: 10px;
        text-align: left;
    }

    .dlys li .text p {
        font-size: 12px;
        text-align: left;
        height: 80px;
    }

    .dlzc {
        margin: -10px 0 0;
    }

    .dlzc li {
        width: auto;
        float: none;
        margin: 10px 0 0 !important;
        height: auto;
    }

    .dlzc li p {
        max-height: none;
        margin: 10px 0;
    }

    .dltj dt {
        float: none;
        width: auto;
    }

    .dltj dd {
        margin: 20px 0 0;
        padding: 15px;
    }

    .dltj dd h4 {
        font-size: 16px;
    }

    .dllc {
        margin: -10px;
    }

    .dllc li {
        width: 25%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .dllc li .img-center {
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .dllc li p {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
    }

    .dllc-tel {
        display: none;
    }

    .dljz li {
        width: 100%;
    }

    .about-2 dl {
        float: none;
        width: auto;
        height: auto;
        padding: 20px;
        margin: 0;
    }

    .about-2 .tit span {
        height: auto;
        line-height: 1.8;
        font-size: 20px;
    }

    .about-2 .tit p {
        font-size: 18px;
    }

    .about-2 .desc {
        height: auto;
    }

    .about-2 dt {
        border-top: 0;
    }

    .in-honor {
        padding: 0;
    }

    .in-honor .swiper-slide .img-center {
        height: 220px;
        line-height: 220px;
    }

    .in-honor .ctrl {
        margin-top: 20px;
    }

    .in-honor .swiper-button-prev,
    .in-honor .swiper-button-next {
        height: 34px;
        width: 100px;
        margin: 0 5px;
    }

    .about-3 dl {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        float: none;
    }

    .about-3 dl img {
        width: 100%;
        display: block;
        max-width: none;
    }

    .about-4 li {
        width: 50%;
    }

    .yunu-showcase {
        margin-bottom: 30px;
    }

    .pc-slide {
        float: none;
        width: auto;
    }

    .view .swiper-slide .img-center {
        height: 260px;
        line-height: 260px;
    }

    .yunu-showcase-info {
        margin: 20px 0 0;
    }

    .yunu-showcase-info h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .yunu-showcase-info p {
        margin-top: 10px;
        min-height: auto;
    }

    .yunu-showcase-info .tel {
        font-size: 14px;
        padding-left: 50px;
    }

    .prod-trait-con dl {
        float: none;
        width: auto;
        padding: 10px;
    }

    .prod-trait-con dl img {
        width: 100%;
        height: auto;
    }

    .prod-trait-name {
        font-size: 18px;
        line-height: 2;
        height: 36px;
    }

    .prod-trait-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    .prod-trait-vs {
        float: none;
        margin: 20px auto;
    }

    .prod-cpys dt {
        float: none !important;
        width: auto;
    }

    .prod-cpys dd {
        margin: 0 !important;
        padding: 15px;
    }

    .contact-1 {
        background: #f4f4f4;
        padding: 15px;
        height: auto;
        margin-bottom: 20px;
    }

    .contact-1 h4 {
        margin: 0;
        font-size: 18px;
    }

    .contact-1 p {
        font-size: 14px;
        line-height: 1.8;
        margin: 15px 0 0;
        text-align: justify;
    }

    .contact-2 {
        margin: -15px 0 0 -15px;
    }

    .contact-2 li {
        width: 50%;
    }

    .contact-2 li .wrap {
        margin: 15px 0 0 15px;
        padding: 10px;
    }

    .contact-2 li p {
        font-size: 14px;
        height: 60px;
    }

    .map {
        margin-top: 30px;
        height: 300px;
    }

    .advantage {
        width: 90%;
    }

    .banner {
        display: none;
    }

    .banner-sub {
        display: none;
    }

    .yunu-sou {
        display: none;
    }

    .wow img {
        width: 800px;
        position: relative;
        right: 55%;
    }

}