@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;
    max-width: 100%;
}

.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: 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;
}

/*view-header*/
.menubg {
    width: 100%;
    min-width: 1004px;
    height: 262px;
    position: relative;
    background: url(../images/vbanner.jpg) top center no-repeat;
}

.menu {
    width: 100%;
    position: absolute;
    height: 42px;
    bottom: 0;
    left: 0;
    background: url(../images/slide.png) top left repeat;
}

.menu ul {
    width: 980px;
    margin: 0 auto;
}

.menu li {
    float: left;
    display: inline;
    text-align: center;
    width: 108px;
    padding-top: 14px;
    ;
}

.menu li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 14px/14px 'Microsoft Yahei';
    border-right: 1px solid #fff;
}

.menu a:hover,
.menu a.cur {
    font-weight: bold;
}

/*header*/

body {
    color: #515d6b;
    font-size: 12px;
    overflow-x: hidden;
    background: #fff
}

a {
    color: #515d6b;
}

.header {
    width: 100%;
    min-width: 1004px;
    height: 80px;
}

.logo {
    float: left;
    display: inline;
}

.logo img {
    max-height: 80px;
}

.tel {
    float: right;
    font-family: 'arial';
    text-align: right;
}

.tel span {
    font-size: 10px;
    color: #ababab;
    text-transform: uppercase;
}

.tel p {
    color: #ce9a80;
    font-size: 16px;
}

#full-screen-slider {
    width: 100%;
    height: 522px;
    z-index: 0;
    ;
    float: left;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 522px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#full-screen-slider #slides li {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9900;
    margin: 0;
    background: url(../images/slide.png) left top repeat;
    height: 34px;
}

#pagination li {
    display: block;
    list-style: none;
    width: 40px;
    height: 5px;
    float: left;
    margin-left: 9px;
    margin-top: 15px;
    background: #fff;
    font-size: 0;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #cf0b0b
}

.mainv {
    float: right;
    margin-right: 166px;
    display: inline;
}

.news {
    width: 100%;
    z-index: 2;
    height: 252px;
}

.newscase {
    margin-right: 24px;
    display: inline;
    margin-top: -146px;
    background: #fff;
    width: 260px;
    text-align: center;
    height: 345px;
    float: left;
    -moz-box-shadow: 2px 2px 5px #d4d4d4;
    -webkit-box-shadow: 2px 2px 5px #d4d4d4;
    box-shadow: 2px 2px 5px #d4d4d4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8ecef')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8ecef');
}

.newscase_t {
    background: #5c3e2f;
    text-align: center;
    width: 100%;
    height: 48px;
    padding-top: 12px;
}

.newscase a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #a89474;
    font: 14px/25px 'Microsoft Yahei';
}

.newscase a img {
    border: 3px solid #ebdec9;
    margin-bottom: 10px;
    margin-top: 18px;
}

.newsmain {
    float: left;
    padding-top: 27px;
    width: 514px;
    overflow: hidden;
}

.news_t {
    border-bottom: 1px solid #fff;
    margin-bottom: 27px;
    height: 22px;
    background: url(../images/news_t.gif) top left no-repeat;
}

.newsmore {
    float: right;
    display: inline;
}

.newsimg {
    border: 4px solid #ecdac1;
    padding: 0px;
    float: left;
    display: inline;
}

.newsintr {
    float: right;
    width: 335px;
    overflow: hidden;
    line-height: 24px;
}

.title_intr {
    color: #7d716b;
    padding-left: 5px;
    float: left;
    width: 100%;
    line-height: 23px;
    padding-top: 5px;
}

.newsintr h2 a {
    float: left;
    width: 98%;
    font-size: 16px;
    color: #452616;
    font-family: 'microsoft Yahei';
    line-height: 25px;
    padding-left: 10px;
    background: url(../images/circle.gif) no-repeat 0px center;
}

.tabbut {
    padding: 0px 0 0 150px;
    float: left;
}

.tabbut a {
    width: 13px;
    height: 15px;
    float: left;
    margin: 5px 5px 0 0;
}

.tabbutl {
    background: url(../images/tabbut.gif) top left no-repeat
}

.tabbutr {
    background: url(../images/tabbut.gif) top right no-repeat
}

