@charset "utf-8"; /* CSS Document *//* 通用属性 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 14px;
    color: #000;
    font-family: Microsoft YaHei, sans-serif;
}



img {
    border: 0;
    vertical-align: top;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

html, body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 320px;
}

address, caption, cite, code, dfn, em, th, dt, var {
    font-style: normal;
    font-weight: normal;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(144deg 62%57% /100% );
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

::-webkit-scrollbar-track {
    background: rgba(255, 252, 252, .11);
}

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

a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #009e40;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

.ovfl {
    overflow: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ltflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.lbflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.rflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rtflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.rbflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.mflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.mtflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.mbflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.dh300s {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.donghua {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

::after, ::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.dhwz {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.mar0a {
    margin: 0 auto;
}

.con-fff {
    width: 100%;
    height: 100%;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: 0 0 0;
    font-size: 14px;
}

textarea {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: 0 0 0;
    font-size: 14px;
}

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

table td, table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

@media (min-width: 1210px) {
    .container {
        width: 1180px;
    }
}

@media (min-width: 1310px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 1410px) {
    .container {
        width: 1380px;
    }
}

@media (min-width: 1510px) {
    .container {
        width: 1440px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* 头部 */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

/* #header:hover, #header.active{} */
.head-atop {
    background: #009e40;
    line-height: 40px;
    height: 40px;
}

.head-search {
    float: right;
}

.head-search > p {
    font-size: 14px;
    color: #fff;
    float: left;
    height: 40px;
    padding-left: 20px;
    background: url(../images/htel.png) no-repeat left;
}

.head-search > p > a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.head-search > form {
    float: left;
    width: 190px;
    margin: 7px 0 7px 20px;
    line-height: 26px;
    height: 26px;
    background: #fff;
    border-radius: 15px;
}

.head-search > form > .s_tt {
    width: calc(100% - 36px);
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}

.head-search > form > .s_bt {
    width: 36px;
    float: left;
    background: url(../images/page/search-btn.png) no-repeat center;
}

/* .head-acon{background: url(../images/headerbg.png) repeat-x;} */
.headcon {
    position: relative;
    z-index: 999;
}

.logo {
    float: left;
    margin: 24px 0;
    display: flex;
}

.logo a {
    display: block;
    position: relative;
}

.logo a img {
    height: 49px;
}

.logo a img.logo-def {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo a img.logo-fix {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.logo .cname {
    padding-left: 20px;
}

.logo .cname h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.logo .cname p {
    color: #666666;
    font-size: 18px;
    margin-top: 3px;
}

.hphone {
    float: right;
    margin: 11px 0;
    background: url('../images/hphone.png') no-repeat left top;
    padding-left: 65px;
}

.hphone p {
    color: #333333;
    font-size: 18px;
    line-height: 19px;
    font-weight: 550;
}

.hphone p:hover {
    color: #009e40;
}

.hphone p span {
    font-size: 14px;
}

#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def {
    opacity: 0;
}

#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix {
    opacity: 1;
}

#header:hover .head-acon, #header.active .head-acon {
    background: none;
}

.head-raea {
    float: right;
    position: relative;
}

.head-htel {
    text-align: center;
    color: #fff;
    padding-left: 28px;
    background: url(../images/htel.png) no-repeat left;
    float: left;
}

.head-htel h4 {
    font-size: 18px;
    font-weight: bold;
}

.head-htel h4 a {
    color: #fff;
}

.head-htel p {
    font-size: 14px;
}

#search-btn {
    float: left;
    display: block;
    line-height: 36px;
    margin: 27px 0;
    color: #fff;
    background: #009e40;
    font-size: 16px;
    padding: 0 26px;
    border-radius: 18px;
    cursor: pointer;
}

#search-btn i {
    margin-right: 8px;
}

#search-close {
    float: left;
    display: block;
    line-height: 34px;
    margin: 22px 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.search-con {
    position: absolute;
    right: 0;
    top: 90px;
    width: 350px;
    background: #4a4a4a;
    padding: 10px;
    overflow: hidden;
    display: none;
}

.search-con form {
    background: #fff;
}

#keyword {
    display: block;
    height: 40px;
    width: 100%;
    background: none;
    text-indent: 1em;
    padding-right: 50px;
}

.search-con .s_bt {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/search-btn.png) no-repeat;
}

.search-con .s_bt:hover {
    background-color: #ddd;
}

#m-head-nav {
    height: 16px;
    position: relative;
    float: left;
    display: none;
    margin-left: 20px;
    margin-top: 42px;
    width: 24px;
}

#m-head-nav .line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 7px;
}

#m-head-nav .line1 {
    margin-top: -7px;
}

#m-head-nav .line3 {
    margin-top: 7px;
}

#m-head-nav[data-active="on"] .line1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#m-head-nav[data-active="on"] .line2 {
    display: none;
}

#m-head-nav[data-active="on"] .line3 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header:hover #m-head-nav .line, #header  #m-head-nav .line {
    background-color: #009e40;
}




/* 导航栏 */
.dhnav {
    border-top: 1px solid #d5d5d5;
}
.nav{padding:15px 0;}
/* .nav{float: right;margin-top:25px;} */
.nav > li {
    float: left;
    margin: 0 10px;
    position: relative;
}

.nav > li:last-child {
    margin-right: 0;
}

.nav > li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: rgb(51, 51, 51);
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top:50%;
    transform: translateY(-50%);
}

.nav > li:last-child:before {
    content: none;
}

.nav > li > a {
    display: block;
    font-size: 16px;
    padding: 0;
    color: #333333;
    position: relative;
    padding: 8px 22px;
    margin-right: 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav > li:hover > a, .nav > li.cur > a {
    background: #009e40 !important;
    border-radius: 30px;
    color: #ffffff !important;
}

/* .nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;background-color: #fff;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;} */
.nav > li:last-child > a::before {
    display: none;
}

.nav-er-box {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    display: none;
    padding-top: 6px;
    box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%);
}

.nav-er-list {
    background: #333;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #666;
}

.nav-er-list:last-child {
    border-bottom: none;
}

.nav-er-list a {
    display: block;
    padding: 0 15px;
}

.nav .nav-san-box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 218px;
    background: #fff;
    display: none;
}

.nav > li:last-child > .nav-er-box .nav-san-box {
    left: auto;
    right: 100%
}

.nav-er {
    color: #f7f7f7;
    font-size: 15px;
    transition: 0.3s all ease;
}

.nav-er i {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: 0.3s all ease;
}

.nav-er span {
    display: block;
    text-align: center;
}

.nav .nav-san-box a {
    position: relative;
    display: block;
    padding-left: 56px;
}

.nav  .nav-san-box a::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 23px;
    width: 10px;
    height: 10px;
    background: url(../images/page/nav-rjt.png);
}

.nav-yi::after {
    position: absolute;
    content: '';
    bottom: 25px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #009e40;
    display: none;
}

.nav-er-box::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 6px;
    background: url(../images/page/nav-up.png) no-repeat center;
    left: 50%;
    margin-left: -9px;
    top: 0;
}

.nav li.active .nav-yi {
    color: #009e40;
}

.nav-box li.active .nav-yi::after {
    display: block;
}

.nav > li:hover .nav-er-box {
    display: block;
}

.nav > li:hover .nav-yi {
    color: #009e40;
}

.nav > li:hover .nav-yi:after {
    display: block;
}

.nav-er-list:hover .nav-er {
    color: #009e40;
    font-weight: bold;
}

.nav-er-list:hover .nav-er i {
    background-position-y: -20px;
}

.nav-er-list:hover {
    background: #fff;
}

.nav .nav-er-list:hover .nav-san-box {
    display: block;
}

.nav  .nav-san-box a:hover {
    color: #009e40;
}

.nav > li:hover > a::after, .nav > li.cur > a::after {
    left: 0;
    right: 0;
}

/* #header:hover .nav>li>a, #header.active .nav>li>a{color:#333;} *//* #header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover, *//* #header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#009e40;} *//* #header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #009e40;} *//* #header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;} *//* #header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;} *//* 小屏幕导航 */
.mm-nav-box {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.mm-nav-box[data-on="active"] {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 140px;
}

.mm-nav-box .mm-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    padding-bottom: 15px;
    z-index: 100;
    border-top: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}

.mm-nav-box .mm-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
}

.mm-nav-box .mm-nav .li1 {
    margin: 0 20px;
    line-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1 .a1 {
    display: block;
    color: #222222;
    font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
    color: #e00000;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
    border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-title {
    position: relative;
    height: 60px;
    line-height: 60px;
}

.mm-nav-box .mm-nav .li1 .mm-title .am {
    display: block;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick a {
    display: block;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
    border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
    display: none;
    padding: 6px 0;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .a1 {
    color: #009e40
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
    color: #222222;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding: 6px 0;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a:hover {
    color: #009e40
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
    margin: 0 15px;
}

.mm-nav-box .mm-wrap .mmlang {
    padding: 0 10px;
    font-size: 0;
    display: none;
}

.mm-nav-box .mm-wrap .mmlang .mmitem {
    height: 55px;
    line-height: 55px;
    width: 50%;
    font-size: 14px;
    color: #222222;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.mm-nav-box .mm-wrap .mmlang .mmitem.on {
    color: #e00000;
}

.header_atop {
    width: 100%;
    height: 40px;
}

.header_space {
    width: 100%;
    height: 123px;
}
@media (max-width: 1520px) {
	
	.nav > li > a{margin-right:10px;padding:8px 20px;}
	
	
}
@media (max-width: 1420px) {
	
	.nav > li > a{margin-right:8px;padding:8px 18px;}
	.nav > li{margin:0 8px}
	
	
	
}
@media (max-width: 1310px) {
	.nav > li > a{margin-right:5px;padding:8px 15px;}
	.nav > li{margin-right:5px;margin:0 8px}
	
}
@media (max-width: 1220px) {
		.nav > li > a{padding:8px 12px;}
	
}
/* @media (max-width: 1650px) { */
	
	  /* .nav > li { */
        /* padding: 0 8px; */
    /* } */
	
	   /* .nav > li > a { */
        /* padding: 10px 10px; */
    /* } */
/* } */
/* @media (max-width: 1509px) { */
    /* .nav > li { */
        /* padding: 0 5px; */
    /* } */

    /* .nav > li > a { */
        /* padding: 10px 5px; */
    /* } */
/* } */

/* @media (max-width: 1309px) { */
    /* .nav > li { */
        /* padding: 0 5px; */
    /* } */

    /* .nav > li > a { */
        /* padding: 0 2px; */
    /* } */
/* } */

@media (max-width: 1199px) {
    .headcon .hphone {
        display: none;
    }

    #header {
        height: 100px;
    }

    .header_space {
        height: 60px;
    }

    .nav {
        display: none;
    }

    .mm-nav-box {
        display: block;
    }

    #m-head-nav {
        display: block;
    }

    .header_space {
        display: block;
    }

    .head-raea {
        margin-left: 0;
    }
	 .mm-nav-box[data-on="active"] {
        top: 100px;
    }
}

@media (max-width: 800px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .headcon .cname {
        display: none;
    }

    .headcon {
        padding: 0 10px;
    }
	#header{height:97px;}

}

@media (max-width: 600px) {
	#header{height:97px;}
    .mm-nav-box .mm-wrap {
        width: 100%;
        padding-bottom: 0;
    }

    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        font-size: 14px;
    }

    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        font-size: 13px;
    }

    .mm-nav-box .mm-nav .li1 {
        margin: 0 10px;
    }

    .mm-nav-box .mm-wrap .mmlang {
        display: block;
    }
}

@media (max-width: 500px) {
   
  #header{height:60px;}
.header_space{height:20px;}
    .logo a img {
        height: 40px;
    }

    .mm-nav-box[data-on="active"] {
        top: 60px;
    }

    #header:hover .logo, #header .logo {
        margin: 10px 0;
    }

    #header:hover .head-raea, #header .head-raea {
        margin-top: 16px;
    }

    #search-btn {
        font-size: 14px;
        padding: 0 15px;
        margin: 15px 0;
    }

    #m-head-nav {
        margin-left: 15px;
        margin-top: 10px;
    }

    .mm-nav-box {
        top: 66px;
    }
}

@media (max-width: 450px) {
 
.header_space{height:30px;}
    .head-atop {
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }

    .head-search > p {
        height: 30px;
    }

    .head-search > p > a {
        font-size: 15px;
    }

    .head-search > form {
        display: none;
    }

    .header_atop {
        height: 30px;
    }

    .mm-nav-box[data-on="active"] {
        top: 60px;
    }
}

