﻿* {
    word-break: break-all;
    font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
}

form,
input,
select,
textarea,
td,
th {
    font-size: 12px;
}

input,
textarea,
select {
    padding: 6px;
}

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: #FF3300;
}

/* 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: #C3272B;
    text-decoration: none;
}

a.b:hover {
    color: #FF3300;
}

a.g:link,
a.g:visited,
a.g:active {
    color: #666666;
    text-decoration: none;
}

a.g:hover {
    color: #FF6600;
}

/* common */
.m {
    margin: 0 auto;
    width: 1300px;
    background: #FFFFFF;
    clear: both;
}

.m0 {
    width: 100%;
    background: #F2F2F2;
}

.m0 .m {
    background: #F2F2F2;
}

.m1l,
.m2l,
.m3l {
    width: 78%;
    float: left;
}

.m1r,
.m2r,
.m3r {
    width: 22%;
    float: right;
    margin-bottom: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

/* layout */
.m_l {
    width: 880px;
}

.m_r {
    width: 300px;
}

.m_n {
    width: 20px;
}

.m_l_1 {
    width: 1000px;
}

.m_r_1 {
    width: 180px;
}

/* left */
.left_box {
    border: #eee 1px solid;
}

.left_head {
    border-bottom: #eee 1px solid;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 10px;
}

.left_head strong {
    font-size: 16px;
}

.left_head em {
    font-style: normal;
    color: #666666;
}

/* box */
.box_head {
    border-bottom: #eee 1px solid;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding: 0 10px;
}

.box_head strong {
    font-size: 14px;
    display: block;
}

.box_head em {
    font-style: normal;
    color: #666666;
}

.box_body {
    padding: 10px;
}

.box_body li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.tab_head {
    border: #eee 1px solid;
    border-bottom: none;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    overflow: hidden;
    background: #EEEEEE;
    font-weight: bold;
}

.tab_1 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #eee 1px solid;
    cursor: pointer;
    font-weight: normal;
}

.tab_2 {
    float: left;
    padding: 0 15px 0 15px;
    border-right: #eee 1px solid;
    cursor: pointer;
    background: #FFFFFF;
}

.tab_1_1 {
    border-bottom: #eee 1px solid;
    cursor: pointer;
}

.tab_1_2 {
    border: #eee 1px solid;
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
}

.tab_head_2 {
    height: 27px;
    background: #EEEEEE;
    border-left: #eee 1px solid;
    border-right: #eee 1px solid;
    text-align: center;
    padding-left: 12px;
}

.tab_2_1 {
    float: left;
    width: 80px;
    height: 27px;
    line-height: 31px;
    overflow: hidden;
    background: url('../images/tab_2_1.gif') no-repeat 6px right;
    cursor: pointer;
}

.tab_2_1 span {
    color: #333333;
}

.tab_body_2 {
    border: #eee 1px solid;
    border-top: none;
}

.li_dot li {
    background: url('../images/li_dot.gif') no-repeat 5px 10px;
    padding: 0 10px 0 12px;
}

/* pages */
.pages {
    padding: 24px 0;
    text-align: center;
    font-size: 12px;
    color: #666666;
    clear: both;
}

.pages a:link,
.pages a:visited,
.pages a:active {
    background: #FFFFFF;
    border: #eee 1px solid;
    padding: 6px;
    text-decoration: none;
}

.pages a:hover {
    background: #C3272B;
    border: #C3272B 1px solid;
    color: #FFFFFF;
    padding: 6px;
    text-decoration: none;
}

.pages strong {
    background: #C3272B;
    padding: 6px;
    border: #C3272B 1px solid;
    color: #FFFFFF;
}

.pages_inp {
    width: 32px;
    border: #eee 1px solid;
    color: #666666;
    padding: 4px;
    text-align: center;
}