.v_content {
    float: left;
    position: relative;
    width: 514px;
    height: 130px;
    overflow: hidden;
}

.v_content_list {
    position: absolute;
    width: 2500px;
    top: 0px;
    left: 0px;
}

.v_content ul {
    float: left;
}

.v_content_list li {
    float: left;
    width: 514px;
}

.imenu {
    float: right;
    margin-top: -256px;
    z-index: 9999;
    position: relative;
    background: #fff;
    width: 150px;
    height: 455px;
    -moz-box-shadow: 2px 2px 5px #d4d4d4;
    -webkit-box-shadow: 2px 2px 5px #d4d4d4;
    box-shadow: 2px 2px 5px #d4d4d4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8ecef')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e8ecef');
    ;
}

.menu_t {
    background: #5c3e2f;
    text-align: center;
    width: 100%;
    height: 48px;
    padding-top: 12px;
    ;
}

.imenu ul {
    width: 136px;
    padding: 10px 6px 0;
    height: 330px;
    border-left: 1px solid #e1e4f0;
    border-right: 1px solid #e1e4f0;
}

.imenu li a {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    display: block;
    text-align: center;
    color: #68513c;
    font: 14px/36px 'Microsoft Yahei';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imenu li a:hover {
    color: #dd0812;
}

.case {
    padding-top: 35px;
    height: 520px;
    width: 100%;
    background: #e8e0d9;
}

.list {
    margin: 0 auto;
    width: 1004px;
    padding-top: 46px;
    ;
}

.list li {
    width: 304px;
    height: 300px;
    float: left;
    margin: 0 12px;
    display: inline;
}

.proimg {}

.proname {
    display: block;
    text-align: center;
    color: #614c39;
    font: 14px/32px 'microsoft Yahei';
    width: 100%;
    background: #fff;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product {
    padding-top: 43px;
    height: 906px;
    width: 100%;
}

.telbar {
    margin-top: 10px;
    color: #ababab;
    font: 12px/1 'arial';
    text-transform: uppercase;
    text-align: center;
}

.telbar font {
    color: #ce9a80;
    font: 14px/1 'arial';
}

.pro_t {
    text-align: center;
    width: 100%;
}

.search {
    margin: 0 auto;
    margin-top: 16px;
    width: 248px;
    height: 30px;
    background: url(../images/search.gif) top left no-repeat;
}

.search_text {
    float: left;
    width: 165px;
    background: none;
    color: #988880;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
}

.search_but {
    float: right;
    width: 35px;
    height: 28px;
    background: none
}

.pronav {
    width: 100%;
    text-align: center;
    padding-top: 29px;
}

.pronav a {
    color: #ce9a80;
    border-right: 1px solid #ce9a80;
    font: 14px/1 '宋体';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 18px;
}

.pronav a:hover {
    color: #e4050b;
}

.product ul {
    width: 1004px;
    clear: both;
    display: block;
    margin: 0 auto;
}

.product li {
    float: left;
    width: 304px;
    height: 276px;
    margin: 40px 12px 0;
}

.iproimg {
    float: left;
    position: relative;
}

.iproimg p {
    width: 90%;
    display: none;
    height: 90px;
    padding: 5px 5%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    font: 14px/1.5 'Microsoft Yahei';
    background: url(../images/gray.png) top left repeat;
    color: #fff;
}

.iproname {
    float: left;
    color: #614c39;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 10px;
    font: 14px/1 'Microsoft Yahei';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.more {
    text-align: center;
    clear: both;
    width: 100%;
    display: block;
}

.main,
.fyMain {
    width: 980px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.viewmain {
    background: #e8e0d9;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.fyMain {
    width: 1004px;
    padding-bottom: 40px;
}

.fyMain .list {
    padding: 0
}

/*foot*/
.contact {
    width: 100%;
    height: 474px;
    padding-top: 47px;
    background: url(../images/contactbg.jpg) top center no-repeat;
}

.contact_t {
    position: relative;
    height: 87px;
}

.contact p {
    margin: 0 auto;
    width: 285px;
    text-align: center;
}

.con_add {
    color: #c8c8c8;
    font-size: 14px;
    height: 26px;
    border-bottom: 1px solid;
    margin: 0 auto;
}

.contact .con_tel {
    color: #fff;
    font: 30px/30px 'Impact';
    margin: 27px auto 18px auto;
}

.con_txt {
    color: #fff;
    font: 12px/12px 'Arial';
    text-transform: uppercase;
}

.foot {
    width: 100%;
    min-width: 1004px;
    color: #666;
    height: 202px;
}

.fmain {
    width: 960px;
    margin: 0 auto;
}

.f_link {
    width: 100%;
    height: auto;
    line-height: 35px;
    color: #444;
    background: #eaeaea;
    padding: 20px 0;
}

.f_link li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

.f_link .main {
    position: relative;
    z-index: 999;
}

.foot .f_link a {
    /*	padding-left: 20px;*/
    color: #444;
}

.bootTxt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    line-height: 30px;
}

.foot a {
    color: #666;
}

.share {
    width: 230px;
    opacity: 0.8;
    display: inline-block;
    margin: 24px auto 0;
    clear: both;
}

.topbut {
    position: absolute;
    right: 0;
    bottom: 0px;
    float: right;
    background: url(../images/top.gif) center 0px no-repeat;
    padding: 0;
    width: 58px;
    text-align: center;
    line-height: 1;
    height: 58px;
}

/* 二级页面*/

.vtitle {
    width: 100%;
    float: left;
    padding-top: 43px;
    height: 88px;
    background: #fff;
}

.vtitlemain {
    height: 74px;
    width: 350px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 0px;
}

.vtitlemain span b {
    background: #fff;
    white-space: nowrap;
    font: 16px/16px 'Microsoft Yahei';
    width: 90px;
    overflow: hidden;
    color: #5c3e2f;
    margin-top: -10px;
    display: inline-block;
}

.vtitlemain span {
    border-top: 1px solid #bfa597;
    width: 153px;
    display: block;
    margin: 20px auto 0;
}

.vtitlemain font {
    color: #5c3e2f;
    white-space: nowrap;
    font: 34px/34px 'Microsoft Yahei';
    text-transform: uppercase;
}

.vnav {
    width: 100%;
    margin-bottom: 33px;
    float: left;
    background: #d6c2b1;
    height: 27px;
    text-align: center;
    padding-top: 11px;
    color: #722910;
}

.vnav a {
    margin: 0 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #722910;
    font-size: 14px;
}

.vnav a:hover,
.vnav a.cur {
    color: #fff;
    background: #000;
}

.viewcon {
    background: #fff;
    overflow: hidden;
    margin: 0 12px 36px;
    width: 900px;
    display: inline;
    word-break: break-all;
    color: #6c4c30;
    font-size: 14px;
    float: left;
    padding: 40px 40px 20px;
    line-height: 30px;
    font-size: 14px;
    min-height: 640px;
    _height: 640px
}

.membermain {
    padding-top: 20px;
}

.pro_txtimg {
    float: left;
    margin-bottom: 20px;
    padding-left: 12px;
}

.pro_txtimg li {
    float: left;
    width: 970px;
    padding: 4px;
    height: 162px;
    background: #fff;
    margin-bottom: 30px;
}

.pro_li_img {
    float: left;
    width: 220px;
}

.proimg,
.proimg img {
    float: left;
}

.pro_li_txt {
    float: left;
    display: inline;
    width: 707px;
    padding: 0 15px;
    height: 163px;
    color: #787878;
    line-height: 36px;
    font-size: 12px;
}

.pro_li_txt p {
    float: left;
    width: 100%;
    line-height: 28px;
    color: #80634b;
    font-family: "microsoft yahei"
}

.protitle {
    float: left;
    width: 100%;
    font: bold 18px/1 "microsoft yahei";
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #6d3015;
}

.news_list {
    padding-left: 12px;
    width: 980px;
    font-size: 14px;
}

.news_list li {
    float: left;
    width: 950px;
    line-height: 26px;
    border-bottom: 1px dotted #c9c7c5;
}

.news_list li a {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #787878;
}

.news_list li a:hover {
    background: #d6c2b1;
    color: #722910;
}

.news_list li a span {
    cursor: pointer;
}

.news_list li .fl {
    width: 600px;
    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;
}

.news_list li .fr {
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.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;
}

/* list*/

/*news_view*/

.v_title {
    color: #191919;
    font: 30px/1 "microsoft yahei";
    width: 100%;
    text-align: center;
    ;
}

.newsview {
    min-height: 400px;
    display: inline;
    width: 100%;
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    _height: 400px;
    font-size: 14px;
    line-height: 28px;
    float: left;
}

.main_r_nav div {
    line-height: 30px;
    color: #5d322b;
}

.main_r_nav {
    float: left;
    width: 400px;
    font-size: 12px;
    margin-left: 38px;
    display: inline;
}

.returnlist {
    width: 100px;
    margin-right: 38px;
    display: inline;
    float: right;
    color: #70b80c;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.returnlist a {
    color: #5d322b;
    text-align: right;
    ;
    width: 100%;
    display: block;
}

.main_r_nav a {
    color: #5d322b;
}

.main_r_nav a:hover {
    color: #ad2913;
}

.title_s {
    text-align: center;
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
    color: #b3b3b3;
    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: #6a6a6a;
}

.page a {
    color: #8a8a8a;
    padding: 0 10px;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    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: #1f83d5;
}

.page img {
    height: auto;
    margin: 0 3px;
}

.page .bg {
    font-weight: normal;
    margin: 0 5px;
}

.disabled {
    padding: 0 10px;
    color: #c5c5c5;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.page .current {
    display: inline-block;
    border: 1px solid #98785b;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    background: #98785b;
}

.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 #d5d5d5;
    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%;
}

.message {
    float: left;
    padding-left: 100px;
    ;
}

.message input,
.message textarea {
    margin-left: 15px;
    float: left;
    margin-bottom: 14px;
    border: 1px solid #d9bd99;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    text-indent: 10px;
    color: #bcaa93;
}

.message textarea {
    height: 177px;
}

.yzm {
    width: 747px;
    ;
}

.yzm .fl {
    margin-left: 15px;
    ;
}

.message .subbut {
    border: 0;
    background: #740f08;
    border-radius: 3px;
    ;
    width: 442px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
}

#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
}

