@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    _background-attachment: fixed;
}

body {
    background: #f2f2f2;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, textarea, th, td, a {
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 14px;
    color: #4c4c4c
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    border: 0;
    outline: none;
    vertical-align: top;
}

ul, li, ol {
    list-style: none outside none;
}

input, button {
    border: 0;
    outline: none;
    background: none;
    filter: chroma(color=#000000);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em, b {
    font-style: normal;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #999;
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 12px;
}

a, a * {
    text-decoration: none;
    outline: none;
    star: expression(this.onFocus=this.blur());
}

::selection {
    background: #f20e0e;
    color: #fff;
}

::-moz-selection {
    background: #f20e0e;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

input {
    font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
    font-size: 12px;
}

.both {
    clear: both;
    zoom: 1;
}

.both:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    display: inline;
    float: left
}

.fr {
    display: inline;
    float: right
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*头部顶部*/
.header_wrap {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 9999;
}

.header_welcome {
    text-transform: uppercase;
    font-size: 12px;
    color: #534c66;
}

.header_welcome a {
    float: left;
    line-height: 32px;
    font-size: 12px;
    color: #534c66;
}

.header_welcome a.back_home {
    padding-left: 18px;
    background: url("../images/common/home_icon.png") no-repeat left center;
}

.header_welcome a.reglink {
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    background: #EB0C1C;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.header_menu {
    position: absolute;
    right: 70px;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.header_menu li {
    float: left;
    position: relative;
    line-height: 32px;
}

.header_menu li:before {
    content: "|";
    display: block;
    font-size: 12px;
    color: #9286b3;
    position: absolute;
    left: 0;
    top: 0;
}

.header_menu li:first-child:before {
    content: "";
}

.header_menu i {
    text-indent: -9999999px;
}

.header_menu li a {
    padding: 0 14px;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    color: #534c66;
    display: inline-block;
    white-space: nowrap;
}

.header_menu .hmenu_hd i {
    display: inline-block;
    background: url(../images/common/pull_down.png) no-repeat center center;
    width: 9px;
    height: 100%;
    margin-left: 4px;
}

.header_menu li:hover .hmenu_hd a {
    background: #fff;
    line-height: 30px;
    height: 30px;
    padding: 0 13px;
    border: 1px solid #302E35;
}

.hmenu .posi {
    position: relative;
    z-index: 99;
}

.header_menu li:hover .hmenu .posi:after {
    content: "";
    display: block;
    width: 89px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1px;
    bottom: 0;
}

.header_menu .hmenu_bd {
    display: none;
}

.header_menu .site_cont {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
    background: #fff;
    padding: 25px 15px;
    width: 910px;
    border: 1px solid #302E35;
    overflow: hidden;
    z-index: 98;
}

.header_menu .site_cont .site_cont_list {
    float: left;
    padding: 0 2%;
    width: 29%;
}

.header_menu .wechat {
    width: 298px;
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
    background: #fff;
    padding: 5px 5px 10px;
    border: 1px solid #302E35;
    text-align: center;
    z-index: 98;
}

.header_menu .wechat p {
    font-size: 13px;
    line-height: 18px;
}

.header_menu .wechat .wech_fl {
    float: left;
    margin-right: 5px;
}

.header_menu .wechat .cut_line {
    width: 1px;
    height: 125px;
    background: #EDEDED;
    position: absolute;
    left: 50%;
    top: 15px;
}

.header_menu .wechat .wech_fr {
    float: right;
    margin-left: 5px;
}

.header_menu .site_cont .cname_cont_list h3 {
    color: #f56a00;
}

.header_menu .site_cont .dname_cont_list h3 {
    color: #2263d4;
}

.header_menu .site_cont .dname_cont_list {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    height: 240px;
}

.header_menu .site_cont h3 {
    font-size: 16px;
    padding: 0 0 8px 15px;
}

.header_menu .site_cont i.header_icon_hot {
    background: url(../images/common/icon.png) no-repeat -70px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu .site_cont i.header_icon_new {
    background: url(../images/common/icon.png) no-repeat -140px -113px;
    display: inline-block;
    width: 23px;
}

.header_menu li.mobile i {
    display: inline-block;
    background: url(../images/common/mobile_icon.png) no-repeat center center;
    width: 10px;
    height: 32px;
    margin-left: 4px;
    vertical-align: top;
}

.header_menu li.mobile a {
    padding-left: 18px;
    padding-right: 0;
}

/*头部中部*/
.header_mid_box {
    position: relative;
    z-index: 9998;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
}

.header_mid {
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    padding-bottom: 16px;
    position: relative;
}

.header_mid .logo {
    position: absolute;
    top: 15px;
    left: 0;
}

.header_mid .index_back {
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    color: #666;
    background: url("../images/common/index_icon.png") no-repeat left center;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 34px;
}

/*底部*/
.rpassword_footer {
    background: #272727;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 31px 0;
    color: #fff;
}

/*面包屑*/
.crumbs_box {
    height: 46px;
    margin-top: 3px;
    background: url("../images/common/junior_line.png") no-repeat center top;
}

.crumbs {
    width: 1200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
}

.crumbs_nav, .crumbs_nav a {
    font-size: 14px;
    color: #4c4c4c;
}