@media screen and (min-width: 320px) and (max-width: 767px) {
	.warp {
		width: 100%;
	}

	.banner {
		width: 100%;
		height: 175px;
		background-color:#f5f5f5  ;
		background-repeat: no-repeat;
		background-image: url("../images/zb-cn-banner.jpg") ;
		background-size: cover;
		position: relative;
		padding-top: 109px;
		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;
	}

	.search-content {
		display: none;
	}

	.sc-yearBox {
		width: 100%;
		padding: 27px 0;
		position: relative;
		margin: 0 auto;
	}

	.sc-yearBox .scy-inner {
		width: 504px;
		height: 600px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list {
		width: 576px;
		height: 26px;
		position: absolute;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item {
		width: 72px;
		height: 26px;
		float: left;
		position: relative;
		cursor: pointer;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-year {
		color: #259df6;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-mouth {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		visibility: visible;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-right {
		padding: 0 10px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth {
		width: 70px;
		padding: 12px 0;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		top: 34px;
		left: 1px;
		border-radius: 3px;
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
		visibility: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth::before {
		content: '';
		width: 18px;
		height: 12px;
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -11px;
		left: 26px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item {
		width: 70px;
		text-align: center;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item .yim-search {
		width: 100%;
		padding: 12px 0;
		display: block;
	}

	.sc-yearBox .scy-icon {
		cursor: pointer;
		position: absolute;
		top: 27px;
	}

	.sc-yearBox .scy-icon:hover {
		color: #259df6;
	}

	.sc-yearBox .scy-next {
		right: 30px;
	}

	.sc-yearBox .scy-prev {
		left: 30px;
	}

	.scy-bottom {
		width: 665px !important;
		height: 110px !important;
		padding: 80px 40px 0 140px;
		display: none;
	}

	.scy-bottom .scy-txt {
		position: absolute;
		left: 0;
	}

	.scy-bottom .scy-prev {
		top: 78px;
		left: 103px;
	}

	.scy-bottom .scy-next {
		top: 78px;
		right: 0;
	}


	.news-container {
		position: relative;
		z-index: 2;
		padding: 0 20px;
	}

	.news-container .nc-inner {
		width: 100%;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 0 0 5px 5px;
		padding: 15px 0;
	}

	.news-container .nc-inner .nci-lastNews {
		width: 100%;
		padding-bottom: 10px;
		overflow: hidden;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item {
		width: 100%;
		height: 91px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
		display: table;
		border-radius: 3px;
		
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer {
		display: none;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .news-outer {
		padding: 0 20%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .news-outer .ncili-title {
		font-size: 1.4rem;
		max-height: 40px;
		overflow: hidden;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item1 {
		background: url("../images/zb-cn-msample1.png") no-repeat center;
		background-size: cover;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item2 {
		background: url("../images/zb-cn-msample2.png") no-repeat center;
		background-size: cover;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item3 {
		background: url("../images/zb-cn-msample3.png") no-repeat center;
		background-size: cover;
		margin-right: 0;
	}

	.news-container .nc-inner .news-content {
		width: 100%;
		display: none;
	}

	.news-container .nc-inner .news-content .nc-item {
		padding-top: 15px;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-years {
		padding-bottom: 11px;
		border-bottom: 1px solid #ecf2f5;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news {
		padding-top: 20px;
		display: block;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news .ncyn-date {
		padding-right: 43px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.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: 200px 20px;
		z-index: 0;
	}

	.banner .b-content {
		width: 100%;
		text-align: left;
	}

	.banner .b-content .bc-txt {
		padding-bottom: 37px;
	}

	.banner .search-content {
		width: 100%;
		height: 163px;
		padding: 56.5px 61px 0;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 5px 5px 0 0;
	}

	.banner .search-content .sc-outer {
		width: 100%;
		height: 50px;
		border-radius: 3px;
		padding-right: 40px;
		position: relative;
	}

	.banner .search-content .sc-outer .sco-inp {
		width: 100%;
		height: 100%;
		padding-left: 18px;
		border: none;
		background: transparent;
	}

	.banner .search-content .sc-outer .search-icon {
		top: 12px;
		right: 10px;
	}

	.sc-yearBox {
		width: 100%;
		padding: 27px 0;
		position: relative;
		margin: 0 auto;
	}

	.sc-yearBox .scy-inner {
		width: 504px;
		height: 600px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list {
		width: 792px;
		height: 26px;
		position: absolute;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item {
		width: 72px;
		height: 26px;
		float: left;
		position: relative;
		cursor: pointer;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-year {
		color: #259df6;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-mouth {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		visibility: visible;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-right {
		padding: 0 10px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth {
		width: 70px;
		padding: 12px 0;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		top: 34px;
		left: 1px;
		border-radius: 3px;
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
		visibility: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth::before {
		content: '';
		width: 18px;
		height: 12px;
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -11px;
		left: 26px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item {
		width: 70px;
		text-align: center;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item .yim-search {
		width: 100%;
		padding: 12px 0;
		display: block;
	}

	.sc-yearBox .scy-icon {
		cursor: pointer;
		position: absolute;
		top: 27px;
	}

	.sc-yearBox .scy-icon:hover {
		color: #259df6;
	}

	.sc-yearBox .scy-next {
		right: 30px;
	}

	.sc-yearBox .scy-prev {
		left: 30px;
	}

	.scy-bottom {
		width: 665px !important;
		height: 110px !important;
		padding: 80px 40px 0 140px;
	}

	.scy-bottom .scy-txt {
		position: absolute;
		left: 0;
	}

	.scy-bottom .scy-prev {
		top: 78px;
		left: 103px;
	}

	.scy-bottom .scy-next {
		top: 78px;
		right: 0;
	}

	.news-container {
		position: relative;
		z-index: 2;
		padding: 0 20px;
	}

	.news-container .nc-inner {
		width: 100%;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		padding: 60px 10px;
	}

	.news-container .nc-inner .nci-lastNews {
		width: 100%;
		padding-bottom: 10px;
		overflow: hidden;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item {
		width: 33.333%;
		height: auto;
		overflow: hidden;
		float: left;
		position: relative;
		
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer {
		width: 100%;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
		padding: 0 10px;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer .news-img {
		width: 100%;
		transform: scale(1);
		transition: all 0.3s ease-out;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .news-outer {
		width: 100%;
		height: 100%;
		padding: 15% 10%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		top: 0;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .news-outer .ncili-title {
		font-size: 1.4rem;
	}

	.news-container .nc-inner .nci-lastNews .ncil-last {
		margin-right: 0;
	}

	.news-container .nc-inner .news-content {
		width: 100%;
		padding: 0 10px;
		display: none;
	}

	.news-container .nc-inner .news-content .nc-item {
		padding-top: 50px;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-years {
		padding-bottom: 11px;
		border-bottom: 1px solid #ecf2f5;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news {
		padding-top: 20px;
		display: block;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news .ncyn-date {
		padding-right: 43px;
	}
}

@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: 340px;
		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: 56.5px 230px 0 230px;
		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 .sc-outer {
		width: 100%;
		height: 50px;
		border-radius: 3px;
		padding-right: 40px;
		position: relative;
	}

	.banner .search-content .sc-outer .sco-inp {
		width: 100%;
		height: 100%;
		padding-left: 18px;
		border: none;
		background: transparent;
	}

	.banner .search-content .sc-outer .search-icon {
		top: 12px;
		right: 10px;
	}

	.sc-yearBox {
		width: 100%;
		padding: 30px 0;
		position: relative;
		margin: 0 auto;
	}

	.sc-yearBox .scy-inner {
		width: 504px;
		height: 600px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list {
		width: 792px;
		height: 26px;
		position: absolute;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item {
		width: 72px;
		height: 26px;
		float: left;
		position: relative;
		cursor: pointer;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-year {
		color: #259df6;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item:hover .yi-mouth {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		visibility: visible;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-right {
		padding: 0 10px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth {
		width: 70px;
		padding: 12px 0;
		position: absolute;
		z-index: 2;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		top: 34px;
		left: 1px;
		border-radius: 3px;
		-webkit-transform: translate(0, 20px);
		-moz-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		-o-transform: translate(0, 20px);
		transform: translate(0, 20px);
		visibility: hidden;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth::before {
		content: '';
		width: 18px;
		height: 12px;
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -11px;
		left: 26px;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item {
		width: 70px;
		text-align: center;
	}

	.sc-yearBox .scy-inner .scyi-list .year-item .yi-mouth .yim-item .yim-search {
		width: 100%;
		padding: 12px 0;
		display: block;
	}

	.sc-yearBox .scy-icon {
		cursor: pointer;
		position: absolute;
		top: 30px;
	}

	.sc-yearBox .scy-icon:hover {
		color: #259df6;
	}

	.sc-yearBox .scy-next {
		right: 50px;
	}

	.sc-yearBox .scy-prev {
		left: 50px;
	}

	.scy-bottom {
		width: 665px !important;
		height: 110px !important;
		padding: 80px 40px 0 140px;
	}

	.scy-bottom .scy-txt {
		position: absolute;
		left: 0;
	}

	.scy-bottom .scy-prev {
		top: 80px;
		left: 103px;
	}

	.scy-bottom .scy-next {
		top: 80px;
		right: 0;
	}

	.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 0 1px 1px rgba(0, 0, 0, 0.1);*/
		padding: 60px 61px;
	}

	.news-container .nc-inner .nci-lastNews {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item {
		width: 324px;
		height: 180px;
		overflow: hidden;
		float: left;
		display: table;
		position: relative;
		margin-right: 13px;
		margin-bottom: 20px;
		background-size: cover;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer {
		width: 100%;
		height: 182px;
		position: absolute;
		border-radius: 3px;
		top: 0;
		left: 0;
		display: block;
		overflow: hidden;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer .news-img {
		width: 100%;
		transform: scale(1);
		transition: all 0.3s ease-out;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .img-outer:hover .news-img {
		transform: scale(1.2);
		transition: all 0.3s ease-out;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item .news-outer {
		padding: 20px 25px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}

	.news-container .nc-inner .nci-lastNews .ncil-item:hover .news-img {
		width: 100%;
		transform: scale(1.2);
		transition: all 0.3s ease-out;
	}

	.news-container .nc-inner .nci-lastNews .ncil-last {
		margin-right: 0;
	}

	.news-container .nc-inner .news-content {
		width: 100%;
		display: none;
	}

	.news-container .nc-inner .news-content .nc-item {
		padding-top: 50px;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-years {
		padding-bottom: 11px;
		border-bottom: 1px solid #ecf2f5;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news {
		padding-top: 20px;
		display: block;
	}

	.news-container .nc-inner .news-content .nc-item .ncy-news .ncyn-date {
		padding-right: 43px;
	}
}

.news-container .nc-inner .nci-lastNews .ncil-item:nth-child(3n) {
	margin-right: 0;
}

.news-container .nc-inner .nci-lastNews .ncil-item .news-outer {
	background-color: rgba(0, 0, 0, 0.3);
}

.pagelist a,
.pagelist span.page-status {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ddd;
	margin: 2px 4px;
}
.pagelist a.page-num-current{
	background-color: #222;
	border-color: #222;
	color: #fff;
}