.intro {
  padding: 7.29% 0 6.25%;
}
.viewer-container img{
    background: white;
    padding: 20px;
}
@media (max-width: 768px) {
  .intro {
    padding: 40px 0;
  }
}
.intro .column_title {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.intro .intro_des {
  margin-top: 55px;
  width: 77%;
}
@media (max-width: 1600px) {
  .intro .intro_des {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .intro .intro_des {
    margin-top: 30px;
    width: 100%;
  }
}
.intro .intro_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.59%;
}
.intro .intro_flx div {
  width: calc((100% - 90px) / 2);
  text-align: justify;
}
.intro .intro_flx div::before {
  display: block;
  content: "";
  height: 1px;
  width: 24px;
  background: #000000;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .intro .intro_flx div::before {
    margin-bottom: 15px;
  }
  .intro .column_title{
      align-items: center;
  }
}
@media (max-width: 768px) {
  .intro .intro_flx div {
    width: 100%;
  }
  .intro .intro_flx div:nth-child(2) {
    margin-top: 25px;
  }
}
.intro .vio {
  position: relative;
  margin-top: 5.85%;
}
.intro .vio video {
  width: 100%;
}
.intro .vio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.intro .intro_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.375%;
}
.intro .intro_number > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          padding: 0 20px;
}
.intro .intro_number > div .number_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.intro .intro_number > div .number_top img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .intro .intro_number > div .number_top img {
    width: 20px;
  }
}
.intro .intro_number > div .numCX {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "bold";
  margin-bottom: -7px;
}
.intro .intro_number > div:hover .numCX {
  color: #d41419;
}
@media (max-width: 1200px) {
  .intro .intro_number > div .numCX {
    margin-bottom: -4px;
}
}
@media (max-width: 768px) {
  .intro .intro_number > div {
    padding: 0 10px;
    text-align: center;
  }
}
.intro .intro_number > div:nth-child(2) {
  text-align: center;
  border-left: 1px solid #b3b2b2;
  border-right: 1px solid #b3b2b2;
}
.intro .intro_number > div:nth-child(2) .number_top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .intro_number > div:nth-child(3) .number_top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro .intro_number > div:nth-child(3) .number_des {
  padding-left: 30%;
}
@media (max-width: 768px) {
  .intro .intro_number > div:nth-child(3) .number_des {
    padding-left: 0;
    text-align: center;
  }
}

