/*通用样式*/
body{
    margin: 0;
    padding:0;

}
.menu .top-list h2{
    margin: 0;
    padding:0;
}

body {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-style: normal;
    color: #888888;
    background: #ffffff;
    line-height: 1;
}
.w1200{
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}
.w1294{
	width: 1294px;
	margin-left: auto;
    margin-right: auto;
}
/*css为clearfix，清除浮动*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf::before,
.cf::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
    *zoom: 1; /*IE/7/6*/
}
a{
	text-decoration: none;
	color: #888888;
}
ol, ul {
    list-style: none;
}
a:link, a:visited, a:active, a:hover, a:focus {
    text-decoration: none;
    outline-style: none; /*FF*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, button {
outline: none;
border: 0px;
}
/*单行文本移出省略*/
.ell{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*图像放大效果*/
.trans-img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.trans-img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ml10{
	margin-left: 10px;
}
.ml22{
	margin-left: 22px;
}
.w580{
	width: 580px;
}
.mt21{
	margin-top: 15px;
}
.ml37{
	margin-left: 37px;
}

.mt12{
	margin-top: 12px;
}

.ml20 {
	margin-left: 20px;
}