body {
    font: normal normal normal 14px/150% microsoft yahei;
}

.tool_bar {
    height: 30px;
    background: #f3f3f3;
    line-height: 30px;
}

.tool_bar .left {
    width: 350px;
    float: left;
}

.tool_bar li a {
    color: #333;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}

.tool_bar .right {}

.tool_bar .welcome {
    font-size: .8125rem;
    color: #333;
}

.right {
    overflow: hidden;
    float: right;
}

.tool_bar li {
    float: left;
}

.main {
    width: 1010px !important;
    margin: 0 auto;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.hot-icon {
    background: url(../images/hot.gif) no-repeat center;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    position: relative;
    right: -35px;
    top: -45px;
    width: 30px;
    z-index: 10;
}

.head div.w1100 {
    width: 1280px;
    height: 80px;
    margin: 0 auto;
}

.head div.w1100 div.logo {
    margin-top: -4px;
    float: left;
}

.head div.w1100 ul.nav {
    float: right;
    padding-top: 4px
}

.nav li {
    float: left;
    width: 85px;
    height: 30px;
    text-align: center;
    /* margin-left: 8px; */
    margin-top: 20px;
    border-radius: 15px;
}

.nav li a {
    font-size: 18px;
    color: #333;
    padding: 0 5px;
    line-height: 30px;
}

.nav li:hover {
    background-color: #e67818
}

.nav li a:hover {
    color: white;
}

.nav li.on {
    background-color: #e67818
}

.nav li.on a {
    color: white;
}

.lg_box {
    z-index: 9999;
    width: 240px;
    height: 322px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 54px;
    margin-left: -500px;
    border-radius: 10px;
    padding: 8px 20px;
}

.lg_box h2 {
    height: 53px;
    border-bottom: #d9d9d9 1px dashed;
    line-height: 53px;
}

.lg_box h2 b {
    color: #ed5d5d;
    font-size: 18px;
}

.lg_box h2 a {
    float: right;
    color: #14a7db;
    background: url(../images/ico2.png?asdaw) no-repeat left center;
    padding-left: 28px;
    width: 71px;
    height: 26px;
    display: block;
    margin-top: 15px;
}

.lg_n {
    padding-top: 10px;
}

.lg_n li {
    width: 238px;
    height: 34px;
    background: #fff;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
}

.lg_n li img {
    float: left;
    margin: 7px 0 0 16px;
}

.lg_n li input {
    border: 0;
    outline: none;
    float: left;
    height: 34px;
    width: 160px;
    padding: 0 10px;
}

.lg_n li a {
    position: absolute;
    line-height: 34px;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #aaa;
}

.lg_n li a:hover {
    color: #14a7db;
}

.lg_btn {
    margin-top: 20px;
    height: 36px;
}

.lg_btn a {
    width: 99px;
    height: 36px;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.lg_btn a.dl {
    background: #73c83f;
    float: left;
    box-shadow: 0 2px 3px rgba(255, 178, 0, 0.4);
}

.lg_btn a.zc {
    background: #41b9e2;
    float: right;
    box-shadow: 0 2px 3px rgba(237, 93, 93, 0.4);
}

.lg_btn1 {
    margin-top: 12px;
    height: 36px;
}

.lg_btn1 a {
    width: 215px;
    height: 36px;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background: #ff9c00;
    box-shadow: 0 2px 3px rgba(20, 167, 219, 0.4);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.lg_n div {
    float: left;
    margin: 10px;
}

/*登陆后*/

.loginInner {
    margin: 45px 10px;
}

.loginInner p {
    margin-bottom: 3px;
    font-size: 13px;
    text-align: left;
    color: #666;
    line-height: 30px;
    border-bottom: none;
}

.loginInner p span {
    color: #f70606;
}

.loginInner p a {
    color: #666;
    font-size: 13px;
}

.loginInner p a.refresh {
    margin-left: 15px;
    display: inline-block;
}

.loginInner .subLink {
    width: 100%;
    margin: 20px auto 0;
}

.loginInner .subLink a {
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #C61414;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(js/pie.htc);
    position: relative;
}