@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffff;
    min-height: 1200px;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

p:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    text-decoration: none;
    color: #1d1d1d;
}

.clr {
    HEIGHT: 0px;
    VISIBILITY: hidden;
    CLEAR: both;
    FONT-SIZE: 0px;
    OVERFLOW: hidden;
}

BODY {
    FONT-SIZE: 12px;
    color: #000;
    font-family: "微软雅黑";
}

img {
    vertical-align: bottom;
}

.header,
.footer {
    width: 100%;
    margin: 0px auto;
}


/*toubu*/

.hd-1 {
    width: 100%;
    margin: 0px;
    background-color: #f8f8f8;
    border-bottom: 1px #cccccc solid;
    z-index: 1000;
    height: 86px;
    position: relative;
}

.nav {
    width: 1200px;
    height: 86px;
    margin: 0px auto;
    position: relative;
}

.nav ul {
    float: left;
    width: 945px;
    position: relative;
    height: 86px;
}

.nav ul li {
    float: left;
    width: 69px;
    height: 86px;
    line-height: 86px;
    font-size: 16px;
    text-align: center;
    margin: 0px 63px 0px 0px;
    margin: 0px 57px 0px 0px;
    position: relative;
}

.nav ul li .hot {
    width: 24px;
    height: 13px;
    position: absolute;
    right: -6px;
    top: 23px;
}

.nav ul li .nav_aTag .hot {
    right: 9px;
    top: -4px;
}

.nav ul li.sub_menu_item {
    width: 100px;
    margin-right: 60px;
    cursor: pointer;
    color: #777777;
}

.nav ul li.sub_menu_item:hover .nav_memu {
    color: #EA5E23;
}

.nav ul li:hover .sub_menu .nav_aTag {
    color: #777777;
}

.nav ul .active .nav_memu,
.nav ul .active a,
.nav ul li:hover a,
.nav ul li .sub_menu .nav_aTag:hover {
    color: #EA5E23;
    transition: 0.3s;
}

.nav ul li:hover .jiantou_xia,
.nav ul .active .jiantou_xia {
    border: 3px solid #EA5E23;
    border-color: #EA5E23 transparent transparent;
}

