﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 375px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}

/*头部通用*/
.header{display: flex;justify-content: space-between; width: 100%; border-bottom: 2px solid #0085286e; padding: 10px 5%; box-sizing: border-box;}
.header img{width: auto;height: 90px;display: block;}
.header-intro {width: 320px; height: 50px;margin: 20px auto 20px 12px; padding-left: 12px; border-left: 1px solid #aaaaaa; box-sizing: border-box;}
.header-intro p:nth-child(1) {font-size: 20px; line-height: 22px; color: #008529; font-weight: 600; letter-spacing: 1px;}
.header-intro p:nth-child(2) {margin-top: 8px; font-size: 18px; line-height: 20px; color: #555; letter-spacing: 1px;}

.header-nav-box {position: relative; width: 100%;}

.header-nav {display: flex; justify-content: space-between; width: 100%; height: 60px; padding: 0 5%; box-sizing: border-box;}
.header-nav li {width: calc(100% / 7); height: 60px;}
.header-nav li a {position: relative; display: block; width: 100%; text-align: center;}
.header-nav li a::before {content: ""; position: absolute; top: 50%; left: 50%; width: 80px; height: 20px; background-color: #00852848; opacity: 0; transform: translate(-50%,-50%); transition: all 0.4s ease;}
.header-nav li a span {position: relative; z-index: 10; font-size: 18px; line-height: 60px; color: #212121;}
.header-nav li a:hover::before {width: 100%; height: 60px; opacity: 1;}
.header-nav li a:hover span {color: #008529;}
.atpresent-class a::before {width: 100%!important; height: 60px!important; opacity: 1!important;}
.atpresent-class a span {color:  #008529!important;}

.header-subnav-product {position: absolute; top: 60px; left: 0; z-index: 30; display: flex; flex-wrap: wrap; width: 100%; padding: 30px 5% 10px; border-top: 2px solid #008529;background-color: #fff; box-sizing: border-box; -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transition: -webkit-transform .3s .3s; transition: transform .3s .3s;}
.header-subnav-product li {width: calc((100% - 80px) / 5); margin-bottom: 20px; margin-right: 20px;}
.header-subnav-product li:nth-child(5n) {margin-right: 0;}
.header-subnav-product li a {display: flex; width: 100%; font-size: 18px; line-height: 36px; color: #333;}
.header-subnav-product li a i {display: inline-block; width: 12px; height: 12px; margin: 12px 0; margin-left: 10px; background-image: url("../UploadFiles/img/header-subnav-jt1.png"); background-size: 100% 100%; transition: transform .3s .3s;}
.header-subnav-product li a:hover {padding-right: 0; color: #008529;}
.header-subnav-product li a:hover i {margin-left: 20px; background-image: url("../UploadFiles/img/header-subnav-jt2.png");}
.header-subnav-show {-webkit-transform: scaleY(1)!important; -ms-transform: scaleY(1)!important; transform: scaleY(1)!important; -webkit-transition: -webkit-transform .3s!important; transition: transform .3s!important;}

@media(max-width:1380px){.header-subnav-product li {width: calc((100% - 60px) / 4);} .header-subnav-product li:nth-child(5n) {margin-right: 20px;} .header-subnav-product li:nth-child(4n) {margin-right: 0;}}
@media(max-width:1200px){.header {padding: 0 2%;} .header-intro {display: none;} .header-content {padding: 0 2%;} .header-nav {padding: 0 2%;} .header-subnav-product {padding: 20px 2% 0;}}
@media(max-width:980px){.header-nav li a span {font-size: 24px;} .header-subnav-product li a {font-size: 22px;}}

/*banner*/
.rslides {position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}
.slide_container {position: relative; width: 100%; overflow:hidden;}
.slide {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.slide li {position: absolute; width: 100%; left: 0; top: 0;}
.slide img {display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; min-height: 180px;}
.slide .caption {display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0,0.8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none;}
.slide_container .tu { width:100%; height:602px;}
.slide_nav {font-size: 0;width: 60px;height: 60px;position: absolute;top: 50%;transform: translateY(-50%);z-index: 20; background: url("../UploadFiles/vbg01.png") no-repeat rgb(255,255,255);border-radius: 50%;box-shadow: 0px 2px 10px rgba(0,0,0,.2);transition: all 0.4s;  opacity: 0.6; }
.prev {left: 5%;background-position: -2px 0;}
.next {right: 5%;background-position: -58px 0;}
.prev:hover {background: url("../UploadFiles/vbg02.png") no-repeat #008529;background-position: -2px 0;}
.next:hover {background: url("../UploadFiles/vbg02.png") no-repeat #008529;background-position: -58px 0;}
.slide_tabs {display: flex; justify-content: space-between; position:absolute; bottom: 20px; left: 50%; z-index: 100; width: 60px; transform: translateX(-50%);}
.slide_tabs li {display: block; width: 12px; height: 12px; border-radius: 6px; font-size: 0px; background-color: #008529; transition: all 0.4s;}
.slide_here {width: 36px!important;}
#find_bottom {position: absolute; z-index: 4; left: 0; right: 0; bottom: 20px; width: 30px; height: 30px; margin: 0 auto; border: 2px dotted #008529; border-radius: 100%; text-align: center; opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transition: all ease 0.3s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -ms-transition: all ease 0.5s; -o-transition: all ease 0.5s; visibility: hidden;}
.opacity_show_top{opacity: 1 !important; transition: all ease 1s !important; -webkit-transition: all ease 1s !important; -moz-transition: all ease 1s !important; -ms-transition: all ease 1s !important; -o-transition: all ease 1s !important; -webkit-transform: translateY(0px) !important; -moz-transform: translateY(0px)!important; -ms-transform: translateY(0px) !important; -o-transform: translateY(0px) !important; transform: translateY(0px) !important;}
@media(max-width:1120px){.slide_container{margin-top: 0;} .slide_nav {width: 30px; height: 30px; background-size: 60px 30px;} .prev {background-position: -1px 0;} .next {background-position: -28px 0;} .prev:hover {background-size: 60px 30px; background-position: -1px 0;} .next:hover {background-size: 60px 30px; background-position: -28px 0;}}

/*尾部通用*/
.footer-box {width: 100%; padding: 40px 0 0; background-color: #1c1c1c;}
.footer {display: flex; justify-content: space-between; align-items:stretch; width: 100%; padding: 0 5% 10px; box-sizing: border-box;}
.footer-hotline {width: 300px;}
.footer-hotline p:nth-child(1) {max-height: 999px; margin-bottom: 10px; padding-left: 60px; font-size: 26px; color: #fff; font-weight: 400; line-height: 40px; background-image: url("../UploadFiles/img/footer-dh.png"); background-size: 50px auto; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom; box-sizing: border-box;}
.footer-hotline p:nth-child(2) {max-height: 999px; margin-bottom: 4px; font-family: bebas; font-size: 44px; color: #fff; line-height: 56px; letter-spacing: 8px; transform:scaleY(1.2);}
.footer-hotline p:nth-child(3) {max-height: 999px; font-size: 16px; color: #ccc; line-height: 30px; letter-spacing: 1px;}
    
.footer-nav-box {display: flex; justify-content: space-around; width: calc(100% - 700px); box-sizing: border-box;}
.footer-nav li:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-nav li a {max-height: 999px; font-size: 16px; line-height: 34px; color: #bbb;}
.footer-nav li a:hover {color: #fff;}
    
.footer-contact {width: 400px;}
.footer-contact p:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-contact p:nth-child(2),.footer-contact p:nth-child(3),.footer-contact p:nth-child(4) {max-height: 999px; margin-bottom: 6px; padding: 0 20px 0 40px; border-radius: 21px; font-size: 18px; line-height: 42px; color: #aaa; background-color: #121212; background-size: 18px 18px; background-position: 12px 50%; background-repeat: no-repeat; box-sizing: border-box;}
.footer-contact p:nth-child(2) {background-image: url("../UploadFiles/img/footer-tb1.png");}
.footer-contact p:nth-child(3) {background-image: url("../UploadFiles/img/footer-tb1.png");}
.footer-contact p:nth-child(4) {margin-bottom: 0; background-image: url("../UploadFiles/img/footer-tb2.png");}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.footer-copyright p:nth-child(1) a {color: #e1e1e1;}
.footer-copyright dl {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.footer-copyright dl a {
    margin-left: 10px;
    color: #bbb;
}
.footer-copyright dl a:hover {
    color: #fff;
}
    
@media(max-width:1360px){.footer-nav-box {justify-content: space-between; width: calc(100% - 460px);} .footer-hotline {display: none;}}
@media(max-width:1200px){.footer {padding: 0 2% 10px;} .footer-copyright {padding: 6px 2%;}}
@media(max-width:980px){.footer {flex-wrap: wrap;} .footer-nav-box {width: 100%; margin-bottom: 20px;} .footer-nav li:nth-child(1) {font-size: 24px; line-height: 38px;} .footer-nav li a {font-size: 20px; line-height: 38px;} .footer-contact {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%;} .footer-contact p:nth-child(1) {font-size: 24px; line-height: 38px;} .footer-contact p:nth-child(2),.footer-contact p:nth-child(3) {width: 49%;} .footer-contact p:nth-child(1),.footer-contact p:nth-child(4) {width: 100%;} .footer-contact p:nth-child(2),.footer-contact p:nth-child(3),.footer-contact p:nth-child(4) {font-size: 20px; line-height: 46px;}}
    
/*一键拨号*/
@media(min-width:1000px){.footbox{display:none;}}
.footbox {position: fixed; bottom: 0; z-index: 99; left: 0; z-index: 1000; width: 100%; min-width: 980px; height: 9rem; border-top:0; background:#00852867;}
.flexbox {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-align: center;}
.footbox ul li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a {display:block; margin-top: 1rem; color:#fff; font-size:2rem; line-height:3rem; }
.footbox ul li a img {display:block; width:4rem; height:4rem; margin: 0.5px auto}
.sjkx{display:block;}
@media(min-width:1000px){.sjkx{display: none;}}

/*product*/
.home-title {width: 100%; margin-bottom: 40px;}
.home-title p:nth-child(1) {font-size: 36px; line-height: 56px; font-weight:bold; color: #008529; text-align: center; letter-spacing:16px;}
.home-title p:nth-child(1) span:nth-child(1) {position: relative; color: #212121;}
.home-title p:nth-child(1) span:nth-child(1)::before {content: ""; position: absolute; top: 50%;left: -24px; width: 8px; height: 8px; border-radius: 4px; background-color: #008529; transform: translateY(-50%);}
.home-title p:nth-child(1) span:nth-child(2) {color: #212121; letter-spacing: 0;}
.home-title p:nth-child(2) {font-size: 26px; line-height: 30px; text-align: center; color: #008529;}
.home-title p:nth-child(3) {font-size: 18px; line-height: 36px; color: #666; text-align: center; letter-spacing: 4px;}
    
.product {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; padding: 60px 5%; background-image: url("../UploadFiles/img/product-bj.jpg"); background-position: center; background-repeat: no-repeat; box-sizing: border-box; background-size: 100% 100%;}
.product>.column-picture-left>.column-picture-lef-contact {padding: 29px 36px;}
.product-scroll-box {width: 100%; overflow-x: hidden;}
.picture-scroll {display: flex; flex-wrap: wrap;  width: 3100px;} 
.picture-scroll a {display: block; width: 300px; margin: 0 10px 10px 0; border: 1px solid #f7f8f9; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.picture-scroll a .picture-scroll-img {width: 100%; overflow: hidden;}
.picture-scroll a .picture-scroll-img img {display: block; width: 100%; transition: all 0.6s;}
.picture-scroll-text {width: 100%; padding: 10px 15px; background-color: #f7f8f9; box-sizing: border-box;}
.picture-scroll-text p:nth-child(1) {position: relative; padding-right: 41px; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box;}
.picture-scroll-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#008529; transition: all 0.6s;}
.picture-scroll-text p:nth-child(1)::after {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../UploadFiles/img/picture-jt.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}
.picture-scroll-text p:nth-child(2) {margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px;}
.picture-scroll a:hover{box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.picture-scroll a:hover .picture-scroll-img img{transform:scale(1.2);}
.picture-scroll a:hover .picture-scroll-text p:nth-child(1){color:#008529;}
.picture-scroll a:hover .picture-scroll-text p:nth-child(1)::before{width: 100%;}
.picture-scroll a:hover .picture-scroll-text p:nth-child(1)::after{background-position: 0 0;}
@media(max-width:1200px){.product {padding: 30px 2%;}}
@media(max-width:980px){.product>.column-picture-left>.column-picture-lef-list>li>a {line-height: 52px;} .picture-scroll-text p:nth-child(1) {font-size: 24px; line-height: 38px;} .picture-scroll-text p:nth-child(1)::after {height: 38px; background-position: 100% 50%;} .picture-scroll a:hover .picture-scroll-text p:nth-child(1)::after{background-position: 0 50%;} .picture-scroll-text p:nth-child(2) {font-size: 21px; line-height: 32px;}}

/*about*/
.about {width: 100%; padding: 60px 5% 140px; background-image: url("../UploadFiles/img/about-bj.jpg"); background-size: auto 100%; background-position: center; box-sizing: border-box; background-size: 100% 100%;}
.about-title:nth-child(1) {position: relative; width: 440px; margin: 0 auto; height: 74px; font-size: 40px; color: #fff; line-height: 74px; text-align: center; font-weight: 600; letter-spacing: 4px;}
.about-title:nth-child(1) span {letter-spacing: 0;}
.about-title:nth-child(1)::before {content: ""; position: absolute; bottom: -3px; left: 50%; width: 60px; height: 4px; background-color: #ddec00; transform: translateX(-50%);}
.about-title:nth-child(2) {width: 100% !important; max-height: 999px; margin-top: 10px; font-size: 18px; color: #fff; line-height: 30px; text-align: center;}
.about-text {width: 100%; margin: 40px auto;}
.about-text p {max-height: 999px; font-size: 18px; line-height: 36px; text-align:center; color: #fff; letter-spacing: 1px;}
.about-button {display: flex; justify-content: space-between; width: 200px; margin: 24px auto 0; padding: 0 25px; font-size: 18px; line-height: 52px; color: #fff; background-color: #ddec00; box-sizing: border-box; transition: all 0.3s;}
.about-button:hover {padding: 0 35px; color: #fff;}
@media(max-width:1200px){.about {padding: 30px 2% 140px;}}
@media(max-width:980px){.about-text p {font-size: 22px;line-height: 42px;} .about-text p:nth-child(3) {display: none;}}

/*advantage*/
.advantage {display: flex; justify-content: space-between; width: 80%; margin: 0 auto; margin-top: -80px; margin-bottom: 60px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.6);}
.advantage li {width: 130px; padding: 40px 0;}
.advantage li img {display: block; width: 80px; margin: 0 auto; transition: all 0.6s;}
.advantage li p:nth-child(2) {position: relative; margin-top: 34px; font-size: 20px; line-height: 30px; font-weight: 600; color: #333; text-align: center;}
.advantage li p:nth-child(2)::before {content: ""; position: absolute; top: -15px; left: 50%; width: 40px; height: 4px; background-color: #ddec00; transform: translateX(-50%);}
.advantage li p:nth-child(3) {font-size: 16px; line-height: 30px; color: #999; text-align: center;}
.advantage li:nth-child(1),.advantage li:nth-last-child(1) {width: 1px;}
.advantage li:hover img {transform: rotateY(360deg);}
@media(max-width:1200px){.advantage {width: 90%;}}
@media(max-width:980px){.advantage li {width: 150px; padding: 25px 0;} .advantage li p:nth-child(2) {font-size: 22px;line-height: 42px;} .advantage li p:nth-child(3) {font-size: 18px; line-height: 32px;}}

/*equipment*/
.equipment-list {width: 90%; margin: 0 auto 40px; box-sizing: border-box;}
.equipment-list .swiper-slide a {position: relative; display: block; width: 100%; overflow: hidden;}
.equipment-list .swiper-slide a .equipment-list-box {width: 100%; overflow: hidden;}
.equipment-list .swiper-slide a .equipment-list-box img {display: block; width: 100%; transition: all 0.4s;}
.equipment-list-text {position: absolute; left: 0; bottom: -59px; z-index: 10; display: flex; flex-direction:column; justify-content: center; width: 100%; padding: 0 30px; background-color: rgba(245,245,245,0.8); box-sizing: border-box; transition: all 0.3s;}
.equipment-list-text p:nth-child(1) {font-size: 20px; line-height: 58px; color: #212121; letter-spacing: 1px; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.equipment-list-text p:nth-child(2) {position: relative; margin-top : 17px; font-size: 24px; line-height: 42px; color: #fff; font-weight: 600; letter-spacing: 4px; text-align: center;}
.equipment-list-text p:nth-child(2)::before,.equipment-list-text p:nth-child(2)::after {content: ""; position: absolute; left: 50%; background-color: #FFF; transform: translateX(-50%);}
.equipment-list-text p:nth-child(2)::before {top: -13px; width: 60px; height: 3px;}
.equipment-list-text p:nth-child(2)::after {top: -12px; width: 60px; height: 1px; transition: all 0.6s;}
.equipment-list .swiper-slide a:hover .equipment-list-box img {transform: scale(1.2);}
.equipment-list .swiper-slide a:hover .equipment-list-text {bottom: 0; height: 100%; background-color: #00852896;} 
.equipment-list .swiper-slide a:hover .equipment-list-text p:nth-child(1) {color: #FFF;}
.equipment-list .swiper-slide a:hover .equipment-list-text p:nth-child(2)::after {width: 100%;}

/*case*/
.case {width: 100%; padding: 60px 5%; background-image: url("../UploadFiles/img/case-bj.jpg"); background-size: 100% 100%; box-sizing:border-box;}
.poster-main {position: relative; margin: 0 auto;}
.poster-main a,.poster-main img {display: block; width: 100%; height: 100%;}
.poster-main img {border: 4px solid #fff; box-sizing: border-box;}
.poster-main .poster-list .poster-item {position: absolute;}
.poster-main .poster-btn {position: absolute; top: 0; cursor: pointer; filter: opacity(1) brightness(1);}
.poster-main .poster-btn:hover {filter: opacity(1) brightness(1); }
.poster-main .poster-prev-btn {left: 0; background: url("../../UploadFiles/left.png") no-repeat center center;}
.poster-main .poster-next-btn {right: 0; background: url("../../UploadFiles/right.png") no-repeat center center;}
.case-contact {display: flex; justify-content: center; align-items: center; width: 800px; height: 52px; border-radius: 29px; padding-top: 6px; margin: 40px auto 0; font-family: bebas; font-size: 44px; line-height: 44px; text-align: center; color: #fff; letter-spacing: 1px; background-color: #ddec00;}
.case-contact span {padding-left: 46px; font-size: 30px; line-height: 30px; background-image: url("../UploadFiles/img/footer-dh.png"); background-size: auto 30px; background-repeat: no-repeat;}

/*news*/
.news {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.news-list {display: flex; justify-content: space-between; align-items: stretch; width: 100%;}
.news-list .news-list-left,.news-list .news-list-right {width: calc((100% - 80px) / 3);}
.news-list .news-list-left a{display: block; width: 100%;}
.news-list .news-list-left a img {display: block; width: 100%; height: 354px;}
.news-list .news-list-left a p:nth-child(2) {max-height: 9999px; font-size: 18px; color: #333333; font-weight: normal; line-height: 1; margin-top: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news-list .news-list-left a p:nth-child(3) {max-height: 9999px; font-size: 16px; line-height: 24px; color: #888888; font-weight: normal; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list .news-list-left a:hover p:nth-child(2) {font-weight: bold; color: #008529;}

.news-list-right-list {width: 100%;}
.news-list-right-list li {width: 100%; padding-bottom: 20px; margin-bottom: 21px; border-bottom: 1px solid #e6e6e6;}
.news-list-right-list li:nth-last-child(1) {padding-bottom: 0; margin-bottom: 0px; border-bottom: 0;}
.news-list-right-list li a {display: block; width: 100%;}
.news-list-right-list li a p:nth-child(1) {position: relative; padding-left: 20px; max-height: 9999px;  font-size: 18px; line-height: 23px; color: #333333; font-weight: normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.news-list-right-list li a p:nth-child(1)::before {content: ""; position: absolute; left: 0; top: 50%; width: 11px; height: 11px; border: 2px solid #008529; border-radius: 50%; box-sizing: border-box; transform: translateY(-50%); transition: all 0.3s;}
.news-list-right-list li a p:nth-child(2) {max-height: 9999px; font-size: 16px; line-height: 24px; color: #888888; font-weight: normal; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news-list-right-list li a:hover p:nth-child(1) {font-weight: bold; color: #008529;}
.news-list-right-list li a:hover p:nth-child(1)::before {background-color: #008529;}
@media(max-width:1200px){.news {padding: 30px 2%;} .news-list .news-list-left a img {height: 231px;} .news-list-right-list li:nth-child(3) {padding-bottom: 0; margin-bottom: 0px; border-bottom: 0;} .news-list-right-list li:nth-child(4){display: none;}}
@media(max-width:980px){.news-list .news-list-left a img {height: 251px;} .news-list .news-list-left a p:nth-child(2) {font-size: 22px;} .news-list .news-list-left a p:nth-child(3) {font-size: 20px; line-height: 30px;} .news-list-right-list li a p:nth-child(1) {font-size: 22px;} .news-list-right-list li a p:nth-child(2) {font-size: 20px;line-height: 30px;}}

/*contact*/
.contact {width: 100%; padding: 40px 5%; background-image: url("../UploadFiles/img/contact-bj.jpg");background-size: 1920px 260px; background-position: center; box-sizing: border-box;}
.contact-title {font-size: 26px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 1px;}
.contact-text {display: block; max-height: 9999px; margin: 25px 0; font-size: 18px; line-height: 32px; color: #fff; text-align: center;}
.contact-button {display: block; width: 180px; margin: 0 auto; border-radius: 24px; font-size: 18px; line-height: 46px; color: #fff; text-align: center; background-color: #ddec00;}
.contact-button:hover {font-weight: bold; color: #fff;}
@media(max-width:1200px){.contact {padding: 40px 2%;} .contact-text {margin: 15px 0;}}
@media(max-width:980px){.contact-button {font-size: 22px;}}

/*内页布局*/
.column-nav {display: flex; justify-content: space-between; width: 100%; padding: 0 5%; background-color: #00852842; box-sizing:border-box;}
.column-nav p:nth-child(1) {display: block; max-height: 999px; font-size: 20px; line-height: 66px; color: #333; letter-spacing: 2px;}
.column-nav p:nth-child(2) {max-height: 999px; font-size: 14px; line-height: 66px; color: #444; padding-left: 20px; background-image: url("../../UploadFiles/img/wzdh.png"); background-repeat: no-repeat; background-size: 20px 66px; box-sizing: border-box;}
.column-nav p:nth-child(2) a {color: #444;}
.column-content {width: 100%; padding: 60px 5%; box-sizing:border-box;}
@media(max-width:1200px){.column-nav {padding: 0 2%;} .column-content {padding: 30px 2%;}}
@media(max-width:980px){.column-nav p:nth-child(1) {font-size: 24px;} .column-nav p:nth-child(2) {font-size: 16px;}}

/*关于我们*/

.column-about-title {margin-bottom: 30px; font-size: 32px; text-align: center; line-height: 40px; color: #008529; letter-spacing: 4px; font-weight: 600;}
.column-about-txet p{max-height: 999px; font-size: 20px; line-height: 42px; letter-spacing: 1px; color: #333; text-indent: 40px;}
@media(max-width:980px){.column-about {background-size: 100% auto;} .column-about-txet p {font-size: 22px; line-height: 46px;}}

/*图片栏目页*/
.column-picture {display: flex; justify-content: space-between;}
.column-picture-left {width: 320px;}
.column-picture-lef-title {width: 100%; padding: 40px 0; background-color: #008529; box-sizing: border-box; border-top-left-radius: 30px;}
.column-picture-lef-title p:nth-child(1) {margin-bottom: 15px; font-size: 20px; line-height: 20px; color: #fff; letter-spacing: 1px; text-align: center;}
.column-picture-lef-title p:nth-child(2) {position: relative; font-size: 25px; line-height: 25px; color: #fff; font-weight: 600; letter-spacing: 2px; text-align: center;}
.column-picture-lef-title p:nth-child(2)::before,.column-picture-lef-title p:nth-child(2)::after {content: ""; position: absolute; left: 50%; width: 140px; transform: translateX(-50%);}
.column-picture-lef-title p:nth-child(2)::before {top: 11px; height: 3px; border-left: 20px solid #fff; border-right: 20px solid #fff;}
.column-picture-lef-title p:nth-child(2)::after {top: 12px; height: 1px; border-left: 60px solid #fff; border-right: 60px solid #fff;}

.column-picture-lef-list {width: 100%; border-left: 1px solid #eee; border-right: 1px solid #eee; background-color: #fff; box-sizing: border-box;}
.column-picture-lef-list li {width: 100%; padding: 0 20px; box-sizing: border-box;}
.column-picture-lef-list li a {position: relative; display: block; width: 100%; max-height: 999px; border-bottom: 1px dashed #eee; font-size: 18px; line-height: 50px; color: #333; letter-spacing: 1px;}
.column-picture-lef-list li a::after {content: ""; position: absolute; top: 11px; right: 0; width: 40px; height: 30px; background-image: url("../../UploadFiles/img/picture-jt.png"); background-position: 100% 0; transition: all 0.6s;}
.column-picture-lef-list li a:hover {color: #008529;}
.column-picture-lef-list li a:hover::after {background-position: 0 0;}

.column-picture-lef-contact {width: 100%; padding: 28px 36px; background-color: #008529; box-sizing: border-box;}
.column-picture-lef-contact p:nth-child(1) {margin-bottom: 10px; padding-left: 60px; font-size: 24px; color: #fff; font-weight: lighter; line-height: 40px; background-image: url("../../UploadFiles/img/footer-dh.png"); background-size: 50px 40px; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom; box-sizing: border-box;}
.column-picture-lef-contact p:nth-child(2),.column-picture-lef-contact p:nth-child(3) {font-family: bebas; font-size: 32px; color: #fff; line-height: 38px; letter-spacing:8px; font-weight: 600; transform:scaleY(1.2);}

.column-picture-right {width: calc(100% - 350px);}
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list li {width: calc((100% - 40px) / 3); margin-bottom: 20px; margin-right: 20px;}
.column-picture-list li:nth-child(3n) {margin-right: 0;}
.column-picture-list li a {display: block; width: 100%; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.column-picture-list li a .column-picture-list-img {width: 100%; overflow: hidden;}
.column-picture-list li a .column-picture-list-img img {display: block; width: 100%; transition: all 0.6s;}
.column-picture-list-text {width: 100%; padding: 10px 15px; background-color: #f7f8f9; box-sizing: border-box;}
.column-picture-list-text p:nth-child(1) {position: relative; padding-right: 41px; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing: border-box;}
.column-picture-list-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#008529; transition: all 0.6s;}
.column-picture-list-text p:nth-child(1)::after {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../UploadFiles/img/picture-jt.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}
.column-picture-list-text p:nth-child(2) {margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px;}
.column-picture-list li a:hover{box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.column-picture-list li a:hover .column-picture-list-img img{transform:scale(1.2);}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1){color:#008529;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1)::before{width: 100%;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1)::after{background-position: 0 0;}
@media(max-width:1200px){.column-picture-list li {width: calc((100% - 20px) / 2);} .column-picture-list li:nth-child(3n) {margin-right: 20px;} .column-picture-list li:nth-child(2n) {margin-right: 0;}}
@media(max-width:980px){.column-picture-lef-list li a {font-size: 22px;} .column-picture-list-text p:nth-child(1){font-size: 24px; line-height: 38px;} .column-picture-list-text p:nth-child(1)::after {height: 38px; background-position: 100% 50%;} .column-picture-list li a:hover .column-picture-list-text p:nth-child(1)::after{background-position: 0 50%;} .column-picture-list-text p:nth-child(2) {font-size: 21px; line-height: 32px;}}

.column-picture-content-title {margin-bottom: 30px; font-size: 24px; line-height: 24px; color: #212121; font-weight: 600; text-align: center;}
.column-picture-content-img {width: 100%;}
.column-picture-content-img img {display: block; width: 100%; max-width: 800px; margin: 0 auto; box-sizing:border-box;}
.column-picture-content-text {width: 100%; margin-top: 30px;}
.column-picture-content-text p {max-height: 9999px; margin-top: 20px; font-size: 18px; line-height: 32px; color: #424242; text-indent: 36px;}
.column-picture-content-text table {width: 100%; margin-top: 20px; border: solid #818181 1px; border-collapse: collapse; font-size: 16px; line-height: 30px; text-align: center; box-sizing: border-box;}
.column-picture-content-text table tr,.column-picture-content-text table tr td {width: auto!important; height: auto!important; border: solid #818181 1px;}
.column-picture-content-text p img {display: block; width: 100%; max-width: 1200px; margin: 0 auto;}
@media(max-width:980px){.column-picture-content-text p {font-size: 22px; line-height: 40px; text-indent: 44px;}}

/*新闻动态*/
.column-news-list {width: 100%;}
.column-news-list li {width:100%; margin-bottom:20px;}
.column-news-list li a {display: flex; width: 100%; background-color: #f9f8f7; transition: all 0.4s;}
.column-news-list li a img {display: block; width: 270px; height: 200px; border: 15px solid #f9f8f7; transition: all 0.4s;}
.column-news-list li a .column-news-list-text {width: calc(100% - 260px); padding: 16px 60px 16px 30px; box-sizing: border-box; transition: all 0.4s;}
.column-news-list li a .column-news-list-text p:nth-child(1) {margin-bottom: 22px; font-size: 20px; font-weight: 600; line-height: 40px; color: #212121; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.column-news-list li a .column-news-list-text p:nth-child(2) {height: 72px; margin-bottom: 10px; font-size: 18px; line-height: 36px; color: #424242; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; letter-spacing: 1px;}
.column-news-list li a .column-news-list-text p:nth-child(3) {display: block; width: 120px; font-size: 16px; line-height: 32px; color: #999; border: 1px solid #999; box-sizing: border-box; border-radius: 20px; text-align: center; margin-top: 30px;}
.column-news-list li a:hover {box-shadow: 0 0 10px 8px rgba(0,0,0,.1);}
.column-news-list li a:hover img {border: 15px solid #008b137c;}
.column-news-list li a:hover .column-news-list-text {padding: 16px 50px 16px 50px;}
.column-news-list li a:hover .column-news-list-text p:nth-child(1) {color: #008529;}
.column-news-list li a:hover .column-news-list-text p:nth-child(3) {border: 1px solid #008529; color: #fff; background-color:#008529;}
@media(max-width:980px){.column-news-list li a .column-news-list-text p:nth-child(1) {font-size: 24px;} .column-news-list li a .column-news-list-text p:nth-child(2) {font-size: 22px;}}

.column-news-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-news-text p {max-height: 9999px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px;}
.column-news-text p img {display: block; width: 80%!important; max-width: 600px!important; margin: 20px auto;}
.column-news-paging {display: flex; width: 100%; margin: 40px 0 20px;}
.column-news-paging li {width: 50%; font-size: 16px; line-height: 30px;}
.column-news-paging li:nth-child(2) {text-align: right;}
@media(max-width:980px){.column-news-title {font-size: 24px;} .column-news-text p {font-size: 22px; line-height: 40px; text-indent: 44px;}}

/*联系我们*/
.column-contact-title:nth-child(1) {margin-bottom: 10px; font-size: 32px; text-align: center; line-height: 40px; color: #008529; letter-spacing: 4px; font-weight: 600;}
.column-contact-title:nth-child(2) {font-family: sans-serif; font-size: 20px; text-align: center; line-height: 40px; color: #1b1b1b; letter-spacing: 4px;}
.column-contact-list {display: flex; flex-direction:row;width: 100%; border: 1px solid #e1e1e1; margin-top: 40px; box-sizing: border-box;}
.column-contact-list li {flex-grow:3; padding: 55px 0; border-right: 1px solid #e1e1e1; transition: all 0.4s; box-sizing: border-box;}
.column-contact-list li:nth-last-child(1) {flex-grow:4; border-right: 0;}
.column-contact-list li img {display: block; width: 80px; margin: 0 auto;}
.column-contact-list li p:nth-child(2) {font-size: 18px; color: #666; text-align: center; line-height: 38px; margin-top: 12px;}
.column-contact-list li p:nth-child(3) {font-size: 24px; color: #333; text-align: center; line-height: 36px;}
.column-contact-list li:nth-child(4) {padding: 29px 0;}
.column-contact-list li:nth-child(4) img {width: 160px;}
.column-contact-list li:hover {box-shadow:rgba(0,0,0,.2) 0px 0px 30px;}
@media(max-width:980px){.column-contact-list {flex-wrap: wrap;} .column-contact-list li:nth-child(1),.column-contact-list li:nth-child(2) {width: 50%; border-bottom: 1px solid #e1e1e1;} .column-contact-list li:nth-child(2) {border-right: 0px;} .column-contact-list li:nth-child(3) {width: 100%;}}


/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}







.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e9e9e985;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.sycplb:hover {
	box-shadow: 0 0px 16px 1px rgb(177 177 177 / 42%);
	margin-top: 4px;
	margin-bottom: 6px;
}

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #008529;
}
@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 27px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
.swiper-button-prev1, .swiper-button-next1 {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}