/* 轮播图 */
#banner {
    position: relative;
}
#banner .nybanner .nybanner_txt{   position: absolute; left: 50%; top: 50%;   
    transform: translate(-50%, -50%);    /* 50%为自身尺寸的一半 */  }
#banner .nybanner .nybanner_txt h6{font-size: 36px;font-weight: bold;color: #fff;text-align: center;z-index: 999;width: 100%;}

#banner video {
    width: 100%;
    display: block;
}

#banner .swiper-slide a {
    display: block;
}

#banner .swiper-slide img {
    display: block;
    max-width: 100%;
}

#banner .swiper-pagination {
    bottom: 40px;
    font-size: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 18px;
    background: rgb(0 0 0 / 20%);
    border-radius: 20px;
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin: 0 8px;
}

#banner .swiper-pagination-bullet-active {
    background: #009e40;
}

#banner .swiper-button-prev, #banner .swiper-button-next {
    width: 46px;
    height: 46px;
    background: url(../images/page/ban-jt.png) no-repeat center left;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#banner .swiper-button-prev {
    left: -115px;
}

#banner .swiper-button-next {
    right: -115px;
    transform: rotate(180deg);
}

#banner:hover .swiper-button-prev {
    left: 115px;
}

#banner:hover .swiper-button-next {
    right: 115px;
}

#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover {
    background: url(../images/page/ban-jt.png) no-repeat center left -46px #fff;
    box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);
}

@media (max-width: 1400px) {
    #banner .swiper-button-prev {
        left: 60px;
    }

    #banner .swiper-button-next {
        right: 60px;
    }
}

@media (max-width: 767px) {
		#banner .nybanner .nybanner_txt h6{font-size: 26px;}
    #banner .swiper-pagination {
        bottom: 20px;
    }

    #banner .swiper-pagination-bullet {
        border: none;
    }

    #banner .swiper-button-prev, #banner .swiper-button-next {
        display: none;
    }
}

@media (max-width: 450px) {
	#banner .nybanner .nybanner_txt h6{font-size: 24px;}

    #banner .swiper-pagination {
        bottom: 5px;
        padding: 8px;
    }

    #banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
}

#search {
    background: #f3f3f3;
}

/* #search .container .search-right{padding:25px 0px 17px 0px;} */
.search-aa {
	float:left;
    margin: 21px 0px;
}

.search-aa span {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.search-aa span a {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.search-form {
	float:right;
    position: relative;
    margin: 10px 0;
    height: 36px;
}

/* .search-form form{overflow:auto;} */
.search-form .tt {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    float:left;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 7px 0 8px 23px;
    width: 318px;
}

.search-form .s_bt {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/search.png) no-repeat #009e40;
    background-position: 16px center;
    padding-left: 23px;
    font-size: 14px;
    color: #ffffff;
    width: 86px;
    height: 36px;
    line-height: 36px;
  
    border-radius: 30px;
	    cursor: pointer;
}
 .search-form   form{position:relative;}
@media only screen and (max-width: 991px) {
    .search-aa {
        display: none;
    }

    #search .container .search-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* .search-form{margin:0 auto;} */
    /* .search-form   form{ */
    /* position:absolute; left: 50%; top: 50%;    */
    /* transform: translate(-50%, -50%);   */
    /* } */
	.search-form   .tt{right:0;}
}

/* 首页标题 */
.title {
    padding: 0 10px;
    text-align: center;
}

.title h2 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.title p {
    color: #999;
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: Arial;
}

@media only screen and (max-width: 767px) {
    .title h2 {
        font-size: 30px;
    }

    .title p {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .title h2 {
        font-size: 26px;
    }
}

/* 推销联系我们 */
.Sell {
    padding: 75px 0 55px 0;
    background: url(../images/tuixbg.png) no-repeat;
}

.Sell .tqyan {
    overflow: auto;
}

.Sell .txleft, .Sell .tspn {
    padding-left: 0;
    padding-right: 0;
}

.Sell .txleft h3 {
    color: #333333;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.Sell .txleft .tfont {
    margin-top: 15px;
}

.Sell .txleft .tuix {
    color: #999999;
    font-size: 18px;
    margin: 36px 0 31px 0;
    width: 91%;
    line-height: 22px;
}

.Sell .txleft .sellbtn {
    background: #353a3f;
    width: 140px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 10px;
}
.Sell .txleft .sellbtn:hover{background:#009e40;}
.Sell .txleft .sellbtn a {
    color: #fefefe;
    font-size: 18px;
}

.Sell .tspn {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.Sell .video-div {
    margin-top: 29px;
}

.Sell .video-div p {
    color: #999999;
    font-size: 18px;
    margin-top: 13px;
}

@media (max-width: 1409px) {
    .Sell .txleft h3 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    .Sell .txleft h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
	.Sell .txleft .tuix{margin:20px 0;}
	.Sell{padding:30px 0;}
    .Sell .txleft .tuix {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .Sell .txleft h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .Sell .txleft .tuix {
        font-size: 16px;
    }

    .Sell .txleft .tfont {
        margin-top: 10px;
    }
}

@media (max-width: 425px) {
    .Sell .tspn {
        justify-content: center;
    }

    .Sell .txleft h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .Sell .txleft .tuix {
        font-size: 14px;
    }

    .tnian {
        display: none;
    }
}

#countup {
    margin-top: 60px;
}

/* .countup-div{padding:70px 0;} *//* #countup  .countup-txt h4 {text-align:center;} */
#countup .countup-txt h4 p {
    color: #444444;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}

.countup-div {
    position: relative;
}

.countup-div:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 60px;
    background: #d5d5d5;
}

.countup-div:nth-child(4):before {
    content: none;
}

#countup .countup-txt h4 span {
    color: #444444;
    font-size: 60px;
	font-weight:bold;
}

#countup .countup-txt > p {
    color: #666666;
    font-size: 18px;
}

@media (max-width: 991px) {
	#countup{margin-top:20px;}
    #countup .countup-txt h4 span {
        font-size: 50px;
    }

    #countup .countup-txt h4 p {
        font-size: 18px;
    }

    #countup .countup-txt > p {
        font-size: 14px;
    }

    /* .countup-div:before{top:0;height:auto;} */
    .countup-div:nth-child(2):before {
        content: none;
    }
}

@media (max-width: 767px) {
    .countup-div {
        padding: 20px 0;
    }

    #countup .countup-txt h4 span {
        font-size: 30px;
    }

    #countup .countup-txt h4 p {
        font-size: 16px;
    }
}

/* 特性 */
.features{padding-bottom: 187px;padding-top:64px;background:url(../images/fearbg.jpg)no-repeat;}
.featurenei {
    position: relative;
	margin-top:29px;
}

.featurenei ul li {
    position: relative;
}

.featurenei ul li .featurenum {
    float: left;
    font-style: italic;
    font-size: 60px;
    line-height: 50px;
    color: #009e40;
    font-weight: bold;
    font-family: Arial;
}

.featurenei ul li h4 {
    display: flex;
    align-items: flex-end;
}

.featurenei ul li em {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
}
.featurenei ul li:hover em{color:#009e40;}
.featurenei ul li .featurefont p {
    color: #666666;
    font-size: 15px;
    margin: 20px 0;
    padding-left: 45px;
    width: 320px;
}

.featurenei ul li:nth-child(4) h4, .featurenei ul li:nth-child(2) h4 {
    justify-content: flex-end;
    text-align: right;
    margin-right: 110px;
}

.featurenei ul li:nth-child(4) .featurefont, .featurenei ul li:nth-child(2) .featurefont {
    display: flex;
    justify-content: flex-end;
}

.featurenei ul li::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 40px;
    background: url(../images/featuretline.png) no-repeat;
    left: 0;
    bottom: -30px;
    z-index: 1;
}

.featureimg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */
    height: 100%;
}

.featurenei ul li:nth-child(1), .featurenei ul li:nth-child(2) {
    margin-top: 45px;
}

.featurenei ul li:nth-child(3), .featurenei ul li:nth-child(4) {
    margin-top: 137px;
}

.featurenei ul li:nth-child(3)::after {
    transform: rotateX(180deg);
    bottom: 0;
}

.featurenei ul li:nth-child(4)::after {
    transform: rotate(180deg);
    bottom: 0;
    left: auto;
    right: 0;
}

.featurenei ul li:nth-child(2)::after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}



.CaseSuc{background:url(../images/casebg.jpg) no-repeat;margin-top:-117px;padding-top:155px;background-size:100% 100%;}
#caselist {position:relative;margin-top:27px;}
#caselist li {padding:45px 30px 60px 30px;background:url(../images/casebgodd.jpg) no-repeat top;}
#caselist .case-txt .dhwz{font-weight:bold;font-size:18px;color:#333333;margin:20px 0;}
#caselist .casefont{font-size:14px;color:#666666;display:-webkit-box;line-height:23px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
#caselist .case-more{height:34px;line-height:34px;border:1px solid #999999;font-size:14px;border-radius:25px;text-align:center;color:#999999;width:100px;margin-top:18px;}
#caselist li:hover .case-txt .dhwz{color:#009e40;}
#caselist li:hover   .case-more{border:none;background:#009e40;color:#ffffff;}
/* #caselist .owl-nav{position:relative;} */
/* #caselist  .owl-prev, .owl-next{} */
/* 关于我们 */
@media (max-width: 1430px) {
    .featurenei ul li:nth-child(4) h4, .featurenei ul li:nth-child(2) h4 {
        margin-right: 50px;
    }

    .featurenei ul li:nth-child(4) .featurefont p, .featurenei ul li:nth-child(2) .featurefont p {
        padding-left: 70px;
    }
}
@media (max-width: 991px) {
#caselist .case-txt .dhwz {margin:50px 0 20px 0;}
}
@media (max-width: 768px) {
	#caselist .case-txt .dhwz {margin:20px 0;}
	
}
@media (max-width: 991px) {

	.features{padding: 50px  0 30px 0;}
    .featurenei ul li .featurenum {
        font-size: 40px;
        line-height: 30px;
    }

    .featurenei ul li em {
        font-size: 28px;
    }

    .featurenei ul li .featurefont p {
        padding-left: 0px;
        font-size: 14px;
    }

    .featurenei ul li::after {
        content: none;
    }

    .featureimg {
        display: none;
    }

    .featurenei ul li {
        border-bottom: 1px solid #bbbbbb;
    }

    .featurenei ul li:nth-child(4) .featurefont p, .featurenei ul li:nth-child(2) .featurefont p {
        padding-left: 0px;
    }

    .featurenei ul li:nth-child(3), .featurenei ul li:nth-child(4) {
        margin-top: 0px;
    }

    .featurenei ul li:nth-child(1), .featurenei ul li:nth-child(2) {
        margin-top: 0px;
    }

    .featurenei ul li:nth-child(4) .featurefont, .featurenei ul li:nth-child(2) .featurefont {
        display: block;
    }

    .featurenei ul li:nth-child(4) h4, .featurenei ul li:nth-child(2) h4 {
        margin-right: 0px;
        text-align: left;
        justify-content: flex-start;
    }

    .featurenei ul li {
        margin: 20px 0;
    }
}

@media (max-width: 786px) {
    .featurenei ul li .featurenum {
        font-size: 30px;
        line-height: 20px;
    }

    .featurenei ul li em {
        font-size: 22px;
    }

    .featurenei ul li h4 {
        display: flex;
    }

    .featurenei ul li .featurefont p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .featurenei ul li {
        width: 100%;
    }
}

#about {
    padding: 45px 0 102px 0;
}

.about-img {
	position:relative;
    padding-left:0px;
	padding-right:0px;
}
.about-img:before{content:'';position:absolute;background:url(../images/aboutbg.jpg)no-repeat;top:50px;width:90%;height:100%;left:-30px;z-index:-2;}

.about-box {
    padding: 0 42px 0 68px;
    /* text-align: center; */
    /* margin-top: 30px; */
}

.about-loze {
    height: 20px;
    position: relative;
    margin-bottom: 20px;
}