.pages_btn {
    width: 32px;
    border: #FF6600 1px solid;
    color: #FFFFFF;
    padding: 4px 6px;
    background: #FF6600;
    font-weight: bold;
    font-size: 11px;
}

.pages label {
    background: #FFFFFF;
    border: #eee 1px solid;
    color: #666666;
    padding: 6px 6px;
}

.pages label em {
    color: red;
    font-weight: bold;
    font-style: normal;
}

.pages label span {
    font-weight: bold;
}

.pages cite {
    font-style: normal;
}

/* table */
.tb {
    width: 100%;
}

.tb th {
    background: #EEEEEE;
}

.tb td {
    border-bottom: #eee 1px solid;
}

.tb tr:hover {
    background: #F3F3F3;
}

.tf {
    width: 100%;
}

.tf td {
    border-top: #F0F0F0 1px solid;
}

.tf tr:hover {
    background: #F4F4F4;
}

.tf .tl {
    width: 100px;
    text-align: right;
}

.btns {
    padding: 20px 20px 20px 150px;
}

.thumb {
    padding: 6px 0;
}

.thumb img {
    border: #eee 1px solid;
    padding: 2px;
}

.thumb li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.thumbml ul {
    margin: 10px 0 15px 0;
}

.imb img {
    border: #eee 1px solid;
    padding: 3px;
}

/* album */
#mid_pos {
    position: absolute;
}

#mid_div {
    width: 320px;
    height: 320px;
    cursor: crosshair;
    padding: 6px;
    border: #CCCCCC 1px solid;
    background: #F3F3F3;
}

#zoomer {
    border: #333333 1px solid;
    width: 120px;
    height: 120px;
    background: #FFFFFF url('../images/zoom_bg.gif');
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#big_div {
    width: 400px;
    height: 380px;
    border: #CCCCCC 1px solid;
    background: #FFFFFF;
    position: absolute;
    overflow: hidden;
}

#big_pic {
    position: absolute;
}

.ab_im {
    padding: 2px;
    margin: 10px 0 10px 32px;
    border: #C0C0C0 1px solid;
}

.ab_on {
    padding: 2px;
    margin: 10px 0 10px 32px;
    border: #FF6600 1px solid;
    background: #FF6600;
}

/* ads */
.adword table {
    background: url('../images/adword_bg.gif') repeat-x 0 bottom;
}

.adword_tip {
    color: #FF1100;
    border-bottom: #eee 1px solid;
    padding: 8px 10px 8px 28px;
    background: url('../images/arrow_up.gif') no-repeat 10px 8px;
}

.sponsor {
    margin-bottom: 10px;
}

/* 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: #C3272B;
}

.f_price {
    font-weight: bold;
    font-family: Arial;
    color: #FF0000;
}

.px12 {
    font-size: 12px;
}

.px14 {
    font-size: 14px;
}

.px16 {
    font-size: 16px;
}

.px18 {
    font-size: 18px;
}

.bd-t {
    border-top: #eee 1px solid;
}

.bd-b {
    border-bottom: #eee 1px solid;
}

.b10 {
    height: 10px;
}

.b16 {
    height: 16px;
}

.b20 {
    height: 20px;
}

.b24 {
    height: 24px;
}

.b32 {
    height: 32px;
}

.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;
}

.o_h {
    overflow: hidden;
}

.dsn {
    display: none;
}

.absm {
    vertical-align: middle;
}

.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;
}

.highlight {
    color: red;
}

.jt {
    color: #003278;
    cursor: pointer;
}

.np {
    padding: 20px 30px 20px 50px;
    line-height: 25px;
}

.lazy {
    background: #FAFAFA url('../images/loading.gif') no-repeat center center;
}

.slide {
    background: #FAFAFA;
    overflow: hidden;
}

.btn,
.btn-green,
.btn-blue,
.btn-red {
    color: #FFFFFF;
    font-size: 14px;
    width: 100px;
    line-height: 32px;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
}

.btn {
    background: #FFFFFF;
    border: #eee 1px solid;
    color: #333333;
}

.btn:hover {
    background: #D9D9D9;
    border: #CDCDCD 1px solid;
}

.btn-green {
    background: #1AAD19;
    border: #18A117 1px solid;
    color: #FFFFFF;
}

.btn-green:hover {
    background: #179B16;
    border: #159014 1px solid;
}

.btn-blue {
    background: #C3272B;
    border: C3272B 1px solid;
    color: #FFFFFF;
}

.btn-blue:hover {
    background: #0569D5;
}

.btn-red {
    background: #F8F8F8;
    border: #C6C6C6 1px solid;
}

.btn-red:hover {
    background: #CE3C39;
    border: #BF3835 1px solid;
    color: #FFFFFF;
}

/* position */
.pos {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    background: #EEEEEE;
}