@keyframes nav_animate {
    0% {
        -webkit-box-transform: scaleY(0);
        -moz-box-transform: scaleY(0);
        -o-box-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        transform-origin: 0 0 0;
        -webkit-box-transform-origin: 0 0 0;
        -moz-box-transform-origin: 0 0 0;
        -o-box-transform-origin: 0 0 0;
    }
    to {
        opacity: 1;
        -webkit-box-transform: scaleY(1);
        -moz-box-transform: scaleY(1);
        -o-box-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.nav ul li:hover .sub_menu {
    animation: nav_animate .5s;
    display: block;
    color: #999;
    transition: .5s;
}

.jiantou_xia {
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid #000;
    border-color: #333 transparent transparent;
    content: "";
    top: 43px;
    right: 1px;
}

.nav_memu .dian {
    padding: 0px 5px;
    position: relative;
    top: -4px;
    font-weight: bold;
}

.nav ul li.sub_menu_item .sub_menu {
    background-color: white;
    width: 165px;
    position: absolute;
    left: 14px;
    top: 78px;
    z-index: 1000;
    display: none;
    border: 1px #cdcdcd solid;
    border-radius: 5px;
}

.nav ul li.sub_menu_item .sub_menu .jiantou_kuang {
    position: absolute;
    left: 25px;
    top: -13px;
}

.nav ul li.sub_menu_item .sub_menu.hasLine {
    width: 190px;
}

.nav ul li.sub_menu_item .sub_menu.hasLine .menu_left {}

.nav ul li.sub_menu_item .sub_menu.hasLine .menu_right {
    border-left: 1px #cdcdcd solid;
}

.nav ul li.sub_menu_item .sub_menu.hasLine .menu_right,
.nav ul li.sub_menu_item .sub_menu.hasLine .menu_left {
    float: left;
    text-align: center;
    width: 94px;
    margin-top: 18px;
}

.nav ul li.sub_menu_item .sub_menu.hasLine .nav_title {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #292929;
    font-size: 16px;
}

.nav ul li.sub_menu_item .sub_menu.hasLine .nav_aTag {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.nav ul li a {
    color: #777777;
    display: block;
}

.nav ul li a.nav_aTag {
    float: left;
    text-align: center;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    display: block;
    position: relative;
}

.nav ul li a.shouye {
    background-image: url('../images/home_icon.jpg');
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.nav ul li.active a.shouye {
    background-image: url('../images/home_icon01.jpg');
}

.hd-2a {
    float: left;
    width: 162px;
    display: inline;
    font-size: 25px;
    color: #777777 !important;
    margin: 12px 26px 0px 16px;
    font-family: "微软雅黑" !important;
}

.hd-2a a {
    color: #777777 !important;
}

.nav p {
    float: right;
    width: 255px;
    height: 86px;
    line-height: 86px;
    overflow: hidden;
    color: #777777;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

.nav p a.login_btn {
    border: solid 1px #EA5E23;
    background-color: #eb5e23;
    border-radius: 29px;
    text-align: center;
    width: 60px;
    height: 28px;
    line-height: 28px;
    color: white;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0px;
}

.nav p a {
    font-size: 15px;
    color: #eb5e23;
    margin-left: 20px;
}

.nav p span {
    margin-right: 15px;
}

.hd-2 {
    width: 1200px;
    margin: 20px auto 0px;
    position: relative !important;
}

.logo {
    float: left;
    /*    width: 174px;*/
    margin-top: 5px;
}

.city {
    float: left;
    width: 92px;
    position: relative;
    display: inline;
    margin: 10px 0px 0px 15px;
    display: none;
}

.thispic {
    background-color: #EA5E23;
}

.city span,
.city p {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #424242;
    display: none;
}

.city p {
    color: #a8a8a8;
    font-size: 13px;
}

.cities {
    width: 60px;
    position: absolute;
    padding: 10px 0px;
    left: 0px;
    top: 40px;
    z-index: 14;
    box-shadow: 0px 0px 2px 2px #ddd;
    background: #f9f9f9;
    display: none;
}

.cities a {
    float: left;
    display: inline;
    width: 50px;
    line-height: 26px;
    height: 26px;
    margin-left: 5px;
    font-size: 12px;
    color: #666;
}

.cities a:hover {
    color: #eb5e23;
}


/*全站搜索开始*/

.hd-2 {
    width: 1200px;
    margin: 20px auto 0px;
}

.hd-2 form {
    float: left;
    width: auto;
    margin-top: 5px;
    position: relative;
    margin-left: 20px;
}

.hd-2 .bt {
    float: left;
    width: 98px;
    height: 43px;
    background: url(../images/index-20160902-5.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

.hd-2 .fm {
    float: left;
    width: 550px;
    height: 43px;
    background: url(../images/index-20160902-4.jpg) no-repeat;
    position: relative;
}

.hd-2 .fm .text1 {
    float: left;
    display: inline;
    width: 60px;
    line-height: 43px;
    height: 43px;
    margin-left: 23px;
    font-size: 14px;
    color: #898989;
    border: none;
    background: none;
}

.buttons {
    float: left;
    display: inline;
    width: 115px;
    height: 30px;
    margin: 12px 0px 0px -70px;
    position: relative;
}

.clicks {
    float: left;
    width: 25px;
    height: 20px;
    background: url(../images/index-20160902-89.jpg) no-repeat right center;
    cursor: pointer;
    padding-left: 60px;
    outline: none;
}

.option {
    width: 124px;
    text-align: center;
    position: absolute;
    left: -13px;
    top: 31px;
    z-index: 12;
    display: none;
    background: #F8F8F8;
    /*color: white;*/
    font-size: 16px;
}

.option span {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.hd-2 .fm .txt {
    float: left;
    display: inline;
    width: 375px;
    overflow: hidden;
    border: none;
    background: none;
    line-height: 43px;
    height: 43px;
    font-size: 15px;
    margin-left: 46px;
    outline: none;
}


/*全站搜索结束*/

.hd-2r {
    float: right;
    width: auto;
    overflow: hidden;
    display: none;
}

.hd-2r1 {
    float: right;
    width: auto;
    overflow: hidden;
    display: none;
}

.hd-2s {
    float: left;
    display: inline;
    width: 60px;
    margin-left: 10px;
}

.hd-2s img {
    float: left;
    display: inline;
    width: 32px;
    margin-left: 14px;
}

.hd-2s span {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    color: #767676;
    margin-top: 4px;
}

.hd-2s span a {
    color: #767676;
}


/*footer*/

.ft-1 {
    width: 100%;
    overflow: hidden;
    margin: 18px auto 0px;
    text-align: center;
    display: none;
}

.ft-1 img {
    margin: 0px 4px;
}

.ft-2 {
    width: 100%;
    overflow: hidden;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #b7b7b7;
    margin-top: 12px;
}


/*ct-9 footer*/

.ct-9 {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 0px;
    background: url(../images/index-20160902-1.jpg);
}

.ct-9s {
    width: 1150px;
    overflow: hidden;
    margin: 0px auto;
}

.ct-9a {
    float: left;
    display: inline;
    width: 177px;
    margin-top: 30px;
    border-right: 1px #eb5e23 solid;
    padding-right: 25px;
}

.ct-9b {
    float: left;
    display: inline;
    width: 316px;
    margin-top: 30px;
    border-right: 1px #eb5e23 solid;
    padding-left: 60px;
    height: 48px;
    padding-top: 11px;
}

.ct-9b img {
    float: left;
}

.ct-9b p {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: #777777;
    margin-top: 7px;
}

.ct-9c {
    float: left;
    display: inline;
    width: 356px;
    margin-top: 30px;
    border-right: 1px #eb5e23 solid;
    font-size: 14px;
    color: #717171;
    line-height: 29px;
    padding-left: 92px;
}

.ct-9d {
    float: left;
    display: inline;
    width: 72px;
    overflow: hidden;
    margin: 16px 0px 0px 41px;
}

.ct-9d img {
    float: left;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.ct-9d span {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #848484;
}

.ct-9e {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #e5e5e5 solid;
    margin-top: 3px;
    padding-bottom: 6px;
}

.ct-9e h2 {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #777777;
}

.ct-9f {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    padding-bottom: 30px;
}

.ct-9f img {
    float: left;
    display: inline;
    width: 162px;
    margin-right: 12px;
}

.right-piao {
    width: 121px;
    position: fixed;
    left: 12px;
    top: 159px;
    display: none;
}

.right-s1,
.right-s2,
.right-s3,
.right-s4 {
    overflow: hidden;
    float: left;
    background-position: center 7px;
    background-repeat: no-repeat;
    margin-top: 3px;
    width: 57px;
    height: 57px;
}

.right-s1 {
    background-color: #75c8cc;
    background-image: url(../images/piao1.png);
}

.right-s2 {
    background-color: #ffcc73;
    background-image: url(../images/piao2.png);
}

.right-s3 {
    background-color: #f48888;
    background-image: url(../images/piao3.png);
    background-position: center 4px;
}

.right-s4 {
    background-color: #78aade;
    background-image: url(../images/piao4.png);
}

.right-piao a {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 36px;
    font-size: 12px;
    color: #fff;
}

.backtop {
    float: left;
    width: 121px;
    margin-top: 3px;
    overflow: hidden;
    cursor: pointer;
}


/**
*以下是我们自己的css
*/

.nav .peron_info,
.nav .logout {
    display: none;
}

.nav .logout {
    cursor: pointer;
    font-size: 14px;
    color: #EA5E23;
}

.nickname {
    color: #EA5E23;
}


/*正在建设中对话框设置开始*/

.building {
    position: fixed;
    background: #fff;
    width: 400px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    border-radius: 10px 10px;
    margin: -125px 0 0 -200px;
    z-index: 10000;
}

.building-header {
    position: relative;
    padding: 0 20px;
}

.building-body {
    color: #777777;
    position: relative;
    line-height: 30px;
    font-family: 微软雅黑;
    font-weight: normal;
}

.building-body h2 font,
.building-body h3 font {
    color: #EA5E23;
}

.building-body .showmsg a {
    color: #EA5E23;
    cursor: pointer;
}

.building-header h1 {
    font-size: 16px;
    line-height: 49px;
    height: 49px;
    color: #EA5E23;
    border-bottom: 1px solid #e5e5e5;
}

.building.building .building-header h1 {
    border: none;
}

.building-header h1 span {
    float: left;
    width: 80px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}

.building-header .active-title,
.building-header span:hover {
    border-bottom: 1px solid #ff9702;
    color: #ff9702;
}

.building-header #submitbuyreplay,
.building-header #canlebuyreplay {
    width: 95px;
    height: 40px;
    line-height: 40px;
    border: 0px;
    border-radius: 5px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.building-header #submitbuyreplay {
    background-color: #eb5e23;
    color: white;
}

.building-header #canlebuyreplay {
    background-color: #CBCBCB;
    color: #777777;
}

.login-close {
    border: 0px;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/nlogin.png) no-repeat 0 0;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}

.login-close:hover {
    background-position: 0 -21px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    outline: none;
}


/*正在建设中对话框设置开始*/

.confirm_title {
    font-size: 18px;
    background-color: #EA5E23;
    padding: 10px;
    height: 25px;
    color: white;
}

.confirm_msg {
    height: 80px;
    line-height: 70px;
    font-size: 16px;
    color: #777777;
}

.confirm_btn {}

.confirm_ok {
    font-size: 18px;
    border: 0px;
    background-color: #EA5E23;
    color: white;
    text-align: center;
    width: 90px !important;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.confirm_cancel {
    cursor: pointer;
    outline: none;
    font-size: 18px;
    border: 0px;
    background-color: #d9d9d9;
    color: white;
    text-align: center;
    width: 90px !important;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
}

#loading {
    background: rgba(0, 0, 0, .5) url(../images/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    display: none;
    filter: alpha(opacity=50);
}

.ad_show img {
    border: 1px #e5e5e5 solid;
    width: 260px;
    height: 117px;
}


/*人气导师开始*/

.ct-6lsb {
    float: left;
    display: inline;
    width: 229px;
    margin: 13px 0px 0px 18px;
    overflow: hidden;
    padding-bottom: 11px;
}

.ct-6lsb samp {
    float: left;
    display: inline;
    width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    background: url(../images/index-20160902-50.jpg) no-repeat;
    margin: 9px 0px 0px 10px;
    font-size: 16px;
    color: #fff;
}

.ct-6lsb img {
    float: left;
    display: inline;
    width: 46px;
    height: 46px;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px #e5e5e5 solid;
}

.ct-6lsb span {
    float: right;
    width: 55px;
    height: 25px;
    line-height: 25px;
    margin-top: 9px;
    font-size: 14px;
    color: #777777;
    text-align: left;
}

.ct-6left {
    float: left;
    width: 261px;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    margin-top: 24px;
    padding-bottom: 16px;
}


/*人气导师结束*/


/**
 * 	策略弹出床
 */

#div_confirm .building {
    height: 220px;
    padding-bottom: 30px;
    left: 50%;
    top: 45%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    border-radius: 0px;
    z-index: 10000;
}

#div_confirm .building-header h1 {
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    color: #eb5e23;
}

#div_confirm h2 {
    color: #777777;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-top: -8px;
}

#div_confirm h3 {
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

#div_confirm font {
    color: #eb5e23;
}

#div_confirm .building-body div {
    color: #777777;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}

#div_confirm .submit {
    background-color: #eb5e23;
    color: #FFFFFF;
    border: 0;
    width: 110px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
}

#div_confirm .close {
    background-color: #CBCBCB;
    color: #7E7E7E;
    border: 0;
    width: 110px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
}

.text_content {
    background-color: white;
    width: 444px;
    height: 30px;
    position: absolute;
    left: 123px;
    top: 43px;
    border: 2px #EA5E23 solid;
    border-top: 0px;
    z-index: 10000;
    font-size: 16px;
    color: #777777;
    text-align: center;
    overflow-y: auto;
    display: none;
}

.text_content li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.text_content li span {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
}

.text_content li span.span2 {
    /*display: none;*/
}

.text_content li:hover {
    background-color: #EA5E23;
    color: white;
}

.pay_dialog {
    width: 500px;
    height: 242px;
    margin: 0px auto;
    border: 1px #e5e5e5 solid;
    padding: 11px 15px;
    border-radius: 10px;
    background-color: white;
}

.pay_dialog .title_lan {}

.pay_dialog .close_btn {
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.pay_dialog .close_btn:hover {
    cursor: pointer;
    background-position: 0 -21px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    outline: none;
}

.pay_dialog .pay_content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    position: relative;
    color: #777777;
    font-size: 14px;
    text-align: center;
    width: 300px;
    padding-top: 23px;
}

.pay_dialog .pay_daojishi {
    font-size: 20px;
    color: #EA5E23;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pay_dialog .pay_daojishi span {
    margin: 0px 5px;
}

.pay_dialog .left_img {
    float: left;
    width: 169px;
    height: 242px;
    background-image: url(../images/pay.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.pay_dialog .right_cont {
    float: right;
    width: 325px;
    position: relative;
}

.pay_dialog .pay_bot {
    width: 100%;
    height: 50px;
    margin-top: 25px;
}

.pay_dialog .pay_bot span {
    background-color: #EA5E23;
    color: white;
    border-radius: 5px;
    padding: 7px 8px;
    font-size: 16px;
    cursor: pointer;
}

.pay_dialog .pay_bot span.pay_matter {
    margin-right: 50px;
}

.closeWin {
    border: 0px;
    position: absolute;
    top: 4px;
    right: -180px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/nlogin.png) no-repeat 0 -19px;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}

.quanju_search_xuanzhong {
    background-color: #EA5E23;
    color: white;
}

.banner_right {
    width: 239px;
    position: relative;
}

.banner_right span.yuanwen {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 259px;
    display: block;
    height: 137px;
    margin-bottom: 15px;
    position: relative;
}

.banner_right span.yuanwen.span1 {
    background-image: url('../../images/ad_right1.jpg');
}

.banner_right span.yuanwen.span2 {
    background-image: url('../../images/ad_right2.jpg');
}

.banner_right span.yuanwen.span3 {
    background-image: url('../../images/ad_right3.jpg');
}

.banner_right span.yuanwen .mengban {
    display: none;
    z-index: 1000;
    background-image: url('../../images/zhezhao.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 259px;
    height: 137px;
    color: white;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 0px;
    cursor: pointer;
    padding-top: 39px;
    line-height: 30px;
}


/*fenxiang begin*/

.share_data {
    width: 145px;
    height: 45px;
    position: relative;
}

.share_data .bbs_count_num {
    position: absolute;
    top: 11px;
    left: 125px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    font-size: 16px;
    text-align: center;
    color: #EA5E23;
}

.share_data .bdsharebuttonbox a {
    margin-right: 10px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    position: relative;
}

.share_data .bdsharebuttonbox a.bds_weixin {
    background-image: url('../../images/bds_weixin.png');
}

.share_data .bdsharebuttonbox a.bds_tsina {
    background-image: url('../../images/bds_tsina.png');
}

.share_data .bdsharebuttonbox a.bds_qzone {
    background-image: url('../../images/bds_qzone.png');
}

.hd-2r span {
    display: block !important;
    width: 60px !important;
    height: 37px !important;
    margin: 8px 0px 0px 0px !important;
}

.hd-2r span:first-child a {
    background-image: url(../images/gkk-20160909-2.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 39px;
    height: 27px;
    display: block;
    position: relative;
    top: 5px;
}

.hd-2r img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hd-2r span:first-child a em {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #EB5E23;
    color: white;
    float: right;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 28px;
    top: -4px;
    font-size: 10px;
    padding: 0 3px;
}


/*fenxiang end*/

#login_dialog {
    width: 343px;
    text-align: center;
    /* border: solid 1px #eb5e23; */
    height: 255px;
    box-shadow: black 0px 0px 25px;
    border-radius: 12px;
    background-color: white;
}

#login_dialog .login_dialog_title {
    background-color: #EA5E23;
    color: white;
    padding: 7px 7px 7px 30px;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

#login_dialog table {
    width: 80%;
    margin: 0px auto 5px auto;
    font-size: 14px;
    color: #777777;
}

#login_dialog table td {
    padding: 10px 0px;
}

#login_dialog table .input_text_name {
    text-align: right;
}

