* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.wrap {
	width: 100%;
}

.header {
	width: 100%;
	background: center/cover no-repeat;
	background-image: url(../../../images/wjw_gb/images/zcwjk_banner1.png);
	height: 125px;
}

.logo {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0 70px 0;
}

.header img {
	/* width: 100%; */
}

.content {
	width: 100%;
}

.content #keyword {
	box-sizing: border-box;
	width: 79%;
	height: 50px;
	line-height: 20px;
	font-size: 16px;
	margin-right: 4px;
	padding: 20px;
	border: none;
	background: #fff;
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	border-radius: 2px;
	outline: none;
}

.content #btn {
	box-sizing: border-box;
	width: 50px;
	margin-left: -35px;
	height: 50px;
	border: none;
	background: #ff9d08;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 2px;
	vertical-align: bottom;
}

.content .icon-search {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 3px;
	background: url(../../../images/wjw_gb/images/search.png) no-repeat center /100% 100%;
}

.p1 {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0px 0;
	background: url(../../../images/wjw_gb/images/zcwjk_banner2.png) no-repeat center center/100% 100%;
}

.p1_box {
	width: 80%;
	margin: 0 auto;
}

.search {
	width: 50%;
	margin-left: 60px;
	/* margin: 0 auto; */
}

.search p {
	color: #FFFFFF;
	margin-top: 5px;
	font-size: 14px;
}

.search p a {
	color: #fff;
}

.shuju {
	border-radius: 0 0 75px 75px;
	clip: rect(0px 150px 75px 0px);
	background-color: #3285e3;
	width: 150px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 80%;
}

.shuju_num {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	width: 100%;
	text-align: center;
	line-height: 21px;
	padding-top: 10px;
}

.shuju_num span {
	font-size: 14px;
	color: #aecff4;
}

/* p2p2p2p2p2p2p2p2p2p2 */
.p2_zhy {
	width: 100%;
	/* height: 38px; */
	position: relative;
}

.menu_bm {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;

}

.tab-pane {
	position: static;
}

.mb10 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	padding: 0 calc(7% + 20px);
	justify-content: flex-start;
	box-shadow: 2px 4px 5px 0px rgba(52, 52, 52, 0.1);
}

.mb10 a {
	flex: none;
	width: auto;
	height: auto;
	color: #000 !important;
	padding: 10px 10px;
	margin: 0px 20px;
	background: none !important;
	border-radius: 0 !important;
}

.mb10 .active {
	color: #2d8fff !important;
	box-shadow: 0 -4px 0 0 #2d8fff inset;
	background: none !important;
}

.mb10>first-child {
	color: #2d8fff !important;
	box-shadow: 0 -4px 0 0 #2d8fff inset;
	background: none !important;
}

.pane {
	margin-top: 20px;
}

.p3 {
	width: 80%;
	margin: 0 auto;
}

.txt1 {
	padding: 20px 0;
}

.txt1 a p {
	text-indent: 2em;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}

.txt1 a {
	color: #000000;
}

.txt1 img {
	margin-bottom: -9px;
}

.txt1 span {
	font-size: 14px;
	line-height: 40px;
}


/* 自适应 */
@media (max-width: 1200px) {
	.p1_box {
		width: 80%;
		margin: 0 auto;
	}
}

@media (max-width:992px) {
	.p1_box {
		width: 90%;
		margin: 0 auto;
	}

	.header img {
		width: 35%;
	}

	.header {
		height: 107px;
	}
}

@media (max-width:768px) {
	.header {
		height: 89px;
	}

	.p1_box {
		width: 90%;
		margin: 0 auto;
	}

	.header {
		width: 100%;
		background: center/cover no-repeat;
		background-image: url(../../../images/wjw_gb/images/head1.png);
		/* height: 125px; */
	}

	.search {
		width: 64%;
		margin-left: 60px;
		/* margin: 0 auto; */
	}

	c .mb10 {
		padding: 0;
		justify-content: space-around;
	}

	.mb10 a {
		color: #000;
		padding: 3px 10px;
		margin: 0px 0px;
	}

	.shuju {
		border-radius: 0 0 60px 60px;
		clip: rect(0px 120px 60px 0px);
		background-color: #3285e3;
		width: 120px;
		height: 60px;
		top: 0;
		left: 68%;
	}
}

@media (max-width:440x) {
	.header {
		height: 89px;
	}

	.p1_box {
		margin-top: 20px;
	}

	.header {
		width: 100%;
		background: center/cover no-repeat;
		background-image: url(../../../images/wjw_gb/images/head2.png);
		height: 82px;
	}

	.logo {
		width: 96%;
		margin: 0 auto;
		padding: 5px 0 70px 0;
	}
}

@media (max-width:320px) {
	.shuju {
		border-radius: 0 0 60px 60px;
		clip: rect(0px 120px 60px 0px);
		background-color: #3285e3;
		width: 120px;
		height: 60px;
		top: 0;
		left: 66%;
	}
}

.txt1 a:hover b {
	color: #2d8fff;
	/* transition: 0.3s; */

}

.txt1 a img:hover {
	margin-bottom: -5px;
	transition: 0.5s;
}
