* {
  /* scrollbar-3dlight-color:red;   
    scrollbar-highlight-color:red;
    scrollbar-darkshadow-color:red;   */
  scrollbar-face-color: rgb(117, 121, 123);
  scrollbar-arrow-color: rgb(95, 98, 101);
  scrollbar-shadow-color: rgb(117, 121, 123);
  scrollbar-track-color: rgb(25, 35, 39);
}

/* 主体 */
.aboutOcta-container {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

/* 公司概况 */
.aboutOcta-container .container-head {
  width: 100%;
  /* min-height:586px; */
  position: relative;
  display: flex;
}

.aboutOcta-container .container-head .head-left {
  max-width: 598px;
  min-width: 32%;
  flex: 1;
  /* height: 586px; */
  background-color: #102f3c;
}

.aboutOcta-container .container-head .head-right {
  width: auto;
  max-height: 586px;
}

.aboutOcta-container .container-head .head-right img {
  width: auto;
  max-width: 100%;
  height: auto;
  z-index: -2;
}

.aboutOcta-container .container-head .head-font {
  width: 86%;
  min-height: auto;
  background: none;
  position: absolute;
  top: 80px;
  box-sizing: border-box;
  display: flex;
  left: 0;
}

.aboutOcta-container .container-head .head-font .companyOverview {
  flex: 1;
  background: linear-gradient(
    270deg,
    rgba(0, 69, 54, 1) 0%,
    rgba(20, 42, 63, 1) 100%
  );
  padding: 36px 36px 20px 380px;
  min-width: 800px;
  box-sizing: border-box;
  display: flex;
  z-index: 100;
}

.aboutOcta-container .container-head .head-font .companyOverview .font-left {
  min-width: 160px;
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-right: 58px;
}

.aboutOcta-container
  .container-head
  .head-font
  .companyOverview
  .font-left
  .line {
  width: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
  margin-top: 20px;
}

.aboutOcta-container .container-head .head-font .companyOverview .font-right {
  flex: 1;
}

.aboutOcta-container .container-head .head-font .companyOverview .font-right p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  margin-bottom: 16px;
}

.aboutOcta-container
  .container-head
  .head-font
  .companyOverview
  .font-right-en
  div {
  overflow-y: scroll;
  height: 500px;
}

.aboutOcta-container
  .container-head
  .head-font
  .companyOverview
  .font-right-en
  p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  margin-bottom: 16px;
}
.font-right-en >div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  z-index: 99;
}
.font-right-en >div::-webkit-scrollbar-track {
  border-radius: 0px;
  border: none;
}
.font-right-en >div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255,255,255,0.5);
}
.font-right-en >div::-webkit-scrollbar-corner {
  background: transparent;
}

.aboutOcta-container .container-head .head-font .aboutUs {
  width: 40%;
  max-width: 388px;
  height: 190px;
  background-size: cover;
  content: "";
  background: linear-gradient(
    270deg,
    rgba(0, 69, 54, 0.3) 0%,
    rgba(20, 42, 63, 1) 100%
  );
  opacity: 0.6;
}

.aboutOcta-container .container-head .head-font .aboutUs-font {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  max-width: 388px;
  height: 253px;
  text-align: center;
  padding-top: 36px;
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
}

.aboutOcta-container .container-head .head-font .aboutUs-zh {
  width: 300px;
}

.aboutOcta-container .container-head .head-font .aboutUs-font-zh {
  width: 300px;
}

/* web公司情况 */
.web-happening {
  display: none;
}

/* 团队介绍 */
.aboutOcta-container .container-team {
  width: 100%;
  /* min-height: 926px; */
  background-color: #192024;
  position: relative;
  padding: 298px 0 162px 380px;
  box-sizing: border-box;
  display: flex;
  height: 912px;
}

.aboutOcta-container .container-team .team-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 504px;
  height: 100%;
  background: rgba(28, 36, 40, 1);
}

.aboutOcta-container .container-team .team-inc {
  flex: 1;
  display: flex;
}

/* 介绍---文字 */
.aboutOcta-container .container-team .team-inc .inc-font {
  margin-right: 58px;
  width: 326px;
  color: rgba(255, 255, 255, 1);
  z-index: 100;
}

.aboutOcta-container .container-team .team-inc .inc-font h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 20px;
}

.aboutOcta-container .container-team .team-inc .inc-font .line {
  width: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
  margin-bottom: 48px;
}

.aboutOcta-container .container-team .team-inc .inc-font p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}