#login_dialog table .input_text {
    text-align: left;
    padding-left: 10px;
}

#login_dialog table input {
    height: 25px;
    width: 88%;
    border: none;
    background-color: #e4e4e4;
}

#login_dialog .rember_psd {
    width: 74%;
    margin: 0px auto;
    font-size: 14px;
    color: #777777;
}

#login_dialog .rember_psd .rfloat {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: 10px;
}

#login_dialog .rember_psd .lfloat {
    float: left;
    width: 50%;
    text-align: left;
}

#login_dialog .login_rest_buttons {
    font-size: 14px;
    width: 63%;
    margin: 20px auto 0px auto;
}

#login_dialog .login_rest_buttons .regist_button_div {
    float: left;
    width: 50%;
    text-align: left;
}

#login_dialog .login_rest_buttons .login_button_div {
    float: right;
    width: 50%;
    text-align: right;
}

#login_dialog .login_button {
    padding: 7px 35px;
    color: white;
    background-color: #EA5E23;
    border-radius: 6px;
    cursor: pointer;
}

#login_dialog .regist_button {
    padding: 7px 35px;
    color: #777777;
    background-color: #E4E4E4;
    border-radius: 6px;
    cursor: pointer;
}

#login_dialog .error_message {
    font-size: 14px;
    min-height: 19px;
    color: #EA5E23;
    margin-top: 5px;
}

