@-webkit-keyframes shake2 {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@keyframes shake2 {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.tip-wrap {
  height: 30px;
  background-color: #fecc64;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.header {
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  height: 80px;
}
.header .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: inherit;
}
.header .nav-pc {
  height: inherit;
  box-shadow: 0 0 2px #eeeeee;
}
.header .nav-pc .menu-item {
  height: 100%;
  line-height: 50px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: inherit;
  position: relative;
  /* margin: 0 5px; */
}
.header .nav-pc .menu-item:hover,
.header .nav-pc .menu-item.active {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.header .nav-pc .menu-item.active .web-home::after {
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  width: 60px;
}
.header .nav-pc .home,
.header .nav-pc .web-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 300px;
          perspective: 300px;
  line-height: 80px;
}
.header .nav-pc .home {
  z-index: 11;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
}
.header .nav-pc .web-home {
  -webkit-transform: translateY(25px) rotateX(-90deg);
          transform: translateY(25px) rotateX(-90deg);
  color: #10a155;
}
.header .nav-pc .web-home::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 0;
  height: 2px;
  width: 0px;
  background-color: #10a155;
  display: block;
  content: "";
}
.header .nav-pc .web-home img {
  padding: 0 8px;
}
.header .nav-pc .tel {
  white-space: nowrap;
  line-height: 80px;
}
.header .nav-pc .tel .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px #10a155 solid;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.header .nav-pc .tel .icon .iconfont {
  font-size: 25px;
}
.header .nav-pc .logo {
  position: relative;
}
.header .nav-pc .logo .logo-box {
  position: absolute;
  width: 80%;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.header .nav-pc .logo .logo-img {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 114.73684211%;
}
.header .nav-pc .logo .logo-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header .nav-mobile {
  display: none;
  width: 100%;
}
.header .nav-mobile .navbar-logo {
  width: auto;
}
.header .nav-mobile .mobile-logo {
  max-width: 100%;
  max-height: 100%;
}
.header .navbar-body {
  background-color: #ffffff !important;
}
.banner .banner-bullet {
  display: inline-block;
  width: 100px;
  height: 10px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  border: 1px #aaaaaa solid;
}
.banner .speed {
  width: 0;
  position: absolute;
  height: 100%;
  background-color: #10a155;
  left: 0;
  top: 0;
}
.banner .banner-bullet-active {
  border: 1px #10a155 solid;
}
.banner .banner-bullet-active .speed {
  width: 100%;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.banner .banner-active {
  border: 1px #10a155 solid;
}
.banner .banner-active .speed {
  width: 100%;
}
.banner .banner-page {
  bottom: 30%;
  left: 17%;
  text-align: left;
}
.banner-html5zoo {
  /*overflow:hidden;*/
}
.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../images/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-nav {
  text-align: center;
}
.banner-html5zoo .html5zoo-bullet-span {
  width: 1em !important;
  height: 2px !important;
  float: none !important;
  display: inline-block;
  background: #fff !important;
  opacity: 0.5;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px !important;
  vertical-align: middle;
}
.banner-html5zoo .html5zoo-bullet-span.active {
  width: 1em !important;
  height: 1em !important;
  border: 2px solid #fff;
  background: none !important;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.html5zoo-timer-0 {
  display: none !important;
}
.html5zoo-slides > li img {
  width: 100%;
  height: auto;
}
.nav-wrap {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 2;
}
.submenu {
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #f8f8f8;
  z-index: 2;
  padding: 30px 0;
  top: -350px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.submenu .about-box {
  padding: 0 20px;
}
.submenu .about-box:hover .bg-box {
  height: 100%;
}
.submenu .about-box:hover .p {
  opacity: 1;
}
.submenu .about-box .p {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.submenu .bg-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.submenu .pro-box .box {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 1px #f8f8f8 solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-around;
          align-content: space-around;
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}
.submenu .pro-box .box .img-box {
  width: 100%;
  margin-top: 16px;
}
.submenu .pro-box .box img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.submenu .pro-box .box p {
  color: #aaaaaa;
}
.submenu .pro-box .box .img2 {
  display: none;
}
.submenu .pro-box .box:hover {
  border: 1px transparent solid;
}
.submenu .pro-box .box:hover .img1 {
  display: none;
}
.submenu .pro-box .box:hover .img2 {
  display: block;
}
.submenu .pro-box .box:hover p {
  color: #10a155;
}
.submenu .news-box {
  padding: 0 20px;
}
.submenu.show {
  top: 0;
  opacity: 1;
}
.footer {
  padding-bottom: 25px;
  background: url("../images/footer-bg.png") no-repeat;
}
.footer .logo {
  padding-top: 10px;
}
.footer .logo-t {
  margin-top: 10px;
}
.footer .logo-t img {
  max-width: 100%;
}
.footer .contact {
  margin-top: 50px;
}
.footer .contact .item {
  text-align: center;
  margin-bottom: 30px;
}
.footer .contact .item .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.footer .contact .item .icon .iconfont {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.footer .contact .item .icon:hover .iconfont {
  -webkit-animation: shake2 1s;
          animation: shake2 1s;
}
.footer .contact .item .title {
  margin-top: 14px;
  font-size: 14px;
}
.footer .contact .item .i-info {
  font-size: 16px;
}
.footer .contact .item .i-info.dizhi b {
  display: block;
}
.footer .code {
  margin-top: 50px;
}
.copyright {
  background-color: #000000;
  color: #aaaaaa;
  font-size: 12px;
}
.copyright .grid {
  position: relative;
}
.copyright .left {
  text-align: center;
}
.copyright .right {
  position: absolute;
  right: 0;
  text-align: right;
}
#choice {
  height: 70px;
  margin-top: -70px;
  opacity: 0;
}
.choice {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  text-align: center;
  line-height: 60px;
}
.choice .option {
  display: inline-block;
  padding: 0 35px;
  font-size: 20px;
  position: relative;
  letter-spacing: 3px;
}
.choice .option.active {
  color: #10a155;
}
.choice .option.active a {
  color: inherit;
}
.choice .option.active::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 30%;
  height: 3px;
  background-color: #10a155;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 56px;
}
.choice .swiper-slide {
  width: auto;
}
.i-tishi {
  width: 500px;
  max-width: 90%;
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.i-tishi .alert {
  margin-top: 10px;
}
@-webkit-keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
@keyframes huiding {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
}
.gongju {
  position: fixed;
  right: 20px;
  bottom: 150px;
  height: auto;
  z-index: 999;
}
.gongju > ul > li {
  margin: 7px 0;
  width: 100%;
}
.gongju > ul > li::after {
  display: block;
  content: "";
  clear: both;
}
.gongju > ul > li > a {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #10a155;
  position: relative;
  border-radius: 50%;
}
.gongju > ul > li > a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45%;
}
.gongju > ul > li > a img.wx {
  width: 55%;
}
.gongju > ul > li > a#top:hover img {
  -webkit-animation: huiding 5s;
          animation: huiding 5s;
}
.gongju .popove {
  display: none;
  color: #111111 !important;
}
.gongju .popove .popove-body {
  text-align: center;
}
.gongju .popove img {
  width: 100%;
}
.gongju .popove.tel {
  top: -9px;
  left: -185px;
}
.gongju .popove.tel p {
  text-align: left;
}
.gongju .popove.tel p:not(:nth-child(1)) {
  padding-top: 6px;
}
.gongju .popove.code {
  top: 0px;
  left: -170px;
  width: 150px;
}
.right_nav {
  right: 0;
  bottom: 100px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}
.right_nav li {
  background: #10a155;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -88px;
}
.right_nav li .iconBox {
  height: 30px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.right_nav li img {
  width: 30px;
  height: auto;
}
.right_nav li h4 {
  color: #fff;
  font-size: 14px !important;
  margin: 2px 0 !important;
  margin-left: 15px !important;
}
.right_nav li:hover {
  background: #00d163;
}
.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}
.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #10a155;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb img {
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #10a155;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}
@media (min-width: 1632px) {
  .header .nav-pc .logo .logo-box {
    width: 70%;
  }
}
@media (max-width: 1632px) {
  .header .nav-pc .web-home img {
    padding: 0 3px;
    width: 20px;
  }
}
@media (max-width: 992px) {
  .footer {
    background-size: auto 100%;
  }
  .footer .copyright {
    height: auto;
    line-height: unset;
  }
  .footer .copyright .x12 {
    line-height: 25px;
    text-align: center;
  }
  .banner {
    padding-top: 88px;
  }
  .footer .copyright {
    position: static;
  }
  .footer .po {
    position: relative;
  }
  .footer .po .s-vertical-center {
    position: relative;
  }
  .header {
    position: fixed;
    width: 100%;
    height: auto;
  }
  .header .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .banner {
    padding-top: 50px;
  }
  .tip-wrap {
    position: fixed;
    display: none;
  }
}
@media (max-width: 760px) {
  .tip-wrap {
    display: none;
  }
  .choice .option {
    padding: 0 8px;
  }
  .choice .option.active::after {
    top: 54px;
  }
  .banner .banner-page {
    bottom: 0;
    left: auto;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .banner {
    padding-top: 50px;
  }
  .footer .right {
    background: none;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .footer .right .item .i-info {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer .left {
    padding-bottom: 0;
  }
  .footer {
    background-size: auto 100%;
  }
  .footer .left .tel {
    font-size: 30px;
    margin-top: 10px !important;
  }
  .copyright .right {
    position: static;
    text-align: center;
  }
  .footer .contact {
    margin-top: 20px;
  }
  .footer .contact .item {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .code {
    margin-top: 1rem;
  }
  .bannerPc {
    overflow: hidden;
  }
}
@media (min-width: 760px) {
  .choice .swiper-wrapper {
    display: block;
  }
}
