@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: â€;
}
abbr, acronym {
	border: 0;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 1.4rem;
	font-family: 'Microsoft Yahei', sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	color: inherit;
}
a, button, input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.center {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/***导航开始***/
.nav-bar {
	border-bottom: 1px solid #E1E1E1;
	padding: 20px 0;
}
.nav-bar-item {
	float: left;
}
.nav-spacer {
	margin: 0 10px;
	float: left;
}
.nav-bar-item.cur {
	color: #46b3ff;
}
.nav {
	position: absolute;
	width: 206px;
	margin: 20px;
	z-index: 1;
}
.nav-title {
	height: 42px;
	line-height: 42px;
	background: url(../image/nav-title-bg.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.nav-list {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	text-align: center;
}
.nav-li {
	color: #666;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #fff;
}
.nav-li a {
	display: block;
}
.nav-li a:hover {
	color: #46b3ff;
}
.nav-li.cur {
}
.nav-li.cur a {
	color: #46b3ff;
}
/***导航结束***/
.au-h2 {
	font-size: 36px;
	text-align: center;
	padding: 20px 0;
}
.au-title-p {
	font-size: 18px;
	text-align: center;
}
.au-img {
	text-align: center;
	padding-top: 70px;
}
.au-c{
	color: #4eb7ea;
	font-weight: bold;
}
.zq-profile .profile .t a{
	display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #46b3ff;
    padding: 6px 22px;
    border-radius: 5px;
}
.zq-profile .profile .t a:hover{
	background-color: #3c94d1;
}
.smzy-img img{
	float: left;
    width: 48%;
    margin: 0 1% 1% 0;
    max-width: 514px;
}