.about-box > h2 {
    font-size: 40px;
    color: #444444;
    font-weight: bold;
}
.about-box .about-ftit{font-size:14px;color:#aaaaaa;font-weight:bold;margin-top:14px;}
.about-xian {
    width: 44px;
    height: 2px;
    background: #404040;
    margin: 28px auto 20px;
}

.about-con {
}

.about-txt {
    font-size: 16px;
    line-height: 40px;
    color: #666;
	margin:32px 0 50px 0;
}

.about-con > a {
    display: inline-block;
    padding:0 140px;
    height: 48px;
    line-height: 48px;
    background: #353a3f;
    color: #ffffff;
    font-size: 16px;
	text-align:center;

}


.aboutList{background:#f5f5f5;padding-bottom:45px;}
.aboutList .alisttit{margin-top:-21px;}
.aboutList .alisttit ul {display:flex;justify-content:center;}
.aboutList .alisttit ul li{position:relative;display:inline-block;  background:#353a3f; -webkit-transform: skewX(10deg);text-align:center;width:160px;height:42px;line-height:42px;margin-right:10px;}

.aboutList .imgtags {margin-top:-21px;}
.imgtags{font-size:0;text-align:center;}
.news .imgtags{margin-top:23px;}
.imgtags a{display:inline-block;position:relative;color:#fff;font-size:16px;width:168px;line-height:42px;background:#353a3f;margin-right:10px;transform: skewX(10deg);}
.imgtags a:first-child{margin-left:21px;width:147px;}
.imgtags a:first-child::after{content:'';width:42px;height:42px;position:absolute;left:-21px;top:0;background:#353a3f;transform: skewX(-10deg);border-radius:21px 0 0 21px;transition: none;}
.imgtags a:last-child{margin-right:21px;width:147px;}
.imgtags a:last-child::after{content:'';width:42px;height:42px;position:absolute;right:-21px;top:0;background:#353a3f;transform: skewX(-10deg);border-radius:0 21px 21px 0;transition: none;}
.imgtags a span{display:block;transform: skewX(-10deg);position:relative;z-index:1;color:#fff;}
.imgtags a:first-child span{text-indent:-21px;}
.imgtags a:last-child span{text-indent:21px;}
.imgtags a.on{background:#009e40;color:#333;}
.imgtags a.on::after{background:#009e40;}


.aboutList .alisttit ul li a {color:#ffffff;font-size:16px;text-align:center; display:inline-block; -webkit-transform: skewX(-10deg);}
.aboutList .alisttit ul li:nth-child(2) { margin:0 10px;}
.aboutList .alisttit ul li:first-child::after{content:'';
	position:absolute;left:-21px;top:0; background-color:#353a3f; z-index:-1; width:42px;height:42px;border-radius:21px 0 0 21px;   -webkit-transform: skewX(-10deg);transition:none;}
.aboutList .alisttit ul li:last-child::after{content:'';position:absolute; right:-21px;top:0;background-color:#353a3f; z-index:-1; width:42px;height:42px;   border-radius:0 21px 21px 0 ; -webkit-transform: skewX(-10deg);transition:none; /* 左上、右上、右下、左下 */ }
.adetaillist ul li a .case-txt .dhwz{color:#333333;font-size:16px;text-align:center;margin-top:16px;}
.adetaillist ul li:hover a .case-txt .dhwz{color:#009e40;}
.alist{margin-top:28px;}
.alist .owl-nav {display:none;}

.aboutList .alisttit ul li.on,.aboutList .alisttit ul li:hover{ background:#009e40; }
.aboutList .alisttit ul li.on::after,.aboutList .alisttit ul li:hover::after{ background:#009e40; }


.about-con > a:hover {
    background: #009e40;
}

.video-div {
    cursor: pointer;
}

.video_hidden {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200000;
    text-align: center;
    display: none;
    background: rgba(255, 255, 255, .72);
}

.video_hidden i {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.video_hidden i img {
    cursor: pointer;
}

.ivideo {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1409px) {
    .about-box {
        padding: 0 40px;
        margin-top: 10px;
    }
}

@media (max-width: 1309px) {
    .about-box {
        padding: 0 20px;
    }

    .about-loze {
        margin-bottom: 10px;
    }

    .about-xian {
        margin: 20px auto 8px;
    }
}

@media (max-width: 1199px) {
    .about-box {
        padding: 0 10px;
    }

    .about-box > h2 {
        font-size: 30px;
    }

    .about-xian {
        margin: 15px auto 8px;
    }

    .about-txt {
        line-height: 30px;
    }

    .about-con > a {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
	
		.about-txt{margin:20px 0;}
	.about-con > a {padding:0 100px;}
    .about-box {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
	.aboutList{margin-top:30px;}
.aboutList .alisttit ul li{flex:1;}
	.aboutList .alisttit{margin-top:20px;}
	.about-con > a {padding:0 80px;}
    #about {
        padding: 30px 0 ;
    }

    .about-box {
        padding: 0 8px;
    }

    .ivideo {
        width: 95%;
    }
}

@media (max-width: 500px) {
	.about-img:before{height:88%;left:0;}
	.about-con > a {padding:0 60px;}
    .about-box > h2 {
        font-size: 26px;
    }

    .about-txt {
        font-size: 14px;
        line-height: 25px;
    }

    .about-con > a {
        font-size: 14px;
    }
}
@media (max-width: 376px) {
	.imgtags a{font-size:12px;}
}
/* 产品中心 */

.proInfo{margin-top:29px;}
.Pro{background:#f5f5f5;padding:38px 0 50px 0;position:relative;}
.probtn {position:absolute;bottom:-22px;  left: 0;  right: 0; margin-left: auto; margin-right: auto;display:flex;justify-content:center;}
.probtn .morepro{width:233px;background:#353a3f;border-radius:25px;padding:12px 0;}
.probtn .fapro{width:250px;background:#009e40;padding:12px 0;border-radius:25px;text-align:center;margin-left:-60px; }
.probtn a{color:#ffffff;font-size:16px;}
.probtn .morepro a{margin-left:20px;}
.probtn a img{margin-right:5px;}
.proInfo .pronav ul{display:flex;position:relative;}
.proInfo .pronav ul>li{border-right:1px solid #666666;background:#353a3f;padding:23px 0;flex:1;text-align:center;}
.proInfo .pronav ul>li>a{color:#ffffff;font-size:18px;line-height:24px;}
.proInfo .pronav ul li .nav-san-box{display:none;background:#009e40;position:absolute;width:100%;top:100%;left:0;padding:10px 0px 25px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;z-index:99;}
.proInfo .pronav ul li:first-child .nav-san-box  .nav-san-list{width:16.66%;}
.proInfo .pronav ul li .nav-san-box  .nav-san-list {float:left;width:20%;margin-top:15px;color:#ffffff;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.proInfo .pronav ul li .nav-san-box  .nav-san-list a{color:#ffffff;font-size:16px;}
.proInfo .pronav ul>li.on .nav-san-box,.proInfo .pronav ul li:hover .nav-san-box{display:block;}
.pronlist{margin-top:124px;}
.proInfo .pronav ul>li:last-child{border-right:none;}
.proInfo .pronav ul>li.on,.proInfo .pronav ul>li:hover{background:#009e40;}
.proInfo .pronav ul::before{position:absolute;left:-36px;content:''; width:36px;height:70px;  background-color:#353a3f; border-radius:70px 0 0 70px; /* 左上、右上、右下、左下 */ }
.proInfo .pronav ul::after{position:absolute; right:-36px;content:''; width:36px;height:70px;  background-color:#353a3f; border-radius:0 70px 70px 0 ; /* 左上、右上、右下、左下 */ }
@media (max-width: 1300px) {
	
	.proInfo .pronav ul::before{left:-26px;width:26px;}
	.proInfo .pronav ul::after{right:-26px;width:26px;}
	
}
@media (max-width: 1200px) {
		.proInfo .pronav ul::before{left:-20px;width:20px;}
	.proInfo .pronav ul::after{right:-20px;width:20px;}
	
}
@media (max-width: 991px) {
	.proInfo .pronav ul::before{content:none; }
.proInfo .pronav ul>li.on .nav-san-box, .proInfo .pronav ul li:hover .nav-san-box{display:none;}
.proInfo .pronav ul::after{content:none; }
.pronlist{margin-top:30px;}

}
@media (max-width: 678px) {
	
	.proInfo .pronav ul{flex-wrap:wrap;justify-content:center;}
	
	.proInfo .pronav ul>li{flex:none;padding:15px 10px;margin-top:10px;}
}

#product {
    padding: 40px 0 60px;
    overflow: hidden;
}

.pro-sort {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.pro-sone {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 60px;
    margin-right: 60px;
}

.pro-sone a {
    display: block;
    font-size: 18px;
}

.pro-sone a i {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: 0.3s all ease;
}

.pro-sone a p {
    line-height: 35px;
    padding: 0 20px;
    color: #444;
    margin-top: 10px;
}

.pro-sone.on a i {
    background-position-y: -50px;
}

.pro-sone.on a p {
    color: #009e40;
}

.pro-one {
    position: relative;
    text-align: center;
}

.pro-one li {
    text-align: center;
    padding: 0 20px;
}

.pro-one li .pro-img {
   
    overflow: hidden;
    margin: 15px 0;
}

.pro-one li h3 {
    color: #444444;
    font-size: 16px;
}

.pro-one li a:hover .pro-img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

.pro-one li a:hover h3 {
    color: #009e40;
}

.pro-one > a {
    display: inline-block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #404040;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 40px;
}

.pro-one > a > span {
    padding-right: 22px;
    background: url(../images/about-jtb.png) no-repeat right;
}

.pro-one > a:hover {
    background: #009e40;
}

@media (max-width: 1409px) {
    .pro-sone {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .pro-sone {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (max-width: 991px) {
    .pro-sone a p {
        padding: 0 10px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    #product {
        padding: 30px 0;
    }

    .pro-sort {
        overflow: hidden;
        margin: 20px 0;
    }

    .pro-sone {
        margin: 0;
        width: 20%;
        float: left;
    }

    .pro-one > a {
        margin-top: 20px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {
	.probtn img{display:none;}
	.probtn a{font-size:14px;}
	.probtn .morepro,.probtn .fapro{width:100%;padding:10px 10px;}
	
	
    .pro-one li {
        padding: 0 5px;
    }

    .pro-sone a {
        font-size: 14px;
    }

    .pro-sone a p {
        padding: 0 5px;
        line-height: 20px;
        margin-top: 0;
    }

    .pro-sone a i {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .pro-sone.on a i {
        background-position-y: -40px;
    }
}
/* 优势 */
.advantage{background:url(../images/advbg.jpg)no-repeat;padding-top:40px;}
.advantage .title h2{color:#ffffff;}
.advantage .advtitlist{margin-top:29px;}
.advantage .advtitlist ul {display:flex;justify-content:center;}
.advantage .advtitlist ul li{margin-right:25px;padding:30px 54px 30px 30px;border-top-left-radius:15px;border-top-right-radius:15px;}
.advantage .advtitlist ul li h4{color:#ffffff;font-size:28px;}
.advantage .advtitlist ul li:first-child{background:url(../images/adv01.png)no-repeat 205px 10px #353a3f;}
.advantage .advtitlist ul li:nth-child(2){background:url(../images/adv02.png)no-repeat 195px 10px  #353a3f;}
.advantage .advtitlist ul li:nth-child(3){background:url(../images/adv03.png)no-repeat 173px 10px #353a3f;}
.advantage .advtitlist ul li:last-child{background:url(../images/adv04.png)no-repeat 205px 10px  #353a3f;}
.advantage .advtitlist ul li.on,.advantage .advtitlist ul li:hover{background-color:#fcaf0b;}
.advnei .advzx:hover{background:#009e40;}
.advdetial .adv-one{background:#ffffff;overflow:hidden;padding:40px 0;}
.advtitinfo{display:flex;align-items:center;}
.advtitinfo .advnum{color:#dddddd;font-size:120px;font-weight:bold;margin-right:15px;}
.advtitinfo .advbiao p{color:#eeeeee;font-size:30px;font-weight:bold;}
.advtitinfo .advbiao h4{background:url(../images/advtitbg.png)no-repeat;width:444px;padding:15px 0 15px 18px ;color:#333333;font-size:26px;font-weight:bold;}
.advnei  ul {margin-top:17px;margin-left:47px;}
.advnei  ul li{background:url(../images/advli.png)no-repeat left;color:#666666;font-size:18px;padding-left:44px;margin-top:33px;}
.advdetial{position:relative;}
.advnei {position:static !important;}
.advnei .advzx{position:absolute;bottom:0;right:0;border-top-left-radius:100%;width:184px;height:184px;background:#fcaf0b;}
.advnei .advzx a{margin-top:75px;margin-left:70px;display:inline-block;}
.advnei .advzx a img{margin:0 auto;}
.advnei .advzx a p{color:#ffffff;font-size:20px;margin-top:14px;}
@media (max-width: 1409px) {
		.advtitinfo .advnum{font-size:60px;}
	.advtitinfo .advbiao p{font-size:26px;}
	.advtitinfo .advbiao h4{font-size:18px;}
	.advantage .advtitlist ul li{    padding: 20px 30px 20px 20px;}
	.advantage .advtitlist ul li h4{font-size:22px;}
}
@media (max-width: 991px) {
		.advantage .advtitlist ul li h4{font-size:20px;}
	.advantage .advtitlist ul li{margin-right:0px;border-top-left-radius:0;border-top-right-radius:0;border-right:1px solid #dcdcdc;  padding:20px;}
		.advantage .advtitlist ul li:last-child{border-right:none;}
	.advnei .advzx{position:static;width:100%;height:60px;padding:10px 0;border-top-left-radius:0;margin-top:20px;}
	.advnei .advzx a{margin-top:0;margin-left:0;display:flex;justify-content:center;}
	.advnei .advzx a p{color:#ffffff;font-size:18px;margin-top:0;margin-left:10px;display:flex;align-items:flex-end;}
	.advnei .advzx a img{margin:0;}
}
@media (max-width: 768px) {
	.advantage .advtitlist ul li{ padding:15px;}
	
			.advantage .advtitlist ul li h4{font-size:18px;}
	.advtitinfo .advnum{display:none;}
	.advtitinfo .advbiao p{font-size:24px;}
	.advtitinfo .advbiao h4{font-size:18px;}
	.advnei ul li{font-size:16px;margin-top:20px;}
	
	
	
}
@media (max-width: 768px) {
			.advnei ul li{background-size:24px 20px;}
			.advantage .advtitlist ul li h4{font-size:16px;}
	.advtitinfo .advbiao p{font-size:18px;}
	.advtitinfo .advbiao h4{font-size:14px;}
	.advnei ul li{font-size:14px;margin-top:10px;}
}
@media (max-width: 500px) {

		.advantage .advtitlist ul li{ padding:10px;}
		.advantage .advtitlist ul li h4{font-size:14px;}
	
}
/* 从心开始 */
#technology {
    background: url(../images/tech-bg.jpg) no-repeat center bottom #111831;
    padding: 65px 0 255px;
    margin-bottom: 130px;
}

#technology > .title h2 {
    color: #fff;
}

.tech-box {
    margin-top: 20px;
}

.tech-one {
    width: 33.33%;
    float: left;
    padding: 20px;
    position: relative;
}

.tech-one:nth-child(1), .tech-one:nth-child(3) {
    top: 70px;
}

.tech-con {
    position: relative;
}

.tech-con img {
    display: block;
    width: 100%;
}

.tech-con img + img {
    display: none;
}

.tech-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 18px;
}

.tech-txt h4 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.tech-txt p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-bottom: 30px;
}

.tech-img {
    position: relative;
}

.tech-img img {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

@media (max-width: 1509px) {
    #technology {
        margin-bottom: 100px;
    }

    .tech-img img {
        width: 980px;
        top: -15px;
    }

    .tech-txt h4 {
        font-size: 22px;
    }
}

@media (max-width: 1409px) {
    #technology {
        padding: 65px 0 230px;
        margin-bottom: 110px;
    }

    .tech-img img {
        width: 930px;
    }

    .tech-txt {
        padding: 0 12px;
    }
}

@media (max-width: 1309px) {
    #technology {
        margin-bottom: 90px;
        padding: 65px 0 212px;
    }

    .tech-one:nth-child(1), .tech-one:nth-child(3) {
        top: 62px;
    }

    .tech-img img {
        width: 850px;
        top: -10px;
    }

    .tech-txt p {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .tech-one {
        padding: 10px;
    }

    .tech-one:nth-child(1), .tech-one:nth-child(3) {
        top: 48px;
    }

    .tech-txt h4 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #technology {
        padding: 65px 0 158px;
        margin-bottom: 50px;
    }

    .tech-txt p {
        display: none;
    }

    .tech-img img {
        width: 570px;
        top: 5px;
    }
}

@media (max-width: 600px) {
    #technology {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .tech-one {
        width: 100%;
    }

    .tech-one:nth-child(1), .tech-one:nth-child(3) {
        top: 0;
    }

    .tech-con img {
        display: none;
    }

    .tech-con img + img {
        display: block;
    }

    .tech-txt h4 {
        font-size: 22px;
    }

    .tech-txt p {
        display: block;
    }

    .tech-img {
        padding: 0 10px;
    }

    .tech-img img {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .tech-img {
        display: none;
    }

    .tech-txt h4 {
        font-size: 18px;
    }

    .tech-txt p {
        margin-bottom: 0;
    }
}

/* 核心实力 */
#advantage {
    padding-top: 30px;
}

.ys-tag {
    background: url(../images/ys-tbg.jpg) no-repeat center / contain;
    overflow: hidden;
    margin-top: 15px;
}

.ys-tag li {
    width: 25%;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.ys-tag li .ys-con {
    width: 114px;
    height: 114px;
    display: inline-block;
    background: #3d3f49;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.ys-tag li .ys-con h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}

.ys-tag li .ys-con p {
    font-size: 18px;
    font-weight: bold;
}

.ys-tag li.on .ys-con {
    background: #009e40;
}

.ys-box {
    margin-top: 30px;
}

.ys-one {
    height: 580px;
}

.ys-img {
    position: relative;
}

.ys-txt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 900px;
    padding: 35px 25px 30px 50px;
    background: rgb(255 255 255 / 90%);
    border-radius: 25px 0 0 0;
}

.ys-txt h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.ys-txt h3 i {
    color: #009e40;
    font-style: normal;
}

.ys-txt p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    width: calc(100% - 100px);
}

.ys-txt span {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 20px;
    color: #333;
}

.ys-txt span em {
    font-size: 30px;
}

@media (max-width: 1199px) {
    .ys-tag li .ys-con {
        width: 100px;
        height: 100px;
    }

    .ys-tag li .ys-con h4 {
        margin-bottom: 0;
    }

    .ys-tag li .ys-con p {
        font-size: 17px;
    }

    .ys-txt {
        width: 750px;
    }
}

@media (max-width: 991px) {
    .ys-one {
        height: 450px;
    }

    .ys-txt {
        width: 100%;
        border-radius: 25px 25px 0 0;
    }
}

@media (max-width: 767px) {
    .ys-box {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .ys-box {
        margin-top: 10px;
    }

    .ys-tag li {
        background: #3d3f49;
    }

    .ys-tag li.on {
        background: #009e40;
    }

    .ys-tag li .ys-con {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .ys-tag li .ys-con h4 {
        font-size: 28px;
    }

    .ys-tag li .ys-con p {
        font-size: 16px;
    }

    .ys-one {
        height: 360px;
    }

    .ys-txt {
        padding: 20px;
    }

    .ys-txt h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ys-txt p {
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 75px);
    }

    .ys-txt span {
        font-size: 16px;
    }

    .ys-txt span em {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .ys-tag li .ys-con h4 {
        font-size: 24px;
    }

    .ys-tag li .ys-con p {
        font-weight: normal;
    }
}

@media (max-width: 350px) {
    .ys-tag li .ys-con p {
        font-size: 14px;
    }
}

/* 成功案例 */
#case {
    padding-top: 45px;
    overflow: hidden;
}


.imgbox {
    margin-top: 10px;
}

.imgone li {
    padding: 0 8px;
}

.imgone li a {
    display: block;
}

.imgone li a .case-img {
    overflow: hidden;
    border-radius: 8px;
}

.imgone li a .case-txt {
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
}

.imgone li a .case-txt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    z-index: 1;
}

.imgone li a .case-txt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #009e40;
    z-index: 2;
}

.imgone li a .case-txt p {
    float: left;
    font-size: 16px;
    color: #333;
    width: calc(100% - 80px);
}

.imgone li a .case-txt .case-more {
    display: block;
    float: right;
    width: 70px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #3d3f49;
}

.imgone li a:hover .case-txt::after {
    width: 100%;
}

.imgone li a:hover .case-txt p {
    color: #009e40;
}

.imgone li a:hover .case-txt .case-more {
    background: #009e40;
}

.case-btn {
    text-align: center;
    margin-top: 50px;
}

.case-btn > a {
    display: inline-block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #404040;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}

.case-btn > a > span {
    padding-right: 22px;
    background: url(../images/about-jtb.png) no-repeat right;
}

.case-btn > a:hover {
    background: #009e40;
}



@media (max-width: 767px) {
    #case {
        padding-top: 30px;
    }

    .imgtags {
        margin: 15px 0;
        display: flex;
		justify-content:center;
    }

    /* .imgtags a { */
        /* margin: 0 10px; */
        /* flex: 1; */
    /* } */

    /* .imgtags a:last-child { */
        /* margin: 0 10px; */
    /* } */

    .case-btn {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    /* .imgtags a { */
        /* font-size: 16px; */
        /* margin: 0 5px; */
    /* } */

    /* .imgtags a:last-child { */
        /* margin: 0 5px; */
    /* } */

    /* .imgone li a .case-txt { */
        /* padding: 10px; */
    /* } */

    /* .imgone li a .case-txt p { */
        /* width: 100%; */
        /* text-align: center; */
    /* } */

    /* .imgone li a .case-txt .case-more { */
        /* display: none; */
    /* } */

    .case-btn > a {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    /* .imgtags a { */
        /* font-size: 14px; */
    /* } */
}

/* 品牌服务 */
#brand {
    margin-top: 45px;
    padding: 35px 0 65px;
    background: url(../images/brandbg.jpg) no-repeat bottom center #f8f8fa;
}

.brand-box {
    width: 50%;
    position: relative;
    margin-top: 30px;
}

.brand-box .brand-o {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.brand-box .brand-o1 {
    width: 100%;
    height: 370px;
}

.brand-box .brand-o2 {
    width: 50%;
    height: 222px;
}

.brand-box .brand-o3 {
    width: 50%;
    height: 222px;
}

.brand-box .brand-o4 {
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 222px;
}

.brand-box .brand-o5 {
    position: absolute;
    right: -100%;
    top: 0;
    width: 50%;
    height: 222px;
}

.brand-box .brand-o6 {
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 370px;
}

.brand-box .brand-o a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    padding: 60px 50px 0;
}

.brand-box .brand-o a h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.brand-box .brand-o a p {
    font-size: 16px;
}

.brand-box .brand-o a:hover {
    color: #f2ab01;
}

@media (max-width: 1309px) {
    .brand-box .brand-o1, .brand-box .brand-o6 {
        height: 320px;
    }

    .brand-box .brand-o2, .brand-box .brand-o3, .brand-box .brand-o4, .brand-box .brand-o5 {
        height: 190px;
    }
}

@media (max-width: 1199px) {
    .brand-box .brand-o1, .brand-box .brand-o6 {
        height: 270px;
    }

    .brand-box .brand-o2, .brand-box .brand-o3, .brand-box .brand-o4, .brand-box .brand-o5 {
        height: 160px;
    }

    .brand-box .brand-o a {
        padding: 40px 0 0 40px;
    }

    .brand-box .brand-o a h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .brand-box .brand-o1, .brand-box .brand-o6 {
        height: 220px;
    }

    .brand-box .brand-o2, .brand-box .brand-o3, .brand-box .brand-o4, .brand-box .brand-o5 {
        height: 130px;
    }

    .brand-box .brand-o a {
        padding: 30px 0 0 30px;
    }

    .brand-box .brand-o a h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .brand-box .brand-o a p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #brand {
        margin-top: 30px;
        padding: 30px 0;
    }

    .brand-box {
        width: 100%;
        margin-top: 20px;
        padding-right: 10px;
    }

    .brand-box .brand-o {
        width: 50% !important;
        height: 200px !important;
        position: static;
    }

    .brand-box .brand-o a {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .brand-box .brand-o {
        height: 150px !important;
    }
}

/* 新闻动态 */
.news{padding:39px 0 79px 0;background:url(../images/newsbg.png)no-repeat;}
.newtitlist ul {display:flex;justify-content:center;margin-top:23px;}
.newtitlist ul li{position:relative;  background:#353a3f; -webkit-transform: skew(20deg);text-align:center;width:160px;height:42px;line-height:42px;}
.newcontlist{margin-top:35px;}
.newtitlist ul li a {color:#ffffff;font-size:16px;text-align:center; display:inline-block; -webkit-transform: skew(-20deg);}
.newtitlist ul li:nth-child(2) { margin:0 10px;}
.newtitlist ul li:first-child::before{position:absolute; -webkit-transform: skew(-20deg);left:-24px;content:''; width:40px;height:42px;  background-color:#353a3f; border-radius:21px 0 0 21px; /* 左上、右上、右下、左下 */ }
.newtitlist ul li:last-child::before{position:absolute; -webkit-transform: skew(-20deg);right:-24px;content:''; width:40px;height:42px;  background-color:#353a3f; border-radius:0 21px 21px 0 ; /* 左上、右上、右下、左下 */ }
.newsdan .newsxin h4{font-size:18px;margin-top:21px;color:#333333;}
.newsdan .newimg{border:1px solid #dddddd;}
.newsdan .newsxin .dhwz2{font-size:14px;margin:32px 0;color:#666666;line-height:20px;}
.newsdan   .newssjian{display:flex;}
.newsdan   .newssjian{color:#999999;font-size:14px;}
.newsdan   .newssjian .newbtn{margin-left:37px;color:#999999;font-size:14px;}
.newsdan:hover  .newsxin h4{color:#009e40;}
.newsdan:hover .newssjian .newbtn{color:#009e40;}
.newsdan:hover  .newimg{border:1px solid #009e40;}
.newtitlist ul li.on,.newtitlist ul li:hover{ background:#009e40; }
.newtitlist ul li.on::before,.newtitlist ul li:hover::before{ background:#009e40;}
@media (max-width: 600px) {
.newtitlist ul li:first-child::before, .newtitlist ul li:last-child::before{content:none;}
	
}
#news {
    padding: 45px 0 85px;
    background: url(../images/news-bg.jpg) no-repeat bottom center #fff;
}
.newsdan{padding-left:12px;padding-right:12px;}
.newstags {
    margin: 30px 0;
    font-size: 0;
    text-align: center;
}

.newstags a {
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #eee;
    font-size: 18px;
    color: #666;
    border-radius: 25px;
    box-shadow: 0px 3px 0px 0px #d5d5d5;
    margin-right: 85px;
}

.newstags a:last-child {
    margin-right: 0;
}

.newstags a.on {
    background: #009e40;
    color: #fff;
    box-shadow: unset;
}

.news-box {
    padding-top: 10px;
}

.news-l {
    padding: 0 25px;
}

.news-l .news-img img {
    width: 100%;
}

.news-l .news-ltxt {
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.news-l .news-ltxt .news-lbg {
    padding: 20px 0;
    background: #eee;
    overflow: hidden;
    margin-top: -30px;
}

.news-l .news-ltxt .news-lbg .news-time {
    float: left;
    width: 135px;
    padding: 5px 10px;
    border-right: 1px solid #d5d5d5;
}

.news-l .news-ltxt .news-lbg .news-info {
    float: left;
    width: calc(100% - 135px);
    padding: 5px 28px;
}

.news-time {
    color: #444;
    text-align: center;
}

.news-time > p {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.news-time > span {
    font-size: 14px;
    line-height: 20px;
}

.news-info > h4 {
    font-size: 18px;
    color: #333333;

    margin-bottom: 25px;
    /* line-height: 20px; */
}

.news-info > p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.news-l > a:hover .news-time {
    color: #009e40;
}

.news-l > a:hover .news-info > h4 {
    color: #009e40;
}

.news-r {
    margin-top: 18px;
}

.news-r .news-ro {
    margin-bottom: 12px;
}

.news-r .news-ro:last-child {
    margin-bottom: 0;
}

.news-ro a {
    display: block;
    overflow: hidden;
}

.news-ro a .news-time {
    float: left;
    width: 125px;
    padding: 11px 0;

}

.news-ro a .news-info {
    float: left;
    width: calc(100% - 125px);
    /* padding: 25px 40px 0; */
}
.news-ro{border-bottom:1px dashed #dbdbdb;margin-bottom:18px;padding-bottom:18px;}
.news-ro:hover .news-info > h4{color:#009e40;}


.news-btn {
    text-align: center;
    margin-top: 50px;
}

.news-btn > a {
    display: inline-block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #404040;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}

.news-btn > a > span {
    padding-right: 22px;
    background: url(../images/about-jtb.png) no-repeat right;
}

.news-btn > a:hover {
    background: #009e40;
}

@media (max-width: 1509px) {
    .news-ro a .news-time {
        padding: 23px 0;
    }
	.news-ro{margin-bottom:10px;padding-top:10px;}
}

@media (max-width: 1409px) {
    .news-ro a .news-time {
        padding: 18px 0;
    }

    .news-ro a .news-info {
        padding: 10px 20px 0;
    }
}

@media (max-width: 1309px) {
    .news-l .news-ltxt .news-lbg {
        padding: 15px 0;
    }

    .news-r {
        margin-top: 0;
    }

    .news-ro a .news-time {
        padding: 15px 0;
    }

    .news-ro a .news-info {
        padding: 18px 20px 0;
    }
}

@media (max-width: 1199px) {
    .news-l, .news-r {
        padding: 0 10px;
    }

    .news-ro a .news-time {
        padding: 9px 0;
    }
}

@media (max-width: 991px) {
    .news-l .news-ltxt {
        padding: 0;
    }

    .news-l .news-ltxt .news-lbg {
        margin-top: 0;
    }

    .news-r {
        margin-top: 10px;
    }

    .news-ro a .news-time {
        padding: 16px 0;
    }
	.news{padding:30px 0;}
	.newsdan{margin-top:20px;}
}

@media (max-width: 767px) {
	.newsdan .newsxin .dhwz2{margin:10px 0;}
    #news {
        padding: 30px 0;
    }

    .newstags {
        margin: 15px 0;
        display: flex;
    }

    .newstags a {
        margin: 0 10px;
        flex: 1;
    }

    .newstags a:last-child {
        margin: 0 10px;
    }

    .news-btn {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .newstags a {
        font-size: 16px;
    }

    .news-l .news-ltxt .news-lbg {
        padding: 10px 0;
    }

    .news-l .news-ltxt .news-lbg .news-time {
        width: 100px;
        padding: 10px;
    }

    .news-l .news-ltxt .news-lbg .news-info {
        width: calc(100% - 100px);
        padding: 5px 15px;
    }

    .news-time > p {
        font-size: 36px;
        line-height: 36px;
    }

    .news-ro a .news-time {
        width: 100px;
    }

    .news-ro a .news-info {
        width: calc(100% - 100px);
        /* padding: 10px 15px 0; */
    }

    .news-btn > a {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .newstags a {
        margin: 0 5px;
        font-size: 14px;
    }
}

/* 通用配置 */
.owl-rela {
    position: relative;
}

.owl-prev, .owl-next {
    display: block;
    width: 32px;
    height: 67px;
    background: url(../images/casejian.jpg) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -34px;
	font-size:0;
    /* text-indent: -99999999px; */
    /* opacity: 0.2; */
    transition: all .3s;
    -webkit-transition: all .3s;
}

.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
    transform: rotate(180deg);
}

.owl-prev:hover, .owl-next:hover {
    opacity: 1;
}

@media (max-width: 800px) {
    .owl-prev, .owl-next {
        display: none;
    }
}

/* 图片封面动画 */
.white, .whites {
    position: relative;
    overflow: hidden;
}

.white::after, .whites::after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    transition: unset;
}

.white:hover::after {
    left: 120%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

/* 底部 */
footer {
    background: #222222;padding:70px 0 23px 0;
}
.fjben{overflow:hidden;}
.fjben  .fphone{background:url(../images/fphone.png)no-repeat left;color:#009e40;font-weight:bold;font-size:24px;padding-left:37px;}
.fjben  .fzme{border:1px solid #999999;padding:15px 45px;margin:27px 0;width:200px;}
.fjben  .fzme .bfzx {display:none;}
.fjben  .fzme:hover{background:#009e40;border:1px solid #009e40;}
.fjben  .fzme:hover .bfzx{display:block;}
.fjben  .fzme:hover .lfzx{display:none;}
.fjben  .fzme img{margin-right:10px;}
.fjben  .fzme  a{color:#ffffff;font-size:16px;display:flex;}
.fjben  .flian p{color:#999999;font-size:16px;line-height:24px;}
.fjben  .footnav ul{display:flex;justify-content:flex-end;}
.fjben  .footnav ul li{padding-left:15px;}
.finx ,.fdewm{padding-left:0px;padding-right:0px;}
.fjben  .footnav ul li a{color:#999999;font-size:16px;}
.fjben  .footnav ul li span{padding-left:15px;}
.fjben  .footnav ul li:last-child span{display:none;}
.fjben .footnav ul li:hover a{color:#009e40;}
.fjben .fzme:hover{color:#009e40;}
.fjben .flian p:hover{color:#009e40;}
.footewm{display:flex;justify-content:flex-end;margin-top:49px;margin-right:12px;}
.footewm .fewm-one{margin-right:17px;}
.footewm .fewm-one p{color:#999999;font-size:14px;margin-top:14px;text-align:center;}
.fban{margin-top:70px;}
.fban p span{color:#999999;font-size:14px;margin-right:15px;}
.fban p span a{color:#999999;font-size:14px;}
#foottop {
    padding-top: 60px;
    position: relative;
}

.fshand {
    width: 410px;
    padding: 15px 65px;
    border-radius: 0 0 40px 40px;
    background: #43454d;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    font-size: 0;
}

.fshand li {
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: all .3s;
    position: relative;
    border-radius: 50%;
}

.fshand li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}

.fshand li:nth-child(1) a {
    background-image: url(../images/fshand-ico1.png);
}

.fshand li:nth-child(2) a {
    background-image: url(../images/fshand-ico2.png);
}

.fshand li:nth-child(3) a {
    background-image: url(../images/fshand-ico3.png);
}

.fshand li:nth-child(4) a {
    background-image: url(../images/fshand-ico4.png);
}

.fshand li .fshbg {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #009e40;
    padding-bottom: 6px;
    border-radius: 20px;
    box-shadow: 0 -5px 10px -2px rgb(0 0 0 / 40%);
    display: none;
}

.fshand li .fshbg::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 6px;
    background: url(../images/fshand-up.png) no-repeat center;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
}

.fshand li .fshbg div {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.fshand li .fshtel {
    width: 200px;
}

.fshand li .fshewm {
    width: 150px;
}

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

.fshand li:hover a {
    background-color: #f2ab01;
    border-color: #f2ab01;
}

.fshand li:hover .fshbg {
    display: block;
}

.fbox {
    padding-bottom: 30px;
}

.fcon {
    float: left;
    width: calc(100% - 400px);
    color: #fff;
}

.fcon > p {
    font-size: 16px;
    margin-bottom: 20px;
}

.fcon > p:first-child {
    margin-bottom: 8px;
}

.fcon > h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.fewm {
    float: right;
    width: 350px;
}

.fewm .fewm-til {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 32px;
    background: url(../images/fewmt.png) no-repeat left;
    margin-bottom: 20px;
    line-height: 20px;
}

.fimg {
    font-size: 0;
}

.fimg .fewmm {
    display: inline-block;
    margin-right: 60px;
}

.fimg .fewmm:last-child {
    margin-right: 0px;
}

.fimg .fewmm img {
    width: 130px;
}

.fimg .fewmm p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.footer-link{background:#009e40;padding:20px 0;}
.flink{color:#ffffff;font-size:14px;}
.flink a{color:#ffffff;font-size:14px;} 

.flink a:hover {
    color: #f2ab01;
}

.footcopy {
    border-top: 1px solid #444;
    padding: 20px 10px;
}

.footcopy p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.footcopy p a {
    color: #fff;
}

.footcopy p a:hover {
    color: #f2ab01;
}
@media (max-width: 1450px) {
	
		.fjben .footnav ul li{padding-left:5px;}
.fjben .footnav ul li span{padding-left:5px;}
	
}
@media (max-width: 1199px) {
    #foottop {
        padding-top: 100px;
    }
.fjben .footnav ul li span{display:none;}
}
@media (max-width: 967px) {
	.fban{margin-top:30px;}
	footer{padding:30px 0 60px 0;}
	.fjben .fzme{margin:20px auto;}
	.fjben .fphone{text-align:center;background:none;padding-left:0;}
	.flian{text-align:center;}
	.footnav{display:none;}
.footewm{justify-content:center;margin-right:0px;}
	.footer-link{display:none;}
}
@media (max-width: 767px) {
		.footewm{margin-top:10px;}
		.footewm .fewm-one {margin-right:10px;}

		.footewm img{margin:10px auto 0 auto;}
  

    #foottop {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }

    .fshand {
        display: none;
    }

    .fcon {
        width: calc(100% - 300px);
    }

    .fewm {
        width: 290px;
    }

    .fimg .fewmm {
        margin-right: 20px;
    }

    .flink {
        padding: 10px 0 10px 30px;
    }

    .flink span {
        font-size: 16px;
    }

    .footcopy {
        padding: 10px;
    }
}

@media (max-width: 580px) {
	
    .fcon > h4 {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .fcon {
        width: calc(100% - 210px);
    }

    .fcon > p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fcon > h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .fewm {
        width: 200px;
    }

    .fewm .fewm-til {
        margin-bottom: 15px;
    }

    .fimg .fewmm {
        margin-right: 10px;
    }

    .fimg .fewmm img {
        width: 90px;
    }
}

@media (max-width: 380px) {
    .fcon {
        width: calc(100% - 160px);
    }

    .fewm {
        width: 155px;
    }

    .fimg .fewmm img {
        width: 70px;
    }
}

@media (max-width: 360px) {
    .fcon {
        width: 100%;
        margin-bottom: 10px;
    }

    .fewm {
        width: 100%;
    }

    .flink {
        padding: 10px 0;
        background: none;
    }

    .fimg {
        text-align: center;
    }

    .fimg .fewmm img {
        width: 90px;
    }
}

.brank_con {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.brank_con > .cpcon {
    padding: 50px 0;
    overflow: hidden;
}

.brank_con > .cpcon:last-child {
    margin-bottom: 0;
}

.brank_con > .cpcon:nth-child(odd) {
    background: transparent;
}

.brank_con > .cpcon:nth-child(odd) .cpcon_img {
    float: right;
}

.brank_con > .cpcon:nth-child(even) {
    background: #f5f5f5;
}

.brank_con > .cpcon > h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.brank_con > .cpcon .cpcon_img img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.brank_con > .cpcon .cpcon_txt {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .brank_con {
        font-size: 14px;
        line-height: 1.6;
    }

    .brank_con > .cpcon {
        padding: 20px 0;
    }

    .brank_con > .cpcon > h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.sss4 {
}

.sss4 ul {
    overflow: hidden;
    padding: 10px 0;
}

.sss4 ul li {
    margin-bottom: 30px;
}

.sss4 ul li > div {
    text-align: center;
    background: #f5f5f5;
    padding: 20px;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sss4 ul li > div h2 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
}

.sss4 ul li > div h3 {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.sss4 ul li > div p {
}

.sss4 ul li > div:hover {
    box-shadow: 0 0 8px 0 rgb(0 125 255 / 30%);
}

@media (min-width: 768px) {
    .sss4 ul {
        display: flex;
    }

    .sss4 ul li {
        flex: 1;
    }

    .con3 ul {
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .con3 ul li {
        flex: 50%;
    }

    .con5 ul li:first-child {
        flex: 100%;
    }
}

@media (min-width: 1200px) {
    .con3 ul li {
        flex: 25%;
    }
}

@media (max-width: 767px) {
    .sss4 ul li > div {
        padding: 20px 10px;
    }
}

/* 手机底部按钮 */
.footer-bottom {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #009e40;
    text-align: center;
}

.footer-bottom a {
    display: inline-block;
    padding: 7px 0;
    color: #fff;
}

.footer-bottom a i {
    font-size: 16px;
    display: block;
}

/* 在线客服 */
.diyos {
    position: fixed;
    width: 54px;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.diyos ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.diyos ul li {
    width: 54px;
    height: 54px;
    background: #009e40;
    float: left;
    position: relative;
    border-top: 1px solid #333;
    z-index: 1;
}

.diyos ul li:first-child {
    border-top: 0;
}

.diyos ul li .sidebox, .diyos ul li .semail {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    overflow: hidden;
    background: #009e40;
}

.diyos ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
}

.diyos ul li.sideewm {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
}

.diyos ul li .sideewmshow {
    width: 130px;
    position: absolute;
    top: 0;
    left: -131px;
    z-index: 120;
    display: none;
    max-width: none;
    border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
    display: block;
}

.diyos ul li img {
    float: left;
}

/* 面包屑 */
#location {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 50px;
    background: #fff;
    font-size: 0;
}

.crumbs {
    padding-left: 20px;
    background: url(../images/page/location.png) no-repeat left center;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    color: #666;
}

.crumbs a {
    color: #666;
}

.crumbs a:hover {
    color: #009e40;
}

/* 内页导航 */
.showpro-rem>p{color:#FF6600;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem ul{padding:10px;border:2px solid #ccc;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #FF6600}

.happyke{padding:20px; background: #eee;color:#666;}
.happyke h2{font-size: 24px;font-weight: bold;line-height: 60px;color: #333;}
.happyke p{font-size:16px; line-height: 40px; color: #666;}
.ldaili {margin:20px 0;}
.ldaili  p span{color:#0f3f81;font-weight:bold;}

.lianxw{padding-top:20px;border-top:1px solid #dedede;margin:20px 0;}
.lianxw .ltit{    line-height: 30px;font-size: 18px; color: #0f3f81;}
.lico li:first-child{background: url(../images/ctUs-3.png) no-repeat left center;}
.lico li:nth-child(2){background: url(../images/ctUs-5.png) no-repeat left center;}
.lico li:nth-child(3){background: url(../images/ctUs-1.png) no-repeat left center;}

.lfontm{margin-top:15px;}
.lfontm li{line-height: 29px; padding: 5px 0 5px 0px;color: #666666;font-size:16px;}
.lico li	{   
    line-height: 29px;
    color: #666666;
	padding-left:39px}
	/* 内页导航 */
	/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.showpro-p{margin-bottom:10px;}
.showpro-p p{font-size:14px;line-height:25px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:120px;height:90px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}
.showpro-rem>p{color:#FF6600;font-weight: bold;line-height: 25px;margin-bottom: 10px;font-size: 18px;}
.showpro-rem ul{padding:10px;border:2px solid #ccc;}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover a{border-color: #FF6600}

#nynav{padding: 10px 0;border-bottom: 1px solid #ddd;}
.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #009e40;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;float: left;color: #444;}
.crumbs a{color: #444;}
.crumbs a:hover{color: #009e40;}
#sidebar { /* float:right; */
    text-align: center;
}

#sidebar li {
    display: inline-block;
    margin: 0px 40px;
    position: relative;
}

#sidebar li a {
    display: block; /* height:45px; */
    line-height: 80px;
    text-align: center;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

#sidebar li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #009e40;
    position: absolute;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

#sidebar li:hover a, #sidebar li.cur a {
    color: #009e40;
}

#sidebar li:hover a::after, #sidebar li.cur a::after {
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    #location {
        margin-bottom: 20px;
        background: #f3f3f3;
        border-bottom: 1px solid #ddd;
        box-shadow: none;
    }

    .w100 {
        width: 100%;
        float: left;
    }

    .w50 {
        width: 50%;
        float: left;
    }

    .w33 {
        width: 33.33%;
        float: left;
    }

    .w25 {
        width: 25%;
        float: left;
    }

    #sidebar {
        float: none;
    }

    #sidebar li {
        padding: 0 5px;
        margin: 0;
    }

    #sidebar li a {
        line-height: 50px;
    }
}

@media (max-width: 500px) {
    #sidebar li a {
        line-height: 40px;
    }
}
/*推荐新闻*/
.xgred{overflow: hidden;}
.xgred .xgred-con{line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden;}
.xgred .xgred-con a{font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xgred .xgred-con em{float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px;}
.xgred .xgred-con a:hover{color: #009e40}

.nyjc{}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #009e40}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
.nyrepro ul{border: 1px solid #009e40;background: #fff;padding: 0 10px;}
.nyrepro ul li{padding: 10px 0;border-bottom: 1px dashed #ccc;}
.nyrepro ul li:last-child{border-bottom: 0;}
.nyrepro ul li p{margin-top: 8px;color:#333;font-weight:bold;}
.nyrepro ul li p+p{color:#666;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nyrepro ul li span{display: block;margin-top: 10px;}
.nyrepro ul li span i{display: inline-block;margin-left: 5px;}
.nyrepro ul li a:hover p{color:#009e40;}

#sidebar1{padding:10px;background: #fff;border: 1px solid #009e40;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #009e40;color: #fff;}
#sidebar1 dt{margin-top: 10px;font-weight: normal;font-size: 16px;line-height: 40px;height: 40px;padding-left: 20px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: left;color: #666;background: #eee;cursor: pointer;}
#sidebar1 dt:first-child{margin-top: 0px;}
#sidebar1 dt>a{color: #666;display: block;font-size: 16px;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #009e40;color: #fff;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#009e40;}
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* #sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #009e40;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;} */
#sidebar li:hover a, #sidebar li.cur a{color:#009e40;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}
.nyprolist{padding: 30px 0;}
.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #e6e6e6;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#009e40;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{background: #009e40;color:#fff;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.pro-ico{display: flex;margin: 15px 0;}
.pro-ico a{flex: 1;padding: 0 10px;}
.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}
.pro-ico p{text-align: center;margin-top: 5px;}
.pro-mlist{background: #fff;overflow: hidden;}
.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}
.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}
.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #009e40;}
.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}
.pro-m-img{padding: 0;border: 1px solid #ddd;}
.pro-m-txt{padding-left: 10px;padding-right: 0;}
.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}
.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;}
.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}
.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}
.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}
.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}
@media (max-width: 800px) {
	.pro-icoimg{padding: 15px;}
}
@media (max-width: 700px) {
	.pro-icoimg{width: 80%;}
}
@media (max-width: 600px) {
	.pro-icoimg{width: 80%;}
	.pro-ico p{font-size: 12px;}
}
@media (max-width: 500px) {
	.pro-ico{margin: 10px 0;}
	.pro-ico a{padding: 0 5px;}
	.pro-icoimg{width: 100%;}
}



/* 内页样式 */
#inside {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.bgf5 {
    background: #f5f5f5;
}

.nocontect {
    background-image: url(../images/page/error.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    height: 100px;
    padding-top: 40px;
    padding-left: 120px;
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #inside {
        padding-bottom: 30px;
    }
}

/* 内页产品导航 */
#pronav {
    width: 100%;
    background: #e8e8e8;
    text-align: center;
    margin-bottom: 20px;
}

.pronav-a {
    line-height: 80px;
    display: flex;
    overflow: hidden;
}

.pronav-a a {
    flex: 1;
    font-size: 16px;
    color: #333;
}

.pronav-a a.cur, .pronav-a a:hover {
    background: #009e40;
    color: #fff;
}

@media (max-width: 1509px) {
    .pronav-a {
        display: block;
    }

    .pronav-a a {
        display: inline-block;
        padding: 0 14px;
    }
}

@media (max-width: 1409px) {
    .pronav-a a {
        padding: 0 13px;
        font-size: 15px;
    }
}

@media (max-width: 1309px) {
    .pronav-a {
        line-height: 60px;
    }

    .pronav-a a {
        padding: 0 11px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .pronav-a a {
        display: block;
        float: left;
        width: 16.66%;
    }
}

@media (max-width: 767px) {
    .pronav-a a {
        display: block;
        float: left;
        width: 25%;
        padding: 0 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 500px) {
    .pronav-a {
        line-height: 40px;
    }
}

/* 内页单页面标题 */
#nytitle {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px;
}

#nytitle h1 {
    font-size: 36px;
    color: #353535;
    font-weight: bold;
}

#nytitle p {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

@media only screen  and (max-width: 500px) {
    #nytitle {
        margin-bottom: 20px;
    }

    #nytitle h1 {
        font-size: 30px;
    }

    #nytitle p {
        font-size: 14px;
    }
}

/* 内页单页面内容 */
.nyshow {
    width: 100%;
}

.nyshow-til {
    line-height: 40px;
    height: 41px;
    border-bottom: 1px #ccc solid;
    margin: 20px 0;
}

.nyshow-til > h1, .nyshow-til > h2 {
    float: left;
    padding-right: 15px;
    text-indent: 25px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #009e40 solid;
    color: #009e40;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.nyshow-til > h1::before, .nyshow-til > h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 6px;
    height: 30px;
    background: #009e40;
}

.nyshowdesc {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 40px;
    min-height: 300px;
}

.nyshowdesc p {
    margin: 5px 0;
}

.nyshowdesc img {
    max-width: 100%;
    height: auto !important;
}

.block-shadow {
    height: 200px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.block-shadow:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 125, 255, .5);
}

.radius-md {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.icon-sm {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.icon-sm em {
    font-size: 30px;
    line-height: 30px;
}

.icon-content {
    overflow: hidden;
}

.icon-content h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .nyshowdesc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        min-height: 100px;
    }

    .nyshowdesc h1 {
        font-size: 30px;
    }

    .nyshowdesc h2 {
        font-size: 24px;
    }

    .nyshowdesc h3 {
        font-size: 18px;
    }

    .nyshowdesc h4 {
        font-size: 14px;
    }

    .block-shadow {
        height: auto;
    }
}

.nyshowdesc > .nyject {
    overflow: hidden;
    background: #f5f5f5;
}

.nyshowdesc > .nyject .nyject_img {
    overflow: hidden;
}

.nyshowdesc > .nyject .nyject_img img {
    transition: 0.5s;
}

.nyshowdesc > .nyject .nyject_txt {
    padding: 20px 50px;
}

.nyshowdesc > .nyject .nyject_txt h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.nyshowdesc > .nyject .nyject_txt p {
    font-size: 16px;
    color: #666;
}

.nyshowdesc > .nyject:hover .nyject_img img {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .nyshowdesc > .nyject {
        display: flex;
        align-items: center;
    }

    .nyshowdesc > .nyject:nth-child(even) {
        flex-direction: row-reverse;
    }

    .nyshowdesc > .nyject .nyject_img, .nyshowdesc > .nyject .nyject_txt {
        flex: 50%;
    }
}

@media (max-width: 767px) {
    .nyshowdesc > .nyject .nyject_txt {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .nyshowdesc > .nyject .nyject_txt {
        padding: 15px;
    }

    .nyshowdesc > .nyject .nyject_txt h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .nyshowdesc > .nyject .nyject_txt p {
        font-size: 14px;
    }
}

/* 留言模块Message */
#nymessage {
    padding: 50px 0;
    background: url(../images/nymessagebg.jpg) no-repeat center / cover;
	margin-bottom:50px;
}

#nymessage h4 {
    color: #009e40;
}

#nymessage form {
    overflow: hidden;
    margin-top: 50px;
}

#nymessage form label {
    font-weight: normal;
    text-align: none ! important;
    white-space: nowrap;
}

#nymessage .nymessage-h6 {
    text-align: left;
}

@media (max-width: 767px) {
    #nymessage {
        padding: 30px 0;
    }

    #nymessage h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    #nymessage form {
        margin-top: 30px;
    }

    #nymessage form > div[class^="col-"] {
        padding: 0 5px;
    }
}

/* 业务领域 */
.nybusiness {
    line-height: 40px;
    border-bottom: 1px #ccc solid;
    overflow: hidden;
}

.nybusiness > h3 {
    float: left;
    width: 150px;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #009e40 solid;
    color: #009e40;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/page/ny-objs.png) no-repeat left;
}

#nybusinesslist {
    margin-bottom: 20px;
}

#nybusinesslist li a {
    display: block;
    position: relative;
}

.nybusiness-img {
    overflow: hidden;
}

#nybusinesslist li a p {

   
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    text-align: center;
    color: #333333;
    font-size: 15px;
}

#nybusinesslist li a:hover p {
    background: rgba(0, 158, 64, .5);
	 color: #fff;
}

@media only screen and (max-width: 767px) {
    #nybusinesslist li a p {
        line-height: 30px;
        font-size: 14px;
    }
}

/*推荐新闻*/
.nyhotnews {
    line-height: 40px;
    height: 41px;
    border-bottom: 1px #ccc solid;
}

.nyhotnews > h3 {
    float: left;
    width: 150px;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #009e40 solid;
    color: #009e40;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/page/nyhotnewico.png) no-repeat left;
}

.nyhotnews-list {
    margin-top: 10px;
    overflow: hidden;
}

.nyhotnews-list li {
    font-size: 14px;
    line-height: 30px;
    background: url(../images/page/iyuan.png) no-repeat left;
    background-size: 8px;
    box-sizing: border-box;
}

.nyhotnews-list li a {
    float: left;
    width: calc(100% - 90px);
    color: #333;
}

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

.nyhotnews-list li:hover {
    background: url(../images/page/iyuan_on.png) no-repeat left;
    background-size: 8px;
}

.nyhotnews-list li:hover a {
    color: #009e40;
}

/*视频列表*/
.nyvideo-ul {
    overflow: hidden;
}

.nyvideo-ul li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.nyvideo-div a {
    display: block;
    border: 1px solid #ddd;
    padding: 2px;
    overflow: hidden;
}

.nyvideo-div a img {
    display: block;
    max-width: 100%;
    width: 311px;
}

.nyvideo-div a.nyvideo-a {
    padding: 0 10px;
    border: none;
    line-height: 25px;
    text-align: center;
}

.nyvideo-div:hover a {
    border-color: #009e40;
    color: #009e40;
}

/*视频详情*/
.showvideo-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 15px;
}

.showvideo-top > h1 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
}

.showvideo-time {
    text-align: center;
}

.showvideo-time span {
    font-size: 14px;
    color: #a3afb7;
    margin-right: 10px;
}

.showvideo-time span:last-child {
    margin-right: 0;
}

.showvideo-mp {
    margin: 20px 0;
    text-align: center;
}

.showvideo-mp video, .showvideo-mp iframe {
    width: 800px;
    max-width: 100%;
}

.showvideo-con {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.showvideo-con img {
    max-width: 100%;
    height: auto !important;
}

/*下载列表*/
.nydown-list {
    margin-bottom: 20px;
}

.nydown-list table {
    width: 100%;
    text-align: center;
}

.nydown-list table thead {
    background: #009e40;
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

.nydown-list table tbody {
    line-height: 1.6
}

.nydown-list table tbody tr td {
    color: #666;
}

.nydown-list table tbody tr td:first-child {
    color: #333;
}

/*下载详情*/
.showdown-top {
    margin-bottom: 20px;
}

.showdown-top > h1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
}

.showdown-top > ul {
    padding: 10px;
    background: #f6f6f6;
}

.showdown-top > ul > li {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    line-height: 20px;
}

.showdown-top > ul > li:last-child {
    margin-bottom: 0;
}

.showdown-top > ul > li > span {
    padding: 0px 10px;
    margin-right: 5px;
}

.showdown-con {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.showdown-con img {
    max-width: 100%;
    height: auto !important;
}

/*图片列表*/
.nyimg-ul {
    overflow: hidden;
}

.nyimg-ul li {
    margin-bottom: 20px;
    padding: 0 10px;
}

.nyimg-ul li .nyimg-div {
    background: #fff;
    padding: 7px;
    border: 1px solid #D9D9D9;
}

.nyimg-ul li .nyimg-div a {
    display: block;
    overflow: hidden;
}

.nyimg-ul li .nyimg-div img {
    margin: 0 auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 100%;
}

.nyimg-ul li .nyimg-a {
    padding: 0 5px;
    margin-top: 9px;
    line-height: 40px;
    display: block;
    background: #EFEFEF;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.nyimg-ul li:hover .nyimg-a {
    color: #ffffff !important;
}

.nyimg-ul li:hover .nyimg-div img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nyimg-ul li:hover .nyimg-a {
    background: #009e40;
    color: #fff;
}

@media (max-width: 767px) {
    .nyimg-ul li .nyimg-a {
        line-height: 32px;
    }
}

/*图片详情*/
.showimg-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
}

.showimg-top h1 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-size: 30px;
}

.showimg-top span {
    margin-right: 10px;
    font-size: 14px;
    color: #a3afb7;
}

.showimg-img {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

.showimg-img img {
    max-width: 100%;
    height: auto !important;
}

.ctitle {
    margin-bottom: 15px;
}

.ctitle h3 {
    padding-left: 20px;
    background: url(../images/dt-7.gif) no-repeat left center;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.showimg-con {
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
    border-bottom: 1px solid #F0F2F5;
    padding-bottom: 20px;
}

.showimg-con img {
    max-width: 100%;
    height: auto !important;
}

.showimg-page {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.showimg-page > div[class^="col-"] {
    padding: 0 10px;
}

.showimg-page a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
}

.showimg-page a:hover {
    border-color: #e4eaec;
    background-color: #f3f7f9;
}

.showimg-right {
    border-left: 1px solid #f0f2f5;
}

@media (max-width: 767px) {
    .showimg-left {
        padding: 0;
    }

    .showimg-top h1 {
        font-size: 20px;
    }

    .showimg-con {
        font-size: 14px !important;
    }

    .showimg-page a {
        padding: 8px;
    }
}

/* 右侧栏目信息 */
.nybusiness {
    margin-bottom: 20px;
}

.nybusiness > p {
    font-size: 16px;
    color: #009e40;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-left: 32px;
    background: url(../images/ny-objs.png) no-repeat left;
}

.nybusiness a {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.nybusiness a:last-child {
    margin-bottom: 0;
}

.nybusiness-img {
    overflow: hidden;
}

.nybusiness a p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
}

.nybusiness a:hover p {
    background: rgba(0, 153, 255, .5);
}

.hotnews {
}

.hotnews p {
    font-size: 16px;
    color: #009e40;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-left: 32px;
    background: url(../images/ny-news.png) no-repeat left;
}

.hotnews a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
    background: url(../images/iyuan.png) no-repeat left;
    background-size: 8px;
}

.hotnews a:hover {
    background: url(../images/iyuan_on.png) no-repeat left;
    color: #009e40;
}

/*新闻列表*/
.nynews-ul {
    overflow: hidden;
}

.nynews-ul li.nynews-li {
    padding: 0 10px 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.nynews-img {
    padding: 0;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}

.nynews-img a {
    display: block;
}

.nynews-img img {
    width: 100%;
    transition: .8s
}

.nynews-ul li.nynews-li:hover img {
    transform: scale(1.02);
}

.nynews-date {
    color: #333;
    line-height: 20px;
    font-size: 12px;
}

.nynews-date span {
    color: #4d4c51;
}

.nynews-date img {
    margin: 4px 6px 0 0;
    float: left;
}

.nynews-date p {
    float: left;
    margin: 0;
}

.nynews-date i {
    margin-right: 5px;
}

.nynews-con h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3b3c3c;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nynews-con h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.nynews-ul li.nynews-li:hover h3 a {
    color: #009e40;
}

.nynews-con {
    background-color: #f9f9f9;
    padding-top: 16px;
    padding-bottom: 18px;
}

.nynews-con p.nynews-desp {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nynews-con a.nynews-more {
    position: relative;
    left: 0;
    color: #ffffff;
    font-size: 15px;
    padding: 7px;
    background: #009e40;
    margin-top: 10px;
    width: 120px;
    display: block;
    border-radius: 20px;
    float: left;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nynews-con a.nynews-more:hover {
    background: #FF7A0E;
    left: 10px;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    #nynewslist > .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nynews-ul li.nynews-li {
        padding: 0 5px 4px;
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .nynews-con h3 {
        font-size: 16px;
        font-weight: bold
    }

    .nynews-con {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .nynews-con p.nynews-desp {
        margin: 2px 0 8px;
    }
}

/*新闻详情*/
.shownews-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 15px;
}

.shownews-top h1 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
}

.shownews-time {
    text-align: center;
}

.shownews-time span {
    font-size: 14px;
    color: #a3afb7;
    margin-right: 10px;
}

.shownews-time span:last-child {
    margin-right: 0;
}

.shownews-con {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.shownews-con img {
    max-width: 100%;
    height: auto !important;
}

.shownews-page {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.shownews-page > div[class^="col-"] {
    padding: 0 10px;
}

.shownews-page a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
}

.shownews-page a:hover {
    border-color: #e4eaec;
    background-color: #f3f7f9;
}

@media (max-width: 767px) {
    .shownews-top h1 {
        font-size: 20px;
    }

    .shownews-con {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .shownews-page a {
        padding: 8px;
    }
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul {
    overflow: hidden;
}

.nyjoblist-ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.nyjoblist-ul li .nyjoblist-top {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.nyjoblist-ul li .nyjoblist-top h3 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.nyjoblist-ul li .nyjoblist-top span {
    padding-right: 20px;
    color: #999;
}

.nyjoblist-ul li .nyjoblist-top p {
    color: #666;
    margin: 10px 0;
}

.nyjoblist-ul li .nyjoblist-top > a {
    float: left;
    padding: 10px 25px;
    background: #009e40;
    border-radius: 20px;
    color: #fff;
    margin-right: 10px;
}

.nyjoblist-ul li .nyjoblist-top > a + a {
    margin-right: 0;
}

.nyjoblist-ul li .nyjoblist-top > a:hover {
    background: #ffc531;
    color: #333;
}

@media (max-width: 767px) {
    .nyjoblist-ul li .nyjoblist-top {
        padding: 10px;
    }
}

.showjob-left {
    padding-bottom: 30px;
}

.showjob-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 10px;
}

.showjob-top h1 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-size: 30px;
}

.showjob-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.showjob-list li {
    width: 50%;
    float: left;
    padding: 5px 10px;
    background: url(../images/dt-0.png) no-repeat left top 13px;
}

.showjob-list li span {
    float: left;
    margin-right: 10px;
    color: #999;
}

.showjob-con {
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.showjob-con img {
    max-width: 100%;
    height: auto !important;
}

.showjob-more {
}

.showjob-page {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.showjob-page a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
}

.showjob-page a:hover {
    border-color: #e4eaec;
    background-color: #f3f7f9;
}

@media (max-width: 767px) {
    .showjob-top h1 {
        font-size: 20px;
    }

    .showjob-top h2 {
        font-size: 16px;
    }

    .showjob-con {
        padding: 0;
        font-size: 14px !important
    }

    .showjob-left {
        padding: 0;
    }

    .showjob-page > div[class^="col-"] {
        padding: 0 10px;
    }
}

/* 产品列表 */
.nypro-ul {
    overflow: hidden;
}

.nypro-ul li {
    padding: 0 10px;
    margin-bottom: 10px;
}

.nypro-ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px;
}


.nypro-ul li a p {
    line-height: 40px;
    color: #333;
    text-align: center;
    font-size: 16px;
    padding: 0 5px;
}

.nypro-ul li a:hover .nypro-img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

/* .nypro-ul li a:hover p { */
    /* color: #009e40; */
/* } */

@media (max-width: 767px) {
    .nypro-ul li a p {
        line-height: 30px;
        font-size: 14px;
    }
}

/*产品详情*/
.showpro-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 20px;
}

.showpro-top h1 {
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-size: 30px;
}

.showpro-top span {
    margin-right: 10px;
    font-size: 14px;
    color: #a3afb7;
}

.showpro-img {
    margin-bottom: 20px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 140px;
    height: 93px;
}

@media (max-width: 767px) {
    .showpro-top h1 {
        font-size: 20px;
    }

    .showpro-imgbox {
        padding: 0;
    }
}

/*产品参数*/
.nyproshow-info {
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.showpro-tel {
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.showpro-telx {
    float: left;
    line-height: 40px;
}

.showpro-telx img {
    float: left;
    margin-right: 12px;
}

.showpro-telcon {
    float: left;
}

.showpro-telcon p {
    float: left;
    color: #666;
    margin-bottom: 0;
}

.showpro-telcon span {
    float: left;
    color: #333;
    font-size: 24px;
    font-family: arial;
}

.showpro-tel a {
    float: right;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    background: #009e40;
    color: #fff;
}

.showpro-tel a i {
    margin-right: 5px;
}

.showpro-tel a:hover {
    background: #034ad8;
}

.showpro-con {
    margin-top: 20px;
}

.showpro-con ul {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
}

.showpro-con ul li {
    text-align: center;
    padding: 0 24px;
    font-size: 16px;
    background: #e6e6e6;
    color: #333;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.showpro-con ul li.on {
    background: #009e40;
    color: #fff;
}

.showpro-con ul li:last-child {
    margin-right: 0;
}

.showpro-details {
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
}

.showpro-details .showpro-det {
    display: none;
    min-height: 200px;
}

.showpro-details div {
    margin-bottom: 10px;
}

.showpro-details p {
    margin: 5px 0;
}

.showpro-details img {
    max-width: 100%;
    height: auto !important;
}

.showpro-details video {
    max-width: 100%;
    height: auto !important;
}

@media (max-width: 767px) {
    .showpro-details {
        font-size: 14px;
        line-height: 1.6;
    }
}

/*相关产品*/
.nyaboutpro {
    line-height: 40px;
    height: 41px;
    border-bottom: 1px #ccc solid;
}

.nyaboutpro > h3 {
    float: left;
    width: 150px;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #009e40 solid;
    color: #009e40;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/nyaboutproico.png) no-repeat left;
}

#abprolist {
    margin: 20px 0;
}

#abprolist li {
    padding: 0 10px;
}

#abprolist li a {
    display: block;
}

#abprolist li a .abpro-img {
    padding: 2px;
    border: 1px solid #ccc;
}

#abprolist li a .abpro-img img {
    display: block;
    max-width: 100%;
}

#abprolist li a p {
    margin-top: 5px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #ccc;
    padding: 0 10px;
    color: #333;
}

#abprolist li a:hover .abpro-img {
    border-color: #009e40;
}

#abprolist li a:hover p {
    background: #009e40;
    color: #fff;
}

/* 标签 */
.pro_key {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.pro_key a {
    font-size: 14px;
    background: #9e9c9c;
    padding: 2px 6px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.pro_key a:hover {
    background: #009e40;
}

/* 分享按钮 */
.jiathis {
    padding-top: 10px;
    height: 35px;
    line-height: 30px;
    border-top: 1px dotted #ccc;
    text-align: right;
    position: relative;
    color: #666;
    margin-bottom: 20px;
}

.jiathis .jiathis_txt {
    float: left;
}

/* 上下页按钮 */
.ny-page {
    overflow: hidden;
    margin-bottom: 30px;
}

.ny-pagea {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.ny-page a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #e4eaec;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    max-width: 100%;
}

.ny-page a:hover {
    border-color: #e4eaec;
    background-color: #f3f7f9;
}

/* 搜索模块 */
.nysearch-ul {
    overflow: hidden;
}

.nysearch-ul li.nysearch-li {
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px dashed #333;
    overflow: hidden;
}

.nysearch-til > a {
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
    background: #009e40;
    margin-right: 5px;
    position: relative;
    top: 0;
    padding: 4px 6px;
}

.nysearch-til > a .nysearch-arrow {
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: top;
    top: 7px;
    right: -4px;
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #009e40;
}

.nysearch-til > a:hover {
    background: #333;
}

.nysearch-til > a:hover .nysearch-arrow {
    border-left-color: #333;
}

.nysearch-til > h2 {
    display: inline;
    font-size: 19px;
    margin: 0;
    font-weight: bold;
    position: relative;
    top: 1px;
    line-height: 25px;
}

.nysearch-con p.nysearch-desp {
    color: #666;
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nysearch-date {
    color: #333;
    line-height: 20px;
    font-size: 12px;
}

.nysearch-date span {
    color: #999;
}

.nysearch-date p {
    float: left;
    margin: 0;
}

.nysearch-date i {
    margin-right: 5px;
}

.nysearch-con a.nysearch-more {
    position: relative;
    left: 0;
    color: #ffffff;
    font-size: 13px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #999;
    margin-top: 10px;
    display: block;
    border-radius: 20px;
    float: left;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.nysearch-con a.nysearch-more:hover {
    background: #009e40;
    left: 10px;
}

/*联系我们*/
.product-inlist {
    background-color: #f6f6f6;
}

.contact_meg {
    float: right;
    width: 50%;
    height: 510px;
    z-index: 3;
    background: #f6f6f6;
}

.meg_con .title2 {
    font-size: 28px;
    color: #333333;
    max-width: 510px;
    margin-bottom: 24px;
    margin-top: 35px;
    font-weight: bold;
}

.meg_con .tel {
    padding: 18px 0;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    color: #333;
    max-width: 510px;
    font-size: 30px;
}

.meg_con .tel img {
    display: inline-block;
}

.meg_con .megs {
    margin-top: 28px;
    font-size: 15px;
    line-height: 36px;
}

.meg_con {
    width: 100%;
    z-index: 3;
    padding-left: 8%;
    padding-right: 4%;
    box-sizing: border-box;
}

.my-map {
    margin: 0 auto;
    width: 50%;
    height: 510px;
    float: left;
}

.amap-container {
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .meg_con {
        width: 100%;
        position: unset;
        padding-left: 5%;
        box-sizing: border-box;
    }

    .meg_con .title2, .meg_con .tel {
        max-width: initial;
        width: 100%;
    }

    .contact_meg {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 40px
    }

    .my-map {
        margin: 0 auto;
        width: 100%;
        height: 400px;
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .product-inlist > div {
        margin-bottom: 0 !important;
    }

    .product-inlist {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .meg_con .title2 {
        margin-bottom: 16px;
        margin-top: 20px;
        font-size: 24px;
    }

    .meg_con .megs {
        font-size: 14px;
        line-height: 30px;
    }

    .meg_con .tel {
        padding: 10px 0;
        font-size: 20px;
    }

    .meg_con .tel img {
        width: 26px;
    }

    .meg_con .megs {
        margin-top: 10px;
    }

    .meg_con .tel img {
        width: 20px;
        margin-bottom: 0;
    }

    .meg_con .title2 {
        font-size: 22px;
    }

    .product-inlist {
        margin-top: 10px;
    }
}

/*翻页样式*/
.metpager_1 {
    text-align: center;
}

.metpager_2 {
    text-align: center;
}

.metpager_3 {
    text-align: center;
}

#flip {
    line-height: 25px;
}

.digg4 {
    padding: 3px;
    margin: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.digg4 a, .digg4 span.miy {
    margin: 2px;
    text-decoration: none;
}

.digg4 .disabledfy {
    font-family: Tahoma, Verdana;
}

.metpager_4 a, .metpager_4 span.miy {
    border: 1px solid #aaaadd;
    padding: 2px 5px 2px 5px;
    color: #009;
}

.metpager_4 a:hover {
    border: 1px solid #009;
    color: #000;
}

.metpager_4 a:active {
    border: 1px solid #009;
    color: #000;
}

.metpager_4 span.current {
    border: 1px solid #009;
    background-color: #009;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #FFFFFF;
    text-decoration: none;
}

.metpager_4 span.disabled {
    border: 1px solid #eee;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #ddd;
}

.metpager_5 a, .metpager_5 span.miy {
    border: 1px solid #ccdbe4;
    padding: 2px 8px 2px 8px;
    color: #009e40;
    display: inline-block;
}

.metpager_5 a:hover {
    border: 1px solid #009e40;
    color: #fff;
    background-color: #009e40;
}

.metpager_5 a:active {
    border: 1px solid #009;
    color: #000;
}

.metpager_5 span.current {
    padding: 2px 8px 2px 8px;
    margin: 2px;
    color: #fff;
    background: #009e40;
    border: 1px solid #009e40;
    text-decoration: none;
    display: inline-block;
}

.metpager_5 span.disabled {
    border: 1px solid #ccdbe4;
    padding: 2px 8px 2px 8px;
    margin: 2px;
    color: #999;
    display: inline-block;
}

.metpager_6 {
    color: #ff6500;
}

.metpager_6 a, .metpager_6 span.miy {
    border: 1px solid #ff9600;
    padding: 2px 7px 2px 7px;
    background-position: 50% bottom;
    color: #ff6500;
    background-image: url(../images/page/page6.jpg);
}

.metpager_6 a:hover {
    border: 1px solid #ff9600;
    color: #ff6500;
    background-color: #ffc794;
}

.metpager_6 a:active {
    border: 1px solid #ff9600;
    color: #ff6500;
    background-color: #ffc794;
}

.metpager_6 span.current {
    border: 1px solid #ff6500;
    padding: 2px 7px 2px 7px;
    margin: 2px;
    color: #ff6500;
    background-color: #ffbe94;
    text-decoration: none;
}

.metpager_6 span.disabled {
    border: 1px solid #ffe3c6;
    padding: 2px 7px 2px 7px;
    margin: 2px;
    color: #ffe3c6;
}

.metpager_7 a, .metpager_7 span.miy {
    border: 1px solid #2c2c2c;
    padding: 2px 5px 2px 5px;
    background: url(../images/page/page7.gif) #2c2c2c;
    color: #fff;
}

.metpager_7 a:hover {
    border: 1px solid #aad83e;
    color: #fff;
    background: url(../images/page/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
    border: 1px solid #aad83e;
    color: #fff;
    background: urlurl(../images/ page/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
    border: 1px solid #aad83e;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #fff;
    background: url(../images/page/page7_2.gif) #aad83e;
    text-decoration: none;
}

.metpager_7 span.disabled {
    border: 1px solid #f3f3f3;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #ccc;
}

.metpager_8 a, .metpager_8 span.miy {
    border: 1px solid #ddd;
    padding: 2px 5px 2px 5px;
    color: #aaa;
}

.metpager_8 a:hover {
    border: 1px solid #a0a0a0;
}

.metpager_8 a:hover {
    border: 1px solid #a0a0a0;
}

.metpager_8 span.current {
    border: 1px solid #e0e0e0;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #aaa;
    background-color: #f0f0f0;
    text-decoration: none;
}

.metpager_8 span.disabled {
    border: 1px solid #f3f3f3;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #ccc;
}

.metpager_9 a, .metpager_9 span.miy {
    border: 1px solid #ddd;
    padding: 2px 5px 2px 5px;
    color: #88af3f;
}

.metpager_9 a:hover {
    border: 1px solid #85bd1e;
    color: #638425;
    background-color: #f1ffd6;
}

.metpager_9 a:hover {
    border: 1px solid #85bd1e;
    color: #638425;
    background-color: #f1ffd6;
}

.metpager_9 span.current {
    border: 1px solid #b2e05d;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #fff;
    background-color: #b2e05d;
    text-decoration: none;
}

.metpager_9 span.disabled {
    border: 1px solid #f3f3f3;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    color: #ccc;
}

@media (max-width: 767px) {
    .digg4 > span:nth-child(-n+2) {
        display: none;
    }
}