* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.wrap {
	width: 100%;
}

.header {
	width: 100%;
	overflow: hidden;
}

.header img {
	/* width: 100%; */
	/* height: 100%; */
	/* float: left; */
}

.content {
	width: 100%;
	background: url(../../../images/wjw_gb/images/bg.png) no-repeat top center/100% 100%;
	/* padding-top: 20px; */
}

.content #keyword {
	box-sizing: border-box;
	width: 80%;
	height: 60px;
	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: 18%;
	height: 60px;
	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-jyh-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%;
}

.content_bg {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	/* padding: 20px 10px; */
	/* margin-top: 20px; */
}

.p1 {
	width: 100%;
	margin: 0 auto;
}

.search {
	width: 70%;
	margin: 0 auto;
}

.p2s {
	width: 100%;
}

.banner {
	width: 98%;
	margin: 0 auto;
}

.banner img {
	width: 100%;
	margin: 0 auto;
}

.anniu {
	width: 94%;
	height: 100px;
	margin: 0 auto;
	background: url(../../../images/wjw_gb/images/anniu_bg.png) no-repeat left bottom / 100%, #fff;
	margin-top: -50px;
	position: relative;
	border-radius: 15px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.anniu a {
	text-decoration: none;
}

.anniu_left {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}

.anniu_left1 {
	font-size: 20px;
	/* font-weight: bold; */
	margin-left: 50px;
}

.anniu_left1 a {
	color: #000000;
}

.anniu_left1 img {
	margin-right: 10px;
}

.anniu_right {
	float: right;
	margin-right: 20px;
	top: -16px;
	position: relative;
}

.anniu_right1 {
	color: #737373;
	font-size: 14px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.anniu_right1 a {
	color: #737373;
}

.anniu_right1 img {
	width: 95%;
}
.anniu_left2 {
	margin: 10px auto 0;
	display: none;
	justify-content: center;
}
.anniu_left2 .anniu_left2_1 {
	flex: 1;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3098ff;
	margin: 0 15px;
	border-radius: 7px;
}
.anniu_left2 .anniu_left2_1 a {
	padding: 10px 0;
}
.anniu_left2 .anniu_left2_1 span {
	color: #fff;
}
.anniu_left2 .anniu_left2_1 img {
	width: 40px;
	margin-right: 10px;
}
/* p3p3p3p3p3p3p3p3p3p3p3 */
.p3s {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 18px;
}

.bsfw_title1 {
	width: 120px;
	display: inline;
	padding: 5px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #2d8fff;
	color: #ffffff;
	line-height: 20px;
	font-size: 18px;
	margin-left: 5px;
}

.bmfw {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.bmfw::after {
	content: "";
	flex: auto;
}

.bmfw div {
	width:33%;
	text-align: center;
	margin-bottom: 10px;
	background: url(../../../images/wjw_gb/images/tj_bg.png) no-repeat;
	background-size: 100% 100%;
	color: #333333;
	font-weight: bold;
	transition: 0.15s;
	min-height: 95px;
}

.bmfw div a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bmfw div:hover {
	background: url(../../../images/wjw_gb/images/tj2.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.bmfw div:hover a {
	color: #fff;
}

/* p4p4p4p4p4p4p4p4p4p4p4 */
.p4s {
	width: 100%;
	margin: 20px 0;
}

.fyfw_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
	margin-top: 20px;
}

.fyfw_img a {
	width: 23%;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.fyfw_img a img {
	width: 100%;
}

.fyfw_img a:hover {
	border: #2d8fff 1px solid;
	transition: 0.5s;
}

/* p5p5p5p5p5p5p5 */
.p5s {
	width: 100%;
	margin: 40px 0;
	padding-bottom: 40px;
}

.col-md-6 {
	/* width: 45%; */
}

.col_title {
	margin-left: -10px;
}

.p5s .list-t {
	margin-top: 20px;
}

.p5s .list-t {
	color: #dedede;
	line-height: 30px;
}
.p5s .col-md-6 {
	margin-top: 10px;
}
.p5s .list-t a {
	width: 75%;
}
.col-md-6 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p5s .list-t li {
	line-height: 36px;
}

.p5s .list-t a {
	color: #333333;
}

.p5s .list-t a:hover {
	color: #000;
	text-decoration: underline;
}

.date {
	float: right;
}
.bsfw1,
.bsfw3 {
	display: none;
}
/* 自适应 */
@media (max-width: 1200px) {
	.content_bg {
		width: 90%;
		margin: 0 auto;
		/* margin-top: 20px; */
	}
}

@media (max-width: 992px) {
	.header h1 a {
		display: block;
		height: 130px;
		line-height: none;
	}
	.anniu_left1 {
		margin-left: 20px;
	}

	.content_bg {
		width: 90%;
		margin: 0 auto;
		/* margin-top: 20px; */
	}

	.bmfw div {
		width: 33%;
	}
}

@media (max-width: 768px) {
	.bsfw1 {
		display: block;
	}
	.bsfw2,
	.bsfw3 {
		display: none;
	}
	.anniu {
		height: auto;
		padding: 60px 0 20px;
		/* overflow: hidden; */
		position: relative;
		margin-top: -30px;
	}

	.anniu_left {
		display: none;
		/* width: 100%; */
		/* float: none; */
		/* justify-content: space-around; */
	}
	.anniu_left2 {
		display: flex;
	}
	/* 	.anniu_left .anniu_left1 {
		font-size: 15px;
		text-align: center;
	}

	.anniu_left .anniu_left1:last-of-type {
		margin-left: 0px;
		margin-right: 20px;
	}
	 .anniu_left1 img {
		width: 45px;
		margin: 0 auto 5px;
		display: block;
	} */

	.anniu_right {
		position: absolute;
		width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: space-around;
		top: -20px;
		float: none;
	}

	.anniu_right1 img {
		width: 60px;
	}

	.fyfw_img a {
		width: 45%;
		border-radius: 10px;
		overflow: hidden;
	}

	.col-md-6 {
		width: 100%;
	}

	.search {
		/* width: 90%;
		margin: 0 auto;
		text-align: center; */
	}

	.search #keyword {
		/* width: calc(80% - 60px); */
	}

	.search #btn {
		/* font-size: 0;
		width: 60px;
		line-height: 0;
		position: relative; */
	}

	.search .icon-jyh-search {
		/* width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
	}

	.bmfw div {
		width: 50%;
	}
}
@media (max-width: 440px) {
	.bsfw3 {
		display: block;
	}
	.bsfw2,
	.bsfw1 {
		display: none;
	}
	.anniu_left2 .anniu_left2_1 img {
		width: 30px;
		margin-right: 5px;
	}
	.anniu_left2 .anniu_left2_1 span {
		font-size: 15px;
	}
}
/* dong */
.anniu_right1:hover {
	/* margin-top: -5px; */
	/* transition: 0.5s; */
	animation: hvr-wobble-vertical 0.7s;
}

.anniu_left1:hover img {
	animation: rotate 0.7s;
}
.anniu_left2_1:hover img {
	animation: rotate 0.7s;
}
@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes rotate {
	0% {
		transform: rotateX(0);
	}
	100% {
		transform: rotateX(360deg);
	}
}
