* {
  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;
  }
}
.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;
  }
}
.banner {
  width: 100%;
  height: auto;
}
.banner .swiper-slide {
  font-size: 0;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.recommend {
  background: #f5f5f5;
  padding-top: 5rem;
  padding-bottom: 3.9375rem;
}
.recommend .recommend-content .top {
  display: flex;
  justify-content: space-between;
}
.recommend .recommend-content .top .left {
  width: 38.77%;
}
.recommend .recommend-content .top .left p {
  cursor: default;
}
.recommend .recommend-content .top .left p:nth-child(1) {
  font-size: 2.1875rem;
  font-weight: 600;
}
.recommend .recommend-content .top .left p:nth-child(2) {
  font-size: 2.1875rem;
  color: #0065b8;
  font-family: Zero-G-Regular;
  margin-top: 1.1875rem;
  margin-bottom: 3.375rem;
}
.recommend .recommend-content .top .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend .recommend-content .top .left ul li {
  width: 7.125rem;
  height: 2.3125rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.25rem;
}
.recommend .recommend-content .top .left ul li a {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.recommend .recommend-content .top .left ul li:nth-child(1) {
  background: #0065b8;
}
.recommend .recommend-content .top .left ul li:nth-child(1) a {
  color: #fff;
}
.recommend .recommend-content .top .left ul li.active,
.recommend .recommend-content .top .left ul li:hover {
  background: #0065b8;
}
.recommend .recommend-content .top .left ul li.active a,
.recommend .recommend-content .top .left ul li:hover a {
  color: #fff;
}
.recommend .recommend-content .top .right {
  background: url(../images/6273196f7bac53e4cf006cbb84635cac.png) no-repeat;
  background-size: cover;
  width: 17.4375rem;
  height: 22.8125rem;
  margin-top: -8.3125rem;
  position: relative;
  z-index: 1;
  padding-top: 2.75rem;
}
.recommend .recommend-content .top .right p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend .recommend-content .top .right p:nth-child(1) {
  font-size: 1.125rem;
  color: #fff;
}
.recommend .recommend-content .top .right p:nth-child(1) span {
  font-size: 1.625rem;
}
.recommend .recommend-content .top .right p:nth-child(2) {
  font-size: 1.875rem;
  font-family: impact;
  color: #fff;
  margin-top: 0.9375rem;
  margin-bottom: 1.625rem;
}
.recommend .recommend-content .top .right p:nth-child(3) {
  color: #65aee9;
  font-size: 0.875rem;
}
.recommend .recommend-content .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}
.recommend .recommend-content .bottom > li {
  width: 24.1319444%;
  border: 0.0625rem solid #ddd;
  margin-bottom: 1.25rem;
}
.recommend .recommend-content .bottom > li a .top-img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.recommend .recommend-content .bottom > li a .top-img img {
  width: 100%;
  height: auto;
}
.recommend .recommend-content .bottom > li a .bottom-text {
  background: #fff;
  padding: 1.875rem 1.3125rem 2.5rem 1.3125rem;
}
.recommend .recommend-content .bottom > li a .bottom-text .products-title {
  font-size: 1.125rem;
  color: #222;
}
.recommend .recommend-content .bottom > li a .bottom-text .products-des {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #666;
  margin-top: 1.125rem;
  margin-bottom: 1.4375rem;
}
.recommend .recommend-content .bottom > li a .bottom-text .view-more {
  padding-top: 0.8125rem;
  padding-bottom: 0.9375rem;
  color: #0065b8;
  border: 0.0625rem solid #005da9;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend .recommend-content .bottom > li:hover {
  border: 0.0625rem solid #005da9;
}
.recommend .recommend-content .bottom > li:hover a .view-more {
  background: #005da9;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recommend .recommend-content .top .left {
    width: 100%;
  }
  .recommend .recommend-content .top .left ul li {
    width: 19%;
  }
  .recommend .recommend-content .top .right {
    display: none;
  }
  .recommend .recommend-content .bottom li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .recommend .recommend-content .top .left {
    width: 100%;
  }
  .recommend .recommend-content .top .left p:nth-child(1) {
    font-size: 1.5625rem;
  }
  .recommend .recommend-content .top .left p:nth-child(2) {
    font-size: 1.5625rem;
  }
  .recommend .recommend-content .top .left ul li {
    width: 33.3%;
  }
  .recommend .recommend-content .top .right {
    display: none;
  }
  .recommend .recommend-content .bottom li {
    width: 100%;
  }
}
.about-us {
  background: url(../images/20231025102520.jpg) no-repeat;
  background-size: cover;
  padding-top: 2.5625rem;
  padding-bottom: 31.625rem;
}
.about-us .about-us-container {
  display: flex;
  justify-content: space-between;
}
.about-us .about-us-container .left-img {
  width: 40.97%;
  height: auto;
  font-size: 0;
}
.about-us .about-us-container .left-img img {
  width: 100%;
  height: auto;
}
.about-us .about-us-container .right-text {
  width: 55.09%;
}
.about-us .about-us-container .right-text > p:nth-child(1),
.about-us .about-us-container .right-text > p:nth-child(2) {
  font-size: 2.1875rem;
}
.about-us .about-us-container .right-text > p:nth-child(1) {
  color: #333;
  font-weight: 600;
}
.about-us .about-us-container .right-text > p:nth-child(2) {
  font-family: Zero-G-Regular;
  color: #0065b8;
  margin-top: 1.1875rem;
}
.about-us .about-us-container .right-text > p:nth-child(3) {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #666;
  margin-top: 3.0625rem;
  margin-bottom: 2rem;
}
.about-us .about-us-container .right-text > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.875rem;
  height: 2.1875rem;
  border: 0.0625rem solid #0065b8;
  border-radius: 0.3125rem;
  color: #0065b8;
}
.about-us .about-us-container .right-text > ul {
  display: flex;
  margin-top: 5.4375rem;
}
.about-us .about-us-container .right-text > ul li:nth-child(1) {
  margin-right: 7rem;
}
.about-us .about-us-container .right-text > ul li a {
  display: flex;
  align-items: center;
}
.about-us .about-us-container .right-text > ul li a p:nth-child(1) {
  font-size: 1.8125rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  border: 0.125rem solid #0065b8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .about-us-container .right-text > ul li a p:nth-child(2) {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.75rem;
}
.about-us .about-us-container .right-text > ul li a:hover p:nth-child(2) {
  color: #0065b8;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-us {
    padding-bottom: 6.25rem;
  }
  .about-us .about-us-container {
    flex-direction: column;
  }
  .about-us .about-us-container .left-img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .about-us .about-us-container .left-img img {
    width: 100%;
    height: auto;
  }
  .about-us .about-us-container .right-text {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  .about-us .about-us-container .right-text ul li:nth-child(1) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about-us {
    padding-bottom: 6.25rem;
  }
  .about-us .about-us-container {
    flex-direction: column;
  }
  .about-us .about-us-container .left-img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .about-us .about-us-container .left-img img {
    width: 100%;
    height: auto;
  }
  .about-us .about-us-container .right-text {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  .about-us .about-us-container .right-text ul li:nth-child(1) {
    margin-right: 2.5rem;
  }
  .about-us .about-us-container .right-text p:nth-child(1) {
    font-size: 1.5625rem;
  }
  .about-us .about-us-container .right-text p:nth-child(2) {
    font-size: 1.5625rem;
  }
  .about-us .about-us-container .right-text p:nth-child(3) {
    margin-top: 1.25rem;
  }
}
.service-support .top p {
  font-size: 2.1875rem;
}
.service-support .top p:nth-child(1) {
  color: #333;
  font-weight: 600;
}
.service-support .top p:nth-child(2) {
  color: #0065b8;
  font-family: Zero-G-Regular;
  margin-top: 1.125rem;
  margin-bottom: 3.125rem;
}
.service-support .bottom {
  display: flex;
  justify-content: space-between;
}
.service-support .bottom > li {
  background: #eee;
}
.service-support .bottom > li:nth-child(1),
.service-support .bottom > li:nth-child(2),
.service-support .bottom > li:nth-child(3) {
  width: 11.8%;
  height: 21.9375rem;
  border-radius: 0.3125rem;
}
.service-support .bottom > li:nth-child(1) a,
.service-support .bottom > li:nth-child(2) a,
.service-support .bottom > li:nth-child(3) a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-support .bottom > li:nth-child(1) a .icon-text,
.service-support .bottom > li:nth-child(2) a .icon-text,
.service-support .bottom > li:nth-child(3) a .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-support .bottom > li:nth-child(1) a .icon-text p,
.service-support .bottom > li:nth-child(2) a .icon-text p,
.service-support .bottom > li:nth-child(3) a .icon-text p {
  color: #333;
}
.service-support .bottom > li:nth-child(1) a .icon-text p:nth-child(1),
.service-support .bottom > li:nth-child(2) a .icon-text p:nth-child(1),
.service-support .bottom > li:nth-child(3) a .icon-text p:nth-child(1) {
  font-size: 3.25rem;
}
.service-support .bottom > li:nth-child(1) a .icon-text p:nth-child(2),
.service-support .bottom > li:nth-child(2) a .icon-text p:nth-child(2),
.service-support .bottom > li:nth-child(3) a .icon-text p:nth-child(2) {
  font-size: 1.125rem;
}
.service-support .bottom > li:nth-child(1) a .hide-text,
.service-support .bottom > li:nth-child(2) a .hide-text,
.service-support .bottom > li:nth-child(3) a .hide-text {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-support .bottom > li:nth-child(1) a .hide-text .line,
.service-support .bottom > li:nth-child(2) a .hide-text .line,
.service-support .bottom > li:nth-child(3) a .hide-text .line {
  width: 0.0625rem;
  height: 5.6875rem;
  background: #fff;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.service-support .bottom > li:nth-child(1) a .hide-text > p,
.service-support .bottom > li:nth-child(2) a .hide-text > p,
.service-support .bottom > li:nth-child(3) a .hide-text > p {
  font-size: 0.9375rem;
  color: #fff;
}
.service-support .bottom > li:nth-child(1).active,
.service-support .bottom > li:nth-child(2).active,
.service-support .bottom > li:nth-child(3).active {
  background: #0065b8;
}
.service-support .bottom > li:nth-child(1).active a .icon-text p,
.service-support .bottom > li:nth-child(2).active a .icon-text p,
.service-support .bottom > li:nth-child(3).active a .icon-text p {
  color: #fff;
}
.service-support .bottom > li:nth-child(1).active a .hide-text,
.service-support .bottom > li:nth-child(2).active a .hide-text,
.service-support .bottom > li:nth-child(3).active a .hide-text {
  display: flex;
}
.service-support .bottom > li:nth-child(4) {
  width: 60.01%;
  height: 21.9375rem;
  border-radius: 0.3125rem;
  padding: 3.9375rem 6.375rem 4.3125rem 6.25rem;
}
.service-support .bottom > li:nth-child(4) p:nth-child(1) {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  color: #666;
}
.service-support .bottom > li:nth-child(4) p:nth-child(1) span {
  color: #0065b8;
  font-weight: 600;
}
.service-support .bottom > li:nth-child(4) p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2.375rem;
  margin-bottom: 1.25rem;
}
.service-support .bottom > li:nth-child(4) p:nth-child(2) span {
  color: #0065b8;
}
.service-support .bottom > li:nth-child(4) ul li {
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
.service-support .bottom > li:nth-child(4) ul li span {
  color: #0065b8;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service-support .bottom {
    flex-wrap: wrap;
  }
  .service-support .bottom > li:nth-child(1),
  .service-support .bottom > li:nth-child(2),
  .service-support .bottom > li:nth-child(3) {
    width: 32.3%;
  }
  .service-support .bottom > li:nth-child(4) {
    width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .service-support .top p:nth-child(1) {
    font-size: 1.5625rem;
  }
  .service-support .top p:nth-child(2) {
    font-size: 1.5625rem;
  }
  .service-support .bottom {
    flex-wrap: wrap;
  }
  .service-support .bottom > li:nth-child(1),
  .service-support .bottom > li:nth-child(2),
  .service-support .bottom > li:nth-child(3) {
    width: 32.333%;
  }
  .service-support .bottom > li:nth-child(4) {
    width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem;
  }
}
.news-center {
  background: #f5f5f5;
  padding-top: 4.1875rem;
  padding-bottom: 5.4375rem;
}
.news-center .news-center-container .top {
  display: flex;
  justify-content: space-between;
}
.news-center .news-center-container .top .left p {
  font-size: 2.1875rem;
}
.news-center .news-center-container .top .left p:nth-child(1) {
  font-weight: 600;
  color: #333;
}
.news-center .news-center-container .top .left p:nth-child(2) {
  color: #0065b8;
  font-family: Zero-G-Regular;
  margin-top: 1.125rem;
  margin-bottom: 3.125rem;
}
.news-center .news-center-container .top .right p {
  font-size: 1.125rem;
}
.news-center .news-center-container .top .right p a,
.news-center .news-center-container .top .right p span {
  color: #666;
}
.news-center .news-center-container .top .right p span {
  margin-left: 1.25rem;
  margin-right: 0.75rem;
}
.news-center .news-center-container .top .right p a:hover {
  color: #0065b8;
}
.news-center .news-center-container .bottom {
  display: flex;
  justify-content: space-between;
}
.news-center .news-center-container .bottom .left {
  width: 48.84%;
}
.news-center .news-center-container .bottom .left a .top-img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.news-center .news-center-container .bottom .left a .top-img img {
  width: 100%;
  height: auto;
}
.news-center .news-center-container .bottom .left a .bottom-text {
  width: 100%;
  background: #fff;
  padding: 4.4375rem 5.5rem 4.9375rem 5.375rem;
}
.news-center .news-center-container .bottom .left a .bottom-text .news-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222;
}
.news-center .news-center-container .bottom .left a .bottom-text .news-des {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #666;
  margin-top: 2.5rem;
  margin-bottom: 3.0625rem;
}
.news-center .news-center-container .bottom .left a .bottom-text .time-and-author-view-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-center .news-center-container .bottom .left a .bottom-text .time-and-author-view-more ul li {
  font-size: 0.875rem;
  color: #0065b8;
}
.news-center .news-center-container .bottom .left a .bottom-text .time-and-author-view-more p {
  font-size: 2.3125rem;
  color: #0065b8;
}
.news-center .news-center-container .bottom .left a:hover .bottom-text .news-title {
  color: #0065b8;
}
.news-center .news-center-container .bottom .right {
  width: 48.84%;
}
.news-center .news-center-container .bottom .right > ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-center .news-center-container .bottom .right > ul > li {
  width: 100%;
  height: 23.5rem;
  background: #fff;
  padding: 4.4375rem 5.375rem;
}
.news-center .news-center-container .bottom .right > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-center .news-center-container .bottom .right > ul > li a .news-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #222;
}
.news-center .news-center-container .bottom .right > ul > li a .news-des {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #666;
  margin-top: 2.5rem;
  margin-bottom: 3.0625rem;
}
.news-center .news-center-container .bottom .right > ul > li a .time-and-author-view-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-center .news-center-container .bottom .right > ul > li a .time-and-author-view-more ul li {
  font-size: 0.875rem;
  color: #0065b8;
}
.news-center .news-center-container .bottom .right > ul > li a .time-and-author-view-more p {
  font-size: 2.3125rem;
  color: #0065b8;
}
.news-center .news-center-container .bottom .right > ul > li:hover a .news-title {
  color: #0065b8;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news-center .news-center-container .top {
    flex-direction: column;
  }
  .news-center .news-center-container .top .left p:nth-child(2) {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .top .right {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom {
    flex-wrap: wrap;
  }
  .news-center .news-center-container .bottom .left {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom .left a .bottom-text {
    padding: 1.25rem 0 1.25rem 0;
  }
  .news-center .news-center-container .bottom .left a .bottom-text .news-title,
  .news-center .news-center-container .bottom .left a .bottom-text .news-des,
  .news-center .news-center-container .bottom .left a .bottom-text .time-and-author-view-more {
    width: 95%;
    margin: 0 auto;
  }
  .news-center .news-center-container .bottom .right > ul > li {
    padding: 2.5rem 0 1.25rem 0;
  }
  .news-center .news-center-container .bottom .right > ul > li:nth-child(1) {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom .right > ul > li a {
    width: 90%;
    margin: 0 auto;
  }
  .news-center .news-center-container .bottom .left,
  .news-center .news-center-container .bottom .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-center .news-center-container .top {
    flex-direction: column;
  }
  .news-center .news-center-container .top .left p:nth-child(1) {
    font-size: 1.5625rem;
  }
  .news-center .news-center-container .top .left p:nth-child(2) {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    word-break: break-all;
  }
  .news-center .news-center-container .top .right {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom {
    flex-wrap: wrap;
  }
  .news-center .news-center-container .bottom .left {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom .left a .bottom-text {
    padding: 1.25rem 0 1.25rem 0;
  }
  .news-center .news-center-container .bottom .left a .bottom-text .news-title,
  .news-center .news-center-container .bottom .left a .bottom-text .news-des,
  .news-center .news-center-container .bottom .left a .bottom-text .time-and-author-view-more {
    width: 95%;
    margin: 0 auto;
  }
  .news-center .news-center-container .bottom .right > ul > li {
    padding: 2.5rem 0 1.25rem 0;
    height: auto;
  }
  .news-center .news-center-container .bottom .right > ul > li:nth-child(1) {
    margin-bottom: 1.25rem;
  }
  .news-center .news-center-container .bottom .right > ul > li a {
    width: 90%;
    margin: 0 auto;
  }
  .news-center .news-center-container .bottom .left,
  .news-center .news-center-container .bottom .right {
    width: 100%;
  }
}
