/*—————————————— CSS重设 ——————————————*/
body,div,dl,dt,dd,ul,ol,li,pre,h1,h2,h3,h4,h5,h6,input,textarea, select, button,form,fieldset,p,blockquote,th,td {
    padding: 0;
    margin: 0;
 /*重置内填充和外填充，避免使用*通配符，浪费性能。*/;
}

header,section,aside,nav,figure,figcaption {
    margin: 0;
    padding: 0;
    display: block;
}

body {
    font-size: 14px;
    font-family: "微软雅黑","Microsoft Yahei",arial,"宋体",simsun;
 /*设置默认字体*/;
}

h1,h2,h3,h4,h5,h6,input,textarea, select, button {
    font-size: 100%;
    font-family: inherit;
/*重置输入表单的字体大小和字体样式,使之继承父类字体*/;
}

input, label, select, option, textarea, button, fieldset,legend {
    font-size: 14px;
    font-family: "微软雅黑",arial;
}

:focus {
    outline: 0;
/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/;
}

ul,ol,li {
    list-style: none;
/*去掉默认的点和序列号*/;
}

em,i {
    font-style: normal;
}

button,submit {
    cursor: pointer;
/*按钮的样式设置为手型*/;
}

textarea {
    resize: none;
    outline: none;
}

address,cite,dfn,em,var,i {
    font-style: normal;
}

img {
    border: none;
    vertical-align: top;
/*去掉默认边框和底部空白区*/;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
/*去掉表格边框之间的间距*/;
}

