.notice {
	width: 100%;
	display: inline-block;
	line-height: 40px;
}

.pg-header {
	width: 100%;
}

.navigation {
	margin-top: -5px;
	height: 30px;
	width: 100%;
	background-color: #205fb4;
}

.navigation ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.navigation a {
	float: left;
	border: 5px rgb(230, 77, 39);
	width: 210px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	background-color: rgb(116, 9, 18);
	border-radius: 5%;
}


.contact {
	margin: 80px 0 20px 20px;
	height: 320px;
}

.contact.content {
	display: flex;
}

.contact .left {
	float: left;
	margin: auto;
}

.contact .right {
	float: left;
	margin: auto;
}

.contact .left .img {
	width: 20px;
	margin-left: 80px;
}

.weichat {
	float: left;
	height: 150px;
	width: auto;
	margin-left: 80px;
	margin-top: 20px;

}

.contact .right img {
	width: 400px;
	margin-left: 320px;
}

.contact .left div {
	line-height: 30px;
}

.contact .left span {
	margin-left: 10px;
}

.contact-title1 {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.footer {
	margin: 100px 0 20px 20px;
	height: 20px;
	display: flex;
}

.footer .left {
	float: left;
	margin-left: 80px;

}

.footer .right {
	float: left;
	margin-left: 250px;
}

.news {
	margin: 20px 100px;
	min-height: 300px;
}
.express_id{
	font-size: 25px;
	padding-left: 20px;
	font-weight: 600;
	color: black;
	border-left: 10px solid red;
	border-bottom: 5px solid gainsboro;
}
.news_detail {
	margin-top: 20px;
	/* border-bottom: dotted 1px gray; */
	font-size: 18px;
	color: rgb(101, 101, 102);
}
.news_detail.first{
	color:rgb(3, 3, 241);
	font-size: 35px;
}
.news_detail_title{
	font-size: 20px;
	font-weight: 600;
}

.news_detail_content {
	font-size: 16px;
}

.query {
	margin-top: 20px;
}

.query-title1 {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.query-title2 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center
}

.query input:nth-child(1) {

	width: 800px;
	height: 50px;
	border: 1px solid black;
	font-size: 20px;
}

.query input:nth-child(2) {
	width: 200px;
	height: 54px;
	font-size: 20px;
	color: white;
	background-color: #205fb4;
}