.about_banner {
	width: 100%;
}

.about_banner .about_content {
	max-height: 580px;
	position: relative;
}

.about_banner .about_content img {
	width: 100%;
	object-fit: contain;
}

.about_banner .about_content .textdesc {
	width: 1300px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -650px;
	margin-top: -60px;
}

.about_banner .about_content .textdesc p {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding-left: 2px;
}

.about_banner .about_content .textdesc .poline {
	width: 540px;
	height: 1px;
	background-color: #ffffff;
	margin-top: 15px;
	position: relative;
}

.about_banner .about_content .textdesc .poline div {
	width: 190px;
	height: 10px;
	background: #ffffff;
	box-shadow: rgb(0, 204, 0) 0px 0px 2px inset;
	position: absolute;
	left: 0;
	top: -5px;
}

.about_banner .about_content .textdesc .poline p {
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: -35px;
}



/* 说明 */
.textbox {
	width: 100%;
	background-color: #ffffff;
}

.line1 {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.466);
	/* padding-bottom: 25px; */
	position: relative;
	left: -53px;
	top: -6px;
}

.textbox .content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.textbox .content h2 {
	font-weight: bold;
	font-size: 24px;
	color: black;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.textbox .content h2 span {
	font-weight: normal;
	font-size: 18px;
}

.textbox .content .boldtitle {
	font-size: 18px;
	color: black;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 5px;
	padding-top: 30px;
}

.textbox .content .title {
	text-indent: 40px;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	margin-bottom: 20px;
}

.textbox .content .line {
	position: relative;
	left: 0px;

	border-bottom: 1px solid rgba(12, 11, 11, 0.301);
	margin: 0 auto;
}


.textbox .content .floatbox {
	width: 100%;
	margin-top: 70px;
	position: relative;
}

.textbox .content .floatbox .fitem {
	width: 46%;
	height: 198px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.textbox .content .floatbox .fitem .floimg {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.textbox .content .floatbox .fitem .fl_title {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

.textbox .content .floatbox .fitem .fl_span {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

.textbox .content .floatbox .left {
	float: left;
	background-image: url(../img/about_left.png);
}

.textbox .content .floatbox .right {
	float: right;
	background-image: url(../img/about_right.png);
}

.textbox .content .floatbox .gr_block1 {
	width: 46px;
	height: 188px;
	background: #85CD27;
	border-radius: 0px 20px 20px 0px;
	position: absolute;
	top: 0;
	left: 42.3%;
}

.textbox .content .floatbox .gr_block2 {
	width: 46px;
	height: 188px;
	background: #85CD27;
	border-radius: 0px 20px 20px 0px;
	position: absolute;
	top: 0;
	right: 0;
}


/* 导航下划线 */
.bottomLine {
	left: 285px;
}

/* 正文 */
.title>span {
	font-weight: 800;
	font-size: 8px;
	position: relative;
	top: -7px;

}

.test {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.test.h3 {
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
}

.test.h3.span {
	font-weight: normal;
	font-size: 18px;
}

.time {
	width: 176px;
	color: rgba(0, 0, 0, 0.37);
	margin: 0 auto;
	margin-top: 15px;
}


/* 轮播 */
.imgdesc .content .blackbox {
	width: 1200px;
	height: 140px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -600px;
	background: rgba(0, 0, 0, .4);
	z-index: 98;
}

.swiper-container {
	width: 100%;
	height: 470px !important;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: 100% 100%;
	background-position: center;
}

.gallery-top {
	margin-top: 50px;
}

.swiper-button-prev {
	width: 44px !important;
	height: 44px !important;
	background-image: url(../img/next_left.png) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	left: 60px !important;
	top: 87% !important;
	z-index: 100 !important;
}

/* 右按钮 */
.swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	background-image: url(../img/next_right.png) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	right: 60px !important;
	top: 87% !important;
	z-index: 100 !important;
}

.gallery-top {
	height: 100%;
	width: 100%;
}

.gallery-thumbs {
	width: 80%;
	height: 108px !important;
	box-sizing: border-box;
	padding: 10px 0;
	position: absolute !important;
	bottom: 60px;
	left: 10%;
	z-index: 99 !important;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: .8;
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	/* border: 2px solid #fff; */
}

/* 上一条下一条 */
.next {
	width: 100%;
	height: 60px;
	line-height: 30px;
	background-color: #EEEEEE;
	margin-top: 30px;
}

.next1 {
	width: 850px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.next1 div p {
	font-size: 10px;
}

.next2 {
	width: 80px;
	height: 20px;
	display: flex;
	justify-content: space-between;
	padding: 3px 6px 3px;
	align-items: center;
	background-color: #348DCC;
}

.next2 img {
	width: 10px;
	height: 10px;
}

a {
	color: black
}

/* 默许超链接字体色彩为蓝色 */
a:hover {
	color: #F00
}

/* 默认超链接字体悬停时色彩为红色 */