@charset 'utf-8';
/*
名称：基础样式模块
简介：可通用所有项目，包含样式重设和常用样式，参考自 Alice CSS
特色：简洁明了、适应中文、兼容主流浏览器
作者：王文 wangwen1220#139.com
更新：2013-10-21
*/

/* 样式重设
----------------------------------------------------------------------------- */

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体？ */

/*2015-11-09*/
.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt23 {
  margin-top: 23px;
}

.mt25 {
  margin-top: 25px;
}

.mt39 {
  margin-top: 39px;
}

.mt55 {
  margin-top: 55px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt10 {
  margin-top: 10px;
}

.ml40 {
  margin-left: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr11 {
  margin-right: 11px;
}

.mr40 {
  margin-right: 40px;
}

.mr135 {
  margin-right: 135px;
}

.mb10 {
  margin-bottom: 10px;
}

.pr {
  position: relative;
}

.h36 {
  height: 36px;
}

.tc {
  text-align: center;
}

.con-bg {
  background: #eee;
}

.w206 {
  width: 206px;
}

.w400 {
  width: 400px;
}

.w423 {
  width: 423px;
}

.w-line {
  padding: 0 8px;
  color: #a6a6a6;
}


.page-header a {
  color: #3c3c3c;
}

.ph-warp {
  margin: 0 auto;
  color: #6b6b6b;
}

.page-header .home {
  background: url(/statics/images/index/icon-1.1.png) 0 0 no-repeat;
  padding-left: 20px;
}

.ph-warp-right {
  float: right;
  text-align: right;
}

.lang:link,
.lang:visited {
  color: #c91622  !important;
  position: static !important;
}

.ph-inquiry,
.ph-vip-center {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
}

.ph-inquiry-num {
  font-weight: bold;
  color: #c91622;
  background: url(/statics/images/index/icon-1.1.png) 0 -15px no-repeat;
  padding-left: 20px;
}

.ph-vip-center {
  background-position: 0 -36px;
}

.ph-exit {
  display: none;
}

.logo-box {
  height: 95px;
  overflow: hidden;
}

.my_account {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}

.my_account a:hover {
  text-decoration: none;
}

.my_account.active {
  background: #c91622;
}

.my_account.active .ph-vip-center {
  color: #fff;
}

.my_account.active .arrow {
  border-top-color: #fff;
}

.my_account .arrow {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #9a9a9a transparent transparent transparent;
  transition: all 0.3s;
}

.my_account:hover .arrow {
  transform: rotate(180deg);
  border-top-color: #fff;
  margin-top: -5px;
}

.ui-beacon .ui-beacon-subs {
  position: absolute;
  margin-top: -1px;
  border: 1px solid #e7e7e7;
  padding: 4px 0 6px;
  background-color: #FFF;
  top: 30px;
  left: -1px;
  z-index: 12121;
  display: none;
  border-radius: 0 3px 3px;
}

.ui-beacon-item-last .ui-beacon-subs {
  left: auto;
  right: -7px
}

.ui-beacon-sub {
  list-style: none;
  margin: 0;
  *width: 160px;
  text-align: left;
}

.ui-beacon-sub a {
  display: block;
  border: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  background-color: #fff;
  min-width: 100px;
  white-space: nowrap !important;
  color: #666 !important;
}

.ui-beacon-sub a:hover {
  background-color: #f5f5f5
}

#search .search-ss {
  height: 40px;
  line-height: 40px;
  background: #f9f9f9;
  padding: 0 10px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #393939;
  border: 1px solid #dfdfdf;
}
#search .search-ss:hover {
  color: #c91622;
}
/*产品详情*/

.w-box-support {
  margin-top: -20px;
  border-top: none;
}

添加购物篮 .add-to-basket {
  width: 365px;
  height: 185px;
  padding: 20px 20px 0;
  background: #f7f7f7;
  overflow: hidden;
}

.add-to-basket dt {
  float: left;
  width: 70px;
  font-size: 14px;
  color: #626061;
  text-align: right;
}

.add-to-basket dd {
  float: left;
}

.atb-dl-01 {
  height: 22px;
  line-height: 22px;
}

.atb-dl-02,
.atb-dl-03 {
  margin-top: 15px;
  line-height: 26px;
}

.atb-dl-03 {
  font-size: 16px;
}

.atb-dl-03 dd {
  border: 1px solid #ddd;
  width: 79px;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.atb-add,
.atb-cut {
  width: 17px;
  height: 16px;
  text-align: center;
  background: #e7e7e7;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.atb-add-min {
  background-position: -26px -311px;
  cursor: text;
}

.atb-add-max {
  background-position: -26px -337px;
  cursor: text;
}

.atb-input {
  position: absolute;
  width: 43px;
  height: 16px;
  height: 16px;
  left: 17px;
  top: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.atb-input input {
  height: 15px;
  line-height: 15px;
}

.atb-input input.product_num {
  width: 33px;
  height: 16px;
  line-height: 16px\9;
  padding: 0 5px;
  text-align: center;
  color: #333;
  border: none;
  outline: none;
  background: #f4f4f4;
  font-size: 12px;
  float: left;
}

.atb-btn {
  margin-top: 25px;
  font-family: "microsoft yahei";
  color: #fff;
}

.atb-enquiry,
.atb-join-enquiries,
.pub-red-btn,
.pub-orange-btn {
  float: left;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  border: none;
}

.atb-enquiry,
.pub-red-btn {
  width: 121px;
  margin-right: 15px;
  background: #c91622;
}

.atb-join-enquiries,
.pub-orange-btn {
  width: 141px;
  background: #fc851b;
}

.atb-btn a:hover,
.pub-red-btn:hover,
.pub-orange-btn:hover {
  color: #fff;
  text-decoration: none;
}

.w121 {
  width: 121px
}

.w141 {
  width: 141px;
}

.w258 {
  width: 258px;
}

.h57 {
  height: 57px;
  line-height: 57px;
}

.h34 {
  height: 34px;
  line-height: 34px;
}

.bn {
  border: none;
}

/*询盘篮页*/

.w960 {
  width: 970px;
  margin: 0 auto;
}

.pl13 {
  padding-left: 13px;
}

.inqu_cart_wrap h2 {
  font-size: 18px;
  color: #000;
}

.inqu_tips {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
}

.lni-content {
  padding-top: 10px;
}

.inquiry-product-list {
  width: 893px;
  font-size: 14px;
  margin-top: 51px;
}

.inquiry-product-list th {
  height: 36px;
  font-weight: bold;
}

.inquiry-product-list td {
  padding: 15px 0;
  border-bottom: 1px solid #ebeaea;
}

.inquiry-product-list .col01 {
  width: 135px;
}

.inquiry-product-list .col02 {
  width: 290px;
  padding-left: 12px;
}

.inquiry-product-list .col03 {
  width: 102px;
  padding-left: 95px;
  font-size: 12px;
  color: #151515;
}

.inquiry-product-list .col04 {
  text-align: center;
}

.ipl-photo-box {
  display: block;
  width: 133px;
  height: 133px;
  line-height: 133px;
  text-align: center;
  border: 1px solid #ccc;
}

.ipl-photo-box img {
  width: 90%;
}

.ipl-delete {
  background: url(/statics/images/index/del.gif) 0 0 no-repeat;
  display: block;
  width: 35px;
  height: 26px;
  margin: 0 auto;
}

.ipl-delete:link,
.ipl-delete:visited {
  color: #3c3c3c;
}

.control-num {
  width: 102px;
  height: 22px;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.cn-cut,
.cn-add {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  border: 1px solid #cacbcb;
  cursor: pointer;
}

.cn-add {
  left: auto;
  right: 0;
}

.cn-number {
  position: absolute;
  left: 18px;
  top: 0;
  width: 66px;
  height: 20px;
  text-align: center;
  border: 0;
  border-top: 1px solid #cacbcb;
  border-bottom: 1px solid #cacbcb;
  outline: none;
}

.control-num .downspan,
.control-num .upspan,
.atb-dl-03 .downspan,
.atb-dl-03 .upspan {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  height: 18px;
  line-height: 18px;
  width: 66px;
  text-align: center;
  left: 18px;
  color: #333;
  font-size: 12px;
  margin-left: -.2px\9;
  margin-top: -.1px
}

.atb-dl-03 .downspan,
.atb-dl-03 .upspan {
  height: 16px;
  line-height: 16px;
  width: 43px;
  left: 18px;
}

.ipl-btn {
  width: 544px;
  margin: 85px auto 0;
  font-size: 20px;
}

.cn-current {
  color: #ff6803;
  border-color: #ff6803;
  background-color: #f4f4f4;
}

a.ipl-back:hover {
  color: #333;
}

a.ipl-inquiry:hover {
  color: #fff;
}

input.ipl-inquiry {
  cursor: pointer;
  width: 141px;
  font: normal 16px/34px "microsoft yahei";
  color: #fff;
  text-align: center;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f26500;
  background: url(/statics/front/img/repeat-bg.png) 0 -34px repeat-x;
}

#main .position strong.pos-curr {
  color: #c91622;
  font-weight: normal;
  z-index: 2;
}

#main .position .log-out a {
  color: #224af4;
  margin-right: 17px;
}

#main .position .log-out .iconfont {
  color: #c91622;
}

