.area_h2 {
	font-size: 1rem;
	position: relative;
	padding: .8rem 0;
	margin-bottom: 1rem;
	border-bottom: 1px #E5E5E5 solid;
}

.area_h2 strong:before {
	content:'';
	border-bottom: 1px solid #4d8cb8;
	position: absolute;
	width: 6rem;
	bottom: 0;
}
.area_h2 .more-i {
    display: block;
    position: absolute;
    right: 0;
    top: 1.5rem;
}
.area_h2 .more-i span {
	float: left;
	width: 5px;
	height: 5px;
	margin: 0 2px 0 0;
	padding: 0;
	background: var(--be-bg-grey-9);
	border-radius: 50%;
}

.area_h2 .more-im span {
	border: none;
}

.area_h2 .more-im span:nth-child(1) {
	background: #ff4444;
}

.area_h2 .more-im span:nth-child(2) {
	background: #99bb33;
}

.area_h2 .more-im span:nth-child(3) {
	background: #ffbb55;
}
.layui-index-one{
	margin-top: 1rem;
	padding-left:0;
	padding-right:0;
}

.layui-banner{
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
	padding: 1rem 0 1rem 1rem;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.layui-banner .layui-carousel img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.layui-banner-list{
	padding: 0 1rem;
	box-sizing: border-box;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
	width: 30%;
}
.layui-banner-list dl{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.layui-banner-list dl:not(:last-child){
	margin-bottom:1rem;
}
.layui-banner-list dl dt{
	position: relative;
}
.layui-banner-list dl dt,.layui-banner-list dl dt img.lazy{
	height: 7.55rem;
}
.layui-banner-list dl dt img.lazy{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.layui-banner-list dl>.layui-bg-black{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	opacity: .4;
	transition: all 1s;
	border-radius: 5px;
}
.layui-banner-list dl:hover>.layui-bg-black{
	opacity: .5;
}
.layui-banner-list dl dd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	z-index: 2;
	border-radius: 5px;
}
.layui-banner-list dl dd a.layui-type{
	padding: 0 .5rem;
	box-sizing: border-box;
	border-left: 4px solid #5490ba;
}
.layui-banner-list dl dd p{
	font-size: 1rem;
	padding:0 .5rem;
	box-sizing:border-box;
	margin-top: 1.5rem;
}
.layui-banner-list dl dd p a{
	color:#fff;
}
.layui-banner-list dl dd time{
	display: block;
	padding: .5rem;
	color: #fff;
	margin-top: .5rem;
}
.layui-hot-list{
	margin-left: 1.4%;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.layui-hot-list .area_h2 i{
	color: #4d8cb8;
	padding-right: .5rem;
	display: none;
}
.layui-hot-list ul{
	/* padding: 0 1rem; */
	/* margin-top: .5rem; */
}
.layui-hot-list ul li{
	font-size: .95rem;
	/* line-height: 2.9rem; */
}
.layui-hot-list ul li:not(:last-child) {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
}
.layui-hot-list ul li:first-child:before{
	content: '1';
	color: #ffffff;
	background-color: #4d8cb8;
}
.layui-hot-list ul li:nth-child(2):before{
	content: '2';
	color: #ffffff;
	background-color: #50a7e4;
}
.layui-hot-list ul li:nth-child(3):before{
	content: '3';
	color: #ffffff;
	background-color: #a1cbe8;
}
.layui-hot-list ul li:nth-child(4):before{
	content: '4';
}
.layui-hot-list ul li:nth-child(5):before{
	content: '5';
}
.layui-hot-list ul li:nth-child(6):before{
	content: '6';
}
.layui-hot-list ul li:nth-child(7):before{
	content: '7';
}
.layui-hot-list ul li:nth-child(8):before{
	content: '8';
}
.layui-hot-list ul li:nth-child(9):before{
	content: '9';
}
.layui-hot-list ul li:nth-child(10):before{
	content: '10';
}
.layui-hot-list ul li:nth-child(11):before{
	content: '11';
}
.layui-hot-list ul li:nth-child(12):before{
	content: '12';
}
.layui-hot-list ul li:before{
	display: inline-block;
	height: 1rem;
	line-height: 1.1rem;
	width: 1.1rem;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	border-radius: .15rem;
	margin-right: .2rem;
	font-size:.5rem;
}
.layui-index-two{
	margin-top: 1rem;
	box-sizing: border-box;
}
.layui-index-two-left .layui-row>div:last-child{
	padding-left: 1%;
}
.layui-index-two .layui-index-two-left>div:first-child{
	justify-content: space-between;
	border-bottom: 1px #E5E5E5 solid;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.layui-index-two .layui-index-two-left>div:first-child ul{
	width: 49%;
}
.layui-index-two .layui-index-two-left>div:first-child ul dl dt, .layui-index-two .layui-index-two-left>div:first-child ul dl dt img{
	height: 5.5rem;
}
.layui-index-two .layui-index-two-left>div:first-child ul dl dd .layui-other{
	display: none;
}
.layui-index-two .layui-index-two-left>div:first-child ul li{
	font-size: .95rem;
	margin-bottom: 1.25rem;
	transition: padding-left 1s;
}
.layui-index-two .layui-index-two-left>div:first-child ul li:hover{
	padding-left: .5rem;
}
.layui-index-two .layui-index-two-left>div:first-child ul li a:before {
    background: #7d7b7b;
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: 5.5%;
    margin: 0 5px 0 0;
    border-radius: 100%;
}
.layui-index-two .layui-index-two-left{
	padding: 0 1rem;
	box-sizing: border-box;
	border-right: 1rem solid #e1e1e1;
	/* box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%); */
}
.layui-index-two-left dl{
	/* justify-content:space-between; */
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.layui-index-two-left dl:not(:last-child){
	border-bottom: 1px solid #e6e6e6;
}
.layui-index-two-left dl dt{
	width: 10rem;
}
.layui-index-two-left dl dt,.layui-index-two-left dl dt img{
	height: 8rem;
	border-radius: 5px;
}
.layui-index-two-left dl dt img{
	object-fit: cover;
	width: 100%;
}
.layui-index-two-left dl dd{
	width:73%;
	padding-left: 1rem;
	box-sizing: border-box;
}
.layui-index-two-left dl dd>a{
	font-size: 1rem;
	font-weight: bold;
	display: block;
}
.layui-index-two-left dl dd .layui-other{
	margin-top: 1rem;
	color: #B3B3B3;
}
.layui-index-two-left dl dd .layui-other a{
	color: #4d8cb8;
	display: none;
}
.layui-index-two-left dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-index-two-left dl dd p{
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-index-two-right{
	/* margin-left: 1.4%; */
}
.layui-index-two-right>div{
	padding: 0 1rem 1rem;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
}
.layui-index-two-right ul li{
	position: relative;
	overflow: hidden;
	font-size: .95rem;
	justify-content: space-between;
	color: #999;
	margin-bottom: 1.25rem;
	padding-left: .75rem;
}
.layui-index-two-right ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #7d7b7b;
    border-radius: 0.625rem;
    left: 0px;
    top: 0.625rem;
}
.layui-index-two-right ul li a{
	width: 80%;
}
.layui-index-two-right ul li a i{
    color: #00a4a0;
    padding-right: .5rem;
}
.layui-index-two-right ul li span{
	width: 20%;
	text-align: right;
	font-size: .9rem;
}
.layui-index-two-right dl{
	justify-content:space-between;
}
.layui-index-two-right dl:not(:last-child){
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.layui-index-two-right dl dt{
	width: 25%;
}
.layui-index-two-right dl dt,.layui-index-two-right dl dt img{
	height: 4rem;
}
.layui-index-two-right dl dt img{
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
}
.layui-index-two-right dl dd{
	width:70%;
}
.layui-index-two-right dl dd>a{
	font-size:.95rem;
	/* display: block; */
}
.layui-index-two-right dl dd .layui-other{
	margin-top: .5rem;
	color: #B3B3B3;
}
.layui-index-two-right dl dd .layui-other a{
	color: #00A4A0;
	display: none;
}
.layui-index-two-right dl dd .layui-other span{
	padding-left: 1rem;
	padding-right: 1rem;
	display: none;
}
.layui-index-two-right dl dd p{
	display: none;
	color: #767676;
	margin-top:.75rem;
	line-height: 1.7rem;
	font-size: .95rem;
	text-align:justify;
}
.layui-index-three{
	/* padding: 0 1rem 0 0; */
	box-sizing: border-box;
	box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
	flex-wrap: wrap;
}
.layui-index-three dl{
	width: 49%;
	margin-top: 1rem;
}
.layui-index-three dl dt{
	width: 8rem;
}
.layui-index-three dl dt,.layui-index-three dl dt img{
	height: 6rem;
	border-radius: 5px;
}
.layui-index-three dl dt img{
	width: 100%;
	object-fit: cover;
}
.layui-index-three dl dd{
	width: 60%;
	box-sizing: border-box;
	position: relative;
	padding-left: .5rem;
}
.layui-index-three dl dd p{
	font-size: .95rem;
	font-weight: bold;
	padding:0 .5rem;
	box-sizing:border-box;
}
.layui-index-three dl dd time{
	display: block;
	padding: .5rem;
	margin-top: .5rem;
	color: #999;
	position: absolute;
	bottom: 0;
}
@media(max-width: 800px) {
	.layui-banner{
		padding: 1rem;
	}
	.layui-index-one{
		flex-wrap: wrap;
		margin-top: .5rem;
	}
	.layui-hot-list{
		margin-left: 0;
	}
	.layui-index-two,.layui-index-two .layui-row>div:last-child,.layui-index-three{
		margin-top: .5rem;
	}
}
@media(max-width: 768px){
	.layui-index-three dl:first-child,.layui-index-three dl:nth-child(2){
		margin-bottom:2%;
	}
}
@media(max-width: 600px){
	.layui-carousel{
		width:100% !important;
	}
	.layui-banner-list,.layui-index-two-right{
		display: none;
	}
	.layui-index-two .layui-index-two-left>div:first-child ul{
		width: 100%;
	}
	.layui-index-three{
		display:none;
	}
	.layui-index-three dl{
		width: 100%;
	}
	.layui-index-two .layui-index-two-left{
		border-right: none;
	}
}
@media(max-width: 480px){
	.layui-carousel {
	    height: 15rem !important;
	}
	.layui-index-three dl dt, .layui-index-three dl dt img{
		height: 8rem;
	}
	.layui-index-two-left dl dd>a{
		font-size:1rem;
	}
	.layui-index-two-left dl dd p{
		font-size:0.875rem;
	}
}
@media(max-width: 360px){
	.layui-index-three dl dt, .layui-index-three dl dt img{
		height: 7rem;
	}
}