@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
}

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: 999;
}

.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: #515d6b;
    font-size: 12px;
    overflow-x: hidden;
    background: #fff
}

a {
    color: #515d6b;
}

.header {
    width: 100%;
    min-width: 1004px;
    height: 85px;
    padding-top: 10px;
    position: relative;
    z-index: 9;
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
    border-top: 5px solid #fdb139;
}

.logo {
    float: left;
    display: inline;
}

.headerr {
    float: right;
    width: 366px;
}

.headernav {
    background: #45b6c8;
    float: right;
    width: 287px;
    height: 22px;
    padding-top: 10px;
}

.headernav a {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.headernav a:hover {
    color: #404c5a
}

.border3 {}

.search {
    position: relative;
    padding-top: 10px;
    float: right;
    width: 363px;
    z-index: 9999;
    height: 32px;
    line-height: 32px;
    display: inline;
}

.text {
    float: left;
    width: 237px;
    padding-left: 5px;
    color: #333d49;
    height: 32px;
    line-height: 32px;
    background-image: url(../images/text.gif);
    background-repeat: repeat-x;
    background-position: center top;
    border: solid 1px #7a8a9e;
}

.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: #333d49 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: #333d49;
}

.menu {
    width: 100%;
    height: 144px;
    z-index: 999;
    padding-top: -50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/menu.png) center top no-repeat;
}

.menu ul {
    width: 1004px;
    margin: 0 auto;
}

.menu li {
    float: left;
    display: inline;
    margin: 0 10px;
    position: relative;
    text-align: center;
    width: 91px;
    height: 106px;
    background: url(../images/menuli.png) center top no-repeat;
}

.menu li a {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 1;
    padding-top: 39px;
    text-align: center;
    font-size: 18px;
    color: #c90b0b;
    font-family: 'Microsoft Yahei';
}

.menu a:hover,
.menu li.cur {
    background: url(../images/menuhover.png) center top no-repeat;
    color: #fff
}

.menu li.cur a {
    color: #fff
}

.nav {
    position: absolute;
    display: none;
    background: #45b6c8;
    z-index: 999;
    left: 0;
    width: 100%;
}

.menu li .nav a {
    float: left;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    height: 46px;
    padding: 0;
    line-height: 46px;
    border-bottom: 1px solid #2ea1b3;
}

.menu li .nav a:hover {
    color: #333d49
}

.menu .nav a:hover,
.menu .nav a.cur {}

.banner {
    width: 100%;
    text-align: center;
    height: 450px;
    position: relative;
    background: url(../images/bannerbg.jpg) center top no-repeat;
}