.nav {
    padding: 20px 10px 20px 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.nav div {
    float: right;
}

.nav i {
    font-style: normal;
    font-weight: bold;
    color: #444444;
    padding: 0 6px;
    font-family: simsun;
}

.nav em {
    font-style: normal;
    color: #999999;
    padding: 0 10px;
    font-size: 12px;
}

/* show */
.title {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.title_trade {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: #eee 1px solid;
}

.info {
    padding: 16px;
    background: #F2F2F2;
}

.introduce {
    margin: 20px 0;
    padding: 20px;
    line-height: 180%;
    font-size: 16px;
    background: #F2F2F2;
    border-left: #DDDDDD 2px solid;
}

.content {
    font-size: 16px;
    line-height: 200%;
    padding: 16px 0;
}

.content img {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.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('../images/arrow.gif') no-repeat 0 9px;
    border-bottom: #C0C0C0 1px dotted;
    padding: 8px 0 8px 20px;
    margin: 0 15px 0 15px;
}

.related {
    padding: 10px 16px;
    line-height: 32px;
}

.related a {
    font-size: 14px;
}

.keylink {
    font-weight: normal;
    padding: 0 3px 0 3px;
}

.share {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.share:hover {
    width: 24px;
    height: 24px;
}

.award {
    padding: 32px;
    text-align: center;
}

.award div {
    width: 100px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: auto;
    background: #FFFFFF;
    color: #E94657;
    border: #E94657 2px solid;
    cursor: pointer;
}

.award div:hover {
    background: #E94657;
    color: #FFFFFF;
}

#comment_main div {
    height: 100px;
    background: url('../images/loading.gif') no-repeat center center;
}

/* search */
.fsearch {
    padding: 5px 0 10px 15px;
    margin: 1px 1px 0 1px;
    background: #F5FAFE url('../images/fsearch_bg.gif') repeat-x;
}

.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: #eee 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('../images/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('../images/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('../images/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;
}

.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: 44px;
    line-height: 44px;
    border: #eee 1px solid;
    border-bottom: none;
    border-top: #C3272B 2px solid;
    background: #EEEEEE;
    padding: 0 16px;
    font-weight: bold;
    font-size: 16px;
}

.contact_body {
    padding: 10px;
    border: #eee 1px solid;
    border-top: none;
    margin-bottom: 16px;
}

.contact_body li {
    line-height: 24px;
    border-bottom: #E2E2E2 1px solid;
    padding: 6px 10px;
}

.contact_body li span {
    color: #1B4C7A;
    padding: 0 8px 0 0;
}

.type {
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    border-top: #eee 1px solid;
    background: #EEEEEE;
    padding-left: 35px;
}

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;
    background: #FFFFFF;
    color: #000000;
    font-weight: bold;
}

a.type_2:link,
a.type_2:visited,
a.type_2:active {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
    border-right: #E2F0FB 1px solid;
}

a.type_2:hover {
    background: #C3272B;
    color: #FFFFFF;
}

.img_tip {
    width: 200px;
    z-index: 1000;
    position: absolute;
    padding: 5px;
    border: #eee 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;
}

.sort {
    line-height: 48px;
    border-bottom: #eee 1px solid;
    font-size: 14px;
}

.sort-k {
    width: 80px;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

.sort-v {
    width: 92%;
    float: left;
}

.sort-v li {
    float: left;
    padding: 0 20px;
}

.sort-v .on {
    background: #EEEEEE;
}

.sort-v i {
    font-style: normal;
    padding-left: 2px;
    color: #999999;
    font-size: 12px;
}

.sort-v b {
    padding: 0 20px;
}

.sort-v input,
.sort-v select {
    padding: 4px;
}

.sort-v .btn-blue,
.sort-v .btn {
    padding: 0;
    line-height: 28px;
    width: 80px;
    margin-right: 20px;
}

.list {
    line-height: 180%;
}

.list:hover {
    background: #F2F2F2;
}

.list div img {
    border: #eee 1px solid;
}

.list table {
    width: 100%;
    border-bottom: #eee 1px solid;
}

.list td {
    padding: 10px 0 10px 0;
}

.list h3 {
    font-size: 14px;
    margin: 0px;
    height: 22px;
    overflow: hidden;
}

.user-info {
    height: 64px;
    padding: 20px;
    background: #EEEEEE;
    border-radius: 10px;
}

.user-info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.user-info ul {
    float: right;
    width: 60%;
    margin-top: 4px;
}

.user-info li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.user-info strong {
    font-size: 16px;
}

.user-info em {
    font-size: 14px;
    font-style: normal;
    float: right;
}

.user-info i {
    font-style: normal;
    color: #999999;
    padding: 0 6px;
}

.head-txt {
    padding: 0 6px 10px 6px;
    line-height: 28px;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
    margin-top: 1px;
    clear: both;
}

.head-txt strong {
    font-size: 18px;
}

.head-txt span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.head-txt i {
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
    font-family: simsun;
}

.head-sub {
    padding: 0 6px 10px 6px;
    line-height: 28px;
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;
    clear: both;
}

.head-sub strong {
    font-size: 16px;
}

.head-sub span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.head-sub i {
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
    font-family: simsun;
}

.list-thumb {
    text-align: center;
}

.list-thumb img {
    border: #eee 1px solid;
    padding: 2px;
}

.list-thumb li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.list-img ul {
    margin: 6px 24px 24px 0;
}

.list-img li {
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.list-img em {
    font-size: 12px;
    font-style: normal;
    color: #999999;
}

.list-img i {
    font-size: 12px;
    font-style: normal;
    color: #999999;
    float: right;
    padding-right: 6px;
}

.list0 ul {
    margin-right: -20px;
    margin-bottom: 30px;
}

.list0 ul li {
    float: left;
    border: 1px #f5f5f5 solid;
    box-sizing: border-box;
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    padding: 20px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    text-align: center;
}

.list0 ul li img {
    width: 100%;
}


.list1:after {
    content: "";
    display: block;
    clear: both;
}

.list1 div {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
    float: left;
}

.list1 div img {
    width: 100%;
    border: 1px #eee solid;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.list1 div i {
    display: none;
}

.list-txt {
    padding: 0 0 20px 0;
}

.list-txt li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    background: url('../images/li_dot.gif') no-repeat 6px center;
    padding: 0 16px 0 16px;
}

.list-txt .f_r {
    font-size: 12px;
    color: #666666;
}

.list-rank {
    padding: 0 0 24px 0;
}

.list-rank li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 6px;
    overflow: hidden;
}

.list-rank .f_r {
    float: right;
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}

.list-rank em {
    font-size: 26px;
    font-style: normal;
    color: #F34540;
    padding-right: 10px;
    font-family: Georgia;
}

.list-rank i {
    font-size: 18px;
    font-style: normal;
    color: #999999;
    padding-right: 14px;
    font-family: Georgia;
}

.list-cate {}