#login_dialog .error_message span {
    display: none;
}

#login_dialog .login_dialog_close {
    border: 0px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(/images/nlogin.png) no-repeat 0 0;
    position: relative;
    left: 36%;
}

.bottom_ico {
    margin-top: 7px;
}

.bottom_ico span {
    margin-right: 10px;
    top: 3px;
}

.bottom_ico img {
    width: 127px;
    height: 47px;
}


/*页面底部开始*/

.footer {
    width: 100%;
    margin: 30px auto 0px;
    position: relative;
    background-color: #2d2d2d;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 24px 0px 10px;
    display: none;
}

.footer .footer_link {
    display: block;
    height: 218px;
}

.footer .footer_logo {
    display: block;
    margin-top: 30px !important;
    height: 60px;
    width: 900px;
    margin: 0 auto;
}

.footer .footer_link {
    width: 1200px;
    margin: 0 auto;
}

.footer .link_item {
    float: left;
    width: 20%;
}

.footer .link_item .link_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #d1d1d1;
}

.footer .link_item .links {
    text-align: left;
    width: 63px;
    margin: 0 auto;
}

.footer .link_item .links li {
    margin: 10px 0px;
}

.footer .link_item .links li a {
    font-size: 12px;
    color: #989898;
}

.footer .link_item .links li a:hover {
    color: #b7b7b7;
    transition: all 0.3s;
}

