/*banner*/

.banner_area {
  display: block;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: -72px;
  overflow: hidden;
}

.banner_bg {
  display: block;
  height: 780px;
  width: 100%;
  background: #000;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner_txt {
  display: block;
  width: 640px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: 'TencentSansw3';
  letter-spacing: 18px;
}

.banner_txt .hook_area {
  display: block;
  height: 100px;
  width: 150px;
  position: absolute;
  left: 157px;
  top: -9px;
  overflow: hidden;
  /* -webkit-mask: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1) 30%,rgba(0,0,0,1) 70%,rgba(0,0,0,0)); */
}

.banner_txt .txt {
  display: none;
}

.banner_txt .hook_area .word {
  display: block;
  height: 81px;
  min-width: 160px;
  position: absolute;
  left: 0px;
  top: 9px;
  color: #fff;
  font-size: 54px;
  font-style: normal;
  text-align: left;
}

.banner_txt .txtbox {
  display: inline-table;
}

.banner_txt .txtbox p {
  display: inline-block;
  color: #fff;
  font-size: 54px;
}

.banner_txt .txtbox .ltxt {
  margin-right: 180px;
}

.en-us .banner_txt {
  width: 440px;
  height: 150px;
  letter-spacing: 0;
  top: 38%;
}

.en-us .banner_txt .txtbox p {
  font-size: 48px;
  line-height: auto;
}

.en-us .banner_txt .hook_area .word {
  height: 70px;
}

.en-us .banner_txt .hook_area {
  min-width: 600px;
  height: 90px;
  top: -14px;
  left: 275px;
  text-align: left;
}

.second_box {
  display: block;
  position: relative;
  width: 100%;
  height: 165px;
  background-color: #fff;
  font-size: 23px;
  font-weight: 330;
  color: #747573;
  box-sizing: border-box;
  text-align: center;
  margin-top: 229px;
}

.second_box h3 {
  font-size: 23px;
  font-weight: 330;
  color: #747573;
  margin-bottom: 20px;
}

