﻿/*基本样式*/
html {
    width: 100%;
    min-width:1000px;
}

body {
    width: 100%;
    font-family: "Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";
    color: #444;
    font-size: 12px;
    text-align: left;
    background-color: #f2f2f2;
    overflow-x: hidden;
    position: relative;
}

html, body, div, span, ul, li, ol, dl, dt, dd, table, td, th, p, fieldset, form, pre, blockquote, h1, h2, h3, h4, h5, h6, input, img, a {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

h2 {
    font-size: 12px;
}
i,em{
    font-style:normal;
}
img {
    border: none;
}

a:link {
    color: #444;
    text-decoration: none;
}

a:visited {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #ff5a00;
    text-decoration: none;
}

a:active {
    color: #ff5a00;
    text-decoration: none;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.wrapper2 {
    width: auto !important;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.gaibanclear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.layui-input::-webkit-input-placeholder, .layui-select::-webkit-input-placeholder, .layui-textarea::-webkit-input-placeholder {
    color:#999;
}
/*登录注册页的头部*/
.top1{
    background:#fff;
    padding:16px 0px;
}
.top1 .logo{
    display:block;
    height:63px;
    line-height:63px;
}
.top1 .logo img{
    width:auto;
    height:auto;
    max-height:63px;
    vertical-align:middle;
}
.top1 .lianxi {
    padding:14px 0px 6px;
}
.top1 .lianxi .icon {
    display:block;
    margin-right:16px;
    width:26px;
    height:26px;
    text-align:center;
    line-height:23px;
}
.top1 .lianxi .icon img{
    width:auto;
    height:auto;
    max-width:26px;
    vertical-align:middle;
}
.top1 .lianxi .telCon .dh{
    font-size: 14px;
    color: #333333;
    line-height:20px;
    margin-bottom:5px;
}
.top1 .lianxi .telCon .qq{
    font-size: 14px;
    color: #333333;
    line-height:20px;
}
.top1 .lianxi .telCon .qq img{
    vertical-align:middle;
    margin-bottom:3px;
    margin-left:5px;
}
/*头部样式*/
.topBar{
    min-width:1000px;
    background:#fff;
    height:30px;
    border-bottom:1px solid #F2F2F2;
}
.topBar a{
    display:inline-block;
    height:18px;
    margin:6px 0px;
    font-size: 12px;
    color: #666666;
    line-height:18px;
}
.topBar a:hover{
    color: #01A7f1;
}
.topBar .jrzp{
    padding-right:10px;
    border-right:1px solid #E8E8E8;
    margin-right:10px;
    color: #01A7f1;
}
.topBar .jrzp img{
    width:11px;
    height:17px;
    vertical-align:middle;
    margin-bottom:3px;
    margin-right:10px;
}
.topBar .topBar-r a{
    padding: 0px 16px;
    position:relative;
    border-left: 1px solid #e8e8e8;
}
.topBar .topBar-r a em{
    position:absolute;
    top:0px;
    right:8px;
    display:block;
    width:5px;
    height:5px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FF0000;
}
.topBar .dlh span{
    display:block;
    height: 18px;
    margin: 6px 0px;
    font-size: 12px;
    color: #666666;
    padding-left:10px;
    line-height: 18px;
     border-left: 1px solid #e8e8e8;
     cursor:pointer;
}
.topBar .dlh:hover .dlhCon{
    display:block;
}
.topBar .dlh .dlhCon{
    position:absolute;
    width:120px;
    height:auto;
    padding-top:7px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
    z-index:11;
    display:none;
}
.topBar .dlh .dlhCon a{
    display:block;
    text-align:center;
    font-size: 14px;
    color: #333333;
    line-height:16px;
    margin-bottom:16px;
    border-left:none;
}
.topBar .dlh .dlhCon a:hover{
        color: #01A7f1;
}
.top {
    min-width:1000px;
    background:#fff;
    padding:10px 0px;
}
.top .logo{
    display:block;
    max-width:188px;
    height:63px;
    /*line-height:60px;*/
    margin-right:28px;
    text-align:center;
}
.top .logo img{
    width:auto;
    height:auto;
    max-width:188px;
    max-height:63px;
    vertical-align:middle
}

/*导航样式*/
.nav{
    height:63px;
}
.nav ul li{
    float:left;
    margin:0px 9px;
    position:relative;
}
.nav ul li a{
    display:block;
    line-height:63px;
    font-size: 18px;
    color: #408f67;
}
.nav ul li:hover a
,.nav ul li.now a{
   color: #01A7f1;
}
.nav ul li .ej{
    padding-top:10px;
    position:absolute;
    display:none;
    z-index:10;
}
.nav ul li .fenlei{
    width:130px;
    padding:6px 0px 1px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
    
}
.nav ul li:hover .ej{
    display:block;
}
.nav ul li .fenlei a{
    padding:0px 16px;
    height:39px;
    line-height:39px;
    font-size: 14px;
    color: #333333;
}
.nav ul li .fenlei a.now
,.nav ul li .fenlei a:hover{
    background: #F8F8F8;
}
/*footer样式*/
.footer {
    clear: both;
    width: 100%;
    min-width: 1002px;
    font: 12px "Microsoft YaHei";
    background-color: #fff;
}

.footer {
    color: #999;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
}

    .footer a, .footer * {
        font-size: 12px !important;
        font-family: "Microsoft YaHei" !important;
    }

    .footer a {
        text-decoration: none;
    }

    .footer img {
        vertical-align: middle;
    }

    .footer .in,
    .license .in {
        width: 1100px;
        margin: 0 auto;
    }

    .footer .nag {
        margin-bottom: 15px;
    }

        .footer .nag a {
            color: #999;
        }

            .footer .nag a:hover {
                color: #01A7f1;
            }

        .footer .nag .e {
            float: left;
            width: 120px;
            line-height: 24px;
        }

        .footer .nag .e_first {
            position: relative;
            width: 230px;
            padding-left: 74px;
        }

        .footer .nag label {
            position: absolute;
            width: 70px;
            font-size: 14px;
            text-align: right;
            left: 0;
            *margin-top: -5px;
        }

        .footer .nag strong {
            font-weight: normal;
            color: #333;
        }

    .footer .code {
        float: left;
        width: 80px;
        padding-top: 5px;
    }

        .footer .code span {
            display: block;
            text-align: center;
            margin-top: 10px;
        }

    .footer .c_first {
        margin-right: 15px;
    }

    .footer .note {
        position: relative;
        line-height: 24px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .footer .note span {
            position: relative;
            display: block;
            font-size: 12px;
            padding: 0 5px;
            z-index: 2;
        }

    .footer.f2 {
        border-top: 0 none;
    }

    .footer.fixbottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
.footerGg {
    width:100%;
    height:48px;
    padding:14px 0px; 
    position:fixed;
    bottom:0px;
    background:rgba(60,60,60,0.8);
    background:#4D4D4D\9;
    z-index:22;
}
.footerGg .wrapper{
    position:relative;
}
.footerGg span{
    display:block;
    font-size: 20px;
    color: #FFFFFF;
    margin-right:37px;
    line-height:48px;
}
.footerGg .link a{
    display:block;
    float:left;
    width:140px;
    height:48px;
    font-size: 20px;
    color: #FFFFFF;
    text-align:center;
    line-height:48px;   
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
.footerGg .link .ksrz{
    background: #01A7f1;
    margin-right:10px;
}
.footerGg .link .msdl{
    background: #FFBD3C;
}
.footerGg .close{
    display:block;
    width:48px;
    height:48px;
    text-align:center;
    position:absolute;
    top:-13px;
    right:0px;
    cursor:pointer;
}
.footerGg .close img{
    width:14px;
    height:14px;
    margin-top:4px;
}
/*返回顶部样式*/
.goTop{
    cursor:pointer;
    width:48px;
    height:40px;
    padding:12px 0px;
    text-align:center;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    position:fixed;
    top:50%;
    margin-top:-32px;
    right:0px;
    display:none;
}
.goTop span{
    display:block;
    font-size: 14px;
    color: #666666;
    line-height:20px;
    text-align:center;
}
.goTop img{
    width:21px;
    height:12px;
    margin:0px auto;
    margin-bottom:9px;
}
.p1{
    display:block;
}
.congtup2{
    display:none;
}
.goTop:hover{
    background: #01A7f1;
    border: 1px solid #01A7f1;
}
.goTop:hover .p1{
    display:none;
}
.goTop:hover .congtup2{
    display:block;
}
.goTop:hover .p2{
    display:block;
}
.goTop:hover span{
    color: #FFFFFF;
}
/*筛选*/
.main .shaixuan{
    background:#fff;
    padding-bottom:6px;
    margin-bottom:10px;
    border-top:2px solid #01a7f1;
}
.main .shaixuan .sxTit{
    padding:16px 20px;
    height:36px;
    border-bottom:1px solid #E8E8E8;
}
.main .shaixuan .sxTit .bt span {
    font-size: 14px;
    color: #333333;
    line-height:36px;
    margin-right:20px;
}
.main .shaixuan .sxTit .bt i{
    font-style:normal;
    font-size: 12px;
    color: #666666;
    line-height:36px;
    margin-right:10px;
}
.main .shaixuan .sxTit .qkxz{
    display:block;
    width:44px;
    font-size: 12px;
    color: #999999;
    line-height:36px;
    margin-right:20px;
}
.main .shaixuan .sxTit .qkxz img{
    width:12px;
    height:14px;
    vertical-align:middle;
    margin-bottom:3px;
    margin-right:8px;
}
.gsmcx{
   /*width: 750px;*/
       width: 437px;
    height: 55px;
    /*margin-left: 84px;*/
    margin-left: 30px;
}
.gsmcx #seaTxt{
    outline: none;
    /*width: 615px;*/
    width: 274px;
    height: 40px;
    float: left;
    line-height: 40px!important;
    padding-left: 10px;
    background: #F4F4F4;
    border-top: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    border-right: none;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}
.gsmcx #seaBtn{
     display: block;
    width: 95px;
    height: 42px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #FFFFFF;
    background: #01a7f1;
}
.gsmcx #seaBtn:hover{
    background: #01A7f1;
}
.main .shaixuan .yx{
    width:410px;
    overflow:hidden;
}
.main .shaixuan .yx ul li{
    float:left;
    width:75px;
    height:36px;
    margin-right:5px;
    position:relative;
}
.main .shaixuan .yx ul li .xzxm{
    display:block;
    width:68px;
    height:32px;
    text-align:center;
    line-height:32px;
    margin-top:2px;
    font-size: 12px;
    color: #01A7f1;
    border: 1px solid #01A7f1;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.main .shaixuan .yx ul li .close1{
    width:12px;
    height:12px;
    text-align:center;
    line-height:9px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    background:#fff;
}
.main .shaixuan .yx ul li .close1 img{
    width:auto;
    height:auto;
    max-width:12px;
    max-height:12px;
    vertical-align:middle;
}
.main .shaixuan .sxfl{
    padding:16px 20px 0px; 
}
.main .shaixuan .sxfl .sxflCon{
    margin-bottom:7px;  
    position:relative;
}
.main .shaixuan .sxfl .flname {
    display:block;
    line-height:36px;
    font-size: 14px;
    color: #666666;
    margin-right:20px;
}
.main .shaixuan .sxfl .xiala{
    cursor:pointer;
    display:none;
}
.main .shaixuan .sxfl .xiala span{
    display:block;
    float:left;
    font-size: 14px;
    color: #01A7f1;
    line-height:36px;
}
.main .shaixuan .sxfl .xiala img{
    float:left;
    width:12px;
    height:6px;
    margin-top:15px;
    margin-left:10px;
}
.main .shaixuan .sxfl .flneir{
    width:950px;
}

.main .shaixuan .sxfl .flneir ul {
    width:1000%;
}
.main .shaixuan .sxfl .flneir .dClass ul {
    width:100%;
}
.main .shaixuan .sxfl .flneir .dClass{
    display:none;
}
.main .shaixuan .sxfl .flneir ul li{
    float:left;
    margin-right:3px;
    position:relative;
}
.main .shaixuan .sxfl .erjiCon{
     width:900px;
     padding-top:10px;
    position:absolute;
    top:40px;
    left:0;
    z-index:220;
    background:#FFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    display:none;
}
.main .shaixuan .sxfl .flneir ul li span{
    width:100%;
    position: absolute;
    top: 30px;
    left:50%;
    margin-left:-9px;
    z-index: 222;
    left: 20px;
    display:none;
}
.main .shaixuan .sxfl .flneir ul li:hover span
,.main .shaixuan .sxfl .flneir ul li:hover .erjiCon{
    display:block;
}
.main .shaixuan .sxfl .flneir ul li >a
,.main .shaixuan .sxfl .erjiCon a{
    display:block;
    padding:0px 10px;
    font-size: 14px;
    color: #333333;
    line-height:36px;
}
.main .shaixuan .sxfl .erjiCon a {
    float:left;
     margin-right:3px;
    margin-bottom:9px;
}
.main .shaixuan .sxfl .erji .erjiCon a:hover{
    color:#01A7f1;
}
.main .shaixuan .sxfl .flneir ul li.first >a
,.main .shaixuan .sxfl .flneir ul li:hover >a{
    color: #FFFFFF;
    background: #01A7f1;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.main .qttj{
    border-top:1px solid #E8E8E8;
    padding:16px 20px 10px;
}
.main .qttj .layui-form-label{
    display:block;
    font-size: 14px;
    color: #333333;
    padding:0px;
    width:75px;
    line-height:36px;
    margin-right:10px;
}
.main .qttj .layui-form-item .layui-input-inline{
    width:126px;
}
.main .qttj .layui-input{
    width:126px;
    border-top:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    background: #F4F4F4;
    border-bottom:none;
}
.main .qttj .layui-select-title{
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-bottom:1px solid #e6e6e6;
}
.main .qttj .layui-form-select dl{
    top:37px;
    border-top:1px solid #fff;
     border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    box-shadow:none;
}
.main .qttj .layui-form-select dl dd.layui-this{
    background:none;
    color: #01A7f1;
}
.main .qttj .layui-input:hover
,.main .qttj .layui-input:focus{
    border-color: #e6e6e6!important;
}
.main .qttj .layui-form-selected .layui-input{
    background:#fff;
    border-color: #e6e6e6;
}
.main .qttj .layui-form-item{
    margin-bottom:0px;
}
.main .qttj .layui-form-select dl dd.layui-select-tips{
    display:none;
}
.zwsj{
    background:#fff;
    padding:150px 0px;
    margin-bottom:10px;
}
.zwsj img{
    display:block;
    margin:auto;
}
/*分页*/

/*.pageNav{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}
.pageNav a{
    display: inline-block;
    border: 1px solid #01A7f1;
    text-align: center;
    color: #01A7f1;
    margin: 2px;
    padding: 4px 10px;
    border-radius: 2px;
    cursor:pointer;
}
.pageNav span{
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    margin: 2px;
    padding: 4px 10px;
    border-radius: 2px;
    cursor:pointer;
}*/

.pageNav{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}
.pageNav a{
    font-family: "Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";
    display: inline-block;
    /*border: 1px solid #EC704A;*/
    text-align: center;
    color: #414a60;
    margin: 2px;
    padding: 4px 15px;
    border-radius: 2px;
    cursor:pointer;
    font-size:14px;
}
.pageNav a:hover{
    color: #01A7f1;
}
.pageNav span{
    font-family: "Microsoft YaHei","SimSun","Arial, Helvetica, sans-serif";
    display: inline-block;
    /*border: 1px solid #ccc;*/
    text-align: center;
    color: #ccc;
    margin: 2px;
    padding: 4px 15px;
    /*border-radius: 2px;*/
    cursor:pointer;
    font-size:14px;
}



/*当前位置*/
.position{
    height:48px;
    font-size: 12px;
    color: #999999;
    line-height:48px;
}
.position a{
    color: #999999;
    margin: 0px 5px;
}
.position span{
    margin-left:5px;
}
.position a:hover
,.position span{
    color: #01A7f1;
}
/*弹出层*/
.sjyz{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0; 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    background: rgba(0,0,0,0.60);
    z-index:222;
    display:none;
}
.sjyz .sjyzCon{
    width:280px;
    height:248px;
    padding:40px 70px;
    background:#fff;
    position:relative;
    top:50%;
    left:50%;
    margin-top:-164px;
    margin-left:-210px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.10);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sjyz .sjyzCon #close{
    position:absolute;
    display:block;
    width:43px;
    height:43px;
    text-align:center;
    line-height:40px;
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}
.sjyz .sjyzCon #close img{
    width:auto;
    height:auto;
    max-width:11px;
    max-height:10px;
    vertical-align:middle;
}
.sjyz .sjyzCon .title{
    font-size: 18px;
    color: #333333;
    line-height:24px;
    font-weight:bold;
    margin-bottom:30px;
}
.sjyz .sjyzCon .phone
,.sjyz .sjyzCon .sryzm{
    position:relative;
    border: 1px solid #D8D8D8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}
.sjyz .sjyzCon .phone .fsyzm{
    width:78px;
    height:24px;
    position:absolute;
    top:13px;
    right:10px;
    font-size: 12px;
    color: #FFFFFF;
    text-align:center;
    cursor:pointer;
    line-height:24px;
    background: #3D9CCC;
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.sjyz .sjyzCon .phone .fsyzm:hover{
    background: #01A7f1;
}
.sjyz .sjyzCon .phone input
,.sjyz .sjyzCon .sryzm input{
    height:46px;
    outline:none;
    border:none;
    width:262px;
    padding-left:16px;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sjyz .sjyzCon input::-webkit-input-placeholder{ 
    font-size: 14px;
    color: #999;
}
.sjyz .sjyzCon input::-moz-placeholder{ 
     font-size: 14px;
    color: #999;
}
.sjyz .sjyzCon .sure{
    display:block;
    width:100%;
    height:48px;
    text-align:center;
    line-height:48px;
    font-size: 16px;
    color: #FFFFFF;
    background: #01A7f1;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*右侧浮动*/
#viewbar {
    width: 23px;
    position: fixed;
    _position: absolute;
    top: 50%;
    right:0;
    margin-top:-180px;
}

    #viewbar li {
        cursor: pointer;
        width: 23px;
        overflow: hidden;
        margin-top: 2px;
        word-wrap: break-word;
        *white-space: pre;
        *word-wrap: break-word;
        _word-wrap: normal;
        _white-space: normal;
        _word-wrap: normal;
        padding: 8px 0;
        line-height: 1.2;
        text-align: center;
        font-family: "ËÎÌå";
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        overflow: hidden;
    }

        #viewbar li.view_top {
            height: 17px;
            background: url(/images/viewbartop.gif) no-repeat;
        }

        #viewbar li.view_mqzp {
            background: #D51938;
        }

        #viewbar li.view_jzsx {
            background: #8CA226;
        }

        #viewbar li.view_jgpg {
            background: #358de6;
        }

        #viewbar li.view_jyzp {
            background: #2e997f;
        }
        #viewbar li.view_bqqy{
            background:#01A7f1;
        }


