* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
    font-family: "Microsoft YaHei",Arial,Helvetica,"宋体";   
    font-smoothing:antialiased;
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6{
    font-size: 14px;
    font-weight: normal;
}
.options{
	text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    z-index: 100;
}
.options span {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.options span img {
    vertical-align: middle;
}
*::before, *::after {
    box-sizing: border-box;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.clear{
	clear: both;
}
html {
}
body {
    color: #666;
    font-family: "Microsoft YaHei",Arial,Helvetica,"宋体";
    font-size: 12px;
    text-align: left;
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: normal;
}
.bgTran{
     transition: all 0.3s ease-in 0s;
}
.bgTranBlue{
     background: #02adea;
     transition: all 0.3s ease-in 0s;
}
.bgTranBlue:hover{
    background: #039bd1;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    outline: none;
}
button[disabled], html input[disabled] {
    cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
img {
    border: 0 none;
}
ul, ol {
    list-style: outside none none;
}
a {
    background-color: transparent;
    color: #707070;
    outline: 0 none;
    text-decoration: none;
    
}
input {
}
input:focus {
    outline-style: none;
}
　 h1, h2, h3, h4, h5, h6,b {
    font-weight: normal;
}
i,em{
    font-style: normal;
}

/*头部*/
.top{
	position: relative;
	min-width: 1190px;
	text-align: center;
	margin:0 auto;
}
.topimg{
	width: 100%;
	height: 189px;
	min-width: 1190px;

}
.logo{
	width: 173px;
	height: 45px;
	position: relative;
	top: -157px;
	margin: auto;
}
.topp{
	font-size: 37px;
	margin-top: -140px;
	color: #fff;
}
.login{
	position: absolute;
	top: 20px;
	right: 83px;
}
.login li{
	float: left;
}
.login a,i{
	color: #fff;
	font-size: 14px;
}
/*导航*/
.nav{
	width: 1204px;
	height: 42px;
	z-index: 1;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
}
.nav a{
	display: block;
	width: 199px;
	height: 41px;
	font-size: 14px;
	line-height: 42px;
    text-align: center;
    color: #fff;
    float: left;
    margin-left: 1.6px;
    margin-top: 1.8px;
}
/*底部*/
.bottom{
	width: 1200px;
	height: 31px;
	margin:0 auto;
	margin-top: 70px;
	border-top: 1px solid #ccc;
}
.link{
	width: 528px;
	margin:0 auto;
}
.link p{
	float: left;
	display: block;
	margin-right: 40px;
	margin-top: 17px;
	margin-bottom: 17px;
	color: #555;
	font-size: 14px;
}
.link a{
	color: #555;
	font-size: 14px;
}

