.logo a:before {
	-webkit-animation: searchLights 1s ease-in 1s infinite;
	-o-animation: searchLights 1s ease-in 1s infinite;
	animation: searchLights 1s ease-in 1s infinite;
	opacity: 1
}
.i_list {
	display: flex;
	flex-direction: column
}
p.abc {
	font-size: 40px;
	margin-bottom: 30px;
}
@media (max-width: 800px) {
p.abc {
font-size: 24px;
margin-bottom: 20px;
}
}
.a3x {
	font-size: 40px;
	background-color:#999999;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 25px;
	border-radius: 6px;
	padding: 15px 0 20px;
	text-align:center;
}
.a3x:hover {
	background-color:#808080;
}
a.ax, a.ax:visited {
	color:#FFFFFF;
}
@media (max-width: 800px) {
.a3x {
font-size: 24px;
margin-bottom: 20px;
}
}
.thumb-srcbox {
	padding-top: 100%;
	overflow: hidden
}
.thumb-srcbox figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-srcbox figure img {
	height: 100% !important;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: top;
	width: 100%
}
@media (max-width:500px) {
body {
 background: #fff
}
.update_area {
 background: #eef1f8
}
}
body {
	position: relative;
	overflow-x: hidden
}
.indexbg-module {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 1280px;
	left: 50%;
	transform: translateX(-50%);
	height: 1000px;
	z-index: -1
}
.indexbg-module:before, .indexbg-module:after {
	content: " ";
	width: 400px;
	height: 1000px;
	position: absolute;
	top: 100px;
	background-size: 100%;
	background-repeat: no-repeat
}
.indexbg-module .degrsej {
	color: #226e43
}
.indexbg-module:before {
	left: -400px;
	background-image: url({pboot:sitetplpath}/images/bg1.png)
}
.indexbg-module:after {
	right: -400px;
	background-image: url({pboot:sitetplpath}/images/bg2.png)
}
 @media (max-width: 1280px) {
.indexbg-module {
 display: none
}
}