*{
	margin: 0;
	padding: 0;
}

html, .webplus-page, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  /* 关键：让页面能被内容撑开 */
  height: auto;
}
html, body, .webplus-list {
  margin: 0;
  padding: 0;
  min-height: auto;
  height: auto;
}
.right2{
	width: 1350px;
	height: 60px;
	border-bottom: #004980 2px solid;
font-size: 35px;
}
.right3{
	width: 1350px;
	height: 400px;
}

.top20{
	width: 100%;
	height: 250px;
	background-color: #004980;
}
.ph{
	width: 1500px;
	height: 200px;
	margin: auto;
}
.logio{
	width: 850px;
	height: 230px;
	position: relative;
	background-image: url('../img/logo.png');
	background-size: 850px 230px;
}
.daohang{
	width: 100%;
	height: 60px;
	background-color: #1a6eaa;
}
.daohang1{
	width: 1800px;
	height: 60px;
	margin: auto;
}
.neirong{
	width: 1800px;
	height: 500px;
	margin: 50px auto;
	/* background-color: #1a6eaa; */
}
.nei-left{
	width: 350px;
	height: 100px;
	/* background-color: red; */
	float: left;
}
.nei-right{
	width: 1350px;
	height: 500px;
	/* background-color: antiquewhite; */
	float: right;
}
.biaoti1{
	width: 1350px;
	height: 60px;
	border-bottom: #004980 2px solid;
}
.biaoti2{
	width: 200px;
	height: 60px;
	/* background-color: aqua; */
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}
.neirong2{
	width: 1800px;
	height: 30px;
	margin: auto;
	/* background-color: #004980; */
}
.neirong3{
	width: 1000px;
	height: 30px;
	float: right;
	/* background-color: #004980; */
}
.weibu{
	width: 100%;
	height: 350px;
	background-color: #18267d;
}
.weibu1{
	width: 1800px;
	height: 350px;
	margin: auto;
	color: white;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}
.weibu1 p{
	position: relative;
	top: 40px;
}