.w1400 {
  visibility: hidden;
}
.w1400.active {
  visibility: visible;
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.join-we {
  padding-bottom: 100px;
  background: #fff;
}
.join-we .page1 {
  background: #f1f1f2;
  padding:3% 0
}
.join-we .page1 .list-box {
}
.join-we .page1 .list-box .list-item {
  width: 430px;
  height: 410px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 50px;
  border-radius: 2px;
  float: left;
  margin-top: 30px;
}
.join-we .page1 .list-box .list-item:nth-child(3n-2) {
  margin-left: 0;
}
.join-we .page1 .list-box .list-item:hover .item-top .con-box .text {
  color: #fff;
}
.join-we .page1 .list-box .list-item:hover .item-top .con-box .line {
  display: none;
}
.join-we .page1 .list-box .list-item .item-top {
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.join-we .page1 .list-box .list-item .item-top .con-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
.join-we .page1 .list-box .list-item .item-top .con-box .icon,.join-we .page1 .list-box .list-item .item-top .con-box .icon2 {
  display: block;
  width: 37px;
  height: 36px;
  margin: 0 auto;
}
.join-we .page1 .list-box .list-item .item-top .con-box .icon2{display: none;}
.join-we .page1 .list-box .list-item:hover .item-top .con-box .icon{display: none;}
.join-we .page1 .list-box .list-item:hover .item-top .con-box .icon2{display: block;}
.join-we .page1 .list-box .list-item .item-top .con-box .text {
  margin-top: 18px;
  text-align: center;
  color: #333333;
}
.join-we .page1 .list-box .list-item .item-top .con-box .line {
  position: absolute;
  width: 110px;
  height: 1px;
  background: #333333;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
}
.join-we .page1 .list-box .list-item .item-top .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 3;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.join-we .page1 .list-box .list-item .item-bottom {
  height: 240px;
  padding: 0 45px;
  letter-spacing: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 1.9;
  text-align: center;
}
.join-we .page1 .list-box .list-item.list-item1 .item-top .con-box .icon {
  background: url(../images/icon/icon19.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item1 .item-top .bg-box {
  background-image: url(../images/page/p67.png);
}
.join-we .page1 .list-box .list-item.list-item1:hover .con-box .icon {
  background: url(../images/icon/icon19-act.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item2 .item-top .con-box .icon {
  background: url(../images/icon/icon20.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item2 .item-top .bg-box {
  background-image: url(../images/page/p68.png);
}
.join-we .page1 .list-box .list-item.list-item2:hover .con-box .icon {
  background: url(../images/icon/icon20-act.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item3 .item-top .con-box .icon {
  background: url(../images/icon/icon21.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item3 .item-top .bg-box {
  background-image: url(../images/page/p69.png);
}
.join-we .page1 .list-box .list-item.list-item3:hover .con-box .icon {
  background: url(../images/icon/icon21-act.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item4 .item-top .con-box .icon {
  background: url(../images/icon/icon22.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item4 .item-top .bg-box {
  background-image: url(../images/page/p70.png);
}
.join-we .page1 .list-box .list-item.list-item4:hover .con-box .icon {
  background: url(../images/icon/icon22-act.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item5 .item-top .con-box .icon {
  background: url(../images/icon/icon23.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item5 .item-top .bg-box {
  background-image: url(../images/page/p71.png);
}
.join-we .page1 .list-box .list-item.list-item5:hover .con-box .icon {
  background: url(../images/icon/icon23-act.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item6 .item-top .con-box .icon {
  background: url(../images/icon/icon24.png) no-repeat center / 100%;
}
.join-we .page1 .list-box .list-item.list-item6 .item-top .bg-box {
  background-image: url(../images/page/p72.png);
}
.join-we .page1 .list-box .list-item.list-item6:hover .con-box .icon {
  background: url(../images/icon/icon24-act.png) no-repeat center / 100%;
}
.join-we .page2 {
  margin-top: 3%;
}
.join-we .page2 .swiper-box .swiper-button-next,
.join-we .page2 .swiper-box .swiper-button-prev {
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: -110px;
}
.join-we .page2 .swiper-box .swiper-button-next::after,
.join-we .page2 .swiper-box .swiper-button-prev::after {
  font-size: 25px;
  color: #009040;
}
.join-we .page2 .swiper-box .swiper-button-next:hover,
.join-we .page2 .swiper-box .swiper-button-prev:hover {
  background: #009040;
}
.join-we .page2 .swiper-box .swiper-button-next:hover::after,
.join-we .page2 .swiper-box .swiper-button-prev:hover::after {
  color: #fff;
}
.join-we .page2 .swiper-box .swiper-button-next {
  right: 210px;
}
.join-we .page2 .swiper-box .swiper-button-prev {
  left: 210px;
}
.join-we .page2 .swiper-slide {
  width: 900px;
}
.join-we .page2 .swiper-slide .img-box {
  width: 100%;
  height: 508px;
  overflow: hidden;
  position: relative;
}
.join-we .page2 .swiper-slide .img-box img {
  display: block;
  width: 100%;
}
.join-we .page2 .swiper-slide .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}
.join-we .page2 .swiper-slide.swiper-slide-active .img-box::after {
  display: none;
}
.join-we .page2 .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
}
.join-we .page2 .swiper-slide .swiper-slide-shadow-left,
.join-we .page2 .swiper-slide .swiper-slide-shadow-right {
  display: none;
}
.join-we .page2 .swiper-slide .text-box {
  width: 100%;
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.join-we .page2 .swiper-slide .text-box .tit {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.join-we .page2 .swiper-slide .text-box .text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  line-height: 1.8;
}
.join-we .page3 {
  margin-top: 3%;
}
.join-we .page3 .list-box .list-item {
  padding: 2%;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: relative;
  margin-top: 2%;
}
.join-we .page3 .list-box .list-item .left .number {
  font-size: 16px;
  color: #000;
  letter-spacing: 5px;
}
.join-we .page3 .list-box .list-item .left .number span {
  font-size: 30px;
  color: #009040;
}
.join-we .page3 .list-box .list-item .left .time {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.join-we .page3 .list-box .list-item.on .right .hide-box {
  max-height: 1000px;
}
.join-we .page3 .list-box .list-item .right {
  margin-left: 2%;
}
.join-we .page3 .list-box .list-item .right .hide-box {
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
.join-we .page3 .list-box .list-item .right .join-name {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.join-we .page3 .list-box .list-item .right .claim-title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}
.join-we .page3 .list-box .list-item .right .claim-list .claim-list-item {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.join-we .page3 .list-box .list-item .right .claim-list .claim-list-item.delivery-item a {
  color: #009040;
  padding-bottom: 5px;
  border-bottom: 1px solid #009040;
}
.join-we .page3 .list-box .list-item .btn-box {
  position: absolute;
  top: 75px;
  right: 50px;
}
.join-we .page3 .list-box .list-item .btn-box .btn {
  display: block;
  font-size: 14px;
  color: #009040;
  width: 116px;
  height: 40px;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #009040;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.join-we .page3 .list-box .list-item .btn-box .btn em {
  position: relative;
  z-index: 3;
}
.join-we .page3 .list-box .list-item .btn-box .btn:hover em {
  color: #fff;
}
.join-we .page3 .list-box .list-item .btn-box .btn:hover span {
  width: 300px;
  height: 300px;
}
.join-we .page3 .list-box .list-item .btn-box .btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #009040;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  -o-transition: width 0.6s, height 0.6s;
  -moz-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}
.join-we .page3 .list-box .list-item .btn-box .btn-scjl {
  margin-top: 30px;
}
.contact-we {
  background: #fff;
  padding-bottom: 3%;
}
.contact-we .page1 {
  width: 100%;
  /* height: 908px; */
  background: url(../images/page/p108.png) no-repeat center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  padding: 2% 0 3% 0;
}
.contact-we .page1 .w1400 {
  position: relative;
}
.contact-we .page1 .title {
  font-size: 26px;
  color: #333333;
}
.contact-we .page1 .left-box {
  width: 465px;
  position: absolute;
  top: 245px;
  left: 0;
}
.contact-we .page1 .left-box .title-box {
  height: 70px;
  line-height: 70px;
  border-radius: 2px;
  background: #009040;
  padding: 0 25px;
  font-size: 24px;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.contact-we .page1 .left-box .title-box.on .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-we .page1 .left-box .title-box .icon {
  position: absolute;
  width: 24px;
  height: 13px;
  background: url(../images/icon/icon55.png) no-repeat center / 100%;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-we .page1 .left-box .title-box .list-box {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background: #fff;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.contact-we .page1 .left-box .title-box .list-box::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.contact-we .page1 .left-box .title-box .list-box::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #ebebeb;
}
.contact-we .page1 .left-box .title-box .list-box::-webkit-scrollbar-thumb {
  background-color: #009040;
}
.contact-we .page1 .left-box .title-box .list-box.on {
  max-height: 200px;
}
.contact-we .page1 .left-box .title-box .list-box .list-item {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #eee;
  color: #5c5c5c;
  text-align: center;
  font-weight: 100;
}
.contact-we .page1 .left-box .title-box .list-box .list-item:hover {
  color: #009040;
}
.contact-we .page1 .left-box .text-box {
  width: 100%;
  padding: 40px 45px 30px 54px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
}
.contact-we .page1 .left-box .text-box .titl {
  position: relative;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.contact-we .page1 .left-box .text-box .text {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.contact-we .page1 .right-box {
  position: absolute;
  width: 851px;
  height: 627px;
  background: url(../images/page/p109.png) no-repeat center / 100%;
  top: 63px;
  right: 0;
}
.contact-we .page1 .right-box .list-item {
  position: absolute;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.contact-we .page1 .right-box .list-item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(../images/icon/icon54.png) no-repeat center / 100%;
  top: 50%;
  left: -20px;
  margin-top: -9px;
}
.contact-we .page1 .right-box .list-item.act {
  color: #009040;
}
.contact-we .page1 .right-box .list-item.act::before {
  background: url(../images/icon/icon54-act.png) no-repeat center / 100%;
}
.contact-we .page1 .right-box .list-item.item-zb {
  top: 413px;
  left: 471px;
  color: #009040;
}
.contact-we .page1 .right-box .list-item.item-zb::before {
  width: 8px;
  height: 8px;
  background: #009040;
  border-radius: 50%;
  left: -10px;
  margin-top: -4px;
  z-index: 5;
}
.contact-we .page1 .right-box .list-item.item-zb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background: rgba(119, 229, 237, 0.5);
  -webkit-animation: scaleTo 2s linear infinite;
  -moz-animation: scaleTo 2s linear infinite;
  -o-animation: scaleTo 2s linear infinite;
  animation: scaleTo 2s linear infinite;
}
.contact-we .page1 .right-box .list-item.item-cq {
  top: 437px;
  left: 448px;
}
.contact-we .page1 .right-box .list-item.item-ez {
  top: 437px;
  left: 510px;
}
.contact-we .page1 .right-box .list-item.item-shenz {
  top: 532px;
  left: 526px;
}
.contact-we .page1 .right-box .list-item.item-zj {
  top: 420px;
  left: 640px;
}
.contact-we .page1 .right-box .list-item.item-sh {
  top: 380px;
  left: 653px;
}
.contact-we .page1 .right-box .list-item.item-sz {
  top: 530px;
  left: 563px;
}
.contact-we .page1 .right-box .list-item.item-qd {
  top: 310px;
  left: 572px;
}
.contact-we .page1 .right-box .list-item.item-tj {
  top: 265px;
  left: 577px;
}
.contact-we .page1 .right-box .list-item.item-cc {
  top: 162px;
  left: 645px;
}
.contact-we .page2 {
  margin-top: 3%;
}
.contact-we .page2 .left {
  width: 50%;
}
.contact-we .page2 .left .img-box {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.contact-we .page2 .left .img-box:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.contact-we .page2 .left .img-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-we .page2 .right {
  width: 50%;
  height: 396px;
  border-radius: 2px;
  padding-left: 10%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-we .page2 .right .title {
  font-size: 24px;
  color: #009040;
  margin-bottom: 25px;
  min-width: 425px;
}
.contact-we .page2 .right .text {
  font-size: 16px;
  padding-left: 27px;
  position: relative;
  margin-top: 15px;
  min-width: 425px;
}
.contact-we .page2 .right .text::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.contact-we .page2 .right .text.text1::before {
  background-image: url(../images/icon/icon58.png);
}
.contact-we .page2 .right .text.text2::before {
  background-image: url(../images/icon/icon56.png);
}
.contact-we .page2 .right .text.text3::before {
  background-image: url(../images/icon/icon57.png);
}
.contact-we .page3 {
  margin-top: 3%;
}
.contact-we .page3 .list-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-we .page3 .list-box .list-item {
  width: 48%;
  height: 188px;
  background-image: url(../images/page/p111.png);
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 62px 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  margin-left: 30px;
}
.contact-we .page3 .list-box .list-item:nth-child(2n-1) {
  margin-left: 0;
}
.contact-we .page3 .list-box .list-item .title {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  color: #333333;
}
.contact-we .page3 .list-box .list-item .title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(../images/icon/icon61.png) no-repeat center / 100%;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.contact-we .page3 .list-box .list-item .text {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.about-zg {
  background: #fff;
  min-width: 1200px;
  overflow: hidden;
}
.about-zg .con-title {
  font-size: 26px;
  color: #333333;
}
.about-zg .page1 .left {
  width: 50%;
  position: relative;
}
.about-zg .page1 .left .img-box {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}
.about-zg .page1 .left .img-box img {
  display: block;
  width: 100%;
}
.about-zg .page1 .left .list-box {
  padding: 0 55px 68px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,144,64, 0.7);
}
.about-zg .page1 .left .list-box .list-item {
  font-size:18px;
  color: #fff;
  font-weight: bold;
  margin-top: 68px;
  position: relative;
}
.about-zg .page1 .left .list-box .list-item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
  bottom: -37px;
}
.about-zg .page1 .left .list-box .list-item:nth-last-child(1)::after {
  display: none;
}
.about-zg .page1 .right {
  width:42%;
  padding-top: 3%;
}
.about-zg .page1 .right .title {
  font-size: 24px;
  color: #333333;
}
.about-zg .page1 .right .text {
  margin-top: 2%;
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.about-zg .page2 {
  margin-top: 3%;
}
.about-zg .page2 .left {
  width: 43%;
  padding-top: 150px;
}
.about-zg .page2 .left .title {
  font-size: 26px;
  color: #333333;
}
.about-zg .page2 .left .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
.about-zg .page2 .right {
  width: 50%;
  position: relative;
}
.about-zg .page2 .right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -30px;
  left: 0;
  background: #f9f9f9;
  border-radius: 2px;
  display:none
}
.about-zg .page2 .right .list-box {
  width: 90%;
  margin: 0 auto;
  /*display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;*/
  position: relative;
  z-index: 5;
}
.about-zg .page2 .right .list-box .list-item .img-box {
  width: 276px;
  height: 367px;
  border-radius: 2px;
  overflow: hidden;
}
.about-zg .page2 .right .list-box .list-item .img-box img {
  display: block;
  width: 100%;
}
.about-zg .page2 .right .list-box .list-item .name {
  font-size: 20px;
  color: #009040;
  text-align: center;
  margin-top: 20px;
  display:none
}
.about-zg .page2 .right .list-box .list-item .text {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.about-zg .page3 {
  margin-top: 5%;
}
.about-zg .page3 .w1400 {
  position: relative;
}
.about-zg .page3 .w1400::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 825px;
  background: url(../images/page/p98.png) no-repeat center / 100%;
  top: -190px;
  left: 0;
  z-index: 2;
  display:none
}
.about-zg .page3 .left {
  position: relative;
  width: 50%;
  height: 430px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  z-index: 5;
}
.about-zg .page3 .left .img-box {
  width: 100%;
}
.about-zg .page3 .left .img-box img {
  width: 100%;
}
.about-zg .page3 .right {
  width: 42%;
  padding-top: 130px;
}
.about-zg .page3 .right .title {
  font-size: 26px;
  color: #333333;
}
.about-zg .page3 .right .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
.about-zg .page4 {
  margin-top: 3%;
}
.about-zg .page4 .left {
  width: 43%;
  padding-top: 95px;
}
.about-zg .page4 .left .title {
  font-size: 26px;
  color: #333333;
}
.about-zg .page4 .left .text {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
.about-zg .page4 .right-list {
  width: 45%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-zg .page4 .right-list .list-item {
  width: 100%;
  border-radius: 2px;
}
.about-zg .page4 .right-list .list-item img {
  display: block;
  width: 100%;
}
.about-zg .page5 {
  margin-top: 3%;
  padding-bottom: 3%;
}
.about-zg .page5 .list-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-zg .page5 .list-box .list-item {
  width: 31.5%;
  height: 386px;
  position: relative;
  border-radius: 2px;
}
.about-zg .page5 .list-box .list-item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-zg .page5 .list-box .list-item .img-box img {
  display: block;
  width: 100%;
}
.about-zg .page5 .list-box .list-item .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(78, 145, 167, 0.1);
  padding: 40px 35px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-zg .page5 .list-box .list-item .text-box .icon {
  display: block;
  width: 58px;
  height: 54px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.about-zg .page5 .list-box .list-item .text-box .title {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.about-zg .page5 .list-box .list-item .text-box .text-list {
  margin-top: 15px;
  color: #fff;
}
.about-zg .page5 .list-box .list-item .text-box .text-list .item {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-zg .page5 .list-box .list-item .text-box .text-list .item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  top: 14px;
  left: 0;
}
.about-zg .page5 .list-box .list-item.list-item1 .text-box .icon {
  background-image: url(../images/icon/icon39.png);
}
.about-zg .page5 .list-box .list-item.list-item2 .text-box .icon {
  background-image: url(../images/icon/icon40.png);
}
.about-zg .page5 .list-box .list-item.list-item3 .text-box .icon {
  background-image: url(../images/icon/icon41.png);
}
.about-zg .page6 {
  padding:3% 0;
  background: #f9f9f9;
  /* height: 662px; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-zg .page6 .swiper-box {
  position: relative;
  margin-top: 3%;
  padding-bottom: 34px;
}
.about-zg .page6 .swiper-box .swiper-box1 {
  width: 620px;
  border-radius: 2px;background:#fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.about-zg .page6 .swiper-box .swiper-box1 .btn{display:none;}
.about-zg .page6 .swiper-box .swiper-box1 .imgbox{padding-top: 349px;}
.about-zg .page6 .swiper-box .swiper-box2 {
  position: absolute;
  width: 1300px;
  height: 100%;
  top: 30px;
  left: 300px;
  z-index: 3;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-container {
  width: 100%;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide {
  height: 297px;width:33.333%;cursor:pointer;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide:nth-last-child(1) .line::after {
  display: none;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .text-box {
  height: 122px;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .text-box .month {
  font-size: 20px;
  color: #009040;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .text-box .details {
  max-height:42px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  margin-top: 6px;
  margin-right: 24px;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.active-nav .line .circula,.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.swiper-slide-active .line .circula {
  background: #009040;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.active-nav .line::after,.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.swiper-slide-active .line::after {
  border-bottom: 1px solid #009040;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.active-nav .year,.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide.swiper-slide-active .year {
  color: #009040;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .line {
  display: block;
  width: 100%;
  height: 23px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 10px auto 20px;
  position: relative;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .line .circula {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #c1c1c1;
  position: relative;
  z-index: 5;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .line .circula::before {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #c1c1c1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .year {
  height: 122px;
  font-size: 48px;
  color: #999999;
}
.about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .year i {
  font-style: italic;
}
.about-zg .page6 .swiper-box .btn {
  top: auto;
  bottom: 25px;
}
.about-zg .page6 .swiper-box .btn::after {
  font-size: 20px;
  color: #333333;
}
.about-zg .page6 .swiper-box .btn:hover:after {
  color: #009040;
}
.about-zg .page6 .swiper-box .swiper-button-next {
  right: 0;
}
.about-zg .page6 .swiper-box .swiper-button-prev {
  left: auto;
  right: 77px;
}
.about-zg .page6 .swiper-box::after {display:none;
  content: "";
  position: absolute;
  width: 0;
  height: 25px;
  border-left: 2px solid #909090;
  bottom: 9px;
  right: 47px;
}
.about-zg .page7 {
  width: 100%;
  background: url(../images/page/p104.png) no-repeat center bottom;
  padding: 3% 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
}
.about-zg .page7 .page7-con {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3%;
  padding:3% 0;
}
.about-zg .page7 .page7-con .tit {
  font-size: 22px;
  color: #009040;
  text-align: center;
  margin-top:5px;
}
.about-zg .page7 .page7-con .list-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 65px;
}
.about-zg .page7 .page7-con .list-box .list-item {
  min-width: 130px;
  text-align: center;
}
.about-zg .page7 .page7-con .list-box .list-item .icon {
  display: block;
  width: 55px;
  height: 43px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
}
.about-zg .page7 .page7-con .list-box .list-item .number {
  font-size:40px;
  color: #009040;
  margin: 5px auto 0;
  font-weight: bold;
}
.about-zg .page7 .page7-con .list-box .list-item .text {
  font-size: 18px;
  color: #666666;
}
.about-zg .page7 .page7-con .list-box .list-item:nth-child(1) .icon {
  background-image: url(../images/icon/icon42.png);
}
.about-zg .page7 .page7-con .list-box .list-item:nth-child(2) .icon {
  background-image: url(../images/icon/icon43.png);
}
.about-zg .page7 .page7-con .list-box .list-item:nth-child(3) .icon {
  background-image: url(../images/icon/icon44.png);
}
.about-zg .page7 .page7-con .list-box .list-item:nth-child(4) .icon {
  background-image: url(../images/icon/icon45.png);
}
.about-zg .page8 {
  background: #fff;
  padding: 0 0 3%;
}
.about-zg .page8 .page8-con {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:2%;
}
.about-zg .page8 .page8-con .left {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 385px;
  height: 732px;
  background: url(../images/page/p105.png) no-repeat center / 100%;
}
.about-zg .page8 .page8-con .center-list {
  width: 365px;
  height: 337px;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.about-zg .page8 .page8-con .center-list::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.about-zg .page8 .page8-con .center-list::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #ebebeb;
}
.about-zg .page8 .page8-con .center-list::-webkit-scrollbar-thumb {
  background-color: #009040;
}
.about-zg .page8 .page8-con .center-list .list-item {
  margin-top: 40px;
}
.about-zg .page8 .page8-con .center-list .list-item a{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.about-zg .page8 .page8-con .center-list .list-item a {font-size: 15px;}
.about-zg .page8 .page8-con .center-list .list-item.act .line {width: 114px;}
.about-zg .page8 .page8-con .center-list .list-item .img {display: none;width: 70%;margin:5px auto;}
.about-zg .page8 .page8-con .center-list .list-item .img img{width: 100%;}
.about-zg .page8 .page8-con .center-list .list-item.on .img {display: block;}
.about-zg .page8 .page8-con .center-list .list-item:nth-child(1) {
  margin-top: 0;
}
.about-zg .page8 .page8-con .center-list .list-item .line {
  margin: 0 15px;
  width: 0;
  border-bottom: 1px solid #c1c0c0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
.about-zg .page8 .page8-con .center-list .list-item:hover .text {
  color: #009040;
}
.about-zg .page8 .page8-con .center-list .list-item:hover .line {
  width: 114px;
}
.about-zg .page8 .page8-con .center-list .list-item.act .text {
  color: #009040;
}
.about-zg .page8 .page8-con .center-list .list-item.act .line {
  width: 114px;
}
.about-zg .page8 .page8-con .right {
  max-width: 449px;
  padding: 20px;
  border: 1px solid #ccc;
}
.about-zg .page8 .page8-con .right img {
  display: none;
  max-width: 100%;
  max-height: 458px;
}
.about-zg .page8 .page8-con .right img:nth-child(1) {
  display: inline;
}
.about-zg .page9 {
  padding:3% 0;
  background: #f9f9f9;
}
.about-zg .page9 .list-box {
  margin-top: 2%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-zg .page9 .list-box .list-item {
  width: 30%;
  height: 155px;
  padding: 0 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-zg .page9 .list-box .list-item:hover {
  background: #009040;
}
.about-zg .page9 .list-box .list-item:hover .text-box .tit {
  color: #fff;
}
.about-zg .page9 .list-box .list-item:hover .text-box .text {
  color: rgba(255, 255, 255, 0.5);
}
.about-zg .page9 .list-box .list-item .icon {
  width: 61px;
  height: 61px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.about-zg .page9 .list-box .list-item .text-box {
  margin-left: 15px;
}
.about-zg .page9 .list-box .list-item .text-box .tit {
  font-size: 18px;
  color: #009040;
}
.about-zg .page9 .list-box .list-item .text-box .text {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.about-zg .page9 .list-box .list-item.list-item1 .icon {
  /*background-image: url(../images/icon/icon46.png);*/
}
.about-zg .page9 .list-box .list-item.list-item1 .icon .img2{display:none}
.about-zg .page9 .list-box .list-item.list-item1:hover .icon {
  background-image: url(../images/icon/icon46-act.png);
}
.about-zg .page9 .list-box .list-item.list-item1:hover .icon img{display:none}
.about-zg .page9 .list-box .list-item.list-item1:hover .icon .img2{display:inline-block}
.about-zg .page9 .list-box .list-item.list-item2 .icon {
  background-image: url(../images/icon/icon47.png);
}
.about-zg .page9 .list-box .list-item.list-item2:hover .icon {
  background-image: url(../images/icon/icon47-act.png);
}
.about-zg .page9 .list-box .list-item.list-item3 .icon {
  background-image: url(../images/icon/icon48.png);
}
.about-zg .page9 .list-box .list-item.list-item3:hover .icon {
  background-image: url(../images/icon/icon48-act.png);
}
.about-zg .page9 .swiper-box {
  margin-top: 80px;
  position: relative;
}
.about-zg .page9 .swiper-box .swiper-slide .icon {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 46px;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.about-zg .page9 .swiper-box .swiper-slide .tit {
  font-size: 18px;
  color: #009040;
  text-align: center;
  margin-top: 15px;
}
.about-zg .page9 .swiper-box .swiper-slide .text {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
  text-align: center;
}
.about-zg .page9 .swiper-box .swiper-slide.slide1 .icon {
  background-image: url(../images/icon/icon49.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide2 .icon {
  background-image: url(../images/icon/icon50.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide3 .icon {
  background-image: url(../images/icon/icon51.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide4 .icon {
  background-image: url(../images/icon/icon52.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide5 .icon {
  background-image: url(../images/icon/icon53.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide6 .icon {
  background-image: url(../images/icon/icon62.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide7 .icon {
  background-image: url(../images/icon/icon63.png);
}
.about-zg .page9 .swiper-box .swiper-slide.slide8 .icon {
  background-image: url(../images/icon/icon64.png);
}
.about-zg .page9 .swiper-box .btn {
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background-color: #fff;
  background-size:23%;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: -39px;font-size:0;color:transparent;
  background-repeat:no-repeat;background-position:center center;background-size:25px;
}
.about-zg .page9 .swiper-box .btn:hover {
  background-color: #009040;
}
.about-zg .page9 .swiper-box .btn:hover::after {
  color: #fff;
}
.about-zg .page9 .swiper-box .btn::after {
  display: inline-block;
  font-size: 25px;
  color: #009040;font-size:0;color:transparent;
}
.about-zg .page9 .swiper-box .btn.swiper-button-next {
  right: -40px;background-image:url(../images/addnext.png)
}
.about-zg .page9 .swiper-box .btn.swiper-button-next:hover{background-image:url(../images/addnext-w.png);}
.about-zg .page9 .swiper-box .btn.swiper-button-prev {
  left: -40px;background-image:url(../images/addprev.png)
}
.about-zg .page9 .swiper-box .btn.swiper-button-prev:hover{background-image:url(../images/addprev-w.png);}
.about-zg .page10 {
  margin-top: 3%;
}
.about-zg .page10 .title {
  font-size: 26px;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-bottom: 32px;
}
.about-zg .page10 .text {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 60px;
}
.about-zg .page10 .imgs {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .join-we .page1 .list-box .list-item {
    width: 365px;
  }
}

@media(max-width:1024px){
  .about-zg{min-width: auto;}
  .about-zg .page1 .left,.about-zg .page2 .left,.about-zg .page2 .right,.about-zg .page3 .left,.about-zg .page3 .right,.about-zg .page4 .right-list,.about-zg .page4 .left,.about-zg .page10 .imgs,.about-zg .page6 .swiper-box .swiper-box1{width: 100%;float: none;}
  .about-zg .page6 .swiper-box .swiper-box2 .swiper-slide {height: 228px;}
  .about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .text-box {height: 88px;}
  .about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .text-box .details {font-size: 14px;}
  .page6 .swiper-box1 img{width: 100%;display: block;}
  .about-zg .page1 .left .list-box{position: static;top: auto;transform:none;right: auto;display: flex;justify-content: space-between;padding:5% 3%;}
  .about-zg .page1 .left .list-box .list-item{font-size: 15px;margin-top: 0;}
  .about-zg .page1 .left .list-box .list-item::after{display: none;}
  .about-zg .page1 .right{width: 100%;}
  .about-zg .page1 .right .title,.about-zg .page4 .left .title,.about-zg .page10 .title,.about-zg .page7 .page7-con .list-box .list-item .number{font-size: 16px;line-height: 24px;}
  .about-zg .page7 .page7-con .list-box .list-item{padding-bottom: 20px;}
  .about-zg .page1 .right .text{margin-top: 15px !important;font-size: 15px;}
  .about-zg .page2 .left{padding-top: 3%;}
  .about-zg .page2 .left .title,.about-zg .page3 .right .title,.about-zg .con-title,.about-zg .con-title,.about-zg .page2 .right .list-box .list-item .name,.about-zg .page7 .page7-con .tit{font-size: 16px;line-height: 24px;}
  .about-zg .page2 .left .text,.about-zg .page3 .right .text,.about-zg .page4 .left .text,.about-zg .page10 .text{font-size: 15px;line-height: 28px;margin-top: 15px;}
  .about-zg .page3 .left{height: auto;}
  .about-zg .page3 .right,.about-zg .page4 .left{padding-top: 4%;}
  .about-zg .page10 .title{margin-bottom: 15px;}
  .about-zg .page10 .text{margin-bottom: 15px;}
  .about-zg .page5 .list-box .list-item{width: 100%;height: auto;}
  .about-zg .page5 .list-box{display: block;}
  .about-zg .page6 .swiper-box .swiper-box2{position: static;width: 100%;top: auto;left: auto;margin-top: 15px;}
  .about-zg .page6 .swiper-box{padding-bottom: 3%;}
  .about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .year i{font-style: normal;}
  .about-zg .page6 .swiper-box .swiper-box2 .swiper-slide .year{font-size: 16px;height: auto;}
  .about-zg .page7 .page7-con .list-box .list-item .text{font-size: 14px;}
  .about-zg .page7 .page7-con{padding: 12px;}
  .about-zg .page7 .page7-con .list-box{flex-wrap: wrap;margin-top: 6.5%;}
  .about-zg .page8 .page8-con .left{display: none;}
  .about-zg .page8 .page8-con .center-list,.about-zg .page8 .page8-con .right,.about-zg .page9 .list-box .list-item{width: 100%;}
  .about-zg .page8 .page8-con,.about-zg .page9 .list-box{display: block;}
  .about-zg .page8 .page8-con .center-list{height: auto;}
  .about-zg .page8 .page8-con .center-list .list-item{font-size: 16px;margin:10px 0}
  .about-zg .page9 .list-box .list-item{height: auto;padding: 15px;}
  .about-zg .page9 .list-box .list-item{justify-content: flex-start;margin-top: 20px;}
  .about-zg .page9 .list-box .list-item .icon{width: 50px;height: 50px;background-size: contain;}
  .about-zg .page9 .list-box .list-item .text-box{width: 85%;}
  .about-zg .page9 .list-box .list-item .text-box .tit,.about-zg .page9 .swiper-box .swiper-slide .tit{font-size: 16px;}
  .about-zg .page9 .list-box .list-item .text-box .text,.about-zg .page9 .swiper-box .swiper-slide .text{font-size: 14px;}
  .about-zg .page5 .list-box .list-item .text-box .icon {width: 47px;height: 37px;}
  .about-zg .page5 .list-box .list-item .text-box .title{font-size: 16px;margin-top: 10px;}
  .about-zg .page5 .list-box .list-item .text-box .text-list{font-size: 14px;margin-top: 10px;}
  .about-zg .page5 .list-box .list-item .img-box img{height: 235px;}
  .about-zg .page8 .page8-con .right{display: none;}
}

@media(max-width:1024px){
  .contact-we .page1 .title,.contact-we .page1 .left-box .title-box,.contact-we .page2 .right .title,.contact-we .page3 .list-box .list-item .title,.conment-title{font-size: 16px;}
  .contact-we .page1 .left-box,.contact-we .page1 .right-box{width: 100%;position: static;top: auto;left: auto;}
  .contact-we .page1 .right-box{display: none;}
  .contact-we .page1 .left-box .text-box{padding: 4%;}
  .contact-we .page1 .left-box .text-box .titl{font-size: 16px;}
  .contact-we .page1 .left-box .text-box .text{font-size: 15px;}
  .contact-we .page1{height: auto;}
  .about-zg .page8 .page8-con .center-list .list-item.act .line {width: 20px;}
  .contact-we .page1 .left-box .title-box{height: 50px;line-height: 50px;}
  .contact-we .page2 .left,.contact-we .page2 .right,.join-we .page2 .swiper-slide{width: 100%;}
  .contact-we .page2 .right{height: auto;padding:4%;}
  .contact-we .page2 .right .title{min-width: auto;}
  .contact-we .page2 .right .title{margin-bottom: 0;}
  .contact-we .page3 .list-box .list-item{width: 100%;height: auto;padding: 15px;}
  .contact-we .page3 .list-box .list-item{margin-left: 0;}
  .contact-we .page2 .right .text{min-width: auto;font-size: 15px;}
  .contact-we .page1 .left-box{margin-top: 15px;}
  .join-we .page1 .list-box .list-item{width: 100%;height: auto;margin-left: 0;padding-bottom: 3%;}
  .join-we .page1 .list-box .list-item .item-top .con-box{padding: 3% 0;}
  .join-we .page1 .list-box .list-item .item-bottom,.join-we .page1 .list-box .list-item .item-top,.join-we .page2 .swiper-slide .img-box{height: auto;}
  .join-we .page1 .list-box .list-item .item-top{padding-bottom: 3%;}
  .join-we .page1 .list-box .list-item{margin-top: 15px;}
  .join-we .page2 .swiper-box .swiper-button-next, .join-we .page2 .swiper-box .swiper-button-prev{width: 50px;height: 50px;}
  .join-we{padding-bottom: 4%;}
  .join-we .page3 .list-box .list-item .right{margin-left: 0;}
  .about-zg .page9 .swiper-box{margin: 30px 0 20px;}

  .about-zg .page3 .w1400::before{display: none;}
  .contact-we .page1 .left-box .title-box{padding: 0;}
  .contact-we .page1 .left-box .title-box{height: auto;}
  .contact-we .page1 .left-box .title-box span{display:block;padding: 0 0 0 25px;display: none;}
  .contact-we .page1 .left-box .title-box .list-box{position: static;max-height:none !important;display: block;}
  .contact-we .page1 .left-box .title-box.on .list-box{display: block;}
  .contact-we .page1 .left-box .title-box .list-box .list-item{font-size: 16px;height: 38px;line-height: 38px;width: 25%;float: left;text-align: center;}
  .contact-we .page1 .left-box .title-box .list-box .list-item.on{color:#fff;background:#009040;}
  .contact-we .page1 .left-box .title-box .icon{display: none;}

  .contact-we .page3 .list-box .list-item .text {margin-top:15px;}

  .join-we .page2 .swiper-box .swiper-button-prev {left: 10px;}
  .join-we .page2 .swiper-box .swiper-button-next {right: 10px;}
  .w1400{visibility: visible; animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;}

  .about-zg .page6 .swiper-box .swiper-box1 .imgbox{padding-top: 64%;}
  .about-zg .page6 .swiper-box .btn{background-size:50%;}

}


.Map002793{padding-top: 1%;}
.Map002793 .box{ position: relative;}
.Map002793 .box img{ display: block; width: 100%;}
.Map002793 .con{ position: absolute; left: 0; top: 0; width: 100%; max-height: 100%; overflow: auto; color: #fff; padding: 5%;}
.Map002793 .con h2{ margin: 0; font-size: 36px; line-height: normal;}
.Map002793 .con h2 span{ display: block; font-size: 14px; font-weight: normal; margin: 1.5% 0;}
.Map002793 .con h2:after,
.Map002793 .con .txt:after{ content: ''; display: block; width: 60px; height: 1px; background: #fff; margin-bottom: 1.5%;}
.Map002793 .con .txt{ max-width: 1006px; line-height: 30px; overflow: hidden;}
.Map002793 .con ul{ display: table; width: 80%; float: left;}
.Map002793 .con li{ display: table-row;}
/* .Map002793 .con li span{ display: table-cell;} */
.Map002793 .con ul:nth-child(2) li span:first-child{ width: 120px;}
.Map002793 .con .txt:after{  margin: 3% 0 4%;}
.Map002793 .con .more{ width: 140px; line-height: 36px; text-align: center; background: rgba(255,255,255,0.5); color: #595656; display: block;}
.Map002793 .con .more:before{ content: ''; display: inline-block; width: 15px; height: 15px; background: url("../images/Map002793-icon.png") no-repeat center; vertical-align: middle; margin-right: 5px;}
.Map002793 .tab_span li{ float: left; color: #888888; background: #f5f5f5; text-transform: uppercase; width: 115px; padding:20px 0 15px 15px; margin-right: 1.25%; margin-top: 25px; cursor: pointer;}
.Map002793 .tab_span b{ display: block; font-size: 24px; color: #555;}
.Map002793 .tab_span li:last-child{ margin-right: 0;}
.Map002793 .tab_span li.on{ background: #595656; color: #a7a7a7; position: relative;}
.Map002793 .tab_span li.on b{ color: #fff;}
.Map002793 .tab_span li.on:before{ content: '';position: absolute;left: 50%;transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform:rotate translateX(-50%);-o-transform:rotate translateX(-50%);border: 10px solid transparent;border-bottom-color: #595656;bottom: 100%;}
@media(max-width:1000px){

    .Map002793 .tab_span{ display: none;}
    .Map002793 .box{ display: block!important; margin-bottom: 2%;}
    .Map002793 .con ul{width: 100%; float: none;}
}
@media(max-width:640px){
    .Map002793 .con{ position: static; color: #555;}
    .Map002793 .con h2{ font-size: 20px;}
    .Map002793 .con li span{ min-width: 80px;}
    .Map002793 .con .more{background:#ddd;}
}


