.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header .tops {
    background: #139122;
}

.header .tops h3 {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #FFF2F4;
    line-height: 40px;
}

.header .tops .rt {
    float: right;
    font-size: 0;
}

.header .tops .rt h6 {
    padding-left: 20px;
    background: url(../images/a2.png) no-repeat left center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block;
    margin-right: 56px;
}

.header .tops .rt dl {
    display: inline-block;
}

.header .tops .rt dt {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
}

.header .tops .rt dd {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    height: 24px;
    top: 6px;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.header .tops .rt dd img {
    display: block;
}

.header .tops .rt dd .wx {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    width: 100px;
    background: #fff;
    margin: 0 auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px 2px #ccc;
    margin-left: -35px;
    margin-top: 5px;
    display: none;
    z-index: 111;
}

.header .tops .rt dd .wx::before {
    content: "";
    background: url(../images/a15.png) no-repeat center;
    width: 16px;
    height: 7px;
    margin: 0 auto;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

.header .tops .rt dd .wx img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.header .tops .rt dd.s1:hover .wx {
    display: block;
}

.header .tops .rt dd.s1 {
    top: 9px;
}

.header .naver {
    padding: 12px 0;
}

.header .naver .logo {
    float: left;
}

.header .naver .logo img {
    display: block;
}

.header .naver ul {
    float: right;
    font-size: 0;
}

.header .naver li {
    display: inline-block;
    position: relative;
    margin-left: 55px;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.header .naver li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
}

.header .naver li::before {
    content: "";
    height: 6px;
    background: #179416;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    margin: 0 auto;
}

.header .naver li:hover::before,
.header .naver li.on::before {
    width: 100%;
}

.header .naver li a:hover,
.header .naver li.on a {
    color: #179416;
}

.hbanner {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.hbanner li {
    height: 600px;
}

.hbanner .swip_span {
    position: absolute;
    bottom: 20;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.hbanner .swip_span span {
    width: 12px;
    height: 12px;
    background: #079c1a;
    margin: 0 10px !important;
}

.hpage1 {
    padding: 70px 0 80px;
}

.hpage1 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
}

.hpage1 .bds {
    margin-top: 10px;
}

.hpage1 .bds .t dl {
    font-size: 0;
}

.hpage1 .bds .t dt {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #676767;
    margin-right: 60px;
    position: relative;
    top: -2px;
}

.hpage1 .bds .t dd {
    display: inline-block;
    margin-right: 42px;
    cursor: pointer;
}

a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    display: block;
}

.hpage1 .bds .t dd a:hover {
    color: #139122;
}

.hpage1 .uit_list {
    margin-top: 30px;
}

.uit_list li {
    float: left;
    width: calc((100% - 62px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #f8f8f8;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    height: 284px;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.uit_list li:nth-child(4n) {
    margin-right: 0;
}

.uit_list li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 30px;
}

.uit_list li .img {
    height: 184px;
    position: relative;
    overflow: hidden;
}

.uit_list li .img .bg {
    height: 100%;
}

.uit_list li:hover {
    background: #fff;
    border-color: #139122;
}

.hpage2 {
    padding: 70px 0 0;
}

.hpage2 h2 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.7;
    text-align: center;
}

.hpage2 .ys .img {
    float: right;
    width: 750px;
}

.hpage2 .ys .txt {
	white-space: pre-line;
    float: left;
    width: calc(100% - 785px);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 100px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.hpage2 .ys {
    margin-top: 60px;
}

.hpage3 {
    z-index: 111;
    /*position: relative;*/
}

.hqdl{
    width: 1200px;
    margin: 0 auto;
}

.hqdl dl {
    font-size: 0;
    position: relative;
    bottom: -70px;
}

.hqdl dd {
    display: inline-block;
    width: calc((100% - 78px) / 3);
    margin-right: 38px;
    position: relative;
    background: #2B2B2C;
    border-radius: 30px 5px 30px 5px;
    height: 130px;
    overflow: hidden;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    top: 0;
}

.hqdl dd:nth-child(3n) {
    margin-right: 0;
}

.hqdl dd h4 {
    position: absolute;
    font-size: 40px;
    font-weight: 400;
    color: #2B2B2C;
    line-height: 80px;
    width: 80px;
    background: #949393;
    border-radius: 30px 5px 30px 5px;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}

.hqdl dd .t {
    padding: 15px 0 0 112px;
}

.hqdl dd .t h3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.6;
}

.hqdl dd .t span {
    width: 50px;
    height: 3px;
    background: #949494;
    display: block;
    margin: 15px 0;
}

.hqdl dd .t p {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    opacity: 0.5;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hqdl dd:hover {
    box-shadow: 0px 5px 10px 0px rgba(53, 51, 52, 0.3);
    top: -30px;
}

.hqdl dd:hover h4 {
    background: #FAD004;
}

.hqdl dd:hover h3 {
    color: #FAD004;
}

.hpage3 {
    background: #f8f8f8;
    padding-bottom: 80px;
}

.hpage3 .hd {
    margin-top: 120px;
}

.hpage3 .hd .img {
    float: right;
    width: 620px;
}

.hpage3 .hd .img img {
    display: block;
    width: 100%;
}

.hpage3 .hd .txt {
    float: left;
    width: calc(100% - 660px);
}

.hpage3 .hd .txt h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

.hpage3 .hd .txt div {
    width: 30px;
    height: 4px;
    background: #686868;
    display: block;
    margin: 25px 0 30px;
}

.hpage3 .hd .txt p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.hpage3 .swip_gs {
    margin-top: 30px;
    position: relative;
}

.hpage3 .swip_gs .ovs {
    margin: 0 60px;
    overflow: hidden;
}

.hpage3 .swip_gs .ovs li {
    height: 156px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    position: relative;
}

.hpage3 .swip_gs .ovs li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
}

.hpage3 .swip_gs .ovs li.swiper-slide-active::before {
    background: none;
}

.hpage3 .swip_gs .ovs li.swiper-slide-active {
    border-color: #139122;
}

.hpage3 .swip_gs .ovs li .img {
    height: 100%;
    width: 100%;
    display: block;
}

.hpage3 .swip_gs .prev,
.hpage3 .swip_gs .next {
    background: url(../images/prev.png) no-repeat center;
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 60px;
    cursor: pointer;
    z-index: 1;
}

.hpage3 .swip_gs .next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.hpage3 .swip_gs .prev:hover,
.hpage3 .swip_gs .next:hover {
    background: url(../images/prev_1.png) no-repeat center;
}

.hpage3 .swip_gs .sw_span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.hpage4 {
    padding: 70px 0 100px;
}

.hpage4 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1.7;
    text-align: center;
}

.hpage4 .swp_ry {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    padding: 12px 0 0 12px;
}

.hpage4 .swp_ry li .box {
    height: 536px;
    position: relative;
}

.hpage4 .swp_ry li .box .img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.hpage4 .swp_ry li .box::before {
    background: #d1e9d1;
    height: 100%;
    position: absolute;
    top: -12px;
    left: -12px;
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0;
}

.hpage4 .swp_ry li h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 36px;
}

