﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

/*body {
    background: #FFF;
}*/

/*body, input, select, button, textarea {
    font-size: 12px;
    font: 12px "微软雅黑";
}*/

ul, li {
    list-style-type: none;
}

a img {
    border: none;
}

a {
    outline: none; /* for Forefox */
}

a {
    star: expression(this.onFocus=this.blur()); /* for Ie*/
}

    a:focus {
        outline: none;
    }

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
}

i, em, cite {
    font-style: normal;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
}

.wrapper {
    width: 1150px;
    clear: both;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 40px;
    clear: both;
    font-size: 12px;
    background: #000;
    position: relative;
}

    .top ul {
        width: 390px;
        height: 40px;
        float: right;
        color: #FFF;
        background: #000;
        line-height: 40px;
        position: absolute;
        left: 50%;
    }

        .top ul li {
            height: 40px;
            float: right;
            display: block;
        }

            .top ul li a {
                color: #FFF;
                padding: 0 15px;
                text-decoration: none;
            }

                .top ul li a:visited {
                    color: #FFF;
                    padding: 0 15px;
                    text-decoration: none;
                }

                .top ul li a:hover {
                    color: #FFF;
                    padding: 0 15px;
                    text-decoration: underline;
                }

.topinfo {
    width: 480px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -470px;
    top: 0px;
    line-height: 40px;
}

.topwb {
    width: 70px;
    position: absolute;
    left: 50%;
    margin-left: 410px;
    top: 9px;
}

.logo {
    width: 960px;
    height: 140px;
    clear: both;
    margin: 0 auto;
    position: relative;
}

.logoimg {
    width: 380px;
    height: 80px;
    background: url(../images/001.jpg) no-repeat scroll left top transparent;
    position: absolute;
    left: 0px;
    top: 30px;
    cursor: pointer;
}

.logoad {
    width: 320px;
    height: 110px;
    position: absolute;
    right: 10px;
    top: 30px;
}

.search {
    width: 200px;
    height: 24px;
    float: left;
    position: absolute;
    right: 8px;
    top: 5px;
}

    .search .bd {
        height: 24px;
        float: left;
        position: relative;
    }

    .search .text {
        width: 120px;
        height: 17px;
        padding: 4px 5px 3px 30px;
        color: #333;
        font-size: 14px;
        border: none;
        position: absolute;
        top: 3px;
        left: 0px;
        background: #fff url(../images/arimage/search/icon.png) left top no-repeat;
    }

    .search .button {
        width: 40px;
        height: 24px;
        line-height: 24px;
        border: none;
        color: #000;
        font-size: 14px;
        background: #FFF;
        vertical-align: middle;
        text-align: center;
        position: absolute;
        top: 3px;
        left: 160px;
    }

.bottomline {
    clear: both;
    height: 70px;
    border-bottom: 2px dotted #8c8c8c;
}

.bottom {
    width: 100%;
    clear: both;
    margin-top: 10px;
    background: #000;
}

.bottomw {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    line-height: 24px;
}

    .bottomw p a {
        color: #FFF;
        text-decoration: none;
    }

        .bottomw p a:visited {
            color: #FFF;
            text-decoration: none;
        }

        .bottomw p a:hover {
            color: #FFF;
            text-decoration: underline;
        }

#nav {
    width: 960px;
    height: 40px;
    clear: both;
    margin: 0 auto;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: bold;
    background: #000;
    position: relative;
}

    #nav ul {
        width: 600px;
        height: 40px;
        margin-left: 20px;
        overflow: hidden;
    }

        #nav ul li {
            width: 100px;
            height: 40px;
            float: left;
        }

            #nav ul li a {
                display: block;
                width: 120px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                overflow: hidden;
                color: white;
                font-size: 16px;
            }

                #nav ul li a:hover {
                    color: black;
                    text-decoration: none;
                    background: white;
                }

.lightbox_ar {
    width: 960px;
    height: 300px;
    clear: both;
    margin: 15px auto 0;
}

.feature_slide {
    width: 960px;
    height: 300px;
    position: relative;
}

.preview_ar {
    margin: 0 auto;
    display: none;
    width: 960px;
    height: 300px;
    overflow: hidden;
}

