.top-image {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.company-profile {
  height: 600px;
  width: 1280px;
  position: relative;
  margin: 0 auto;
}

.blue-bg {
  width: 480px;
  height: 680px;
  background: #1D8CF4;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-profile-image {
  width: 480px;
  height: 680px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.company-profile-content {
  width: 680px;
  padding: 192px 0 0 600px;
}

.company-profile-content-title {
  height: 36px;
  font-size: 28px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

.company-profile-content-EnTitle {
  height: 22px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
  margin-top: 10px;
}

.company-profile-content-text {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-top: 60px;
}

.company-profile-content-profile {
  width: 680px;
  height: 192px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.corporate_culture {
  /* height: 600px; */
  width: 1240px;
  margin: 160px auto;
}

.culture_box {
  margin-top: 60px;
  width: 100%;
  height: 420px;
}

.culture_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.culture_box-item1 {
  width: 300px;
  height: 420px;
  background: #FAFAFA;
  transition: all 0.3s ease-in-out 0s;
}

.culture_box-item1:hover {
  background: #1D8CF4;
}

.culture_box-item1-icon {
  width: 60px;
  height: 60px;
  margin: 80px calc((100% - 60px)/2) 60px calc((100% - 60px)/2);
  background-image: url('../../website/img/about/icon_positioning.png');
  background-size: 100% 100%;
}

.culture_box-item1:hover .culture_box-item1-icon {
  background-image: url('../../website/img/about/icon_positioning_w.png');
  background-size: 100% 100%;
}

.culture_box-item1-title {
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.culture_box-item1:hover .culture_box-item1-title {
  color: #FFF;
}

.culture_box-item1-subtitle {
  width: 220px;
  height: 64px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.culture_box-item1:hover .culture_box-item1-subtitle {
  color: #FFF;
}

.culture_box-item2 {
  width: 300px;
  height: 420px;
  background: #FAFAFA;
  transition: all 0.3s ease-in-out 0s;
}

.culture_box-item2:hover {
  background: #1D8CF4;
}

.culture_box-item2-icon {
  width: 60px;
  height: 60px;
  margin: 80px calc((100% - 60px)/2) 60px calc((100% - 60px)/2);
  background-image: url('../../website/img/about/icon_idea.png');
  background-size: 100% 100%;
}

.culture_box-item2:hover .culture_box-item2-icon {
  background-image: url('../../website/img/about/icon_idea_w.png');
}

.culture_box-item2-title {
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.culture_box-item2:hover .culture_box-item2-title {
  color: #FFF;
}

.culture_box-item2-subtitle {
  width: 220px;
  height: 64px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.culture_box-item2:hover .culture_box-item2-subtitle {
  color: #FFF;
}


.culture_box-item3 {
  width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.culture_box-item3-top {
  width: 600px;
  height: 200px;
  background: #FAFAFA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

.culture_box-item3-top:hover {
  background: #1D8CF4;
}

.culture_box-item3-icon {
  width: 60px;
  height: 60px;
  margin: auto 52px auto 92px;
  background-image: url('../../website/img/about/icon_target.png');
  background-size: 100% 100%;
}

.culture_box-item3-top:hover .culture_box-item3-icon {
  background-image: url('../../website/img/about/icon_target_w.png');
}

.culture_box-item3-content {
  padding: 40px 0;
  width: 320px;
}

.culture_box-item3-title {
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
}

.culture_box-item3-top:hover .culture_box-item3-title {
  color: #FFF;
}

.culture_box-item3-subtitle {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.culture_box-item3-top:hover .culture_box-item3-subtitle {
  color: #FFF;
}

.culture_box-item3-bottom {
  width: 600px;
  height: 200px;
  background: #FAFAFA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

.culture_box-item3-bottom:hover {
  background: #1D8CF4;
}

.culture_box-item4-icon {
  width: 60px;
  height: 60px;
  margin: auto 52px auto 92px;
  background-image: url('../../website/img/about/icon_mission.png');
  background-size: 100% 100%;
}

.culture_box-item3-bottom:hover .culture_box-item4-icon {
  background-image: url('../../website/img/about/icon_mission_w.png');
}

.culture_box-item4-content {
  padding: 40px 0;
  width: 320px;
}

.culture_box-item4-title {
  height: 36px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #333333;
  line-height: 36px;
}

.culture_box-item3-bottom:hover .culture_box-item4-title {
  color: #FFF;
}

.culture_box-item4-subtitle {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.culture_box-item3-bottom:hover .culture_box-item4-subtitle {
  color: #FFF;
}


.join-us {
  width: calc(100vw - 8px);
  height: 640px;
  /* background: url('../../website/img/about/jion_us_bg.png');
  background-size: 100% 100%; */
  padding: 160px 0;
  position: relative;
}

.join-us-content {
  width: 1200px;
  height: 560px;
  margin: 80px auto 0 auto;
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; */
  position: relative;
}

.join-us-content-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out 0s;

  /* transition: z-index 0.8s ease-in-out 1s; */
  /* transition: top,left,margin 0.8s ease-in-out 0s; */
}

.join-us-content-img {
  width: 360px;
  height: 240px;
}

.join-us-content-text {
  height: 240px;
  width: 240px;
  padding: 40px 60px 0 60px;
}

.join-us-content-text-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.join-us-content-text-text {
  margin-top: 20px;
  width: 240px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}

.join-us-content-box {
  width: 360px;
  height: 520px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  cursor: zoom-in;
  /* z-index: 98;
  transition: all 0.8s ease-in-out 0s;
  transition-property: all except 'z-index'; */
}

.join-us-content-box2 {
  width: 360px;
  height: 520px;
  background: #FFFFFF;
  /* margin-top: 40px; */
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -180px;
  /* transition: all 0.8s ease-in-out 0s;
  z-index: 99;
  transition-property: all except 'z-index'; */
}

.join-us-content-box3 {
  width: 360px;
  height: 520px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: calc(100% - 360px);
  cursor: zoom-in;
  /* transition: all 0.8s ease-in-out 0s;
  z-index: 98;
  transition-property: all except 'z-index'; */
}

.complaint-feedback {
  padding: 0px 0 160px 0;
  margin: 0 auto;
  background: #FFF;
  width: 1280px;
}

.input-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.input-title-require {
  color: rgb(199, 24, 24);
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  margin-left: 3px;
}

.input-textarea {
  width: 1238px;
  height: 358px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #CCCCCC;
  margin-top: 20px;
  padding: 20px;
}

.el-textarea__inner {
  padding: 0;
  border: none;
  border-radius: 0px;
  height: 360px;
}

.upload {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 54px;
}

.upload-title {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-right: 40px;
}

.upload-file {
  width: calc(100% - 120px);
}

.upload-file .el-button--small {
  padding: 11px 17px;
  font-size: 16px;
  color: #666666;
}

.upload-file .el-button--primary {
  border: 1px solid #CCCCCC;
  background-color: #FFF;
}

.el-upload__tip {
  margin-top: 10px;
  width: 1160px;
  height: 56px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
}

.phone {
  margin-right: 27.25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.code {
  margin-top: 10px;
  width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.contact-information {
  width: 320px;
  height: 40px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 32px;
}

.contact-information .el-input__inner {
  border: none;
}

.submit {
  width: 240px;
  height: 80px;
  background: #1D8CF4;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 60px auto 0 auto;

  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}

.submit:hover {
  background: #42a1fa;
}


.case {
  width: 100%;
  padding-top: 0px;
  background: #FAFAFA;
}

.case-box {
  margin-top: 80px;
  padding: 0 65px 120px 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.case-item {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.business-top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.business-top-title {
  height: 36px;
  font-size: 28px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

.business-top-title-en {
  height: 22px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
  margin-top: 10px;
}

.banner-left {
  background-image: url('../../website/img/index/icon_left.png');
  background-size: 100% 100%;
  width: 40px;
  height: 120px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.banner-left:hover {
  background-image: url('../../website/img/index/icon_left_sel.png');
  background-size: 100% 100%;
}

.banner-right {
  background-image: url('../../website/img/index/icon_right.png');
  background-size: 100% 100%;
  width: 40px;
  height: 120px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

.banner-right:hover {
  background-image: url('../../website/img/index/icon_right_sel.png');
  background-size: 100% 100%;
}
