@charset "utf-8";

/*!
	by tsz 2014.12.8

	/*@ 此类注释代表一个样式组的开始 *\/
	/*@@ 此类注释代表一个样式组的结束 *\/
*/

/*@ reset */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
legend {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
}

html {
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    line-height: normal;
    font-family: Arial;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

em,
i,
small {
    font-weight: normal;
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #dd2727;
}

/*a:active {
    color: currentColor;
    text-decoration: none;
}*/

a:link {
    /*color: currentColor;*/
    text-decoration: none;
}

fieldset,
img,
html,
body,
iframe {
    border: none;
}

input,
select,
label,
img {
    vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
    border: none;
    background: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: middle;
}

input[type="button"] {
    cursor: pointer;
}

textarea,
input,
button,
select,
pre,
option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

a,
button {
    cursor: pointer;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

:focus {
    outline: none;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
a[rel~="nofollow"],
a[rel~="nofollow"] * {
    outline-offset: 0em !important;
    outline: none !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th, td {
    padding: 0;
}

/*@@ reset */

/*@ 工具类 */

/*@ clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

/*@@ clearfix */

/*@ position abbr to pos start */
.pos-static {
    position: static;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.fixed-top {
    top: 0;
}

/*@ display abbr to dis start */
.dis-none {
    display: none;
}

.dis-inline {
    display: inline;
}

.dis-block {
    display: block;
}

.dis-inline-block {
    display: inline-block;
}

/*@ text-align abbr to text start */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*@ text-indent, 适合首行缩进和细微调整文字间距 */
.text-indent-1 {
    text-indent: 1em;
}

.text-indent-2 {
    text-indent: 2em;
}

/*@ vertical-align */
.va-top {
    vertical-align: top;
}

.va-mid {
    vertical-align: middle;
}

/*@ float */
.float-left, .fl {
    float: left;
}

.float-right, .fr {
    float: right;
}

.float-none, .fn {
    float: none;
}

/*@ margin-top */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt38 {
    margin-top: 38px;
}

.mt40 {
    margin-top: 40px;
}

/*@ margin-right */
.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr40 {
    margin-right: 80px;
}

.mr80 {
    margin-right: 80px;
}

/*@ margin-bottom */
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

/*@@ margin-bottom */

/*@ margin-left */
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 10px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

/*@@ margin-left */

/*@ padding-top */
.pt5 {
    padding-top: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

/*@@ padding-top */

/*@ padding-right */
.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

/*@@ padding-right */

/*@ padding-bottom */
.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

/*@ padding-left */
.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl50 {
    padding-left: 50px;
}

/*@ font-size */
.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f48 {
    font-size: 48px;
}

/*@ font-weight */
.ft-bold {
    font-weight: bold;
}

.ft-normal {
    font-weight: normal;
}

/*@ font-family */
.ft-yahei {
    font-family: "Microsoft Yahei", arial, sans-serif;
}

/*@ line-height */
.lh20 {
    line-height: 20px;
}

.lh32 {
    line-height: 32px;
}

.lh64 {
    line-height: 64px;
}

/*@ color for pupuwang */
.text-attention {
    color: #dd2727
}

.text-plain {
    color: #fff;
}

/* 级别超高, 颜色越深 */
.text-muted-1 {
    color: #999;
}

.text-muted-2 {
    color: #666;
}

.text-muted-3 {
    color: #333;
}

/*@ background-color */

.bg-attention {
    background-color: #dd2727;
}

.bg-muted-1 {
    background-color: #999;
}

.bg-muted-2 {
    background-color: #666;
}

.bg-muted-3 {
    background-color: #333;
}

/*@ 默认着重边框样式 bb -> border-bottom */
.attention-bb-2 {
    border-bottom: 2px solid #dd2727;
}

.red {
    color: #dd2727;
}

.red-339933 {
    color: #dd2727;
}

.info-search-div .blue {
    color: #0055aa;
}

.orange {
    color: #f36f20;
}

.green {
    color: #57b528;
}

.gray {
    color: #999;
}

.hei {
    color: #333;
}

.gray-666 {
    color: #666;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%
}

.fb {
    font-weight: bold;
}

/*@ visibility */
.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

/*@ cursor */
.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/*@ 语义类 */
.title-level-2 {
    font: 32px 'Microsoft YaHei', SimSun;
    line-height: 1;
}

.title-level-3 {
    height: 46px;
    font: 16px 'Microsoft YaHei', SimSun;
    line-height: 32px;
}

.img-circle {
    border-radius: 50%;
}

.img-responseive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*@ 引号效果 */
.quote:before {
    background: transparent url("../../img/common/public.png") no-repeat scroll;
}

.quote.quote-default:before {
    position: absolute;
    margin-left: -25px;
    width: 20px;
    height: 20px;
    content: '';
}

/* 前置引号通过背景图获取 */
.quote.quote-default.quote-icon-pre:before {
    background-position: -39px -71px;
}

/* 表单项必填前的星号 */
.required:before {
    padding-right: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #f00200;
    content: '*';
}

/*@@ 工具方法 */

body {
    font-family: "Microsoft Yahei", arial, sans-serif;
}

#tq_as {
    display: none;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.cf {
    zoom: 1;
}

/*icons*/

.geren,
.headertop .city i,
.topbar .city i,
.fabubtn,
.logo,
.logoR,
.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter,
.nav li,
.nav .phone,
.onemainL-leftcontul li .check span,
.onemainL-bottom dd b,
.onemainR-top li dl dt b,
.onemainR-middle .anlinum li span,
.onemainR-middle .anlinum li.spits,
.facetoface li .three dd .p3 span,
.facetoface li .three dd .p3 font,
.twomainR-tabcontlist li dt b,
.shangpuzs dt b,
.hotshengyizr li .bophone,
.hotzulinlist li dd .p2 b,
.footerul li .p1 a,
.footerul li.curr .icon,
.xingxing,
.xingxing font,
.cjicon,
.weixin,
.weixinpic,
.scrollicon .leftbtn,
.scrollicon .rightbtn,
.zhuyeL-bottom b,
.fabusuccess b,
.cgpipeilist li .pipeidu,
.cgpipeilist li .p5 b,
.zhuandianpgleft,
.rightfloating li > a,
.subscroll-close,
.banner_index .btnPre,
.banner_index .btnNext,
.indexBanner_num a,
.fabulist li dd .checkyetai span,
.fabulist li dd .mapbiaozhu span,
.fabuarrow .zhankaimore b,
.fabuarrow .pinggugoon,
.popfloating dd .p1 b,
.popfloating dd li span b,
.haowenshare b,
.hotpaihang li b,
.zhanwuxinxi dt,
.hotpaihang dt span,
.gonglueRdl dt span,
.zixunnewstabcont li dd .p3 .dianzan b,
.zixunnewstabcont li dd .p3 .fenxiang b,
.yijiejuewtlist li .p3 a b,
.zixunnewstabcont li dt span,
.zixunnewstabcont li dd .p1 b,
.onemainL-right li i,
.banner_syzricon span,
.newsscroll i,
.onemainL-rightsub .p1 b,
.arrow-right-box,
.arrow-left,
.arrow-right,
.arrow-left-b,
.arrow-right-b,
.icon-mobile,
.icon-mobile-hl,
.icons {
    background: url(../../images/common/background.png) no-repeat;
    display: inline-block;
}

.w {
    margin: 0 auto;
}

.layout-1190 .w {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    /*reset*/
}

.layout-1190 .mt20 {
    margin-top: 20px;
}

.por {
    position: relative;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.tc {
    text-align: center;
}

.spLine {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    height: 10px;
}

.hl {
    color: #dd2727;
}

/*font*/

.city b,
.sublogo,
.btn-issue-top,
.hearderMcont .btn,
.nav li,
.title h2.span,
.title em,
.hotlinktab li,
.footerul li .p2 {
    font-family: \5FAE\8F6F\96C5\9ED1, "Microsoft Yahei", serif;
}

/*旧页头*/
.headertop ul {
    margin-top: 12px;
    line-height: 14px;
}

.divide {
    margin: 0 10px;
}

#denglu {
    border-right: 1px solid #999;
}

.headertop ul {
    position: relative;
    right: -25px;
    color: #666;
}

.headertop ul li:nth-of-type(1) {
    background-image: none;
}

.headertop ul li {
    background-position: -657px -34px;
}

.headertop ul li.first,
.nav li.first {
    background: none;
}

.headertop ul li a .geren {
    background-position: -653px 0;
    width: 5px;
    height: 3px;
    margin-left: 7px;
    vertical-align: middle;
}

.headertop ul li a:hover .geren,
.headertop ul li a.hover .geren {
    background-position: -629px 0;
}

.headertop p {
    line-height: 36px;
}

.headertop .city b {
    font-weight: normal;
}

.headertop .city i {
    background-position: 0 10px;
    width: 17px;
    height: 24px;
    vertical-align: top;
}

* + html .headertop .city i {
    background-position: 0 0;
    height: 14px;
}

.headertop .city a {
    padding: 0 15px 0 8px;
}

.headertop .u-tophd {
    overflow: hidden;
    position: relative;
    /*background-color:#f5f5f5;*/
    border: 1px #f5f5f5 solid;
    z-index: 1002;
    _display: inline;
    _zoom: 1;
}

.headertop .u-tophd a {
    float: left;
    display: inline;
}

.headertop .hover .u-tophd a {
    color: #dd2727;
}

.headertop .hover .geren {
    background-position: -629px 0;
}

.headertop .hover .u-tophd {
    background: #fff;
    border: 1px solid #eee;
    border-bottom-style: none;
    padding: 12px 16px 10px 15px;
    margin-left: -15px;
    margin-right: -16px;
    margin-top: -12px;
}

.headertop .u-topbd {
    position: relative;
    margin-top: -1px;
    display: none;
    z-index: 1001;
}

.headertop .hover .u-topbd {
    display: block;
}

.headertop .u-topbd ul {
    position: absolute;
    z-index: 1005;
    zoom: 1;
    left: -15px;
    top: -12px;
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 0;
    width: 130px;
}

.headertop .u-topbd ul li {
    background: none;
    width: 100%;
}

.headertop .u-topbd ul li a {
    line-height: 24px;
    width: 100%;
    display: block;
}

.headertop .u-topbd ul li a span.fr {
    color: #999;
    padding-right: 30px;
}

.fabubtn {
    background-position: -475px -10px;
    width: 162px;
    height: 36px;
    margin-top: 26px;
}

.fabubtn:hover {
    background-position: -220px -98px;
}

.logo {
    float: left;
    /* background: url(../../img/new-img/logo.png) 0 0 no-repeat; */
    width: 142px;
    height: 60px;
    margin-top: 6px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}

/*.logoR {*/
/*float: left;*/
/*background-position: -157px -34px;*/
/*width: 138px;*/
/*height: 34px;*/
/*margin: 13px 0 0 10px;*/
/*vertical-align: top;*/
/*}*/

.sublogo {
    float: left;
    vertical-align: top;
    margin: 19px 0 0 15px;
    font-size: 24px;
    color: #666;
    border-left: 1px #ddd solid;
    padding-left: 12px;
}

.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter {
    width: 110px;
    height: 48px;
    margin: 4px 0 0 15px;
    vertical-align: top;
}

.zhaodian {
    background-position: 0 -731px;
}

.zhuandian {
    background-position: -170px -731px;
}

.zhuandianpg {
    background-position: -328px -731px;
}

.fabucenter {
    background-position: 0 -789px;
}

.viplogin {
    background-position: -170px -789px;
}

.vipcenter {
    background-position: -328px -789px;
}

.hearderM {
    position: absolute;
    top: 19px;
}

.hearderM ul {
    width: 100%;
    display: block;
    *+margin-bottom: 7px;
    padding-bottom: 7px;
}

.hearderM ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.hearderM ul li.hover a {
    color: #dd2727;
}

.hearderM ul li .icon-arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    background: url(../../img/new-img/headerM-arrow.jpg) no-repeat;
    height: 8px;
    width: 12px;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
    display: none;
}

.hearderM ul li.hover .icon-arrow {
    display: block;
}

.hearderMcont .text {
    border: 2px #dd2727 solid;
    height: 32px;
    padding: 0 8px;
}

.hearderMcont .btn {
    background-color: #dd2727;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.hearderMcont .btn:hover {
    background-color: #b5181e;
}

.layout-1190 .hearderM {
    left: 375px;
    width: 535px;
}

.layout-1190 .hearderMcont .text {
    width: 410px;
}

.layout-1190 .hearderMcont .btn {
    width: 95px;
}

/*旧页头 end*/

.hotline {
    color: #d8242c;
    padding-left: 15px;
    padding-right: 0;
}

.hotline b {
    font-size: 16px;
    font-weight: normal;
    font-family: verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    *zoom: 1;
    vertical-align: middle;
}

/*页头 ^topbar*/

.topbar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #eee solid;
    background-color: #f9f9f9;
    color: #999;
    position: relative;
    z-index: 100;
}

.links-top {
    position: relative;
}

.links-top li {
    float: left;
    padding: 0 5px;
}

.links-top li.sp {
    font-size: 0;
    display: block;
    padding: 0;
    width: 1px;
    height: 14px;
    background-color: #e2e2e2;
    position: relative;
    top: 11px;
}

.links-top li a {
    color: #999;
}

.links-top li > a {
    padding: 0 10px;
}

.links-top .has-putdown > a {
    display: block;
    margin-top: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f9f9f9;
    border-bottom: 0 none;
}

.links-top .has-putdown:hover > a {
    border: 1px solid #e2e2e2;
    border-bottom: 0 none;
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.links-top .box-putdown {
    min-width: 130px;
    padding: 2px 10px 10px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 29px;
    display: none;
}

.links-top .box-putdown a {
    display: block;
    line-height: 26px;
}

.links-top .has-putdown:hover .box-putdown {
    display: block;
}

.topbar .geren {
    background-position: -653px 0;
    width: 5px;
    height: 3px;
    margin-left: 7px;
    vertical-align: middle;
}

.topbar ul li a:hover .geren,
.headertop ul li a.hover .geren {
    background-position: -629px 0;
}

.topbar p {
    line-height: 36px;
}

.topbar .city b {
    font-size: 18px;
    color: #dd2727;
    font-weight: normal;
}

.topbar .city i {
    display: inline-block;
    *zoom: 1;
    background-position: 0 10px;
    width: 17px;
    height: 24px;
    vertical-align: top;
}

* + html .topbar .city i {
    background-position: 0 0;
    height: 14px;
}

.topbar .city a {
    padding: 0 15px 0 8px;
}

.topbar .login-bf a {
    color: #0055aa;
}

.topbar .logined a {
    color: #dd2727;
}

.topbar a:hover {
    text-decoration: none;
    color: #dd2727;
}

.topbar .u-tophd {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    border: 1px #f5f5f5 solid;
    z-index: 1002;
    _display: inline;
    _zoom: 1;
}

.topbar .u-tophd a {
    float: left;
    display: inline;
}

.topbar .hover .u-tophd a {
    color: #dd2727;
}

.topbar .hover .geren {
    background-position: -629px 0;
}

.topbar .hover .u-tophd {
    background: #fff;
    border: 1px solid #eee;
    border-bottom-style: none;
    padding: 12px 16px 10px 15px;
    margin-left: -15px;
    margin-right: -16px;
    margin-top: -12px;
}

.topbar .u-topbd {
    position: relative;
    margin-top: -1px;
    display: none;
    z-index: 1001;
}

.topbar .hover .u-topbd {
    display: block;
}

.topbar .u-topbd ul {
    position: absolute;
    z-index: 1005;
    zoom: 1;
    left: -15px;
    top: -12px;
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 0;
    width: 130px;
}

.topbar .u-topbd ul li {
    background: none;
    width: 100%;
}

.topbar .u-topbd ul li a {
    line-height: 24px;
    width: 100%;
    display: block;
}

.topbar .u-topbd ul li a span.fr {
    color: #999;
    padding-right: 30px;
}

.app-link .icons {
    display: inline-block;
    *display: inline;
    margin-top: -2px;
    *margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 11px;
    height: 16px;
    background-position: -530px -850px;
}

.app-link:hover .icons {
    background-position: -550px -850px;
}

.header-box {
    padding: 19px 0 20px 0;
    position: relative;
}

.btn-issue-top {
    width: 180px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 41px;
    background-color: #e74c3c;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn-issue-top:hover {
    background-color: #d34637;
    color: #fff;
}

.btn-issue-top .icons {
    width: 20px;
    height: 20px;
    background-position: -660px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    *position: relative;
    *top: 2px;
}

.header-box .logo {
    float: left;
    /* background: url(../../img/new-img/logo.png) 0 0 no-repeat; */
    width: 300px;
    height: 60px;
    margin-top: 6px;
}

.header-box .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}

.sublogo {
    float: left;
    vertical-align: top;
    margin: 19px 0 0 15px;
    font-size: 24px;
    color: #666;
    border-left: 1px #ddd solid;
    padding-left: 12px;
}

.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter {
    width: 110px;
    height: 48px;
    margin: 4px 0 0 15px;
    vertical-align: top;
}

.zhaodian {
    background-position: 0 -731px;
}

.zhuandian {
    background-position: -170px -731px;
}

.zhuandianpg {
    background-position: -328px -731px;
}

.fabucenter {
    background-position: 0 -789px;
}

.viplogin {
    background-position: -170px -789px;
}

.vipcenter {
    background-position: -328px -789px;
}

.searchBox {
    position: absolute;
    top: 19px;
}

.searchBox ul {
    width: 100%;
    display: block;
    padding-bottom: 7px;
}

.searchBox ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.searchBox ul li.hover a {
    color: #dd2727;
}

.searchBox ul li .icon-arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    background: url(../../img/new-img/headerM-arrow.jpg) no-repeat;
    height: 8px;
    width: 12px;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
    display: none;
}

.searchBox ul li.hover .icon-arrow {
    display: block;
}

.hearderMcont .text {
    border: 2px #dd2727 solid;
    height: 32px;
    padding: 0 8px;
}

.hearderMcont .btn {
    background-color: #dd2727;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.hearderMcont .btn:hover {
    background-color: #b5181e;
}

.layout-1190 .searchBox {
    left: 375px;
    width: 535px;
}

.layout-1190 .hearderMcont .text {
    width: 410px;
}

.layout-1190 .hearderMcont .btn {
    width: 95px;
}

/*new header end*/

.nav {
    width: 100%;
    height: 40px;
}

.nav.navzxbj {
    border-bottom: 1px #d6d6d6 solid;
}

.layout-1190 .nav.navzxbj li {
    background: none;
    background-color: #dd2727;
    width: 170px;
}

.nav.navzxbj li a,
.nav.navzxbj li a:hover {
    color: #fff;
}

.nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
}

.nav .phone {
    background-position: 0 -92px;
    width: 170px;
    height: 40px;
    margin-bottom: -1px;
}

.nav .w > .phone {
    position: relative;
    top: 0;
}

.nav.navzxbj li a.hover {
    background-color: #aa0c13;
}

.title {
    width: 100%;
    height: 46px;
    border-bottom: 1px #e8e8e8 solid;
}

.title.titlenone,
.title.titlenone h2.span {
    border-bottom-style: none;
}

.title h2.span,
.title em {
    float: left;
    font-size: 28px;
    color: #333;
    line-height: 34px;
    height: 47px;
    border-bottom: 2px #dd2727 solid;
}

.title h2.span a,
.title em a {
    color: #333;
}

.title em {
    font-size: 18px;
    line-height: 47px;
}

/* 更多 */
.more {
    font-size: 14px;
    font-family: "Simsun";
    line-height: 88px;
    color: #999;
}

.title_h1,
.title_h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.navtipps {
    padding-top: 20px;
    font-family: "宋体";
}

.navtipps em {
    padding: 0 8px;
}

.navtipps span {
    color: #999;
}

.hotlinktab {
    width: 100%;
    border-bottom: 1px #e8e8e8 solid;
}

.hotlinktab li {
    float: left;
    padding: 0 10px;
    margin-right: 15px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.hotlinktab li.current,
.hotlinktab li.hover {
    height: 47px;
    border-bottom: 2px #dd2727 solid;
    margin-bottom: -1px;
}

.hotlinktabcont {
    min-height: 60px;
}

.hotlinktabcont a {
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    height: 26px;
    width: 118px;
    padding-right: 10px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    *zoom: 1;
}

.hotlinktabcont p {
    height: auto;
    min-height: 40px;
}

.rightfloating {
    position: fixed;
    z-index: 999;
    top: 299px;
    right: 45px;
}

.rightfloating li {
    width: 62px;
    height: 62px;
    margin-top: 1px;
    display: block;
    position: relative;
}

.rightfloating li > a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
}

.rightfloating li .a1 {
    background-position: -604px -248px;
}

.rightfloating li .a1:hover {
    background-position: -544px -248px;
}

.rightfloating li .a2 {
    background-position: -604px -306px;
}

.rightfloating li .a4 {
    background-position: -604px -422px;
}

.rightfloating li .a4:hover,
.rightfloating li.hover .a4 {
    background-position: -544px -422px;
}

.rightfloating li .a5 {
    background-position: -604px -480px;
}

.rightfloating li .a5:hover {
    background-position: -544px -480px;
}

.rightfloating li .a6 {
    background-position: -604px -792px;
}

.rightfloating li .a6:hover {
    background-position: -544px -792px;
}

#erweima li {
    width: 100%;
    height: 170px;
    font-size: 14px;
    text-align: center;
    color: #dd2727;
}

#erweima li img {
    width: 110px;
    height: 110px;
    padding: 6px;
    border: 1px #eee solid;
    background-color: #fff;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.rightfloating li:hover .tipbox,
.rightfloating li:hover #erweima,
.rightfloating li:hover .serviceSelectBox {
    display: block;
}

.serviceSelectBox {
    width: 525px;
    height: 160px;
    border: 1px solid #ecbabc;
    background-color: #fdeeee;
    position: absolute;
    left: -537px;
    top: -50px;
    display: none;
}

.arrow-right-box {
    width: 13px;
    height: 30px;
    display: block;
    background-position: -523px -432px;
}

.serviceSelectBox .arrow-right-box {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -13px;
}

.rightfloating .serviceSelectBox a.btn-sm {
    background-image: none;
    background-color: #fff;
}

/*FS@20150505 暂时修正共用旧common.css时的冲突 */

.serviceSelectBox .ssb-item {
    width: 17%;
    height: 140px;
    padding-top: 20px;
    float: left;
    border-left: 1px solid #ecbabc;
    margin-left: -1px;
    position: relative;
    color: #dd2727;
    text-align: center;
    overflow: hidden;
    transition: all 0.2s;
}

.serviceSelectBox .openPanel {
    width: 255px;
    position: absolute;
    top: 20px;
    left: 0;
}

.serviceSelectBox .openPanel h4 {
    font-weight: bold;
}

.serviceSelectBox .openPanel h4 span {
    color: #fedc01;
    font-size: 12px;
    font-weight: normal;
}

.serviceSelectBox .openPanel .txt-hl {
    font-size: 16px;
    padding-top: 30px;
}

.serviceSelectBox .openPanel .description b {
    color: #fedc01;
    font-size: 14px;
    font-weight: normal;
}

.serviceSelectBox .openPanel .description,
.serviceSelectBox .openPanel h4 {
    padding-left: 100px;
}

.serviceSelectBox .description-short span,
.serviceSelectBox .description-short b {
    display: block;
}

.serviceSelectBox .openPanel .description,
.serviceSelectBox .openPanel .txt-hl,
.serviceSelectBox .openPanel h4 {
    display: none;
}

/*最后箭头*/

.arrow-hover {
    background-position: -333px -887px;
}

.serviceSelectBox .ssb-item.active {
    width: 49%;
    background-color: #cd5459;
    background-color: rgba(205, 84, 89, 0.98);
    color: #fff;
    line-height: 20px;
    transition: all 0.2s;
}

.serviceSelectBox .ssb-item.active .description,
.serviceSelectBox .ssb-item.active .txt-hl,
.serviceSelectBox .ssb-item.active h4 {
    display: inline-block;
}

.serviceSelectBox .ssb-item.active .description-short {
    display: none;
}

.serviceSelectBox .ssb-item.active .icons {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.serviceSelectBox .ssb-item.active .description,
.serviceSelectBox .ssb-item.active h4 {
    overflow: hidden;
    text-align: left;
    display: block;
    padding-right: 5px;
}

.serviceSelectBox .ssb-item.active h4 {
    font-size: 14px;
}

.serviceSelectBox .icons {
    width: 70px;
    height: 70px;
}

.icon-ref-sidebar {
    background-position: 0 -852px;
}

.icon-tel-sidebar {
    background-position: -78px -852px;
}

.icon-shop-sidebar {
    background-position: -156px -852px;
}

.icon-vip-sidebar {
    background-position: -234px -852px;
}

.btn-sm {
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #cd5459;
    font-weight: bold;
    border-radius: 3px;
}

/*tab控件*/

.tab-cont {
    display: none;
}

.tab-cont.current {
    display: block;
}

/*loading*/

.loadings {
    background: url(../../img/new-img/loading.gif) center center no-repeat;
}

/*icons*/

.geren,
.headertop .city i,
.topbar .city i,
.fabubtn,
.logo,
.logoR,
.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter,
.nav li,
.nav .phone,
.onemainL-leftcontul li .check span,
.onemainL-bottom dd b,
.onemainR-top li dl dt b,
.onemainR-middle .anlinum li span,
.onemainR-middle .anlinum li.spits,
.facetoface li .three dd .p3 span,
.facetoface li .three dd .p3 font,
.twomainR-tabcontlist li dt b,
.shangpuzs dt b,
.hotshengyizr li .bophone,
.hotzulinlist li dd .p2 b,
.footerul li .p1 a,
.footerul li.curr .icon,
.xingxing,
.xingxing font,
.cjicon,
.weixin,
.weixinpic,
.scrollicon .leftbtn,
.scrollicon .rightbtn,
.zhuyeL-bottom b,
.fabusuccess b,
.cgpipeilist li .pipeidu,
.cgpipeilist li .p5 b,
.zhuandianpgleft,
.rightfloating li > a,
.subscroll-close,
.banner_index .btnPre,
.banner_index .btnNext,
.indexBanner_num a,
.fabulist li dd .checkyetai span,
.fabulist li dd .mapbiaozhu span,
.fabuarrow .zhankaimore b,
.fabuarrow .pinggugoon,
.popfloating dd .p1 b,
.popfloating dd li span b,
.haowenshare b,
.hotpaihang li b,
.zhanwuxinxi dt,
.hotpaihang dt span,
.gonglueRdl dt span,
.zixunnewstabcont li dd .p3 .dianzan b,
.zixunnewstabcont li dd .p3 .fenxiang b,
.yijiejuewtlist li .p3 a b,
.zixunnewstabcont li dt span,
.zixunnewstabcont li dd .p1 b,
.onemainL-right li i,
.banner_syzricon span,
.newsscroll i,
.onemainL-rightsub .p1 b,
.arrow-right-box,
.arrow-left,
.arrow-right,
.arrow-left-b,
.arrow-right-b,
.icon-mobile,
.icon-mobile-hl,
.icons {
    background: url(../../images/common/background.png) no-repeat;
    display: inline-block;
}

.por {
    position: relative;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.tc {
    text-align: center;
}

.spLine {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    height: 10px;
}

.hl {
    color: #dd2727;
}

/*font*/

.city b,
.sublogo,
.btn-issue-top,
.hearderMcont .btn,
.nav li,
.title h2.span,
.title em,
.hotlinktab li,
.footerul li .p2 {
    font-family: \5FAE\8F6F\96C5\9ED1, "Microsoft Yahei", serif;
}

/*旧页头*/

.headertop {
    width: 100%;
    height: 36px;
    border-bottom: 1px #eee solid;
    background-color: #f9f9f9;
    color: #999;
}

.layout-1190 .headertop {
    min-width: 1190px;
}

.headertop ul {
    margin-top: 12px;
    line-height: 14px;
}

.headertop ul li {
    float: left;
    /* background: url(../../img/new-img/background.png) left center no-repeat; */
    padding: 0 15px;
    display: inline-block;
}

.headertop ul li {
    background-position: -657px -34px;
}

.headertop ul li.first,
.nav li.first {
    background: none;
}

.headertop ul li .authentication a + a {
    margin-left: 16px;
    margin-right: 16px;
}

.headertop ul li a .geren {
    background-position: -653px 0;
    width: 5px;
    height: 3px;
    margin-left: 7px;
    vertical-align: middle;
}

.headertop ul li a:hover .geren,
.headertop ul li a.hover .geren {
    background-position: -629px 0;
}

.headertop p {
    line-height: 36px;
}

.headertop .city b {
    font-weight: normal;
}

.headertop .city i {
    background-position: 0 10px;
    width: 17px;
    height: 24px;
    vertical-align: baseline;
}

* + html .headertop .city i {
    background-position: 0 0;
    height: 14px;
}

.headertop .city a {
    padding: 0 15px 0 8px;
}

.headertop .u-tophd {
    overflow: hidden;
    position: relative;
    /*background-color:#f5f5f5;*/
    border: 1px #f5f5f5 solid;
    z-index: 1002;
    _display: inline;
    _zoom: 1;
}

.headertop .u-tophd a {
    float: left;
    display: inline;
}

.headertop .hover .u-tophd a {
    color: #dd2727;
}

.headertop .hover .geren {
    background-position: -629px 0;
}

.headertop .hover .u-tophd {
    background: #fff;
    border: 1px solid #eee;
    border-bottom-style: none;
    padding: 12px 16px 10px 15px;
    margin-left: -15px;
    margin-right: -16px;
    margin-top: -12px;
}

.headertop .u-topbd {
    position: relative;
    margin-top: -1px;
    display: none;
    z-index: 1001;
}

.headertop .hover .u-topbd {
    display: block;
}

.headertop .u-topbd ul {
    position: absolute;
    z-index: 1005;
    zoom: 1;
    left: -15px;
    top: -12px;
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 0;
    width: 130px;
}

.headertop .u-topbd ul li {
    background: none;
    width: 100%;
}

.headertop .u-topbd ul li a {
    line-height: 24px;
    width: 100%;
    display: block;
}

.headertop .u-topbd ul li a span.fr {
    color: #999;
    padding-right: 30px;
}

.header {
    padding: 19px 0 20px 0;
    position: relative;
}

.fabubtn {
    background-position: -475px -10px;
    width: 162px;
    height: 36px;
    margin-top: 26px;
}

.fabubtn:hover {
    background-position: -220px -98px;
}

.logo {
    float: left;
    /* background: url(../../img/new-img/logo.png) 0 0 no-repeat; */
    width: 142px;
    height: 60px;
    margin-top: 6px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}

.sublogo {
    float: left;
    vertical-align: top;
    margin: 19px 0 0 15px;
    font-size: 24px;
    color: #666;
    border-left: 1px #ddd solid;
    padding-left: 12px;
}

.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter {
    width: 110px;
    height: 48px;
    margin: 4px 0 0 15px;
    vertical-align: top;
}

.zhaodian {
    background-position: 0 -731px;
}

.zhuandian {
    background-position: -170px -731px;
}

.zhuandianpg {
    background-position: -328px -731px;
}

.fabucenter {
    background-position: 0 -789px;
}

.viplogin {
    background-position: -170px -789px;
}

.vipcenter {
    background-position: -328px -789px;
}

.hearderM {
    position: absolute;
    top: 19px;
}

.hearderM ul {
    width: 100%;
    display: block;
    *+margin-bottom: 7px;
    padding-bottom: 7px;
}

.hearderM ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.hearderM ul li.hover a {
    color: #dd2727;
}

.hearderM ul li .icon-arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    background: url(../../img/new-img/headerM-arrow.jpg) no-repeat;
    height: 8px;
    width: 12px;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
    display: none;
}

.hearderM ul li.hover .icon-arrow {
    display: block;
}

.hearderMcont .text {
    border: 2px #dd2727 solid;
    height: 32px;
    padding: 0 8px;
}

.hearderMcont .btn {
    background-color: #dd2727;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.hearderMcont .btn:hover {
    background-color: #b5181e;
}

.layout-1190 .hearderM {
    left: 375px;
    width: 535px;
}

.layout-1190 .hearderMcont .text {
    width: 410px;
}

.layout-1190 .hearderMcont .btn {
    width: 95px;
}

/*旧页头 end*/

.hotline {
    color: #d8242c;
    padding-left: 15px;
    padding-right: 0;
}

.hotline b {
    font-size: 16px;
    font-weight: normal;
    font-family: verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    *zoom: 1;
    vertical-align: middle;
}

/*页头 ^topbar*/

.topbar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #eee solid;
    background-color: #f9f9f9;
    color: #999;
    position: relative;
    z-index: 100;
}

.links-top {
    position: relative;
}

.links-top li {
    float: left;
    padding: 0 5px;
}

.links-top li.sp {
    font-size: 0;
    display: block;
    padding: 0;
    width: 1px;
    height: 14px;
    background-color: #e2e2e2;
    position: relative;
    top: 11px;
}

.links-top li a {
    color: #999;
}

.links-top li > a {
    padding: 0 10px;
}

.links-top .has-putdown > a {
    display: block;
    margin-top: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f9f9f9;
    border-bottom: 0 none;
}

.links-top .has-putdown:hover > a {
    border: 1px solid #e2e2e2;
    border-bottom: 0 none;
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.links-top .box-putdown {
    min-width: 130px;
    padding: 2px 10px 10px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 29px;
    display: none;
}

.links-top .box-putdown a {
    display: block;
    line-height: 26px;
}

.links-top .has-putdown:hover .box-putdown {
    display: block;
}

.topbar .geren {
    background-position: -653px 0;
    width: 5px;
    height: 3px;
    margin-left: 7px;
    vertical-align: middle;
}

.topbar ul li a:hover .geren,
.headertop ul li a.hover .geren {
    background-position: -629px 0;
}

.topbar p {
    line-height: 36px;
}

.topbar .city b {
    font-size: 18px;
    color: #dd2727;
    font-weight: normal;
}

.topbar .city i {
    display: inline-block;
    *zoom: 1;
    background-position: 0 10px;
    width: 17px;
    height: 24px;
    vertical-align: top;
}

* + html .topbar .city i {
    background-position: 0 0;
    height: 14px;
}

.topbar .city a {
    padding: 0 15px 0 8px;
}

.topbar .login-bf a {
    color: #0055aa;
}

.topbar .logined a {
    color: #dd2727;
}

.topbar a:hover {
    text-decoration: none;
    color: #dd2727;
}

.topbar .u-tophd {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
    border: 1px #f5f5f5 solid;
    z-index: 1002;
    _display: inline;
    _zoom: 1;
}

.topbar .u-tophd a {
    float: left;
    display: inline;
}

.topbar .hover .u-tophd a {
    color: #dd2727;
}

.topbar .hover .geren {
    background-position: -629px 0;
}

.topbar .hover .u-tophd {
    background: #fff;
    border: 1px solid #eee;
    border-bottom-style: none;
    padding: 12px 16px 10px 15px;
    margin-left: -15px;
    margin-right: -16px;
    margin-top: -12px;
}

.topbar .u-topbd {
    position: relative;
    margin-top: -1px;
    display: none;
    z-index: 1001;
}

.topbar .hover .u-topbd {
    display: block;
}

.topbar .u-topbd ul {
    position: absolute;
    z-index: 1005;
    zoom: 1;
    left: -15px;
    top: -12px;
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 0;
    width: 130px;
}

.topbar .u-topbd ul li {
    background: none;
    width: 100%;
}

.topbar .u-topbd ul li a {
    line-height: 24px;
    width: 100%;
    display: block;
}

.topbar .u-topbd ul li a span.fr {
    color: #999;
    padding-right: 30px;
}

.app-link .icons {
    display: inline-block;
    *display: inline;
    margin-top: -2px;
    *margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 11px;
    height: 16px;
    background-position: -530px -850px;
}

.app-link:hover .icons {
    background-position: -550px -850px;
}

.header-box {
    padding: 19px 0 20px 0;
    position: relative;
}

.btn-issue-top {
    width: 180px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 41px;
    background-color: #e74c3c;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.btn-issue-top:hover {
    background-color: #d34637;
    color: #fff;
}

.btn-issue-top .icons {
    width: 20px;
    height: 20px;
    background-position: -660px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    *position: relative;
    *top: 2px;
}

.header-box .logo {
    float: left;
    /* background: url(../../img/new-img/logo.png) 0 0 no-repeat; */
    width: 300px;
    height: 60px;
    margin-top: 6px;
}

.header-box .logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}

.sublogo {
    float: left;
    vertical-align: top;
    margin: 19px 0 0 15px;
    font-size: 24px;
    color: #666;
    border-left: 1px #ddd solid;
    padding-left: 12px;
}

.zhaodian,
.zhuandian,
.zhuandianpg,
.fabucenter,
.viplogin,
.vipcenter {
    width: 110px;
    height: 48px;
    margin: 4px 0 0 15px;
    vertical-align: top;
}

.zhaodian {
    background-position: 0 -731px;
}

.zhuandian {
    background-position: -170px -731px;
}

.zhuandianpg {
    background-position: -328px -731px;
}

.fabucenter {
    background-position: 0 -789px;
}

.viplogin {
    background-position: -170px -789px;
}

.vipcenter {
    background-position: -328px -789px;
}

.searchBox {
    position: absolute;
    top: 19px;
}

.searchBox ul {
    width: 100%;
    display: block;
    padding-bottom: 7px;
}

.searchBox ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.searchBox ul li.hover a {
    color: #dd2727;
}

.searchBox ul li .icon-arrow {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    background: url(../../img/new-img/headerM-arrow.jpg) no-repeat;
    height: 8px;
    width: 12px;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
    display: none;
}

.searchBox ul li.hover .icon-arrow {
    display: block;
}

.hearderMcont .text {
    border: 2px #dd2727 solid;
    height: 32px;
    padding: 0 8px;
}

.hearderMcont .btn {
    background-color: #dd2727;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.hearderMcont .btn:hover {
    background-color: #b5181e;
}

.layout-1190 .searchBox {
    left: 375px;
    width: 535px;
}

.layout-1190 .hearderMcont .text {
    width: 410px;
}

.layout-1190 .hearderMcont .btn {
    width: 95px;
}

/*new header end*/

.nav {
    width: 100%;
    border-bottom: 2px #333 solid;
    height: 40px;
}

.nav.navzxbj {
    border-bottom: 1px #d6d6d6 solid;
}

.layout-1190 .nav {
    min-width: 1190px;
	background:#333;
}

.nav li {
    float: left;
    height: 42px;
    font-size: 16px;
    background-position: -699px 14px;
    line-height: 42px;
    text-align: center;
}

.layout-1190 .nav.navzxbj li {
    background: none;
    background-color: #dd2727;
    width: 170px;
}

.nav.navzxbj li a,
.nav.navzxbj li a:hover {
    color: #fff;
}

.nav li a {
    color: #dfd4c0;
}

.nav li a:hover {
    color: #dd2727;
}

.nav li a.hover {
    width: 100%;
    color: #fff;
    display: inline-block;
	font-weight:bold;
}

.nav.navzxbj li a.hover {
    background-color: #aa0c13;
}

.title.titlenone,
.title.titlenone h2.span {
    border-bottom-style: none;
}

/*.title h2.span,
.title em {
    float: left;
    font-size: 28px;
    color: #333;
    line-height: 34px;
    height: 47px;
    border-bottom: 2px #dd2727 solid;
}*/

.title h2.span a,
.title em a {
    color: #333;
}

.title em {
    font-size: 18px;
    line-height: 47px;
}

.title a.fr {
    padding-top: 19px;
    font-family: "SimSun";
    color: #999;
}

.title a.fr:hover {
    color: #dd2727;
}

.title_h1,
.title_h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.navtipps {
    padding-top: 20px;
    font-family: "SimSun";
}

.navtipps em {
    padding: 0 8px;
}

.navtipps span {
    color: #999;
}

.hotlinktab {
    width: 100%;
    border-bottom: 1px #e8e8e8 solid;
}

.hotlinktab li {
    float: left;
    padding: 0 10px;
    margin-right: 15px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.hotlinktab li.current,
.hotlinktab li.hover {
    height: 47px;
    border-bottom: 2px #dd2727 solid;
    margin-bottom: -1px;
}

.hotlinktabcont {
    min-height: 60px;
}

.hotlinktabcont a {
    white-space: nowrap;
    word-wrap: normal;
    line-height: 26px;
    height: 26px;
    width: 118px;
    padding-right: 10px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    *zoom: 1;
}

.hotlinktabcont p {
    height: auto;
    min-height: 40px;
}

/*new footer*/

.footer {
    width: 100%;
    background-color: #eee;
    padding: 20px 0 55px 0;
    margin-top: 30px;
}

.links-ft {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.links-ft li {
    float: left;
    width: 15%;
}

.links-ft h4 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
}

.links-ft a {
    display: block;
    line-height: 2;
}

.links-ft li.hotline-footer {
    width: auto;
    padding-left: 100px;
    position: relative;
    border-left: 1px solid #ddd;
}

.hotline-footer p {
    line-height: 2;
    font-size: 14px;
}

.hotline-footer .hl {
    color: #dd2727;
    margin-top: -10px;
}

.hotline-footer b {
    font-size: 24px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.hotline-footer .icons {
    width: 30px;
    height: 25px;
    background-position: -635px -198px;
    position: absolute;
    top: 0;
    left: 65px;
}

.links-ft li.qrcode-box1 {
    text-align: center;
    float: right;
    width: 100px;
    padding-left: 75px;
}

.links-ft li.qrcode-box2 {
    text-align: center;
    float: right;
    width: 100px;
}

.footer.footertsz {
    background-color: #fff;
}

.footertop {
    margin-top: 0;
}

.footerul {
    width: 100%;
    border-bottom: 1px #ddd solid;
    padding-bottom: 22px;
}

.footerul li {
    float: left;
    /*margin-right: 80px;*/
    max-width: 220px;
    display: inline-block;
}

.footerul li.last {
    margin-right: 0;
}

/* 页脚底部二维码图片指定宽高提高加载速度 */
.footerul li.code img, .footerul li.last img {
    width: 105px;
    height: 105px;
}

.footerul li.curr {
    border-left: 1px #e4e4e4 solid;
    padding-left: 80px;
    height: 120px;
}

.footerul li .p3 a {
    display: block;
    line-height: 24px;
}

.footerul li .p1 a {
    background-position: -235px -272px;
    width: 170px;
    height: 80px;
    margin-left: 32px;
}

.footerul li .p2 {
    font-size: 20px;
    color: #dd2727;
    margin-left: 55px;
}

.footerul li.curr .icon {
    float: left;
    background-position: -635px -198px;
    width: 32px;
    height: 24px;
    vertical-align: top;
}

.footerul li.curr p {
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}

.footerul .phone b {
    position: relative;
    top: 3px;
}

.copyright {
    width: 100%;
    text-align: center;
    line-height: 24px;
}

.copyright .p1 {
    color: #ccc;
}

.copyright .p1 a {
    padding: 0 12px;
}

.copyright .p4 img {
    margin-right: 15px;
}

/*new footer end*/

/*
.rightfloating {
    position: fixed;
    top: 299px;
    width: 54px;
    z-index: 999;
    left: 50%;
    margin-left: 605px;
}

.rightfloating li {
    width: 54px;
    height: 54px;
    margin-top: 4px;
    display: block;
    position: relative;
}

.rightfloating li > a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
}

.rightfloating li .a1 {
    background-position: -604px -248px;
}

.rightfloating li .a1:hover {
    background-position: -544px -248px;
}

.rightfloating li .a2 {
    background-position: -604px -306px;
}

.rightfloating li .a2:hover {
    background-position: -544px -306px;
}

.rightfloating li .a3 {
    background-position: -604px -364px;
}

.rightfloating li .a3:hover {
    background-position: -544px -364px;
}

.rightfloating li .a4 {
    background-position: -604px -422px;
}

.rightfloating li .a4:hover,
.rightfloating li.hover .a4 {
    background-position: -544px -422px;
}

.rightfloating li .a5 {
    background-position: -604px -480px;
}

.rightfloating li .a5:hover {
    background-position: -544px -480px;
}

.rightfloating li .a6 {
    background-position: -604px -792px;
}

.rightfloating li .a6:hover {
    background-position: -544px -792px;
}

#erweima {
    position: absolute;
    background: none;
    width: 310px;
    height: 182px;
    padding: 8px 0 0 23px;
    top: -53px;
    left: -470px;
    display: none;
    background-color: #fdeeee;
    border: 1px solid #eb9296;
    box-sizing: border-box;
}

#erweima li {
    float: left;
    width: 120px;
    margin-right: 18px;
    text-align: center;
    font-size: 14px;
    color: #dd2727;
    display: inline-block;
}

#erweima li img {
    width: 100px;
    height: 100px;
    padding: 9px;
    border: 1px #f1e3e3 solid;
    background-color: #fff;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.rightfloating li:hover .tipbox,
.rightfloating li:hover #erweima,
.rightfloating li:hover .serviceSelectBox {
    display: block;
}
*/

.serviceSelectBox {
    width: 525px;
    height: 160px;
    border: 1px solid #ecbabc;
    background-color: #fdeeee;
    position: absolute;
    left: -537px;
    top: -50px;
    display: none;
}

.arrow-right-box {
    width: 13px;
    height: 30px;
    display: block;
    background-position: -523px -432px;
}

.serviceSelectBox .arrow-right-box {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -13px;
}

.rightfloating .serviceSelectBox a.btn-sm {
    background-image: none;
    background-color: #fff;
}

/*FS@20150505 暂时修正共用旧common.css时的冲突 */

.serviceSelectBox .ssb-item {
    width: 17%;
    height: 140px;
    padding-top: 20px;
    float: left;
    border-left: 1px solid #ecbabc;
    margin-left: -1px;
    position: relative;
    color: #dd2727;
    text-align: center;
    overflow: hidden;
    transition: all 0.2s;
}

.serviceSelectBox .openPanel {
    width: 255px;
    position: absolute;
    top: 20px;
    left: 0;
}

.serviceSelectBox .openPanel h4 {
    font-weight: bold;
}

.serviceSelectBox .openPanel h4 span {
    color: #fedc01;
    font-size: 12px;
    font-weight: normal;
}

.serviceSelectBox .openPanel .txt-hl {
    font-size: 16px;
    padding-top: 30px;
}

.serviceSelectBox .openPanel .description b {
    color: #fedc01;
    font-size: 14px;
    font-weight: normal;
}

.serviceSelectBox .openPanel .description,
.serviceSelectBox .openPanel h4 {
    padding-left: 100px;
}

.serviceSelectBox .description-short span,
.serviceSelectBox .description-short b {
    display: block;
}

.serviceSelectBox .openPanel .description,
.serviceSelectBox .openPanel .txt-hl,
.serviceSelectBox .openPanel h4 {
    display: none;
}

/*最后箭头*/

.arrow-hover {
    background-position: -333px -887px;
}

.serviceSelectBox .ssb-item.active {
    width: 49%;
    background-color: #cd5459;
    background-color: rgba(205, 84, 89, 0.98);
    color: #fff;
    line-height: 20px;
    transition: all 0.2s;
}

.serviceSelectBox .ssb-item.active .description,
.serviceSelectBox .ssb-item.active .txt-hl,
.serviceSelectBox .ssb-item.active h4 {
    display: inline-block;
}

.serviceSelectBox .ssb-item.active .description-short {
    display: none;
}

.serviceSelectBox .ssb-item.active .icons {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.serviceSelectBox .ssb-item.active .description,
.serviceSelectBox .ssb-item.active h4 {
    overflow: hidden;
    text-align: left;
    display: block;
    padding-right: 5px;
}

.serviceSelectBox .ssb-item.active h4 {
    font-size: 14px;
}

.serviceSelectBox .icons {
    width: 70px;
    height: 70px;
}

.icon-ref-sidebar {
    background-position: 0 -852px;
}

.icon-tel-sidebar {
    background-position: -78px -852px;
}

.icon-shop-sidebar {
    background-position: -156px -852px;
}

.icon-vip-sidebar {
    background-position: -234px -852px;
}

.btn-sm {
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #cd5459;
    font-weight: bold;
    border-radius: 3px;
}

/*tab控件*/

.tab-cont {
    display: none;
}

.tab-cont.current {
    display: block;
}

/*loading*/

.loadings {
    background: url(../../img/new-img/loading.gif) center center no-repeat;
}

/*新增加部分 webv2*/

/* 转店首页 第一通栏右侧*/
.onemainR {
    border: 1px #e8e8e8 solid;
    border-top: 3px #e8e8e8 solid;
    height: 458px;
}

.onemainR-top li {
    width: 100%;
    border-bottom: 1px #e8e8e8 solid;
    height: 68px;
    padding: 9px 0px;
    box-sizing: border-box;
}

.onemainR-top li dl {
    padding-left: 20px;
    position: relative;
}

.onemainR-top li dl dt b {
    width: 52px;
    height: 52px;
    display: inline-block;
}

.onemainR-top li dl dt b.b1 {
    background-position: 0px -152px;
}

.onemainR-top li dl dt b.b2 {
    background-position: -62px -152px;
}

.onemainR-top li dl dt b.b3 {
    background-position: -125px -152px;
}

.onemainR-top li dl dd {
    position: absolute;
    top: 3px;
    left: 87px;
}

.onemainR-top li dl dd .p1 {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
    margin-bottom: 8px;
    margin-top: 3px;
}

.onemainR-top li dl dd .p2 {
    font-size: 14px;
    color: #999;
}

.onemainR-middle {
    padding: 15px 10px 0px 20px;
}

/*common*/

.song-font-family {
    font-family: 宋体, arial, sans-serif;
}

.little-font {
    font-size: 12px;
    font-family: 宋体, arial, sans-serif;
}

.main-color {
    color: #dd2727;
}

.box-border {
    box-sizing: border-box;
}

.pt40 {
    padding-top: 40px;
}

.model-distance {
    margin-top: 45px;
}

.heighthalf {
    height: 50%;
}

.dashed-bottom {
    border-bottom: 1px dashed #e8e8e8;
}

.w-50 {
    width: 50%;
}

.inline-block {
    display: inline-block;
}

.border-top {
    border-top: 1px solid #e8e8e8;
}

.word-describe {
    font-family: 宋体, arial, sans-serif;
    font-size: 12px;
    color: #999;
}

a:hover, .list-style:hover, a.list-style:hover, .list-divide:hover, a.list-divide:hover {
    color: #dd2727;
}

.list-style {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #cecece;
    margin-top: 7px;
    margin-right: 7px;
    vertical-align: top
}

.list-divide {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    width: 2px;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    box-sizing: border-box;
    vertical-align: top;
}

.img-top-flag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 4px;
    line-height: 22px;
    background-color: #dd2727;
    color: #fff;
    font-size: 12px;
    font-family: 宋体, arial, sans-serif;
}

.img-top-flag-parent {
    position: relative;
}

.rightfloating {
    top: 40%;
}

/*footer*/
.footerul li {
}

.footerul li .p1 a {
    background: url(../../images/common/logo.png) no-repeat 0 0;
	background-size:100% 100%;
    width: 170px;
    height: 80px;
    margin-top: 10px;
}

.footerul li .p2 b {
    display: inline-block;
    /* background: url(../../img/webv2/index-head-footer.png) no-repeat -12px -72px; */
    height: 25px;
    padding-left: 25px;
    margin-right: 8px;
    vertical-align: text-top;
}

.footerul .company-intro-entry {
    width: 330px;
    font-size: 14px;
    max-width: 330px;
    margin: 11px 20px 0 80px;
}

.footerul .company-intro-entry .company-service-list {
    padding-top: 8px;
}

.footerul .company-intro-entry a {
    margin-right:50px;
    line-height: 34px;
}

/*********footer*********/

/*右側浮動*/
.rightfloating li > a {
    background: url("../../img/common/public.png") no-repeat;
}

.rightfloating li .a1, .rightfloating li .a2, .rightfloating li .a3 {
    height: 62px;
}

.rightfloating li .a1 {
    background-position: -596px -247px;
}

.rightfloating li .a1:hover {
    background-position: -530px -247px;
}

.rightfloating li .a2 {
    background-position: -596px -310px;
}

.rightfloating li .a2:hover {
    background-position: -530px -309px;
}

.rightfloating li .a2:hover + #erweima-wrap {
    display: block;
}

.rightfloating li .a3 {
    background-position: -596px -373px;
}

.rightfloating li .a3:hover {
    background-position: -530px -374px;
}

#erweima-wrap {
    display: none;
    position: relative;
    /* padding-right: 30px; */
    /* width: 161px; */
    height: 367px;
    /* padding: 8px 0 0 23px; */
    top: -313px;
    left: -168px;
    /* box-sizing: border-box; */
}

#erweima {
    position: absolute;
    background: none;
    /* width: 160px; */
    padding: 17px 30px 0 30px;
    /* text-align: center; */
    /* top: 0; */
    /* left: 0; */
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}