.links .qq_online:hover {
    background-color: #ff6410;
    transition: all 0.3s;
}

.footer .guanzhu_ma {
    margin-top: 9px;
}

.links .online {
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 120px;
    margin: 0 auto;
    color: white !important;
    border-radius: 4px;
}

.links .online span {
    border-left: 1px #ff7b3e solid;
    height: 30px;
    display: block;
    width: 100px;
    margin-left: 22px;
    text-align: left;
    padding-left: 6px;
}

.links .qq_online {
    background-position: 23px center;
    background-image: url("/images/f_qq.png");
    background-color: #ff5000;
}

.links .service_online {
    background-position: 25px center;
    background-image: url("/images/f_service.png");
    background-color: #272727;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.links .phone_online {
    background-color: #423e3b;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
    width: 145px;
}

.footer .link_item .links.online_links {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

.footer_line {
    border-bottom: 1px #3e3e3e solid;
    width: 100%;
    height: 1px;
}

.footer .footer_logo a {
    float: left;
}

.footer_logo .f_desc {
    margin-left: 30px;
    margin-right: 10px;
    float: left;
    color: #989898;
    font-size: 12px;
    margin-top: 9px;
}

.footer_logo .f_desc em {
    background-image: url("/images/warning.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 1px 6px 0px 23px;
}

.footer_logo .f_desc span {
    float: left;
}


/*页面底部结束*/


/*登录注册修改密码等弹出框开始*/

.dialog_info {
    width: 770px;
    position: relative;
    display: none;
    border: 1px solid #EAE8E6;
    height: 370px;
    border-radius: 10px;
    font-size: 14px;
    color: #777777;
    background-color: white;
}

.dialog_info .dialog_left {
    float: left;
    width: 382px;
    padding-right: 73px;
    position: relative;
}

.dialog_info .dialog_right {
    float: right;
    border-left: 1px #e4e4e4 solid;
    padding-top: 30px;
    width: 314px;
    height: 341px;
}

.dialog_info .dialog_right .dialog_img,
.dialog_info .dialog_right p {
    text-align: center;
    width: 100%;
}

.dialog_info .dialog_info_close {
    border: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/nlogin.png) no-repeat 0 0;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}

.dialog_info .dialog_info_close:hover {
    background-position: 0px -21px;
}

.dialog_info .title {
    font-size: 20px;
    color: #ea5e23;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 26px auto 26px;
    padding-left: 90px;
}

.dialog_info .perItem {
    margin: 14px auto;
    position: relative;
    width: 100%;
    display: block;
    height: 30px;
}

.dialog_info .perItem input[type="text"],
.dialog_info .perItem input[type="password"] {
    width: 236px;
    height: 25px;
    outline: none;
    line-height: 25px;
    background-color: #e4e4e4;
    border: 0px;
    float: left;
    padding-left: 5px;
    font-size: 12px;
}

.dialog_info .tagname_lable {
    float: left;
    color: #777777;
    text-align: right;
    display: block;
    height: 25px;
    margin-right: 17px;
    line-height: 25px;
    width: 120px;
    letter-spacing: 1px;
}

.dialog_info .userPwd_txt_username {
    width: 166px !important;
    margin-right: 10px;
}

.dialog_info .forgetPwd {
    cursor: pointer;
    float: left;
    margin-top: 3px;
}

.dialog_info .forgetPwd:hover {
    color: #ea5e23;
}

.dialog_info .ge1 {
    margin: 0px 14px;
}

.dialog_info .ge2 {
    margin: 0px 3px;
}

.dialog_info .lfloat {
    float: left;
    margin-left: 60px;
}

.dialog_info .rfloat {
    float: right;
    margin-right: 6px;
}

.dialog_info .tagBtn.tag_register {
    background-color: #e4e4e4;
    color: #777777;
    margin-left: 55px;
}

.dialog_info .tagBtn {
    width: 128px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 6px;
    float: left;
    color: white;
    background-color: #ea5e23;
}

.dialog_info .clickBtn {
    width: 311px;
    margin-left: 60px;
}

.dialog_info .phone_login {
    text-decoration: underline;
    cursor: pointer;
}

.dialog_info .warning_info {
    width: 320px;
    margin: 0 auto;
    text-align: left;
    color: #ea5e23;
    padding-left: 60px;
    height: 30px;
}

.dialog_info .login_username,
.dialog_info .login_phone,
.dialog_info .resetPwd,
.dialog_info .register_info {
    display: none;
}

.dialog_info .login_phone {
    display: block;
}

.dialog_info .Dcode_char_txt {
    width: 160px !important;
    margin-right: 10px;
}

.dialog_info .code_char_txt {
    width: 160px !important;
    margin-right: 2px;
}

.dialog_info .get_code_char {
    background-color: #EA5E23;
    color: white;
    border-radius: 5px;
    float: left;
    width: 77px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.dialog_info .get_code_char.clagotcode {
    cursor: pointer;
}

.dialog_info .userPwd_login {
    text-align: right;
    text-decoration: underline;
    width: 373px;
    margin: 0 auto;
    cursor: pointer;
}

.getDcode_char {
    margin-top: 3px;
}

.dialog_info .resetPwd_warning {
    text-align: right;
    width: 300px;
    margin: 0 auto;
    font-size: 12px;
    padding-left: 60px;
}

.dialog_info .btn_resetPwd,
.dialog_info .registerTxt {
    display: block;
    width: 215px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: white;
    height: 36px;
    line-height: 36px;
    letter-spacing: 6px;
    margin: 0 auto;
    cursor: pointer;
}

.return_btnLogin {
    position: absolute;
    right: 73px;
    top: 246px;
    display: block;
    width: 60px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    text-decoration: underline;
    cursor: pointer;
}

.dialog_info .registerTxt {
    background-color: #e4e4e4;
}

.dialog_info .btn_register,
.dialog_info .btn_resetPwd {
    background-color: #EA5E23;
}

.dialog_info .isVisible {
    position: absolute;
    top: 7px;
    right: 83px;
    cursor: pointer;
}

.hot_phone {
    width: 454px;
    text-align: center;
    margin: 0 auto;
}

.login_phone .hot_phone,
.login_username .hot_phone {
    text-align: right;
    width: 372px;
}


/*登录注册修改密码等弹出框结束*/


/*弹出协议对话框开始*/

.agreement_cont {
    width: 900px;
    position: absolute;
    color: #777777;
    font-size: 14px;
    background-color: white;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px;
    text-align: left;
    display: none;
}

.agreement_cont .details {
    color: #777777;
    width: 900px;
    margin: 0 auto;
    line-height: 32px;
}

.agreement_cont .details .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.agreement_cont .details .jianjie {
    font-size: 16px;
    margin: 20px auto;
}

.agreement_cont .details .c1 {
    color: #EA5E23;
    font-size: 16px;
    margin: 30px 0px 0px;
}

.agreement_cont .details .c2 {
    text-indent: 30px;
    text-align: left;
}

.agreement_cont .details .c21 {
    text-indent: 65px;
}

.agreement_cont .btncloseWin {
    border: 0px;
    width: 200px;
    height: 50px;
    cursor: pointer;
    outline: none;
    background-color: #EA5E23;
    text-align: center;
    color: white;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    position: absolute;
    bottom: -2704px;
    margin-bottom: 32px;
    left: 360px;
}


/*弹出协议对话框结束*/

body {
    min-height: auto;
}

.loginwebsite {
    width: 300px;
    height: 20px;
    font-size: 30px;
    margin: 30px auto;
    display: block;
}


/*弹出广告弹出框开始*/

.activity_dialog {
    width: 322px;
    height: 206px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}

.activity_dialog a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.activity_dialog .activity_dialog_close {
    border: 0px;
    position: absolute;
    top: 9px;
    right: 5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(/images/nlogin.png) no-repeat 0 -21px;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    outline: none;
}


/*弹出广告弹出框开始*/

.guminsijiao {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 25px;
}

.guminsijiao a {
    display: block;
}

.guminsijiao a img {
    width: 100%;
}

.logo52 a,
.logohe a {
    width: 250px;
    display: block;
}

.logo52,
.logohe {
    display: none;
    margin-top: -28px;
    margin-left: -18px;
}

.logohe {
    margin-top: -24px;
}


/*最顶部设置开始*/

.header-topBox {
    width: 1200px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
    display: none;
}

.header-topBox .fl {
    float: left;
    display: block;
}

.header-topBox .fl:hover,
.header-topBox .fr a:hover,
.header-topBox .fr .sjkh:hover {
    color: #EA5E23;
    cursor: pointer;
}

.header-topBox .fr {
    float: right;
    display: block;
    position: relative;
}

.header-topBox .fr a {
    position: relative;
    display: block;
    float: left;
}

.header-topBox .fr b {
    padding: 0 15px;
    font-weight: normal;
    float: left;
}

.header-topBox .fr .sjkh {
    display: block;
    float: left;
}

.header-topBox .fr .herweima {
    position: absolute;
    width: 150px;
    height: 188px;
    left: 30px;
    top: 31px;
    background: url("/images/caidaoewm.png") no-repeat 0px 0px;
    z-index: 9999;
    display: none;
}


/*最顶部设置结束*/


/*20170721页面尾部开始*/

.com_footer {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-top: 1px #e5e5e5 solid;
    margin-top: 30px;
    display: none;
}

.com_footer .quickLink {
    position: relative;
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 38px 0 22px 0;
    background: #fff;
    height: 136px;
    color: #888;
    font-size: 14px;
}

.com_footer .quickLink .lay {
    width: 350px;
    float: left;
}

.com_footer .quickLink .lay .left {
    width: 64px;
    text-align: left;
    float: left;
}

.com_footer .quickLink .lay .cont {
    width: 200px;
    float: left;
}

.com_footer .quickLink .lay .cont a {
    color: #888;
}

.com_footer .quickLink .lay .cont h4 {
    font-size: 18px;
    color: #404040;
    padding-bottom: 6px;
}

.com_footer .quickLink .lay .cont p {
    line-height: 35px;
}

.com_footer .quickLink .lay .ewm {
    text-align: center;
}

.com_footer .quickLink .hangqing {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 8px;
    background: url(/images/footer/cdxq1.png) no-repeat;
}

.com_footer .quickLink .hangqing:hover {
    background: url(/images/footer/cdxq2.png) no-repeat;
}

.com_footer .quickLink .cdhq {
    position: relative;
    top: -9px;
}

.com_footer .quickLink {}

.com_footer .footer-statement {
    height: 80px;
    color: white;
    width: 100%;
    position: relative;
    display: block;
    background: #444;
    margin: 0 auto;
    padding-top: 22px;
    box-sizing: border-box;
}

.com_footer .footer-statement p {
    width: 1200px;
    margin: 0 auto;
    line-height: 21px;
    text-align: center;
}


/*20170721页面尾部结束*/