@charset 'utf-8';

/* CSS Reset */

html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td
{
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea
{
    font-family: 'PingFang SC', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    line-height: 1.7;

    margin: 0;
    padding: 0;

    color: #414243;
}

img
{
    width: auto\9;
    max-width: 100%;
    height: auto;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic;
    border: 0;
    border: 0;
}


/*h1,h2,h3,h4,h5,h6{font-size:100%;}*/

address,
cite,
dfn,
em,
var
{
    font-style: normal;
}

code,
kbd,
pre,
samp
{
    font-family: courier new, courier, monospace;
}

small
{
    font-size: 12px;
}

ul,
ol
{
    list-style: none;
}

a
{
    text-decoration: none;

    outline: none;
}

a:hover
{
    text-decoration: underline;
}

sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

legend
{
    color: #000;
}

fieldset,
img
{
    border: 0;
}

button,
input,
select,
textarea
{
    font-size: 100%;

    outline: none;
}

button::-moz-focus-inner,
input[type='submit']::-moz-focus-inner
{
    border: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

a
{
    text-decoration: none;

    color: #454545;
    outline: none;
    background: transparent;

    /* star: expression(this.onFocus=this.blur()); */
}

a:active,
a:hover
{
    text-decoration: none;
    color: #133783;
    outline: 0;
}

/* *,
:after,
:before
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
 */
::selection
{
    color: #fff;
    background-color: #133783;
}

::-webkit-input-placeholder
{
    color: #9d9e9f;
}

.c:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

* html > body .c
{
    display: inline-block;

    width: 100%;
}

* html .c
{
    height: 1%;
}

* + html .c
{
    min-height: 1%;
}

*:link,
*:hover,
*:active,
*:focus,
*
{
    -webkit-transition: color .10s linear, background-color .10s linear;
       -moz-transition: color .10s linear, background-color .10s linear;
        -ms-transition: color .10s linear, background-color .10s linear;
            transition: color .10s linear, background-color .10s linear;
}

.yh
{
    font-family: 'PingFang SC', 'Helvetica Neue', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}

.bd
{
    width: 1200px;
    margin: 0 auto;
}

.sbd
{
    width: 1000px;
    margin: 0 auto;
}

body
{
    background: #f5f6f7;
}
.topbar{
    background-color: #292c2f;
    line-height: 20px;
    color: #cccccc;
    padding:10px 0;
}
.topbar span.line{
    display: inline-block;margin: 0 5px;
    vertical-align: top;
    line-height: 18px;
}
.topbar a{
    color: #ccc;
}
.topbar a i{
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
}
.navbar
{
    position: relative;
    z-index: 10;

    height: 134px;

    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.navbar .navbar-logo-container
{
    float: left;

    width: 275px;
    height: 99px;
    margin-top: 18px;
}

.navbar .navbar-logo-container a
{
    display: block;
}

.navbar .navbar-logo-container .logo
{
    display: block;

    width: 275px;
    height: 99px;

    text-indent: -9999px;

    background: url(../images/logo.png) center center no-repeat;
}

.navbar .navbar-menu-container
{
    line-height: 60px;

    float: right;

    margin: 37px 0 37px 0;
}

.navbar .navbar-menu-container > ul > li
{
    position: relative;

    float: left;
}

.navbar .navbar-menu-container > ul > li > a
{
    font-size: 18px;
    font-weight: 500;

    position: relative;

    display: block;

    margin: 0 25px;

    color: #333;
}

.navbar .navbar-menu-container > ul > li > a:hover,
.navbar .navbar-menu-container > ul > li > a.active
{
    text-decoration: none;

    color: #133783;
}

.navbar .navbar-menu-container > ul > li > a.active:after
{
    position: absolute;
    bottom: 3px;
    left: 0;

    width: 100%;

    content: '';

    border-bottom: 2px solid #133783;
}

.navbar .navbar-menu-aside
{
    position: relative;

    float: right;

    margin: 49px 0 49px 20px;
}

.navbar .navbar-menu-aside > ul > li
{
    position: relative;

    float: left;
}

.navbar .navbar-menu-aside > ul > li > a
{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;

    display: block;

    margin-left: 10px;
    padding: 0 22px;

    color: #fff;
    border-radius: 5px;
}

.navbar .navbar-menu-aside > ul > li > a.login
{
    background: #c09d64;
}

.navbar .navbar-menu-aside > ul > li > a.register
{
    background: #133783;
}

.navbar .navbar-menu-container .user
{
    display: inline-block;

    width: 26px;
    height: 26px;
    margin: 14px 6px;

    cursor: pointer;
    vertical-align: top;
    text-indent: -9999px;

    *display: inline;
    *zoom: 1;
}

.navbar .navbar-menu-container .logout
{
    display: inline-block;

    width: 26px;
    height: 26px;
    margin: 14px 6px;

    cursor: pointer;
    vertical-align: top;
    text-indent: -9999px;

    *display: inline;
    *zoom: 1;
}

.container
{
    position: relative;
}

.banner
{
    position: relative;
    height: 505px;
    margin-top: 20px;
}

.banner > ul
{
    position: relative;

    height: 100%;
}

.banner > ul > li
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner .arr-left
{
    line-height: 34px;

    position: absolute;
    top: 50%;
    left: 20px;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    cursor: pointer;
    color: #fff;
}

.banner .arr-left:hover
{
    opacity: .8;
}

.banner .arr-left i
{
    font-size: 34px;
    line-height: 1;

    display: block;
}

.banner .arr-right
{
    line-height: 34px;

    position: absolute;
    top: 50%;
    right: 20px;

    width: 34px;
    height: 34px;
    margin-top: -16px;

    cursor: pointer;

    color: #fff;
}

.banner .arr-right:hover
{
    opacity: .8;
}

.banner .arr-right i
{
    font-size: 34px;
    line-height: 1;

    display: block;
}


/*main*/
.container .warp{ padding-left: 256px; min-height: 600px; overflow: hidden; position: relative;}

.container .menu{ width:240px; position: absolute; left: 0; top: 0; bottom: 0;}
.container .menu ul{margin: 15px 0; border: 1px solid #eaeaea; background-color: #ffffff;}

.container .menu ul li{ border-bottom: 1px solid #eaeaea;}
.container .menu ul li a{ height: 44px; display: block; padding: 0 20px; line-height: 44px; font-size: 18px;}
.container .menu ul li a.current{ font-size: 20px; color: #ffffff; background-color: #133783;}

.container .con{
    margin: 20px 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 0 6px rgba(0,0,0,.06); */
}
.container .con .con-hd{
    margin:0 10px;
    /* height: 46px; */
    border-bottom: 1px solid #e5e5e5;
}


.container .con .con-hd.con-hd-inner{
    border-bottom: 0 none;
}
.container .con .con-hd.con-hd-inner .tit h2{
    border: 0 none;
}

.container .con .con-hd:after{
content:".";display: block;height: 0;clear: both;visibility: hidden;
}

.container .con .con-hd.nobd,
.container .con .con-hd.inner{
    margin: 0;
}
.container .con .con-hd.nobor{
    border: 0 none;
}

.container .con .con-hd .tit
{
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    float: left;
    height: 46px;
    color: #133783;
}

.container .con .con-hd .con-action{
    line-height: 46px;
    margin-right: 20px;
}

/* 
.container .con .con-hd .tit span.line
{
    position: absolute;
    bottom: 0;

    width: 0;
    height: 2px;

    background: #133783;
}
 */
.container .con .con-hd .tit h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 46px;
    height: 46px;
    color: #133783;
    border-bottom: 1px solid #133783;
}
.container .con .con-hd .tit h2 i{width: 4px; height: 18px; background-color:#133783;display: inline-block; margin: 14px 10px 0 0; vertical-align: top;  }

.container .con .con-hd.nobd .tit h2 i{margin-left: 10px;}
.container .con .con-hd .tit-tab
{
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}

.container .con .con-hd .tit-tab li{
    float: left;
}

.container .con .con-hd .tit-tab li a
{
    display: block;
    padding: 0 20px;
    text-decoration: none;
    border-right: 1px solid #e5e5e5;
    color: #999;
}
.container .con .con-hd .tit-tab li a:hover{
    color: #666;
}
.container .con .con-hd .tit-tab li a.active{
    height: 46px;
    color: #133783;
    background-color: #ffffff;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.container .con .con-hd.nobd .tit-tab li a.active{
    margin-bottom:0;
    padding-bottom:0;
}

.container .con-bar{margin: 20px 0 10px 0; font-size: 14px; color: #333; font-weight: 500;}

.container .con-out-hd {
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}
.container .con-out-hd .tit-tab
{
    font-size: 16px;
    line-height: 46px;
    height: 46px;
}

.container .con-out-hd .tit-tab li
{
    float: left;
    border-radius: 3px 3px 0 0;
    border: 1px solid #e5e5e5;
    border-bottom: 0 none;
    padding: 0 12px;
    margin-right: 5px;
    line-height: 36px;
    background-color: #f5f6f7;
    margin-top: 9px;
    cursor: pointer;
}
.container .con-out-hd .tit-tab li.active{
    margin-top: 0;
    background-color: #ffffff;
    line-height: 46px;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.container .con-out-hd .tit-tab li i{ color: #666; font-size: 20px; margin-right: 5px; display: inline-block; vertical-align: top;}

.container .con-out-hd .tit-tab li.active i{ color: #bf9c62;}




.container .con .con-hd .bread{
    float: right;
    line-height: 46px;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}
.container .con .con-hd .bread a{
    color: #999;
}
.container .con .con-hd .bread a:hover{
    color: #333;
}

.container .con .con-bd{
    overflow: hidden;
}


.container .con .con-bd .con-box
{
    display: none;
}

.container .con .con-bd .con-box.active
{
    display: block;
}

.container .con .con-bd .tab-item{
    display: none;
}
.container .con .con-bd .tab-item.active{
    display: block;
}


.container .con .con-bd .con-aside{
    width: 199px; border-right: 1px solid #eaeaea;
    float: left;
    padding-bottom: 9999px;
    margin-bottom:-9999px;
}


.container .con .con-bd .con-aside ul li{
    height: 48px; margin:2px;
}
.container .con .con-bd .con-aside ul li .link{
    height: 48px; background:url(../images/aside-bg.png) center center no-repeat;
    display: block;
    font-size: 20px;
    line-height: 48px;
    padding-left: 20px;
}

.container .con .con-bd .con-aside ul li .link i{
    font-size: 20px; color: #ccc; margin-right: 5px;
}
.container .con .con-bd .con-aside ul li .link.active{
    color: #133783;
}


.container .con .con-bd .con-main{
    float: left;
    width: 998px;
}


.tit-step{}

.tit-step .tit-step-hd{
    height: 43px;

}
.tit-step .tit-step-hd li{
    float: left;
}

.tit-step .tit-step-hd li a{
    padding:0 30px;
    line-height: 43px;
    font-size: 18px;
    display: block;
}
.tit-step .tit-step-hd li a.active{
    background-color: #c09d64;
    color: #ffffff;
}

.tit-step .tit-step-bd{
    color: #fff;
    background-color: #c09d64;
}

.tit-step .tit-step-bd li{
    float: left;
    margin:12px 0;
    border-right: 1px solid #d5d5d5;
    line-height: 16px;
}
.tit-step .tit-step-bd li:last-child{
    border-right: 0 none;
}
.tit-step .tit-step-bd li a{
    color: #eddbbf;
    height: 40px;
    padding: 0 20px;
    font-size: 18px;

}
.tit-step .tit-step-bd li a.active,
.tit-step .tit-step-bd li a:hover{
    color: #ffffff;
}



.footer{
    background: #292c2f;
    padding: 40px 0; color: #b4b9c2;
    font-size: 12px;
}
.footer-console{
    text-align: center;
    margin: 50px 0;
    color: #999999;
}


/*bd*/

.home-help-list
{
    font-size: 18px;
    margin: 16px 0 0 0;
}
.home-help-list >li{
    line-height: 40px;
}
.home-help-list >li i{
    width: 6px; height: 6px; display: inline-block; margin:16px 8px 0 0; vertical-align: top; background: #cccccc; border-radius: 50%;
}
.home-help-list >li a{
    color: #666666;
}
.home-help-list >li a:hover{
     color: #133783;

}



.news-list
{
    font-size: 18px;
}
.news-list >li{
    margin-bottom: 10px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}
.news-list >li i{
    width: 6px; height: 6px; display: inline-block; margin:16px 8px 0 0; vertical-align: top; background: #133783; border-radius: 50%;
}
.news-list >li a{
    color: #666666;
}
.news-list >li a:hover{
     color: #133783;

}

.news-list >li .date{
    float: right; margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.news-detail{
    margin-bottom: 50px;
}
.news-detail h1{
    font-size: 30px; color: #133783;text-align: center;
    font-weight: 500;
}
.news-detail p.stit{
    font-size: 14px; color:#999999;
    text-align: center;
}
.news-detail .content {
    margin-top: 30px;

}


.pages{
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;border-radius: 5px;
    float: right;
    color: #999;
}

.pages>ul{
    float: left;
}
.pages>ul>li{
    float: left;
    line-height: 40px;
    background-color: #ffffff;
    border-right: 1px solid #eaeaea;

}
.pages>ul>li a{
    display: block;
    padding: 0 12px;
    color: #3a86c6;
}
.pages>ul>li span{
    display: block;
    padding: 0 12px;
}

.pages>ul>li a:hover,
.pages>ul>li .current,
.pages>ul>li .disabled,
.pages>ul>li span{
    background-color: #f5f5f5;
}
.pages>ul>li a i.arr,
.pages>ul>li span i.arr{
    vertical-align: top;
    display: inline-block;
    line-height: 36px;margin: 0 3px;
}
.pages>div{
    float: left;
    line-height: 40px;
    padding: 0 20px;
}

.pages>div .page-input{
    height: 34px; width: 40px; border-radius: 3px; border: 1px solid #dbdbdb; margin: 0 5px;padding: 0 10px; text-align: center;
}

.editor-style {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    outline: none;
    word-wrap: break-word;
}
.editor-style >:first-child {
    margin-top: 0 !important;
}
.editor-style a {
    color: #4298BA;
    text-decoration: none;
    word-break: break-all;
}
.editor-style a:visited {
    color: #4298BA;
}
.editor-style a:hover {
    color: #0F769F;
}
.editor-style a:active {
    color: #9E792E;
}
.editor-style a:hover,
.editor-style a:active {
    outline: 0;
}
.editor-style h1,
.editor-style h2,
.editor-style h3,
.editor-style h4,
.editor-style h5,
.editor-style h6 {
    /* font-weight: bold; */
    margin: 40px 0 20px;
    color: #000000;
}
.editor-style h1 {
    font-size: 24px;
}
.editor-style h2 {
    font-size: 22px;
}
.editor-style h3 {
    font-size: 20px;
}
.editor-style h4 {
    font-size: 18px;
}
.editor-style h5 {
    font-size: 16px;
}
.editor-style h6 {
    font-size: 16px;
}
.editor-style p,
.editor-style div {
    word-wrap: break-word;
    margin: 0 0 5px 0;
    color: #666;
    word-wrap: break-word;
}
.editor-style b,
.editor-style strong {
    font-weight: bold;
}
.editor-style i,
.editor-style em {
    font-style: italic;
}
.editor-style u {
    text-decoration: underline;
}
.editor-style strike,
.editor-style del {
    text-decoration: line-through;
}
.editor-style ul,
.editor-style ol {
    list-style: disc outside none;
   
    padding: 0 0 0 40px;
    line-height: 1.6;
    width: 600px;
    margin: 15px auto;
}
.editor-style ul ul,
.editor-style ul ol,
.editor-style ol ul,
.editor-style ol ol {
    padding-left: 30px;
}
.editor-style ul ul,
.editor-style ol ul {
    list-style: circle outside none;
}
.editor-style ul ul ul,
.editor-style ol ul ul {
    list-style: square outside none;
}
.editor-style ol {
    list-style: decimal;
}
.editor-style blockquote {
    border-left: 6px solid #ddd;
/*    padding: 5px 0 5px 10px;
    margin: 15px 0 15px 15px;*/
    width: 590px;
    margin: 15px auto;
    padding-left: 10px;
}
.editor-style blockquote >:first-child {
    margin-top: 0;
}
.editor-style hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 15px 0;
    padding: 0;
}
.editor-style table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.editor-style table thead {
    background-color: #f9f9f9;
}
.editor-style table td {
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    box-sizing: border-box;
}
.editor-style table td.active {
    background-color: #ffffee;
}
.editor-style img {
    max-width: 900px;
    margin: 20px auto;
    display: block;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}



.news-tit{
    font-size: 18px; color: #333363;
    line-height: 1;
    margin-bottom: 10px;
}
.news-info{
    color: #98a3af;
    font-size: 14px; line-height: 1.6;
}
.news-more{
    font-size: 12px; color: #ba8e46;
}
.home-tools{
    margin: 0 -15px 20px 0;
}
.home-tools .home-tool{
    background: #ffffff;
    padding: 35px 20px 50px 20px;
    margin: 0 15px 0 0;
    float: left;
    width: 210px;
    color: #333;
    float: left;
    text-align: center;
    box-shadow: 0 0 6px rgba(0,0,0,.06);
}
.home-tools .home-tool.wid{
    width: 364px;
}
.home-tools .home-tool i{
    width: 80px; height: 80px;
    background: #c0b485;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    margin: 0 auto 10px auto;
    font-size: 52px;
    line-height: 80px;
    text-align: center;
    box-shadow: inset 0 0 20px rgba(0,0,0,.2);
}

.home-tools .home-tool h3{
    font-size: 24px; font-weight: bold;
    line-height: 1.8;
}
.home-tools .home-tool p{
    font-size: 14px; color: #999999;
    line-height: 1.8;
}


.home-contact{
    background: #ffffff;
    font-size: 14px;
    color: #666666;
}
.home-contact h4{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.home-contact .partner{

}

.home-contact .partner li{
    float: left;
    width: 50%;
}
.home-contact .partner li a{
    background-color: #ebebeb;
    font-size: 18px;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 10px 0;
    display: block;
}
.console{margin: 45px 0;}
.console .login-banner{
    height: 500px;
    background:url(../images/login.png) center center no-repeat #ffffff;
    border: 1px solid #e5e5e5;
}
.console .login-cont{
    height: 500px;
}
.console .login-cont .x-input{
width: 341px;
}
.console .code{
    position: absolute; right: 0; top: 0; height: 26px;
    border-left: 1px solid #ccc;margin: 6px;
    padding-left: 5px;
}
.console .code img{
    height: 26px;
}

.console .con-bd{
    min-height: 500px;
}





.step {
    text-align: center;
    margin: 30px auto;
    position: relative;
}

.step>div {
    display: inline-block;
    position: relative;
    padding-top: 8px;
    color: #999;
}

.step>div:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #DBDBDB;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px
}

.step>div div {
    text-align: center;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 180px;
}

.step>div div span {
    content: "";
    display: block;
    position: absolute;
    background: #DBDBDB;
    left: 50%;
    top: 0;
    margin:-18px 0 0 -11px;
    border-radius: 50%;
    width: 22px; height: 22px; line-height: 22px;
    color: #ffffff;
    font-size: 14px;
}

.step>div div.cur:before {
    content: "";
    left: -2px;
    right: -2px;
    top: 0;
    height: 4px;
    background: #bf9c62;
    position: absolute;
    margin: -8px 0 0
}

.step>div div:first-child::before {
    border-radius: 10px 0 0 10px
}

.step>div div:last-child::before {
    border-radius: 0 10px 10px 0
}

.step>div div.cur span {
    background: #bf9c62;
}

.step>div div>p {
    line-height: 40px
}
.step>div div.cur>p{
    color: #bf9c62;
}


.reg-agree{ height: 528px; margin: 30px 100px 20px 100px; border: 1px solid #dbdbdb; border-radius: 5px; overflow-x: hidden; overflow-y: auto;}
.reg-agree>div{margin: 30px;}


.con-bd-stit{
    height: 42px; border-bottom:1px solid #133783;font-size: 20px;
}
.con-bd-stit>label{
    height: 42px; background-color: #133783;
    color: #ffffff;
    padding:0 15px;
    line-height: 42px;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}


.button-add{
    background-color: #f5f5f5;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1;
}
.button-add i{
    display: inline-block; margin:1px 4px 0 0;
    vertical-align: top;
}


.tit-close{background-color: #f5f5f5; border-radius: 50%; float: right; width: 30px; height: 30px; line-height: 30px; margin:5px 20px 5px 0; cursor:pointer;}
.tit-close:hover{
    background-color: #dbdbdb;
}


.person-info-box{
    border: 1px solid #eeeeee;
    width: 520px;
    border-radius: 5px;
}
.person-info-box .person-hd{
    background-color: #fafafb; height: 42px; 
    line-height: 42px;
    padding: 0 20px;
}
.person-info-box .person-bd{
    padding: 16px 20px;
    font-size: 18px; color: #999;
}

.bank-box{
    border: 1px solid #eeeeee;
    margin: 0 auto;
    width: 660px;
}
.bank-box .bank-hd{
    background-color: #f5f6f7;
    border-bottom: 1px solid #eaeaea;
    line-height: 48px;
    padding: 0 20px;
    font-size: 20px;
}


.new-tag{
    background-color: #c33232;
    color: #ffffff;
    border-radius: 3px;
    padding: 2px 6px;
    line-height: 1;
    margin: 0 5px;
    vertical-align: middle;
}
.gary-tag{
    background-color: #969696;
    color: #ffffff;
    border-radius: 3px;
    padding: 2px 6px;
    line-height: 1;
    margin: 0 5px;
    vertical-align: middle;
}
.tip-tag{
    background-color: #d18730;
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    padding: 2px 6px;
}





.bread-step{

}
.bread-step label{
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 36px;
}
.bread-step ul{
    height: 36px; line-height: 36px;
    float: left;
    border-radius: 5px;
    overflow:hidden;
}
.bread-step ul li{
    float: left;
    background-color: #efefef;
    font-size: 16px; font-weight: bold;
    padding: 0 10px 0 36px;
    position: relative;
    overflow: hidden;
}


.bread-step ul li:after{
    content: "";
    width: 0; height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    left: 0; top: 0;
}
.bread-step ul li:before{
    content: "";
    width: 0; height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 24px solid #ffffff;
    position: absolute;
    left: 0; top: 0;
    margin: -4px 0 0 0px;
}
.bread-step ul li:first-child{
    padding-left: 20px;
}
.bread-step ul li:last-child{
    padding-right: 20px;
}
.bread-step ul li:first-child::before,
.bread-step ul li:first-child::after{
    display: none;
}
.bread-step ul li.active{
    background-color: #c09d64;
    color: #ffffff;
}
.bread-step ul li.active+li:after{
    border-left-color: #c09d64;
}


.xz_tit
{
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    height: 46px;
}
.tb-list td{
    padding: 16px 10px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    word-wrap: break-word;
    table-layout: fixed;
    font-size: 16px
}
.bb0{
    border-bottom: none !important;
}
.t-center{
    text-align: center !important;
}
.xz_p{
    color: #000;
    margin-left: 20px;
}
 .xz_tit .h2 i{width: 4px; height: 18px; background-color:#133783;display: inline-block; margin: 14px 10px 0 0; vertical-align: top;  }
.xz_tit .h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 46px;
    height: 46px;
    color: #133783;
}
.xz_box{
    margin-left: 20px;
    margin-right: 20px;
}
.zjicon{
    float: right;
}
.c-c133783{
     color: #fff;
     background: #133783;
}
.c-c9a000{
    color: #fff;
    background: #c9a000;
}
.c-border{
    border: 1px solid #d5d5d5;
}
.btnGroup{
    width: 250px;
    margin:0 auto 30px;
}
.btnGroup .preview:hover{
    color: #fff !important;
}
.evidenceBox{
    -display: none;
}
.evidenceBox h2{
    position: relative;
}
.evidenceBox .evidence{
    height: 200px;
    -border: 1px solid #ccc;
}
.evidenceBox .box{
    padding: 20px;
}
.evidence-table td{
    padding: 12px 6px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
    word-wrap: break-word;
    table-layout: fixed;
    font-size: 14px;
}
.debate{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    line-height: 45px;
}
.debate .text{
    float: left;
}
.debate span{
    float: right;
}
.evidenceBox h2{
    text-align: center;
    height: 40px;
    line-height:40px;
    font-size: 15px;
    background: #fafafc;
}
/*å·¦å¯¹é½ãçç¥å·*/
.text-l{
    text-align: left !important;
}
.ellipsis{
    width: 750px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap
}
.iconClose{
    background: url('../images/close.png') no-repeat center;
    width:25px;
    height: 25px;
    position: absolute;
    right: 5px;
    display: block;
    top: 8px;
    cursor: pointer;
}
.textArea{
    width: 100%;
    height: 100px;
    resize: none;
    color: #999;
}
.textyj{
    width: 100%;
    height: 100px;
    color: #999;
    border: 1px solid #ccc;
}
.disabled{
    border: 2px solid #d5d5d5;
    background: #f5f6f8;
    color: #d5d5d5;
}
.disabled i{
    color: #d5d5d5;
}
.disabled:hover{
    color: #d5d5d5;
}
.notice .date{
    text-align: right;
}
.notice .btn{
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    margin-top: 12px;
}
.notice{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}
.noticeBottom{
    display: none;
    padding: 10px;
}
.bor-none{
    border:none !important;
}
.mb-1{
    margin-bottom: -1px!important;
}
.block{
    display: block;
}
.mr150{
    margin-right: 150px;
}
.mr250{
    margin-right: 250px;
}

/*12-25*/
.hz-textarea{
    font-size:14px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding:4px 6px;
    resize:none;
    overflow-x:none;
    overflow-y:auto;
    width: 288px;
    min-height: 70px;
    vertical-align: top;
}

.d-n{
    display:none
}
.green{
    color: green;
}
.red{
    color: red;
}
.hzBtnGroup{
   text-align: center;
    margin: 0 auto 30px;
}

/*12-26*/
.main{
    background: #fff;
}
.container .hz-con{
    margin: 20px 0;
    border: none;
}
.main-title label{
    position: relative;
    color: #0f357f;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 700;
}
.main-title label:after{
    height: 14px;
    left: 0;
    top: 4px;
    content: '';
    position: absolute;
    color: #0f357f;
    border-left: 3px solid #0f357f;
}
.add-title{
    font-size: 20px;
    text-align: center;
    padding: 5px;
    margin: 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.add-date{
    color: #000;
    text-align: right;
    margin-right: 50px;
    margin-top: 50px;
    font-size: 16px;
}
.w150{
    width: 150px !important;
}
.avoidBox{
    width: 890px;
    height: 380px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.avoidBox em{
    margin-right: 8px;
    color: red;
}

.avoidBox textarea{
    width: 700px;
    height: 100px;
}

.main .tableBox{
    min-height: 700px;
    padding: 70px 40px 0 40px;
    margin-bottom: 50px;
}
.addAvoid label{
    width: 160px;
}