/*

顶部 s

*/



body{

	font-family: 'Microsoft YaHei';

	font-size: 16px;

}



ul{

	list-style: none;

	padding-left: 0;

}



a:visited{

	text-decoration: none;

}

a:link{

	text-decoration: none;

}

a:hover{

	text-decoration: none;

	color:#333;

}



.main,.main-auto{

	width:1200px;

	margin:0 auto;

}



.mr{

	padding-left:0px;

	padding-right:0px;

}



.top{

	width:100%;

	margin-bottom:10px;

	padding:5px 0;

	background-color: #232323;

}



.top-span{

	color:#fff;

}

.top-right{

	padding-left:40px;

	background:url(../images/tel_icon.png) 5px -6px no-repeat;

}

.top-center{

	margin-right:50px;

	z-index: 11;

}

.wx-img{

	position: absolute;

	display:none;

	top:32px;

	z-index: 133;

	transition: all linear .3s;

}

a.wx:hover .wx-img{

	display:block;

	transition: all linear .3s;

}

.top-center a{

	color: #fff;

	padding:0 10px;

	transition: all linear .3s;

}

.fl{

	float:left;

}

.fr{

	float:right;

}



.clear {

    content: ".";

    display: block;

    clear: both;

    overflow: hidden;

}
