html,body{
	width:100%;
	background:#ffffff;
	min-width:1002px;
}

body{
	padding-bottom:30px;
}

.banner_bak{
    width:100%;
    /*height:100vh;*/
    height:979px;
    background:url(../images/2023hrxgqjl_banner.jpg) no-repeat center top;
    background-size: cover;
    position:relative;
}
.banner{
	width:100%;
	/*height:100vh;*/
    height:979px;
	background:url(../images/banner3.jpg) no-repeat center top;
    background-size: cover;
	position:relative;
}

.banner a{
	display:block;
	width:225px;
	height:115px;
	position:absolute;
	left:50%;
	top:46px;
	margin-left:-112.5px;
}

.banner a img{
	display:block;
	width:100%;
	height:100%;
}

.main{
	width:1002px;
	margin:112px auto 0 auto;
}

.main .lead{
	width:966px;
	height:220px;
	padding-top:70px;
	background:#fee5e2;
	border-radius:10px;
	box-shadow:11px 11px 3px #d42626;
	margin:0 auto;
	position:relative;
}

.main .lead img{
	display:block;
	width:218px;
	height:71px;
	position:absolute;
	left:50%;
	top:-38px;
	margin-left:-109px;
}

.main .lead p{
	width:890px;
	font-size:25px;
	line-height:45px;
	color:#000;
	text-indent:50px;
	margin:0 auto;
}

.oDiv{
	width:100%;
	height:79px;
	margin:65px auto 0;
}

.oDiv input{
	display:block;
	width:206px;
	height:79px;
	background:#fe3232;
	border-radius:39.5px;
	font-size:30px;
	line-height:79px;
	color:#ffffff;
	text-align:center;
	float:left;
	margin-left:106px;
	border:none;
	outline:none;
}

.oDiv p{
	font-size:30px;
	line-height:79px;
	color:#000;
	float:right;
	margin-right:124px;
}

.oDiv p span{
	color:#ec1e1e;
	margin:0 5px;
}

.message{
	width:966px;
	height:462px;
	padding-top:85px;
	background:#fee5e2;
	border-radius:10px;
	position:relative;
	margin:118px auto 0;
}

.message img{
	display:block;
	width:411px;
	height:96px;
	position:absolute;
	left:50%;
	top:-55px;
	margin-left:-205.5px;
}

.message p{
	width:873px;
}

.message label{
	float:left;
	display:block;
	width:30%;
	font-size:26px;
	line-height:47px;
	color:#000;
	text-align:right;
}

.message .oText{
	height:47px;
	margin:0 auto;
}

.message .oText input{
	width:65%;
	float:left;
	height:45px;
	padding:0 5px;
	border:1px solid #000;
	outline:none;
	font-size:26px;
	line-height:45px;
	color:#000;
}

.message .oP{
	margin:15px auto 0;
}

.message .oP label{
	line-height:36px;
}

.message .oP textarea{
	float:left;
	width:65%;
	height:285px;
	padding:0 5px;
	border:1px solid #000;
	font-size:26px;
	line-height:36px;
	color:#000;
	outline:none;
	resize:none;
}

.message .dosub{
	display:block;
	width:200px;
	height:59px;
	background:#fe3b3b;
	border-radius:30px;
	font-size:26px;
	line-height:59px;
	color:#fff;
	text-align:center;
	border:none;
	outline:none;
	margin:23px auto 0;
}

.ly_div{
	width:966px;
	height:713px;
	background:#fee5e2;
	border-radius:10px;
	padding-top:72px;
	position:relative;
	margin:123px auto 0;
}

.ly_div img{
	display:block;
	width:411px;
	height:96px;
	position:absolute;
	left:50%;
	top:-55px;
	margin-left:-205.5px;
}

.ly{
	width:870px;
	height:660px;
	background:#fff;
	border:1px solid #000;
	margin:0 auto;
	overflow:auto;
}

.ly::-webkit-scrollbar{
	width:5px;
}

.ly::-webkit-scrollbar-thumb{
	background:#ec1e1e;
	border-radius:2.5px;
}

.ly::-webkit-scrollbar-track{
	background:#fff;
}

.ly ul{
	width:802px;
	margin:0 auto;
}

.ly ul li{
	width:100%;
	margin-top:30px;
	padding-bottom:25px;
	border-bottom:1px dashed #000;
}

.ly ul li h3{
	font-size:24px;
	line-height:24px;
	color:#ec1e1e;
}

.ly ul li p{
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:17px;
}

