ul li{ list-style-type: none;}
.layout-body {
	box-sizing:border-box;
	height:100vh;
	padding-bottom:140px;
	padding-bottom:0px
}
.layout-body .layout-cont {
	position:relative;
	height:100%;
	overflow:hidden;
	box-sizing:border-box;
	padding-top:80px
}
.layout-body .layout-cont .fillImg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%
}
.layout-body .layout-cont .fillImg img {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.layout-body .layout-cont .fillImg::after {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2)
}
.layout-body .layout-cont .layout-list {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%
}
.layout-body .layout-cont .layout-list li {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none
}
.layout-body .layout-cont .layout-showbox {
	position:relative;
	height:100%;
	overflow:hidden
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li {
	height:inherit;
	cursor:pointer;
	float:left;
	width:33.3%;
	position:relative
}
.layout-body .layout-cont .layout-showbox li::before {
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.6);
	position:absolute;
	right:-1px;
	top:0px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest {
	box-sizing:border-box;
	width:100%;
	padding:0 8%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:24px;
	color:#fff;
	line-height:32px;
	text-align:left
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	display:inline-block;
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-align:left;
	border-bottom:1px solid #fff;
	padding-bottom:0px;
	margin-top:20px;
	-webkit-transition:all .3s 0s;
	-o-transition:all .3s 0s;
	-moz-transition:all .3s 0s;
	transition:all .3s 0s
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
@media screen and (min-width:1441px) and (max-width:1600px) {
	.layout-body {
	padding-bottom:140px;
	padding-bottom:0px
}
.layout-body .layout-cont {
	padding-top:90px
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:22px;
	line-height:30px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	margin-top:20px;
	font-size:14px;
	line-height:22px
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
}@media screen and (min-width:1281px) and (max-width:1440px) {
	.layout-body {
	padding-bottom:114px;
	padding-bottom:0px
}
.layout-body .layout-cont {
	padding-top:90px
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:20px;
	line-height:30px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	margin-top:20px;
	font-size:14px;
	line-height:22px
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
}@media screen and (min-width:1061px) and (max-width:1280px) {
	.layout-body {
	padding-bottom:114px;
	padding-bottom:0px
}
.layout-body .layout-cont {
	padding-top:90px
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:18px;
	line-height:30px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	margin-top:20px;
	font-size:12px;
	line-height:22px
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
}@media screen and (min-width:769px) and (max-width:1060px) {
	.layout-body {
	padding-bottom:0px;
	height:auto
}
.layout-body .layout-cont {
	padding-top:0px;
	border-top:1px solid #ccc
}
.layout-body .layout-cont .laybg {
	display:none
}
.layout-body .layout-cont .layout-list {
	position:relative;
	height:auto
}
.layout-body .layout-cont .layout-list li {
	display:block !important;
	position:relative;
	height:54vw
}
.layout-body .layout-cont .layout-list li .layout-txt {
	left:2%;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%)
}
.layout-body .layout-cont .layout-list li .layout-txt h3 {
	font-size:18px;
	color:#fff;
	line-height:26px;
	text-align:left
}
.layout-body .layout-cont .layout-list li .layout-txt a {
	display:inline-block;
	border-bottom:1px solid #fff;
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align:left;
	margin-top:5px
}
.layout-body .layout-cont .layout-showbox {
	display:none
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:22px;
	line-height:30px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	margin-top:20px;
	font-size:14px;
	line-height:22px
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
}@media screen and (max-width:768px) {
	.layout-body {
	padding-bottom:0px;
	height:auto
}
.layout-body .layout-cont {
	padding-top:0px;
	border-top:1px solid #ccc
}
.layout-body .layout-cont .laybg {
	display:none
}
.layout-body .layout-cont .layout-list {
	position:relative;
	height:auto
}
.layout-body .layout-cont .layout-list li {
	display:block !important;
	position:relative;
	height:54vw
}
.layout-body .layout-cont .layout-list .lay_li{height:64vw}
.layout-body .layout-cont .layout-list li .layout-txt {
	left:2%;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%)
}
.layout-body .layout-cont .layout-list li .txt1 {top:60%;}
.layout-body .layout-cont .layout-list li .layout-txt h3 {
	font-size:18px;
	color:#fff;
	line-height:26px;
	text-align:left
}
.layout-body .layout-cont .layout-list li .layout-txt a {
	display:inline-block;
	border-bottom:1px solid #fff;
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align:left;
	margin-top:5px
}
.layout-body .layout-cont .layout-showbox {
	display:none
}
.layout-body .layout-cont .layout-showbox ul {
	height:inherit
}
.layout-body .layout-cont .layout-showbox li .layout-miltest h3 {
	font-size:22px;
	line-height:30px
}
.layout-body .layout-cont .layout-showbox li .layout-miltest a {
	margin-top:20px;
	font-size:14px;
	line-height:22px
}
.layout-body .layout-cont .layout-showbox li.chost .layout-miltest a {
	margin-top:60px
}
}