/*
#erweima:after {
    position: absolute;
    top: 78px;
    right: -14px;
    border-width: 13px 0 13px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #eee;
    content: '';

}

#erweima:before {
    content: '';
    position: absolute;
    top: 78px;
    right: -13px;
    border-style: solid;
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #fff;
    z-index: 99;
}
*/

/*************右側浮動******************/

/*head*/
.nav {
    box-sizing: border-box;
    height: 42px;
}

.fabubtn, .logo, .gray-mobile, .nav .nav1, .nav .nav2 {
    background: url(../../img/webv2/head.png) no-repeat;
}

.logo {
    background-position: 0 -50px;
    height: 60px;
}

.fabubtn {
    background-position: -390px 0;
    height: 42px;
}

.fabubtn:hover {
    background-position: -212px 0;
    height: 42px;
}

.nav .phone {
    background-image: none;
    height: 41px;
    width: 132px;
    margin-right: 50px;
    margin-bottom: -1px;
}

.nav .phone .phone-normal {
    height: 40px;
    width: 135px;
    display: block;
}

.nav .phone .phone-hover {
    height: 40px;
    width: 135px;
    display: none;
}

/*
.nav .phone:hover .phone-normal {
    display: none
}*/

.nav .phone:hover .phone-hover {
    display: block;
}

