::-webkit-input-placeholder{
  color: #777777;
}
:-ms-input-placeholder{
  color: #777777;
}
::-moz-placeholder{
  color: #777777;
  opacity: 1;
}
body{
  font-family: 'Microsoft Yahei','微软雅黑',"Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #565656;
  background-color: rgb(238,238,238);
}
ol, ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
select{
  display: block;
}
i,em{
  font-style: normal;
}
a{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a, a:hover, a:hover{
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
button{
  border: none;
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn:active:focus,.btn:focus{
  text-decoration: none;
  outline: 0;
}
h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 1200px){
  .div-min-width{
    width: 1280px;
  }
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.w800{
  width: 800px;
  margin: 0 auto;
}
.w1000{
	width:1000px;
	margin: 0 auto;
}
.clear::after{
  display: block;
  content: '';
  clear:both;
  visibility: hidden;
  height: 0;
}
.transition{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.left{
  float: left;
}
.right{
  float: right;
}