#full-screen-slider {
    width: 100%;
    height: 583px;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 583px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination li a {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

/*notice*/

.notice {
    width: 100%;
    float: left;
    background: url(../images/notice.gif) top left repeat-x;
    border-top: 1px solid #dadada;
    height: 116px;
    padding-top: 23px;
}

.notice .main {
    border: 10px solid #d5d5d5;
    height: 55px;
    font-weight: normal;
    color: #fff;
    line-height: 55px;
    background: #e1a937
}

.noticecon {
    width: 500px;
    float: left;
    font-size: 14px;
    background: url(../images/noticeb.gif) 10px center no-repeat;
    padding-left: 109px;
}

.noticecon marquee {
    float: left;
    width: 400px;
}

.tel {
    background: url(../images/tel.gif) left center no-repeat #b08328;
    font-size: 28px;
    float: right;
    font-family: 'impact';
    padding-right: 18px;
    padding-left: 76px;
}

/* index*/

.guidearea {
    float: left;
    width: 100%;
    height: 300px;
    padding-top: 29px;
}

.guide {
    float: left;
    width: 345px;
    overflow: hidden;
}

.title {
    float: left;
    padding-bottom: 25px;
    width: 100%;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.title .fl {
    height: 33px;
    font-size: 24px;
    color: #515d6b;
    line-height: 1.1;
    width: 126px;
    padding-top: 27px;
    background: url(../images/title.jpg) top left no-repeat;
}

.more {
    margin-top: 25px;
    float: right;
    color: #fff;
    text-align: center;
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: url(../images/more.gif) top left no-repeat;
}

.guide .title .fl,
.l_pro .title .fl {
    background: url(../images/guide_t.jpg) top left no-repeat;
}

.newsintr {
    float: left;
    width: 230px;
    line-height: 22px;
}

.newsimg {
    float: left;
    border: 1px solid #d6deea;
    margin-right: 10px;
    margin-top: 3px;
    display: inline
}

.newsintr a {
    float: left;
    width: 100%;
    line-height: 25px;
    color: #eb573a;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.visa {
    width: 588px;
    float: right;
    overflow: hidden;
    height: 242px;
}

.tab {
    float: left;
    border: 4px solid #bfbfbf;
    margin: 0 18px 0 12px;
    display: inline;
}

.visa ul {
    width: 336px;
    float: left;
    margin-top: -12px;
}

.visa .pointer li a {
    line-height: 28px;
}

.visa .pointer .fr {
    color: #8da0c2
}

.product {
    float: left;
    width: 100%;
    background: #dfdfdf;
    height: 373px;
    padding-top: 43px;
}

.product .ititle a {
    color: #303e4b;
}

.product .ititle p {
    color: #9cb0c7;
}

.pronav {
    float: right;
    margin-top: 10px;
    width: 584px;
    padding: 0 10px;
    height: 34px;
    border-top: 1px solid #43b1c2;
    border-bottom: 1px solid #43b1c2;
}

.pronav a {
    color: #303e4b;
    font-family: '瀹嬩綋';
    position: relative;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-top: -1px;
    width: 80px;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pronav a:hover {
    color: #fff;
    background: #43b1c2
}

.product ul {
    margin-top: 10px;
    padding-top: 7px;
    height: 250px;
    background: #808f9f;
}

.product ul li {
    width: 292px;
    float: left;
    margin: 20px 13px 0 20px;
    display: inline
}

.product img {
    border: 1px solid #fff;
    float: left;
}

.protxt {
    width: 154px;
    float: right;
    color: #d9e2eb;
    line-height: 18px;
}

.protxt font {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fee04c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product li a:hover {
    color: #fee04c;
}

.newsarea {
    float: left;
    width: 100%;
    background: #f5f5f5;
    height: 278px;
    padding-top: 62px;
}

.news {
    float: left;
    width: 554px;
    height: 214px;
    overflow: hidden;
}

.ititle {
    width: 310px;
    float: left;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.titlefl {
    background: #ff9600;
    width: 90px;
    overflow: hidden;
    padding: 0;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.ititle a {
    color: #9e9d9d;
    line-height: 10px;
    font-size: 14px;
}

.ititle p {
    width: 100%;
    color: #dfdfdf;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'impact';
}

.news ul {
    float: left;
    width: 446px;
    padding-right: 62px;
    border-right: 1px solid #e1e1e2;
}

.contact {
    float: right;
    width: 407px;
    overflow: hidden;
}

.contact .fl {
    width: 234px;
    line-height: 25px;
}

.contacttel {
    text-align: right;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.contacttel p {
    font-size: 38px;
    font-family: 'impact';
    color: #38a466;
}

.contacttel font {
    font-size: 30px;
    color: #555;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.case {
    width: 100%;
    height: 264px;
    padding-top: 50px;
    float: left;
    background: #dfdfdf;
}

.case_t {
    float: left;
    width: 109px;
    height: 214px;
    padding: 0 6px 0 3px;
    background: url(../images/case_t.gif) left top no-repeat;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
}

.case_t .fl {
    width: 109px;
    color: #fff;
    padding-top: 12px;
    font-size: 24px;
    height: 30px;
    overflow: hidden;
}

.case_t a {
    color: #fff;
    float: left;
    padding-top: 120px;
    font-size: 14px;
}

.case ul {
    width: 860px;
    overflow: hidden;
    padding-top: 22px;
    float: left;
}

.pro_list li,
.pro_li_img {
    float: left;
    width: 192px;
    background: #fff;
    display: inline;
    margin-left: 8px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 4px;
    -moz-box-shadow: 5px 5px 8px #cbced1;
    -webkit-box-shadow: 5px 5px 8px #cbced1;
    box-shadow: 5px 5px 8px #cbced1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cbced1')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cbced1');
}

.proname {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 100%;
    background: url(../images/proico.gif) right center no-repeat;
}

.proname a {
    float: left;
    height: 25px;
    line-height: 25px;
    color: #5c75a4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}

.proname a:hover {
    color: #000;
}

.pointer {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.pointer li {
    float: left;
    width: 100%;
}

.pointer li a {
    float: left;
    cursor: pointer;
    width: 100%;
    color: #515d6b;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pointer li a .fl {
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    background: url(../images/newsico.gif) 0px center no-repeat
}

.pointer li a .fl:hover {
    color: #f7551c
}

.main,
.fyMain {
    width: 980px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.fyMain {
    overflow-x: hidden;
    overflow-y: auto;
    background: url(../images/line.gif) center bottom no-repeat;
    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;
    height: 282px;
    border-top: 1px solid #fff;
    color: #fff;
    background: #515d6b
}

.f_link {
    width: 100%;
    height: 80px;
    line-height: 32px;
    color: #333d49;
}

.foot .f_link a {
    padding-left: 20px;
    color: #333d49;
}

.foot .fbg {
    width: 950px;
    clear: both;
    position: relative;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.f_link span {}

.bootTxt {
    float: left;
    width: 962px;
    padding-left: 18px;
    height: 80px;
    line-height: 30px;
}

.foot a {
    color: #fff;
}

.bottomnav {
    width: 100%;
    padding: 30px 0 22px;
}

.bottomnav a {
    float: left;
    color: #fff;
    display: inline;
    margin-left: 15px;
    margin-right: 10px;
}

.share {
    width: 230px;
    display: inline-block;
    margin-top: 33px;
    margin-left: 34px;
}

/* 浜岀骇椤甸潰*/

.fyLeft {
    float: left;
    width: 290px;
    overflow: hidden;
    padding-top: 10px;
}

.fyLeft .title {
    padding-bottom: 17px;
}

.fyLeft .ititle p {
    font-size: 29px;
}

.l_pro {
    margin-bottom: 38px;
}

.proOne {
    margin-bottom: 8px;
}

.l_procon {
    clear: both;
}

.proOne a {
    width: 290px;
    display: block;
    text-align: center;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #6d6d6d;
    background: url(../images/l_pro.gif) bottom center repeat-x;
}

.proOne a:hover,
.proOne a.cur {
    color: #fff;
    background: url(../images/l_pro.gif) top center repeat-x;
}

.proTwo {
    padding: 0px 10px;
    display: block;
    background: #f7f7f7;
}

.proTwo li a {
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #6d6d6d;
    height: 40px;
    line-height: 40px;
    width: 270px;
    background: url(../images/protwo.gif) 12px center no-repeat
}

.proTwo li a:hover,
.proTwo li a.cur {
    background: none;
    font-weight: bold;
    color: #6d6d6d;
}

.l_news ul {
    padding: 10px 0 25px 0;
    display: block;
}

.l_news li a {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/newsico1.gif) 2px center no-repeat;
    padding-left: 24px;
    color: #707070;
}

.l_news li a:hover {
    color: #000;
    background: url(../images/newsico2.gif) 2px center no-repeat;
}

.l_contact {
    width: 100%;
    line-height: 28px;
}

.fyLeft .contact {
    width: 270px;
}

.fyLeft .contacttel {
    text-align: left;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.l_contact {
    line-height: 23px;
}

/* fyRight*/

.border6 {
    border-radius: 12px;
}

.fyRight {
    float: right;
    overflow: hidden;
    padding-top: 10px;
    width: 655px;
}

.titler {
    float: right;
    margin-top: 28px;
    padding: 0 10px;
    color: #dd4c47;
    background: #45b6c8;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
}

.titler a {
    color: #fff;
}

.titler font {
    font-size: 12px;
}

.membermain {
    padding-top: 20px;
}

.padding25 {
    word-break: break-all;
    padding: 0 20px 0 20px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 20px;
    min-height: 640px;
    _height: 640px;
}

.mainr_line {
    float: left;
    height: 18px;
    width: 99%;
    background: url(../images/line_s.gif) top left repeat-x;
}

.fyRight .pro_list li {
    display: inline;
    height: 176px;
    margin: 0px 4px 20px 8px;
}

/* list*/

.news_list {
    margin-bottom: 20px;
    float: left;
}

.news_list li a {
    width: 900px;
    padding: 0 20px;
    display: block;
    line-height: 37px;
    height: 37px;
    font-size: 14px;
    color: #737171;
}

.news_list li a:hover {
    color: #976705;
}

.news_list li a .fr {
    color: #616161;
    font-size: 12px;
}

.news_list li a span {
    cursor: pointer;
}

.news_list li .fl {
    width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list .fr {
    color: #01673a;
}

.news_line {
    clear: both;
    width: 687px;
    height: 18px;
    margin: 18px 0;
}

.news_list p {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 20px;
    /*color: #ccc;*/
}

.newseven a {
    background: #e4e4e4;
}

.pro_txtimg {
    margin-bottom: 20px;
}

.pro_txtimg li {
    margin-bottom: 27px;
    background: #e4e4e4;
    height: 157px;
    width: 635px;
    padding: 16px 10px;
}

.pro_li_txt {
    float: right;
    position: relative;
    width: 410px;
    color: #696969;
    line-height: 36px;
    font-size: 14px;
}

.pro_li_txt p {
    font-size: 12px;
    line-height: 32px;
}

.protitle {
    margin-bottom: 16px;
    width: 100%;
    height: 32px;
    background: #fff;
    font-size: 14px;
    color: #ff9600;
    font-weight: bold;
}

.protitle .fr {
    float: right;
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #45b6c8;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    font-weight: normal;
}

.protitle .fl {
    color: #ff9600;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    display: block;
    padding-left: 10px;
}

/*news_view*/

.padding25 h2 {
    font-size: 18px;
    font-family: '榛戜綋';
    font-weight: normal;
    color: #976705;
}

.padding25 .center img {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: auto;
    max-width: 600px;
    _width: expression(document.body.clientWidth > 600 ? "600px": "auto");
    overflow: hidden;
}

.newsview {
    min-height: 400px;
    display: inline;
    width: 615px;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px dotted #555;
    border-bottom: 1px dotted #555;
    margin-bottom: 25px;
    padding-bottom: 15px;
    _height: 400px;
    font-size: 14px;
    line-height: 28px;
    float: left;
    color: #555;
}

.main_r_nav div {
    line-height: 25px;
    color: #000;
}

.main_r_nav {
    float: left;
    width: 400px;
    font-size: 12px;
}

.returnlist {
    margin-top: 30px;
    float: right;
    color: #976705;
    font-size: 12px;
}

.main_r_nav a:hover {
    color: #976705;
}

.title_s {
    text-align: center;
    color: #555;
    font-size: 12px;
    line-height: 35px;
}

/* page*/

.page {
    margin-top: 15px;
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #976705;
}

.page a {
    color: #a7867c;
    padding: 0 5px;
}

.page * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 20px;
    height: 20px;
    padding-bottom: 1px;
}

.page a:hover {
    color: #1f83d5;
}

.page .current {
    display: inline-block;
    color: #976705;
    line-height: 20px;
    height: 20px;
    width: 26px;
}

.total {
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.reach {
    text-align: left;
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
}

.btn {
    width: 36px;
}

.input_page {
    width: 30px;
    height: 14px;
    text-align: center;
    border: 1px solid #e1a937;
    font-size: 12px;
    line-height: 14px;
}

/* 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: 25px;
}

.bookmain {
    width: 640px;
    margin: 20px auto;
    height: auto;
    background: #fff;
    padding: 0 25px;
    overflow: auto;
}

.bookline {
    width: 640px;
    height: 34px;
    float: left;
    margin-top: 10px;
}

.book3 {
    width: 640px;
    margin: 0 auto;
}

.booktop {
    width: 640px;
    height: 30px;
    float: left;
    background: url(../images/bookico.png) 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: left;
    color: #ccc;
    text-align: right;
    line-height: 30px;
}

.bookcontent {
    width: 610px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    float: left;
    border: 1px solid #d6deef;
    background: url(../images/bookcontentbg.jpg) repeat-x;
    background-color: #fff;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.bookadmin {
    width: 650px;
    height: auto;
    float: left;
}

.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;
}

.message {
    width: 600px;
    height: auto;
    float: left;
    padding-left: 50px;
}

.message li {
    width: 500px;
    height: 40px;
    float: left;
    margin: 0px;
    padding: 0px;
    cur/sor: pointer
}

.message li input {
    height: 20px;
    line-height: 20px;
    width: 150px;
    border: 1px solid #ccc;
}

.message li p.message_title {
    width: 100px;
    height: 25px;
    float: left;
    text-align: right;
    line-height: 20px;
}

.message li p.message_content {
    width: 400px;
    height: 25px;
    float: left;
}

.message li.contentb {
    width: 500px;
    height: 160px;
    float: left;
}

.message li.contentb textarea {
    width: 370px;
    height: 120px;
    border: 1px solid #ccc
}

.message li.yzm {
    width: 500px;
    height: 60px;
    float: left;
}

.message li p.message_yzminput {
    width: 100px;
    height: 15px;
    float: left;
}

.message li p.message_yzminput input {
    width: 80px;
}

.message li p.message_yzmico {
    width: 100px;
    height: 40px;
    float: left;
}

.message li p.message_sub {
    width: 170px;
    height: 40px;
    float: left;
    text-align: right;
}

/* hr*/

.hrBox {
    width: 634px;
    float: left;
    min-height: 91px;
    _height: 91px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    background: #efefef;
    margin-left: 20px;
    _margin-left: 10px;
}

.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: 533px;
    float: left;
    text-align: left;
    border-left: 1px solid #dbdbdb;
}

.hrBoxR li {
    width: 508px;
    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: #45b6c8;
    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;
}

.c_red {
    color: #f00;
}

.searchred {
    color: #f00 !important;
    margin: 0 !important
}

/* 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: 22px;
    min-height: 22px;
    border: 1px solid #ccc;
}

.hr a {
    color: #333;
}

.hr a:hover {
    color: #de0303;
}

.hr_btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
}

#hrform {
    float: left;
}

/*pages*/

.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    height: 34px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
}

.pagination li a {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #0099ff;
}

.pagination li.thisclass {
    background: #09f;
    color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
    background: transparent;
    border-color: #09f;
    color: #fff;
    cursor: default;
}

.close {
    background-color: #4e4d4d;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-bottom: -25px;
    padding: 0 2px;
    position: relative;
    z-index: 9999;
    height: 15px;
    line-height: 15px;
}

.ads_link {
    display: block;
    position: absolute;
    z-index: 9998;
    display: flex;
    align-items: center;
}

.ads_text {
    font-size: 30px;
    color: #000;
    text-shadow: 0px 0px 15px #000;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
    animation: 4s opacity2 0s infinite;
    -webkit-animation: 4s opacity2 0s infinite;
    -moz-animation: 4s opacity2 0s infinite;
}

.ads_image {
    display: block;
    align-self: flex-start;
    -webkit-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    filter: brightness(1.1);
}

.ads_snow {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0.5;
}