﻿@charset "utf-8";

* {
    padding: 0;
}

body {
    /*background: #25262b;*/
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}


a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.tops {
    background: #25262b;
    color: #fcdfb3;
    text-align: center;
    position: fixed;
    right: 5%;
    bottom: 5%;
    cursor: pointer;
    font-size: 14px;
}
/*.cl:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cl
{
    zoom: 1;
}*/

.wrap {
    width: 100%;
    height: 100%;
}

#sildes {
    /*margin:auto;*/
    /*padding-top:20px;*/
    width: 100%;
    height: 100%;
}
/* sildes css begin */
.control {
    width: 800px;
    height: 550px;
    /*background: #25262b;*/
    display: block;
    position: relative;
    top: 0px;
    /*left:80px;*/
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 58px; /*大图与小图的距离*/
}


.video {
   text-align:center;
   padding-top:15px;
}



.change li {
    width: 800px;
    overflow: hidden;
    text-align: center;
}

    /* 图片垂直居中,不是很准确 */
    .change li .imgWrap {
        display: table-cell;
        width: 800px;
        height: 550px;
        line-height: 550px;
        margin: 0 auto;
        vertical-align: middle;
        cursor: pointer;
        /**font-size: 500px;*/
    }

    .change li img {
        max-width: 675px;
        max-height: 600px;
        width: expression(this.width > 675 && this.width > this.height ? 600 :true);
        height: expression(this.height >600 ? 600: true);
        vertical-align: middle;
        overflow: hidden;
    }

/* 描述部分 */
/* .change li .textDesc
    {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        overflow: hidden;
    }

    .change li .opacity
    {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .change li .title
    {
        padding: 10px 15px 0;
        color: #e6e6e6;
        font-size: 14px;
        line-height: 22px;
    }

        .change li .title a
        {
            color: #e6e6e6;
        }

    .change li .text
    {
        color: #b7b7b7;
        line-height: 18px;
        padding: 5px 15px;
        font-size: 12px;
    }*/

/* 翻页按钮 */
.prev, .next {
    top: 300px;
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 350px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

    .prev span, .next span {
        display: none;
    }

.prev {
    left: 0;
    background: url(../images/arrows_01.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_01.png");
    _background: none;
}

.next {
    right: 0;
    background: url(../images/arrows_02.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_02.png");
    _background: none;
}

/* 分页 
.pageClass
{
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}

    .pageClass a
    {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        overflow: hidden;
        border: 1px solid #bebebe;
        background: #bebebe;
        border-radius: 5px;
        outline: none;
    }

        .pageClass a span
        {
            display: none;
        }

        .pageClass a:hover, .pageClass a.cur
        {
            border: 1px solid #be230a;
            background: #be230a;
        }*/

/* 缩图部分 */
.lianjie a
{
	color:#a55f23;
}
.thumbWrap {
    width: 800px;
    height: 270px;
    /*margin-top:18px;*/
    /* padding: 39px 0;*/
    /*position: absolute;*/
    margin: 0 auto;
    /* left:0;
    right:0;
    bottom:0;*/
    /*top:645px;*/ /*-22px*/
    /**/
    /*border-radius: 5px;*/
    overflow: hidden;
}

    .thumbWrap .thumbCont {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

#aboutall {
    width: 68%;
    text-align: center;
    margin: 0 auto;
}

.viewlist {
    width: 1050px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    padding-right: 20px;
}
    /* .viewlist
{
    width: 1050px;
    margin: -50px auto 20px auto;
    overflow: hidden;
	top:0;
}
   导航离图片的位置问题 
    .viewlist ul
    {
        width: 1050px;
    }*/

    .viewlist td {
        float: left;
        margin-right: 0px;
        margin-bottom: 40px;
        display: inline;
        width: 320px;
        height: 250px;
        overflow: hidden;
        position: relative;
        margin-left: 20px;
    }



        .viewlist td .photo {
            width: 320px;
            height: 190px;
            overflow: hidden;
        }

    .viewlist .rsp {
        width: 320px;
        height: 190px;
        overflow: hidden;
        position: absolute;
        background: #000;
        top: 0px;
        left: 0px;
    }

    .viewlist .text {
        position: absolute;
        width: 320px;
        height: 190px;
        left: -650px;
        top: 0px;
        overflow: hidden;
    }

        .viewlist .text a {
            text-decoration: none;
        }

        .viewlist .text div {
            margin-top: 80px;
            text-align: center;
            color: #FFFFFF;
            font-size: 18px;
        }



#text {
    width: 800px;
    font-family: "微软雅黑", "宋体";
    font-size: 14px;
    margin: 0 auto;
}

.thumbWrap ul {
    /*margin-top:-3px;*/
    float: left;
}

    .thumbWrap ul li {
        width: 80px;
        /*padding: 0px 0px 20px 0px;*/
        padding: 0px 8.8px 10px 0;
        text-align: center;
        overflow: hidden;
        float: left;
    }

        .thumbWrap ul li div {
            display: table-cell;
            width: 80px;
            vertical-align: middle;
            cursor: pointer;
            *font-size: 60px;
            float: right;
        }

        .thumbWrap ul li img {
            max-width: 80px;
            max-height: 60px;
            width: expression(this.width > 80 && this.width > this.height ? 80 :true);
            height: expression(this.height >60 ? 60: true);
            vertical-align: middle;
            overflow: hidden;
        }

        .thumbWrap ul li.cur {
            background: url(../images/curBg.gif) no-repeat;
        }

#prevnext {
    width: 800px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    margin: 10px auto;
    padding-bottom: 50px;
    cursor: pointer;
}

.prevs a {
    color: #a9abae;
    font-size: 12px;
    text-decoration: none;
    float: left;
}

    .prevs a:hover {
        color: #a55f23;
        font-size: 12px;
        float: left;
    }

.nexts a {
    color: #a9abae;
    font-size: 12px;
    text-decoration: none;
    float: right;
}

    .nexts a:hover {
        color: #a55f23;
        font-size: 12px;
        float: right;
    }

#foottext span a {
    color: #a9abae;
}

    #foottext span a:hover {
        color: #fcdfb3;
    }

/* 缩图按钮 */
/*.thumbPrev, .thumbNext
{
    width: 100px;
    height: 39px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none;
}

    .thumbPrev span, .thumbNext span
    {
        display: none;
    }

.thumbPrev
{   z-index:999;
    left: 0px;
    top: 39px;
    background: url(../images/Yprev.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/Yprev.png");
    _background: none;
}

.thumbNext
{
    left: 0px;
    bottom:49px;
    background: url(../images/Ynext.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/Ynext.png");
    _background: none;
}*/