.common-form fieldset {
  margin: 14px 0;
}

.common-form .item .label {
  float: none;
}

.common-form .item {
  margin: 6px 0;
}

.ml177 {
  margin-left: 177px;
}

.mt21 {
  margin-top: 21px;
}

.mt43 {
  margin-top: 43px;
}

.common-form .header h3 {
  font-size: 18px;
  color: #000;
}

.common-form .item .submit {
  width: 208px;
  margin-left: 0;
}

.w-form .item input[name=old_pwd],
.w-form .item input[name=new_pwd],
.w-form .item input[name=again_pwd],
.w-form .item input.w411,
.w-form .item .input select {
  width: 411px;
}

.w-form .item input.w194 {
  width: 194px;
}

.w-form .item input.w108 {
  width: 108px;
}

.w-form .item input.w161 {
  width: 161px;
}

.common-form .item .label {
  color: #545454;
  line-height: 24px;
}

/*create new password*/

#sim-header {
  height: 105px;
  border-bottom: 2px solid #000;
}

#sim-header h2 {
  padding-top: 39px;
}

.sim-head-wrap {
  height: 105px;
  position: relative;
}

.sim-head-wrap .welcome {
  position: absolute;
  bottom: 0;
  left: 215px;
}

html.new-pwd #footer,
html.emial-no-exit #footer,
html.reset-pwd #footer,
html.send-inquiry #footer,
html.sign-in #footer,
html.reg #footer {
  margin-top: 0;
}

html.new-pwd #main,
html.emial-no-exit #main,
html.reset-pwd #main,
html.send-inquiry #main {
  padding-bottom: 100px;
  background: #eee;
}

html.sign-in #main,
html.reg #main {
  padding-bottom: 59px;
  background: #eee;
}

.email-tips {
  border: 1px solid #c91622;
  width: 423px;
  padding: 25px 0 25px 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.email-tips p {
  font-weight: normal;
  font-size: 14px;
  color: #c91622;
  padding-left: 25px;
  line-height: 24px;
}

.email-tips p.warning {
  background: url(/statics/images/index/warning.gif) 0 center no-repeat;
}

html.emial-no-exit .common-form .item .submit {
  padding: 0;
  font-size: 16px;
  color: #fff;
}

/*inquiry detail*/

.form-required {
  font-size: 18px;
  color: #000;
}

.pub-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.inq_detail_table {
  margin-top: 42px;
}

.inq_detail_table td {
  font-size: 14px;
  color: #000;
  height: 36px;
  line-height: 36px;
}

/*member info*/

html.member-info .w-form .item input.text {
  color: #8f8f8f;
}

html.member-info .w-form .item select,
html.send-inquiry .w-form .item select,
.w-form .item .input .input-select {
  width: 423px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #A4A4A4;
  color: #444;
  background: #fff;
  box-shadow: inset 0 1px 5px #ddd;
}

/*my account*/

.bluelink:link {
  color: #224af4;
  text-decoration: underline;
}

.vip-c-hd {
  height: 24px;
  line-height: 24px;
}

.vip-sub-title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.my-profile,
.mp-my-inquiry {
  margin-top: 30px;
}

.my-profile .vip-sub-title {
  margin-right: 89px;
}

.vip-change-profile {
  margin-right: 28px;
}

.mp-list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}

.mp-l-laber {
  display: inline-block;
  /*width:5em;*/
}

.mp-my-inquiry {
  max-width: 710px;
  _width: 710px;
}

.mmi-content {
  margin-top: 18px;
}

.my-inquiry-table {
  width: 100%;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.my-inquiry-table th {
  height: 40px;
  font-weight: bold;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
}

.my-inquiry-table td {
  padding: 7px 0;
  border: 1px solid #e0e0e0;
}

.mit-col01 {
  width: 99px;
}

.mit-col02 {
  width: auto;
}

.mit-col03 {
  width: 70px;
}

.mit-col04 {
  width: 99px;
}

th.mit-col02 {
  text-align: left;
  text-indent: 45px;
}

td.mit-col02 {
  text-align: left;
}

.mit-product {}

.mit-product li {
  padding: 7px 0 7px 20px;
  line-height: 32px;
}

.mit-product img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

.mit-col03 .mit-product li {
  padding: 7px 0;
}

.mit-product a:link,
.mit-product a:visited {
  color: #333;
}

.mit-product a:hover {
  color: #c91622;
}

.mit-red {
  color: #c91622 !important;
}

.see-all-inquiry {
  margin-top: 18px;
  text-align: center;
}

#sidebar .catlist-item .logout span {
  background: url(/statics/images/index/icon-1.1.png) 0 -114px no-repeat;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

#sidebar .catlist-item .logout:hover {
  border-color: #BCBCBC;
  color: #000 !important;
  background: #fff;
  text-decoration: none;
}

/*my inquiry*/

.mp-my-inquiry .pub-title {
  /*margin:42px 0;*/
}

.azure-blue:link,
.azure-blue:visited {
  color: #125a96;
}

/*privacy*/

.privacy-con {
  width: 778px;
  margin: 0 auto;
}

.privacy-con dl {
  font-size: 14px;
  color: #5b5b5b;
  border-bottom: 1px solid #a8a8a8;
  line-height: 22px;
  padding-bottom: 74px;
  font-family: Microsoft Yahei;
  margin-top: 34px;
}

.privacy-con dl dt {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 20px;
}

.privacy-con .rights {
  font-size: 12px;
  color: #838383;
  margin-top: 16px;
}

/*reset password*/

.reset-pwd-con {
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  width: 434px;
  margin: 75px auto 0;
}

.reset-pwd-con h3,
.reset-pwd-con i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reset-pwd-con i {
  background: url(/statics/images/index/warn2.gif) 0 center no-repeat;
  width: 19px;
  height: 17px;
}

.reset-pwd-con p a {
  height: 40px;
  line-height: 40px;
  width: 208px;
  font-size: 18px;
}

.reset-pwd-con .repwd-tips {
  padding: 34px 0;
}

/*send inquiry*/

.send-inquiry-tips {
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #4a4a4a;
  background: #fffbe7;
  text-align: center;
}

.send-inquiry-tips a {
  color: #c91622;
}

.send-inquiry-wrap {
  width: 423px;
  margin: 0 auto;
}

.form-required i {
  color: #c91622;
  font-weight: bold;
  margin-right: 5px;
}

.send-inquiry-wrap .item .submit {
  width: 130px;
}

.message-txt {
  padding: 5px;
  width: 411px;
  height: 133px;
  border: 1px solid #A4A4A4;
  color: #444;
  background: #fff;
  box-shadow: inset 0 1px 5px #ddd;
}

html.send-inquiry .w-form .item select.quan-dw {
  width: 288px;
}

/*sign in*/

.sign-in-wrap {
  width: 973px;
  border: 1px solid #dcdcdc;
  margin: 54px auto 0;
  background: #fff;
  overflow: hidden;
}

.sign-in-wrap .sign-in-left {
  border-right: 1px solid #dcdcdc;
  padding: 23px 49px 13px 28px;
  width: 423px;
}

.sign-in-wrap .w-form {
  margin-top: 0;
}

.sign-in-wrap .sign-in-form {
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 12px;
}

.sign-in-wrap .common-form .header h3.forgot-tit {
  color: #373737;
}

.sign-in-wrap .sign-in-right {
  width: 472px;
}

.sign-in-wrap .sign-in-right dl {
  text-align: center;
  padding-top: 191px;
}

.sign-in-wrap .sign-in-right dl .reg,
.email-sign-in .sign-in {
  width: 97px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  display: block;
  font-family: Microsoft Yahei;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  background: #fe9b00;
  border-radius: 2px;
}

.sign-in-wrap .sign-in-right dl .reg:hover {
  text-decoration: none;
}

.sign-in-wrap .sign-in-right dd p {
  font-size: 12px;
  color: #313131;
  padding: 0 0 8px 0;
}

.common-form .item .reset-btn {
  background: #fe9b00;
  padding: 0;
}

.sign-in-wrap .common-form .item .label {
  color: #3f3f3f;
}

.pwd-top {
  display: none;
  position: absolute;
  left: 209px;
  top: 0;
  width: 409px;
  height: 103px;
}