.third_box {
  width: 100%;
  height: 650px;
  background-image: url(https://zw-1305073862.cos.ap-guangzhou.myqcloud.com/index/ditu2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.fourth_box {
  height: 350px;
  background-color: rgb(24, 24, 24);
  width: 100%;
  margin: auto;
  padding-top: 160px;
  text-align: center;
}

.fourth_box h3 {
  color: rgb(194, 194, 194);
  font-size: 25px;
  font-weight: 400;
  line-height: 50px;
}

.fifth_box {
  width: 100%;
  height: 995px;
  background-color: #181818;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  top: 0;
}

.main {
  width: 1440px;
  height: 780px;
  margin: 0 auto;
  display: flex;
}

.left_box {
  width: 519px;
  height: 100%;
}

/* 实力展示部分 */
.index_sorft {
  width: 100%;
  padding: 100px 0 60px;
  background-color: rgb(245, 245, 245);
}

.index_sorft .number-mode {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
}


.index_sorft .cont {
  /* width: 60%; */
}

.index_sorft .cont ul {
  display: flex;
  display: -webkit-flex;
  /* flex-direction: column; */
}

.index_sorft .cont li {
  width: 33.33%;
  position: relative;
  text-align: center;
  /* border-right: 1px solid rgba(133, 154, 184, 0.3); */
  padding: 50px 0 70px;
}

.index_sorft .cont li:last-child .number {
  border: none;
}

.index_sorft .cont li .number {
  font-size: 42px;
  color: #2183e9;
  border-right: 1px solid rgba(133, 154, 184, 0.3);
}

.index_sorft .cont li .number .counter {
  font-size: 62px;
}

.index_sorft .cont li p {
  /* line-height: 22px; */
  margin: 20px 0px;
  font-size: 18px;
}

/* 奖项列表 */
.swiper-prize {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}

.swiper-prize.active {
  opacity: 1;
  transform: translateY(0);
}

.swiper-prize .swiper-wrapper {
  margin-bottom: 30px;
}

/* 确保 swiper-slide 元素从下方开始 */
.swiper-slide {
  position: relative;
  opacity: 0;
  /* 隐藏元素 */
  transform: translateY(100%);
  /* 从下方开始 */
  animation: riseUp 1s ease-out forwards;
  /* 应用动画效果 */
}

/* 定义 riseUp 动画 */
@keyframes riseUp {
  from {
    opacity: 0;
    /* 初始透明度 */
    transform: translateY(100%);
    /* 从下方开始 */
  }

  to {
    opacity: 1;
    /* 结束时完全可见 */
    transform: translateY(0);
    /* 移动到原位 */
  }
}

/* 科技展示 */
.indexPart2 {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}

.indexPart2:after {
  content: "";
  width: 0;
  height: 434px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: width 5s ease;
  -webkit-transition: width 5s ease;
  -moz-transition: width 5s ease;
  -ms-transition: width 5s ease;
  -o-transition: width 5s ease;
}

.indexPart2.cur:after {
  width: 100%;
}

.wal {
  width: 1365px;
  margin: 0px auto;
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.indexPart2 .leftDiv {
  width: 787px;
  padding-top: 140px;
}

.indexPart2 .txt {
  font-size: 42px;
  line-height: 42px;
  color: #2b2e2e;
  font-weight: bold;
}

.indexPart2 .wen {
  width: 622px;
  padding-top: 20px;
  font-size: 24px;
  line-height: 37px;
  color: #2b2e2e;
}

.indexPart2 .list {
  padding-top: 90px;
}

.indexPart2 .botbot {
  padding: 50px 0 125px;
  overflow: hidden;
}

.indexPart2 .botbot .btnDiv {
  display: inline-block;
}

.indexPart2 .btnDiv a {
  display: block;
  border: #dcdcdc solid 2px;
  border-radius: 36px;
  width: 148px;
  height: 50px;
  line-height: 50px;
  text-indent: 40px;
  font-size: 16px;
  color: #176db9;
  position: relative;
}

.indexPart2 .btnDiv a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  width: 15px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/index/nimg15_11.png) no-repeat;
}

.indexPart2 .zi {
  display: inline-block;
  padding-left: 100px;
  line-height: 54px;
  font-size: 24px;
  color: #9dbedf;
}
.indexPart2 .zi_en {
  display: inline-block;
  padding-left: 50px;
  line-height: 54px;
  font-size: 24px;
  color: #9dbedf;
}
.indexPart2 .zi span {
  padding: 0 10px;
}

/* 定义摇晃和渐隐渐现的动画 */
@keyframes wordAni {
  0% {
    transform: translateX(-20px);
    /* 从左侧开始 */
    opacity: 1;
    /* 最不透明 */
  }

  50% {
    transform: translateX(20px);
    /* 到达右侧 */
    opacity: 0;
    /* 最透明 */
  }

  100% {
    transform: translateX(-20px);
    /* 返回到左侧 */
    opacity: 1;
    /* 最不透明 */
  }
}

/* 应用动画效果 */
.indexPart2 .zi em {
  opacity: 0;
  display: inline-block;
  animation: wordAni 4s ease infinite;
  /* 使用定义的动画 */

}
.indexPart2 .zi_en em {
  opacity: 0;
  display: inline-block;
  animation: wordAni 4s ease infinite;
  /* 使用定义的动画 */

}
.indexPart2 .zi_en em {
  opacity: 0;
  display: inline-block;
  /* 初始状态没有动画 */
}











.indexPart2 .list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
  font-size: 16px;
  height: 150px;
}

.indexPart2 .list .li_en {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 70px;
  position: relative;
  font-size: 16px;
  height: 150px;
}

.indexPart2 .list li .ico {
  position: absolute;
  left: 0;
  top: 0;
}

.indexPart2 .list li p {
  line-height: 24px;
  width: 210px;
}

.indexPart2 .list li .p_en {
  width: 341px;
}

.indexPart2 .list li .hala {
  font-family: bold;
  color: #14b886;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 60px;
  padding-right: 5px;
}

