﻿html,
body {
	background: #f6f6f6;
}

ul,
li {
	list-style-type: none;
}


/* 查询服务 */

.zt-img {
	display: flex;
	justify-content: center;
	max-width: auto;
	overflow: hidden;
}

.zt-main {
	padding: 20px 0 40px;
	background: #fff;
}

.zt-main .serve-search {
	margin-bottom: 20px;
}

.zt-main .serve-search .search-header {
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bolder;
	border-bottom: 1px solid #E3E1E1;
}

.zt-main .search-header .title {
	width: 80px;
	padding: 15px 0;
	border-bottom: 3px solid #128aeb;
}

.zt-main .search-list {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.zt-main .search-list li {
	width: calc((100% - 1%*3)/4);
	height: 80px;
	margin-top: 20px;
	margin-right: 1%;
	text-align: center;
	border-radius: 5px;
}

.zt-main .search-list li:nth-of-type(4n) {
	margin-right: 0;
}

.zt-main li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
	border-radius: 5px;
	background: #f0f6fc;
}

.zt-main li span {
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zt-main li a:hover {
	background: #128aeb !important;
	color: #fff !important
}


/* 查询页面 */

.cx-main .title {
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	padding: 30px 0;
}

.cx-main .title::after {
	content: '';
	width: 100px;
	height: 3px;
	background-color: #E3E1E1;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 20px;
}

.cx-main .content {
	background: #fff;
	padding: 30px;
}

.serve-box {
	margin-bottom: 60px;
	padding: 30px 5%;
	box-shadow: 3px 3px 10px #ddd;
	background:white
}

.serve-title {
	text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.search-box {
	width: 100%;
	padding: 20px 0;
}

.search-box .search-box-title {
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #128aeb;
	border-bottom: 1px dashed #ddd;
	letter-spacing: 3px;
}

.search-box .search-box-submit {
	margin: 20px 0;
}

.search-box .keyword {
	display: inline-block;
	margin-right: 20px;
}

.search-box .keyword input {
	width: 300px;
	height: 38px;
	margin-left: 10px;
	border: none;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding-left: 15px;
}

.search-box a {
	float: right;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #128aeb;
	color: #fff;
}

.query_service_table {
	text-align: center;
	
}

.query_service_table table {
	width: 100%;
	text-align: center;
	border:1px solid #f6f6f6
}

.extra {
	display: none;
	margin-top: 20px;
}

.query_service_table thead {
	height: 50px;
	background-color: #f2f9ff;
	border: solid 1px #efefef;
	font-size: 16px;
	color: #666;
	line-height: 50px;
}

.query_service_table tbody {
	font-size: 16px;
	color: #333;
}

.query_service_table tbody tr:nth-child(even) {
	background-color: #f6f6f6;
}

.query_service_table tbody td {
	padding: 15px 0;
}

/*翻页--start*/
	
.page-bar {
	padding: 30px 50px;
	background-color: #fff;
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto
}

.page-bar li:first-child>a {
	margin-left: 0px
}

.page-bar a {
	border: 1px solid #ddd;
	text-decoration: none;
	position: relative;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	cursor: pointer;
	display: block;
	white-space: nowrap;
}

.page-bar a:hover {
	background-color: #eee;
}

.page-bar a.banclick {
	cursor: not-allowed;
}

.page-bar .active a {
	color: #fff;
	cursor: default;
	background-color: #1F66D9;
	border-color: #1F66D9;
}

.page-bar i {
	font-style: normal;
	margin: 0px 4px;
}
/*翻页--end*/



@media screen and (max-width:992px) {

	/* 列表页 */
	.zt-main .serve-search .search-header {
		width: 91%;
	}

	.zt-main .search-list {
		width: 95%;
	}

	.zt-main .search-list li {
		width: 46%;
		height: 60px;
		margin: 15px 2% 0;
	}

	.zt-main .search-list li:nth-of-type(4n) {
		margin-right: 2%;
	}

	/* 图片 */
	.zt-img img {
		margin-left: 30px;
		height: 150px;
	}

	.cx-main {
		padding: 0;
	}

	.cx-main .content {
		padding: 0;
	}

	.cx-main .title {
		padding-top: 10px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 600px) {
	.search-box .keyword input {
		width: 250px;
	}
	.search-box a {
		width: 100px;
	}
}

@media screen and (max-width:576px) {

	/* 列表页 */
	.zt-main .serve-search .search-header {
		width: 90%;
	}

	.zt-main .search-list {
		width: 100%;
	}

	.zt-main .search-list li {
		width: 100%;
		margin: 15px 5% 0;
	}

	.zt-main .search-list li:nth-of-type(4n) {
		margin-right: 5%;
	}
}


/*详情页von*/

.wdk-info {
	padding: 30px
}

.wdk-info-tit {
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: 1px solid #DDDDDD
}

.wdk-info-tit h2 {
	margin-bottom: 15px
}

.wdk-info-tit h5 span {
	margin: 10px 20px;
	font-weight: 500;
	color: #999;
}

.wdk-info-txt {
	margin: 30px 0
}

.wdk-info-txt video,
.wdk-info-txt img {
	width: 60%;
	margin: 10px 20%;
}

.wdk-info-txt p {
	line-height: 2;
	text-indent: 2em;
	margin: 10px 0;
}

.news-print {
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-top: 20px
}

.news-print span {
	margin-left: 5px;
	cursor: pointer
}

@media screen and (max-width:1200px) {

	.wdk-info-txt video,
	.wdk-info-txt img {
		width: 80%;
		margin: 10px 10%;
	}
}

@media screen and (max-width:600px) {
	.wdk-info {
		padding: 20px 15px;
		margin: 0 -15px
	}

	.wdk-info-tit {
		line-height: 1.5;
		padding: 0 0 10px
	}

	.wdk-info-tit h5 span {
		display: block;
	}

	.wdk-info-txt {
		margin: 20px 0
	}

	.wdk-info-txt video,
	.wdk-info-txt img {
		width: 100%;
		margin: 5px 0
	}

	.news-print {
		display: none;
	}
}