.area_h2 {
	font-size: 1rem;
	position: relative;
	padding: 1rem 0;
	border-bottom: 1px #E5E5E5 solid;
}
 .area_h2:before {
	content:'';
	border-bottom: 1px solid #ff7b5a;
	position: absolute;
	width: 6rem;
	bottom: 0;
}
.area_h2 strong{
	padding-left: 1rem;
}
.layui-index-one{
	margin-top: 1%;
	padding-left:0;
	padding-right:0;
	margin-bottom: 1%;
}

.layui-banner{
	/* padding: 1rem; */
	box-sizing: border-box;
}
.layui-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.layui-banner .banner_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    z-index: 8;
}
.layui-banner .title{
	position: absolute;
	z-index: 99;
	bottom: 0;
	line-height: 2.5rem;
	padding:0 .5rem;
	width:70%;
	font-size: 1rem;
}
.layui-banner .title a{
	color: #fff;
}
.layui-banner .layui-carousel-ind{
	text-align: right;
	z-index: 99;
	top:-30px;
}
.layui-carousel-ind ul,.layui-carousel-ind ul:hover{
	background-color: rgba(0,0,0,0);
}
.layui-carousel-ind li.layui-this{
	background-color: #fc1853;
}
.layui-tab{
	margin: 0 0 0 1.2%;
	padding-left: .5rem;
	box-sizing: border-box;
}
.layui-hot-list .layui-tab-title{
	background-color: #f7f7f7;
}
.layui-hot-list .layui-tab-title,.layui-tab-title li{
	height: 3rem;
	line-height: 3rem;
}
.layui-tab-title li{
	color: #404040;
	font-size: 1rem;
}
.layui-tab-title li:hover,.layui-hot-list .layui-tab-title .layui-this{
	background-color: #00984f;
	color:#fff;
}
.layui-hot-list .layui-tab-title .layui-this:after{
    border:none;	
}
.layui-hot-list .layui-tab-content{
	/* background: url(../images/woman_bg_img2.png); */
	padding: 0;
	box-sizing: border-box;
}
.layui-tab-content .layui-tab-item dl.one{
	padding: 1.5rem 0;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #ecf0f1;
}
.layui-tab-content .layui-tab-item dl.one dt{
	width: 8rem;
}
.layui-tab-content .layui-tab-item.one dl dt,.layui-tab-content .layui-tab-item dl.one dt img,.layui-tab-content .layui-tab-item nav dl dt,.layui-tab-content .layui-tab-item nav dl dt img{
	height: 6rem;
	border-radius: 5px;
}
.layui-tab-content .layui-tab-item dl.one dt img,.layui-tab-content .layui-tab-item nav dl dt img{
	width: 100%;
	object-fit: cover;
}
.layui-tab-content .layui-tab-item dl.one dd{
	max-width: 65%;
	box-sizing: border-box;
	position: relative;
	padding-left: 1rem;
}
.layui-tab-content .layui-tab-item dl.one dd h2{
	font-size:1.1rem;
}
.layui-tab-content .layui-tab-item dl.one dd p,.layui-tab-content .layui-tab-item nav dl dd h2{
	font-size: .95rem;
	box-sizing:border-box;
	color: #7f7c7c;
	margin-top: .75rem;
}
.layui-tab-content .layui-tab-item nav{
	padding: 1.5rem 0 1rem;
	box-sizing: border-box;
	justify-content: space-between;
}
.layui-tab-content .layui-tab-item nav dl{
	width: 31%;
}
.layui-tab-content .layui-tab-item nav dl dt img{
	width: 100%;
}
.section-title{
	/* height: 3rem; */
	padding: 4% 0;
	text-align: center;
}
.section-title h2{
	/* border-bottom: 1px solid #e2e2e2; */
	position: relative;
	height: 2.18rem; 
	*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: #fff;
}
.section-title h2 .span1{
	width: 11.25rem;
	margin: 0 auto;
	font-size: 2.37rem;
	font-weight: bold;
	/* left: 2%; */
}
.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{
	color: #FC1853;
	font-style: normal;
}
.section-title img{
	display: block;
	margin: 1rem auto;
}
.section-h3{
	display: block;
	position: relative;
	font-size: 1.12rem;
	color: #FC1853;
	border-top: 1px solid #B0B0B0;
	height: 2rem;
	margin-right: 0.93rem;
	margin-top: 1rem;
}
.section-h3 strong{
	display: block;
	position: absolute;
	width: 7.5rem;
	font-weight: normal;
	height: 0.93rem;
	background: #F9F9F9;
	line-height: 0.93rem;
	text-align:center;
	left: 50%;
	margin: -3.12rem;
	top: 2.5rem;
	border-right: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
}
.layui-index-public{
	/* margin-top: 1rem; */
	/* box-sizing: border-box; */
}
.layui-index-public .layui-row{
	box-sizing: border-box;
}
.layui-index-three{
	padding: 3% 0;
}
.layui-index-three .section-title{
	padding-top: 0;
}
.layui-index-three .section-title h2 span{
	text-align: left;
	margin: 0;
	background-color: #f7f7f7;
}
.layui-index-three .section-title h2 span a{
	color:#00984f;
}
.layui-index-three-left li.i_d3_txt_r{
	margin-top: 1rem;
}
.layui-index-three-left li.i_d3_txt_r .title,.layui-index-three-right .title{
	margin-bottom: .5rem;
	font-size: 1.05rem;
	font-weight:bold;
	line-height:2rem;
}
.layui-index-three-left li.i_d3_txt_r .txt1,.layui-index-three-right .txt1{
	margin-top:.5rem;
	font-size:0.87rem;
	color: #7f7c7c;
	line-height:1.5rem;
}
.layui-index-three-right{
	flex-wrap: wrap;
}
.layui-index-three-right dl{
	width: 33.3%;
	padding: 0 0 3% 3%;
	box-sizing: border-box;
}
.layui-index-three-right dl:nth-child(6),.layui-index-three-right dl:nth-child(4),.layui-index-three-right dl:nth-child(5){
	padding-bottom:0;
}
.layui-index-three-right dl dt,.layui-index-three-right dl dt img{
	height: 9rem;
}
.layui-index-three-right dl dt img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.layui-index-three-right dl dd{
	margin-top: .75rem;
	font-size:0.87rem;
	color:#7f7c7c;
	line-height:1.5rem;
}
.layui-index-public .layui-index-two{
	display: flex;
	justify-content: space-around;
	margin-bottom: 2rem;
}
.layui-index-public .layui-index-two:nth-child(1) .layui-index-two-left{
	padding: 0 0 0 3%;
}
.layui-index-public .layui-index-two .layui-index-two-left{
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 3% 0 0;
	box-sizing: border-box;
}
.layui-index-two .layui-index-two-left dl:first-child{
	width: 100%;
	margin-bottom: 1rem;
}
.layui-index-two .layui-index-two-left dl:first-child dt,.layui-index-two .layui-index-two-left dl:first-child dt img{
	height:16.56rem;
}
.layui-index-two .layui-index-two-left dl{
	width: 49%;
}
.layui-index-two .layui-index-two-left dl:nth-child(2){
	margin-right: 2%;
}
.layui-index-two .layui-index-two-left dl dt,.layui-index-two .layui-index-two-left dl dt img{
	height:7.93rem;
}
.layui-index-two .layui-index-two-left dl dt img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.layui-index-two .layui-index-two-left dl dd{
	display: none;
}
.layui-index-two-right{
	padding: 0;
}
.layui-index-two-right>div.flex{
	margin-bottom: 2rem;
}
.layui-index-two-right .no{
	width:4rem; 
	height:5.37rem; 
	background:#00984f;
}
.layui-index-two-right .no .txt{ 
	width:90%; 
	margin:0.93rem auto 0 auto; 
	line-height:2.81rem; 
	height:2.81rem; 
	border-bottom:#fff 1px solid; 
	font-size:1.87rem; 
	color:#ffffff; 
	font-weight:bold; 
	text-align:center;
}
.layui-index-two-right .i_d3_txt_r{ 
	padding-left: 3%;
	box-sizing: border-box;
	max-width: 85%;
}
.layui-index-two-right .i_d3_txt_r .title{ 
	margin-bottom: 1.5rem;
	font-size:1.5rem; 
	color:#333333; 
	font-weight:bold; 
	line-height:4rem; 
	border-bottom:#bcbcbc 1px dashed;
}
.layui-index-two-right .i_d3_txt_r .title span{ 
	color:#00984f;
}
.layui-index-two-right .i_d3_txt_r .txt1{ 
	margin-top:1rem; 
	font-size:0.87rem; 
	color:#666666; 
	line-height:1.87rem;
}
.layui-index-four-right{
	padding: 0;
}
.layui-index-four-right>div{
	background-color: #f7f7f7;
	padding: 1rem;
	box-sizing: border-box;
	align-items: flex-start;
}
.layui-index-four-right>div:not(:last-child){
	margin-bottom:4%;
}
.layui-index-four-right .txt{
	width: 4.5rem;
	line-height:2.81rem;
	text-align:center;
	border-right: 1px solid #ddd;
}
.layui-index-four-right .txt i{
	font-style: normal;
	color: #666;
	font-size:1.87rem;
	display: block;
}
.layui-index-four-right .i_d3_txt_r{ 
	padding-left: 3%;
	box-sizing: border-box;
	max-width: 85%;
}
.layui-index-four-right .i_d3_txt_r .title{
    font-size: 1.05rem;
    font-weight: bold;
}
.layui-index-four-right .i_d3_txt_r .txt1{ 
	margin-top:1rem; 
	font-size:0.87rem; 
	color:#666666; 
}
.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;
}

