/*==全局样式==*/
* {
  padding: 0;
  margin: 0;
}
div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
  border: 0;
}
img,
input {
  border: none;
  vertical-align: middle;
}
html,body{
  width: 100%;
  height: 100%;
}
body {
  font-family: Tahoma, Arial, Helvetica, "微软雅黑";
  font-size: 14px;
  color: #333;
}
html {
  overflow-y: auto;
}
ul,
ol {
  list-style-type: none;
}
th,
td,
input {
  font-size: 12px;
}
h3 {
  font-size: 14px;
}
button {
  border: none;
  cursor: pointer;
  font-size: 12px;
  background-color: transparent;
}
select {
  border-width: 1px;
  _zoom: 1;
  border-style: solid;
  padding-top: 2px;
  font-size: 12px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
	zoom: 1;
	
}


.clearfix_list:after {

  content: ".";

  display: block;

  height: 0;

  visibility: hidden;

  clear: both;

}

.clearfix_list {

	zoom: 1;
	padding: 40px 358px 0px 400px;
	min-height: 600px;
	font-size: 16px;
	
}

.clearfixsousuo {

	zoom: 1;
	width: 1100px;
	position: relative;
	left: 402px;
	padding: 18px 0px 0px 0px;
	font-size: 16px;
}
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover,
a:active {
  text-decoration: none;
  color: #333333;
}
i{
  font-style: normal;
}