a,a:link,a:visited,a:hover,a:active {
    text-decoration: none;
/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

mark {
    background: none;
}

input[type="number"] {
    -moz-appearance: textfield;
  /*-webkit-appearance: none !important;*/;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*——————————————常用CSS样式——————————————*/
.clear {
    clear: both;
}

.clear:after {
    content: “.”;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl,.FL {
    float: left;
}

.fr,.FR {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.none {
    display: none;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

input::-ms-clear {
    display: none;
}

input {
    background: none;
    outline: none;
    border: none;
}

a {
    color: #333;
}

.link {
    color: #666;
}

a:hover,.link:hover {
    color: #F30;
    text-decoration: underline;
}

.bg {
    background-color: #FAFAFA;
}

.bor {
    border: 1px solid #EEE;
}

.bor-b {
    border-bottom: 1px solid #EEE;
}

.red {
    color: #F30;
}

.ga-9 {
    color: #999;
}

.ga-6 {
    color: #666;
}

.ga-3 {
    color: #333;
}

.ga-c {
    color: #CCC;
}

.ga-d {
    color: #DDD;
}

.ga-e {
    color: #EEE;
}

.s-red {
    font-size: 22px;
    color: #E43;
    font-family: Georgia;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f32 {
    font-size: 32px;
}

.f38 {
    font-size: 38px;
}

.h22 {
    height: 22px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h32 {
    height: 32px;
}

.h42 {
    height: 42px;
}

.l-h22 {
    line-height: 22px;
}

.l-h25 {
    line-height: 25px;
}

.l-h28 {
    line-height: 28px;
}

.l-h30 {
    line-height: 30px;
}

.l-h32 {
    line-height: 32px;
}

.l-h42 {
    line-height: 42px;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

.mar-t10 {
    margin-top: 10px;
}

.mar-r10 {
    margin-right: 10px;
}

.mar-b10 {
    margin-bottom: 10px;
}

.mar-l10 {
    margin-bottom: 10px;
}


/*常用边距*/
.Tmar10 {
    margin-top: 10px;
}

.Bmar10 {
    margin-bottom: 10px;
}

.Lmar10 {
    margin-left: 10px;
}

.Rmar10 {
    margin-right: 10px;
}

.Tmar5 {
    margin-top: 5px;
}

.Bmar5 {
    margin-bottom: 5px;
}

.Lmar5 {
    margin-left: 5px;
}

.Rmar5 {
    margin-right: 5px;
}

.Tmar6 {
    margin-top: 6px;
}

.Bmar6 {
    margin-bottom: 6px;
}

.Lmar6 {
    margin-left: 6px;
}

.Rmar6 {
    margin-right: 6px;
}

/*---- 更换新头部20160422 ----*/

/*常用边框*/
.rim_gray {
    border: 1px solid #DEDEDE;
    background-color: #FFF;
}

/*总页面宽度*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.W960,.w960 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*---- 更换新头部20160422 ----*/


/*---------- 意见反馈、返回顶部 样式 ----------*/
.dn {
    display: none;
}

.go-top {
    position: fixed;
    bottom: 28px;
    right: 20px;
    width: 46px;
    z-index: 999;
    display: none;
}

.go-top a {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    background-image: url(go-top.png?);
}

.go-top a:last-child {
    margin-bottom: 0;
}

.go-top .go {
    background-position: 0 -50px;
}

.go-top .go:hover {
    background-position: 0 -100px;
}

.go-top .feedback {
    background-position: 0 0;
}

.go-top .feedback:hover {
    background-position: 0 -150px;
}

/*---------- 弹出框及遮罩样式 ----------*/
.hui_div {
    background: #000;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}

.window_main {
    width: 420px;
    min-height: 250px;
    background-color: #FFF;
    position: fixed;
    z-index: 90000;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -125px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    padding: 20px 30px 30px;
}

.window_main .wm_tit {
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.window_main .wm_tit h3 {
    float: left;
    font-size: 18px;
    font-weight: normal;
}

.window_main .wm_tit em {
    color: #F50;
    margin-left: 20px;
    float: left;
}

.window_main .wm_tit i {
    font-size: 28px;
    float: right;
    font-weight: normal;
    margin-right: -20px;
    margin-top: -10px;
}

.window_main .wm_tit i a {
    text-decoration: none;
    cursor: pointer;
}

.window_main .wm_main {
    margin-top: 25px;
}

.window_main .wm_main p {
    *zoom: 1;
    padding: 5px 0;
    line-height: 27px;
}

.window_main .wm_main p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.window_main .wm_main p em {
    float: left;
    width: 85px;
    text-align: right;
    line-height: 30px;
    margin-right: 15px;
}

.window_main .wm_main p span {
    float: left;
}

.window_main .wm_main p i {
    margin-right: 35px;
    line-height: 35px;
}

.window_main .wm_main p i input {
    margin-right: 5px;
}

.window_main .wm_main p font {
    display: block;
    margin-left: 100px;
    line-height: 22px;
    font-size: 13px;
    clear: both;
    color: #F30;
}

.window_main .wm_main .c_tcdb {
    *zoom: 1;
    padding: 5px 0;
    line-height: 27px;
}

.window_main .wm_main .c_tcdb:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.window_main .wm_main .c_tcdb em {
    float: left;
    width: 85px;
    text-align: right;
    line-height: 30px;
    margin-right: 15px;
}

.window_main .wm_main .c_tcdb span {
    float: left;
    width: 210px;
    max-height: 50px;
}

.window_main .wm_main .c_tcdb i {
    margin-right: 35px;
    line-height: 35px;
}

.window_main .wm_main .c_tcdb i input {
    margin-right: 5px;
}

.window_main .wm_main .c_tcdb font {
    display: block;
    margin-left: 100px;
    line-height: 22px;
    font-size: 13px;
    clear: both;
    color: #F30;
}

.window_main .wm_main .wm_srk {
    border: 1px solid #CCC;
    line-height: 15px;
    padding: 5px;
    width: 268px;
}

.window_main .wm_main .wm_sel {
    border: 1px solid #CCC;
    line-height: 15px;
    padding: 5px;
    margin-right: 20px;
    width: 130px;
}

.window_main .wm_main .wm_butt {
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 15px;
    background-color: #F60;
    cursor: pointer;
}

.window_main .wm_main .wm_butt:hover {
    background-color: #F50;
}

.window_main .wm_main .wm_xts {
    font-size: 12px;
    color: #999;
}


/*---------- 在线客服(营销QQ)样式开始（分站两种样式） ----------*/
/*样式1*/
.ronsever1 {
    position: fixed;
    right: 6px;
    top: 175px;
    z-index: 9999999998;
}

.ronsever1 .ros_m .ros_top,.ronsever1 .ros_m .ros_bottom,.ronsever1 .ros_m .ros_main,.ronsever1 .ros_m .ros_close,.ronsever1 .ros_butt {
    background-image: url(/style/ronsever_bg1.png);
    background-repeat: no-repeat;
}

.ronsever1 .ros_m {
}

.ronsever1 .ros_m p {
    margin: 0;
    padding: 0;
}

.ronsever1 .ros_m .ros_top {
    width: 116px;
    height: 56px;
    display: block;
    overflow: hidden;
    background-position: 0 0;
}

.ronsever1 .ros_m .ros_bottom {
    width: 116px;
    height: 17px;
    display: block;
    overflow: hidden;
    background-position: 0 -56px;
}

.ronsever1 .ros_m .ros_main {
    width: 100px;
    background-position: -116px 0;
    background-repeat: repeat-y;
    padding-right: 11px;
    padding-left: 5px;
    text-align: center;
}

.ronsever1 .ros_m .ros_main .rosm_qq {
    text-align: center;
}

.ronsever1 .ros_m .ros_main .rosm_qq p {
    font-size: 13px;
    line-height: 22px;
    word-wrap: break-word;
    padding-bottom: 8px;
}

.ronsever1 .ros_m .ros_main .rosm_tel {
    text-align: center;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    margin: 10px auto;
    padding: 5px 0;
}

.ronsever1 .ros_m .ros_main .rosm_tel p {
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    overflow-y: hidden;
    word-wrap: break-word;
}

.ronsever1 .ros_m .ros_main .rosm_tel p b {
    color: #C30;
    font-size: 14px;
    font-family: simsun;
}

.ronsever1 .ros_m .ros_main .rosm_ewm {
    cursor: pointer;
    text-align: center;
}

.ronsever1 .ros_m .ros_main .rosm_ewm img {
    width: 90px;
}

.ronsever1 .ros_m .ros_close {
    position: absolute;
    z-index: 99999999999;
    top: -8px;
    right: -2px;
    font-size: 0;
    display: block;
    width: 19px;
    height: 19px;
    background-position: -232px 0;
    cursor: pointer;
}

.ronsever1 .ros_m .ros_close:hover {
    background-position: -232px -19px;
}

.ronsever1 .ros_butt {
    position: fixed;
    right: 6px;
    top: 265px;
    z-index: 9999999999;
    background-position: -251px 0;
    font-size: 0;
    width: 31px;
    height: 146px;
    display: block;
    cursor: pointer;
}


/*样式2*/
.ronsever2 {
    position: fixed;
    right: 6px;
    top: 220px;
    z-index: 9999999998;
}

.ronsever2 .ros_m .ros_top,.ronsever2 .ros_m .ros_bottom,.ronsever2 .ros_m .ros_main,.ronsever2 .ros_m .ros_close,.ronsever2 .ros_butt,.ronsever2 .ros_m .ros_main .rosm_tel p em {
    background-image: url(/style/ronsever_bg2.png);
    background-repeat: no-repeat;
}

.ronsever2 .ros_m {
    text-align: center;
}

.ronsever2 .ros_m p {
    margin: 0;
    padding: 0;
}

.ronsever2 .ros_m .ros_top {
    width: 127px;
    height: 75px;
    display: block;
    overflow: hidden;
    background-position: 0 0;
}

.ronsever2 .ros_m .ros_bottom {
    width: 127px;
    height: 18px;
    display: block;
    overflow: hidden;
    background-position: 0 -76px;
}

.ronsever2 .ros_m .ros_main {
    width: 103px;
    background-position: -127px 0;
    background-repeat: repeat-y;
    padding: 0 12px;
    text-align: center;
}

.ronsever2 .ros_m .ros_main .rosm_tel {
    text-align: center;
    padding: 8px 0 5px;
    font-family: microsoft yahei;
}

.ronsever2 .ros_m .ros_main .rosm_tel p {
    line-height: 22px;
    word-wrap: break-word;
    *zoom: 1;
}

.ronsever2 .ros_m .ros_main .rosm_tel p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.ronsever2 .ros_m .ros_main .rosm_tel p b {
    color: #E10;
    font-size: 15px;
    letter-spacing: -0.5px;
    *letter-spacing: -1px;
    letter-spacing: -1px\9;
}

.ronsever2 .ros_m .ros_main .rosm_tel p em {
    width: 32px;
    height: 15px;
    float: left;
    background-position: 0 -125px;
    margin: 5px 2px auto 12px;
}

.ronsever2 .ros_m .ros_main .rosm_tel p i {
    font-size: 15px;
    font-style: normal;
    float: left;
}

.ronsever2 .ros_m .ros_main .rosm_qq {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    text-align: center;
 /*padding-bottom:5px; margin-bottom:5px;*/
    padding-top: 5px;
    margin-top: 2px;
    padding-bottom: 5px;
}

.ronsever2 .ros_m .ros_main .rosm_qq p {
    font-size: 13px;
    line-height: 22px;
    word-wrap: break-word;
    padding: 5px 0;
}

.ronsever2 .ros_m .ros_main .rosm_ewm {
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.ronsever2 .ros_m .ros_main .rosm_ewm img {
    width: 80px;
}

.ronsever2 .ros_m .ros_close {
    position: absolute;
    z-index: 99999999999;
    top: 55px;
    right: -3px;
    font-size: 0;
    display: block;
    width: 21px;
    height: 21px;
    background-position: 0 -93px;
    cursor: pointer;
}

.ronsever2 .ros_m .ros_close:hover {
    background-position: -21px -93px;
}

.ronsever2 .ros_butt {
    position: fixed;
    right: 0;
    top: 285px;
    z-index: 9999999999;
    background-position: -254px 0;
    font-size: 0;
    text-indent: -10000000000px;
    width: 31px;
    height: 146px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
/*---------- 在线客服(营销QQ)样式结束（分站两种样式） ----------*/


/*---------- 户型设计、报价弹出框样式 ----------*/
.bidart_main {
    width: 420px;
    background-color: #FFF;
}

.bidart_main .wm_tit {
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.bidart_main .wm_tit h3 {
    float: left;
    font-size: 18px;
    font-weight: normal;
}

.bidart_main .wm_tit em {
    color: #F50;
    margin-left: 20px;
    float: left;
}

.bidart_main .wm_main {
    margin-top: 25px;
}

.bidart_main .wm_main p {
    *zoom: 1;
    padding: 5px 0;
    line-height: 27px;
}

.bidart_main .wm_main p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bidart_main .wm_main p em {
    float: left;
    width: 85px;
    text-align: right;
    line-height: 30px;
    margin-right: 15px;
}

.bidart_main .wm_main p span {
    float: left;
}

.bidart_main .wm_main p .2bspan {
    float: left;
    width: 210px;
    max-height: 50px;
}

.bidart_main .wm_main p i {
    margin-right: 35px;
    line-height: 35px;
}

.bidart_main .wm_main p i input {
    margin-right: 5px;
    border: none;
}

.bidart_main .wm_main p font {
    margin-left: 100px;
    line-height: 22px;
    font-size: 13px;
    clear: both;
    color: #F30;
}

.bidart_main .wm_main .c_tcdb {
    *zoom: 1;
    padding: 5px 0;
    line-height: 27px;
}

.bidart_main .wm_main .c_tcdb:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bidart_main .wm_main .c_tcdb em {
    float: left;
    width: 85px;
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
}

.bidart_main .wm_main .c_tcdb span {
    float: left;
    width: 210px;
    max-height: 50px;
}

.bidart_main .wm_main .c_tcdb i {
    margin-right: 35px;
    line-height: 35px;
}

.bidart_main .wm_main .c_tcdb i input {
    margin-right: 5px;
}

.bidart_main .wm_main .c_tcdb font {
    display: block;
    margin-left: 100px;
    line-height: 22px;
    font-size: 13px;
    clear: both;
    color: #F30;
}

.bidart_main .wm_main .wm_srk {
    border: 1px solid #CCC;
    line-height: 15px;
    padding: 5px;
    width: 268px;
}

.bidart_main .wm_main .wm_sel {
    border: 1px solid #CCC;
    line-height: 15px;
    padding: 5px;
    margin-right: 20px;
    width: 130px;
}

.bidart_main .wm_main .wm_butt {
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 15px;
    background-color: #F60;
    cursor: pointer;
}

.bidart_main .wm_main .wm_butt:hover {
    background-color: #F50;
}

.bidart_main .wm_main .wm_xts {
    font-size: 12px;
    color: #999;
}

.bidart_main .wm_main h5 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin-top: -10px;
    color: #090;
}

.bidart_main .wm_main .wm_tswz {
    margin-bottom: 10px;
}

.bidart_main .wm_main .wm_tswz1 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.bidart_main .wm_main .wm_tswz2 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.bidart_main .wm_srk_b {
    border: 1px solid #CCC;
    line-height: 15px;
    padding: 5px;
    width: 100px;
    float: left;
}

.bidart_main .wm_srk_lb {
    border: 1px solid #CCC;
    padding: 5px;
    width: 80px;
    float: left;
}

.bidart_main .wm_butt1 {
    margin: 20px auto auto 30px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 15px;
    background-color: #F60;
    cursor: pointer;
}

.bidart_main .wm_butt2 {
    margin: 20px auto auto 55px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 15px;
    background-color: #999;
    cursor: pointer;
}

.bidart_main .wm_butt2:hover {
    background-color: #666;
}

.bidart_main .wm_okico {
    font-size: 32px;
    color: #090;
    text-align: center;
    margin: 25px auto 35px;
}

.bidart_main .wm_bjjg {
    display: block;
    border: 1px solid #FC9;
    background-color: #FFFDF7;
    font-size: 18px;
    padding-left: 95px;
    margin-bottom: 10px;
    *padding-top: 8px;
    *padding-bottom: 8px;
}

.bidart_main .wm_bjjg p {
    margin: 10px auto;
    *margin: 6px auto;
}

.bidart_main .wm_bjjg .wm_jtjg {
    font-size: 20px;
    color: #F30;
    float: none;
    margin-right: 3px;
    float: left;
}

.bidart_main .wm_bjpj {
    padding: 8px 0 0 40px;
}

.bidart_main .wm_bjpj i {
    margin: auto 10px;
}

.bidart_main .wm_bjpj i input {
    margin-right: 5px;
}

.bidart_main .wm_bjpj1 {
    padding: 8px 0 0 150px;
    color: #999;
}

/*---------- 搜索错误样式 ----------*/
.box_none_1200 {
    border: 1px solid #dedede;
    margin: 0 auto;
}

.box_none {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 50px;
}

.box_none img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.box_none h1 {
    font: 22px/32px "微软雅黑";
    color: #333;
    margin-top: 30px;
}

.box_none h1 span {
    color: #ff5500;
    padding: 0 5px;
}

.box_none p {
    font: 14px/24px "微软雅黑";
    color: #333;
    margin-top: 16px;
}

.box_none p span {
    font-weight: bold;
    padding: 0 2px;
}

.box_none p a {
    color: #ff7b00;
}


/*------------ 表格自检样式 ------------*/
.control_input {
    position: absolute;
    border: 1px solid #E4E4E4;
    z-index: 2;
    font: 14px/46px microsoft yahei;
    color: #333;
}

.control_input_focus {
    position: absolute;
    border: 1px solid #35a5e5;
    z-index: 2;
    font: 14px/46px microsoft yahei;
    color: #333;
    box-shadow: 0 0 3px #35a5e5;
}

.control_input_error {
    position: absolute;
    border: 1px solid #F70;
    z-index: 2;
    font: 14px/46px microsoft yahei;
    color: #333;
    box-shadow: 0 0 3px #F70;
}






/*登陆弹窗样式*/
.zlogin {
    width: 360px !important;
    overflow: hidden;
    margin: 0 auto !important;
}


.login_l {
    width: 340px;
    overflow: hidden;
    margin: 0 auto;
}

.inp_box_lo {
    height: 36px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-indent: 10px;
}

.sel_box {
    height: 36px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-indent: 10px;
}

.sel_box select {
    width: 338px;
    height: 20px;
    margin: 8px 0;
    position: absolute;
    left: 0;
    top: 0;
    border: none !important;
    text-indent: 5px;
}

.login_l span {
    float: left;
    overflow: hidden;
    margin: 8px 0;
    width: 338px;
    height: 38px;
    font: 14px/36px "microsoft yahei";
    line-height: 36px !important;
    font-size: 14px !important;
    position: relative;
}

.login_l #Uname {
    width: 255px !important;
    border: none !important;
    padding-left: 0 !important;
    height: 16px !important;
    padding: 9px 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../css/ask/image/user_pic.png) no-repeat !important;
    background-position: 220px 2px !important;
}

.login_l #Upass {
    width: 255px !important;
    border: none !important;
    padding-left: 0 !important;
    height: 16px !important;
    padding: 9px 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../css/ask/image/password_pic.png) no-repeat !important;
    background-position: 220px 2px !important;
}

.login_l #PopLoginBut {
    width: 340px !important;
    margin: 0;
    padding: 0;
    height: 40px !important;
    border: none !important;
    font: 16px/40px "微软雅黑";
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-color: #ff4c00 !important;
    cursor: pointer;
}

.th_te_box input {
    padding: 0 !important;
    height: auto !important;
}

.th_te_box h1 {
    color: rgb(153, 153, 153);
    float: left;
    font: 14px/32px 微软雅黑;
}

.th_te_box p {
    color: rgb(102, 102, 102);
    float: right;
    margin-right: 5px;
    font: 14px/32px 微软雅黑;
}

.th_te_box p:hover {
    color: #F30;
    text-decoration: underline;
}

.th_te_box input {
    padding: 0;
    float: left;
    margin: 10px 5px;
    *margin-top: 6px;
    *border: none !important;
}

.vip_link {
    width: 100%;
    text-align: center;
    font: 14px/30px 'microsoft yahei';
    color: #666;
}

/*推荐会员*/
.jianico {
    width: 18px;
    height: 20px;
    display: block;
    background: url(/style/jian.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 3px;
}

.jian_bg {
    background-color: #FEFAF1;
}

.jc_company .cop_list li.jian_bg,.home_company .cop_list li.jian_bg {
    background-color: #FEFAF1;
}

.shop_zsgs ul li.jian_bg {
    background-color: #FFF;
    background-image: url(/style/copli_bg_tj.png);
}



/*推荐星星*/
.xing1 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -4px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing2 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -26px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing3 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -47px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing4 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -70px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing5 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -91px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing6 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -114px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing7 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -136px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing8 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -158px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing9 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -179px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}

.xing10 {
    width: 73px;
    height: 20px;
    background: url(xing_ico.png) no-repeat 0 -202px;
    float: left;
    cursor: pointer;
    margin-top: 5px;
}







/*/////////////////////////// 新通用样式 2017.08.07  开始 ///////////////////////////*/

/*-------- 重置样式 --------*/
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;
}
/*button,input,select,textarea{font: 12px/1.5 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1','Hiragino Sans GB', tahoma,arial,sans-serif;}*/
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ul,li {
    list-style-type: none;
}

address,cite,dfn,em,i,var {
    font-style: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
    color: #C00;
}

/*-------- 通用样式区 --------*/
.container {
    width: 1200px;
    margin: auto;
}

.container:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.cl {
    *zoom: 1;
}

.cl:after {
    clear: both;
    content: '';
    display: table;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.p_r {
    position: relative;
}

.p_a {
    position: absolute;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_l10 {
    margin-left: 10px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_l20 {
    margin-left: 20px;
}

.mar_r20 {
    margin-right: 20px;
}

.w350 {
    width: 350px;
}

.w450 {
    width: 450px;
    margin: auto 30px;
}

.w468 {
    width: 468px;
}

.w338 {
    width: 338px;
}

.w830 {
    width: 830px;
}

.bor_hui {
    border: 1px solid #E5E5E5;
}

.bor_hong {
    border: 1px solid #F8B6A6;
}

.ico_hot {
    width: 21px;
    height: 12px;
    display: block;
    background: url(../img/ico_hot.gif) no-repeat 0 0;
}

.ico_n {
    width: 9px;
    height: 14px;
    display: block;
    background: url(../img/ico_n.gif) no-repeat 0 0;
}

.ico_h {
    width: 9px;
    height: 14px;
    display: block;
    background: url(../img/ico_h.gif) no-repeat 0 0;
}

/*-------- 顶部条 --------*/
.t_top {
    background-color: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
    min-width: 1200px;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
}

.t_top i {
    color: #C9C9C9;
    margin: auto 10px;
}

/*-------- logo+城市+广告 --------*/
.header {
}

.header h1 {
    width: 180px;
    height: 64px;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
}

.header h1 img {
    width: 180px;
    height: 64px;
}

.header .city {
    background: url(/fz/style/default/zywfz_bg.png) no-repeat -5px -104px;
    width: 75px;
    height: 70px;
    overflow: hidden;
    padding: 10px 0 0 2px;
    font-size: 12px;
    text-align: center;
    color: #CCC;
}

.header .city strong {
    font-size: 16px;
    font-family: SimSun, Arial, Helvetica, sans-serif;
    line-height: 35px;
    color: #666;
}

.header .city a {
    margin: auto 3px;
    color: #666;
}

.header .t_gg {
    position: relative;
}

.header .t_gg img {
    width: 665px;
    height: 80px;
}

.top_in {
    position: relative;
}

.ad_box_top {
    width: 665px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.ad_box_top a {
    position: relative;
}

.fz_topad {
    position: relative;
}

.fz_topad a {
    position: relative;
}

.sel_top {
    right: 5px;
    bottom: 7px;
    z-index: 9;
}

.sel_top li {
    width: 6px;
    height: 6px;
    display: block;
    background: #FFF;
    border-radius: 8px;
    text-indent: -9999px;
    border: 0;
    margin: auto 3px;
    float: left;
    font-size: 0;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

.sel_top li.active {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/*-------- 导航 --------*/
.newnav {
    border-bottom: 2px solid #C00;
    height: 40px;
    line-height: 40px;
}

.newnav ul {
    font-size: 16px;
}

.newnav li {
    float: left;
    text-align: center;
    width: 120px;
}

/*.nav_on{ background-color:#C00;}
.nav_on a,.nav_on a:hover{ color:#FFF;}
*/
.newnav .ico_hot {
    top: -5px;
    right: 18px;
}

.newnav .ico_new {
    top: -2px;
    right: 45px;
}

.newnav .ico_h {
    top: -5px;
    right: 55px;
}

.newnav .fr {
    color: #CCC;
    font-size: 12px;
    font-family: simsun;
}

.newnav .fr a {
    color: #666;
    margin: auto 6px;
}

.newnav .fr a:hover {
    color: #C00;
}

.newnav .red,.newnav .fr a.red,.newnav .red a {
    color: #C00;
}

.newnav .green,.newnav .fr a.green,.newnav .green a {
    color: #393;
}

.newnav .blue,.newnav .fr a.blue,.newnav .blue a {
    color: #06C;
}

.newnav li i {
    color: #999;
    margin: auto 5px;
    font-size: 13px;
}

.newnav li i a {
    margin: auto 5px;
    font-size: 15px;
}

.newnav li#nav_zgs {
    width: 136px;
}

/*右侧搜索*/
.tr_telo_soo {
    width: 238px;
    height: 80px;
}

.tr_telo_soo .tr_telo {
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #F30;
    *zoom: 1;
    display: table;
    +display: inline;
    margin: 0 auto 8px;
    +margin: 0 auto 3px;
    font-weight: 600;
    font-family: microsoft yahei;
}

.tr_telo_soo .tr_telo:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tr_telo_soo .tr_telo i {
    width: 21px;
    height: 21px;
    display: block;
    background: url(../img/tel_ico1.png) no-repeat center;
    float: left;
    margin: 9px 6px auto -2px;
    +margin: 9px 10px auto 14px;
}

.tr_telo_soo .tr_telo span {
    float: left;
}

.tr_telo_soo .tr_telo em {
    font-size: 12px;
    margin: auto 5px;
    color: #999;
    line-height: 20px;
    position: relative;
    font-weight: normal;
    top: -2px;
}

.tr_telo_soo .tr_soo {
    width: 236px;
    height: 30px;
    background-color: #F60;
    overflow: hidden;
    clear: both;
    margin: 10px auto auto auto;
    padding: 1px;
    *zoom: 1;
    margin-top: -2px;
    *margin-top: 5px;
}

.tr_telo_soo .tr_soo:after {
    content: "\20";
    clear: both;
    height: 0;
    display: block;
}

.tr_telo_soo .tr_soo .trs_list {
    width: 86px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: -16px -34px;
    cursor: pointer;
    font-size: 12px;
}

.tr_telo_soo .tr_soo .trsl_on {
    color: #000;
    text-indent: 9px;
    width: 85px;
    line-height: 20px;
    background: url(../img/b_j.jpg) no-repeat;
    background-position: 66px 7px;
    height: 20px;
    border-right: 1px solid #cbcbcb;
    margin: 5px 0;
}

.tr_telo_soo .tr_soo .trs_list .trs_list p {
    line-height: 28px;
}

.tr_telo_soo .tr_soo .trs_list .trsl_list {
    width: 84px;
    position: absolute;
    z-index: 10;
    border: 1px solid #F30;
    border-top: none;
    background-color: #FFF;
    display: none;
    margin-left: -1px;
    cursor: pointer;
}

.tr_telo_soo .tr_soo .trs_list ul li {
    line-height: 30px;
    padding-left: 9px;
    height: 30px;
}

.tr_telo_soo .tr_soo .trs_list ul li:hover {
    background-color: #F60;
    color: #FFF;
}

.tr_telo_soo .tr_soo .trs_txt input {
    width: 198px;
    height: 20px;
    line-height: 20px;
    background-color: #FFF;
    border: none;
    padding: 5px 0;
    padding-left: 5px;
    *margin-top: -1px;
    color: #333;
    font-size: 14px;
}

.tr_telo_soo .tr_soo .trs_butt input {
    width: 32px;
    background: url(../img/so_ico1.png) center;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #FFF;
    border: none;
    cursor: pointer;
}

.tr_telo_soo .tr_soo .trs_butt a {
    width: 32px;
    background: url(../img/so_ico1.png) center;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #FFF;
    border: none;
    cursor: pointer;
    display: block;
}

.tr_telo_soo .tr_soo .trs_butt button {
    width: 32px;
    background: url(../img/so_ico1.png) center;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #FFF;
    border: none;
    cursor: pointer;
    display: block;
}

/*/////////////////////////// 新通用样式 2017.08.07  结束 ///////////////////////////*/




/*---------- 页尾内容 ----------*/
/*.footer{ border-top:1px solid #000; min-width:1200px;}
.footmenu{ height:150px; overflow:hidden; background-color:#474C4B; color:#FFF; padding:5px 0;}
.footmenu a{ color:#999;}
.footmenu a:hover{ color:#CCC;}

.footmenu .fm_list{ border-right:1px solid #505554; width: 350px; height:150px; float:left;}
.footmenu dl{ float:left; margin-right: 40px;}
.footmenu dt{ font-size:15px; line-height:35px;}
.footmenu dd{ line-height:22px; font-size:12px;}

.footmenu .fm_tel_ewm{ border-right:1px solid #505554; width: 520px; height:150px; float:left; padding-left: 20px;}
.footmenu .fm_tel_ewm .fmte-tit{ font-size:15px; line-height:30px;}
.footmenu .fm_tel_ewm .fmte-tel{ font-size:20px; color:#F60;line-height:45px;}
.footmenu .fm_tel_ewm .fmte-tel em{ font-size:14px; color:#FFF; margin:auto 5px;}
.footmenu .fm_tel_ewm .fmte-xts{ font-size:12px; color:#999;}
.footmenu .fm_tel_ewm .fmte-yxqq{ margin-top:12px;}

.footmenu .fm-ewm{ font-size:12px; line-height:30px; color:#999; text-align:center; margin-left:10px;}
.footmenu .fm-ewm span{ margin:30px 20px auto;}

.footmenu .fm-city{ width:265px; height:100px; background:url(2015/fb_city_bg.png) no-repeat center; padding:50px 0 0 20px; font-size:12px; line-height:25px;}
.footmenu .fm-city a:hover{ text-decoration:none;}

.foot_main{ padding:5px 0; text-align:center; font-size:13px; line-height:25px; background-color:#F9F9F9; color:#777;}
.foot_main p a{ color:#777; margin:auto 8px;}
.foot_main p em{ color:#444; font-style:normal; margin:auto 2px;}
*/

/*---------- 分页样式 ----------*/
.paginator {
    font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 0 10px 0;
    margin: 10px 0 9px;
}

.paginator a {
    padding: 2px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
}

.paginator a:visited {
/*padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;*/;
}

.paginator .cpb {
    padding: 2px 6px;
    background: #FF5500;
    border: 0px solid #FF5500;
    color: #FFFFFF;
    font-weight: bold;
}

.paginator a:hover {
    color: #fff;
    background: #FF5500;
    border-color: #FF5500;
    text-decoration: none;
}


/*————————————————————————浮动招标框————————————————————————*/
#div_fixed {
    position: fixed;
    width: 100%;
    bottom: -60px;
    z-index: 10;
    left: 0;
}

#div_fixed_rim {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
    height: 60px;
    background: #000;
    z-index: 11;
    bottom: 0;
}

#div_fixed_main {
    position: relative;
    width: 1000px;
    height: 60px;
    z-index: 12;
    margin: 0 auto;
    top: -60px;
    *zoom: 1;
    color: #FFF;
}

#div_fixed_main a {
    color: #FFF;
}

#div_fixed_main a:hover {
    text-decoration: none;
    color: #FFFFDC;
}

#div_fixed_main:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

#fix_bmrs {
    float: left;
    font-family: "microsoft yahei", "SimHei", "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    line-height: 32px;
    width: 210px;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 8px;
    overflow: hidden;
    padding-left: 20px;
}

#fix_bmrs em {
    font-style: normal;
    color: #FC0;
    font-size: 20px;
    margin: auto 5px;
    line-height: 35px;
}

#fix_bmk {
    float: left;
    font-size: 12px;
    margin: 8px 10px auto 10px;
}

#fix_bmk .rixsrk_xm {
    height: 17px;
    width: 142px;
    margin-right: 8px;
    border: none;
    padding: 3px 5px 4px 33px;
    background-image: url(fix_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #FFF;
    line-height: 17px;
    color: #333;
}

#fix_bmk .rixsrk_sj {
    height: 17px;
    width: 142px;
    margin-right: 8px;
    border: none;
    padding: 3px 5px 4px 33px;
    background-image: url(fix_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -38px;
    background-color: #FFF;
    line-height: 17px;
    color: #333;
}

#fix_bmk .rixsrk_xq {
    height: 17px;
    width: 150px;
    border: none;
    padding: 3px 5px 4px 33px;
    background-image: url(fix_bg.png);
    background-repeat: no-repeat;
    background-position: 0 -76px;
    background-color: #FFF;
    line-height: 17px;
    color: #333;
}
/*#fix_buut{ background:url(fix_bg.png) no-repeat -400px 0; width:137px; height:70px; overflow:hidden; display:block; border:none; position:absolute; right:0; top:-6px; z-index:99; cursor:pointer;}
*/
#fix_buut {
    background: url(fix_bg.png) no-repeat -400px 0;
    width: 130px;
    height: 36px;
    overflow: hidden;
    display: block;
    border: none;
    position: absolute;
    right: 180px;
    margin-left: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
}

#fix_bmk #fix_bkm_wz {
    margin-top: 8px;
    *margin-top: 6px;
    color: #CCC;
}