.list-cate:after {
    content: "";
    display: block;
    clear: both;
}

.list-cate td {
    width: 410px;
    font-size: 14px;
    padding: 10px 10px 20px 10px;
}

.list-cate td:hover {
    background: #EEEEEE;
}

.list-cate p {
    margin: 0 0 10px 0;
}

.list-cate li {
    float: left;
    line-height: 32px;
}

.list-cate em {
    font-style: normal;
    color: #DDDDDD;
    padding: 0 10px;
}

.list-cate i {
    font-style: normal;
    color: #DDDDDD;
    padding: 0 10px;
}

.list-cate2 {
    padding: 0 0 20px 0;
}

.list-cate2:after {
    content: "";
    display: block;
    clear: both;
}

.list-cate2 li {
    width: 116px;
    padding: 0 16px;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
}

.list-cate2 li:hover {
    background: #EEEEEE;
}

.list-cate2 i {
    font-size: 12px;
    font-style: normal;
    color: #666666;
    padding-left: 6px;
}

.list-area:after {
    content: "";
    display: block;
    clear: both;
}

.list-area ul {
    margin-right: -20px;
}

.list-area li {
    width: calc(100% / 8 - 20px);
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border: #eee 1px solid;
    margin: 0 20px 20px 0;
}

.list-area li:hover {
    border: #FF6600 1px solid;
}

.list-area4 {
    padding: 0 0 20px 0;
}

.list-area4:after {
    content: "";
    display: block;
    clear: both;
}

.list-area4 li {
    width: 25%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.list-area4 li:hover {
    background: #EEEEEE;
}

.tab-head {}

.tab-head ul {
    border-bottom: #eee 1px solid;
    height: 32px;
    padding-left: 16px;
}

.tab-head li {
    border-bottom: #eee 1px solid;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 16px;
    float: left;
    font-size: 14px;
}

.tab-head .on {
    border-bottom: #C3272B 3px solid;
    height: 30px;
    line-height: 32px;
}

.tab-head .on span {
    color: #C3272B;
}

/* side */
.side em {
    font-size: 12px;
    font-style: normal;
    color: #999999;
}

.side a {
    width: 90%;
    display: block;
    font-size: 16px;
}

.side input {
    width: 100%;
    box-sizing: border-box;
    border: #eee 1px solid;
    padding: 8px 8px 8px 26px;
    font-size: 14px;
    background: #FFFFFF url('../images/icon-search16.png') no-repeat 6px center;
    outline: none;
    margin: 16px 16px 16px 0;
}

.side input:hover {
    width: 180px;
}

.side_li {
    line-height: 48px;
    height: 48px;
    padding-left: 32px;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 1px;
}

.side_li:hover {
    background: #F1F1F1;
}

.side_on {
    line-height: 48px;
    height: 48px;
    background: #EEEEEE;
    padding-left: 32px;
    overflow: hidden;
}

.warn {
    padding: 30px 100px 30px 200px;
}

.warn div {
    padding: 5px 0 0 60px;
    background: url('../images/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;
}

#powered {
    padding: 6px 0 20px 0;
}


/*分页样式*/
.pglist {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist span {
    color: #fff;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #E60013;
}

.pglist a {
    color: #666;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #E60013;
    border-color: #E60013;
}

.a_title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#site-nav {
    background: rgb(242, 242, 242);
    color: #999;
}

#site-nav .shoptop {
    height: 32px;
    line-height: 32px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    vertical-align: baseline
}

#site-nav .login_info {
    float: left;
}

#site-nav .login_info a {
    padding-left: 20px;
}

#site-nav .login_info a span {
    color: #666;
}

#site-nav .quick-menu {
    position: absolute;
    top: 1px;
    right: 0;
}

#site-nav .quick-menu li {
    float: left;
    position: relative;
}

#site-nav .quick-menu li.home,
#site-nav .quick-menu li.service {
    padding-left: 10px;
    padding-right: 10px;
}

