* {
  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: auto;
  margin-top: -100px;
}
.banner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 0;
  }
}
.products {
  width: 100%;
  height: 781px;
  background: url(../images/products-background.png) no-repeat;
}
.products .products-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .products-container .products-left {
  width: 611px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products .products-container .products-left > p:nth-child(1) {
  color: #ff0000;
}
.products .products-container .products-left > p:nth-child(2) {
  font-size: 35px;
  margin-top: 26px;
  margin-bottom: 36px;
}
.products .products-container .products-left > p:nth-child(2) span {
  color: #ff0000;
}
.products .products-container .products-left > p:nth-child(3) {
  line-height: 25px;
  margin-bottom: 68px;
  color: #666666;
}
.products .products-container .products-left ul {
  display: flex;
  justify-content: space-between;
}
.products .products-container .products-left ul li {
  width: 194px;
  height: 217px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products .products-container .products-left ul li > p,
.products .products-container .products-left ul li > h1 {
  width: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.products .products-container .products-left ul li > p.iconfont {
  font-size: 56px;
  color: rgba(255, 0, 0, 0.99);
}
.products .products-container .products-left ul li > p.des {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.products .products-container .products-left ul li > h1 {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 18px;
}
.products .products-container .products-left ul li:hover {
  background: #ff0000;
  margin-top: -10px;
}
.products .products-container .products-left ul li:hover > p.iconfont {
  color: #ffffff;
}
.products .products-container .products-left ul li:hover > p.des {
  color: #ffffff;
}
.products .products-container .products-left ul li:hover > h1 {
  color: #ffffff;
}
.products .products-container .products-left .view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 41px;
  margin-top: 70px;
  border-radius: 5px;
  border: 1px solid #ff0000;
  color: #ff0000;
}
.products .products-container .products-left .view:hover {
  background: #ff0000;
  color: #ffffff;
}
.products .products-container .products-right {
  width: 588px;
  height: 624px;
  display: flex;
  justify-content: center;
  font-size: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products {
    height: auto;
    background-size: cover;
    padding-top: 40px;
    padding: 40px;
  }
  .products .products-container {
    flex-wrap: wrap;
  }
  .products .products-container .products-left {
    width: 100%;
    height: auto;
  }
  .products .products-container .products-left ul li {
    width: 32%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .products .products-container .products-right {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products {
    height: auto;
    background-size: cover;
    padding-top: 40px;
    padding: 40px;
  }
  .products .products-container {
    flex-wrap: wrap;
  }
  .products .products-container .products-left {
    width: 100%;
    height: auto;
  }
  .products .products-container .products-left ul {
    flex-wrap: wrap;
  }
  .products .products-container .products-left ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .products .products-container .products-left .view {
    margin-top: 20px;
  }
  .products .products-container .products-right {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .products .products-container .products-right img {
    width: 100%;
    height: auto;
  }
}
.about {
  margin-top: 80px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-left {
  width: 613px;
  height: 324px;
  font-size: 0;
}
.about .about-right {
  width: 712px;
  height: 345px;
}
.about .about-right > p {
  color: #ff0000;
}
.about .about-right > h1 {
  font-size: 30px;
  color: #333333;
  margin-top: 16px;
  margin-bottom: 33px;
}
.about .about-right .about-right-container > p {
  text-indent: 32px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 15px;
}
.about .about-right .view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 45px;
  margin-top: 23px;
  color: #999999;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.about .about-right .view:hover {
  color: #ffffff;
  background: #ff0000;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about {
    flex-wrap: wrap;
  }
  .about .about-left {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 0;
  }
  .about .about-left img {
    width: 100%;
    height: auto;
  }
  .about .about-right {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .about {
    flex-wrap: wrap;
  }
  .about .about-left {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 0;
  }
  .about .about-left img {
    width: 100%;
    height: auto;
  }
  .about .about-right {
    width: 100%;
    height: auto;
  }
}
.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-title .right {
  width: 140px;
  height: 45px;
  background-color: #ff0000;
  border-radius: 0px 23px 23px 0px;
  padding-left: 28px;
  padding-right: 28px;
}
.faq .faq-title .right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.faq .faq-title .right a p,
.faq .faq-title .right a span {
  font-size: 14px;
}
.faq .faq-title .right:hover {
  background: #ffffff;
  border: 1px solid #ff0000;
}
.faq .faq-title .right:hover a {
  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;
  }
}
.news {
  margin-top: 70px !important;
}
.news > .news-title {
  margin-bottom: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news > .news-title .left > p {
  color: #ff0000;
}
.news > .news-title .left > h1 {
  margin-top: 19px;
  font-size: 30px;
  font-family: MicrosoftYaHei;
}
.news > .news-title .left > h1 span {
  font-family: MicrosoftYaHei-Bold;
  color: #ff0000;
}
.news > .news-title .right {
  width: 140px;
  height: 45px;
  background-color: #ff0000;
  border-radius: 0px 23px 23px 0px;
  padding-left: 28px;
  padding-right: 28px;
}
.news > .news-title .right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.news > .news-title .right a p,
.news > .news-title .right a span {
  font-size: 14px;
}
.news > .news-title .right:hover {
  background: #ffffff;
  border: 1px solid #ff0000;
}
.news > .news-title .right:hover a {
  color: #ff0000;
}
.news > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news > ul li {
  width: 442px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.news > ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news > ul li a .news-img {
  width: 442px;
  height: 257px;
  overflow: hidden;
  font-size: 0;
}
.news > ul li a .news-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: all 1s ease;
}
.news > ul li a .news-text {
  width: 375px;
}
.news > ul li a .news-text .news-title {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 30px;
  color: #333333;
}
.news > ul li a .news-text .news-des {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 37px;
  color: #666666;
}
.news > ul li a .time-arrow {
  width: 100%;
  height: 49px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.news > ul li a .time-arrow .time-arrow-container {
  width: 375px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news > ul li a .time-arrow .time-arrow-container > p:nth-child(1) {
  font-size: 14px;
  color: #999999;
}
.news > ul li a .time-arrow .time-arrow-container > p:nth-child(2) {
  color: #ff0000;
}
.news > ul li::after {
  content: '';
  background: #ff0000;
  margin-top: -3px;
  display: block;
  width: 0;
  height: 3px;
  animation: borderHide 1s linear 1;
}
.news > ul li:hover a .news-img img {
  transform: scale(1.2, 1.2);
  transition: all 1s ease;
}
.news > ul li:hover::after {
  width: 100%;
  height: 3px;
  display: block;
  animation: borderShow 1s linear 1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .news > ul {
    flex-wrap: wrap;
  }
  .news > ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news > ul li a .news-img {
    width: 100%;
    height: auto;
  }
  .news > ul li a .news-img img {
    width: 100%;
    height: auto;
  }
  .news > ul li a .news-text {
    width: 95%;
  }
  .news > ul li a .time-arrow .time-arrow-container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .news > .news-title {
    flex-wrap: wrap;
  }
  .news > .news-title .left {
    margin-bottom: 15px;
  }
  .news > .news-title .left > h1 {
    margin-top: 19px;
    font-size: 25px;
    font-family: MicrosoftYaHei;
  }
  .news > .news-title .left > h1 span {
    font-family: MicrosoftYaHei-Bold;
    color: #ff0000;
  }
  .news > ul {
    flex-wrap: wrap;
  }
  .news > ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news > ul li a .news-img {
    width: 100%;
    height: auto;
  }
  .news > ul li a .news-img img {
    width: 100%;
    height: auto;
  }
  .news > ul li a .news-text {
    width: 95%;
  }
  .news > ul li a .time-arrow .time-arrow-container {
    width: 95%;
  }
}
