* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
@font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url(../fonts/MicrosoftYaHei-Bold.ttc);
}
@font-face {
  font-family: MicrosoftYaHei;
  src: url(../fonts/MicrosoftYaHei.ttc);
}
p,
a,
li,
span {
  font-family: MicrosoftYaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MicrosoftYaHei-Bold;
}
.common-width {
  width: 1366px;
  margin: 0 auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-width {
    width: 90%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .common-width {
    width: 90%;
    margin: 0 auto !important;
  }
}
@keyframes borderShow {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderHide {
  0% {
    width: 100%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 0%;
  }
}
.common-border {
  position: relative;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.pc-header {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.pc-header .pc-header-container {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .pc-nav {
  width: 1008px;
  height: 100%;
}
.pc-header .pc-header-container .pc-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.pc-header .pc-header-container .pc-nav > ul > li {
  width: 128px;
  height: 100%;
  border-bottom: 3px solid transparent;
}
.pc-header .pc-header-container .pc-nav > ul > li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop {
  position: relative;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop .drop-menu {
  width: 175px;
  height: 61px;
  background: #ffffff;
  display: none;
  border-top: 3px solid #ff0000;
  position: absolute;
  left: -15px;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop .drop-menu li {
  height: 30px;
  border-bottom: 1px solid #eeeeee;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop .drop-menu li a {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop .drop-menu li:last-child {
  border-bottom: 1px solid transparent;
}
.pc-header .pc-header-container .pc-nav > ul > li.drop:hover .drop-menu {
  display: block;
}
.pc-header .pc-header-container .pc-nav > ul > li:hover {
  border-bottom: 3px solid #ff0000;
}
.pc-header .pc-header-container .pc-nav > ul > li:hover a {
  color: #ff0000;
}
.pc-header .pc-header-container .search-WeChat {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .search-WeChat > div {
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-header .pc-header-container .search-WeChat > div:nth-child(1) p {
  font-size: 24px;
  margin-right: 19px;
  color: #ffffff;
}
.pc-header .pc-header-container .search-WeChat > div:nth-child(2) {
  position: relative;
}
.pc-header .pc-header-container .search-WeChat > div:nth-child(2) p {
  font-size: 33px;
  color: #ffffff;
}
.pc-header .pc-header-container .search-WeChat > div:nth-child(2) .WeChat-box {
  display: none;
  position: absolute;
  top: 61px;
  right: -40px;
}
.pc-header .pc-header-container .search-WeChat > div:nth-child(2):hover .WeChat-box {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-header {
    display: none;
  }
}
.search-box {
  display: none;
  height: 100%;
}
.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: #ffffff;
  font-size: 2.1875rem;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.search-box > div .serch-input {
  width: 83%;
  height: 2.5rem;
  outline: none;
  padding-left: 1.25rem;
}
.search-box > div .button {
  width: 15%;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
}
.search-box > div > .commonWidth:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
.mobile-header {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding: 15px;
    background: #ff0000;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-daohang {
    font-size: 35px;
    color: #ffffff;
  }
  .mobile-header .phone-nav .drop {
    background: #ffffff;
    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: #333333;
    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: #ff0000;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
    padding-bottom: 20px;
    background: #ff0000;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-daohang {
    font-size: 1.875rem;
    color: #ffffff;
  }
  .mobile-header .phone-nav .drop {
    background: #ffffff;
    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: #333333;
    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: #ff0000;
  }
}
.pc-footer {
  margin-top: 70px !important;
  background: #2f343a;
}
.pc-footer .footer-top {
  padding-top: 54px;
  padding-bottom: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-footer .footer-top .to-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pc-footer .footer-top .to-top p:nth-child(1) {
  font-size: 21px;
  color: #ff0000;
}
.pc-footer .footer-top .to-top p:nth-child(2) {
  color: #ffffff;
  font-family: MicrosoftYaHei-Bold;
}
.pc-footer .footer-container {
  height: 294px;
  border-top: 1px solid #3c4147;
  border-bottom: 1px solid #3c4147;
}
.pc-footer .footer-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-footer .footer-container .container .container-left {
  width: 530px;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 45px;
}
.pc-footer .footer-container .container .container-left ul li:nth-child(1) {
  font-size: 18px;
  margin-bottom: 25px;
}
.pc-footer .footer-container .container .container-left ul li:nth-child(1) a {
  color: #ffffff;
}
.pc-footer .footer-container .container .container-left ul li:not(:nth-child(1)) {
  font-size: 14px;
  line-height: 25px;
}
.pc-footer .footer-container .container .container-left ul li:not(:nth-child(1)) a {
  color: #9da1a4;
}
.pc-footer .footer-container .container .container-center {
  width: 382px;
  height: 294px;
  display: flex;
  padding-left: 53px;
  padding-right: 53px;
  justify-content: space-between;
  border-left: 1px solid #3c4147;
  border-right: 1px solid #3c4147;
}
.pc-footer .footer-container .container .container-center .weChat,
.pc-footer .footer-container .container .container-center .tiktok {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pc-footer .footer-container .container .container-center .weChat .img,
.pc-footer .footer-container .container .container-center .tiktok .img {
  width: 122px;
  height: 122px;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.pc-footer .footer-container .container .container-center .weChat .img img,
.pc-footer .footer-container .container .container-center .tiktok .img img {
  width: 100%;
  height: auto;
}
.pc-footer .footer-container .container .container-center .weChat p,
.pc-footer .footer-container .container .container-center .tiktok p {
  font-size: 14px;
  color: #9da1a4;
}
.pc-footer .footer-container .container .container-right p:nth-child(1) {
  font-size: 18px;
  color: #ffffff;
}
.pc-footer .footer-container .container .container-right p:nth-child(2) {
  margin-top: 24px;
  margin-bottom: 18px;
}
.pc-footer .footer-container .container .container-right p:nth-child(2) a {
  font-size: 35px;
  color: #ff0000;
}
.pc-footer .footer-container .container .container-right p:nth-child(3) {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 29px;
}
.pc-footer .footer-container .container .container-right p:nth-child(3) span {
  color: #919599;
}
.pc-footer .footer-container .container .container-right > a {
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 45px;
  background: #ff0000;
  border-radius: 0px 23px 23px 0px;
  color: #ffffff;
}
.pc-footer .footer-container .container .container-right > a:hover {
  color: #ff0000;
  background: #ffffff;
  border: 1px solid #ff0000;
}
.pc-footer .copyright {
  padding-top: 25px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pc-footer .copyright p:nth-child(1) {
  color: #888d91;
  font-size: 12px;
  line-height: 25px;
}
.pc-footer .copyright p:nth-child(1) a {
  color: #888d91;
}
.pc-footer .copyright p:nth-child(2) {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
}
.pc-footer .copyright p:nth-child(2) a {
  color: #888d91;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-footer {
    display: none;
  }
}
.mobile-footer {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-footer {
    display: block;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    background: #222222;
  }
  .mobile-footer .mobile-footer-container .logo {
    margin-bottom: 0.9375rem;
  }
  .mobile-footer .mobile-footer-container > ul li {
    height: 1.5625rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .mobile-footer .mobile-footer-container > ul li a {
    color: #ffffff;
  }
  .mobile-footer .mobile-footer-container > ul li:nth-child(1) {
    font-size: 0.9375rem;
  }
  .mobile-footer .suspended {
    display: block;
    width: 100%;
    background: #ff0000;
    position: fixed;
    bottom: 0;
    z-index: 111;
  }
  .mobile-footer .suspended .suspended-container {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .mobile-footer .suspended .suspended-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .mobile-footer .suspended .suspended-container 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: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child a {
    font-size: 0.875rem;
    color: #ffffff;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .mobile-footer {
    display: block;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    background: #222222;
  }
  .mobile-footer .mobile-footer-container .logo {
    margin-bottom: 0.9375rem;
  }
  .mobile-footer .mobile-footer-container > ul li {
    height: 1.5625rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .mobile-footer .mobile-footer-container > ul li a {
    color: #ffffff;
  }
  .mobile-footer .mobile-footer-container > ul li:nth-child(1) {
    font-size: 0.9375rem;
  }
  .mobile-footer .suspended {
    display: block;
    width: 100%;
    background: #ff0000;
    position: fixed;
    bottom: 0;
    z-index: 111;
  }
  .mobile-footer .suspended .suspended-container {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .mobile-footer .suspended .suspended-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .mobile-footer .suspended .suspended-container 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: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child a {
    font-size: 0.875rem;
    color: #ffffff;
    word-break: break-all;
  }
}
.suspended-window {
  position: fixed;
  top: 50%;
  right: 0;
}
.suspended-window li {
  width: 60px;
  height: 60px;
  background: #ff0000;
  border-bottom: 1px solid #b9000f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.suspended-window li p {
  font-size: 30px;
  color: #ffffff;
}
.suspended-window li div {
  height: 60px;
  background: #e60012;
  position: absolute;
  right: 68px;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.suspended-window li div a {
  color: #ffffff;
}
.suspended-window li div::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #e60012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10px;
  top: 42%;
}
.suspended-window li:nth-child(3) div {
  height: auto;
  background: none;
}
.suspended-window li:hover {
  background: #a3000d;
}
.suspended-window li:hover div {
  display: block;
}
.suspended-window li.to-top {
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .suspended-window {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .suspended-window {
    display: none;
  }
}
.banner {
  width: 100%;
  height: 503px;
  margin-top: -100px;
  background: url(../images/20240528104519.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner > h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff;
}
.banner p {
  font-size: 14px;
  color: #ffffff;
}
.banner p > span {
  font-size: 18px;
  color: #ff0000;
}
.banner p > a {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    margin-top: 0;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 0;
    height: 400px;
  }
}
.faq {
  margin-top: 76px !important;
}
.faq .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .faq-title .left > p {
  color: #ff0000;
}
.faq .faq-title .left > h1 {
  margin-top: 19px;
  font-size: 30px;
  font-family: MicrosoftYaHei;
}
.faq .faq-title .left > h1 span {
  font-family: MicrosoftYaHei-Bold;
  color: #ff0000;
}
.faq .faq-container {
  margin-top: 53px;
}
.faq .faq-container ul li {
  background: #ffffff;
  padding: 24px 34px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 25px;
}
.faq .faq-container ul li .top-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq .faq-container ul li .top-question .left-text {
  font-size: 18px;
  line-height: 42px;
  color: #333333;
}
.faq .faq-container ul li .top-question .iconfont {
  font-size: 24px;
  color: #ff0000;
}
.faq .faq-container ul li .top-question .iconfont:nth-child(3) {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.faq .faq-container ul li .answer p {
  color: #777777;
  line-height: 42px;
  display: none;
}
.faq .faq-container ul li .answer-active p {
  color: #777777;
  line-height: 42px;
  display: block;
}
@media screen and (max-width: 767px) {
  .faq .faq-title {
    flex-wrap: wrap;
  }
  .faq .faq-title .left {
    margin-bottom: 15px;
  }
  .faq .faq-title .left > h1 {
    margin-top: 19px;
    font-size: 25px;
    font-family: MicrosoftYaHei;
  }
  .faq .faq-title .left > h1 span {
    font-family: MicrosoftYaHei-Bold;
    color: #ff0000;
  }
}
