@media (max-width: 1500px) and (min-width: 768px) {
	html {
		zoom: 80%;
	}

	@-ms-viewport {
		width: 1500px;
	}
}

.wrapper {
	width: 100%;
}

.wrapper .banner {
	width: 100%;
	height: 337px;
	background: url('../image/banner.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	min-width: 1341px;
}

.wrapper .banner .banner-content {
	width: 1341px;
	height: 337px;
	margin: 0 auto;
	padding-top: 64px;
	box-sizing: border-box;
	position: relative;
}

.wrapper .banner .banner-content .logo-title {
	height: 103px;
	vertical-align: middle;
}

.wrapper .banner .banner-content .logo-title>img {
	float: left;
}

.wrapper .banner .banner-content .logo-title>h1 {
	font-size: 38px;
	color: #e80;
	float: left;
	line-height: 103px;
	margin-left: 24px;
}

.url-block-list {
	position: absolute;
	top: 88px;
	right: 0;
}

.url-block-list ul a {
	display: block;
	width: 160px;
	height: 51px;
	line-height: 51px;
	color: #e80;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin-left: 16px;
	text-decoration: none;
}

.wrapper .nav-wrapper {
	width: 100%;
	min-width: 1341px;
	height: 60px;
	background-color: #e80;
}

.nav-wrapper .nav {
	width: 1341px;
	height: 60px;
	margin: 0 auto;
}
.nav ul {
    width: 1340px;
	height: 60px;
	margin: 0 auto;
}
.nav ul li {
	width: 223px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	float: left;
	cursor: pointer;
}

.nav ul li a {
	width: 223px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	float: left;
	cursor: pointer;
	text-decoration: none;
	display: block !important;
}

.nav ul li a:hover {
	color: #e80 !important;
	background-color: #fff !important;
}

.drop-title {
	color: #fff;
	font-size: 22px;
	width: 223px;
	height: 60px;
	display: block;
}

.nav ul li:nth-child(1) {
	background: url('../image/icon1.png') no-repeat;
	background-position: 55px 22px;
}

.nav ul li:nth-child(2) {
	background: url('../image/icon2.png') no-repeat;
	background-position: 35px 22px;
}

.nav ul li:nth-child(3) {
	background: url('../image/icon3.png') no-repeat;
	background-position: 35px 22px;
}

.nav ul li:nth-child(4) {
	background: url('../image/icon4.png') no-repeat;
	background-position: 35px 22px;
}

.nav ul li:nth-child(5) {
	background: url('../image/icon5.png') no-repeat;
	background-position: 35px 22px;
}

.nav ul li:nth-child(6) {
	background: url('../image/icon6.png') no-repeat;
	background-position: 35px 22px;
}

.nav ul li:nth-child(1) a:hover {
	background: url('../image/icon1-1.png') no-repeat;
	background-position: 55px 22px;
}


.nav ul li:nth-child(2) a:hover {
	background: #fff url('../image/icon2-1.png') no-repeat !important;
	background-position: 35px 22px !important;
}

.nav ul li:nth-child(3) a:hover {
	background: #fff url('../image/icon3-1.png') no-repeat !important;
	background-position: 35px 22px !important;
}

.nav ul li:nth-child(4) a:hover {
	background: #fff url('../image/icon4-1.png') no-repeat !important;
	background-position: 35px 22px !important;
}

.nav ul li:nth-child(5) a:hover {
	background: #fff url('../image/icon5-1.png') no-repeat !important;
	background-position: 35px 22px !important;
}

.nav ul li:nth-child(6) a:hover {
	background: #fff url('../image/icon6-1.png') no-repeat !important;
	background-position: 35px 22px !important;
}


.wrapper .content {
	width: 1341px;
	min-height: 337px;
	margin: 0 auto;
	padding-top: 60px;
}

.content .top-news {
	padding: 60px 48px;
}

.content .top-news .news-swiper {
	width: 622px;
	float: left;
}

.content .top-news .news-swiper .lbt-wrapper {
	width: 622px;
	height: 390px;
	position: relative;
}

.content .top-news .news-swiper .lbt-title {
	width: 622px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	text-indent: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2)
}