/*terms of use*/

.terms-use-con {
  width: 812px;
  margin: 0 auto;
}

.terms-use-con dl {
  font-size: 12px;
  color: #5b5b5b;
  line-height: 22px;
}

.terms-use-con dl dt {
  font-weight: bold;
  margin-bottom: 1px;
}

.terms-use-con dl dd {
  margin-bottom: 22px;
}

.terms-use-con dl p {
  margin: 12px 0;
}

.terms-use-con .rights {
  font-size: 12px;
  color: #838383;
  border-top: 1px solid #a8a8a8;
  padding-top: 15px;
  margin-top: 48px;
}

.terms-use-con .pub-title {
  color: #5b5b5b;
  margin-bottom: 15px;
}

/*inquiry sent success*/

.inquiry-success {
  width: 700px;
  margin-left: 209px;
  margin-top: 71px;
}

.ico-success {
  background: url(/statics/images/index/icon-1.1.png) 0 -66px no-repeat;
  display: inline-block;
  width: 33px;
  height: 34px;
  vertical-align: middle;
}

.inquiry-success .success-con {
  font-size: 14px;
  color: #000;
  width: 650px;
}

.inquiry-success .success-con p {
  line-height: 39px;
}

.inquiry-success .success-con p a {
  color: #0e4195;
}

#main .intere-prolist .prolist-item {
  height: 300px;
}

#main .proshow-bd.intere-prolist .prolist-item .wrap {
  height: 273px;
}

#main .intere-prolist .prolist-item .opera {
  background: #e0dddd;
  height: 33px;
  line-height: 33px;
  padding-left: 17px;
  display: none;
}

#main .intere-prolist .prolist-item .opera a {
  color: #000;
}

#main .intere-prolist .prolist-item .opera .inquire {
  width: 95px;
  background: #c91622;
  font-family: Microsoft Yahei;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 2px;
  margin-right: 18px;
}

#main .intere-prolist .prolist-item .opera .inquire:hover {
  text-decoration: none;
}

#main .intere-prolist .prolist-item .opera .cart {
  background: url(/statics/images/index/icon-1.1.png) 0 -100px no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
}

#main .proshow-bd.intere-prolist .prolist-item .thumb,
#main .proshow-bd.intere-prolist .prolist-item .thumb img {
  width: 200px;
  height: 160px;
}

#main .proshow-bd.intere-prolist .prolist-item .thumb {
  margin-top: 20px;
}

#main .proshow-bd.intere-prolist .prolist-item .title {
  padding-top: 10px;
}

.interest-prolist-wrap {
  width: 988px;
  margin: 31px auto 0;
}

.sign-in-wrap .reg-right dl .reg {
  margin: 13px auto 73px;
}

.sign-in-wrap .reg-right dl {
  padding-top: 82px;
}

.pwd-reset-success {
  padding-top: 93px;
}

.pwd-reset-success p {
  color: #3f3f3f;
  line-height: 30px;
}

.pwd-reset-success a {
  width: 208px;
  height: 40px;
  line-height: 40px;
  background: #c91622;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-top: 17px;
}

.reg-success-hd {
  font-size: 16px;
  color: #000;
  margin-top: 100px;
}

.reg-success-hd i {
  margin-right: 20px;
}

.email-sign-in {
  width: 431px;
  height: 118px;
  border: 1px solid #c5c5c5;
  box-shadow: inset 0 1px 5px #ddd;
  margin: 44px auto 0;
}

.email-sign-in p {
  color: #2f2f2f;
  height: 27px;
  padding-top: 22px;
}

span.Validform_wrong {
  clear: both;
  float: left;
  padding: 3px 10px;
  margin-top: 2px;
  font-size: 12px;
  color: #c91622;
  border-radius: 5px;
  border: 1px solid #c91622;
  background-color: #feece8;
  margin-top: 5px;
  display: none;
}

.change-pwd,
.change-file {
  padding-top: 30px;
}

