﻿/*-----------------------大图展示--------------------------------*/
#flash { width:100%; height:420px; overflow:hidden; margin:0 auto; margin-bottom:10px; clear:both; position:relative;}
#flash a {width:100%; height:420px; display:none;}
#flash img {width:100%; height:420px;/* display:none;*/}
/*#flash1{ background:url(images/pic1.jpg) no-repeat;}
#flash2{ background:url(images/pic2.jpg) no-repeat;}
#flash3{ background:url(images/pic3.jpg) no-repeat;}
#flash4{ background:url(images/pic4.jpg) no-repeat;}*/
.flash_bar { width:510px; padding-left:600px; z-index:69; height:32px; overflow:hidden; position:absolute;padding-top:13px!important; padding-top:12px; bottom:0px; left:0px; background:url(images/yw_flashbar.png) no-repeat left 14px; text-align:center;}
.flash_bar .dq { display:block; float:left; width:8px; height:8px; margin:12px 5px; /* background: url(images/tg_flash_p.png) no-repeat 0px 0px;*/ cursor:pointer;
background:url(/images/yw_flash_blue.png) no-repeat 0px 0px; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="yw_flash_p.png" ,sizingMethod="crop"); }
.flash_bar .no { display:block; float:left; width:8px; height:8px; margin:12px 5px; /* background: url(images/tg_flash_p.png) no-repeat 0px 0px;*/ cursor:pointer;
background:url(/images/yw_flash_p2.png) no-repeat 0px 0px; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="yw_flash_p2.png" ,sizingMethod="crop"); }








.picMain
{
    margin: auto;
    overflow: hidden;
    width: 1000px;
    height: 400px;
    position: relative;
}
.picimg
{
    width: 10000px;
    height: 400px;
    background-color: #000000;
    position: absolute;
    top: 0px;
}
.picaction
{
    position: absolute;
    width: 1000px;
    height: 50px;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    overflow: auto;
    display: block;
    bottom: 0px;
    left: 0px;
}
.picaction a
{
    border: 1px solid #C0C0C0;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.pic
{
    width: 1000px;
    height: 400px;
    float: left;
}
.picselect
{
    background-color: #919191;
}

