﻿@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: "";
    font-size: 0;
    height: 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: 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;
    font-family: 微软雅黑;
}

a {
    color: #515d6b;
}

.header {
    width: 100%;
    min-width: 1004px;
    height: 60px;
    padding-top: 33px;
    background: url(../images/topbg.jpg) #0c4189 center top no-repeat;
}

.logo {
    float: left;
    display: inline;
}

.tel {
    float: right;
    padding-left: 35px;
    color: #fff;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}

.tel span {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    display: block;
    font-family: "Times New Roman", Times, serif;
}

.tel p {
    color: #fff;
    line-height: 1;
}

.menu {
    width: 100%;
    height: 48px;
    background: #0c51ae;
}

.menu ul {
    width: 1004px;
    margin: 0 auto;
}

.menu li {
    float: left;
    display: inline;
    text-align: center;
    width: 100px;
}

.menu li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 18px/48px 'Microsoft Yahei';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.menu a:hover, .menu a.cur {
    color: #0e458c;
    background: url(../images/dbg.jpg) left top no-repeat;
}

.nav {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    width: 70px;
}

.menu li .nav a {
    float: left;
    color: #000;
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
    line-height: 29px;
    background: #ffe410
}

.menu .nav a:hover, .menu .nav a.cur {
    height: 29px;
    line-height: 29px;
    padding: 0;
    margin: 0;
    background: #ffe410
}

.vbanner {
    height: 279px;
    width: 100%;
    min-width: 980px;
    background: url(../images/vbanner.jpg) top center no-repeat
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 0%;
    bottom: 52px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 24px;
    height: 5px;
    font-size: 1px;
    overflow: hidden;
    float: left;
    margin-left: 1px;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
}

/* index*/
.banner_fra {
    width: 100%;
    background: url(../images/bannerbg.jpg) #0b4089 center top no-repeat;
    height: 390px;
    padding: 37px 0 0 0;
}

.banner {
    width: 970px;
    height: 350px;
    border: 6px solid #fff;
    margin: 0 auto;
}

.nameff {
    float: left;
    width: 492px;
    border-bottom: 2px solid #d5e5fe;
}

.nameff p {
    float: left;
    border-bottom: 2px solid #0b4189;
}

.nameff p span {
    display: inline;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Microsoft Yahei';
    color: #0b4189;
    position: relative;
    z-index: 10
}

.nameff p label {
    display: inline;
    margin-left: -25px;
    font-family: Impact;
    color: #ecf4ff;
    line-height: 30px;
    font-size: 30px;
    z-index: 0;
}

.nameff a {
    float: right;
    padding: 10px 0 0 0;
    color: #0b4189;
}

.nameleft {
    float: left;
}

.nameright {
    float: right;
}

.newsright {
    float: right;
    width: 452px;
}

p.aboutimg {
    float: left;
    width: 443px;
    height: 87px;
    border: 3px solid #044da5;
    display: inline;
    margin: 18px 0 0 0;
}

.aboutcon {
    float: left;
    width: 450px;
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;
    padding: 20px 0 0 0;
    text-indent:2em;
    font-size: 14px;
}

.prona {
    background: url(../images/line.jpg) left center repeat-x;
    text-align: center;
}

.kec {
    width: 514px;
    margin: 20px auto 0 auto;
}

.prona span {
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 22px;
    background: #0e4a91;
    color: #fff;
    line-height: 1.3;
    padding: 0 10px;
}

.case {
    width: 980px;
    height: 255px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.news_ful {
    float: left;
    width: 490px;
    padding: 6px 0 0 0;
}

.news_ful li {
    float: left;
    width: 490px;
    border-bottom: 1px dotted #6d8db8;
}

.news_ful li a {
    float: left;
    width: 356px;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 0 0 24px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/newsico.gif) 5px center no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_ful li a:hover {
    color: #787878;
}

.news_ful li span {
    float: right;
    width: 64px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 10px;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
}

p.telp2 {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
}

p.telp2 label {
    float: left;
    width: 85px;
    color: #c07a00;
    font-size: 16px;
    font-family: 微软雅黑;
    line-height: 20px;
    line-height: 40px;
}

p.telp2 em {
    float: left;
    width: 365px;
    color: #0b4189;
    font-size: 30px;
    font-family: Arial;
    line-height: 40px;
}

.news_frr {
    float: left;
    width: 230px;
    padding: 10px 0 0 0;
    color: #747474;
    line-height: 24px;
}

.news_mapcon {
    float: left;
    width: 230px;
}

.news_mapcon label {
    float: left;
    font-family: 微软雅黑
}

.news_mapcon span {
    float: left;
    width: 180px;
    font-size: 12px;
}

p.mapimg {
    float: right;
    padding: 5px 0 0 0;
}

.fytel {
    width: 220px;
    padding: 34px 0;
    background: #fff;
    border: 1px solid #cddcf2;
    border-radius: 5px 5px 0 0;
}

.fytel label {
    display: block;
    color: #0a3e89;
    font-size: 16px;
    font-family: 微软雅黑;
    padding: 0 0 0 16px;
}

.fytel em {
    display: block;
    color: #0a3e89;
    font-size: 22px;
    font-family: 微软雅黑;
    padding: 0 0 0 16px;
}

.fyname {
    width: 201px;
    color: #fff;
    font-size: 18px;
    font-family: 微软雅黑;
    background: #073886;
    height: 49px;
    line-height: 49px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 21px;
}

.l_procon,.link {
    width: 220px;
    background: #fff;
    border: 1px solid #cddcf2;
    border-radius: 0 0 5px 5px;
    padding: 20px 0 20px 0;
}
.link p{
    width: 186px;
    padding-left: 10px;
    color: #093b87;
    line-height: 30px;
    font-size: 14px;
}
/*notice*/
.notice {
    width: 100%;
    position: relative;
    z-index: 99;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #d4d4d4;
    background: url(../images/noticebg.jpg) left top repeat-x;
}

.noticecon {
    width: 500px;
    float: left;
}

.noticecon b {
    float: left;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
    font-weight: normal;
    color: #0f448c;
    padding-left: 10px;
}

.noticecon marquee {
    float: left;
    width: 400px;
    color: #0b4189;
    font-size: 13px;
    font-family: 微软雅黑;
}

.search {
    position: relative;
    padding-top: 20px;
    float: right;
    width: 295px;
    z-index: 999;
    height: 22px;
    display: inline;
    line-height: 22px;
}

.text {
    float: left;
    width: 157px;
    padding-left: 5px;
    border: 1px solid #aac6eb;
    color: #afbcce;
    height: 22px;
    line-height: 22px;
}

.button {
    float: left;
    width: 27px;
    margin-left: 5px;
    height: 26px;
    display: inline;
    background: url(../images/button.gif) left top no-repeat;
}

.select {
    float: left;
    width: 90px;
    color: #9296a2;
    margin-left: 6px;
    display: inline;
    height: 25px;
    line-height: 25px;
    background: url(../images/select.gif) left top no-repeat;
    position: relative
}

.select select {
    margin: 5px auto;
    width: 88px;
}

div.selectbox-wrapper {
    border: #dcdcdc 1px solid;
    overflow: hidden;
    width: 86px;
    *left: 0;
    position: absolute;
    background: #fff;
    text-align: left;
    *margin-top: 0;
    z-index: 10;
}

div.selectbox-wrapper ul li.selected {
    background: #0a3e89;
    color: #ffffff;
}

div.selectbox-wrapper ul li.current {
    color: #9296A2;
    background-color: #e1eefe
}

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;
    font-family: 'Microsoft Yahei';
    color: #666;
}

.selectbox {
    border: none;
    display: block;
    width: 88px;
    text-indent: 8px;
    cursor: pointer;
    height: 25px;
    background: none;
    font-size: 12px;
    font-family: 'Microsoft Yahei';
    color: #9296a2;
    line-height: 25px;
}

.news {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 41px;
    height: 388px;
}

.newsleft {
    float: left;
    width: 492px
}

.newsmain {
    float: left;
    width: 492px;
}

.newsmain li {
    float: left;
    width: 492px;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #d7d7d7;
}

.time {
    float: left;
    width: 60px;
    height: 60px;
    background: #fff;
    margin-right: 1px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.time font {
    float: left;
    width: 58px;
    font: 30px/1.2 'Arial';
    color: #0b4189;
    margin-bottom: 15px;
}

.time span {
    font: 14px/14px 'Arial';
    float: left;
    width: 100%;
    color: #0b4189;
}

.newsli_r {
    float: left;
    line-height: 1.5;
    color: #8b8b8b;
    width: 410px;
    margin-left: 10px;
}

.newsli_rt {
    font: bold 16px/1.2 '微软雅黑';
    color: #0b4189;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.newscon {
    display: block;
    height: 36px;
    line-height: 18px;
}

.pimg {
    float: left;
    border: 1px solid #e4e4e4;
    width: 78px;
    height: 58px;
    display: inline;
    margin: 0 0 0 10px;
}

p.newscontent {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    padding: 5px 0 0 0;
    text-indent:2em;
    font-size: 14px;
    color: #666;
}

.product {
    background: url(../images/servicebg.jpg) center top no-repeat;
    z-index: 0;
    position: relative;
    padding: 20px 0;
    width: 100%;
}

.productmain {
    width: 982px;
    margin: 0 auto;
}

.pronav {
    padding-top: 30px;
    overflow: hidden;
    height: 60px;
    width: 100%;
    text-align: center;
}

.pronav a {
    background: #082f64;
    font-size: 14px;
    font-family: 微软雅黑;
    height: 30px;
    border-radius: 3px;
    margin-right: 21px;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    fl /
    oat: left;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
}

.pronav a:hover {
    background: #fdfdfe;
    color: #06317f
}

.pronav a.cur {
    background: #fdfdfe;
    color: #06317f
}

.main, .fyMain {
    width: 980px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.fyMain {
    padding-bottom: 40px;
    padding-top: 40px;
}

.fy {
    width: 100%;
    background: url(../images/fybg.jpg) #f5f5f5 center top no-repeat;
    float: left;
    padding: 0 0 30px 0;
}

/* 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;
    overflow: hidden;
    background: #144d95;
}

.fmain {
    width: 980px;
    margin: 0 auto;
}

.f_link {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    background: #0f438c;
}

.f_link .main {
    position: relative;
    z-index: 999;
}

.f_link a {
    padding-left: 20px;
}

.f_link span {
    font-weight: bold;
    color: #dddede;
    font-family: 微软雅黑;
    font-size: 16px;
}

.bottomnav {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #0f438c;
    padding: 10px 0;
}

.bottomnav a {
    height: 45px;
    overflow: hidden;
    display: inline-block;
    width: 90px;
    margin: 0 1px 0 1px;
    _display: inline;
    _zoom: 1;
    font-size: 18px;
}

.bootTxt {
    color: #bac5d9;
    float: left;
    border-top: 1px solid #1a61bb;
    width: 100%;
    padding: 10px 0;
    line-height: 30px;
}

.foot a {
    color: #fff;
}

.bootTxt a {
    color: #bac5d9;
}

.share {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 0 0 0 400px;
}

.f_link .topbut {
    position: relative;
    float: right;
    background: url(../images/top.gif) center 10px no-repeat #70b80c;
    padding: 0;
    width: 114px;
    text-align: center;
    padding-top: 27px;
    line-height: 1;
    height: 22px;
}

.f_linkmap {
    float: right;
    background: url(../images/map.png) left center no-repeat;
    padding: 0 0 0 30px;
    font-size: 13px;
    font-family: "Microsoft Yahei";
}

.f_linkmap a {
    padding: 0;
}

/* 二级页面*/
.fyRight .title {
    width: 681px;
    float: left;
    display: inline;
    margin: 0 0 0 14px;
    border-bottom: 1px solid #dddddd;
    padding: 0;
    padding-top: 10px;
    height: 32px;
    position: relative;
    margin-bottom: 20px;
    font-family: 微软雅黑
}

.title .fr, .title .fr a {
    color: #093a86;
    font-size: 12px;
}

.title .fr {
    float: left;
    color: #093a86;
}

.title .fr font {
    font-size: 12px;
}

.fyLeft {
    float: left;
    width: 222px;
    margin-bottom: 20px;
    font-family: 'Microsoft Yahei';
}

.l_pro {
    float: left;
    width: 222px;
}

.l_pro_t {
    width: 222px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}

.l_pro_t em {
    display: block;
    color: #fff;
    font-size: 27px;
    text-align: right;
}

.l_pro_t span {
    display: block;
    color: #fff;
    font-size: 22px;
    text-align: right;
}

.proOne {
    width: 100%;
    overflow: hidden;
}

.proOne a {
    width: 186px;
    padding-left: 34px;
    color: #093b87;
    line-height: 30px;
    float: left;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/l_pro.gif) no-repeat 19px center;
}

.proTwo {
    float: left;
    line-height: 25px;
    overflow: hidden;
    padding: 0px 0 5px;
}

.proTwo li a {
    float: left;
    font-size: 12px;
    background: none;
    color: #4d4d4d;
    line-height: 25px;
    width: 186px;
    padding-left: 34px;
}

.proTwo li a:hover {
    float: left;
    color: #4d4d4d
}

/* fyRight*/
.fyRight {
    float: right;
    padding-bottom: 30px;
    overflow: hidden;
    width: 710px;
    border: 1px solid #cddcf2;
    background: #fff;
    border-radius: 5px;
    min-height: 550px;
    _height: 550px;
}

.membermain {
    padding-top: 20px;
}

.padding25 {
    color: #757575;
    padding: 20px 27px;
    width: 657px;
    word-break: break-all;
    line-height: 30px;
    font-size: 14px;
    min-height: 640px;
    _height: 640px
}
.padding25 img{
    max-width:100%;
}
.mainr_line {
    float: left;
    height: 18px;
    width: 99%;
    background: url(../images/line_s.gif) top left repeat-x;
}

/* list*/
.pro_list {
    padding-left: 8px;
}

.pro_list li {
    margin: 13px 6px;
    float: left;
    width: 220px;
    height: 190px;
    display: inline;
}

.pro_list .proimg {
    width: 220px;
    height: 150px;
    float: left;
}

.pro_list .proimg img {
    width: 218px;
    height: 148px;
    border: 1px solid #ebebeb;
}

.pro_list li p {
    width: 204px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 14px;
    background: url(../images/pbg.gif) 4px center #fff no-repeat;
    float: left;
    height: 40px;
    color: #797878;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #c1dcff;
    display: inline;
    margin: 7px 0 0 0;
}

.pro_listi {
    padding-left: 8px;
}

.pro_listi li {
    margin: 13px 11px;
    float: left;
    width: 220px;
    height: 190px;
    display: inline;
}

.pro_listi .proimg {
    width: 220px;
    height: 150px;
    float: left;
}

.pro_listi .proimg img {
    width: 220px;
    height: 150px;
    border: 1px solid #ebebeb;
}

.pro_listi li p {
    width: 206px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 0 14px;
    background: url(../images/pbg.gif) 4px center #fff no-repeat;
    float: left;
    height: 31px;
    color: #333;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
    border: 1px solid #ebebeb;
    display: inline;
    margin: 7px 0 0 0;
}

.news_list {
    float: left;
    padding: 0 0px 20px 16px;
    width: 677px;
    font-size: 14px;
}

.news_list li {
    float: left;
    width: 675px;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    border-radius: 5px;
    display: inline;
    margin: 8px 0 0 0;
}

.news_list li a {
    float: left;
    width: 100%;
    line-height: 35px;
    color: #787878;
}

.news_list li a:hover {
    color: #093a86;
}

.news_list li a span {
    cursor: pointer;
}

.news_list li .fl {
    width: 550px;
    margin-left: 6px;
    display: inline;
    background: url(../images/newslist.gif) center left no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.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 {
    float: left;
    width: 677px;
    height: 18px;
}

.news_list p {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 20px;
    color: #ccc;
}

.pro_txtimg {
    float: left;
    margin-bottom: 20px;
    padding-left: 14px;
}

.pro_txtimg li {
    float: left;
    width: 681px;
    padding-bottom: 27px;
}

.pro_li_img {
    float: left;
    width: 220px;
}

.proimg, .proimg img {
    float: left;
}

.pro_txtimg .proimg {
    float: left;
    width: 240px;
    height: 180px;
    background: url(../images/lv12.jpg) right top no-repeat;
    padding: 11px 9px 10px 0px;
}

.pro_txtimg .proimg img {
    border: 1px solid #cbcbcb
}

.pro_li_txt {
    float: right;
    display: inline;
    width: 418px;
    height: 200px;
    color: #787878;
    line-height: 36px;
    font-size: 12px;
    margi /
    n-left: 35px;
    background: url(../images/ll.jpg) left bottom repeat-x;
}

.pro_li_txt p {
    float: left;
    width: 414px;
    line-height: 24px;
    color: #1c1c1c;
    text-indent: 1.8em;
    height: 96px;
    overflow: hidden;
    padding: 15px 0 0 0;
    background: url(../images/lv9.png) left bottom no-repeat;
}

.pro_li_txt .fl {
    color: #fff;
    clear: both;
    display: block;
    width: 69px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #093a86;
    display: inline;
    margin: 10px 0 0 0;
    border-radius: 5px;
}

.protitle {
    float: left;
    width: 418px;
    line-height: 1;
    padding: 10px 0px 8px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #093a86;
    font-size: 16px;
    border-bottom: 5px solid #093a86;
}

/*news_view*/
.padding25 h2 {
    font-size:22px;
    font-family: '黑体';
    font-weight: normal;
    color: #093a86;
}

.padding25 .center img {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: auto;
    max-width: 600px;
    _width: expression(this.width > 600 ? "600px" : this.width);
    overflow: hidden;
}

.newsview {
    min-height: 400px;
    display: inline;
    width: 100%;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 1px dashed #c9c9c9;
    margin-bottom: 25px;
    padding-bottom: 15px;
    _height: 400px;
    font-size: 14px;
    line-height: 28px;
    float: left;
    color: #555;
}

.viewpage {
    background: #fff;
    width: 100%;
    float: left
}

.main_r_nav {
    float: left;
    width: 560px;
    height: 66px;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 10px;
    display: inline;
}

.returnlist {
    width: 50px;
    height: 50px;
    padding: 10px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 25px;
    background: #ef8700;
    border-radius: 5px
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}

.main_r_nav a {
    color: #093a86;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
}

.main_r_nav a:hover {
    color: #f68b00;
}
.main_r_nav a.b{
    font-weight: bold;
}
.title_s {
    text-align: center;
    color: #093a86;
    font-size: 12px;
    line-height: 35px;
}

/* page*/

.page {
    margin: 15px 0;
    font-size: 14px;
    float: left;
    width: 98%;
    text-align: right;
    color: #6a6a6a;
}

.page a {
    color: #383838;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    margin: 0 2px;
    background: #fff;
}

.page * {
    position: relative;
    border-radius: 4px;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding-bottom: 1px;
}

.page img {
    height: auto;
    margin: 0 3px;
}

.page .bg {
    font-weight: normal;
    margin: 0 5px;
}

.disabled {
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    color: #fff;
    background: #b1b1b1;
}

.page .current {
    padding: 0 10px;
    border: 1px solid #d5d5d5;
    color: #383838;
    margin: 0 2px;
}

.total {
    text-align: center;
}

.reach {
    text-align: left;
    padding-left: 5px;
}

.btn {
    width: 64px;
    margin-left: 10px;
    display: inline;
    height: 30px;
    line-height: 30px;
}

.btn a {
    background: #093a86;
    border: 0;
    font-weight: normal;
    padding: 0;
    color: #fff;
    width: 64px;
    text-align: center;
}

.btn a:hover {
    color: #fff;
}

.input_page {
    width: 30px;
    text-align: center;
    border: 1px solid #d5d5d5;
    font-size: 12px;
}

/* 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: 15px;
    width: 98%;
}

.bookmain {
    width: 680px;
    margin: 20px auto;
    height: auto;
    background: #fff;
    padding: 0 25px;
    overflow: auto;
}

.bookline {
    width: 680px;
    height: 34px;
    float: left;
    margin-top: 10px;
}

.book3 {
    width: 680px;
    margin: 0 auto;
}

.booktop {
    width: 680px;
    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: 658px;
    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: 658px;
    height: auto;
    float: left;
}

.bookadmin_top {
    width: 680px;
    height: 12px;
    float: left;
}

.bookadmin_mid {
    width: 658px;
    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;
}

.message li .bookbut {
    background: #4ab7fe;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    height: 30px;
}

.c_red {
    color: #f00;
}

.searchred {
    color: #f00 !important;
    margin: 0 !important
}

/* hr*/
.hrBox {
    width: 675px;
    float: left;
    min-height: 91px;
    _height: 91px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    background: #efefef;
    margin-left: 16px;
    _margin-left: 16px;
}

.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: 574px;
    float: left;
    text-align: left;
    border-left: 1px solid #dbdbdb;
}

.hrBoxR li {
    width: 548px;
    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: #073886;
    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;
    border: 1px solid #ccc;
}

.hr input {
    height: 23px;
}

.hr a {
    color: #333;
}

.hr a:hover {
    color: #de0303;
}

.hr_btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
}

#hrform {
    float: left;
    width: 100%;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0
}

#jquery-lightbox a img {
    border: none
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto
}

#lightbox-container-image {
    padding: 10px
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0
}

#lightbox-nav a {
    outline: none
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left
}

#lightbox-nav-btnNext {
    right: 0;
    float: right
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0
}

#lightbox-container-image-data {
    color: #666
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left
}

#lightbox-image-details-caption {
    font-weight: bold
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em
}
.lam_box .box{
     max-width:980px;
}

/*//翻页*/
.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:28px;padding:0 10px; margin:0 4px!important; line-height:28px;}
.pages a:link,.pages a:visited{color: #fff; line-height:28px; border:1px solid #b1b1b1 ; background:#b1b1b1;}
.pages a:hover,.pages a:active,.pages span.ctxt{ background:#093a86 ; border:1px solid #093a86 ;color: #fff; text-decoration:none}