.newsshare {
    background: #b29e8d;
    padding-top: 14px;
    height: 42px;
}

.newsshare .bdshare-button-style0-16 a {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 0 0 11px !important;
}

.newsshare a {
    background: url(../images/share.gif) no-repeat !important;
}

.newsshare .bds_tsina,
.newsshare a.bds_tsina:hover {
    background-position: 0 0 !important;
}

.newsshare .bds_tqq,
.newsshare a.bds_tqq:hover {
    background-position: -35px 0 !important;
}

.newsshare .bds_sqq,
.newsshare a.bds_sqq:hover {
    background-position: -71px 0 !important;
}

.newsshare .bds_weixin,
.newsshare a.bds_weixin:hover {
    background-position: -106px 0 !important;
}

.ishare {
    padding-top: 33px;
    height: 68px;
    text-align: center;
    margin: 0 auto;
    width: 185px;
}

.ishare .bdshare-button-style0-16 a {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 34px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 5px !important;
}

.ishare a {
    background: url(../images/icon.png) no-repeat !important;
}

.ishare .bds_tsina,
.ishare a.bds_tsina:hover {
    background-position: -1px 0 !important;
}

.ishare .bds_tqq,
.ishare a.bds_tqq:hover {
    background-position: -52px 0 !important;
}

.ishare .bds_sqq,
.ishare a.bds_sqq:hover {
    background-position: -103px 0 !important;
}

.ishare .bds_weixin,
.ishare a.bds_weixin:hover {
    background-position: -154px 0 !important;
}

/*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;
}




/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.z4ae02meta-tags {
    padding: 20px 0;
}

.z4ae02meta-tags .z4ae02tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.z4ae02meta-tags .z4ae02tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z4ae02meta-tags .z4ae02tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.z4ae02container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .z4ae02container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .z4ae02container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .z4ae02container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .z4ae02main,
    .z4ae02container {
        width: auto;
    }
}

.z4ae02place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.z4ae02row .z4ae02rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.z4ae02row .z4ae02rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.z4ae02row .z4ae02rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.z4ae02content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.z4ae02content p {
    padding-bottom: 20px;
}

.z4ae02content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.z4ae02content .contain:hover {
    background: #EFEFEF;
}

.z4ae02content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.z4ae02content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.z4ae02content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.z4ae02content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.z4ae02news_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */