@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes brand1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes brand2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes brand3 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, 0);
  }
  40% {
    transform: translate(20px, 30px);
  }
  60% {
    transform: translate(10px, 15px);
  }
  80% {
    transform: translate(-10px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes brand4 {
  0% {
    transform: translate(-10px, 0);
  }
  20% {
    transform: translate(10px, 0);
  }
  40% {
    transform: translate(20px, 20px);
  }
  60% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@keyframes brand5 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes brand6 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.singlePoint {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.banner {
  transform: translateY(-64px) !important;
}
div.container {
  width: 1400px;
  margin: auto;
}
.f20 {
  font-size: 20px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.f30 {
  font-size: 30px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.imageFather {
  font-size: 0;
}
@keyframes gradual {
  0% {
    top: -36px;
    opacity: 0;
  }
  100% {
    top: 65px;
    opacity: 1;
  }
}
@keyframes signout {
  0% {
    top: 65px;
    opacity: 1;
  }
  100% {
    top: -36px;
    opacity: 0;
  }
}
.com_tips {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 36px;
  background-color: #f0f9eb;
  border: 1px solid #e1f3d8;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 999;
  line-height: 36px;
  padding: 0 20px;
  color: #67c23a;
  font-size: 14px;
  -webkit-animation: gradual 0.5s linear;
  animation: gradual 0.5s linear;
}
.intro_item {
  width: 100%;
  overflow: hidden;
  margin: 150px 0;
}
.intro_item .com_titles {
  text-align: center;
  margin-bottom: 80px;
}
.intro_item .com_titles .title {
  font-size: 50px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
}
.intro_item .com_titles .english_title {
  font-size: 24px;
  font-family: PingFangSC-Medium-, PingFangSC-Medium;
  font-weight: normal;
  color: #999999;
  line-height: 30px;
}
/* 使用css禁止选中文本 */
* {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.run {
  animation: rotate 1s linear infinite;
}
.search_module {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.search_module .module_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.search_module .search_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 738px;
  height: 510px;
  background: #F5F8FF;
  border-radius: 15px 15px 15px 15px;
  z-index: 10;
  box-sizing: border-box;
  padding: 40px 30px;
}
.search_module .search_box p.title {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
}
.search_module .search_box .input_box {
  margin: 40px 0;
}
.search_module .search_box .input_box .tips {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
.search_module .search_box .input_box input {
  width: 678px;
  height: 41px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #D7D9D9;
  box-sizing: border-box;
  padding: 5px 30px;
  font-size: 16px;
  color: #000;
}
.search_module .search_box .search_types {
  margin-bottom: 40px;
}
.search_module .search_box .search_types p.tips {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.search_module .search_box .search_types .typelist {
  width: 100%;
  height: 120px;
  justify-content: space-between;
}
.search_module .search_box .search_types .typelist .item {
  width: 100px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.search_module .search_box .search_types .typelist .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.search_module .search_box .search_types .typelist .item.active .point {
  background: #055CFF !important;
}
.search_module .search_box .search_types .typelist .item img {
  width: 41px;
  height: 41px;
}
.search_module .search_box .search_types .typelist .item .names {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin: 8px 0 20px 0;
}
.search_module .search_box .search_types .typelist .item .point {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border: 1px solid #ABABAB;
  border-radius: 50%;
}
.search_module .search_box .search_button {
  width: 107px;
  height: 35px;
  background: #93B4FF;
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
