﻿@import "global5.css";


.red {
    color: #8d001a;
}


body {
    width: 100%;
    cursor: default;
    background: url(../image/bg3.jpg) #f8d9a5 fixed;
    color: #525252;
    font-size: 12px;
    font-family: '微软雅黑', '黑体';
}

a {
    text-decoration: none;
    color: #393939;
}

a:hover {
    color: #ab343a;
    text-decoration: none;
}

input {
    border: 0;
    outline: none;
    vertical-align: middle;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
    text-decoration: none;
}




.menu {
    display: table;
    font-family: "微软雅黑";
    font-size: 20px;
}

.menu li {
    float: left;
    width: 130px;
    height: 61px;
    line-height: 61px;
    position: relative;
}

.menu li a {
    color: #820017;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.menu li a.far {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.menu li a:hover,
.menu li.hover a {
    color: #ff5955;
}

.m-dl {
    width: 130px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 44px;
    line-height: 15px;
    background: url(../image/bg0.png) repeat;
}

.m-dl dt {
    color: #9a001d;
    width: 100%;
    display: inline-block;
}

.m-dl dt .eng {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    text-transform: uppercase;
}

.m-dl dd {
    padding-top: 10px;
}

.m-dl dd a {
    display: inline-block;
    font-size: 14px;
    color: #ffeabc;
    padding: 7px 0;
}

.m-dl dd a:hover {
    background: #650013;
}

.menu li.hm {
    width: 80px;
}

.menu li.hm .m-dl {
    width: 80px;
}



.search {
    overflow: hidden;
    height: 26px;
    padding-top: 20px;
}

.search .txt {
    vertical-align: middle;
    width: 160px;
    height: 26px;
    line-height: 26px;
    border: none;
    background: #fff8ec;
    font-family: "微软雅黑";
    color: #9f7731;
    text-indent: 10px;
}

.search .btn {
    vertical-align: middle;
    width: 35px;
    height: 26px;
    border: none;
    cursor: pointer;
}





.minbody {
    width: 100%;
    text-align: left;
    
}


.msgBox {
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    font-size: 12px;
    background: url(../image/load2.gif) #f3f3f3 no-repeat center center;
    ;
    z-index: 9999999999999;
}

.closeMsgBox {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../image/close.gif) no-repeat;
}

.closeMsgBox:hover {
    color: #8e001a;
}

.maskDisabled {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    display: none;
    position: fixed;
    background: #000;
    display: inline-block;
    filter: alpha(opacity=20);
    z-index: 9999999999998;
}



.pagess {
    clear: both;
    margin: 0 auto 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #9E292F;
    color: #fff;
    border: 1px solid #9E292F
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #9E292F;
    padding: 2px 9px;
    margin: 0 3px;
    background: #9E292F;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

.intxt {
    height: 35px
}