body {
  background: #F5F5F5;
  font-size: 13px;
  color: #424242;
}

p {
  line-height: 1.8em;
  margin: 15px 19px 10px;
}

img {
  display: block;
}

.tab {
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
  line-height: 42px;
  background: #fff;
  font-size: 14px;
}

.tab li {
  display: inline-block;
  margin: 0 12px;
  border-bottom: 2px solid #fff;
}

.tab li.current {
  border-bottom: 2px solid #F9BA34;
}

.tab::-webkit-scrollbar {
  display: none;
}

.advantage {
  padding-top: 8px;
}

.advantage img {
  width: 94%;
  margin: 20px auto 0;
}

.team .title,
.will .title,
.organication .title,
.honor .title {
  font-size: 18px;
  width: 183px;
  margin: 30px auto 50px;
  position: relative;
  border-bottom: 2px solid #F9BA34;
  text-align: center;
}

.team .title span,
.will .title span,
.organication .title span,
.honor .title span {
  position: relative;
  bottom: -11px;
  display: inline-block;
  width: 6em;
  background: #F5F5F5;
}

.newslist_icon {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/newslist_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 83px;
}

.newslist p {
  float: left;
  color: #797979;
}

.news {
  padding-top: 10px;
}

.news p {
  margin: 0;
}

.newslist .textwrap {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 60.4%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.newslist .textwrap::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  position: absolute;
  top: 15px;
  left: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.newslist .line {
  width: 2px;
  background: #ffb92e;
  margin: 0 12px;
}

.newslist .date {
  width: 66px;
  text-align: center;
  margin-left: 17px;
  line-height: 1em;
  margin-top: 18px;
  font-size: 14px;
  color: #797979;
}

.newslist .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #ffb92e;
  display: block;
  background: #fff;
  position: relative;
  left: -3px;
  margin-top: 20px;
}

.newslist::after {
  content: '';
  clear: both;
  display: block;
}

/*.newslist .longline {
  width: 2px;
  background: #F9BA34;
  height: 95%;
  position: absolute;
  margin-left: 95px;
}*/
 /* 大事记年份导航 */
/*.swiper-wrapper {
  !*transition: all 3s ease-in-out;*!
  height: auto !important;
  padding-bottom: 20px;
}*/
#news-wrap {
  /*position: relative;*/
  /*margin-top: 27px;*/
  background: url(../images/line-bg.png) repeat-y 95px 0;
  background-size: 2px;
  overflow: scroll;
  -webkit-overflow-scrolling:touch;
}
#news-wrap .listhead {
  background: #F5F5F5;
}

#news-wrap .year .list {
  transition: all .5s;
  overflow: hidden;
  opacity:1 ;
}

#news-wrap .year.hide .list {
  height: 0 !important;
  opacity:0 ;
}

.swiper-wrapper {
  transition: all .5s !important;
}
.swiper-container-autoheight .swiper-slide.news {
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
#news-wrap .year h6 {
  margin-left: 8px;
  padding: 10px 0;
  position: relative;
  font-size: 18px;
  color: #ffc64b;
  font-weight: normal;
}
#news-wrap .year .arrows {
  display: inline-block;
  position: relative;
  height: 0;
  width: 0;
  left: 7px;
  top: -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffc64b;
  transition: .7s;
  transform-origin: 50% 50%;
}
#news-wrap .year.hide .arrows {
  transform: rotate(-90deg);
}

.bussiness {
  padding-top: 17px;
}

.bussiness img {
  width: 92%;
  margin: 0 auto 26px;
}

.address .ewm {
  text-align: center;
  font-size: 15px;
  color: #797979;
}

.address .ewm img {
  width: 170px;
  height: 170px;
  margin: 53px auto 0;
}

.address .textwrap {
  margin-top: 35px;
}

.address .textwrap>div {
  padding: 0 15px 0 30px;
  font-size: 15px;
  color: #333333;
  margin-bottom: 12px;
}

.address .textwrap p {
  margin: 0;
  line-height: 1.5em;
}

.address .textwrap p>span:first-child {
  float: left;
  text-align: right;
  width: 5em;
}

.address .textwrap p>span:nth-of-type(2) {
  margin-left: 5em;
  display: block;
}

.team .swiper-slide-active .picture {
  opacity: 1;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  left: 50%;
  margin-left: -67px;
}

.team .swiper-slide-active .picture img {
  width: 100%;
}

.team .picture {
  opacity: 0.8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FAFAFA;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 10px #E1E1E1;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.team .picture img {
  width: 100%;
}

.team .swiper-slide {
  height: 150px;
}

.team .descwrap {
  width: 90%;
  margin: 20px auto;
}

.team .descwrap p {
  margin: 0;
}

.team .descwrap .desc {
  text-align: center;
  display: none;
}

.team .descwrap .desc:first-child {
  display: block;
}

.team .descwrap .nametitle {
  color: #F9BA31;
}

.team .descwrap .name {
  font-size: 16px;
}

.team .descwrap .desc p:nth-of-type(3) {
  color: #9C9C9C;
  margin-top: 37px;
  padding-bottom: 20px;
}

.tac {
  text-align: center;
}

.team .swiper-container {
  margin-top: 35px;
}

/* 资质荣誉 */
.honor .my-gallery{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;text-align: center;}
.honor figure {
  width: 150px;
  margin-left: 20px;
}
.honor figure:first-child{margin-left: 0;}
.honor figure img{max-width: 100%;}
.honor figure a{display: flex;display: -webkit-flex;width: 130px;height: 100%;box-sizing: border-box;padding:0 5px;align-items: center;-webkit-align-items: center;border: 1px solid #DCDCDC;margin: 0 auto;}
.honor figcaption{margin-top: 10px;color: #666666;font-size: 12px;}
.honor .part_wrapper{margin-top: 60px;}
.honor .part_wrapper:first-child{margin-top: 0px;}
@media screen and (max-width:340px) {
  .newslist .textwrap {
    margin-left: 5px;
  }
}