.aboutUs_content {
  background: url('../images/aboutUs_info_bg.jpg') #ffffff no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}

.aboutUs_content .subPage_tab_nav {
  background: none;
}

.aboutUs_content .aboutUs_info {
  width: 14rem;
  margin: 0 auto;
  padding: 1.12rem 0 1.1rem 0;
}

.aboutUs_content .aboutUs_info .info_tit {
  padding-bottom: 0.58rem;
  position: relative;
}

.aboutUs_content .aboutUs_info .info_tit::after {
  content: '';
  width: 0.55rem;
  height: 0.06rem;
  background: #e8943c;
  border-radius: 0.06rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutUs_content .aboutUs_info .info_tit h3 {
  font-size: 0.6rem;
  line-height: 0.72rem;
  color: #4c4c4c;
}

.aboutUs_content .aboutUs_info .info_tit h3 span {
  color: #e8943c;
}

.aboutUs_content .aboutUs_info .info_txt {
  margin-top: 0.5rem;
}

.aboutUs_content .aboutUs_info .info_txt p {
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #666666;
}

.aboutUs_history {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #4c4c4c;
}

.aboutUs_history .history_media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-filter: blur(0.05rem);
          filter: blur(0.05rem);
}

.aboutUs_history .history_media img,
.aboutUs_history .history_media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutUs_history .history_media img {
  display: none;
}

.aboutUs_history .history_media img.on {
  display: block;
  -webkit-animation: scaleAnim 5s linear forwards;
          animation: scaleAnim 5s linear forwards;
}

.aboutUs_history .subPage_txt_title {
  padding-top: 1.18rem;
  color: #ffffff;
}

.aboutUs_history .history_txt_wrap {
  position: relative;
  height: 1.6rem;
  margin-bottom: 0.25rem;
}

.aboutUs_history .history_txt_wrap .history_txt {
  opacity: 0;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.aboutUs_history .history_txt_wrap .history_txt p {
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #ffffff;
}

.aboutUs_history .history_txt_wrap .history_txt.active {
  opacity: 1;
  -webkit-animation: fadeInLeft 1s;
          animation: fadeInLeft 1s;
}

.aboutUs_history .history_year {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: nowrap;
  -webkit-text-stroke: 1PX rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0);
  position: relative;
}

.aboutUs_history .more_btn {
  display: inline-block;
}
.aboutUs_history .more_btn:hover{border: 0.02rem solid #e8943c; }
.aboutUs_history .play_btn {
  width: 0.6rem;
  height: 0.6rem;
  background-image: url('../images/play_btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 auto 0.16rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
  opacity: 0.8;
}

.aboutUs_history .play_btn:hover {
  opacity: 1;
}

.aboutUs_history .play_btn.videoPlayBtn {
  display: none;
}

.aboutUs_history .history_list {
  width: 14rem;
  margin: 0 auto 1.06rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.aboutUs_history .history_list::before {
  content: '';
  width: 100%;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0.46rem;
}

.aboutUs_history .history_list .list_item {
  width: 33.33%;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.aboutUs_history .history_list .list_item .item_line {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}

.aboutUs_history .history_list .list_item .item_line .line_process {
  width: 0.2rem;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.aboutUs_history .history_list .list_item h3 {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_history .history_list .list_item h3 span {
  margin-right: 0.14rem;
}

.aboutUs_history .history_list .list_item.active .item_line .line_process {
  background: #e8943c;
}

.aboutUs_history .history_list .list_item.active .item_line .line_process::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(231, 148, 60, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutUs_history .history_list .list_item.active h3 {
  color: #e8943c;
}

.aboutUs_honor {
  width: 100%;
  height: 10.78rem;
  background: url('../images/aboiutUs_honor_bg.jpg') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.aboutUs_honor .aboutUs_honor_inner {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.aboutUs_honor .aboutUs_honor_inner .honor_tit {
  font-size: 0.48rem;
  line-height: 0.62rem;
  position: relative;
  color: #4c4c4c;
  padding-bottom: 0.3rem;
  position: absolute;
  left: 0;
  top: 1.42rem;
}

.aboutUs_honor .aboutUs_honor_inner .honor_tit::after {
  content: '';
  width: 0.5rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #e8943c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutUs_honor .aboutUs_honor_inner .honor_tit_en {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  color: #999999;
  opacity: 0.06;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 2.5rem;
  top: 0;
}

.aboutUs_honor .aboutUs_honor_inner .more_btn {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}

.aboutUs_honor .aboutUs_honor_inner .more_btn:hover {
  -webkit-box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
}

.aboutUs_honor .aboutUs_honor_inner .honor_year {
  width: 2.6rem;
  height: 5.37rem;
  float: left;
  margin-left: 0;
  margin-top: 2.86rem;
  padding-left: 0.24rem;
  overflow: hidden;
}

.aboutUs_honor .aboutUs_honor_inner .honor_year .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide .year {
  height: 100%;
  font-size: 0.48rem;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  cursor: pointer;
}

.aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide-thumb-active .year {
  font-size: 0.72rem;
  color: #e8943c;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list {
  float: right;
  width: 10rem;
  margin-top: 1rem;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper {
  width: 100%;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide {
  width: 100%;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 0.15rem;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item:nth-child(2n) {
  margin-right: 0;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_img {
  width: 100%;
  height: 3.28rem;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_img img {
  width: 100%;
  height: 98%;
  border-radius: 0.05rem;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_img span {
  position: absolute;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #ffffff;
  bottom: 0.12rem;
  left: 0.3rem;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_p {
  height: 0.72rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #4c4c4c;
  margin: 0.25rem 0 0.13rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_p span {
  color: #e8943c;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item:hover .item_img {
  background: #e8943c;
}

.aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item:hover .item_p {
  color: #e8943c;
}

.aboutUs_auth {
  overflow: hidden;
  position: relative;
}

.aboutUs_auth .aboutUs_auth_inner {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  padding: 0.94rem 0 1.26rem 0;
}

.aboutUs_auth .aboutUs_auth_inner .auth_tit {
  text-align: right;
  font-size: 0.48rem;
  line-height: 0.52rem;
  padding-bottom: 0.31rem;
  position: relative;
  color: #4c4c4c;
}

.aboutUs_auth .aboutUs_auth_inner .auth_tit::after {
  content: '';
  width: 0.5rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #e8943c;
  position: absolute;
  bottom: 0;
  right: 0;
}

.aboutUs_auth .aboutUs_auth_inner .auth_tit_en {
  font-size: 3rem;
  white-space: nowrap;
  color: #999999;
  opacity: 0.06;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  left: 103%;
  top: 0;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show {
  position: relative;
  z-index: 10;
  padding: 0.4rem 0.3rem 0.36rem 0.3rem;
  margin: 0 -0.3rem;
  overflow: hidden;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper {
  width: 100%;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide {
  width: 6.8rem;
  height: 3.35rem;
  padding: 0.3rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
          box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide a {
  display: block;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide .item_img {
  width: 1.9rem;
  height: 100%;
  float: left;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide .item_img img {
  width: 100%;
  height: 100%;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide .item_txt {
  margin-left: 2.42rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide .item_txt h3 {
  font-size: 0.26rem;
  line-height: 0.32rem;
  color: #4c4c4c;
  height: 0.64rem;
  margin-top: 0.25rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_show .mySwiper .swiper-slide .item_txt p {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #999999;
  margin-top: 0.21rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_split_tit {
  font-size: 0.24rem;
  line-height: 0.42rem;
  height: 0.42rem;
  color: #999999;
  position: relative;
  z-index: 10;
  margin: 0 0 0.36rem 0;
  text-align: center;
}

.aboutUs_auth .aboutUs_auth_inner .auth_split_tit::before {
  content: '';
  width: 5.38rem;
  height: 1PX;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
}

.aboutUs_auth .aboutUs_auth_inner .auth_split_tit::after {
  content: '';
  width: 5.38rem;
  height: 1PX;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo {
  position: relative;
  z-index: 10;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-prev {
  width: 0.14rem;
  height: 0.22rem;
  background-image: url('../images/auth_jt_left1_1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  left: -0.6rem;
  top: 50%;
  margin-top: -0.07rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-prev:hover {
  background-image: url('../images/auth_jt_left1_2.png');
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-next {
  width: 0.14rem;
  height: 0.22rem;
  background-image: url('../images/auth_jt_left2_1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  left: inherit;
  right: -0.6rem;
  top: 50%;
  margin-top: -0.07rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-next:hover {
  background-image: url('../images/auth_jt_left2_2.png');
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
          box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
  border-radius: 0.1rem;
  height: 2.5rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide {
  text-align: center;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide a {
  display: block;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide .slide_img {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.5rem;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide .slide_img img {
  width: 100%;
  height: 100%;
}

.aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #4c4c4c;
  margin-top: 0.26rem;
}

.aboutUs_history_content {
  background: url('../images/aboutUs_info_bg.jpg') #f9f9f9 no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 1rem;
}

.aboutUs_history_content .subPage_tab_nav {
  background: none;
}

.aboutUs_history_content .history_main {
  width: 14rem;
  margin: 0 auto;
}

.aboutUs_history_content .history_main .main_top .subPage_txt_title {
  padding-bottom: 0.32rem;
  font-size: 0.6rem;
  line-height: 0.66rem;
}

.aboutUs_history_content .history_main .main_top .top_txt {
  text-align: center;
  padding-top: 0.46rem;
}

.aboutUs_history_content .history_main .main_top .top_txt p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #4c4c4c;
}

.aboutUs_history_content .history_main .main_list {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}

.aboutUs_history_content .history_main .main_list .list_item {
  height: 1.9rem;
  width: 100%;
  position: relative;
}

.aboutUs_history_content .history_main .main_list .list_item::before {
  content: '';
  width: 1PX;
  height: 50%;
  background: #ececec;
  position: absolute;
  left: 50%;
  top: 0;
}

.aboutUs_history_content .history_main .main_list .list_item::after {
  content: '';
  width: 1PX;
  height: 50%;
  background: #ececec;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.aboutUs_history_content .history_main .main_list .list_item .item_circle {
  width: 0.2rem;
  height: 0.2rem;
  background: #f9f9f9;
  border: 0.04rem solid #e8943c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_history_content .history_main .main_list .list_item .item_circle::before {
  content: '';
  width: 0;
  height: 0;
  background: rgba(231, 148, 60, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_history_content .history_main .main_list .list_item .item_circle::after {
  content: '';
  width: 0;
  height: 0;
  background: rgba(231, 148, 60, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.26rem;
  background: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.5rem 0.4rem 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
          box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_img {
  width: 2.25rem;
  height: 100%;
  float: left;
  border-radius: 0.16rem;
  overflow: hidden;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_img img {
  width: 100%;
  height: 100%;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_txt {
  margin-left: 2.75rem;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_txt h3 {
  font-size: 0.36rem;
  color: #313131;
  line-height: 0.38rem;
  margin-top: 0.05rem;
  margin-bottom: 0.3rem;
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_txt .txt_p {
  
}

.aboutUs_history_content .history_main .main_list .list_item .item_square .square_txt .txt_p p {
  padding-right: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #4c4c4c;
}

.aboutUs_history_content .history_main .main_list .list_item:nth-child(2n) .item_square {
  left: inherit;
  right: 0;
}

.aboutUs_history_content .history_main .main_list .list_item:nth-child(1)::before {
  display: none;
}

.aboutUs_history_content .history_main .main_list .list_item:nth-last-child(1)::after {
  display: none;
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_circle {
  width: 0.3rem;
  height: 0.3rem;
  background: #e8943c;
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_circle::before {
  width: 0.6rem;
  height: 0.6rem;
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_circle::after {
  width: 0.9rem;
  height: 0.9rem;
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_square {
  background: url('../images/history_item_bg.png') #dc974e no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(231, 148, 60, 0.3);
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_square .square_txt h3 {
  color: #ffffff;
}

.aboutUs_history_content .history_main .main_list .list_item:hover .item_square .square_txt p {
  color: #ffffff;
}

.aboutUs_history_content .history_main .load_more {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f7f7f7;
  border-radius: 0.2rem;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.aboutUs_history_content .history_main .load_more img {
  width: 0.22rem;
  height: 0.2rem;
}

.aboutUs_honor_content .honor_main {
  margin-top: 1.47rem;
  width: 100%;
}

.aboutUs_honor_content .honor_main .honor_detail {
  min-height: 7.15rem;
  margin-bottom: 2rem;
  position: relative;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.4rem;
  height: 7.15rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-container {
  width: 100%;
  height: 100%;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-container .swiper-slide img {
  width: 100%;
 /*  height: 100%; */
 height: auto!important;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-container .swiper-slide .detail_txt {
  width: 100%;
  height: 2.12rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8943c));
  background-image: linear-gradient(transparent, #e8943c);
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-container .swiper-slide .detail_txt p {
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #ffffff;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-pagination {
  bottom: 0.24rem;
  text-align: left;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_img .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #ffffff;
  margin: 0 0.05rem;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content {
  width: 14rem;
  margin: 0 auto;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner {
  width: 10.2rem;
  float: right;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_top {
  height: 1.45rem;
  border-bottom: 1PX solid #e0e0e0;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_top .top_en {
  float: left;
  font-size: 0.4rem;
  line-height: 0.44rem;
  color: rgba(0, 0, 0, 0.15);
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_top .top_year {
  float: right;
  font-size: 0.6rem;
  line-height: 1;
  color: #4c4c4c;
  padding-bottom: 0.34rem;
  position: relative;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_top .top_year::after {
  content: '';
  width: 0.5rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #e8943c;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(211, 102, 10, 0.3);
          box-shadow: 0 0.1rem 0.3rem 0 rgba(211, 102, 10, 0.3);
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li {
  width: 3.2rem;
  min-height: 2.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0.5rem 0.46rem 0.5rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
          box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li h3 {
  font-size: 0.26rem;
  line-height: 1;
  color: #4c4c4c;
  margin-bottom: 0.15rem;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #999999;
  word-break: break-word;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:nth-child(3n) {
  margin-right: 0;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:hover {
  background: url('../images/year_list_bg.png') no-repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
          box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:hover h3 {
  color: #ffffff;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:hover p {
  color: #ffffff;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:nth-last-of-type(1) {
  margin-right: 0;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .load_more {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.2rem;
  background: #f7f7f7;
  text-align: center;
  margin-top: 0.5rem;
  cursor: pointer;
}

.aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .load_more img {
  width: 0.22rem;
  height: 0.2rem;
}

.aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_img {
  left: inherit;
  right: 0;
}

.aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner {
  float: left;
}

.aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_en {
  float: right;
  text-align: right;
}

.aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_year {
  float: left;
}

.aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_year::after {
  left: 0;
  right: inherit;
}

@media only screen and (max-width: 768px) {
  .aboutUs_content .aboutUs_info {
    width: auto;
    margin: 0 0.4rem;
    padding: 0.6rem 0;
  }

  .aboutUs_history {
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }

  .aboutUs_history .history_txt_wrap {
    position: relative;
    height: auto;
    margin-top: 0.3rem;
  }

  .aboutUs_history .history_txt_wrap .history_txt {
    position: relative;
    top: inherit;
    left: inherit;
    display: none;
  }

  .aboutUs_history .history_txt_wrap .history_txt p {
    font-size: 0.3rem;
  }

  .aboutUs_history .history_txt_wrap .history_txt.active {
    display: block;
  }

  .aboutUs_history .history_year {
    font-size: 1.3rem;
  }

  .aboutUs_history .history_list {
    width: auto;
    margin: 0.5rem auto 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .aboutUs_history .history_list::before {
    display: none;
  }

  .aboutUs_history .history_list .list_item {
    width: 100%;
  }

  .aboutUs_history .history_list .list_item::before {
    content: '';
    width: 100%;
    height: 0.02rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: 0.48rem;
  }

  .aboutUs_honor {
    height: auto;
    background: url(../images/aboiutUs_honor_bg.jpg) no-repeat top center;
    background-color: #f9f9f9;
    background-size: 100% auto;
  }

  .aboutUs_honor .aboutUs_honor_inner {
    width: auto;
    margin: 0 0.4rem;
    padding-bottom: 0.5rem;
  }

  .aboutUs_honor .aboutUs_honor_inner .more_btn {
    position: absolute;
    left: 0;
    top: 2.6rem;
    bottom: inherit;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_year {
    width: 100%;
    height: 1rem;
    float: inherit;
    margin-left: 0;
    margin-top: 3.62rem;
    padding-left: 0;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide {
    width: 100%;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide .year {
    width: 100%;
    font-size: 0.4rem;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_year .swiper .swiper-slide-thumb-active .year {
    opacity: 1;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list {
    float: inherit;
    width: 100%;
    margin-top: 0;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.26rem;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_img {
    width: 100%;
    height: 2.6rem;
    font-size: 0;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item .item_p {
    height: 0.78rem;
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item:hover .item_img {
    -webkit-box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
            box-shadow: 0 0.1rem 0.285rem 0.015rem rgba(231, 148, 60, 0.3);
  }

  .aboutUs_honor .aboutUs_honor_inner .honor_list .swiper .swiper-slide .honor_item:hover .item_img::after {
    display: block;
  }

  .aboutUs_auth {
    background: #ffffff;
  }

  .aboutUs_auth .aboutUs_auth_inner {
    width: auto;
    margin: 0 0.4rem;
    padding: 0.94rem 0 0.9rem 0;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_show {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_show .show_item {
    height: auto;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_split_tit {
    font-size: 0.24rem;
    line-height: 0.42rem;
    height: 0.42rem;
    color: #999999;
    position: relative;
    z-index: 10;
    margin: 0 0 0.3rem 0;
    text-align: center;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_split_tit::before {
    content: '';
    width: 30%;
    height: 1PX;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_split_tit::after {
    content: '';
    width: 30%;
    height: 1PX;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo {
    position: relative;
    z-index: 10;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-prev {
    width: 0.14rem;
    height: 0.22rem;
    background-image: url('../images/auth_jt_left1_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    margin-top: -0.07rem;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-prev:hover {
    background-image: url('../images/auth_jt_left1_2.png');
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-next {
    width: 0.14rem;
    height: 0.22rem;
    background-image: url('../images/auth_jt_left2_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    left: inherit;
    right: -0.6rem;
    top: 50%;
    margin-top: -0.07rem;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper-button-next:hover {
    background-image: url('../images/auth_jt_left2_2.png');
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper {
    background: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
            box-shadow: 0 0 0.3rem 0 rgba(178, 178, 178, 0.2);
    border-radius: 0.1rem;
    height: 2.5rem;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide {
    text-align: center;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide a {
    display: block;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide .slide_img {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.5rem;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide .slide_img img {
    width: 100%;
    height: 100%;
  }

  .aboutUs_auth .aboutUs_auth_inner .auth_lunbo .swiper .swiper-slide p {
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #4c4c4c;
    margin-top: 0.26rem;
  }

  .aboutUs_history_content .history_main {
    width: auto;
    margin: 0 0.4rem;
  }

  .aboutUs_history_content .history_main .main_list {
    margin-top: 0.3rem;
  }

  .aboutUs_history_content .history_main .main_list .list_item {
    height: 3rem;
    width: 100%;
    position: relative;
  }

  .aboutUs_history_content .history_main .main_list .list_item:after {
    display: none;
  }

  .aboutUs_history_content .history_main .main_list .list_item .item_circle {
    left: 0;
  }

  .aboutUs_history_content .history_main .main_list .list_item .item_square {
    left: inherit;
    right: 0;
  }

  .aboutUs_honor_content {
    background: #ffffff;
  }

  .aboutUs_honor_content .honor_main {
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0.6rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail {
    margin-bottom: 1rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_img {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_img img {
    height: auto;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content {
    width: auto;
    margin: 0;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner {
    width: auto;
    float: inherit;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_top {
    padding-top: 0.4rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list {
    margin-top: 0.4rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li {
    float: left;
    width: 48%;
    min-height: 2.3rem;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    padding: 0.5rem 0.46rem 0.5rem 0.5rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:nth-child(2n) {
    margin-right: 0;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .content_list li:nth-child(3n) {
    margin-right: 2%;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .load_more {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
    background: #f7f7f7;
    text-align: center;
    margin-top: 0.5rem;
    cursor: pointer;
  }

  .aboutUs_honor_content .honor_main .honor_detail .detail_content .detail_content_inner .load_more img {
    width: 0.22rem;
    height: 0.2rem;
  }

  .aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_img {
    left: inherit;
    right: 0;
  }

  .aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner {
    float: left;
  }

  .aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_en {
    float: right;
    text-align: right;
  }

  .aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_year {
    float: left;
  }

  .aboutUs_honor_content .honor_main .honor_detail:nth-child(2n) .detail_content .detail_content_inner .content_top .top_year::after {
    left: 0;
    right: inherit;
  }
}