﻿@charset "utf-8";
/* Style Reset*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h2, font {
    margin: 0;
    padding: 0;
    border: 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

img {
    border: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden
}
.clearfixed:after{
    content: "";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
a {
    text-decoration: none;
    outline: 0;
}

html {
    overflow-x: hidden;
}

.center {
    text-align: center;
}

.center img {
    border: 1px solid #ccc;
}

/* fixed */
.fixed {
    position: fixed;
    width: 55px;
    height: 212px;
    right: 25px;
    bottom: 50px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    z-index: 99999;
}

.fixed a {
    display: block;
    width: 55px;
    height: 53px;
}

.barbook {
    background: url(../images/fixed.jpg) 0 0 no-repeat;
}

.barbook:hover {
    background-position: -54px 0;
}

.fixed a.codepic {
    background: url(../images/fixed.jpg) 0 0 no-repeat;
    background-position: 0 -53px;
    height: 52px;
}

.fixed a.codepic:hover {
    background-position: -54px -53px;
}

.fixed div {
    position: relative;
}

.fixed a.backup {
    background: url(../images/fixed.jpg) 0 0 no-repeat;
    background-position: 0 -158px;
    height: 52px;
}

.fixed a.backup:hover {
    background-position: -54px -158px;
    height: 53px;
}

.fixed div img {
    position: absolute;
    left: -196px;
    width: 196px;
    height: 196px;
    top: -106px;
    display: none;
}

/*header*/
body {
    color: #606060;
    font-size: 12px;
    overflow-x: hidden;
    background: #fff
}

a {
    color: #333;
}

.header {
    width: 100%;
    min-width: 1004px;
    height: 68px;
    padding-top: 16px;
    position: relative;
    z-index: 9;
    background: #262626;
}

.logo {
    float: left;
    display: inline;
}

.headerr {
    float: right;
    width: 366px;
}

.tel {
    float: right;
    width: 380px;
}

.tel span, .tel p {
    width: 348px;
    display: block;
    float: right;
    text-align: right;
}

.tel span {
    background: url(../images/tel.gif) right center no-repeat;
    padding-right: 30px;
    font: 22px/26px 'Microsoft Yahei';
    color: #f5a30f;
}

.tel p {
    color: #fff;
    font: 30px/40px 'Impact';
}

.notice {
    width: 100%;
    height: 85px;
    background: #333;
    position: relative;
    z-index: 999;
    color: #fff;
    line-height: 85px;
}

.notice b {
    font-size: 16px;
    float: left;
    font-family: 'Microsoft Yahei'
}

.notice marquee {
    float: left;
    display: inline;
    margin-left: 20px;
    width: 400px;
}

.search {
    position: relative;
    padding-top: 27px;
    float: right;
    width: 373px;
    z-index: 9999;
    height: 32px;
    line-height: 32px;
    display: inline;
}

.text {
    float: left;
    width: 237px;
    padding-left: 5px;
    color: #707070;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d4d4d4;
}

.button {
    float: left;
    width: 33px;
    margin-left: 3px;
    height: 32px;
    display: inline;
    background: url(../images/button.gif) center top no-repeat;
}

.select {
    float: left;
    width: 82px;
    margin-left: 3px;
    display: inline;
    background: url(../images/select.gif) left top no-repeat;
    position: relative
}

.select select {
    margin: 5px auto;
    width: 80px;
}

div.selectbox-wrapper {
    border: #d4d4d4 1px solid;
    overflow: hidden;
    width: 80px;
    *left: 0;
    position: absolute;
    background: #fff;
    text-align: left;
    *margin-top: 0;
    z-index: 10;
}

div.selectbox-wrapper ul li.selected {
    background: #efefef;
}

div.selectbox-wrapper ul li.current {
    color: #fff;
    background: #9ba8b8
}

div.selectbox-wrapper ul li {
    text-align: center;
    padding-right: 3px;
    padding-bottom: 3px;
    width: 100%;
    cursor: pointer;
    line-height: 20px;
    padding-top: 3px;
    font-size: 12px;
    color: #666;
}

.selectbox {
    border: none;
    display: block;
    width: 80px;
    text-indent: 8px;
    cursor: pointer;
    background: none;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    color: #707070;
}

.menu {
    width: 100%;
    height: 85px;
    line-height: 85px;
    background: #f5a30f;
}