/*导航改版后*/
.left{
    float:left;
}
.right {
    float:right;
}
.revision{
    min-width: 1138px;
    background: #32373E;
}
.revision .wp {
    width: 1100px;
    margin: 0 auto;
    height:42px;
}
.revision .wp .logo_img a{
    display:block;
    width: 100px;
    height: 42px;
    line-height: 39px;
    text-align:center;
}
.revision .wp .logo_img a img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.revision .wp .headerNav {
    float: left;
    margin-left: 23px;
}
.revision .wp .headerNav li {
    padding: 0 16px;
}
.revision .wp .headerNav li a {
    line-height: 42px;
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
}
.revision .wp .headerNav li.now{
    background: #24282C;
}

.revision .wp .headerNav li.now i {
    display:none;
    width:20px;
    height:4px;
    margin: 0 auto;
    background: #FF8E0B;
    border-radius: 2px;
}
.revision .revision_right{
    color:#fff;
    height:42px;
    line-height:42px;
}
.revision .revision_right .download{
    background: url(/images/mbha.png) no-repeat left center;
    padding-left: 14px;
    line-height:42px;
}
.revision .revision_right .download a {
    display: inline-block;
    height: 18px;
    margin: 6px 0px;
    line-height: 18px;
    font-family: STSongti-SC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}
