﻿@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;
}
caption,
th,
tr,
td {
  text-align: left;
}
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: 1190px;
  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;	
  min-width:1200px;
  background: url(../images/index_top_dh_bg.png) repeat-x;
  overflow:hidden;
  color: #000000;
  line-height: 38px;
}
.g-head1 .headLeft {
  width: 600px;
  float: left;
  display: inline;
}
.g-head1 .headLeft a {
  color: #000000;
}
.g-head1 .headRight {
  float: right;
  display: inline;
}
.g-head1 .headRight li.li1 {
  float: left;
  display: inline;
  height: 38px;
  line-height: 38px;
  color: #000000;
  position: relative;
  zoom: 1;
}
.g-head1 .headRight li.li1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 38px;
  line-height: 38px;
  color: #000000;
}
.g-head1 .headRight li.li1 a.home {
  padding-left: 20px;
  background: url('../images/common/home.png') 0 13px no-repeat transparent;
}
.g-head1 .headRight li.li1.split {
  padding: 0px 15px;
  color: #000000;
}
.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:hover {
  color: #d21633;
  text-decoration: none;
}
.g-head2 .htop .topRight li.li1 a.user {
  padding-right: 20px;
  background: url('../images/common/arrow.png') right 12px no-repeat transparent;
}
.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 {
  background: url('../images/common/arrow0.png') right 12px no-repeat transparent;
}
.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 {
  height:120px;
  padding: 20px 0px 0px 0px;
}
.g-head2 .hmid .headLeft {
  width: 415px;
  float: left;
  display: inline;
  position: absolute;
  zoom: 1;
}
.g-head2 .hmid .headLeft h1 {
  width: 316px;
  height: 98px;
  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: 320px;
  height: 98px;
  font-size: 0;
}
.g-head2 .hmid .headLeft h2 {
  font-size: 18px;
  color: #767676;
  font-weight: normal;
  padding-top: 28px;
  position: relative;
  zoom: 1;
  left: -24px;
}
.g-head2 .hmid .headLeft h2.slogan {
  width: 178px;
  height: 18px;
  position: relative;
  zoom: 1;
  background: url('../images/common/slogan.png') 0 0 no-repeat transparent;
  top: 20px;
  left: 138px;
  *left: -20px;
}
.g-head2 .hmid .headLeft h3 {
  /*.bg('common/ghxx.gif');*/
  width: 251px;
  height: 60px;
  position: relative;
  zoom: 1;
  left: 140px;
  top: -15px;
}
.g-head2 .hmid .headRight {
  float: right;
  display: inline;
  text-align: right;
  margin-top: 12px;
  width:500px;
}

.headRight_span{

  font-size: 26px;
  color: #ec6827;
  margin-top: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  
}