.gray-mobile {
    background-position: -327px -50px;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.nav .nav1 {
    position: absolute;
    top: -16px;
    left: 50%;
    background-position: 0 -15px;
    height: 15px;
    width: 48px;
}

.nav .nav2 {
    position: absolute;
    top: -16px;
    background-position: 0 0;
    left: 50%;
    height: 15px;
    width: 48px;
}

.headertop .first a {
    color: #666;
}

.headergrey .first a {
    color: #666;
}

.headertop .first .divide {
    margin: 0 15px;
}

.headergrey .first .divide {
    margin: 0 15px;
}

.layout-1190 .nav li {
    position: relative;
    width: 120px;
}

.layout-1190 .nav li:hover {
    background-color: #dd2727;
    background-image: none;
}

/*
.dropdown {
    transition: all 20s ease .1s;
}
*/

.layout-1190 .nav li.dropdown-lead:hover > .dropdown {
    display: block;
}

.layout-1190 .nav li:hover a {
    color: #fff;
}

.layout-1190 .nav li:hover a:hover {
    color: #fff;
}

.nav-erweima-sh {
    position: absolute;
    width: 278px;
    background-color: #fff;
    border: 1px solid #dd2727;
    padding: 20px 15px;
    box-sizing: border-box;
}

.nav-erweima-yh {
    position: absolute;
    width: 332px;
    background-color: #fff;
    border: 1px solid #dd2727;
    padding: 20px 15px;
    box-sizing: border-box;

}

.nav-erweima img {
    float: left;
    width: 105px;
    height: 105px;
}

.weixin-descript {
    float: right;
    margin-left: 10px;
    text-align: right;
}

.weixin-descript p {
    text-align: left;
    font-size: 14px;
    line-height: 23px;
}

.weixin-descript .descript-line {
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.nav-sublist {
    padding: 10px 0;
    background-color: #c22128;
    display: none;
}

.nav-sublist li {
    float: none;
    background-image: none;
    color: #fff;
    cursor: pointer;
}

.layout-1190 .nav-sublist li:hover {
    background-color: #ad1e24;
}

.dropdown {
    display: none;
}

.nav ul li {
    z-index: 9;
}

.nav li a.hover {
    background-color: #dd2727;
}

/*************head***************/

/*文字溢出*/
.text_overflow {
    overflow: hidden;
    zoom: 1;
}

.text_overflow .text_con {
    float: left;
    margin-right: 3px;
    overflow: hidden;
}

.text_overflow .text_dotted {
    float: right;
    margin-top: -1.3em;
}

/**************文字溢出*********************/

/*标签*/
.tag {
    position: relative;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background-color: #dd2727;
    margin-right: 10px;
}

.tag:before {
    content: "";
    position: absolute;
    right: -3px;
    top: 4px;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #dd2727;
}

/**************标签********************/

/*信息列表*/
.xinxi-list {
    overflow: hidden;
}

.xinxi-list li {
    line-height: 18px;
    color: #333;
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.xinxi-list li a {
    line-height: 18px;
    color: #333;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
}

.xinxi-list li:last-child {
    margin-bottom: 0;
}

.xinxi-list .classify-name {
    color: #666;
}

.xinxi-list .classify-name:hover {
    color: #dd2727;
}

.xinxi-list li a:hover {
    color: #dd2727;
}

.xinxi-list .list-style {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #cecece;
    margin-top: 7px;
    margin-right: 6px;
    vertical-align: top
}

.xinxi-list .list-style:hover {
    color: #dd2727;
}

.xinxi-list .list-divide {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    width: 2px;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    box-sizing: border-box;
    vertical-align: top;
}

.xinxi-list .list-divide:hover {
    color: #dd2727;
}

/*新的信息列表 用行高控制行距*/
.xinxi-list-new {
    margin-top: 5px;
}

.xinxi-list-new li {
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-bottom: 0;
    overflow: hidden;
}

.xinxi-list-new .list-divide {
    margin-top: 6px;
    height: 15px;
}

.xinxi-list-new .list-style {
    margin-top: 12px;
}

.anlizi p:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.anlizi p.f14 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    word-wrap: normal;
}

/*banner 轮播*/
.banner_syzr {
    width: 485px;
    height: 301px;
    position: relative;
    overflow: hidden;
}

.banner_syzr li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner_syzr li img {
    width: 485px;
    height: 301px;
    overflow: hidden;
}

.banner_syzricon {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    z-index: 20;
}

.banner_syzricon span {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-position: -646px -75px;
    cursor: pointer;
    display: inline-block;
}

.banner_syzricon span.on {
    background-position: -629px -75px;
}

.banner_syzrR {
    border: 1px #e8e8e8 solid;
    border-left-style: none;
    border-bottom-style: none;
    width: 215px;
    height: 300px;
    background-color: #fafafa;
}

.banner_syzrR li {
    width: 100%;
    height: 79px;
    border-bottom: 1px #e8e8e8 solid;
    padding: 10px 0;
    position: relative;
}

.banner_syzrR li img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.banner_syzrR li .p1 a {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333;
    height: 1.5em;
    line-height: 1.5em;
    width: 176px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;

}

.banner_syzrR li p {
    padding-left: 14px;
}

.banner_syzrR li .p2 {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding-top: 7px;
}

/*banner轮播*/
.banner_wrap li {
    position: relative;
}

.banner_wrap li .img-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/*生意转让首页- 楼层快速入口*/
.navbar-floor {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    display: none;
}

.layout-1190 .navbar-floor {
    margin-left: -645px;
}

.navbar-floor .item {
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 38px;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
    color: #999;
    text-align: center;
    padding: 12px 5px 5px 5px;
    background-color: #fff;
    line-height: 13px
}

.navbar-floor .item:hover,
.navbar-floor .item.current {
    background-color: #dd2727;
    border-color: #dd2727;
    color: #fff;
}

.show_navbar .navbar-floor {
    display: block;
}

/*头部的三角*/
.trangle {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
}

.layout-1190 .nav li:hover .trangle {

    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;

}

.anlizi dd {
    margin-top: 10px;
}

#tq_kefu_main {
    display: none;
}

.page-column-ad, .page-column-ad img, .page-column-ad a {
    height: 80px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

/*首页头部样式修改。*/
.headertop .city b {
    font-size: 18px;
}

.headertop .city a.blue {
    color: #467ac1;
}

.header {
    padding: 15px 0 20px 0;
}

.logoR {
    background: url(../../img/webv2/logoR.png);
    width: 201px;
    height: 58px;
    margin: 8px 0 0 10px;
    vertical-align: top;
}

.text {
    border: none;
}

.N_floorNav {
    position: absolute;
    bottom: 333px;
    left: 50%;
}

.layout-1190 .N_floorNav {
    margin-left: -645px;
}

.N_floorNav .item {
    display: block;
    width: 40px;
    height: 38px;
    margin-top: -1px;
    border: 1px solid #e5e5e5;
    color: #999;
    text-align: center;
    padding: 6px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 13px;
}

.N_floorNav .current {
    background-color: #dd2727;
    border-color: #dd2727;
    color: #fff;
}

/*bootstrap模态框定制*/
.modal[id] {
    max-height: none;
    background: none;
    border: 0;
    overflow: hidden;
    width: auto;
    z-index: 999999;
}

/* 垂直居中 */
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000;
    margin: auto;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;

    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom:0;*/
    /*left: 0;*/
    /*margin: auto;*/
}

.modal-dialog {
    /* 修正在IE8下由于不识别@media导致不能水平居中的问题
    margin-right: auto;
    margin-left: auto;

    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2);*/
}

.modal-header {
    padding: 5px 18px;
    border-bottom: none;
}

.modal-body {
    padding-top: 0;
}

.modal-content {
    /*margin-top: 100px;*/
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
}

.btn.modal-close-btn, .btn.modal-confirm-btn {
    padding: 0;
    width: 98px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
}

.btn.modal-close-btn {
    border: 1px solid #ccc;
    color: #666;
    background-color: #fff;
}

.btn.modal-confirm-btn {
    border: 1px solid #dd2727;
    background-color: #dd2727;
    color: #fff;
}

.modal-confirm-btn:hover, .modal-confirm-btn:focus {
    color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.modal-header .close {
    margin-top: 5px;
}

.modal-title {
    float: left;
    margin-top: 10px;
}

.modal-footer .btn + .btn {
    margin-left: 20px;
}

/*@ login */
.form-container {
    padding: 0 30px 3px 30px;
}

.consult-container {
    padding: 10px 0 15px 0;
}

.login-title {
    height: 35px;
    font-size: 18px;
    color: #333;
}

.input-group {
    width: 100%;
}

.input-group.input-group-btns {
    text-align: center;
}

.input-group.input-group-btns .btn + .btn {
    margin-left: 20px;
}

.input-control {
    border: 1px solid #ccc;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: text;

    /*    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

.consult-container .input-control {
    float: left;
    width: 350px;
}

.consult-container .input-label {
    float: left;
    padding-right: 20px;
    width: 88px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #666;
}

/*
.input-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
*/

.input-tip-container {
    height: 25px;
    line-height: 25px;
}

.input-tip {
    display: none;
    font-size: 12px;
    color: #fe000b;
}

.btn-submit {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
    font: 16px "Microsoft YaHei";
    background-color: #dd2727;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-submit:hover {
    color: #fff;
}

.more-login-way-container {
    font: 14px "Microsoft YaHei";
    color: #666;
}

.register, .tip-help {
    color: #3a96e9;
}

.register, .tip-help:hover {
    color: #3a96e9;
}

/*自定义 checkbox*/
.checkbox-group .checkbox-label {
    display: inline-block;
    width: 156px;
    margin-bottom: 10px;
    cursor: pointer;
}

.checkbox-actual {
    position: relative;
    display: inline-block;
    margin: 4px 0 0 -28px;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.form-dd-shop .check-shop {
    position: relative;
    display: inline-block;
    margin: 4px 0 0 -28px;
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.form-dd-shop input[type="checkbox"] + .check-shop:after {
    content: '';
    width: 8px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #dd2727;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.checkbox-label input[type="checkbox"] {
    visibility: hidden;
    width: 19px;
    height: 19px;
    display: inline-block;
}

.checkbox-ie8 input[type="checkbox"] {
    visibility: visible;
}

.checkbox-ie8 input[type="checkbox"] + .checkbox-actual:after {
    border: none;
}

.checkbox-ie8 .checkbox-actual {
    border: none;
}

input[type="checkbox"]:checked + .checkbox-actual {
    border-color: #dd2727;
    background-color: #fbe9ea;
}

input[type="checkbox"]:checked + .checkbox-actual:after {
    opacity: 1;
}

input[type="checkbox"] + .checkbox-actual:after {
    content: '';
    width: 6px;
    height: 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #dd2727;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.checkbox-label.active {
    color: #dd2727;
}

/* .toast {
    position: fixed;
    padding: 0 20px;
    font-size: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 300px 0 0;
    max-width: 450px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 99999999;
} */

/*@ 左下角QRCode */

.two-dimension-code_left {

    position: fixed;
    z-index: 2;
    bottom: 130px;
    left: -500px;
}

.two-dimension-code_left > img {
    width: 135px;
    height: 131px;
}

.tow-dimension-code-left-close {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    padding: 5px;
    font-size: 10px;
    background-color: #000;
    cursor: pointer;
    border-radius: 50%;
}

.tow-dimension-code-left-close img {
    width: 15px;
    height: 15px;
}

.relative {
    position: relative;
    font-size: 20px;
}

.wallet {
    position: absolute;
    right: 80px;
    top: -45px;
}

.close {
    float: right;
    font-size: 24px;
    /* color: #fff;*/
    cursor: pointer;
    padding: 10px;
}

.yellow {
    color: #ffd553
}

.see {
    line-height: 30px;
    padding-left: 85px;
}

.codebox {
    padding-top: 16px;
    padding-left: 25px;
}