#fix_close a {
    background: url(fix_bg.png) no-repeat right 0;
    width: 11px;
    height: 11px;
    display: block;
    border: none;
    position: absolute;
    right: -18px;
    top: 23px;
    display: block;
    z-index: 102;
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
}

#fix_close a:hover {
    background-position: right -50px;
}

/*店铺内1000px宽度*/
#div_fixed_main_shop {
    position: relative;
    width: 1200px;
    height: 60px;
    z-index: 12;
    margin: 0 auto;
    top: -60px;
    *zoom: 1;
    color: #FFF;
}

#div_fixed_main_shop a {
    color: #FFF;
}

#div_fixed_main_shop a:hover {
    text-decoration: none;
    color: #FFFFDC;
}

#div_fixed_main_shop:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}




/*———————————————————————————————————————————————— 整合原通用样式表 ————————————————————————————————————————————————*/

/*顶部条*/
.topbar {
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEE;
    line-height: 35px;
    height: 35px;
    font-size: 12px;
}

.topbar span {
    margin: auto 3px;
}

.topbar i {
    margin: auto 3px;
    color: #DDD;
    font-family: simsun;
}

.topbar a {
    margin: auto 3px;
}

.topbar .fl a {
    margin: auto 8px;
}

/*---------- logo+城市+顶部广告+右侧搜索 ----------*/
.l-c-a {
    margin: 10px auto;
    height: 80px;
    overflow: hidden;
}

.l-c-a h1 {
    width: 180px;
    height: 64px;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;
    margin-left: 15px;
}

.l-c-a h1 img {
    width: 180px;
    height: 64px;
}

.l-c-a .city {
    background: url(2015/lc_jg.png) no-repeat 2px 18px;
    width: 77px;
    height: 70px;
    overflow: hidden;
    padding: 10px 0 0 2px;
    font-size: 12px;
    text-align: center;
    color: #CCC;
}

.l-c-a .city strong {
    font-size: 15px;
    font-family: SimSun, Arial, Helvetica, sans-serif;
    line-height: 35px;
    color: #666;
}

.l-c-a .city a {
    margin: auto 3px;
    color: #666;
}

.t_ad {
    position: relative;
    width: 625px;
    height: 85px;
    display: block;
    overflow: hidden;
}

.t_ad img {
    width: 625px;
    height: 85px;
    overflow: hidden;
}

.t_ad li {
    position: relative;
}

.t_ad li .ggico_lb {
    bottom: 5px;
}

.t_ad #TopNum {
    position: absolute;
    right: 3px;
    bottom: 10px;
    z-index: 9;
}

.t_ad #TopNum li {
    width: 6px;
    height: 6px;
    display: block;
    background: #FFF;
    border-radius: 8px;
    text-indent: -9999px;
    border: 0;
    margin: auto 3px;
    float: left;
    font-size: 0;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    cursor: pointer;
}

.t_ad #TopNum li:hover, .t_ad #TopNum li.active {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*右侧搜索*/
.tr_tel_so {
    width: 280px;
    height: 80px;
}

.tr_tel_so .tr_tel {
    font-size: 20px;
    font-family: microsoft yahei;
    text-align: center;
    line-height: 38px;
    color: #F40;
    *zoom: 1;
    display: table;
    +display: inline;
    margin: 0 auto 8px;
    +margin: 0 auto 3px;
}

.tr_tel_so .tr_tel:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tr_tel_so .tr_tel i {
    width: 21px;
    height: 21px;
    display: block;
    background: url(2015/nav_bg.png) no-repeat -156px -37px;
    float: left;
    margin: 9px 10px auto -2px;
    +margin: 9px 10px auto 14px;
}

.tr_tel_so .tr_tel span {
    float: left;
}

.tr_tel_so .tr_tel em {
    font-size: 14px;
    margin: auto 5px;
    color: #333;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.tr_tel_so .tr_so {
    width: 280px;
    height: 31px;
    background-color: #F40;
    overflow: hidden;
    clear: both;
    margin: 10px auto auto auto;
    padding: 1px;
    *zoom: 1;
    margin-top: -2px;
    *margin-top: 5px;
}

.tr_tel_so .tr_so:after {
    content: "\20";
    clear: both;
    height: 0;
    display: block;
}

