html,
body {
  font-size: 16px;
}
@media (max-width: 1631px) {
  html,
  body {
    font-size: 14.15929204px;
  }
}
@media (max-width: 760px) {
  html,
  body {
    font-size: 13.33333333px;
  }
}
@-webkit-keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}
@-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);
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  html,
  body {
    width: 1200px;
  }
  .header .mid > ul > li {
    padding: 0 0.8rem !important;
    position: relative;
    letter-spacing: 0 !important;
  }
  .container2 {
    width: 1200px !important;
  }
}
@media (min-width: 1200px) {
  .container2 {
    width: 1200px !important;
  }
}
@media (min-width: 1632px) {
  .container2 {
    width: 1400px !important;
  }
  .header .mid > ul > li > a {
    letter-spacing: 5px !important;
  }
}
.banner-pic {
  height: 31.25rem;
  overflow: hidden;
}
.banner-pic img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.25rem;
  line-height: 6.25rem;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  font-size: 1.25rem;
}
.header.active {
  box-shadow: 0 0 8px #eee;
  background-color: #ffffff;
  color: #333333;
}
.header.active .mid > ul > li > a {
  color: #333;
}
.header.active .r .box em {
  background-color: #aaa;
}
.header .top-menu {
  width: 100vw;
  background: #fafafa;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .top-menu.show {
  height: 50px;
}
.header .logo {
  width: 18.125rem;
  height: auto;
}
.header .left {
  width: 21.25%;
}
.header .mid {
  width: 60.625%;
  font-size: 16px;
  color: #666666;
}
.header .mid > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.header .mid > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.header .mid > ul > li.menu::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-nav.png") no-repeat center center;
  background-size: 100% 100%;
}
.header .mid > ul > li.menu {
  color: #333 !important;
}
.header .mid > ul > li.menu::after {
  display: none !important;
}
.header .mid > ul > li::after {
  display: none;
  content: "";
  width: 1.875rem;
  height: 1.1875rem;
  background: url("../images/nav-nav-icon.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.9375rem;
}
.header .mid > ul > li.active::after,
.header .mid > ul > li:hover:not(:last-child)::after {
  display: block;
}
.header .mid > ul > li.active > a,
.header .mid > ul > li:hover:not(:last-child) > a {
  color: #00296b !important;
}
.header .mid > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6.25rem;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.header .mid > ul > li a:hover {
  color: #00296b !important;
}
.header .mid > ul > li .list {
  position: absolute;
  left: 0;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: none;
}
.header .mid > ul > li .list > a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
}
.header .r {
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.header .r .box {
  float: right;
  width: 229px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .r .box > img {
  width: 1.4375rem;
  height: 1.4375rem;
}
.header .r .box em {
  width: 1px;
  height: 1.4375rem;
  background-color: #ffffff;
  display: inline-block;
}
.header .right {
  width: 15%;
  color: #00296b;
  font-size: 18px;
}
.header .right > span {
  padding-left: 2.5rem;
  position: relative;
  display: inline-block;
}
.header .right > span::after {
  display: block;
  content: "";
  width: 1.6875rem;
  height: 1.625rem;
  background: url("../images/icon-tel.png") no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -0.8125rem;
  left: 0;
  position: absolute;
}
.header #header-ss,
.header #header-ewm {
  cursor: pointer;
}
.header #header-ewm-show {
  display: none;
  position: absolute;
  right: -5px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  z-index: 9999;
  top: 5.3125rem;
  border-radius: 5px;
  padding: 10px;
}
.header #header-ewm-show > img {
  width: 100%;
  height: 100%;
}
.header #header-ewm-show::after {
  display: block;
  display: none;
  content: "";
  width: 0;
  position: absolute;
  top: -5px;
  right: 10px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid yellow;
}
.header #form-ss {
  display: none;
  position: absolute;
  right: -5px;
  width: 400px;
  height: 60px;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eee;
  border-top: none;
  top: 0;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.header #form-ss.ss-show {
  top: 5.3125rem;
}
.header #form-ss input {
  padding-right: 35px;
}
.header #form-ss input::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaa !important;
}
.header #form-ss input::-moz-placeholder {
  font-size: 12px;
  color: #aaa !important;
}
.header #form-ss input::placeholder {
  font-size: 12px;
  color: #aaa !important;
}
.header #form-ss .submit {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  background: url("../images/ziyuan.png");
  background-size: 100%;
  height: 20px;
  outline: none;
  border: none;
  display: block;
  z-index: 2222;
}
.header2 {
  z-index: 999;
  font-size: 16px !important;
}
.header2 .navbar {
  position: relative;
  padding: 8px 16px;
}
.header2 .nav-mobile {
  display: none;
  width: 100%;
}
.header2 .nav-mobile .navbar-logo {
  width: auto;
}
.header2 .nav-mobile .mobile-logo {
  max-width: 100%;
  max-height: 100%;
}
.header2 .navbar-body {
  background-color: #ffffff !important;
}
.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-bullet-wrapper-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: #fff;
  z-index: 2;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  line-height: 1.5;
  box-shadow: 0 2px 2px #eee;
}
.submenu .container {
  height: 100%;
  width: 1200px;
}
.submenu.show {
  height: auto;
  margin-right: 600px;
  opacity: 1;
  overflow-y: auto;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
}
.submenu .cq-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-top: 1px;
}
.submenu .cq-box:last-child {
  border-bottom: none;
}
.submenu .cq-box .menu-left {
  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;
  width: 14.75%;
}
.submenu .cq-box .menu-left .dt {
  width: 138px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 39px;
  -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;
}
.submenu .cq-box .menu-left .dt img {
  width: 39px;
}
.submenu .cq-box .menu-left .dt span {
  font-size: 16px;
  letter-spacing: 2px;
}
.submenu .cq-box .menu-right {
  width: 85.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.submenu .cq-box .menu-right .item:nth-child(odd) {
  width: 52.83203125%;
}
.submenu .cq-box .menu-right .item:nth-child(even) {
  width: 47.16796875%;
}
.submenu .cq-box .menu-right .m-ti {
  font-size: 1rem;
  color: #aaa;
  margin-top: 25px;
  letter-spacing: 2px;
}
.submenu .cq-box .menu-right .ti-ul {
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}
.submenu .cq-box .menu-right .ti-ul::after {
  display: block;
  content: "";
  clear: both;
}
.submenu .cq-box .menu-right .ti-ul > li {
  margin-top: 8px;
  float: left;
  display: block;
  position: relative;
  padding: 0 10px;
}
.submenu .cq-box .menu-right .ti-ul > li::after {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.submenu .cq-box .menu-right .ti-ul > li:nth-child(1),
.submenu .cq-box .menu-right .ti-ul > li:nth-child(5) {
  padding-left: 0;
}
.submenu .cq-box .menu-right .ti-ul > li:last-child::after {
  display: none;
}
.submenu .cq-box .menu-right .ti-ul > li a:hover {
  color: #00296b !important;
}
.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 .about-box .p2 {
  margin-top: 10px;
  color: #666;
  font-weight: normal;
}
.submenu .sbfw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.submenu .sbzc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: normal;
}
.submenu .sbzc-box .item:nth-child(odd) {
  width: 52.83203125%;
}
.submenu .sbzc-box .item:nth-child(even) {
  width: 47.16796875%;
}
.submenu .sbzc-box .item:nth-child(3),
.submenu .sbzc-box .item:nth-child(4) {
  margin-top: 15px;
}
.submenu .sbzc-box .m-ti {
  font-size: 1rem;
  color: #aaa;
  margin-top: 5px;
  letter-spacing: 2px;
}
.submenu .sbzc-box .ti-ul {
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}
.submenu .sbzc-box .ti-ul::after {
  display: block;
  content: "";
  clear: both;
}
.submenu .sbzc-box .ti-ul > li {
  margin-top: 8px;
  float: left;
  display: block;
  position: relative;
  padding: 0 10px;
}
.submenu .sbzc-box .ti-ul > li::after {
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.submenu .sbzc-box .ti-ul > li:nth-child(1),
.submenu .sbzc-box .ti-ul > li:nth-child(4) {
  padding-left: 0;
}
.submenu .sbzc-box .ti-ul > li:last-child::after {
  display: none;
}
.submenu .sbzc-box .ti-ul > li a:hover {
  color: #00296b !important;
}
.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 {
  padding: 0 20px;
}
.submenu .pro-box > ul > li {
  width: 25%;
  float: left;
  padding-left: 30px;
  position: relative;
}
.submenu .pro-box > ul > li > a {
  color: #333 !important;
  font-weight: normal;
}
.submenu .pro-box > ul > li > a:hover {
  color: #00296b !important;
}
.submenu .pro-box > ul > li::after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  display: block;
  content: "";
  clear: both;
  width: 10px;
  height: 10px;
  background-color: #00296b;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.submenu .pro-box > ul > li:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.submenu .pro-box > ul > li:nth-child(n+5) {
  margin-top: 20px;
}
.submenu .news-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.submenu .padd {
  padding: 30px 0;
}
.footer {
  background-color: #333;
  padding-top: 2rem;
  background-size: auto 100%;
  background-position: center;
  color: #fff;
}
.footer-left {
  width: 71.75%;
  padding-right: 3.3125rem;
}
.footer-left .f-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.875rem;
  border-bottom: 1px rgba(211, 211, 211, 0.4) solid;
}
.footer-left .f-top > img {
  height: 4.6875rem;
}
.footer-left .f-top > ul {
  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;
}
.footer-left .f-top > ul > li {
  padding: 0 1.875rem;
}
.footer-left .f-top > ul > li:first-child {
  display: none;
}
.footer-rigth {
  width: 28.25%;
  border-left: 1px rgba(211, 211, 211, 0.4) solid;
  padding-left: 3.125rem;
  padding-right: 1.25rem;
}
.footer-rigth .headline {
  margin-top: 0.75rem;
  font-size: 1.375rem;
}
.footer-rigth .leave {
  margin-top: 1.875rem;
}
.footer-rigth .f-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.footer-rigth .f-input {
  width: 10rem;
  height: 3rem;
  background-color: #00296b;
  outline: none;
  border: 1px #00296b solid;
  color: #fff;
  padding: 0 10px;
}
.footer-rigth .f-textarea {
  margin-top: 1.25rem;
  width: 100%;
  height: 7.1875rem;
  background-color: #00296b;
  outline: none;
  border: 1px #00296b solid;
  color: #fff;
  padding: 0 10px;
}
.footer-rigth .f-button {
  background: #fff;
  width: 8.75rem;
  height: 2.5rem;
  color: #00296b;
  line-height: 2.5rem;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 1.875rem;
}
.footer-info {
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
.footer-info .code {
  width: 10.625rem;
  height: 10.625rem;
  padding: 0.75rem;
  border: 1px #fff solid;
}
.footer-info .code > img {
  width: 100%;
  height: 100%;
}
.footer-info-item {
  margin-top: 1.25rem;
  padding-left: 3.4375rem;
  max-width: 18.75rem;
}
.footer-info-item .icon {
  border: 1px #fff solid;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.footer-info-item .icon > img {
  width: 60%;
}
.footer-info-item .name {
  margin-top: 1.8125rem;
  line-height: 1;
  font-size: 14px;
}
.footer-info-item .value {
  margin-top: 1rem;
  font-size: 1.875rem;
}
.footer .copyright {
  margin-top: 2.5rem;
  border-top: 1px rgba(211, 211, 211, 0.4) solid;
  color: #818b9f;
  font-size: 12px;
  height: 3.3125rem;
  line-height: 3.3125rem;
}
.footer .copyright .grid {
  position: relative;
}
.footer .copyright .left {
  text-align: center;
}
.footer .copyright .right {
  text-align: right;
}
.footer .copyright a {
  color: #818b9f;
}
@media (max-width: 1632px) {
}
#choice {
  height: 100px;
  margin-top: -100px;
  opacity: 0;
}
.choice {
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  margin-top: -3.75rem;
}
.choice .pc {
  position: relative;
  z-index: 2;
  padding: 0 6.625rem;
}
.choice .pc .pc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.choice .pc .pc-list > li {
  height: 3.75rem;
  line-height: 3.75rem;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  position: relative;
  letter-spacing: 3px;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.702);
}
.choice .pc .pc-list > li.active,
.choice .pc .pc-list > li:hover {
  color: #00296b;
  background-color: #fff;
}
.choice .pc .pc-list > li.active a,
.choice .pc .pc-list > li:hover a {
  color: inherit;
}
.choice .pc .pc-list .nav-move {
  position: absolute;
  width: 20%;
  height: 0.25rem;
  background-color: #00296b;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.choice .mobile .choice-sw {
  background-color: rgba(255, 255, 255, 0.702);
}
.choice .mobile .item {
  width: auto;
  height: 3.75rem;
  line-height: 3.5rem;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.125rem;
  position: relative;
  letter-spacing: 3px;
  border-top: 0.25rem solid transparent;
  font-style: normal;
}
.choice .mobile .item.active,
.choice .mobile .item:hover {
  color: #00296b;
  background-color: #fff;
  border-color: #00296b;
}
.choice .mobile .item.active a,
.choice .mobile .item:hover a {
  color: inherit;
}
.choice2 {
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  line-height: 60px;
}
.choice2 .option,
.choice2 li {
  display: inline-block;
  padding: 0 27px;
  font-size: 18px;
  position: relative;
  letter-spacing: 3px;
}
.choice2 .option.active,
.choice2 li.active,
.choice2 .option.layer1curr,
.choice2 li.layer1curr,
.choice2 .option.layer2curr,
.choice2 li.layer2curr {
  color: #00296b;
}
.choice2 .option.active a,
.choice2 li.active a,
.choice2 .option.layer1curr a,
.choice2 li.layer1curr a,
.choice2 .option.layer2curr a,
.choice2 li.layer2curr a {
  color: inherit;
}
.choice2 .option.active::after,
.choice2 li.active::after,
.choice2 .option.layer1curr::after,
.choice2 li.layer1curr::after,
.choice2 .option.layer2curr::after,
.choice2 li.layer2curr::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 27px;
  height: 3px;
  background-color: #00296b;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 56px;
}
.choice2 .choice-link {
  font-size: 12px;
}
.choice2 .choice-link .link {
  padding-right: 20px;
}
.choice2 .choice-link .link a:hover {
  color: #00296b !important;
}
.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: #00296b;
  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;
}
@-webkit-keyframes message {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes message {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
@-webkit-keyframes fmessage {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes fmessage {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 100%;
  }
}
.paging {
  text-align: center;
  margin: 10px 0;
}
.paging .page-item {
  display: inline-block;
  padding: 0 5px;
  margin: 5px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.paging .page-item.disabled {
  cursor: not-allowed;
  color: #aaa;
}
.paging .page-item.active {
  background-color: #00296b;
  color: #fff;
}
@media (min-width: 1632px) {
  .header .nav-pc .logo .logo-box {
    width: 70%;
  }
  .submenu .pro-box {
    padding: 0 20px;
  }
}
@media (max-width: 1632px) {
  .header .nav-pc .web-home img {
    padding: 0 3px;
    width: 20px;
  }
  .footer .contact {
    margin-top: 50px;
  }
  .footer .contact .item.item1 {
    margin-top: 50px;
  }
  .banner .bannerPc .tip {
    background-size: 46% 100%;
    height: 103px;
  }
}
@media (max-width: 992px) {
  .banner .bannerPc .tip {
    display: none;
  }
  .s-title-icon {
    font-size: 150px;
  }
  .banner-html5zoo {
    width: auto !important;
    height: auto !important;
  }
  .fast-link-wrap .item {
    margin-top: 20px;
  }
  .footer {
    background-size: auto 100%;
  }
  .footer .copyright {
    height: auto;
    line-height: unset;
  }
  .footer .copyright .x12 {
    line-height: 25px;
    text-align: center;
  }
  .footer .copyright {
    position: static;
  }
  .footer .po {
    position: relative;
  }
  .footer .po .s-vertical-center {
    position: relative;
  }
  .header2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .header2 .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .footer .code .code-box {
    position: relative;
    margin-top: 20px;
  }
  .footer .code .code-box > div {
    text-align: center !important;
  }
  .copyright .left {
    text-align: center !important;
  }
  .right_message {
    display: none !important;
  }
  .footer .f1,
  .footer .f2 {
    border: none;
  }
  .choice .swiper-slide {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding: 0;
  }
  .banner-pic {
    height: 275px;
    overflow: hidden;
    width: 100%;
  }
  .footer-left {
    width: 100%;
  }
  .footer-rigth {
    width: 100%;
    border-left: none;
  }
  .footer-rigth .f-input {
    width: 45%;
  }
  .footer-left .f-top > ul > li {
    padding: 0 10px;
  }
}
@media (max-width: 761px) {
  .footer-left {
    padding-right: 0;
  }
  .footer-left .f-top > ul {
    display: none;
  }
  .footer-info {
    padding-top: 20px;
  }
  .footer-rigth {
    padding: 0;
    display: none;
  }
  .footer-info-item {
    width: 100%;
    padding: 0 20px;
  }
  body {
    padding-top: 60px;
  }
  .header2 {
    position: fixed;
  }
  .tip-wrap {
    display: none;
  }
  .choice {
    margin-top: 0;
  }
  .choice .item {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
            flex: none;
    padding: 0 8px;
  }
  .choice ul {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
            justify-content: left;
  }
  .banner .banner-page {
    bottom: 0;
    left: auto;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .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;
  }
  .footer .contact .name {
    font-size: 18px;
  }
  .footer .logo {
    width: 35%;
    max-width: 150px;
  }
  .footer .contact .item.item1 {
    margin-top: 20px;
  }
  .footer .contact .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .contact .item .icon .iconfont {
    font-size: 20px;
  }
  .footer .contact .item .i-info {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    float: left;
    padding-left: 10px;
  }
  .footer .contact .item {
    margin-top: 10px;
  }
  .footer .code .code-box {
    margin-top: 0;
  }
  .footer {
    padding-bottom: 1.25rem;
  }
  .footer .f1 {
    padding-top: 20px;
  }
  .footer .f3 {
    padding: 0 20px;
  }
  .footer .f2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-pic {
    height: auto;
  }
  .banner-pic img {
    height: 131px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#divMessageBox {
  display: none;
}
.swiper-lazy-preloader {
  border-color: #bebebe;
  border-top-color: transparent;
}
@media (min-width: 760px) {
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
