body {background: #e6e6e6}

*{margin: 0;padding: 0;font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica Neue, Hiragino Sans GB W3, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;}

fieldset,img,input,textarea,button,select {background: none no-repeat scroll; border: 0 none;}

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

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

input,
button,
textarea,
select,
optgroup,
option {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

header,
footer,
section,
nav {min-width: 320px;max-width: 640px;margin: 0 auto}

ol,ul,li {list-style: none;}

a {text-decoration: none;}

a:hover {text-decoration: none;}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.clearfix {
    zoom: 1
}

input,
textarea,
select {
   /* -webkit-appearance: none;*/
    outline: none;
}

input::-webkit-input-placeholder {
    color: #b3b2b2;
}

input:-moz-placeholder {
    color: #b3b2b2;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}
.mt45 {margin-top: 45px;}
.mt60 {margin-top: 60px;}
.mt50 {margin-top: 50px;}

.pf {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

.pf_nav {
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    z-index: 9
}

.title {
    text-align: center;
    line-height: 40px;
    position: relative;
    clear: both;
}

.title .pub_x {
    display: inline-block;
    width: 34px;
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}

.title img {
    width: 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: -2px
}

.title span {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc;
    font-size: 14px;
}

.title i {
    float: right;
    color: #666666;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    right: 10px;
}

.title i img {
    width: 10px;
}

.head_H {
    height: 45px;
    background: #f00;
    position: relative;
}

.head_H .logo { position: absolute; right: 20px;top: 5px;}

.head_H .logo i{
	color:#fff;
	font-size: 23px;
}


.head_H .logo img {
    width: 73px;
}

.head_H p {
    text-align: center;
    line-height: 45px;
    color: #FFF;
    font-size: 17px;
}

.head_H .jj1 {
	width: 60%;
    position: absolute;
    top: 0;
    left: 20%;
}

.head_H .jj2 {
    margin: 0px 72px 0 63px;
}

.head_H .search_box {
    height: 30px;
    padding: 10px 0 0 0;
}

.head_H .search_box .search {
    /*background: url(../images/search.png) no-repeat #e2e2e1 8px center;*/
    background: #FF7878;
    background-size: 15px;
    height: 30px;
    border-radius: 5px;
    padding: 0 41px 0 33px;
}

.head_H .search_box .search .inp_txt {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
}

.head_H .search_box .search .inp_sub {
    width: 41px;
    height: 30px;
    background: url(../images/search_sub.png) no-repeat center center;
    background-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.head_H .icon_fl {
    width: 26px;
    right: 24px;
}

.head_H .icon_home {
    right: 82px;
}

.head_H .pub_sty {
    font-size: 11px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 12px;
    width: auto;
    margin: 0;
}

.head_H .pub_sty a {
    color: #FFF
}

.head_H .pub_sty a img {
    width: 24px;
}

.head_H .pub_sty img {
    width: 22px;
    display: block;
    margin: 0 auto
}

.head_H .fh {
    position: absolute;
    left: 23px;
    top: 11px;
    width: 16px;
    height: 29px;
    background: url(../images/fh_icon.png) no-repeat;
    background-size: 16px;
}

.head_H .fh a {
    display: block;
    width: 100%;
    height: 29px;
}

.head_H .search_box .inp_sub {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 52px;
    height: 29px;
    background: #e2e2e1;
    border-radius: 4px;
    color: #dc2727;
    font-size: 14px;
}


/* 浮动搜索 begin */

.fd_search {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: rgba(0, 124, 194, 0.9);
    height: 49px;
    z-index: 999;
    border-bottom: solid 1px #e5e5e4;
    box-shadow: 0px 1px 5px #ccc;
}

.fd_search .search_box {
    margin: 8px 57px 0 10px;
    height: 30px;
    /*background: #e2e2e1;*/
    background: #7DD1F3;
    border-radius: 5px;
}

.fd_search .search_box .search_nr {
    height: 30px;
    padding: 0 0 0 33px;
    background: url(../images/search.png) no-repeat 8px center;
    background-size: 15px;
}

.fd_search .search_box .search_nr .inp_txt {
    font-size: 12px;
    height: 30px;
    width: 100%;
}

.fd_search .inp_sub {
    font-size: 14px;
    /*color: #ff5554;*/
    color:#fff;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 42px;
    height: 30px;
}


/* 浮动搜索 end */

.nav1 {
    background: #FFF;
    padding: 0 0 10px 0;
    overflow: auto;
}

.nav1 li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12px;
    margin: 15px 0 0 0
}

.nav1 li a {
    color: #333333
}

.nav1 li img {
    display: block;
    margin: 0 auto;
    width: 35px;
}

.nav1 li em {
    line-height: 20px;
}

.sjtj {
    background: #FFF;
    margin-top: 10px;
}

.sjtj .sjtj_box1 {
    border-top: solid 1px #e6e6e6;
}

.sjtj .sjtj_box1 li {
    margin: 0 30px 0 85px;
}

.sjtj .sjtj_box2 li {
    margin: 0 30px 0 0px;
}

.sjtj .sjtj_box {
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}

.sjtj .sjtj_box img {
    width: 70px;
    border-right: solid 1px #f4f4f4;
    padding-right: 5px;
    vertical-align: -1px;
    position: absolute;
    left: 0px;
    top: 13px
}

.sjtj .sjtj_box ul li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.sjtj .sjtj_box ul li span {
    float: right;
    padding-left: 15px;
    background: url(../images/icon_xin.png) no-repeat left center;
    background-size: 10px
}

.sjtj .sjtj_box a {
    display: block;
    color: #333333
}

.sjtj .sjtj_box em {
    width: 10px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../images/icon_gd.png) no-repeat left center;
    background-size: 10px;
}

.ind_cont1,
.ind_cont2,
.ind_cont3,
.ind_cont4,
.ind_cont5 {
    background: #FFF;
    overflow: auto;
}

.ind_cont1 ul {
    width: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
}

.ind_cont1 ul li {
    width: 33%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    padding: 10px 0 4px 0;
}

.ind_cont1 ul li strong,
.ind_cont1 ul li p {
    padding-left: 10px;
}

.ind_cont1 ul li a {
    display: block;
}

.ind_cont1 ul li strong {
    font-size: 14px;
    color: #333333;
    font-weight: bold
}

.ind_cont1 ul li p {
    color: #aeaeae;
    font-size: 10px;
}

.ind_cont1 ul li img {
    width: 32px;
    margin: 10px auto;
    display: block
}

.ind_cont1 ul li.one img {
    width: 29px;
}

.ind_cont1 ul li.two {
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6
}

.ind_cont1 ul li.two img {
    margin: 13px auto 10px auto
}

.ind_cont1 ul li.three img {
    margin: 13px auto 10px auto
}

.ind_cont2 {}

.ind_cont2 .cont2_nr {}

.ind_cont2 .cont2_nr li {
    float: left;
    width: 25%;
    margin: 0 0 10px 0
}

.ind_cont2 .cont2_nr li a {
    width: 70%;
    margin: 0 auto;
    display: block;
    color: #e72701;
    font-size: 12px;
    border: solid 1px #e72701;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
}

.ind_cont3 {}

.font_list {
    margin: 0 10px;
}

.font_list li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #e6e6e6
}

.font_list a {
    color: #333333;
    font-size: 14px;
}

.font_list i {
    font-style: normal;
}

.font_list i a {
    color: #e73535;
}

.font_list span {
    float: right;
    font-size: 12px;
    color: #929292
}

.font_list span img {
    width: 12px;
    margin-right: 5px;
}

.ind_cont4 {}

.img_list {
    border-top: solid 1px #e6e6e6;
}

.img_list li {
    float: left;
    width: 33%;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    text-align: center;
    padding: 6px 0 0 0
}

.img_list li a {
    display: block;
    color: #999999;
    font-size: 12px;
}

.img_list li img {
    width: 90%;
    display: block;
    margin: 0 auto;
	width: 94px;
    height: 44px;
}

.img_list li em {
    line-height: 24px;
    height: 24px;
    overflow: hidden
}

.ind_cont5 { margin-top:20px;}

.hh_list li {
    border-bottom: solid 1px #e6e6e6;
    padding: 12px 0 12px 120px;
    position: relative;
}

.hh_list li span{ margin-right:10px;}

.hh_list li a {
    display: block;
    color: #5f5e5e;
    font-size: 12px;
}

.hh_list li .com_logo {
    width: 90px;
	height:90px;
    position: absolute;
    left: 10px;
}

.hh_list li strong {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    display: block;
}

.hh_list li strong img {
    position: inherit;
    width: 14px;
    margin: 0 0 0 5px;
    vertical-align: -1px;
}

.hh_list li strong img.v_icon {
    width: 12px;
}

.hh_list li p {
    line-height: 19px;
    height: 19px;
    margin-right: 10px;
}

.hh_list li p.top {
    overflow: hidden;
}

.hh_list li p.bot {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 5px;
}

.hh_list li p.bot span {
    color: #ff7870
}

.hh_list li .bot_bq {
    clear: both;
    padding: 5px 0 5px 0;
    overflow: hidden;
}

.hh_list li em {
    font-size: 10px;
    border: solid 1px #c6c9ce;
    color: #a3a8ad;
    padding: 0 3px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: block;
    float: left
}

footer {
    background: #f8f8f8
}

footer .fot_top {
    text-align: center;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #e6e6e6;
}

footer .fot_top span {
    width: 48px;
    display: inline-block;
    text-align: center;
    mar;
    margin: 0 4px;
}

footer .fot_top span.hover a {
    color: #272636
}

footer .fot_top span img {
    width: 33px;
    display: block;
    margin: 0 auto;
}

footer .fot_top span a {
    color: #848585;
    font-size: 12px;
}

footer .fot_bot {
    text-align: center;
    color: #848585;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
}


/* 列表页 begin */

.list_n {
    display: none;
    background: #FFF;
}

.nav2 {
    position: relative
}

.nav2 em {
    display: block;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 31px;
    top: -4px;
    background: url(../images/sj_icon.png) no-repeat center top;
    background-size: 8px;
}

.nav2 li {
    float: left;
    width: 33.3%;
    border-bottom: solid 1px #e6e6e6
}

.nav2 li a {
    color: #666666;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 45px;
}

.nav2 li a i {
    display: inline-block;
    width: 1px;
    height: 45px;
    background: #e6e6e6;
    float: right;
}

.nav2 li img {
    width: 21px;
    vertical-align: -6px;
    margin-right: 8px;
}

.zzc {
    display: none;
    background: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0
}

.hot_search {}

.hot_search .title {
    padding: 10px;
}

.hot_search li {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
}

.hot_search li a {
    display: block;
    width: 80%;
    border: solid 1px #e1e1e1;
    line-height: 32px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.list_sx {
    background: #FFF;
    height: 48px;
    border-bottom: solid 1px #f0f2f6;
    position: relative
}
.list_sx ul{ margin:0; padding:0;}

.list_sx li {
    float: left;
    width: 33.3%;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}

.list_sx li,
.list_sx li a {
    color: #051b28
}

.list_sx li i {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../images/fx_x.png) no-repeat left center;
    background-size: 8px;
    vertical-align: 2px;
    margin: 0 0 0 5px
}

.list_sx li em {
    width: 1px;
    height: 32px;
    margin-top: 8px;
    float: right;
    background: #f0f2f6
}

.list_sx li.hover .nr_box {
    display: block;
}

.list_sx li.hover i {
    background: url(../images/fx_s.png) no-repeat left center;
    background-size: 8px;
}

.list_sx li .nr_box {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 49px;
    right: 0;
    z-index: 9;
}

.list_sx li .nr_box p {
    display: block;
    width: 100%;
    line-height: 40px;
    border-bottom: solid 1px #f0f2f6;
    text-align: left
}

.list_sx li .nr_box p a {
    display: block;
    width: 100%
}

.list_sx li .nr_box p a span {
    padding-left: 20px;
}


/* 列表页 end */

.search_cont1 {
    overflow: auto
}

.search_cont1 ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}

.search_cont1 ul li a {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    border-right: solid 2px #e6e6e6;
    border-bottom: solid 2px #e6e6e6;
    border-radius: 4px;
    line-height: 34px;
    font-size: 14px;
    color: #000000
}

.pub_title2 {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold
}

.pub_title2 img {
    width: 15px;
    margin-right: 5px;
    vertical-align: -1px
}

.search_cont2 {
    overflow: auto
}

.pub_list1 {
    margin-right: 10px;
}

.pub_list1 li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 16px;
}

