@-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);
  }
}
.header {
  z-index: 999;
  position: relative;
  background-color: #ffffff;
}
.header .nav-pc {
  position: relative;
  z-index: inherit;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
.header .nav-pc .navbar-logo img {
  max-height: 86px;
  max-width: 100%;
}
.header .nav-pc .nav-tel {
  font-size: 28px;
}
.header .nav-pc .nav-tel .iconfont {
  font-size: 28px;
}
.header .nav-pc2 {
  width: 100%;
  z-index: initial;
  background-color: #ffffff;
  height: 47px;
  position: relative;
  box-shadow: 0 2px 2px #eeeeee;
}
.header .nav-pc2 .nav {
  position: relative;
  z-index: inherit;
  font-size: 18px;
  z-index: 999;
  background-color: #fff;
}
.header .nav-pc2 .nav > li {
  position: relative;
  max-width: 162px;
}
.header .nav-pc2 .nav > li > a {
  padding: 8px 45px;
}
.header .nav-pc2 .nav > li::before {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
}
.header .nav-pc2 .nav > li.active::before,
.header .nav-pc2 .nav > li:hover::before {
  background-color: #1963ce;
}
.header .nav-pc2 .nav-box {
  display: none;
  z-index: 999;
}
.header .nav-pc2 .nav-box > li > a {
  padding: 5px 0;
}
.header .nav-pc2 .nav > li:hover .nav-box {
  display: block;
}
.header .nav-mobile {
  display: none;
  width: 100%;
}
.header .nav-mobile .navbar-logo {
  width: 57%;
}
.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: #1963ce;
  left: 0;
  top: 0;
}
.banner .banner-bullet-active {
  border: 1px #1963ce solid;
}
.banner .banner-bullet-active .speed {
  width: 100%;
  -webkit-transition: width 3.5s linear;
  transition: width 3.5s linear;
}
.banner .banner-active {
  border: 1px #1963ce solid;
}
.banner .banner-active .speed {
  width: 100%;
}
.banner .banner-page {
  bottom: 30%;
  left: 17%;
  text-align: left;
}
.banner 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: #1963ce;
}
.submenu .news-box {
  padding: 0 20px;
}
.submenu.show {
  top: 0;
  opacity: 1;
}
.footer {
  background: url("../images/footer-bg.png") no-repeat;
  background-color: #333333;
}
.footer .left,
.footer .right {
  padding: 35px 0;
}
.footer .left .logo2 {
  width: 90%;
  max-width: 90%;
}
.footer .left .hline {
  width: 90%;
  height: 2px;
  margin-top: 20px;
  background-color: #797979;
}
.footer .left .title {
  color: #aaaaaa;
}

.footer .grid .left .color-white {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

.footer .left .tel {
  font-size: 36px;
}
.footer .left .code-box {
  /* margin-top: 32px; */
  margin-top: 55px;
  width: 110px;
}

.footer .left .code-box img {
  width: 100%;
}
.footer .left .code-box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #ffffff;
}
.footer .right {
  color: #ffffff;
  background-color: #333333;
  padding-bottom: 0;
  position: relative;
}
.footer .right .nav > li > a {
  color: #ffffff;
  padding-left: 36px;
  padding-right: 36px;
}
.footer .right .nav > li:last-child a {
  padding-right: 0;
}
.footer .right .contact {
  margin-top: 110px;
}
.footer .right .item {
  text-align: center;
}
.footer .right .item .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px #999999 solid;
}
.footer .right .item .icon .iconfont {
  display: inline-block;
  font-size: 40px;
  color: #999999;
}
.footer .right .item .icon:hover .iconfont {
  -webkit-animation: shake2 1s;
          animation: shake2 1s;
}
.footer .right .item .title {
  margin-top: 14px;
  font-size: 14px;
}
.footer .right .item .i-info {
  margin-top: 20px;
  font-size: 14px;
}
.footer .copyright {
  position: absolute;
  bottom: 0;
  height: 55px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 55px;
  color: #aaaaaa;
}
.footer .copyright a {
  color: inherit !important;
}
#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: #1963ce;
}
.choice .option.active a {
  color: inherit;
}
.choice .option.active::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 30%;
  height: 3px;
  background-color: #1963ce;
  -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: #1963ce;
  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: -189px;
}
.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;
}
@media (min-width: 1601px) {
  .footer .right .item .i-info {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .footer .right .item .i-info {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
  }
  .header .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .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 .right .contact {
    margin-top: 0px;
  }
  .footer .left .code-box {
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer .right .item {
    margin: 10px 0;
  }
  .footer .right {
    background: none;
  }
  .footer {
    background-size: 100% auto;
  }
}
@media (max-width: 760px) {
  .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;
  }
}
@media (min-width: 760px) {
  .choice .swiper-wrapper {
    display: block;
  }
}