.indexPart2 .list li .num img {
  width: 4%;
  position: absolute;
  right: 75px;
  top: 0;
}

.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}

.indexPart2 .videoDiv {
  display: none;
}

.indexPart2 .rightDiv {
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 100%;
  z-index: 1;
}

.indexPart2 .rightDiv .limg {
  height: 100%;
  background: left center no-repeat;
  background-size: cover;
}

.indexPart2 .rightDiv .limg {
  height: 100%;
  background: left center no-repeat;
  background-size: cover;
}

.indexPart2 .rightDiv .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: 40px;
}

.indexPart2 .rightDiv .limg img {
  width: 100%;
}

.video {
  padding: 120px 0;
}

.banner_title {
  position: relative;
  width: 100%;
  /* height: 300px; */
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 350px;
}

.banner_h3 {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
}

/* --------------------- */
/* 成绩客户 */
.index-bank {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #f6f9ff;

}

.wrapper {
  width: 1365px;
  margin: 0 auto;
  position: relative
}

.fnt_42 {
  font-size: 42px;
}

.index-bank .wrapper>h2 {
  font-weight: 500;
  margin-bottom: 40px;
}

.index-bank .swiper-bank {
  position: static;
  overflow: hidden;
  padding: 0 0 40px 10px;
}

.swiper-wrapper {
  position: static;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.index-bank .swiper-bank .swiper-slide {
  width: 31% !important;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.index-bank .swiper-bank {
  height: 200px;
  position: static;
  overflow: hidden;
  padding: 0 0 10px 10px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/index/index_prev.png);
  right: 10px;
  left: auto;
}

.swiper-button-next {
  right: -40px;
  background-image: url(../img/index/index_next.png);
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 128px;
  z-index: 2;
  top: 55.4%;
  background-size: 20px 128px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: -40px;
  background-image: url(../img/index/index_prev.png);
}

/* --------------- */
.index-bank .swiper-bank {
  height: 200px;
  position: static;
  overflow: hidden;
  padding: 0 0 10px 10px;
}

.bank-list .roll {

  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 40s linear infinite;
  animation-timing-function: linear;
  width: 100%;
  /* overflow: hidden; */
  margin-top: 70px;
  padding: 5px 0
}

.bank-list .roll ul {
  display: inline-block;

}

.bank-list .roll li {
  white-space: nowrap;
  /* overflow: hidden; */
  display: inline-block;
  width: 235px;
  height: 100%;
  float: left;
  padding: 0 18px;
  box-sizing: content-box;
  list-style-type: none
}

/* .bank-list .roll li:last-child {
  padding-left: 18px;

} */


.bank-list .roll li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: fill;
  border-radius: 3px;
  object-fit: contain;
  /* overflow: hidden; */
  /* display: block; */
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
  margin-right: 20px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  /* 50% {
    transform: translateX(calc(-50% - 50px));
  } */



  100% {
    transform: translateX(calc(-4050px + 100%));
    /* 滚动的最终位置 */
  }
}

/* 疑问 */
.index-yiwen {
  background-color: #f5fcff;
}

.index-yiwen .wrapper {
  position: relative;
  margin: 0 auto;
}

.index-yiwen .info {
  padding: 50px 0 36px;
}

.index-yiwen .info h2 {
  color: #2183e9;
  margin-bottom: 25px;
  font-weight: 600
}

.index-yiwen .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 20px
}

.index-yiwen .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.index-yiwen .jd-info .qrc {
  width: 152px;
  margin-right: 19px
}

.index-yiwen .jd-info .qrc img {
  width: 100%;
  object-fit: fill
}

.index-yiwen .jd-info .txt {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold
}

.index-yiwen .wrapper .img {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 48.2009%
}

.index-yiwen .wrapper .img img {
  width: 100%
}





















.swiper-prize .swiper-slide .img {
  height: 100px;
}

.swiper-prize .swiper-slide .img img {
  width: 105%;
  height: 100%;
}

.swiper-prize .swiper-slide .title {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
}

.swiper-prize .swiper-slide .title .fnt_14 {
  font-size: 15px;
}

