/*restart css*/
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #FFFFFF;
  font-family: "微软雅黑";
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr_0 {
  margin-right: 0!important;
}
.ml_0 {
  margin-left: 0!important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.table {
  margin-bottom: 0;
}
.nobox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.action {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.actionlong {
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
.nopic {
  height: 500px;
  background: url(../images/nopic.png) no-repeat center;
}
.yanshi {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.imgBox img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: .9s transform;
  transform: translateZ(0);
}
.imgBox:hover img{
  transform: scale(1.1, 1.1);
}
.lineTitle{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.marqueeleft{	overflow:hidden;}.marqueeleft ul{	float:left;}.img{	display:flex;	align-items:center;	display:-webkit-flex;     -webkit-align-items:center;	display:-ms-flex;     -ms-align-items:center;}.img img{	max-width:100%;	max-height:100%;	margin:auto;}.ellipsis{    overflow: hidden;    white-space: nowrap;    text-overflow: ellipsis;    max-width: 100%;}