.tr_tel_so .tr_so .trs_list {
    width: 80px;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    display: block;
    background-color: #F5F5F5;
    border-right: 1px solid #F30;
    background-image: url(2015/nav_bg.png);
    background-repeat: no-repeat;
    background-position: -16px -34px;
    cursor: pointer;
    font-size: 12px;
}

.tr_tel_so .tr_so .trsl_on {
    color: #F30;
    color: #000;
    text-align: center;
    width: 70px;
}

.tr_tel_so .tr_so .trs_list .trs_list p {
    line-height: 28px;
}

.tr_tel_so .tr_so .trs_list .trsl_list {
    width: 80px;
    position: absolute;
    z-index: 10;
    border: 1px solid #F30;
    border-top: none;
    background-color: #FFF;
    display: none;
    margin-left: -1px;
    cursor: pointer;
}

.tr_tel_so .tr_so .trs_list ul li {
    line-height: 30px;
    padding-left: 9px;
    height: 30px;
}

.tr_tel_so .tr_so .trs_list ul li:hover {
    background-color: #F60;
    color: #FFF;
}

.tr_tel_so .tr_so .trs_txt input {
    width: 120px;
    height: 21px;
    line-height: 20px;
    background-color: #FFF;
    border: none;
    padding: 5px;
    *margin-top: -1px;
    color: #333;
    font-size: 14px;
}

.tr_tel_so .tr_so .trs_butt input {
    width: 68px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    color: #FFF;
    border: none;
    cursor: pointer;
}


/*导航条*/
.nav {
    border-bottom: 2px solid #F50;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    min-width: 1200px;
}

.nav ul {
    font-size: 16px;
}

.nav li {
    float: left;
    width: 140px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 40px;
    z-index: 9;
}

.nav li a {
    text-decoration: none;
}

.nav li:hover {
    background-color: #F50;
}

.nav li:hover a {
    color: #FFF;
}

.nav em {
    float: left;
    color: #EEE;
    font-size: SimSun;
    font-size: 12px;
    *display: none;
}

.nav .nav_d a {
    float: left;
    margin-left: 32px;
}

.nav #nav_home {
    text-indent: 20px;
}

.nav .nav_d i {
    width: 7px;
    height: 4px;
    display: block;
    background: url(2015/nav_bg.png) no-repeat 0 0;
    float: left;
    margin: 18px auto auto 10px;
}

.nav .nav_d:hover i {
    background: url(2015/nav_bg.png) no-repeat 0 -4px;
}

.nav .nav_on {
    background-color: #F50;
}

.nav .nav_on a {
    color: #FFF;
    float: left;
}

.nav .nav_on i {
    width: 7px;
    height: 4px;
    display: block;
    background: url(2015/nav_bg.png) no-repeat 0 -4px;
    float: left;
    margin: 18px auto auto 10px;
}

.nav .n_free {
    width: 30px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 8px;
    background: url(2015/nav_bg.png) no-repeat 0 -15px;
}

.nav .n_search {
    font-size: 12px;
    color: #F50;
    float: left;
    position: absolute;
    z-index: 9;
    left: 18px;
    top: 2px;
}

.nav .n_hot {
    width: 30px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: 8px;
    background: url(2015/icohot.gif) no-repeat 0 0;
}

.nav .n_new {
    width: 26px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: 8px;
    background: url(2015/iconew.gif) no-repeat 0 0;
}

.nav .n_free1 {
    width: 29px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 9;
    top: -8px;
    right: 3px;
    background: url(2015/icofree.gif) no-repeat 0 0;
}

.nav .fr {
    position: relative;
 /*width:266px;*/
    width: 238px;
    z-index: 9;
}

.nav .fr a {
    margin: auto 8px;
    float: left;
}

.nav .fr em {
    color: #CCC;
    font-size: 12px;
    float: left;
}
/*.nav .n_new{ width:13px; height:12px; display:block; position:absolute; z-index:9; top:5px; right:5px; background:url(2015/nav_bg.png) no-repeat 0 -45px;}*/
.nav ol {
    *zoom: 1;
    margin-top: 40px;
    font-size: 14px;
}

.nav ol:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.nav ol li {
    background-color: #F30;
    color: #FFF;
    text-align: center;
    text-indent: 7px;
    line-height: 35px;
    height: 35px;
}

.nav ol li a {
    color: #FFF;
}

.nav ol li:hover {
    background-color: #EC2F00;
}

.nav .fr i {
    position: absolute;
    left: 122px;
    top: -3px;
}

#nav_xgt ol li {
    text-indent: -3px;
}

.nav .fr font {
    width: 7px;
    height: 4px;
    display: block;
    background: url(2015/nav_bg.png) no-repeat 0 0;
    float: left;
    margin: 14px auto auto 10px;
    margin-left: -2px;
    margin-right: 8px;
}

.nav .fr .nr_list {
    display: block;
    padding-left: 4px;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    position: relative;
    width: 88px;
}

.nav .fr .nr_list:hover {
    background-color: #F5F5F5;
}

.nav .fr .nr_list ol {
    position: relative;
    left: -4px;
    top: -10px;
    background-color: #FFF;
    width: 90px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    line-height: 16px;
    padding-top: 1px;
}

.nav .fr .nr_list ol li {
    background-color: #FFF;
    color: #333;
    text-align: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
}

.nav .fr .nr_list ol li:hover {
    background-color: #F5F5F5;
    color: #F30;
}

.nav .fr .nr_list ol li a {
    color: #333;
}

/*---------- 主体内容 ----------*/
.pagebody {
    background-color: #F9F9F9;
    *zoom: 1;
    padding-bottom: 13px;
}

.pagebody:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

/*面包屑*/
.tag {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #EEE;
    background-color: #FCFCFD;
}

.tag em {
    font-family: simsun;
    color: #999;
}

.tag a {
    margin: auto 8px;
    color: #666;
    cursor: pointer;
}

.tag a:hover {
    color: #F30;
}

.tag a.on {
    background-color: #F50;
    color: #FFF;
    line-height: 18px;
    height: 18px;
    text-decoration: none;
    padding: 1px 5px 2px 5px;
}

.tag a.on h6 {
    display: inline;
    margin-right: 5px;
    font-weight: normal;
}


/*---------- 页尾内容 ----------*/
.footer {
    border-top: 1px solid #000;
    min-width: 1200px;
    font-family: Microsoft yahei, Simsun, Arial, Helvetica, sans-serif;
	padding-bottom: 38px;
}

.footmenu {
    height: 150px;
    overflow: hidden;
    background-color: #474C4B;
    color: #FFF;
    padding: 5px 0;
}

.footmenu a {
    color: #999;
}

.footmenu a:hover {
    color: #CCC;
}

.footmenu .fm_list {
    border-right: 1px solid #505554;
    width: 448px;
    height: 150px;
    float: left;
}

.footmenu dl {
    float: left;
    margin-right: 75px;
}

.footmenu dt {
    font-size: 15px;
    line-height: 35px;
}

.footmenu dd {
    line-height: 22px;
    font-size: 12px;
}

.footmenu .fm_tel_ewm {
    border-right: 1px solid #505554;
    width: 310px;
    height: 150px;
    float: left;
    padding-left: 10px;
}

.footmenu .fm_tel_ewm .fmte-tit {
    font-size: 15px;
    line-height: 30px;
}

.footmenu .fm_tel_ewm .fmte-xts {
    font-size: 12px;
    color: #999;
}

.footmenu .fm_tel_ewm .fmte-yxqq {
    margin-top: 12px;
}

.footmenu .fm_tel {
    font-size: 20px;
}

.footmenu .fmte-tel {
    color: #FFF;
    line-height: 45px;
    margin-left: 15px;
}

.footmenu .fmte-tel em {
    font-size: 14px;
    color: #FFF;
    margin: auto 5px;
}

.footmenu .fm-ewm {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    text-align: center;
    margin-left: 10px;
}

.footmenu .fm-ewm span {
    margin: 30px 10px auto;
}

.footmenu .fm-ewm span.efy {
    margin: 30px 38px auto;
}

.footmenu .fm-ewm span img {
    width: 64px;
    height: 64px;
}

.footmenu .fm-city {
    width: 265px;
    height: 100px;
    background: url(2015/fb_city_bg.png) no-repeat center;
    padding: 50px 0 0 20px;
    font-size: 12px;
    line-height: 25px;
}

.footmenu .fm-city a:hover {
    text-decoration: none;
}

.foot_main {
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    background-color: #F9F9F9;
    color: #777;
}

.foot_main p a {
    color: #777;
    margin: auto 8px;
}

.foot_main p em {
    color: #444;
    font-style: normal;
    margin: auto 2px;
}

.tel_qq_url {
    padding-left: 22px;
    padding-top: 16px;
}

.tel_qq_url p {
    *zoom: 1;
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #F60;
}

.tel_qq_url p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tel_qq_url p i {
    font-size: 15px;
    color: #FFF;
    width: 90px;
    text-align: right;
    float: left;
}

.tel_qq_url p span {
    float: left;
}

.tel_qq_url p em {
    font-size: 14px;
    display: inline-table;
    color: #DDD;
    margin: auto 5px;
}

.tel_qq_url .tqu_tel span {
    font-size: 16px;
    color: #F60;
}

.tel_qq_url .tqu_tel span em {
    font-size: 14px;
    color: #FFF;
    margin: auto 5px;
}

.tel_qq_url .tqu_tel font {
    margin-right: 25px;
}

.tel_qq_url .tqu_qq span {
    font-size: 16px;
    vertical-align: middle;
    color: #FFF;
}

.tel_qq_url .tqu_qq span em {
    font-size: 14px;
    color: #FFF;
    margin: auto 5px;
}

.tel_qq_url .tqu_qq span.qq {
    vertical-align: middle;
    margin-left: 15px;
    margin-top: 6px;
}

.tel_qq_url .tqu_url span {
    font-size: 16px;
}

.tel_qq_url .tqu_url span em {
    font-size: 14px;
    color: #FFF;
    margin: auto 5px;
}

.tel_qq_url .tqu_url span a {
    margin-right: 20px;
    color: #EEE;
}

.tel_qq_url .tqu_url span a:hover {
    color: #F60;
}

/*板块标题*/
.tit_h3 {
    overflow: auto;
    zoom: 1;
    clear: both;
    padding: 0 8px;
    line-height: 35px;
    height: 35px;
    background: url(/fz/style/default/style_default_bg.png) repeat-x 0 -380px;
    _background: url(/fz/style/default/style_default_bg.gif) repeat-x 0 -380px;
}

.tit_h3 h3 {
    color: #F30;
    font-size: 18px;
    font-family: microsoft yahei, SimSun, Arial, Helvetica, sans-serif;
    float: left;
    font-weight: normal;
}

.tit_h3 a h3 {
    text-decoration: none;
    cursor: pointer;
}

.tit_h3 em {
    float: right;
    font-size: 12px;
    font-style: normal;
}

.tit_h3 em a {
    color: #999;
}

.tit_h3 em a:hover {
    color: #F30;
}

.tit_h3 .h_tit_r {
    float: right;
    font-size: 12px;
    color: #333;
    padding-top: 7px;
}

.tit_h3 .h_tit_r select {
    height: 22px;
    margin-right: 10px;
}

.tit_h3 .h_tit_r i {
    height: 22px;
    line-height: 22px;
    font-style: normal;
    float: left;
    _padding-top: 2px;
}

.tit_h3 .h_tit_r .srk {
    width: 95px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    padding-left: 5px;
    border: 1px solid #ABADB3;
}

.tit_h3 .h_tit_r .buut {
    width: 60px;
    height: 23px;
    line-height: 23px;
    *line-height: 17px;
}



