@charset "utf-8";
body,html{
  height: 100%;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
*::-webkit-scrollbar{
  width:1px;
  height:1px;
  background-color:#CCC;
}
/*定义滚动条的轨道，内阴影及圆角*/
*::-webkit-scrollbar-track{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-color:#CCC;
}
/*定义滑块，内阴影及圆角*/
*::-webkit-scrollbar-thumb{
  height:5px;
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3);
  background-color:#333;
}
body{
  background:#FFF;
  text-align:center;
  margin:0;
  overflow-x: hidden;
}
body,body *{
  font-family:'Arial', 'Verdana', 'Microsoft YaHei', '微软雅黑', '宋体';
}
body,td,th,div,ul,li,a,dl,dd,dt,h1,h2,h3,h4,h5,h6{
  color: #313131;
}
a:hover{
  color:#bf9e74;
}
body,td,th,div,ul,li,a,font,a,dl,dd,dt{
  font-size:16px;
  line-height:1.6;
}
input,select,textarea{
  font-size:14px;
}
a{
  text-decoration:none;
}
a,
img,
*:focus{
  outline:none;
}
textarea{
  resize:none;
}
div,ul,li,dd,dt,h1,h2,h3,h4,h5,h6,dl,menu,nav{
  margin:0;
  padding:0;
  text-align:left;
  list-style:none;
}
a,img{
  star:expression(this.onFocus=this.blur()); 
  border:0;
}
p{margin: 0;}
li img{
  display:block;
  margin:0 auto;
}
input[type='text'],
input[type='password'],
input[type='number'],
select,
textarea{
  border:1px solid #CCC;
}
input[type='text'],
input[type='number'],
input[type='password']{
  padding:5px 0;
}
input[type='submit'],
input[type='reset'],
input[type='button']{
  padding:3px 12px;
  cursor:pointer;
}
select{
  padding:3px 0;
}
body .fl-left{
  float:left;
}
body .fl-right{
  float:right;
}
.clear,
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
  height:0;
  clear:both;
  display:block;
  overflow:hidden;
}
.clearfix:before,
.clearfix:after,
.content:after,
#header:before,
#header:after,
#among:before,
#among:after,
#footer:before,
#footer:after{
  content:"";
}
.nr p{
  margin:0;
}
.big_img img{
  max-width:100%;
  height: auto !important;
}
.pageStyle ul{
  font-size: 0;
  padding-top:3%;
  list-style-type: 1px;
  text-align: center;
}
.pageStyle ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.pageStyle ul li a{
  line-height: 30px;
  min-width: 32px;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-left: -1px;
  padding: 0 10px;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageStyle ul li:first-child a{
  border-radius: 4px 0 0 4px;
}
.pageStyle ul li select{
  height:32px;
  font-size: 14px;
  margin-left:-1px;
  cursor:pointer;
  padding:0 7px;
  border: 1px solid #EEE;
  border-radius: 0 4px 4px 0;
}
.element,
.element dd{
  overflow: hidden;
}
.element img{
  transition: all .5s ease 0s;
  transform: translate3d(0, 0, 0);
}
.element:hover img{
  transform: scale(1.08);
}
.ellipsis{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.ellipsis1{
  overflow:hidden;
  display:-webkit-box;
  display:block\9;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}