@charset "UTF-8";
/*
* QWSS
* author:Jacob
* date:2016-09-01
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 11:21:40
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 19:08:33
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 16:42:18
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:17:01
*/
/* 两列定宽布局 */
/* 两列右侧自适应布局 */
/* 两列左侧自适应布局 */
/* 三列右侧自适应布局 */
/* 三列左侧自适应布局 */
/* 三列中间自适应布局 */
/* 等分布局 */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%; }

sup, sub {
  font-size: 83%; }

pre, code, kbd, samp {
  font-family: inherit; }

q:before, q:after {
  content: none; }

textarea {
  overflow: auto;
  resize: none; }

input, select, textarea {
  outline: none !important; }

input::-webkit-input-placeholder {
  　　color: #999; }

input:-moz-placeholder {
  　　color: #999; }

input::-moz-placeholder {
  　　color: #999; }

input:-ms-input-placeholder {
  　　color: #999; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold; }

del, ins, u, s, a, a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  background-clip: padding-box; }

p {
  line-height: 1.5em; }

body, textarea, input, button, select, keygen, legend {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 'PingFang SC',Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
  color: #666; }

a {
  display: inline-block;
  color: #969696; }
  a:hover {
    color: #ff1018; }
  a:hover, a:visited, a:focus {
    text-decoration: none;
    transition: color .2s ease; }

/* Here is the foundation layout，we use the 'g-' named after.
 * just like g-hd ==> head  g-bd ==> body g-ft ==> footer
 */
/* clearfix
 */
.g-row:before,
.g-row:after,
.g-container:before,
.g-container:after,
.g-box:before,
.g-box:after,
.m-topbar:before,
.m-topbar:after,
.m-head:before,
.m-head:after,
.clearfix:before,
.clearfix:after,
.m-components:before,
.m-components:after {
  display: table;
  content: " "; }

.g-row:after,
.g-container:after,
.g-box:after,
.m-topbar:after,
.m-head:after,
.clearfix:after {
  clear: both; }

/* The container layout
 * This is a page's outer package container，We use the 1200px width to set the pagewidth
 */
 /* 全屏布局 */
@media screen and (max-width: 768px) {
	.g-contanier {
  		width: 1280px; 
 	}
}
@media screen and (min-width:768px){
	.g-contanier{
		width:100%;
	}
}
/* 全屏布局 */
./*g-container {
  width: 100%; }*/

/* 全屏中间定宽布局 */
.g-box {
  width: 1200px;
  margin: 0 auto; }

/* 两列定宽布局 */
.g-bd {
  width: 1200px;
  margin: 0 auto; }
  .g-bd .g-sd {
    float: right;
    width: 300px; }
  .g-bd .g-mn {
    float: left;
    width: 100px; }

.g-bd:before,
.g-bd:after {
  display: table;
  content: " "; }

.g-bd:after {
  clear: both; }

/* 两列右侧自适应布局 */
.g-sd1 {
  position: relative;
  float: left;
  width: 360px;
  margin-right: -360px; }

.g-mn1 {
  float: right;
  width: 100%; }

.g-mn1c {
  margin-left: 360px; }

.g-bd1:before,
.g-bd1:after {
  display: table;
  content: " "; }

.g-bd1:after {
  clear: both; }

.g-sd1-ot {
    position: relative;
    float: left;
    width: 250px;
    margin-right: -250px;
    margin-top: 1.35em;
}

.g-mn1-ot {
  float: right;
  width: 100%; }

.g-mn1c-ot {
  margin-left: 250px; }

.g-bd1-ot:before,
.g-bd1-ot:after {
  display: table;
  content: " "; }

.g-bd1-ot:after {
  clear: both; }

/* 两列左侧自适应布局 */
.g-sd2 {
  position: relative;
  float: right;
  width: 190px;
  margin-left: -190px; }

.g-mn2 {
  float: left;
  width: 100%; }

/*.g-mn2c {
  margin-right: 190px; }*/

.g-bd2:before,
.g-bd2:after {
  display: table;
  content: " "; }

.g-bd2:after {
  clear: both; }

.g-sd2-ot {
  position: relative;
  float: right;
  width: 250px;
  margin-left: -250px; }

.g-mn2-ot {
  float: left;
  width: 100%; }

.g-mn2c-ot {
  margin-right: 250px; }

.g-bd2-ot:before,
.g-bd2-ot:after {
  display: table;
  content: " "; }

.g-bd2-ot:after {
  clear: both; }

/* 三列右侧自适应布局 */
.g-sd31,
.g-sd32 {
  position: relative;
  float: left;
  width: 190px; }

.g-sd31 {
  width: 190px;
  margin-right: 0px; }

.g-mn3 {
  float: right;
  width: 100%;
  margin-left: -380px; }

.g-mn3c {
  margin-left: 380px; }

.g-bd3:before,
.g-bd3:after {
  display: table;
  content: " "; }

.g-bd3:after {
  clear: both; }

/* 三列左侧自适应布局 */
.g-sd41,
.g-sd42 {
  position: relative;
  float: right;
  width: 190px; }

.g-sd41 {
  width: 190px;
  margin-left: 0px; }

.g-mn4 {
  float: left;
  width: 100%;
  margin-right: -380px; }

.g-mn4c {
  margin-right: 380px; }

.g-bd4:before,
.g-bd4:after {
  display: table;
  content: " "; }

.g-bd4:after {
  clear: both; }

/* 三列中间自适应布局 */
.g-sd51,
.g-sd52 {
  position: relative;
  float: left;
  width: 190px;
  margin: 0 -190px 0 0; }

.g-sd52 {
  float: right;
  width: 190px;
  margin: 0 0 0 -190px; }

.g-mn5 {
  float: left;
  width: 100%; }

.g-mn5c {
  margin: 0 190px 0 190px; }

.g-bd5:before,
.g-bd5:after {
  display: table;
  content: " "; }

.g-bd5:after {
  clear: both; }

/* 简易栅格布局 */
.col-row-1 {
  width: 8.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-1:before,
.col-row-1:after {
  display: table;
  content: " "; }

.col-row-1:after {
  clear: both; }

.col-row-2 {
  width: 16.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-2:before,
.col-row-2:after {
  display: table;
  content: " "; }

.col-row-2:after {
  clear: both; }

.col-row-3 {
  width: 25%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-3:before,
.col-row-3:after {
  display: table;
  content: " "; }

.col-row-3:after {
  clear: both; }

.col-row-4 {
  width: 33.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-4:before,
.col-row-4:after {
  display: table;
  content: " "; }

.col-row-4:after {
  clear: both; }

.col-row-5 {
  width: 41.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-5:before,
.col-row-5:after {
  display: table;
  content: " "; }

.col-row-5:after {
  clear: both; }

.col-row-6 {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-6:before,
.col-row-6:after {
  display: table;
  content: " "; }

.col-row-6:after {
  clear: both; }

.col-row-7 {
  width: 58.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-7:before,
.col-row-7:after {
  display: table;
  content: " "; }

.col-row-7:after {
  clear: both; }

.col-row-8 {
  width: 66.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-8:before,
.col-row-8:after {
  display: table;
  content: " "; }

.col-row-8:after {
  clear: both; }

.col-row-9 {
  width: 75%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-9:before,
.col-row-9:after {
  display: table;
  content: " "; }

.col-row-9:after {
  clear: both; }

.col-row-10 {
  width: 83.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-10:before,
.col-row-10:after {
  display: table;
  content: " "; }

.col-row-10:after {
  clear: both; }

.col-row-11 {
  width: 91.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-11:before,
.col-row-11:after {
  display: table;
  content: " "; }

.col-row-11:after {
  clear: both; }

.col-row-12 {
  width: 100%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-12:before,
.col-row-12:after {
  display: table;
  content: " "; }

.col-row-12:after {
  clear: both; }

.g-indexbackground {
  background-color: #F5F5F5; }

.g-xq-left {
  float: left;
  width: 731px;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 50px; }

.g-xq-right {
  float: left;
  width: 218px; }

.g-mn1-border {
  border-right: 1px solid #d8d8d8; }

/* function */
.f-cb:after, .f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: "."; }

.f-cb, .f-cbli li {
  zoom: 1; }

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.f-dn {
  display: none; }

.f-db {
  display: block !important; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-pr {
  position: relative; }

.f-prz {
  position: relative;
  zoom: 1; }

.f-oh {
  overflow: hidden; }

.f-fs1 {
  font-size: 12px; }

.f-fs2 {
  font-size: 14px; }

.f-fs3 {
  font-size: 16px; }

.f-fs4 {
  font-size: 18px; }

.f-fwn {
  font-weight: normal; }

.f-fwb {
  font-weight: bold; }

.f-tal {
  text-align: left; }

.f-tac {
  text-align: center; }

.f-tar {
  text-align: right; }

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph; }

.f-vam, .f-vama * {
  vertical-align: middle; }

.f-wsn {
  word-wrap: normal;
  white-space: nowrap; }

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all; }

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word; }

.f-ti {
  overflow: hidden;
  text-indent: -30000px; }

.f-ti2 {
  text-indent: 2em; }

.f-lhn {
  line-height: normal; }

.f-lh18 {
  line-height: 18px; }

.f-lh20 {
  line-height: 20px; }

.f-lh22 {
  line-height: 22px; }

.f-lh24 {
  line-height: 24px; }

.f-tdu, .f-tdu:hover {
  text-decoration: underline; }

.f-tdn, .f-tdn:hover, .f-tdn:visited, .f-tdn:focus {
  text-decoration: none; }

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis; }

.f-csp {
  cursor: pointer; }

.f-csd {
  cursor: default; }

.f-csh {
  cursor: help; }

.f-csm {
  cursor: move; }

.f-cna {
  cursor: not-allowed; }

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.f-bd-no {
  border: none !important; }

.f-bdbottom-no {
  border-bottom: none !important; }

.f-bdright-no {
  border-right: none !important; }

.f-clr-gre {
  color: #07ad03; }

.f-clr-red {
  color: #FF4349; }

.f-clr-blue {
  color: #0a5eea; }

.f-clr-yel {
  color: #f90; }

.f-clr-ora {
  color: #d50; }

.f-clr-light {
  color: #999; }

.f-clr-normal {
  color: #666; }

.f-clr-dark {
  color: #333; }

.f-rm-mar {
  margin: 0 !important; }

.f-rm-mar-t {
  margin-top: 0 !important; }

.f-rm-mar-r {
  margin-right: 0 !important; }

.f-rm-mar-b {
  margin-bottom: 0 !important; }

.f-rm-mar-l {
  margin-left: 0 !important; }

.f-rm-pdg {
  padding: 0 !important; }

.f-rm-pdg-t {
  padding-top: 0 !important; }

.f-rm-pdg-r {
  padding-right: 0 !important; }

.f-rm-pdg-b {
  padding-bottom: 0 !important; }

.f-rm-pdg-l {
  padding-left: 0 !important; }

.f-push-5 {
  margin-bottom: 5px !important; }

.f-push-5-t {
  margin-top: 5px !important; }

.f-push-5-r {
  margin-right: 5px !important; }

.f-push-5-l {
  margin-left: 5px !important; }

.f-push-10 {
  margin-bottom: 10px !important; }

.f-push-10-t {
  margin-top: 10px !important; }

.f-push-10-r {
  margin-right: 10px !important; }

.f-push-10-l {
  margin-left: 10px !important; }

.f-push-15 {
  margin-bottom: 15px !important; }

.f-push-15-t {
  margin-top: 15px !important; }

.f-push-15-r {
  margin-right: 15px !important; }

.f-push-15-l {
  margin-left: 15px !important; }

.f-push-20 {
  margin-bottom: 20px !important; }

.f-push-20-t {
  margin-top: 20px !important; }

.f-push-20-r {
  margin-right: 20px !important; }

.f-push-20-l {
  margin-left: 20px !important; }

.f-push-30 {
  margin-bottom: 30px !important; }

.f-push-30-t {
  margin-top: 30px !important; }

.f-push-30-r {
  margin-right: 30px !important; }

.f-push-30-l {
  margin-left: 30px !important; }

.f-push-40 {
  margin-bottom: 40px !important; }

.f-push-40-t {
  margin-top: 40px !important; }

.f-push-40-r {
  margin-right: 40px !important; }

.f-push-40-l {
  margin-left: 40px !important; }

.f-push-50 {
  margin-bottom: 50px !important; }

.f-push-50-t {
  margin-top: 50px !important; }

.f-push-50-r {
  margin-right: 50px !important; }

.f-push-50-l {
  margin-left: 50px !important; }

.f-pdg-5 {
  padding-bottom: 5px !important; }

.f-pdg-5-t {
  padding-top: 5px !important; }

.f-pdg-5-r {
  padding-right: 5px !important; }

.f-pdg-5-l {
  padding-left: 5px !important; }

.f-pdg-10 {
  padding-bottom: 10px !important; }

.f-pdg-10-t {
  padding-top: 10px !important; }

.f-pdg-10-r {
  padding-right: 10px !important; }

.f-pdg-10-l {
  padding-left: 10px !important; }

.f-pdg-15 {
  padding-bottom: 15px !important; }

.f-pdg-15-t {
  padding-top: 15px !important; }

.f-pdg-15-r {
  padding-right: 15px !important; }

.f-pdg-15-l {
  padding-left: 15px !important; }

.f-pdg-20 {
  padding-bottom: 20px !important; }

.f-pdg-20-t {
  padding-top: 20px !important; }

.f-pdg-20-r {
  padding-right: 20px !important; }

.f-pdg-20-l {
  padding-left: 20px !important; }

.f-pdg-30 {
  padding-bottom: 30px !important; }

.f-pdg-30-t {
  padding-top: 30px !important; }

.f-pdg-30-r {
  padding-right: 30px !important; }

.f-pdg-30-l {
  padding-left: 30px !important; }

.f-pdg-40 {
  padding-bottom: 40px !important; }

.f-pdg-40-t {
  padding-top: 40px !important; }

.f-pdg-40-r {
  padding-right: 40px !important; }

.f-pdg-40-l {
  padding-left: 40px !important; }

.f-pdg-50 {
  padding-bottom: 50px !important; }

.f-pdg-50-t {
  padding-top: 50px !important; }

.f-pdg-50-r {
  padding-right: 50px !important; }

.f-pdg-50-l {
  padding-left: 50px !important; }

.f-pdg-60-t {
  padding-top: 60px !important; }

.m-productmc {
  padding-bottom: 60px;
  overflow: hidden; }

.m-productmcmargin {
  margin-bottom: 60px;
  overflow: hidden; }

/*掌柜热卖、看了又看、热卖推荐*/
.m-bbox {
  border: 1px solid #d8d8d8;
  background: #fff; }
  .m-bbox .m-bbox-tle {
    padding: 20px 25px 5px; }
    .m-bbox .m-bbox-tle .line-tle {
      border-bottom: 1px solid #d8d8d8;
      text-align: center;
      height: 10px;
      margin-bottom: 10px; }
      .m-bbox .m-bbox-tle .line-tle span {
        font-size: 16px;
        margin-bottom: -11px;
        display: inline-block;
        height: 22px;
        background: #fff;
        padding: 0 10px; }
  .m-bbox .m-bbox-cont {
    overflow: hidden; }
    .m-bbox .m-bbox-cont .m-bbox-slider .slide {
      padding: 10px 0; }
    .m-bbox .m-bbox-cont .bx-pager {
      display: none; }
    .m-bbox .m-bbox-cont .bx-controls-direction {
      text-align: center; }
      .m-bbox .m-bbox-cont .bx-controls-direction a {
        display: inline-block;
        width: 114px;
        height: 34px;
        font-size: 0;
        margin: 5px; }
    .m-bbox .m-bbox-cont .bx-next {
      background: url(../images/details/icon/silde-n.png);
      right: 5px; }
    .m-bbox .m-bbox-cont .bx-prev {
      background: url(../images/details/icon/silde-p.png);
      left: 5px; }
    .m-bbox .m-bbox-cont .sw-hd-box {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      position: relative; }
      .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-img {
        width: 150px;
        height: 150px;
        display: block; }
        .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-img img{
          width:100%;
          height:100%;
        }
      .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-txt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        padding: 0 10px;
        line-height: 20px;
        height: 20px;
        font-size: 12px;
        color: #333;
        background: rgba(255, 255, 255, 0.7); }

.u-star {
  display: inline-block; }
  .u-star .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: -2px;
    background-image: url(../images/list/star.png);
    background-repeat: no-repeat; }

/*# sourceMappingURL=qwui_base.css.map */

/*底部样式*/
.m-dot{
	border-top:1px solid #cccccc ;
	background: #fff;
}
/*底部服务保障组件*/
.bottom_promise {
	padding: 34px 0;
	overflow: hidden;
}
.bottom_promise s {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.bottom_promise s img {
	width: 100%;
	height: 100%;
}
.bottom_promise p {
	float: left;
	max-width: 200px;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bottom_promise:hover s,.bottom_promise:hover p {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.bottom_promise:hover p {
	color: #002b5c;
}
/*底部导航*/
.m-footernav{
	border-top:1px solid #eeeeee ;
	border-bottom:1px solid #eeeeee ;
	padding-top:30px ;
	padding-bottom: 35px;
	overflow: hidden;
}
.footer-nav{
	overflow: hidden;
	zoom: 1;
}
.footer-nav dl{
	float: left;
	width: 225px;
	padding-right: 15px;
}
.footer-nav dl dt{
	font-size:16px ;
	color: #333;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.footer-nav dl dd{
	line-height: 30px;
	color: #999;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}
.footer-nav dl dd a{
	color: #999;
}
.footer-nav dl dd a:hover{
	color: #002b5c;
}

.m-contact{
	margin-right: 35px;
}
.m-contact .p1{
	margin-top: -5px;
	text-align: center;
	font-size:18px ;
	color: #666;
	font-family: HelveticaNeueLTPro-ThEx;
}
.m-contact .p2{
	font-size:14px ;
	text-align: center;
	margin-top: 20px;
}
.m-contact a{
	display: block;
	margin: 23px auto 0;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
}

.m-footer{
	padding: 18px 0;
}
.m-footer p{
	line-height: 24px;
	color: #999;
    text-align: center;
}
.m-footer .p1 a{
	color: #222;
	font-size: 14px;
}
.m-footer .p1 a:hover{
	color: #002b5c;
}
.m-footer .p1 b{
	font-size: 14px;
	color: #222;
	padding: 0 12px;
}


.footer-wechat{
	/*overflow: hidden;*/
	zoom: 1;
	margin-top: 18px;
	position: relative;
}
.footer-wechat s{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 25px;
}

.footer-wechat .p1{
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.footer-wechat .p2{
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.y_wechatbox {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 178px;
	height: 178px;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
	box-shadow: 0 3px 20px rgba(0,0,0,.2);
	font-size: 14px;
	color: #222;
	padding: 12px 0;
	margin-left: -40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer-wechat:hover .y_wechatbox {
	opacity: 1;
	visibility: visible;
	bottom: 120%;
}
.y_wechatbox img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 6px auto;
}
.y_wechatbox:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.butn { display: inline-block; padding: 6px 25px 7px; font-size: 12px; font-weight: normal; line-height: 1.5; border: 1px solid transparent; background: transparent; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; -webkit-user-select:none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all .3s; transition: all .3s; font-family:'HelveticaNeueLTPro-ThEx',tahoma,arial,'Microsoft Yahei','helvetica neue','hiragino sans gb',Simsun,sans-serif;}
.butn_sm { padding: 3px 15px 4px; }
.butn_block { display: block; width: 100%; padding-left: 0; padding-right: 0; text-align: center; }
.butn:focus, .butn:active:focus, .butn.active:focus { outline: 0 none; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.butn:hover, .butn:focus { text-decoration: none; }
.butn:active, .butn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
.butn.disabled, .butn[disabled] { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.butn.disabled, .butn[disabled], .butn.disabled:hover, .butn[disabled]:hover, .butn.disabled:focus, .butn[disabled]:focus, .butn.disabled:active, .butn[disabled]:active { background: #e1e1e1; border: 1px solid #ddd; color: #999; }
.butn_custom2{ color: #666; border-color: #ccc; background-color: #fff; } /*自定义按钮2 灰边白底*/
.butn_custom2:hover,
.butn_custom2:focus,
.butn_custom2:active,
.butn_custom2.active { border-color: #ff2222; background-color: #ff2222; color: #fff; }

/* 全屏布局 */
.g-container{
    width:100%;
}

/* 全屏中间定宽布局 */
.g-box {
    width: 1200px;
    margin: 0 auto;
}
.col-md-12{
  padding: 0;
}
.g-container .m-shopsign .tempWrap li>a,.g-container .m-shopsign .tempWrap li>a>img{
  width: 100%;
}








/*产品全局样式*/
body{font:12px/1.5 Microsoft yahei,Arial, sans-serif;color:#999;background-color:#f5f5f5;margin:0;padding:0}
a{color:#999;}
a:active,a:focus {text-decoration:none;color:#ff6701;}
a:hover{text-decoration:underline;color:#ff6701;}
a:active,a:focus,input,select,textarea {outline:none;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height:1;color:#444645;font-family:"microsoft YaHei";}
ul,ol {list-style-type:none}
li{*vertical-align:top;}
div,a,p,b,em,i,strong,span,img,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0;padding:0;}
img{border:none;vertical-align:top;}

/*产品全局公用样式*/
.fl{float:left;}
.fr{float:right;}
.clearfix {zoom:1;}
.clearfix:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
.f_wryh{font-family:"microsoft YaHei";font-weight:normal;}/*设置字体为微软雅黑*/
.y_hide{display:none;} /*设为隐藏*/
.y_mlr5{margin:0 7px;}
.y_plr10{padding:0 10px;}
.y_mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.y_mt20{margin-top:20px;}
.y_mb10{margin-bottom:10px;}
.y_mb20{margin-bottom:20px;}
.y_mb30{margin-bottom:30px;}
.y_mr10{margin-right:10px;}
.y_mr20{margin-right:20px;}
.text-center{text-align:center;}
.y_over{overflow:hidden;} /*超出隐藏*/
.bg_fff{background:#fff}

.y_tlad{width:100%;overflow:hidden;text-align:center;}
.f_color{color:#c61a2a}/*页面的主色调红色*/
.f_333{color:#333;}
.f_blue{color:#428bca;}
.f_size14{font-size:14px;} /*字体大小 14px*/
.f_size30{font-size:30px;} /*字体大小 14px*/
.y_border{border:1px solid #e5e5e5;} /*设置元素的边框为1px*/
.y_border1{border:1px solid #e5e5e5;border-top:none;} /*设置元素的边框为1px,头部无边框*/
.y_border2{border:1px solid #ddd;border-top:2px solid #3498db;padding-bottom:10px;} /*设置元素的边框为1px，头部2px 标题结构*/
.y_border3{border:1px solid #e6e6e6;}
.y_border4{border-bottom:1px solid #e6e6e6;}
.border_t{border-top:1px solid #ebebeb}
.y_iptlabel{margin-right:10px;cursor:pointer;font-weight:normal;}  /*普通单选、复选的label样式*/
.y_iptlabel input{vertical-align:middle;margin:-2px 3px 0 0;}
.pr{position: relative;}
/*公用组件的自定义基础样式*/
.fa{vertical-align:middle;}
.y_label{margin-right:5px;background:#c61a2a;color: #fff;display: inline;font:12px/17px "microsoft YaHei";font-weight: normal;padding:0 0.3em;text-align: center;vertical-align: baseline;white-space: nowrap}
.btn {padding:6px 12px;border-radius: 0px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;font-family:"microsoft YaHei";outline:0 none;}
.btn:hover,.btn:focus,.btn:active{outline:0 none;}
.btn-lg, .btn-group-lg > .btn {border-radius:0px;font-size:1.5em;line-height:1.5;padding:0.55em 1.8em;}
.btn-block{padding-left:0;padding-right:0;}
.progress{border-radius:0;}
.progress-bar{-webkit-transition:width 2s;transition:width 2s;}
/*列表的公用样式*/
.list-style {padding-left: 20px;}
.list-style.list-disc {list-style-type: disc;}
.list-style.list-circle {list-style-type: circle;}
.list-style.list-square {list-style-type: square;}
.list-style.list-decimal {list-style-type: decimal;}
.list-style.list-lower-alpha {list-style-type: lower-alpha;}
.list-style.list-upper-alpha {list-style-type: upper-alpha;}
.list-style.list-lower-roman {list-style-type: lower-roman;}
.list-style.list-upper-roman {list-style-type: upper-roman;}
/*--- 自定义按钮 ----*/
.btn-custom {color: #ffffff;background-color:#e94518;border-color: #e94518;}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {color: #fff;background-color: #e94518;border-color: #e94518;}
.btn-custom1 {color: #ec4518;background-color:#fff;border-color: #ec4518;border-width:1px;border-radius:2px;}
.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1:active,
.btn-custom1.active,
.open .dropdown-toggle.btn-custom1 {color: #fff;background-color: #ec4518;border-color: #ec4518;}
.btn-custom2 {color: #f03c2a;background-color:#fff;border-color: #e93115;border-width:2px}
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2:active,
.btn-custom2.active,
.open .dropdown-toggle.btn-custom2 {color: #fff;background-color: #e93115;border-color: #e93115;}
.btn-custom3 {color: #666;background-color:#fff;border-color: #e6e6e6;border-width:1px;}/*第二色调的自定义按钮 粉红背景*/
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3:active,
.btn-custom3.active,
.open .dropdown-toggle.btn-custom3 {color: #666;background-color: #fff;border-color: #e6e6e6;}
.btn-custom4 {color: #428bca;background-color:#fff;border-color: #428bca;border-width:2px}
.btn-custom4:hover,
.btn-custom4:focus,
.btn-custom4:active,
.btn-custom4.active,
.open .dropdown-toggle.btn-custom4 {color: #fff;background-color: #428bca;border-color: #428bca;}
.btn-custom5 {color: #fff;background-color:#ccc;border-color: #ccc;border-width:2px;cursor:not-allowed}/*灰底白字*/
/*--- 基于bootstrap的下拉框 ----*/
.dropdown-menu {padding:0;margin:0;font-size:12px;border:1px solid #eee;border-radius:0;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);z-index:900;}
.dropdown_hover:hover .dropdown-menu{display:block;}
.dropdown_animated .dropdown-menu{display:block;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;}
.dropdown_animated .animated_bottom{-webkit-transform:translatey(-10px);transform:translatey(-10px);}
.dropdown_animated .animated_top{-webkit-transform:translatey(10px);transform:translatey(10px);}
.dropdown_animated:hover .dropdown-menu,.dropdown_animated.open .dropdown-menu{visibility:visible;opacity:1;-webkit-transform:translatey(0px);transform:translatey(0px);}
/*--- 基于bootstrap的文本框 ----*/
.form-control{border-color:#dcdcdc;-webkit-box-shadow:none;box-shadow:none;border-radius:0;height:19px;padding:7px 10px;font-size:12px;}
.form-control:focus{border-color:#3498db;outline:0;-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);}
select.form-control{height:33px}
select.form-control option{padding:4px 12px;}
/*--- tooltip 提示信息---*/
.tooltip {font-size: 12px;line-height: 1.5;z-index:900;white-space:nowrap;font-weight:normal}
.tooltip.top {padding: 7px 0;}
.tooltip.right {padding: 0 7px;}
.tooltip.bottom {padding: 7px 0;}
.tooltip.left {padding: 0 7px;}
.tooltip-inner {padding: 4px 10px;color: #fff;background-color: #3498db;border-radius: 0;}
.tooltip.top .tooltip-arrow {margin-left: -7px;border-width: 7px 7px 0;border-top-color: #3498db;}
.tooltip.top-left .tooltip-arrow {left: 7px;border-width: 7px 7px 0;border-top-color: #3498db;}
.tooltip.top-right .tooltip-arrow {right: 7px;border-width: 7px 7px 0;border-top-color: #3498db;}
.tooltip.right .tooltip-arrow {margin-top: -7px;border-width: 7px 7px 7px 0;border-right-color: #3498db;}
.tooltip.left .tooltip-arrow {margin-top: -7px;border-width: 7px 0 7px 7px;border-left-color: #3498db;}
.tooltip.bottom .tooltip-arrow {margin-left: -7px;border-width: 0 7px 7px;border-bottom-color: #3498db;}
.tooltip.bottom-left .tooltip-arrow {left: 7px;border-width: 0 7px 7px;border-bottom-color: #3498db;}
.tooltip.bottom-right .tooltip-arrow {right: 7px;border-width: 0 7px 7px;border-bottom-color: #3498db;}
/*bootstrap兼容ie7的样式*/
.dl-horizontal dd,.container,.container-fluid,.row,.form-horizontal .form-group,.btn-toolbar,.btn-group-vertical > .btn-group,.nav,.navbar,.navbar-header,.navbar-collapse,.pager,.panel-body,.modal-footer{zoom:1}
.dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{content:".";display:block;height:0;visibility:hidden;}
/*--- 页面整体的响应式宽度 ----*/
.container {margin-right: auto;margin-left: auto;padding:0;width: 1280px;}
.preview_body .container,.preview_body .layout{width: 1190px !important;}
.containerfull {margin-left:30px;margin-right: 30px;padding:0;min-width:700px;}
.visible-in-mi,.visible-in-xs,.visible-in-sm,.visible-in-md,.visible-in-lg,.visible-at-mi,.visible-at-xs,.visible-at-sm,.visible-at-md,.visible-at-lg{display:none;}
.container-fluid {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
/*搜索*/
.page-search{padding:10px;border:1px solid #ddd;text-align:left;margin-bottom:10px;background-color:#fff;}
.page-search .label-control{font-size:15px;display:inline-block;margin-right:10px;}
.page-search .form-control{width:30%;display:inline-block;}
.page-search .btn{display:inline-block;vertical-align:top;width:10%;padding:6px 12px 7px;}

.pro-search{margin-bottom:10px;}
.pro-search .form-control{width:20%;display:inline-block;}
.pro-search .btn{display:inline-block;vertical-align:top;width:7%;padding:6px 5px 7px;}
.pro-search .btn-search{background:#f7f7f7;border:1px solid #ccc;color:#333;margin-left:-1px}

/*700度公共头部样式*/
.header-top{height:35px;background:rgba(255,255,255,.8);border-bottom:1px solid #ebebeb;line-height:35px;}
.header-top .y_sc{float:left;position:relative;}
.header-top .y_sc b{position:absolute;left:0;top:8px;width:13px;height:13px;background:url(../img/star.png) no-repeat;-webkit-transition:all 0.3s;transition:all 0.3s;}
.header-top .y_sc:hover b{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
.y_topleave{font-size:10.1px;color:#fff;background:#c61a2a;-webkit-border-radius:50%;border-radius:50%;display:inline-block;width:14px;line-height:14px;padding:2px;text-align:center;vertical-align:middle;margin:-2px 20px 0 1px;transform:scale(0.84)}
.y_topleave:hover{color:#fff;text-decoration:none;}
.y_topsize{margin-right:20px;}
.y_topsize b{font-family:Tahoma;padding-left:2px;}
.header-top .y_headrli{float:left;height:35px;position:relative;z-index:999;}
.header-top .y_headrli .dropdown-toggle{line-height:35px;padding:0 13px;cursor:pointer;display:block;}
.header-top .dropdown-menu,.y_topcart .dropdown-cart-menu{display:block;visibility:hidden;min-width:100%;opacity:0;-webkit-transform:translatey(-10px);transform:translatey(-10px);-webkit-transition:all 0.3s;transition:all 0.3s;}
.header-top .dropdown-menu li{vertical-align:top;line-height:20px;}
.header-top .dropdown-menu li a {padding:6px 13px;color:#666;}
.header-top .dropdown-menu li a:hover,.dropdown-menu li a:focus {color:#2980b9;background-color:#fff;}
.header-top .y_headrli.open .dropdown-toggle,.header-top .y_headrli:hover .dropdown-toggle{border-left:1px solid #eee;border-right:1px solid #eee;padding:0 12px;background:#fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);}
.header-top .y_headrli.open s,.header-top .y_headrli:hover s{position:absolute;width:100%;border-left:1px solid #eee;border-right:1px solid #eee;height:5px;background:#fff;bottom:-1px;z-index:1001;box-sizing:border-box;}
.header-top .y_headrli:hover{z-index:1000;}
.header-top .y_headrli:hover .dropdown-menu,.header-top .y_headrli.open .dropdown-menu,.y_topcart.open .dropdown-cart-menu{visibility:visible;opacity:1;-webkit-transform:translatey(0px);transform:translatey(0px);}
.header-top .y_stodrop{width:122px;left:auto;right:0;padding:8px 10px;}
.header-top .y_topdropdl{overflow:hidden;margin-right:-20px;zoom:1;}
.header-top .y_topdropdl dd{float:left;width:50px;margin-right:20px;line-height:22px;margin-top:5px;height:22px;overflow:hidden}
.header-top .y_topline{height:0;line-height:0;overflow:hidden;border-bottom:1px dotted #ddd;width:100%;margin:5px 0 8px;font-size:12px;}
.header-top .y_wzdhdrop{width:198px;padding:8px 10px;left:auto;right:0;line-height:22px;}
.header-top .y_smewm{line-height:18px;text-align:center;padding-bottom:10px;color:#000;font-family:"microsoft YaHei";white-space:nowrap;}
.header-top .y_drophot{margin-right:-10px;font-weight:bold;font-family:"microsoft YaHei"}
.header-top .y_drophot a{margin-right:10px;}
.header-top .y_wzdhdrop dl{width:100%;overflow:hidden;}
.header-top .y_wzdhdrop dl dd{float:left;width:33.33%;overflow:hidden;height:22px;line-height:22px;margin-top:5px;}
.header-top .fa-angle-down{margin-left:2px;-webkit-transition:transform 0.3s;transition:transform 0.3s;}
.header-top .fa-mobile,.header-top .fa-th-list{font-size:14px;color:#666;vertical-align:middle;margin:0 2px 0 0;white-space:nowrap}
.header-top .y_headrli:hover .fa-mobile{-webkit-animation: ringing 2.0s 1 ease .5s;animation: ringing 2.0s 1 ease 0.5s;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;}
.header-top .y_headrli:hover .fa-angle-down{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.header-top-left {float:left;}
.header-top-right {float:right;position:relative;}
.header-top .index_home{color:#999}
.header-top .index_home i{margin-right:7px;vertical-align:middle;}
.phone{color:#e94518;font-size:18px;}
.drop-menu-item-body {position: absolute;left: 0;top: 0;border: 1px solid #dde9fd;z-index: 310;background: #fff;min-width: 98%;box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);}
.top-nav-webnav-item .drop-menu-item-body {width: 1190px;left: -918px;}
.top-nav-website-box {line-height: 2;padding: 20px 30px;}
.top-nav-website-box .top-website-nav {display: inline-block;vertical-align: top;min-height: 150px;height: auto!important;height: 150px;margin-right: 35px;padding: 10px 25px 10px 0;border-right: 1px solid #f0f0f0;}
.top-nav-website-box dt {margin-bottom: 25px;font-weight:normal;}
.fc3 {color: #333;}
.f16 {font-size: 16px;}
.top-nav-website-box .top-website-link {font-size: 12px;margin-right: 12px;line-height: 20px;}
.top-nav-website-box .top-website-link strong{font-weight:normal;color:#666}
.top-nav-website-box .top-website-nav-last {border-right: none;margin-right: 0;padding-right: 0;}

/*产品LOGO serach cart*/
.main-serch-container {width:100%;background:rgba(255,255,255,.8);-webkit-transition: top 0.3s ease-out 0s;transition: top 0.3s ease-out 0s;z-index:990;top:-57px;}
.main-serch-container.fixed {position:fixed;top:0;left:0;height:57px;z-index:999;padding:0;-webkit-backface-visibility:hidden;-webkit-box-shadow: 0 5px 4px rgba(0,0,0, 0.10);box-shadow: 0 5px 4px rgba(0,0,0, 0.10);*border-bottom:1px solid #ddd;border-bottom:1px solid #ddd\0}
.main-serch-container.fixed .y_logo{height:57px;font-size:30px;float:none;}
.main-serch-container.fixed .y_logo img{height:45px;margin-top:5px;}
.main-serch-container.fixed .y_logo a{margin-top:0;}
.main-serch-container.fixed .y_serch{width:60%;float:none;margin:-47px auto 0;*display:block;}
.main-serch-container.fixed .y_serhhot,.main-serch-container.fixed .y_logoad,.main-serch-container.fixed .y_topcart,.main-serch-container.fixed .y_toprtad{display:none;}

/*--700度首页css--*/
.header_serch{float:right;width:20px;height:31px;position:relative;margin-top:3px;-webkit-border-radius:4px;border-radius:4px;-webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;transition:width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,padding-left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.header_serch .serch_btn{padding:0;position:absolute;left:6px;top:0;width:20px;height:20px;background:url(../img/sprite_bg.png) 0px -30px no-repeat;border:none;outline:none;cursor:pointer;-webkit-transition:opacity 0.2s,left 0.2s;transition:opacity 0.2s,left 0.2s;}
.header_serch .serch_btn:hover{opacity:0.7;}
.header_serch .serch_control{width:100%;background:transparent;border:none;height:20px;line-height:20px;padding:6px 0;font-size:16px;font-family:'Microsoft YaHei';color:transparent;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;}
.header_serch.active{padding-left:35px;width:225px;background:#fff;border:1px solid #e7e7e7}
.header_serch.active .header_nav{margin-left:300px;}
.header_serch.active .serch_btn{background-position:0px -30px;left: 2px;top: 5px;}
.header_serch.active .serch_control{color:#000;visibility:visible;opacity:1;}
.y_top_r{margin-top:35px;}
.header_nav{margin-right:25px;float:left}
.header_nav li{float:left;height:30px;position:relative;z-index:999;line-height:30px;}
.header_nav li .dropdown-toggle{line-height:30px;padding:0 13px;cursor:pointer;display:block;}
.header_nav .dropdown-menu,.y_topcart .dropdown-cart-menu{display:block;visibility:hidden;min-width:100%;opacity:0;-webkit-transform:translatey(-10px);transform:translatey(-10px);-webkit-transition:all 0.3s;transition:all 0.3s;}
.header_nav .dropdown-menu li{vertical-align:top;line-height:20px;}
.header_nav .dropdown-menu li a {padding:6px 13px;color:#666;}
.header_nav .dropdown-menu li a:hover,.dropdown-menu li a:focus {color:#2980b9;background-color:#fff;}
.header_nav li.open .dropdown-toggle,.header-top .y_headrli:hover .dropdown-toggle{border-left:1px solid #eee;border-right:1px solid #eee;padding:0 12px;background:#fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);}
.header_nav li.open s,.header-top .y_headrli:hover s{position:absolute;width:100%;border-left:1px solid #eee;border-right:1px solid #eee;height:5px;background:#fff;bottom:-1px;z-index:1001;box-sizing:border-box;}
.header_nav li:hover{z-index:1000;}
.header_nav li:hover .dropdown-menu,.header-top .y_headrli.open .dropdown-menu,.y_topcart.open .dropdown-cart-menu{visibility:visible;opacity:1;-webkit-transform:translatey(0px);transform:translatey(0px);}
.header_nav .y_stodrop{width:122px;left:auto;right:0;padding:8px 10px;}
.header_nav .y_topdropdl{overflow:hidden;margin-right:-20px;zoom:1;}
.header_nav .y_topdropdl dd{float:left;width:50px;margin-right:20px;line-height:22px;margin-top:5px;height:22px;overflow:hidden}
.header_nav .y_topline{height:0;line-height:0;overflow:hidden;border-bottom:1px dotted #ddd;width:100%;margin:5px 0 8px;font-size:12px;}
.header_nav .y_wzdhdrop{width:198px;padding:8px 10px;left:auto;right:0;line-height:22px;}
.header_nav .y_smewm{line-height:18px;text-align:center;padding-bottom:10px;color:#000;font-family:"microsoft YaHei";white-space:nowrap;}
.header_nav .y_drophot{margin-right:-10px;font-weight:bold;font-family:"microsoft YaHei"}
.header_nav .y_drophot a{margin-right:10px;}
.header_nav .y_wzdhdrop dl{width:100%;overflow:hidden;}
.header_nav .y_wzdhdrop dl dd{float:left;width:33.33%;overflow:hidden;height:22px;line-height:22px;margin-top:5px;}
.header_nav .fa-angle-down{margin-left:2px;-webkit-transition:transform 0.3s;transition:transform 0.3s;}
.header_nav .fa-mobile,.header-top .fa-th-list{font-size:14px;color:#666;vertical-align:middle;margin:0 2px 0 0;white-space:nowrap}
.header_nav li:hover .fa-mobile{-webkit-animation: ringing 2.0s 1 ease .5s;animation: ringing 2.0s 1 ease 0.5s;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;}
.header_nav li:hover .fa-angle-down{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.y_cate{position: relative;*z-index:2;background:#000;opacity:.8;    z-index: 999;}
.y_cate .menu li {float:left;font-size:15px;}
.y_cate .menu li a {display:inline-block;color:#666;font:400 16px/19px 'microsoft YaHei';padding:11px 25px 11px;}
.y_cate .menu li .y_login{display:none;}
.y_cate .menu li:hover .y_login{display:block;}
.y_logo{float:left;height:110px;overflow:hidden;position:relative;font-size:50px;margin:0}
.y_logo a{margin-top:25px;color:#3498db;display:block;float:left;margin-right:14px}
.y_logo a img{max-width:100%;max-height:63px;}
.logo_txt{float:left;margin:25px 0 0 0}
.y_serch{float:left;width:250px;margin:38px 10px 0 50px;*display:inline;}
.y_serch .y_serlist{float:left;width:70px;height:33px;position:relative;border:1px solid #e6e6e6;border-right:none;z-index:998;}
.y_serch .y_serlist b{position:absolute;width:5px;height:3px;background:url(../img/y_serspbg.gif) no-repeat;left:54px;top:15px;z-index:3; }
.y_serch .y_serspan{position:relative;z-index:2;display:block;line-height:33px;text-align:center;border-left:1px solid #f5f5f5;border-right:1px solid #eee;cursor:pointer;background:#fafafa;}
.y_serch .y_serlist ul{position:absolute;top:33px;left:0;width:68px;border:1px solid #eee;border-top:none;background:#fff;display:none;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);}
.y_serch .y_serlist ul li{line-height:28px;vertical-align:middle;text-align:center;cursor:pointer;}
.y_serch .y_serlist ul li:hover{background:#fafafa;color:#3498db}
.y_serch .y_hover ul{display:block;}
.y_serch .y_hover b{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform 0.2s;transition:transform 0.2s;}
.y_serch .form-control{width:190px;font-size:12px;height:22px;float:left;border-radius:0;padding:6px 10px;border-color:#e6e6e6;border-width:1px; border-right: 0;box-sizing: content-box;}
.y_serch .form-control:focus{border-color:#e6e6e6;box-shadow:3px 3px 3px #e5e5e5 inset;}
.y_serch .btn{float:left;width:36px;height:36px;border:1px solid #e6e6e6;border-left:none;background:#fff;color:#999;border-radius:0;padding:0;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;letter-spacing:4px;}
.y_serch .btn:hover,.y_serch .btn:focus,.y_serch .btn:active{	background-color:#999;color:#fff}
.y_serhhot{clear:both;height:18px;line-height:18px;overflow:hidden;padding-top:5px;}
.y_serhhot a{float:left;margin-right:13px;white-space:nowrap;}
.y_topcart{float:right;margin-top:28px;position:relative;z-index:998;}
.y_topcart .dropdown-toggle{padding:7px 14px 7px 35px;border-radius:0;font-size:12px;line-height:21px;border-color: #e6e6e6;background:#f9f9f9;color:#666}
.y_topcart .cart-menu-icon {width:16px;height:17px;position: absolute;left:11px;top:8px;background-image: url(../img/user.png);border:none;}
.y_toprtad{float:right;width:134px;height:48px;overflow:hidden;margin:23px 0 0 20px;}
.search_btn{background: url(/static/decoration/frontcomps/image/search_btn.png);width: 18px;height: 18px;display:inline-block;margin-top:7px;}
/*产品导航 NAV*/
.y_inproduall{float:left;width:190px;height:42px;position:relative;z-index:300;}/*首页导航*/
.y_inproduall h2{padding-left:15px;color:#fff;font:400 15px/42px 'microsoft YaHei';background:url(../img/y_allprd.gif) 165px 17px no-repeat #eb451b;cursor:pointer;margin:0;}
.y_produall{float:left;width:190px;height:42px;position:relative;z-index:300;}/*其他内页导航*/
.y_produall h2{padding-left:15px;color:#fff;font:400 15px/42px 'microsoft YaHei';background:url(../img/y_allprd.gif) 165px 17px no-repeat #eb451b;cursor:pointer;margin:0;}
.y_produall .y_prudaltc{display:none;}
.y_mainnav01{float:right!important;}
.y_mainnav{position: relative;*z-index:2;margin:35px 0 0 74px;float:left;}
.y_mainnav .menu li {float:left;font-size:15px;position: relative;}
.y_mainnav .menu li a {display:inline-block;color:#333;font:500 17px/24px 'microsoft YaHei';padding:11px 10px 24px;}
.y_mainnav .menu li b{color:#f1f1f1;}
.y_mainnav .menu li:hover a,.y_mainnav .menu li.y_active a{color:#FFBD00;text-decoration:none;}
.an_mainnav{position: relative;*z-index:2;margin:35px 0 0 0;float:left;}
.an_mainnav .menu li {float:left;font-size:15px;position: relative;}
.an_mainnav .menu li a {display:inline-block;color:#666;font:400 16px/19px 'microsoft YaHei';padding:15px;}
.an_mainnav .menu li b{color:#f1f1f1;}
.an_mainnav .menu li:hover a,.an_mainnav .menu li.y_active a{color:#c61a2a;background:url(../img/squre.gif) no-repeat left center;text-decoration:none;}
.y_categorytree{position:relative}
/*--- 分类树开始 ----*/
.y_prudaltc{position:absolute;top:0;left:0;width:220px;height:400px;background:rgba(255,255,255,.75);z-index:999;}
.y_prudaltc ul li{*zoom:1;padding-left: 25px;padding-right: 10px;border-bottom:1px solid #f0f0f0;border-right: 1px solid #e4e4e4;}
.y_prudaltc .y_pctreedl{position:relative;padding-left:2px;padding-bottom: 10px;padding-top: 10px;}
.y_prudaltc .y_pctreedl dt{font:400 16px/18px "Microsoft Yahei";color:#666;height:28px; margin-left:1px;overflow:hidden;position:relative}
.y_prudaltc .y_pctreedl .y_flpic{position:absolute;width:20px;height:20px;left:8px;top:8px;overflow:hidden}
.y_prudaltc .y_pctreedl dt a{white-space:nowrap;margin:0 8px 10px 0;color:#333;font-weight: 600}
.y_prudaltc .y_pctreedl dd{height:1.5em;overflow:hidden;}
.y_prudaltc .y_pctreedl dd a{color:#333;display:inline-block;white-space:nowrap;margin-right:6px;}
.y_prudaltc .y_pctreedl i{position:absolute;right:0;top:50%;margin-top:-6px;}
.y_prudaltc .y_pctreedl .line{position:absolute;left:100%;top:0;width:7px;height:100%;margin:0;padding-bottom:0;z-index:2;display:none;}
.y_prudaltc li a:hover{color:#c61a2a;text-decoration:underline}
.y_prudaltc li:hover{border-right:0}
.y_prudaltc li:hover .y_pctreedl{padding-left:0;z-index:2}
.y_prudaltc li:hover .y_pctreedl dt a,.y_prudaltc li:hover .y_pctreedl dd a{text-decoration:none;transition: transform 0.5s;transform: translatex(10px);-webkit-transform: translatex(10px);color:#c61a2a}
.y_prudaltc .y_twotc{position:absolute;left:100%;top:0;width:750px;min-height:440px;;background:rgba(255,255,255,.75);display:none;overflow:hidden}
.y_prudaltc li:hover .y_twotc,.y_prudaltc li:hover .line{display:block;}
.y_prudaltc .y_twolt{float:left;padding:5px 12px 10px;;overflow:hidden;}
.y_prudaltc .y_twolt dl{padding:5px 0;overflow:hidden}
.y_prudaltc .y_twolt dl.first{border:none;}
.y_prudaltc .y_twolt dt{position: relative;margin: 8px 18px 0 18px;padding: 6px 0;;color: #333;font-size: 14px;float:left}
.y_prudaltc .y_twolt dt a{color:#333}
.y_prudaltc .y_twolt dd{padding: 10px 0 0 146px;font-size: 12px;}
.y_prudaltc .y_twolt dd a{margin: 0 8px;line-height: 25px;display: inline-block;color: #333;}
.y_prudaltc .y_twolt dd a:hover{color:#ea4518;text-decoration:none;}
.y_prudaltc .y_twort{float:left;padding:0 15px;}
.y_prudaltc .y_twort h4{font:700 12px/22px 'microsoft YaHei';padding:7px 10px 0 12px;}
.y_prudaltc .y_twobrand{margin:0 0 0 12px;overflow:hidden;border-bottom:1px solid #eee;border-right:1px solid #eee;width:178px;}
.y_prudaltc .y_twobrand span{float:left;width:88px;height:38px;border-top:1px solid #eee;border-left:1px solid #eee;overflow:hidden}
.y_prudaltc .y_twobrand img{margin:4px 0;width:88px;height:30px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_prudaltc .y_twobrand span:hover img{-webkit-transform:translatex(-3px);transform:translatex(-3px)}
.y_prudaltc .y_twbrad{position:absolute;bottom:0;left:510px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_prudaltc .y_twbrad:hover{-webkit-transform:translatex(-5px);transform:translatex(-5px)}
.y_pdutreead{width:100%;overflow:hidden;height:198px;}
.y_pdutreead img{-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_pdutreead:hover img{-webkit-transform:translatex(-3px);transform:translatex(-3px)}
/*--- 分类树结束 ----*/
/*头部结束*/

/*产品页面底部*/
.footer-bottom {text-align:left;background:#FFD418;}
.footer-bottom a{color:#333;}
.footer-bottom a:hover{color:#ff6701}
.footer-bottom .y_kfrx{margin-left:10px;color:#666;}
.footer-bottom p span{margin:0 5px;color:#333}
.footer-logo{padding-top: 33px}
.y_contact{text-align:center;border-left:1px solid #eeeeee;padding-left: 60px;}
.y_contact h2{color:#999;font-size:12px;}
.y_contact .y_phone{color:#ff6701;font-size:26px;}
.y_contact span{font-size:12px;}


/*鼠标移上时移动的图片模块*/
.translatex_left8{-webkit-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.translatex_left8:hover{-webkit-transform:translatex(-8px);-ms-transform:translatex(-8px);transform:translatex(-8px)}
/*鼠标移上时放大的图片模块*/
.scale_11{-webkit-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.scale_11:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/* 公共的翻页 */
.pagination-container{ padding:13px; overflow:hidden;}
.pagination-container .page-in{ text-align:center;}
.page-in em{ font-style:normal;}
.page-in a{ border:1px solid #ddd; padding:7px 12px; margin:0px 2px; background:#fff;*zoom:1}
.page-in a:hover,
.page-in a:active,
.page-in a.active{ background:#fff; border:1px solid #ea4518; color:#ea4518; text-decoration:none;}
.page-in a.prev .fa,.page-in a.next .fa{ color:blue; font-size:13px; margin-top:-3px;}
.page-in a.prev .fa{ margin-right:4px;}
.page-in a.next .fa{ margin-left:4px;}
.page-in a:hover .fa,
.page-in a:active .fa,
.page-in a.active .fa{ color:#fff;}
.page-in  .jumpto{ width:24px; text-align:center; padding:2px 3px;border:1px solid #ddd;}
.page-in  .btn{ padding:3px 8px; border-radius:0px; background:#3498db;border:1px solid #2980b9; font-size:12px;}
.page-in  .btn:hover,
.page-in .btn:active,
.page-in .btn.active{background:#3498db; border:1px solid #3498db; color:#fff; text-decoration:none;}

/*公共的tab切换 2种形式*/
.tab_style1 li {float:left;margin:0 3px 3px 0;}
.tab_style1 li a {background:#575a59;border:1px solid #575a59;color:#fff;padding:4px 20px;display:inline-block;font:400 12px/20px "microsoft YaHei";-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.tab_style1 li a:hover,.tab_style1 li.active a {background:#3498db;border-color: #3498db;text-decoration:none;}
.tab_style1 li.active a {cursor:default;}
.tabtit{background:#f9f9f9;height:40px;}
.tabtit .tab_style2{float:left;margin-left:-1px;}
.tab_style2 li {float:left;position:relative;}
.tab_style2 li a {padding:5px 30px 7px;border-radius:0;display:inline-block;font:400 15px/28px "microsoft YaHei";-webkit-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out;}
.tab_style2 li a:hover,.tab_style2 li.active a {color:#c61a2a;text-decoration:none;}
.tab_style2 li.active{margin-top:-6px;}
.tab_style2 li.active a {border-top:2px solid #c61a2a;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:9px 29px 8px;}

/*绝对定位展示的tab切换模块*/
.tab-content2{position:relative;}
.tab-content2 .tab-pane{position:absolute;left:0;top:0;display:none;}
.tab-content2 .tab-pane.active{display:block;}

/*flexslider 简单banner切换、内容切换公共css*/
.flexslider { position: relative; zoom: 1; }
.flex-viewport { -webkit-transition: all 1s ease;transition: all 1s ease; }
.flex-viewport li{overflow:hidden;display:none;}
.flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.flexslider .slides > li { /*display: none;*/ -webkit-backface-visibility: hidden; }
.flexslider .slides img {width: 100%; display: block;}
.no-js .slides > li:first-child {display: block;}
.flexslider:hover .flex-direction-nav a{opacity: 1;}
.flex-direction-nav a{position: absolute;top: 50%;margin-top:-22.5px;width: 30px;height: 48px;display: block;cursor: pointer;opacity: 1;background: url(/static/decoration/frontcomps/image/arr.png) no-repeat rgba(0,0,0,.6);z-index:11;font-size:0;line-height:0;transition: all .5s ease;-webkit-transition: all .5s ease;background-size:cover;opacity:0}
.flex-direction-nav .flex-next {right:19%;background-position: -130px 0;;}
.flex-direction-nav .flex-prev {left: 18%;background-position: 0 0}
.flex-direction-nav .flex-next:hover {background-position: -197px 0;}
.flex-direction-nav .flex-prev:hover {background-position: -66px 0;}
.flex-control-nav {position: absolute;left: 0; bottom: 30px; width: 100%; text-align: center;z-index:10;}
.flex-control-nav li {margin: 0 8px; display: inline-block; zoom: 1; *display: inline;vertical-align:middle;}
.flex-control-paging li a {width: 25px; height: 5px; display: block; *display:inline-block; background:#000; cursor: pointer; font-size:0;line-height:0;  transition:all 0.3s;-webkit-transition:all 0.3s;opacity:.3}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active {background: #fff; opacity:.6;}
.i_banner .flex-direction-nav{position: absolute;left: 50%;top: 50%;margin-top: -35px;height: 0;width: 1280px;margin-left: -640px;}
/*owl-carousel 响应式商品切换基础css*/
.owl-carousel{display: none;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer{position: relative;width: 100%;overflow:hidden}
.owl-carousel .owl-wrapper-outer{position: relative;width: 100%;}
.owl-carousel .owl-wrapper{position: relative;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-item{float: left;}
.owl-theme .owl-pagination{position:absolute;left:0;bottom:10px;width:100%;text-align:center;padding-top:2px;}
.owl-theme .owl-pagination .owl-page{display:inline-block;*display:inline;width:13px;height:13px;border-radius:50%;vertical-align:middle;margin:0 5px;cursor: pointer;background:#b5b5b5}
.owl-theme .owl-pagination .owl-page.active{background-color:#c61a2a;}
.owl-theme .owl-buttons div{position:absolute;width:30px;height:45px;top:50%;margin-top:-40px;border:1px solid #ddd;background:url(../img/left_right.png) 9px 14px no-repeat #fff;border-radius:3px;cursor: pointer;display:none;}
.owl-theme .owl-buttons div:hover{background-color:#f1f1f1;}
.owl-theme .owl-buttons .owl-prev {left:0;}
.owl-theme .owl-buttons .owl-next {right:0;background-position:-43px 14px}
.owl-theme:hover .owl-buttons div{display:block;}
.grabbing {cursor:move;}

/*首页大banner切换*/
.i_bannerbox{width: 100%;overflow: hidden;position: relative;}
.i_banner{position: relative;left: 50%;width: 1920px;margin-left: -960px;overflow: hidden; }
.i_banner #slider-rev-container{height:100%;}
.i_banner #slider-rev{height:100% !important;}
#slider-rev .slide_link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99;}

/*店铺页面、平台首页布局样式*/
.layout{zoom:1;width:1200px;margin-left:auto;margin-right:auto;}
.layout:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
.layout_auto{width:100%;}
#shop_bd{width:100%;overflow:hidden;position:relative;}
.col_main{float:left;width:100%;min-height:1px;}
.grid_s5m0 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5m0 .main_wrap{margin-left:200px;}
.grid_m0s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_m0s5 .main_wrap{margin-right:200px;}
.grid_s5m0e5 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5m0e5 .main_wrap{margin:0 200px;}
.grid_s5m0e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .main_wrap{margin:0 200px;}
.grid_e5m0s5 .col_extra{float:left;width:188px;margin-left:-100%;}
.grid_m0s5e5 .col_sidebar{float:left;width:188px;margin-left:-390px;}
.grid_m0s5e5 .main_wrap{margin-right:400px;}
.grid_m0s5e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .main_wrap{margin-right:400px;}
.grid_m0e5s5 .col_extra{float:left;width:188px;margin-left:-390px;}
.grid_s5e5m0 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5e5m0 .main_wrap{margin-left:400px;}
.grid_s5e5m0 .col_extra{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .col_sidebar{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .main_wrap{margin-left:270px;}
.grid_e5s5m0 .col_extra{float:left;width:245px;margin-left:-100%;}
.grid_e5m0 .col_sidebar{float:left;width:245px;margin-left:-100%;}
.grid_e5m0 .main_wrap{margin-left:270px;}
	/*--平台首页推荐广告等宽4栏布局--*/
.grid_m4 .col_modulebox{margin-right:-5px;margin-left:-5px;*margin-right:0;*margin-left:0;}
.grid_m4 .col_modulebox .col_module{float:left;width:25%;min-height:1px;padding-left:5px;padding-right:5px;overflow: hidden;position: relative;box-sizing:border-box;*width:22.9%;*padding-left:1%;*padding-right:1%;}
	/*--平台首页楼层布局--*/
.grid_s2m0 .col_sidebar{float:left;width:305px;margin-left:-100%;}
.grid_s2m0 .main_wrap{margin-left:315px;}

/*平台概况3列布局*/
.grid_m3 .col_modulebox{margin-right:-5px;margin-left:-5px;*margin-right:0;*margin-left:0;}
.grid_m3 .col_modulebox .col_module{float:left;width:33.3%;min-height:1px;position: relative;box-sizing:border-box;*width:22.9%;*padding-left:1%;*padding-right:1%;}
/*--楼层广告位--*/
.grid_s3m0 .col_sidebar{float:left;width:240px;margin-left:-100%;}
.grid_s3m0 .main_wrap{margin-left:260px;}
.grid_s33m0 .col_sidebar{float:left;width:300px;margin-left:-300px;}
.grid_s33m0 .main_wrap{margin-right:320px;}
/*资讯两列布局*/
.grid_s0m3 .col_sidebar{float:left;width:370px;margin-left:-370px;}
.grid_s0m3 .main_wrap{margin-right:390px;}
/*--700首页两列布局--*/
.grid_s0m4 .col_sidebar{float:left;width:355px;margin-left:-355px;}
.grid_s0m4 .main_wrap{margin-right:365px;}

/*B2C列表页新增布局*/
.grid_s0m33 .col_sidebar{float:left;width:300px;margin-left:-300px;}
.grid_s0m33 .main_wrap{margin-right:310px;}
@media (min-width: 1210px) {
	.grid_s5m0r1r1 .col_main{width:1000px;}
}
.grid_s5m0r1r1 .col_extra,.grid_s5m0r1r1 .col_extra2{float:right;width:200px;overflow:hidden;display:none;}
@media (min-width: 1410px) {
	.grid_s5m0r1r1 .col_extra{display:block}
}
@media (min-width: 1610px) {
	.grid_s5m0r1r1 .col_extra2{display:block}
}
/*设置元素padding值为0*/
.nopadding{padding-left:0}
/* 悬浮导航 */
.suspend_box{background-color:#fff;padding:10px 10px; position:fixed;right:15px;top:30%;z-index:1000000;}
.suspend_box p{font-size:12px;margin-top:8px;}
.suspend_box div{margin-bottom:15px;text-align: center;}
.yun_row{overflow: hidden;width: 100%}
.text-left{text-align:left}

/*新增css*/
#cate-bread{padding:0px;margin-bottom:0px;line-height:36px;height:36px;}
.breadcrumb i{margin-right:13px;font-size: 14px;vertical-align: text-bottom;}

/*B2C底部*/
.y_footerinfo{margin-top:40px;}
.y_copyright{width:70%;}
.y_link{line-height:25px}
.y_link span{color:#333}
.y_link_con{display:inline-block}
.y_link_con a{color:#999;margin-right: 15px;line-height: 18px;font-size: 12px;white-space: nowrap;}
.y_aboutlink{line-height:25px}
.y_aboutlink a{padding: 0 5px;color:#999}
.y_aboutlink .y_line1{font-size: 12px;}
.y_aboutlink a.nopadding-left{padding-left:0}

/*平台底部帮助中心*/
.footer {background:#fff;}
.nobg_footer{background:transparent;}
.inner-footer {border-top:1px solid #e5e5e5;}
.y_fotcont{padding:40px 0 20px 0;}
.footer dl{width:15%;float:left;}
.footer dt {font:bold 14px/1.5 'microsoft YaHei';margin-bottom:7px;color:#333;text-transform:uppercase;}
.footer dd {line-height:24px;}
.footer dd a{-webkit-transition:transform 0.2s;transition:transform 0.2s;display:inline-block;}
.footer dd a:hover{-webkit-transform:translatex(5px);transform:translatex(5px);}
.footer dd.y_fotpic{padding-top:10px;}
.inner-b-footer {padding:15px 0;background:#292b35}
.inner-b-footer dt{color:#fff; margin-left: -43px;}
.inner-b-footer dt img{margin-right:10px}
.site-info {padding-top:40px;padding-bottom:40px;}
.site-info .logo{margin-right:15px;}
.site-info .info-links img {
    width: auto;
    height: 28px;
    margin-left: 7px;
}
.site-info .info-text{color: #333;font-size: 14px;line-height: 27px}
.footer-friendlink {border-top:1px solid #eeeeee;padding-top:20px;}
.footer-friendlink .f_tit{margin-right:20px;float:left;}
.footer-friendlink .f_link a{color: #666;margin-right: 15px;line-height: 30px;}
.footer-nav a{line-height:30px;}
.info-service{color: #333;font-size: 16px;}
.info-service img{vertical-align: inherit;}
.info-service .info-phone{color: #333;margin-left: 12px;margin-right: 18px;font-size: 24px;}

.g-row:before, .g-row:after, .g-container:before, .g-container:after, .g-box:before, .g-box:after, .m-topbar:before, .m-topbar:after, .m-head:before, .m-head:after, .clearfix:before, .clearfix:after, .m-components:before, .m-components:after {
    display: table;
    content: " ";
}
.g-row:after, .g-container:after, .g-box:after, .m-topbar:after, .m-head:after, .clearfix:after {
    clear: both;
}
.col-row-4 {
    width: 33.333%;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.col-row-3 {
    width: 25%;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.col-row-3:before, .col-row-3:after, .col-row-4:before, .col-row-4:after {
    display: table;
    content: " ";
}
.col-row-3:after, .col-row-4:after {
    clear: both;
}
.goods-wrap{
    margin-bottom: 20px;
}
.goods-wrap img {
    height: 190px;
    width: 100%;
}
.goods-box{
    background: #fff;
    padding: 0 8px;
}
.goods-box p {
    font-size: 17px;
    color: #4D4D4D;
    padding-top: 12px;
    margin-bottom: 23px;
    height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.goods-box .goods_info {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 20px;
    padding-bottom: 18px;
}
.goods-box .goods_info .f-fr {
    color: #2B92DB;
}
.f-fr {
    float: right;
}
.f-fl {
    float: left;
}
.goods-nocollect {
    background-image: url(../img/arrow_right_free.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.time{
	background-image: url(../img/time.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px
}
.play{
	background-image: url(../img/play.png);
    width: 54px;
    height: 54px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.job_add{
	background-image: url(../img/jobadd_icon.png);
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
.jobsearch_btn{
	background-image: url(../img/jobsearch_btn.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.icon-arrow{
	background-image: url(../img/arrow.png);
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
/*分页*/
.m-components {
    position: relative;
}
.m-pagination .pagebox {
    padding: 50px 0;
    text-align: center;
    line-height: 38px;
    font-size: 0;
}
.m-pagination .pagebox .disabled {
    background: #ccc;
    color: #999;
    cursor: not-allowed;
}
.m-pagination .pagebox .prev {
    margin-right: 6px;
}
.m-pagination .pagebox .prev, .m-pagination .pagebox .next {
    width: 65px;
}
.pagebox a {
    background: #fff;
    height: 38px;
    width: 38px;
    text-align: center;
    margin-left: 6px;
}
.pagebox a:hover{
	text-decoration: none;
}

.m-pagination .pagebox span, .m-pagination .pagebox a, .m-pagination .pagebox input {
    display: inline-block;
    font-size: 14px;
}
.m-pagination .pagebox .curr {
    background: #FFD418;
    color: #333;
    cursor: default;
    text-decoration: none;
}
.m-pagination .pagebox .next {
    margin-right: 5px;
    margin-left: 5px;
}