@charset "utf-8";
/*public start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  /*font-size: 62.5%;*/
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-family: Cordia;
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
select,
input,
textarea,
button {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
a{
	text-decoration: none;
}
/*防止拖动*/
ul,
ol,
li {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
  max-width: 100%;
}
/*去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.div1200{ 
	width:1200px; 
	margin:0 auto; 
	} 
.wrap{
	position: relative;
	
}
@font-face {
	font-family:Cordia;
	src: url(../fonts/cordia.ttf);
}
@font-face {
	font-family:CORDIAB;
	src: url(../fonts/CORDIAB.TTF);
}
@font-face {
	font-family:larissalight;
	src: url(../fonts/larissalight.ttf);
}