.content-new {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px;
}
.content-new .box {
  width: 100%;
  height: auto;
}
.content-new .box .con-list {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  /* margin-top: 20px; */
  overflow: hidden;
}
.content-new .box .con-list ul {
  width: 100%;
  height: auto;
}
.content-new .box .con-list ul li {
  width: 100%;
  height: auto;
  display: none;
  float: left;
}
.content-new .box .con-list ul li.on{
display: block;
}
.content-new .box .con-list ul li .list{
  width: 100%;
  overflow: hidden;
  height: auto;
}
.content-new .box .con-list ul li .list dl{
  width: 100%;
  height: auto;
}
.content-new .box .con-list ul li .list dl dd{
  width: 100%;
  height: auto;
  float: left;
}
.content-new .box .con-list ul li .list dl dd .item {
  width: 64.6%;
  height: auto;
  margin: 0 auto;
}
.content-new .box .con-list ul li .list dl dd .item .con {
  width: 49%;
  height: auto;
  float: left;
  /* margin-top: 145px; */
  margin-top: 120px;
}
.content-new .box .con-list ul li .list dl dd .item .con .year {
  font-size: 72px;
  line-height: 74px;
  color: #333;
}
.content-new .box .con-list ul li .list dl dd .item .con .txt {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 26px;
}
.content-new .box .con-list ul li .list dl dd .item .pic {
  width: 43.8%;
  height: 100%;
  float: right;
  position: relative;
  text-align: center;
  margin-top: 50px;
/* margin-top: 10%; */
}
.content-new .box.b .con-list ul li .list dl dd .item .pic{
  background-image: url(../img/about/waikuang.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.content-new .box .con-list ul li .list dl dd .item .pic img {
  max-height: 100%;
  max-width: 100%;
}
.content-new .box.b .con-list ul li .list dl dd .item .pic img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.content-new .box .con-list .a {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  display: block;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s;z-index: 10;
}
.content-new .box .con-list .a.prev {
  background-image: url(../img/about/history_prev.png);
  left: 0; }
.content-new .box .con-list .a.next {
  background-image: url(../img/about/history_next.png);
  right: 0; }
.content-new .box .con-list .a:hover.prev {
  background-image: url(../img/about/history_prev_h.png); }
.content-new .box .con-list .a:hover.next {
  background-image: url(../img/about/history_next_h.png); }
.content-new .box .year-list {
  width: 100%;
  height: auto;
  padding-left: 102px;
  position: relative;
  background-position: 77px 48.4px;
  -webkit-background-size: 9.8%;
  background-size: 9.8%;
  background-repeat: repeat-x;
  overflow: hidden; }
.content-new .box .year-list ul {
  width: 100%;
  height: auto; 
}
.content-new .box .year-list ul li {
  width: 142px;
  height: 80px;
  position: relative;
  float: left;
  z-index: 10;
  cursor: pointer;
}
.content-new .box .year-list ul li .line {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100px;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -5px;
  background-size: 100%;
}
.content-new .box .year-list ul li .year {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #999;
  left: 0;
  top: 64px;
  position: absolute;
  transition: top 1s,color 1s; }
.content-new .box .year-list ul li .icon {
  width: 100%;
  height: 8px;
  background: url(../img/about/history_icon3.png) center center no-repeat;
  position: absolute;
  top: 82px;
  left: 0;
  opacity: 0;
  transition: top 1s,opacity 1s;
}
.content-new .box .year-list ul li.on .year {
  font-size: 36px;
  line-height: 36px;
  top: -2px;
  color: #333; }
.content-new .box .year-list ul li.on .icon {
  top: 72px;
  opacity: 1;
}
.content-new .box .year-list .bg {
  width: 100%;
  height: 10px;
  background: url(../img/about/nn.png) repeat-x;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 9; 
}
.content-new .box.on {
  display: block; 
}
.container .about .sec2{
    width: 100%;
}
@media (max-width: 1200px) {
  .content-new .box .con-list ul li .list dl dd .item .con {
    margin-top: 70px; } }
@media (max-width: 1024px) {
  .history {
    padding-bottom: 100px;
  }{
      padding-top: 70px;
      margin: 0 auto 0; }
  .content-new .box .con-list ul li .list dl dd .item {
    width: 80%;
  }
  .content-new .box .con-list ul li .list dl dd .item .con {
    margin-top: 50px;
  }
  .content-new .box .con-list ul li .list dl dd .item .con .year {
    font-size: 48px;
    line-height: 50px;
  }
  .content-new .box .year-list {
    padding-left: 0;
  }
  .content-new .box .year-list ul li.on .year {
    font-size: 26px;
    line-height: 28px;
    top: 10px;
  }
}
@media (max-width: 800px) {
  .history {
    padding-bottom: 60px; 
  }
  {
    padding-top: 50px;
    margin: 0 auto 0; 
  }
  .content-new .box .con-list ul li .list dl dd .item .con .year {
    font-size: 40px;
    line-height: 42px;
  }
  .content-new .box .con-list ul li .list dl dd .item .con .txt {
    margin-top: 10px;
  }
}
@media (max-width: 660px) {
  .content-new .box .con-list .a{
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .tabs {
    width: 200px;
    height: 38px;
  }
  .tabs a {
    height: 36px;
    line-height: 36px;
    font-size: 14px; 
  }
  .tabs a.a1 {
    width: 64px;
    padding-left: 34px;
    -webkit-background-size: 14px;
    background-size: 14px;
    background-position: 14px center;
  }
  .tabs a.a2 {
    width: 68px;
    padding-left: 30px;
    background-position: 10px center;
  }
  .tabs span {
    height: 38px;
    left: 99px;
  }
  .content-new .box .con-list ul li .list dl dd .item .pic {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .content-new .box .con-list ul li .list dl dd .item .con {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .content-new .box .con-list ul li .list dl dd .item .con .year {
    display: none;
  }
  /*.content-new .box .con-list .a{
    display: none;
  }*/
  .content-new .box .year-list .bg{
    height: 1px;
    background-color: #999;
  }
  .content-new .box .year-list ul li .list dl dd .line{
    background-color: #fff;
    border: 1px solid #999;
    z-index: 5;
  }
  .content-new .box .year-list ul li.on .line{
    background-color: #999;
  }
  .content-new .box .year-list .bg{
    top: 53px;
  }
  .content-new .box .year-list ul li.on .icon{
    display: none;
  }
  .content-new .box .con-list ul li .list dl dd .item .con .txt {
    text-align: center;
    margin-top: 10px; 
  }
}
.honor{position: relative; margin-top: 60px;}

.honor a:hover img {
    transform: scale(1.03,1.03);
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height:50px;
	z-index: 10;
	cursor: pointer;opacity: 1;
  background: url(../img/common/arrow_next.png);
	background-position: bottom;
	background-color: #ccc;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{background-color: #000;background-position:top;}
.swiper-button-next{ right:0;}
.swiper-button-prev{background-image: url(../img/common/arrow_prv.png); left:0;}

.hw{
  position: relative;
}
.culture-list{
  height: 60%;
  width: 980px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.culture-box{
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.4);
  border-radius: 6px;
  overflow: hidden;
}
.culture-box:nth-child(2){
  margin: 0 40px;
}
/* .culture-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.6);
} */
.culture-box .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.culture-box .icon-box .icon {
  height: 72px;
  width: 72px;
  margin-bottom: 30px;
}
.culture-box .icon-text,.icon-box-active .active-text {
  font-size: 28px;
  color: #333;
  line-height: 28px;
  text-align: center;
}

.icon-box-active {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #304f73;  
  overflow: hidden;
  transition: height .5s;
  -webkit-transition: height .5s;
  opacity: 0;
}
.culture-box:hover .icon-box-active {
  height: 100%;
  opacity: 1;
}
.icon-box-active .box-active-text{
  /* height: 380px;
  overflow-y: scroll;
  width: 100%; */
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  word-wrap: break-word;
  word-break: break-all; 
  text-align: justify;
} 
.icon-box-active .active-box {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-box-active .active-text {
  color: #fff;
  margin-top: 20px;
}
  
.honor-swiper{
  background: #fff;
  padding: 20px 0 40px;
  overflow: hidden;
  border-radius: 4px;
}
.honor-swiper li{
  float: left;
  height: 319px;
  margin: 20px 30px 0;
}
.honor-swiper img{
    height: 100%;
}
.honor-swiper img:hover{
  transform: scale(1.1);
}
.honor-swiper img:first-child{margin: 0}
.intro{
    line-height: 36px;
}
/* .honor-swiper {
  width: 100%;
  height: 100%;
}
.honor-swiper .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;
  transition: 300ms;
  transform: scale(0.8);
  box-shadow: 0px 0px 10px #f4f4f4;
}
.honor-swiper .swiper-slide-active,.honor-swiper .swiper-slide-duplicate-active{
    transform: scale(1);
}

.honor-swiper .swiper-button-next2,
.honor-swiper .swiper-button-prev2{
  background: url(../img/common/yjtl.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 30px;
  top: 40%;
  right: 10px;
  left: auto;
  position: absolute;
}
.honor-swiper .swiper-button-prev2{
  left: 10px;
  right: auto;
  transform: rotate(180deg);
}
.honor-swiper .tit {
  position: absolute;
  padding: 6px; 
  border-bottom: 2px solid #304f73;
  color: #304f73;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.swiper-slide-active .tit{
  display: inline-block;
}
 */