html {
    font-family: 'microsoft yahei ui', 'microsoft yahei', arial, simsun, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
}

body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, hr, input, li, ol, p, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
body{
    min-width: 1200px;
}
img {
    border: 0;
}
a{
    color: #333;
    text-decoration: none;
    outline:none;blr:expression(this.onFocus=this.blur());
}
a:hover{
    color: #333;
    text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}

.web_center{
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.web_width {
    width: 1200px;
}

.web_line{
    border: #eeeeee 1px solid;
}
.web_bottom_shadow {
    -moz-box-shadow: 0px 2px 2px #eeeeee; /* 老的 Firefox */
    box-shadow: 0px 2px 2px #eeeeee;
}
.web_ul{
    list-style-type:none;
}

.web_backgroud_white{
    background-color: #fff;
}
.web_vertical{
    border-left: #eeeeee 1px solid;
}
.web_vertical1{
    border-left: #6c6b6b 1px solid;
}

/*label*/
.web_label{
    margin-top: 30px;
    margin-bottom: 30px;
}
.web_label a{
    color: #333;
    margin-left: 2px;
    margin-right: 2px;
}
.web_label a:hover{
    color: #f8823d;
}

/*头部菜单CSS*/
.web_nav {
    background-color: #333333;
    height: 50px;
    line-height: 50px;
    color: #f5f5f5;
    font-size: 16px;
}

.web_nav a {
    font-size: 16px;
    color: #f5f5f5;
}

.web_nav a:hover {
    color: #f8823d;
}

.web_nav .welcome {
    margin-left: 10px;
}

.web_nav .welcome a {
    margin-right: 10px;
}

.web_nav .menu a {
    margin: 0 10px 0 10px;
}

.web_nav .menu span {
    margin-left: 10px;
    margin-right: 10px;
}

/*头部导航*/
.web_header {
    height: 86px;
    background-color: #fff;
}

.web_header .logo {
    width: 222px;

}

.web_header .menu ul li {
    float: left;
    margin-left: 40px;
}

.web_header .menu a {
    line-height: 86px;
    display: inline-block;
    font-size: 18px;
    color: #333333;
}

.web_header .menu a:hover {
    color: #f8823d;
}

.web_header .menu .active a {
    color: #f8823d;
}

.web_footer{
    margin-top: 30px;
    background-color: #333;
    color: #d2d2d2;
}
.web_footer .content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.web_footer .content a{
    color: #d2d2d2;
}
.web_footer .content a:hover{
    color: #f8823d;
}
.web_footer .link{
    width: 250px;
    float: left;
    height: 180px;
}
.web_footer .link span{
    color: #fff;
    font-size: 16px;
}
.web_footer .link a{
    display: block;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
}

.web_footer .contact{
    float: left;
    height: 180px;
}
.web_footer .contact span{
    color: #fff;
    font-size: 16px;

}
.web_footer .contact a{
    display: block;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
}
.web_footer .contact p{
    margin-left: 10px;
}
.web_footer .line{
    margin-top: 40px;
    border-bottom: #6c6b6b 1px solid;
}
.web_footer .footer_cont{
    margin-top: 20px;
    text-align: center;
}
.web_footer .footer_cont .menu a{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.web_footer .footer_cont p{
    line-height: 35px;
}
.web_content{
    line-height: 30px;
}


/*分页*/

.pagesize{
    text-align: right;
    padding-right: 100px;
    padding-top:20px;
    padding-bottom:20px;

}
.page_ubox {
    font-size: 14px;
}

.page_ubox {
    overflow: hidden;

}
.page_ubox UL{
    list-style-type: none;
}
.page_ubox UL LI{
    display: inline-block;
}
.page_ubox a {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    padding: 0px 10px;
    height: 28px;
    line-height: 25px;
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #ddd;
}

.page_ubox a.curr {
    border: 1px solid #fff;
    color: #827243
}

.page_ubox a:hover {
    border: 1px solid #f8823d;
    color: #fff;
    background: #f8823d;
}

.page_ubox li.am-active a {
    font-size: 14px;
    background: #f8823d;
    color: #fff;
    border: 1px solid #f8823d;
}
.alert_msg{
    border: #f8c8aa 1px solid;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: #f85e44;
}
.alert_msg1{
    border: #f8c8aa 1px solid;
    padding: 5px;
    color: #f85e44;
}


.hf10{
    color: #FFF;
    display:inline-block;
    background-color:#f85e44;
    font-size:12px;
    padding:5px;
    padding-left:8px;
    padding-right:8px;
}
.hf10:hover{
    background-color: #f85e44;
}
.hf11{
    color: #f85e44;
    font-size: 12px;
    text-decoration: underline;
}
.hf11:hover{
    color: #f85e44;
    text-decoration: underline;
}
.hf05 a{
    color: #666666;
}
.hf05 a:hover{
    color: #f85e44;
}


.tab01{
    background-color: #f0f0f0;
    border:0;

}
.tab01 tr td{
    background-color: #FFF;
    font-weight:normal;
    height:48px;
    line-height:48px;
    font-size:12px;
    color:#666666;
    text-align:center;
    padding-left:4px;
    padding-right:4px;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.tab01 .title td{
    background-color:#f5f5f5;
    font-weight:bold;

}