* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  width: 100%;
  min-width: 1400px;
  height: 100%;
  font-family: PingFangSC-Semibold, PingFang SC;
}
@font-face {
  font-family: YouSheBiaoTiHei;
  src: url("YouSheBiaoTiHei.ttf") format("truetype");
}
img {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  min-width: 1400px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  transition: all 0.1s linear;
  background-color: #ffffff;
}
.header .header-content {
  width: 1200px;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  background-color: #ffffff;
}
.header .header-content .logo-box {
  width: 178px;
  height: 51px;
}

.header .header-content .menus {
  height: 30px;
  display: flex;
  align-items: center;
}
.header .header-content .menus .menus-item {
  margin-right: 76px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.header .header-content .menus .menus-item:hover {
  color: #e94d40;
}
.header .header-content .menus .menus-item-active {
  color: #e94d40;
  font-weight: 600;
}
.header .header-content .menus .menus-item-active:after {
  display: block;
  content: "";
  width: 100%;
  margin-top: 10px;
  border-radius: 2px;
  border: 2px solid #e94d40;
  background: #e94d40;
}
.header .header-content .menus .menus-item-active:hover {
  color: #e94d40;
}
.header .header-content .menus .menus-item:nth-child(6) {
  margin-right: 62px;
}
.header .header-content .menus .switch-language {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.footer {
  width: 100%;
  min-width: 1200px;
  background: #111111;
  padding: 80px 0;
}
.footer .footer-content {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-content .contact {
  width: 362px;
  padding-right: 46px;
}
.footer .footer-content .title {
  width: 179px;
  height: 51px;
  margin-bottom: 20px;
}
.footer .footer-content .content-info {
  display: flex;
}
.footer .footer-content .content-info .contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer .footer-content .content-info .contact .contact-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-size: 100% 100%;
}
.footer .footer-content .content-info .contact .contact-item .icon-1 {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/footer-icon-1.png");
}
.footer .footer-content .content-info .contact .contact-item .icon-2 {
  width: 13px;
  height: 10px;
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/white-mail-icon.png");
}
.footer .footer-content .content-info .contact .contact-item .icon-3 {
  width: 13px;
  height: 14px;
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/address-icon.png");
}
.footer .footer-content .content-info .contact .contact-item .item {
  flex: 1;

  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.footer .footer-content .partner {
  width: 624px;
  margin-right: 97px;
}
.footer .footer-content .partner .title {
  font-size: 16px;

  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 17px;
}
.footer .footer-content .partner .partner-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .footer-content .partner .partner-list .list-item {
  width: 112px;
  height: 35.2px;
  background-size: 100% 100%;
  margin-bottom: 17px;
  margin-right:12px;
}
.footer .footer-content .partner .partner-list .list-item:nth-child(1) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner1.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(2) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner2.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(3) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner3.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(4) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner4.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(5) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner5.png");
}
/* .footer .footer-content .partner .partner-list .list-item:nth-child(6) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner6.png");
} */
.footer .footer-content .partner .partner-list .list-item:nth-child(6) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner7.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(7) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner8.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(8) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner9.png");
}
.footer .footer-content .partner .partner-list .list-item:nth-child(9) {
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/partner10.png");
}
.footer .footer-content .qr-code {
  width: 110px;
}
.footer .footer-content .qr-code .code-img {
  width: 100px;
  height: 100px;
  background-image: url("https://office-website-1301127519.cos.ap-shanghai.myqcloud.com/img/qrcode.png");
  background-size: 100% 100%;
  margin-bottom: 15px;
}
.footer .footer-content .qr-code .scan {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
}
.footer .company {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.footer .company .company-link {
  color: rgba(255, 255, 255, 0.6);
}
.footer .company .beian-img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.flex {
  display: flex;
}
.flex-ct {
  align-items: center;
  justify-content: center;
}
.flex-bt {
  align-items: center;
  justify-content: space-between;
}
