<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}
th,
td {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(5.20833333vw);
}
html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  background: transparent;
  font-family: inherit;
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
dl {
  list-style-type: none;
}
li {
  vertical-align: top;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
img {
  border: none;
  vertical-align: top;
}
input,
textarea {
  font-size: 12px;
  color: #888;
  border: none;
  outline: medium none;
}
input,
textarea,
select {
  transition: 0.3s all ease-out;
}
input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
input:focus {
  color: #333;
}
::selection {
  background: #329e39;
  color: #fff;
}
::-moz-selection {
  background: #329e39;
  color: #fff;
}
::-webkit-selection {
  background: #329e39;
  color: #fff;
}
/*
 * æ”¹å˜æµè§ˆå™¨æ»šåŠ¨æ¡
 */
::-webkit-scrollbar {
  width: 8px;
  background: none;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background: #329e39;
}
::-webkit-scrollbar-corner {
  background: none;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
/**/
a {
  color: #666;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s all ease;
}
a:hover {
  color: #329e39;
}
.bordered {
  border-top: dotted 1px black;
  border-bottom: solid 2px black;
}
.post {
  color: red;
  border-top: dotted 1px black;
  border-bottom: solid 2px black;
}
/*
Capitalize è‹±æ–‡æ‹¼éŸ³çš„é¦–å­—æ¯å¤§å†™
Uppercase è‹±æ–‡æ‹¼éŸ³å­—æ¯å…¨å¤§å†™
Lowercase è‹±æ–‡æ‹¼éŸ³å­—æ¯å…¨å°å†™
*/
.daxie {
  text-transform: Uppercase;
}
.danhang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.duohang {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img-auto {
  display: block;
  overflow: hidden;
}
.img-auto img {
  width: auto;
  height: auto;
  margin: 0px auto;
  transition: 600ms;
}
.img-auto img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pc {
  display: inline-block;
}
.wap {
  display: none;
}
.jt-top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #666 transparent;
}
.jt-bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
}
.jt-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #666 transparent transparent;
}
.jt-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #666;
}
.hover1 {
  transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
}
.hover2 {
  transform: translateX(-18px);
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -o-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
}
.hover-right {
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.hover-top {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
body {
  background: #f8f8f8;
}
.hd {
  transition: .3s all ease;
}
.left {
  float: left;
}
.right {
  float: right;
}
.w1200 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.top-men {
  float: right;
}
form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.d6 form {
  height: 42px;
}
.d6 input {
  height: 32px;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  outline: none;
  background: transparent;
  transition: 0.4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.d6 input::-webkit-input-placeholder {
  color: #fff;
}
.d6 input:focus {
  width: 300px;
  z-index: 1;
  background: #329e39;
  border-radius: 21px;
  color: #fff;
}
.d6 button {
  background: url(../images/search.png) center center no-repeat;
  z-index: 1;
  border: none;
  height: 32px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.c-style2 .d6.enable button {
  background: url(../images/search.png) center center no-repeat;
}
.search {
  float: left;
  margin-top: 25px;
  cursor: pointer;
}
.viewer-toolbar {
  display: none;
}
.top-ewm {
  position: relative;
  cursor: pointer;
  float: left;
  margin-top: 34px;
}
.top-ewm &gt; span {
  display: block;
  line-height: 100%;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  text-align: right;
}
.top-ewm &gt; span i {
  transition: .3s all ease;
}
.top-ewm &gt; span i:last-child {
  display: none;
}
.top-ewm .ac-k {
  background: #fff;
  border-radius: 3px;
  padding: 6px;
  line-height: 24px;
  position: absolute;
  right: -30px;
  top: 42px;
  width: 206px;
  opacity: 0;
  display: none;
  z-index: 9999;
  transform: translate(0%, 0%);
  transition: .3s all ease;
}
.top-ewm .ac-k p {
  display: inline-block;
  padding: 0 5px;
}
.top-ewm .ac-k p span {
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.top-ewm:hover .ac-k {
  display: block;
  opacity: 1;
  transform: translate(0%, -10%);
}
.c-style2 .top-ewm &gt; span i {
  display: none;
}
.c-style2 .top-ewm &gt; span i:last-child {
  display: block;
}
.c-style2 .d6 button {
  background-image: url(../images/search2.png);
}
.banner {
  height: 100vh;
}
.bj {
  background: #fff;
}
.pro-tab {
  position: relative;
}
.pro-tab .mySwiper-protab {
  position: absolute;
  width: 100%;
  top: -68px;
  z-index: 999;
}
.pro-tab .mySwiper-protab .swiper-slide {
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab .swiper-slide span {
  display: inline-block;
  padding-left: 5%;
  padding-right: 20px;
}
.pro-tab .mySwiper-protab .swiper-slide img {
  vertical-align: middle;
}
.pro-tab .mySwiper-protab .swiper-slide:after {
  display: inline-block;
  content: "";
  background: url(../images/jt2.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 28px;
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab .swiper-slide.swiper-slide-thumb-active {
  background: #329e39;
}
.pro-tab .mySwiper-protab .swiper-slide.swiper-slide-thumb-active:after {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.pro-tab .mySwiper-protab2 {
  width: 100%;
  overflow: hidden;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul {
  text-align: center;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li {
  display: inline-block;
  width: 24%;
  font-size: 22px;
  line-height: 100%;
  color: #666;
  margin-top: 80px;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li:last-child {
  border-right: none;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a {
  display: block;
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a span {
  display: block;
  padding-bottom: 15px;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a span img {
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a span img.moren {
  display: inline-block;
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a span img.active {
  display: none;
  transition: .3s all ease;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a:hover span img.moren {
  display: none;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx1 ul li a:hover span img.active {
  display: inline-block;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx2 ul li {
  width: 24%;
  float: left;
  margin: 60px 0.5%;
}
.pro-tab .mySwiper-protab2 .swiper-slide .gx2 ul li:first-child {
  margin-left: 0;
}
.gx3 {
  padding: 80px 0;
}
.gx3 .gx4 {
  float: left;
  width: 49%;
  position: relative;
}
.gx3 .gx4 a span {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
  display: block;
  bottom: 50px;
  left: 5%;
  pointer-events: none;
  width: 90%;
}
.gx3 .gx4 a span:after {
  display: inline-block;
  content: "";
  background: url(../images/jt4.png) no-repeat;
  width: 27px;
  height: 8px;
  vertical-align: middle;
  float: right;
  margin-top: 9px;
  transition: .3s all ease;
  opacity: 0;
}
.gx3 .gx4 a:hover span:after {
  transform: translateX(-18px);
  -moz-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  -o-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  opacity: 1;
}
.gx3 .gx4.gx5 {
  margin-left: 1%;
}
.title {
  font-size: 36px;
  line-height: 100%;
  color: #333;
  text-align: center;
  padding-bottom: 60px;
}
.gx6 {
  padding-top: 40px;
}
.shili1 .swiper-slide {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}
.shili1 .swiper-slide:last-child {
  border-right: none;
}
.shili1 .swiper-slide span {
  display: block;
}
.shili1 .swiper-slide span img {
  transition: .3s all ease;
}
.shili1 .swiper-slide span img.moren {
  display: inline-block;
  transition: .3s all ease;
}
.shili1 .swiper-slide span img.active {
  display: none;
  transition: .3s all ease;
}
.shili1 .swiper-slide:hover,
.shili1 .swiper-slide.swiper-slide-thumb-active {
  color: #329e39;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.shili1 .swiper-slide:hover span img.moren,
.shili1 .swiper-slide.swiper-slide-thumb-active span img.moren {
  display: none;
}
.shili1 .swiper-slide:hover span img.active,
.shili1 .swiper-slide.swiper-slide-thumb-active span img.active {
  display: inline-block;
}
.shili2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 90px;
}
.shili2 h6 {
  font-size: 36px;
  color: #333;
  line-height: 100%;
}
.shili2 p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  width: 60%;
  margin: 40px auto;
}
.hgmap-li li {
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  cursor: pointer;
  text-align: center;
  width: 19%;
  display: inline-block;
  transition: .3s all ease;
}
.hgmap-li li:last-child {
  border-right: none;
}
.hgmap-li li span {
  display: block;
}
.hgmap-li li span img {
  transition: .3s all ease;
}
.hgmap-li li span img.moren {
  display: inline-block;
  transition: .3s all ease;
}
.hgmap-li li span img.active {
  display: none;
  transition: .3s all ease;
}
.hgmap-li li:hover,
.hgmap-li li.on {
  color: #329e39;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.hgmap-li li:hover span img.moren,
.hgmap-li li.on span img.moren {
  display: none;
}
.hgmap-li li:hover span img.active,
.hgmap-li li.on span img.active {
  display: inline-block;
}
.qiehuan {
  width: 100%;
  text-align: center;
  transition-timing-function: linear;
}
.qiehuan h6 {
  font-size: 36px;
  color: #333;
  line-height: 100%;
}
.qiehuan p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  width: 60%;
  margin: 40px auto;
}
.new {
  padding: 80px 0;
}
.gx7 {
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 28px;
}
.gx7 a {
  color: #329e39;
  display: block;
  transition: .3s all ease;
}
.gx7 a:hover {
  transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
}
.gx7 img {
  vertical-align: middle;
  padding-left: 5px;
}
.new2 {
  width: 100%;
  overflow: hidden;
}
.new2 .gx9 {
  text-align: center;
}
.new2 .gx8 {
  float: left;
  width: 40%;
}
.new2 .gx8 i {
  font-style: normal;
  font-size: 12px;
  color: #999;
  background: url(../images/shijian.png) no-repeat left center;
  padding-left: 20px;
  margin-top: 38px;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
  display: block;
}
.new2 .gx8 h6 {
  font-size: 32px;
  line-height: 64px;
}
.new2 .gx8 h6 a {
  color: #333;
  display: block;
  height: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .3s all ease;
}
.new2 .gx8 h6 a:hover {
  color: #329e39;
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.new2 .gx8 p {
  color: #999;
  line-height: 28px;
  height: 56px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new2 .gx8-2 {
  float: right;
  width: 50%;
}
.new2 .gx8-2 .gx11 {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding-bottom: 65px;
  margin-bottom: 65px;
}
.new2 .gx8-2 h6 {
  font-size: 22px;
  line-height: 34px;
}
.new2 .gx8-2 h6 a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
  transition: .3s all ease;
}
.new2 .gx8-2 h6 a:hover {
  color: #329e39;
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.new2 .gx8-2 p {
  color: #999;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.new2 .gx8-2 span {
  display: block;
  font-size: 12px;
  position: relative;
  transition: .3s all ease;
}
.new2 .gx8-2 span:hover {
  color: #329e39;
}
.new2 .gx8-2 span:hover:before,
.new2 .gx8-2 span:hover:after {
  background: #329e39;
}
.new2 .gx8-2 .gx12 {
  float: left;
  width: 60%;
}
.new2 .gx8-2 .gx13 {
  float: right;
  width: 30%;
  text-align: center;
}
.footer {
  background: #414141;
  padding: 75px 0;
}
.footer .gx14 {
  float: left;
  width: 40%;
}
.footer .gx14 .gx15 {
  padding-bottom: 40px;
}
.footer .gx14 .gx16 {
  float: left;
  width: 40%;
}
.footer .gx14 .gx16 p {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.footer .gx14 .gx16 p span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .gx14 .gx17 {
  float: left;
  width: 60%;
  font-size: 14px;
  color: #fff;
}
.footer .gx14 .gx17 strong {
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}
.footer .gx14 .gx17 span {
  display: block;
  background: url(../images/didian.png) left center no-repeat;
  padding-left: 18px;
}
.footer .gx18 {
  float: right;
  width: 56%;
}
.footer .gx18 ul {
  float: left;
  width: 20%;
  margin-top: 50px;
}
.footer .gx18 ul h6 {
  font-size: 18px;
  padding-bottom: 15px;
}
.footer .gx18 ul h6 a {
  color: #fff;
  display: block;
}
.footer .gx18 ul h6 a:hover {
  color: #329e39;
}
.footer .gx18 ul li {
  line-height: 32px;
  font-size: 14px;
}
.footer .gx18 ul li a {
  color: #959595;
}
.footer .gx18 ul li a:hover {
  color: #329e39;
}
.footer .gx19 {
  color: rgba(153, 153, 153, 0.5);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 60px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.footer .gx19 a {
  padding-left: 15px;
}
.footer .gx19 span {
  display: inline-block;
  float: right;
}
.footer .gx20 {
  font-size: 14px;
}
.nei-banner {
  text-align: center;
}
.bar {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
  margin-bottom: 100px;
}
.bar ul {
  text-align: center;
}
.bar ul li {
  display: inline-block;
  line-height: 58px;
  font-size: 18px;
  margin: 0 20px;
}
.bar ul li a {
  display: block;
  padding: 0 35px;
  border-bottom: 2px solid transparent;
  transition: .3s all ease;
}
.bar ul li a:hover,
.bar ul li a.active {
  border-color: #329e39;
  color: #329e39;
}
.bar ul li:hover,
.bar ul li.cur {
  border-color: #329e39;
  color: #329e39;
  cursor: pointer;
}
.bar.siderBar li {
  border-bottom: 2px solid transparent;
}
.newlist ul li {
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
  width: 31%;
  margin-left: 3%;
  transition: .3s all ease;
}
.newlist ul li .newlist_img {
  min-height: 233px;
  max-height: 233px;
  text-align: center;
}
.newlist ul li .newlist_time {
  font-size: 12px;
  color: #999;
  padding-top: 35px;
  padding-bottom: 10px;
}
.newlist ul li h6 {
  font-size: 22px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  transition: .3s all ease;
}
.newlist ul li h6:hover {
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.newlist ul li p {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newlist ul li:nth-child(3n+1) {
  margin-left: 0;
}
.newlist ul li:hover {
  border-color: #329e39;
}
.pag {
  margin-bottom: 100px;
}
.pag ul {
  text-align: center;
}
.pag ul li {
  display: inline-block;
  line-height: 40px;
}
.pag ul li a {
  background: #f4f4f4;
  padding: 0 16px;
  display: block;
  color: #666;
  border-radius: 2px;
}
.pag ul li a.active,
.pag ul li a:hover {
  background: #329e39;
  color: #fff;
}
.mbx {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-top: 20px;
  line-height: 56px;
  color: #333;
  font-size: 14px;
  background: url(../images/mbx.png) left center no-repeat;
  padding-left: 16px;
  margin-bottom: 45px;
}
.mbx span {
  display: inline-block;
  padding: 0 10px;
}
.mbx a {
  color: #666;
}
.newinfo {
  background: #fff;
  padding: 80px 5%;
  margin-bottom: 80px;
  box-shadow: 0 0 20px #eee;
}
.newinfo .newinfo_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 100%;
}
.newinfo .newinfo_time {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.newinfo .newinfo_time span {
  display: inline-block;
  vertical-align: middle;
}
.newinfo .newinfo_info {
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.pag2 {
  border-top: 1px solid #ccc;
  margin-top: 80px;
  padding-top: 80px;
}
.pag2 .pag2_left {
  float: left;
}
.pag2 .pag2_right {
  float: right;
}
.title2 {
  font-size: 26px;
  color: #333;
  line-height: 100%;
  padding-bottom: 40px;
}
.newlist.likenew ul li {
  border-bottom: none;
}
.contact {
  position: relative;
  width: calc(100% - 3.2rem);
}
.contact .contact_lx {
  background: #ffffff url(../images/contactbj.png) right bottom no-repeat;
  border-radius: 60px 0 0 0;
  padding: 80px 6%;
  position: absolute;
  left: 1.6rem;
  right: 0;
  margin: auto;
  top: -206px;
  z-index: 999;
  width: 100%;
}
.contact_lx2 {
  float: left;
  margin-left: 10%;
  margin-top: 50px;
  width: 39%;
}
.contact_lx2 span {
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 50px;
}
.contact_lx2 p {
  line-height: 38px;
  color: #666;
}
.c-map {
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
#c-contact {
  width: 50%;
  height: 418px;
  float: left;
  position: relative;
}
#c-contact .c-map-box {
  height: 100%;
}
#c-contact .c-text-box {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  padding: 1.1rem .8rem;
  background: #fff;
  border-radius: .8rem 0 .8rem 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-contact .c-text-box:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  background: #329e39;
  border-radius: 50%;
}
#c-contact .c-text-box .c-title {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  color: #329e39;
}
#c-contact .c-text-box p {
  padding-top: 20px;
  font-size: 15px;
  line-height: 25px;
}
.c-map.active {
  opacity: 1;
  z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #329e39;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
.title3 {
  font-size: 36px;
  color: #333;
  position: relative;
  line-height: 100%;
}
.title3:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #329e39;
  margin-top: 20px;
  margin-bottom: 30px;
}
.lx3 {
  float: left;
  width: 33%;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  padding-right: 3%;
  min-height: 430px;
  margin-bottom: 100px;
  margin-top: 480px;
}
.lx3 p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.lx3 .lx4 {
  padding: 50px 0;
}
.lx3 .lx5 {
  font-size: 24px;
  color: #329e39;
  background: url(../images/lx2.png) left center no-repeat;
  padding-left: 46px;
  font-weight: bold;
}
.lx3 .lx5 span {
  display: block;
  font-size: 12px;
  color: #666;
}
.lx3 .lx6 p {
  display: inline-block;
  margin-top: 30px;
  margin-right: 20px;
  text-align: center;
}
.lx3 .lx6 p:last-child {
  margin-right: 0;
}
.lx3 .lx6 p span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.lx3.lx3_1 {
  padding-left: 3%;
}
.lx3.lx3_2 {
  border-right: none;
}
.lx7 {
  margin-top: 30px;
}
.lx7 .lx8 {
  width: calc(33% - 2px);
  margin-right: 1%;
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.lx7 .lx8.lx8_1 {
  margin-right: 0;
}
.lx7 .lx8.lx9 {
  float: none;
  width: 100%;
}
.lx7 .lx8 input {
  border: 1px solid #ccc;
  width: 100%;
  line-height: 38px;
  background: #fff;
  font-size: 14px;
  padding: 0 10px;
  transition: .3s all ease;
}
.lx7 .lx8 input:focus {
  border-color: #329e39;
  color: #329e39;
}
.lx7 .lx8 textarea {
  border: 1px solid #ccc;
  width: 100%;
  line-height: 38px;
  background: #fff;
  font-size: 14px;
  padding: 0 10px;
  height: 98px;
  transition: .3s all ease;
}
.lx7 .lx8 textarea:focus {
  border-color: #329e39;
  color: #329e39;
}
.lx7 .lx8.lx10 input {
  background: #329e39;
  color: #fff;
  border: none;
  cursor: pointer;
}
.job {
  background: url(../images/jobbj.png) right bottom no-repeat;
  min-height: 700px;
  padding-bottom: 100px;
}
.title4 {
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  color: #333;
}
.title4 p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  padding-top: 28px;
  padding-bottom: 40px;
}
.job2 {
  background: #fff;
  padding: 70px 90px;
  width: 90%;
  margin: auto;
}
.job2 .job2_title {
  background: #329e39;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #fff;
}
.job2 .job2_title span {
  display: inline-block;
  width: 33%;
  padding-left: 45px;
}
.job2 .job2_list {
  line-height: 94px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  transition: .3s all ease;
}
.job2 .job2_list span {
  display: inline-block;
  width: 33%;
  padding-left: 45px;
  position: relative;
}
.job2 .job2_list span:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 42px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: .3s all ease;
}
.job2 .job2_list span i {
  position: absolute;
  top: 45px;
  left: 125px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transition: .3s all ease;
}
.job2 .job2_list:hover {
  background: #f8f8f8;
  cursor: pointer;
  border-color: #329e39;
  color: #329e39;
}
.job2 .job2_list:hover span:first-child:before {
  background: #329e39;
}
.job2 .job2_list:hover span i {
  border-color: #329e39;
}
.job2 .open .job2_list {
  color: #329e39;
}
.job2 .open .job2_list span:first-child:before {
  background: #329e39;
}
.job2 .open .job2_list span i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #329e39;
}
.toudi {
  width: 120px;
  text-align: center;
  margin-top: 40px;
}
.toudi a {
  display: block;
  background: #329e39;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
/*æ‰‹é£Žç´*/
.job2_neirong {
  display: none;
  color: #333;
  font-size: 15px;
  line-height: 32px;
  background: #f8f8f8;
  padding: 40px;
}
.pro-nav {
  position: relative;
}
.pro-nav .pro-nav-top {
  position: absolute;
  width: 100%;
  top: -68px;
  z-index: 999;
  display: flex;
}
.pro-nav .pro-nav-top .pro-slide {
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  float: left;
  width: 33%;
  width: 50%;
  margin-left: 1px;
  transition: .3s all ease;
}
.pro-nav .pro-nav-top .pro-slide span {
  display: inline-block;
  padding-left: 5%;
  padding-right: 20px;
}
.pro-nav .pro-nav-top .pro-slide img {
  vertical-align: middle;
}
.pro-nav .pro-nav-top .pro-slide:after {
  display: inline-block;
  content: "";
  background: url(../images/jt2.png) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 28px;
  transition: .3s all ease;
}
.pro-nav .pro-nav-top .pro-slide a {
  color: #fff;
}
.pro-nav .pro-nav-top .pro-slide.active,
.pro-nav .pro-nav-top .pro-slide:hover {
  background: #329e39;
  color: #fff;
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.pro-nav .pro-nav-top .pro-slide.active:after,
.pro-nav .pro-nav-top .pro-slide:hover:after {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.pro-nav .pro-nav2 {
  width: 100%;
  overflow: hidden;
}
.pro-nav .pro-nav2 .gx1 ul {
  text-align: center;
}
.pro-nav .pro-nav2 .gx1 ul li {
  display: inline-block;
  width: 24%;
  font-size: 22px;
  line-height: 100%;
  color: #666;
  margin-top: 80px;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.pro-nav .pro-nav2 .gx1 ul li:last-child {
  border-right: none;
}
.pro-nav .pro-nav2 .gx1 ul li a {
  display: block;
  transition: .3s all ease;
}
.pro-nav .pro-nav2 .gx1 ul li a span {
  display: block;
  padding-bottom: 15px;
}
.pro-nav .pro-nav2 .gx1 ul li a span img {
  transition: .3s all ease;
}
.pro-nav .pro-nav2 .gx1 ul li a span img.moren {
  display: inline-block;
  transition: .3s all ease;
}
.pro-nav .pro-nav2 .gx1 ul li a span img.active {
  display: none;
  transition: .3s all ease;
}
.pro-nav .pro-nav2 .gx1 ul li a:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.pro-nav .pro-nav2 .gx1 ul li a:hover span img.moren {
  display: none;
}
.pro-nav .pro-nav2 .gx1 ul li a:hover span img.active {
  display: inline-block;
}
.probj {
  background: url(../images/probj1.png) right top no-repeat, url(../images/probj2.png) center bottom no-repeat;
  min-height: 700px;
}
.prolist ul {
  margin: 80px 0;
  margin-bottom: 100px;
}
.prolist ul li {
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.prolist ul li .prolist-left {
  float: left;
  width: 50%;
  text-align: center;
  background: #d6dadd;
}
.prolist ul li .prolist-right {
  float: left;
  width: 50%;
  padding: 80px;
  transition: .3s all ease;
}
.prolist ul li .prolist-right h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  transition: .3s all ease;
}
.prolist ul li .prolist-right h6:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ccc;
  margin: 30px 0;
  transition: .3s all ease;
}
.prolist ul li .prolist-right h6 a {
  color: #333;
  display: block;
}
.prolist ul li .prolist-right h6 a:hover {
  color: #329e39;
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.prolist ul li .prolist-right h6:hover:after {
  background: #329e39;
}
.prolist ul li .prolist-right p {
  font-size: 16px;
  line-height: 28px;
}
.prolist ul li .prolist-right span {
  display: block;
  font-size: 12px;
  margin-top: 50px;
  transition: .3s all ease;
}
.prolist ul li .prolist-right span i {
  font-style: normal;
  background: #999;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 10px;
  text-align: center;
  margin-left: 5px;
  transition: .3s all ease;
}
.prolist ul li .prolist-right span a {
  color: #666;
  display: block;
}
.prolist ul li .prolist-right span a:hover {
  color: #329e39;
  transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.prolist ul li .prolist-right span a:hover i {
  background: #329e39;
}
.prolist ul li .prolist-right:after {
  background: url(../images/proicon.png) no-repeat;
  width: 93px;
  height: 111px;
  right: 6%;
  bottom: 10%;
  position: absolute;
  content: "";
  display: block;
  opacity: 0;
  transition: .3s all ease;
}
.prolist ul li .prolist-right:hover:after {
  opacity: 1;
}
.probj2 {
  background: url(../images/probj1.png) right top no-repeat;
}
.proinfo-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
.proinfo-box h3 {
  text-align: center;
  padding: 30px 0;
  line-height: 48px;
  font-size: 28px;
  color: #329e39;
}
.proinfo-box2 {
  padding: 80px 0;
  background: #ffffff url(../images/probj3.png) right bottom no-repeat;
}
.proinfo-box2 .proinfo-des {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  padding-bottom: 30px;
}
.proinfo-top .swiper-slide {
  text-align: center;
  background: #fff;
}
.proinfo-top .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url(../images/pro-left.png) no-repeat;
  opacity: 0;
  left: 3%;
  transition: .3s all ease;
}
.proinfo-top .swiper-button-next {
  width: 38px;
  height: 38px;
  background: url(../images/pro-right.png) no-repeat;
  opacity: 0;
  right: 3%;
  transition: .3s all ease;
}
.proinfo-top:hover .swiper-button-prev,
.proinfo-top:hover .swiper-button-next {
  opacity: .2;
}
.proinfo-top:hover .swiper-button-prev:hover,
.proinfo-top:hover .swiper-button-next:hover {
  opacity: 1;
}
.proinfo-tab {
  float: left;
  width: calc(100% - 600px);
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.proinfo-tab ul li {
  font-size: 16px;
  color: #666;
  line-height: 62px;
  vertical-align: middle;
}
.proinfo-tab ul li span {
  text-indent: 60px;
  display: inline-block;
  width: 30%;
}
.proinfo-tab ul li span:last-child {
  width: 68%;
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}
.proinfo-tab ul li:nth-child(even) {
  background: #f8f8f8;
}
.proinfo-tab.qiehuan-tab {
  width: 100%;
}
.proinfo-tab.qiehuan-tab ul li {
  width: 100%;
  background: #fff;
}
.proinfo-tab.qiehuan-tab ul li:nth-child(even) {
  background: #f8f8f8;
}
.proinfo-tab.qiehuan-tab ul li span {
  width: 32%;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  border-left: none;
}
.proinfo-tab.qiehuan-tab ul li span:last-child {
  width: 32%;
  border-right: none;
}
.proinfo-tab.qiehuan-tab ul li.tab-title {
  background: #dfefe0;
  color: #329e39;
}
.proinfo-zhengshu {
  float: right;
  width: 560px;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.proinfo-zhengshu h6 {
  text-align: center;
  font-size: 26px;
  color: #333;
  line-height: 100%;
  padding: 50px 0;
}
.proinfo-zhengshu .proinfo-zs .swiper-slide {
  text-align: center;
}
.proinfo-zhengshu .proinfo-zs .swiper-slide span {
  display: block;
  color: #329e39;
  font-size: 14px;
  line-height: 100%;
  padding: 44px 0;
}
.proinfo-zhengshu .proinfo-zs .swiper-slide span:before,
.proinfo-zhengshu .proinfo-zs .swiper-slide span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #329e39;
  margin-right: 10px;
  vertical-align: middle;
}
.proinfo-zhengshu .proinfo-zs .swiper-slide span:after {
  margin-left: 10px;
}
.proinfo-zhengshu .proinfo-zs .swiper-slide img {
  max-height: 456px;
}
.proinfo-tab2 {
  margin-top: 100px;
}
.proinfo-tab2 ul {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.proinfo-tab2 li {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  line-height: 36px;
  transition: .3s all ease;
}
.proinfo-tab2 li:hover,
.proinfo-tab2 li.show {
  color: #fff;
  background: #329e39;
  border-radius: 6px 6px 0 0;
}
.qiehuan2 {
  display: none;
}
.qiehuan2.show {
  display: block;
  margin-bottom: 100px;
  padding-top: 40px;
  line-height: 32px;
  color: #666;
}
.about1 {
  line-height: 32px;
  font-size: 15px;
}
.about1 strong {
  font-size: 36px;
  color: #329e39;
  font-weight: normal;
  display: block;
}
.about1 .font {
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}
.about1 img {
  float: right;
  padding-left: 10%;
  margin-bottom: 100px;
}
.about2 {
  background: url(../images/aboutbj.png) center center no-repeat;
  min-height: 696px;
  line-height: 32px;
}
.about2 .about2-left {
  float: left;
  width: 50%;
  padding-right: 8%;
}
.about2 .about2-left img {
  display: block;
  padding-top: 30px;
}
.about2 .about2-left strong {
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #329e39;
  padding-top: 40px;
  font-weight: normal;
}
.about2 .about2-right {
  float: left;
  width: 50%;
  padding-left: 8%;
}
.about2 .about2-right img {
  padding-top: 100px;
  display: block;
}
.title5 {
  color: #329e39;
  font-size: 36px;
  line-height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.title6 {
  color: #333;
  font-size: 36px;
  line-height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
}
.title6:after {
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background: #333;
  margin: 20px auto;
}
.title6.title6-1 {
  color: #fff;
  padding-top: 80px;
}
.title6.title6-1:after {
  background: #fff;
}
.title6.title_wh {
  text-align: left;
  padding-bottom: 0;
}
.title6.title_wh:after {
  margin-left: 0;
}
.about7 {
  font-size: 22px;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
.about3 {
  background: url(../images/aboutbj2.png) right top no-repeat;
}
.about3 .about4 {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding-bottom: 65px;
}
.about3 .about4 strong {
  display: block;
  font-size: 36px;
  color: #329e39;
  padding: 15px 0;
  line-height: 100%;
}
.about3 .about4 span {
  font-size: 26px;
  color: #333;
  line-height: 100%;
  margin-bottom: 30px;
  display: block;
}
.about3 .about4 p {
  line-height: 32px;
  color: #666;
}
.about3 .about4 img {
  float: left;
  margin-right: 100px;
}
.about3 .about5 strong {
  font-size: 26px;
  line-height: 38px;
  color: #329e39;
  font-weight: normal;
  padding-top: 65px;
  display: block;
  padding-bottom: 30px;
}
.about3 .about5 p {
  line-height: 32px;
  color: #666;
}
.about3 .about5 img {
  float: right;
  padding-left: 65px;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-left: 65px;
}
.about3 .about5 span {
  display: block;
  margin-top: 30px;
  color: #333;
}
.about3 .about5 span:after {
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  background: #329e39;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about6 {
  background: #f5f2f4 url(../images/aboutbj3.png) right bottom no-repeat;
}
.about6 .about8 ul li {
  float: left;
  width: 50%;
  padding-right: 10%;
  margin-bottom: 80px;
}
.about6 .about8 ul li .about9 {
  float: left;
  width: 258px;
}
.about6 .about8 ul li .about10 {
  float: right;
  line-height: 28px;
  width: calc(100% - 280px);
  padding-left: 2%;
}
.about6 .about8 ul li .about10 span {
  display: block;
  font-size: 22px;
  color: #333;
}
.about6 .about8 ul li .about10 span:after {
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  background: #329e39;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about6 .about8 ul li .about10 span.smil {
  font-size: 16px;
}
.about-zs {
  overflow: hidden;
}
.about-zs .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.about-zs .swiper-button-prev {
  background: url(../images/zs-left.png) no-repeat;
  width: 14px;
  height: 26px;
  transition: .3s all ease;
}
.about-zs .swiper-button-prev:hover {
  background-image: url(../images/zs-left-h.png);
}
.about-zs .swiper-button-next {
  background: url(../images/zs-right.png) no-repeat;
  width: 14px;
  height: 26px;
  transition: .3s all ease;
}
.about-zs .swiper-button-next:hover {
  background-image: url(../images/zs-right-h.png);
}
.about11 {
  padding-bottom: 100px;
}
.about12 {
  background: url(../images/aboutbj4.png) center top no-repeat;
  padding-bottom: 80px;
}
.about-lc {
  overflow: hidden;
  width: 100%;
}
.about-lc .swiper-slide {
  background: #fff;
}
.about-lc .swiper-slide .about-lc-left {
  float: left;
  width: 416px;
}
.about-lc .swiper-slide .about-lc-right {
  float: left;
  width: calc(100% - 420px);
  padding: 70px 8%;
}
.about-lc .swiper-slide .about-lc-right ul {
  overflow: auto;
  height: 480px;
}
.about-lc .swiper-slide .about-lc-right ul li {
  position: relative;
}
.about-lc .swiper-slide .about-lc-right ul li span {
  float: left;
  width: 120px;
  vertical-align: top;
  line-height: 36px;
  font-size: 22px;
  color: #333;
}
.about-lc .swiper-slide .about-lc-right ul li span:last-child {
  font-size: 16px;
  color: #666;
  width: calc(100% - 120px);
  font-size: 14px;
  border-left: 1px solid #ccc;
  padding: 0 40px;
  padding-bottom: 30px;
  position: relative;
}
.about-lc .swiper-slide .about-lc-right ul li span:last-child:before {
  height: 7px;
  width: 7px;
  background: #ccc;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 14px;
}
.about-lc .swiper-slide .about-lc-right ul li span:last-child:after {
  height: 0;
  overflow: hidden;
  clear: both;
  content: "";
  display: block;
}
.about-lc .swiper-slide .about-lc-right ul li:last-child span:last-child {
  padding-bottom: 0;
}
.about-lc .swiper-button-prev {
  background: url(../images/lc-left.png) no-repeat;
  width: 30px;
  height: 30px;
  top: 92%;
  left: 20%;
  transition: .3s all ease;
}
.about-lc .swiper-button-prev:hover {
  background-image: url(../images/lc-left-h.png);
}
.about-lc .swiper-button-next {
  background: url(../images/lc-right.png) no-repeat;
  width: 30px;
  height: 30px;
  right: inherit;
  left: calc(20% + 31px);
  top: 92%;
  transition: .3s all ease;
}
.about-lc .swiper-button-next:hover {
  background-image: url(../images/lc-right-h.png);
}
.banner-in {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-in .swiper-pagination {
  bottom: 10%;
}
.banner-in .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}
.banner-in .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #329e39;
  opacity: 1;
}
.banner-in .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 49%;
  position: relative;
}
.banner-in .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-in .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.synew {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
  margin-bottom: 60px;
}
.synew li {
  width: 160px!important;
  font-size: 28px;
  color: #333;
  line-height: 88px;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  transition: .3s all ease;
}
.synew li:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid transparent;
  transition: .3s all ease;
}
.synew li:hover,
.synew li.show {
  color: #329e39;
}
.synew li:hover:after,
.synew li.show:after {
  border-color: #329e39;
  width: 100%;
}
.synew-qiehuan {
  display: none;
}
.synew-qiehuan.show {
  display: block;
}
.banner-in:hover .swiper-button-prev.inprev,
.banner-in:hover .swiper-button-next.innext {
  opacity: .5;
}
.banner-in .swiper-button-prev.inprev {
  background: url(../images/prev2.png) no-repeat;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: .3s all ease;
}
.banner-in .swiper-button-prev.inprev:hover {
  opacity: 1;
}
.banner-in .swiper-button-next.innext {
  background: url(../images/next2.png) no-repeat;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: .3s all ease;
}
.banner-in .swiper-button-next.innext:hover {
  opacity: 1;
}
.banner-in .text {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 750px;
  height: 332px;
}
.kefu {
  position: fixed;
  right: 2%;
  bottom: 105px;
  z-index: 10000;
}
.kefu span {
  display: block;
  cursor: pointer;
  text-align: right;
}
.kefu .kefupio {
  width: 246px;
  border-radius: 6px;
  background: #fff;
  margin-top: 20px;
  display: none;
  transition: .3s all ease;
}
.kefu .kefu-top {
  background: #329e39;
  border-radius: 6px 6px 0 0;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  vertical-align: middle;
}
.kefu .kefu-top span {
  display: inline-block;
  margin-top: 22px;
  float: right;
  width: 14px;
  height: 2px;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.kefu .kefu2 {
  padding: 15px;
}
.kefu .kefu2 form {
  width: auto;
}
.kefu .kefu2 input {
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/yunongtongxingming.png) 8px center no-repeat;
}
.kefu .kefu2 input:nth-child(2) {
  background-image: url(../images/24gl-telephone.png);
}
.kefu .kefu2 input:nth-child(3) {
  background-image: url(../images/youxiang.png);
}
.kefu .kefu2 input:nth-child(4) {
  background-image: url(../images/dizhiguanli.png);
}
.kefu .kefu2 input[type="submit"] {
  background: none;
  background: #329e39;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
}
.kefu .kefu2 textarea {
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding-left: 15px;
}
.kefu.enable .kefupio {
  display: block;
}
.wh-left {
  float: left;
  width: 40%;
  padding-top: 100px;
}
.wh-right {
  float: right;
  width: 57%;
}
.slideTxtBox .hd {
  position: relative;
}
.slideTxtBox .hd qiehuan {
  zoom: 1;
  position: absolute;
}
/*æœç´¢ç»“æžœ*/
.xsousuo {
  /*padding-top: 90px;*/
  padding-bottom: 60px;
  background: #fff;
}
.xsousuo .xssbox {
  padding-top: 40px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 80px;
  /* background-color: #FFFFFF; */
}
.xssbox .title {
  font-family: sy-Regular;
  color: #000000;
  font-size: 28px;
  padding-bottom: 35px;
  border-bottom: #e8e8e8 solid 1px;
  text-align: left;
}
.xssbox .title .t1 {
  color: #148fee;
}
.xsdiv ul li {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: #eae5e5 solid 1px;
}
.xsdiv ul li a {
  display: inline-block;
  width: 100%;
}
.xsousuo .l-wrap {
  float: left;
  width: 150px;
}
.xsousuo .l-wrap img {
  width: 100%;
}
.xsousuo .r-wrap {
  float: left;
  width: -moz-calc(-50%);
  width: -webkit-calc(-50%);
  width: calc(-50%);
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 4vh;
}
.xsdiv ul li a .xtop {
  margin-bottom: 10px;
  overflow: hidden;
  color: #222222;
  font-size: 20px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.xsdiv ul li a:hover .xtop {
  color: #148fee;
}
.xsdiv ul li a .xmid {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xsdiv ul li a .time {
  color: #444444;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .xssbox .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .xsousuo {
    padding-bottom: 70px;
  }
  .xsousuo .xssbox {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .xssbox .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .xsousuo {
    padding-bottom: 60px;
  }
  .xsousuo .xssbox {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .xssbox .title {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .xsdiv ul li {
    padding: 25px 0px;
  }
}
@media screen and (max-width: 640px) {
  .xsousuo .xssbox {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .xssbox .title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .xsdiv ul li {
    padding: 20px 0px;
  }
  .xsdiv ul li a .xtop {
    font-size: 18px;
  }
  .xsdiv ul li a .time {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .xsousuo .xssbox {
    padding-top: 0;
  }
  .xsousuo .l-wrap {
    width: 100px;
  }
  .xsousuo .r-wrap {
    padding-left: 20px;
    width: -webkit-calc(0%);
    width: calc(0%);
  }
  .xsdiv ul li a .xtop {
    font-size: 17px;
  }
  .xsdiv ul li a .xmid {
    margin-bottom: 10px;
  }
  .xsdiv ul li a .time {
    font-size: 14px;
  }
}
.gdbg {
  width: 100%;
  text-align: center;
  margin-top: 90px;
  transition-timing-function: linear;
}
.gdbg h6 {
  font-size: 36px;
  color: #333;
  line-height: 100%;
}
.gdbg p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  width: 60%;
  margin: 40px auto;
}
</pre></body></html>