*{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
a,p{
	color: #666;
}
.header .details-list{
	position: absolute;
	top: 65px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}

.section>.fw-img>img{
	width: 100%;
	max-height: 500px;
	height: auto;
}
.section .sxw-main-contents{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 360px;
	/* flex-direction: column; */
}
.cont-line{
	width: 1px;
	height: 51%;
	background: #e6e6e6;
	position: absolute;
	top: 550px;
	left:35%;
}

.section .sxw-left{
	width:200px;
	display: inline-block;
	/* border: 1px solid black; */
	margin-left: 80px;
	margin-top: -1030px;
}
.sxw-left>.sxw-title{
	display: flex;
	background-color: #eee;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.sxw-list{
	margin-top:-10px;
}

.section .sxw-left>.sxw-list li{
	line-height: 40px;
	border-bottom: 1px solid #d6d6d6;
}
 .sxw-left>.sxw-list li:hover a{
	 color: #00A1E9;
 }
.section .sxw-left>.sxw-list ul{
	list-style-type: none;
}
.section .sxw-title{
	position: relative;
	top: -15px;
	font-size: 30px;
}
.section .sxw-right{
	width: 900px;
	display: flex;
	display: inline-block;
}
.sxw-nav{
	width: 100%;
	height: 0px;
	/* border: 0.0625rem solid blueviolet; */
	float: left;
	background: url("../img/home_tb.png") left 10px no-repeat;
	padding-left: 35px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	margin-top: -310px;
	/* margin-bottom: 30px; */
	padding-bottom: 45px;
	margin-left: 50px;
}
.sxw-nav>a:hover{
	color: #00A1E9;
}
.sxw-nav>span{
	color: #00A1E9;
}
.sxw-fu{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -230px;
	margin-left: 50px;
}
.sxw-fu>h3{
	line-height: 30px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.sxw-fu>p{
	line-height: 25px;
	font-size: 16px;
	margin: 10px 0 0;
	color: #666;
}
.policy-list{
	width: 101.875%;
	margin: 20px 0 0 -1.875%;
}
.policy-list li:hover .policy-box img{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.policy-list li:hover .policy-box .con{
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.policy-list li{
	width: 48%;
	padding: 20px 0 0 2%;
	float: left;
	margin-top: 10px;
	list-style-type: none;
}
.policy-list .policy-box{
	padding: 40px 30px 0 120px;
	height: 125px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.policy-box>img{
	display: block;
	position: absolute;
	left: 30px;
	top: 35px;
}
.policy-box>.con{
	line-height: 28px;
	font-size: 16px;
	color: #666;
	text-align: left;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}