	body {
		margin: 0px;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

	.header,
	#floatbtn {
		display: none;
	}

	.group-page {
		padding-top: 0px;
	}

	.m-honor {
		width: 100vw;
		height: 100vh;
		background: url('../img/bg-index.jpg') center no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		padding: 0 60px;
	}

	.m-honor a {
		color: #ffffff;
		text-decoration: none;
	}

	.m-honor .container {
		width: auto;
		margin: 0 80px;
	}

	.m-honor .container.last {
		width: auto;
		margin: 24px 60px 0;
		min-height: 755px;
	}

	.m-honor .bg-tit-news {
		width: 100%;
		height: 60px;
		margin-top: 20px;
		background: url('../img/bg-tit-news.png') center no-repeat;
	}

	.m-honor .wrap {
		width: 100%;
		height: calc(100% - 140px);
		/* background: #ffefda; */
		border-radius: 16px;
		position: relative;
		overflow: hidden;
	}

	.m-honor .wrap:before {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		border-radius: 8px;
		display: block;
		background: linear-gradient(to right, #f0a36d, #ff4144);
		opacity: .8;
	}

	.m-honor .wrap_in {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin: 10px;
		border-radius: 8px;
		background: #ffefda url('../img/bg-page.png') center bottom no-repeat;
		position: relative;
		z-index: 3;
	}

	.m-honor .back {
		width: 60px;
		height: 30px;
		position: absolute;
		cursor: pointer;
		top: 10px;
		right: 10px;
		color: #ffffff;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		border-radius: 10px;
		background: linear-gradient(to right, #f0a36d, #ff4144);
	}

	.m-honor .back:hover {
		background: linear-gradient(to right, #ff4144, #f0a36d);
	}



	.m-honor .top-bar {
		height: 90px;
		border-bottom: 1px solid #b10202;
		text-align: center;
		overflow: hidden;
		position: relative;
	}



	.m-honor .classify {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	.m-honor .classify a {
		width: 100px;
		height: 30px;
		display: inline-block;
		color: #4d4d4d;
		font-size: 16px;
		padding: 0 10px;
		line-height: 30px;
		text-align: center;
		border-radius: 10px 10px 0 0;
		border: 1px solid #f5d66a;
	}

	.m-honor .classify a.active {

		background: linear-gradient(to right, #f0a36d, #ff4144);
		color: #ffffff;
	}

	.m-honor .classify a.all {
		background: #b10202;
		color: #ffffff;
		border: 1px solid #b10202;
	}



	.m-honor .top-bar .title {
		width: 300px;
		height:50px;
		text-align:center;
		position: absolute;
		top:0px;
		left:50%;
		margin-left:-150px;
		color: #b10202;
		font-size: 34px;
		font-weight: bold;
	}

	.m-honor .sort {
		position: absolute;
		cursor: pointer;
		top: 34px;
		right: 300px;

	}

	.m-honor .sort a {
		color: #4c4c4c;
		font-size: 16px;
		margin-right: 10px;
	}

	.m-honor .sort a:hover {
		color: #b10202;

	}


	.m-honor .sort a.active {
		font-size: 18px;
		font-weight: bold;
	}

	.m-honor .title {
		line-height: 90px;
	}

	.m-honor .search {
		width: 257px;
		height: 38px;
		background: #f5dbb8;
		border-radius: 19px;
		overflow: hidden;
		color: #4c4c4c;
		float: right;
		margin-top: 27px;
		position: relative;
	}

	.m-honor .search input[type="search"] {
		background: none;
		border: 0px;
		height: 38px;
		padding: 0 30px;
	}

	.m-honor .search button {

		width: 24px;
		height: 24px;
		position: absolute;
		top: 7px;
		right: 15px;
		background: url('../img/search.svg') center no-repeat;
		border: 0px;
		opacity: .8;
	}

	.swiper-slide {
		overflow: hidden;
		position: relative;
	}

	.swiper-slide .article-title {
		padding: 6px 20px;
		background: #b10202;
		color: #000000;
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 10;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}

	.swiper-slide .article-title.t1 {
		top: 40px;
	}

	.swiper-slide .article-title.t2 {
		top: 80px;
	}

	.swiper-slide .article-title.t3 {
		top: 120px;
	}
	.swiper-slide .article-title.t4 {
		top: 160px;
	}
	
.m-honor .classify a{ width: 100px;}


.swiper-slide-active .article-title.t1,
.swiper-slide-active .article-title.t2,
.swiper-slide-active .article-title.t3,
.swiper-slide-active .article-title.t4,
	.swiper-slide-active .article-title {
		left: 0;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}


	.swiper-slide .article-tag {
		width: 100%;
		padding: 6px 20px;
		background: rgba(255,255,255,.8);
		color: #000000;
		position: absolute;
		bottom: -100%;
		left: 0;
		z-index: 10;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}

	.swiper-slide-active .article-tag {
		bottom: 0;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}


	.swiper-slide .certs {
		width: 100%;
		display:flex;
		justify-content:space-between;
		padding: 6px 10px;
		position: absolute;
		bottom:30px;
		left: 100%;
		z-index: 10;
		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}
	.swiper-slide-active .certs {
		bottom:30px;
		left: 0;

		transition: all 0.7s ease 0s;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
	}
	

	
	.swiper-slide .certs  a{ width: 33%; height:60px; display:block; margin:0 5px;}
	.swiper-slide .certs  a img{height:100%;}


	@media (min-width: 648px) and (max-width: 999px) {

		.sort {
			display: none;
		}

		.m-honor {
			background: #fbbb28 url(../img/bg-long.png) center no-repeat;
			background-size: 100% 100%;
		}

		.m-honor .top-bar .title {
			margin-top: -50px;
		}

		.m-honor .top-bar {
			height: 90px;
		}

		.m-honor .search {
			width: 150px;
			position: absolute;
			right: 0px;
			bottom: 6px;
		}


	}