
/* global */
* {
    word-break: break-all;
}

/*"Microsoft Yahei",*/
body {
    margin: 0;
    font-size: 12px;
    color: #333333;
    background-color: #f6f6f6;
}

form,
input,
select,
textarea,
td,
th {
    font-size: 12px;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

ul,
form {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
}

/* links */
a.w:link,
a.w:visited,
a.w:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.w:hover {
    color: #F4F3F2;
}

a.b:link,
a.b:visited,
a.b:active {
    color: red;
    text-decoration: none;
}

a.b:hover {
    color: #FF6600;
}

a.g:link,
a.g:visited,
a.g:active {
    color: #666666;
    text-decoration: none;
}

a.g:hover {
    color: #FF6600;
}

/* common */
.m {
    margin: auto;
    width: 1190px;
    clear: both;
}

.head {
    background: #F1F1F1 url('../image/head_bg.png') repeat-x;
    width: 100%;
    height: 31px;
    position: fixed;
    z-index: 9;
    left: 0;
}

.head_m {
    margin: auto;
    width: 1190px;
    padding: 7px 0 0 0;
    color: #666666;
}

.head_t strong {
    color: #FF0000;
    font-weight: normal;
}

.head_l li {
    float: left;
    margin: 0 10px 0 0;
}

.h_city {
    background: url('../image/ico_arrow_d.gif') no-repeat right center;
    padding: 0 10px 0 0;
}

.h_fav {
    padding: 0 6px 0 2px;
}

.h_mobile {
    background: url('../image/ico_mobile.gif') no-repeat 0 center;
    padding: 0 2px 0 15px;
}

.h_cart {
    background: url('../image/ico_cart.gif') no-repeat 0 center;
    padding: 0 6px 0 18px;
}

.h_qrcode {
    background: url('../image/ico_qrcode.gif') no-repeat 0 center;
    padding: 0 6px 0 18px;
}


/* box */
.box_head {
    border: #DDDDDD 1px solid;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 10px 0 10px;
    background: #ffffff;
    border-bottom: 1px #ddd solid;
}

.box_head strong {
    font-size: 16px;
}

.box_body {
    border: #DDDDDD 1px solid;
    border-top: none;
    padding: 6px 8px 6px 8px;
    background: #ffffff;
}

.box_body li {
    height: 40px;
    line-height: 28px;
    overflow: hidden;
}

.box_body li a{
    font-size: 16px;
}

.box_body li.active a{
    color: #c60a09;
}

.tab_head {
    border: #DDDDDD 1px solid;
    border-bottom: 1px #ddd solid;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
    background: #ffffff;
    font-weight: bold;
}

.tab_1 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #DDDDDD 1px solid;
    cursor: pointer;
    font-weight: normal;
}

.tab_2 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #DDDDDD 1px solid;
    cursor: pointer;
    background: #dd2726;
    color: #fff
}

.tab_1_1 {
    border-bottom: #DDDDDD 1px solid;
    cursor: pointer;
}

.tab_1_2 {
    border-top: 2px #dd2726 solid;
    border: #DDDDDD 1px solid;
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
}

.tab_head_2 {
    height: 27px;
    background: #EEEEEE;
    border-left: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    text-align: center;
    padding-left: 12px;
}

.tab_2_1 {
    float: left;
    width: 80px;
    height: 27px;
    line-height: 31px;
    overflow: hidden;
    background: url('../image/tab_2_1.gif') no-repeat 6px right;
    cursor: pointer;
}

.tab_2_1 span {
    color: #333333;
}

.tab_body_2 {
    border: #DDDDDD 1px solid;
    border-top: none;
}

.li_dot li {
    background: url('../image/li_dot.gif') no-repeat 5px 13px;
    padding: 0 10px 0 12px;
}

