html {
	scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	padding-right: 30%; /* 为右侧导航留出空间 */
	margin-left: 8%;
}
nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 20%;
	height: 100vh;
	padding: 20px 0;
	border-left: 1px solid #cde6f7;
	z-index: 1000;
	overflow-y: auto;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
nav li {
	margin: 5px 0;
	width: 100%;
}
nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 8px 20px;
	transition: all 0.3s ease;
	border-left: 3px solid #FFFFFF;
}
nav a:hover {
	background-color: #e9ecef;
}
nav a.active {
	color: #333333;
	border-left: 3px solid #007bff;
	font-weight: bold;
	border-radius: 0;
}
section {
	padding: 20px;
	box-sizing: border-box;
}
.content-header {
	padding: 20px;
}
.js_table {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	line-height: 45px;
}
.js_table th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}
.js_table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 6PX;
}
img {
	max-width: 100%;
}
p {
	line-height: 30px;
	text-indent: 33px;
}
.ML {
	background-color: #efefef;
	height: 50px;
	border-radius: 12px;
	line-height: 50px;
	color: #0052ff;
}
.information_right ul li {
	list-style-type: none;
	line-height: 50px;
}
.sqsy_win_tit {
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	text-indent: 10px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 50PX;
}
.information_right ul li input[type="text"] {
	height: 40px;
	border-radius: 8px;
	width: 500px;
	border: 1px solid #CCCCCC;
	text-indent: 6px;
	font-size: 14px;
}
.information_right ul li textarea {
	height: 120px;
	border-radius: 8px;
	width: 500px;
	border: 1px solid #CCCCCC;
	text-indent: 6px;
	font-size: 14px;
}
.information_right_button {
	text-align: right;
	padding-right: 42px;
}
.bt {
	color: red;
}
.sy_button {
	text-align: center;
	padding: 10px 20px;
	background-color: #FF454D;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
}
.sy_button_close {
	text-align: center;
	padding: 10px 20px;
	background-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
}
#formPopup {
	display: none;
	position: fixed;
	margin-right: 260px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5)
}
.sqsy_win {
	margin: 50px auto;
	width: 580px;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.sqsy_win h3 {
	text-indent: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20PX;
}

/*移动端样式*/
/*屏幕 <=1200 时不显示PC端*/
@media screen and (max-device-width:1200px) {
body {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	padding-right: 0; /* 为右侧导航留出空间 */
	padding-bottom: 60px;
}
nav {
	display: none;
}
section {
	padding: 12px;
	;
}
ul li {
	line-height: 30px;
}
.sqsy_img {
	display: none;
}
#formPopup {
	margin: 12px;
	background-color: rgba(255,255,255,0.5)
}
.sqsy_win {
	margin: auto;
	width: 90%;
	padding-top: 0px;
}
.information_right {
	padding: 0 12px;
}
.information_right ul {
	padding-inline-start: 0px;
}
.information_right ul li {
	line-height: 40px;
}
.information_right ul li input[type="text"] {
	width: 96%;
}
.information_right ul li textarea {
	width: 96%;
	height: 100px;
}
.content-header {
	padding: 20px 0 0;
	text-align: center;
}
.content-header p {
	text-indent: 0;
}
	.information_right_button{
		text-align: center;		
	padding-right: 0;
	}
}

/*屏幕 >=1199 时不显示手机端*/
@media screen and (min-device-width:1199px) {
.mobile_menu2 {
	display: none;
}
}
