﻿@charset "utf-8";

/* CSS Document */
.fl{ 
	 float:left;
 }
 
.fr{ 
	float:right;
}

.clearfix{
	 zoom:1;
	 }
	 
.clearfix:after{    
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clear{
	clear: both;
}

img{	
	border:none;
	
	}
*{
 margin:0; 
 padding:0;
}
body{
 	font-family: "微软雅黑" ,Tahoma, Arial, Verdana;
	font-size:12px;
	color:#333;
    width:100%;

}
body.hide1{
	overflow: hidden;
}
ul,li,p,form{
	list-style:none;
}

a{
	 text-decoration:none;
	 cursor:pointer;
	 color:#666;
	 }
a:focus {
	outline-style:none;
	-moz-outline-style: none;
}
a:hover{
	text-decoration: none;
}
/*内容宽度*/
.wap13{
	width: 1330px;
	margin:0 auto;
}
.mt{
	margin-top: 10px;
}
.mr{
	margin-right: 10px;
}
.mb{
	margin-bottom: 10px;
}
.ml{
	margin-left: 10px;
}
.mt2{
	margin-top: 20px;
}
.mt3{
	margin-top: 30px;
}
.mt4{
	margin-top: 40px;
}
.mt6{
	margin-top: 60px;
}
.mt9{
	margin-top: 90px;
}
.pd2{
	padding:20px;
}
.clear{
	clear: both;
}
/*html{

-webkit-filter:grayscale(100%);

-moz-filter:grayscale(100%);

-ms-filter:grayscale(100%);

-o-filter:grayscale(100%);

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

_filter:none;

}*/