* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 12px;
}
body {
	color: #131313;
}
div, input {
	/* 任何内边距和边框都将在已设定的宽度和高度内进行绘制 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
ul, li {
	list-style: outside none none; /* 列表属性 */
}
a {
	text-decoration: none; /* 去掉链接下划线 */
	cursor: pointer;
	color: #131313;
}
button {
	border: none;
	outline: none; /* 外边框 */
	cursor: pointer;
}

.clear {  
	height: 0;  
	visibility: hidden;  
	display: block;  
	clear: both;  
}
.ph, .zph {
	display: none;
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}









.reg6 {
	padding: 80px 0 100px;
	background-color: #f6f5f0;
}
.reg6 h2 {
	color: #003a6c;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.reg-tab {
	background-color: #fff;
}
.reg-tab li {
	float: left;
	width: 16.6667%;
	height: 45px;
	line-height: 45px;
	color: #535353;
	font-size: 18px;
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #ccc;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.reg-tab li:first-child {
	border-left: none;
}
.reg-tab li:last-child {
	border-right: none;
}
.reg-tab li.active, .reg-tab li:hover {
	color: #003a6c;
	border-bottom: 3px solid #003a6c;
}
.reg-show {
	margin-top: 30px;
	padding: 0 0.5%;
}
.reg-show li {
	width: 19%;
	margin: 15px 0.4%;
	float: left;
	position: relative;
}
.reg-show li h6 {
	width: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 25%;
}
.reg-show li span {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: normal;
	color: #131313;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	transform: scale(0.6);
	margin-left: 5%;
	position: relative;
	top: 3px;
}
.reg-show li div {
	display: none;
}
.reg-show li a {
	display: none;
}
.reg-show li:hover {
	background-color: #426ab3;
}
.reg-show li:hover img{
	opacity: 0;
}
.reg-show li:hover h6{
	display: none;
}
.reg-show li:hover div {
	display: block;
	color: #fff;
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 14px;
	line-height: 170%;
}
.reg-show li:hover a {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 77%;
	font-size: 14px;
	line-height: 300%;
	background: url(../images/ask.png) 20% no-repeat #fff;
}