.revision .revision_right .topBar-r a {
    padding: 0px 2px;
    position: relative;
    border-left: none;
    font-family: STSongti-SC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
}

.revision .revision_right .topBar-r .dlh span {
    display: block;
    height: 42px;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    line-height: 42px;
    cursor: pointer;
}
.revision .revision_right .topBar-r .dlh {
    position:relative;
}
.revision .revision_right .topBar-r .dlh .dlhCon {
    position: absolute;
    width: 120px;
    height: auto;
    right:0;
    padding-top: 7px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
    z-index: 11;
    display: none;
}


.revision .revision_right .topBar-r .dlh .dlhCon a {
    display: block;
    height: 18px;
    line-height: 16px;
    margin: 6px 0px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-left: none;
    padding: 0px 8px;
    position: relative;
}
.revision .revision_right .topBar-r .dlh .dlhCon a:hover {
    color: #01A7f1;
}
.revision .revision_right .topBar-r .dlh:hover .dlhCon{
    display: block;
}

.yongimg{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/images/sprite_361857f.png);
    background-position: -76px -174px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}


.yongimg1 {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/images/icon.png);
    background-position: -56px -154px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 7px;
}
.revision .download:hover .drop-tips{
     display: block;
}
.revision .download{
    position:relative;
    margin-left:15px;

}
.revision .drop-tips{
    position: absolute;
    top: 47px;
    right: 0;
     display: none; 
}
    .revision .drop-tips .nodetpl {
        position: relative;
        background-color: #fff;
        width: 782px;
        right: 0;
        top: -5px;
        padding: 10px 10px;
        color: #454545;
        line-height: 20px;
        text-align: left;
        border: 2px solid #8a9499;
        z-index: 9999999;
    }