.friend-link {
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.friend-link h3 {
  margin-bottom: 10px;
}

.friend-link p a {
  float: left;
  *white-space: nowrap;
  margin-right: 15px;
  color: #0174a1;
}
.friend-link p a:hover {
  color: #c91622;
}

/* 统一上标和下标 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 标记，类似于手写的荧光笔的作用 */

mark {
  background: #fffdd1;
}

/* 正常链接 未访问 */

a:link {
  color: #08c;
}

/* 鼠标悬停 */

a:hover {
  color: #c91622;
  text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */

ins,
a {
  text-decoration: none;
}

/* 常用样式
----------------------------------------------------------------------------- */

/* 清理浮动 */

.fn-clear:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.fn-clear {
  *zoom: 1;
  /* for IE6-7 */
}

/* 更简洁的清理浮动方式 */

.fn-clearfix:before,
/* :before 伪类，是用来处理 top-margin 边折叠 */

.fn-clearfix:after {
  content: '';
  display: table;
  /* 隐藏这个空白使用的是 display: table */
}

.fn-clearfix:after {
  clear: both;
}

.fn-clearfix {
  *zoom: 1;
  /* for IE6-7 */
}

/* 隐藏，通常用来与 js 配合 */

.fn-hide {
  display: none;
}

/* 浮动 */

.fn-fl,
.fn-fr {
  display: inline;
}

.fn-fl {
  float: left;
}

.fn-fr {
  float: right;
}

.fn-fn {
  float: none;
}

/* 单行文字溢出时出现省略号，需设定宽度 */

.fn-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 简单的渐变 */

.fn-linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
  background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
  background: -o-linear-gradient(top, #fcfcfc, #f1f1f1);
  background: -ms-linear-gradient(top, #fcfcfc, #f1f1f1);
  background: linear-gradient(top, #fcfcfc, #f1f1f1);
}

/* 浅色的渐变 */

.fn-linear-light {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
  background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
  background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
  background: -ms-linear-gradient(top, #fcfcfc, #f9f9f9);
  background: linear-gradient(top, #fcfcfc, #f9f9f9);
}

/* 人民币符号 */

.fn-rmb {
  font-family: arial;
  font-style: normal;
  padding-right: 4px;
}

/* chrome 下字体过小的问题 */

.fn-webkit-adjust {
  -webkit-text-size-adjust: none;
}

/* 三角 */

.fn-arrow {
  display: inline-block;
  border: 4px solid #fff;
  width: 0;
  height: 0;
  line-height: 0;
  vertical-align: middle;
}

.fn-arrow-up {
  border-bottom-color: #444;
}

.fn-arrow-down {
  border-top-color: #444;
}

.fn-arrow-left {
  border-right-color: #444;
}

.fn-arrow-right {
  border-left-color: #444;
}

/* =============================================================================
ISweek Default Template

@name: Default
@author: Steven
@link: http: //www.isweek.com/
@version: 1.0
@tags: html5, css3, 跨终端, 模块化, 高性能
@update: 2014-5-28
============================================================================= */

/* Reset
============================================================================= */

html {
  _background-image: url('about:blank');
  _background-attachment: fixed;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  color: #333;
  font: 12px/1.5 Arial, Helvetica, sans-serif;
  background: #F5F5F5;
}

a:link,
a:visited {
  color: inherit;
}

a:hover {
  color: #c91622;
}

/* 移除 button 在 IE67 下的黑边 */

input[type=submit],
input[type=reset],
input[type=button],
button {
  filter: chroma(color=#000000);
}

/* Remove the gap between images and the bottom of their containers */

img {
  vertical-align: middle;
}

/* Allow only vertical resizing of textareas */

textarea {
  resize: vertical;
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
  -webkit-appearance: none;
}

/* Helper
========================================================================== */

/* Clearfix helper | Used to contain floats */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* 清除浮动 */

.fn-cl {
  clear: left;
}

.fn-cr {
  clear: right;
}

.fn-cb {
  clear: both;
}

.fn-center {
  text-align: center;
}

/* js placeholder style */

.placeholder {
  color: #A6A6A6 !important;
}

/* 三角 */

.arrow {
  display: inline-block;
  border: 4px solid #fff;
  width: 0;
  height: 0;
  line-height: 0;
  vertical-align: middle;
}

.arrow-up {
  border-bottom-color: #444;
}

.arrow-down {
  border-top-color: #444;
}

.arrow-left {
  border-right-color: #444;
}

.arrow-right {
  border-left-color: #444;
}

/* iconfont */

@font-face {
  font-family: 'rei';
  src: url('https://i.alipayobjects.com/common/fonts/rei.eot');
  /* IE9*/
  src: url('https://i.alipayobjects.com/common/fonts/rei.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://i.alipayobjects.com/common/fonts/rei.woff') format('woff'), /* chrome 6+、firefox 3.6+、Safari5.1+、Opera 11+ */
  url('https://i.alipayobjects.com/common/fonts/rei.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('https://i.alipayobjects.com/common/fonts/rei.svg#rei') format('svg');
  /*  iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}

.iconfont {
  font-family: 'rei' !important;
  font-style: normal;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

/* margin */

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/* Plugin
============================================================================= */

/*
@name: custom-select
@overview: jQuery 下拉列表美化插件
@require: jquery-customselect
*/

.custom-select {
  padding: 5px;
  border: 1px solid #ddd;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  background: #fff url(/statics/images/index/icon-custom-select.png) right center no-repeat;
}

/*
@name: arale-slide-imgdot
@overview: Arale 原点形式图片轮播
@require: slide
*/

.arale-slide-imgdot {
  position: relative;
  /*width: 670px;*/
  height: 447px;
  overflow: hidden;
  /*background: #ccc;*/
}

.arale-slide-imgdot .ui-switchable-content {
  /*margin: 0;*/
  /*padding: 0;*/
  list-style: none;
}

.arale-slide-imgdot .ui-switchable-content .ui-switchable-panel {
  position: relative;
  width: 100%;
  height: 447px;
  overflow: hidden;
}

.arale-slide-imgdot .ui-switchable-content .ui-switchable-panel img {
  /*margin-left: -660px;*/
}

.arale-slide-imgdot .ui-switchable-nav {
  position: absolute;
  z-index: 99;
  bottom: 45px;
  right: 80px;
  /*width: 100%;*/
  /*margin: 0;*/
  /*padding: 0;*/
  text-align: right;
}

.arale-slide-imgdot .ui-switchable-nav .ui-switchable-trigger {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1.5;
  opacity: .6;
  filter: alpha(opacity=60);
  color: #000;
  cursor: pointer;
  /*list-style: none;*/
}

.arale-slide-imgdot .ui-switchable-nav .ui-switchable-active {
  color: #c91622;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
@name: arale-tab
@overview: Arale 高度自适应切换标签
@require: tabs
*/

.arale-tab {
  position: relative;
  width: 318px;
  padding-top: 46px;
  border: 1px #D6D6D6 solid;
  border-top: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04);
}

.arale-tab .ui-switchable-nav {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  /*margin: 0;*/
  /*padding: 0;*/
  /*list-style: none;*/
}

.arale-tab .ui-switchable-nav li {
  float: left;
  width: 50%;
  height: 44px;
  text-align: center;
  border-top: 2px #c91622 solid;
  cursor: pointer;
  /*list-style: none;*/
  font: 18px/44px 'Microsoft YaHei', 'SimHei';
  background: #E4E4E4;
}

.arale-tab .ui-switchable-nav .ui-switchable-active {
  cursor: default;
  background: #fff;
}

.arale-tab .ui-switchable-content {
  position: relative;
}

/* TPL
============================================================================= */

/*
@name: w-fly
@overview: 双飞翼布局模块
@require: null
*/

.w-fly {
  *zoom: 1;
}

.w-fly:before,
.w-fly:after {
  content: '';
  display: table;
}

.w-fly:after {
  clear: both;
}

.w-fly-m,
.w-fly-ml,
.w-fly-mr,
.w-fly-l,
.w-fly-r {
  float: left;
  display: inline;
  width: 100%;
  _overflow: hidden;
}

.w-fly-m .w-fly-cnt {
  margin-left: 212px;
  margin-right: 320px;
}

.w-fly-ml .w-fly-cnt {
  margin-right: 320px;
}

.w-fly-mr .w-fly-cnt {
  /*margin-left: 212px;*/
}

.w-fly-l {
  width: 190px;
  margin-left: -100%;
  _margin-left: -1200px;
  background: #ccc;
  float: left;
}

.w-fly-r {
  width: 300px;
  margin-left: -300px;
}

/*
@name: w-box
@overview: 通用盒内容模块
@require: null
*/

.w-box {
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px #C9C9C9 solid;
  background: #fff;
}

.w-box-hd {
  height: 33px;
  line-height: 33px;
  border-bottom: 1px #C9C9C9 solid;
  background: #F4F4F4;
}

.w-box-hd .title {
  margin: 0 10px;
  color: #333;
  font-size: 14px;
  font-family: '宋体';
}

.w-box-bd {
  padding: 0 10px;
}

/*
@name: w-prolist
@overview: 通用产品列表模块
@require: null
*/

.w-prolist {
  margin: 40px 0;
  color: #000;
  font-size: 14px;
}

.w-prolist-hd {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #F0F0F0;
}

.w-prolist-hd .title {
  margin: 0 10px;
  color: #444;
  font-size: 21px;
}

.w-prolist-bd ul {
  margin: 0 -20px 0 0;
}

.w-prolist-bd li {
  float: left;
  width: 175px;
  margin: 30px 20px 0 0;
  /*outline: 1px solid #eee;*/
}

.w-prolist-bd li .img {
  display: block;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.w-prolist-bd li .name {
  margin-top: 5px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  color: #000;
}

.w-prolist-bd li .name a {
  *color: #000;
}

.w-prolist-bd li .name a:hover {
  *color: #c91622;
}

/*
@name: w-btn
@overview: 通用按钮模块
@require: null
*/

.w-btn,
a.w-btn {
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 0.3em;
  background-image: none;
  box-shadow: 0 1px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .15);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible;
  cursor: pointer;
}

.w-btn:hover,
.w-btn:focus {
  text-decoration: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.w-btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.w-btn:active {
  box-shadow: 0 1px rgba(0, 0, 0, .2), inset 0 1px rgba(0, 0, 0, .05);
  outline: none;
}

.w-btn-blue,
a.w-btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#4EA6D5), to(#4395CA));
  background: -moz-linear-gradient(#4EA6D5, #4395CA);
  background: -o-linear-gradient(#4EA6D5, #4395CA);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4EA6D5', endColorstr='#4395CA');
  background: -ms-linear-gradient(#4EA6D5, #4395CA);
  background: linear-gradient(#4EA6D5, #4395CA);
}

.w-btn-blue:focus,
.w-btn-blue:hover,
a.w-btn-blue:hover {
  background-color: #4EA6D5;
}

.w-btn-yellow,
a.w-btn-yellow {
  background: -webkit-gradient(linear, left left bottom, from(#FFFB81), to(#FFD147));
  background: -moz-linear-gradient(#FFFB81, #FFD147);
  background: -o-linear-gradient(#FFFB81, #FFD147);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFB81', endColorstr='#FFD147');
  background: -ms-linear-gradient(#FFFB81, #FFD147);
  background: linear-gradient(#FFFB81, #FFD147);
}

.w-btn-yellow:focus,
.w-btn-yellow:hover,
a.w-btn-yellow:hover {
  background: #FFE35F;
}

/*
@name: w-pager
@overview: 通用分页模块
@require: null
*/

.w-pager {
  text-align: right;
  color: #000;
  font-size: 12px;
  font-family: Arial;
  white-space: nowrap;
}

.w-pager a,
.w-pager span {
  display: inline-block;
  margin: 0 3px;
  width: 25px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #000;
  text-align: center;
  vertical-align: middle;
}

.w-pager .prev,
.w-pager .next {
  width: auto;
}

.w-pager a:hover {
  color: #c91622;
  /*font-weight: bold;*/
}

.w-pager .current {
  color: #fff;
  font-weight: bold;
  background-color: #c91622;
  text-decoration: none;
  cursor: default;
}

.w-pager a i,
.w-pager span i {
  font-family: sans-serif;
  /*-webkit-transform: scale(0.5);*/
}

/*
@name: w-dialog
@overview: 通用弹窗模块
@require: null
*/

.w-dialog {
  border: 1px #E8E8E8 solid;
  background: #fff;
}

.w-dialog-header {
  height: 50px;
  line-height: 50px;
  background: #c91622;
  width: 100%;
  /* for ie7 */
  overflow: hidden;
  /* for ie7 */
}

.w-dialog-title {
  margin: 0 28px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-family: 'Microsoft YaHei', 'SimHei';
  /*padding-left: 25px;*/
  /*background: url(/statics/images/index/icon-rt.png) 0 50% no-repeat;*/
}

.w-dialog-title .icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  _height: 100%;
  background: url(/statics/images/index/icon-rt.png) 50% 50% no-repeat;
  _vertical-align: middle;
}

.w-dialog-title .tips {
  font-size: 14px;
  font-family: 'Simsun';
}

/* 通用表单模块 */

.w-form {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
}

.w-form fieldset {
  margin: 25px 0;
  /*background: #ccc;*/
}

.w-form legend {
  margin-bottom: 20px;
  width: 100%;
  line-height: 35px;
  text-indent: 10px;
  font-weight: bold;
  background: #F4F4F4;
  *margin-left: -10px;
}

.w-form .item {
  margin: 18px 0;
}

.w-form .item .label {
  float: left;
  margin-right: 15px;
  width: 150px;
  line-height: 32px;
  text-align: right;
}

.w-form .item .label i {
  color: #c91622;
}

.w-form .item .input {
  overflow: hidden;
}

.w-form .item input.text {
  padding: 5px;
  width: 188px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #A4A4A4;
  color: #444;
  background: #fff;
  box-shadow: inset 0 1px 5px #ddd;
}

.w-form .item input.file {
  margin-top: 3px;
  padding: 0 25px;
  height: 26px;
}

.w-form .item input.wide {
  width: 388px;
}

.w-form .item .submit {
  margin-left: 165px;
  padding: 0 32px;
  height: 40px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font: 20px/40px 'Microsoft YaHei', SimHei;
  background: #c91622;
  cursor: pointer;
}

.w-form .item .tips {
  margin-top: 5px;
  color: #8A8A8A;
  font-size: 12px;
}

/* 验证提示 */

.w-form .explain {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 32px;
  color: #999;
  vertical-align: middle;
}

.w-form .item.error .explain {
  color: #c91622;
}

.w-form .item .explain .iconfont {
  margin-right: .3em;
  margin-left: .5em;
  color: #c91622;
}

.w-form .item.success .explain .iconfont {
  color: #68B229;
}

.w-form .item.success .explain {
  font-weight: normal;
  color: #1A45CF;
}

.w-form .item.success .explain strong {
  font-weight: normal;
}

/* Layout
========================================================================== */

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  *zoom: 1;
}

.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}

.wrapper:after {
  clear: both;
}

/* browsehappy for ie */

.browsehappy {
  padding: 8px 0;
  border-color: #EBCCD1;
  background-color: #F2DEDE;
  text-align: center;
  color: #c91622;
  font-size: 14px;
}

.browsehappy a {
  color: #c91622;
  font-weight: bold;
  text-decoration: underline;
}

/* 下拉列表美化 arale select */

.ui-select {
  margin-top: 2px !important;
}

.ui-select-item {
  padding: 5px 10px !important;
  /*color: #666 !important;*/
}

.ui-select-item:hover,
.ui-select-item-hover {
  color: #333 !important;
}
/** Nav **/

#nav {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: #f4f4f4;
  width: 1200px;
  margin: 0 auto;
  /*overflow:hidden;*/
}

/*#nav ul,*/

#nav li {
  float: left;
  /*display: inline-block;*/
  height: 40px;
  line-height: 40px;
  _display: inline;
  _zoom: 1;
}

#nav li a {
  position: relative;
  display: block;
  /*width: 120px;*/
  margin: 0 15px;
  padding: 0 5px;
  text-align: center;
  color: #000;
  /*-webkit-transition: .1s ease-in;*/
  /*transition: .1s ease-in;*/
}

#nav li a.first {
  margin: 0;
  padding: 0 0 0 11px;
  width: 179px;
  text-align: left;
  /*text-indent: 11px;*/
  *margin-right: 15px;
}

#nav li a:hover {
  /*border-bottom: 4px solid #E82D2C;*/
  color: #c91622;
  text-decoration: none;
}

#nav li a.on {
  /* border-bottom: 4px solid #E82D2C;*/
  color: #c91622;
  text-decoration: none;
}

#nav li.fr {
  position: relative;
  float: right;
  margin-left: 2px;
  width: 123px;
}

#nav li.fr a,
#nav li.fr a.trigger {
  margin: 0;
  background-color: #d6d6d6;
  color: #c91622;
}

#nav li .nav_contact {
  background: url(/statics/images/index/icon1.1.png) no-repeat;
  background-position: 3px 7px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

#nav li.fr ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  border-bottom: 1px #C3C3C3 solid;
  width: 100%;
  _width: 88px;
  background: #fff;
}

#nav li.fr li {
  float: none;
  height: auto;
  border: 1px #C3C3C3 solid;
  border-bottom: none;
  background: #fff;
}

#nav li.fr li a {
  position: static;
  display: block;
  margin: 0;
  padding: 0 10px;
  height: 21px;
  line-height: 21px;
  text-align: left;
  color: #666;
  font-size: 13px;
  font-weight: normal;
}

#nav li.fr li a:hover {
  color: #555;
  background: #f5f5f5;
}

#nav li.fr:hover ul,
#nav li.fr.hover ul {
  display: block;
}

/* 导航下面的黑线 */

.line000 {
  width: 100%;
  height: 2px;
  background-color: #000;
}

/** Main **/

#main .position {
  /*color: #A6A6A6;*/
  color: #888;
  /*font-size: 16px;*/
  font-size: 14px;
  line-height: 1;
  width:1196px;
  margin: 0 auto;
}

#main .position a {
  *color: #A6A6A6;
}

#main .position a:hover, {
  *color: #c91622;
}

