@charset 'utf-8';
/*清除默认样式*/
body{
	font:14px/1.5 "helvetica neue",
	helvetica,
	arial,
	"microsoft yahei",
	"hiragino sans gb",
	"heiti sc",
	"wenquanyi micro hei",sans-serif;
	color: #333;
}
html,body,div,ul,li,a,span,i,em,form,input,label,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
ul li{
	list-style: none;
}
img{
	border:none;
	display: block;
	vertical-align: middle;
}
label{
	cursor: default;
}
input{
	outline: none;
}
/*公共样式*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.container{
	width: 1300px;
	margin:0 auto;
}
.w100{
	width: 100%;
    margin: 0 auto;
    min-width: 1300px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } 
}

@font-face {
  font-family: 'cormorant-regular';   /*字体名称*/
  src: ;       /*字体源文件*/
}