@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

.main {
  width: 1400px;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main dl dt img {
  max-width: 100%;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text-p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.main .textdetails {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.main .textdetails img {
  display: block;
  max-width: 100%;
  padding: 20px 0;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.main .textdetails video {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

.main .detailsfoot {
  padding: 60px 0 100px;
  border-top: solid 1px #e8e8e8;
}

.main .detailsfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .detailsfoot .left {
  width: 65%;
  float: left;
}

.main .detailsfoot .left a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.main .detailsfoot .right {
  float: right;
}

.main .detailsfoot .right a {
  height: 56px;
  float: right;
  padding: 0 55px;
  color: #ffffff;
  line-height: 56px;
  background-color: #10924a;
}

.main .title {
  text-align: center;
}

.main .title::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .title dl dt {
  font-size: 36px;
  color: #000000;
}

.main .title dl dd {
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}

.main .up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.sytitle {
  text-align: center;
}

.sytitle dl dt {
  font-size: 36px;
  color: #6e767a;
  font-weight: bolder;
}

.sytitle dl dd {
  font-size: 30px;
  color: #000000;
  padding-top: 10px;
}

.page .pagination {
  padding-top: 60px;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #000000;
  line-height: 39px;
  border: solid 1px #e8e8e8;
  background-color: #ffffff;
}

.page .pagination li:hover a {
  color: #ffffff;
  border: solid 1px #10924a;
  background-color: #10924a;
}

.page .pagination li.active span {
  color: #ffffff;
  border: solid 1px #10924a;
  background-color: #10924a;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: #000000;
  color: #cccccc;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header .logo {
  float: left;
  margin-left: 100px;
}

.header .logo img {
  width: auto;
  height: 60px;
}

.header .nav {
  float: right;
  margin-right: 100px;
}

.header .nav ul {
  float: left;
}

.header .nav ul li {
  float: left;
  height: 100px;
  margin-left: 70px;
  position: relative;
}

.header .nav ul li.active::after {
  left: 0;
  bottom: 23px;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #10924a;
}

.header .nav ul li.active .item {
  border-bottom: solid 1px brown;
}

.header .nav ul li:hover::after {
  left: 0;
  bottom: 23px;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #10924a;
}

.header .nav ul li:hover .item {
  border-bottom: solid 1px brown;
}

.header .nav ul li:hover .hover {
  display: block;
}

.header .nav ul li .item {
  float: left;
  height: 73px;
  font-size: 18px;
  color: #000000;
}

.header .nav ul li .hover {
  left: 50%;
  top: 101px;
  width: 150px;
  display: none;
  position: absolute;
  text-align: center;
  margin-left: -75px;
  background-color: #ffffff;
}

.header .nav ul li .hover .items {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 46px;
}
.header .nav ul li .hover .items:first-child {
  padding-top: 10px;
}
.header .nav ul li .hover .items:last-child {
  padding-bottom: 10px;
}

.header .nav ul li .hover .items:hover {
  color: #10924a;
}

.header .nav dl {
  float: right;
  margin-left: 100px;
}

.header .nav dl dt {
  float: left;
  margin-right: 10px;
}

.header .nav dl dt span {
  float: left;
  font-size: 20px;
  color: #10924a;
}

.header .nav dl dd {
  float: left;
  font-size: 18px;
  color: #10924a;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(16, 146, 74, 0.2);
}

.circle .parent {
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: rgba(16, 146, 74, 0.2);
}

.circle .parent .children {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: rgba(16, 146, 74, 0.2);
}

@media screen and (max-width: 1750px) {
  .header .logo {
    margin-left: 60px;
  }
  .header .nav {
    margin-right: 60px;
  }
  .header .nav ul li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .header .nav ul li .item {
    font-size: 16px;
  }
  .header .nav dl {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .main {
    width: 1200px;
  }
}

.crumbs {
  height: 100px;
  line-height: 100px;
  background-color: #f5f5f5;
}

.crumbs .main p {
  font-size: 14px;
  color: #9f9f9f;
}

.crumbs .main p a {
  color: #9f9f9f;
}

.banner {
  width: 100%;
  height: 860px;
  padding-top: 100px;
  position: relative;
}

.banner .swiper-container {
  width: auto;
  height: 860px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-container .swiper-pagination {
  bottom: 30px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .3;
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 0;
  background-color: #ffffff;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.banner .swiper-container .swiper-button-prev {
  left: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
}

.banner .swiper-container .swiper-button-prev:hover {
  background-color: #10924a;
}

.banner .swiper-container .swiper-button-prev:hover span {
  color: #ffffff;
}

.banner .swiper-container .swiper-button-prev span {
  font-size: 26px;
  color: #ffffff;
}

.banner .swiper-container .swiper-button-next {
  width: 50px;
  right: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
}

.banner .swiper-container .swiper-button-next:hover {
  background-color: #10924a;
}

.banner .swiper-container .swiper-button-next:hover span {
  color: #ffffff;
}

.banner .swiper-container .swiper-button-next span {
  font-size: 26px;
  color: #ffffff;
}

.back {
  margin-top: 100px;
}

.back::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.back .item {
  width: calc(25% - 1px);
  float: left;
  height: 720px;
  overflow: hidden;
  position: relative;
  border-right: solid 1px #f2f2f2;
}

.back .item:last-child {
  border-right: none;
}

.back .item img {
  width: auto;
  height: 100%;
  position: absolute;
}

.back .item:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  transition: all 0.5s;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.back .item:hover .contact {
  top: 20px;
  left: 20px;
  border: solid 1px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-color: rgba(255, 255, 255, 0.3);
}

.back .item:hover .contact dl {
  padding-top: 170px;
}

.back .item:hover .contact dl dd {
  display: block;
}

.back .item:hover .contact .circle {
  opacity: 1;
}

.back .item .contact {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
  border: solid 1px transparent;
}

.back .item .contact dl {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-top: 630px;
  transition: all 0.5s;
}

.back .item .contact dl dt {
  font-size: 30px;
  color: #ffffff;
}

.back .item .contact dl dd {
  display: none;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  padding: 25px 30px;
}

.back .item .contact .circle {
  opacity: 0;
  text-align: center;
  margin: 140px auto;
  transition: all 0.5s;
}

.back .item .contact .circle span {
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
}

.back .swiper {
  height: 720px;
  position: relative;
}

.back .swiper .swiper-container {
  height: 720px;
}

.back .swiper .main {
  left: 50%;
  bottom: 0;
  z-index: 3;
  height: 220px;
  margin-left: -700px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.back .swiper .main .left {
  float: left;
  width: 50%;
  margin-top: 60px;
  margin-left: 60px;
}

.back .swiper .main .left dl dt {
  font-size: 36px;
  color: #ffffff;
}

.back .swiper .main .left dl dd {
  font-size: 14px;
  color: #ffffff;
  padding-top: 20px;
  line-height: 24px;
}

.back .swiper .main .right {
  width: 270px;
  float: right;
  height: 100%;
  background-color: rgba(16, 146, 74, 0.9);
}

.back .swiper .main .right .swiper-button-prev {
  left: auto;
  width: 40px;
  right: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.back .swiper .main .right .swiper-button-prev span {
  font-size: 20px;
  color: #10924a;
}

.back .swiper .main .right .swiper-button-next {
  right: 80px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.back .swiper .main .right .swiper-button-next span {
  font-size: 20px;
  color: #10924a;
}

@media screen and (max-width: 1400px) {
  .back .swiper .main {
    margin-left: -600px;
  }
}

.navtap {
  top: 100px;
  z-index: 9;
  height: 100px;
  position: sticky;
  text-align: center;
  line-height: 100px;
  background-color: #ffffff;
  border-bottom: solid 1px #e4e4e4;
}

.navtap .main a {
  margin: 5px;
  height: 56px;
  padding: 0 55px;
  font-size: 18px;
  color: #9f9f9f;
  line-height: 56px;
  display: inline-block;
}

.navtap .main a.active {
  color: #ffffff;
  background-color: #10924a;
}

.navtap .main a:hover {
  color: #ffffff;
  background-color: #10924a;
}

.details {
  overflow: hidden;
  padding-bottom: 160px;
  background-color: #f5f5f5;
}

.details .main {
  width: 1200px;
  padding: 0 100px;
  background-color: #ffffff;
}

.details .main h1 {
  font-size: 36px;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.details .main h2 {
  font-size: 14px;
  color: #000000;
  line-height: 100px;
  text-align: center;
  border-bottom: solid 1px #e8e8e8;
}

.details .main h2 span {
  padding: 0 30px;
  border-right: solid 1px #cccccc;
}

.details .main h2 span:last-child {
  border-right: none;
}

@media screen and (max-width: 1400px) {
  .details .main {
    width: 1000px;
  }
}

.content {
  padding: 100px 0 160px 0;
}

.content .main .item {
  float: left;
  height: 340px;
  width: calc(33.33% - 2px);
  border: solid 1px #e4e4e4;
  border-right: none;
}

.content .main .item:last-child {
  border-right: solid 1px #e4e4e4;
}

.content .main .item .center {
  margin-left: 47px;
}

.content .main .item .center dl {
  float: left;
  margin-left: 55px;
  text-align: center;
  padding-top: 100px;
}

.content .main .item .center dl dt {
  width: 105px;
  height: 105px;
}

.content .main .item .center dl dt img {
  width: 100%;
  height: auto;
}

.content .main .item .center dl dd {
  font-size: 14px;
  color: #000000;
  padding-top: 30px;
}

.content .main .item.item2 dl {
  float: left;
  width: calc(100% - 60px);
  padding: 60px 0 0 40px;
}

.content .main .item.item2 dl dt {
  width: 30%;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #10924a;
}

.content .main .item.item2 dl dt span {
  font-size: 24px;
  color: #ffffff;
}

.content .main .item.item2 dl dd {
  width: 70%;
  float: left;
  max-width: 300px;
  margin-left: 20px;
}

.content .main .item.item2 dl dd h3 {
  font-size: 14px;
  color: #000000;
}

.content .main .item.item2 dl dd p {
  font-size: 18px;
  color: #000000;
}

.content .main .item .up {
  height: 170px;
  border-bottom: solid 1px #e4e4e4;
}

.content .map {
  margin-top: 100px;
}

.content .map .main {
  height: 548px;
  border: solid 1px #e4e4e4;
}

.content .map .main #container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .content .main .item .center {
    margin-left: 0;
  }
  .content .main .item.item2 dl {
    float: left;
    padding: 40px 0 0 40px;
  }
}

.about {
  padding: 100px 0;
}

.about .main .left {
  width: 50%;
  float: left;
  margin-top: 60px;
}

.about .main .left h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  padding-top: 60px;
  position: relative;
}

.about .main .left h3::before {
  top: 0;
  left: 0;
  width: 80px;
  height: 6px;
  content: '';
  position: absolute;
  background-color: #10924a;
}

.about .main .left .text-p {
  text-align: left;
  padding: 30px 40px 60px 0;
}

.about .main .left a p {
  float: left;
  font-size: 16px;
  color: #10924a;
}

.about .main .left a span {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: #10924a;
}

.about .main .right {
  width: 50%;
  float: right;
  margin-top: 60px;
}

.about .main .right img {
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .about .main .right {
    width: 600px;
  }
}

.lane {
  height: 420px;
  background-image: url(../images/laneback.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lane .main div {
  width: 50%;
  float: left;
  height: 400px;
  margin-top: 150px;
}

.lane .main .item {
  width: 100%;
  float: left;
  height: 400px;
  text-align: center;
  position: relative;
}

.lane .main .item:hover::after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: rgba(16, 146, 74, 0.7);
}

.lane .main .item:hover dl {
  padding-left: 0;
  text-align: center;
  padding-top: 100px !important;
}

.lane .main .item:hover dl::after {
  left: 50%;
  width: 50px;
  height: 1px;
  content: '';
  bottom: -40px;
  margin-left: -25px;
  position: absolute;
  background-color: #ffffff;
}

.lane .main .item:hover span {
  display: block;
}

.lane .main .item:last-child dl {
  padding-top: 240px;
}

.lane .main .item dl {
  z-index: 2;
  padding-top: 60px;
  position: relative;
  padding-left: 40px;
  text-align: left;
}

.lane .main .item dl::after {
  left: 40px;
  width: 50px;
  height: 1px;
  content: '';
  bottom: -40px;
  position: absolute;
  background-color: #ffffff;
}

.lane .main .item dl dt {
  font-size: 30px;
  color: #ffffff;
}

.lane .main .item dl dd {
  font-size: 18px;
  color: #ffffff;
  padding-top: 15px;
}

.lane .main .item img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lane .main .item span {
  z-index: 2;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  padding-top: 90px;
  display: none;
}

.abouts .main {
  padding: 100px 0;
  background-image: url(../images/aboutBack.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.abouts .main .left {
  width: 50%;
  float: left;
}

.abouts .main .left .title {
  text-align: left;
  position: relative;
}

.abouts .main .left .title::after {
  left: 0;
  width: 80px;
  height: 6px;
  content: '';
  bottom: -45px;
  position: absolute;
  background-color: #10924a;
}

.abouts .main .left .text-p {
  text-align: left;
  padding: 90px 60px 60px 0;
}

.abouts .main .left a p {
  float: left;
  font-size: 16px;
  color: #10924a;
}

.abouts .main .left a span {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: #10924a;
}

.abouts .main .right {
  width: calc(50% - 40px);
  float: right;
  margin-right: 40px;
}

.abouts .main .right img {
  max-width: 100%;
}

.aboutsback {
  height: 500px;
  background-image: url(../images/aboutsback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aboutsback .main {
  text-align: center;
}

.aboutsback .main dl {
  padding-top: 200px;
}

.aboutsback .main dl dt {
  font-size: 36px;
  color: #ffffff;
}

.aboutsback .main dl dd {
  font-size: 18px;
  color: #ffffff;
  padding-top: 30px;
}

.service {
  padding-top: 230px;
}

.service .swipertap::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.service .swipertap .item {
  float: left;
  height: 140px;
  cursor: pointer;
  margin-top: 60px;
  width: calc(25% - 1px);
  border-right: solid 1px #e4e4e4;
  border-top: solid 1px #e4e4e4;
}

.service .swipertap .item:last-child {
  border-right: none;
}

.service .swipertap .item.active {
  background-color: #10924a;
}

.service .swipertap .item.active dl dt {
  border-color: #ffffff;
}

.service .swipertap .item.active dl dt span {
  color: #ffffff;
}

.service .swipertap .item.active dl dd {
  color: #ffffff;
}

.service .swipertap .item:hover {
  background-color: #10924a;
}

.service .swipertap .item:hover dl dt {
  border-color: #ffffff;
}

.service .swipertap .item:hover dl dt span {
  color: #ffffff;
}

.service .swipertap .item:hover dl dd {
  color: #ffffff;
}

.service .swipertap .item dl {
  width: calc(100% - 50px);
  margin-top: 40px;
  margin-left: 50px;
}

.service .swipertap .item dl dt {
  float: left;
}

.service .swipertap .item dl dt span {
  float: left;
  font-size: 48px;
  color: #10924a;
}

.service .swipertap .item dl dd {
  width: 70%;
  float: left;
  color: #9f9f9f;
  margin-left: 20px;
}

.service .swipertap .item dl dd h3 {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.service .swipertap .item dl dd p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.service .swiper .item {
  height: 720px;
  display: none;
}

.service .swiper .item.active {
  display: block;
}

.service .swiper .item .swiper-container {
  height: 720px;
}

.service .swiper .item .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service .swiper .item .swiper-container .swiper-slide p {
  float: left;
  height: 46px;
  padding: 0 30px;
  font-size: 18px;
  color: #10924a;
  line-height: 46px;
  margin-left: 70px;
  border-radius: 46px;
  margin-top: 100px;
  background-color: #ffffff;
}
.service .swiper .item .swiper-container .swiper-slide h1 {
  color: #ffffff;
  margin-left: 70px;
  font-size: 30px;
  margin-top: 200px;
}
.service .swiper .item .swiper-container .swiper-slide h2{
  color: #ffffff;
  margin-left: 70px;
  font-size: 14px;
  margin-top: 30px;
  width: 650px;
  line-height: 24px;
}

.service .swiper .item .swiper-container .swiper-slide p span {
  font-size: 18px;
  color: #10924a;
  margin-left: 20px;
}

.service .swiper .item .swiper-container .swiper-slide p:hover {
  color: #ffffff;
  background-color: #10924a;
}

.service .swiper .item .swiper-container .swiper-slide p:hover span {
  color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-pagination {
  bottom: 124px;
  position: relative;
}

.service .swiper .item .swiper-container .swiper-pagination::before {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  content: '';
  margin-top: -3px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.service .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 15px;
  z-index: 2;
  position: relative;
  border-radius: 100%;
  background-color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  z-index: 2;
  position: relative;
  background-color: #10924a;
}

.service .swiper .item .swiper-container .swiper-button-prev {
  top: 85%;
  left: 260px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-button-prev:hover {
  background-color: #10924a;
}

.service .swiper .item .swiper-container .swiper-button-prev:hover span {
  color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-button-prev span {
  font-size: 26px;
  color: #10924a;
}

.service .swiper .item .swiper-container .swiper-button-next {
  top: 85%;
  width: 50px;
  right: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-button-next:hover {
  background-color: #10924a;
}

.service .swiper .item .swiper-container .swiper-button-next:hover span {
  color: #ffffff;
}

.service .swiper .item .swiper-container .swiper-button-next span {
  font-size: 26px;
  color: #10924a;
}

@media screen and (max-width: 1400px) {
  .service .swipertap .item {
    height: 125px;
  }
  .service .swipertap .item dl {
    float: left;
    width: calc(100% - 20px);
    margin-top: 40px;
    margin-left: 20px;
  }
  .service .swipertap .item dl dd {
    margin-left: 20px;
  }
  .service .swipertap .item dl dd h3 {
    font-size: 20px;
  }
  .service .swipertap .item dl dd p {
    font-size: 14px;
  }
  .service .swiper .item .swiper-container .swiper-slide p {
    margin-left: 250px;
  }
}

.history {
  height: 800px;
  overflow: hidden;
  padding: 100px 0 200px 0;
  background-image: url(../images/join2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.history .main {
  position: relative;
}

.history .main .swiper {
  margin-top: 80px;
}

.history .main .swiper .swiper-container {
  height: 680px;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .up dl {
  display: none;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .time .iup::after {
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70%;
  content: '';
  position: absolute;
  background-color: transparent;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .time .idown i {
  display: none;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) .down dl {
  display: none;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) .time .iup i {
  display: none;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) .time .idown::before {
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70%;
  content: '';
  position: absolute;
  background-color: transparent;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .up {
  height: 250px;
  text-align: center;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .up i {
  font-size: 24px;
  color: #10924a;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .up dl dt img {
  max-width: 100%;
  max-height: 100%;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .up dl dd {
  font-size: 14px;
  color: #000000;
  padding-top: 30px;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time {
  height: 180px;
  text-align: center;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .line {
  width: 100%;
  height: 3px;
  position: relative;
  background-color: rgba(16, 146, 74, 0.2);
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .line::before {
  top: -4px;
  left: 50%;
  width: 11px;
  height: 11px;
  content: '';
  z-index: 2;
  margin-left: -5.5px;
  position: absolute;
  border-radius: 100%;
  background-color: #10924a;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .line::after {
  z-index: 1;
  top: -9px;
  left: 50%;
  width: 21px;
  height: 21px;
  content: '';
  margin-left: -10.5px;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(16, 146, 74, 0.2);
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .iup {
  height: 90px;
  position: relative;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .iup::after {
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70%;
  content: '';
  position: absolute;
  background-color: rgba(16, 146, 74, 0.2);
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .idown {
  height: 90px;
  position: relative;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time .idown::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 70%;
  content: '';
  position: absolute;
  background-color: rgba(16, 146, 74, 0.2);
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .time i {
  font-size: 24px;
  color: #10924a;
  font-style: italic;
  line-height: 98px;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .down {
  height: 250px;
  text-align: center;
  position: relative;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .down i {
  font-size: 24px;
  color: #10924a;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .down dl dt {
  font-size: 14px;
  color: #000000;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .down dl dd {
  padding-top: 30px;
}

.history .main .swiper .swiper-container .swiper-wrapper .swiper-slide .down dl dd img {
  max-width: 100%;
  max-height: 100%;
}

.history .main .swiper-button-prev {
  top: 60%;
  left: -90px;
  width: 41px;
  height: 41px;
  opacity: 1;
  position: absolute;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 5px transparent;
  background-color: transparent;
}

.history .main .swiper-button-prev span {
  color: #10924a;
}

.history .main .swiper-button-prev:hover {
  border: solid 5px #c8e5d8;
  background-color: #10924a;
}

.history .main .swiper-button-prev:hover span {
  color: #ffffff;
}

.history .main .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.history .main .swiper-button-next {
  top: 60%;
  right: -90px;
  width: 41px;
  height: 41px;
  opacity: 1;
  position: absolute;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 5px transparent;
  background-color: transparent;
}

.history .main .swiper-button-next span {
  color: #10924a;
}

.history .main .swiper-button-next:hover {
  border: solid 5px #c8e5d8;
  background-color: #10924a;
}

.history .main .swiper-button-next:hover span {
  color: #ffffff;
}

.history .main .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  .history .main .swiper-button-prev {
    left: -60px;
  }
  .history .main .swiper-button-next {
    right: -60px;
  }
}

.case {
  padding: 100px 0 160px 0;
}

.case .main .text .item {
  float: left;
  width: 390px;
  height: 352px;
  padding: 20px;
  margin-top: 52px;
  margin-left: 52px;
  border: solid 1px #e4e4e4;
}

.case .main .text .item:nth-child(3n+1) {
  margin-left: 0;
}

.case .main .text .item dl {
  text-align: center;
}

.case .main .text .item dl dt {
  height: 295px;
}

.case .main .text .item dl dd {
  font-size: 18px;
  color: #000000;
  line-height: 78px;
}

@media screen and (max-width: 1400px) {
  .case .main .text {
    padding-top: 30px;
  }
  .case .main .text .item {
    width: 344px;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
  }
  .case .main .text .item dl dt {
    height: 258px;
  }
}

.honor {
  padding: 40px 0 160px;
}

.honor .main ul li {
  float: left;
  width: 240px;
  margin-top: 60px;
  margin-left: 50px;
}

.honor .main ul li:nth-child(5n+1) {
  margin-left: 0;
}

.honor .main ul li dl {
  text-align: center;
  border: solid 1px #e4e4e4;
}

.honor .main ul li dl dt {
  height: 334px;
}

.honor .main ul li dl dd {
  font-size: 18px;
  color: #000000;
  height: 77px;
  line-height: 77px;
  border-top: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 20px;
}

@media screen and (max-width: 1400px) {
  .honor {
    padding: 70px 0 160px;
  }
  .honor .main ul li {
    width: 216px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .honor .main ul li dl dt {
    height: 300px;
  }
  .honor .main ul li dl dd {
    line-height: 65px;
  }
}

.new {
  padding-top: 100px;
}

.new .main .title {
  text-align: left;
}

.new .main .title .left {
  float: left;
}

.new .main .title .left a {
  float: left;
  font-size: 36px;
  color: #9f9f9f;
  margin-right: 65px;
}

.new .main .title .left a.active {
  color: #000000;
}

.new .main .title .left a:hover {
  color: #000000;
}

.new .main .title .right {
  float: right;
}

.new .main .title .right a {
  float: right;
  margin-top: 20px;
}

.new .main .title .right a p {
  float: left;
  font-size: 16px;
  color: #10924a;
}

.new .main .title .right a span {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: #10924a;
}

.new .main .newswiper {
  height: 600px;
  margin-top: 60px;
}

.new .main .newswiper .swiper-container {
  height: 600px;
}

.new .main .newswiper .swiper-container .swiper-wrapper {
  height: 526px;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 99%;
  margin-left: 0.5%;
  border: solid 1px #e4e4e4;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover {
  background-color: #10924a;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .up {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .up::after {
  left: 0;
  width: 50px;
  content: '';
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .up h3 {
  color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .up p {
  color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .down i {
  color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .down p {
  color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item:hover dl dd .down p span {
  color: #10924a;
  background-color: #ffffff;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl {
  padding: 20px;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dt {
  height: 240px;
  overflow: hidden;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dt img {
  width: 100%;
  height: auto;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .up {
  position: relative;
  padding-bottom: 60px;
  border-bottom: solid 1px #e4e4e4;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .up::after {
  left: 0;
  width: 50px;
  content: '';
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: #10924a;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .up h3 {
  font-size: 24px;
  color: #000000;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .up p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .down {
  line-height: 80px;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .down i {
  float: left;
  font-size: 24px;
  color: #9f9f9f;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .down P {
  float: right;
  font-size: 16px;
  color: #9f9f9f;
  text-align: center;
}

.new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .down P span {
  width: 24px;
  height: 24px;
  float: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 10px;
  border-radius: 100%;
  margin-top: 29px;
  background-color: #10924a;
}

.new .main .newswiper .swiper-container .swiper-pagination {
  bottom: 0;
}

.new .main .newswiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #dcfae8;
}

.new .main .newswiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #10924a;
}

@media screen and (max-width: 1400px) {
  .new .main .newswiper {
    height: 550px;
  }
  .new .main .newswiper .swiper-container {
    height: 550px;
  }
  .new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dt {
    height: 197px;
  }
  .new .main .newswiper .swiper-container .swiper-wrapper .swiper-slide .item dl dd .up {
    padding-bottom: 30px;
  }
}

.news {
  padding: 40px 0 160px 0;
}

.news .main .item {
  float: left;
  width: 430px;
  margin-top: 60px;
  margin-left: 51px;
  border: solid 1px #e4e4e4;
}

.news .main .item:nth-child(3n+1) {
  margin-left: 0;
}

.news .main .item:hover {
  background-color: #10924a;
}

.news .main .item:hover dl dd .up {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.news .main .item:hover dl dd .up::after {
  left: 0;
  width: 50px;
  content: '';
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: #ffffff;
}

.news .main .item:hover dl dd .up h3 {
  color: #ffffff;
}

.news .main .item:hover dl dd .up p {
  color: #ffffff;
}

.news .main .item:hover dl dd .down i {
  color: #ffffff;
}

.news .main .item:hover dl dd .down p {
  color: #ffffff;
}

.news .main .item:hover dl dd .down p span {
  color: #10924a;
  background-color: #ffffff;
}

.news .main .item dl {
  padding: 20px;
}

.news .main .item dl dt {
  height: 240px;
  overflow: hidden;
}

.news .main .item dl dt img {
  width: 100%;
  height: auto;
}

.news .main .item dl dd .up {
  position: relative;
  padding-bottom: 60px;
  border-bottom: solid 1px #e4e4e4;
}

.news .main .item dl dd .up::after {
  left: 0;
  width: 50px;
  content: '';
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: #10924a;
}

.news .main .item dl dd .up h3 {
  font-size: 24px;
  color: #000000;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .main .item dl dd .up p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .item dl dd .down {
  line-height: 80px;
}

.news .main .item dl dd .down i {
  float: left;
  font-size: 24px;
  color: #9f9f9f;
}

.news .main .item dl dd .down P {
  float: right;
  font-size: 16px;
  color: #9f9f9f;
  text-align: center;
}

.news .main .item dl dd .down P span {
  width: 24px;
  height: 24px;
  float: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 10px;
  border-radius: 100%;
  margin-top: 29px;
  background-color: #10924a;
}

@media screen and (max-width: 1400px) {
  .news {
    padding: 70px 0 160px 0;
  }
  .news .main .item {
    width: 378px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .news .main .item dl {
    padding: 20px;
  }
  .news .main .item dl dt {
    height: 206px;
    overflow: hidden;
  }
  .news .main .item dl dd .up {
    padding-bottom: 40px;
  }
}

.reception {
  padding: 100px 0 160px 0;
}

.reception .swiper-container {
  width: 100%;
  height: 780px;
}

.reception .swiper-container .swiper-wrapper {
  height: 700px;
}

.reception .swiper-container .swiper-wrapper .swiper-slide {
  width: 1040px;
  height: 700px;
  transition: 300ms;
  border: solid 1px #e4e4e4;
}

.reception .swiper-container .swiper-wrapper .swiper-slide::after {
  top: 20px;
  left: 20px;
  z-index: 10;
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 120px);
  background-color: rgba(0, 0, 0, 0.5);
}

.reception .swiper-container .swiper-wrapper .swiper-slide img {
  padding: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 120px);
}

.reception .swiper-container .swiper-wrapper .swiper-slide .contact {
  padding: 0 20px;
  line-height: 30px;
}

.reception .swiper-container .swiper-wrapper .swiper-slide .contact p {
  font-size: 18px;
  color: #000000;
}

.reception .swiper-container .swiper-wrapper .swiper-slide .contact p span {
  float: left;
  font-size: 30px;
  color: #10924a;
  margin-right: 10px;
}

.reception .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.reception .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #dcfae8;
}

.reception .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #10924a;
}

.reception .swiper-container .swiper-num {
  left: 72%;
  z-index: 10;
  bottom: 130px;
  position: absolute;
}

.reception .swiper-container .swiper-num span {
  font-size: 24px;
  color: #9f9f9f;
}

.reception .swiper-container .swiper-button-prev {
  left: 100px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.reception .swiper-container .swiper-button-prev span {
  color: #10924a;
}

.reception .swiper-container .swiper-button-prev:hover {
  background-color: #10924a;
}

.reception .swiper-container .swiper-button-prev:hover span {
  color: #ffffff;
}

.reception .swiper-container .swiper-button-next {
  right: 100px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  background-color: #ffffff;
}

.reception .swiper-container .swiper-button-next span {
  color: #10924a;
}

.reception .swiper-container .swiper-button-next:hover {
  background-color: #10924a;
}

.reception .swiper-container .swiper-button-next:hover span {
  color: #ffffff;
}

.foot {
  padding: 100px 0;
  background-image: url(../images/mapback.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.foot .main .title {
  text-align: left;
}

.foot .main .text {
  float: left;
  width: 750px;
  margin-top: 40px;
}

.foot .main .text dl {
  width: 50%;
  float: left;
  margin-top: 30px;
  line-height: 24px;
}

.foot .main .text dl dt {
  float: left;
}

.foot .main .text dl dt span {
  font-size: 24px;
  color: #000000;
}

.foot .main .text dl dd {
  float: left;
  font-size: 14px;
  color: #000000;
  margin-left: 20px;
}

.foot .main .right {
  float: right;
  margin-right: 120px;
}

.foot .main .right .yuan {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(16, 146, 74, 0.3);
  margin: 0 auto;
  margin-top: 10px;
}

.foot .main .right .yuan .children {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #269b5b;
  margin-top: 10px;
  border: solid 10px #85c7a2;
}

.footer {
  background-color: #232b27;
}

.footer .up .main {
  position: relative;
}

.footer .up .main .left {
  float: left;
  padding: 100px 0;
}

.footer .up .main .left ul {
  float: left;
  text-align: center;
  margin-left: 100px;
}

.footer .up .main .left ul:first-child {
  margin-left: 0;
}

.footer .up .main .left ul h3 {
  font-size: 18px;
  color: #ffffff;
  position: relative;
  padding-bottom: 40px;
}

.footer .up .main .left ul h3::after {
  left: 50%;
  width: 20px;
  content: '';
  height: 1px;
  bottom: 15px;
  margin-left: -10px;
  position: absolute;
  background-color: #10924a;
}

.footer .up .main .left ul li {
  line-height: 34px;
}

.footer .up .main .left ul li a {
  font-size: 14px;
  color: #9f9f9f;
}

.footer .up .main .left ul li a:hover {
  color: #ffffff;
}

.footer .up .main .right {
  right: 0;
  top: -60px;
  padding-top: 60px;
  width: 390px;
  height: 100%;
  position: absolute;
  background-color: #10924a;
}

.footer .up .main .right .number {
  height: 90px;
  text-align: center;
  border-bottom: solid 1px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.footer .up .main .right .number p {
  font-size: 30px;
  color: #ffffff;
}

.footer .up .main .right .number p span {
  font-size: 30px;
  color: #ffffff;
  margin-right: 20px;
}

.footer .up .main .right .wx {
  padding-top: 60px;
}

.footer .up .main .right .wx dl {
  float: left;
  text-align: center;
  margin-right: 30px;
}

.footer .up .main .right .wx dl:first-child {
  margin-left: 60px;
}

.footer .up .main .right .wx dl dt {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer .up .main .right .wx dl dd {
  width: 120px;
  height: auto;
}

.footer .down {
  height: 90px;
  line-height: 90px;
  border-top: solid 1px #39413d;
}

.footer .down .left {
  float: left;
}

.footer .down .left p {
  font-size: 14px;
  color: #9f9f9f;
}

.footer .down .left p a {
  color: #9f9f9f;
}

.footer .down .right {
  width: 390px;
  float: right;
  height: 100%;
  text-align: center;
  background-color: #0b6634;
}

.footer .down .right p {
  font-size: 14px;
  color: #9f9f9f;
}

.footer .down .right p a {
  color: #9f9f9f;
}

#__previewImage-container .previewImage-box .previewImage-item .previewImage-image {
  width: 20%;
  height: auto;
}