#main .position i {
  margin: 0 5px;
  font-weight: bold;
}

#main .position strong {
  color: #000;
  /*font-weight: normal;*/
}

#main .position .highlight {
  color: #c91622;
  display: inline;
  /*font-weight: normal;*/
  /*font-style: normal;*/
}

#main .proshow {
  background: #fff;
  padding-top: -1px;
}

#main .proshow .pager-wrap {
  float: right;
}

#main .proshow-hd .sort {
  float: left;
  font-size: 14px;
  color: #000;
}

#main .proshow-hd .sort input {
  margin: 0 5px;
  padding: 5px 10px;
  /*width: 68px;*/
  width: 3em;
  height: 18px;
  line-height: 18px;
  border: 1px #B2B2B2 solid;
  vertical-align: middle;
}

#main .proshow-hd .sort button {
  margin-left: 5px;
  padding: 0 10px;
  height: 30px;
  border: 1px #c91622 solid;
  color: #c91622;
  font-weight: bold;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
}

#main .proshow-bd {
  border-left: 1px solid #ededed;
  /* border-top: 1px solid #ededed; */
  margin-left: 2px;
}

#main .proshow-bd .prolist-item {
  width: 219px;
  border: 1px solid #fff;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  float: left;
  padding: 0 9px;
  padding-top: 10px;
  height: 370px;
}

#main .proshow-bd .prolist-item:hover {
  border: 1px solid #999;
  box-shadow: 0px 0px 15px #bfbfbf;
}

#main .proshow-bd .prolist-item .thumb {
  display: block;
  /*width: 200px;*/
  height: 200px;
  overflow: hidden;
  text-align: center;
  /*outline: 1px solid #f00;*/
}


#main .proshow-bd .prolist-item .title {
  margin: 5px 10px;
  max-height: 37px;
  line-height: 18px;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  _height: 54px;
}

#main .proshow-bd .prolist-item .title a {
  color: #000;
}

#main .proshow-bd .prolist-item .title a:hover {
  color: #c91622;
  text-decoration: none;
}

#main .proshow-bd .prolist-item .description {
  max-height: 110px;
  margin: 0px 10px;
  line-height: 16px;
  color: #666;
  font-size: 12px;
  _height: 70px;
  overflow: hidden;
  word-break: break-all;
}

/* sidebar */

#sidebar .catlist {
  /*border: 1px #BCBCBC solid;*/
  /*border-top: none;*/
  background: #fff;
}

#sidebar .catlist-item {
  position: relative;
  border-bottom: 1px #BCBCBC solid;
  color: #000;
  font-size: 14px;
}

#sidebar .catlist-item i,
#sidebar .catlist-item .link {
  display: block;
  padding: 0 30px 0 10px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  border-left: 1px #BCBCBC solid;
  border-right: 1px #BCBCBC solid;
  -webkit-transition: .1s;
  transition: .1s;
  *color: #000;
}

#sidebar .catlist-item i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  width: 30px;
  text-align: center;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica;
  cursor: pointer;
}

#sidebar .catlist-item i:hover,
#sidebar .catlist-item .link.current,
#sidebar .catlist-item .link:hover {
  border-color: #bcbcbc;
  color: #000 !important;
  /*background: #E82D2C;*/
  text-decoration: none;
}

/*#sidebar .catlist-item i:hover {
  background: #D51717;
}*/

/*#sidebar .catlist-item:hover i {
  color: #fff;
}*/

#sidebar .catlist-item .arrow {
  margin-left: 3px;
  border-width: 5px;
  _position: absolute;
  _top: 13px;
  cursor: pointer;
}

#sidebar .catlist-item .arrow-down {
  margin: 0 0 -3px 3px;
  border-color: #c91622;
  border-top-color: #fff;
}

#sidebar .catlist-item .arrow-up {
  margin: -4px 0 0 3px;
  border-color: #fff;
  border-bottom-color: #444;
}

#sidebar .catlist-item:hover .arrow-up {
  border-color: #c91622;
  border-bottom-color: #fff;
}

#sidebar .catlist-item .sublist {
  /*display: block;*/
  padding: 0 10px 5px;
  border: 1px #BCBCBC solid;
  border-bottom: none;
  color: #000;
  font-size: 13px;
  /*background: #eee;*/
}

#sidebar .catlist-item .sublist dt,
#sidebar .catlist-item .sublist dd li {
  /* height: 20px; */
  line-height: 20px;
  /* overflow: hidden; */
  padding-left: 21px;
}

#sidebar .catlist-item .sublist dt {
  margin-top: 5px;
  padding-left: 12px;
  background: url(/statics/images/index/icon-arrow-catslist.png) 0 8px no-repeat;
  -webkit-transition: .1s;
  transition: .1s;
}

#sidebar .catlist-item .sublist dt:hover,
#sidebar .catlist-item .sublist dt.current {
  color: #fff;
  font-weight: bold;
  background: #c91622 url(/statics/images/index/icon-arrow-catslist-hover.png) no-repeat 2px 8px;
  cursor: pointer;
}

#sidebar .catlist-item .sublist dt:hover a,
#sidebar .catlist-item .sublist dt.current a,
#sidebar .catlist-item .sublist dt a:hover {
  color: #fff;
  text-decoration: none;
}

#sidebar .catlist-item .sublist dd li {
  background: url(/statics/images/index/icon-dot-gray-small.png) no-repeat 12px 8px;
}

#sidebar .catlist-item .sublist a {
  /*display: inline-block;*/
  *color: #000;
}

#sidebar .catlist-item .sublist a.current {
  /*color: #E82D2C;*/
  color: #E82D2C !important;
  _background: none;
}

#sidebar .catlist-item .sublist a:hover {
  *color: #c91622;
  _text-decoration: underline;
}

#sidebar .catlist-item.unfold .link {
  color: #fff;
  border-color: #c91622;
  background: #c91622;
}

/*#sidebar .catlist-item.unfold i {
  color: #fff;
}*/

/* catlist-search */

#sidebar .catlist-search .count {
  color: #888;
  /*font-size: 12px;*/
}

#sidebar .catlist-search a {
  *color: #000;
}

#sidebar .catlist-search a:hover {
  color: #c91622;
}

#sidebar .catlist-search .catlist-item-link {
  padding: 8px 30px 8px 10px;
  border: 1px #BCBCBC solid;
  border-top: none;
  line-height: 1.2;
  _margin-top: -1px;
}

#sidebar .catlist-search .sublist {
  margin-bottom: 0;
}

#sidebar .catlist-search .sublist dt,
#sidebar .catlist-search .sublist dd li {
  margin-left: 29px;
  padding: 5px 0;
  height: auto;
  line-height: 1.2;
  font-size: 12px;
}

#sidebar .catlist-search .sublist dt {
  margin-top: 0;
  margin-left: 8px;
  padding-left: 11px;
  background-position: 0 9px;
}

#sidebar .catlist-search .sublist dt:hover {
  color: #c91622;
  font-weight: normal;
  background: url(/statics/images/index/icon-arrow-catslist.png) no-repeat 1px 9px;
  text-decoration: underline;
}

#sidebar .catlist-search .sublist dt:hover .count {
  color: #c91622;
}

#sidebar .catlist-search .sublist dt.cattitle {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  background: none;
  text-decoration: none;
}

#sidebar .catlist-search .sublist dt.cattitle .count {
  color: #888;
}

.sinaweibo {
  background-image: url(/statics/images/index/btn-sina.gif);
}

.txweibo {
  background: url(/statics/images/index/btn-weibo.gif);
}

.qqzone {
  background: url(/statics/images/index/btn-qqzone.gif);
}

.footer-email {
  background: url(/statics/images/index/btn-email.gif);
}



html.details #main .prodetails {
  margin-right: 210px;
}

html.details #main .prodetails .protitle {
  margin: 25px 0;
  color: #333;
  font: 22px/1.2 'Helvetica Neue', Helvetica, Verdana;
}

html.details #main .prodetails .proimg {
  position: relative;
  _zoom: 1;
}

html.details #main .prodetails .proimg .info {
  float: right;
  width: 360px;
  font-size: 14px;
}

html.details #main .prodetails .proimg .info p {
  color: #000;
}

html.details #main .prodetails .proimg .info li {
  margin: 15px 0;
  color: #626061;
}

html.details #main .prodetails .proimg .info li img {
  vertical-align: middle;
}

html.details #main .prodetails .proimg .preview {
  width: 400px;
  /*height: 330px;*/
  text-align: center;
}

html.details #main .prodetails .proimg .preview .jqzoom {
  display: inline-block;
  width: 300px;
  height: 300px;
  /*background: url(/statics/images/index/loading.gif) 50% 50% no-repeat;*/
}

html.details #main .prodetails .proimg .preview .img {
  vertical-align: bottom;
}

html.details #main .prodetails .proimg .preview .tips {
  margin: 5px 0;
  font-size: 12px;
  color: #AAA;
}

html.details #main .prodetails .proimg .thumbs {
  /*float: left;*/
  width: 417px;
  height: 75px;
  overflow: auto;
}

html.details #main .prodetails .proimg .thumbs li {
  float: left;
  margin: 2.5px 10px 2.5px 0;
  width: 68px;
  height: 68px;
  border: 1px #E0E0E0 solid;
  overflow: hidden;
  cursor: pointer;
}

html.details #main .prodetails .proimg .thumbs li img {
  display: block;
  width: 100%;
  height: 100%;
}

html.details #main .prodetails .proimg .share {
  /*float: left;*/
  /*display: inline;*/
  /*margin: 27px 0 0 20px;*/
  position: absolute;
  left: 438px;
  bottom: 21px;
  color: #626061;
  font-size: 14px;
}

html.details #main .prodetails .proimg .share-title {
  float: left;
  height: 16px;
  line-height: 16px;
  margin: 6px 8px 6px 0;
}

html.details #main .prodetails .proimg .share a {
  text-decoration: none;
}

/*html.details #main .prodetails .proimg .share span {
  margin-right: 5px;
}
html.details #main .prodetails .proimg .share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
  cursor: pointer;
}*/

/*
html.details #main .prodetails .proimg .share a.twitter {
  background-image: url(/statics/images/index/icon-twitter.png);
}
html.details #main .prodetails .proimg .share a.facebook {
  background-image: url(/statics/images/index/icon-facebook.png);
}
html.details #main .prodetails .proimg .share a.googleplus {
  background-image: url(/statics/images/index/icon-googleplus.png);
}*/

/*html.details #main .prodetails .proimg .share a.share-sina {
  background-image:url(/statics/images/index/share-sina.gif);
}
html.details #main .prodetails .proimg .share a.share-weibo {
  background-image:url(/statics/images/index/share-weibo.gif);
}
html.details #main .prodetails .proimg .share a.share-qqzone {
  background-image:url(/statics/images/index/share-qqzone.gif);
}
html.details #main .prodetails .proimg .share a.share-email {
  background-image:url(/statics/images/index/share-email.gif);
}
html.details #main .prodetails .proimg .share a:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}*/

html.details #main .prodetails .prodesc {
  margin: 40px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

html.details #main .prodetails .prodesc .title {
  margin: 25px 0;
  padding-bottom: 10px;
  border-bottom: 1px #DFDFDF solid;
  color: #333;
  font-size: 20px;
}

html.details #main .prodetails .prodesc .subtitle {
  margin: 40px 0 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

html.details #main .prodetails .prodesc .list-item {
  margin: 10px 0;
  padding-left: 20px;
  background: url(/statics/images/index/icon-dot-gray.png) 0 8px no-repeat;
}

html.details #main .prodetails .prodesc .highlight {
  color: #c91622;
}

html.details #main .prodetails .prodesc .notice {
  margin: 40px 0 0;
  text-align: center;
  color: #626061;
}

html.details #main .aside {
  float: right;
  width: 190px;
}

html.details #main .aside .w-box-contact li {
  margin: 14px 0;
}

html.details #main .aside .w-box-contact li span,
html.details #main .aside .w-box-contact li a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  color: #666;
  background: url(/statics/images/index/icon-online.png) no-repeat 0 50%;
}

html.details #main .aside .w-box-contact li .skype {
  background-image: url(/statics/images/index/icon-skype.png);
}

html.details #main .aside .w-box-contact li .msn {
  background-image: url(/statics/images/index/icon-msn.png);
}

html.details #main .aside .w-box-contact li .email {
  background-image: url(/statics/images/index/icon-email.png);
}

html.details #main .aside .w-box-contact li .tel {
  background-image: url(/statics/images/index/icon-tel.png);
  text-decoration: none;
}