.content .top-news .news-swiper .lbt-title p {
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .top-news .news-list {
	float: left;
	margin-left: 90px;
	position: relative;
}

.content .top-news .news-list .see-more {
	position: absolute;
	color: #e80;
	right: 0px;
	top: 380px;
}

.content .top-news .news-list .list-tab {
	width: 480px;
	margin-top: 10px;
}

.content .top-news .news-list .list-wrapper ul li {
	background: url('../image/list-dot.png') no-repeat;
	font-size: 16px;
	color: #444444;
	text-indent: 10px;
	background-position: 0 4px;
	margin-top: 18px;
	width: 480px;
}

.content .top-news .news-list .list-wrapper ul li a {
	text-decoration: none;
	color: #444444;
	width: 480px;
	height: 16px;
	display: block;
}

.content .top-news .news-list .list-wrapper ul li a p {
	width: 320px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.content .top-news .news-list .list-wrapper ul li a>span {
	float: right;
}

.content .top-news .news-list .list-wrapper ul li:nth-child(1) {
	margin-top: 10px;
}

.block2-wrapper {
	margin-top: 60px;
}

.schq-block {
	width: 671px;
	min-height: 460px;
	float: left;
}

.schq-block>.title {
	background: url('../image/schq.png') no-repeat;
	background-position: 0 0px;
	color: #262626;
	font-size: 22px;
	text-indent: 35px;
	line-height: 22px;
}

.schq-block>.title p>span {
	float: right;
	font-size: 16px;
	color: #666666;
}
.schq-block>.title p>a {
    text-decoration: none;
    color: #262626;
}

.tzwj-block {
	width: 670px;
	min-height: 460px;
	float: left;
	padding-left: 83px;
	box-sizing: border-box;
}

.tzwj-block>.title {
	background: url('../image/schq.png') no-repeat;
	background-position: 0 0px;
	color: #262626;
	font-size: 22px;
	text-indent: 35px;
	line-height: 22px;
}

.tzwj-block>.title p a>span {
	float: right;
	font-size: 16px;
	color: #e80;
	cursor: pointer;
}

.table>.title {
	width: 671px;
	height: 40px;
	background-color: #f0f6f1;
	display: flex;
	padding: 0 26px;
	box-sizing: border-box;
	justify-content: space-between;
	margin-top: 15px;
}

.table>.title li {
	text-align: center;
	line-height: 40px;
	color: #e80;
	font-size: 18px;
	flex: 1;
}

.warp {
	height: 350px;
	width: 618px;

	margin: 0 auto;
	overflow: hidden;

}

.warp ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.warp ul li {
	display: block;
	height: 49px;
	line-height: 49px;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	border-bottom: 1px solid #eeeeee;
}

.warp ul li span {
	flex: 1;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tzwj-list ul li a {
	width: 583px;
	height: 84px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	margin-top: 19px;
	cursor: pointer;
	display: block;
}

.tzwj-list ul li a>.time {
	width: 108px;
	height: 84px;
	border-radius: 4px;
	background-color: #e80;
	color: #fff;
	text-align: center;
	padding-top: 16px;
	box-sizing: border-box;
	float: left;
}

.tzwj-list ul li a>.time>p:first-child {
	font-size: 32px;
}

.tzwj-list ul li a>.title {
	width: 475px;
	height: 84px;
	line-height: 30px;
	float: left;
	color: #444444;
	font-size: 16px;
	/* text-align: center; */
	padding: 10px 27px;
	box-sizing: border-box;
}

.block3-wrapper {
	width: 100%;
	height: 472px;
	background: url('../image/mapBg.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	min-width: 1341px;
}

.block3-wrapper .block3-content {
	width: 1341px;
	height: 472px;
	margin: 0 auto;
	position: relative;
	background: url('../image/map.png') no-repeat;
	background-position: 96px 68px;
	position: relative;
}

.block3-content .title {
	background: url('../image/schq.png') no-repeat;

	color: #fff;
	font-size: 22px;
	text-indent: 30px;
	position: absolute;
	top: 136px;
	right: 540px;
}

.block3-content .titleSm {
	color: #e80;
	font-size: 18px;
	position: absolute;
}

.block3-content .data {
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.block3-content .data>span {
	font-size: 16px;
	font-weight: 500;
}

.block4-wrapper {
	padding: 58px 0;
	width: 1341px;
	margin: 0 auto;
}

.block4-wrapper>.title {
	background: url('../image/schq.png') no-repeat;
	background-position: 0 0px;
	color: #262626;
	font-size: 22px;
	text-indent: 35px;
	line-height: 22px;
	margin-bottom: 24px;
}

.test-content {
	width: 1341px;
	height: 250px;
}

.test-content .test-input {
	width: 671px;
	height: 250px;
	padding: 40px;
	box-sizing: border-box;
	float: left;
}

.test-content .test-input>p {
	font-size: 20px;
	color: #535353;
}

.test-content .test-input .select-item ul {
	width: 591px;
	height: 37px;
	display: flex;
	margin-top: 34px;
}

.test-content .test-input .select-item ul li {
	line-height: 37px;
	flex: 1;
	color: #999;
	cursor: pointer;
	text-indent: 45px;
}

.test-content .test-input .select-item ul li:first-child {
	background: url('../image/test1.png') no-repeat;
	background-size: 33px;
}

.test-content .test-input .select-item ul li:nth-child(2) {
	background: url('../image/test2.png') no-repeat;
}

.test-content .test-input .select-item ul li:nth-child(3) {
	background: url('../image/test3.png') no-repeat;
}

.test-content .test-img {
	width: 670px;
	height: 250px;
	background: url('../image/testImg.png') no-repeat;
	float: right;
}

.submit-input {
	width: 591px;
	display: flex;
	justify-content: space-around;
	padding-top: 35px;
}

.test1Acitve {
	background: url('../image/test1-1.png') no-repeat !important;
	background-size: 33px !important;
	color: #e80 !important;
}

.test2Acitve {
	background: url('../image/test2-2.png') no-repeat !important;
	color: #4bb656 !important;
}

.test3Acitve {
	background: url('../image/test3-3.png') no-repeat !important;
	color: #4bb656 !important;
}

.gk-title {
	font-size: 26px;
	color: #009944;
	font-weight: 600;
	margin-bottom: 10px;
}

.gk-sub-title {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
}

.gk-content p {
	text-align: justify;
	line-height: 30px;
	font-size: 16px;
	text-indent: 32px;
}

.post-content p {
	text-align: justify;
	line-height: 40px;
	font-size: 18px;
	text-indent: 36px;
}

.post-content img {
	width: 800px;
	display: block;
	margin: 20px auto;
}

.post-title {
	font-size: 24px;
	text-align: center;
	line-height: 44px;
}

.post-time {
	width: 100%;
	line-height: 40px;
	color: #a9a9a9;
	border-bottom: 1px solid #e8eced;
	text-align: center;
	margin: 20px 0;
}

.cat-list-wrapper {
	width: 1341px;
}

.cat-list-wrapper ul li a {
	display: block;
	background: url('../image/list-dot.png') no-repeat;
	width: 1341px;
	height: 40px;
	line-height: 41px;
	border-bottom: 1px dashed #eee;
	display: flex;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
	text-indent: 16px;
	font-size: 16px;
	background-position: 0 16px;
}

.cat-list-wrapper ul li a .title {
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cat-list-wrapper ul li a .time {
	color: #444;
}

.cat-pagination {
	width: 1341px;
	margin: 20px 0;
}

.cat-pagination ul {
	display: flex;
	justify-content: flex-end;
}

.cat-pagination ul li {
	width: 30px;
	height: 28px;
	background-color: #f4f4f5;
	color: #606266;
	border-radius: 2px;
	line-height: 28px;
	text-align: center;
	margin: 0 5px;
}

.cat-pagination ul li .current {
	width: 30px;
	height: 28px;
	border-radius: 2px;
	background-color: #42914a;
	display: block;
	color: #fff;
}

.cat-pagination ul li a {
	color: #606266;
	text-decoration: none;
}

.cat-pagination ul .pagbuttons {
	width: 100px;
}

.bot-wrapper {
    padding: 10px 0;
    background-color: #edeeeb;
    text-align: center;
    margin-top: 20px;
    min-width: 1341px;
}

.bot-wrapper >p{
    line-height: 30px;
    font-size: 14px;
}