.menu ul {
    width: 1004px;
    margin: 0 auto;
}

.menu li {
    float: left;
    display: inline;
    margin: 0 5px;
}

.menu li a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 18px;
    color: #262626;
    font-family: 'Microsoft Yahei';
    padding: 0 15px;
}

.menu li a:hover, .menu li a.cur {
    background: #624207;
    color: #fff;
}

.banner {
    width: 100%;
    position: relative;
    height: 450px;
}

.main_content {
    width:  100%;
    position: relative;
    zoom: 1;
    min-height: 450px;
    _height: 450px;
}

.nf_hp_kv {
    height: 450px;
    position: relative;
    width:  100%;
}

.nf_hp_kv .window {
    height: 450px;
    overflow: hidden;
    position: relative;
    width:  100%;
}

.nf_hp_kv .window .kv_item {
    height: 450px;
    overflow: hidden;
    position: absolute;
    width:  100%;
}
.nf_hp_kv .window .kv_item img{
    width: 100%;
    height:100%;
}

.js_nav {
    left: 0;
    display: none;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.js_nav li {
    display: inline;
    float: left;
    height: 6px;
    width: 20px;
}

.js_nav li a {
    display: inline;
    float: left;
    height: 6px;
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

.js_nav li.active a, .js_nav li a:hover {
    background: #f00
}

.btn_prev {
    left: -33px;
}

.btn_next {
    right: -33px;
}

.btn_prev, .btn_next {
    height: 58px;
    position: absolute;
    top: -245px;
    width: 58px;
}

.btn_prev a, .btn_next a {
    display: block;
    overflow: hidden;
    height: 58px;
    width: 58px;
    font: 82px/58px '宋体';
    color: #999;
    text-align: center;
}

.btn_prev a:hover, .btn_next a:hover {
    color: #f5a30f;
}

.arrowmain {
    position: relative;
    width: 1004px;
    margin: 0 auto;
}

.icontact {
    background: #f6f5f1;
    padding-top: 28px;
    width: 100%;
    height: 95px;
}

.icontactli {
    float: left;
    color: #000;
    width: 245px;
    font: 12px/1.5 'Microsoft Yahei';
}

.icontactli p {
    font: 18px/1.5 'Microsoft Yahei';
}

.icontactli img {
    float: left;
    margin-right: 10px;
}

/* index-common*/
.more {
    background: url(../images/more.png) 0 0 no-repeat;
    width: 110px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}

.ititle {
    text-align: center;
    font-size: 24px;
    color: #262626;
    font-family: 'Microsoft Yahei';
    height: 69px;
    width: 100%;
    margin: 0 auto;
}

.ititle font {
    height: 35px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    font-size: 32px;
    font-family: 'Arial';
    color: #f5a30f;
}

/* index*/
.newsarea {
    padding-top: 38px;
    height: 190px;
}

.hdp_container {
    width: 258px;
    height: 158px;
    float: left;
    position: relative;
    display: inherit;
    font-size: 12px;
    overflow: hidden;
    margin: 0 40px 0 20px;
}

.news_more {
    margin-top: 55px;
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 110px;
    text-align: center;
    color:#fff;
    background: url(../images/more.png) 0 0 no-repeat;
    font-size:14px;
}

.news {
    float: right;
    line-height: 30px;
    padding-right: 15px;
    width: 445px;
    font-size: 14px;
    color: #777;
}
.news p{
    height: 95px;
    overflow: hidden;
    text-indent: 2em;
}
.news_t {
    width: 410px;
    margin-bottom: 15px;
    padding: 0 50px;
    height: 23px;
    background: url(../images/news_t.gif) top left no-repeat;
}
.news_t p{
    max-height:90px;
    overflow:hidden;
}
.news_t a {
    width: 310px;
    color: #000;
    font: 22px/1 'Microsoft Yahei';
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newstime {
    font-size: 16px;
    margin-top: 15px;
    color: #000;
    font-family: 'Microsoft Yahei'
}

.case {
    padding-top: 38px;
    height: 580px;
    width: 100%;
    background: #f6f5f1;
}

.case ul {
    width: 1100px;
    margin-top:30px;
}

.case li, .list li {
    width: 300px;
    float: left;
    margin-right: 10px;
    display: inline;
    height: 342px;
    padding: 10px;
    background: #dedede;
}

.list li {
    margin-bottom: 30px;
    height: 322px;
}

.casenav {
    height: 76px;
    margin-top: 28px;
    text-align: center;
}

.casenav a {
    color: #000;
    font: 14px/36px 'Microsoft Yahei';
    display: inline-block;
    text-align: center;
    width: 106px;
    height: 36px;
    background: #fff;
    margin: 0px 11px 0;
}

.casenav a:hover {
    color: #fff;
    background: #f5a30f;
}

.proname {
    line-height: 27px;
    padding-top: 8px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: '宋体';
}

.protxt {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.proname .time {
    display: block;
    font-family: 'Microsoft Yahei';
}

.knowledge {
    padding-top: 38px;
    height: 470px;
}

.knowledge ul {
    margin: 35px 20px 0;
    height: 290px;
    overflow: hidden;
    width: 450px;
    float: left;
}

.knowledge li {
    border: 1px solid #dedede;
    width: 448px;
    margin-bottom: 10px;
    font-size: 14px;
}

.knowledge li a {
    line-height: 42px;
    width: 408px;
    display: block;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.knowledge li.cur a {
    background: #f5a30f;
    color: #fff;
}

.knowledge li p {
    display: none;
    width: 408px;
    padding: 10px 20px;
    line-height: 32px;
    height:90px;
    overflow:hidden;
}

.knowledge .newsmore {
    margin-top: 18px;
}

.service {
    width: 100%;
    height: 440px;
    background: #f6f5f1;
    padding-top: 38px;
}

.service ul {
    width: 1300px;
}

.service ul li {
    width: 436px;
    float: left;
    margin: 50px 100px 0 0px;
    display: inline
}

.service img {
    float: left;
    width: 100px;
    height: 75px;
}

.servicetxt {
    width: 326px;
    float: right;
    color: #717171;
    font-size: 14px;
    line-height: 24px;
    height:82px;
    overflow:hidden;
}

.servicetxt font {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #292929;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.service li a font:hover {
    color: #f16564;
}

.service li a:hover {
    color: #3f3f3f;
}

.service .newsmore {
    border-top: 1px solid #e2e2e2;
}

.newsmore {
    width: 980px;
    margin-top: 68px;
    float: left;
    text-align: center
}

.newsmore a {
    margin: -16px auto 0;
}

.main, .fyMain {
    width: 980px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.fyMain {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
}

/* foot*/
.footclear {
    width: 100%;
    clear: both;
    margin: 0 0 0px 0;
    height: 0px;
    font-size: 0;
    overflow: hidden;
}

.foot {
    width: 100%;
    min-width: 1004px;
    color: #fff;
    background: #333;
}

.f_link {
    width: 100%;
    height: 76px;
    line-height: 76px;
    color: #fff;
    background: #f5a30f
}
.f_link span{
    font-size: 20px;
}
.foot .f_link a {
    padding-left: 20px;
    color: #fff;
}

.bottomnav {
    width: 100%;
    background: #fff;
    height: 29px;
    line-height: 29px;
    padding: 8px 0;
    border-top: 2px solid #f5a30f;
}

.foot .bottomnav a {
    color: #333;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    _display: inline;
    _zoom: 1;
}

.bottomnav a:hover {
    color: #fff;
    background: url(../images/bootnav.gif) center no-repeat;
}

.bootTxt {
    text-align: center;
    width: 962px;
    padding:10px 0;
    line-height: 30px;
}

.foot a {
    color: #fff;
}

.share {
    width: 230px;
    display: inline-block;
    margin-top: 33px;
    float: left;
    margin-left: 30px;
}

/* 二级页面*/
.telbar {
    margin-top: 10px;
    color: #624207;
    font: 14px/1 'arial';
    text-transform: uppercase;
    text-align: center;
}

.vtitle {
    width: 100%;
    padding-top: 43px;
    height: 100px;
    background: #fff;
}

.vtitlemain {
    height: 74px;
    width: 350px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 0px;
}

.vtitlemain span b {
    white-space: nowrap;
    font: 24px/24px 'Microsoft Yahei';
    width: 100px;
    overflow: hidden;
    color: #000;
    margin-top: -10px;
    display: inline-block;
}

.vtitlemain span {
    width: 153px;
    display: block;
    margin: 20px auto 0;
}

.vtitlemain font {
    color: #f5a30f;
    white-space: nowrap;
    font: 32px/32px 'Arial';
    text-transform: uppercase;
}

.vnav {
    width: 100%;
    margin-bottom: 33px;
    background: #f5a30f;
    height: 27px;
    text-align: center;
    padding-top: 11px;
    color: #624207;
}

.vnav a {
    margin: 0 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #624207;
    font-size: 14px;
}

.vnav a:hover, .vnav a.cur {
    color: #fff;
    background: #624207;
}

.viewcon {
    background: #fff;
    overflow: hidden;
    margin: 0 12px 36px;
    width: 940px;
    display: inline;
    word-break: break-all;
    color: #6c4c30;
    font-size: 14px;
    float: left;
    padding: 0px 20px 20px;
    line-height: 30px;
    font-size: 14px;
}
.pagebox img{
    width:80%;
    display:block;
    margin:0 auto 20px;
}
.membermain {
    padding-top: 20px;
}

.pro_txtimg {
    float: left;
    margin-bottom: 20px;
}

.pro_txtimg li {
    float: left;
    width: 980px;
    padding: 4px;
    height: 162px;
    background: #fff;
    margin-bottom: 30px;
}

.pro_li_img {
    float: left;
    width: 220px;
}

.proimg, .proimg img {
    display: block;
}
.proimg img{
    width: 300px;
    height:225 ;
}

.pro_txtimg .proimg img {
    border: 10px solid #dedede
}

.pro_li_txt {
    display: inline;
    width: 682px;
    padding: 0 15px 0 30px;
    height: 163px;
    color: #787878;
    line-height: 36px;
    font-size: 12px;
}

.pro_li_txt p {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #333;
    font-family: "microsoft yahei"
}

.protitle {
    float: left;
    width: 100%;
    font: bold 16px/1 "microsoft yahei";
    margin: 16px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
}

.pro_li_txt a:hover {
    color: #624207
}

.list {
    width: 1100px;
}

.news_list {
    width: 980px;
    font-size: 14px;
}

.news_list li {
    float: left;
    width: 950px;
    line-height: 26px;
    padding: 10px 15px;
}

.newseven {
    background: #eee
}

.linebg {
    background: #fff;
}

.news_list li a {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #787878;
}

.news_list li a:hover {
    color: #624207;
}

.news_list li a span {
    cursor: pointer;
}

.news_list li .fl {
    width: 600px;
    display: inline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.news_list li .fr {
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.news_list li p{
    text-indent: 2em;
    color: #666;
    line-height: 2;
    font-size: 14px;
}
.news_line {
    clear: both;
    width: 687px;
    height: 18px;
    margin: 18px 0;
    disp /
    lay: none
}

.news_list p {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 20px;
    color: #ccc;
}

/* list*/

/*news_view*/

.v_title {
    color: #f5a30f;
    font: 24px/24px "microsoft yahei";
    width: 100%;
    text-align: center;
}

.newsview {
    color: #555;
    display: inline;
    width: 100%;
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    float: left;
}

.viewpage {
    background: #eee;
    width: 100%;
    float: left
}

.main_r_nav {
    float: left;
    width: 700px;
    height: 66px;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 10px;
    display: inline;
}

.returnlist {
    width: 50px;
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #624207;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}

.main_r_nav a {
    color: #555;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}

.main_r_nav a:hover {
    color: #624207;
}
.main_r_nav a.b{
    font-weight: bold;
}
.title_s {
    text-align: center;
    border-bottom: 1px dotted #624207;
    margin-bottom: 30px;
    color: #555;
    font-size: 12px;
    line-height: 35px;
}

.viewcon .center img {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: auto;
    max-width: 600px;
    _width: expression(this.width > 600 ? "600px" : this.width);
    overflow: hidden;
}

/* page*/
.page {
    margin-top: 15px;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 34px;
    text-align: center;
    color: #624207;
}

.page a {
    color: #624207;
    padding: 0 10px;
    margin: 0 5px;
    font-weight: bold;
    border: 1px solid #624207;
    background: #fff;;
}

.page * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    padding-bottom: 1px;
}

.page a:hover {
    color: #000;
}

.page img {
    height: auto;
    margin: 0 3px;
}

.page .bg {
    font-weight: normal;
    background: #624207;
    color: #fff;
    margin: 0 5px;
}

.page .disabled {
    padding: 0 10px;
    color: #c5c5c5;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.page .current {
    display: inline-block;
    border: 1px solid #624207;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    background: #624207;
}

.total {
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.reach {
    text-align: left;
    padding-left: 5px;
    height: 32px;
    line-height: 32px;
}

.btn {
    width: 36px;
}

.btn a {
    background: #6d4019;
    color: #fff;
    line-height: 34px;
    width: 64px;
    height: 34px;
    text-align: center;
}

.input_page {
    width: 30px;
    height: 32px;
    text-align: center;
    border: 1px solid #624207;
    font-size: 12px;
    line-height: 32px;
}

.arrow_l {
    border: 10px solid #000;
    margin-top: 10px;;
    display: inline;
    border-color: #f00 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}

/* search*/
.searchnull {
    float: left;
    text-align: center;
    width: 100%;
    padding: 3% 0;
    font-size: 14px;
}

.searchnull font {
    color: #F00;
    font-size: 14px;
}

.searchmore {
    float: left;
    width: 92%;
    background: #efefef;
    text-align: center;
    margin: 10px 20px;
    _margin: 10px;
    border: 1px solid #dbd6f1
}

.searchmore a {
    line-height: 25px;
    color: #333;
}

.input_title {
    background: none;
    line-height: 30px;
    height: 30px;
    padding-left: 7px;
}

/* book*/
.book {
    float: left;
    padding-left: 120px;
}

.bookmain {
    width: 738px;
    margin: 20px auto;
    height: auto;
    background: #fff;;
    overflow: auto;
}

.bookline {
    width: 738px;
    height: 34px;
    float: left;
    margin-top: 10px;
}

.book3 {
    width: 738px;
    margin: 0 auto;
}

.booktop {
    width: 738px;
    height: 30px;
    margin-bottom: 10px;;
    float: left;
    background: url(../images/ico.gif) no-repeat 10px 7px;
}

.booktop_name {
    width: 470px;
    height: 30px;
    float: left;
    padding-left: 30px;
    line-height: 30px;
    font-weight: bold;
}

.booktop_time {
    width: 150px;
    height: 30px;
    float: right;
    color: #b19572;
    text-align: right;
    line-height: 30px;
}

.bookcontent {
    width: 718px;
    margin-bottom: 20px;;
    min-height: 40px;
    height: auto !important;
    float: left;
    border: 1px solid #d9bd99;
    border-radius: 3px;;
    padding: 10px;
    color: #8c6d46;
}

.bookadmin {
    width: 650px;
    height: auto;
    float: left;
}

.bookcon_a {
    color: #a16c5a;
}

.bookcon_a b {
    color: #740f08;
    font-weight: normal;
}

.bookcon_t {
    border-bottom: 1px solid #d9bd99;
    width: 100%;
    color: #8c6d46;
}

.bookadmin_top {
    width: 650px;
    height: 12px;
    float: left;
}

.bookadmin_mid {
    width: 610px;
    min-height: 30px;
    background: #fff;
    height: auto !important;
    height: 30px;
    border-left: 1px solid #d6deef;
    border-right: 1px solid #d6deef;
    border-bottom: 1px solid #d6deef;
    float: left;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.admintimecol {
    color: #5e7194;
}

.c_red {
    color: #f00;
}

.searchred {
    color: #f00 !important;
    margin: 0 !important
}

/* hr*/
.hrBox {
    width: 834px;
    float: left;
    min-height: 91px;
    _height: 91px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    background: #efefef;
    margin-left: 94px;
    _margin-left: 47px;
}

.hrBoxL {
    width: 100px;
    float: left;
    text-align: center;
}

.hrBoxL li {
    width: 100px;
    min-height: 30px;
    _height: 30px;
    line-height: 30px;
    border-bottom: 1px #dbdbdb solid;
    vertical-align: bottom
}

.jobName {
    width: 380px;
    float: left;
}

.hrBtn {
    width: 100px;
    float: left;
    text-align: center;
    padding-top: 3px;
}

.hrBoxL li.haode {
    border-bottom: none;
}

.hrBoxR {
    width: 733px;
    float: left;
    text-align: left;
    border-left: 1px solid #dbdbdb;
}

.hrBoxR li {
    width: 708px;
    min-height: 30px;
    _height: 30px;
    line-height: 30px;
    border-bottom: 1px #dbdbdb solid;
    padding-left: 15px;
    vertical-align: bottom;
    padding-right: 10px;
}

.hrBoxR li.topline {
    overflow: hidden;
    height: 30px;
}

.hrBoxR li.topline img {
    margin-top: 3px;
}

.hrBoxR li.haode {
    border-bottom: none;
}

.hrTable {
    width: 614px;
    float: left;
    height: 440px;
    background: #efefef;
    border: 1px solid #dbdbdb;
    margin-left: 35px;
    _margin-left: 17px;
}

.tableTitle {
    width: 614px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-bottom: 1px solid #dbdbdb;
    font-weight: bold;
}

.lineOne {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    width: 614px;
}

.lineOneL {
    width: 94px;
    float: left;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}

.lineOneR {
    width: 509px;
    float: left;
    padding-left: 10px;
}

.tableMainL {
    width: 94px;
    float: left;
    border-right: 1px solid #dbdbdb;
    text-align: center;
}

.tableMainL li {
    width: 94px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.tableMainR {
    width: 211px;
    float: left;
    border-right: 1px solid #dbdbdb;
    text-align: left;
}

.tableMainR li {
    width: 206px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 5px;
    vertical-align: bottom;
}

.tableMainR li span {
    display: inline-block;
}

.tableMainRno {
    width: 212px;
    float: left;
    text-align: left;
}

.tableMainRno li {
    width: 207px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 5px;
    vertical-align: bottom;
}

.tableMainRno li span {
    display: inline-block;
}

.input_hr {
    width: 126px;
    height: 17px;
    line-height: 17px;
    padding: 0px;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #dbdbdb;
}

.sel_hr {
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    vertical-align: middle;
    font-size: 12px;
}

.bottomLine {
    width: 614px;
    height: 123px;
    border-bottom: 1px solid #dbdbdb;
}

.lineBootL {
    width: 94px;
    height: 123px;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    float: left;
}

.lineBootR {
    width: 509px;
    float: left;
    padding-left: 10px;
    height: 123px;
}

.are_hr {
    width: 470px;
    height: 80px;
    margin-top: 11px;
}

.hr_btn {
    width: 614px;
    height: 31px;
    line-height: 31px;
    background: #6d4019;
    color: #fff;
}

.hr_btnL {
    width: 310px;
    float: left;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    height: 31px;
}

.hr_btnR {
    width: 300px;
    float: left;
    text-align: center;
}

/* hr */
.hr {
    margin: 10px auto;
    width: 95%;
    font-size: 12px;
    line-height: 24px;
    border: 1px #CCC solid;
    border-collapse: collapse;
    background: #efefef;
}

.hr td {
    border: 1px #CCC solid;
    border-collapse: collapse;
    line-height: 2;
}

.hr input, .hr textarea {
    line-height: 1.8;
    height: 25px;
    border: 1px solid #ccc;
}

.hr input[type=radio] {
    height: auto;
    border: 0;
    vertical-align: middle
}

.hr a {
    color: #333;
}

.hr a:hover {
    color: #de0303;
}

.hr_btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
}

#hrform {
    float: left;
    width: 100%;
}

.yzm {
    width: 747px;;
}

.yzm .fl {
    margin-left: 15px;;
}

.message .subbut {
    border: 0;
    background: #f5a30f;
    border-radius: 3px;;
    width: 442px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    font-family: "microsoft yahei";
}

.listcur {
    background: #f5a30f !important
}

.lam_box .box{
    max-width:980px;
}
.lam_box .ow_links span{
    background: #f5a30f;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#f5a30f;
}
.lam_box .ow_links h2 i{
    color: #000;
}
/*//翻页*/
.pages{clear:both; text-align:center; font-size:12px; padding:15px 0 20px 0;color:#7e7064;margin-top:20px;}
.pages a,.pages span{display:inline-block; height:24px;padding:0 9px; margin:0 4px!important; line-height:24px;}
.pages a:link,.pages a:visited{color: #7e7064; line-height:24px; border:1px solid #7e7064; background:#fff;}
.pages a:hover,.pages a:active,.pages span.ctxt{ background:#6d4019; border:1px solid #6d4019;color: #fff; text-decoration:none}