html.details #main .aside .w-box-contact li .qq {
  background-image: url(/statics/images/index/qq.gif);
  text-decoration: none;
}

html.details #main .aside .w-box-popular li {
  margin: 15px auto;
  width: 135px;
}

html.details #main .aside .w-box-popular li .img {
  display: block;
  height: 133px;
  overflow: hidden;
  border: 1px #DEDEDE solid;
}

html.details #main .aside .w-box-popular li .img:hover {
  border: 1px #aaa solid;
}

html.details #main .aside .w-box-popular li .img img {
  display: block;
  width: 133px;
  height: 133px;
}

html.details #main .aside .w-box-popular li .name {
  margin-top: 5px;
  height: 32px;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  color: #000;
}

html.details #main .aside .w-box-popular li .name a {
  *color: #000;
}

html.details #main .aside .w-box-popular li .name a:hover {
  *color: #c91622;
}

/*html.details #aside {
  padding-top: 65px;
}
html.details #aside .w-box-contact li {
  margin: 10px 0;
}
html.details #aside .w-box-contact li a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  color: #666;
  background: url(/statics/images/index/icon-online.png) no-repeat 0 50%;
}
html.details #aside .w-box-contact li a.skype {
  background-image: url(/statics/images/index/icon-skype.png);
}
html.details #aside .w-box-contact li a.msn {
  background-image: url(/statics/images/index/icon-msn.png);
}
html.details #aside .w-box-contact li a.email {
  background-image: url(/statics/images/index/icon-email.png);
}
html.details #aside .w-box-popular li {
  margin: 15px auto;
  width: 135px;
}
html.details #aside .w-box-popular li .img {
  display: block;
  height: 133px;
  overflow: hidden;
  border: 1px #DEDEDE solid;
}
html.details #aside .w-box-popular li .name {
  margin-top: 5px;
  height: 32px;
  line-height: 16px;
  overflow: hidden;
  color: #000;
}
html.details #aside .w-box-popular li .name a {
  _color: #000;
}
html.details #aside .w-box-popular li .name a:hover {
  _color: #E82D2C;
}*/

/** 联系我们 **/

html.contact-us #main section {
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px #DBDBDB solid;
  color: #000;
  /*font-size: 12px;*/
}

html.contact-us #main section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

html.contact-us #main section h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

html.contact-us #main section p {
  margin: 15px 0;
}

html.contact-us #main section li {
  margin: 10px 0;
  padding-left: 22px;
  background: url(/statics/images/index/icon-address-gray.png) 0 50% no-repeat;
}

html.contact-us #main section li.tel {
  background-image: url(/statics/images/index/icon-tel-gray.png);
}

html.contact-us #main section li.fax {
  background-image: url(/statics/images/index/icon-fax-gray.png);
}

html.contact-us #main section li.email {
  background-image: url(/statics/images/index/icon-email-gray.png);
}

html.contact-us #main section li.skype {
  background-image: url(/statics/images/index/icon-skype-gray.png);
}

html.contact-us #main section .live-chat {
  margin-top: 25px;
}

/** 关于我们 **/

html.about-us #main section {
  margin-top: 30px;
}

html.about-us #main section p {
  margin: 20px 0;
  font-size: 18px;
  text-indent: 2em;
  color: #000;
}

html.about-us #main section p a {
  color: #00f;
  text-decoration: underline;
}

html.about-us #main nav a {
  margin: 10px 30px 0 0;
  display: inline-block;
  /*height: 32px;*/
  vertical-align: middle;
}

html.about-us #main nav img {
  /*width: 80%;*/
  /*display: inline-block;
  height: 32px;
  width: auto;*/
}

/** Cagegory **/

html.category #main section {
  margin: 30px 0;
  padding-bottom: 25px;
  border-bottom: 1px #DFDFDF dashed;
}

html.category #main section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

html.category #main section h2 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1;
  color: #555;
}

html.category #main section h2 a {
  *color: #555;
}

html.category #main section h2 a:hover {
  *color: #c91622;
}

html.category #main section ul {
  overflow: hidden;
  *zoom: 1;
}

html.category #main section li {
  float: left;
  width: 25%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #000;
}

html.category #main section li a {
  display: inline-block;
  margin-right: 10px;
  padding-left: 13px;
  background: url(/statics/images/index/icon-dot.png) 0 50% no-repeat;
  *color: #000;
}

html.category #main section a:hover {
  *color: #c91622;
}

/** 隐私等文本页 **/

html.article #main .content article {
  color: #000;
  line-height: 1.7;
  font-size: 14px;
}

html.article #main .content article h1 {
  margin: 25px 0 20px;
  color: #111;
  font: bold 22px/1.2 'Helvetica Neue', Helvetica, Verdana;
}

html.article #main .content article h2 {
  margin: 9px 0;
  color: #444;
  font: 20px/1.2 'Helvetica Neue', Helvetica, Verdana;
}

html.article #main .content article h5 {
  margin-bottom: 2px;
  font-weight: bold;
}

html.article #main .content article p {
  margin: 0 0 25px;
}

html.article #main .content article ul {
  margin: 0 0 25px 1.2em;
}

html.article #main .content article section {
  margin: 20px 0 45px;
}

/* Sourcing Service Page */

html.sourcing-service #main .w-form .header h3 {
  font-size: 22px;
  color: #000;
}

html.sourcing-service #main .w-form .header p {
  margin-top: 2px;
  color: #000;
}

html.sourcing-service #main .w-form .header p i {
  color: #c91622;
}

/* box-sourcing-service */

.box-sourcing-service {
  margin: 40px auto 20px;
  padding: 10px;
  text-align: center;
  background: #FFF3D5;
}

.box-sourcing-service p {
  margin: 20px 0;
  font-size: 19px;
  color: #555;
}

.box-sourcing-service a {
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 60px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font: 20px/50px 'Microsoft YaHei', SimHei;
  background: #c91622;
  text-decoration: none;
  cursor: pointer;
}

.pro-explain {
  text-align: center;
  color: #c91622;
  font-size: 14px;
  font-size: 18px;
}

/* Media Queries
========================================================================== */

/*@media only screen and (min-width: 800px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi) {
}*/

/* 屏幕宽度大于等于 968px */

@media (min-width: 968px) {
  .wrapper {
    width: 948px;
  }
  .w-fly-l {
    _margin-left: -948px !important;
  }
  #header .search-panel {
    width: 623px;
    _width: 621px;
  }
  #nav li a,
  #nav li a.first {
    margin: 0 0 0 17px;
    padding: 0;
  }
  #nav li a.first {
    margin-left: 0;
    padding-right: 0 4px 0 11px;
    width: auto;
  }
  #header .search-submit {
    padding: 0 15px;
  }
  #footer .help dl {
    padding-left: 15px;
    width: 170px;
    /*height: 160px;*/
  }
  #footer .help dl.about dd p {
    line-height: 1.4;
  }
}

/* 屏幕宽度大于等于 1220px */

@media (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
  .w-fly-l {
    _margin-left: -1200px !important;
    display: none
  }
  #header .search-panel {
    width: 716px;
  }
  #nav li a,
  #nav li a.first {
    margin: 0 15px;
    padding: 0 3px;
  }
  #nav li a.first {
    margin: 0;
    padding: 0 0 0 11px;
    width: 179px;
    *margin-right: 15px;
  }
  #header .search-submit {
    padding: 0 15px;
  }
  #footer .help dl {
    padding-left: 26px;
    width: 202px;
    /*height: 160px;*/
  }
  #footer .help dl.about dd p {
    line-height: 1.7;
  }
}

/* 屏幕宽度小于等于 968px */

@media screen and (max-width: 967px) and (min-width:640px) {
  .wrapper {
    width: 90%;
    min-width: 696px;
  }
  .w-fly-l {
    _margin-left: -696px !important;
    display: none;
  }
  #header .search-panel {
    width: 78%;
    min-width: 381px;
  }
  #nav li:nth-child(6) {
    display: none;
  }
  #nav li:nth-child(7) {
    display: none;
  }
  #nav li a,
  #nav li a.first {
    margin: 0 0 0 15px;
    padding: 0;
  }
  #nav li a.first {
    margin-left: 0;
    width: auto;
  }
  #header .search-submit {
    padding: 0 10px;
  }
  #main .proshow-hd .sort {
    float: none;
  }
  #main .proshow-hd .pager-wrap {
    float: none;
    margin: 15px 0 5px;
  }
  #footer .help dl {
    width: 250px;
  }
  #footer .help dl.about {
    float: none;
    clear: both;
    padding-top: 25px;
    padding-left: 0;
    border: none;
    width: auto;
    height: auto;
  }
  html.details #main .aside {
    display: none;
  }
  html.details #main .prodetails {
    margin-right: 0;
  }
}

