﻿@charset "utf-8";
html {
    margin: 0;
    padding: 0;
    _text-overflow: ellipsis;
}

body {
    margin: 0;
    padding: 0;
    font-family: "\5b8b\4f53", "\65B0\5B8B\4F53", "arial";
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, button, img, button, select, iframe {
    padding: 0;
    margin: 0;
    border: 0;
}

img, input, button, select, textarea, fieldset, iframe {
    vertical-align: top;
    *vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

hgroup {
    clear: both;
    overflow: hidden;
}

.bai {
    color: #fff;
}

.hei {
    color: #000
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.h0 {
    height: 0;
}

/*内容块清除浮动专用*/
.h10 {
    height: 10px;
}

/*间隔高勿删*/
.h15 {
    height: 15px;
}

/*间隔高勿删*/
.h20 {
    height: 20px;
}

/*间隔高勿删*/
.h25 {
    height: 25px;
}

/*间隔高勿删*/
.h30 {
    height: 30px;
}

/*间隔高勿删*/

hgroup h2.fr {
    font-weight: normal;
}

.ul-bor {
    border-bottom: 1px dashed #e4e4e4
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

/*清除表单自完成背景*/
em, a {
    font-style: normal;
    transition: all .6s;
}

.art-tab .hd a {
    transition: none;
}

.jz {
    border: 1px solid #CCC;
    padding: 1px;
    transition: all .5s;
}

.jz:hover {
    box-shadow: 0 0 5px #999;
}

.pngbg { /*背景半黑*/
    background: rgba(0, 0, 0, .6) !important; /*ie9+any*/
    background: #000; /*ie678*/
    filter: alpha(opacity=60); /*ie6789*/
    /*_background:url(../sucai/tubg.png);/*ie6*/
}

:root .pngbg {
    filter: alpha(opacity=100) \9; /*ie9*/
}

/*多栏居中通用*/
.list-cn {
    text-align: center;
    font-size: 0;
}

.list-left {
    text-align: left;
    font-size: 0;
}

.list-cn li {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*download by www.sucaijiayuan.com*/
#lyEmpPlay {
    width:623px;
    margin:0px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#lyEmpPlay .change_a {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    background: #CCCCCC;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    line-height: 44px;
    color: #666;
}
    #lyEmpPlay .change_a:hover {
        background: rgba(222,222,222,0.7);
    }
#lyEmpPlay .prev_a {
    left: 0;
}

#lyEmpPlay .next_a {
    right: 0
}

#lyEmpPlay .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
.lyEmpImg li.on{
    border: 2px solid #234573;
    box-sizing: border-box;
}

#lyEmpPlay .prev_a span {
    background: url(../img/s_gallery_2012110702.png) no-repeat 0px -50px;
    left: 0;
}

#lyEmpPlay .next_a span {
    background: url(../img/s_gallery_2012110702.png) no-repeat -30px -50px;
    right: 0;
}

#lyEmpPlay .lyEmpListImg {
    position: relative;
    z-index: 1;
}

.lyEmpImg {
    width: 623px;
    overflow: hidden;
    height: 105px;
    padding: 2px 0;
    margin-top: 15px;
    margin: 20px auto;
    position: relative;
}

.lyEmpImg ul {
    position: absolute;
    z-index: 1
}

.lyEmpImg ul li {
    float: left;
    width: 148px;
    height: 101px;
    background: #e5e5e5;
    cursor: pointer;
    margin: 0 10px 0 1px;
    overflow: hidden;
    *display: inline;
    padding: 1px;
    text-align: center;
    border: 2px solid #f5f6fa;
}
.lyEmpImg ul li:last-child {
    margin:0px 0px 0px 1px;
}
.lyEmpImg ul li img {
    width:100%;
    height:95px;
}

.lyEmpImg ul li.on {
    border-color: rgb(45, 150, 233);
}

.lyEmpImg .bottom_a {
    background: url(../img/s_gallery_2012110702.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 10
}

.lyEmpImg .prev_a {
    background-position: 0 -24px;
    left: 5px;
}

.lyEmpImg .next_a {
    background-position: -30px -24px;
    right: 5px;
}


