﻿* {
    margin: 0;
    padding: 0;
}
.index_header {
    width: 1160px;
    margin: 0 auto;
    padding:0px 20px;
    height: 48px;
    background:#aaaaaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_header_l {
    display: flex;
    align-items: center;
}

.index_header_l img {
    height: 48px;
}

.index_header_l .index_header_l_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
    display: inline-block;
    width: 165px;
    height: 30px;
    background: url(../image/Group_179.png) no-repeat center center;
    text-indent: 20px;
    line-height: 30px;
    margin-left: 3px;
}

.index_header_r span:hover {
    color: #ECC952;
    text-decoration: underline;
}

.index_header_r span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    padding-left: 38px;
    cursor: pointer;
    position: relative;
}

.article_header {
    width: 1160px;
    margin: 0 auto;
    padding: 0px 20px;
    height: 130px;
    background:#eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hr {
    border-bottom: 1px solid #F5F6F7;
}

.article_header_l {
    display: flex;
    align-items: center;
    margin-top: 57px;
}

.article_header_l_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #3D1000;
    padding-left: 38px;
    position: relative;
}

.article_header_r {
    padding-top: 4px;
}

.article_header_r_text span:hover {
    cursor: pointer;
    color: #f4c830;
    text-decoration: underline;
}

.article_header_l_text::before {
    content: '|';
    color: #DBDCDF;
    position: absolute;
    top: 0;
    left: 19px;
}

.article_header_r_text {
    text-align: right;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 52px;
}

.article_header_r_text span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #8E939A;
    padding-left: 38px;
}

.g-caption-wrap .search-box.MaxWidth {
    width: 572px !important;
}

.g-caption-wrap .search-box {
    /*  margin-top: 25px;*/
    position: relative;
    width: 532px;
    height: 50px;
    background: #f4c830;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.g-caption-wrap .search-box.MaxWidth input {
    width: 490px !important;
}

.g-caption-wrap .search-box input {
    position: absolute;
    left: 4px;
    top: 4px;
    background: #fff;
    height: 42px;
    line-height: 42px;
    width: 438px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #999999;
}

.g-caption-wrap .search-box .search-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 68px;
    height: 42px;
    cursor: pointer;
    background: url(../image/icons_public.png) -96px 9px no-repeat;
}

input {
    outline: none;
    border: 0;
}

.footer {
    width: 1200px;
    margin: 45px auto 0;
    padding-bottom: 45px;
}

.footer_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #CCCCCC;
    text-align: center;
    margin-top: 16px;
}

.footer_list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_list_a {
    display: inline-block;
}

.footer_list_a a {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #7A7A7A;
}

.footer_list_a a:hover {
    text-decoration-line: underline;
    color: #ECC952;
}

.footer_list_a span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #E6E6E6;
    margin: 0 8px;
}




@charset "utf-8";

/*������ʾ��*/
.Search_Tip_Info {
    display: none;
    width: 532px;
    position: absolute;
    top: 98px;
    left: 0px;
    box-shadow: 0 3px 10px -5px #999;
    z-index: 11;
}

.Search_Tip_Info ul {
    padding: 10px 0px;
    border: 1px solid #f4c830;
    background-color: #fff;
    height: auto;
}

.Search_Tip_Info ul li {
    list-style: none;
    padding: 0px 12px;
    box-sizing: border-box;
    line-height: 26px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    line-height: 40px;
    width: 100%;
    margin-left: 0px;
    font-weight: normal;
}

.Search_Tip_Info ul li .antistop_txt {
    color: #ff6161;
}

.Search_Tip_Info ul li.on {
    background-color: #f0f0f0;
    font-weight: normal;
}

.Search_Tip_Info ul li img {
    border: 0;
    width: 20px;
    height: 20px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.article_header_r_search {
    position: relative;
}


/* // ��¼ */

.index_header_r span:hover {
    color: #ECC952;
    text-decoration: underline;
}

.index_header_r span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    padding-left: 38px;
    cursor: pointer;
    position: relative;
}

.index_header_r {
    display: flex;
    align-items: center;
}

.logined-box {
    line-height: 52px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    margin-left: 38px;
    cursor: pointer;
    position: relative;
}

.logined-box_l {
    opacity: 0.8;
    display: flex;
    align-items: center;
}

.logined-box_l:hover {
    opacity: 1;
}

.icon-person {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../image/avater.png) no-repeat center center;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.icon-pointer {
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: url(../image/icons_public.png) -29px 0 no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 3px;
}

.person-setting {
    position: absolute;
    top: 52px;
    left: 0;
    background: #424547;
    border-radius: 5px;
    padding: 15px 25px;
    z-index: 25;
    opacity: 1;
    display: none;
}

.logined-box:hover .person-setting {
    display: block;
}

.person-setting li {
    padding: 0 16px;
    margin: 10px 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    border-radius: 5px;
    text-align: left;
}

.person-setting li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 32px;
}

.person-setting li:hover {
    background-color: #72777a;
}

.icon-setting {
    background-position: 0 -107px;
}

.person-setting i {
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../image/icon_personalSteeing.png);
    background-repeat: no-repeat;
}

.icon-fabu {
    background-position: 0 -129px;
}

.icon-setting {
    background-position: 0 -107px;
}

.icon-quit {
    background-position: 0 0;
}

.logined-box{
    display:none;
}
/* ��¼ */


#bd_wd {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000) !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 888;
    display: none;
}

#yjfks {
    width: 720px;
    height: 420px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -210px 0 0 -360px;
    background: #fff;
    border: 1px solid #ebedef;
    display: none;
}

    #yjfks h3 {
        height: 55px;
        line-height: 55px;
        color: #333;
        font-size: 18px;
        padding-left: 30px;
        background: #fafafa;
    }

        #yjfks h3 span {
            float: left;
        }

        #yjfks h3 a {
            width: 42px;
            height: 36px;
            text-indent: -100em;
            overflow: hidden;
            background: url(//osshead.fx696.com/headfoot/Content/images/close.png) no-repeat !important;
            float: right;
            display: block;
            margin-top: 8px;
        }

    #yjfks .yjfks {
        padding: 22px 28px;
    }

    #yjfks dl.xzwt {
        overflow: hidden;
        _zoom: 1;
    }

        #yjfks dl.xzwt dt {
            width: 122px;
            line-height: 34px;
            font-size: 14px;
            color: #999;
            float: left;
        }

        #yjfks dl.xzwt dd {
            width: 540px;
            float: left;
            font-size: 0;
        }

    #yjfks dl.nrms {
        overflow: hidden;
        _zoom: 1;
    }

        #yjfks dl.nrms dt {
            line-height: 34px;
            font-size: 14px;
            color: #999;
        }

        #yjfks dl.nrms dd {
            position: relative;
        }

            #yjfks dl.nrms dd textarea {
                width: 630px;
                height: 150px;
                padding: 8px 15px;
                border: 1px solid #dbdee2;
                font-size: 14px;
                color: #333;
                line-height: 24px;
                outline: none;
            }

            #yjfks dl.nrms dd span {
                position: absolute;
                right: 26px;
                bottom: 0;
                line-height: 40px;
                color: #999;
                font-size: 14px;
            }

                #yjfks dl.nrms dd span em {
                    font-style: normal;
                }

    #yjfks .tjbox {
        height: 60px;
        position: relative;
        margin-top: 12px;
    }

    #yjfks dl.xzwt {
        overflow: hidden;
        _zoom: 1;
    }

        #yjfks dl.xzwt dt {
            width: 122px;
            line-height: 34px;
            font-size: 14px;
            color: #999;
            float: left;
        }

        #yjfks dl.xzwt dd {
            width: 540px;
            float: left;
            font-size: 0;
        }

    #yjfks .tjbox .submits:hover {
        background: #1478cd;
    }

    #yjfks .tjbox .submits {
        width: 130px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        border-radius: 3px;
        position: absolute;
        right: 0px;
        top: 20px;
        background: #3e9ae8;
        text-align: center;
        outline: none;
        border: none;
    }

#tishis {
    width: 720px;
    height: 420px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -210px 0 0 -360px;
    background: #fff;
    border: 1px solid #ebedef;
    display: none;
}

    #tishis h3 {
        height: 55px;
        line-height: 55px;
        color: #333;
        font-size: 18px;
        padding-left: 30px;
        background: #fafafa;
    }

        #tishis h3 span {
            float: left;
        }

        #tishis h3 a {
            width: 42px;
            height: 36px;
            text-indent: -100em;
            overflow: hidden;
            background: url(//osshead.fx696.com/headfoot/Content/images/close.png) no-repeat;
            float: right;
            display: block;
            margin-top: 8px;
        }

    #tishis .fxts_p {
        font-size: 14px;
        color: #333;
        line-height: 22px;
        padding: 28px;
    }

        #tishis .fxts_p p {
            padding-bottom: 8px;
        }

