@charset "utf-8";
/************************************
*@描述:变量
************************************/
/*布局宽度*/
/*默认颜色值*/
/*
*MIX混合
*/
/************************************
*@描述:功能类样式(function);function.less以此为准
************************************/
/*图片垂直居中*/
/**居中**/
/**隐藏文字**/
/**圆角**/
/**投影**/
/**透明度**/
/**背景颜色渐变**/
/**对象渐隐渐显**/
/**旋转**/
/**三角箭头**/
/**纯文字**/
/*! 凯旋品牌(www.kxbrand.net) UI规范样式 */
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
strong,
img,
form,
fieldset,
input,
textarea,
button,
pre,
table,
tr,
th,
td,
blockquote,
code,
label,
cite,
i,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
:focus {
  outline: 0;
}
fieldset,
img {
  border: 0;
}
ul,
ol,
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
u,
del,
ins {
  text-decoration: none;
}
label {
  cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
}
q:before,
q:after {
  content: '\200B';
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  zoom: 1;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
select,
input,
img {
  vertical-align: middle;
}
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  resize: none;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled],
a[disabled],
span[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
a {
  text-decoration: none;
  background: transparent;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  *overflow-x: hidden;
}
body {
  font-size: 12px;
  background-color: #fff;
  font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
  *font-family: "Microsoft YaHei", Helvetica, sans-serif;
  color: #666;
}
/*
*描述:功能类样式(function)
*格式:f-
*/
.f-f12 {
  font-size: 12px;
}
.f-f14 {
  font-size: 14px;
}
.f-f18 {
  font-size: 18px;
}
.f-f25 {
  font-size: 25px;
}
.f-fb {
  font-weight: bold;
}
.f-fn {
  font-weight: normal;
}
.f-lh22 {
  line-height: 22px;
}
.f-lh24 {
  line-height: 24px;
}
.f-tc {
  text-align: center;
}
.f-tl {
  text-align: left;
}
.f-tr {
  text-align: right;
}
.f-break {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
}
.f-nobreak {
  word-wrap: normal;
  white-space: nowrap;
}
.f-nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre,
pre {
  white-space: pre;
  word-wrap: break-word;
  word-break: normal;
}
.f-right {
  float: right;
  display: inline;
}
.f-left {
  float: left;
  display: inline;
}

.f-fln {
  float: none;
}
.f-cl {
  clear: left;
}
.f-cr {
  clear: right;
}
.f-cb {
  clear: both;
}
.f-clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}
.f-clearfix,
.clearfix {
  display: block;
  zoom: 1;
}
.f-clearfix:after,
.clearfix:after {
  content: '\200B';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.f-mt5 {
  margin-top: 5px;
}
.f-mt10 {
  margin-top: 10px;
}
.f-mt12 {
  margin-top: 12px;
}
.f-pa10 {
  padding: 10px;
}
.f-pt10 {
  padding-top: 10px;
}
.f-pr10 {
  padding-right: 10px;
}
.f-pb10 {
  padding-bottom: 10px;
}
.f-pl10 {
  padding-left: 10px;
}
.f-posr {
  position: relative;
  zoom: 1;
}
.f-posa {
  position: absolute;
  zoom: 1;
}
.f-posf {
  position: fixed;
}
.f-oh {
  overflow: hidden;
}
.f-tablefix {
  table-layout: fixed;
}
.f-db {
  display: block;
}
.f-dn {
  display: none;
}
.f-di {
  display: inline;
}
.f-dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-simsun,
.f-st {
  font-family: simSun;
}
.f-simhei,
.f-ht {
  font-family: simHei;
}
.f-yahei,
.f-yh {
  font-family: 'Microsoft YaHei', SimHei, SimSun;
}
.f-unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.s-red {
  color: #da0004;
}
.g-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  zoom: 1;
}
.g-wrap:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.g-head1 {
  height: 38px;
  background-color: #C50000;
  color: #fff;
  line-height: 38px;
}
.g-head1 .headLeft {
  width: 600px;
  float: left;
  display: inline;
}
.g-head1 .headLeft a {
  color: #fff;
}
.g-head1 .headRight {
  float: right;
  display: inline;
}
.g-head1 .headRight li.li1 {
  float: left;
  display: inline;
  height: 33px;
  line-height: 32px;
  color: #fff;
  position: relative;
  zoom: 1;
}
.g-head1 .headRight li.li1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 33px;
  line-height: 32px;
  color: #fff;
}
.g-head1 .headRight li.li1 a.home {
  padding-left: 20px;
}
.g-head1 .headRight li.li1.split {
  padding: 0px 15px;
  color: #fff;
}
.g-head2 .htop {
  height: 36px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 36px;
}
.g-head2 .htop .topLeft {
  float: left;
  display: inline;
  font-size: 14px;
  color: #464646;
  width: 400px;
}
.g-head2 .htop .topRight {
  float: right;
  display: inline;
}
.g-head2 .htop .topRight li.li1 {
  float: left;
  display: inline;
  height: 36px;
  line-height: 36px;
  color: #666;
  position: relative;
  zoom: 1;
}
.g-head2 .htop .topRight li.li1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 36px;
  line-height: 36px;
  color: #666;
}
.g-head2 .htop .topRight li.li1 a.user {
  padding-right: 20px;
}
.g-head2 .htop .topRight li.li1.split {
  padding: 0px 15px;
  color: #cbcbcb;
}
.g-head2 .htop .topRight li.li1 .userBox {
  position: relative;
  zoom: 1;
  z-index: 15;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-left: -17px;
  margin-right: -17px;
  padding-left: 15px;
  padding-right: 15px;
}
.g-head2 .htop .topRight li.li1 .userSub {
  position: absolute;
  zoom: 1;
  background-color: #fff;
  left: -1px;
  right: -1px;
  top: 33px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
  padding-bottom: 10px;
  display: none;
}
.g-head2 .htop .topRight li.li1 .userSub li {
  height: 28px;
  line-height: 28px;
}
.g-head2 .htop .topRight li.li1.on a.user {
}
.g-head2 .htop .topRight li.li1.on .userBox {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
.g-head2 .htop .topRight li.li1.on .userSub {
  display: block;
}
.g-head2 .hmid {
  padding: 15px 0 25px 0;
}
.g-head2 .hmid .headLeft {
  width: 415px;
  float: left;
  display: inline;
  position: absolute;
  zoom: 1;
}
.g-head2 .hmid .headLeft h1 {
  width: 130px;
  height: 52px;
  float: left;
  display: inline;
  background: url('/images/common/logo.png') 0 0 no-repeat transparent;
  margin-right: 18px;
}
.g-head2 .hmid .headLeft h1 a {
  display: block;
  width: 109px;
  height: 52px;
  font-size: 0;
}
.g-head2 .hmid .headLeft h2 {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
}
.g-head2 .hmid .headLeft h3 {
  background: url('/images/common/ghxx.gif') 0 0 no-repeat transparent;
  width: 251px;
  height: 60px;
  position: relative;
  zoom: 1;
  left: 140px;
  top: -15px;
}
.g-head2 .hmid .headRight {
  float: right;
  display: inline;
  text-align: right;
  background: url('/images/common/topico.png') 0 50% no-repeat transparent;
  margin-top: 8px;
}
.g-head2 .hmid .headRight .tel,
.g-head2 .hmid .headRight .qq,
.g-head2 .hmid .headRight .shop {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  text-align: left;
  padding-left: 45px;
  margin-right: 25px;
  *margin-right: 28px;
  vertical-align: top;
}
.g-head2 .hmid .headRight .tel .p1 {
  font-size: 14px;
  color: #ff1c42;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.g-head2 .hmid .headRight .tel .p2 {
  font-size: 12px;
  color: #929292;
  font-family: Arial, Helvetica, sans-serif;
}
.g-head2 .hmid .headRight .qq {
  line-height: 38px;
  font-size: 14px;
  color: #494949;
}
.g-head2 .hmid .headRight .shop {
  line-height: 38px;
  margin-right: 0;
  font-size: 14px;
  color: #494949;
}
.g-head2 .hmid .headRight .shop .num {
  font-size: 14px;
  color: #ed193a;
}
.g-nav {
  height: 56px;
  position: relative;
  zoom: 1;
  z-index: 10;
  border-bottom:solid 1px #e8e8e8;
}
.g-nav .all {
  width: 145px;
  height: 56px;
  float: left;
  display: inline;
  position: relative;
  zoom: 1;
  z-index: 10;
  background:url(../images/nva.png) no-repeat 6px 17px;
}
.g-nav .all .all_print {
  display: block;
  width: 130px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight:bold;
  text-indent:35px;
  color: #544e63;
}
.g-nav .all .all_print:hover {
  text-decoration: none;
}
.g-nav .all.on .all_print {}
.g-nav .all.on .sub {
  display: block;
}
.g-nav .all .sub {
  position: absolute;
  zoom: 1;
  top: 56px;
  left: 0;
  display: none;
  z-index: 8;
  height: 446px;
  width: 480px; overflow: hidden;
}
.g-nav .all .sub .subList {
  width: 145px;
  height: 450px;
  background: url(../images/allbg.png) 0 0 repeat transparent;
  padding-top: 6px;
}
.g-nav .all .sub .subList li.li1 {background:url(../images/c1.png) no-repeat 7px center;}
.g-nav .all .sub .subList li.li2 {background:url(../images/c2.png) no-repeat 9px center;}
.g-nav .all .sub .subList li.li3 {background:url(../images/c3.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li4 {background:url(../images/c4.png) no-repeat 7px center;}
.g-nav .all .sub .subList li.li5 {background:url(../images/c5.png) no-repeat 7px center;}
.g-nav .all .sub .subList li.li6 {background:url(../images/c6.png) no-repeat 7px center;}
.g-nav .all .sub .subList li.li7 {background:url(../images/c7.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li8 {background:url(../images/c8.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li9 {background:url(../images/c9.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li10 {background:url(../images/c10.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li11 {background:url(../images/c11.png) no-repeat 9px center;}
.g-nav .all .sub .subList li.li12 {background:url(../images/c12.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li54 {background:url(../images/c13.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.li57 {background:url(../images/c10.png) no-repeat 8px center;}
.g-nav .all .sub .subList li.active {
  background-color: #fff;
}
.g-nav .all .sub .subList li.active a {
  color: #333;
}
.g-nav .all .sub .subList li a {
  display: block;
  height: 31px;
  padding-left: 36px;
  font-size: 14px;
  color: #fff;
  line-height:31px;
  background:url(../images/arrow3.png) no-repeat 125px 50%;
    
}
.g-nav .all .sub .subList li a:hover {
  text-decoration: none;
}
.g-nav .all .subBox {
  position: absolute;
  zoom: 1;
  left: 145px;
  top: 1px;
  width: 630px;
  height: 450px;
  display: none;
  overflow: hidden;
}
.g-nav .all .subBox .boxw {
  width: 300px;
  height: 450px;
  background-color: #fff;
}
.g-nav .all .subBox .data1,
.g-nav .all .subBox .data2,
.g-nav .all .subBox .data3,
.g-nav .all .subBox .data4,
.g-nav .all .subBox .data5,
.g-nav .all .subBox .data6,
.g-nav .all .subBox .data7,
.g-nav .all .subBox .data8,
.g-nav .all .subBox .data9,
.g-nav .all .subBox .data10 {
  display: none;
}
.g-nav .all .subBoxLeft {
  width: 252px;
  height: 402px;
  float: left;
  display: inline;
  padding-left: 33px;
  padding-top: 18px;
}
.g-nav .all .subBoxLeft .title {
  height: 24px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 4px solid #ed193a;
  padding-left: 7px;
  line-height: 24px;
  font-size: 16px;
  color: #272727;
}
.g-nav .all .subBoxLeft .tip {
  color: #999;
  line-height: 34px;
  padding-left: 11px;
}
.g-nav .all .subBoxLeft .list {
  padding-left: 11px;
}
.g-nav .all .subBoxLeft .list .listLeft {
  width: 50%;
  float: left;
  display: inline;
}
.g-nav .all .subBoxLeft .list .listRight {
  width: 50%;
  float: left;
  display: inline;
}
.g-nav .all .subBoxLeft .list dt {
  font-size: 14px;
  color: #ed193a;
}
.g-nav .all .subBoxLeft .list dd {
  font-size: 12px;
  color: #272727;
  line-height: 1.5;
  margin-top: 11px;
}
.g-nav .all .subBoxLeft .list dd a {
  color: #272727;
}
.g-nav .all .subBoxLeft .list dd p {
  color: #999;
}
.g-nav .all .subBoxRight {
  width: 15px;
  height: 420px;
  float: left;
  display: inline;
  position: relative;
  zoom: 1;
}
.g-nav .all .subBoxRight .imgBox img {
  width: 345px;
  height: 420px;
}
.g-nav .all .subBoxRight .close {
  width: 32px;
  height: 32px;
  background: url(../images/close.png) 0 0 no-repeat transparent;
  position: absolute;
  zoom: 1;
  top: 1px;
  right: -32px;
}
.g-nav .nav,
.g-nav .nav1 {
  height: 56px;
  float: left;
  display: inline;
}
.g-nav .nav li.li1,
.g-nav .nav1 li.li1 {
  float: left;
  display: inline;
  position: relative;
  zoom: 1;
}
.g-nav .nav li.li1.on .a1,
.g-nav .nav1 li.li1.on .a1 {
  color: #e4007f;
  background:url(../images/21.png) no-repeat center bottom;
  /*.bg('common/arrow2.png',no-repeat,right,50%);*/
}
.g-nav .nav .a1,
.g-nav .nav1 .a1 {
  font-size: 16px;
  color: #000;
  display:block;
  height:56px;
  line-height: 56px;
  padding:0 28px;
}
.g-nav .nav .a1:hover,
.g-nav .nav1 .a1:hover {
  text-decoration: none;
}
.g-nav .nav .a1.active,
.g-nav .nav1 .a1.active {
  color: #a10524;
}
.g-nav .nav .last .a1,
.g-nav .nav1 .last .a1 {
  background: none;
}
.g-nav .nav .hot,
.g-nav .nav1 .hot {
  width: 2px;
  height: 12px;
  background:url(../images/c.png) no-repeat center;
  position: absolute;
  zoom: 1;
  top: 24px; right: 0;
}
.g-nav .subNav {
  width: 100%;
  height: 140px;
  padding-top: 20px;
  padding-bottom:20px;
  background-color: #fff;
  position: absolute;
  zoom: 1;
  left: 0;
  top: 57px;
  z-index: 10;
  display: none;
}
.g-nav .subNav .data1,
.g-nav .subNav .data2,
.g-nav .subNav .data3,
.g-nav .subNav .data4,
.g-nav .subNav .data5,
.g-nav .subNav .data6,
.g-nav .subNav .data7,
.g-nav .subNav .data8,
.g-nav .subNav .data9,
.g-nav .subNav .data10 {
  display: none;
}
.g-nav .subNav .list {
  padding-left: 1px;
}
.g-nav .subNav .list li {
  height: 136px;
  width:198px; text-align:center;
  border-left: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
  margin-left: -1px;
  float: left;
  display: inline;
}
.g-nav .subNav .list li .imgw {
  width: 198px;
  height: 112px;
}
.g-nav .subNav .list li .imgw img {
  width: 197px;
  height: 108px;
}
.g-nav .subNav .list li .bt {
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #544e63;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.g-nav .subNav .list li .bt:hover{ color:#e4007f;}
.g-nav .subNav .list li .price {
  text-align: center;
  font-size: 12px;
  color: #ed193a;
}
.g-nav-1 {
  height: auto;
}
.g-nav-1 .nav1 {
  height: auto;
  float: none;
  display: block;
  width: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.g-nav-1 .nav1 .a1 {
  line-height: 1;
}
.g-right {
  width: 37px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('/images/common/rbg.png') 0 0 repeat transparent;
  z-index: 10000;
}
.g-right .box1 {
  width: 37px;
  height: 123px;
  margin-top: 217px;
  position: relative;
  zoom: 1;
}
.g-right .box1 a.inquiry {
  display: block;
  width: 37px;
  height: 123px;
  background: url('/images/common/xj.png') 0 0 no-repeat transparent;
}
.g-right .box1 a.inquiry:hover {
  background-position: -37px 0;
}
.g-right .box2 {
  width: 51px;
  height: 86px;
  margin-top: 30px;
  margin-left: -14px;
  position: relative;
  zoom: 1;
}
.g-right .box2 a.qq {
  display: block;
  width: 51px;
  height: 20px;
  padding-top: 66px;
  background: url('/images/common/qq.png') 0 0 no-repeat transparent;
  line-height: 20px;
}
.g-right .box2 a.qq span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 37px;
  margin-left: 14px;
  text-align: center;
  color: #666;
}
.g-right .box2 .subBox {
  width: 183px;
  height: 242px;
  padding-right: 15px;
  background: url('/images/common/zxbg.png') 0 0 no-repeat transparent;
}
.g-right .box2 .subBox .text1 {
  padding-top: 27px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.g-right .box2 .subBox .text2 {
  font-size: 18px;
  font-weight: bold;
  color: #ed193a;
  line-height: 1.3;
  text-align: center;
  margin-top: 3px;
}
.g-right .box2 .subBox .rbtn {
  display: block;
  width: 123px;
  height: 45px;
  background: url('/images/common/sqzx.png') 0 0 no-repeat transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.g-right .box2 .subBox .text3 {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.g-right .box2 .subBox .text4 {
  font-size: 18px;
  color: #ed193a;
  line-height: 1.5;
  text-align: center;
  margin-top: 3px;
}
.g-right .box2:hover .subBox {
  display: block;
  position: absolute;
  zoom: 1;
  top: -22px;
  left: -198px;
}
.g-right .box3 {
  width: 37px;
  height: 41px;
  margin-top: 30px;
  position: relative;
  zoom: 1;
}
.g-right .box3 a.yhq {
  display: block;
  width: 37px;
  height: 20px;
  padding-top: 21px;
  background: url('/images/common/code.png') 50% 0 no-repeat transparent;
  line-height: 20px;
  color: #666;
  text-align: center;
}
.g-right .box3:hover a.yhq {
  background-position: 50% -79px;
  color: #fff;
}
.g-right .box3:hover .subBox {
  display: block;
  position: absolute;
  zoom: 1;
  width: 192px;
  height: 212px;
  top: -22px;
  left: -198px;
  padding-left: 6px;
}
.g-right .box4 {
  width: 31px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-left: 6px;
  padding-top: 9px;
  position: relative;
  zoom: 1;
}
.g-right .box4 a.fav {
  display: block;
  width: 24px;
  height: 24px;
  background: url('/images/common/rfav.png') 0 0 no-repeat transparent;
}
.g-right .box4:hover {
  background-color: #d81735;
}
.g-right .box4:hover a.fav {
  background-position: -26px 0;
}
.g-right .box4:hover .subBox {
  display: block;
  position: absolute;
  zoom: 1;
  width: 107px;
  height: 41px;
  border: 1px solid #cacaca;
  border-right: 0;
  top: 0;
  left: -108px;
  background-color: #fff;
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 40px;
}
.g-right .box4:hover .subBox a {
  color: #404040;
}
.g-right .box4:hover .subBox i {
  width: 4px;
  height: 7px;
  position: absolute;
  zoom: 1;
  top: 18px;
  right: -4px;
  background: url('/images/common/subarrow.png') 0 0 no-repeat transparent;
}
.g-right .box5 {
  width: 37px;
  height: 43px;
  position: absolute;
  zoom: 1;
  bottom: 70px;
  left: 0px;
}
.g-right .box5 a.feed {
  display: block;
  width: 25px;
  height: 26px;
  background: url('/images/common/feed.png') 0 0 no-repeat transparent;
  margin-left: 6px;
  margin-top: 8px;
}
.g-right .box5:hover {
  background-color: #d81735;
}
.g-right .box5:hover a.feed {
  background-position: -25px 0;
}
.g-right .box5:hover .subBox {
  display: block;
  position: absolute;
  zoom: 1;
  width: 107px;
  height: 41px;
  border: 1px solid #cacaca;
  border-right: 0;
  top: 0;
  left: -108px;
  background-color: #fff;
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 40px;
}
.g-right .box5:hover .subBox a {
  color: #404040;
}
.g-right .box5:hover .subBox i {
  width: 4px;
  height: 7px;
  position: absolute;
  zoom: 1;
  top: 18px;
  right: -4px;
  background: url('/images/common/subarrow.png') 0 0 no-repeat transparent;
}
.g-right .box6 {
  width: 37px;
  height: 43px;
  position: absolute;
  zoom: 1;
  bottom: 20px;
  left: 0px;
}
.g-right .box6 a.gotop {
  display: block;
  width: 27px;
  height: 16px;
  background: url('/images/common/gotop.png') 0 0 no-repeat transparent;
  margin-left: 5px;
  margin-top: 14px;
}
.g-right .box6:hover {
  background-color: #d81735;
}
.g-right .box6:hover a.gotop {
  background-position: -27px 0;
}
.g-right .box6:hover .subBox {
  display: block;
  position: absolute;
  zoom: 1;
  width: 107px;
  height: 41px;
  border: 1px solid #cacaca;
  border-right: 0;
  top: 0;
  left: -108px;
  background-color: #fff;
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 40px;
}
.g-right .box6:hover .subBox a {
  color: #404040;
}
.g-right .box6:hover .subBox i {
  width: 4px;
  height: 7px;
  position: absolute;
  zoom: 1;
  top: 18px;
  right: -4px;
  background: url('/images/common/subarrow.png') 0 0 no-repeat transparent;
}
.g-right .subBox {
  display: none;
}
.g-right:hover {
  background: url('/images/common/rbg0.png') 0 0 repeat transparent;
}
.g-right:hover .box2 a.qq span {
  color: #fff;
}
.g-right:hover .box3 a.yhq {
  color: #fff;
}
.g-foot1 {
  border-top: 1px solid #e6e6e6;
  padding-top: 22px;
  padding-bottom: 30px;
  clear: both;
}
.g-foot1 .list li {
  float: left;
  display: inline;
  padding-left: 65px;
  font-size: 16px;
  color: #323232;
  line-height: 22px;
  height: 53px;
  background: url('/images/common/ts.png') 0 0 no-repeat transparent;
  padding-top: 7px;
}
.g-foot1 .list .li1 {
  width: 245px;
  background-position: 0 0;
}
.g-foot1 .list .li2 {
  width: 245px;
  background-position: -340px 0;
}
.g-foot1 .list .li3 {
  width: 245px;
  background-position: -690px 0;
}
.g-foot1 .list .li4 {
  background-position: -1028px 0;
}
.g-foot2 {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 40px;
  clear: both;
}
.g-foot2 dl {
  float: left;
  display: inline;
  border-right: 1px solid #dcdcdc;
  height: 95px;
}
.g-foot2 dl dt {
  font-size: 16px;
  color: #323232;
  line-height: 36px;
}
.g-foot2 dl dd {
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}
.g-foot2 dl dd a {
  color: #666;
}
.g-foot2 .dl1 {
  width: 140px;
}
.g-foot2 .dl2 {
  width: 125px;
  padding-left: 65px;
}
.g-foot2 .dl3 {
  width: 125px;
  padding-left: 65px;
}
.g-foot2 .dl4 {
  width: 125px;
  padding-left: 65px;
}
.g-foot2 .dl5 {
  width: 125px;
  padding-left: 65px;
}
.g-foot2 .kefu {
  width: 280px;
  float: right;
  display: inline;
}
.g-foot2 .kefu .tel {
  font-size: 26px;
  color: #e5433e;
  text-align: center;
}
.g-foot2 .kefu .time {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 7px;
}
.g-foot2 .kefu .btn {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #e5433e;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.g-foot2 .kefu .btn:hover {
  text-decoration: none;
  background-color: #ff523e;
}
.g-foot3 {
  padding: 20px 0;
  text-align: center;
  color: #666;
  clear: both;
}
.g-foot3 a {
  color: #666;
}
.g-foot3 .split {
  padding: 0px 12px;
}
.g-foot3 .copy {
  margin-top: 8px;
}
.g-foot3 .other {
  margin-top: 15px;
}
.g-foot3 .other .img {
  border: 1px solid #ddd;
}
.g-popup {
  position: fixed;
  left: -100%;
  right: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 999;
  display: none;
}
.g-popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.g-popup .popupContainer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  right: -100%;
  background: #FFF;
  border: 5px solid #525252;
  text-align: left;
  width: 410px;
}
.g-popup .popupContainer .popupHead {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #ececec;
  color: #666;
}
.g-popup .popupContainer .popupHead span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 15px;
}
.g-popup .popupContainer .popupHead .popupClose {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #BCBCBC;
  font-size: 20px;
  font-family: Arial;
  text-decoration: none;
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 15px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: auto;
}
.g-popup .popupContainer .popupHead .popupClose:hover {
  color: #666;
}
.g-popup .popupContainer .popupBox {
  padding: 15px;
}
.g-mark {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.g-suggest .popupContainer {
  width: 410px;
}
.g-suggest .popupContainer .popupBox {
  width: 350px;
  height: 300px;
  padding: 15px 30px;
}
.g-suggest .popupContainer .popupBox dl dd {
  width: 100%;
  height: auto;
  line-height: 30px;
}
.g-suggest .popupContainer .popupBox dl dd .title {
  font-size: 14px;
  margin-right: 10px;
}
.g-suggest .popupContainer .popupBox dl dd .f-cRed {
  color: #f1453a;
}
.g-suggest .popupContainer .popupBox dl dd .ta {
  width: 328px;
  height: 110px;
  border: 1px solid #dadada;
  padding: 10px;
  color: #333333;
  font-family: 'Microsoft YaHei';
  outline: 0;
}
.g-suggest .popupContainer .popupBox dl dd .ta:focus {
  background: #fff;
  border-color: #93c399;
  outline: 0;
  color: #2c9a3a;
}
.g-suggest .popupContainer .popupBox dl dd .ipt {
  color: #333333;
  height: 20px;
  line-height: 20px;
  padding: 10px;
  font-family: "Microsoft YaHei";
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 14px;
}
.g-suggest .popupContainer .popupBox dl dd .ipt:focus {
  background: #fff;
  border-color: #93c399;
  outline: 0;
  color: #2c9a3a;
}
.g-suggest .popupContainer .popupBox dl dd .btn-red {
  width: 350px;
  height: 40px;
  line-height: 40px;
  color: #fff;

  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  font-family: "Microsoft YaHei";
  background: #c50000;
}
.g-suggest .popupContainer .popupBox dl dd .btn-red:hover {
  background: #e43030;
  text-decoration: none;
  color: #fff;
}
.g-wxLogin .popupContainer {
  width: 400px;
}
.g-wxLogin .popupContainer .popupHead {
  height: 0px;
  background: #fff;
}
.g-wxLogin .popupContainer .popupHead span {
  display: none;
}
.g-wxLogin .popupContainer .popupHead .popupClose {
  top: 12px;
}
.g-wxLogin .popupContainer .popupBox {
  width: 300px;
  height: 410px;
  padding: 0 0 0 50px;
}
.g-announce .an-main {
  width: 965px;
  margin: 0px auto;
  padding: 30px 60px 30px 165px;
  color: #ff4754;
  font-size: 14px;
  line-height: 26px;
  background: url('/images/announce.png') 50px 50% no-repeat #fef2f2;
  position: relative;
}
.g-announce .close {
  display: block;
  width: 21px;
  height: 21px;
  background: url('/images/anclose.png') 0 0 no-repeat transparent;
  position: absolute;
  top: 8px;
  right: 8px;
}
.g-announce .close:hover {
  background-position: 0 -21px;
}
.u-space {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.u-title {
  background: url('/images/common/titlebg.png') 0 50% repeat-x transparent;
  padding: 5px;
  text-align: center;
}
.u-title span {
  font-size: 25px;
  color: #202020;
  padding: 0px 20px;
  background-color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.m-pages {
  vertical-align: top;
  font-size: 0;
  overflow: hidden;
  margin-top: 10px;
}
.m-pages i {
  font-style: normal;
}
.m-pages .pagination {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
.m-pages .pageText {
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  vertical-align: top;
}
.m-pages a,
.m-pages u,
.m-pages .prev,
.m-pages .next,
.m-pages .current {
  background: url('/images/pagebg.png') 0 0 repeat-x transparent;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  color: #3e3e3e;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  width: 30px;
}
.m-pages .current {
  background: #dfdfdf;
  background: url('/images/pagecur.png') 0 0 no-repeat transparent;
  text-decoration: none;
  color: #222;
}
.m-pages .current,
.m-pages a.current:hover,
.m-pages a:hover {
  color: #999;
  text-decoration: none;
}
.m-pages .prev {
  background: url('/images/pageprev.png') 0 0 no-repeat transparent;
  font-size: 0;
}
.m-pages .prev i {
  display: none;
}
.m-pages .next {
  background: url('/images/pagenext.png') 0 0 no-repeat transparent;
  border-right: 1px solid #d2d2d2;
  color: #acacac;
  font-size: 0;
}
.m-pages .next i {
  display: none;
}
.nnwcr{ float:right; height:56px; line-height:56px; font-size:14px; color:#504c58;}
.nnwcr b{ color:#e4007f; float: right;}


a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}