﻿@charset "utf-8";
/* CSS Document */

div, form, img, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, hr {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.black {
    color: #090909;
}

/*banner开始*/
#lanrenzhijia {
    width: 100%;
    height: 200px;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 170px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 15px;
        border-radius: 5px;
        background: #999;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: #0092CE;
        }
/*banner结束*/

.fr {
    float: right;
}

.fl {
    float: left;
}

textarea {
    resize: none;
    margin: 0;
    padding: 0;
}

.gr_right1_1_zf {
    background-color: #eaeaea;
    padding: 8px;
}

.pl_sc1, .pl_sc2 {
    margin-left: 0px;
    width: 20px;
    height: 20px;
    float: left;
}

.floats {
    float: left;
}

.ct {
    text-align: center;
}

.logshow {
    margin-left: 30px !important;
}

li {
    list-style-type: none;
}

body {
    background: url(../images/bg7.jpg) no-repeat fixed top center #090909;
    background-attachment: fixed;
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

a {
    text-decoration: none;
    color: #333;
}

iframe {
    margin: 0;
    padding: 0;
}

.sy_gg_hd {
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.bg_hui {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333;
    opacity: 0.7;
    z-index: 999;
}


.boxshow {
    box-shadow: 0 0 2px #666;
    background-color: #fefefe;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}


    .boxshow h4 {
        text-indent: 2em;
    }

    .boxshow a {
        color: #333;
    }

    .boxshow hr {
        background-color: #E5E5E5;
        border: none;
        height: 1px;
        margin: 10px;
    }



.home_fys {
    margin-top: 5px;
    color: #ccc !important;
    text-align: center;
}

    .home_fys a {
        border: #ddd 1px solid;
        color: #666;
        padding: 2px 5px;
        margin-left: 2px;
    }

        .home_fys a:hover, .page_list a:active {
            border: #e1e6ed 1px solid;
            color: #666;
            background-color: #D3E1F6;
        }

    .home_fys span.current {
        border: #ddd 1px solid;
        padding: 2px 5px;
        font-weight: bold;
        margin-left: 2px;
        color: #FFF;
        background-color: #15428b;
    }

    .home_fys span.disabled {
        border: #f3f3f3 1px solid;
        padding: 2px 5px;
        margin-left: 2px;
        color: #CCC;
    }

.kuang {
    width: 1040px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.ma_left_10 {
    margin-left: 10px;
}

.f_12 {
    font-size: 12px !important;
}

.f_14 {
    font-size: 14px !important;
}

.f_16 {
    font-size: 16px !important;
}

.f_18 {
    font-size: 18px !important;
}

.b {
    font-weight: bold;
}

.red {
    color: #D70202;
}

.green {
    color: #093;
}

.white {
    color: #FFF;
}

.grey {
    color: #CCC;
}

.b {
    font-weight: bold;
}

.k_1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
}

.mar_top_bot_15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.mar_top_40 {
    margin-top: 40px !important;
}

.mar_ri_le_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.search {
    float: right;
    height: 38px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px #4D4D4D solid;
}

#search_box {
    height: 35px;
    border: none;
    margin-top: 0px;
}

#search_ico {
    background: url(../images/serch_ico.png) no-repeat center;
    height: 38px;
    width: 30px;
    border: none;
}




.footer {
    margin: 0;
    color: #b4bfcc;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    line-height: 30px;
}

#fback {
    background: url(../images/bgsss.png);
    width: 120px;
    height: 120px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: 0px;
    font-size: 12px;
    opacity: 0;
}

.fbacks {
    background: url(../images/bgsss.png);
    width: 150px;
    height: 150px;
    color: #fff;
    text-align: center;
    line-height: 150px;
    position: absolute;
    top: 0px;
    font-size: 12px;
    display: none;
}

.stnone {
    display: none;
}

.Todrag {
    resize: none;
    width: 100%;
    height: 100px;
}

.W_btn_b {
    padding: 0px 10px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 2px;
    height: 26px !important;
    font: status-bar;
    line-height: 30px !important;
    text-decoration: none;
    font-size: 12px !important;
    min-width: 40px;
    width: auto !important;
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    color: #333;
    background-color: #fff;
    border-color: #d9d9d9;
    cursor: pointer;
    margin-left: 20px;
}

.mar_ri_le_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

#UArticle_Prompt, #UPictures_Prompt, #UVideo_Prompt, #Pdata_Prompt, #GUest_Prompt {
    width: 305px;
    text-align: center;
    color: #666;
}

#Prompt {
    text-align: center;
    color: #666;
}

#Prompt1 {
    width: 685px;
    text-align: center;
    color: #666;
}

#Prompt2 {
    width: 685px;
    text-align: center;
    color: #666;
}

#Prompts {
    width: 1000px;
    text-align: center;
    color: #666;
}

#Promptss {
    width: 305px;
    text-align: center;
    color: #666;
}

.pfloat {
    float: right;
}


/*转载*/
.pl_zz {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    display: none;
    z-index: 9999;
}

    .pl_zz h3 {
        margin: 5px;
    }

    .pl_zz textarea {
        margin: 10px 10px 0px 10px;
        width: 278px;
        height: 120px;
    }

/*文章评论*/
.pl_left_wz {
    float: left;
}

