/* CSS Document */

* { margin:0; padding:0; } 
iframe{max-width: 100%;margin: 30px 0;}

body {
  color: #565656;
  font-family: "Î¢ÈíÑÅºÚ",Arial ;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


ul{
	list-style-type: none;
}

a{
  color: #565656;
  text-decoration: none;
  border: none;
  transition: 0.4s;
}
a:hover{ color: #518DE3; }


.rollBox{width:1120px;height:253px;float:left;overflow: hidden; position:relative; }
.rollBox .LeftBotton 
{ 
height: 44px; 
width: 25px; 
background: url(../images/btn_left.png) no-repeat; 
overflow: hidden; 
display: inline; position:absolute; top:105px; left:6px; display:inline-block; z-index:9999999;
cursor: pointer;  
} 
.rollBox .RightBotton 
{ 
height: 44px; 
width: 25px; 
background: url(../images/btn_right.png) no-repeat; 
overflow: hidden;  
display: inline;  position:absolute; top:105px; right:6px; display:inline-block;  z-index:9999999;
cursor: pointer; 
} 

.rollBox .Cont 
{ 
width: 100%; 
overflow: hidden;
float:left; 

} 
.rollBox .ScrCont 
{ 
width: 10000000px; 
} 
.rollBox .Cont .pic 
{ width:182px; border:6px solid #E8E8E8; float:left; margin:0 43px;
} 
.rollBox .Cont .pic img 
{ 
border: 0px solid #ccc; 
display: block; 
margin: 0 auto; 
width:100%; height:241px;
} 
.rollBox .Cont .pic p 
{ 
line-height: 58px; text-align:center 
} 


.rollBox #List1, .rollBox #List2 
{ 
float: left; 
} 