/*
* @Author: Marte
* @Date:   2018-09-28 
* @Last Modified by:   song
* @Last Modified time: 2018-09-28
*/
*{
    margin: 0;
    padding: 0;
}

html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
  font-family:'PingFang-SC-Medium', "微软雅黑","Verdana","sans-serif","Arial","Tahoma","Helvetica";
  position: relative;
  min-width: 1200px;
}
a,a:hover,a:active,a:visited {
  display: block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:focus {
	text-decoration: none;
}
input {
  outline: none;
  border: none;
}
.fl {
  float: left;
}
.fr{
  float: right;
}
.clear {
  clear: both;
}
.clear::before,
.clear::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0px;
  clear: both;
  visibility: hidden;
}
i,em {
  font-style: normal;
}
.nodisplay{
  display: none;
}
.container {
	width: 1280px;
	margin: 0 auto;
}
.overF {
  overflow: hidden;
}