.font-color-3492d1{
	color: #3492d1;
}
.bg-color-3492d1{
	background-color: #2d7ec6;
}
.font-color-00a89d{
	color: #00a89d;
}
.bg-color-00a89d{
	background-color: #00a89d;
}
.font-color-db7364{
	color: #db7364;
}
.bg-color-db7364{
	background-color: #db7364;
}
.font-color-44add2{
	color: #44add2;
}
.bg-color-44add2{
	background-color: #44add2;
}
.area_h2 {
	font-size: 1rem;
	position: relative;
	padding: 0 0 .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;
}
.section-h3{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.section-title{
	height: 3rem;
	padding: 3% 0;
}
.section-title h2{
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	height: 1.56rem; 
	*
	height: 2.18rem;
	overflow: inherit;
	font-size: 2rem;
}
.section-title h2 span{
	height: 2.37rem;
	line-height: 2.37rem;
	text-align: center;
	overflow: hidden;
	display: block;
	position: absolute;
	background-color: #f8f8f8;
}
.section-title h2 .span1{
	width: 11.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.section-title h2 .span2{
	display: none;
	width: 4rem;
	right: 2%;
	font-size: .95rem;
}
.section-title h2 .span2 a{
	color: #999;
}
.section-title h2 span em{
	font-style: normal;
}
.layui-index-one{
	margin-top: 1.5rem;
	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;
	justify-content: space-between;
}
.layui-carousel>[carousel-item]>*{
	/* background-color: #fff; */
}
.layui-banner .layui-carousel img{
  width: 100%;
  height: 12rem;
  object-fit: cover;
  /* border-radius: 5px; */
}
.layui-banner .layui-carousel .tit{
	font-size: 1rem;
	margin: 1rem 0 .75rem;
}
.layui-banner .layui-carousel .desc{
	line-height: 1.5rem;
	color: #5f5f5f;
}
.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 li{
	font-size: .95rem;
}
.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-public{
	margin-top: 1rem;
	box-sizing: border-box;
}
.layui-index-two{
	border: 1px solid #eaeaea;
	background-color:#E9F3F9;
}
.layui-index-two-left{
	box-sizing: border-box;
	border-right: 1px solid #eaeaea;
}
.layui-index-two .layui-index-two-left ul{
	border-right: 1px solid #eaeaea;
}
.layui-index-two-left ul{
	padding: 2% 2% 1.5%;
	box-sizing:border-box;
	width: 40%;
}
.layui-index-two-left ul li{
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}
.layui-index-two-left ul li:not(:last-child){
	margin-bottom: .25rem;
}
.layui-index-two-left ul li .dot{
	position: relative;
	border-right: 1px solid #ccc;
	padding-right: .75rem;
	font-style: normal;
}
.layui-index-two-left ul li a{
	font-size: .9rem;
	padding-left: .35rem;
}
.mid-img{
	width: 60%;
	padding-top: 2%;
	box-sizing: border-box;
	justify-content: center;
	flex-wrap: wrap;
	/* padding-bottom:1rem; */
}
.mid-img dl{
	width: 31.5%;
	box-sizing: border-box;
	height: 38%;
	padding-right: 3%;
}
.mid-img dl:nth-child(3){
	padding-right:0;
}
 .mid-img dl dt,.mid-img dl dt img{
	height: 7.3rem;
}
.mid-img dl dt img{
	object-fit: cover;
	width: 100%;
	/* border-radius: 5px; */
}
.mid-img dl dd{
	/* background-color: #F6F7F9; */
	margin-top: .75rem;
}
.mid-img dl dd a{
	font-size: .9rem;
	display: block;
}
.mid-img>div{
	padding: 3%;
	box-sizing: border-box;
	width:100%;
	flex-wrap:wrap;
	border-top: 1px solid #eaeaea;
	justify-content:space-between;
}
.mid-img>div p{
	width:48%;
	position: relative;
	padding-left: 1rem;
	box-sizing: border-box;
}
.mid-img>div p .dot{
    position: absolute;
    top: .6rem;
    left: 0;
    width: 5px;
    height: 5px;
    line-height: 4px;
    font-size: 0;
}
.layui-more{
	border: 1px solid #eee;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	text-align: center;
	margin: 1.5rem auto 1rem;
	width: 15rem;
	line-height: 2.5rem;
}
.layui-more a{
	color:#767676;
}
.layui-index-two-right{
	padding: 2%;
	box-sizing:border-box;
}
.layui-index-two-right-view ul li{
    font-size: .95rem;
}
.layui-index-two-right-view ul li:not(:last-child){
	/* padding-bottom: .84rem; */
	/* border-bottom: 1px dotted #ddd; */
	margin-bottom: 1rem;
}
.layui-index-two-right-view ul li:first-child a:before{
	content: '1';
	color: #ffffff;
	background-color: #2d7ec6;
}
.layui-index-two-right-view ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #499be4;
}
.layui-index-two-right-view ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #6bace6;
}
.layui-index-two-right-view ul li:nth-child(4) a:before{
	content: '4';
}
.layui-index-two-right-view ul li:nth-child(5) a:before{
	content: '5';
}
.layui-index-two-right-view ul li:nth-child(6) a:before{
	content: '6';
}
.layui-index-two-right-view ul li:nth-child(7) a:before{
	content: '7';
}
.layui-index-two-right-view ul li:nth-child(8) a:before{
	content: '8';
}
.layui-index-two-right-view ul li:nth-child(9) a:before{
	content: '9';
}
.layui-index-two-right-view ul li a:before{
	display: inline-block;
	height: 1.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-four{
	border: 1px solid #eaeaea;
	background-color:#f1fbfa;
}
.layui-index-four .layui-index-two-left ul,.layui-index-six .layui-index-two-left ul{
	border-left: 1px solid #eaeaea;
}
.layui-index-four .layui-index-two-right-view ul li:first-child a:before {
    content: '1';
    color: #ffffff;
    background-color: #00a89d;
}
.layui-index-four .layui-index-two-right-view ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #1bcec2;
}
.layui-index-four .layui-index-two-right-view ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #49e4da;
}
.layui-index-five{
	border: 1px solid #eaeaea;
	background-color:#faf0ee;
}
.layui-index-five .layui-index-two-left ul{
	border-right: 1px solid #eaeaea;
}
.layui-index-five .layui-index-two-right-view ul li:first-child a:before {
    content: '1';
    color: #ffffff;
    background-color: #db7364;
}
.layui-index-five .layui-index-two-right-view ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #ea9184;
}
.layui-index-five .layui-index-two-right-view ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #f1a297;
}
.layui-index-six{
	border: 1px solid #eaeaea;
	background-color: #f3f8fb;
}
.layui-index-six .layui-index-two-right-view ul li:first-child a:before {
    content: '1';
    color: #ffffff;
    background-color: #44add2;
}
.layui-index-six .layui-index-two-right-view ul li:nth-child(2) a:before{
	content: '2';
	color: #ffffff;
	background-color: #5cbee0;
}
.layui-index-six .layui-index-two-right-view ul li:nth-child(3) a:before{
	content: '3';
	color: #ffffff;
	background-color: #7fc5de;
}
.layui-index-three{
	width: 52%;
	box-sizing: border-box;
	/* box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%); */
}
.layui-index-three dl{
	margin-top: 1rem;
	width: 100%;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #eaeaea;
}
.layui-index-three dl:first-child{
	margin-top:0;
}
.layui-index-three dl:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.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{
	max-width: 65%;
	box-sizing: border-box;
	position: relative;
	padding-left: 1rem;
}
.layui-index-three dl dd p{
	font-size: 1rem;
	box-sizing:border-box;
	margin-bottom:1rem;
}
.layui-index-three dl dd p a{
	color:#ff9000;
}
.layui-index-three dl dd div{
	line-height:1.5rem;
	color: #5f5f5f;
}
.layui-index-three dl dd time{
	display: none;
	padding: .5rem;
	margin-top: .5rem;
	color: #999;
	position: absolute;
	bottom: 0;
}
.layui-timeline{
	padding-left: 0;
	margin-top: 1.5rem;
}
.layui-text h3{
	font-size: 1rem;
}
.layui-timeline li:last-child{
	padding-bottom: 0;
}
.layui-text p{
	line-height:1.5rem;
}
@media(max-width: 800px) {
	.layui-banner{
		padding: 1rem;
	}
	.layui-carousel{
		width: 100% !important;
		flex-wrap: wrap;
		height: 21.5rem !important;
		margin-bottom: 1rem;
	}
	.layui-banner .layui-carousel .tit,.layui-banner .layui-carousel .desc{
		padding: 0 1rem;
	}
	.layui-hot-list{
	   display: none;
	}
	.layui-index-one{
		flex-wrap: wrap;
		background-color: #fff;
		margin-top: .5rem;
	}
	.layui-index-three{
		width: 100%;
	}
	.layui-index-two,.layui-index-four,.layui-index-five,.layui-index-six{
		border:none;
	}
	.layui-index-two-right{
		display: none;
	}
}
@media(max-width: 768px){
}
@media(max-width: 600px){
	.layui-carousel{
		padding-bottom: 1rem;
	}
	.layui-carousel-ind{
		margin-top: 1rem;
	}
	.section-title h2 .span1{
		left: 2%;
		transform: translateX(0);
		font-size: 1.2rem;
		width: 7rem;
	}
	.section-title h2 .span2{
		display:block;
	}
	.layui-index-two .layui-index-two-left,.layui-index-five .layui-index-two-left{
		flex-wrap: wrap-reverse;
	}
	.layui-index-four .layui-index-two-left,.layui-index-six .layui-index-two-left{
		flex-wrap: wrap;
	}
	.layui-index-two-left ul,.mid-img{
		width: 100%;
	}
	.mid-img{
		margin-bottom: 1rem;
		padding-left:2%;
		padding-right:2%;
		padding-top: 3%;
	}
	.mid-img>div{
		margin-top: 1rem;
	}
	.mid-img dl{
		height: auto;
		width: 49%;
	}
	.mid-img dl:nth-child(2){
		padding-right:0;
	}
	.mid-img dl:nth-child(3){
		display:none;
	}
	.mid-img>div{
		display: none;
	}
}
@media(max-width: 480px){
}
@media(max-width: 360px){
}