﻿html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select { margin: 0;padding: 0;}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000;
	min-width: 1300px;
}
img {
	border: none;
	vertical-align: middle;
	/*border-radius: 5px;*/
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #088fe4;
}
ul,ol,dl,dt,dd,li {
	list-style: none;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
input, textarea {
    outline: none;
    border: none;
}
textarea {
    resize: none;
    overflow: auto;
}
/*清楚浮动*/
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: "";
	visibility: hidden;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.inner {
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*---------------------------媒体查询尺寸-----------------------------*/

@media only screen and (max-width:1024px ) {
	.box{width: 300px;height: 300px;background: #464576;}
}
@media only screen and (max-zwidth:768px ) {
	.box{width: 100px;height: 100px;background: #CCCCCC;}
}
@media only screen and (max-width:414px ) {
	.box{width: 100px;height: 100px;background: #DE3A3A;}
}



