/*==========基本样式==========*/
body, div, h1, h2, h3, h4, h5, form, img, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
a {
	color: #666666;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #00787E;
	text-decoration: none;
}
area {
	outline: none;
}
/*清除浮动*/
* html .q {
	height: 1%;
}
*+html .q {
	height: 1%;
}
.q:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.hidden {
	display: none;
}
body {
	font-family: Microsoft YaHei;
	background: url(../images/bg.jpg) repeat;
}
.fl {
	float: left
}
.fr {
	float: right
}
/*------------------*/

.scroll-wrap {
  width: 1920px;           /* 容器宽度（自适应） */
  height: 1080px;          /* 你的图片高度 */
  overflow: hidden;
  background: transparent;
  position: absolute; z-index:99999999999;
}

.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    /* -100%是图片的总宽度，即两张拼接图的宽度/2 */
    transform: translateX(-50%);
  }
}

.scroll-content img {
  /* 避免间隙，设为块元素 */
  display: block;
  height: 1080px;         /* 与容器高度一致 */
  pointer-events: none;
}



	/*浮动条*/
	#Floatingbar{width:115px;position:fixed;top:50%;right:10px;margin-top:-400px;z-index:11500;}
	#Floatingbar ul li{margin-bottom:2px;padding-bottom:31px;background:url(../images/line_y2.png) no-repeat center bottom;}
	#Floatingbar ul li:last-child{padding-bottom:0px;background:none;}
	#Floatingbar ul li a{width:115px;height:80px;line-height:1.33;text-align:center;font-size:15px;color:#fee8b8;padding-top:35px;background:url(../images/kefu.png) no-repeat left top;display:block;}
	#Floatingbar ul li .arrow{width:0px;height:0px;margin:0px auto 7px auto;border:5px solid transparent;border-bottom:5px solid #fee8b8;display:block;}
	#Floatingbar ul li a:hover{background-position:left bottom;color:#e6a9ff;}



