﻿/*整体风格*/
html {
    background: url('../Picture/ad.png')no-repeat center top;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 15px;
    color: #999999;
    text-align: left;
}

img {
    border-style: none;
}
.a {
    color: #000000;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #f04142;
    text-decoration: none;
}
.lys {
    color: #f04142;
}

.bys {
    color: #000000;
}

.ays {
    color: #2a7df3;
}

/* 结构 */
#topdiv {
    width: 100%;
    height: 100%;
    text-align: center;
}
#basdiv {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFFFFF;
}
/* 标题 */
.log {
    width: 100%;
    height: 50px;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}
.bt {
    width: 100%;
    height: 26px;
    padding-top: 50px;
    overflow: hidden;
    font-size: 15px;
    margin: 0 auto;
    font-family: 微软雅黑;
    text-align: center;
}
    .bt span {
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 21px;
        padding-right: 21px;
        margin-right: 16px;
        background-color: #f04142;
        border: 1px solid #f04142;
        border-radius: 0.3em 0.3em 0em 0em;
    }
        .bt span:hover {
            color: #f04142;
            padding-top: 5px;
            padding-bottom: 10px;
            padding-left: 21px;
            padding-right: 21px;
            margin-right: 16px;
            font-weight: bold;
            background-color: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 0.3em 0.3em 0em 0em;
        }
#xz {
    color: #f04142;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 21px;
    padding-right: 21px;
    margin-right: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.3em 0.3em 0em 0em;
}
#bod {
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}
.tx1 {
    width: 300px;
    height: 26px;
}
.tx2 {
    width: 788px;
    height: 230px;
}
.tp1 {
    width: 120px;
    height: 120px;
}
.tp2 {
    width: 300px;
    height: 200px;
}
.zj {
    width: 100%;
    font-size: 9pt;
}
.zj1 {
    width: 25%;
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #f04142;
}
.zj2 {
    width: 25%;
    height: 300px;
    text-align: center;
}
.zj3 {
    width: 25%;
    height: 30px;
    text-align: center;
}
.butn {
    width: 270px;
    height: 40px;
    border-width: 0px;
    border-radius: 3px;
    background: #FC3A17;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
}
    .butn:hover {
        background: #f04142;
    }