* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.common-width {
  width: 90%;
  margin: 0 auto;
}
.top-margin {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-margin {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-margin {
    margin-top: 1.875rem;
  }
}
.bottom-margin {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bottom-margin {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bottom-margin {
    margin-bottom: 1.875rem;
  }
}
.top-padding {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-padding {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-padding {
    padding-bottom: 1.875rem;
  }
}
.pc-hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pad-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .phone-hidden {
    display: none;
  }
}
.pc-show {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pad-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .phone-show {
    display: block;
  }
}
@font-face {
  font-family: Zero-G-Regular;
  src: url(../fonts/Zero-G-Regular.otf);
}
@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}
.header {
  height: 6.25rem;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header .header-content .pc-nav {
  width: 65.1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-content .pc-nav > li {
  width: 6.8125rem;
  position: relative;
}
.header .header-content .pc-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 5.625rem;
  font-size: 1.125rem;
  color: #333;
}
.header .header-content .pc-nav > li.drop {
  position: relative;
}
.header .header-content .pc-nav > li.drop .drop-menu {
  width: 8.5rem;
  background: #fff;
  opacity: 0.9;
  padding: 1rem 1.5rem;
  display: none;
  position: absolute;
}
.header .header-content .pc-nav > li.drop .drop-menu li {
  line-height: 1.5625rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #0065b8;
}
.header .header-content .pc-nav > li.drop .drop-menu li a {
  color: #333;
  font-size: 0.9375rem;
}
.header .header-content .pc-nav > li.drop:hover .drop-menu {
  display: block;
  position: absolute;
  z-index: 111;
}
.header .header-content .pc-nav > li.drop:hover .drop-menu li:hover a {
  color: #0065b8;
}
.header .header-content .pc-nav > li:hover > a {
  color: #0065b8;
  font-weight: 600;
}
.header .header-content .search-button {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.0625rem solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .header-content .search-button p {
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.search-box {
  display: none;
}
.search-box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
.search-box > div > .x {
  color: #fff;
  font-size: 2.1875rem;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.search-box > div > .common-width:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
.search-box > div > .common-width .serch-input {
  width: 83%;
  height: 2.5rem;
  outline: none;
  padding-left: 1.25rem;
}
.search-box > div > .common-width .button {
  width: 15%;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
}
.mobile-header {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 1.875rem;
  }
  .mobile-header .phone-nav .drop {
    background: #fff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #0065b8;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 1.875rem;
  }
  .mobile-header .phone-nav .drop {
    background: #fff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #0065b8;
  }
}
.banner {
  width: 100%;
  height: auto;
  font-size: 0;
}
.banner img {
  width: 100%;
  height: auto;
}
.position {
  padding: 1.3125rem 0;
  border-bottom: 0.0625rem solid #eee;
}
.position .position-container {
  color: #999;
}
.position .position-container span,
.position .position-container a {
  color: #999;
}
.products-content .products-left {
  width: 23.49%;
}
.products-content .products-left > div {
  padding: 1.9375rem 1.5625rem;
  background: #f7f7f7;
}
.products-content .products-left > div > h1 {
  text-align: center;
}
.products-content .products-left > div > ul li {
  height: 2.625rem;
  background: #8f9eab;
  padding: 0.8125rem 1rem 0.75rem;
  margin: 1.25rem 0;
}
.products-content .products-left > div > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
}
.products-content .products-left > div > ul li:hover,
.products-content .products-left > div > ul li.active {
  background: #0065b8;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #11181f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: -1 !important;
  color: #fff;
  background-color: #2f3967;
  border-color: #2f3967;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0065b8 !important;
  border-color: #d42f38;
  cursor: default;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 16px;
  margin-right: 10px !important;
}
.footer {
  background: #3a3a3a;
  padding-top: 1.625rem;
  padding-bottom: 1.1875rem;
}
.footer .footer-container .friend-link {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #4a4a4a;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.footer .footer-container .friend-link ul {
  display: flex;
  align-items: center;
}
.footer .footer-container .friend-link ul > p {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}
.footer .footer-container .friend-link ul li {
  font-size: 0.9375rem;
  margin-right: 1.25rem;
}
.footer .footer-container .friend-link ul li a {
  color: #666;
}
.footer .footer-container .friend-link .to-top {
  width: 3.625rem;
  height: 2.875rem;
  background: #0065b8;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.footer .footer-container .footer-quick-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer .footer-container .footer-quick-nav > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-container .footer-quick-nav > li .tel {
  margin-top: 1.5rem;
  margin-bottom: 1.625rem;
}
.footer .footer-container .footer-quick-nav > li .tel a {
  display: flex;
  align-items: center;
}
.footer .footer-container .footer-quick-nav > li .tel a span {
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li .tel a span.iconfont {
  color: #fff;
  font-size: 1.875rem;
}
.footer .footer-container .footer-quick-nav > li .tel a span:nth-child(2) {
  font-size: 2.4375rem;
  font-family: impact;
}
.footer .footer-container .footer-quick-nav > li .search {
  cursor: pointer;
  display: flex;
}
.footer .footer-container .footer-quick-nav > li .search p.icon-sousuo {
  width: 2.625rem;
  height: 2.625rem;
  background: #0065b8;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  color: #fff;
  margin-right: 0.4375rem;
}
.footer .footer-container .footer-quick-nav > li .search p:nth-child(2) {
  width: 10.1875rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #014d8b;
  border-radius: 0.3125rem;
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li > p {
  margin-bottom: 1.25rem;
}
.footer .footer-container .footer-quick-nav > li > p a {
  font-size: 1.125rem;
  color: #fff;
}
.footer .footer-container .footer-quick-nav > li > ol li a {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
.footer .footer-container .footer-quick-nav > li > ol li:hover a {
  color: #0065b8;
}
.footer .footer-container .footer-quick-nav > li:hover > p a {
  font-weight: 600;
}
.footer .copyright {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #4a4a4a;
}
.footer .copyright .copyright-container p {
  font-size: 0.9375rem;
  color: #666;
}
.footer .copyright .copyright-container p a {
  color: #666;
}
.footer .fixed-bar {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .footer-container .footer-quick-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-container .footer-quick-nav > li {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-container .friend-link {
    display: none;
  }
  .footer .footer-container .footer-quick-nav > li:not(:nth-child(1)) {
    display: none;
  }
  .footer .footer-container .footer-quick-nav > li:nth-child(1) {
    width: 100%;
  }
  .footer .copyright {
    margin-bottom: 3.625rem;
  }
  .footer .fixed-bar {
    display: block;
    width: 100%;
    background: #0065b8;
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
    position: fixed;
    bottom: 0;
  }
  .footer .fixed-bar ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .fixed-bar ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .footer .fixed-bar ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .footer .fixed-bar ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .footer .fixed-bar ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .footer .fixed-bar ul li:last-child {
    width: 6.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.8125rem;
    background-image: linear-gradient(90deg, #fbb900 0%, #fb7000 100%);
    border-radius: 18px;
    color: #fff;
  }
  .footer .fixed-bar ul li:last-child a {
    font-size: 0.875rem;
    color: #fff;
    word-break: break-all;
  }
}
.content .content-nav {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #eee;
  display: flex;
}
.content .content-nav li a {
  font-size: 1.125rem;
  color: #333;
}
.content .content-nav li.active {
  font-weight: 600;
}
.content .content-nav li.active a {
  color: #0065b8;
}
.content .content-nav li:not(:last-child) {
  margin-right: 3.375rem;
}
.content .about-content > p {
  width: 100%;
  color: #666;
  line-height: 1.5625rem;
  text-indent: 2rem;
}
.content .about-content > p img {
  width: 50%;
  margin-top: 2.5rem;
}
