.cli-link {
	transition: none;
}

.nc-title {
	display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 200px;
		background: #f5f5f5 url("../images/zb-cn-mbanner.jpg") no-repeat center fixed;
		background-size: cover;
		position: relative;
		padding-top: 134px;
		z-index: 0;
	}

	.banner .b-content {
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 2.4rem;
	}

	.banner .b-content .bc-txt {
		font-size: 1.2rem;
	}

	.banner .search-content {
		display: none;
	}

	.news-container {
		padding: 0 20px;
		position: relative;
		z-index: 2;
	}

	.news-container .nc-inner {
		width: 100%;
		padding: 40px 0 30px;
	}

	.news-container .nc-inner .nc-title {
		display: block;
		font-size: 2rem;
		height: 56px;
		overflow: hidden;
	}

	.news-container .nc-inner .news-date {
		font-size: 1rem;
		color: #666;
		padding-top: 10px;
	}

	.news-container .nc-inner .icon-box {
		padding: 20px 0 0;
		display: table;
		margin: 0 auto;
		line-height: 26px;
		overflow: hidden;
	}

	.news-container .nc-inner .icon-box .ibl-txt {
		float: left;
		display: none;
	}

	.news-container .nc-inner .icon-box .ibli-url {
		display: block;
		padding: 0 2%;
		float: left;
		background: transparent;
		margin: 0 !important;
	}

	.news-container .nc-inner .icon-box .icon-dayin {
		display: none;
	}

	.news-container .nc-inner .news-txt1 {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.news-container .nc-inner .news-txt2 {
		line-height: 36px;
		padding-top: 15px;
		color: #232528;
	}

	.news-container .nc-inner .return-list {
		width: 100%;
		height: 100px;
		padding-top: 30px;
		line-height: 40px;
		position: relative;
		overflow: hidden;
	}

	.news-container .nc-inner .return-list .return-btn {
		width: 100px;
		height: 40px;
		border: 1px solid #212322;
		border-radius: 3px;
		text-align: center;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		background: #259df6;
		border: none;
		color: #fff;
	}

	.news-container .nc-inner .return-list .return-btn:hover {
		background: #259df6;
		border: none;
		color: #fff;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 480px;
		background: #f5f5f5 url("../images/zb-nd-banner.jpg") no-repeat center center fixed;
		background-size: cover;
		position: relative;
		padding: 200px 20px 0;
		z-index: 0;
	}

	.banner .b-content {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 3.6rem;
	}

	.banner .b-content .bc-txt {
		padding-bottom: 37px;
	}

	.banner .search-content {
		width: 100%;
		height: 163px;
		padding: 65px 20px 0;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 5px 5px 0 0;
	}

	.banner .search-content .news-title {
		font-size: 1.8rem;
	}

	.banner .search-content .main-warp {
		width: 100%;
	}

	.banner .search-content .main-warp .mw-content {
		width: 1200px;
		margin: 0 auto;
	}

	.banner .search-content .news-title {
		padding-top: 40px;
	}

	.news-container {
		padding: 0 20px;
		position: relative;
		z-index: 2;
	}

	.news-container .nc-inner {
		width: 100%;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 0 0 5px 5px;
		box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding: 10px 20px 65px;
	}

	.news-container .nc-inner .icon-box {
		padding: 20px 0 50px;
		display: table;
		line-height: 26px;
		overflow: hidden;
	}

	.news-container .nc-inner .icon-box .ibl-txt {
		float: left;
	}

	.news-container .nc-inner .icon-box .ibli-url {
		display: block;
		padding: 0 12px;
		float: left;
		background: transparent;
	}

	.news-container .nc-inner .news-txt1 {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.news-container .nc-inner .news-txt2 {
		line-height: 36px;
		padding-top: 35px;
	}

	.news-container .nc-inner .return-list {
		width: 100%;
		height: 100px;
		padding-top: 60px;
		line-height: 40px;
		position: relative;
		overflow: hidden;
	}

	.news-container .nc-inner .return-list .return-btn {
		width: 100px;
		height: 40px;
		border: 1px solid #212322;
		border-radius: 3px;
		text-align: center;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -50px;
	}

	.news-container .nc-inner .return-list .return-btn:hover {
		background: #259df6;
		border: none;
		color: #fff;
	}
}

@media (min-width: 1120px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 480px;
		background: #f5f5f5 url("../images/zb-cn-banner.jpg") no-repeat center center fixed;
		background-size: cover;
		position: relative;
		padding-top: 200px;
		z-index: 0;
	}

	.banner .b-content {
		width: 1120px;
		margin: 0 auto;
		text-align: left;
	}

	.banner .b-content .bc-title {
		font-size: 3.6rem;
	}

	.banner .search-content {
		width: 1120px;
		height: 163px;
		padding: 65px 80px 0;
		position: absolute;
		left: 50%;
		margin-left: -560px;
		bottom: 0;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 5px 5px 0 0;
	}

	.banner .search-content .main-warp {
		width: 100%;
	}

	.banner .search-content .main-warp .mw-content {
		width: 100%;
		margin: 0 auto;
	}

	.banner .search-content .news-title {
		padding-top: 40px;
	}

	.news-container {
		position: relative;
		z-index: 2;
	}

	.news-container .nc-inner {
		width: 1120px;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 0 0 5px 5px;
		/*box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);*/
		padding: 10px 80px 65px;
	}

	.news-container .nc-inner .icon-box {
		padding: 20px 0 70px;
		display: table;
		line-height: 26px;
		overflow: hidden;
	}

	.news-container .nc-inner .icon-box .ibl-txt {
		float: left;
	}

	.news-container .nc-inner .icon-box .ibli-url {
		display: block;
		padding: 0 12px;
		float: left;
		background: transparent;
	}

	.news-container .nc-inner .news-txt1 {
		line-height: 36px;
		text-indent: 2.5rem;
	}

	.news-container .nc-inner .news-txt2 {
		line-height: 36px;
		padding-top: 35px;
	}

	.news-container .nc-inner .return-list {
		width: 100%;
		height: 100px;
		padding-top: 60px;
		line-height: 40px;
		position: relative;
		overflow: hidden;
	}

	.news-container .nc-inner .return-list .return-btn {
		width: 100px;
		height: 40px;
		border: 1px solid #212322;
		border-radius: 3px;
		text-align: center;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -50px;
	}

	.news-container .nc-inner .return-list .return-btn:hover {
		background: #259df6;
		border: none;
		color: #fff;
	}
}