* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #000
}

ul,
li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.yhys_top {
	width: 100%;
	min-height: 520px;
	background: url(./yslogo0930.png) no-repeat center;
	background-size: cover;
}

.qx_logo {
	width: 380px;
	height: 61px;
	margin-top: 55px;
}

.yhys_gzh {
	width: 160px;
	height: 160px;
	position: fixed;
	top: 620px;
	right: 20px;
	text-align: center;
}

.yhys_gzh img {
	width: 100%;
}

.yhys_gzh p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
}

.w1320 {
	width: 1320px;
	margin: 0 auto
}

.part_name {
	margin-top: 32px;
	display: flex;
}

.line {
	width: 520px;
	height: 11px;
	margin-top: 25px;
}

.gzdt {
	position: relative;
	margin: 0 20px;
}

.gzdt img {
	width: 235px;
	height: 68px;
}

.gzdt a {
	width: 100px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 24px;
	color: #00CCFF;
	position: absolute;
	top: 10px;
	left: 60px;
}

.part1 {
	margin-top: 40px;
	height: 320px;
	overflow: hidden;
}

.part1_left,
.part1_right {
	width: 625px;
}

.part1 ul {
	margin-left: 10px;
}

.part1 ul li,
.part1 ul li a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}

.part1 ul li {
	position: relative;
	padding-left: 20px;
}

.list_icon {
	width: 8px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 10px;
}

.yhys_banner a img {
	width: 100%;
}

.part2 {
	margin-bottom: 50px;
}

.part2 ul {
	margin-top: 35px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.part2 ul li {
	margin: 15px 10px;
}

.part2 ul li a {
	display: inline-block;
	width: 200px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
	border-radius: 4px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 56px;
}

.actives {
	background-color: #0066CC !important;
	color: #fff !important;
}