.swiper-prize .swiper-slide .title .fnt_14_en {
  font-size: 12px;
}

.swiper-prize .swiper-slide .title h2 {
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 10px;
}

/* 行业列表 */
.index-industry {
  padding-top: 100px;
}

.index-industry .wrapper>h2 {
  font-weight: 500;
  margin-bottom: 40px;
}

.index-industry .swiper-industry {
  overflow: hidden;
  position: static;
}

.index-industry .swiper-slide {
  position: relative;
  cursor: pointer;
}

.index-industry .swiper-slide .img {
  height: 320px;
  border-radius: 20px;
}

.index-industry .swiper-slide .img img {
  height: 100%;
  border-radius: 20px;
}

.index-industry .swiper-slide .title {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  height: 170px;
  color: #fff;
  transition: all 0.8s;
}

.index-industry .swiper-slide:hover .title {
  top: 45%;
  min-height: 234px;
}

.index-industry .swiper-slide .title .dis {
  text-align: center;
  letter-spacing: 2px;
  word-break: break-all;
}

.index-industry .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  /*  background: linear-gradient(to top, rgba(0,0,0,0.9),rgba(0,0,0,0.8), rgba(206,206,188,0.4),rgba(206,206,188,0.5));*/
  border-radius: 20px;
  /*  opacity: 0.4;;*/
  z-index: 0;
}

.index-industry .swiper-slide .title h2 {
  font-weight: normal;
  padding: 0;
}

.index-industry .swiper-slide .title img {
  width: 128px;
  height: 128px;
}








/* .search_item {
  display: flex;
  justify-content: center;
  top: 316px;
  width: 320px;
  height: 310px;
  margin-right: 20px;
  position: relative;
  
}

.search_item .search_term {
  width: 320px;
  height: 310px;
  margin-right: 20px;
  margin-bottom: 26px;
  position: relative;
}

.search_term {
  position: relative;
  background-color: #fff;
  top: 5px;
  transition: all .5s ease;
}


.search_term h3 {
  color: rgb(105, 105, 105);
  font-size: 23px;
  font-weight: 500;
  padding-top: 13px;
}

.search_term p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 100;
  padding-top: 10px;
}

.search_term:hover {
  top: -60px;
}

.search_term img {
  width: 320px;
  height: 200px;
}

.search_term p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 100;

} */
.search_item {
  display: flex;
  justify-content: center;
  top: 316px;
  width: 320px;
  height: 310px;
  margin-right: 20px;
  position: relative;
  /* 防止内容溢出容器 */
}

.search_item .search_term {
  background-color: #fff;
  width: 320px;
  height: 310px;
  margin-right: 20px;
  margin-bottom: 26px;
  position: relative;
  transform: translateY(0);
  /* 初始位置 */
  transition: transform .5s ease;
  /* 平滑过渡 */
}

.search_term h3 {
  color: rgb(105, 105, 105);
  font-size: 23px;
  font-weight: 500;
  padding-top: 13px;
}

.search_term p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 100;
  padding-top: 10px;
}

.search_term img {
  width: 320px;
  height: 200px;
}

.search_term p {
  color: rgb(105, 105, 105);
  font-size: 14px;
  font-weight: 100;
}












.slide_tips {
  display: block;
  width: 30px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 62px;
  z-index: 2;
}

.slide_tips .s_line {
  display: block;
  width: 2px;
  height: 32px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0px;
  background: #fff;
}

.slide_tips .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0px;
  font-size: 12px;
  letter-spacing: 2px;
}


.en-us .slide_tips .txt {
  left: -6px;
}

.slide_tips .s_line {
  animation: a_banner_s_line 3s 0.3s linear both infinite;
  -webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -ms-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -moz-animation: a_banner_s_line 3s 0.3s linear both infinite;
  -o-animation: a_banner_s_line 3s 0.3s linear both infinite;
}

.banner_txt .hook_area>i {
  opacity: 0;
}


