.core {
  width: 1224px;
  margin: 0 auto;
  margin-top: 120px;
}

.bannar {
  width: 100%;
}

#box{
  width: 100%;
  background-color: #fff !important;
}
.tab-list {
  width: 100%;
  height: 90rpx;
  background:#F5F5F5;
}
.tab-list ul{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.tab-list li{
  width: 20%;
  font-size: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  height: 90px;
  line-height: 90px;
}
.choice{
    background: #0099FF;
    color: #fff;
}
.tab-item{
  display: none;
}
.honor-content {
  display: none;
}
.show{
  display: block;
}
.w100-cen {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.bg-gray {
  background:#F7F8FA;
}
.title-bline {
  position: relative;
  font-family: 'MicrosoftYaHei';
  font-size: 36px;
  color: #333;
}
.title-bline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #A0A0A0;
}
.title-bline.blue::after {
  background-color: #0099FF;
}
/* 公司简介 */
.intro-one {
  padding: 136px 0 190px 0;
}
.intro-one .logo{
  width: 224px;
  height: auto;
  margin-top: 130px;
}
.intro-one .subtitle {
  margin-top: 80px;
  font-size: 26px;
  color: #666;
}
.intro-one .content {
  margin-top: 32px;
  font-size: 17px;
  color: #666;
  text-align: center;
  line-height: 2;
}
.intro-two {
  padding: 90px 0;
}
.intro-two h2 {
  font-size: 30px;
  color: #000;
}
.intro-two p {
  margin-top: 26px;
  font-size: 16px;
  color: #333;
}
.intro-two .adv {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin-top: 112px;
}
.intro-two .adv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  color: #000;
}
.intro-two .adv-item .img {
  width: 60px;
  height: auto;
  margin-bottom: 26px;
}
.intro-three {
  padding: 194px 0;
}
.intro-three .top,
.intro-three .bottom {
  display: flex;
  align-items: center;
  width: 60%;
}
.intro-three .top {
  margin-bottom: 140px;
}
.intro-three .card {
  display: flex;
  align-items: center;
  width: 50%;
}
.intro-three .card:nth-of-type(1) {
  margin-right: 10%;
}
.intro-three .card .img {
  width: 80px;
  height: auto;
}
.intro-three .card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  font-size: 17px;
  color: #8F8F8F;
  line-height: 2;
}
.intro-three .card .content h4 {
  font-size: 21px;
  color: #000;
}

/* 团队介绍 */
/* .team-one {
  padding: 96px 0 130px;
}
.team-one .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78%;
  margin-top: 68px;
}
.team-one .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10%;
}
.team-one .title {
  font-size: 30px;
  color: #0099FF;
}
.team-one .subtitle {
  margin-top: 30px;
  font-size: 24px;
  color: #777373;
}
.team-one .dec {
  margin-top: 46px;
  font-size: 18px;
  color: #777373;
  line-height: 2;
}
.team-one img {
  width: 300px;
  height: auto;
}
.team-two {
  padding: 100px 0 55px;
} */

