/* 效果CSS开始 */
.fx_banner{
width:100%;
min-width:1200px;
height:100%;
max-height:400px;
background:#fff;
margin:0 auto;
overflow:hidden;
zoom:1;
}/*图片导航位置*/
.fx_banner ul,.fx_banner ul li,textarea{
width:100%;
margin:0 0;
padding:0 0;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-o-text-size-adjust: none;
text-size-adjust: none;
list-style:none;
}
.fx_grid_c1{
width:100%;
margin:0 auto;
overflow:hidden;
}
.fx_grid_c1 img{
width:100%;
}
.banbgimg{
width:100%;
height:auto;
}
.child{
position:absolute;
width:1200px;
margin:0 auto;
}/*前层图片显示*/
.fx_banner .control{
width:200px;
height:30px;
position:absolute;
margin-top:20.2%;
left:50%;
margin-left:-100px;
text-align:center;
zoom:1;
}/*图片导航上下位置*/
.fx_banner .control li{
display:inline-block;
margin:0 5px;
width:12px;
height:12px;
-ms-border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
cursor:pointer;
background:#a0a183;
}/*图片导航显示*/
.fx_banner .control li a
{
display:none;
}/*隐藏导航数字，去掉显示数字*/
/*.fx_banner .control li a{font-size:12px;color:#FFf;text-decoration:none;}导航数字样式*/
.fx_banner .control li.current
{
background:#ff7f02;
}/*导航对应图片样式*/
.fx_banner,.fx_banner_inner,.fx_banner_img li,.fx_banner_link,.fx_banner .child
{
max-height:1000px;
min-height:300px;
overflow:auto;
overflow: hidden;
}/*整体高度*/
.child0 img{
width:1200px;
}
.bar1,.bar2,.bar3{
-ms-background-size:100% 100%;
-webkit-background-size:100% 100%;
-moz-background-size:100% 100%;
-o-background-size:100% 100%;
background-size: 100% 100%;
overflow:scroll;
}
/* 效果CSS结束 */