/* pages */
.pages {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.pages a:link,
.pages a:visited,
.pages a:active {
    background: #FFFFFF;
    border: #DDDDDD 1px solid;
    padding: 9px;
    text-decoration: none;
}

.pages a:hover {
    background: #dd2726;
    border: #dd2726 1px solid;
    color: #FFFFFF;
    padding: 9px;
    text-decoration: none;
}

.pages strong {
    background: #dd2726;
    padding: 9px;
    border: #dd2726 1px solid;
    color: #FFFFFF;
}

.pages_inp {
    width: 50px;
    border: #DDDDDD 1px solid;
    color: #666666;
    padding: 3px;
    text-align: center;
}

.pages_btn {
    width: 56px;
    border: #FF6600 1px solid;
    color: #FFFFFF;
    padding: 2px;
    background: #FF6600;
    font-weight: bold;
    font-size: 14px;
}

.pages label {
    background: #FFFFFF;
    border: #DDDDDD 1px solid;
    color: #666666;
    padding: 3px 5px 3px 5px;
}

.pages label em {
    color: red;
    font-weight: bold;
    font-style: normal;
}

.pages label span {
    font-weight: bold;
}

.pages cite {
    font-style: normal;
}

/* table */
.tb table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tb th {
    background: #EEEEEE;
    border: #DDDDDD 1px solid;
    padding: 4px;
    line-height: 150%;
}

.tb td {
    border: #DDDDDD 1px solid;
    padding: 4px;
    line-height: 150%;
}

/* user */
.user {
    border: #DDDDDD 1px solid;
    width: 300px;
    font-size: 12px;
    line-height: normal;
}

.user_login {
    padding: 15px 0 1px 0px;
}

.user_input {
    border: #dddddd 1px solid;
    padding: 3px 0 3px 3px !important;
    width: 86px;
    color: #666666 !important;
}

.user_tip {
    margin: 10px 5px 10px 5px;
    padding: 0 0 5px 5px;
    border-bottom: #dddddd 1px solid;
    font-weight: bold;
    color: #333333;
}

.user_reg {
    padding: 5px 0 0 20px;
}

.user_reg_c {
    margin-top: 10px;
    width: 240px;
    height: 40px;
    background: #ff7300;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.user_reg_c a {
    color: #ffffff
}

.user_reg_c:hover {
    background: #dd2726;
}

.user_reg_c:hover a {
    color: #ffffff
}

.user_can {
    text-align: center;
    color: #666;
}

.user_can td {
    padding: 6px 5px 10px 5px;
}

.user_wel {
    padding: 18px 0 10px 45px;
    font-weight: bold;
    font-size: 14px;
    background: url('../image/user_wel.gif') no-repeat 26px 18px;
}

.user_do {
    padding: 0 10px 0 10px;
    text-align: center;
}

.user_do td {
    padding: 6px 0 11px 0;
    background: url('../image/user_can.gif') no-repeat center 0;
}

.user_foot {
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    background: url('../image/user_bg.gif') no-repeat 0 bottom;
}

.user_warn {
    margin-top: 10px;
    padding: 5px;
    border: #ffd089 1px solid;
    background: #FFFEBf;
    text-align: center;
    font-weight: bold;
}

/*20160902新加采购联系样式*/
#contact ul {
    font-size: 13px;
}

#contact ul li {
    line-height: 28px;
    border-bottom: #E2E2E2 1px dashed;
}

#contact ul li span {
    color: #1B4C7A;
    padding: 0 8px 0 0;
}

#contact .recommend_title {
    background: #ff6600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 15px
}

#contact .recommend_title span a {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.thumb {
    padding: 5px 5px 5px 5px;
}

.thumb img {
    border: #D0D0D0 1px solid;
    padding: 3px;
}

.thumb li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 90%;
}

.thumbml ul {
    margin: 10px 10px 15px 10px;
}

.imb img {
    border: #DDDDDD 1px solid;
    padding: 3px;
}

/* album */
#mid_pos {
    position: absolute;
}

#mid_div {
    width: 300px;
    height: 300px;
    cursor: crosshair;
    /* padding:5px; background:#F3F3F3;border: #DDDDDD 1px solid;*/
}

#zoomer {
    border: #333333 1px solid;
    width: 120px;
    height: 90px;
    background: #FFFFFF url('../image/zoom_bg.gif');
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#big_div {
    width: 400px;
    height: 350px;
    border: #CCCCCC 1px solid;
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
    z-index: 100
}

#big_pic {
    position: absolute;
}

.ab_im {
    padding: 2px;
    margin: 10px 0 10px 13px;
    border: #C0C0C0 1px solid;
}

.ab_on {
    padding: 2px;
    margin: 10px 0 10px 13px;
    border: #FF6600 1px solid;
    background: #FF6600;
}

/* ads */
.adword .list-sell {
    border: #e2e6e5 1px solid;
    border-top: #e80d0d 2px solid;
    position: relative;
    margin-bottom: 15px;
    border-color: #f4e0ae;
    background: #fffbf2;
}