.pub_list1 li a {
    display: block;
    color: #333333;
    font-size: 14px;
    margin: 0 0px 0 10px;
    background: #FFF;
}

.pub_list1 li img {
    width: 100%;
    display: block;
}

.pub_list1 li em {
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
}

.cnxh {
    background: #FFF;
    padding-top: 5px
}

.list_f {}

.list_f li {
    margin: 0 10px;
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}

.list_f li a {
    color: #333333;
    font-size: 14px;
}

.list_f li a.fl {
    color: #e73535
}

.list_f li span {
    float: right;
    font-size: 12px;
    color: #929292;
    padding-left: 19px;
    background: url(../images/wz.png) no-repeat left center;
    background-size: 12px;
}

.list_img {
    margin-right: 10px;
    overflow: auto;
}

.list_img span {
    display: block;
    width: 33.3%;
    float: left;
    margin-bottom: 10px;
}

.list_img span a {
    display: block;
    margin-left: 10px;
}

.list_img span img {
    display: block;
    width: 100%;
}


/*创业好店 begin */

.hd_cont1 {
    background: #FFF;
    padding: 20px 0
}

.hd_cont1 dt {
    width: 133px;
    height: 35px;
    margin: 0 auto 10px auto;
}

.hd_cont1 dt img {
    width: 133px;
    display: block;
}

