@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
html {
	font: 12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
	color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
	color:#555;
	blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
	color:#0066cb;
    outline: 0;
	/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
    border: 0;
	-ms-interpolation-mode:bicubic/*ie7 解决图片缩放失真问题*/
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol { 
	list-style:none;
    float: left;
}
li {
	list-style:none;
    float: left;	
}
/*清除浮动*/
.clear {
    clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
h1,h2,h3,h4,h5,h6{
    font: 12px/1.8 "微软雅黑","\5b8b\4f53",Arial,sans-serif;
    color: #666;
}

.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}


/* 底部 */
.link { width:100%; min-width:1140px; height:150px; padding:8px 0; background:#f3f3f3; overflow:hidden;}
.linkbox { width:1100px; height:146px; overflow:hidden; margin:0 auto;}
.footerlogo { width:150px; height:120px; padding:13px 0; margin-right:12px; float:left;}
.linkcon { width:790px; height:140px; float:left;}
.linktitle { width:790px; height:28px; padding-top:16px; font-size:16px; border-bottom:1px solid #ddd;}
.linklist { width:790px; height:70px; padding:8px 0; overflow:hidden;}
.linklist li { width:136px; height:68px; border:1px solid #ccc; margin-right:20px; float:left;}
.code { width:124px; height:146px; padding-left:18px; overflow:hidden; float:right;}
.code p { line-height:14px;text-align:center;}
.footer { width:100%; min-width:1140px; height:40px; background:#0a54ab; color:#FFF;}
.footerbox { width:1100px; height:40px; line-height:40px; margin:0 auto;}
.footerbox a { color:#fff;}
.footerbox a:hover { color:#ff0;}
