/*
* about.ext.css
* @Author: Jack.Chan
* @Date:   2020-04-22 15:51:59
* @Last Modified by:   Jack.Chan
* @Last Modified time: 2023-02-14 11:10:11
*/

.about .contact .contact-content .area-list .list-detail .company-list {
  height: 480px;
}

.about .honor{
	height:680px !important;
}
.about .honor .page-caption{
	margin-top:0 !important;
}
.about .honor .honor-list .honor-swiper .swiper-slide ul {
  /*width: 94%;
  display: flex;*/
  /*justify-content: center;*/
}

.about .honor .honor-list .honor-swiper .swiper-slide ul li {
  /*width: 230px;
  height: 96px;*/
  background-position: center;
  background-size: contain;
  margin-right: 19px;
}

.about .honor .honor-list .honor-swiper .swiper-slide ul li p {
  /*width: 155px;*/
}

.about .img-m .title-list.p-center{
	top:60%;
}

.about .contact{
  position:relative;
}
.about .join > a:hover{
  background:#fff;
  color:#ec6415;
  font-weight: 600;
}

.area-list-group{
  min-height:600px;
  position:relative;
}
.area-list-group>.list{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.contact-content:after{
  content:"\20";
  clear:both;
  display:block;
  width:0;
  height:0;
}

.link-anchor{
  position:absolute;
  top:-228px;
  top:-160px;
  width:0;
  height:0;
  visibility:hidden;
}

.about-content{
  padding-top:50px;
}

.about-history{
  margin-bottom:50px;
}

/* .anchors */
.anchors-wrapper-reference,
.anchors-wrapper{
  position:relative;
  top:-25px;
  height:0;
}
.anchors-wrapper:before{
  content:"\20";
  display:block;
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index: 3;
  width:100%;
  height:1px;
  background-color: #dbdbdb;
  display:none;
}
.anchors-wrapper.fixed{
  position:fixed;
  top:110px;
  top:0;
  left:0;
  right:0;
  z-index:66;
  height:auto;
  /*background-color: #fafafa;*/
  background-color: rgba(250, 250, 250, 0.95);
  box-shadow: 0px 4px 8px 0px rgba(205, 205, 205, 0.4);
  /*border-top:1px #dbdbdb solid;*/
  /*border-top:1px #ececec solid;*/
}
.anchors-wrapper.fixed:before{
  display:block;
}
.anchors-wrapper.fixed>.anchors{
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.anchors{
  max-width: 1200px;
  min-width: 1200px;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  background-color: #fafafa;
  box-shadow: 0px 4px 8px 0px rgba(205, 205, 205, 0.4);
  display:table;
  /*border:1px #fafafa solid;*/

  border-radius: 8px;
}

.anchors-item{
  width:1%;
  display:table-cell;
  text-align:center;
}
.anchors-item.active{
  /*background-color: rgba(255, 255, 255, 0.95);*/
  font-weight:500;
}
.anchors-item>a{
  display:block;
  padding:10px;
  font-size:18px;
  position:relative;
  transition: background-color 0.25s;
  border-radius: 8px;
}
.anchors-item>a:hover{
  /*background-color:#eee;*/
  background-color: rgba(255, 255, 255, 0.95);
}
.anchors-item.active>a:after{
  content:"\20";
  display:block;
  position:absolute;
  left:50%;
  bottom:0;
  width:28px;
  height:5px;
  margin-left:-14px;
  background-color:#fd9814;
  border-radius:5px;
  transition: all 0.25s;
}
.anchors-item.active>a:hover:after{
  width:50px;
  margin-left:-25px;
}

/* .page-caption */
.page-caption{
  position:relative;
  text-align:center;
  margin-top:50px;
}
.page-caption-anchor{
  position:absolute;
  top:-228px;
  width:0;
  height:0;
  visibility:hidden;
}
.page-caption-text-en{
  font-size:72px;
  font-weight:bold;
  color:#2e2e2e;
  opacity:0.1;
  position:absolute;
  left:0;
  right:0;
  bottom:24%;
  z-index:1;
  -webkit-user-select:none;
  user-select:none;
}
.page-caption-text-en + .page-caption-text{
  /*margin-top: 50px;*/
  padding-top:50px;
}
.page-caption-text{
  position:relative;
  z-index:3;
  font-size:40px;
  font-weight:bold;
  color:#333;
  letter-spacing: 5px;
  padding-top:30px;
  padding-bottom:30px;
}

/* .table-intro */
.table-intro,
.table-intro tr,
.table-intro td{
  border:0;
}
.table-intro{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
}
.table-intro-col-1{
  font-size:16px;
  line-height: 26px;
}
.table-intro-col-1,
.table-intro-col-1 p{
  text-align: left;
  color:#888;
}
.table-intro-col-1 p{
  padding-bottom:20px;
}
.table-intro-col-1 b{
  color:#666;
}
.table-intro-col-2{
  text-align:right;
  width:450px;
}

.list-intro,
.list-intro>li{
  list-style:none;
  margin:0;
  padding:0;
}
.list-intro{
  width:100%;
  margin-top:20px;
}
.list-intro>li{
  display:inline-block;
  width:200px;
  position:relative;
  cursor:default;
}
.list-intro>li + li:before{
  content:"\20";
  display:block;
  position:absolute;
  top:20px;
  bottom:20px;
  left:-35%;
  width:1px;
  background-color:#dadada;
}
.list-intro>li>span{
  display:block;
  padding:8px 0;
}
.icon-intro{
  width:50px;
  height:50px;
  font-size:0;
  margin-left:8px;
  display:block;
  background-repeat:no-repeat;
  background-image:url(/static/cn/img/about/science-list.png);
}
.icon-intro-1{
  background-position: 0 0;
}
.icon-intro-2{
  background-position: -58px 0;
}
.icon-intro-3{
  background-position: -116px 0;
}

/* .about-profile */
.about-profile:hover .table-profile-caption:before{
	border-radius:3px;
	width:140px;
}
/* .table-profile */
.table-profile,
.table-profile tr,
.table-profile td{
  border:0;
}
.table-profile{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
}
.table-profile-col-1{
  width:360px;
  pointer-events:none;
  -webkit-user-select: none;
  user-select: none;
}
.table-profile-col-2,
.table-profile-col-2 p{
  text-align: left;
  font-size:16px;
  line-height: 26px;
  color:#888;
}
.table-profile-col-2 p{
  padding-bottom:15px;
}
.table-profile-col-2 b{
  color:#666;
}
.table-profile-caption{
  font-size:28px;
  font-weight:600;
  color:#3e3f44;
  position:relative;
  border-bottom:1px #f3f3f3 solid;
  padding-top: 10px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.table-profile-caption:before{
  content:"\20";
  display:block;
  position:absolute;
  left:0;
  bottom:-4px;
  height:8px;
  width:80px;
  background-color:#fd9814;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.table-profile-caption small{
  font-size:20px;
  color:#88898d;
  font-weight:500;
  margin-left:30px;
}



/* .view-swiper-pics */
.view-swiper-pics {
  position:relative;
  width: 100%;
  height: auto;
  margin-top:60px;
}
.view-swiper-pics .swiper-wrapper{
  height:280px;
}
.view-swiper-pics .swiper-slide {
  overflow:hidden;
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.view-swiper-pics .swiper-slide img{
  max-width:110%;
  transition: max-width 0.25s linear;
}
.view-swiper-pics .swiper-slide:hover img{
  max-width:120%;
}
.view-swiper-pics .swiper-pagination{
  padding:15px 0;
  text-align:center;
  position:relative;
}
.view-swiper-pics .swiper-pagination-bullet{
  width:10px;
  height:10px;
  line-height:0;
  background: #fff;
  opacity:1;
}
.view-swiper-pics .swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left:10px;
}
.view-swiper-pics .swiper-pagination-bullet-active{
  background:#fd9814;
  width:70px;
  border-radius:5px;
}
.view-swiper-pics .swiper-button-prev,
.view-swiper-pics .swiper-button-next{
  background:rgba(0,0,0,0.45);
  width:auto;
  min-width:27px;
  height:60px;
  padding:16px 5px;
  margin-top:-30px;
}
.view-swiper-pics .swiper-button-prev>svg,
.view-swiper-pics .swiper-button-next>svg{
  display:block;
}
.view-swiper-pics .swiper-button-prev:hover,
.view-swiper-pics .swiper-button-next:hover{
  background:rgba(0,0,0,1);
}
.view-swiper-pics .swiper-button-prev{
  left:0;
  border-radius:0 3px 3px 0;
}
.view-swiper-pics .swiper-button-next{
  right:0;
  border-radius:3px 0 0 3px;
}