.pl_right_wz {
    float: right;
    width: 870px;
}

.pl_right1_wz {
    float: right;
    width: 810px;
    margin-right: 20px;
}

.home_fyf {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .home_fyf a {
        margin-right: 40px;
    }

textarea {
    background-color: #fdfdfd;
    color: #999;
}

.fr {
    float: right;
}

/*列表*/
.slist_list_select {
    position: relative;
    float: left;
    margin-right: 20px;
}

.slist_list_select_a {
    position: relative;
    display: block;
    height: 30px;
    width: 100px;
    border: 1px solid #ccc;
    padding-left: 15px;
}

    .slist_list_select_a span {
        line-height: 33px;
    }

.slist_list_select_list {
    width: 115px;
    border: 1px solid #ccc;
    margin-top: 5px;
    position: absolute;
    top: 35px;
    background-color: #fefefe;
    display: none;
}

    .slist_list_select_list a {
        display: block;
        height: 30px;
        line-height: 30px;
        transition: all 0.5s;
        padding-left: 15px;
    }

        .slist_list_select_list a:hover {
            background-color: #ccc;
        }

.ico {
    position: absolute;
    top: 13px;
    right: 10px;
    border-color: #CECECE #fff #fff #fff;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    vertical-align: -3px;
}

/*访客相关*/
.wz_zjfk h3 {
    margin-left: 20px;
}

.wz_zjfk {
    padding-bottom: 15px;
}

    .wz_zjfk ul {
        margin-left: 10px;
    }

        .wz_zjfk ul li {
            display: block;
            float: left;
            width: 80px;
            text-align: center;
            margin: 10px 0px 0px 6px;
        }

            .wz_zjfk ul li img {
                width: 80px;
                height: 80px;
            }

            .wz_zjfk ul li span {
                line-height: 30px;
                display: block;
            }
/*动态文章格式*/
.gr_right1_1_ct_wz {
    display: inline;
    line-height: 30px;
}

    .gr_right1_1_ct_wz span {
        color: #666;
    }

.gr_right1_1_ct p {
    margin: 5px 10px;
}

.gr_right1_1_ct .wz_pic {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

/*添加好友开始*/
.add_fr {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 220px;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    z-index: 999;
    display: none;
}

.add_frfz {
    font-size: 14px;
}

.add_fr textarea {
    width: 298px;
    margin: 0;
    padding: 0;
    height: 110px;
    resize: none;
    margin-top: 5px;
}

.add_frtj {
    width: 170px;
    margin: 10px auto 0 auto;
}
/*视频图标*/
.videopic {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0.6;
    transition: all 0.4s;
}

.wz_ma:hover .videopic {
    opacity: 1;
}

.newbox {
    resize: none;
    width: 98%;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    display: block;
}

.wz_ma {
    position: relative;
    float: left;
}

.Genderwh img {
    display: block;
    float: left;
    margin-top: 4px;
}

.file {
    display: none;
    position: absolute;
    opacity: 0;
    width: 66px;
    left: 50px;
}
/*发送私信*/

.send_fr {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 220px;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    z-index: 999;
    display: none;
}

.send_frfz {
    font-size: 14px;
}

.send_fr textarea {
    width: 298px;
    margin: 0;
    padding: 0;
    height: 135px;
    resize: none;
    margin-top: 5px;
}

.send_frtj {
    width: 170px;
    margin: 10px auto 0 auto;
}

/*4R4P小助手*/
.xzs_4r4p {
    font-family: "微软雅黑";
    font-size: 14px;
}

    .xzs_4r4p .xzs_tittle {
        text-align: right;
    }

.xzs_nei li {
    display: block;
    background: url(../images/xzs_07.png) no-repeat left top;
    padding-left: 75px;
    margin-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.xzs_nei .first {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

.xzs_nei li span {
    color: red;
}

.xzs_nb {
    line-height: 30px;
    background: #F0F0F0;
    padding-left: 20px;
    border-radius: 5px;
    margin: 3px 0;
    padding-right: 10px;
}

.pad_20 {
    padding-left: 20px;
}

.banner_p {
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
}
/*news*/

.pnew {
    width: 1020px;
    margin: 10px auto;
}

.hnew {
    width: 1000px;
    margin: 15px auto 0 auto;
}

.news {
    height: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}

.news_ico {
    margin-left: 40px;
    margin-top: 7px;
    display: block;
    float: left;
}

.news_active {
    line-height: 40px;
    display: block;
    float: left;
    height: 40px;
    margin-left: 10px;
}

    .news_active li {
        line-height: 40px;
        height: 40px;
        display: block;
    }

.news_center {
    display: block;
    line-height: 40px;
    width: 900px;
    font-family: "宋体";
    font-size: 14px;
    height: 40px;
    margin-left: 20px;
}

.news_go {
    display: none;
}

.news_outline {
    border-left: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding-left: 20px;
}

/*按钮相关样式*/
.sxbtn {
    display: block;
    width: 150px;
    float:left;
    height: 50px;
    background-color: #DD1212;
    color: #FFF !important;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 2px #666;
    margin-left:150px;
}

    .sxbtn:hover {
        background-color: #C00;
    }

@media (max-width: 1280px) {
    .footer {
        min-width: 1040px;
    }
