/*选项*/
.jj_box{
	width: 1200px;
	margin: 20px auto 0;
	padding-bottom: 50px;
}
.jj_up{
	padding-left: 408px;
	background: url(../images/tit.jpg)no-repeat 540px 22px;
}
.jj_up a{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #008053;
}
.jj_up h2{
	font-size: 24px;
	line-height: 36px;
	color: #008053;
}
.jj_up h2 span{
	color: #515151;
}


/*告示栏*/
.gs_box{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	position: relative;
}
.gs_list{
	float: left;
	width: 210px;
	margin: 0 34px 15px 0;
	border: 1px solid #a7a7a7;
}
.gs_list:nth-child(5n){
	margin-right: 0;
}
.gs_img{
	height: 160px;
	padding: 5px 5px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gs_p{
	text-align: center;
	line-height: 35px;
	color: inherit;
}
.gs_list:hover{
	background-color: red;
	color: #fff;
	border: 1px solid red;
}
.gs_hide{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgb(0,0,0,.5);
}
.gs_show{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.gs_bigimg{
	padding: 5px;
	overflow: hidden;
}
.gs_buttom{
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}
.gs_buttom p{
	float: left;
	margin-left: 10px;
}
.gs_buttom img{
	width: 66px;
	height: 22px;
	float: right;
	margin-right: 10px;
}
.gs_s{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 50;
}
.gs_x{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	z-index: 50px;
}
.gs_page{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.gs_paul{
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gs_paul li{
	float: left;
	margin: 0 5px;
}
.gs_paul li a{
	background-color: #a7a7a7;
	line-height: 22px;
	padding: 0 6px;
	color: #fff;
}
.gs_pap{
	padding-top: 30px;
}