@charset "utf-8";
@import "//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@font-face {
    font-family: 'CorbelRegular';
    src: url('../fonts/corbel.eot');
    src: url('../fonts/corbel.eot') format('embedded-opentype'), url('../fonts/corbel.woff') format('woff'), url('../fonts/corbel.ttf') format('truetype'), url('../fonts/corbel.svg') format('svg');
}

@font-face {
    font-family: "iconfont";
    /* Project id  */
    src: url('iconfont.ttf?t=1621945629752') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-toBottom:before {
    content: "\e613";
}

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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}


/* always display scrollbars */

body {
    font: 14px/1.8 "HiraginoSansGB-W3", "STHeiti", 'Microsoft yahei', tahoma;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    font-family: "HiraginoSansGB-W3", "STHeiti", 'Microsoft yahei', tahoma !important;
    min-width: 1200px;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

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

img {
    border: 0;
}

::-moz-selection {
    background: #178c42;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #178c42;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    color: #666
}

a:link,
a:visited {
    text-decoration: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-out 0s;
    /* Opera */
}

a:active,
a:hover {
    text-decoration: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-out 0s;
    /* Opera */
}

li::marker {
    display: none;
    content: ''
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.l,
.fl,
.left {
    float: left;
}

.r,
.fr,
.right {
    float: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.inner,
.container {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.bgf5 {
    background-color: #f5f5f5;
}

.pic {
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.pic>img {
    display: block;
    width: 100%;
    transition: .6s;
    -webkit-transition: .6s
}

.scapic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.popnews {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.54s
}

.popbgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.54s 0.4s
}

.popclose {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/close.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 5;
    transition: all 0.42s;
    left: -50px
}

.popclose:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.poptext {
    height: 100%;
    position: absolute;
    width: 1000px;
    left: 100%;
    top: 0;
    z-index: 4;
    transition: 0.58s
}

.popwrs {
    background: #fff;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow: scroll\9
}

.popwrs::-webkit-scrollbar,
.serscoll::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.popwrs::-webkit-scrollbar-thumb,
.serscoll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #000000
}

.popwrs::-webkit-scrollbar-track,
.serscoll::-webkit-scrollbar-track {
    border-radius: 5px
}

.popnewtext {
    width: 710px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 100px
}

.popnews.show {
    visibility: visible
}

.popnews.show .popbgs {
    opacity: 1;
    visibility: visible;
    transition: 0.65s
}

.popnews.show .popclose {
    left: 50%;
    transition: 0.4s 0.3s left, 0.4s transform;
    margin-left: -550px
}

.popnews.show .poptext {
    left: 50%;
    margin-left: -500px
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #178c42 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0.6
}

.slick-prev,
.slick-next {
    background-color: #7f7f7f;
    width: 52px;
    height: 52px;
    z-index: 10;
    top: 50%;
    margin-top: -26px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #178c42;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    visibility: hidden\9;
    z-index: -1;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    visibility: visible\9;
}

.slick-prev i,
.slick-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-prev i {
    border-right: 6px solid #fff;
}

.slick-next i {
    border-left: 6px solid #fff;
}


/* Dots */

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-dots {
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.slick-dots li {
    transition: 200ms;
    -webkit-transition: 200ms;
    width: 8px;
    height: 8px;
    background: none;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 0 6px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.slick-dots li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #fff;
}

.top {
    position: fixed;
    _position: absolute;
    left: 0px;
    width: 100%;
    height: 100px;
    top: 0px;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0px 1px 0px #efefef
}

.headroom {
    -webkit-transition: top 600ms ease;
    -moz-transition: top 600ms ease;
    -ms-transition: top 600ms ease;
    -o-transition: top 600ms ease;
    transition: top 600ms ease;
}

.headroom--unpinned {
    top: -100px;
}

.top a:link,
.top a:visited {
    color: #7e7e7e;
}

.top a:active,
.top a:hover {
    color: #178c42;
}

.top .inner {
    height: 100px;
}

.top .logo {
    float: left;
    display: block;
    margin-top: 30px;
}

.oabox_1,
.oabox_2,
.oabox_3,
.oabox_4,
.oabox_5,
.oabox_6{
    float: left;
    display: block;
    width: 120px;
    position: relative;
}

.oabtn_1,
.oabtn_2,
.oabtn_3,
.oabtn_4,
.oabtn_5,
.oabtn_6 {
    display: block;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.oabtn_1 span,
.oabtn_2 span,
.oabtn_3 span,
.oabtn_4 span,
.oabtn_5 span,
.oabtn_6 span,
.oabox_div.active span {
    color: #b2b2b2;
    position: relative;
    z-index: 2;
    background-color: #178c42;
    display: block;
    height: 100px;
    line-height: 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.oabtn_1 span i,
.oabtn_2 span i,
.oabtn_4 span i,
.oabtn_3 span i,
.oabtn_5 span i,
.oabtn_6 span i {
    height: 100px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
}

.oabtn_1 span.sp2,
.oabtn_2 span.sp2,
.oabtn_4 span.sp2,
.oabtn_3 span.sp2,
.oabtn_5 span.sp2,
.oabtn_6 span.sp2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    z-index: 4;
    background-color: #e6e6e6;
    text-align: center;
}

.oabtn_1 span.sp2 i,
.oabtn_2 span.sp2 i,
.oabtn_4 span.sp2 i,
.oabtn_3 span.sp2 i,
.oabtn_5 span.sp2 i,
.oabtn_6 span.sp2 i {
    color: #ababab;
}

.shoplist,
.anlist,
.langlist {
    display: none;
    width: 121px;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 8;
}

.shoplist li {
    border-top: 1px solid #b2b2b2;
}

.oabtn_2 span.sp2,
.oabtn_4 span.sp2,
.oabtn_6 span.sp2 {
    background-color: #fff;
}

.oabtn_2 span,
.oabtn_4 span,
.oabtn_3 span,
.oabtn_5 span,
.oabtn_6 span {
    text-align: center;
}

.oabtn_2 span i,
.oabtn_2 span.sp2 i,
.oabtn_4 span i,
.oabtn_4 span.sp2 i,
.oabtn_3 span i,
.oabtn_5 span.sp2 i
.oabtn_6 span.sp2 i {
    background: none;
    padding-left: 0px;
}

.anlist li,
.langlist li {
    border-top: 1px solid #e3e3e3;
}

.anlist li a,
.langlist li a {
    text-align: center;
    width: 121px;
    height: 63px;
    display: block;
    line-height: 63px;
    background-color: #fff;
    font: 12px/63px "microsoft yahei";
    color: #9d9d9d;
}

.anlist li a:hover,
.langlist li a:hover {
    background-color: #AEAEAE;
}

.oabox_div.active span {
    background-color: #178c42;
}

.oabox_div.active span i {
    color: #fff
}

.topnav .subnav {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 70%;
    background: none rgba(2, 129, 14, 0.9);
    width: 120px;
    padding: 15px 0px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.topnav .subnav .item {
    text-align: center;
    position: relative;
    z-index: 1;
    perspective: 300px;
    transform-style: preserve-3d;
}

.topnav .subnav .item a {
    display: block;
    line-height: 1.4;
    padding: 7px 5%;
    color: #fff;
}

.topnav .subnav .item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    z-index: -1;
    transform-origin: center bottom 0;
    -webkit-transform-origin: center top 0;
    left: 0;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    background-color: #ff0000;
}

.topnav .subnav .item a:hover {
    color: #fff;
}

.topnav .subnav .item a:hover:before {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.navlink {
    background-color: #e8e8e8;
    text-align: center;
    line-height: 100px;
}

.navbtn {
    float: right;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.navbtn span {
    color: #fff;
    padding: 0px 26px;
    font-size: 14px;
    display: inline-block;
    height: 100px;
    position: relative;
    z-index: 2;
    background-color: #f8f6f4;
    overflow: hidden;
}

.navbtn span i {
    height: 100px;
    line-height: 100px;
    background: url(../images/menu_2.gif) no-repeat scroll right center;
    padding-right: 35px;
    display: inline-block;
    color: #178c42;
    font-style: normal;
}

.navbtn span.sp2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    z-index: 4;
    background-color: #178c42;
}

.navbtn span.sp2 i {
    background: url(../images/menu_1.gif) no-repeat scroll right center;
    color: #fff;
}

.navbox {
    border-bottom: 4px solid #178c42;
    background-color: #f8f6f4;
    padding: 120px 0px 15px;
    width: 100%;
    display: none;
    position: relative;
    z-index: 8;
}

.nav dd {
    float: left;
    display: inline-block;
    width: 10%;
}

.nav dd.navL1 {
    width: 17%;
}

.nav dd.navL2 {
    width: 12%;
}

.nav dd.navL5 {
    width: 12%;
}

.nav dd.navL9 {
    width: 8%;
}

.nav dd.navL10 {
    display: block;
    float: none;
    clear: none;
    width: auto;
    padding-left: 17%;
    height: auto;
}

.navbox a {
    color: #7e7e7e;
}

.navbox a:active,
.navbox a:hover {
    color: #178c42;
}

.nav a .homico {
    padding-left: 22px;
    color: #178c42;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.nav dd.navL1 a {
    padding: 2px 0px;
}

.nav dd.navL1 a:hover {
    background-color: transparent;
}

.nav dd p {
    padding-bottom: 10px;
}

.nav .subnav li {
    padding-bottom: 4px;
}

.nav dd p a {
    color: #434343;
}

.nav dd a {
    padding: 2px 8px;
    font-size: 16px;
}

.nav dd a:hover {
    background-color: #178c42;
    color: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #178c42;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 5%;
    background: url(../images/a_l3.png) no-repeat 0 bottom;
}

.bx-wrapper .bx-next {
    right: 5%;
    background: url(../images/a_r3.png) no-repeat right bottom;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 top;
}

.bx-wrapper .bx-next:hover {
    background-position: right top;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    outline: 0;
    width: 54px;
    height: 54px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/*index style end*/

.bannerpanel {
    position: relative;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.banneritem {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banneritem .pic {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banneritem .imgIn img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banneritem .pic img {
    width: 100%;
    display: block;
}

.banerBtns {
    height: 11px;
    bottom: 150px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 99;
    text-align: center;
    display: none;
}

.banerBtns span {
    height: 11px;
    line-height: 11px;
    width: 11px;
    margin: 0px 6px;
    display: inline-block;
    overflow: hidden;
    background: url(../images/num_1.png) no-repeat scroll center center;
    cursor: pointer;
    opacity: 0;
}

.banerBtns span.cur {
    background: url(../images/num_2.png) no-repeat scroll center center;
}

.bannerfont {
    text-align: center;
    width: 1200px;
    position: absolute;
    z-index: 8;
    left: 50%;
    top: 50%;
    height: 100px;
    margin: -50px 0px 0px -600px;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out 0s;
    /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-out 0s;
    /* Opera */
}

.bannerpanel .go-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    z-index: 7;
    margin-left: -25px;
}

.bannerpanel .go-down:before {
    background: url(../images/mouse.png) no-repeat scroll center center;
    content: '';
    width: 50px;
    height: 50px;
    display: block;
}

.bannerpanel .go-down:after {
    content: '﹀﹀';
    font-size: 14px;
    line-height: 9px;
    font-weight: 100;
    width: 14px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.bannerpanel .go-down:after {
    -webkit-animation: down_ami 1.5s linear infinite 0s;
    -moz-animation: down_ami 1.5s linear infinite 0s;
    -o-animation: down_ami 1.5s linear infinite 0s;
    -ms-animation: down_ami 1.5s linear infinite 0s;
    animation: down_ami 1.5s linear infinite 0s;
}

@keyframes down_ami {
    0% {
        top: 0px;
        opacity: 0;
    }
    50% {
        top: 10px;
        opacity: .5;
    }
    100% {
        top: 20px;
        opacity: 1;
    }
}

.gsjj {
    width: 100%;
    padding-bottom: 140px;
    padding-top: 35px
}

.gsjj .inner {
    width: 1280px;
}

.gsjj .box {
    width: 43%;
    margin-top: 220px;
}

.gsjj .box .text {
    max-height: 200px;
    overflow: hidden;
}

.gsjj .box h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 30px
}

.gsjj .box p.infop {
    margin-bottom: 20px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px
}

.gsjj .box .lines {
    display: block;
    margin-bottom: 36px;
    width: 26px;
    height: 2px;
    background-color: #012E6E
}

.gsjj .scapic {
    width: 51%
}

.com-down {
    display: inline-block;
    padding: 10px 40px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    transition: 0.3s all ease;
    margin-top: 20px;
    ;
}

.com-down:hover {
    background: #178c42;
    border-color: #178c42;
    color: #fff;
}

.gsjj .com-down {
    border-color: #178c42;
    color: #178c42;
}

.gsjj .com-down:hover {
    color: #fff;
}

.footer {
    background-color: #666;
    color: #fff;
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
    transition: all .38s;
}

.footer a,
.bottom a {
    color: #fff;
}

.footer a:hover,
.bottom a:hover {
    color: #ccc
}

.foot-contact {
    margin: 20px 0;
}

.foot-contact li {
    margin-right: 40px;
    float: left;
    line-height: 40px;
}

.foot-contact li i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.footer .follow li {
    float: left;
    margin-right: 12px;
    line-height: 30px;
}

.footer .follow li.wx {
    position: relative;
}

.footer .follow .wx-2wm {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
    margin-left: -90px;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 5
}

.footer .follow .wx-2wm img {
    width: 160px;
    height: 160px;
}

.footer .follow .wx-2wm:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eee;
}

.footer .follow li.wx:hover .wx-2wm {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.footer .follow li i,
.footer .foot-contact li i {
    font-size: 14px;
    width: 30px;
    height: 22px;
    display: inline-block;
    background-color: #545353;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    margin-right: 8px
}

.footer .follow li i:hover,
.footer .foot-contact li i:hover {
    background-color: #D0000E;
    color: #fff;
    cursor: pointer;
}

.bottom {
    background-color: #666;
    color: #fff;
    position: relative;
    padding-top: 36px;
    padding-bottom: 42px;
    transition: all .38s;
    border-top: 1px solid #787878;
}

.bottom .fl a {
    position: relative;
    display: inline-block;
    padding: 0 6px 0 10px;
}

.bottom .fl a:before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0;
    width: 1px;
    height: 68%;
    background: #999;
}

.bottom .fl a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.bottom .fl a:first-child:before {
    width: 0
}

.qrcode li {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 40px;
}

.qrcode li img {
    max-width: 100%;
}

.qrcode li:last-child {
    margin-right: 0
}

.about-zzjg {
    padding: 60px 0 80px;
    text-align: center;
}

.index-prodcut {
    padding: 115px 0;
}

.title {
    font-size: 40px;
    color: #178c42;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1
}

.title:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #178c42;
    bottom: 0;
    margin-left: -40px;
}

.nav-product {
    text-align: center;
    margin-bottom: 20px
}

.nav-product * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bhn-list {
    display: inline-block;
    text-align: center
}

.bhn-list li {
    float: left;
    position: relative;
    z-index: 1;
}

.bhn-list li:before {
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #0968ac;
    opacity: 0;
    content: ''
}

.bhn-list li.active a {
    background: #178c42;
    color: #fff;
    border-color: #178c42
}

.bhn-list li.active:before {
    visibility: visible;
    opacity: 1
}

.bhn-list li a {
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 0 10px;
    height: 60px;
    -webkit-transition: all .17s;
    -o-transition: all .17s;
    transition: all .17s;
    cursor: pointer
}

.bhn-list li a:hover,
.bhn-list li.on a,
.bhn-list li a.active {
    color: #fff;
    background-color: #178c42;
    border-color: #178c42
}

.n-gridlist .item {
    width: 378px;
    float: left;
    margin: 0 15px;
    background: #fff;
    position: relative;
    border: 1px solid #178c42;
    overflow: hidden;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.n-gridlist .item a {
    width: 100%;
    display: block;
    cursor: pointer
}

.n-gridlist .item img {
    max-width: 100%;
    height: auto;
    display: block
}

.n-gridlist .item h3 {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background-color: #efefef
}

.n-gridlist .item .bg {
    position: absolute;
    width: 380px;
    height: 295px;
    left: -400px;
    top: 0;
    z-index: 8;
    background: url(../images/red80.png) repeat 0 0;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms
}

.n-gridlist .item .bg s {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin: -25px 0 0 -25px;
    background-color: #fff;
    background-position: -22px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.n-gridlist .item:hover {
    background: #333333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
}

.n-gridlist .item:hover h3 {
    color: #fff;
    background-color: #178c42
}

.n-gridlist .item:hover .bg {
    left: 0
}

.nyIcon {
    background: url(../images/nyIcon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.index-prodcut .bd {
    position: relative;
    height: 600px;
}

.index-prodcut .bd .box {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 600px;
    top: 20px;
    left: 0px;
    z-index: 0
}

.index-prodcut .bd .box.active {
    display: block;
    opacity: 1;
    z-index: 3
}

.index-prodcut .slick-prev {
    left: -50px
}

.index-prodcut .slick-next {
    right: -60px
}

.index-prodcut .slick-prev:before,
.index-prodcut .slick-next:before {
    background-color: #178c42
}

.index-about {
    padding: 115px 0;
}

.index-about .fl {
    width: 580px;
    margin-top: 0;
}

.index-about .fl h2 {
    color: #178c42;
    font-size: 28px;
    margin-top: 0;
}

.index-about .fl .c {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.index-about .fl .more {
    margin-top: 20px;
}

.more a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #178c42;
    font-size: 14px;
    background: #efefef;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.more a:hover {
    background-color: #178c42;
    color: #fff
}

.index-plant {
    padding: 60px 0;
    background-color: #f8f8f8
}

.honor-list {
    position: relative;
    padding: 0 47px;
}

.honor-info figure {
    margin: 0 7px;
    padding: 10px;
    border-radius: 0;
    transition: 430ms;
    border: 2px solid #ccc;
    background-size: contain;
}

.honor-info figure img {
    display: block;
    width: 100%;
    line-height: 1;
    transition: 450ms;
}

.honor-info:hover figure {
    border: 2px solid #178c42;
    background-color: #178c42;
}

.honor-info:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

.honor-list .slick-prev,
.honor-list .slick-next {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -25;
    background-size: cover !important;
    transition: 330ms;
}

.honor-list .imghide {
    overflow: hidden
}

.honor-list .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 34px;
    text-align: center;
}

.honor-list .slick-dots li {
    display: inline-block;
    margin-right: 12px;
    width: auto;
    margin-left: 0;
    height: auto;
}

.honor-list .slick-dots li:last-child {
    margin-right: 0;
}

.honor-list .slick-dots li button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cec8ce;
    cursor: pointer;
    transition: 355ms;
}

.honor-list .slick-dots li.slick-active button {
    background: #49A986;
}

.honor-list p {
    margin-top: 10px;
    text-align: center;
}

.honor-list .imghide a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 5;
    display: none;
    transition: 450ms;
    background: url(../images/fd.png) 0 0 no-repeat;
    content: '';
    width: 50px;
    height: 50px;
}

.honor-list .imghide a:hover:before {
    display: block;
}

.honor-list .imghide a {
    display: block;
    position: relative;
    z-index: 3;
    background: none
}

.honor-list .slick-arrow:hover {
    background-color: #178c42;
}

.PdfDown {
    width: 100%;
    height: 283px;
    background: url(../images/pdfbg.jpg) no-repeat;
    overflow: hidden;
    text-align: center;
    color: #4d5961;
}

.PdfDown .Pdfbox {
    width: 760px;
    margin: 54px auto;
}

.PdfDown .Pdfbox .pdfTitle {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 60px;
}

.PdfDown .com-down {
    background: #178c42;
    border-color: #178c42;
    color: #fff;
}

.PdfDown .com-down:hover {
    background: #e5000a;
    border-color: #e5000a;
    color: #fff;
}

.index-feedback {
    position: relative;
    height: 244px;
}

.index-map {
    width: 100%;
    height: 600px;
}

.indexBox4_box {
    width: 100%;
    height: 244px;
    background: url(../images/grey.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #f5f5f5;
}

.indexBox4_box h1 {
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: normal;
}

.indexBox4_box .indexBox4_box_p {
    margin-bottom: 24px;
}

.indexBox4_box_div {
    width: 100%;
}

.indexBox4_box_div .ico_p {
    line-height: 30px;
    height: 30px;
}

.indexBox4_box_div>div {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.indexBox4_box>div {
    padding-top: 41px;
}

.page-page,
.product-page {
    padding: 185px 0 80px;
}

.product-page .n-gridlist .item {
    margin: 0px 10px 30px;
}
.proPic li{height:auto;float:left;overflow:hidden;padding:15px 15px}
.proPic li{width:calc(33.333333% - 30px)}
.proPic .iitem li{width: 100%;}
.proPic li.hide{display:none}
.proPic li .proCon{box-shadow:1px 3px 10px #dfdfdf;padding:15px;position:relative}
.proPic li p{line-height:24px;background:#fafafa;text-align:center;margin:10px 0 0 0;padding:15px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.proPic li .proCon .border_top{position:absolute;top:0;left:0}
.proPic li .proCon .border_bottom{position:absolute;bottom:0;right:0}
.proPic li .proCon .border_left{position:absolute;top:0;left:0}
.proPic li .proCon .border_right{position:absolute;bottom:0;right:0}
.proPic li a .proCon .border_top,.proPic li a .proCon .border_bottom{height:1px;width:0;background:#178c42;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
.proPic li a .proCon .border_left,.proPic li a .proCon .border_right{height:0px;width:1px;background:#178c42;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
.proPic li  a:hover .proCon .border_top,.proPic li  a:hover .proCon .border_bottom{width:100%}
.proPic li  a:hover .proCon .border_left,.proPic li  a:hover .proCon .border_right{height:100%}
.proPic li img{width:100%;height:auto}
.proPic li .Img{width:100%;height:auto;overflow:hidden;position:relative}
.proPic li a .Img img{-webkit-transform:translateZ(0)  scale(1);-moz-transform:translateZ(0)  scale(1);-ms-transform:translateZ(0)  scale(1);-o-transform:translateZ(0)  scale(1);transform:translateZ(0)  scale(1);-webkit-transition:all 0.8s;-moz-transition:all 0.8s;transition:all 0.8s}
.proPic li a:hover .Img img{-webkit-transform:translateZ(0)  scale(1.05);-moz-transform:translateZ(0)  scale(1.05);-ms-transform:translateZ(0)  scale(1.05);-o-transform:translateZ(0)  scale(1.05);transform:translateZ(0)  scale(1.05);-webkit-transition:all 0.8s;-moz-transition:all 0.8s;transition:all 0.8s}
.proPic li .Img p{position:absolute;width:100%;padding:15px 0;margin:0;color:#FFF;line-height:24px;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.proPic li a .Img p{width:100%;background:rgba(0,0,0,0.3);visibility:hidden;opacity:0;-webkit-transform:translate(0,100px);-moz-transform:translate(0,100px);transform:translate(0,100px);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.proPic li a:hover .Img p{width:100%;visibility:visible;opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}
.job{padding: 162px 0px 80px;background: #F5F5F5}
.conceptList{ margin-left: -0.5%;}
.conceptList dd{ float: left; display: block; width: 24.5%; margin-left: 0.5%; background-color: #fff; transition:0.3s; -webkit-transition:0.3s; position: relative; z-index: 1;}
.conceptList dd:before{ content: "";  width:100%; height:4px; background:#178c42; position:absolute; left:0; bottom:0px; z-index: -1; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .44s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .44s cubic-bezier(.4,0,.2,1); transition:transform .44s cubic-bezier(.4,0,.2,1); transition:transform .44s cubic-bezier(.4,0,.2,1),-webkit-transform .44s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9; }
.conceptList .item{ padding: 25px 12% 35px;}
.conceptList .t{ font-size: 16px; color: #333333; border-bottom: 1px solid #cacaca; padding-bottom: 10px; margin-bottom: 25px;}
.conceptList dd:hover{ box-shadow:0 0 20px rgba(0,0,0,0.2); background-color: #f1f0f0;}
.conceptList dd:hover .t{ color: #178c42;}
.conceptList dd:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}

.job-list{padding: 80px 0px;}
.hrList{ margin: 30px 0px 36px;}
.hrList .hspan{ text-align:center;cursor:pointer; width: 11%; display: block; float: left; height: 50px; line-height: 50px;}
.hrList .hspan1{ text-align: left; padding-left: 5%; width: 17%;}
.hrList .hspan2{width: 23%;}
.hrList .hrdt{ background-color: #acacac; color: #fff;}
.hrList dd{ margin-bottom: 3px; position: relative;}
.hrList .hrdt{ height: 50px; overflow: hidden;}
.hrList .hrT{ background-color: #f2f2f2; color:#666666;}
.hrList .hrT .hspan{ line-height: 50px; height: 50px;overflow: hidden;}
.hrList .ib{ width:16px; height:16px; margin: 17px auto 0px; display: block; position:relative; transition:400ms;-webkit-transition:400ms;}
.hrList .ib i{ display:block; background-color:#999999;}
.hrList .ib .ic1{ width:2px; height:16px; margin-left:7px;}
.hrList .ib .ic2{ width:16px; height:2px; position:absolute; left:0; top:50%; margin-top:-1px;}
.hrList .hrB{ border: 1px solid #178c42; display: none;}
.hrList .hrCon{ width: 91%; margin: 0px auto; padding:30px 0px 50px; overflow: hidden;}
.hrList dd.active .hrT,.hrList dd:hover .hrT{ background-color:#178c42; color: #fff;}
.hrList .active .ib i{ background-color: #fff;}
.hrList .active .ib{transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);}
.hrList .active .ib .ic2{ display: none;}

.pages {
    text-align: center;
    width: 100%;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 2rem auto;
}

ul.pagination li {
    display: inline
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd
}

ul.pagination li a.active {
    background-color: #178c42;
    color: white;
    border: 1px solid #178c42
}

ul.pagination li a:hover:not(.active) {
    background-color: #ddd
}

.bgf5 {
    background-color: #F5F5F5
}

.page-content {
    padding: 185px 0 80px;
}

.news-content {
    padding: 60px 70px;
    width: 1060px;
    background-color: #fff;
    margin: 0px auto
}

.news-content h2.tit {
    font-size: 28px;
    font-weight: 400;
}

.news-content .meta {
    color: #999;
    margin-top: 10px;
}

.news-content .meta span {
    padding: 0 5px;
}

.news-content .edit-cont {
    padding: 3% 0%;
    margin-top: 2%;
    border-top: 1px solid #eee;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.news-content .edit-cont img {
    display: inline-block;
}

.news-content .bshare {
    margin-top: 10px;
}

.previous {
    padding: 26px 0px 0;
    border-top: 1px solid #dedede;
    position: relative;
    margin-top: 50px;
}

.previous .previ {
    display: block;
    width: 130px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #333333;
    background-color: #dedede;
}

.previous .prev {
    float: left;
}

.previous .next {
    float: right;
}

.backlist {
    display: block;
    width: 145px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #178c42;
    position: absolute;
    left: 50%;
    margin-left: -72px;
    top: 26px;
}

.backlist:hover {
    background: #666;
}

.previous .previ:hover {
    background: #178c42;
    color: #fff;
}

.iboxT {
    padding: 0 0 30px;
    text-align: center;
    color: #b4b4b4;
}

.iboxT .zh {
    font: 45px/1.4 "microsoft yahei";
    color: #178c42;
    margin-bottom: 15px;
}

.iboxT .mz {
    color: #b4b4b4;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    padding: 0px 15px;
}

.iboxT .mz .i1,
.iboxT .mz .i2 {
    height: 1px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    width: 112px;
    overflow: hidden;
    display: block;
}

.iboxT .mz .i1 {
    right: 100%;
}

.iboxT .mz .i2 {
    left: 100%;
}

.iboxT .c {
    font-size: 18px;
    text-align: center;
    color: #666;
    line-height: 30px;
    width: 640px;
    margin: 0 auto;
    display: block;
}

.page-about {
    padding: 115px 0 0
}

.gsjj {
    padding: 115px 0;
}

.gsjj .inner {
    width: 1280px;
}

.gsjj .box {
    width: 600px;
}

.gsjj .box h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px
}

.gsjj .scapic {
    width: 625px;
        margin-top: 90px;
}
.index-gsjj.gsjj .scapic {
    width: 625px;
        margin-top: 0;
}
.qywh {
    padding: 80px 0 120px;
}

.qywh .slick-arrow {
    background: url(../images/yw_btn.png) 0 -115px no-repeat;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    width: 100px;
    z-index: 3;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.qywh .slick-arrow.slick-prev {
    left: 160px
}

.qywh .slick-arrow.slick-next {
    right: 160px;
    background-position: -85px -115px;
}

.qywh .slick-arrow.slick-prev:hover {
    background-position: 0px 0;
}

.qywh .slick-arrow.slick-next:hover {
    background-position: -85px 0;
}

.qywh .box {
    color: #fff;
    position: absolute;
    top: 47%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    text-align: center;
    padding: 5% 7% 5%;
    box-sizing: border-box
}

.qywh .box h2 {
    font-size: 34px;
    font-weight: 400
}

.qywh .box .c {
    margin: 0 auto;
    line-height: 24px;
    margin-top: 3%
}

.qywh .slick-dots {
    bottom: 50px;
}

.honor {
    padding: 115px 0;
    background-color: #f8f8f8
}

.imghide {
    overflow: hidden;
}

.plant {
    padding: 115px 0;
}

.plant-list img {
    width: 97%;
    margin: 0 auto
}

.plant-list {
    margin: 0 -60px;
    padding: 0!important
}

.plant-list .slick-prev {
    left: -50px;
}

.plant-list .slick-next {
    right: -50px;
}

.contact-page {
    padding-top: 185px;
    color: #000
}

.contact_us01 {
    padding-top: 0;
    position: relative;
    z-index: 1
}

.contact_us01 .left {
    width: 46%;
    float: left;
    position: relative
}

.contact_us01 .left .left_area {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 5px solid #178c42;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, .16);
    background: #fff
}

.contact_us01 .left .left_area {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

:root .contact_us01 .left .left_area {
    border-left: none;
    border-top: none;
    border-right: none
}

.contact_us01 .left .left_area .box {
    padding: 55px 50px 63px
}

.contact_us01 .left .left_area .box .infor .tit {
    font-size: 38px;
    color: #178c42;
    line-height: 38px
}

.contact_us01 .left .left_area .box .infor .common-line {
    margin: 16px 0 30px
}

.contact_us01 .left .left_area .box .infor .con {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px
}

.contact_us01 .left .left_area .box .content .cell {
    border-bottom: 1px solid #dee0e2;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 15%;
    position: relative
}

.contact_us01 .left .left_area .box .content .cell label {
    font-size: 15px;
    color: #178c42;
    position: absolute;
    left: 0;
    top: 0
}

.contact_us01 .left .left_area .box .content .cell input {
    width: 100%;
    background: transparent;
    border: none;
    height: 30px;
    line-height: 30px
}

.contact_us01 .left .left_area .box .content .cell textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 15px
}

.contact_us01 .left .left_area .box .content .btns {
    text-align: center;
    padding-top: 39px
}

.contact_us01 .left .left_area .box .content .btns button {
    display: inline-block;
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    margin: 0 6px;
    cursor: pointer
}

.contact_us01 .left .left_area .box .content .btns button.btn1 {
    background: #178c42;
    color: #fff
}

.contact_us01 .left .left_area .box .content .btns button.btn2 {
    background: #b7b7b7;
    color: #212121
}

.contact_us01 .right {
    width: 50%;
    float: right
}

.contact_us01 .right .box {
    padding: 55px
}

.contact_us01 .right .box .infor .tit {
    font-size: 38px;
    color: #178c42;
    line-height: 38px
}

.contact_us01 .right .box .infor .common-line {
    margin: 16px 0 34px
}

.contact_us01 .right .box .infor .con {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 28px
}

.contact_us01 .right .box .infor .text .addr {
    position: relative;
    padding-left: 00px;
    margin-bottom: 10px
}

.contact_us01 .right .box .infor .text i {
    display: inline-block;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 6px;
    color: #178c42;
    line-height: 1;
    font-size: 20px
}

.contact_us01 .right .box .infor .text .addr span {
    display: inline-block;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 30px
}

.contact_us01 .right .box .infor .text .phone {
    position: relative;
    padding-left: 00px;
    margin-bottom: 5px
}

.contact_us01 .right .box .infor .text .phone span {
    display: inline-block;
    font-size: 20px;
    color: #178c42;
    line-height: 30px;
    font-weight: bold
}

.contact_us01 .right .box .infor .text .phone span a {
    color: #178c42
}

.contact_us01 .right .box .infor .text .tel {
    padding-left: 0px;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 30px;
    position: relative;
}

.contact_us01 .yzm {
    text-align: center;
    position: relative
}

.contact_us01 .yzm ._yzm {
    line-height: 40px;
    border: 1px solid #dee0e2;
    width: 35%;
    padding-left: 10px;
    box-sizing: border-box
}

.contact_us01 .yzm img {
    height: 44px;
    vertical-align: middle
}

.Validform_checktip {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1
}

.Validform_wrong {
    color: #f00
}

.Validform_right {
    display: none
}

.common-line {
    width: 120px;
    height: 1px;
    background: #e5e6e7;
    position: relative
}

.common-line i {
    width: 38%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #178c42
}

.contact_us01 a {
    color: #000
}

.contact_us01 a:hover;
{
    color: #178c42
}

.contact_us02 {
    overflow: hidden;
    height: 320px
}

.contact_us02 img {
    max-width: none
}

.contact_us03 {
    padding: 20px 0
}

.contact_us03 .item {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff
}

#jianli {
    display: none
}

.address-box {
    width: 300px;
    height: 430px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    margin-top: 100px
}

.address-box .tt {
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px
}

.address-box .tt>div {
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.address-box .tt .province {
    background-color: #178c42
}

.address-box .tt .city {
    background-color: #5c5c5c
}

.address-box dt {
    position: relative;
    padding-left: 20px
}

.address-box dt i {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.address-box dt.on i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.address-box dd {
    position: absolute;
    top: 60px;
    left: 100%;
    width: 200%;
    color: #5c5c5c;
    background-color: white;
    display: none;
    height: 370px;
    overflow: hidden;
    overflow-y: auto
}

.address-box .tt .province dd {
    left: 0
}

.address-box .tt .city dd {
    left: -100%
}

.address-box dd li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #eee
}

.address-box .cc {
    height: 370px;
    overflow: hidden;
    overflow-y: auto
}

.address-box .cc li {
    padding: 20px
}

.address-box .cc li+li {
    border-top: 1px solid #eee
}

.address-box .cc h3 {
    font-size: 16px;
    color: #123c7b
}

.address-box .cc p {
    font-size: 14px;
    color: #292929;
    line-height: 2
}


/*全站的弹窗样式*/

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bounceOut {
    0% {
        opacity: 0;
        transform: scale(1)
    }
    100% {
        opacity: 1;
        transform: scale(0)
    }
}

@keyframes bounceInOut {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
    15% {
        opacity: 1;
        transform: scale(1)
    }
    85% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(0)
    }
}

.sharonTips {
    animation-fill-mode: both;
    animation-duration: .3s;
    z-index: 19910119;
    width: 260px;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    left: 50%;
    top: 50%;
    margin-left: -130px;
    font-size: 14px;
}

.sharonTips-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19910116;
    background-color: #000;
    opacity: 0.3;
}


/*弹窗的动画行为*/

.anim-bounceIn {
    animation-name: bounceIn
}

.anim-bounceOut {
    animation-name: bounceOut;
}

.anim-bounceInOut {
    animation-name: bounceInOut;
    animation-duration: 2.4s;
}


/*弹窗的样式*/

.sharonTips-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 19910120;
}

.sharonTips-confirm {}

.sharonTips-prompt input {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.sharonTips-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
}

.sharonTips-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow-y: auto;
}

.sharonTips-closeBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
}

.sharonTips-closeBtn a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    background: url('../images/sharonTips-icon.png') 0 -40px no-repeat;
}

.sharonTips-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
}

.sharonTips-btn a {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.sharonTips-btn a.yesBtn {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}


/*animate.css 的一点补充动画*/

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.picture-page .n-gridlist .item img {
    max-height: 250px;
    margin: 0 auto
}

.picture-page .n-gridlist {
    display: flex;
    flex-wrap: wrap;
    ;
}

.picture-page .n-gridlist .item {
    display: inline-flex;
}

.picture-page .n-gridlist .item .bg {
    height: 100%
}

.page-about .gsjj .box {
    margin-top: 0;
}

.innerbox {
    padding: 83px 0px 0px;
    position: relative;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    overflow-x: hidden;
    background: #fff;
}

.innerbox.on {
    left: 610px;
}

.anda-about-box {
    padding: 0px 0 110px;
    position: relative;
}

.anda-abouts {
    background: #fff;
    border-radius: 18px;
    position: relative;
    padding-top: 30px;
}

.anda-aboutline {
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd3cb;
    position: absolute;
    left: 179px;
    top: 0;
    z-index: 0;
}

.anda-about-flex {
    float: left;
    position: relative;
    top: 0;
    z-index: 3;
}

.anda-about-flex.flex {
    position: fixed;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    top: 94px;
    transition: top 560ms 0ms;
}

.anda-about-flex.anda-aboutabo {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
    transition: 440ms 0ms bottom;
}

.anda-abouts-ul li {
    margin-bottom: 3px;
    position: relative;
    width: 142px;
    padding: 13px 13px 13px 25px;
}

.anda-abouts-ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #178c42;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .34s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1), -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
}

.anda-abouts-ul li a:after {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/radius10.png) center no-repeat;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: 288ms 0ms;
    opacity: 0;
    visibility: hidden;
}

.anda-abouts-ul li:hover a:before,
.anda-abouts-ul li.current a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
}

.anda-abouts-ul li:hover a:after,
.anda-abouts-ul li.current a:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: 288ms 200ms;
}

.anda-abouts-ul li strong {
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 15px;
    background: url(../images/radius8.png) center no-repeat;
    transition: 300ms;
    text-align: center;
    position: relative;
}

.anda-abouts-ul li strong img {
    display: block;
    width: 28px;
    height: auto;
    margin: auto;
    top: 12px;
    position: absolute;
    left: 12px;
    transition: 300ms;
}

.anda-abouts-ul li strong img.hide {
    opacity: 0;
    visibility: hidden;
}

.anda-abouts-ul li span {
    display: block;
    color: #5f544e;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
    float: left;
    transition: 288ms;
    position: relative;
}

.anda-abouts-ul li:hover strong,
.anda-abouts-ul li.current strong {
    background: url(../images/radius9.png) center no-repeat;
}

.anda-abouts-ul li:hover strong .show,
.anda-abouts-ul li.current strong .show {
    opacity: 0;
    visibility: hidden;
}

.anda-abouts-ul li:hover strong .hide,
.anda-abouts-ul li.current strong .hide {
    opacity: 1;
    visibility: visible;
}

.anda-abouts-ul li:hover span,
.anda-abouts-ul li.current span {
    color: #fff;
}

.anda-about-content {
    width: 900px;
    float: right;
    margin-right: 62px;
    padding-top: 25px;
    position: relative;
    z-index: 5;
}

.anda-about-info {
    padding-bottom: 45px;
    margin-top: 20px;
    border-bottom: 1px dashed #d0c2ba;
    margin-bottom: 45px;
}

.anda-about-ts {
    margin-bottom: 30px;
}

.anda-about-ts h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 12px;
}

.anda-about-ts p {
    color: #5f544e;
    font-size: 16px;
    text-align: left;
}

.anda-about-ts img {
    display: inline;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.anda-about-img {
    text-align: center;
}

.anda-about-img img {
    display: inline;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.anda-about-info:last-child {
    margin-bottom: 20px;
    border-bottom: none;
}

.recipesb {
    position: relative;
}

.recipesb {
    background-size: cover !important;
}

.recpesbfix {
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.anda-about-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ny-banner {
    height: 300px;
    background: no-repeat center center;
    background-size: cover;
    padding-top: 83px;
}

.lodlc {
    width: 100%;
    position: absolute;
    left: 0;
    top: 200px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 6px #666;
}

.lodlc .p1 {
    font-size: 36px;
}

.lodlc .p2 {
    opacity: 0.7;
    font-size: 20px;
}

.pbanner {
    height: 300px;
}
.index-gsjj.gsjj .box{margin-top: 110px;}
.zhanshi_1{padding-bottom: 80px;}
.zhanshi_1_c .pic{display:block;width:100%;overflow:hidden;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center}
.zhanshi_1_c .pic img{display:block;width:100%;transition:600ms;-webkit-transition:600ms}
.zhanshi_1_c .cover{background:url(../images/bg2.png);color:#fff;opacity:0;display:none\9;display:block;position:absolute;top:0;left:0;right:0;bottom:0;transition:600ms;-webkit-transition:600ms}
.zhanshi_1_c .ti{text-align:center;margin-top:23.5%}
.zhanshi_1_c .entra{transform:translateY(60px);-webkit-transform:translateY(60px);opacity:0;transition:400ms;-webkit-transition:400ms}
.zhanshi_1_c .ti .nowti{display:block;font-size:20px;margin-top:8px;transition-delay:50ms;-webkit-transition-delay:50ms;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.4;font-style:normal}
.zhanshi_1_c .ti .line{display:block;width:40px;height:1px;margin:0 auto;background:#fff;margin-top:20px;transition-delay:100ms;-webkit-transition-delay:100ms}
.zhanshi_1_c .tx{width:296px;position:absolute;left:50%;margin-left:-148px;bottom:45px;border:1px solid #fff;padding:2px 0;max-height:50px;text-align:center;border-radius:50px;transition-delay:150ms;-webkit-transition-delay:150ms;font-size:20px}
.zhanshi_1_c .ico{width:25px;height:25px;background-image:url(../images/big.png);position:absolute;top:20px;left:25px;transform:scale(0);-webkit-transform:scale(0);opacity:0;display:none\9;background-repeat:no-repeat;background-position:center center}
.zhanshi_1_c .item {display:block;float:left;position:relative;margin-left: 10px}
.zhanshi_1_c .item:first-child{margin-left:0}
.zhanshi_1_c .item:hover .ico{transform:scale(1);-webkit-transform:scale(1);opacity:1;display:block\9}
.zhanshi_1_c .item:hover .cover{opacity:1;display:block\9}
.zhanshi_1_c .ti .tii{display:block}
.zhanshi_1_c .item:hover .entra{transform:translateY(0);-webkit-transform:translateY(0);opacity:1}
.zhanshi_1_c .slick-next{right: -50px;}
.zhanshi_1_c .slick-prev{left:-60px;}
.zhanshi_1_c .slick-arrow:hover{background-color: #8cbb25;}

.zhanshi_2{padding: 80px 0;background-repeat: no-repeat;background-position: center center;background-size: cover;background-attachment: fixed;}
.ix-ab-l { width: 45%; }
.ix-ti .line { width: 19px; height: 6px; background: #168c42; margin-bottom: 14px; display: block;}
.c-black { color: #333; }
.ix-ti .en { font-size: 53px; margin-bottom: 5px; }
.ix-ti .ch { font-size: 40px; }
.ix-ab-l .tx { font-size: 16px; line-height: 36px !important; height: 180px; margin: 41px 0 69px 0; }
.zhanshi_2 .ix-ti { position: absolute; left: 15px; top: 40px; }
.pro-a { display: block; overflow: hidden; color: #fff; position: relative; }
.pro-a .pic { width: 66.64%; float: right; }
.pro-a .txts { width: 530px; background: #168c42; position: absolute; left: 0; bottom: 0; z-index: 9; }
.pro-a .txts .pa { padding: 44px 55px 68px 55px; position: relative; z-index: 9; }
.pro-a .txts .nowti { font-size: 20px; margin-bottom: 20px; }
.pro-a .txts .line { width: 33px; height: 1px; background: #fff; background: rgba(255,255,255,.5); margin-bottom: 15px; }
.pro-a .txts .tx { height: 50px; }
.pro-a .txts:before, .pro-a .txts:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; background-repeat: no-repeat; transition: 600ms; -webkit-transition: 600ms; }
.pro-a .txts:before { background-image: url(../images/iximg33.png); }
.pro-a .txts:after { background-image: url(../images/iximg34.png); }
.zhanshi_2 { position: relative; }
.zhanshi_2 .slick-arrow{ width:28px; height:28px; background:#959595; border-radius:100%; display:block; position:relative; z-index:99; }
.zhanshi_2 .slick-arrow i{ display:block; position:absolute; top:0; bottom:0; width:35px; transition:transform 300ms; -webkit-transition:transform 300ms; }
.zhanshi_2 .slick-prev i{ right:11px; background:url(../images/ix-ico-4.png) no-repeat left center; border: 0;margin: 0;left: auto}
.zhanshi_2 .slick-next i{ left:11px; background:url(../images/ix-ico-5.png) no-repeat right center;border: 0;margin: 0}

.zhanshi_2 .slick-arrow { bottom: 24px; position: absolute; background: #fff; top: auto}
.zhanshi_2 .slick-prev { left: 583px; opacity: 1}
.zhanshi_2 .slick-next { left: 632px; opacity: 1 }

.zhanshi_2 .slick-arrow:hover { background-color: #8CBB26; }
.zhanshi_2 .slick-prev:hover i { background-position: right center; transform: translateX(-5px); -webkit-transform: translateX(-5px); }
.zhanshi_2 .slick-next:hover i { background-position: left center; transform: translateX(5px); -webkit-transform: translateX(5px); }
.slick-prev:before, .slick-next:before{content: '';display: none;}
.zhanshi_2 .item a:hover{color: #fff}
.zhanshi_3{padding:80px 0}
.news-list *{box-sizing: border-box;}
.news-list ul{padding:0px}
.news-list ul li{width:100%;background:#fff;margin-bottom:60px;padding:35px 60px;background-color:rgb(255,255,255);box-shadow:0px 3px 10px 0px rgba(35,24,21,0.15);transition:box-shadow .5s}
.news-list ul li:hover{box-shadow:0px 33px 51px 0px rgba(35,24,21,0.06)}
.news-list ul li .p_c_left{float:left;margin-top:30px;width:calc(100%)}
.news-list ul li .p_c_left h2{font-size:32px;color:#333;margin-top:0px;font-weight:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.news-list ul li .p_c_left p{font-size:14px;color:#666;line-height:24px;width:100%;margin-top:20px}
.news-list ul li .p_c_left div{color:#333;font-size:16px;background:url(../images/icon02.png);margin-right:20px;background-repeat:no-repeat;background-position:70px center;cursor:pointer;transition:background-position .5s;margin-top:20px}
.news-list ul li:hover .p_c_left div{background-position:80px center}
.news-list ul li .p_c_right{float:right;width:300px;max-height: 300px;overflow: hidden;}
.news-list ul li .p_c_right img{width:100%}


.who_content{width: 100%;}
.who_content .title{margin-bottom: 50px;}
.col-lg-6{width: 50%;float: left;}
.col-lg-5{width: 41%;float: right;}

.zhengshu-box {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.page_view{padding:0 0 80px 0;}

.page_qywh{padding: 80px 0;}

.page-no-b{padding: 180px 0 0 ;}
.page-about.page-no-b{padding: 100px 0 0 ;}
.page_qywh .container{width: 1600px;}
.black-20 {
    background: none rgba(0,0,0,0.2);
}

.red-80{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: none rgba(23,140,66,0.8);}
.responsibility-list{margin-left: -1%;color: #fff;}
.responsibility-list li{ float: left; display: block; width: 19%; margin:0px 0px 25px 1%; position: relative; overflow: hidden;  }
.responsibility-list .img{ overflow: hidden; position: relative;}
.responsibility-list .img img{ width: 100%; display: block;}
.responsibility-list .black-20{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.responsibility-list .item{ position: absolute; left: 10%; width: 80%; top: 10%; height: 85%; line-height: 1.5; -webkit-transition:all .62s cubic-bezier(.4,0,.2,1); transition:all .62s cubic-bezier(.4,0,.2,1);}
.responsibility-list .ico{ width: 70px; height: 70px; display: block; margin: 0px 0 12px;}
.responsibility-list .zh{ font-size: 30px; line-height: 1.2; font-weight: bold; font-family: "微软正黑体","Microsoft JhengHei";}
.responsibility-list .en{font-size: 14px;}
.responsibility-list .bot{ width: 10%; height: 1px; background-color: #fff; margin:10px 0px 32px; display: block; -webkit-transition:all .62s cubic-bezier(.4,0,.2,1); transition:all .62s cubic-bezier(.4,0,.2,1);}
.responsibility-list .con{ max-height: 196px; overflow: hidden; line-height: 2; overflow: hidden; opacity: 0; visibility: hidden\9; transform:translateY(50px); -webkit-transform:translateY(50px);  -webkit-transition:all .62s cubic-bezier(.4,0,.2,1); transition:all .62s cubic-bezier(.4,0,.2,1);}
.responsibility-list .red-80{ -webkit-transition:-webkit-transform .62s cubic-bezier(.4,0,.2,1),opacity 0.5s; transition:transform .62s cubic-bezier(.4,0,.2,1),opacity 0.5s; transform-origin:left 100%; -webkit-transform-origin:left 100%; transform:scaleY(0); -moz-transform:scaleY(0); -webkit-transform:scaleY(0); opacity: 0; visibility:hidden\9;}
.responsibility-list .by{ font-size: 12px; font-family: arial, helvetica, sans-serif; text-transform: uppercase; position: absolute; left: 0%; bottom: 0%; opacity: 0; visibility: hidden\9; transform:translateY(50px); -webkit-transform:translateY(50px); -webkit-transition:all .62s cubic-bezier(.4,0,.2,1); transition:all .62s cubic-bezier(.4,0,.2,1);}
.responsibility-list li:hover .bot{ width: 100%;}
.responsibility-list li:hover .red-80{ transform:scaleY(1); -webkit-transform:scaleY(1); transform-origin:left 0; -webkit-transform-origin:left 0;  opacity: 1; visibility:visible\9;}
.responsibility-list li:hover .con,.responsibility-list li:hover .by{ opacity: 1; visibility:visible\9; transform:inherit; -webkit-transform:inherit;}

.iitem{margin:0 5px}
@media (max-width: 1200px){
    .gsjj .inner{width:1200px;}
    .gsjj .scapic{width:580px}
    .index-gsjj.gsjj .scapic{width:580px}
    .index-prodcut .slick-next{right:0}
    .index-prodcut .slick-prev{left:0}
    .banneritem .pic{left:0!important;    width: 100%!important;
    height: 100%!important;}
    .bannerpanel,.banner {height: 600px!important;}
    .zhanshi_1_c .slick-next{right: 0px;}
    .zhanshi_1_c .slick-prev{left:0px;}
    .page_qywh .container{width:100%}
}