/* .swiper-button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.swiper-button #swiper-button-prev,
.swiper-button #swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  background-image: none;
  width: 122px;
  height: 52px;
  margin-top: 0;
  color: #686868;
  background-color: #fff;
}
.swiper-button #swiper-button-prev i,
.swiper-button #swiper-button-next i {
	font-size: 20px;
	line-height: 1;
}
.swiper-button #swiper-button-next {
	color: #fff;
	background-color: #0099FF;
}
.team-two .swiper-slide {
  position: relative;
  overflow: hidden;
} */
/* 111 */
/* #swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  position: relative;
}
.swiper-slide {
  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;
}
.slide {
  width: 100%;
  height: auto;
  display: block;
}
.slide img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  opacity: .6;
}
.swiper-slide:hover .intro {
  transform: translateY(0);
  transition: transform .55s ease-in-out;
  -moz-transition: transform .55s ease-in-out;
  -webkit-transition: transform .55s ease-in-out;
}
.swiper-slide .intro {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 18px 20px 20px 20px;
  font-size: 10px;
  text-align: left;
  min-height: 30%;
  line-height: 1.5;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  transform: translateY(102%);
  transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
}
.swiper-slide-active .slide .intro{
  transform: translateY(0);
}
.swiper-slide-active .slide img,
.swiper-slide-prev .slide img,
.swiper-slide-next .slide img {
	opacity: 1;
}
.swiper-slide .intro h4 {
  margin-bottom: 5px;
  font-size: 18px;
  align-items: baseline;
}
.swiper-slide .intro h4 span {
  display: inline-block;
  font-size: 12px;
} */
.team-two {
	width: 100%;
	padding: 100px 0 75px;
}
.team-two .photo-wall {
	display: flex;
	margin-top: 80px;
	width: 84%;
}
.team-two img {
	font-size: 0;
}
.team-two .team-boss {
	position: relative;
	width: 30%;
	box-sizing: border-box;
	overflow: hidden;
}
.team-two .team-boss img {
	width: 100%;
	display: block;
	
}
.team-two .team-member {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.team-two .member-row {
	display: flex;
}
.team-two .member-item {
	position: relative;
	margin-left: 20px;
	overflow: hidden;
}
.team-two .member-item img {
	width: 100%;
	display: block;
}
.team-two .team-boss:hover .intro,
.team-two .member-item:hover .intro{
  transform: translateY(0);
  transition: transform .55s ease-in-out;
  -moz-transition: transform .55s ease-in-out;
  -webkit-transition: transform .55s ease-in-out;
}
.team-two .intro {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 18px 20px 20px 20px;
  font-size: 10px;
  text-align: left;
  min-height: 30%;
  line-height: 1.5;
  color: #fff;
  background: rgba(83, 83, 83, .9);
  box-sizing: border-box;
  transform: translateY(102%);
  transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
}
.team-two .intro h4 {
  margin-bottom: 5px;
  font-size: 18px;
  align-items: baseline;
}
.team-two .intro h4 span {
  display: inline-block;
  font-size: 12px;
}
.team-three {
  padding: 100px 0 194px;
}
.team-three .img-box {
  display: flex;
  align-items: center;
  margin-top: 160px;
}
.team-three .img-box img {
  width: 390px;
  height: auto;
  margin-right: 20px;
}
.team-three .img-box img:last-of-type {
  margin-right: 0;
}
.team-three p {
  margin-top: 80px;
  font-size: 19px;
  color: #777373;
  line-height: 2;
  text-align: center;
}
.team-four {
  padding: 130px 0 0;
}
.team-four img {
  width: 68%;
  margin-top: 70px;
  height: auto;
}
/* 企业文化 */
.control {
  position: relative;
  padding: 120px 0 190px;
}
.control .bg-blue {
  position: absolute;
  top: 66%;
  width: 100%;
  height: 280px;
  background-color:#0099FF;
}
.control-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
  /* min-width: 50%; */
  width: 60%;
  z-index: 1;
}
.control-item .blue-block {
  width: 160px;
  height: 160px;
  background-color: #0099FF;
}
.control-item .right {
  margin-left: 68px;
}
.control-item:nth-of-type(1) .right {
  padding-top: 80px;
}
.control-item .img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.control-item .img .vline {
  position: absolute;
  top: -156px;
  width: 2px;
  height: 120px;
  background-color: #BFBFBF;
}
.control-item .left .vline {
  left: 140px;
}
.control-item .right .vline {
  right: 140px;
}
.control-item .img .vline::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #0099FF;
  box-sizing: border-box;
}
.control-item .dec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.control-item .dec .title {
  font-size: 81px;
  color: #0099FF;
  font-weight: 700;
  line-height: 1;
  font-style:oblique
}
.control-item .dec .subtitle {
  font-size: 36px;
  color: #333;
  line-height: 1;
  margin-top: 20px;
}
.control-item .dec p {
  margin-top: 14px;
  font-size: 18px;
  color: #333;
  line-height: 2;
}
/* 大事记 */
.honor {
  padding: 135px 0 327px;
}
.year-list {
  width: 70%;
  margin-top: 140px;
}
.year-list ul {
  display: flex;
  width: 100%;
}
.year-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.6%;
  margin-right: 10px;
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.year-list .progress {
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 20px;
  background-color: #E5E5E5;
}
.year-list .progress::before {
  content: ' ';
  position: absolute;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.year-list .progress::after {
  content: ' ';
  position: absolute;
  left: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #E5E5E5;
}
.year-list .current .progress {
  background-color:#2CAB20;
}
.year-list .current .progress::after {
  content: ' ';
  position: absolute;
  left: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #2CAB20;
}
.honor .honor-content {
  width: 60%;
  /* height: 560px; */
  height: 1100px;
  margin-top: 70px;
  padding-top: 20px;
  background: url('/index/static/images/bg-honor.png') no-repeat center;
  background-size: contain;
  overflow-x: hidden;
  overflow-y: scroll;
}
.honor-content::-webkit-scrollbar{
  display: none;
}
.honor-item {
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
  width: 60%;
  margin: 0 auto;
}
.honor-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 126px;
  height: 100%;
  border-right: 1px solid #2CAB20
}
.honor-item:last-of-type {
  padding-bottom: 0;
}
.honor-item:last-of-type::before {
  height: 0;
}
.honor-item .item-month {
  position: absolute;
  font-size: 20px;
  color: #333;
  top: -6px;
}
.honor-item .item-month::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 120px;
  border-radius: 50%;
  background-color:#2CAB20;
  box-shadow: 0 0 0 10px rgba(44, 171, 32, .3);
}
.honor-item .item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -10px;
  padding-left: 160px;
}
.honor-item .item-title {
  font-size: 28px;
  color: #333;
  line-height: 1;
}
.honor-item .item-event {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.5;
}
.honor-item .item-img {
	width: 100%;
	margin-top: .3rem;
}
.honor-item .item-img img {
	width: 100%;
}
/* 合作机构 */
.cooper-one {
  padding: 135px 0 0;
}
.cooper-one img {
  width: 100%;
  height: auto;
  margin-top: 76px;
}
.cooper-two {
  padding: 90px 0 220px;
}
.cooper-two img {
  width: 72%;
  height: auto;
  margin-top: 120px;
}
@media screen and (max-width:750px) {
  .tab-list ul {
    width: 80%;
  }
  .tab-list li {
    font-size: .26rem;
    height: .9rem;
    line-height: .9rem;
  }
  .title-bline {
    font-size: .36rem;
  }
  /* 公司简介 */
  .intro-one {
    padding: 1rem 0 1rem;
  }
  .intro-one .logo {
	width: 3.4rem;
    margin-top: 1.3rem;
  }
  .intro-one .subtitle {
    margin-top: .6rem;
	font-size: .44rem;
  }
  .intro-one .content {
    padding: 0 .4rem;
    margin-top: .4rem;
	font-size: .26rem;
  }
  .intro-one .content .company-intro {
    width:94%;
    margin: 0 auto;
    text-indent:2em;
    text-align:left;
  }
  .intro-two {
	  padding: 1.2rem 0;
  }
  .intro-two h2 {
	  font-size: .6rem;
  }
  .intro-two p {
	  margin-top: .4rem;
	  font-size: .3rem;
  }
  .intro-two .adv{
    margin-top: 1rem;
    width: 75%;
  }
  .intro-two .adv-item {
	  font-size: .34rem;
  }
  .intro-two .adv-item .img {
	  width: 1rem;
	  margin-bottom: .4rem;
  }
  .intro-three {
    padding: 1rem 0;
  }
  .intro-three .card .img {
    width: .8rem;
  }
  .intro-three .top, .intro-three .bottom {
    width: 95%;
  }
  .intro-three .card .content {
    font-size: .18rem;
	line-height: 1.5;
    margin-left: .1rem;
  }
  .intro-three .card .content h4 {
	  font-size: .3rem;
	  margin-bottom: .14rem;
  }
  .intro-three .top {
    margin-bottom: .6rem;
  }
  .intro-three .card:nth-of-type(1) {
    margin-right: 1%;
  }
  /* 团队 */
  /* .team-one {
    padding: .4rem 0 1rem;
  }
  .team-one .content {
    width: 78%;
    margin-top: 20px;
  }
  .team-one .title {
	  font-size: .46rem;
  }
  .team-one .subtitle {
    margin-top: .1rem;
	font-size: .36rem;
  }
  .team-one .dec {
    margin-top: .16rem;
	font-size: .24rem;
  }
  .team-one img {
    width: 3rem;
  } */
  
  .team-two .intro {
  	  /* padding: .3rem .2rem .2rem; */
  	  padding: .16rem .2rem .06rem;
  }
  .team-boss .intro {
	  min-height: 10%;
  }
  .team-two .current-member {
	  width: 84%;
	  margin-top: .2rem;
	  font-size: .24rem;
	  color: #666666;
	  line-height: 1.3;
  }
  .team-two {
    padding: .8rem 0;
  }
  .team-three {
    padding: .6rem 0 1.4rem;
  }
  .team-three .img-box {
    margin-top: 1.4rem;
  }
  .team-three .img-box img {
    width: 2.8rem;
	margin-right: .2rem;
  }
  .team-three p {
    margin-top: .6rem;
    padding: 0 .4rem;
	font-size: .26rem;
  }
  /* #swiper-container {
	  margin-top: 1.2rem;
  }
  .swiper-slide .intro h4 {
	  font-size: .26rem;
	  margin-bottom: 0;
  }
  .swiper-slide .intro h4 span {
	  font-size: .2rem;
  }
  .swiper-slide .intro {
	  padding: .2rem .2rem .2rem;
	  font-size: .2rem;
  }
  .swiper-button {
	  margin-top: 1rem;
  }
  .swiper-button #swiper-button-prev, .swiper-button #swiper-button-next {
	  width: 2.2rem;
	  height: 1rem;
  } */
  .team-four {
    padding: 1rem 0 1rem;
  }
  .team-four img {
    width: 85%;
	margin-top: 1rem;
  }
  /* 文化 */
  .control {
    padding: 48px 0 90px;
  }
  .control-item {
    width: 86%;
    margin-top: 1rem;
  }
  .control-item:nth-of-type(1) {
    margin-top: 1.4rem;
  }
  .control .bg-blue {
    height: 2.8rem;
    top: 69%;
  }
  .control-item:nth-of-type(4) {
    margin-top: 1.4rem;
  }
  .control-item:nth-of-type(4) .img .vline {
    top: -1rem;
  }
  .control-item:nth-of-type(4) .right {
    margin-left: 6%;
	margin-top: 0 !important;
  }
  .control-item .blue-block {
    width: 1.2rem;
    height: 1rem;
  }
  .control-item .right {
    margin-left: .8rem;
  }
  .control-item .left .vline {
    left: .6rem;
    top: -1.8rem;
  }
  .control-item .right .vline {
    right: 0;
    top: -1.8rem;
  }
  .control-item .img .vline {
    height: 1.4rem;
    width: .04rem;
  }
  .control-item .img .vline::before {
    width: .2rem;
    height: .2rem;
    top: -.2rem;
  }
  .control-item:nth-of-type(1) .right {
    padding-top: .36rem;
  }
  .control-item:nth-of-type(1) img {
    width: 4.38rem;
  }
  .control-item:nth-of-type(2) img {
    width: 6.12rem;
  }
  .control-item:nth-of-type(4) img {
    /* width: 198px; */
    width: 4.57rem;
    padding-top: .6rem;
  }
  .control-item .dec .title {
    font-size: .8rem;
  }
  .control-item .dec .subtitle {
    font-size: .4rem;
    margin-top: .2rem;
  }
  .control-item .dec p {
    margin-top: .1rem;
	font-size: .24rem;
  }
  .swiper-slide .intro h4 span {
    display: block;
  }
  /* 大事记 */
  .honor {
    padding: .8rem 0 2rem;
  }
  .year-list {
    margin-top: 1.2rem;
  }
  .year-list ul li {
	  font-size: .28rem;
	  margin-right: .15rem;
  }
  .year-list .progress {
	  height: .3rem;
	  margin-top: .3rem;
  }
  .year-list .progress::before {
	  border: .15rem solid transparent;
	  border-left: .15rem solid #fff;
  }
  .year-list .progress::after {
	  border: .15rem solid transparent;
	  border-left: .15rem solid #E5E5E5;
  }
  .year-list .current .progress::after {
	  border: .15rem solid transparent;
	  border-left: .15rem solid #2CAB20;
  }
  .honor .honor-content {
	width: 70%;
    height: 10.6rem;
	margin-top: .8rem;
	/* padding-left: 2rem; */
  }
  .honor-item {
	width: 100%;
    padding-bottom: .6rem;
  }
  .honor-item .item-month::before {
	  width: .16rem;
	  height: .16rem;
	  top: .1rem;
	  left: 1.74rem;
	  box-shadow: 0 0 0 .16rem rgb(44 171 32 / 30%);
  }
  .honor-item::before {
	  left: 1.8rem;
  }
  .honor-item .item-content {
	  top: -.12rem;
	  padding-left: 2.4rem;
  }
  .honor-item .item-month {
	  font-size: .3rem;
  }
  .honor-item .item-title {
    font-size: .28rem;
	font-weight: 700;
  }
  .honor-item .item-event {
    margin-top: .15rem;
	font-size: .28rem;
	text-align: justify;
  }
  /* 合作 */
  .cooper-one {
    padding: 1rem 0 .4rem;
  }
  .cooper-two {
    padding: .7rem 0 1.4rem;
  }
  .cooper-one img {
	  margin-top: 1rem;
  }
  .cooper-two img {
    margin-top: 1rem;
  }

}
