html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
del,
dfn,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "微软雅黑";
	color: #333;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: auto;
	padding: 0;
}
body {
	color: #333;
	background-color: #FFF;
}
p,
dl,
dt,
dd,
button,
form {
	word-break: break-all;
	word-wrap: break-word;
}
button { cursor: pointer; *cursor:hand;
}
img,
input,
button,
select,
textarea { vertical-align: middle; }
button { overflow: visible; }
ul,
li,
dl,
dt,
dd {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}
a { text-decoration: none; }
header,
footer,
section {
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
section.page { width: 100%; }
section > .content {
	margin: 0 200px;
	box-sizing: border-box;
	position: relative;
}
.h-content {
	margin: 20px 0 0 0;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
a:hover { color: #C30; }
h3 { font-size: 1.125em; }
.scrollLoadingImg {
	background-image: url(images/loadingLogo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
body {
	padding-top: 79px;
	font-size: 14px;
	line-height: 1.42857143;
}
/*头部*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	z-index: 90;
	box-shadow: 0px 1px 5px #aaa;
}
header.min { height: 80px; }

header aside {
	position: absolute;
	top: 24px;
	right: 332px;
	height: 40px;
	width: 332px;
	width: 270px !important;
 *width:332px;
	padding-left: 30px;
	color: #6b6b6b;
	font: 300 26px/22px "微软雅黑", "microsoft yahei";
	letter-spacing: 0px;
	padding-top: 2px;
}
header aside img { margin-right: 10px; }
header aside span {
	font-size: 22px;
	color: #02a0ce;
	letter-spacing: 0.063em;
}
.logo a:link,
.logo a:visited {
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 73px;
	line-height: 99em;
	overflow: hidden;
	-webkit-transition: margin-top .3s ease-in;
	-moz-transition: margin-top .3s ease-in;
	-ms-transition: margin-top .3s ease-in;
	-o-transition: margin-top .3s ease-in;
	transition: margin-top .3s ease-in;
}
header aside {
	left: 100%;
	margin-left: -246px;
}
.top {
	padding-left: 220px;
	box-sizing: border-box;
	width: 100%;
	background-color: #FFF;
	z-index: 999;
	overflow: hidden;
	height: 5.2rem;
	position: fixed;
	top: 0px;
	-webkit-box-shadow: 0 0 4px 2px #666;
	-moz-box-shadow: 0 0 4px 2px #666;
	box-shadow: 0 0 4px 2px #666;
	-ms-box-shadow: 0 0 4px 2px #666;
	-o-box-shadow: 0 0 4px 2px #666;
}
.top_box {
	font-size: 1.25em;
	padding-top: 0px;
	min-width: 1200px;
}
.topmenu {
	width: 70%;
	float: left;
	margin-left: 28%;
}
.topmenu li {
	display: inline;
	width: 14%;
	float: left
}
.topmenu a:link,
.topmenu a:visited {
	display: block;
	width: 100%;
	text-align: center;
	color: #6b6b6b;
	height: 75px;
	line-height: 80px;
	-webkit-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in, height 0.3s ease-in;
	transition: background-color 0.3s ease-in, height 0.3s ease-in;
	border-bottom: 0 solid #FFF;
}
.topmenu a.nav-02:link,
.topmenu a.nav-02:visited { }
.topmenu a:hover {
	color: #444;
	border-bottom: 5px solid #EEE;
	text-decoration: none;
}
.topmenu .on:link,
.topmenu .on:visited,
.topmenu .on:hover {
	color: #509EF7;
	border-bottom: 5px solid #509EF7;
	text-decoration: none;
}
header.min {
	height: 100px;
	/*background:#fff;*/
	-webkit-transition: height .3s ease-in;
	-moz-transition: height .3s ease-in;
	-ms-transition: height .3s ease-in;
	-o-transition: height .3s ease-in;
	transition: height .3s ease-in;
}
header.min .topmenu { padding-top: 0; }
header.min .logo {
	height: 110px;
	top: 8px;
	float: left;
	display: block;
}
header.min .logo a:link,
header.min .logo a:visited { margin-top: 10px; }
header.min .topmenu a:link,
header.min .topmenu a:visited {
	height: 95px;
	line-height: 102px;
}
header.min aside { top: 30px; }

.login h2 {
	font-size: 30px;
	padding: 30px 0px 20px 0px;
	text-align: center;
}
.login li {
	position: relative;
	margin-top: 20px;
}
.login li label {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 15px;
}
#typeName { cursor: pointer; }
.login .typeName { letter-spacing: 0.5em; }
.login .input {
	border: 0px none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-indent: 5px;
	font-size: 14px;
}
.input,
.input_ok,
.input_err {
	border: 1px solid #CCC;
	cursor: text;
	line-height: 21px;
	height: 21px;
	padding: 0px 2px;
	margin-right: 3px;
	border-radius: 4px;
	background-repeat: no-repeat;
}
.inputyz { width: 90px !important; }
.login li .arrow {
	position: absolute;
	right: 5%;
	top: 45%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-top: 5px solid #08c285;
	border-left: 5px solid #EFFAFE;
	border-right: 5px solid #EFFAFE;
	z-index: 3;
	transition: all 0.2s ease-in 0s;
}
.login li a { text-decoration: underline; }
i,
em,
cite { font-style: normal; }
.flexslider {
	margin: auto;
	height: 600px;
	overflow: hidden;
	background: none repeat scroll 0% 0% #FFF;
	border: 0px none;
	position: relative;
	border-radius: 0px;
	z-index: 1;
	padding: 2px;
}
.flexslider .slides {
	position: relative;
	z-index: 1;
	height: 600px;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}
.flexslider .slides > li { background-color: #E6F2F9; }
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .flex-control-nav { bottom: 10px; }
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	z-index: 2;
}
.flex-control-nav li {
	margin: 0px 6px;
	display: inline-block;
}
.flexslider .flex-control-paging li a {
	width: 20px;
	height: 20px;
	border-radius: 40px;
}
.flex-control-paging li a {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
	border: 0px none;
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}
.login ul li .button {
	border: 0px none;
	font-size: 18px;
	letter-spacing: 0.2em;
	background: #08c285;
	border-radius: 4px;
	background-position: 0px -40px;
	color: #FFF;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

body,
header { min-width: 1200px; }
.logo {
	width: 160px;
	margin-left: -220px;
	text-align: center;
	line-height: 80px;
	float: left;
	display: block;
}
.logo img {
	width: 80%;
	height: auto;
	vertical-align: middle;
}
.logo a:link,
.logo a:visited {
	margin-top: 0;
	display: inline-block;
	width: 100%;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
}
nav {
	font-size: 1.15em;
	padding-top: 0px;
	overflow: hidden;
}
.adMain {
	height: 360px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: #fff;
	border: 0;
	border-bottom: 4px solid #FFF;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;/*
	box-shadow: 0 0 0 #FFF;
	-webkit-box-shadow: 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 #FFF;
	-o-box-shadow: 0 0 0 #FFF;*/
	z-index: 5;
}
.adMain .slides {
	position: relative;
	z-index: 1;
	height: 360px;
}
.adMain .slides > li { background-color: #F0FBFF; }
.adMain .slides > li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
}
.adMain .slides > li img {
	width: 100%;
	min-height: 100%;
}
.adMain .flex-control-paging li a {
	width: 1em;
	height: 1em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #509EF7;
	background: #FFF;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 1px 1px 1px #666;
}
.flex-control-paging li a:hover {
	background: #FFF;
	background: rgb(255, 255, 255, 0.9);
}
.flex-control-paging li a.flex-active {
	background: #509EF7;
	background: #509EF7;
}
.adMain .flex-control-nav { bottom: 2em; }
.ec-s-ad { position: relative; }
.login {
	width: 22%;
	min-height: 84%;
	_height: 520px;
	top: 8%;
	right: 2%;
	position: absolute;
	color: #333;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #fff;
	background: transparent;
	background-color: rgba(255,255,255,0.95);
	background: #fff;
	filter: alpha(opacity=90);
	z-index: 6;
}
.login h2 {
	font-weight: normal;
	position: relative;
}
.login ul {
	margin: 0 0.5em;
	width: auto;
}
.login ul li {
	padding: 0.4em 0 0.4em 0em;
	margin: 0 auto;
	line-height: 2.4em;
	position: relative;
	width: 84%;
}
.login ul li .r {
	text-align: right;
	padding-right: 4%;
}
.login a:link,
.login a:visited {
	color: #666;
	text-decoration: none;
}
.login a:hover {
	color: #08c285;
	text-decoration: underline;
}
.login li {
	position: relative;
	margin-top: 20px;
}
.login li label {
	width: 86px;
	height: 15px;
	line-height: 42px;
	text-indent: 1em;
	color: #999;
	display: block;
	margin-top: 6px;
}
.login li label span {
	line-height: 40px;
	margin-top: 5px;
	display: block;
	position: relative;
	float: left;
	color: #999;
}
.login li label img {
	margin-top: 16px;
	float: left;
}
.login .input {
	line-height: 2.6em;
	height: 2.6em;
	width: 100%;
}
.inputyz { width: 55% !important; }
.codeImg {
	position: absolute;
	top: .3em;
	width: 26%;
	height: 2.2em;
	display: block;
	right: 2%;
}
.login ul li .button {
	height: 2.4em;
	line-height: 2.4em;
	width: 100%;
}
.typeList {
	position: absolute;
	width: 50%;
	top: 2.3em;
	padding: 0 2px;
	z-index: 2;
	border-radius: 0 0 3px 3px;
	border: 1px solid #CCC;
	display: none;
	background-color: #FEFEFE;
}
.typeList a:link,
.typeList a:visited {
	display: block;
	color: #666;
	text-align: left;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0.5em;
	text-shadow: 0px 0px 0px #FFF;
	margin: 2px;
	border-radius: 3px;
}
.typeList a:hover {
	color: #08c285;
	text-decoration: none;
	background-color: #F0FBFF;
}
.hide { display: none; }
/*底部*/
.footbox {
	width: 100%;
	background-color: #f0f0f0;
}
.foot {
	max-width: 1200px;
	margin: 0 auto;
}

.f-right {
	font: 300 0.875em/1.75em 微软雅黑, "microsoft yahei";
	float: right;
	color: #666;
	margin-top: 20px;
}
.f-left,
.f-right { width: 50%; }
.f-right a:link,
.f-right a:visited {
	color: #999;
	font-size: 16px;
}
.f-right a {
	line-height: 24px;
	font-size: 16px;
}
.f-right a:hover { color: #0C3; }
.f-right p {
	margin-top: 20px;
	color: #999;
	line-height: 30px;
}
.f-left {
	text-align: left;
	float: left;
}
.f-left img .f-ad { margin-left: 1.25em; }
.f-left img {
	margin-left: 1.25em;
	margin-top: 0.625em;
	max-width: 180px;
	height: auto;
}
