body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,tr,th,td,img,div,dl,dt,dd,input,p{
	margin:0;padding:0;
	list-style:none;
}
body{
	font-family: "Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体"; 
	font-size:15px;
	color:#333;
    position: relative;
}



 


img{
	border:none;
}
input,select,textarea,button{
	/*border:none;*/
	/*outline:none;*/
}
input::-ms-clear, input[type="password"]::-ms-reveal{
	/*IE10 clear去掉叉  reveal去掉眼睛*/
     display: none;  
}
textarea{
	resize:none;
}
a{
	text-decoration:none;
	color: #3A3A3A;
}
a:hover{
	text-decoration: none;
}
table{
	border-collapse: collapse;
}
i,em{
    font-style: normal;
}
.clear{
	clear:both;
}
.left{
	float: left;
}
.right{
	float: right;
}
body{ 
	width: 1190px; 
	margin: auto; 
}
/* body.body_box{ 
	width: 1190px; 
	margin: auto; 
} */
.box1190{
	width: 1190px;
	margin: auto;
}
.box1070{
	width: 1070px;
	margin: auto;
}
.box1000{
	width: 1000px;
	margin: auto;
}