@charset "UTF-8";
/**
 * Created by huoqy on 2022/12/10.
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  margin: 0 auto;
  background: #fff;
  background-size: 100%;
  height: 100%;
  font-family: PingHei, "Helvetica Neue", Helvetica, "microsoft yahei";
  color: #333333;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  -webkit-touch-callout: none;
}

input,
textarea {
  font-family: PingFang SC, Lantinghei SC, "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
  box-sizing: border-box;
}

input:focus,
select {
  outline: 0;
}

select,
textarea {
  resize: none;
}
select:focus,
textarea:focus {
  outline: 0;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

a {
  border: 0;
  text-decoration: none;
  color: #666;
}
a img {
  border: 0;
  width: 100%;
  pointer-events: none;
  display: block;
}

img {
  pointer-events: none;
  width: 100%;
  display: block;
  vertical-align: middle;
}

em,
i {
  font-style: normal;
}

button {
  cursor: pointer;
  outline: none;
}

article, aside, dialog, figure, footer, footer, header, menu, nav, section {
  display: block;
}

/**
 * 适配iphoneX顶部填充
 **/
@supports (top: env(safe-area-inset-top)) {
  body,
  .header {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
}
/**
 * 判断iphoneX 将 footer 的 padding-bottom 填充到最底部
 **/
@supports (bottom: env(safe-area-inset-bottom)) {
  body,
  .footer {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
/**
 * 滚动条
 **/
/* ========== color ========== */
/* ========== size ========== */
/* ==========  ========== */
/**
 * 支撑
 **/
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

/**
 * 单行溢出隐藏点点点
 **/
.list li .list-text,
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**
 * 字体
 **/
/**
 * 背景颜色
 **/
/**
 * 边框圆角
 **/
/**
 * 背景图
 **/
/* XY轴定位 */
/**
 * 按钮
 **/
/**
 * 边框
 **/
/**
 * 头像
 **/
/** 
 * 对齐方式
 **/
/**
 * 栅格
 **/
/**
 * 分割调用
 **/
/**
 * 弹窗
 **/
/**
 * 多行溢出隐藏
 **/
/* ========== 通用 ========== */
.box {
  width: 1375px;
  margin: 0 auto;
  position: relative;
}

nav {
  background: #ffffff;
}
nav .menu {
  height: 60px;
  width: 1375px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
nav .menu .logo {
  display: block;
  width: 140px;
  margin-right: 155px;
}
nav .menu ul {
  display: flex;
}
nav .menu ul li {
  min-width: 120px;
}
nav .menu ul li a {
  margin: 0 5px;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 32px;
}
nav .menu ul li:hover a {
  color: #ffffff;
  border-radius: 30px;
  background: #2f8efe;
}
nav .menu ul .active a {
  color: #ffffff;
  border-radius: 30px;
  background: #2f8efe;
}
nav .menu .login-btn {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
nav .menu .login-btn span a {
  display: inline-block;
  height: 34px;
  width: 70px;
  line-height: 34px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  background: #ff4820;
}
nav .menu .login-btn span a:hover {
  background: #e23812;
}
nav .menu .login-btn span a:nth-child(2) {
  background: #12cc83;
}
nav .menu .login-btn span a:nth-child(2):hover {
  background: #08b16d;
}

.pagination {
  text-align: center;
  margin: 12px 0 36px;
}
.pagination .swiper-pagination {
  position: relative;
}
.pagination .swiper-pagination span {
  margin: 0 4px;
}

.title {
  text-align: center;
  color: #222222;
  font-size: 42px;
  line-height: 72px;
}

.about-us {
  display: flex;
  align-items: center;
}
.about-us img {
  width: 380px;
  flex: 380px 0 0;
}
.about-us-right {
  width: 100%;
  padding-left: 90px;
}
.about-us-right .about-us-name {
  color: #222222;
  font-size: 60px;
  line-height: 90px;
}
.about-us-right .about-us-content {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a2a2a2;
  font-size: 21px;
  line-height: 47px;
}

.join-us {
  margin-top: 70px;
  position: relative;
}
.join-us .join-us-box {
  top: 50%;
  left: 50%;
  width: 1375px;
  position: absolute;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.join-us .join-us-box .title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 75px;
}
.join-us .join-us-box .join-us-tab {
  display: flex;
}
.join-us .join-us-box .join-us-tab li {
  padding: 13px;
  width: 20%;
  border-right: 1px solid #2374de;
}
.join-us .join-us-box .join-us-tab li:last-child {
  border-right: none;
}
.join-us .join-us-box .join-us-tab li .join-us-icon {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  border-radius: 100%;
  background: #ffffff;
}
.join-us .join-us-box .join-us-tab li .join-us-icon img {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.join-us .join-us-box .join-us-tab li .join-us-name {
  text-align: center;
  margin: 28px auto 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 40px;
}
.join-us .join-us-box .join-us-tab li:hover .join-us-icon {
  animation: heartbeat 0.3s linear 0s 1;
  -webkit-animation: heartbeat 0.3s linear 0s 1;
}
.join-us .join-us-box img {
  min-height: 600px;
}

/* 按钮-呼吸效果 */
@keyframes heartbeat {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.tab-icon {
  margin: 210px auto 155px;
  display: flex;
  justify-content: space-between;
}
.tab-icon img {
  width: 162px;
  height: 162px;
}

.list {
  margin: 90px 0 0;
  display: flex;
  justify-content: space-between;
}
.list li {
  width: 480px;
}
.list li img {
  width: 100%;
}
.list li .list-text {
  color: #333333;
  font-size: 28px;
  line-height: 74px;
}
.list li .list-btn {
  display: block;
  width: 170px;
  line-height: 48px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  background: linear-gradient(120deg, #2087ff, #1170df);
}
.list li .list-btn:hover {
  opacity: 0.8;
}

.lianxi {
  margin-top: 138px;
  padding-top: 100px;
  height: 330px;
  background: url("../new_images/footer_bg.png") no-repeat top center;
  background-size: 100% 100%;
}
.lianxi .lianxi-box {
  display: flex;
  justify-content: space-between;
}
.lianxi .lianxi-box .lianxi-left {
  display: flex;
  align-items: center;
}
.lianxi .lianxi-box .lianxi-left img {
  width: 122px;
  flex: 122px 0 0;
}
.lianxi .lianxi-box .lianxi-left .lianxi-conent {
  width: 100%;
  padding-left: 40px;
}
.lianxi .lianxi-box .lianxi-left .lianxi-conent .lianxi-name {
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
}
.lianxi .lianxi-box .lianxi-left .lianxi-conent .lianxi-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
}
.lianxi .lianxi-box .lianxi-right {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
.lianxi .lianxi-box .lianxi-right .aboutUs-name {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  background: #1170df;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.copyright a {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */