﻿.font_2 {
    font-size: 11px;
    font-style: normal;
    line-height: 150%;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.box {
    border: 1px solid #C0C0C0;
    width: 82px;
    height: 19px;
    clip: rect(0px,81px,18px,0px);
    overflow: hidden;
}

.box2 {
    border: 1px solid #F4F4F4;
    width: 80px;
    height: 17px;
    clip: rect(0px,79px,16px,0px);
    overflow: hidden;
}

select {
    position: relative;
    left: -2px;
    top: -2px;
    font-size: 12px;
    width: 83px;
    line-height: 14px;
    border: 0px;
    color: #909993;
}

.ba {
    FONT-SIZE: 12px;
    COLOR: #000000;
    LINE-HEIGHT: 18px;
}

.bb {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    color: #DD6F00;
    font-style: normal;
    text-decoration: none;
}

html, body {
    font-size: 12px;
    margin: 0px;
    height: 100%;
}

.mesWindow {
    border: #833810 4px solid;
    background: #fff;
}

.mesWindowTop {
    background: #833810;
    height: 26px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    padding: 3 5 0 5;
    color: #fff
}

.mesWindowContent {
    margin: 4px;
    font-size: 13pt
}

.mesWindow .close {
    padding: 0 0 0 0;
    height: 23px;
    width: 25px;
    border: 1;
    cursor: pointer;
    text-decoration: none;
    background: #833810;
    font-size: 12pt;
    font-family: SimHei;
    color: white;
    text-align: center
}

.mesWindow .closeSure {
    height: 25px;
    width: 60px;
    border: 1;
    cursor: pointer;
    border-color: #666
}

.mesWindow .text {
    padding: 0 0 0 0;
    text-align: left;
    font-family: 时尚中黑简体;
    font: 62.5%/1.6 Verdana,'Helvetica Neue',Helvetica,Sans-Serif;
    font-size: 10pt
}

#ad_dl02 {
    Z-INDEX: 1;
    left: 0px;
    VISIBILITY: visible;
    WIDTH: 180px;
    POSITION: fixed;
    TOP: 220px;
    -moz-box-shadow: 0 0 8px #676767;
    -webkit-box-shadow: 0 0 8px #676767;
    box-shadow: 0 0 8px #676767;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

select {
    width: 70px;
    border: solid 1px #ccc;
    appearance: none; /*清除select下拉框默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px; /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    /*background: url("img/arrow.png") no-repeat scroll right center transparent;*/ /*自定义图片覆盖原有的下三角符号*/
}

    select::-ms-expand {
        display: none; /*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
    }

.div-ad1 {
    position: fixed;
    _position: relative;
    z-index: 10;
    right: 0;
    top: 145px;
    width: 200px;
    height: 100px;
}

.div-ad2 {
    position: fixed;
    _position: relative;
    z-index: 10;
    left: 0;
    top: 145px;
    width: 200px;
    height: 100px;
}

.div-ad3 {
    position: fixed;
    _position: relative;
    z-index: 10;
    right: 0;
    top: 125px;
    width: 145px;
    height: 400px;
}

.div-ad4 {
    position: fixed;
    _position: relative;
    z-index: 10;
    right: 0;
    top: 205px;
    width: 200px;
    height: 250px;
}

@keyframes mylogo {
    from {
        left: 5px;
    }

    to {
        left: -5px;
    }
}

@-moz-keyframes mylogo /* Firefox */
{
    from {
        left: 5px;
    }

    to {
        left: -5px;
    }
}

@-webkit-keyframes mylogo /* Safari 和 Chrome */
{
    from {
        left: 5px;
    }

    to {
        left: -5px;
    }
}

@-o-keyframes mylogo /* Opera */
{
    from {
        left: 5px;
    }

    to {
        left: -5px;
    }
}

.imagelogo {
    background: url(images/logo.png) no-repeat;
    float: left;
    position: relative;
    width: 250px;
    height: 130px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    cursor: pointer;
    animation: mylogo 1s linear 0s infinite alternate;
    /* Firefox: */
    -moz-animation: mylogo 1s linear 0s infinite alternate;
    /* Safari 和 Chrome: */
    -webkit-animation: mylogo 1s linear 0s infinite alternate;
    /* Opera: */
    -o-animation: mylogo 1s linear 0s infinite alternate;
    top: 0px;
    left: 0px;
}

.imagelogo2 {
    background: url(images/logo.png) no-repeat;
    float: left;
    position: relative;
    width: 145px;
    height: 400px;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    cursor: pointer;
    animation: mylogo 1s linear 0s infinite alternate;
    /* Firefox: */
    -moz-animation: mylogo 1s linear 0s infinite alternate;
    /* Safari 和 Chrome: */
    -webkit-animation: mylogo 1s linear 0s infinite alternate;
    /* Opera: */
    -o-animation: mylogo 1s linear 0s infinite alternate;
}
