
/* 横向滚动
------------------------------border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px; */

.scroll_horizontal {
  position: relative;
  width:1220px;
  height:170px;
  padding:20px 0 20px 54px;box-sizing:border-box;

  margin:auto;}

.scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width:1110px;
  height:168px;
  margin: 0;border-radius:0px;}

.scroll_horizontal .list {
  overflow: hidden;
  width:9999px;}

.scroll_horizontal .list li {
  float: left;
  width:168px;
  font-size:14px;
  text-align: left;
  padding:0 20px 0 0;
  line-height:20px;
  text-align:center;}
.scroll_horizontal .list li img{width:170px; height:100%;border-radius:0px;}

.scroll_horizontal .prev, .scroll_horizontal .next {
  position: absolute;
  top: 50%;
  margin:-25px 0 0 0;
  width: 40px;
  height: 50px;
  background-image: url(../images/control.png);
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;}

.scroll_horizontal .prev {
  left: 5px;
  background-position: 0 0;}

.scroll_horizontal .next {
  right: 5px;
  background-position: -40px 0;}

.scroll_horizontal .prev:hover { background-position: 0 -50px;}

.scroll_horizontal .next:hover { background-position: -40px -50px;}






/* ------------------------------ 图标滚动*/

.scro22_horizontal {
  position: relative;
  width:1220px;
  height:115px;
  padding:0px 0 0px 54px;box-sizing:border-box;
  margin:auto;}
.scro22_horizontal .box22 {
  overflow: hidden;
  position: relative;
  width:1110px;
  height:115px;
  margin: 0;border-radius:0px;}
.scro22_horizontal .list22 {overflow: hidden;width:9999px;}
.scro22_horizontal .list22 li {
  float: left;
  width:130px;
  text-align: center;
  padding:0 10px 0 0;}

.list_img{
  width:130px;
  font-size:14px;
  text-align: center;
  padding:10px 0px 10px  0;
  line-height:30px;
  border:1px solid #ededed;box-sizing: border-box;
  border-radius:10px;overflow: hidden;
  background:#f8f8f8;}
.list_img:hover{border:1px solid #06C;background:#fff;}

.scro22_horizontal .list22 li img{width:60px;border-radius:0px;}
.scro22_horizontal .prev22, .scro22_horizontal .next22 {
  position: absolute;
  top: 50%;
  margin:-25px 0 0 0;
  width: 40px;
  height: 50px;
  background-image: url(../images/control.png);
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;}
.scro22_horizontal .prev22 {left: 5px;background-position: 0 0;}
.scro22_horizontal .next22{right: 5px;background-position: -40px 0;}
.scro22_horizontal .prev22:hover { background-position: 0 -50px;}
.scro22_horizontal .next22:hover { background-position: -40px -50px;}