.banner{
	width: 1000px;
	height: 833px;
	background: url(../img/banner.jpg) no-repeat;
}
.logo{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 170px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: url(../img/logo1.png) no-repeat;
	position: absolute;right: 30px;
	bottom: -50px;
	z-index: 31;
	background-size:100%
}
.lists{
	padding-top: 80px;
}
.lists li{
	padding: 0 25px 52px;
	border-bottom: 2px solid #f5f5f7;
	margin-top: 45px;
}
.lists li span.floatlft{
	margin-right: 25px;
}
.lists li div h3{
	font-size: 40px;
	font-style: italic;
	color: #0556c1;
	font-family: 'Archivo-SemiBold';
}
.lists li div p{
	font-size: 40px;
	line-height: 1.3;
	color: #393939;
	margin: 10px 0 0;
}
.lists li div .img_pic{
	overflow: hidden;
	margin-top: 50px;
}
.lists li div .img_pic img{
	width: 100%;
	height: auto;
}
.info{
	overflow: hidden;
	margin-top: 45px;
}
.info i{
	font-size: 29px;
	color: #797979;
	line-height: 50px;
	font-style: normal;
}
.info span{
	width: 83px;
	height: 50px;
	background: url(../img/dot.jpg) no-repeat;
}
.msg{
	background: #f3f2f8;
	padding: 20px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 45px;
}
.msg_top i{
	float: left;
	width: 35px;
	height: 31px;
	margin: 5px 6px 0 0;
	background: url(../img/heart.png) no-repeat;
}
.msg_top span{
	display: block;
	font-size: 33px;
	color: #0556c1;
	overflow: hidden;
	font-family: 'Archivo-SemiBold';
}
.msg dd{
	overflow: hidden;
	margin-top: 20px;
	font-size: 35px;
	line-height: 51px;
}
.msg dd span{
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	line-height: 51px;
}
.msg dd span b{
	color: #0556c1;
	font-family: 'Archivo-SemiBold';
}
.msg dd em{
	font-size: 35px;
	line-height: 51px;
}
.noteWrap{
	margin-top: 90px;
	border: 1px solid #93a9d1;
	padding: 36px;
	background: linear-gradient(to bottom,#fff,#61a8ff);
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.noteIns{
	background: #fff;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
}
.noteIns dt{
	/* 008cfe 12428d */
	height: 70px;
	text-align: center;
	background: linear-gradient(to right,#008cfe,#12428d);
}
.noteIns dt span{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 302px;
	height: 32px;
	margin-top: 19px;
	background: url(../img/note.png) no-repeat;
}
.noteIns dd{
	padding: 44px;
	color: #393939;
	font-size: 38px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
}

/*20250919*/
.lists li div .img_pic{position:relative;}
.lists li div .img_pic p{font-size:32px; line-height: 1.2; position:absolute; left:0; bottom:0; background-color:rgba(0, 0, 0, 0.7); padding:0.3rem; width:96%}
.lists li div .img_pic p a{color:#fff;}