.org {
  background: #f7f7f7;
  padding: 4.6875% 0 5.98%;
}
@media (max-width: 768px) {
  .org {
    padding: 40px 0;
  }
}
.org img {
  width: 100%;
  margin-top: 82px;
}
@media (max-width: 1600px) {
  .org img {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .org img {
    margin-top: 30px;
  }
}

.people {
  padding: 7.55% 0 6.77%;
}
@media (max-width: 768px) {
  .people {
    padding: 40px 0;
  }
}
.people .people_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.people .people_flx .people_l {
  width: 53.125%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600px) {
    .people .people_flx .people_l {
        width: 40%;
    }

}
@media (max-width: 768px) {
  .people .people_flx .people_l {
    width: 100%;
  }
}
.people .people_flx .people_l .people_img {
  position: relative;
  height: 0;
  padding-bottom: 85.88%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.people .people_flx .people_l .people_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.people .people_flx .people_l .people_img .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding-left: 40px;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(145, 84, 84, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(145, 84, 84, 0.5), transparent);
}
.people .people_flx .people_r {
  width: 42.1875%;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1600px) {
    .people .people_flx .people_r {
        width: 56%;
    }
}

@media (max-width: 768px) {
  .people .people_flx .people_r {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
}
.people .people_flx .people_r .column_title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.people .people_flx .people_r .dian {
  margin: 40px 0 25px;
}
@media (max-width: 1600px) {
  .people .people_flx .people_r .dian {
    width: 60px;
  }
}
@media (max-width: 1200px) {
  .people .people_flx .people_r .dian {
    margin: 20px 0 15px;
  }
}
@media (max-width: 768px) {
  .people .people_flx .people_r .column_title {
    align-items: center;
  }
  .people .people_flx .people_r .dian {
    display: none;
  }
}
.people .people_flx .people_r .message {
  height: 330px;
  color: #777777;
  text-align: justify;
}
@media (max-width: 1600px) {
  .people .people_flx .people_r .message{
    height: 240px;
}  
.people .people_flx .people_r .dian {
    margin: 25px 0 15px;
}
}

@media (max-width: 1200px) {
  .people .people_flx .people_r .message {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .people .people_flx .people_r .message {
    margin-top: 20px;
  }
}
.people .people_flx .people_r a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 38px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "medium";
}
.people .people_flx .people_r a:hover {
  color: white;
  background: #d41419;
  border-color: #d41419;
}
@media (max-width: 768px) {
  .people .people_flx .people_r a {
    position: relative;
    margin-top: 30px;
  }
}

.team {
  background: #f7f7f7;
  padding: 5.72% 0;
}
@media (max-width: 768px) {
  .team {
    padding: 40px 0;
  }
}
.team .team_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 85px 0 0;
}
@media (max-width: 1600px) {
  .team .team_first {
    margin: 50px 0 0;
  }
  .team .column_title {
    margin-bottom: 55px;
}
}
@media (max-width: 1200px) {
  .team .team_first {
    margin: 30px 0 0;
  }
    .team .column_title {
    margin-bottom: 35px;
}
}
.team .team_repeat .team_tx {
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#cfcfcf));
  background-image: linear-gradient(#efefef, #cfcfcf);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .team .team_repeat .team_tx {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .team .team_repeat .team_tx {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .team .team_repeat .team_tx {
    margin: auto;
  }
}
.team .team_repeat .team_tx img {
  max-width: 100%;
  max-height: 100%;
}
.team .team_repeat .team_name {
  line-height: 1;
  margin: 28px 0 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .team .team_repeat .team_name {
    margin: 18px 0 10px;
    text-align: center;
  }
}
.team .team_repeat .team_zw {
  line-height: 1;
  color: #777777;
  text-align: center;
}
@media (max-width: 768px) {
  .team .team_repeat .team_zw {
    text-align: center;
    line-height: 1.4;
  }
}
.team .column_title{
    margin-bottom: 90px;
}
 .team_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      
}
.team .column_title {
    margin-bottom: 90px;
}
.team .team_list > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          display: flex;
          justify-content: center;
          margin-bottom: 40px;
}
@media (max-width: 768px) {
  .team .team_list > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

.nsds {
  padding: 5.72% 0 9.89%;
}
@media (max-width: 768px) {
  .nsds {
    padding: 40px 0;
  }
}
.nsds .nsds_flx {
  margin-top: 75px;
  margin-bottom: 13.28125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .nsds .nsds_flx {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .nsds .nsds_flx {
    margin-top: 30px;
  }
}
.nsds .nsds_flx > div {
  width: calc((100% - 26px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nsds .nsds_flx > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.nsds .nsds_flx > div::after {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(234, 156, 26, 0.8);
  left: -7%;
  bottom: -35%;
  position: absolute;
  content: "";
  display: block;
}
@media (max-width: 1600px) {
  .nsds .nsds_flx > div::after {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 1200px) {
  .nsds .nsds_flx > div::after {
    width: 230px;
    height: 230px;
  }
}
@media (max-width: 768px) {
  .nsds .nsds_flx > div::after {
    width: 220px;
    height: 220px;
  }
}
.nsds .nsds_flx > div .nsds_img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.nsds .nsds_flx > div .nsds_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.nsds .nsds_flx > div .nsds_txt {
  position: absolute;
  left: 40px;
  top: 62%;
  color: white;
  z-index: 3;
}
.nsds .nsds_flx > div .nsds_txt .nsds_tit {
  font-family: "bold";
}
.nsds .nsds_flx > div .nsds_txt .nsds_sub {
  width: 170px;
}
@media (max-width: 1600px) {
  .nsds .nsds_flx > div .nsds_txt {
    top: 68%;
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .nsds .nsds_flx > div .nsds_txt {
    top: 60%;
  }
}
@media (max-width: 1000px) {
  .nsds .nsds_flx > div .nsds_txt {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .nsds .nsds_flx > div .nsds_txt {
    top: inherit;
    bottom: 20px;
    left: 20px;
  }
}

.same {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .same {
    padding-top: 310px;
    padding-left: 50px;
    display: block;
  }
}
@media (max-width: 768px) {
  .same .same_l {
    margin-bottom: 40px;
  }
}
.same .same_l > div:first-child {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .same .same_l > div:first-child {
    margin-bottom: 40px;
  }
}
.same .same_l > div .same_tit {
  color: #e31a1a;
  line-height: 1;
  padding-left: 40px;
  font-family: "bold";
}
@media (max-width: 1200px) {
  .same .same_l > div .same_tit {
    padding-left: 20px;
  }
}
.same .same_l > div .same_number {
  margin: 16px 0;
  position: relative;
}
.same .same_l > div .same_number .same_num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.same .same_l > div .same_number .same_line {
  position: relative;
  width: 290px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(transparent));
  background-image: linear-gradient(to right, #b3b3b3, transparent);
}
@media (max-width: 1200px) {
  .same .same_l > div .same_number .same_line {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_l > div .same_number .same_line {
    width: 100%;
  }
}
.same .same_l > div .same_number .same_line::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
}
.same .same_l > div .same_des {
  padding-left: 40px;
  color: #777777;
}
@media (max-width: 1200px) {
  .same .same_l > div .same_des {
    padding-left: 20px;
  }
}
.same .same_c {
  width: 310px;
  height: 310px;
  font-family: "medium";
  border-radius: 50%;
  position: relative;
  color: white;
  background: #d41419;
  text-align: center;
}
@media (max-width: 1200px) {
  .same .same_c {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_c {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.same .same_c > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.same .same_c > div:first-child {
  opacity: 1;
}
.same .same_c::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: myfirst 2s infinite linear;
          animation: myfirst 2s infinite linear;
}
.same .same_r > div:first-child {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .same .same_r > div:first-child {
    margin-bottom: 40px;
  }
}
.same .same_r > div .same_tit {
  color: #e31a1a;
  line-height: 1;
  padding-right: 40px;
  text-align: right;
  font-family: "bold";
}
@media (max-width: 1200px) {
  .same .same_r > div .same_tit {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_tit {
    padding-left: 20px;
    text-align: left;
  }
}
.same .same_r > div .same_number {
  margin: 16px 0;
  position: relative;
}
.same .same_r > div .same_number .same_num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_num {
    left: -50px;
    right: inherit;
  }
}
.same .same_r > div .same_number .same_line {
  position: relative;
  width: 290px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#b3b3b3));
  background-image: linear-gradient(to right, transparent, #b3b3b3);
}
@media (max-width: 1200px) {
  .same .same_r > div .same_number .same_line {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_line {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(transparent));
    background-image: linear-gradient(to right, #b3b3b3, transparent);
  }
}
.same .same_r > div .same_number .same_line::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_line::before {
    left: -4px;
    right: inherit;
  }
}
.same .same_r > div .same_des {
  padding-right: 40px;
  color: #777777;
  text-align: right;
}
@media (max-width: 1200px) {
  .same .same_r > div .same_des {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_des {
    padding-left: 20px;
    text-align: left;
  }
}
.same .tag_act .same_num {
  color: white;
  background: #000000;
}

@-webkit-keyframes myfirst {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(226, 18, 17, 0.6);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: rgba(226, 18, 17, 0);
  }
}

@keyframes myfirst {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(226, 18, 17, 0.6);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: rgba(226, 18, 17, 0);
  }
}
.honor {
  padding: 6.25% 0;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .honor {
    padding: 40px 0;
  }
}
.honor .honor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .honor .honor_list {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .honor .honor_list {
    margin-top: 30px;
  }
}
.honor .honor_list > div {
  width: calc((100% - 64px) / 3);
  margin-bottom: 24px;
  margin-right: 32px;
  background: white;
  position: relative;
  border-left: 3px solid #e21211;
}
@media (max-width: 768px) {
  .honor .honor_list > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.honor .honor_list > div:nth-child(3n) {
  margin-right: 0;
}
.honor .honor_list > div .honor_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 0 26px 0 30px;
  font-family: "medium";
}
.honor .honor_list > div .honor_img {
  height: 104px;
  display: none;
  padding-left: 30px;
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  z-index: 2;
}
.honor .honor_list > div .honor_img img {
  max-height: 86px;
}