.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;
  vertical-align: top;
  position: relative;
  zoom: 1;
}
.g-head2 .hmid .headRight .tel .ico,
.g-head2 .hmid .headRight .qq .ico,
.g-head2 .hmid .headRight .shop .ico {
  width: 37px;
  height: 37px;
  background: url('../images/common/topico.png') 0 0 no-repeat transparent;
  position: absolute;
  zoom: 1;
  left: 0px;
  top: 1px;
}
.g-head2 .hmid .headRight .tel .p1 {
  font-size: 14px;
  color: #ff1c42;
  padding-top: 3px;
  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 .qq .ico {
  background-position: -167px 0;
}
.g-head2 .hmid .headRight .shop {
  line-height: 38px;
  margin-right: 0;
  font-size: 14px;
  color: #494949;
}
.g-head2 .hmid .headRight .shop .ico {
  background-position: -167px 0;
}
.g-head2 .hmid .headRight .shop .num {
  font-size: 14px;
  color: #ed193a;
}
.g-nav {
  height: 50px;
  position: relative;
  zoom: 1;
  z-index: 10;
}
.g-nav .all {
  width: 165px;
  height: 50px;
  float: left;
  display: inline;
  position: relative;
  zoom: 1;
  z-index: 10;
}
.g-nav .all .all_print {
  display: block;
  width: 140px;
  height: 50px;
  background: url('../images/common/all1.png') 0 50% no-repeat transparent;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding-left: 25px;
}
.g-nav .all .all_print:hover {
  text-decoration: none;
}
.g-nav .all.on .all_print {
  background: url('../images/common/all2.png') 0 50% no-repeat transparent;
  color: #ed193a;
}
.g-nav .all.on .sub {
  display: block;
}
.g-nav .all .sub {
  position: absolute;
  zoom: 1;
  top: 50px;
  left: 0;
  display: none;
  z-index: 8;
}
.g-nav .all .sub .subList {
  width: 165px;
  height: 414px;
  background: url('../images/common/allbg.png') 0 0 repeat transparent;
  padding-top: 6px;
}
.g-nav .all .sub .subList li {
  height: 32px;
  line-height: 30px;
  background: url('../images/common/allico.png') 0 0 no-repeat transparent;
  margin-top: 8px;
}
.g-nav .all .sub .subList li.li1 {
  background-position: 15px 7px;
}
.g-nav .all .sub .subList li.li2 {
  background-position: 15px -32px;
}
.g-nav .all .sub .subList li.li3 {
  background-position: 15px -73px;
}
.g-nav .all .sub .subList li.li4 {
  background-position: 15px -112px;
}
.g-nav .all .sub .subList li.li5 {
  background-position: 15px -152px;
}
.g-nav .all .sub .subList li.li6 {
  background-position: 15px -189px;
}
.g-nav .all .sub .subList li.li7 {
  background-position: 15px -232px;
}
.g-nav .all .sub .subList li.li8 {
  background-position: 15px -273px;
}
.g-nav .all .sub .subList li.li9 {
  background-position: 15px -314px;
}
.g-nav .all .sub .subList li.li10 {
  background-position: 15px -354px;
}
.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: 32px;
  background: url('../images/common/arrow3.png') 140px 50% no-repeat transparent;
  padding-left: 46px;
  font-size: 14px;
  color: #fff;
}
.g-nav .all .sub .subList li a:hover {
  text-decoration: none;
}
.g-nav .all .subBox {
  position: absolute;
  zoom: 1;
  left: 165px;
  top: 0px;
  width: 630px;
  height: 420px;
  display: none;
  overflow: hidden;
}
.g-nav .all .subBox .boxw {
  width: 630px;
  height: 420px;
  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: 345px;
  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/common/close.png') 0 0 no-repeat transparent;
  position: absolute;
  zoom: 1;
  top: 0;
  right: -32px;
}
.g-nav .nav,
.g-nav .nav1 {
  width: 785px;
  height: 50px;
  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: #ed193a;
  /*.bg('common/arrow2.png',no-repeat,right,50%);*/
}
.g-nav .nav .a1,
.g-nav .nav1 .a1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  padding-right: 30px;
  background: url('../images/common/split1.png') right 50% no-repeat transparent;
  margin-right: 30px;
}
.g-nav .nav .a1:hover,
.g-nav .nav1 .a1:hover {
  text-decoration: none;
  color: #d21633;
}
.g-nav .nav .a1.active,
.g-nav .nav1 .a1.active {
  color: #d21633;
}
.g-nav .nav .last .a1,
.g-nav .nav1 .last .a1 {
  background: none;
}
.g-nav .nav .hot,
.g-nav .nav1 .hot {
  width: 24px;
  height: 16px;
  background: url('../images/common/hot.gif') 0 0 no-repeat transparent;
  position: absolute;
  zoom: 1;
  top: 0px;
  left: 28px;
}
.g-nav .navRight {
  width: 240px;
  height: 50px;
  float: right;
  display: inline;
  text-align: right;
  font-size: 16px;
  color: #666666;
  line-height: 50px;
}
.g-nav .navRight a {
  color: #666;
}
.g-nav .navRight a.s-red {
  color: #d6000f;
}
.g-nav .navRight .split {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #cacaca;
  width: 8px;
  height: 50px;
  background: url('../images/common/split1.png') 0 50% no-repeat transparent;
  vertical-align: middle;
  margin: 0px 15px;
}
.g-nav .subNav {
  border-top: 1px dashed #cfcfcf;
  width: 100%;
  height: 186px;
  padding-top: 25px;
  background-color: #fff;
  position: absolute;
  zoom: 1;
  left: 0;
  top: 50px;
  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: 123px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-left: -1px;
  float: left;
  display: inline;
}
.g-nav .subNav .list li .imgw {
  width: 197px;
  height: 108px;
}
.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: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  margin-top: 3px;
}
.g-nav .subNav .list li .price {
  text-align: center;
  font-size: 12px;
  color: #ed193a;
}
.g-nav-1 {
  height: auto;
}
.g-nav-1 .all1 {
  width: 130px;
  height: 40px;
  float: left;
  display: inline;
  position: relative;
  zoom: 1;
  z-index: 10;
  margin-right: 70px;
  margin-bottom: -10px;
}
.g-nav-1 .all1 .all_print {
  display: block;
  width: 97px;
  height: 41px;
  background: url('../images/common/all1_1.png') 13px 14px no-repeat #d21633;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding-left: 33px;
}
.g-nav-1 .all1 .all_print:hover {
  text-decoration: none;
}
.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-nav-1 .nav1_1 {
  border-bottom: 1px solid #d21633;
  padding-top: 13px;
}
.g-right {
  width: 37px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/common/rbg0.png') 0 0 repeat transparent;
  z-index: 10000;
}
.g-right .box1 {
  width: 37px;
  height: 123px;
  margin-top: 200px;
  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: 37px;
  height: 43px;
  background: url('../images/common/gotop.png') 5px 14px no-repeat transparent;
}
.g-right .box6:hover {
  background-color: #d81735;
}
.g-right .box6:hover a.gotop {
  background-position: -68px 14px;
}
.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: 0px solid #e6e6e6;
  padding-top: 22px;
  padding-bottom: 30px;
  margin:20px 0px 20px 0px;
  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/foot.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: -337px 0;
}
.g-foot1 .list .li3 {
  width: 245px;
  background-position: -1015px 0;
}
.g-foot1 .list .li4 {
  background-position: -677px 0;
}
.g-foot2 {
  min-width:1200px;	
  background-color: #414141;
  padding-top: 50px;
  padding-bottom: 40px;
  clear: both;
}
.g-foot2 dl {
  float: left;
  display: inline;
  border-right: 1px solid #595959;
  height: 109px;
}
.g-foot2 dl dt {
  font-size: 16px;
  color: #c5c3c3;
  line-height: 36px;
  margin-top: -10px;
}
.g-foot2 dl dd {
  font-size: 12px;
  color: #c5c3c3;
  line-height: 30px;
}
.g-foot2 dl dd a {
  color: #c5c3c3;
}
.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;
  margin-top: -10px;
}
.g-foot2 .kefu .tel {
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.g-foot2 .kefu .time {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 7px;
}
.g-foot2 .kefu .btn {
  display: block;
  width: 160px;
  height: 35px;
  line-height: 34px;
  background: #e5433e;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.g-foot2 .kefu .btn:hover {
  text-decoration: none;
  background-color: #ff523e;
}

.g-foot2 .oper{
  width: 140px;
  height: 140px;
  float: left;
  display: inline;
  margin-top: -5px;
  margin-left: 50px;
}

.g-foot2 .oper .oper_img{
	width: 100px;
    height: 100px;
	margin: 0px auto;
}

.g-foot2 .oper .oper_title{
	width: 140px;
    height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}



.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;
  text-align: center;
  
}

