* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: PingFangSC-Semibold, PingFang SC;
  /* font-family: "微软雅黑" !important; */
}

body {
  background-color: #fff !important;
}

.box {
  width: 100%;
  position: relative;
}

/* 内容样式 */
.content {
  width: 100%;
  overflow: hidden;
}

.title {
  width: 100%;
  height: 38vw;
  background: url('../images/contact/contact1.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 44px;
    text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.28);
}

<!--.title {-->
<!--  width: 100%;-->
<!--  height: 708px;-->
<!--  background: url('../images/product/header.png') no-repeat;-->
<!--  background-size: 100% 100%;-->
<!--  display: flex;-->
<!--  justify-content: content;-->
<!--  align-items: center;-->
<!--}-->

section nav {
  width: calc(100% - 248px);
  height: 6.25vw;
  background-color: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: -76px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.28);
  position: relative;
}
section nav a {
  width: 100%;
  height: 6.25vw;
  text-align: center;
  line-height: 6.25vw;
  font-weight: 600;
  color: #666666;
  font-size: 18px;
  background-color: #fff;
  cursor: pointer;
}

section nav a:hover,
.active {
  color: #fff;
  background-color: #f4a200;
}

.position {
  width: 100%;
  margin-top: -76px;
  overflow: hidden;
  background: #F6F7F6;
  padding: 132px 124px 0 124px;
  box-sizing: border-box;
}
.position h3 a {
    float:right;
}
.position h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.position > p {
  width: 1674px;
  margin: auto;
  text-align: right;
  margin-top: 24px;
}
.position > p a {
  cursor: pointer;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  font-size: 18px;
}
.position ul {
  width: 100%;
  margin: auto;
  margin-top: 24px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.position ul li {
  width: 23.5%;
  height: 8vw;
  background: #fff;
  margin-bottom: 24px;
}
.position ul li h4 {
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  white-space:nowrap
}
.position ul li h4 span {
  display: block;
  width: 20px;
  height: 20px;
  background: #ff6b6b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.position ul li a {
  height: 100%;
  padding: 18px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.position ul li a > p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  
}

.default {
  width: calc(100% - 248px);
  overflow: hidden;
  margin: auto;
  margin-top: 4.5vw;
}
.default h2,
.default h5 {
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  font-size: 36px;
}
.welfare {
  margin-top: 77px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.welfare ul {
  width: 50%;
  height: 32vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.welfare ul li {
  width: 31%;
  padding: 24px 0;
  box-sizing: border-box;
  text-align: center;
}
.welfare ul li div {
    height:70px;
    text-align:center;
    line-height:70px;
}
.welfare ul li h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 37px;
}
.welfare ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 8px;
  white-space:nowrap;
}
.welfare>img {
  width: 46.7%;
  object-fit: contain;
}

.team {
  margin-bottom: 8.3vw;
}
.team ul {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.team ul li {
  width: 32.5%;
  height: 228px;
  background: #fff7ed;
  padding: 48px;
  box-sizing: border-box;
}
.team ul li:nth-of-type(2) {
  background: #fff1f0;
}
.team ul li:nth-of-type(3) {
  background: #f2f7ff;
}
.team ul li h1 {
  font-weight: 600;
  color: #f4a200;
  line-height: 66px;
  font-size: 48px;
}
.team ul li h5 {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  margin-top: 28px;
}
.company {
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 48px;
}
.information {
  width: 63%;
  float: left;
  overflow: hidden;
}
.information h4,
.vx h4 {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 32px;
  margin-bottom: 24px;
}
.information p {
  color: #666666;
  line-height: 40px;
  font-size: 18px;
}
.information p span {
    display:block;
    width:149px;
    float:left;
}
.vx {
  float: left;
}
.vx_hr div {
  float: left;
  width: 150px;
  overflow: hidden;
  margin-right: 64px;
  text-align:center;
}
.vx_hr div img {
  width: 150px;
  height: 150px;
  display: block;
}
.vx_hr div h6 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  margin-top: 16px;
}
.map {
  width: calc(100% - 248px);
  margin: auto;
  display: block;
  margin-bottom: 160px;
}