.hpage4 .swp_ry .swgd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    top: auto;
    background: rgba(13, 152, 39, 0.5);
}

.hpage4 .swp_ry .swgd .swiper-pagination-progressbar-fill {
    background: #0d9827 !important;
}

.hpage4 .swp_ry li.swiper-slide-active .box::before {
    opacity: 1;
}

.footer {
    padding: 20px 0 10px;
    background: #202835;
    text-align: center;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer p a {
    display: inline;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline !important;
    padding-left: 24px;
    margin-right: 15px;
}


.banner {
    height: 400px;
    overflow: hidden;
}

.banner .wrap {
    position: relative;
    height: 100%;
}

.banner .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.banner .txt h6 {
    float: left;
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6
}

.banner .txt .r {
    float: right;
    margin-top: 10px;
}

.banner .txt h3 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 10px;
}

.banner .txt h3 i {
    margin: 0 15px;
}

.banner .txt p {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 1.6;
}

.about .hd {
    padding: 80px 0;
}

.about .hd .img {
    float: right;
    width: 700px;
    height: 500px;
    overflow: hidden;
}

.about .hd .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.about .hd .txt {
    float: left;
    width: calc(100% - 700px);
    background: #f8f8f8;
    position: relative;
    padding: 30px 40px;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.about .hd .txt h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}

.about .hd .txt h6 {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.6;
}

.about .hd .txt div {
    width: 50px;
    height: 4px;
    background: #149226;
    display: block;
    margin: 16px 0 30px;
}

.about .hd .txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.about .bd {
    background: #f8f8f8;
    padding: 70px 0 80px;
}

.about .bd h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    position: relative;
    z-index: 2;
}

.about .bd h3::before {
    width: 118px;
    height: 6px;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #cbe3cb;
    margin: 0 auto;
    z-index: -1;
}

.about .bd ul {
    margin-top: 40px;
}

.about .bd li {
    float: left;
    margin-bottom: 20px;
    width: calc((100% - 42px) / 3);
    margin-right: 20px;
    height: 308px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.about .bd li:nth-child(3n) {
    margin-right: 0;
}

.about .bd li:hover .mask {
    top: 0;
}

.about .bd li .mask {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    overflow: hidden;
}

.about .bd li .mask h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6;
    text-align: center;
}

.contact {
    padding: 80px 0;
}

.contact .hd li {
    float: left;
    width: 25%;
    text-align: center;
}

.contact .hd li .ico {
    width: 102px;
    height: 102px;
    margin: 0 auto;
}

.contact .hd li .ico img {
    display: block;
    width: 100%;
}

.contact .hd li h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 36px;
}

.contact .hd li span {
    width: 50px;
    height: 4px;
    background: #139122;
    display: block;
    margin: 18px auto;
}

.contact .hd li p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.contact .map {
    margin-top: 75px;
    height: 600px;
}

.anchorBL {
    display: none;
}

.produ .hd {
    background: #f8f8f8;
    border-bottom: 1px solid #eeeeee;
}

.produ .hd h3 {
    font-size: 24px;
    font-weight: bold;
    color: #139122;
    line-height: 100px;
    float: left;
    position: relative;
    padding-left: 60px;
}

.produ .hd h3::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    background: #139122;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.produ .hd dl {
    float: right;
    font-size: 0;
}

.produ .hd dd {
    display: inline-block;
    margin-left: 86px;
    position: relative;
}

.produ .hd dd a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 100px;
}

.produ .hd dd::before {
    height: 2px;
    background: #139122;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s; /* IE 9 */
    -moz-transition: all 0.3s; /* Firefox */
    -webkit-transition: all 0.3s; /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.produ .hd dd.on::before,
.produ .hd dd:hover::before {
    width: 100%;
}

.produ .hd dd.on a,
.produ .hd dd a:hover {
    color: #139122;
}

.produ .bd {
    padding: 45px 0 20px;
}

.produ {
    padding-bottom: 80px;
}

.pages ul {
    font-size: 0;
    text-align: center;
}

.pages li {
    display: inline-block;
    margin-right: 1px;
}

.pages li a {
    padding: 0 14px;
    line-height: 34px;
    border: 1px solid #EEEEEE;
    background: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #666666;
}

.pages li.l1 a {
    border-radius: 5px 0px 0px 5px;
}

.pages li.l2 a {
    border-radius: 0px 5px 5px 0px;
}

.pages li .t {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    height: 34px;
    background: #DDDDDD;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 82px;
}

.pages li.on a,
.pages li a:hover {
    color: #fff;
    background: #139122;
    border-color: #139122;
}

.pro_del .t .ture {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 52px;
    display: block;
}

.pro_del .t {
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
}

.pro_del .t .ture:hover {
    color: #139122;
}

.pro_del .hd {
    padding: 75px 0 70px;
}

.pro_del .hd .img {
    float: left;
    background: #f8f8f8;
    width: 600px;
    height: 475px;
    overflow: hidden;
    position: relative;
}

.pro_del .hd .bg {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.pro_del .hd .txt {
    float: right;
    width: calc(100% - 640px);
    margin-top: 30px;
}

.pro_del .hd .txt h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pro_del .hd .txt h6 {
    font-size: 18px;
    color: #999999;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro_del .hd .txt h6::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #0e9417;
    left: 0;
    top: 5px;
    position: absolute;
    display: block;
}

.pro_del .hd .txt p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 30px;
    padding-left: 24px;
}

.pro_del .hd .txt p.s1 {
    color: #139122;
}

.pro_del .bd h2 {
    font-size: 24px;
    color: #999999;
    line-height: 1.7;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.pro_del .bd .dels {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.pro_del .bd .dels img {
    display: block;
    margin: 0 auto;
}

.pro_del {
    padding-bottom: 80px;
}

.checked{
    color: #139122;
}