#site-nav .quick-menu li.service a {}

.logo_ss {
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}

.logo_ss .site-name {
    font-size: 24px;
    float: left;
    margin-right: 60px;
}

.sy-link--logo {
    float: left;
}

.sy-link--logo img {
    height: 38px;
}

.sy-link {
    color: #E60013 !important;
    float: left;
    padding-left: 20px;
    height: 55px;
    line-height: 73px;
    font-size: 26px;
}

.qiyei-list {
    padding-bottom: 50px;
}

.qiyei-list ul li {
    float: left;
    margin-right: 20px;
}

.qiyei-list ul li img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 120px;
}

.qiyei-list .pp_content {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.swiper-dongtai {
    height: 600px;
}

/*banner*/
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 40px;
}

.slideBox .hd ul li.on {
    background: #1B70B7;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.index-magazine-list {
    overflow: hidden;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.index-magazine-list .zz {
    width: 220px;
    background: #fff;
    padding: 10px;
    margin: 0 25px 20px 0;
    box-shadow: 5px 3px 9px 3px rgba(0, 0, 0, 0.10)
}
.index-magazine-list .zz:hover{
    box-shadow: 10px 8px 15px 8px rgba(0, 0, 0, 0.15)
}
.index-magazine-list .zz:nth-child(5n){
    margin-right: 0px;
}

.index-magazine-list img {
    width: 100%;
}

.index-magazine-list .zztitle {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}


#header .top-search {
    float: left;
    position: relative;
}

#header .top-search-box {
    height: 40px;
    _height: auto;
    color: #666;
}

#header .top-search-box input {
    vertical-align: middle;
    line-height: 150%;
}

#header .top-search-box .keyword {
    height: 36px;
    width: 560px;
    border: 0px;
    line-height: 36px;
    position: absolute;
    color: #000;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    padding-left: 20px;
}

#header .search-tab-wraper {
    position: absolute;
    z-index: 999;
    width: 110px;
    font-size: 12px;
}

#header .search-tab-wraper .top-search-tab {
    height: 36px;
    border-right: 1px solid #E60013;
    margin: 6px 0 0 18px;
    background: #fff;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}

.xiala {
    position: absolute;
    right: 0;
    top: 5px;
    margin-left: 80%;
}

.xiala img {
    width: 70%;
}

#header .top-search-box .submit {
    width: 120px;
    height: 36px;
    position: absolute;
    border: 0;
    right: 0;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    background: url("../images/search.png") no-repeat 30% center;
    background-color: #E60013;
    background-size: 20%;
    border-radius: 0;
    padding-left: 5%;
}

#header .top-search-box .form-fields {
    position: relative;
    width: 700px;
    height: 36px;
    border: 2px #E60013 solid;
    overflow: hidden;
    top: 4px;
    border-radius: 20px;
}

#header .top-search-box .search-cat {
    display: block;
    background: url(../images/header_sprites.png) 0 -97px;
    width: 70px;
    padding-left: 77px;
    line-height: 36px;
    height: 36px;
    color: #333;
}

#header .top-search-box .search-cat a:hover {
    color: #990000;
}

#header .top-search .action_tab {
    cursor: pointer;
    text-indent: -8px;
    position: absolute;
    z-index: 2;
    border: 1px solid;
    border-color: transparent;
    border-right-color: #eee;
    background: #fff;
    height: 29px;
    line-height: 29px;
    width: 75px;
    text-align: center;
    overflow: hidden;
    top: 6px;
    left: 2px;
}

#header .top-search .action_tab:hover {
    height: 58px;
    border-color: #eee;
    border-top-color: transparent
}

#header .top-search .action_tab .pre2 {
    border-top-color: #fff;
    border-width: 6px;
    top: -13px
}

#header .top-search .action_tab .pre1 {
    border-top-color: #333;
    border-width: 6px;
}