/*---------- 依据最新广告法，广告批量添加广告字眼 ----------*/
.ggico_lb {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.ggico_rb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.ggico_lt {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.ggico_rt {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.ggico_dl_lb {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.ggico_dl_rb {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 30px;
    display: block;
    height: 20px;
    z-index: 7;
    background: url(txt_ggico.png) no-repeat 0 0;
}

.fz_topad {
    position: relative;
}

#adBig {
    position: relative;
}



/*---------- 新文章底部在线报价 ----------*/
.article_zxbj {
    position: relative;
    width: 760px;
    height: 180px;
    border: 1px solid #DDD;
    background-color: #F9F9F9;
    margin-top: 100px;
    font-size: 15px;
    font-family: microsoft yahei;
    margin-bottom: 25px;
}

.article_zxbj .azxbj_head {
    width: 93px;
    height: 96px;
    background: url(article_zxbj.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: -88px;
    left: 10px;
}

.article_zxbj .azxbj_tit {
    position: absolute;
    top: -55px;
    left: 116px;
}

.article_zxbj .azxbj_tit h3 {
    font-size: 25px;
    font-weight: normal;
    float: left;
    line-height: 38px;
}

.article_zxbj .azxbj_tit em {
    font-style: normal;
    float: left;
    line-height: 38px;
    margin: -2px auto auto 200px;
    color: #F30;
}

.article_zxbj .azxbj_main {
    margin: 25px 15px 15px;
}

.article_zxbj .azxbj_main .azxbjm_m {
    float: left;
    width: 570px;
}

.article_zxbj .azxbj_main .azxbjm_m p {
    width: 285px;
    height: 32px;
    line-height: 22px;
    display: block;
    float: left;
    padding: 5px 0;
}

.article_zxbj .azxbj_main .azxbjm_m p span,.article_zxbj .azxbj_main .azxbjm_m p select,.article_zxbj .azxbj_main .azxbjm_m p input {
    float: left;
}

.article_zxbj .azxbj_main .azxbjm_m p span {
    line-height: 32px;
}

.article_zxbj .azxbj_main .azxbjm_m p i {
    font-style: normal;
    float: left;
    line-height: 32px;
    color: #F30;
    font-size: 20px;
}

.article_zxbj .azxbj_main .azxbjm_m p select {
    width: 100px;
    height: 32px;
    border: 1px solid #DDD;
    background-color: #FFF;
}

.article_zxbj .azxbj_main .azxbjm_m p input {
    width: 200px;
    height: 32px;
    border: 1px solid #DDD;
    background-color: #FFF;
    text-indent: 5px;
}

.article_zxbj .azxbj_main .azxbjm_r {
    width: 120px;
    margin-left: 10px;
    *margin-left: auto;
    float: left;
}

.article_zxbj .azxbj_main .azxbjm_r input {
    width: 120px;
    height: 120px;
    background: url(article_zxbj.png) no-repeat -100px 0;
    border: none;
    font-size: 20px;
    font-family: microsoft yahei;
    color: #FFF;
    font-weight: bold;
    padding-top: 65px;
    cursor: pointer;
    font-weight: normal;
}

.article_zxbj .azxbj_main .azxbjm_c {
    float: left;
    margin-right: 45px;
    width: 100px;
}

.article_zxbj .azxbj_main .azxbjm_c p {
    height: 32px;
    line-height: 32px;
    padding: 5px 0;
    background: url(article_zxbj.png) no-repeat 0 -120px;
    text-indent: 12px;
    color: #FFF;
}

.article_zxbj .azxbj_back {
    width: 32px;
    height: 32px;
    background: url(article_zxbj.png) no-repeat -145px -125px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    cursor: pointer;
}

.article_zxbj .azxbj_back:hover {
    background-position: -188px -125px;
}

/*---------- 右侧免费设计 new ----------*/
.r_mfsjw {
    width: 278px;
    height: 328px;
    border: 1px solid #EEE;
    background-color: #FFF;
    position: relative;
    top: 170px;
    margin-bottom: 180px;
}

.r_mfsjw p {
    overflow: hidden;
    text-align: center;
}

.r_mfsjw h3 {
    width: 258px;
    height: 168px;
    display: block;
    background: url(rmfsj_bg.png) no-repeat 0 0;
    font-size: 0;
    position: absolute;
    top: -159px;
    left: 10px;
}

.r_mfsjw .rmfsjw_me {
    height: 28px;
    line-height: 28px;
    padding: 25px 0 10px;
    text-align: center;
    font-size: 16px;
    font-family: microsoft yahei;
}

.r_mfsjw .rmfsjw_me em {
    text-align: center;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    margin: auto 5px;
}

.r_mfsjw .rmfsjw_me em i {
    background: url(rmfsj_bg.png) no-repeat 0 -198px;
    width: 24px;
    height: 25px;
    display: inline-table;
    text-align: center;
}

.r_mfsjw .rmfsjw_main {
    margin: 10px 20px;
    *margin: 10px 15px 10px 12px;
}

.r_mfsjw .rmfsjw_main p {
    height: 36px;
    padding: 5px 0;
}

.r_mfsjw .rmfsjw_main p select {
    height: 36px;
    width: 116px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.r_mfsjw .rmfsjw_main p input {
    height: 26px;
    line-height: 26px;
    padding: 5px;
    width: 222px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.r_mfsjw .rmfsjw_main p.rmfsj_tj input {
    background-color: #F30;
    color: #FFF;
    font-size: 16px;
    font-family: microsoft yahei;
    border: 1px solid #F30;
    margin-top: 5px;
    cursor: pointer;
    line-height: 22px;
    width: 234px;
    height: 36px;
}

.r_mfsjw .rmfsjw_main p.rmfsj_tj input:hover {
    background-color: #F20;
}

.r_mfsjw .rmfsjw_ok {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    padding: 15px;
}

.r_mfsjw .rmfsjw_ok .rmo_ico {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(rmfsj_bg.png) no-repeat -85px -280px;
    margin: 10px auto;
}

.r_mfsjw .rmfsjw_ok .rmo_txt {
    font-size: 18px;
    font-family: microsoft yahei;
    color: #3FB837;
    margin-bottom: 20px;
}

.r_mfsjw .rmfsjw_ok .rmo_butt {
    margin-top: 25px;
}

.r_mfsjw .rmfsjw_ok .rmo_butt a {
    background-color: #F30;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
    padding: 6px 12px;
    cursor: pointer;
}

.r_mfsjw .rmfsjw_ok .rmo_butt a:hover {
    background-color: #F20;
}


/*---------- 右侧浮动 ----------*/
.flo_nav {
    position: fixed;
    right: 40px;
    z-index: 2000000001;
    bottom: 75px;
    width: 74px;
    box-shadow: 0px 2px 6px #eee;
}

.flo_nav ul {
    position: relative;
    z-index: 5;
}

.flo_nav ul li {
    float: left;
    width: 72px;
    overflow: hidden;
    transition: all linear .2s;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    margin-top: -1px;
}

.flo_nav ul span {
    float: left;
    text-align: center;
    margin-bottom: 6px;
    *padding-bottom: 6px;
    width: 72px;
    line-height: 22px;
    font-size: 12px;
    font-family: "宋体";
    height: 22px;
}

.flo_nav ul em {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../img/right_ico.png);
    background-repeat: no-repeat;
    margin: 1px 11px;
}

.flo_nav ul li:hover em {
    background-image: url(../img/right_ico_f60.png);
}

.flo_nav ul li:hover span {
    color: #f60;
}

.nav_fl_01 {
    background-position: 7px 10px;
    background-size: 36px;
}

.nav_fl_02 {
    background-position: 7px -55px;
    background-size: 36px;
}

.nav_fl_03 {
    background-position: 7px -115px;
    background-size: 36px;
}

.nav_fl_04 {
    background-position: 7px -180px;
    background-size: 36px;
}

.nav_fl_05 {
    background-position: 7px -242px;
    background-size: 36px;
}

.nav_fl_06 {
    background-position: 7px -301px;
    background-size: 36px;
}

.nav_fl_07 {
    background-position: 7px -357px;
    background-size: 36px;
}

.dis_deta {
    position: absolute;
    right: 40px;
    top: -70px;
 /*width:140px; height:239px;*/;
}

.baojia_c {
    width: 0px;
    position: absolute;
    right: 0;
    padding: 5px 0;
    bottom: 89px;
    height: 50px;
    overflow: hidden;
}

.baojia_c p {
    background-color: #fff;
    border: 1px solid #eee;
    float: left;
    width: 100px;
    text-align: center;
    color: #333;
    box-shadow: 0 2px 6px #ddd;
    font: 14px/48px "microsoft yahei";
}

.baojia_c p:hover {
    color: #f60;
    font-weight: bold;
}

.baojia_c span {
    float: left;
    width: 14px;
    height: 20px;
    position: relative;
    z-index: 2;
    margin-left: -1px;
    margin-top: 0;
    background: url(../img/sanjiao.png);
}

.erweima {
    width: 0px;
    overflow: hidden;
    height: 370px;
    position: absolute;
    right: 0px;
    top: 125px;
}

.pic_box_t {
    width: 100px;
    margin: 5px;
    margin-right: 0;
    float: left;
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 6px #ddd;
}

.erweima img {
    width: 90px;
    height: 90px;
    display: block;
    transition: all linear .2s;
    border: 3px solid #fff;
    cursor: pointer;
}

.erweima img:hover {
    border: 3px solid #f8f8f8;
}

.erweima p {
    font: 12px/16px "microsoft yahei";
    height: 20px;
    *margin: 0;
    *margin-top: -4px;
    color: #666;
    text-align: center;
}

.erweima span {
    display: block;
    float: left;
    width: 14px;
    height: 20px;
    background: url(../img/sanjiao.png);
    margin-top: 220px;
}

.kefu {
    width: 150px;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: -5px;
    right: -10px;
}

.flo_three .erweima {
    top: 65px;
/*top:35px;*/;
}

.flo_three .baojia_c {
    bottom: 170px;
}

.flo_three .erweima span {
    margin-top: 260px;
 /*margin-top:230px;*/;
}

/*悬浮样式改*/
.ronsever2 .ros_m .ros_close {
    right: 1px;
}

.ronsever2 {
    right: 0px !important;
}

.click_kefu {
    position: absolute !important;
    left: 5px !important;
    top: 0 !important;
    right: auto !important;
}

.click_kefu .ros_m .ros_close {
    right: -2px;
}
/*悬浮样式改end*/


/*点赞模块*/
.zan_box {
    width: 100%;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}

.zan_box p {
    min-width: 80px;
    display: inline-block;
    height: 40px;
    border-radius: 30px;
    color: #fff;
    opacity: 0.7;
    transition: all linear .25s;
    line-height: 40px;
    text-indent: 30px;
    font-size: 20px;
    margin: 0 20px;
    padding: 0 10px;
}

.zan_box p:hover {
    opacity: 1;
}

.zan_box .p_good {
    background: url(zan.png) no-repeat;
    background-size: 24px;
    background-color: #f90;
    background-position: 15px 6px;
    cursor: pointer;
}

.zan_box .p_bad {
    background: url(zan_no.png) no-repeat;
    background-size: 24px;
    background-color: #eee;
    color: #999;
    background-position: 15px 9px;
}
/*点赞模块end*/

/*提交结果缓冲页面*/
.black_50 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pic_center {
    width: 300px;
    height: 146px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -73px;
    z-index: 50;
}

.pic_center img {
    display: block;
    width: 54px;
    height: 16px;
    margin: 0 auto;
}

.pic_center p {
    font: 36px/56px "microsoft yahei";
    color: #ffcd28;
    margin-top: 16px;
}

.pic_center span {
    display: block;
    font: 18px/38px "microsoft yahei";
    color: #fff;
    margin-top: 20px;
}
/*提交结果缓冲页面end*/

/*警告*/

/*.tip_warn{ display:none;}*/
.warn_tip {
    width: 400px;
    min-height: 160px;
    position: fixed;
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    overflow: hidden;
    margin-left: -200px;
    margin-top: -80px;
    z-index: 80;
    text-align: center;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .5s;
    border-color: #777;
    -webkit-box-shadow: 0 0 18px #777;
}

.warn_tip p {
    width: 400px;
    height: 40px;
    background-color: #f5f5f5;
    font: 18px/40px "microsoft yahei";
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ededed;
    text-align: left;
    text-indent: 15px;
}

.warn_tip span {
    display: block;
    font: 15px/30px "microsoft yahei";
    color: #000;
    text-align: center;
    margin: 15px 10px 10px;
}

.warn_tip input {
    padding: 0 15px;
    height: 28px;
    cursor: pointer;
/* display:block; */
    margin: 10px auto;
    border-radius: 3px;
    text-align: center;
    font: 14px/28px "microsoft yahei";
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 10px;
    background-color: #F90;
}

.warn_tip input.hui {
    background-color: #CCC;
}

.warn_tip em {
    width: 100px;
    height: 32px;
    cursor: pointer;
/* display:block; */
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    font: 14px/32px "microsoft yahei";
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 10px;
    background-color: #CCC;
}

.warn_tip i {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background: url(/style/clo.png) no-repeat center;
    opacity: 0.5;
}

/*警告 end*/



/*------------------------------ 新New，会员等级图标 ------------------------------*/
/*.n_v1,.n_v2,.n_v3,.n_v4,.n_v5,.n_v6{ width:12px; height:12px; background-size:100%; background-repeat:no-repeat; background-position:center; display:inline-table; margin:auto 3px; vertical-align:middle; cursor:pointer;}
.n_v1{ background-image:url(/img/V1.png);}
.n_v2{ background-image:url(/img/V2.png);}
.n_v3{ background-image:url(/img/V3.png);}
.n_v4{ background-image:url(/img/V4.png);}
.n_v5{ background-image:url(/img/V5.png);}
.n_v6{ background-image:url(/img/V6.png);}*/

/*防侵权提示*/
.x_copr {
    margin: 35px auto;
    border-top: 1px solid #DDD;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    padding-bottom: 0px;
}

/*底部图标*/
.bottom_ico {
    margin: 12px auto 10px;
    text-align: center;
}

.bottom_ico ul {
    margin: auto auto 12px;
    *zoom: 1;
}

.bottom_ico ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bottom_ico li {
    display: inline-table;
    margin: auto 5px;
    display: -ms-inline-grid\0;
}

.bottom_ico p {
    line-height: 30px;
    font-size: 13px;
    color: #777;
}

.bottom_ico p span {
    display: inline-table;
    margin: auto 8px;
}

.bottom_ico p span img {
    height: 40px;
}



/*备案相关修改2021.1.15*/
.bottom_ico li a.cop_num {
    height: 45px;
    display: block;
    border: 1px solid #EEE;
    background-color: #FFF;
    border-radius: 5px;
    padding-left: 48px;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-position: 8px center;
    text-align: left;
    font: 13px/21px microsoft yahei;
    color: #333;
    padding-top: 2px;
}

.ber1 {
    width: 90px;
    background-image: url(../img/icp.png);
}

.ber2 {
    width: 105px;
    background-image: url(../img/jyxicp.png);
}

.ber3 {
    width: 120px;
    background-image: url(../img/ygwab.png);
}

.bottom_ico li a.cop_num:hover {
    text-decoration: none;
}

/*统一底部广告*/
.bottom_ad {
    width: 1200px;
    margin: 10px auto;
    *zoom: 1;
    display: none;
}

.bottom_ad:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bottom_ad img {
    width: 1200px;
}



/*----------- 底部报价条 -----------*/
.bj_fixed {
    width: 100%;
    height: 120px;
    position: fixed;
    background: url(/img/hui_bg.png);
    bottom: 0;
    z-index: 8;
}

.bj_fixed .bf_main {
    width: 1200px;
    margin: auto;
    height: 80px;
    position: relative;
    z-index: 9;
    opacity: 1;
    color: #FFF;
    *zoom: 1;
    padding: 15px 0 10px;
    position: relative;
}

.bj_fixed .bf_main:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bj_fixed .xx_main {
    float: left;
    margin-left: 200px;
}

.bj_fixed .xx_main p {
    height: 40px;
    line-height: 40px;
    *zoom: 1;
    width: 900px;
    margin-bottom: 10px;
}

.bj_fixed .xx_main p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bj_fixed .xx_main p span {
    float: left;
    width: 300px;
}

.bj_fixed .xx_main p span input {
    background-color: #FFF;
    line-height: 22px;
    padding: 5px;
    width: 200px;
}

.bj_fixed .xx_main p span select {
    line-height: 22px;
    padding: 5px;
}

.bf_xx_cs select {
    width: 105px;
}

.bf_xx_bj {
    position: relative;
}

.bf_xx_bj i {
    position: absolute;
    right: 28px;
    color: #333;
    font-family: microsoft yahei;
    font-size: 16px;
}

.bf_xx_hx select {
    width: 210px;
}

.bj_fixed .bbj_tit {
    width: 280px;
    height: 180px;
    display: block;
    float: left;
    background: url(/img/bbj_tit.png) no-repeat 0 0;
    position: absolute;
    top: -60px;
    left: -80px;
}

.bj_fixed .bj_butt {
    float: right;
    width: 90px;
}

.bj_fixed .bj_butt input {
    background: url(/img/bj_butt.png) no-repeat 0 0;
    width: 100px;
    height: 88px;
    display: block;
    border-radius: 10px;
    font-size: 24px;
    padding: 25px;
    cursor: pointer;
}

.bj_fixed .bj_butt input:hover {
    background: url(/img/bj_butt.png) no-repeat -100px 0;
}

.bbj_close {
    position: absolute;
    right: -60px;
    top: 5px;
}

.bbj_close a {
    color: #FFF;
    width: 30px;
    height: 18px;
    font-size: 24px;
    line-height: 18px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
}

.bbj_close a:hover {
    color: #FC0;
}

.bj_fixed .xxok_main {
    float: left;
    margin-left: 220px;
}

.bj_fixed .xxok_main h3 {
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: normal;
    margin-bottom: 10px;
}

.bj_fixed .xxok_main h3 a {
    margin-left: 10px;
    color: #666;
    padding: 2px 15px;
    font-size: 12px;
    border: 1px solid #DDD;
    background-color: #FFF;
    cursor: pointer;
}

.bj_fixed .xxok_main h3 a:hover {
    background-color: #F90;
    color: #000;
    border-color: #F90;
}

.bj_fixed .xxok_main p {
    line-height: 26px;
}

.bj_fixed .xxok_main p b {
    float: left;
    margin-right: 5px;
    color: #FC0;
}

.bj_fixed .xxok_main p span {
    *zoom: 1;
    width: 150px;
    float: left;
}

.bj_fixed .xxok_main p span i {
    color: #FC0;
}

.bj_fixed .xxok_main p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.bj_fixed .txt_ad {
    text-align: center;
    padding: 42px 0 0;
    line-height: 24px;
}

.bj_fixed .txt_ad .b_sssj {
    background: url(/img/ssj_ico.png) no-repeat 80px 20px;
    padding: 70px 0 0;
    color: #FFF;
}



/*上传图片通用样式*/
.upload-ul {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 760px;
}

.upload-ul li {
    position: relative;
    float: left;
    display: inline-block;
    width: 120px;
    height: 90px;
    margin: 0 10px 10px 0;
    padding: 0;
    border: none;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.upload-pick {
    background: url(upload-bj.png) no-repeat 0 0;
}

.upload-pick:hover {
    background: url(upload-bj.png) no-repeat 0 -90px;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.webuploader-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.webuploader-container label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.webuploader-element-invisible {
    opacity: 0;
    width: 100%;
    height: 100%;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.viewThumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .3rem;
}

.viewThumb img {
    width: 100%;
    height: 100%;
}

.diyBar {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(bgblack.png);
    z-index: 3;
}

.diyProgress {
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background: rgba(10,168,241,.7);
    z-index: 3;
}

.diyControl {
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    background: url(bgblack.png);
    z-index: 3;
}

.viewThumb:hover .diyControl {
    display: block;
}

.diyControl span {
    display: inline-block;
    padding: 6.5px 13px;
    width: 12px;
    height: 11px;
    width: 12px;
}

.diyControl span i {
    display: block;
    width: 12px;
    height: 11px;
    opacity: .7;
}

.diyControl span i:hover {
    opacity: 1;
    cursor: pointer;
}

.diyLeft {
    margin-left: 3px;
}

.diyLeft {
    margin-right: 3px;
}

.diyLeft i {
    margin-left: 3px;
    background: url(upload-icon1.png) no-repeat 0 0;
}

.diyCancel i {
    background: url(upload-icon1.png) no-repeat 0 -11px;
}

.diyRight i {
    margin-right: 3px;
    background: url(upload-icon1.png) no-repeat 0 -22px;
}

.goods-edit .upload-tip {
    font: 12px/23px "Microsoft YaHei";
    color: #a3a3a3;
    vertical-align: top;
}




/*-------------------------- 2018.10.17 新文章页右侧共用样式 --------------------------*/

/* 原文章页右侧内容样式 */
.bodyright {
    width: 280px;
}

.r-tit {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    *zoom: 1;
}

.r-tit:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r-tit h3 {
    font-size: 18px;
    font-weight: normal;
    float: left;
}

.r-tit span {
    float: right;
}

.r-tit span em {

    font-family: simsun;
    text-decoration: none;
}

.r_ksbj {
    background: url(nav_bg.png) no-repeat 0 -65px;
    height: 260px;
}

.r_ksbj h3 {
    text-align: center;
    font-size: 18px;
    color: #600;
    line-height: 45px;
    font-weight: normal;
}

.r_ksbj .rbj_main {
    width: 214px;
    height: 175px;
    margin: 22px auto auto;
}

.r_ksbj .rbj_main p {
    margin-bottom: 15px;
    *zoom: 1;
}

.r_ksbj .rbj_main p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_ksbj .rbj_main .rbj_txt_mj {
    border: 1px solid #C66;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    width: 200px;
    background-color: #FFF;
}

.r_ksbj .rbj_main .rbj_txt_xts {
    margin: -11px auto 10px;
    font-size: 12px;
    color: #FFF;
    background: url(nav_bg.png) no-repeat -300px -28px;
    padding-left: 20px;
}

.r_ksbj .rbj_main .rbj_txt_xts1 {
    margin: -11px -18px 10px;
    font-size: 12px;
    color: #faf3cc;
    background: url(nav_bg.png) no-repeat -300px -28px;
    padding-left: 20px;
}

.r_ksbj .rbj_main .rbj_txt_sj {
    border: 1px solid #C66;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    width: 200px;
    background-color: #FFF;
}

.r_ksbj .rbj_main .rbj_txt_yzm {
    border: 1px solid #C66;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
    width: 80px;
    background-color: #FFF;
}

.r_ksbj .rbj_main p span select {
    height: 34px;
    line-height: 34px;
    width: 100px;
}

.r_ksbj .rbj_main p em {
    width: 33%;
    float: left;
    color: #FFF;
}

.r_ksbj .rbj_main .rbj_butt input {
    width: 210px;
    height: 40px;
    display: block;
    float: left;
    border: 1px solid #C66;
    background-color: #FC6;
    cursor: pointer;
    font-weight: bold;
    color: #C00;
}

.r_ksbj .rbj_main .rbj_butt input:hover {
    background-color: #FC3;
}

.r_ksbj #rbjm3 {
    color: #FFF;
}

.r_ksbj #bjhalf,.r_ksbj #bjall {
    font-size: 18px;
    width: auto;
    margin-right: 3px;
    font-family: microsoft yahei;
    color: #FF0;
}

.r_ksbj .rbj_pj {
    line-height: 24px;
    border-top: 1px solid #F90;
    padding-top: 5px;
    font-size: 13px;
}

.r_ksbj .rbj_pj p {
    height: 24px;
    margin: 0;
    padding: 0;
}

.r_ksbj .rbj_tjok {
    margin: 10px auto;
    *zoom: 1;
}

.r_ksbj p.rbj_tjok {
    margin-top: 10px;
}

.r_ksbj .rbj_tjok:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_ksbj .rbj_tjok i {
    width: 14px;
    height: 14px;
    display: block;
    background: url(nav_bg.png) no-repeat -300px -0;
    float: left;
    margin: 5px 5px auto 20px;
}

.r_ksbj .rbj_tjok span {
    float: left;
}

.r_ksbj .rbj_tjok input {
    width: 50px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #333;
    background: url(nav_bg.png) no-repeat -230px -40px;
    float: left;
    cursor: pointer;
    margin: 3px auto auto 8px;
}

.r_ksbj .rbj_tjok a:hover {
    color: #F30;
    text-decoration: none;
}

.r_comp {
    background-color: #FFF;
}

.r_comp ul {
    *zoom: 1;
    margin: 5px auto 5px 12px;
}

.r_comp ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_comp li {
    width: 120px;
    height: 86px;
    margin-right: 12px;
    float: left;
}

.r_comp li img {
    width: 120px;
    height: 48px;
    vertical-align: middle;
}

.r_comp li p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.r_comp li p img {
    width: auto;
    height: auto;
}

.r_news {
    background-color: #FFF;
}

.r_news ul {
    *zoom: 1;
    margin: auto 10px 10px;
}

.r_news ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_news li {
    width: 258px;
    overflow: hidden;
    line-height: 28px;
    height: 28px;
}

.r_news li i {
    width: 3px;
    height: 3px;
    background-color: #999;
    display: block;
    float: left;
    margin: 14px 5px auto auto;
}

.r_hotimg {
    background-color: #FFF;
    width: 280px;
}

.r_hotimg ul {
    *zoom: 1;
    margin-left: 5px;
}

.r_hotimg ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_hotimg li {
    float: left;
    width: 240px;
    height: 200px;
    position: relative;
    margin: auto 14px 5px;
}

.r_hotimg li img {
    width: 240px;
    height: 160px;
}

.r_hotimg li span {
    line-height: 30px;
    height: 30px;
    width: 240px;
    background-color: #333;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 0;
    filter: alpha(opacity=65);
    -moz-opacity: .65;
    opacity: .65;
}

.r_hotimg li:hover span {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.r_hotimg li p {
    line-height: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.r_hotimg li p a:hover {
    text-decoration: none;
}

.r_hotimg li p i {
    color: #F30;
}

.r_hotimg li .rhimg_butt {
    position: absolute;
    z-index: 10;
    width: 80px;
    height: 26px;
    line-height: 26px;
    left: 160px;
    top: 0;
    background-color: #F60;
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.r_hotimg li .rhimg_butt a {
    display: block;
    color: #FFF;
}

/* 全新样式（利用tag页面） */
.tag_right {
    width: 294px;
    overflow: hidden;
}

.tag_right .ct_right_gg {
    height: 135px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tag_right .tr_bjsj,.tag_right .r_comp,.tag_right .tr_zxlc,.tag_right .tr_zxzs,.tag_right .tr_zxxgt,.tag_right .tr_rmdj,.tag_right .tr_wdbq {
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    margin-bottom: 20px;
}

.tr_tit {
    background-color: #f7f7f7;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 10px;
}

.tr_tit h5 {
    float: left;
    font-size: 16px;
    color: #666;
}

.tr_tit h5 a {
    color: #666;
}

.tr_tit span {
    float: right;
}

.tr_main {
    margin: 15px;
}

.tr_bjsj {
    width: 292px;
    height: 425px;
    border: 1px solid #DDD;
    *zoom: 1;
    clear: both;
}

.tr_bjsj:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tr_bjsj .ibjsj_tag {
    height: 41px;
    font-size: 18px;
    background-color: #fafafa;
    margin-left: -1px;
    margin-right: -1px;
}

.tr_bjsj .ibjsj_tag a {
    float: left;
    display: block;
    width: 145px;
    line-height: 40px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #DDD;
}

.tr_bjsj .ibjsj_tag .ibsjstag_on {
    background-color: #FFF;
    border-top: 1px solid #F30;
    color: #F30;
    border-bottom: 0;
}

.tr_bjsj .ibjsj_tag .ibsjstag_off {
    background-color: #fafafa;
    border-bottom: 1px solid #ededed;
}

.tr_bjsj .ibjsj_main {
    width: 252px;
    height: 250px;
    margin: 25px 20px;
}

.tr_bjsj .ibjsj_main .izxbjm_txt {
    margin-bottom: 12px;
}

#rsj_main .izxbjm_txt input {
    border: 1px solid #dedede;
    width: 230px;
    height: 22px;
    padding: 8px 10px;
    border-radius: 2px;
}

#rsj_main .ibjsj_butt input {
    width: 252px;
    height: 38px;
    display: block;
    color: #FFF;
    font-size: 17px;
    text-indent: 38px;
    border-radius: 3px;
    cursor: pointer;
    background: #c70000 url(../img/bjsj_bg.gif) no-repeat 42px -62px;
}

#rbjm1 .izxbjm_txt input {
    border: 1px solid #dedede;
    width: 230px;
    height: 22px;
    padding: 8px 10px;
    border-radius: 2px;
}

#rbjm1 .izxbjm_txt input#bjBuiltArea {
    background: url(../img/bjsj_bg.gif) no-repeat right -20px;
}

#rbjm1 .ibjsj_butt input {
    width: 252px;
    height: 38px;
    display: block;
    color: #FFF;
    font-size: 17px;
    text-indent: 38px;
    border-radius: 3px;
    cursor: pointer;
    background: #c70000 url(../img/bjsj_bg.gif) no-repeat 42px -62px;
}

#rbjm2 .izxbjm_txt input {
    border: 1px solid #dedede;
    width: 230px;
    height: 22px;
    padding: 8px 10px;
    background: url(../img/bjsj_bg.gif) no-repeat right -20px;
    border-radius: 2px;
}

#rbjm2 .izxbjm_txt1 input {
    border: 1px solid #dedede;
    width: 230px;
    height: 22px;
    padding: 8px 10px;
    border-radius: 2px;
}

#rbjm2 .izxbjm_txt1 {
    margin-bottom: 12px;
}

#rbjm2 .ibjsj_butt input {
    width: 252px;
    height: 38px;
    display: block;
    color: #FFF;
    font-size: 17px;
    text-indent: 38px;
    border-radius: 3px;
    cursor: pointer;
    background: #c70000 url(../img/bjsj_bg.gif) no-repeat 65px -62px;
}