@media(max-width: 800px) {
	.layui-col-md4,.layui-col-md8,.layui-col-md6{
		width: 100%;
	}
	.layui-banner{
		margin-bottom: .5rem;
	}
	.layui-carousel{
		height: 20rem !important;
	}
	.layui-tab{
		margin:0;
	}
	.layui-hot-list{
		margin-left: 0;
		padding-right: .5rem;
	}
	.layui-index-one{
		flex-wrap: wrap;
		margin-top: 0;
	}
	.layui-index-three,.layui-index-public{
		flex-wrap: wrap;
		padding-left: 1%;
		padding-right: 1%;
	}
	.section-title h2{
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e2e2e2;
	}
	.section-title h2 .span1{
		font-size:1.75rem;
		margin: 0;
		/* padding-left: .5rem; */
		text-align: left;
		background-color: #fff;
	}
	.section-title h2 .span2{
		display: block;
	}
	.section-title img,.layui-index-public .layui-index-two .layui-index-two-left{
		display: none;
	}
	.layui-index-three .section-title{
		padding: 4% 0;
	}
	.layui-index-three-left ul{
		display: none;
	}
	.layui-index-three-right dl{
		padding-left:2%;
	}
	.layui-index-three-right dl:nth-child(1),.layui-index-three-right dl:nth-child(4){
		padding-left: 1%;
	}
	.layui-index-three-right dl{
		padding-left:2%;
	}
}
@media(max-width: 600px){
	.section-title h2 .span1{
		font-size: 1.5rem;
		width: 9rem;
	}
	.layui-index-public .section-title{
		margin-bottom: 1rem;
	}
	.layui-index-public .layui-index-two{
		margin-bottom: 0;
	}
	.layui-index-two-right .no .txt{
		margin: auto;
		font-size: 1.5rem;
	}
	.layui-index-two-right .i_d3_txt_r .title{
		margin-bottom: 1rem;
		font-size: 1.05rem;
		line-height: inherit;
		border-bottom: none;
	}
	.layui-index-three .section-title{
		padding: 3% 0;
	}
	.layui-index-three-right dl{
		width: 49%;
		padding-bottom: 1rem;
	}
	.layui-index-three-right dl:nth-child(4){
		padding-left:2%;
	}
	.layui-index-three-right dl:nth-child(3),.layui-index-three-right dl:nth-child(5){
		padding-left: 1%;
	}
	.layui-index-three-left li.i_d3_txt_r .title, .layui-index-three-right .title{
	    font-weight: normal;
	}
}
@media(max-width: 480px){
	.layui-carousel {
	    height: 12rem !important;
	}
	.layui-index-two-right{
		padding-right: .5rem;
		box-sizing: border-box;
	}
}
@media(max-width: 375px){
	.layui-index-three-right dl{
		width: 100%;
	}
	.layui-index-three-right dl {
        padding-left: 1%;
    }
	.layui-index-three-right dl:nth-child(4){
		padding-left: 1%;
	}
	.layui-index-three-right dl:nth-child(6),.layui-index-three-right dl:nth-child(4),.layui-index-three-right dl:nth-child(5){
	   padding-bottom:3%;
    }
    .layui-index-four-right .i_d3_txt_r{
    	max-width: 80%;
    }
}