#header .top-search .action_tab .pre {
    right: 5px;
    top: 13px
}

#header .top-search-box2 {
    height: 35px;
    _height: auto;
    color: #666;
}

#header .top-search-box2 input {
    vertical-align: middle;
    line-height: 150%;
}

#header .top-search-box2 .keyword {
    height: 25px;
    width: 453px;
    border: 0px;
    line-height: 22px;
    position: absolute;
    color: #737373;
    text-indent: 10px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

#header .top-search-box2 .kw_bj {
    background: rgb(204, 204, 204);
}

#header .top-search-box2 .index_bj {
    background-position: 3px -229px;
}

#header .top-search-box2 .groupbuy_bj {
    background-position: 3px -210px;
}

#header .top-search-box2 .store_bj {
    background-position: 3px -190px;
}

#header .top-search-box2 .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    border: 0;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    background: url(../images/search_btn.png) no-repeat right;
    line-height: 35px;
    font-family: microsoft yahei;
}

#header .top-search-box2 .form-fields {
    position: relative;
    width: 453px;
    height: 25px;
    overflow: hidden;
}

#header .top-search-keywords2 {
    padding-left: 15px;
    color: #999
}

#header .top-search-keywords2 a {
    color: #999;
    padding: 0 2px;
}

#header .top-search-keywords2 a:hover {
    text-decoration: underline;
}

#header .top-search-keywords {
    margin-top: 10px;
    padding-left: 5px;
    color: #999
}

#header .top-search-keywords a {
    color: #999;
    padding-right: 24px;
}

#header .top-search-keywords a:hover {
    text-decoration: underline;
}

#header .showewm {
    width: 120px;
    float: right;
    text-align: center;
}

#header .showewm img {
    width: 100%;
}

#header .top_right {
    float: right;
}

#header .top_right .kuai {
    text-align: center;
    font-size: 14px;
    float: left;
    padding-left: 40px;
}

#header .top_right img {
    width: 30px;
}


.shipin-photo-list {
    
}

.shipin-photo-list ul li {
    width: 47%;
    float: left;
    background: #fff;
    padding: 1%;
    margin: 1% 2% 1% 0;
    padding-top: 2%;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10)
}
.shipin-photo-list ul li:nth-child(2n){
    margin-right: 0;
}
.shipin-photo-list ul li:hover{
    box-shadow: 10px 8px 15px 8px rgba(0, 0, 0, 0.10)
}

.shipin-photo-list ul li img {
    width: 100%;
    display: block;
}

.shipin-photo-list .m_title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0 0 2% 1%;
}

.shipin-photo-list .gs_title {
    padding: 2% 0 3% 3%;
    background: #333;
    color: #fff;
}

.no_shipin {
    text-align: center;
    padding: 20% 0;
}

.shipin_title {
    padding: 2% 0 3% 3%;
    background: #333;
    color: #fff;
}
.s_left2 input{
    background: #E60013;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border: #eee 1px solid;
    height: 45px;
}
.index_h2-name{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: 100%;
    border-bottom: 1px #eee solid;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.index_h2-name b {
    display: block;
    height: 2px;
    width: 96px;
    background-color: #C3272B;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_h2-name span {
    float: right;
    color: #191c3d;
    font-size: 16px;
    font-weight: normal;
}
.sptj{
    display: block;
    border: 0;
    color: #fff;
    background-color: #C3272B;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    outline: none;
    cursor: pointer;
    transition: all 0.36s ease;
}

.lxwm_ewm{padding: 2% 5%;}
.lxwm_ewm .title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 3%;
    text-align: left;
    padding-bottom: 2%;
}

.lxwm_ewm ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.lxwm_ewm ul li {
    width: 48%;
    text-align: center;
    color: #C91E36;
    font-weight: bold;
    font-size: 14px;
    padding-right: 4%;
}
.lxwm_ewm ul li:nth-child(2n){
    padding-right: 0%;
}