#rbjm2 .bj_ydtxt {
    padding: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    padding-left: 38px;
    line-height: 18px;
    color: #c9c9c9;
    background: url(../img/bjsj_bg.gif) no-repeat 7px -158px;
}

.tr_bjsj .ibjsj_main .ibjsj_butt {
    margin-bottom: 18px;
}

.tr_bjsj .ibjsj_main .ibjsj_txt {
    text-align: center;
}

.tr_bjsj .ibjsj_main .ibjsj_txt i {
    color: #F40;
    margin: auto 5px;
}

.nice-select {
    width: 230px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #dedede;
    position: relative;
    background: #FFF url(../img/bjsj_bg.gif) no-repeat right 15px;
    border-radius: 2px;
    margin-bottom: 12px;
}

.nice-select select {
    height: 34px;
    line-height: 34px;
    width: 100px;
    border: 0;
}

.nice-select option {
    height: 34px;
}

.nice-select input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px \9;
    border: 0;
    outline: 0;
    background: 0;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-top: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}

.nice-select ul li.on {
    background-color: #fafafa;
}

.city-select {
    width: 210px;
    position: relative;
}

.city-select div.tag_select {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dedede;
    background: #FFF url(../img/bjsj_bg.gif) no-repeat right 15px;
    border-radius: 2px;
    margin-bottom: 12px;
}