/* 2015-08-18 */

/* 共用样式 */

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt30 {
  margin-top: 30px;
}

.mt25 {
  margin-top: 25px;
}

.mt18 {
  margin-top: 18px;
}

.mt10 {
  margin-top: 10px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.h36 {
  height: 36px;
}

.w-line {
  padding: 0 1em;
  color: #a6a6a6;
}

/* 主页修改 */

#nav {
  width: auto;
}

/* 页眉 */
.page-header {
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  background-color: #2c2c2c;
}

.ph-warp {
  margin: 0 auto;
  color: #fefefe;
}

.ph-warp-right {
  float: right;
  text-align: right;
}

.lang:link,
.lang:visited {
  color: #c91622 !important;
  position: static !important;
}

.ph-inquiry,
.ph-vip-center {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
 
}
.ph-inquiry-num {
  font-weight: bold;
  color: #c91622;
  background: url(/statics/images/index/icon-buy.png) no-repeat left;
  padding-left: 25px;
}
/* 
.ph-vip-center {
  padding-left: 21px;
  background-position: 0 -36px;
} */

.ph-exit {
  display: none;
}

.logo-box {
  height: 95px;
  overflow: hidden;
}

/* 页脚 */

.page-footer {
  width: 100%;
  padding: 40px 0 0;
  margin: 130px 0 0 0;
  border-top: 1px solid #e1e1e1;
  background-color: #f4f4f4;
}

.page-footer .wrapper {
  font-family: microsoft yahei;
  font-size: 17px;
  color: #666;
}

.pf-qq,
.pf-tel,
.pf-mail {
  float: left;
  padding-left: 80px;
  height: 66px;
  line-height: 66px;
  background-image: url(/statics/front/img/icon-1.1.gif);
  background-repeat: no-repeat;
}

.pf-qq {
  margin-right: 20px;
  background-position: 0 -90px;
}

.pf-tel {
  margin-right: 20px;
  background-position: 0 -156px;
}

.pf-mail {
  background-position: 0 -222px;
}

.ph-purchase {
  float: right;
  width: 115px;
  height: 37px;
  padding-left: 12px;
  margin-top: 14px;
  text-align: center;
  line-height: 37px;
  border-radius: 5px;
  background-color: #c91622;
}

.ph-purchase:link,
.ph-purchase:visited {
  color: #fff;
}

.ph-purchase:hover {
  color: #fff;
}

.pf-copyright {
  padding: 20px 0 30px;
  margin-top: 40px;
  font-family: "宋体";
  font-size: 12px;
  color: #888;
  border-top: 1px solid #e1e1e1;
}

.pf-copyright a {
  margin-right: 25px;
}

html.category #main section dt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #000;
}

html.category #main section dt a {
  display: inline-block;
  margin-right: 10px;
  padding-left: 13px;
  background: url(/statics/images/index/icon-dot.png) 0 50% no-repeat;
  *color: #000;
}

html.category #main section dd {
  margin-top: 6px;
}

html.category #main section dd li a {
  background: none !important;
}

html.category #main section dl {
  margin-top: 10px;
}

/*新添样式 20170808*/

.revision-left {
  float: unset;
  width: 278px;
  border: 1px solid #bcbcbc;
  border-top: none;
  
}

.nav_left {
  width: 278px;
  background: #fff;
  height: 430px;
}

.nav_left ul li {
  float: left;
  width: 100%;
  /* background: url(images/isweek-dot-pic.png) no-repeat 0 50%; */
  overflow: hidden;
  white-space: nowrap;
  line-height: 22px;
  text-overflow: clip;
}

.nav_left ul li a {
  color: #333;
  width:100%;
  overflow:hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: Arial;
}

.nav_left h4 {
  padding: 0 16px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: -1px;
}

.nav_left h6 {
  padding: 0 16px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #000;
  font-family: simsun;
  font-weight: bold;
  margin-right: -1px;
}

.nav_left h4 span {
  font-family: Simsun;
  font-weight: bold;
  display: inline-block;
}

.nav_left h4 span:hover {
  margin-right: -2px;
}

.nav_left h4.active {
  background: #E3E3E3;
  margin-right: -1px;
}
.nav_left h4.redC{
  color: #c91622;
}

.item_nav_border {
  border-bottom: 1px dashed #E0E0E0;
  height: 40px;
  line-height: 40px;
}

.nav_left .item {
  margin-bottom: 5px;
}

.nav_left .leftList {
  position: relative;
}

.nav_left .leftList ul {
  border-bottom: 1px dotted #DEDEDE;
  margin: 0 16px;
  padding-bottom: 15px;
  ;
}

.nav_left .leftList .item-whole {
  font-size: 12px;
  line-height: 20px;
  padding-left: 16px;
  color: #c91622;
}

.nav_left .leftList .item-whole a {
  color: #c91622;
}

.nav_left .leftList .item-whole a:hover {
  color: #c91622;
}

.nav_left a {
  text-decoration: none;
}

.nav_left a:hover {
  color: #c91622;
}
.item_nav {
  /* background: url(http://mall.ofweek.com/images/listbg.png); */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 40px;
}

.item_nav a {
  display: inline-block;
  *zoom: 1;
  height: 40px;
  line-height: 40px;
  color: #333;
  width: 30%;
  overflow: hidden;
  margin-left: 2%;
}

.item_nav a:hover {
  color: #c91622;
  text-decoration: none;
}

.listContent {
  position: absolute;
  left: 279px;
  background: #FFF;
  z-index: 10;
  width: 706px;
  top: -1px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 10px 15px 0px 15px;
  display: none;
}

/* .listContent h5 {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #333;
  font-weight: bold;
  margin-left: 11px;
} */

.hr-line {
  border-bottom: 1px dotted #D7D7D7;
  text-align: center;
  margin: 0 10px;
}

.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}

.tlt {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  font-family: simsun;
  font-weight: bold;
  background: #fff;
  padding-bottom: 7px;
}

.revision-right {
  float: unset;
  width: 920px;
  height: 433px;
}

.no-top-border {
  border-top: 1px solid #fff !important;
}

.no-right-border {
  border-right: 1px solid #fff !important;
}

#main .position {
  overflow: hidden;
  border-bottom: 2px solid #666;
}

#main .position .hotLogo {
  margin-bottom: 7px;
}
#main .position a:hover {
  color: #c91622;
}
#main .position .redBg {
  display: inline-block;
  margin-top: 24px;
  width: 5px;
  height: 17px;
  background-color: #c91622;
}

#main .position .position-h1 {
  display: inline-block;
  padding-left: 8px;
}
#main .position .position-h1 a{
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 20px;
  color: #000;
}
#main .position .position-h1 a:hover{
  color: #c91622;
}
#main .position a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  color: #000;
  margin-top: 24px;
  margin-right: 30px;
}

#main .position .position-h1 a.fen-title {
  color: #000;
}

#main .position .position-h1 a.fen-title:hover {
  text-decoration: none;
}

#main .position .position-right {
  float: right;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  /*font-family: simsun;*/
}

#main .position .position-right a {
  color: #000;
  margin: 0 10px;
  font-size: 15px;
}

#main .position .position-right a:hover {
  text-decoration: none;
  color: #c91622;
}

#main .position-a {
  margin: 20px 0;
  /* color: #A6A6A6; */
  color: #888;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 1;
}

#main .position-a i {
  margin: 0 5px;
  font-weight: bold;
}

#main .position-a h1 {
  color: #c91622;
  display: inline;
  font-weight: normal;
  font-style: normal;
}

.main-a .w-fly-l {
  display: block;
}

.main-a .w-fly-mr .w-fly-cnt {
  margin-left: 212px;
}

.proshow-hd {
  margin-bottom: 12px;
}
/* 顶部轮播图样式 */

.banner {
  width: 920px;
  height: 430px;
  position: relative;
}
.banner ul{
  overflow: hidden;
}

.banner ul li img {
  width: 920px;
  height: 430px;
}

.banner ul li {
  position: absolute;
  width: 920px;
  height: 430px;
  left: 0;
  top: 0;
  z-index: 0;
}

.banner .dot {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 30px;
  z-index: 1;
  text-align: center;
  font-size: 0;
}

.banner .dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b5b5b5;
  margin: 0 2.5px;
  cursor: pointer;
  overflow: hidden;
}

.banner .dot span.active {
  background: #f57901;
}

.banner p {
  position: absolute;
  width: 100%;
  height: 48px;
  line-height: 48px;
  left: 0;
  bottom: 0;
  color: #c91622;
  font-size: 18px;
  font-weight: bold;
  font-family: Microsoft Yahei;
  padding-left: 10px;
}