.lxwm_ewm ul li img {
    width: 40%;
    padding-bottom: 2%;
    margin: 0 auto;
}

.lxwm_ewm .tel {
    line-height: 30px;
    height: 30px;
    display: inline-flex;
    padding-bottom: 4%;
}

.lxwm_ewm .tel img {
    width: 25px;
    height: 25px;
    padding-top: 2px;
}


.whatsapp_show{
    border-radius: 15px;
    width: 55%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: fixed;
    right: 60px;
    bottom: 110px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding-left: 5%;
    display: none;
}
.whatsapp_show img{width: 100%;}
.whatsapp_show .whatsapp_pic{float: left; width: 20%; }
.whatsapp_show .tel_show{float: left; color: #E60013; padding-left: 5%; font-size: 16px; font-weight: bold;}

.store_info {
    height: 95px;
    width: 100%;
    background: #E23C3C;
    padding: 1% 0;
}

.store_info .info {
    width: 92%;
    padding: 10px 4%;
    border-bottom: none;
    background:none;
}

.store_info .info .store-block {
    display: block;
    position: relative;
}

.store_info .info .store-block .img {
    display: block;
    width: 85px;
    position: absolute;
}

.store_info .info .store-block .store-text {
    /*margin-left:10px; float:left; */
    position: absolute;
    left: 100px;
}

.store_info .info .store-block .store-text .store-name {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    min-width: 205px;
    text-overflow: ellipsis;
    padding-bottom: 1%;
}

.store_info .info .store-block .store-text .store-info {
    font-size: 14px;
    color: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.store_info .info .store-block .store-text .store-info-duohang {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.store_info .info .store-block .header_btn_wrap {
    position: absolute;
    top: 0px;
    right: -2%;
    color: #005D3B;
    background: #fff;
    border-radius: 10px;
    padding: 1% 3%;
}
.clear{clear: both;}
/* 列表 */
.qyzt_lists {
    overflow: hidden;
    padding-bottom: 1%;
    position: relative;
}

.qyzt_biaoti {
    text-align: center;
}

.qyzt_biaoti .biaoti {
    font-size: 30px;
    line-height: 22px;
    margin-top: 2%;
    color: #E23C3C;
    font-weight: bold;
}

.qyzt_biaoti .biaoti img {
    width: 5px;
    height: 20px;
    margin-right: 10px;
}

.qyzt_lists ul {
    display: flex;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    padding: 2%;
    padding-bottom: 0px;
}

.qyzt_lists ul li {
    width: 23%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
    margin-right: 2%;
}

.qyzt_lists .img-box {
    position: relative;
    display: block;
    padding-top: 100%;
}

.qyzt_lists .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qyzt_lists .info-box {
    padding: 5%;
}

.qyzt_lists .info-box .goods-name {
    color: #000;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.qyzt_qyxx {
    padding: 4% 0;
    background: #E6E6E6;
}

.qyxx_lists {
    padding: 0 2%;
    overflow: hidden;
}


.qyxx_lists ul li img {
    width: 100%;
}


.card_box {
    margin: 0 auto;
    background: #E6E6E6;
    padding: 3%;
    border-radius: 15px;
    padding-bottom: 5%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card_list {
    padding-top: 5%;
    padding-left: 5%;
    color: #999;
}

.card_list ul li {
    line-height: 27px;
    font-size: 14px;
}

.card_list .iconfont {
    font-size: 13px;
}

.card_box .eweima {
    width: 30%;
    margin: 0 auto;
    padding-top: 8%;
}

.card_box .eweima img {
    width: 100%;
}

.qyzt_en_ewm {
    text-align: center;
    padding: 3% 0;
    display: flex;
}

.qyzt_en_ewm .eweima_two {
    width: 50%;
    float: left;
}

.qyzt_en_ewm .eweima_two img {
    width: 200px;
    height: 200px;
}