.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;
}

.box {
	margin-top: 90px;
	width: 100%;
	height: 640px;
	position: relative;
}

.box-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 2s;

}

.box-img:nth-child(1) {
	opacity: 1;
}

.box-left {
	position: absolute;
	width: 50px;
	height: 100px;
	color: white;
	text-align: center;
	line-height: 100px;
	top: 270px;
	left: 50px;
	border-radius: 5px;
	font-size: 50px;
}

.box-left:hover {
	background-color: #00000050;
	color: aliceblue;
}

.box-right {
	position: absolute;
	width: 50px;
	height: 100px;
	color: white;
	text-align: center;
	line-height: 100px;
	top: 270px;
	right: 50px;
	border-radius: 5px;
	font-size: 50px;
}

.box-right:hover {
	background-color: #00000050;
	color: aliceblue;
}

.box-zhiding ul {
	list-style: none;
}

.box-zhiding li {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #ccc;
	float: left;
	margin-right: 20px;
}

.box-zhiding li:nth-child(1) {
	background-color: #fff;
}

.box-zhiding {
	position: absolute;
	bottom: 150px;
	right: 300px;
}


.services {
	margin-top: 80px;
	height: 813px;
}

.services-title {
	top: 20px;
}

.services-content {
	display: flex;
}

.services-content-item {
	float: left;
	border: 1px solid rgba(102, 102, 102, 0.377);
	border-radius: 5%;
	height: 300px;
	width: 400px;
	margin: 20px auto;
	text-align: center;
}

.services-content-item img {
	margin: 15px auto;
	height: 80px;
	width: 100px;
}

.services-content-item1 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.937);
	margin: 10px auto;
}

.services-content-item2 {
	margin: auto 10px;
	color: rgba(0, 0, 0, 0.576);
	font-size: 16px;
	line-height: 2;
}

.advantage {
	margin-top: 80px;
	height: 700px;
}

.advantage-content {
	display: flex;
}

.advantage-content-item {
	float: left;
	height: 200px;
	width: 300px;
	margin: 20px auto;
	text-align: center;
}

.advantage-content-item img {
	margin: 15px auto;
	height: 60px;
	width: 60px;
}

.news {
	margin-top: 80px;

}

.news-content {
	margin: 50px 50px ;
	display: flex;
}
.news_big_title {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.news_small_title {
	font-size: 20px;
	margin-bottom: 50px;
	text-align: center
}

.news_image{
	width: 40%;
}
.news_image img{
	width: 100%;
	height: auto	
}
          

.news-news {
	width: 60%;
	margin-left: 20px;
	height: 450px;
}
.news_navigation{
	margin-bottom: 20px;
}
.news-news span {
	margin: 0 10px;
	font-size: 20px;
}

.news-news span:hover {
	color: #205fb4;
}
.new_list{
 display: flex;
 margin: 20px 0;
}

.news_time {
	display: flex;
	flex-direction: column; /* 子元素垂直排列 */
	justify-content: center; /* 子元素整体垂直居中 */
	align-items: center;    /* 可选：子元素水平居中（如果需要） */
	height: 75px;          /* 父容器的高度 */
	width: 75px;
	background:#205fb4;
	color: white;
	flex-shrink: 0;
	border-radius: 10px;
}
.news_day{
	font-size: 30px;
	text-align: center;
}
.news_day{
	text-align: center;
}

.news_detail {
	margin-left: 20px;
	border-bottom: dotted 1px gainsboro;
	min-width: 600px;
}

.news_detail_title{
	font-size: 17px;
	color: rgb(53, 58, 63);
}

.news_detail_content {
	font-size: 16px;
	/* margin-top: 5px; */
	color: gray;
}

.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;
}