.city-select div.tag_select_hover {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dedede;
    background: #FFF url(../img/bjsj_bg.gif) no-repeat right 15px;
    border-radius: 2px;
    margin-bottom: 12px;
}

.city-select div.tag_select_open {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dedede;
    background: #FFF url(../img/bjsj_bg.gif) no-repeat right 15px;
    border-radius: 2px;
    margin-bottom: 12px;
}

.city-select ul.tag_options {
    width: 99%;
    position: absolute;
    left: 0;
    top: 38px;
    overflow: hidden;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-top: 0;
    z-index: 9999;
}

.city-select ul.tag_options li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}

.city-select ul.tag_options li.open_hover {
    background-color: #f5f5f5;
}

.rsj_ok {
    text-align: center;
    padding-top: 30px;
}

.rsj_ok p {
    text-align: left;
    padding: 15px 20px 5px;
}

.rsj_ok p a {
    background-image: -moz-linear-gradient(top,#f9f9f9,#fafafa);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(1,#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9',endColorstr='#FAFAFA',GradientType='0');
    border: 1px solid #cecece;
    color: #666;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 60px;
    height: 24px;
    margin: auto;
    cursor: pointer;
}

.rsj_ok p a:hover {
    background-image: -moz-linear-gradient(top,#ff812d,#f60);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff812d),color-stop(1,#f60));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF812D',endColorstr='#FF6600',GradientType='0');
    border: 1px solid #ff6701;
    color: #FFF;
    text-decoration: none;
}

#rbjm3 {
    padding: 30px 20px;
}

#rbjm3 p {
    margin-bottom: 25px;
    font-size: 16px;
}

#rbjm3 .rbj_txt_xts1 {
    font-size: 14px;
    margin-bottom: 25px;
    color: #777;
}

#rbjm3 p em {
    color: #F40;
    margin-right: 5px;
    font-weight: bold;
}

#rbjm3 .rbj_pj {
    border-top: 1px solid #DDD;
    padding-top: 15px;
    color: #777;
}

#rbjm3 .rbj_pj p {
    font-size: 15px;
    margin-bottom: 18px;
}

#rbjm3 .rbj_pj p em {
    font-weight: normal;
    color: #777;
    margin: auto 20px;
}

.rbj_tjok {
    text-align: center;
}

.rbj_tjok span {
    display: block;
    margin: 15px auto;
}

.rbj_tjok input {
    background-image: -moz-linear-gradient(top,#f9f9f9,#fafafa);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(1,#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9',endColorstr='#FAFAFA',GradientType='0');
    border: 1px solid #cecece;
    color: #666;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 60px;
    height: 24px;
    margin: auto;
    clear: both;
    cursor: pointer;
}

.rbj_tjok input:hover {
    background-image: -moz-linear-gradient(top,#ff812d,#f60);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff812d),color-stop(1,#f60));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF812D',endColorstr='#FF6600',GradientType='0');
    border: 1px solid #ff6701;
    color: #FFF;
    text-decoration: none;
}

.r_comp {
    background-color: #FFF;
}

.r_comp ul {
    *zoom: 1;
    margin: 20px auto 5px 15px;
}

.r_comp ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r_comp li {
    width: 120px;
    height: 86px;
    margin-right: 10px;
    float: left;
}

.r_comp li img {
    width: 120px;
    height: 48px;
    vertical-align: middle;
}

.r_comp li p {
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.r_comp li p img {
    width: auto;
    height: auto;
}

.r-tit {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    *zoom: 1;
}

.r-tit:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.r-tit h3 {
    font-size: 18px;
    font-weight: normal;
    float: left;
}

.r-tit span {
    float: right;
}

.r-tit span em {
    font-family: simsun;
    text-decoration: none;
}

.tr_zxlc .tr_main p {
    font-size: 15px;
    line-height: 32px;
    clear: both;
    background: url(/style/lcico_bg.png) repeat-y -75px 0;
}

.tr_zxlc .tr_main p i {
    width: 12px;
    height: 12px;
    display: inline-table;
    background: url(../img/lcico_bg.png) no-repeat 0 0;
    margin-right: 10px;
}

.tr_zxlc .tr_main ul {
    *zoom: 1;
    padding-bottom: 10px;
    background: url(../img/lcico_bg.png) repeat-y -75px 0;
    padding-left: 22px;
}

.tr_zxlc .tr_main ul:after {
    content: "\20";
    clear: both;
    height: 0;
    display: block;
}

.tr_zxlc .tr_main li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.tr_zxzs .tr_main {
    margin: 8px 15px;
}

.tr_zxzs .tr_main li {
    line-height: 32px;
    height: 32px;
    overflow-y: hidden;
}

.tr_zxzs .tr_main i {
    width: 3px;
    height: 3px;
    background-color: #666;
    margin: auto 8px 3px auto;
    display: inline-table;
}

.tr_zxxgt .tr_main {
    margin: 15px 8px 15px 12px;
}

.tr_zxxgt .tr_main ul {
    *zoom: 1;
}

.tr_zxxgt .tr_main ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tr_zxxgt ul li {
    float: left;
    width: 80px;
    margin: 5px;
    position: relative;
}

.tr_zxxgt ul li img {
    float: left;
    width: 80px;
    height: 80px;
}

.tr_zxxgt ul li span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 14px;
    font: 12px/14px "microsoft yahei";
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.95);
}

.tr_rmdj .tr_main {
    margin: 8px 15px;
}

.tr_rmdj .tr_main li {
    line-height: 32px;
    height: 32px;
    overflow-y: hidden;
}

.tr_rmdj .tr_main i {
    width: 3px;
    height: 3px;
    background-color: #666;
    margin: auto 8px 3px auto;
    display: inline-table;
}

.tr_wdbq .tr_main {
    margin: 8px 15px;
}

.tr_wdbq .tr_main ul {
    *zoom: 1;
}

.tr_wdbq .tr_main ul:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.tr_wdbq .tr_main li {
    float: left;
    margin-right: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

/*兼容旧版右侧*/
.bodymain {
    padding: 30px 66px;
}

.txt_main img {
    max-width: 745px;
}

.xg-doc .xgd-img li {
    margin: 10px 6px;
}




/*弹窗*/
.tips_bl_50 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1599;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.tc_tip {
    position: fixed;
    min-width: 240px;
    *width: 240px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    z-index: 1600;
    border-radius: 5px;
    box-shadow: 0 1px 50px rgba(0,0,0,0.3);
    padding: 15px 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.tc_tip .ti_tip {
    position: relative;
    height: 20px;
    padding: 15px 20px;
    padding-top: 0;
    border-bottom: 1px solid #eee;
    font: 14px/20px "microsoft yahei";
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    color: #333;
}

.tc_tip p {
    margin: 0;
    padding: 0;
}

.tc_tip .ti_tip .close_mm {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 13px;
    background: url(/css/images/close.png) no-repeat center;
    background-size: 20px;
}

.tc_tip .cont_c_box {
    padding: 25px 20px;
    max-width: 320px;
    font: 14px/24px "microsoft yahei";
 /*max-height:72px;*/
    overflow: hidden;
    color: #333;
}

.tc_tip .cont_c_box input {
    height: 30px;
    outline: none;
    color: #666;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.tc_tip .cont_c_box select {
    height: 30px;
    outline: none;
    color: #666;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.tc_tip .tip_btn {
    padding: 0 20px 0 20px;
    overflow: hidden;
}

.tc_tip .tip_btn button {
    display: block;
    border: none;
    outline: none;
}

.tc_tip .tip_btn .ok_btn {
    float: right;
    padding: 0 15px;
    font: 14px/30px "microsoft yahei";
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
    background-color: #f60;
}

.tc_tip .tip_btn .cancl_btn {
    float: right;
    padding: 0 15px;
    font: 14px/30px "microsoft yahei";
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
    background-color: #ccc;
}

.tc_tip .tip_btn .ok_btn_w {
    float: right;
    padding: 0 15px;
    font: 14px/30px "microsoft yahei";
    border-radius: 3px;
    margin-left: 15px;
    color: #fff;
    background-color: #f60;
}

.tc_state {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2000;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 160px;
    *width: 160px;
    background-color: #444;
    margin-top: 0 !important;
    margin-left: 0 !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
 /*background:url(/css/images/bl_60.png) center repeat;*/;
}

.tc_state span {
    font: 14px/24px "microsoft yahei";
    display: block;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.tc_state .state_content {
    font: 14px/24px "microsoft yahei";
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.tc_state .state_btn {
    overflow: hidden;
    margin-top: 15px;
}

.tc_state .state_btn .yes_btn {
    float: left;
    padding: 0 20px;
    font: 14px/28px "microsoft yahei";
    border-radius: 3px;
    color: #fff;
    background-color: #f60;
}

.tc_state .state_btn .no_btn {
    float: right;
    padding: 0 20px;
    font: 14px/28px "microsoft yahei";
    border-radius: 3px;
    color: #333;
    background-color: #fff;
}

.tc_state .state_btn button {
    border: none;
}

.tc_loading {
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 1600;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    border-radius: 5px;
}

.tc_loading img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px;
}

.tc_loading .load_mark {
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px 30px;
    margin-bottom: 15px;
    background: url('/css/images/loading.gif') no-repeat;
    background-size: 100%;
}

.tc_loading span {
    text-align: center;
    color: #fff;
    display: block;
}

.load_tip {
    overflow: hidden;
    text-align: center;
    margin: 40px;
}

.load_tip .load_mark {
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px;
    background: url('/css/images/loading.gif') no-repeat;
    background-size: 100%;
}

.load_tip img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px auto;
}
/*弹窗end*/
.tips_box {
    position: relative;
    z-index: 5000;
}

#tips_loading {
    position: relative;
    z-index: 5000;
}
/*弹窗end*/




/*------------------------ 2021版弹出报价窗口 ------------------------*/
.g50_div {
    background: #000;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19;
}

.win_bjsj {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -282px;
    margin-left: -480px;
    z-index: 20;
}

.win_bjsj .w_close {
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 120px;
    right: -25px;
    text-align: center;
    font: 35px/50px simsun;
    cursor: pointer;
    font-weight: normal;
}

.win_bjsj .w_close:hover {
    color: #F90;
}

.win_bjsj .w_menu {
    width: 48px;
    height: 260px;
    background-color: #EEEEEE;
    display: block;
    position: absolute;
    top: 240px;
    left: -48px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.win_bjsj .w_menu li {
    height: 130px;
    width: 20px;
    padding: 0 14px;
    display: inline-table;
    text-align: center;
    vertical-align: middle;
    writing-mode: vertical-rl;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 6px;
}

.win_bjsj #bj_m li.dq_on {
    background-color: #FFF;
    color: #F30;
    border-top-left-radius: 15px;
    border-left: 4px solid #F70;
}

.win_bjsj #sj_m li.dq_on {
    background-color: #FFF;
    color: #F30;
    border-bottom-left-radius: 15px;
    border-left: 4px solid #F70;
}

.win_bjsj .top_img {
    width: 960px;
    height: 170px;
    display: block;
    background: url(win_imgtop.png) no-repeat 0 0;
}

.win_bjsj h5 {
    text-align: center;
    font: 32px/45px microsoft yahei;
    margin-bottom: 15px;
}

/*报价*/
.win_bjsj .baojia_mian {
    width: 900px;
    height: 364px;
    padding: 10px 30px 20px;
    background-color: #FFF;
    display: block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.baojia_mian .bj_form1 {
    margin: 10px auto;
    width: 378px;
    float: left;
}

.baojia_mian .bj_form1 p {
    padding: 8px 0;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    *zoom: 1;
}

.baojia_mian .bj_form1 p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.baojia_mian .bj_form1 p em,.baojia_mian .bj_form1 p span {
    float: left;
}

.baojia_mian .bj_form1 .bjcity span select,.baojia_mian .bj_form1 .bjcity span option {
    padding: 6px 5px;
    height: 36px;
    line-height: 26px;
    width: 134px;
    margin-right: 15px;
    font-size: 15px;
    font-family: microsoft yahei;
    border: 1px solid #C9C9C9;
    background: #FFF;
}

.baojia_mian .bj_form1 .bjxiaoqu input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
    width: 281px;
}

.baojia_mian .bj_form1 .bjmianji input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
    width: 281px;
}