/*.adword .list-sell li {height:26px;line-height:26px}*/
/*.adword table {background:url('image/adword_bg.gif') repeat-x;}*/
.adword_tip {
    color: #FF1100;
    border-bottom: #DDDDDD 1px solid;
    padding: 8px 10px 8px 28px;
    background: url('../image/arrow_up.gif') no-repeat 10px 15px;
    margin-bottom: 15px;
}

.sponsor {}

.topIco {
    position: absolute;
    top: 0px;
    right: 0;
}

.tC1 span {
    display: inline-block;
    padding: 0 6px 0 20px;
    font-weight: bold;
}

.tC1 span.tIco1 {
    background: url(http://www.cnxhyp.com/skin/s4hongskin/style/sell/tIco1.png) left center no-repeat;
}

.tC1 span.tIco2 {
    background: url(http://www.cnxhyp.com/skin/s4hongskin/style/sell/tIco2.png) left center no-repeat;
}

.tC1 span.tIco3 {
    background: url(http://www.cnxhyp.com/skin/s4hongskin/style/sell/tIco3.png) left center no-repeat;
}

.tC1 span.tIco4 {
    background: url(http://www.cnxhyp.com/skin/s4hongskin/style/sell/tIco4.png) left center no-repeat;
}

/* basic */
.f_l {
    float: left;
}

.f_r {
    float: right;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

.t_c {
    text-align: center;
}

.f_b {
    font-weight: bold;
}

.f_n {
    font-weight: normal;
}

.f_white {
    color: white;
}

.f_gray {
    color: #666666;
}

.f_orange {
    color: #FF6600;
}

.f_red {
    color: red;
}

.f_green {
    color: green;
}

.f_blue {
    color: blue;
}

.f_dblue {
    color: #225588;
}

.f_price {
    font-weight: bold;
    font-family: Arial;
    color: #FF0000;
}

.px10 {
    font-size: 10px;
}

.px11 {
    font-size: 11px;
}

.px12 {
    font-size: 12px;
}

.px13 {
    font-size: 13px;
}

.px14 {
    font-size: 14px;
}

.px15 {
    font-size: 15px;
}

.px16 {
    font-size: 16px;
}

.b5 {
    height: 5px;
    font-size: 1px;
}

.b6 {
    height: 6px;
    font-size: 1px;
}

.b8 {
    height: 8px;
    font-size: 1px;
}

.b10 {
    height: 15px;
    font-size: 1px;
}

.b15 {
    height: 15px;
    font-size: 1px;
}

.pd0 {
    padding: 0px;
}

.pd3 {
    padding: 3px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.lh18 {
    line-height: 180%;
}

.ls1 {
    letter-spacing: 1px;
}

.c_p {
    cursor: pointer;
}

.c_b {
    clear: both;
}

.dsn {
    display: none;
}

.absm {
    vertical-align: middle;
}

.btn {
    background: url('../image/btn.gif') no-repeat;
    height: 24px;
    line-height: 22px;
    width: 50px;
    border: none;
    cursor: pointer;
    letter-spacing: 3px;
}

.btn_1 {
    background: url('../image/btn_1.gif') no-repeat;
    height: 21px;
    line-height: 21px;
    width: 69px;
    padding-left: 9px;
    border: none;
    cursor: pointer;
}

.btn_2 {
    background: url('../image/btn_2.gif') no-repeat;
    height: 21px;
    line-height: 21px;
    width: 69px;
    padding-left: 9px;
    border: none;
    cursor: pointer;
}

.btn_s {
    background: #2388FA;
    color: #FFFFFF;
    border: none;
    padding: 2px;
    letter-spacing: 1px;
}

.btn_r {
    background: #D7D7D7;
    color: #666666;
    border: none;
    padding: 2px;
    letter-spacing: 1px;
}

.bd {
    border: #CAD9EA 1px solid;
}

.highlight {
    color: red;
}

.jt {
    color: #003278;
    cursor: pointer;
}

.np {
    padding: 20px 30px 20px 50px;
    line-height: 25px;
}

.lazy {
    background: #FAFAFA url('../image/loading.gif') no-repeat center center;
}

.slide {
    background: #FAFAFA;
    overflow: hidden;
}

/* position */
.pos {
    padding: 0 10px 0 10px;
    line-height: 38px;
    background: #ffffff;
    border-bottom: #ddd 1px solid;
}

.nav {
    padding: 0 10px 10px 10px;
}

/* show */
.left_box h1.title {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}

.title {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    font-family: \9ED1\4F53;
    font-weight: normal;
}

.title_trade {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    font-family: \9ED1\4F53;
    font-weight: normal;
    margin: 0 0 8px 0;
    border-bottom: #F1F1F1 1px solid;
    padding: 0 0 10px 0;
    overflow: hidden;
}

.info {
    margin: 0 15px 0 15px;
    padding: 10px 10px 10px 10px;
    border-top: #D0D0D0 1px solid;
    border-bottom: #D0D0D0 1px solid;
}

.introduce {
    margin: 10px 15px 10px 15px;
    padding: 8px 12px 8px 12px;
    line-height: 180%;
    font-size: 14px;
    background: #F1F1F1;
}

.content {
    font-size: 14px;
    line-height: 180%;
    padding: 10px 20px 10px 20px;
}

.content img {
    max-width: 800px;
}


.content a:link,
.content a:visited,
.content a:active {
    color: #225588;
    text-decoration: underline;
}

.content a:hover {
    color: #FF6600;
    text-decoration: none;
}

.property {
    border: #E6E6E6 1px solid;
    background: #F6F6F6;
    padding: 10px;
    margin: 0 10px 0 10px;
}

.property li {
    float: left;
    width: 30%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.detail {
    background: url('../image/arrow.gif') no-repeat 0 9px;
    border-bottom: #C0C0C0 1px dotted;
    padding: 8px 0 8px 20px;
    margin: 0 15px 0 15px;
}

.related {
    padding: 5px 15px 5px 15px;
    line-height: 22px;
}

.keylink {
    font-weight: normal;
    padding: 0 3px 0 3px;
}

#comment_main div {
    height: 100px;
    background: url('../image/loading.gif') no-repeat center center;
}

.contact_body .recommend_title {
    background: #ff6600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 15px
}

.contact_body .recommend_title span a {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

/* layout */
.m_l {
    width: 870px;
}

.m_l2 {
    width: 800px;
}

.m_r {
    width: 300px;
}

.m_n {
    width: 20px;
}

.m_l_1 {
    width: 990px;
}

.m_r_1 {
    width: 180px;
}

/* left */
.left_box {
    border: #DDDDDD 1px solid;
    background-color: #fff;
}

.left_head {
    border-top: #DDDDDD 1px solid;
    background: #ffffff;
    border-bottom: 1px #ddd solid;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.left_head span {
    font-weight: normal;
    font-size: 12px;
}

/* search */
.fsearch {
    padding: 5px 0 10px 15px;
    margin: 1px 1px 0 1px;
    background-color: #E8F1FF;
    height: 250px;
}

.sch {
    padding: 15px 20px 5px 20px;
    margin-bottom: 10px;
}

.sch p {
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    margin: 0;
}

.sch_find {
    border-top: #DDDDDD 1px solid;
    border-bottom: #EEEEEE 1px solid;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 5px;
    font-weight: bold;
}

.sch_site li {
    background: url('../image/ico_search.gif') no-repeat 3px 3px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px 0 25px;
    color: #666666;
}

.sch_relate li {
    background: url('../image/arrow_up.gif') no-repeat 3px 3px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px 0 25px;
    color: #666666;
}

.rank_list {
    background: url('../image/rank_list.gif') no-repeat;
}

.rank_list li {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px 0 35px;
}

.ppt {
    padding: 1px 15px 1px 35px;
    line-height: 25px;
}

.ppt_l {
    width: 60px;
    font-weight: bold;
}

.ppt_r {
    color: #DFDFDF;
}

.ppt span {
    padding: 1px;
    background: #2E6AB1;
    border: #1D589E 1px solid;
    color: #FFFFFF;
}

/* sell && buy && company */
.category {
    padding: 10px 20px 5px 15px;
}

.category p {
    padding: 5px 0 5px 0;
    margin: 0;
}

.category div {
    padding: 0 20px 0 20px;
}

.list {
    line-height: 180%;
    margin: 0 10px 0 10px;
}

.list div img {
    border: #CCCCCC 1px solid;
}

.list table {
    width: 100%;
    border-bottom: #CCCCCC 1px dotted;
}

.list td {
    padding: 10px 0 10px 0;
}

.list h3 {
    font-size: 14px;
    margin: 0px;
    height: 22px;
    overflow: hidden;
}

.about {
    border: #2786C6 1px solid;
    background: #F2F2F2;
    padding: 8px;
    margin: 15px 15px 0 15px;
}

.about li {
    padding: 5px 0 5px 5px;
}

.about li span {
    display: block;
    width: 100px;
    float: left;
    color: #1B4C7A;
}

.contact_head {
    height: 38px;
    line-height: 38px;
    border: #ddd 1px solid;
    border-top: 2px #dd2726 solid;
    background: #ffffff;
    padding: 0 10px 0 10px;
    font-weight: bold;
    font-size: 14px;
}

.contact_body {
    padding: 10px;
    border: #DDDDDD 1px solid;
    border-top: none;
    background-color: #fff;
}

.contact_body li {
    line-height: 24px;
    border-bottom: #E2E2E2 1px dashed;
    padding: 0 0 0 10px;
}

.contact_body li span {
    color: #1B4C7A;
    padding: 0 8px 0 0;
}

.type {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border-top: #DDDDDD 1px solid;
    background: #ffffff;
    border-bottom: #DDDDDD 1px solid;
}

a.type_1:link,
a.type_1:visited,
a.type_1:active,
a.type_1:hover {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
    color: #ffffff;
    font-weight: bold;
    background-color: #dd2726;
}

a.type_2:link,
a.type_2:visited,
a.type_2:active {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
}

a.type_2:hover {
    background: #dd2726;
    color: #FFFFFF;
}

.img_tip {
    width: 200px;
    z-index: 1000;
    position: absolute;
    padding: 5px;
    border: #DDDDDD 1px solid;
    background: #FFFFFF;
}

.vote {
    padding: 10px;
}

.vote div {
    font-weight: bold;
}

.vote li {
    padding: 3px 0 3px 0;
}

.vote p {
    margin: 5px 0 5px 0;
}

/* left_menu */
.left_menu {
    width: 220px;
    border: 1px #ddd solid;
    background-color: #ffffff;
}

.left_menu a {
    width: 90%;
    display: block;
}

.left_menu ul {
    background: #fff;
    padding-top: 0px;
}

.left_menu_li02 {
    line-height: 47px;
    height: 47px;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: #c60a09;
    color: #ffffff;
}

.left_menu_li {
    line-height: 37px;
    height: 37px;
    background: #ffffff;
    padding-left: 40px;
    overflow: hidden;
    border-bottom: 1px #ddd dotted;
}

.left_menu_li:hover {
    line-height: 37px;
    height: 37px;
    background: #c60a09;
    padding-left: 60px;
    overflow: hidden;
}

.left_menu_on {
    line-height: 37px;
    height: 37px;
    background: #c60a09;
    padding-left: 60px;
    overflow: hidden;
}

.left_menu_on a,
.left_menu_on:hover a,
.left_menu_li:hover a {
    color: #ffffff;
    font-size: 14px
}

.warn {
    padding: 30px 100px 30px 200px;
}

.warn div {
    padding: 5px 0 0 60px;
    background: url('../image/warn.gif') no-repeat;
    font-size: 14px;
    line-height: 200%;
}

.warn h1 {
    font-size: 16px;
    margin: 0;
}

.guest_warn {
    padding: 2px 0 2px 0;
    text-align: center;
    margin: 0 130px 15px 130px;
    background: #FFF5D8;
    border: #FF7300 1px solid;
}

.back2top {
    width: 58px;
    height: 58px;
    position: fixed;
    _position: absolute;
    left: 50%;
    margin-left: 500px;
    bottom: 100px;
    _bottom: auto;
    cursor: pointer;
    display: none;
}

.back2top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../image/back2top.png') no-repeat;
}

.back2top a:hover {
    background: url('../image/back2top.png') no-repeat -58px 0;
}

#destoon_city {
    color: red;
}

#powered {
    padding: 6px 0 20px 0;
}

/*20161127 美化添加*/
.kftc-r-con dd {
    padding-top: 25px
}

.contact_sell02 {
    width: 280px;
    border: solid 1px #ddd
}

.user_warn_sell {
    margin: 10px;
    padding: 3px;
    border: #FFd089 1px solid;
    background: #FFFFE5;
    text-align: center;
    font-weight: bold;
}

.user_login_sell {
    margin: 15px 20px 0px;
}

.user_reg_sell {
    border: solid 1px #ddd;
    margin: 20px 20px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.user_reg_sell a {
    color: #f70
}

.user_reg_sell:hover {
    background-color: #ff2726;
}

.user_reg_sell:hover a {
    color: #ffff00
}