@charset "utf-8";
/* Reset css*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
}
body {
    line-height: 1;
    color: #333;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a:link,
a:visited,
a:hover
    /*a:active*/

{
    color: #808080;
}
:focus {
    outline: 0 none;
}
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
em{
    font-style: normal;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img,
input,
select {
    vertical-align: middle;
}
/*===========*/

html {
    width: 100%;
    background-color: white;
}
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", tahoma, arial, \5b8b\4f53;
}
input,
button {
    border: none;
}
a,
img {
    border: none;
}
a {
    text-decoration: none;
}
.hide {
    display: none;
}
.hidetxt {
    text-indent: -9999px;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    display: block;
    content: " ";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.mauto {
    margin-left: auto;
    margin-right: auto;
}
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mb10 {
    margin-bottom: 10px
}
.ml10 {
    margin-left: 10px
}
.mt15 {
    margin-top: 15px
}
.ml15 {
    margin-left: 15px
}
.mt20 {
    margin-top: 20px
}
.mb20 {
    margin-bottom: 20px
}
.mt25 {
    margin-top: 25px
}
.mb25 {
    margin-bottom: 25px
}
.ml25 {
    margin-left: 25px
}
.mt30 {
    margin-top: 30px
}
.mt35 {
    margin-top: 35px
}
.mt40 {
    margin-top: 40px
}
.mb40 {
    margin-bottom: 40px
}
.mt45 {
    margin-top: 45px;
}
.mb47 {
    margin-bottom: 47px
}
.pt20 {
    padding-top: 20px
}
.col_red {
    color: #c1272d;
}
.col_bro {
    color: #603813;
}
.col_brol {
    color: #c69c6d;
}
.col_red {
    color: #ed1c24;
}
.col_gray {
    color: #808080;
}
.col_dgray {
    color: #333;
}
.col_gray9 {
    color: #999;
}
.col_bro52 {
    color: #a67c52;
}
.col_blue {
    color: #005584;
}
.col_blue2 {
    color: #0071bc;
}
.bg_col {
    background: #1a1a1a url("https://www.jzj9999.com/images/moneynet2-21.png") no-repeat 30px 30px;
}
.f14 {
    font-size: 14px;
}
.title_icon {
    background: url("https://www.jzj9999.com/images/title_icon.png") no-repeat 0 0;
}
.triangle_up {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #c69c6d;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -2px;
    display: none;
}
.triangle_down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c69c6d;
    position: absolute;
    top: 31px;
    left: 50%;
    margin-left: -2px;
    display: block;
}
.triangle_right {
    border-bottom: 5px solid transparent;
    border-left: 6px solid #c69c6d;
    border-top: 5px solid transparent;
    height: 0;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 0;
    display: block;
}
/*css pagination*/

div.pages {
    padding: 25px 3px 3px;
    border-top: 1px solid #c69c6d;
    margin-top: 45px;
}
div.pages a {
    padding: 2px 5px;
    margin: 2px;
    color: #999;
    text-decoration: none
}
div.pages a:hover {
    color: #4d4d4d;
}
div.pages a:active {
    color: #4d4d4d;
}
div.pages span.current {
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #4d4d4d;
}
div.pages span.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}
.pages_left,
.pages_right,
.pages_btn {
    background: url("https://www.jzj9999.com/images/fyicon.png") no-repeat 0 0;
}
div.pages .pages_left,
div.pages .pages_right {
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    *zoom: 1;
}
.pages_right {
    background-position: 0 -30px;
}
.pages_jump {
    width: 50px;
    height: 28px;
    border: 1px solid #c69c6d;
    text-align: center;
}
.pages_form,
.pages_jump {
    color: #999;
}
.pages_form {
    margin-left: 35px;
}
.pages_btn {
    background-position: right -63px;
    display: inline-block;
    width: 60px;
    cursor: pointer;
    margin-left: 15px;
}
.infor_title_h2 {
    border-bottom: 1px solid #c69c6d;
    padding-bottom: 10px;
}
.infor_title {
    width: 96px;
    height: 24px;
    margin: 0 auto;
    display: block;
}
.pt76 {
    padding-bottom: 76px;
}
.title_icon {
    background: url("https://www.jzj9999.com/images/title_icon.png") no-repeat 0 0;
}
.img_box {
    /*border-top: 2px solid #c69c6d;*/
}
.crumb_a {
    color: #999;
}
.crumb_span {
    color: #4d4d4d;
}
.row_left {
    width: 232px;
}
.row_right {
    width: 730px;
}
.nav_left_ul {} .nav_left_li {
                    background-color: #f2f2f2;
                    height: 28px;
                    line-height: 28px;
                    -moz-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
.nav_left_li .nav_left_a {
    color: #a67c52;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav_left_li:hover,
.nav_left_li_active {
    background-color: #0071bc;
}
.nav_left_li:hover .nav_left_a,
.nav_left_li_active .nav_left_a {
    color: #fff;
}
.icon_s {
    background: url("http://www.rtj029.com/images/zx2.png") no-repeat 0 0;
    width: 6px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.footer_con{
    width:1000px;
    height:176px;
    background: url("http://www.rtj029.com/new03/net4-21.png") no-repeat;
    margin:10px auto;
}