﻿/*** jqery dialog 遮罩层白条问题
----------------------------------------------------------*/
.ui-widget-overlay {
    /* position: fixed; */
}

.ui-widget-overlay {
    background: #000;
    /* opacity: .2; */
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}

body {margin:0;padding:0;list-style:none;text-decoration:none;width:100%;}


img{display:inline-block;}

p{ margin:0;}

.main{ width:100%;margin:0 auto;overflow:hidden}
#robot{
        position:absolute;
        /*left:90%;*/
        top:755px;
        cursor:pointer;
    }

.header{position:relative; 
    /*background-image:url('../images/index/home_02.jpg');*/
}
    .header .aimagetop {height:401px;
         width: 1280px;
        margin: 0 auto;
    }
    .header .remind {
        height: 300px;
        position: relative;
        padding-top: 97px;
        margin: 0px auto;
        width: 1000px;
        font-size: 12px;
        line-height: 28px;
        color: #333;
        background: url("../image/line.jpg") repeat-y center center;
        
        
    }

        .header .remind .remind-title {
            font-size: 18px;
            color: #ff6704;
        }
    .header img.bgimg {
        width: 88%;
        /*margin: 0 auto;*/
        margin-left: 70px;
        opacity: 0.85;
        filter: "alpha(opacity=85)";
        -ms-filter: "alpha(opacity=85)"; /* 旧版IE */
    }
.header .title{ position:absolute;top:0px;
    /*background-image:url('../images/index/home_01.jpg');*/
    background: #ffffff; 
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2B9DBFE,endColorstr=#B2B9DBFE);*/
    height:77px;line-height:77px;width:100%;box-shadow:2px 3px 4px #e0d9d9;}
.header .title div{ width:1000px;margin:0 auto;position:relative;}
.header .title img.titleimg{position:relative;}
.header .title div span .Login {
    display:inline-block;position:absolute;right:0px;
    width:68px;height:28px;line-height:28px;
    padding-left:25px;color:#fff;  font-weight:bold;
    background: url('../image/登录.png') no-repeat 10px 5px #b90013;
    background-size:12px 12px;
    background-position:12px 8px;
    font-size:12px;
}
.header .title div span .Register {
      display:inline-block;position:absolute;left:0px;
    width:68px;height:28px;line-height:28px;
    text-align:center;color:#7E7E7E;
    background-color:#E9E9E9; font-weight:bold;
 
}
a:link {
    color:#7E7E7E;
}
.header .title div p{height:26px;width:302px;position:absolute;
                     top:32px;left:405px; background-color:#FFF; 
                     border:1px solid #ccc;}
.header .title div span{height:26px;position:absolute;
                     left:880px;top:32px; }
.header .title div input{width:274px; border:none;height:100%;outline: none;}
.header .title div img.btnimg{cursor:pointer;}
.header .menu{position:absolute;bottom:0px; height:34px;width:100%;}
.header .menu div{margin:0 auto;width:1000px;height:34px;}
.header .menu div ul{ margin:0;padding:0; width:100%;}
.header .menu div ul li{height:34px;line-height:34px; width:11.1%;
    float:left;color:#000;list-style:none;
    text-align:center;color:#fff;background-color:#cb1c1d;
    cursor:pointer;border-right:1px solid #cb1c1d;}
.header .menu div ul li.li1{border-left:1px solid #ccc;}
.header .menu div ul li:hover{background-color:#d43536 ;}
.header .menu div ul::after{clear:both; content:"";display: block;height:0;visibility:hidden;}
.content{ height:auto; width:1000px;margin:0 auto;}
/*.footer{width:100%;border-top:7px solid #b90013; margin-top:20px;}
.footer p{font-size:12px;font-family:'Microsoft YaHei';text-align:center;
    color:#333;margin:15px auto;}*/

.title {
    width: 1180px;
    margin: 10px auto 20px auto;
    position: relative;
}

.title_search {
    display: inline;
    margin-left: 329px;
}

    .title_search > input {
        width: 259px;
        height: 32px;
        border-radius: 4px;
        border: 0px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(153,153,153,1);
        line-height: 22px;
        background: rgba(245,245,246,1);
        padding-right:25px;
        padding-left:10px;
    }

    .title_search .btnimg {
        cursor: pointer;
        position:relative;
        left:-25px;
    }

.title span {
    display: inline;
    margin-left: 28px;
    text-align: center;
}

    .title span a {
        display: inline-block;
        width: 66px;
        height: 28px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        border-radius: 2px 0px 0px 2px;
        line-height: 28px;
    }

.title .Login {
    background: #D80C18;
    color: #ffffff;
}

.title .Register {
    background: #E9E9E9;
    color: #666666;
    margin-left: -4px;
}


.menu-container {
    width: 100%;
    min-width: 1180px;
    height: 48px;
    margin: 0 auto;
    background: #D80C18;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul {
    list-style: none;
    padding-left: 0px;
}

.menu > ul > li {
    display: inline;
    float: left;
}

.menu > ul > .separate {
    width: 1px;
    height: 48px;
    color: #fff;
    font-size: 12px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    line-height: 48px;
    opacity: 0.6;
}

.menu ul .item {
    width: 150px;
    height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}

    .menu ul .item > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        .menu ul .item > a:hover {
            font-weight: Bold;
        }

.menu .dropdown-item {
    position: relative;
}

    .menu .dropdown-item:hover .dropdown-item-menu {
        display: block;
    }

.menu .dropdown-item-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 165px;
    top: 48px;
    /*padding-top: 22px;*/
    /*padding-bottom: 24px;*/
    background-color: rgba(216,12,24,1);
    list-style: none;
}

    .menu .dropdown-item-menu li {
        display: block;
    }

    .menu .dropdown-item-menu a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        line-height: 40px;
        height: 40px;
        color: rgba(255,255,255,1);
    }

        .menu .dropdown-item-menu a:hover {
            font-weight: bold;
        }

    .menu .dropdown-item-menu .separate > div {
        width: 110px;
        height: 1px;
        background: rgba(255,255,255,0.6);
        margin-left: 28px;
    }

.footer {
    /*width: 1920px;*/
    width: 100%;
    min-width: 1180px;
    /*height: 243px;*/
    background: #28292C;
    margin: 0 auto;
}

    .footer .footer-content {
        width: 1180px;
        margin: 0 auto;
        position: relative;
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }

        .footer .footer-content .footer-separate {
            height: 1px;
            background: rgba(120,120,120,0.1);
        }

        .footer .footer-content .footer-menu {
            /*height: 22px;*/
            margin-bottom: 22px;
        }

            .footer .footer-content .footer-menu ul {
                list-style: none;
                padding-left: 0px;
            }

                .footer .footer-content .footer-menu>ul>li {
                    display: inline-block;
                    float: left;
                    width: 145px;
                    /*height: 22px;*/
                    font-size: 16px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #fff;
                    line-height: 22px;
                }

                    .footer .footer-content .footer-menu>ul>li>a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        color: #fff;
                    }
            .footer .footer-content .footer-menu .footer-dropdown-item-menu {
                /*height: 22px;*/
                margin-top: 30px;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: rgba(255,255,255,0.4);
                line-height: 30px;
            }

        .footer .footer-content .footer-middle {
            margin-top: 10px;
            margin-bottom: 13px;
            display: flex;
            clear: both;
            align-items: center;
        }

            .footer .footer-content .footer-middle .footer-middle-copyright {
                margin-left: 158px;
                height: 39px;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: rgba(255,255,255,0.33);
                line-height: 26px;
            }

            .footer .footer-content .footer-middle .footer-middle-viewcount {
                font-size: 0px;
                margin-left: 158px;
            }

                .footer .footer-content .footer-middle .footer-middle-viewcount span {
                    display: inline;
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: rgba(255,255,255,0.33);
                    line-height: 26px;
                }

                .footer .footer-content .footer-middle .footer-middle-viewcount .num {
                    display: inline-block;
                    width: 16px;
                    height: 22px;
                    background-color: rgba(255,255,255,0.2);
                    font-size: 16px;
                    font-family: Arial;
                    font-weight: bold;
                    border-radius: 2px;
                    margin-left: 2px;
                    text-align:center;
                }

            .footer .footer-content .footer-middle .footer-middle-qrcode {
                margin-left: 110px;
            }

    .footer .footer-support {
        margin-top: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(255,255,255,0.3);
        line-height: 36px;
    }

        .footer .footer-support a {
            color: rgba(255,255,255,0.3);
        }

.ui-widget-content {
    background: rgba(248,248,248,1);
    /*border-radius: 4px;*/
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-widget-header {
    background: rgba(248,248,248,1);
    padding: 0px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 40px;
    border: 0px;
}

.close {
    color: rgba(155,155,155,1);
}


.ui-widget-header .ui-state-default {
    border: none;
    background: rgba(248,248,248,1);
}

    .ui-widget-header .ui-state-default .ui-icon {
        background-image: url('../image/close_new2.png');
    }

.ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

.ui-widget-header .ui-state-focus {
    outline: none !important;
}

.ui-icon-closethick {
    background-position: 0 0;
}

.right-float-bar {
    display: none;
    position: absolute;
    top: 381px;
    width: 70px;
    background: rgba(247,248,250,1);
    border: 1px solid rgba(235,235,235,1);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

    .right-float-bar .right-float-bar-seperate {
        width: 70px;
        height: 1px;
        background: rgba(229,229,229,0.5);
        border-radius: 1px;
    }

    .right-float-bar > div:nth-child(odd) {
        padding-top: 12px;
        padding-bottom: 12px;
        display:flex;
        flex-direction:column;
        cursor:pointer;
    }

    .right-float-bar > div:nth-child(odd) a {
        margin:0 auto;
    }

        .right-float-bar > div:nth-child(odd) span {
            margin: 6px auto 0 auto;
        }

.allfind_box_detail_title a:link,
.allfind_box_detail_title a:visited {
    color:#333;
}