/*reset*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 1250px; font-family: "微软雅黑"; font-size: 14px; color: #666; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: "微软雅黑"; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
i { font-style: normal; }
a { color: #666; text-decoration: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
a:hover { color: #e52d27; }

/*common*/
.comwrap { position: relative; margin: 0 auto; width: 1200px; }
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.cmain { color: #e52d27; }
.webkit10px { -webkit-transform: scale(0.8333); }

/*header*/
.header { position: relative; z-index: 2; box-shadow: 3px 0 6px 3px rgba(32, 21, 18, 0.2); }
.header-top { line-height: 30px; background-color: #f5f5f5; }
.header-top .txt { font-size: 12px; color: #555; }
.header-top .tel { padding-left: 16px; font-size: 16px; color: #e52d27; background: url(../img/icon_httel.jpg) left center no-repeat; }
.header-top .tmall { margin: 4px 32px 0 0; width: 22px; height: 22px; background: url(../img/icon_tmall.png) 0 0 no-repeat; }
.header-main { height: 85px; }
.header-main .logo { margin-top: 18px; }
.nav .col { margin-left: 40px; }
.nav .col:nth-child(1) { margin-left: 0; }
.nav .col .link { display: block; line-height: 85px; }
.nav .col .link:hover, .nav .cur .link { color: #e52d27; }
.nav-two {
  display: none;
  position: fixed;
  top: 115px;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #999;
  border-top: 1px solid #ccc;
}
.nav-two .ntwrap { margin-right: -20px; overflow: hidden; }
.nav-two .ntcol { margin-bottom: -9989px; padding: 10px 5px 9999px; width: 85px; border-left: 1px solid #eee; }
.nav-two .ntone { border-left: 0; }
.nav-two .ntcol .ntlink { display: block; line-height: 30px; text-align: center; }
.nav-two .cur { background-color: #fafafa; }

/*footer*/
.footer { padding: 55px 0 40px; background-color: #3b3b3b; }
.footer .col { padding-right: 50px; max-width: 85px; }
.footer .col-5 { display: none; }
.footer .col .link { font-size: 16px; color: #fff; }
.footer .col .son { margin-top: 16px; }
.footer .col .slink { display: block; font-size: 12px; line-height: 30px; color: #f5f5f5; opacity: 0.6; filter: alpha(opacity=60); }
.footer .col .slink:hover { color: #e52d27; opacity: 1; filter: alpha(opacity=100); }
.footer .info { color: #fff; }
.footer .info .con { margin-right: 25px; padding-top: 4px; text-align: right; }
.footer .info .num { margin-top: 24px; font-family: arial; font-size: 30px; font-style: italic; }
.footer .info .img { display: block; width: 140px; height: 140px; }
.footer .info .txt { margin-top: 14px; }
.footer .info .link { margin-top: 20px; font-size: 0; }
.footer .info .a {
  position: relative;
  margin-left: 20px;
  width: 28px;
  height: 28px;
  background: url(../img/footer_icon.png) 0 0 no-repeat;
  border-radius: 100%;
  *zoom: 1;
}
.footer .info .a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../img/footer_icon.png) 0 -28px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer .info .wx { background-position: -28px 0; }
.footer .info .wx:after { background-position: -28px -28px; }
.footer .info .wb { background-position: -56px 0; }
.footer .info .wb:after { background-position: -56px -28px; }
.footer .info .a:hover { background-color: #fff; }
.footer .info .a:hover:after { opacity: 1; filter: alpha(opacity=100); }
.footer .info .wx .img {
  position: absolute;
  top: 38px;
  left: -51px;
  z-index: 2;
  width: 130px;
  height: 130px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer .info .wx:hover .img { opacity: 1; filter: alpha(opacity=100); }
.copyr { font-size: 12px; line-height: 40px; color: #f5f5f5; background-color: #262626; }
.copyr .a { color: #f5f5f5; }
.copyr .a:hover { color: #e52d27; }
.copyr .fl-r { opacity: 0.6; filter: alpha(opacity=60); }

/*banner*/
.banner { overflow: hidden; }
.banner img { display: block; position: relative; left: 50%; margin-left: -960px; }

/*content*/
.menut { height: 50px; background-color: #222; }
.menut .col { border-right: 1px solid #444; }
.menut .col .link { display: block; padding: 0 32px; line-height: 50px; color: #fff; border-right: 1px solid #111; }
.menut .line { position: absolute; bottom: 0; left: 0; z-index: 2; width: 121px; height: 4px; background-color: #e52d27; }
.content { background-color: #f5f5f5; }
.bgfff { background-color: #fff; }
.position { font-size: 12px; line-height: 80px; color: #333; }
.position a { color: #333; }
.position a:hover { color: #e52d27; }
.h1tit { font-size: 20px; color: #222; text-align: center; }
.content .body { margin-top: 30px; line-height: 2.14; }
.content .body img { max-width: 100%; }
.contit { padding-bottom: 20px; padding-left: 37px; border-bottom: 1px solid #eee; background: url(../img/contit.jpg) 0 0 no-repeat; }
.contit .txt { font-size: 18px; line-height: 27px; color: #333; }
.contit .more { font-family: arial; line-height: 27px; color: #e52d27; }
.contit .more:hover { color: #ff0000; text-shadow: 0 0 1px #e52d27; }
.pagel { font-size: 0; text-align: center; }
.pagel li { display: inline-block; *display: inline; *zoom: 1; margin: 0 5px; font-size: 14px; }
.pagel a, .pagel .thisclass, .pagel .noa { padding: 0 8px; line-height: 23px; border: 1px solid #ddd; }
.pagel a { display: block; }
.pagel .noa { color: #ccc; border-color: #eee; }
.pagel a:hover, .pagel .thisclass { color: #fff; background-color: #e52d27; border-color: #e52d27; }
.pagel .thisclass a, .pagel .noa a { display: inline; padding: 0; color: #fff; border: none; }
.pagel .noa:hover { cursor: default; }
.pageb { margin: 40px 0; padding: 30px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.pageb { line-height: 2.14; font-weight: bold; }
.pageb a { font-weight: normal; }
.commask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gymenu { margin-bottom: 20px; }
.gymenu .link { margin: 0 5px 5px 0; padding: 0 4px; width: 145px; line-height: 30px; text-align: center; border: 1px solid #ddd; }
.gymenu .link:hover, .gymenu .cur { color: #fff; background-color: #e52d27; }

/*about*/
.about { padding: 40px 60px 80px; width: 1080px; }
.about img { max-width: 100%; }

.history .img { vertical-align: top; }
.history .main { position: relative; margin-top: 48px; }
.history .main .line {
  position: absolute;
  left: 50%;
  top: 7px;
  z-index: 1;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background-color: #eee;
}
.history .main .row { position: relative; z-index: 2; margin-bottom: 24px; }
.history .main .yeah { float: left; width: 500px; font-size: 26px; color: #bbb; letter-spacing: 2px; }
.history .main .con { float: right; width: 480px; }
.history .main .yeah { text-align: right; }
.history .main .tit { position: relative; height: 30px; font-weight: bold; background-color: #f5f5f5; *zoom: 1; }
.history .main .tit:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff #e52d27;
  border-width: 15px 20px 15px 0;
}
.history .main .txt { padding-left: 30px; width: 170px; font-size: 20px; line-height: 30px; color: #fff; background-color: #e52d27; }
.history .main .con:hover .txt { width: 450px; }
.history .main .txtwr { margin-top: 14px; padding-left: 30px; font-size: 12px; line-height: 24px; }
.history .main .dot {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  margin-left: -8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.history .main .dot.cur { background-color: #e52d27; }
.history .main .sline { display: none; background-color: #fff; }
.history .main .row-2 .yeah { float: right; text-align: left; }
.history .main .row-2 .con { float: left; }
.history .main .row-2 .tit { text-align: right; }
.history .main .row-2 .tit:before { left: 100%; right: auto; border-width: 15px 0 15px 20px; }
.history .main .row-2 .txt, .history .main .row-2 .txtwr { padding-left: 0; padding-right: 30px; }

.image { padding: 60px 40px 100px; width: 1120px; }
.image .col { margin: 0 20px 40px; width: 240px; }
.image .col .imgwr { display: block; position: relative; height: 280px; border: 1px solid #ddd; }
.image .col .img {
  position: absolute;
  top: 50%;
  top: 30px\9;
  left: 50%;
  left: 39px\9;
  max-width: 160px;
  width: 160px\9;
  max-height: 220px;
  height: 220px\9;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.image .col .tit { line-height: 54px; color: #333; text-align: center; }
.image .col:hover .imgwr { border-color: #e52d27; }
.image .col:hover .tit { color: #e52d27; }

.patent-xq {
  display: none\9;
  position: fixed;
  top: 5%;
  left: 20%;
  z-index: 1000;
  width: 60%;
  height: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #eee;
  overflow: scroll;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -150%, 0);
  -ms-transform: translate3d(0, -150%, 0);
  -o-transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
}
.patent-xq .img { display: block; margin: 10px auto; max-width: 100%; }
.patent-xq .h1tit { margin: 20px 0; }
.patent-on {
  display: block\9;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.patent-c {
  display: none;
  position: fixed;
  right: 20%;
  top: 5%;
  z-index: 1001;
  margin-right: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #fff url(../img/patentc.jpg) center no-repeat;
  border-radius: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 0 #fff;
  overflow: hidden;
}

.mov { padding: 60px 30px 80px; width: 1140px; }
.mov .col { position: relative; margin: 0 30px 60px; width: 320px; overflow: hidden; }
.mov .col .img {
  display: block;
  position: relative;
  left: 50%;
  left: 0\9;
  min-width: 103%;
  height: 200px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.mov .col .txt { padding: 0 20px; height: 70px; background-color: #f5f5f5; }
.mov .col .info { display: block; padding-top: 16px; font-size: 12px; }
.mov .col .tit { display: block; margin-top: 2px; color: #333; }
.mov .col .icon, .mov .col .imask {
  position: absolute;
  left: 133px;
  top: 73px;
  z-index: 3;
  width: 68px;
  height: 68px;
  background: url(../img/play.png) center no-repeat;
}
.mov .col .imask { left: 0; top: 0; z-index: 2; width: 100%; height: 200px; background: #000; opacity: 0; filter: alpha(opacity=0); }
.mov .col:hover .img {
  -webkit-transform: translate3d(-53%, 0, 0);
  -ms-transform: translate3d(-53%, 0, 0);
  -o-transform: translate3d(-53%, 0, 0);
  transform: translate3d(-53%, 0, 0);
}
.mov .col:hover .info { color: #666; }
.mov .col:hover .tit { color: #e52d27; }
.mov .col:hover .imask { opacity: 0.6; filter: alpha(opacity=60); }
.mov-n { padding: 60px; width: 1080px; }
.mov-n .con { margin-top: 30px; width: 100%; }

/*article*/
.artlist, .artcon { padding: 60px 60px 100px; width: 1080px; }
.artlist .list { position: relative; margin: 0 -30px 40px; *zoom: 1; }
.artlist .list:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 1080px;
  height: 1px;
  background-color: #ddd;
}
.artlist .col { margin: 0 30px 60px; width: 320px; height: 310px; overflow: hidden; }
.artlist .col .imgwr { display: block; position: relative; height: 200px; overflow: hidden; }
.artlist .col .img { display: block; min-width: 100%; height: 200px; }
.artlist .col .tit { margin-top: 14px; font-size: 16px; color: #333; }
.artlist .col .info { margin-top: 4px; font-size: 12px; color: #333; }
.artlist .col .desc { margin-top: 18px; font-size: 12px; line-height: 18px; color: #666; }
.artlist .col:hover .img {
  -webkit-transform: translate3d(0, -6px, 0);
  -ms-transform: translate3d(0, -6px, 0);
  -o-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
.artlist .col:hover .tit { color: #e52d27; }
.artcon .info { margin-top: 6px; font-size: 12px; color: #999; text-align: center; }

.moreart { margin-top: 14px; }
.moreart .row { position: relative; width: 430px; padding-right: 90px; line-height: 2.14; list-style: disc inside; }
.moreart .row-2 { margin-left: 40px; }
.moreart .row .time { position: absolute; right: 0; top: 0; font-size: 12px; }

/*tculture*/
.bg-tc { background: #f5f5f5 url(../img/bg_tc.jpg) top center repeat; }
.artlist-tc { padding: 60px; }
.artlist-tc .ttit { margin-bottom: 36px; padding: 0 25px; width: 115px; height: 37px; font-size: 16px; line-height: 37px; text-align: center; color: #b22b28; background: url(../img/bg_tctit.jpg) 0 0 no-repeat; }
.artlist-tc .list { margin-bottom: 0; }
.artlist-tc .list:before { display: none; }

/*case*/
.case { padding: 60px 30px 100px; width: 1140px; }
.case .col { margin: 0 30px 60px; width: 320px; border-bottom: 1px solid #ddd; }
.case .col .imgwr {
  display: block; position: relative; height: 200px; background: url(../img/loading.gif) center no-repeat; overflow: hidden;
}
.case .col .img {
  display: block;
  position: relative;
  left: 50%;
  left: 0\9;
  min-width: 100%;
  height: 200px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.case .col .icon, .case .col .imask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../img/case_icon.png) center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .col .icon {
  -webkit-transform: translateZ(0) scale(0.9);
  -ms-transform: translateZ(0) scale(0.9);
  -o-transform: translateZ(0) scale(0.9);
  transform: translateZ(0) scale(0.9);
}
.case .col .imask { z-index: 2; background: #000; }
.case .col .tit { line-height: 54px; color: #222; text-align: center; }
.case .col:hover { border-color: #e52d27; }
.case .col:hover .img {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1.06);
  -ms-transform: translate3d(-50%, 0, 0) scale(1.06);
  -o-transform: translate3d(-50%, 0, 0) scale(1.06);
  transform: translate3d(-50%, 0, 0) scale(1.06);
}
.case .col:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.case .col:hover .imask { opacity: 0.6; filter: alpha(opacity=60); }
.case .col:hover .tit { color: #e52d27; }

/*product*/
.product { padding-top: 0; }
.sort { margin-bottom: 18px; padding: 12px 30px; }
.sort .row { padding: 24px 0 18px; border-bottom: 1px dashed #ddd; }
.sort .row:nth-child(3) { border-bottom: none; }
.sort .sttit { width: 130px; color: #333; }
.sort .stcon { width: 950px; font-size: 0; }
.sort .stitem { margin-right: 30px; margin-bottom: 6px; font-size: 14px; }
.sort .stitem-on { color: #e52d27; }
.product-n .tit { margin-top: 36px; margin-bottom: 16px; font-size: 24px; color: #333; text-align: center; }
.product-n .imgslide { position: relative; margin-bottom: 55px; background-color: #fafafa; }
.product-n .imgslide .wrap { overflow: hidden; }
.product-n .imgslide .slide { position: relative; width: 1000%; }
.product-n .imgslide .item { position: relative; width: 1200px; height: 600px; text-align: center\9; overflow: hidden; }
.product-n .imgslide .img {
  position: relative;
  left: 50%;
  left: 0\9;
  max-width: 100%;
  height: 600px;
  vertical-align: top;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.product-n .imgslide .btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/pron_btn.jpg) 0 0 no-repeat;
}
.product-n .imgslide .prev { left: -72px; }
.product-n .imgslide .prev:hover { background-position: -32px 0; cursor: pointer; }
.product-n .imgslide .next { right: -72px; background-position: -96px 0; }
.product-n .imgslide .next:hover { background-position: -64px 0; cursor: pointer; }
.product-n .cans { padding: 24px 0; font-size: 0; border-bottom: 1px dashed #ddd; }
.product-n .cans-1 { margin-top: 6px; }
.product-n .cans-2 { margin-bottom: 30px; border-bottom: none; }
.product-n .cans .col { width: 400px; font-size: 16px; }
.product-n .cans .stit { width: 80px; }
.product-n .cans .scon { width: 300px; color: #999; }
.product-n .yous { margin: 30px 0 40px; }
.product-n .yous .imgl { position: relative; width: 300px; height: 400px; overflow: hidden; }
.product-n .yous .imgl .img { display: block; width: 100%; height: 400px; }
.product-n .yous .imgl .link {
  position: absolute;
  left: 50%;
  bottom: 147px;
  margin-left: -80px;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f9bf5c;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 #ba0000;
}
.product-n .yous .imgl .link:hover {
  -webkit-transform: translate3d(0, 3px, 0);
  -ms-transform: translate3d(0, 3px, 0);
  -o-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.product-n .yous .imgr { width: 880px; }
.product-n .yous .imgr .col { width: 220px; height: 200px; background-color: #f8f8f8; }
.product-n .yous .imgr .img { display: block; width: 220px; height: 200px; }
.product-n .yous .imgr .conwr { text-align: center; *zoom: 1; }
.product-n .yous .imgr .conwr:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f8f8f8;
  border-style: 7px 12px 7px 0;
}
.product-n .yous .imgr .conwr-1:after { right: 100%; }
.product-n .yous .imgr .conwr-2:after { left: 100%; }
.product-n .yous .imgr .stit { margin-top: 36px; font-size: 16px; color: #e52d27; }
.product-n .yous .imgr .line { margin-top: 6px; width: 30px; height: 2px; background-color: #e52d27; }
.product-n .yous .imgr .txt { margin: 30px 22px 0; height: 72px; font-size: 12px; line-height: 24px; color: #888; overflow: hidden; }
.product-n .imgs3d { position: relative; margin: 30px 0 100px; height: 400px; }
.product-n .imgs3d .item { position: absolute; top: 0; left: 300px; z-index: 4; width: 600px; height: 400px; text-align: center; }
.product-n .imgs3d .img {
  position: absolute;
  position: relative\9;
  top: 0;
  left: 50%;
  left: 0\9;
  z-index: 2;
  max-width: 100%\9;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.product-n .imgs3d .txt {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 0 4%;
  width: 92%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #000\9;
}
.product-n .imgs3d .commask { display: block; position: absolute; z-index: 1; opacity: 0.3; filter: alpha(opacity=30); }
.product-n .imgs3d .btn {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../img/pron_btn.png) 0 0 no-repeat;
}
.product-n .imgs3d .prev { left: 225px; }
.product-n .imgs3d .prev:hover { background-position: -32px 0; cursor: pointer; }
.product-n .imgs3d .next { right: 225px; background-position: -96px 0; }
.product-n .imgs3d .next:hover { background-position: -64px 0; cursor: pointer; }

/*brandgo*/
.brandgo .col .img { top: 5%\9; left: 5%\9; max-width: 90%; width: 90%\9; max-height: 90%; height: 90%\9; }

/*shoping*/
.shoping .col .icon {
  top: 70px;
  left: 130px;
  width: 60px;
  height: 60px;
  background-image: url(../img/case_icon.png);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0) scale(0.9);
  -ms-transform: translateZ(0) scale(0.9);
  -o-transform: translateZ(0) scale(0.9);
  transform: translateZ(0) scale(0.9);
}
.shoping .col:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.shoping .col .txt { padding: 16px 20px; height: 64px; }
.shoping .col .tit { margin-top: 0; }
.shoping .col .info { padding-top: 6px; }

/*sale map*/
.salemap { padding-top: 20px; padding-bottom: 20px; }
.salemap .main { position: relative; margin: 0 auto; width: 820px; height: 599px; background: url(../map/map.jpg) center no-repeat; }
.salemap .main .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); }
.salemap .main .item:hover .bg { opacity: 1; filter: alpha(opacity=100); }
.salemap .main .link { position: absolute; z-index: 10; }
.salemap-n { padding: 0 5%; }

/*contact*/
.contact { padding: 40px 0 100px; }
.contact .row { margin-left: 160px; margin-top: 40px; width: 435px; font-size: 0; }
.contact .row-2 { width: 1030px; }
.contact .row .icon { width: 50px; height: 50px; background: url(../img/cont_icon.jpg) 0 0 no-repeat; }
.contact .row .icon-2 { background-position: -50px 0; }
.contact .row .icon-3 { background-position: -100px 0; }
.contact .row .icon-4 { background-position: -150px 0; }
.contact .row .icon-5 { background-position: -200px 0; }
.contact .row .txt { margin-left: 20px; font-size: 16px; color: #333; }
.contact .map { margin-top: 40px; height: 350px; }
.contact .map img { -webkit-transition: none; -o-transition: none; transition: none; }
.feedback { padding: 40px 60px 100px; width: 1080px; }
.feedback .info { font-size: 16px; text-align: center; color: #e52d27; }
.feedback .tit { margin-top: 40px; font-size: 26px; text-align: center; color: #333; }
.feedback .con { margin-top: 30px; font-size: 0; }
.feedback .con .col { width: 315px; font-size: 14px; overflow: hidden; }
.feedback .con .intxt { padding: 0 20px; width: 258px; height: 33px; line-height: 33px; color: #ccc; border: 1px solid #ddd; }
.feedback .con .marl { margin-left: 67px; }
.feedback .con .xing { font-family: "Simsun"; color: #e52d27; }
.feedback .con .col-2 { margin-top: 30px; }
.feedback .con .intxt-2 { padding: 10px 20px; width: 1038px; max-width: 1038px; min-width: 1038px; height: 240px; line-height: 24px; }
.feedback .con .sub {
  display: block;
  margin: 0 auto;
  width: 235px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #e52d27;
}
.feedback .con .sub:hover { background-color: #ff0000; box-shadow: 0 0 5px 0 #e52d27; cursor: pointer; }

/* lytebox 弹出灯窗 */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
  #lbOverlay.grey { background-color: #000000; }
#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a, #lbMain img { -webkit-transition: none; -o-transition: none; transition: none; }
#lbMain a img { border: none; }
#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
  #lbOuterContainer.grey { border: 3px solid #fff; }
#lbDetailsContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4; overflow: auto; margin: 0 auto; }
  #lbDetailsContainer.grey { border: 3px solid #fff; border-top: none; }
#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
  position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/loading.gif) center no-repeat;
}
#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }
#lbPrev { width: 49%; height: 100%; background: transparent url(../img/blank.gif) no-repeat; display: block; left: 0; float: left; }
  #lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../img/prev_grey.gif) left 15% no-repeat; }
#lbNext { width: 49%; height: 100%; background: transparent url(../img/blank.gif) no-repeat; display: block; right: 0; float: right; }
  #lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../img/next_grey.gif) right 15% no-repeat; }
#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
  #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
  #lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbDetailsData { padding: 0 10px; }
  #lbDetailsData.grey { color: #333333; }
#lbDetails { width: 60%; float: left; text-align: left; font-size:12px;}
#lbCaption { display: block; font-weight: bold; margin: 5px 5px 10px; line-height: 20px; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; margin-left:5px; display:none; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbClose.grey { background: url(../img/close_grey.png) no-repeat; }
#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbPlay.grey { background: url(../img/play_grey.png) no-repeat; }
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
  #lbPause.grey { background: url(../img/pause_grey.png) no-repeat; }

/*浮动工具条*/
.fixed-bar a,.chat-tips i { background-image: url(http://www.hnliangge.com/1images/gdt-img3.png); background-repeat: no-repeat; }
.fixed-bar { width: 66px; position: fixed; bottom: 20px; right: 5px; font-size: 0; line-height: 0; z-index: 100; }
.fixed-bar a { width: 66px; height: 66px; display: inline-block; background-color: #AD282F; margin-bottom: 2px; }
.fixed-bar a:hover { background-color: #CF2122; }
.fixed-bar .icon-qq { background-position: 0 -62px; }
.fixed-bar .icon-chat { background-position: 0 -130px; position: relative; }
.fixed-bar .icon-chat:hover .chat-tips { display: block; }
.fixed-bar .icon-blog { background-position: 0 -198px; }
.fixed-bar .icon-mail { background-position: 0 -266px; }
.fixed-bar .icon-totop { background-position: 0 -334px; }
.chat-tips {
  padding: 20px; border: 1px solid #d1d2d6; position: absolute; right: 78px; top: -55px; background-color: #ffffff; display: none;
}
.chat-tips i {
  width: 9px; height: 16px; display: inline-block; position: absolute; right: -9px; top: 80px; background-position:-88px -350px;
}
.chat-tips img { width: 138px; height: 138px; }
.fixed-bar .icon-chat1 { background-position: 0 -320px; position: relative; }
.fixed-bar .icon-chat1:hover .chat-tips { display: block; }