.revision .drop-tips .nodetpl .arrow{
    border-style: solid;
    border-width: 8px;
    display:block;
    top: -16px;
    right: 30px;
    position: absolute;
    border-color: transparent;
    border-bottom-color: #fff;
}
.revision .drop-tips .nodetpl .h4{
    margin: -10px -15px 15px;
    padding: 0 15px;
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    border-bottom: 1px dotted #ccc;
    text-align: center;
}
.revision .drop-tips .nodetpl .erwei .clearfix:before{
    display: table;
    line-height: 0;
    content: "";
}
.revision .drop-tips .nodetpl .erwei{
    border-right:1px solid #ccc;
    padding-right:16px;
}
.revision .drop-tips .nodetpl .erwei:nth-child(6){
    border-right:0;
    padding-right:0;
}
.revision .drop-tips .nodetpl .erwei .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.revision .drop-tips .nodetpl .erwei dl dt {
    float: left;
    padding: 0 5px;
    width: 115px;
    display:block;
}
.revision .drop-tips .nodetpl .erwei dl dt img {
    width: 99px;
    height: 99px;
    vertical-align:middle;
}
.revision .drop-tips .nodetpl .erwei dl dd {
    margin-left: 125px;
    padding: 8px 0;
}
.revision .drop-tips .nodetpl .erwei dl .zioti{
    margin-left: 35px;
}
.revision .drop-tips .nodetpl .erwei dl dd  a {
    display: inline-block;
    margin: 0;
    padding: 5px 12px;
    cursor: pointer;
    text-decoration: none;
     color: #fff;
    font-size: 12px;
    width: 90px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: none;
    background: #3d9ccc;
    text-shadow: none;
    border: 1px #3b97c4 solid;
    text-align: center;
    vertical-align: middle;
}
.revision .drop-tips .nodetpl .erwei dl dd a .xiazp{
    display: inline-block;
    background-position: 0px -144px;
    background-image: url(/images/header-icons16.7b293174.png);
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top: -1px;
    margin-right: .1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
} 
.revision .drop-tips .nodetpl .erwei dl dd a .android{
    background-position: 0px -16px;
}

/*未登录开始*/
.page-empty__tips {
    line-height: 26px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    text-align:center;
}

.page-empty__tips-login {
    color: #1787fb;
    font-weight: 500;
    cursor: pointer;
}
/*未登录结束*/