.preview_ar_wenzi {
    width: 320px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    background-color: #FFF;
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.preview_ar_wenzi_t {
    clear: both;
    padding: 10px 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.preview_ar_wenzi_w {
    clear: both;
    padding: 5px 10px;
    line-height: 20px;
}

.screenshot_ar {
    display: block;
    margin: auto;
}

.feature-slide-list {
    height: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .feature-slide-list a {
        float: left;
        display: inline;
        width: 22px;
        height: 22px;
        background: url(../images/arimage/lightboximg/point.gif) center no-repeat;
    }

        .feature-slide-list a.current {
            background: url(../images/arimage/lightboximg/current.gif) center no-repeat;
        }

        .feature-slide-list a.previous_ar {
            background: url(../images/arimage/lightboximg/previous.png);
            display: none;
        }

        .feature-slide-list a.next_ar {
            background: url(../images/arimage/lightboximg/next.png);
            display: none;
        }

.feature-list_ar {
    display: inline;
}

.hot_tags {
    clear: both;
    _height: 1px;
    position: relative;
}

    .hot_tags ul {
        float: left;
        padding: 10px 5px 10px 68px;
    }

        .hot_tags ul li {
            float: left;
            height: 20px;
            line-height: 20px;
            margin: 3px 15px 3px 0;
        }

    .hot_tags li a {
        float: left;
        display: inblock;
        height: 20px;
        padding-right: 10px;
        color: #CCC;
        text-decoration: none;
        white-space: nowrap;
        background: #00699a url(../images/arimage/general/hot_tags.gif) right -20px no-repeat;
        overflow: hidden;
    }

        .hot_tags li a:hover {
            color: #FFF;
            text-decoration: none;
        }

    .hot_tags ul li a span {
        float: left;
        display: inline-block;
        height: 20px;
        padding-left: 15px;
        _color: #FFF;
        background: url(../images/arimage/general/hot_tags.gif) left top no-repeat;
        cursor: pointer;
        overflow: hidden;
    }

.fanye {
    width: 770px;
    height: 30px;
    clear: both;
    margin: 20px auto 10px;
    text-align: center;
    background: #FFF;
}

.fanye2 {
    width: 670px;
    height: 30px;
    clear: both;
    margin: 20px auto 10px;
    text-align: center;
    background: #FFF;
}

.fanye3 {
    width: 700px;
    height: 30px;
    clear: both;
    margin: 20px auto 10px;
    text-align: center;
    background: #FFF;
}

.fanyetags {
    width: 680px;
    height: 30px;
    clear: both;
    margin: 20px auto 10px;
    text-align: center;
    background: #FFF;
}

#pages {
    padding: 10px 0;
    font-family: 宋体;
}

    #pages a {
        height: 22px;
        padding: 0 10px;
        display: inline-block;
        background: #fff;
        color: #333;
        line-height: 22px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #e3e3e3;
        margin-bottom: -8px;
    }

        #pages a.a1 {
            width: 56px;
            background: url(../image/pages.png) no-repeat 0px 5px;
        }

        #pages a:hover {
            background: #f1f1f1;
            color: #000;
            text-decoration: none;
        }

    #pages span {
        height: 22px;
        padding: 0 10px;
        display: inline-block;
        background: #D90012;
        color: #fff;
        line-height: 22px;
        text-align: center;
        border: 1px solid #D90012;;
    }

.contentcomment {
    width: 950px;
    clear: both;
    padding: 0 5px;
    background: #FFF;
}

.memberfavorite {
    width: 50px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 12px;
    color: #00699a;
    background: url(../images/arimage/member/memberstar.png) no-repeat left center scroll;
    position: absolute;
    bottom: 17px;
    right: 0px;
}

.btn1 {
    width: 570px;
    height: 48px;
    display: block;
    background-image: url(../images/arimage/general/btn1-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    .btn1:hover {
        width: 570px;
        height: 48px;
        display: block;
        background-image: url(../images/arimage/general/btn1-2.jpg);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

.btn2 {
    width: 80px;
    height: 30px;
    float: right;
    display: block;
    background-image: url(../images/arimage/general/btn2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    .btn2:hover {
        background-position: 0 -30px;
    }

.btn3 {
    width: 570px;
    height: 48px;
    display: block;
    background-image: url(../images/arimage/general/btn3-1.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    .btn3:hover {
        width: 570px;
        height: 48px;
        display: block;
        background-image: url(../images/arimage/general/btn3-2.jpg);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

a:link {
    /*color: #00699a;*/
    text-decoration: none;
    text-transform: none;
}
/*a:visited {color:#00699a; text-decoration:none; text-transform:none;}*/
.t a {
    /*color: #00699a;*/
    text-decoration: none;
    text-transform: none;
}

a:hover {
    /*color: #000;*/
    text-decoration: underline;
    text-transform: none;
}

a:active {
    color: #000;
    text-decoration: underline;
    text-transform: none;
}

a.afff:link {
    color: #FFF;
    text-decoration: none;
    text-transform: none;
}

a.afff:visited {
    color: #FFF;
    text-decoration: none;
    text-transform: none;
}

a.afff:hover {
    color: #FFF;
    text-decoration: underline;
    text-transform: none;
}

a.afff:active {
    color: #FFF;
    text-decoration: underline;
    text-transform: none;
}