/* .banner_txt .hook_area .word_2{ -webkit-animation: a_banner_word_2 9s linear 0.7s both infinite;}
.banner_txt .hook_area .word_3{ -webkit-animation: a_banner_word_2 9s linear 2.7s both infinite;}
.banner_txt .hook_area .word_4{ -webkit-animation: a_banner_word_2 9s linear 4.7s both infinite;} */

.banner_txt {
  opacity: 0;
}

.banner_txt.animation {
  animation: a_banner 0.5s 0.5s linear forwards;
  -webkit-animation: a_banner 0.5s 0.5s linear forwards;
  -ms-animation: a_banner 0.5s 0.5s linear forwards;
  -moz-animation: a_banner 0.5s 0.5s linear forwards;
  -o-animation: a_banner 0.5s 0.5s linear forwards;
}

.banner_txt .hook_area .word_1 {
  opacity: 1;
}

.banner_txt .hook_area.animation1 .word_1 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation2 .word_1 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation2 .word_2 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation3 .word_2 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation3 .word_3 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}

.banner_txt .hook_area.animation4 .word_3 {
  animation: a_banner_end 0.2s linear forwards;
  -webkit-animation: a_banner_end 0.2s linear forwards;
  -ms-animation: a_banner_end 0.2s linear forwards;
  -moz-animation: a_banner_end 0.2s linear forwards;
  -o-animation: a_banner_end 0.2s linear forwards;
}

.banner_txt .hook_area.animation4 .word_4 {
  animation: a_banner_start 0.2s linear forwards;
  -webkit-animation: a_banner_start 0.2s linear forwards;
  -ms-animation: a_banner_start 0.2s linear forwards;
  -moz-animation: a_banner_start 0.2s linear forwards;
  -o-animation: a_banner_start 0.2s linear forwards;
}


@keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-webkit-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-ms-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-moz-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@-o-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }

  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}

@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }

  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }

  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }

  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes a_banner_word {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  12.5% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  25% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  25.01% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  25.02% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  87.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes a_banner_word_2 {
  0% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  12.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }

  37.5% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }

  50.01% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
}



/*首页内容*/
.descript_area {
  display: block;
  width: 100%;
}

.descript_area .txt {
  text-align: center;
  font-size: 24px;
  color: #5f6464;
  line-height: 54px;
  padding: 105px 0 74px;
  font-family: 'TencentSansw3';
}

.descript_area .txt span.m {
  display: none;
}

.descript_area .txt span.pc {
  display: block;
}

.details_area {
  display: block;
  width: 100%;
  margin-bottom: 84px;
}

.details_con {
  display: block;
  width: 1240px;
  margin: 0px auto;
  height: 250px;
}

.detail_list {
  display: block;
  height: 250px;
}

