@charset "utf-8";

/* 主圖輪播 */
#div_main_pic{width:812px;margin:31px 0 31px 98px;float:left; }

#abgneBlock_pic {
   position: relative; width:100%;overflow: hidden;height: 500px;
}

#abgneBlock_pic ul.list {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
overflow: hidden;
width: 100%;

 
}


#abgneBlock_pic ul.list li {
float: left;
width: 100%;
height: auto;
}

#abgneBlock_pic .list img{ 
width: 100%;
height: auto;
border: 0;
}

#abgneBlock_pic ul.playerControl {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
bottom: 5px;
right: 5px;
height: 14px;
}

#abgneBlock_pic ul.playerControl li {
float: left;
width: 10px;
height: 10px;
cursor: pointer; 
margin: 0px 2px;
background: url(../images/cir_ctrl.png) no-repeat -10px 0;
}

#abgneBlock_pic ul.playerControl li.current {
background-position: 0 0;
}
#abgneBlock_pic img{ 
 width: 100%!important;
 height: auto!important;

 
} 
@media screen and (max-width: 767px){

#div_main_pic {
	width: 100%; margin: 0; 
}

}


