﻿/* CSS Document */
 *{
	font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", "Hiragino Sans GB","STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	padding:0;
	margin:0
}
html{ font-size:10px;}
body{ font-size:14px;padding:0;	margin:0}
a {
	color:#333;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	
	
}
a:hover {
	text-decoration:none;
	color:#2284e6;
}
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
/*.clear {
	clear:both
}*/
i,em{
	font-style:normal;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /*for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
ul{ padding:0; margin:0}
ul li,li{ list-style-type:none;}
img{ border:none;}
.fl{ float:left;}
.fr{ float:right;}
.h5{ height:5px; clear:both; overflow:hidden;}
.h10{ height:10px; clear:both; overflow:hidden;}
.h13{ height:13px; clear:both; overflow:hidden;}
.h20{ height:20px; clear:both; overflow:hidden;}
.h30{ height:30px; clear:both; overflow:hidden;}
.h40{ height:40px; clear:both; overflow:hidden;}
.h50{ height:50px; clear:both; overflow:hidden;}
.h23{ height:23px; clear:both; overflow:hidden;}
html h5,html ul{margin-top:0;margin-bottom:0;}
.lianjie{padding: 10px;
    border-top: 1px solid #d8d8d8;
    width: 1200px;
    margin: 0 auto;}
.lianjie td{width:150px;}