body {
  background-color: #F7F7F7; }

.banner-img {
  width: 100%;
  height: 625px;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden; }
  .banner-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .banner-img .banner-text {
    position: relative;
    text-align: center; }
    .banner-img .banner-text .title {
      font-size: 48px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: white;
      margin-bottom: 17px; }
    .banner-img .banner-text .dsc {
      max-width: 917px;
      line-height: 1.5;
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: white; }

.dev-history {
  text-align: center;
  width: 1400px;
  margin: 0 auto;
  padding-top: 35px;
  margin-bottom: 64px; }
  .dev-history .en-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #25aca3; }
  .dev-history .en-title + .dsc {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #25aca3; }
  .dev-history .break-menu {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666; }
    .dev-history .break-menu img {
      width: 22px;
      height: 15px; }
  .dev-history .title {
    line-height: 1;
    margin-bottom: 24px; }
    .dev-history .title img {
      width: 100px;
      height: 8px; margin-bottom: 5px;}
    .dev-history .title span {
      display: inline-block;

      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #25aca3; }

.sw-con {
  width: 100%;
  overflow: hidden;
  background-image: url("../img/sw-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  border: 2px solid #25aca3; }

.swiper-container {
  margin-top: 50px;
  width: 120%;
  margin-left: -10%;
  margin-bottom: 50px; }
  .swiper-container .swiper-wrapper {
    display: flex !important;
    align-items: center !important; }
  .swiper-container .swiper-slide {
    width: 23.7%;
    border: 5px solid #2eb5a9; }
    .swiper-container .swiper-slide img {
      width: 100%;
      height: 100%; }
  .swiper-container .swiper-slide-active {
    width: 25% !important;
    height: 120% !important;
    position: relative; }

.jianguo {
  padding-top: 37px;
  padding-bottom: 55px;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #25aca3; }

.main-bg {
  background-color: #ffffff;
  margin-bottom: 55px; }
  .main-bg img {
    height: 379px;
    width: auto;
    display: block;
    margin: 0 auto; }

.article-con {
  display: flex;
  justify-content: center;
  padding-bottom: 108px; }
  .article-con .article-right {
    width: 420px;
    padding-top: 23px; }
    .article-con .article-right .head {
      margin-bottom: 48px; }
      .article-con .article-right .head span {
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333; }
    .article-con .article-right .list-container {
      width: 100%;
      height: 217px;
      position: relative;
      margin-bottom: 30px;
      display: block;
      cursor: pointer; }
      .article-con .article-right .list-container .title {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: white;
        position: absolute;
        bottom: 30px;
        padding: 0 13px; }
      .article-con .article-right .list-container img {
        width: 100%;
        height: 100%; }
  .article-con article {
    text-align: left;
    margin-right: 80px; }
    .article-con article .fu-article {
      max-width: 893px; }
      .article-con article .fu-article img {
        width: 100%;    height: auto; }
      .article-con article .fu-article p, .article-con article .fu-article span {
        font-size: 18px;
        text-align: justify;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 1.5; }
    .article-con article .line {
      width: 900px;
      height: 1px;
      background: #c8c8c8;
      margin-bottom: 48px; }
    .article-con article .date {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #666666;
      margin-bottom: 33px;
      display: inline-block; }
    .article-con article > h3 {
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #2eb6aa;
      text-align: left;
      margin-bottom: 26px; }

@media screen and (max-width: 1400px) {
  .dev-history {
    width: 1200px !important; }

  .article-list {
    width: 1200px !important; } }
.article-list {
  width: 1400px;
  margin: 0 auto; }
  .article-list .item {
    display: flex;
    line-height: 1;
    transition: all 0.15s !important;
    margin-bottom: 30px; }
    .article-list .item:hover {
      box-shadow: 0 0 8px 8px #eeeeee;
      transform: translateY(-8px); }
      .article-list .item:hover h3 {
        color: #2eb6aa !important; }
    .article-list .item img {
      width: 100%;
      height: 100%;
  }
    .article-list .item .item-right {
      padding: 15px  0 30px 30px;
      max-width: 900px; float: left;}
      .article-list .item .item-right h3 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #666666;
        margin-bottom: 26px;
        text-align: left; }
      .article-list .item .item-right .date {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #666666;
        margin-bottom: 33px; }
      .article-list .item .item-right .line {
        width: 900px;
        height: 1px;
        background: #c8c8c8;
        margin-bottom: 28px; }
      .article-list .item .item-right .content {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical; }


.item_tu{width: 420px;
    height: 220px;
    float: left;
    display: block;}




.paging-container {
  margin-top: 40px;
  padding-bottom: 84px; }
  .paging-container .container {
    display: flex; }
    .paging-container .container .prev, .paging-container .container .next {
      width: 80px;
      height: 32px;
      background: white;
      border: 1px solid #e6e6e6;
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #666666;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .paging-container .container .prev:hover, .paging-container .container .next:hover {
        opacity: 0.8;
        transform: scale(1.1); }
    .paging-container .container ul {
      display: flex;
      margin-left: 10px; }
      .paging-container .container ul li {
        width: 32px;
        height: 32px;
        background: white;
        border: 1px solid #e6e6e6;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #666666;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.15s; }
        .paging-container .container ul li:hover {
          opacity: 0.8;
          transform: scale(1.1); }
      .paging-container .container ul li.active {
        width: 32px;
        height: 32px;
        background: #25aca3;
        border: 1px solid #25aca3;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: white; }




	.main-bg {
		position: relative;
	}

	.main-bg img {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 0;
	}

	.text-con {
		padding: 68px 0;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: relative;
	}

	.text-con p {
		font-size: 36px;
		color: #000000;
		line-height: 1.9;
		letter-spacing: 5px;
	}

	.text-con p span {
		font-size: 48px;
		font-weight: bold;
		line-height: 1;
	}

	.sp-dev-history {
		text-align: center;
		width: 1400px;
		margin: 0 auto;
		padding-top: 35px;
		margin-bottom: 64px;
	}

	.sp-dev-history .en-title {
		font-size: 36px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #25aca3;
	}

	.sp-dev-history .en-title+.dsc {
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #25aca3;
                margin-top: 16px;
	}

	.sp-dev-history .break-menu {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 300;
		color: #666666;
	}

	.sp-dev-history .break-menu img {
		width: 22px;
		height: 15px;
	}

	.sp-dev-history .title {
		line-height: 1;
		margin-bottom: 24px;
	}

	.sp-dev-history .title img {
		height: 132px;
		height: 8px;
	}

	.sp-dev-history .title span {
		display: inline-block;
		margin: 0 30px;
		font-size: 55px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #25aca3;
	}

	.wrapper {
		display: flex;
		justify-content: center;
		padding-bottom: 60px;
	}

	.wrapper .item {
		position: relative;
		height: 280px;
		width: 280px;
		overflow: hidden;
	}

	.wrapper .item img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.wrapper .item:hover .mask {
		top: 0;
	}

	.wrapper .item:hover .bt-box {
		top: 100%;
	}

	.wrapper .item .mask {
		transition: all 0.15s;
		position: absolute;
		left: 0;
		top: -100%;
		height: 100%;
		width: 100%;
		background-color: #4ab3bd;
		opacity: 0.8;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wrapper .item .mask .box {
		width: calc(100% - 22px);
		height: calc(100% - 22px);
		border: 2px solid white;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.wrapper .item .mask .box p:first-child {
		font-size: 30px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: white;
	}

	.wrapper .item .mask .box p:last-child {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: white;
	}

	.wrapper .item .bt-box {
		opacity: 0.8;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 54px;
		background-color: rgba(74, 179, 189, 0.8);
		text-align: center;
		line-height: 54px;
		font-size: 30px;
		font-family: Microsoft YaHei;
		font-weight: 300;
		color: white;
	}
@media screen and (max-width: 1500px) {
  article .line {
    width: 680px !important; }
  article .fu-article {
    max-width: 670px !important; }
    article .fu-article img {
      max-width: 770px !important; } 
.dev-history .break-menu{width: 1200px;
    margin: 0 auto;}
}

/*# sourceMappingURL=honor.css.map */
