.contant {
    background: #fff;
    padding-bottom: 15px;
}

.news_contant {
    margin: 0 auto;
    width: 960px;
    padding-top: 8px;
}

.case .tip li {
    float: left;
    height: 48px;
    width: 101px;
    text-align: center;
    background: url(../../images/link_li_bg.png) no-repeat;
    line-height: 48px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.case .tip li a {
    display: block;
    color: #646464;
}

.case h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.caseright .left1 {
    padding-bottom: 10px;
    border-bottom: #d6d6d6 1px solid;
}

.caseright ul li {
    float: left;
    font-size: 12px;
    width: 220px;
    margin-right: 20px;
    line-height: 24px;
}

.case .label1 {
    display: inline-block;
    float: right;
}

.case .label1 a {
    margin-left: 8px;
}

.case .label1 .shang {
    background: url(../../images/shang.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block
}

.case .label1 .xia {
    background: url(../../images/xia.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block
}

.case .label1 .shang:hover {
    background: url(../../images/shang_hover.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block
}

.case .label1 .xia:hover {
    background: url(../../images/xia_hover.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block
}

.case .label1 .fan {
    background: url(../../images/fan.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.case .label1 .fan:hover {
    background: url(../../images/fan_hover.png) no-repeat;
    width: 67px;
    height: 32px;
    display: inline-block
}

.case .usejianjie {
    width: 920px;
    margin: 0 auto;
    line-height: 32px;
    font-size: 14px;
}

.news_contant .case .select_if ul li a:hover {
    background: url(../../images/orange_bg.png) no-repeat;
    color: #fff;
}

.news_contant .case .select_if ul li a.current {
    background: url(../../images/orange_bg.png) no-repeat;
    color: #fff;
}

.ad-preloads {
    display: none;
}

.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 660px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
    /*background: url(non-existing.jpg)*/
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../images/ad_prev.png);
    width: 78px;
    height: 78px;
    display: none;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../images/ad_next.png);
    width: 78px;
    height: 78px;
    right: 0;
    left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(../images/opa75.png);
    color: #000;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/images/gallery/opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    /*height: 20px;*/
    display: none;
}

.ad-gallery .ad-info {
    float: left;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    /*left: -20px;*/
    width: 16px;
    display: block;
    background: url(../../images/ad_scroll_back.gif) 0px 42px no-repeat;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width: 16px;
    background: url(../../images/ad_scroll_forward.gif) 0px 42px no-repeat;
}

.ad-gallery .ad-nav .ad-thumbs {
    margin: 0 auto;
    overflow: hidden;
    width: 96%;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    background: url("../../images/li_pic_bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    padding: 5px;
    display: block;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 2px solid #cd9600;
}

.picture {
    margin-top: 20px;
    margin-bottom: 40px;
}

.picture span {
    font-size: 16px;
}

.picture h3 {
    padding-bottom: 10px;
    border-bottom: #cd9600 1px solid;

}

/* #marquee3 */
.marqueebox {
    position: relative;
    width: 950px;
    margin: 0 auto;
    height: 800px;
    margin-top: 15px;

}

#marquee3, #marquee4, #marquee5 {
    width: 950px;
    height: 650px;

    overflow: hidden;
}

#marquee3 ul, #marquee4 ul, #marquee5 ul {
    clear: both;
    overflow: hidden;
}

#marquee3 ul li, #marquee4 ul li, #marquee5 ul li {
    float: left;
}

#marquee3 ul li img, #marquee4 ul li img, #marquee5 ul li img {
    display: block;
    width: 950px;
    height: 650px;
}

#mar3Nav, #mar4Nav, #mar5Nav {
    position: absolute;
    left: 0px;
}

#mar3Nav li, #mar4Nav li, #mar5Nav li {
    float: left;
    margin: 0 5px;
    width: 120px;
    height: 90px;
    background: #333;
    border: 5px solid #FFF;
    cursor: pointer;
    line-height: 16px;
    font-family: Arial;
    font-size: 10px;
    color: #FFF;
    text-align: center;
}

#mar3Nav li.navOn, #mar4Nav li.navOn, #mar5Nav li.navOn {
    border-color: #FF6600;
}

#mar3Nav img, #mar4Nav img, #mar5Nav img {
    border: none;

}

.pictureanli {
    padding-top: 40px;
}

.pictureanli h3 {
    padding-bottom: 10px;
    border-bottom: #cd9600 1px solid;

}

.pictureanli ul li p {
    padding: 10px 0;
    background: url("../../images/title_bg.jpg") repeat-x;
}

.pictureanli ul li .title {
    color: #0a0a0a;
    font-size: 16px;
    text-align: center;
}

.anlipicture {
    padding-top: 10px;
}

.anlipicture img {
    width: 145px;
    height: 110px;
    margin-right: 10px;
    margin-bottom: 10px;
}