.baojia_mian .bj_form1 .bjother span select,.baojia_mian .bj_form1 .bjother span option {
    padding: 6px 5px;
    height: 36px;
    line-height: 26px;
    width: 283px;
    margin-right: 15px;
    font-size: 15px;
    font-family: microsoft yahei;
    border: 1px solid #C9C9C9;
}

.baojia_mian .bj_form1 .bjchsj input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
}

.baojia_mian .bj_form1 .bjchsj .c_h {
    width: 100px;
}

.baojia_mian .bj_form1 .bjchsj .s_j {
    width: 180px;
    margin-left: -1px;
    width: 281px;
}

.ts_txt {
    font: 12px/22px microsoft yahei;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.ts_txt a {
    margin-left: 3px;
}

.bj_button {
    float: left;
    margin-top: 60px;
    padding: 0 10px;
}

.bj_button input {
    width: 122px;
    height: 116px;
    display: inline-table;
    background: url(button_bg.gif) no-repeat 0 0;
    cursor: pointer;
}

.bj_jieguo {
    width: 360px;
    background: #CCC;
    float: right;
    background-color: #FFF;
    margin-top: 10px;
    border-radius: 6px;
}

.bj_jieguo h3 {
    font-size: 20px;
    text-align: center;
    background: url(rh3_bg.gif) no-repeat center 9px;
    margin: 10px auto 20px;
    color: #666;
}

.bj_jieguo td {
    border: 1px solid #DDD;
    padding: 8px;
    line-height: 35px;
    text-align: center;
}

.bj_jieguo td.c_bjjg {
    color: #D33;
    font-size: 16px;
}

.bj_jieguo table {
    width: 362px;
    margin-left: -1px;
}

.bj_jieguo p {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    margin-top: 18px;
}

.bj_jieguo p i {
    color: #F30;
    margin: auto 5px;
}

/*设计*/
.win_bjsj .sheji_mian {
    width: 900px;
    height: 364px;
    padding: 10px 30px 20px;
    background-color: #FFF;
    display: block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.sheji_mian .sj_form1 {
    margin: 10px auto;
    width: 378px;
    float: left;
}

.sheji_mian .sj_form1 p {
    padding: 8px 0;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    *zoom: 1;
}

.sheji_mian .sj_form1 p:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.sheji_mian .sj_form1 p em,.sheji_mian .sj_form1 p span {
    float: left;
}

.sheji_mian .sj_form1 .sjcity span select,.sheji_mian .sj_form1 .sjcity span option {
    padding: 6px 5px;
    height: 36px;
    line-height: 26px;
    width: 134px;
    margin-right: 15px;
    font-size: 15px;
    font-family: microsoft yahei;
    border: 1px solid #C9C9C9;
    background: #FFF;
}

.sheji_mian .sj_form1 .sjxiaoqu input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
    width: 281px;
}

.sheji_mian .sj_form1 .sjchenghu input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
    width: 281px;
}

.sheji_mian .sj_form1 .sjother span select,.sheji_mian .sj_form1 .sjother span option {
    padding: 6px 5px;
    height: 36px;
    line-height: 26px;
    width: 283px;
    margin-right: 15px;
    font-size: 15px;
    font-family: microsoft yahei;
    border: 1px solid #C9C9C9;
}

.sheji_mian .sj_form1 .sjchsj input {
    height: 34px;
    line-height: 34px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-indent: 5px;
}

.sheji_mian .sj_form1 .sjchsj .c_h {
    width: 100px;
}

.sheji_mian .sj_form1 .sjchsj .s_j {
    width: 180px;
    margin-left: -1px;
    width: 281px;
}

.sj_button {
    padding: 15px 0 0 73px;
}

.sj_button input {
    width: 283px;
    height: 42px;
    background-color: #F60;
    color: #FFF;
    cursor: pointer;
}

.sj_button input:hover {
    background-color: #F73;
}

.sj_miaoshu {
    width: 425px;
    height: 300px;
    float: left;
    border-left: 1px solid #E6E6E6;
    margin-left: 25px;
    padding-left: 25px;
}

.sj_miaoshu .sj_lc {
    *zoom: 1;
    width: 425px;
    text-align: center;
    color: #999;
    padding: 10px 0 0 50px;
}

.sj_miaoshu .sj_lc:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.sj_miaoshu .sj_lc span,.sj_miaoshu .sj_lc em {
    float: left;
    height: 50px;
    display: inline-table;
    font: 13px/26px;
}

.sj_miaoshu .sj_lc em {
    font-style: normal;
    line-height: 40px;
    font-size: 16px;
    font-family: simsun;
    margin: auto 20px;
}

.sj_miaoshu li {
    display: inline-table;
    width: 50%;
    float: left;
    background: url(sjrli_bg.png) no-repeat center;
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
/* margin-bottom:15px; */
    padding-top: 20px;
}

.sj_miaoshu li p {
    font: 14px/22px microsoft yahei;
    color: #999;
}

.sj_miaoshu li p b {
    font: 24px/32px microsoft yahei;
    color: #F60;
}

.sheji_mian .ts_txt {
    padding-left: 30px;
}

.ok_ico {
    width: 60px;
    height: 60px;
    display: inline-table;
    background: url(ok_ico.png) no-repeat center;
    text-align: center;
    margin: 20px auto auto 150px;
}

.sj_form1 h2 {
    font: 24px/42px microsoft yahei;
    font-weight: normal;
    text-align: center;
}

.sj_form1 p.ts_txt {
    font: 13px/22px microsoft yahei;
    color: #999;
    text-align: center;
    margin: 8px auto 12px;
}

.sj_button1 {
    padding: 15px 0 0 100px;
}

.sj_button1 input {
    width: 163px;
    height: 42px;
    background-color: #F60;
    color: #FFF;
    cursor: pointer;
}

.sj_button1 input:hover {
    background-color: #F73;
}


/*---------- 右侧报名通道新增短信验证码 2022.6.7 ----------*/
.fz_yzm {
    margin-bottom: 12px;
}

.fz_yzm input.c_yzm_txt {
    border: 1px solid #DEDEDE;
    width: 100px;
    height: 20px;
    padding: 8px 10px;
}

.fz_yzm input.c_yzm_butt {
    border: 1px solid #DEDEDE;
    width: 130px;
    height: 38px;
    padding: 8px 10px;
    border-left: none;
}

.fz_yzm .cyzm_1 {
    background-color: #F3F3F3;
}

.fz_yzm .cyzm_2 {
    background-color: #F3F3F3;
    color: #ccc;
}

#rbjm2 p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
}

#rbjm2 .rbj_txt_xts1 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}

#rbjm2 p em {
    color: #F40;
    margin: auto 5px;
    font-weight: bold;
}

#rbjm2 .rbj_pj {
    border-top: 1px solid #DDD;
    padding-top: 15px;
    color: #777;
}

#rbjm2 .rbj_pj p {
    font-size: 15px;
    margin-bottom: 18px;
}

#rbjm2 .rbj_pj p em {
    font-weight: normal;
    color: #777;
    margin: auto 20px;
}

.table {
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 14px;
    line-height: 40px;
}

.table .left {
    float: left;
    width: 150px;
    margin-right: 5px;
    font-size: 14px;
    text-align: right;
}

.table .left .red {
    color: #f60;
}

.table .right {
    position: relative;
}

.table .right .input-text {
    height: 34px;
    line-height: 34px;
    padding: 2px 10px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: 1px solid #D5D5D5;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table .right select {
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border-color: #D5D5D5;
}

.table .right textarea.input-text {
    display: block;
    min-height: 90px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: vertical;
}

.table .right .input-text.hover,.table .right .input-text.focus,.table .right .input-text:focus {
    border-color: #F60;
}

.table .right .clue_on {
    display: none;
    padding-left: 5px;
}

.table .right .imgcode {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 85px;
    height: 38px;
    cursor: pointer;
}

.table .right .add_on {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    height: 24px;
    line-height: 24px;
    color: #999;
}

.table .right .button {
    width: 160px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: #F60;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    vertical-align: middle;
}

.table .right .button:hover {
    background: #FF5100;
    color: #FFF;
}

.table .unitVal .section {
    float: left;
    width: 25%;
    height: 34px;
    text-align: center;
}

.table .unitVal .section label {
    display: none;
}

.table .unitVal .section select {
    width: auto;
    height: 34px;
    margin: 0 auto;
    padding: 0;
    border: none;
    line-height: 34px;
}

.openFixFootInd {
    z-index: 99;
    position: fixed;
    left: -140px;
    top: 50%;
    margin-top: 105px;
    width: 140px;
    height: 70px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
}

.openFixFootInd.opened {
    left: 0;
}

.fixFootIndHr {
    display: none;
    height: 100px;
}

.fixFootIndHr.opened {
    display: block;
}

.fixFootInd {
    z-index: 998;
    position: fixed;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 100px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
}

.fixFootInd.opened {
    display: block;
    bottom: 0;
}

.fixFootInd .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #4C4C4C;
    background: rgba(0,0,0,.7);
}

.fixFootInd .container {
    z-index: 2;
    position: relative;
    height: 100px;
    color: #898989;
}

.fixFootInd .closeBtn {
    z-index: 3;
    position: absolute;
    top: 5px;
    right: 250px;
    width: 30px;
    height: 30px;
}

.fixFootInd .closeBtn i {
    width: 16px;
    height: 16px;
    padding: 7px;
    background-position: -330px -60px;
    background: url(../img/closed.png) center no-repeat;
}

.fixFootInd .closeBtn:hover i {
    -webkit-transform: rotateZ(360deg);
}

.fixFootInd .tel {
    width: 200px;
    padding-top: 10px;
    text-align: center;
}

.fixFootInd .tel span {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #FFF;
}

.fixFootInd .tel p {
    display: block;
    font-size: 22px;
    color: #F60;
}

.fixFootInd .ht {
    width: 360px;
    color: #FFF;
    text-align: center;
}

.fixFootInd .ht .imga img {
    width: 305px;
    height: 100px;
}

.fixFootInd .ht h3 {
    padding-top: 18px;
    line-height: 36px;
    font-size: 28px;
}

.fixFootInd .form {
    position: relative;
    width: 480px;
    padding: 11px 80px 0 0;
}

.fixFootInd .table {
    clear: none;
    float: left;
    display: inline;
    width: auto;
    margin: 0 10px 8px 0;
}

.fixFootInd .table .left {
    display: none;
}

.fixFootInd .table .right .input-text {
    width: 208px;
    height: 33px;
    padding: 0 10px;
    border-color: #FFF;
    border-radius: 0;
    background-color: #FFF;
    line-height: 33px;
    color: #131313;
}

.fixFootInd .table .right .add_on {
    color: #aaa;
}

.fixFootInd .table .right ::-moz-placeholder {
    color: #aaa;
}

.fixFootInd .table .right :-ms-input-placeholder {
    color: #aaa;
}

.fixFootInd .table .right ::-webkit-input-placeholder {
    color: #aaa;
}
	/* .fixFootInd .cls_addr .right .input-text{width: 448px;} */
.fixFootInd .cls_button {
    position: absolute;
    top: 11px;
    right: 0;
    margin-right: 0;
}

.fixFootInd .table .right .button {
    width: 78px;
    height: 78px;
    border-radius: 0;
    background: #F60;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    color: #FFF;
}

.fixFootInd .table .right .button:hover {
    background: #FA0;
    color: #FFF;
}