.detail_list li {
  display: inline-block;
  float: left;
  height: 100%;
  width: 400px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.detail_list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 82, 217, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.detail_list li p {
  display: block;
  float: left;
  font-size: 30px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  padding-bottom: 3px;
  transition: border-bottom 0.3s ease-out;
  padding-bottom: 5px;
  -webkit-transition: width 1s linear;
}

.detail_list li p:after {
  content: ' ';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
}

.detail_list li img {
  display: block;
  height: 100%;
  ;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.detail_list li.last {
  margin-right: 0px;
}

.detail_list li a:hover:after {
  opacity: 1;
}

.detail_list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.detail_list li a:hover img {
  transform: scale(1.024);
}

/*连接模块*/
.link_area {
  display: block;
  width: 100%;
  height: 780px;
  background: #1b1f25;
  margin-bottom: 84px;
}

.link_area .link_hook {
  display: block;
  width: 1440px;
  height: 780px;
  margin: 0px auto;
  /*background:#1b1f25 url(../img/index/bg_3.png) no-repeat 0 0; background-size: contain;*/
}

.link_area .link_tab {
  display: block;
  width: 36%;
  height: 100%;
  float: left;
}

.link_area .tab_list {
  display: block;
  height: 100%;
}

.link_area .tab_list li {
  display: block;
  height: 33.3%;
  opacity: 0.4;
  position: relative;
}

.link_area .tab_list .tit {
  display: block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: -4.9%;
  transition: margin-left 0.3s ease-out;
  right: 32px;
}

.link_area .tab_list .txt {
  display: block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 5.8%;
  transition: margin-left 0.3s ease-out;
  font-family: 'TencentSansw3';
  right: 30px;
}

.link_area .tab_list .icon {
  display: block;
  height: 16px;
  width: 54px;
  background: url(../img/index/icon_arrow_r.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  /*margin-left: -21.5%;*/
  margin-left: -32%;
  top: 50%;
  margin-top: 14.8%;
  opacity: 0;
  transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .tab_list li.list_item_2 .icon {
  margin-top: 9.0%;
}

.link_area .tab_list li.list_item_3 .icon {
  margin-top: 3.8%;
}

.link_area .tab_list .tit:after {
  display: block;
  content: "";
  height: 70px;
  width: 6px;
  background: #1e52d8;
  position: absolute;
  left: 50%;
  margin-left: -62%;
  top: 18%;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.link_area .tab_list li.list_item_2 .tit {
  margin-top: -10.9%;
}

.link_area .tab_list li.list_item_2 .txt {
  margin-top: -0.2%;
}

.link_area .tab_list li.list_item_3 .tit {
  margin-top: -16.3%;
}

.link_area .tab_list li.list_item_3 .txt {
  margin-top: -6.2%;
}

.link_area .tab_list li.current {
  opacity: 1;
}

.link_area .tab_list li.current .tit {
  margin-left: -28%;
}

.link_area .tab_list li.current .txt {
  margin-left: -28%;
}

.link_area .tab_list li.current .tit:after {
  opacity: 1;
  transform: translate(0px, 0px);
}

.link_area .tab_list li.current .icon {
  opacity: 1;
  margin-left: -27.5%;
}


.link_area .link_content {
  display: block;
  width: 64%;
  height: 780px;
  margin-left: 36%;
  overflow: hidden;
}

.link_area .link_content .con {
  display: none;
  width: 100%;
  height: 100%;
}

.link_area .link_content .con_1 {
  display: block;
}

.link_area .link_con_list {
  display: block;
  width: 100%;
  height: 100%;
}

.link_area .link_con_list li {
  display: block;
  width: 50%;
  float: left;
  height: 50%;
  background: url(../data/index/index_link_1_1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.link_area .link_con_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.link_area .con_1 .link_con_list li.item_1 {
  background-image: url(../data/index/index_link_1_1.jpg);
}

.link_area .con_1 .link_con_list li.item_2 {
  background-image: url(../data/index/index_link_1_2.jpg);
}

.link_area .con_1 .link_con_list li.item_3 {
  background-image: url(../data/index/index_link_1_3.jpg);
}

.link_area .con_1 .link_con_list li.item_4 {
  background-image: url(../data/index/index_link_1_4.jpg);
}

.link_area .con_2 .link_con_list li.item_1 {
  background-image: url(../data/index/index_link_2_1.jpg);
}

.link_area .con_2 .link_con_list li.item_2 {
  background-image: url(../data/index/index_link_2_2.jpg);
}

.link_area .con_2 .link_con_list li.item_3 {
  background-image: url(../data/index/index_link_2_3.jpg);
  width: 100%;
}

.link_area .con_3 .link_con_list li.item_1 {
  background-image: url(../data/index/index_link_3_1.jpg);
}

.link_area .con_3 .link_con_list li.item_2 {
  background-image: url(../data/index/index_link_3_2.jpg);
}

.link_area .con_3 .link_con_list li.item_3 {
  background-image: url(../data/index/index_link_3_3.jpg);
}

.link_area .con_3 .link_con_list li.item_4 {
  background-image: url(../data/index/index_link_3_4.jpg);
}

.link_area .link_con_list .script {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.link_area .link_con_list .script .tit {
  display: block;
  margin-left: 43px;
  margin-top: 119px;
  font-size: 24px;
  color: #fff;
  transition: margin-top 0.3s ease-out;
}

.link_area .link_con_list .script .txt {
  display: block;
  margin-left: 43px;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(0px, 15px);
  transition: opacity 0.3s ease-out;
  font-family: 'TencentSansw3';
  margin-right: 43px;
}

.link_area .link_con_list .script .icon {
  display: block;
  height: 14px;
  width: 31px;
  background: url(../img/index/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 71px;
  top: 71px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .link_con_list li a:hover .script .tit {
  margin-top: 59px;
}

.link_area .link_con_list li a:hover .script .txt {
  opacity: 1;
  transform: translate(0px, 0);
}

.link_area .link_con_list li a:hover .script .icon {
  animation: a_arrow_r 0.2s linear forwards;
}



@keyframes a_arrow_r {
  0% {
    opacity: 0;
    right: 71px;
  }

  100% {
    opacity: 1;
    right: 51px;
  }
}


/*责任模块*/
.resp_area {
  display: block;
  width: 1280px;
  height: 620px;
  margin: 0px auto 84px;
  /*background:url(../img/index/bg_4.png) no-repeat 0 0; background-size: contain;*/
  position: relative;
}

.resp_area .public_welfare {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.resp_area .slide_area {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.resp_area .slide_list {
  display: block;
  width: 100%;
  height: 620px;
  position: relative;
}

.resp_area .slide_list li {
  width: 627px;
  height: 620px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  left: 0;
  top: 1;
}

.resp_area .slide_list li a {
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
}

.resp_area .slide_list li.active {
  opacity: 1;
}

.resp_area .slide_list li .shadow_bg {
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.resp_area .slide_list li .img {
  display: block;
  width: 627px;
  height: 620px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.resp_area .slide_list li .img0 {
  background: url(../data/index/index_resp_bg0.png) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img1 {
  background: url(../data/index/index_resp_bg1.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img2 {
  background: url(../data/index/index_resp_bg2.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .img3 {
  background: url(../data/index/index_resp_bg3.jpg) no-repeat center center;
  background-size: cover;
}

.resp_area .slide_list li .tit {
  display: block;
  width: 500px;
  font-size: 24px;
  position: absolute;
  left: 53px;
  bottom: 107px;
  z-index: 1;
}

.resp_area .slide_list li .txt {
  display: block;
  width: 500px;
  font-size: 16px;
  position: absolute;
  left: 52px;
  bottom: 41px;
  line-height: 29px;
  z-index: 1;
  font-family: 'TencentSansw3';
}

.resp_area .public_welfare .hook_tri {
  display: block;
  width: 43px;
  height: 620px;
  background: url(../img/index/i_tri.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.resp_area .slide_area .icon_arrow {
  display: block;
  width: 10px;
  height: 16px;
  background: url(../img/index/sli-left-icon.png) no-repeat center;
  position: absolute;
  right: 144px;
  bottom: 116px;
  margin-top: -30px;
  z-index: 5;
  background-size: 10px 16px;
  padding: 5px;
  cursor: pointer;
  display: none\9;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.resp_area .slide_area .icon_arrow_r {
  left: auto;
  right: 98px;
  background: url(../img/index/sli-right-icon.png) no-repeat center;
  background-size: 10px 16px;
}

.resp_area .slide_area:hover .icon_arrow {
  display: block;
  opacity: 1;
}

.en-us .resp_area .slide_area .icon_arrow {
  right: 84px;
  bottom: 15px;
}

.en-us .resp_area .slide_area .icon_arrow_r {
  right: 48px;
}

.resp_area .resp_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: 68px;
  top: 50%;
  margin-top: -8.3%;
}

.resp_area .resp_details .tit {
  display: block;
  color: #2a2e2e;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
}

.resp_area .resp_details .txt {
  display: block;
  color: #5f6464;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'TencentSansw3';
}

.resp_area .resp_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../img/index/icon_arrow_r_dark.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.en-us .resp_area .resp_details .txt {
  white-space: normal;
}


/*人才发展模块*/
.develop_area {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.develop_con {
  width: 1240px;
  margin: 0 auto;
}

.develop_area .develop_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 6.6%;
  top: 16%;
  z-index: 1;
}

.develop_area .develop_details .tit {
  display: block;
  color: #2a2e2e;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 36px;
  margin-bottom: 20px;
}

.develop_area .develop_details .txt {
  display: block;
  color: #5f6464;
  width: 450px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 40px;
  font-family: 'TencentSansw3';
}

.develop_area .develop_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../img/index/icon_arrow_r_dark.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.develop_area .slide_area {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.develop_area .slide_list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  height: 1040px;
}

.develop_area .slide_list li {
  display: inline-block;
  width: 100%;
  height: 1040px;
  float: left;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.develop_area .slide_list li.active {
  opacity: 1;
}

.develop_area .slide_list .li1 {
  background: url(../data/index/index_develop_bg1.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li2 {
  background: url(../data/index/index_develop_bg2.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li3 {
  background: url(../data/index/index_develop_bg3.jpg) no-repeat top;
  background-size: cover;
}

@keyframes offset {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 384;
  }
}

.video1 {
  width: 2560px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
}

.slide-tab {
  position: absolute;
  right: 32px;
  bottom: 24px;
}

.slide-tab .li {
  float: left;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  cursor: pointer;
}

.slide-tab .li.active {
  width: 24px;
  background: #0052d9;
}


.block-link {
  display: block;
  height: 100%;
  width: 100%;
}




.en-us .link_area .link_con_list li a:hover .script .tit {
  margin-top: 29px;
}

.en-us .link_area .con_1 .link_con_list .item_2 a:hover .script .tit {
  margin-top: 30px;
}

.en-us .link_area .con_1 .link_con_list .item_2 a:hover .script .txt {
  margin-right: 40px;
}

.en-us .link_area .con_3 .link_con_list .item_3 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_3 a .script .icon {
  top: 75px;
}

.en-us .link_area .con_3 .link_con_list .item_4 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_4 a .script .icon {
  top: 75px;
}


.en-us .link_area .tab_list .txt {
  top: 65%;
}

.en-us .link_area .tab_list .icon {
  margin-top: 20.6%;
}

.en-us .link_area .tab_list li.list_item_2 .icon {
  margin-top: 19%;
}

.en-us .link_area .tab_list li.list_item_3 .icon {
  margin-top: 12.8%;
}

.en-us .link_area .link_con_list .script .icon {
  top: 45px;
}

.en-us .link_area .con_1 .link_con_list .item_2 .script .icon {
  top: 45px;
}

.en-us .link_area .con_1 .link_con_list .item_3 a:hover .script .tit {
  margin-top: 0px;
}

.en-us .link_area .con_1 .link_con_list .item_4 a:hover .script .tit {
  margin-top: 49px;
}

.en-us .link_area .con_2 .link_con_list .item_1 a:hover .script .tit {
  margin-top: 86px;
}

.en-us .link_area .con_1 .link_con_list .item_3 .script .icon {
  top: 15px;
}

.en-us .link_area .con_2 .link_con_list .item_1 .script .icon {
  top: 102px;
}

.en-us .link_area .con_1 .link_con_list .item_4 .script .icon {
  top: 60px;
}

.en-us .link_area .con_3 .link_con_list .item_1 a:hover .script .tit {
  margin-top: 59px;
}

.en-us .link_area .con_3 .link_con_list .item_1 .script .icon {
  top: 75px;
}

.en-us .link_area .con_3 .link_con_list .item_4 .script .icon {
  top: 15px;
}

.en-us .resp_area .slide_list li:nth-child(2) .tit {
  bottom: 135px;
}

.en-us .resp_area .slide_list li:nth-child(3) .tit {
  bottom: 135px;
}

.en-us .resp_area .slide_list li:nth-child(4) .tit {
  bottom: 135px;
}

.en-us .resp_area .resp_details .tit {
  white-space: normal;
}




@media screen and (max-width: 375px) {
  .descript_area .txt {
    padding: 48px 20px 24px;
  }

  .descript_area .txt span.pc {
    display: none;
  }
}