/* 介绍---人员 */
.aboutOcta-container .container-team .team-inc .inc-personnel {
  flex: 1;
  /* display: flex; */
}

.aboutOcta-container .container-team .team-inc .inc-personnel .personnel-box {
  float: left;
  width: 25%;
  z-index: 100;
  /* flex:1; */
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .img {
  position: relative;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .people-img {
  width: 100%;
  margin-bottom: 28px;
  background-size: 100% 100%;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .people-img
  .hover-img {
  display: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .img
  .hover-dis {
  width: 331px;
  height: 220px;
  position: absolute;
  bottom: 0px;
  z-index: 1000;
  padding: 18px 24px 0 24px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .name {
  display: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  p:last-child {
  display: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .img
  .hover-dis {
  display: block;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .people-img {
  width: 331px;
  height: 427px;
  margin-top: -39px;
  z-index: 1000;
  position: relative;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .people-img
  .hover-img {
  display: block;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .people-img
  .normal-img {
  display: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:hover
  .hover-name
  span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  /* font-weight: bold; */
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box:last-child:hover {
  margin-left: -50px;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  img {
  width: 100%;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .name {
  color: white;
  text-align: center;
  margin-bottom: 22px;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .name
  span {
  margin-right: 16px;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .name
  button {
  width: 50px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  color: #18c29c;
  background: none;
  margin-left: 16px;
  outline: none;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .hover-name {
  color: white;
  text-align: center;
  margin: 18px 0;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .hover-name
  span {
  margin-right: 16px;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .hover-name
  p {
  margin-bottom: 7px;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .hover-name
  button {
  width: 50px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  color: #18c29c;
  background: none;
  margin-left: 16px;
  outline: none;
}

.aboutOcta-container .container-team .team-inc .inc-personnel .personnel-box p {
  width: 100%;
  color: white;
  font-size: 14px;
  text-shadow: 0px 1px 1px rgba(0, 69, 54, 0.4);
  line-height: 22px;
  text-align: center;
  margin-bottom: 7px;
  position: relative;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  span {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  text-shadow: 0px 1px 1px rgba(0, 69, 54, 0.4);
}

/* 专家顾问 */
.container-consultant {
  width: 100%;
  min-height: 954px;
  background-image: url("../image/about/counselor/bg_counselor@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #044035;
  padding: 170px 380px 0 380px;
  box-sizing: border-box;
}

.container-consultant .consultant-row {
  min-height: 270px;
  display: flex;
}

.container-consultant .consultant-row:nth-child(1) {
  margin-bottom: 116px;
}

.container-consultant .consultant-row .row-child {
  flex: 1;
  margin-right: 28px;
}

.container-consultant .consultant-row .tit-child {
  padding-top: 50px;
}

.container-consultant .consultant-row .row-child:last-child {
  margin: 0;
}

.container-consultant .consultant-row .row-child h4 {
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  margin-bottom: 20px;
}

.container-consultant .consultant-row .row-child .line {
  width: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
}

.container-consultant .consultant-row .row-child .child-box {
  width: 100%;
  height: 100%;
  background: rgba(17, 46, 49, 1);
  padding: 24px 0 0 28px;
  box-sizing: border-box;
}

.container-consultant .consultant-row .row-child .child-box img {
  width: 140px;
  height: 160px;
  margin-top: -80px;
  float: left;
  margin-right: 13px;
}

.container-consultant .consultant-row .row-child .child-box .inc {
  width: 100%;
  display: block;
  display: flex;
}

.container-consultant .consultant-row .row-child .child-box .inc div {
  float: left;
}

.container-consultant .consultant-row .row-child .child-box .inc div p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 27px;
  margin-bottom: 16px;
}

.container-consultant .consultant-row .row-child .child-box .inc div button {
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  padding: 4px 10px;
  color: rgba(24, 194, 156, 1);
  line-height: 20px;
  font-size: 14px;
  background: none;
  outline: none;
}

.container-consultant .consultant-row .row-child .child-box ul {
  margin-top: 24px;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  padding-right: 60px;
  box-sizing: border-box;
}

.container-consultant .consultant-row .row-child .child-box ul li {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 32px;
  display: flex;
}

.container-consultant .consultant-row .row-child .child-box ul li span {
  font-size: 14px;
  margin-left: 6px;
}

/* 领导关怀 */
.container-care {
  width: 100%;
  min-height: 914px;
  padding: 140px 380px 0 380px;
  box-sizing: border-box;
  background-color: #192024;
}

.container-care .care-tit {
  line-height: 56px;
  font-weight: 600;
  height: 56px;
  margin-bottom: 20px;
}

.container-care .care-tit p:nth-child(1) {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  float: left;
}

.container-care .care-tit p:nth-child(2) a {
  font-size: 16px;
  color: rgba(24, 194, 156, 1);
  float: right;
  cursor: pointer;
}

.container-care .line {
  width: 80px;
  margin-bottom: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
}

.container-care .care-news {
  min-height: 476px;
  width: 100%;
  position: relative;
}

.container-care .care-news .web-browse {
  display: none;
}

.container-care .care-news .news-show {
  cursor: pointer;
  width: 60%;
  height: 420px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  margin-right: 2%;
  position: relative;
  float: left;
}

.container-care .care-news .news-show img {
  width: 100%;
  height: 100%;
}

.container-care .care-news .news-show .show-font {
  position: absolute;
  bottom: -56px;
  min-height: 114px;
  width: 80%;
  left: 10%;
  background-image: url("../image/about/counselor/bg_counselor@2x.png");
  background-size: 100% 100%;
  padding: 28px 30px;
  box-sizing: border-box;
}

.container-care .care-news .news-show .show-font h4 {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 12px;
}

.container-care .care-news .news-show .show-font p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
}

.container-care .care-news .news-show .show-font p i {
  margin-right: 6px;
}

.container-care .care-news .news-swiper {
  float: left;
  width: 38%;
  height: 420px;
  display: flex;
  flex-direction: column;
}

.container-care .care-news .news-swiper #swiper {
  width: 100%;
  height: 100%;
}

.container-care .care-news .news-swiper .swiper-child {
  height: 122px;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.container-care .care-news .news-swiper .swiper-child:hover {
  background: linear-gradient(
    270deg,
    rgba(24, 194, 156, 0) 0%,
    rgba(24, 194, 156, 1) 100%
  );
}

.container-care .care-news .news-swiper .swiper-child:last-child {
  margin: 0;
}

.container-care .care-news .news-swiper .swiper-child img {
  display: inline-block;
  width: 187px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  margin-right: 16px;
  cursor: pointer;
}

.container-care .care-news .news-swiper .swiper-child .swiper-font {
  flex: 1;
  padding: 15px 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.container-care .care-news .news-swiper .swiper-child .swiper-font h4 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.container-care .care-news .news-swiper .swiper-child .swiper-font p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container-care .care-news .news-swiper .swiper-child .swiper-font p i {
  margin-right: 6px;
}

.container-care .care-news .swiper-button-prev,
.container-care .care-news .swiper-button-next {
  background-image: none;
  color: #18c29c;
  bottom: 0;
  top: auto;
  outline: none;
}

.container-care .care-news .pageNum {
  position: absolute;
  bottom: 0;
  height: 44px;
  right: 44px;
  font-weight: 500;
  color: rgba(24, 194, 156, 1);
  font-size: 16px;
}

.container-care .care-news .swiper-button-prev {
  right: 70px;
  left: auto;
}

.container-care .care-news .web-swiper {
  display: none;
}

/* 八分量大事记 */
.container-memorabilia {
  width: 100%;
  background-color: #192024;
  padding-bottom: 140px;
}

.container-memorabilia img {
  width: 100%;
  height: 100%;
}

.container-memorabilia .swiper-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.container-memorabilia .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.container-memorabilia .swiper-container1 .swiper-slide {
  width: 480px !important;
}

.container-memorabilia .memorabilia-head {
  width: 100%;
  padding: 0 380px;
  box-sizing: border-box;
  margin-bottom: 82px;
}

.container-memorabilia .memorabilia-head p {
  color: rgba(255, 255, 255, 1);
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 20px;
}

.container-memorabilia .memorabilia-head .line {
  width: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
}

.container-memorabilia .memorabilia-body {
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  white-space: nowrap;
  display: flex;
}

.container-memorabilia .memorabilia-body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.container-memorabilia .memorabilia-body .memorabilia-year {
  width: 100%;
  float: left;
  flex: none;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-img {
  width: 100%;
  height: 330px;
  background-color: #1e3938;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font {
  width: 100%;
  height: 330px;
  background: rgba(33, 42, 46, 1);
  position: relative;
  padding: 48px 48px 0 48px;
  box-sizing: border-box;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font:hover {
  background-color: #18c29c;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font:hover h4,
.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font:hover
  ul
  li
  p,
.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font:hover
  ul
  li
  p
  i {
  color: #142a3f !important;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font:hover
  .top-icon {
  border-bottom: 12px #18c29c solid;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font:hover
  .bot-icon {
  border-top: 12px #18c29c solid;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font h4 {
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  font-size: 48px;
  font-family: MoskSemi-Bold600, MoskSemi;
  height: auto;
  margin-bottom: 36px;
  font-weight: bold;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font ul {
  width: 100%;
  height: 162px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.container-memorabilia .memorabilia-body .memorabilia-year .year-font ul li {
  width: 100%;
  border-top: 1px solid #4c5a6a;
  padding: 14px 0;
  box-sizing: border-box;
  display: flex;
  /* min-height:82px; */
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  ul
  li
  p:nth-child(1) {
  height: auto;
  font-size: 24px;
  color: rgba(24, 194, 156, 1);
  /* line-height:39px; */
  margin-right: 30px;
  float: left;
  min-width: 50px;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  ul
  li
  p:nth-child(2) {
  width: 290px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  white-space: initial;
  display: flex;
  float: left;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  ul
  li
  p:nth-child(2)
  i {
  color: #18c29c;
  margin-right: 10px;
  line-height: 26px;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  .top-icon {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0px transparent dashed;
  border-left: 12px transparent dashed;
  border-right: 12px transparent dashed;
  border-bottom: 12px #212a2e solid;
}

.container-memorabilia
  .memorabilia-body
  .memorabilia-year
  .year-font
  .bot-icon {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0px transparent dashed;
  border-left: 12px transparent dashed;
  border-right: 12px transparent dashed;
  border-top: 12px #212a2e solid;
}

/* 合作伙伴 */
.container-partner {
  width: 100%;
  min-height: 264px;
  background-color: #192024;
  background: linear-gradient(
    270deg,
    rgba(0, 69, 54, 1) 0%,
    rgba(20, 42, 63, 1) 100%
  );
  padding: 90px 380px;
  box-sizing: border-box;
}

.container-partner img {
  height: 54px;
  margin-right: 62px;
}

.container-partner div {
  display: flex;
  justify-content: center;
}

.container-partner div:first-child {
  margin-bottom: 62px;
}

.container-partner img:last-child {
  margin-right: 0;
}

/* 加入我们 */
.container-join {
  width: 100%;
  min-height: 1450px;
  background-color: #192024;
  padding: 140px 380px 140px 0;
  box-sizing: border-box;
  position: relative;
}

.container-join .join-tit {
  width: 100%;
  padding-left: 380px;
  box-sizing: border-box;
}

.container-join .join-tit h4 {
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  margin-bottom: 20px;
}

.container-join .join-tit .line {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 80px;
}

.container-join .occupation {
  width: 100%;
  height: 78px;
  display: flex;
  margin-bottom: 68px;
  padding-left: 380px;
  box-sizing: border-box;
}

.container-join .occupation li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  line-height: 78px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  margin-right: 20px;
  background: rgba(7, 158, 124, 0.34);
  border: 1px solid rgba(46, 57, 63, 1);
  background-size: 100% 100%;
}

.container-join .occupation li:nth-child(1) {
  background-image: url("../image/about/bg_tab_all@2x.png");
}

.container-join .occupation li:nth-child(2) {
  background-image: url("../image/about/bg_tab_developer@2x.png");
}

.container-join .occupation li:nth-child(3) {
  background-image: url("../image/about/bg_tab_product@2x.png");
}

.container-join .occupation li:nth-child(4) {
  background-image: url("../image/about/bg_tab_function@2x.png");
}

.container-join .occupation li:nth-child(5) {
  background-image: url("../image/about/bg_tab_school@2x.png");
}

.container-join .details-cover {
  width: 100%;
  height: auto;
  background: rgba(28, 36, 40, 1);
  padding-bottom: 134px;
  position: relative;
  min-height: 200px;
}

.container-join .details-cover .details-tit {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.54);
}

.container-join .details-cover .cover-img {
  width: auto;
  height: 229px;
  position: absolute;
  top: 0;
  right: 0;
}

.container-join .details {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 64px;
  padding-right: 396px;
  box-sizing: border-box;
  padding-left: 380px;
  box-sizing: border-box;
}

.container-join .details .details-information {
  width: 100%;
  background-color: rgba(46, 57, 63, 1);
  padding: 14px 40px 30px 40px;
  box-sizing: border-box;
  margin-bottom: 23px;
}

.container-join .details .details-information:last-child {
  margin-bottom: 0;
}

.container-join .details .details-information .information-tit {
  width: 100%;
  margin-bottom: 14px;
  height: 22px;
}

.container-join .details .details-information .information-tit p:nth-child(1) {
  float: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.container-join .details .details-information .information-tit p:nth-child(2) {
  float: right;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.container-join .details .details-information .information-line {
  width: 100%;
  height: 1px;
  background: rgba(63, 80, 89, 1);
  margin-bottom: 28px;
}

.container-join .details .details-information .basicInformation {
  width: 100%;
  height: 20px;
}

.container-join .details .details-information .basicInformation p:nth-child(1) {
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.container-join .details .details-information .basicInformation p:nth-child(2) {
  float: right;
  display: flex;
  align-items: center;
  color: rgba(24, 194, 156, 1);
  font-size: 14px;
  cursor: pointer;
}

.container-join
  .details
  .details-information
  .basicInformation
  p:nth-child(2)
  i {
  margin-left: 10px;
  font-size: 18px;
}

.container-join
  .details
  .details-information
  .basicInformation
  p:nth-child(2)
  .show {
  color: #18c29c;
}

.container-join .details .details-information .show-detail {
  width: 100%;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  font-weight: 500;
  /*  */
  display: none;
}

.container-join .details .details-information .show-detail p {
  margin-bottom: 10px;
  margin-top: 24px;
}

.container-join .details .details-information .show-detail ul {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.container-join .details .details-information .show-detail ul li {
  margin-bottom: 8px;
}

/* 联系我们 */
.container-contact {
  width: 100%;
  min-height: 624px;
  background-color: #192024;
}

.container-contact .contact-font {
  width: 44%;
  float: left;
  height: 624px;
}

.container-contact .contact-font h4 {
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  height: 56px;
  margin-bottom: 20px;
  padding-left: 380px;
}

.container-contact .contact-font .line {
  width: 80px;
  height: 2px;
  background: rgba(24, 194, 156, 1);
  margin-left: 380px;
  margin-bottom: 80px;
}

.container-contact .contact-font .information {
  width: 100%;
  height: 310px;
  background: linear-gradient(
    270deg,
    rgba(0, 69, 54, 0.83) 0%,
    rgba(20, 42, 63, 1) 100%
  );
  padding: 76px 0 76px 380px;
  box-sizing: border-box;
}

.container-contact .contact-font .information p {
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
}

.container-contact .contact-font .information p i {
  color: #18c29c;
  font-size: 18px;
  margin-right: 18px;
}

.container-contact .contact-enter {
  width: 56%;
  float: left;
  height: 624px;
  background-image: url("../image/about/bg_connact@2x.png");
  background-size: 100% 100%;
  padding: 140px 0 0 134px;
  box-sizing: border-box;
}

.container-contact .contact-enter div {
  margin-bottom: 28px;
}

.container-contact .contact-enter div input {
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  height: 40px;
  background: rgba(5, 28, 23, 0.38);
  color: white;
  padding: 10px 16px;
  box-sizing: border-box;
}

.container-contact .contact-enter div .name {
  width: 156px;
  margin-right: 6px;
}

.container-contact .contact-enter div .phone {
  width: 248px;
}

.container-contact .contact-enter div .company {
  width: 414px;
}

.container-contact .contact-enter div p {
  width: 414px;
  height: 40px;
  background: rgba(5, 28, 23, 0.38);
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  color: white;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.container-contact .contact-enter div i {
  float: right;
  color: #18c29c;
  font-size: 20px;
}

.container-contact .contact-enter div ul {
  position: absolute;
  width: 414px;
  display: none;
  height: 400px;
  overflow-y: scroll;
}

.container-contact .contact-enter div ul li {
  line-height: 40px;
  background-color: rgba(33, 40, 47, 0.9);
  color: white;
  padding-left: 16px;
  cursor: pointer;
}

.container-contact .contact-enter div ul li:hover {
  background-color: rgba(0, 0, 0, 1);
}

.container-contact .contact-enter div textarea {
  width: 414px;
  background: rgba(5, 28, 23, 0.38);
  border-radius: 4px;
  border: 1px solid rgba(24, 194, 156, 1);
  color: white;
  padding: 10px 16px;
  box-sizing: border-box;
}

.container-contact .contact-enter div button {
  width: 170px;
  height: 40px;
  background: rgba(7, 158, 124, 1);
  border-radius: 4px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  /* border:1px solid #18C29C; */
  border: 0;
  outline: none;
  cursor: pointer;
}

.container-contact .contact-enter div button:hover {
  background: rgba(24, 194, 156, 1);
  color: rgba(255, 255, 255, 1);
}

.container-contact .contact-enter div button:active {
  background: rgba(0, 132, 102, 1);
}

.cover {
  width: 100%;
  height: 130px;
  background-color: #192024;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .personal-introduction {
  height: 45%;
  display: block;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.aboutOcta-container
  .container-team
  .team-inc
  .inc-personnel
  .personnel-box
  .personal-introduction::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* 兼容性 */
@media (max-width: 1680px) {
  .container-consultant .consultant-row .row-child .child-box,
  .container-consultant .consultant-row .tit-child {
    min-width: auto;
  }

  .container-join .occupation,
  .container-join .join-tit,
  .container-join .details {
    padding-left: 190px;
  }

  .aboutOcta-container .container-head .head-font .companyOverview {
    padding: 36px 36px 20px 190px;
  }

  .aboutOcta-container .container-team {
    padding: 298px 0 162px 190px;
  }

  .container-consultant {
    padding: 170px 190px 0 190px;
  }

  .container-care {
    padding: 140px 190px 0 190px;
  }

  .container-partner {
    padding: 90px 190px;
  }

  .container-join {
    padding: 140px 190px 140px 0;
  }

  .container-contact .contact-font h4 {
    padding-left: 190px;
  }

  .container-contact .contact-font .line {
    margin-left: 190px;
  }

  .container-contact .contact-font .information {
    padding: 76px 0 76px 190px;
  }

  .container-memorabilia .memorabilia-head {
    padding: 0 190px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:last-child:hover {
    margin-left: -8%;
  }
}

@media (max-width: 1530px) {
  .aboutOcta-container .container-head .head-font {
    width: 1188px;
  }

  .aboutOcta-container .container-head .head-font .companyOverview .font-left {
    margin-right: 20px;
  }

  .aboutOcta-container .container-head .head-font .companyOverview {
    padding: 36px 36px 20px 90px;
  }

  .aboutOcta-container .container-team {
    padding: 298px 0px 162px 90px;
  }

  .container-consultant {
    padding: 170px 90px 0 90px;
  }

  .container-care {
    padding: 140px 90px 0 90px;
  }

  .container-partner {
    padding: 90px;
  }

  .container-join {
    padding: 140px 90px 140px 0;
  }

  .container-contact .contact-font h4 {
    padding-left: 90px;
  }

  .container-contact .contact-font .line {
    margin-left: 90px;
  }

  .container-contact .contact-font .information {
    padding: 76px 90px 76px 90px;
  }

  .container-memorabilia .memorabilia-head {
    padding: 0 90px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .img
    .hover-dis {
    width: 280px;
    height: 220px;
    bottom: 30px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:hover
    .people-img {
    width: 280px;
    height: 427px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .personal-introduction {
    height: 25%;
  }

  .container-join .details {
    padding-right: 330px;
  }
}

@media (max-width: 1340px) {
  .container-consultant .consultant-row .row-child .child-box ul {
    padding-right: 10px;
  }
}

@media (max-width: 1330px) {
  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    p {
    height: 22px;
    overflow: hidden;
  }
}

@media (max-width: 1250px) {
  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .img
    .hover-dis {
    width: 220px;
    height: 220px;
    bottom: 70px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .hover-name {
    margin: 10px 0;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    p {
    height: 22px;
    overflow: hidden;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:hover
    .people-img {
    width: 220px;
    height: 427px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .personal-introduction {
    height: 20%;
  }
}

@media (max-width: 1150px) {
  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .img
    .hover-dis {
    width: 220px;
    height: 220px;
    bottom: 90px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:hover
    .people-img {
    width: 200px;
  }
}

@media (max-width: 1000px) {
  .aboutOcta-container .container-head .head-font {
    width: 80%;
    left: 20px;
    top: 20px;
  }

  .aboutOcta-container .container-head .head-font-en {
    top: 12px;
  }

  /* 头部 */
  .aboutOcta-container .container-head .head-right,
  .aboutOcta-container .container-head .head-left,
  .aboutOcta-container .container-head {
    height: 240px;
    min-height: auto;
  }

  .aboutOcta-container .container-head .head-right,
  .aboutOcta-container .container-head .head-left,
  .aboutOcta-container .container-head {
    height: auto;
  }

  .aboutOcta-container .container-head .head-left {
    width: 19%;
  }

  .aboutOcta-container .container-head .head-font .aboutUs-font {
    left: 24%;
    width: 56%;
    height: auto;
    padding: 24px;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 33px;
    font-size: 22px;
    background: linear-gradient(
      270deg,
      rgba(0, 69, 54, 0.3) 0%,
      rgba(20, 42, 63, 0.4) 100%
    );
  }

  .aboutOcta-container .container-head .head-font .aboutUs-font-en {
    width: 80%;
  }

  .aboutOcta-container .container-head .head-font .companyOverview {
    padding: 0;
    display: none;
  }

  .web-happening {
    width: 100%;
    display: inline-block;
    height: auto;
    background: linear-gradient(
      270deg,
      rgba(0, 69, 54, 1) 0%,
      rgba(20, 42, 63, 1) 100%
    );
    padding: 82px 24px;
    box-sizing: border-box;
    position: relative;
  }

  .web-happening span {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
  }

  .web-happening .line {
    width: 80px;
    height: 2px;
    margin: 0 auto;
    background: rgba(24, 194, 156, 1);
    margin-bottom: 48px;
  }

  .web-happening .web-text p {
    text-align: left;
  }

  .web-happening p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  /* 团队介绍 */
  .aboutOcta-container .container-team {
    padding: 140px 0;
  }

  .aboutOcta-container .container-team .team-inc {
    flex-direction: column;
  }

  .aboutOcta-container .container-team .team-cover {
    width: 100%;
  }

  .aboutOcta-container .container-team .team-inc .inc-font {
    margin-right: 0;
    width: 100%;
  }

  .aboutOcta-container .container-team .team-inc .inc-font p {
    padding: 0 24px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 48px;
  }

  .aboutOcta-container .container-team .team-inc .inc-font h2 {
    width: 100%;
    text-align: center;
  }

  .aboutOcta-container .container-team .team-inc .inc-personnel {
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    width: 100vw;
    display: flex;
    min-height: 450px;
  }

  .aboutOcta-container .container-team .team-inc .inc-font .line {
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .aboutOcta-container .container-team .team-inc .inc-personnel .personnel-box {
    width: 264px;
    flex: none;
    margin: 0 10px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .img {
    transform: translateY(20px);
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .img
    .hover-dis {
    width: 300px;
    bottom: 0px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:hover {
    width: 300px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box:hover
    .people-img {
    width: 300px;
    margin-top: -20px;
  }

  .aboutOcta-container
    .container-team
    .team-inc
    .inc-personnel
    .personnel-box
    .personal-introduction {
    height: 37%;
  }

  /* 专家顾问 */
  .container-consultant {
    padding: 82px 24px;
  }

  .container-consultant .consultant-row {
    flex-direction: column;
  }

  .container-consultant .consultant-row:nth-child(1) {
    margin-bottom: 0;
  }

  .container-consultant .consultant-row .row-child .child-box {
    padding: 20px 20px 34px 28px;
  }

  .container-consultant .consultant-row .row-child .child-box img {
    width: 124px;
    height: 142px;
  }

  .container-consultant .consultant-row .row-child .child-box ul {
    padding-right: 0;
  }

  .container-consultant .consultant-row .row-child .child-box .inc div button {
    font-size: 12px;
    padding: 4px 8px;
  }

  .container-consultant .consultant-row:nth-child(1) .row-child:nth-child(1) {
    margin: 0;
    margin-bottom: 110px;
  }

  .container-consultant
    .consultant-row:nth-child(1)
    .row-child:nth-child(1)
    h4 {
    font-size: 40px;
    width: 100%;
    text-align: center;
  }

  .container-consultant
    .consultant-row:nth-child(1)
    .row-child:nth-child(1)
    .line {
    margin: 0 auto;
  }

  .container-consultant .consultant-row:nth-child(2) .row-child:last-child {
    margin-bottom: 0 !important;
  }

  .container-consultant .consultant-row .row-child {
    margin: 0;
    margin-bottom: 74px;
  }

  .container-consultant .consultant-row .row-child:last-child {
    margin-bottom: 74px;
  }

  /* 领导关怀 */
  .container-care {
    padding: 140px 0;
  }

  .container-care .care-tit p:last-child {
    display: none;
  }

  .container-care .line {
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .container-care .care-tit p:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .container-care .care-news .web-browse {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: rgba(24, 194, 156, 1);
    margin-top: 48px;
  }

  .container-care .care-news .news-show {
    width: 100%;
    margin-right: 0;
  }

  .container-care .care-news .news-swiper {
    width: 100%;
    flex-direction: row;
    margin-top: 74px;
  }

  .container-care .care-news .web-swiper {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    width: 100%;
    height: auto;
  }

  .container-care .care-news .news-swiper .swiper-child {
    height: 82px;
    width: 338px;
  }

  .container-care .care-news .news-show .show-font {
    width: 88%;
    left: 6%;
  }

  .container-care .care-news .news-show .show-font h4 {
    font-size: 17px;
  }

  .container-care .care-news .news-swiper .swiper-child img {
    width: 130px;
    margin-right: 0;
  }

  .container-care .care-news .news-swiper .swiper-child .swiper-font {
    width: 207px;
    padding: 10px 20px;
  }

  .container-care .care-news .news-swiper .swiper-child .swiper-font h4 {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .container-care .care-news .pageNum,
  .container-care .care-news .swiper-button-prev,
  .container-care .care-news .swiper-button-next {
    display: none;
  }

  /* 合作伙伴 */
  .container-partner {
    padding: 0 24px;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    width: 100%;
    height: auto;
  }

  .container-partner img {
    margin-right: 69px;
  }

  .container-partner div {
    display: flex;
  }

  .container-partner div:first-child {
    margin-bottom: 0;
  }

  /* 加入我们 */
  .container-join {
    padding: 140px 0 110px 0;
    min-height: auto;
  }

  .container-join .join-tit,
  .container-join .occupation {
    padding-left: 0;
  }

  .container-join .join-tit h4 {
    text-align: center;
  }

  .container-join .join-tit .line {
    margin: 0 auto;
    margin-bottom: 48px;
  }

  .container-join .details {
    padding: 0;
  }

  .container-join .occupation {
    padding: 0 24px;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }

  .container-join .occupation li {
    margin-right: 22px;
    width: 214px;
    flex: none;
  }

  .container-join .details-cover {
    padding: 108px 24px 0 24px;
    box-sizing: border-box;
  }

  .container-join .details-cover .cover-img {
    width: 138px;
    height: 108px;
  }

  .container-contact .contact-enter div button {
    width: 100%;
  }

  /* 联系我们 */
  .container-contact {
    min-height: 1150px;
    background: rgba(25, 32, 36, 1);
  }

  .container-contact .contact-font {
    background: rgba(25, 32, 36, 1);
    width: 100%;
    height: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .container-contact .contact-font h4 {
    padding: 0;
    text-align: center;
  }

  .container-contact .contact-font .line {
    margin: 0 auto;
    margin-bottom: -40px;
  }

  .container-contact .contact-enter {
    width: 100%;
  }

  .container-contact .contact-font .information {
    padding: 72px 50px;
    transform: translateY(106px);
    height: auto;
  }

  .container-contact .contact-font .information p:last-child {
    margin-bottom: 0;
  }

  .container-contact .contact-font .information p i {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .container-contact .contact-font .information p span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: 0 !important;
  }

  .container-contact .contact-enter {
    padding: 198px 24px 0 24px;
  }

  .container-contact .contact-enter div .name {
    width: 36%;
    margin-right: 1%;
  }

  .container-contact .contact-enter div .phone {
    width: 61%;
  }

  .container-contact .contact-enter div ul li {
    width: 82%;
    margin: 0;
  }

  .container-contact .contact-enter div .company,
  .container-contact .contact-enter div p,
  .container-contact .contact-enter div textarea,
  .container-contact .contact-enter div ul {
    width: 100%;
  }

  /*  */
  .cover {
    height: 0px;
  }

  .pc-swiper {
    display: none !important;
  }

  /* 大事记 */
  .container-memorabilia .memorabilia-head {
    padding: 0;
    text-align: center;
  }

  .container-memorabilia .memorabilia-head .line {
    margin: 0 auto;
  }

  .container-memorabilia .memorabilia-body .memorabilia-year .year-img {
    height: 307px;
  }

  .container-memorabilia .swiper-container1 .swiper-slide {
    width: 328px !important;
  }

  .container-memorabilia .memorabilia-body .memorabilia-year .year-font {
    min-height: 307px;
    height: 307px;
  }

  .container-memorabilia .memorabilia-body .memorabilia-year .year-font ul {
    height: 188px;
  }

  .container-memorabilia .memorabilia-body .memorabilia-year .year-font h4 {
    font-size: 48px;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .aboutOcta-container {
    padding-top: 66px;
  }
}