.hd_cont1 dd {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    width: 202px;
    margin: 0 auto;
}

.hd_cont1 dd img {
    width: 15px;
    vertical-align: -1px;
    margin: 0 5px 0 0
}


/*创业好店 end */


/*先行赔付 begin */

.xxpf_cont1 {
    background: #FFF;
}

.xxpf_cont1 h2 {
    text-align: center;
    color: #333333;
    font-size: 17px;
    padding: 30px 0 20px 0
}

.xxpf_cont1 img {
    width: 277px;
    display: block;
    margin: 0 auto
}

.xxpf_cont1 .cont1_nr {
    padding: 20px 15px;
    font-size: 12px;
    color: #333333;
    line-height: 21px;
}

.xxpf_cont1 .cont1_nr h3 {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.xxpf_cont1 .cont1_nr strong {
    font-weight: bold;
    color: #ff8351
}

.xxpf_cont1 .cont1_nr span {
    color: #8e8e8e;
    font-size: 10px;
}

.about_xxpf {
    height: 47px;
    background: #fff5e5;
    line-height: 47px;
}

.about_xxpf .xxpf_fd {
    height: 47px;
    padding: 0 50px 0 10px;
    font-size: 14px;
    position: relative;
}

.about_xxpf .xxpf_fd a {
    color: #fd9c00;
    display: block;
    float: left;
    width: 100%;
}

.about_xxpf .xxpf_fd a img {
    width: 16px;
    vertical-align: -3px;
    margin-right: 5px;
}

.about_xxpf .xxpf_fd span {
    float: right;
    display: block;
    width: 40px;
    height: 47px;
    background: url(../images/icon_close.png) no-repeat center center;
    background-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
}


/*先行赔付 end */


/*全部分类 begin */

.all_fl {
    position: relative;
}

.fl_left {
    background: #FFF;
    width: 135px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fl_left ul {
    margin-top: 10px;
}

.fl_left li {
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #323232;
    font-size: 15px;
}

.fl_left li.active i {
    display: block
}

.fl_left li i {
    display: none;
    width: 8px;
    height: 16px;
    position: absolute;
    right: -1px;
    top: 19px;
    z-index: 8;
    background: url(../images/sj_left.png) no-repeat;
    background-size: 8px;
}

.fl_left li img {
    width: 19px;
    vertical-align: -6px;
    margin-right: 5px;
}

.fl_right {
    margin-left: 136px;
    overflow: auto;
    background: #efefef;
    min-height: 440px;
}

.fl_right .right_top {}

.fl_right .right_top ul {
    margin-right: 10px;
    overflow: auto;
}

.fl_right .right_top li {
    float: left;
    width: 50%;
    margin: 18px 0 0 0
}

.fl_right .right_top li a {
    display: block;
    margin-left: 10px;
    display: block;
    line-height: 32px;
    background: #FFF;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    text-align: center;
    color: #323232;
    font-size: 14px;
}

.fl_right .right_bot {
    margin-top: 20px;
}


/*全部分类 end */


/*关于我们 begin */

.about_cont {
    background: #FFF
}

.about_cont .cont_nr {
    padding: 20px 15px;
}

.about_cont .cont_nr img {
    width: 105px;
    display: block;
    margin: 10px auto 0 auto;
}

.about_cont .cont_nr p {
    color: #444444;
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
}


/*关于我们 end */


/*加载更多 begin */

.more-loading {
    text-align: center;
    height: 10px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
    width: 108px;
    display: none;
}

.more-loading span {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 12px;
    background: #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.spinner {
    display: block;
}

.spinner span {
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;

    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.more-btn {
    display: block;
    color: #333;
    text-align: center;
    line-height: 35px;
}


/*加载更多 end */


/*留言成功 begin */

.success_cont1 {
    background: #FFF;
}

.success_cont1 .cont1_nr {
    width: 261px;
    margin: 0 auto;
    color: #000000;
    line-height: 26px;
    font-size: 14px;
    padding: 35px 0;
    overflow: auto;
}

.success_cont1 .cont1_nr img {
    width: 71px;
    float: left;
    vertical-align: -5px;
    margin-right: 25px;
}

.success_cont1 .cont1_nr span {
    display: block;
    float: left
}

.success_cont1 .cont1_nr a {
    color: #ff5554;
    text-decoration: underline
}


/*留言成功 end */


/*详情页 begin */

.pub_cont1 {
    background: #FFF
}

.pub_cont1 .cont1_box {
    padding: 0 0 0 23px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.pub_cont1 .cont1_box h2 {
    font-weight: bold
}

.pub_cont1 .cont1_box span {display: block; float: right; width: 78px;height: 29px; line-height: 29px; margin: 10px 10px 0 0;    position: relative;}

.pub_cont1 .cont1_box span a {
    display: block;
    width: 100%;
    height: 29px;
    border-radius: 50px;
    /*background: #ff5554;*/
    background:#fe9402;
    color: #FFF
}

.pub_cont1 .cont1_box span img {
    width: 24px;
    position: absolute;
    top: 2px;
}

.pub_cont1 .cont1_box span.xq_F img {
    right: 3px
}

.pub_cont1 .cont1_box span.xq_F em {
    margin: 0 0 0 12px
}

.pub_cont1 .cont1_box span.xq_T img {
    left: 3px;
}

.pub_cont1 .cont1_box span.xq_T em {
    margin: 0 0 0 33px
}

.wzb {
    padding: 0 0 10px 0
}

.xq_cont1 {}

.xq_cont1 img {
    width: 100%;
    display: block
}

.xq_cont2 {
    background: #fff
}

.xq_cont2 .cont2_box {
    padding: 15px 0 20px 23px;
    color: #5f5e5e;
    font-size: 12px;
    line-height: 24px;
}

.xq_cont2 .cont2_box strong {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    display: block;
    line-height: 21px;
    padding: 7px 0 7px 0
}

.xq_cont2 .cont2_box p {}

.xq_cont2 .cont2_box p.hei {
    height: 21px;
    overflow: hidden
}

.xq_cont2 .cont2_box p span {
    display: inline-block;
    margin-right: 10px;
    color: #838383
}

.xq_cont2 .cont2_box p span img {
    width: 12px;
    vertical-align: -2px;
    margin-right: 5px;
}

.xq_cont2 .cont2_box p em {
    display: inline-block;
    color: #a9aeb2;
    border: solid 1px #a9aeb2;
    border-radius: 3px;
    line-height: 13px;
    margin: 6px 10px 2px 0;
    padding: 1px 2px 0 2px;
}

.xq_cont3 {
    background: #FFF;
    overflow: auto;
    padding: 10px 0 0 0
}

.xq_cont3 h3 {
    height: 26px;
}

.xq_cont3 span {
    display: block;
    float: left;
    background: #eef6ff;
    font-size: 14px;
    color: #5f5e5e;
    line-height: 26px;
    height: 26px;
    padding: 0 15px 0 10px;
    border-radius: 0 20px 20px 0
}

.xq_cont3 span img {
    height: 16px;
    vertical-align: -2px;
    margin-right: 5px
}

.xq_cont3 p {
    display: block;
    margin: 15px 20px 25px 20px;
    color: #5f5e5e;
    line-height: 23px;
    font-size: 13px;
}

.xq_cont3 .content{ margin:10px;}

.td_ts {
    background: #f0f2f6;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 55px;
}

.xq_bot {
    padding: 10px 0 47px 0
}

.ggy_fd {
    height: 47px;
    background: #f2f5f5;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.ggy_fd div {
    height: 47px;
    text-align: center;
    float: left;
}

.ggy_fd .lqhb {
    background: url(../images/1px.png) no-repeat right top
}

.ggy_fd .lqhb,
.ggy_fd .tonH {
    width: 20%;
    float: left;
    color: #838383;
    font-size: 12px;
}

.ggy_fd .lqhb img,
.ggy_fd .tonH img {
    display: block;
    margin: 6px auto 2px auto;
    height: 19px;
}

.ggy_fd .tonH a em {
    color: #838383;
}

.ggy_fd .wyly,
.ggy_fd .zxzx {
    width: 100%;
    line-height: 47px;
    color: #FFF;
    font-size: 14px;
}

.ggy_fd .wyly img,
.ggy_fd .zxzx img {
    height: 19px;
    margin-right: 5px;
    vertical-align: middle
}

.ggy_fd .wyly a {
    display: block;
    width: 100%;
    height: 47px;
    color: #FFF;
    background: #fe9402
}

.ggy_fd .zxzx {
    background: #dd2727
}

.ggy_fd .zxzx a {
    color: #FFF
}


/*详情页 end */


/*领取红包 begin */

.tk_box {
    display: none;
    position: fixed;
    width: 256px;
    left: 50%;
    top: 50%;
    margin-left: -138px;
    margin-top: -87px;
    background: #FFF;
    padding: 35px 10px 10px 10px;
    border-radius: 10px;
    z-index: 10
}

.tk_box input::-webkit-input-placeholder {
    color: #c2c1c1;
}

.tk_box input:-moz-placeholder {
    color: #c2c1c1;
}

.tk_box .tk_lqhb {
    width: 70px;
    height: 70px;
    position: fixed;
    left: 50%;
    margin: -130px 0 0 -40px;
    top: 50%;
    background: url(../images/tk_hb.png) no-repeat;
    background-size: 70px;
}

.tk_box .tk_dh {
    width: 70px;
    height: 70px;
    position: fixed;
    left: 50%;
    margin: -130px 0 0 -40px;
    top: 50%;
    background: url(../images/tk_dh.png) no-repeat;
    background-size: 70px;
}

.tk_box .hb p.yzxx {
    font-size: 14px;
    color: red
}

.tk_box .hb p {
    margin-bottom: 10px;
}

.tk_box .hb p input {
    background: #f5f5f5;
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    line-height: 36px;
    font-size: 14px;
}

.tk_box .hb p input.wid1 {
    width: 137px;
    padding: 0 10px;
}

.tk_box .hb p input.wid2 {
    width: 236px;
    padding: 0 10px;
}

.tk_box .hb p input.wid3 {
    width: 100%;
}

.tk_box .hb p .hqyzm {
    float: right;
    width: 92px;
    height: 37px;
    border: solid 1px #dd2727;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    color: #666666;
    font-size: 13px;
}

.tk_box .hb p .inp_sub {
    background: #ccc;
    border: solid 1px #ccc;
    color: #FFF;
    font-size: 13px;
}

.tk_box .hb p .col {
    background: #dd2727;
}

.tk_box .hb_suc {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    padding: 10px 0 15px 0
}

.tk_box .hb_suc span {
    font-size: 16px;
    color: red;
    font-weight: bold
}

.tk_box .hb_suc strong {
    font-weight: bold
}

.tk_box .hb_suc .zkk {
    color: #fff;
    background: #dd2727;
    margin: 10px 50px;
    line-height: 35px;
    border-radius: 5px;
}

.tk_box .hb_ts {
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 30px;
}

.tk_box .hb_ts strong {
    font-size: 16px;
    font-weight: bold;
    color: #dd2727;
}

.tk_box .fon {
    color: #051b28;
    font-size: 17px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.tk_box .hide {
    display: none;
}


/*领取红包 end */


/* 留言板 begin */

.new_lyb {
    padding-bottom: 10px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    margin: 10px auto 0 auto;
    background: #FFF;
    box-shadow: 0px 0px 10px #d0d0d0;
}

.new_lyb h2 {
    height: 42px;
    line-height: 42px;
    background: #ff484c;
    color: #fff;
    font-size: 17px;
    padding: 0 10px;
    font-weight: bold;
    text-align: left
}

.new_lyb h2 img {
    width: 18px;
    margin-right: 5px;
    vertical-align: -3px;
}

.new_lyb h2 span {
    color: #fffc00
}

.new_lyb .bai_box {
    background: #FFF;
    padding: 0 10px;
}

.new_lyb .sub_box {
    margin: 10px 10px 0 10px;
}

.new_lyb .inp_sub {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ff484c;
    border-radius: 5px;
}

.new_lyb .bai_box p {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 40px;
    border-bottom: solid 1px #ebebeb;
    margin-left: 30px;
    position: relative
}

.new_lyb .bai_box p img {
    width: 22px;
    position: absolute;
    left: -32px;
    top: 10px;
}

.new_lyb .bai_box p label {
    color: #333333;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 0
}

.new_lyb .bai_box p .inp_text {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.new_lyb input::-webkit-input-placeholder {
    color: #cccccc;
}

.new_lyb input:-moz-placeholder {
    color: #cccccc;
}


/* 留言板 end */


/* 面包屑 begin */

.mbx {
    background: #ffffff;
    border-bottom: solid 1px #e6e6e6;
    height: 49px;
    line-height: 49px;
}

.mbx .mbx_box {
    margin: 0 10px;
    font-size: 14px;
}

.mbx .mbx_box span {
    color: #f23939;
}


/* 面包屑 end */


/* 没数据 begin */

.msj {
    background: #FFF;
    text-align: center;
    padding: 20px 0
}

.msj img {
    width: 80px;
    vertical-align: -26px;
    margin-right: 10px;
    display: inline-block;
}

.msj span {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

.msj span a {
    display: block;
    width: 100px;
    background: #ff5554;
    color: #FFF;
    margin: 0 auto;
    border-radius: 3px;
}


/* 没数据 end */
.p_icons_account{ background: #007CC2; padding-top:10px;}
.p_icons_account ul{ margin:0; padding:0;}
.p_icons_account ul li{ float:left; width:33.33%; text-align:center; line-height:normal;}
.p_icons_account ul li a{ color:#fff;}
.p_icons_account ul li i{ font-size:50px; color:#fff;}
.p_icons_account ul li p{ height:40px; margin:0; font-size:1em;}

.boxmenu { border-top:1px solid #ccc; text-align:center;}
 
.boxmenu a{color:black; text-align:center; padding:10px 10px; display:inline-block;}

.b_color_w {background: #fff;}
.case_thumb{ padding-bottom: 100%; background-size: cover;}
.am-gallery-default .am-gallery-title {padding: 0 5px;margin-top: 5px;color: #878787;font-size: 1.4rem;display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal; text-overflow: ellipsis; line-height: 18px; text-align:center;}
	
	
/**********  联盟商家  ***************/
.city-list li{ border-bottom: 1px solid #ddd;  padding: 0 5%; line-height: 4rem;}
.city-list{ width: 100%;}
.city-list li a{ color: #333; display: block;}

.no_data {text-align: center;margin-top: 30px;color: #999;}