 @charset "utf-8";
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: 14px/1.5 tahoma, arial, \5b8b\4f53, "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: "couriernew", courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #424242;
}

a:hover {
    color: #0d81f6;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

img {
    border: 0;
    vertical-align: middle;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #000000;
    background: #f5f5f5;
    font-family: "Microsoft YaHei";
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hr {
    overflow: hidden;
    width: 100%;
    clear: both;
}

.hr10 {
    height: 10px;
}

.hr20 {
    height: 20px;
}

.hr30 {
    height: 30px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.none {
    display: none;
}

.block {
    display: block;
}

.border2 {
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
}

.jb, .type_meau dd .active, .page a.active, .nav .nav_drop li a:hover {
    background: #0d81f6;
    background: -moz-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #55a1ee), color-stop(100%, #0d81f6));
    background: -webkit-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -o-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -ms-linear-gradient(left, #55a1ee 0, #0d81f6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#55a1ee), to(#0d81f6));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #55a1ee), to(#0d81f6));
    background: linear-gradient(to right, #55a1ee 0, #0d81f6 100%);
    cursor: pointer;
}

.jb:hover, .meau_personal li a:hover {
    background: #0d81f6;
    background: -moz-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #0d81f6), color-stop(100%, #55a1ee));
    background: -webkit-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background: -o-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background: -ms-linear-gradient(left, #0d81f6 0, #55a1ee 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0d81f6), to(#55a1ee));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d81f6), to(#55a1ee));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d81f6), to(#55a1ee));
    background: linear-gradient(to right, #0d81f6 0, #55a1ee 100%);
    cursor: pointer;
}

.bgfff {
    background-color: #fff;
}

.header {
    width: 100%;
    background-color: #fff;
}

.header .main {
    height: 78px;
}

.logo {
    margin-right: 30px;
}

.logo img {
    display: block;
}

.nav li {
    float: left;
    line-height: 78px;
    position: relative;
    z-index: 9;
}

.nav li a {
    display: block;
    height: 100%;
    padding: 0 22px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.nav li a span {
    color: #0d81f6;
    border: 1px solid #0d81f6;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 4px;
    margin-left: 4px;
}

.nav li a i {
    display: block;
    position: absolute;
    width: 19px;
    height: 10px;
    overflow: hidden;
    right: 0;
    top: 24px;
}

.nav li a .hot {
    background-position: 0 0;
}

.nav li a .new {
    background-position: -20px 0;
}

.nav_drop {
    position: absolute;
    left: -42px;
    top: 78px;
    background-color: #fff;
    padding: 17px 20px 13px;
    width: 448px;
    border-top: 1px solid #eaeaea;
    display: none;
}

.nav .nav_drop li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #545454;
    margin-bottom: 4px;
    width: 25%;
}

.nav .nav_drop li a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #545454;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
}

.nav .nav_drop li a:hover {
    color: #fff;
}

.nav .active a {
    color: #0d81f6;
}

.login_no {
    padding-top: 21px;
    padding-left: 25px;
}

.login_no a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    white-space: nowrap;
}

.login_no .signIn_btn {
    color: #0d81f6;
    border-color: #0d81f6;
    margin-right: 10px;
}

.header_meau {
    float: left;
    width: 50px;
    position: relative;
    padding-top: 15px;
    padding-left: 40px;
    height: 47px;
    z-index: 9;
}

.header_meau:hover .meau_personal {
    display: block;
}

.meau_user_face {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.meau_user_face img {
    display: block;
    width: 100%;
    height: 100%;
}

.meau_personal {
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    right: 0;
    top: 65px;
    width: 139px;
    text-align: center;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    padding-top: 8px;
    cursor: pointer;
    display: none;
}

.meau_personal a {
    color: #999;
}

.meau_personal li {
    height: 44px;
    line-height: 44px;
}

.meau_personal li a {
    display: block;
    width: 100%;
    height: 100%;
}

.meau_personal li a:hover {
    color: #fff;
}

.meau_personal p {
    height: 28px;
    line-height: 28px;
}

.header_vip {
    height: 78px;
    line-height: 78px;
    font-size: 15px;
    color: #0d81f6;
}

.header_vip a {
    color: #0d81f6
}

.header_vip a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 12px;
    background-position: -137px -20px;
}

.page_header {
    height: 90px;
}

.header .search {
    background: none;
    width: 635px;
    padding: 15px 0 0;
}

.search {
    width: 100%;
    padding: 23px 0 22px;
    height: 60px;
    background-image: url(../images/search.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #262e44;
    position: relative;
    z-index: 8;
}

.search .main {
    width: 411px;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px 94px 12px 130px;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.header .search .main {
    height: 32px;
    line-height: 32px;
    border: 2px solid #0d81f6;
}

.search_class {
    width: 119px;
    position: absolute;
    left: 0;
    top: 12px;
    color: #333;
    font-size: 14px;
    text-align: center;
    z-index: 8;
    cursor: pointer;
    bottom: 0;
}

.search_class_check {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #e5e5e5;
    position: relative;
}

.search_class ul {
    width: 118px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 48px;
    border-radius: 2px;
    display: none;
}

.header .search .search_class ul {
    top: 44px;
}

.search_class li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.search_class li:hover {
    color: #0d81f6;
}

.search_class_check i {
    display: inline-block;
    width: 11px;
    height: 6px;
    overflow: hidden;
    background-position: -101px 0;
    margin-left: 5px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -3px;
}

.search_class.active .search_class_check i {
    background-position: -80px 0;
}

.search_class.active ul {
    display: block;
}

.search_text, .search_btn input {
    border: none 0;
    background: none;
}

.search_text {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.search_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 83px;
    height: 60px;
    /*border-radius: 0 4px 4px 0;*/
    background-image: url(../images/search.png);
}

.header .search .search_btn {
    top: -2px;
    right: -2px;
}

.search_btn input {
    width: 100%;
    height: 100%;
}

.type_meau {
    width: 100%;
    background-color: #fff;
    padding: 30px 0 15px;
}

.type_meau .main {
}

.type_meau dl {
    padding-left: 47px;
    position: relative;
    line-height: 26px;
    font-size: 14px;
}

.type_meau dt {
    position: absolute;
    left: 0;
    top: 0;
}

.type_meau dd {
    overflow: hidden;
    *margin-bottom: 16px;
}

.type_meau dd a {
    padding: 0 8px;
    display: block;
    height: 26px;
    float: left;
    margin: 0 10px 16px 0;
    border: 1px solid #fff;
    border-radius: 3px;
}

.type_meau dd .active, .type_meau dd .active:hover {
    color: #fff;
    border: 1px solid #fff;
}

.type_meau dd a:hover {
    color: #0d81f6;
    border: 1px solid #0d81f6;
}

.con_nav {
    padding: 16px 0 14px;
}

.con_nav li {
    float: left;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 18px;
    font-size: 14px;
}

.con_nav li.jb a {
    color: #fff;
}

.bottomDown, .bottomBg, .topbtn {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
}

.list_ul {
    margin-right: -20px;
}

.listItem {
    float: left;
    width: 288px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .1);
    margin-right: 16px;
    margin-bottom: 16px;
    position: relative;
    overflow-x: hidden;
}

.listItem .imgBox {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.listItem .imgBox img {
    display: block;
    width: 100%;
}

.listItem .topbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    padding: 10px;
    overflow-x: hidden;
    z-index: 5;
}

.listItem .topbtn {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
    background: rgba(255, 255, 255, 0.5);
}

:root .listItem .topbtn {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00FFFFFF', endColorstr='#00FFFFFF');
}

/*for IE9*/
.topbtn .collect {
    float: left;
    background-color: #d8d8d8;
}

.topbtn .down {
    float: right;
    background-color: #0d81f6;
}

.topbtn .collect, .topbtn .down {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.topbtn .collect:hover {
    background-color: #0d81f6;
}

.topbtn .down:hover {
    background-color: #55a1ee;
}

.listItem .imgtt {
    height: 48px;
    line-height: 48px;
    overflow-x: hidden;
    font-weight: normal;
    padding: 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.listItem .imgBox .topbtn {
    background: none;
    background-image: url(../images/bg_1.png);
    height: 70px;
    padding: 0;
}

.listItem .imgBox .topbtn .collect {
    width: 46px;
    height: 46px;
    border: 1px solid #999;
    position: absolute;
    right: 24px;
    top: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.listItem .imgBox .topbtn .collect i {
    display: block;
    width: 19px;
    height: 17px;
    background-image: url(../images/down_num.png);
    background-position: -50px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -8px;
}

.listItem .imgBox .topbtn .collect.active i {
    background-position: -150px 0;
}

.listItem .imgBox .topbtn .collect.active {
    border-color: #0d81f6;
}

.bottomBg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    background-image: url(../images/bg_2.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: none;
}

.bottomDown {
    background-color: #0d81f6;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 36px;
    width: 142px;
    position: absolute;
    left: 50%;
    margin-left: -89px;
    font-size: 17px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    bottom: -60px;
    z-index: 4;
}

.bottomDown i {
    background-image: url(../images/down_num.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 100%;
    vertical-align: top;
    background-position: -100px center;
    margin-right: 14px;
}

.bottomDown:hover {
    color: #fff;
    background-color: #55a1ee;
}

.listItem:hover .bottomDown, .listItem:hover .bottomBg, .listItem:hover .topbtn {
    display: block;
    opacity: 1;
    /*filter: alpha(opacity=100);*/
}

.listItem:hover .topbtn {
    top: 0;
}

.listItem:hover .bottomDown {
    bottom: 30px;
}

.page {
    text-align: center;
    padding: 30px 0 50px;
}

.page a {
    display: inline-block;
    padding: 0 22px;
    height: 55px;
    line-height: 55px;
    color: #404040;
    background: #ffffff;
    border-radius: 2px;
    margin: 3px;
    border: 1px solid #fff;
}

.page a.active, .page a.active:hover {
    color: #fff;
}

.page a.active:hover {
    border: 1px solid #fff;
}

.page a:hover {
    color: #0d81f6;
    border: 1px solid #0d81f6;
}

.ppxt {
    width: 100%;
    height: 397px;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #262930;
}

.footer {
    width: 100%;
    background-color: #141414;
    padding: 20px 0;
    color: #999;
}

.footer .fr {
    width: 454px;
    font-size: 12px;
    line-height: 24px;
}

.footer .fl img {
    display: block;
}

.loch {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #757575;
}

.loch a {
    color: #757575;
}

.loch i {
    font-style: normal;
}

.left {
    width: 828px;
}

.right {
    width: 355px;
}

.pageTitle {
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
    padding: 20px 20px 20px;
    font-size: 24px;
    color: #666666;
    position: relative;
    font-weight: normal;
}

.detail_title_img {
    position: relative;
    margin-left: 15px;
    display: inline-block;
    width: 46px;
    height: 20px;
    top: 3px;
    background-position: -110px -60px;
}

.seo_num {
    opacity: 0.4;
    font-size: 12px;
    font-family: '����';
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #fff;
    background: black;
}

.excel_content {
    padding: 30px;
}

.excel_content img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.r2Title {
    font-size: 16px;
    color: #524d4d;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.right .r2 {
    padding: 22px 30px 0;
    font-size: 14px;
    color: #757575;
}

.right .r2 li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.right .r2 li span {
    display: inline-block;
    margin-right: 10px;
}

.right .r1 {
    padding: 0 30px 10px;
    border-bottom: 1px solid #f1f1f1;
}

.right .r1 .btn {
    display: block;
    border-radius: 4px;
    text-align: left;
    padding-left: 116px;
    position: relative;
    font-size: 18px;
    margin-top: 16px;
    cursor: pointer;
}

.right .r1 .btn i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -10px;
}

.right .r1 .d_down {
    height: 54px;
    padding-left: 117px;
    line-height: 54px;
    color: #fff;
}

.right .r1 .d_down i {
    background-position: -40px -60px;
}

.right .r1 .d_collect {
    height: 52px;
    line-height: 52px;
    border: 1px solid #b0b0b0;
    letter-spacing: 38px;
}

.right .r1 .d_collect i {
    background-position: -60px -60px;
    width: 21px;
}

.right .r1 .d_collect.active {
    color: #0d81f6;
    border: 1px solid #0d81f6;
}

.right .r1 .d_collect.active i {
    background-position: -81px -60px;
}

.copyright_tips {
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    height: 24px;
    padding-top: 20px;
    clear: both;
    overflow: hidden;
}

.copyright_tips i {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    background: #0d81f6;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    margin-right: 15px;
    text-align: center;
    font-style: normal;
}

.right .r3 {
    padding: 0 30px 20px;
}

.right .r3 .xgtj {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #4a4a4a;
}

.right .r3 ul {
    overflow: hidden;
}

.right .r3 ul li {
    float: left;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 32px;
    line-height: 32px;
}

.right .r3 ul li a {
    display: block;
    padding: 0 12px;
    color: #757575;
    font-size: 14px;
    height: 100%;
}

.gyl {
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    color: #646464;
    text-align: left;
}

.ppt_banner {
    width: 100%;
    height: 603px;
    background-image: url(../images/ppt_banner.jpg);
    background-position: center top;
    position: relative;
}

.ppt_banner_btn {
    width: 326px;
    position: absolute;
    left: 50%;
    margin-left: -163px;
    top: 325px;
}

.ppt_banner_btn a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: '΢���ź�';
    border-radius: 8px;
}

.ppt_banner_btn p {
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 16px;
}

.pptTag {
    width: 1322px;
    margin: 0 auto;
    padding: 77px 0 62px;
}

.pptTag li {
    width: 25%;
    *width: 24.5%;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #666666;
}

.pptTag li span {
    display: block;
    width: 155px;
    height: 155px;
    margin: 0 auto 36px;
    background-image: url(../images/t.png);
}

.pptTag li.t1 span {
    background-position: 0 0;
}

.pptTag li.t2 span {
    background-position: -160px 0;
}

.pptTag li.t3 span {
    background-position: -320px 0;
}

.pptTag li.t4 span {
    background-position: -480px 0;
}

.ppt_title {
    width: 342px;
    margin: 0 auto;
    border-bottom: 2px solid #dddddd;
    text-align: center;
    line-height: 1;
    padding-bottom: 12px;
    position: relative;
    padding-top: 75px;
    margin-bottom: 37px;
}

.ppt_title h4 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
}

.ppt_title p {
    font-size: 16px;
    color: #999999;
    margin-top: 3px;
}

.ppt_title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #0d81f6;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -3px;
}

.ppt_title2 {
    font-weight: normal;
    color: #878787;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-family: '΢���ź�';
}

.p1_l, .p1_c, .p1_r {
}

.p1_l {
    width: 378px;
    float: left;
    margin-right: 32px;
}

.p1_c {
    width: 377px;
    float: left;
}

.p1_r {
    width: 376px;
    float: right;
}

.p1_content {
    padding: 56px 0 113px;
}

.p1_content img, .p1_content a {
    display: block;
    width: 100%;
}

.p1_c_1 {
    margin-bottom: 34px;
}

.p1_r_1 {
    margin-bottom: 38px;
}

.ppt_p2 {
    background-color: #fff;
}

.p2_content {
    padding: 95px 0 98px;
    text-align: center;
}

.p2_content li {
    *float: left;
    display: inline-block;
    vertical-align: top;
}

.p2_content li .fl {
    width: 155px;
    text-align: center;
    font-size: 14px;
    color: #878787;
    line-height: 22px;
}

.p2_content li .fl span {
    display: block;
    width: 149px;
    height: 149px;
    border: 3px solid #0d81f6;
    border-radius: 50%;
    line-height: 149px;
    font-size: 24px;
    color: #0d81f6;
    margin-bottom: 12px;
}

.p2_content li .next {
    float: left;
    width: 67px;
    height: 155px;
    position: relative;
}

.p2_content li .next i {
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -10px;
    background-position: 0 -60px;
}

.p2_content .btn {
    display: block;
    width: 256px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #0d81f6;
    border: 1px solid #0d81f6;
    border-radius: 4px;
    margin: 50px auto 0;
}

.p2_content .btn:hover {
    color: #fff;
    background-color: #0d81f6;
}

.p3_content {
    padding: 30px 92px 90px 45px;
}

.p3_right {
    float: right;
}

.p3_left {
    float: left;
    width: 424px;
}

.p3_user {
    padding: 60px 12px 26px;
    border-bottom: 1px solid #dcdcdc;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #333;
}

.p3_user img {
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 35px;
}

.p3_user_common {
    padding: 30px 16px 0;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.ppt_p4 {
    width: 100%;
    background-color: #3b98f6;
    background-image: url(../images/p4.jpg);
    background-position: center top;
    padding-bottom: 96px;
}

.ppt_p4 .ppt_title, .ppt_p4 .ppt_title2, .ppt_p4 .ppt_title h4, .ppt_p4 .ppt_title p {
    color: #fff;
}

.ppt_p4 .ppt_title:after {
    background-color: #fff;
}

.p4_content {
    width: 100%;
    border: 1px solid #dcdcdc;
    text-align: center;
    background-color: #fff;
    margin-top: 86px;
    color: #333;
    font-size: 14px;
}

.p4_content td, .p4_content th {
    border: 1px solid #dcdcdc;
    height: 90px;
}

.p4_content .th {
    width: 270px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.p4_content th {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.p4_content td p {
    line-height: 20px;
    padding-left: 88px;
}

.p4_content .tr5 {
    height: 110px;
}

.ppt_p5 {
    width: 100%
}

.p5_content {
    padding: 70px 0 96px;
}

input {
    outline: none;
}

.index_banner {
    width: 100%;
    height: 488px;
    position: relative;
    background-image: url(../images/index_banner.jpg);
    background-position: center top;
}

.index_banner .main {
    width: 695px;
    padding-top: 260px;
    position: relative;
    z-index: 6;
}

.search_box {
    position: relative;
    padding: 5px;
    border-radius: 4px;
    height: 60px;
}

.search_box, .jp_special li span {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0, 0, 0, 0.5);
}

:root .search_box, :root .jp_special li span {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#00000000');
}

/*for IE9*/
.index_banner .search_class {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
}

.index_banner .search_class ul {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    height: 30px;
}

.index_banner .search_class ul li {
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    padding: 0 16px;
    position: relative;
}

.index_banner .search_class ul li.active {
    background-color: #0d81f6;
    border-radius: 3px;
    position: relative;
}

.index_banner .search_class ul li.active:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    background-position: -40px 0;
}

.index_banner .search_text_box {
    background-color: #fff;
    padding: 20px 94px 20px 22px;
    display: block;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
}

.index_banner .search_btn {
    right: 5px;
    top: 5px;
}

.index_banner .search_text {
    font-size: 16px;
}

.search_list {
    width: 599px;
    border: 1px solid #1e89f2;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 365px;
    display: none;
    z-index: 6;
}

.search .search_list {
    top: 60px;
    width: 430px;
    left: 120px;
}

.page_header .search .search_list {
    top: 57px;
}

.search_list li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.search_list li a {
    display: block;
    height: 100%;
    padding: 0 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_list li span {
    color: #b2b2b2
}

.search_list li i {
    display: inline-block;
    width: 20px;
    height: 8px;
    overflow: hidden;
    margin-left: 13px;
    vertical-align: middle;
    background-image: url(../images/search-hot.gif) !important;
}

.search_list li a:hover {
    background-color: #d1e6f9;
}

.index_p1 {
    padding: 30px 0 35px;
}

.index_classity {
    margin-right: -24px;
}

.index_classity dl {
    width: 382px;
    padding: 24px 0 20px;
    border: 1px solid #eeeeee;
    text-align: center;
    float: left;
    margin-right: 24px;
}

.index_classity dt {
    font-size: 24px;
    color: #000;
    height: 34px;
    line-height: 34px;
    margin-bottom: 24px;
}

.index_classity dt i {
    display: inline-block;
    height: 34px;
    width: 33px;
    margin-right: 16px;
    vertical-align: middle;
}

.cy_1 {
    background-position: 0 -20px;
}

.cy_2 {
    background-position: -40px -20px;
}

.cy_3 {
    background-position: -80px -20px;
}

.index_classity dd {
    font-size: 0;
}

.index_classity dd a {
    font-size: 14px;
    color: #3e3e3e;
    margin: 0 12px;
    white-space: nowrap;
    line-height: 26px;
}

.index_classity dd a:hover {
    color: #0d81f6;
}

.special_title {
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 30px;
    color: #0d81f6;
    font-weight: normal;
}

.jp_special li {
    width: 282px;
    height: 202px;
    float: left;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
}

.jp_special li a, .jp_special li img {
    display: block;
    width: 100%;
    height: 100%;
}

.jp_special li span {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
}

.jp_special {
    margin-right: -24px;
}

.jp_special li:hover span {
    display: block;
}

.index_main_title {
    text-align: center;
    position: relative;
    padding-top: 36px;
    margin-bottom: 16px;
}

.index_main_title h3 {
    font-size: 30px;
    color: #0d81f6;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
}

.index_main_title span {
    padding: 0 84px;
    position: relative;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    color: #666;
}

.index_main_title span i {
    display: inline-block;
    width: 60px;
    height: 1px;
    overflow: hidden;
    background-color: #666;
    position: absolute;
    top: 50%;
}

.index_main_title span .i_l {
    left: 0;
}

.index_main_title span .i_r {
    right: 0;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.more i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    background-position: -120px 0;
    margin-left: 10px;
}

.more:hover {
}

.more:hover i {
    background-position: -140px 0;
}

.page_content {
    padding: 14px 25px;
}

.page_content img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.swf {
    width: 100%;
}

.word_content {
    padding: 2px 27px 20px;
}

.word_content .top, .word_content .bottom {
    width: 100%;
}

.page_con_pic1 .top {
    height: 185px;
    background-image: url(../images/top1.png);
    background-size: 100% 100%;
}

.page_con_pic1 .center {
    padding: 0 31px;
    background-image: url(../images/center1.png);
    background-size: 100% 100%;
    height: auto;
}

.page_con_pic1 .center img {
    display: block;
    width: 100%;
}

.page_con_pic1 .bottom {
    height: 101px;
    background-image: url(../images/bottom1.jpg);
    background-size: 100% 100%;
}

.page_con_pic2 .top {
    height: 176px;
    background-image: url(../images/top2.jpg);
    background-size: 100% 100%;
}

.page_con_pic2 .center {
    padding: 0 30px;
    background-image: url(../images/center2.jpg);
    background-size: 100% 100%;
    height: auto;
}

.page_con_pic2 .center img {
    display: block;
    width: 100%;
}

.page_con_pic2 .bottom {
    height: 109px;
    background-image: url(../images/bottom2.jpg);
    background-size: 100% 100%;
}

.index_banner .search_class ul li.active:after, .search_list li i, .index_classity dt i, .more i, .nav li a i, .fy_iocn, .detail_title_img,
.search_class_check i, .right .r1 .btn i, .p2_content li .next i {
    background-image: url(../images/iocn.png);
}

.excel .collect.active {
    background-color: #0d81f6;
    color: #fff;
}

.pageTT {
    font-weight: normal;
    line-height: 78px;
    font-size: 22px;
    color: #666;
}

.pay-banner {
    margin: 10px 0;
}

.pay-banner img {
    display: block;
    width: 100%;
}

.pay-content {
    height: 676px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    padding: 17px 0 0 48px;
    position: relative;
}

.pay-content .userinfo {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.pay-content .userinfo span {
    color: #999;
}

.pay-box {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #444;
    width: 330px;
    border: 2px solid #dcdcdc;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.pay-box.current {
    border-color: #d7000f;
}

.tj_icon {
    position: absolute;
    right: -6px;
    top: -9px;
    width: 63px;
    height: 59px;
    background: url(../images/tj.png) 0px 0px no-repeat;
}

.pay-box .moneydy {
    position: absolute;
    top: 6px;
    left: 110px;
    font-size: 14px;
}

.pay-box .time {
    position: absolute;
    bottom: 6px;
    right: 90px;
    font-size: 14px;
}

.pay-box .info1 {
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
}

.pay-box .info2 {
    position: relative;
    color: #d7000f;
    font-size: 36px;
    margin-top: 14px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.pay-box .info3 {
    font-size: 14px;
    margin-top: 14px;
    font-weight: normal;
}

.pay-box .info4 {
    margin-top: 14px;
    font-size: 12px;
    color: #888;
}

.currmoeny, .paycpsiaett {
    margin-bottom: 20px;
}

.currmoeny {
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-top: 28px;
}

.currmoeny span {
    color: #d7000f;
    font-size: 20px;
}

.paycpsiaett {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.paycplist li {
    width: 263px;
    height: 48px;
    float: left;
    margin-right: 16px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.paycplist li span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/moicon.jpg);
    background-repeat: no-repeat;
    text-indent: -9999em;
}

.paycplist .jwx span {
    background-position: center -48px;
}

.paycplist .jzfb span {
    background-position: center 0;
}

.paycplist .active {
    border-color: #d7000f;
    background-image: url(../images/zfactive.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.paycpbtn {
    display: block;
    width: 264px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    background-color: #d7000f;
    margin-top: 20px;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}

.paycpbtn:hover {
    color: #fff;
}

.payconintro {
    height: 24px;
    clear: both;
    margin: 33px 0 21px;
}

.payconintro dt, .payconintro dd {
    float: left;
    font-size: 14px;
    color: #444444;
    line-height: 24px;
}

.payconintro dd i, .payconintro dd span {
    color: #d7000f;
}

.payconintro dd {
    position: relative;
    padding-left: 12px;
    margin-right: 52px;
}

.payconintro dd i {
    display: block;
    width: 5px;
    height: 5px;
    overflow: hidden;
    background-color: #d7000f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    border-radius: 50%;
}

.payconintro dt {
    margin-right: 5px;
}

.paycomment {
    line-height: 28px;
    margin-bottom: 22px;
}

.paycomment b {
    color: #d7000f;
    font-size: 14px;
    float: left;
    margin-right: 30px;
}

.paycomment a img {
    display: block;
}

.paycontips {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 24px;
}

.pay-boxs {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.pay-box .info2 {
    margin-top: 10px;
}

.pay-box {
    height: 156px;
}

/*ͳһ�ɳ�*/
.marks {
    width: 100%;
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    zoom: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: url(../images/alert.png) -287px -171px no-repeat;
    cursor: pointer;
}

.close:hover {
    background: url('../images/alert.png') -287px -225px no-repeat;
}

.closeb {
    position: absolute;
    top: 8px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat -67px -1px;
}

.closeb:hover {
    background: url(../images/icons.png) no-repeat -67px -25px;
}

.payMain {
    width: 648px;
    height: 450px;
    border: 1px solid #d9d9d9;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -225px;
    margin-left: -324px;
    background: #fff;
    z-index: 10001;
}

.closeBtns {
    width: 32px;
    height: 32px;
    background: url(../images/close.png) center center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9999em;
}

.payPopName {
    text-align: center;
    color: #919191;
    font-weight: normal;
    line-height: 24px;
    padding: 36px 0;
}

.payPopName strong {
    color: #ff6600;
    font-size: 24px;
    font-weight: normal;
}

.payEr {
    padding: 0 0 0 37px;
    width: 245px;
}

.payEr .imgBox {
    width: 243px;
    height: 243px;
    border: 1px solid #e4e3e5;
    margin-bottom: 10px;
}

.payEr .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.loading {
    display: block;
    width: 27px !important;
    height: 27px !important;
    margin: 100px auto;
}

.pTips {
    padding-left: 103px;
    background: url(../images/zf1.png) 34px center no-repeat;
    font-size: 16px;
    color: #146cb1;
}

.payImg {
    padding: 25px 70px 0 0;
}

.zfb_pay_tip {
    width: 360px;
    height: 174px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -87px;
    z-index: 999;
    text-align: left; /* display: none; */
}

.zfb_tip_header {
    height: 42px;
    line-height: 42px;
    padding: 0 14px 0 20px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f0f1f1;
    text-align: left;
}

.zfb_tip_header h4 {
    font-weight: normal;
    float: left;
}

.zfb_tip_header span {
    float: right;
    display: block;
    width: 20px;
    height: 42px;
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}

.zfb_tips_txt {
    line-height: 24px;
    font-size: 14px;
    color: #858688;
    padding: 20px;
}

.zfb_tips_btn {
    text-align: right;
    font-size: 0;
}

.zfb_tips_btn a {
    display: inline-block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    margin-right: 16px;
}

.zfb_tips_success {
    background-color: #2e8ded;
    color: #fff;
    border: 1px solid #53a0d2;
}

.zfb_tips_success:hover {
    background-color: #55a1ee;
    color: #fff;
}

.zfb_tips_fail {
    background-color: #f0f1f1;
    border: 1px solid #dedfe2;
}

/*��ͨ��Ա*/
.ggold, .download_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -210px;
    width: 540px;
    height: 400px;
    background: #ffffff;
    z-index: 300;
    text-align: center;
    display: none;
}

.ggold .close, .download_wrap .close {
    background: url(../images/alert.png) -287px -172px no-repeat;
}

.ggold .close:hover, .download_wrap .close:hover {
    background: url('../images/alert.png') -287px -225px no-repeat;
}

.ggold .wenan, .download_wrap .wenan {
    height: 50px;
    line-height: 50px;
    color: #424242;
    font-size: 24px;
    margin-bottom: 48px;
}

.ggold .biaoqian, .download_wrap .biaoqian {
    display: inline-block;
    height: 117px;
    width: 132px;
    background: url(../images/alert.png) -5px -187px no-repeat;
    margin-top: 54px;
    margin-bottom: 19px;
}

.ggold .anniu, .download_wrap .anniu {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
}

/*��ֵ�ɹ�*/
.suc {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -210px;
    width: 540px;
    height: 420px;
    background: #ffffff;
    z-index: 300;
    text-align: center;
    display: none;
}

.suc .bt {
    height: 114px;

    width: 128px;
    background: url(../images/alert.png) -9px -188px no-repeat;
    margin: 50px auto 20px;
}

.suc .succ {
    width: 100%;
    height: 112px;
    line-height: 53px;
    color: #000000;
    font-size: 28px;
    font-weight: inherit;
}

.suc .succ span {
    color: #0d81f6;
    font-size: 30px;
}

.al-botton {
    width: 260px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 2px;
    display: block;
}

.al-botton:hover {
    color: #ffffff;
}

/*��Ҳ���*/
.enought, .buy_vip, .upgrade_vip {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -200px;
    width: 540px;
    height: 400px;
    background: #ffffff;
    z-index: 300;
    text-align: center;
    display: none;
}

.enought .titletan {
    height: 132px;
    line-height: 230px;
    font-size: 28px;
}

.enought .ye {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    margin-bottom: 60px;
}

.enought .ye span {
    color: #ff6e0c;
}

/*�����ٶȹ�����ʾ*/
.fs_down {
    -moz-box-shadow: 0px 5px 9px #b4deed;
    -webkit-box-shadow: 0px 5px 9px #b4deed;
    box-shadow: 0px 5px 9px #b4deed;
    width: 600px;
    height: 382px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -191px;
    background-color: #fff;
    z-index: 301;
    background-image: url(../images/tip_1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.fs_down_tt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #0d81f6;
    letter-spacing: 18px;
    position: relative;
}

.fs_down_close, .fs_down_tips i, .fs_down_link i {
    background-image: url(../images/tip_2.png);
    background-repeat: no-repeat;
}

.fs_down_close {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -14px;
    background-position: 2px 2px;
    text-indent: -9999em;
    cursor: pointer;
}

.fs_down_tips {
    padding: 25px 80px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 32px;
}

.fs_down_tips i {
    display: block;
    width: 96px;
    height: 85px;
    background-position: 0 -38px;
    margin: 0 auto 22px;
}

.fs_down_link {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
    margin-top: 42px;
}

.fs_down_link i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-position: -78px 0;
    margin-right: 6px;
}

.fs_down {
    display: none;
}

.login_2 {
    box-shadow: 0 1px 3px #ddd;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 400px;
    height: 300px;
    background: #fff;
    margin-left: -200px;
    margin-top: -150px;
}

.login_2_header {
    line-height: 22px;
    padding: 50px 0 0;
    text-align: center;
    font-size: 17px;
    color: #888;
}

.login_2_btn {
    padding-left: 50px;
    padding-top: 40px;
}

.login_2_btn a {
    display: block;
    width: 150px;
    float: left;
    color: #888;
    font-size: 16px;
}

.login_2_btn a b {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../images/login-icon.png);
    background-repeat: no-repeat;
    margin: 0 auto 20px;
}

.login_2_btn .qq_btn b {
    background-position: 0 0;
}

.login_2_btn .qq_btn b:hover {
    background-position: 0 -110px;
}

.login_2_btn .wx_btn b {
    background-position: -110px 0;
}

.login_2_btn .wx_btn b:hover {
    background-position: -110px -110px;
}

.login_2 {
    -webkit-animation: login-win .4s forwards;
    animation: login-win .4s forwards;
    -moz-animation: login-win .4s forwards;
    display: none;
}

@-webkit-keyframes login-win {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes login-win {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes login-win {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

a:focus {
    outline: none;
}

.type_meau .smargin dd a {
    margin-right: 5px;
    padding: 0 8px;
}

.c_left {
    width: 247px;
    height: 657px;
    margin-right: 23px;
    float: left;
    background: #ffffff;
    padding: 50px 0;
}

.c_left ul li a {
    display: block;
    height: 75px;
    line-height: 75px;
    font-size: 15px;
    text-align: left;
}

.c_left ul li a:hover {
    color: #0d81f6;
}

.c_left ul li .chose {
    color: #0d81f6;
}

.c_left ul li a .i11 {
    background: url(../images/user.png) 32px -419px no-repeat !important;
}

.c_left ul li a .i22 {
    background: url(../images/user.png) 32px -355px no-repeat !important;
}

.c_left ul li a .i33 {
    background: url(../images/user.png) 32px -191px no-repeat !important;
}

.c_left ul li a .i1 {
    display: inline-block;
    width: 115px;
    height: 30px;
    background: url(../images/user.png) 32px -10px no-repeat;
    vertical-align: -10px;
}

.c_left ul li a:hover .i11, .i1 {
    background: url(../images/user.png) 32px -419px no-repeat;
}

.c_left ul li a .i2 {
    display: inline-block;
    width: 115px;
    height: 30px;
    background: url(../images/user.png) 32px -100px no-repeat;
    vertical-align: -10px;
}

.c_left ul li a:hover .i2.i22 {
    background: url(../images/user.png) 32px -355px no-repeat;
}

.c_left ul li a .i3 {
    display: inline-block;
    width: 115px;
    height: 30px;
    background: url(../images/user.png) 32px -145px no-repeat;
    vertical-align: -10px;
}

.c_left ul li a:hover .i3.i33 {
    background: url(../images/user.png) 32px -191px no-repeat;
}

.usercenter {
    width: 800px;
    float: left;
    padding: 50px 65px;
    background: #ffffff;
    font-size: 14px;
    min-height: 657px;
    margin-bottom: 20px;
}

.usercenter .p-s {
    width: 800px;
    height: 130px;
    background: #f5f5f5;
    overflow: hidden;
}

.usercenter .p-s .img {
    margin: 30px;
    width: 63px;
    height: 63px;
    border-radius: 36px;
    overflow: hidden;
    border: 2px solid #ffffff;
    float: left;
}

.usercenter .p-s .info-user {
    height: 130px;
    width: 343px;
    float: left;
    font-size: 14px;
    color: #424242;
    text-align: left;
}

.usercenter .p-s .info-user .username {
    height: 56px;
    line-height: 56px;
    color: #424242;
    font-size: 16px;
}

.usercenter .p-s .info-user .usernid {
    font-size: 16px;
}

.usercenter .p-s .czjb {
    height: 130px;
    line-height: 130px;
    font-size: 20px;
}

.usercenter .p-s .czjb span {
    color: #0d81f6;
}

.usercenter .p-s .czjb a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    width: 100px;
    font-size: 12px;
    color: #ffffff;
    vertical-align: 2px;
    border-radius: 2px;
    margin-left: 10px;
}

.usercenter .p-x {
    width: 800px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #ececec;
}

.usercenter .h-color {
    font-size: 13px;
    color: #757575;
}

.usercenter .p-x .p1 {
    height: 65px;
    width: 50px;
    width: 480px;
    float: left;
    text-align: left;
    margin-left: 20px;
}

.usercenter .p-x .p2 {
    height: 65px;
    width: 150px;
    float: left;
}

.usercenter .p-x .p3 {
    height: 65px;
    width: 150px;
    float: left;
}

.no-info {
    width: 90px;
    height: 90px;
    margin: 80px auto 30px;
    background: url('../images/user.png') 0 -545px no-repeat;
}

.zwjl {
    width: 130px;
    height: 100px;
    line-height: 30px;
    color: #b0b0b0;
    font-size: 30px;
    margin: 0 auto;
}

.c-right {
    width: 910px;
    float: left;
    padding: 10px;
    background: #ffffff;
    font-size: 14px;
    min-height: 735px;
    margin-bottom: 20px;
}

.c-right .list_ul {
    margin-right: -20px;
}

.c-right .listItem {
    width: 215px;
}

/*2018-8-9*/
.page_content {
    padding: 14px;
}

.excel_content {
    padding: 30px 14px;
}

.type_meau dt {
    color: #999;
}

.type_meau dd a {
    color: #333;
}

.index_banner .search_text {
    font-family: '΢���ź�';
}

/*2018-8-13*/
.topbtn a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*2018-8-13*/
.peit_word .collect i, .peit_word .bottomDown i {
    background-image: url(../images/pt.png);
}

.peit_word .bottomBg {
    background: none;
    background: #000;
}

.peit_word .listItem:hover .bottomBg {
    display: block;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.peit_word .collect {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.peit_word .collect {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right: 90px;
    z-index: 4;
}

.peit_word .collect i {
    width: 17px;
    height: 15px;
    display: block;
    background-position: -20px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -7px;
}

.peit_word .listItem:hover .collect {
    opacity: 1;
    filter: alpha(opacity=100);
}

.peit_word .bottomDown {
    width: 70px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    left: auto;
    right: 10px;
    top: 10px;
    bottom: auto;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
}

.peit_word .bottomDown i {
    margin-right: 4px;
    width: 17px;
    height: 40px;
    background-position: 0 center;
}

.peit_word .collect.active i {
    background-position: -40px 0;
}

/*2018-8-14*/
.rightFiex {
    position: fixed;
    top: 0;
    padding-top: 80px;
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}

.fiexDiv {
    width: 100%;
    height: 80px;
    display: none;
}

.headerFixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
}

.search_text {
    font-family: '΢���ź�';
}

/* fengs */
.page_con_pic1 .center img {
    width: 712px
}

.page_con_pic2 .center img {
    width: 712px
}

.search_none {
    text-align: center;
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 2;;
    margin-top: 20px;
}

.intro_tt {
    text-align: left;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    font-weight: normal;
    color: #000;
}

.intro_tt span {
    color: red;
}

.search_none p b {
    color: red;
    font-weight: normal;
}

.proposal_btn {
    display: block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    background-color: #0d81f6;
}

.proposal_btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

/*2018-9-3 fixed*/
.fixed {
    width: 100%;
    height: 280px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 250px;
    overflow: hidden;
}

.fixed .main {
    height: 100%;
}

.fixedBar {
    position: fixed;
    right: 0;
    bottom: 223px;
    width: 55px;
    padding-top: 84px;
    z-index: 8;
}

.fixedHeader {
    width: 76px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -38px;
    background-image: url(../images/VIP.png);
}

.fixedNav {
    background-color: #252121;
}

.fixedNav li {
    width: 100%;
    height: 65px;
    text-align: center;
    color: #fff;
}

.fixedNav li a {
    display: block;
    padding: 10px 9px 0 9px;
}

.fixedNav li a i {
    display: block;
    width: 28px;
    height: 25px;
    margin: 0 auto;
    background-image: url(../images/fixed.png);
    background-repeat: no-repeat;
}

.fixedNav li a span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.fixedNav .kf i {
    background-position: 0px 0px;
}

.fixedNav .hy i {
    background-position: 0px -30px;
}

.fixedNav .db i {
    background-position: 0px -60px;
}

.fixedNav li a:hover span {
    color: #e4552c;
}

.fixedNav .kf a:hover i {
    background-position: -30px 0;
}

.fixedNav .hy a:hover i {
    background-position: -30px -30px;
}

.fixedNav .db a:hover i {
    background-position: -30px -60px;
}

/*2018-9-6*/
.fixedHeader, .fixedNav .hy {
    display: none;
}

.fixedNav {
    overflow: hidden;
    *height: 134px;
}

.fixedBar {
    padding-top: 0;
}

.fixedNav li a:hover span {
    color: #0d81f6;
}

/*2018-9-19*/
.index_classity dd a {
    white-space: normal \9;
}

.bottomDown i {
    vertical-align: middle;
}

/*2018-9-20*/
.peit_word .bottomDown {
    opacity: 0;
    filter: alpha(opacity=0);
}

.peit_word .listItem:hover .bottomDown {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fixedNav {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #757575;
}

.fixedNav li a span {
    color: #757575;
    border-bottom: 1px solid #efefef;
}

/*2018-9-19*/
.index_classity dd a {
    white-space: normal;
}

.bottomDown i {
    vertical-align: middle;
}

/*2018-9-20*/
.peit_word .bottomDown {
    opacity: 0;
    filter: alpha(opacity=0);
}

.peit_word .listItem:hover .bottomDown {
    opacity: 1;
    filter: alpha(opacity=100);
}

.fixedNav {
    background-color: #fff;
    border: 1px solid #efefef;
    color: #757575;
}

.fixedNav li a span {
    color: #757575;
    border-bottom: 1px solid #efefef;
}

/*2018-9-21*/
.collect_pops {
    width: 360px;
    height: 320px;
    position: fixed;
    left: 50%;
    margin-left: -180px;
    z-index: 301;
    top: 50%;
    margin-top: -160px;
    text-align: center;
    display: none;
}

.collect_pops_1 {
    background-image: url(../images/collect1.jpg);
}

.collect_pops_2 {
    background-image: url(../images/collect2.jpg);
}

.collect_pops .collect_pop_close {
    display: block;
    width: 24px;
    height: 25px;
    position: absolute;
    right: -16px;
    top: -16px;
    background-image: url(../images/close2.png);
    cursor: pointer;
    background-position: 0 0;
}

.collect_pops h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    height: 36px;
    line-height: 36px;
}

.collect_pops p {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #999;
}

.collect_pops a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #1781f4;
    border-radius: 20px;
    margin: 25px auto 0;
}

.collect_pops a:hover {
    background-color: #56a1ec;
}

.collect_pops_1 h3 {
    padding-top: 152px;
}

.collect_pops_2 p {
    padding-top: 148px;
}

.login_2_btn a {
    text-align: center;
}

/*2018-9-26   -2*/
.pay-content {
    height: auto;
    padding-bottom: 30px;
}

.pay_over_suc {
    padding-top: 200px;
    margin-bottom: 225px;
}

.success_boxs {
    width: 420px;
    margin: 0 auto;
    height: 90px;
}

.success_boxs i {
    display: block;
    width: 90px;
    height: 90px;
    background-image: url(../images/suc.jpg);
    float: left;
    margin-right: 44px;
}

.success_boxs h4 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding-top: 8px;
}

.success_boxs p {
    height: 36px;
    line-height: 36px;
}

.success_boxs p a {
    color: #347bb9;
    font-size: 14px;
}

.re_loading {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

/*2018-9-28*/
.nav_drop {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
}

.headerFixed {
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
}

.index_banner .search_text_box, .search .main {
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px;
}

.header .search .main {
    height: 56px;
    line-height: 56px;
}

/*2018-10-8*/
.fixedBar {
    width: 70px;
    border: none;
}

.fixedNav {
    border: none;
    overflow: visible;
}

.fixedNav li {
    height: 70px;
    position: relative;
}

.fixedNav li a {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.fixedNav li a span {
    border-bottom: none;
    font-size: 12px;
    color: #1e2330;
}

#qidian_wpa_2852163597_74 {
    bottom: 0 !important;
    position: relative !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}

.fixedNav .db a, .fixedNav .dh a {
    border: 1px solid #dadee7;
    border-top: none;
    height: 59px;
}

.fixedNav li a i {
    width: 26px;
    height: 26px;
}

.fixedNav .db a i {
    background-position: 0 -52px;
}

.fixedNav .dh a i {
    background-position: 0 0;
}

.fixedNav li a:hover {
    background-color: #12b7f5;
}

.fixedNav li a:hover span {
    color: #fff;
}

.fixedNav .db a:hover i {
    background-position: 0 -78px;
}

.fixedNav .dh a:hover i {
    background-position: 0 -26px;
}

.fixedNav .dh .dhShow {
    width: 179px;
    height: 65px;
    padding: 5px 0 0 39px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    font-size: 14px;
    border: 1px solid #f1f1f1;
}

.fixedNav .dh .dhShow i {
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(../images/fixed.png);
    background-position: 0 -104px;
    position: absolute;
    left: 14px;
    top: 10px;
}

.fixedNav .dh .dhShow {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.fixedNav .dh:hover .dhShow {
    display: block;
    left: -218px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
}

/* 20190617*/
.fixedNav .qq a {
    border: 1px solid #dadee7;
}

.fixedNav .qq a i {
    background: url("../images/qq.png")
}

.fixedNav .qq a:hover i {
    background: url("../images/qq_active.png")
}

.fixedNav .gzh a {
    border: 1px solid #dadee7;
}

.fixedNav .gzh a i.gzh_icon {
    background: url("../images/fixedNav_gongzhonghao.png")
}

.fixedNav .gzh a:hover i.gzh_icon {
    background: url("../images/fixedNav_gongzhonghaohov.png")
}

.fixedNav .gzh .dhShow {
    width: 200px;
    height: 220px;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    font-size: 14px;
    border: 1px solid #f1f1f1;
}

.fixedNav .gzh .dhShow p {
    width: 100%;
    white-space: nowrap;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
}


.fixedNav .gzh .dhShow {
    width: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.fixedNav .gzh .dhShow img {
    width: 200px;
    height: 200px;
}

.fixedNav .gzh:hover .dhShow {
    display: block;
    width: 200px;
    height: 230px;
    left: -210px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .3);
}


.fixedNav .dz {

}

.fixedNav .dz a {
    border: 1px solid #dadee7;
    background: url("../images/fixedNav_dzbg.png");
}

.fixedNav .dz span {
    color: #fff;
}

.fixedNav .dz a i.dz_icon {
    background: url("../images/fixedNav_dz.png")
}

.animat {
    display: block;
    animation: fontanim 1s linear infinite;
    -webkit-animation: -webkit-fontanim 1s linear infinite;
}

@keyframes fontanim {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(0.8, 0.8)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes -webkit-fontanim {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(0.8, 0.8)
    }
    100% {
        transform: scale(1, 1)
    }
}

/*2018-10-15*/
.header.headerFixed {
    height: 90px;
}

.header .search, .header.headerFixed .nav {
    display: none;
}

.header.headerFixed .search, .header.page_header .search, .header .nav {
    display: block;
}

.header.headerFixed .search_list {
    top: 57px;
}

.index_body .header.headerFixed {
    height: 78px;
}

.index_body .header.headerFixed .nav {
    display: block;
}

.index_body .header.headerFixed .search {
    display: none;
}

.search_btn input, .search_text {
    height: 60px !important;
}

.search_text {
    padding: 18px 0 !important;
    height: 20px !important;
}

/*2018-110-22*/
.hb_list .listItem .imgBox {
    width: 234px;
    height: 333px;
    padding: 49px 27px 23px 27px;
    background-image: url(../images/hb_01.jpg);
}

.hb_content {
    padding: 2px 27px 20px;
}

.hb_content .top {
    height: 207px;
    background-image: url(../images/top3.jpg);
    background-size: 100% 100%;
}

.hb_content .center {
    padding: 0 61px 0 58px;
    background-image: url(../images/center3.jpg);
    background-size: 100% 100%;
    height: auto;
}

.hb_content .center img {
    display: block;
    width: 100%;
}

.hb_content .bottom {
    height: 98px;
    background-image: url(../images/bottom3.jpg);
    background-size: 100% 100%;
}

.hb_content .page_con_pic2 {
    background-color: #c8c8c8;
    background-image: url(../images/hb_02.jpg);
    background-position: 39px 55px;
    background-size: 700px 499px;
    padding: 150px 409px 123px 177px;
    background-repeat: no-repeat;
}

.hb_content .page_con_pic2 img {
    display: block;
    width: 100%;
    height: 282px;
}

.hb_content .page_con_pic3 img {
    display: block;
    width: 100%;
    margin-top: 58px;
}

.hb_content .page_con_pic3 {
    padding: 1px 37px 60px;
    *padding: 58px 37px;
    background: #c8c8c8;
}

/*2018-10-24*/
.p1_content a {
    overflow: hidden;
    position: relative;
}

.p1_playBtn {
    display: block;
    width: 33px;
    height: 21px;
    background-image: url(../images/playbtn.png);
    position: absolute;
    left: 12px;
    top: 12px;
}

.p1_l a {
    height: 689px;
}

.p1_c_1 {
    height: 352px;
    margin-bottom: 35px;
}

.p1_c_2 {
    height: 301px;
}

.p1_r_1 {
    height: 269px;
}

.p1_r_2 {
    height: 383px;
}

.p1_playBg {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.p1_content .p1_playBtn {
    width: 55px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -17px;
    display: none;
}

.p1_content a:hover .p1_playBg, .p1_content a:hover .p1_playBtn {
    display: block;
}

.bind_sms_box {
    width: 550px;
    height: 422px;
    position: fixed;
    left: 50%;
    margin-left: -275px;
    top: 50%;
    margin-top: -211px;
    border-radius: 10px;
    z-index: 10000;
    background-color: #ffffff
}

.bind_sms_box .title {
    float: left;
    background-color: #0c81f7;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-family: "Microsoft YaHei"
}

.bind_sms_box .nameinfo {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

.bind_sms_box .nameinfo .img {
    float: left;
    height: 40px;
    width: 40px;
    margin-left: 75px;
    border-radius: 20px;
}

.bind_sms_box .nameinfo .img img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.bind_sms_box .nameinfo .name {
    float: left;
    height: 46px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 22px;
    width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bind_sms_box .nameinfo .name span {
    color: #666;
    width: 100%;
    float: left;
}

.bind_sms_box .nameinfo .tip {
    color: #666;
    float: left;
    height: 20px;
    line-height: 28px;
    font-size: 14px;
}

.bind_sms_box .phone {
    float: left;
    margin-left: 75px;
    width: 400px;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 20px;
    height: 46px;
    line-height: 46px;
}

.bind_sms_box .phone input {
    float: left;
    height: 46px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-indent: 50px;
    background: none;
    font-size: 14px;
    line-height: 46px;
    font-family: "Microsoft YaHei";
    outline: none;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUM5RURFOEZGODExMUU4OTE5NkM2NUM1MzNGRkE2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUM5RURFOUZGODExMUU4OTE5NkM2NUM1MzNGRkE2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5QzlFREU2RkY4MTExRTg5MTk2QzY1QzUzM0ZGQTZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5QzlFREU3RkY4MTExRTg5MTk2QzY1QzUzM0ZGQTZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAGwASAwERAAIRAQMRAf/EAG4AAAMBAQAAAAAAAAAAAAAAAAMEBQYIAQEBAAAAAAAAAAAAAAAAAAABABAAAQMCAQcKBwAAAAAAAAAAAgEDBAAFESExUSIyMwZhcRJSYhOzNDU2coJDFHQV1REBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhEDEQA/AOgn2Lrd79corV6mWuPb+4BtuEMRUNXW+8IjWRHkFjlwyKiVIC7WS+Wy1TLi1xVdHnIbDj4NPBblbNWwUkE0GGJdFcMuCovLQFr9q91R8l918+jmpJWze6OIviieBUjPFvta8fhSPCKqik/5NRTxmXOPxdfgilCESSIapMdNslxZUUUUESxHVXLpoRW/32+SOFbqZLbW21iyQITedFzVEgyCQJnw1dNQXO6d6heldDMu1o56SBxZ5lj0bYX1bbz/AE+zRUkwfOx/a+8Dcb3aTd9rq8tQbykv/9k=) 16px center no-repeat #ffffff;
}

.bind_sms_box .capt {
    float: left;
    margin-left: 75px;
    width: 400px;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 20px;
    height: 46px;
    line-height: 46px;
}

.bind_sms_box .capt input {
    float: left;
    height: 46px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 300px;
    text-indent: 50px;
    font-size: 14px;
    line-height: 46px;
    font-family: "Microsoft YaHei";
    outline: none;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQjdFMEEwOEZGODExMUU4QUFDOEM1N0UyNjMwNzkwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQjdFMEEwOUZGODExMUU4QUFDOEM1N0UyNjMwNzkwRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVCN0UwQTA2RkY4MTExRThBQUM4QzU3RTI2MzA3OTBEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVCN0UwQTA3RkY4MTExRThBQUM4QzU3RTI2MzA3OTBEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAGwAaAwERAAIRAQMRAf/EAGoAAQEBAQEAAAAAAAAAAAAAAAUABAMIAQEBAAAAAAAAAAAAAAAAAAAAARAAAgEDAgQDBwUAAAAAAAAAAQIDEQQFABIhMRMUQTQGYYHBIjJCI4OzdDU2EQEBAAAAAAAAAAAAAAAAAAAAEf/aAAwDAQACEQMRAD8A9N5HN4zHPHHdzFZpQzRQIjyyuEIDbI41d2puHIaDEc1mZmE1jh5JLBQS7TuttcyAio6EEgHjwImaL36DRa+pMXPcx2rGW2u5WKR291DLAzOqlmCGRVWSgU8UJHt0CegKn/1Nn/Cuf3YdEGZT17jIZJcdjFN/6iEzW0OIo0cnUAr1JNwGyAL8xl+mnKpIGhW7Id1vwHd7O67odfpV6e/tpd2zdx215V0DWii81Z3ZltclYqJL2xLfgJC9aGWgliDHgrHarKT9yivAnQcoMz6Xdpso0ttbXUMYivJbjZDcQqDuEU2+joATUA8PEaCtTcZXJRX7I0ONtAxslkBR5pXUq0xQ0KoqEqgYVNSeVKgzoLQG3/8AZ2Pk+beY8x+h8dAloLQf/9k=) 16px center no-repeat #ffffff;
}

.bind_sms_box .capt span {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #0c81f7;
    cursor: pointer
}

.bind_sms_box .sub {
    float: left;
    width: 180px;
    height: 44px;
    margin: 0px;
    margin-top: 32px;
    margin-left: 185px;
    border-radius: 22px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    background-color: #cdcdcd;
    color: #ffffff;
    border: 0px;
}

.bind_sms_box .error {
    float: left;
    margin-left: 124px;
    height: 20px;
    width: 400px;
    margin-top: 14px;
}

.bind_sms_box .error #errmsg {
    color: #ff0000;
    line-height: 20px;
    display: none;
    font-size: 14px;
}

.bind_sms_box .lightclose {
    height: 30px;
    width: 30px;
    background: url(../images/alert.png) -285px -279px no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: -62px;
    margin-right: 12px;
}

/*2019-1-2*/
.login_2 {
    width: 524px;
    height: 430px;
    margin-left: -262px;
    margin-top: -215px;
    background-image: url(../images/login_2_header.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 5px;
}

.login_2_header {
    font-size: 18px;
    color: #dbe4dc;
    padding-top: 138px;
}

.login_2_header i {
    font-style: normal;
    padding: 0 30px;
    color: #666;
}

.login_2_btn {
    padding-left: 110px;
    overflow: hidden;
}

.register_tips {
    text-align: center;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 24px;
    height: 24px;
    margin-top: 30px;
}

.register_tips a {
    color: #cdcdcd;
}

.register_tips i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 7px;
    cursor: pointer;
    background-image: url(../images/re.png);
    background-repeat: no-repeat;
    background-position: center;
}

.register_tips i.noChecked {
    background: none;
}

.joinMember {
    display: none;
    width: 783px;
    padding-right: 33px;
    height: 492px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -408px;
    margin-top: -246px;
    z-index: 301;
}

.leftMember {
    width: 174px;
    height: 100%;
    float: left;
    background-image: url(../images/mLeft.jpg);
}

.rightMember {
    width: 581px;
    float: right;
}

.m_userName {
    font-size: 14px;
    color: #333;
    height: 24px;
    line-height: 24px;
    padding-top: 24px;
    margin-bottom: 17px;
}

.members {
    margin-left: -9px;
    margin-right: -9px;
}

.members li {
    width: 33.33%;
    float: left;
}

.memberBox {
    margin: 0 9px;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    -moz-box-shadow: 0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    -webkit-box-shadow: 0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    box-shadow: 0px 0px 10px 1px #f4f4f4, 0px 0px 10px 1px #f4f4f4;
    border-radius: 4px;
    cursor: pointer;
}

.memberBox h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    height: 33px;
    line-height: 33px;
    padding-top: 13px;
}

.memberBox h5 {
    font-size: 18px;
    color: #eb2a16;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
}

.memberBox h5 strong {
    font-size: 40px;
    font-weight: normal;
}

.memberBox p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 2px;
    padding-bottom: 10px;
}

.memberBox i {
    display: none;
    width: 34px;
    height: 34px;
    background-image: url(../images/active.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.members .active .memberBox {
    border-color: #eb2a16;
}

.members .active .memberBox i {
    display: block;
}

.member_money {
    font-size: 14px;
    height: 62px;
    line-height: 62px;
}

.member_money strong {
    font-weight: normal;
    color: #eb2a16;
    font-size: 16px;
}

.member_erm {
    padding: 0 62px;
}

.member_erm li {
    width: 160px;
    text-align: center;
}

.member_erm li .imgBox {
    -moz-box-shadow: 0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    -webkit-box-shadow: 0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    box-shadow: 0px 0px 5px 1px #F6F6F6, 0px 0px 10px 1px #f6f6f6;
    padding: 10px;
    border: 1px solid #f6f6f6;
    width: 138px;
    height: 138px;
}

.member_erm li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.member_erm li h5 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin-top: 18px;
}

.member_erm li h5 i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url(../images/zftype.jpg);
    margin-right: 10px;
}

.member_erm .fl h5 i {
    background-position: 0 0;
}

.member_erm .fr h5 i {
    background-position: -26px 0;
}

.members_v2 {
    margin-left: -18px;
    margin-right: -18px;
}

.members_v2 li {
    width: 50%;
}

.members_v2 li .memberBox {
    margin: 0 18px;
}

.member_erm li .imgBox {
    position: relative;
}

.member_erm li .imgBox .loading {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13.5px;
    margin-top: -13.5px;
    display: none;
}

/*2019-1-14*/
.right .r3 ul li {
    float: none;
    border: none;
    margin: 0;
    height: 24px;
    line-height: 24px;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right .r3 ul li a {
    display: inline;
    padding: 0;
    margin: 0;
    color: #747474;
}

.right .r3 ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    background-color: #c8c6c7;
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    border-radius: 2px;
}

/*.right .r3 ul li:nth-child(1) i, .right .r3 ul li:nth-child(2) i, .right .r3 ul li:nth-child(3) i {
    background-color: #0d81f6;
}*/

.right .r3 ul li a:hover {
    color: #0d81f6
}

/*2019-2-12*/
.right .r1 .d_collect:hover {
    background: #f4f4f4;
    color: #333;
}

.copyright_tips {
    overflow: visible;
}

.copyright_tips .emtipsContent {
    display: none;
    position: absolute;
    cursor: pointer;
    left: -395px;
    top: -340px;
    width: 346px;
    height: auto;
    color: #af9178;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 17px 19px 32px 28px;
    text-align: left;
}

.copyright_tips .emtipsContent h4 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.copyright_tips .emtipsContent p {
    text-align: left;
    text-indent: 2em;
    line-height: 20px;
    font-size: 12px;
}

.copyright_tips .emtips {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background: #c4c4c4;
    vertical-align: 0px;
    line-height: 16px;
    color: #ffffff;
}

.copyright_tips .emtips:hover .emtipsContent {
    display: block;
}

/* 2019-02-13 */
.fixedNav .dz a {
    border: 1px solid #dadee7;
    height: 59px;
}

.fixedNav .dz a i {
    background: url(../images/dingzhijiaju.png);
}

.fixedNav .dz a:hover i {
    background: url(../images/dingzhijiaju2.png);
}

/*2019-2-19*/
.down_tips {
    width: 524px;
    height: 430px;
    margin-left: -262px;
    margin-top: -215px;
    background-color: #fff;
    background-image: url(../images/login_2_header.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ddd;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-animation: login-win .4s forwards;
    animation: login-win .4s forwards;
    -moz-animation: login-win .4s forwards;
    display: none;
}

.down_tips_txt {
    line-height: 36px;
    padding-top: 165px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin-bottom: 48px;
}

.down_tips_txt strong {
    color: #0c81f7;
    font-weight: normal;
}

.dwon_sj_btn {
    display: block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    background-color: #0c81f7;
    border-radius: 23px;
    color: #fff;
    margin: 0 auto;
    font-family: '΢���ź�';
}

.dwon_sj_btn:hover {
    background-color: #56a1ec;
    color: #fff;
}

.vip_renew {
    width: 524px;
    height: 430px;
    margin-left: -262px;
    margin-top: -215px;
    background-color: #fff;
    background-image: url(../images/login_2_header.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ddd;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-animation: login-win .4s forwards;
    animation: login-win .4s forwards;
    -moz-animation: login-win .4s forwards;
    display: none;
}

/*20190619 详情页下载弹出关注二维码 */
.code2lay{width:624px;height:386px;position:absolute;left:50%;top:50%;margin-left:-312px;margin-top:-193px;background:url(../images/codelaybg.png) center center no-repeat;z-index:999;border-radius:3px;display:none}
.code2lay .codeclose{width:22px;height:22px;float:right;background:url(../images/close.png) center center no-repeat;margin-right:15px;margin-top:15px;}
.code2lay .codeclose:hover{background:url(../images/closehover.png) center center no-repeat;}
.code2lay .logolay{float:left;width:100%;height:48px;background:url(../images/2logo.png) center center no-repeat;margin-bottom:35px;}
.code2lay .main{float:left;margin-left:36px;width:552px;}
.code2lay .main .lcode{width:314px;float:left;}
.code2lay .main .lcode .docer_panel{float:left;width:100%;background:#f7f7f7;height:85px;}
.code2lay .main .lcode .docer_panel .tip_status_wrapper{float:left;margin-left:42px;width:268px;margin-top:20px;}
.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status{float:left;height:24px;}
.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status .gou{float:left;width:23px;height:23px;background:url(../images/gou.png);}
.code2lay .main .lcode .docer_panel .tip_status_wrapper .tip_status .text{float:left;height:24px;line-height:24px;color:#424149;font-size:22px;margin-left:5px;}
.code2lay .main .lcode .docer_panel .tip_status_wrapper  .btn{float:right;font-size:14px;line-height:24px;color:#0d81f6;margin-right:10px;}
.code2lay .main .lcode .docer_panel .muban_name{float:left;margin-left:42px;height:14px;line-height:14px;margin-top:10px;}
.code2lay .main .lcode .docer_panel .line{float:left;height:14px;border-left:4px solid #747476;margin-right:10px;}
.code2lay .main .lcode .word1{float:left;width:100%;height:33px;background:url(../images/2codew1.png) center center no-repeat;margin-top:30px;}
.code2lay .main .lcode .word2{float:left;width:100%;height:20px;color:#666;line-height:20px;font-size:20px;text-align:center;margin-top:20px;}
.code2lay .main .rcode{float:left;width:208px;margin-left:27px;}
.code2lay .main .rcode .codebg2{width:202px;height:190px;background:url(../images/codebg.png) center center no-repeat;}
.code2lay .main .rcode .codebg2 .img{float:left;width:190px;height:180px;border-radius:5px;margin-left:6px;margin-top:4px;overflow:hidden;}
.code2lay .main .rcode .codebg2 .img img{width:100%;height:100%;}
.code2lay .main .rcode .sys{float:left;width:100%;height:20px;line-height: 20px;font-size:16px;text-align:center;margin-top:10px;}