.g-foot3 .copy .beian{
  width:300px;
  margin:0 auto;
  padding:0px 0;
  display: inline;
}

.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;
}


.index_gdtbg {
  height: 420px;	
  min-width:1200px;
  background: url(../images/index_gdbg.png) no-repeat 50% 100%;
  overflow:hidden;
}

.news_center {
    padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.news_center_list_title {
    font-size: 16px;
    color: #333;
    margin: 25px 0;
}

.rfl{
	
	float: right;
	
}

.news_center_content {
    margin-left: -60px;
}

.news_center_list {
    margin-left: 60px;
}

.news_center_list_img {
    overflow: hidden;
}

.news_center_list_img img {
    width: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.news_center_list_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	/* IE8+ - must be on one line, unfortunately */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')";
	/* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05,M12=0,M21=0,M22=1.05,SizingMethod='auto expand');
}

.news_center_content ul li a {
    display: block;
    color: #767676;
    font-size: 12px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/056.png) left center no-repeat;
    padding: 3px 0 3px 15px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.news_center_content ul li a .text {
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.news_center_content ul li a .time {
    float: right;
    width: 20%;
    text-align: right;
}

.news_center_content ul li a:hover {
    color: #333;
    text-indent: 5px;
}

.rowFluid {
	clear: both;
}
.rowFluid:before, .rowFluid:after, .column:before, .column:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	float: left;
}
.span12 {
	width: 100%;
}
.span4 {
	width: 33.33333333%;
}
.span8 {
	width: 76.66666667%;
	background-color: #ff0000;
}

.all_title1 {
    margin-bottom: 50px;
    text-align: center;
}

.all_title1 .title {
    font-size: 35px;
    color: #333;
}

.all_title1 .text {
	font-size: 16px;
    color: #818181;
	margin-top: 30px;
}
