/*
* @des m_home
* @author guozhaodong
* @update 2017-10-16
*/
/*
* @des all
* @author guozhaodong
* @update 2017-10-16
*/
/* Based on [Eric Meyer's reset 2.0](http://meyerweb.com/eric/tools/css/reset/index.html) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
* @des common
* @author guozhaodong
* @update 2017-10-16
*/
/*========== normal style ==========*/
body {
  height: 100%;
  background-color: #f4f4f4;
  color: #4d4d4d;
  font: 12px/1.5 Microsoft Yahei,Arial, Helvetica, SimSun, sans-serif;
}

button,
input,
select,
textarea {
  font-family: inherit;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

table {
  width: 100%;
}

img {
  vertical-align: middle;
}

/*========== text ==========*/
h1, h2, h3, h4, h5, strong {
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-family: arial, "Microsoft Yahei", sans-serif;
}

a {
  text-decoration: none;
}
a:link, a:visited {
  color: #06d;
}
a:hover {
  color: #e04b43;
  text-decoration: underline;
}

textarea {
  resize: none;
}

ol {
  margin-left: 1.6em;
  *margin-left: 2em;
}

ol li {
  list-style-type: decimal;
}

.fms {
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

.fcn {
  font-family: SimSun;
}

.v-sep {
  color: #ccc;
  margin: 0 5px;
}

.space {
  margin: 0 3px;
}

.text-clip {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*=========== solution =========*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix:after {
  clear: both;
}

.sl-vam {
  display: table;
  border-collapse: collapse;
  position: relative;
  *overflow: hidden;
}

.sl-vam-outer {
  display: table-cell;
  vertical-align: middle;
  *display: block;
  *position: absolute;
  *top: 50%;
  *left: 50%;
}

.sl-vam-inner {
  text-align: center;
  margin: 0 auto;
  *position: relative;
  *top: -50%;
  *left: -50%;
}

.pic-mini {
  width: 70px;
  height: 70px;
}

.pic-small {
  width: 100px;
  height: 100px;
}

.pic-mid {
  width: 160px;
  height: 160px;
}

.pic-big {
  width: 240px;
  height: 240px;
}

.img-txt, .img-txt .txt {
  overflow: hidden;
  *zoom: 1;
}

.img-txt .img {
  float: left;
  margin-right: 10px;
}

.box-flex,
.box-flex:before,
.box-flex:after,
.box-flex *,
.box-flex *:before,
.box-flex *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-flex {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-flex:before, .box-flex:after,
.box-flex *,
.box-flex *:before,
.box-flex *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-wrap {
  white-space: nowrap;
}

.vep,
.state-sep,
.split {
  margin: 0 15px;
  color: #ccc;
  font-size: 16px;
  line-height: 22px;
}

.grid,
.grid-wide {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.grid-wide {
  width: 1190px;
}

.nav-wrap .grid,
.sitebar .wrap,
.search-top .wrap {
  width: 1190px;
  margin: 0 auto;
}

.filter-blur {
  -webkit-filter: blur(10px);
  /* Chrome, Opera */
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
  /* IE6~IE9 */
}

.filter-mask-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 5002;
}

body > .filter-mask-img {
  display: none;
}

.filter-mask {
  position: relative;
  border: 1px solid #e6e6e6;
}

.filter-mask:after {
  content: 'image Review...';
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #d9363c;
}

.zoomWrapperImage .filter-blur {
  display: none !important;
}

body > .filter-mask {
  display: none;
}

.filter-img-view {
  display: none;
}

/*
* @des fonts
* @author guozhaodong
* @update 2017-10-16
*/
@font-face {
  font-family: 'iconfont';
  src: url("/resources/images/fonts/iconfont.eot");
  /* IE9*/
  src: url("/resources/images/fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("/resources/images/fonts/iconfont.woff") format("woff"), url("/resources/images/fonts/iconfont.svg#iconfont") format("svg"), url("/resources/images/fonts/iconfont.ttf") format("truetype");
  /* chrome,firefox,opera,Safari,Android,iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666;
  line-height: 16px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------iconfont size---------- */
.iconfont-nor {
  font-size: 32px;
  line-height: 32px;
}

.iconfont-big {
  font-size: 48px;
  line-height: 48px;
}

/* ----------iconfont kind---------- */
.iconfont-warn:before {
  content: "\e664";
}

.iconfont-bxt:before {
  content: "\e674";
}

.iconfont-mail:before {
  content: "\e600";
}

.iconfont-tel:before {
  content: "\e601";
}

.iconfont-storage2:before {
  content: "\e602";
}

.iconfont-audit:before {
  content: "\e603";
}

.iconfont-person:before {
  content: "\e604";
}

.iconfont-auth:before {
  content: "\e605";
}

.iconfont-home:before {
  content: "\e606";
}

.iconfont-rank-online:before {
  content: "\e609";
}

.iconfont-bid-online:before {
  content: "\e60a";
}

.iconfont-bid:before {
  content: "\e60b";
}

.iconfont-storage:before {
  content: "\e60c";
}

.iconfont-transfer:before {
  content: "\e60d";
}

.iconfont-order-plan:before {
  content: "\e60e";
}

.iconfont-inspect:before {
  content: "\e60f";
}

.iconfont-receive:before {
  content: "\e610";
}

.iconfont-order:before {
  content: "\e611";
}

.iconfont-setting-global:before {
  content: "\e612";
}

.iconfont-data-edit:before {
  content: "\e613";
}

.iconfont-setting:before {
  content: "\e614";
}

.iconfont-account:before {
  content: "\e615";
}

.iconfont-book:before {
  content: "\e616";
}

.iconfont-billboard:before {
  content: "\e617";
}

.iconfont-exchage:before {
  content: "\e618";
}

.iconfont-cart:before {
  content: "\e619";
}

.iconfont-report:before {
  content: "\e61a";
}

.iconfont-bid-archive:before {
  content: "\e61b";
}

.iconfont-paper-check:before {
  content: "\e61c";
}

.iconfont-paper:before {
  content: "\e61d";
}

.iconfont-paper-edit:before {
  content: "\e61e";
}

.iconfont-supplier:before {
  content: "\e61f";
}

.iconfont-goods:before {
  content: "\e620";
}

.iconfont-shortcut:before {
  content: "\e621";
}

.iconfont-store-out:before {
  content: "\e622";
}

.iconfont-store-in:before {
  content: "\e623";
}

.iconfont-store:before {
  content: "\e624";
}

.iconfont-rank:before {
  content: "\e625";
}

.iconfont-fold:before {
  content: "\e626";
}

.iconfont-contract:before {
  content: "\e627";
}

.iconfont-inquiry:before {
  content: "\e628";
}

.iconfont-invoice:before {
  content: "\e629";
}

.iconfont-payment:before {
  content: "\e62a";
}

.iconfont-request:before {
  content: "\e62b";
}

.iconfont-appoint:before {
  content: "\e62c";
}

.iconfont-project:before {
  content: "\e62d";
}

.iconfont-add-person:before {
  content: "\e62e";
}

.iconfont-arrow-up3:before {
  content: "\e62f";
}

.iconfont-arrow-down3:before {
  content: "\e630";
}

.iconfont-plus-solid2:before {
  content: "\e631";
}

.iconfont-plus-solid:before {
  content: "\e632";
}

.iconfont-minus-circle2:before {
  content: "\e633";
}

.iconfont-minus-circle:before {
  content: "\e634";
}

.iconfont-class-a:before {
  content: "\e635";
}

.iconfont-class-b:before {
  content: "\e636";
}

.iconfont-class-c:before {
  content: "\e637";
}

.iconfont-price:before {
  content: "\e638";
}

.iconfont-lock:before {
  content: "\e639";
}

.iconfont-trash:before {
  content: "\e63a";
}

.iconfont-trash-2:before {
  content: "\e63b";
}

.iconfont-area-graph:before {
  content: "\e63c";
}

.iconfont-import:before {
  content: "\e63d";
}

.iconfont-cross-empty:before {
  content: "\e63f";
}

.iconfont-clock:before {
  content: "\e640";
}

.iconfont-refresh:before {
  content: "\e641";
}

.iconfont-choose:before {
  content: "\e642";
}

.iconfont-select-2:before {
  content: "\e643";
}

.iconfont-line-graph:before {
  content: "\e644";
}

.iconfont-bar-graph:before {
  content: "\e645";
}

.iconfont-arrow-left2:before {
  content: "\e646";
}

.iconfont-arrow-top2:before {
  content: "\e647";
}

.iconfont-arrow-bottom2:before {
  content: "\e648";
}

.iconfont-arrow-right2:before {
  content: "\e649";
}

.iconfont-cross-squre:before {
  content: "\e64a";
}

.iconfont-arrow-top:before {
  content: "\e64b";
}

.iconfont-star-solid:before {
  content: "\e64c";
}

.iconfont-question:before {
  content: "\e64d";
}

.iconfont-minus:before {
  content: "\e64e";
}

.iconfont-plus:before {
  content: "\e64f";
}

.iconfont-cross-solid:before {
  content: "\e650";
}

.iconfont-pencil:before {
  content: "\e651";
}

.iconfont-edit:before {
  content: "\e652";
}

.iconfont-check-solid:before {
  content: "\e653";
}

.iconfont-check-empty:before {
  content: "\e654";
}

.iconfont-arrow-down:before {
  content: "\e655";
}

.iconfont-delete:before {
  content: "\e656";
}

.iconfont-check:before {
  content: "\e657";
}

.iconfont-user:before {
  content: "\e658";
}

.iconfont-arrow-left4:before {
  content: "\e659";
}

.iconfont-arrow-top4:before {
  content: "\e65a";
}

.iconfont-arrow-btm4:before {
  content: "\e65b";
}

.iconfont-arrow-right4:before {
  content: "\e65c";
}

.iconfont-todo:before {
  content: "\e65d";
}

.iconfont-todo2:before {
  content: "\e65e";
}

.iconfont-home1:before {
  content: "\e65f";
}

.iconfont-home2:before {
  content: "\e660";
}

.iconfont-future:before {
  content: "\e661";
}

.iconfont-future2:before {
  content: "\e662";
}

.iconfont-info:before {
  content: "\e663";
}

.iconfont-link:before {
  content: "\e665";
}

.iconfont-username:before {
  content: "\e667";
}

.iconfont-menu:before {
  content: "\e668";
}

.iconfont-shutdown:before {
  content: "\e669";
}

.iconfont-mutiple:before {
  content: "\e66a";
}

.iconfont-quote:before {
  content: "\e66b";
}

.iconfont-refund:before {
  content: "\e66c";
}

.iconfont-branch:before {
  content: "\e66d";
}

.iconfont-accnt-manage:before {
  content: "\e666";
}

.iconfont-search:before {
  content: "\e766";
}

.iconfont-van:before {
  content: "\e767";
}

.iconfont-service:before {
  content: "\e768";
}

.iconfont-recruit:before {
  content: "\e769";
}

.iconfont-key:before {
  content: "\e76a";
}

.iconfont-wechat:before {
  content: "\e76b";
}

.iconfont-service-solid:before {
  content: "\e76c";
}

.iconfont-tel-solid:before {
  content: "\e76d";
}

.iconfont-mail-solid:before {
  content: "\e76e";
}

.iconfont-receipt:before {
  content: "\e76f";
}

.iconfont-calendar:before {
  content: "\e770";
}

.iconfont-business:before {
  content: "\e771";
}

.iconfont-seo:before {
  content: "\e772";
}

.iconfont-favorite:before {
  content: "\e773";
}

.iconfont-detail:before {
  content: "\e774";
}

.iconfont-business-manage:before {
  content: "\e775";
}

.iconfont-flow:before {
  content: "\e776";
}

.iconfont-privilege:before {
  content: "\e777";
}

.iconfont-showroom:before {
  content: "\e779";
}

.iconfont-senior-sales:before {
  content: "\e77a";
}

.iconfont-back-arrow:before {
  content: "\e77b";
}

.iconfont-shopcart:before {
  content: "\e77c";
}

.iconfont-basket:before {
  content: "\e77d";
}

.iconfont-cert-id:before {
  content: "\e77e";
}

.iconfont-admin:before {
  content: "\e77f";
}

.iconfont-question-solid:before {
  content: "\e780";
}

.iconfont-address:before {
  content: "\e781";
}

.iconfont-certification:before {
  content: "\e782";
}

.iconfont-customer:before {
  content: "\e783";
}

.iconfont-password:before {
  content: "\e784";
}

.iconfont-corner:before {
  content: "\e63e";
}

.iconfont-refund-2:before {
  content: "\e785";
}

.iconfont-username2:before {
  content: "\e66e";
}

.iconfont-password2:before {
  content: "\e66f";
}

.iconfont-pwd:before {
  content: "\e789";
}

.iconfont-mobile:before {
  content: "\e78a";
}

.iconfont-licence:before {
  content: "\e78b";
}

.iconfont-bankcard:before {
  content: "\e78c";
}

.iconfont-weixin:before {
  content: "\e78d";
}

.iconfont-email:before {
  content: "\e78e";
}

.iconfont-yp:before {
  content: "\e78f";
}

.iconfont-trademessenger:before {
  content: "\e790";
}

.iconfont-track:before {
  content: "\e791";
}

.iconfont-business-card:before {
  content: "\e792";
}

.iconfont-qq:before {
  content: "\e793";
}

.iconfont-to-top:before {
  content: "\e794";
}

.iconfont-feature:before {
  content: "\e670";
}

.iconfont-report2:before {
  content: "\e795";
}

.iconfont-upload:before {
  content: "\e7be";
}

.iconfont-play:before {
  content: "\e7bf";
}

/*
* @des atom
* @author guozhaodong
* @update 2017-10-16
*/
/* color */
.red {
  color: #e04b43;
}

.green {
  color: #229900;
}

.blue {
  color: #06d;
}

.orange {
  color: #ed9853;
}

.gray {
  color: #666;
}

.gray-light {
  color: #999;
}

.gray-lighter {
  color: #ccc;
}

/* box model */
.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

/* layout */
.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.poss {
  position: static;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.dtb {
  display: table;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.vatt {
  vertical-align: text-top;
}

.vatb {
  vertical-align: text-bottom;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.fln {
  float: none;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fz-m {
  font-size: 12px;
}

.fz-l {
  font-size: 14px;
}

.ff-yh {
  font-family: arial, "Microsoft Yahei", sans-serif;
}

.required {
  color: red;
  font-weight: bold;
  margin-right: 2px;
  vertical-align: middle;
}

/*
* @des ui_tip
* @author guozhaodong
* @update 2017-10-16
*/
/************************* note style *************************/
.note {
  background-color: #f5f8fa;
  padding: 10px;
  border: 1px solid #c7dbeb;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.note .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-width: 4px;
  border-style: solid;
  border-color: #666 #f4f8fb #f4f8fb #f4f8fb;
  margin-left: 3px;
  _font: 0;
  _line-height: 0;
}
.note .note-switch-show,
.note .note-switch-close {
  display: none;
}

.note-hd {
  font-weight: bold;
}

.note-bd {
  line-height: 20px;
  margin-top: 7px;
}

.note-bd li {
  padding: 2px 0 2px 10px;
  background: url(/images/vo/dot.gif) 0 9px no-repeat;
}

.note-switch {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.note-show .icon-arrow {
  border-color: #f4f8fb #f4f8fb #666 #f4f8fb;
  margin-bottom: 3px;
}
.note-show .note-bd,
.note-show .note-switch-show {
  display: block;
}

/************************* tip style *************************/
.tip {
  padding: 7px 10px 7px 31px;
  margin-bottom: 10px;
}
.tip:before, .tip:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.tip:after {
  clear: both;
}
.tip .iconfont {
  float: left;
  margin: 2px 0 0 -21px;
}

.tip-mini {
  padding-left: 31px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.tip-mini .iconfont {
  float: left;
  margin: 0 0 0 -21px;
}

.tip-close {
  float: right;
  font: bold 12px/14px tahoma, arial, sans-serif;
  cursor: pointer;
}

.tip-sub-hd {
  margin-bottom: 6px;
}

.tip-ope {
  margin: 10px 0 15px;
}

.tip-lnk-lst {
  overflow: hidden;
  *zoom: 1;
}
.tip-lnk-lst li {
  float: left;
}
.tip-lnk-lst .v-sep {
  margin: 0 10px;
}

.tip-multi {
  padding: 9px 10px 15px 10px;
}

.tip-hd {
  font: bold 18px/20px arial, "Microsoft Yahei", sans-serif;
  margin-bottom: 7px;
  overflow: hidden;
  *zoom: 1;
}

.tip-bd {
  overflow: hidden;
  *zoom: 1;
}
.tip-bd ul, .tip-bd ol {
  margin-bottom: 6px;
}
.tip-bd p, .tip-bd li {
  padding: 3px 0;
}

.tip-pop {
  display: none;
  position: absolute;
  z-index: 999;
}
.tip-pop .tip-succ {
  white-space: nowrap;
  border: 1px solid #bed7a8;
}

/* tip state style */
.tip-notice {
  background-color: #edf4fa;
  border: 1px solid #c7dbeb;
  color: #1c75bb;
  padding-left: 10px;
}
.tip-notice .iconfont {
  color: #1c75bb;
}

.tip-succ {
  background-color: #ebf9df;
  border: 1px solid #bed7a8;
  color: #58991f;
}
.tip-succ .iconfont {
  color: #58991f;
}

.tip-error {
  background-color: #faedee;
  border: 1px solid #fad2cd;
  color: #cc220b;
}
.tip-error .iconfont {
  color: #cc220b;
}

.tip-warn {
  background-color: #fcf5e3;
  border: 1px solid #e8d4a8;
  color: #fa9900;
}
.tip-warn .iconfont {
  color: #fa9900;
}

.tip-info {
  background-color: #edf4fa;
  border: 1px solid #c7dbeb;
  color: #1c75bb;
}
.tip-info .iconfont {
  color: #1c75bb;
}

/* tip size style */
.tip-nor {
  padding: 15px 20px 15px 62px;
  color: #333;
  border: none;
  overflow: hidden;
  *zoom: 1;
}
.tip-nor .iconfont-nor {
  float: left;
  margin: -2px 0 0 -42px;
}
.tip-nor .tip-hd {
  padding: 5px 0 0;
  font-size: 14px;
}

.tip-big {
  padding: 15px 40px 15px 88px;
  color: #333;
  border: none;
  overflow: hidden;
  *zoom: 1;
}
.tip-big .iconfont-big {
  float: left;
  margin: -2px 0 0 -58px;
}
.tip-big .tip-hd {
  padding: 12px 0;
}

/************************* poptip style *************************/
.poptip {
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #d9d9d9;
  position: absolute;
}
.poptip .iconfont-cross-squre,
.poptip .poptip-close {
  color: #999;
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
}
.poptip .iconfont-cross-squre:hover,
.poptip .poptip-close:hover {
  color: #666;
}

/* poptip arrow style */
.poptip .arrow {
  width: 0px;
  height: 0px;
  line-height: 0;
  font-size: 0;
  border: 8px dashed transparent;
  position: absolute;
  zoom: 1;
}
.poptip .arrow-top {
  border-bottom: 8px solid transparent;
  top: -16px;
  left: 20px;
}
.poptip .arrow-top .arrow-in {
  border-bottom: 8px solid transparent;
}
.poptip .arrow-top .arrow-in {
  margin-top: -7px;
  margin-left: -8px;
}
.poptip .arrow-right {
  border-left: 8px solid transparent;
  top: 20px;
  right: -16px;
  _right: -17px;
}
.poptip .arrow-right .arrow-in {
  border-left: 8px solid transparent;
}
.poptip .arrow-right .arrow-in {
  margin-top: -8px;
  margin-left: -9px;
}
.poptip .arrow-bottom {
  border-top: 8px solid transparent;
  bottom: -16px;
  left: 20px;
}
.poptip .arrow-bottom .arrow-in {
  border-top: 8px solid transparent;
}
.poptip .arrow-bottom .arrow-in {
  margin-top: -9px;
  margin-left: -8px;
}
.poptip .arrow-left {
  border-right: 8px solid transparent;
  top: 20px;
  left: -16px;
}
.poptip .arrow-left .arrow-in {
  border-left: 8px solid transparent;
}
.poptip .arrow-left .arrow-in {
  margin-top: -8px;
  margin-left: -7px;
}

/* poptip state style */
.poptip-info {
  border: 1px solid #c7dbeb;
  background-color: #edf4fa;
}
.poptip-info .arrow-top {
  border-bottom-color: #c7dbeb;
}
.poptip-info .arrow-top .arrow-in {
  border-bottom-color: #edf4fa;
}
.poptip-info .arrow-right {
  border-left-color: #c7dbeb;
}
.poptip-info .arrow-right .arrow-in {
  border-left-color: #edf4fa;
}
.poptip-info .arrow-bottom {
  border-top-color: #c7dbeb;
}
.poptip-info .arrow-bottom .arrow-in {
  border-top-color: #edf4fa;
}
.poptip-info .arrow-left {
  border-right-color: #c7dbeb;
}
.poptip-info .arrow-left .arrow-in {
  border-right-color: #edf4fa;
}

.poptip-succ {
  border: 1px solid #bed7a8;
  background-color: #ebf9df;
}
.poptip-succ .arrow-top {
  border-bottom-color: #bed7a8;
}
.poptip-succ .arrow-top .arrow-in {
  border-bottom-color: #ebf9df;
}
.poptip-succ .arrow-right {
  border-left-color: #bed7a8;
}
.poptip-succ .arrow-right .arrow-in {
  border-left-color: #ebf9df;
}
.poptip-succ .arrow-bottom {
  border-top-color: #bed7a8;
}
.poptip-succ .arrow-bottom .arrow-in {
  border-top-color: #ebf9df;
}
.poptip-succ .arrow-left {
  border-right-color: #bed7a8;
}
.poptip-succ .arrow-left .arrow-in {
  border-right-color: #ebf9df;
}

.poptip-error {
  border: 1px solid #fad2cd;
  background-color: #faedee;
}
.poptip-error .arrow-top {
  border-bottom-color: #fad2cd;
}
.poptip-error .arrow-top .arrow-in {
  border-bottom-color: #faedee;
}
.poptip-error .arrow-right {
  border-left-color: #fad2cd;
}
.poptip-error .arrow-right .arrow-in {
  border-left-color: #faedee;
}
.poptip-error .arrow-bottom {
  border-top-color: #fad2cd;
}
.poptip-error .arrow-bottom .arrow-in {
  border-top-color: #faedee;
}
.poptip-error .arrow-left {
  border-right-color: #fad2cd;
}
.poptip-error .arrow-left .arrow-in {
  border-right-color: #faedee;
}

.poptip-warn {
  border: 1px solid #e8d4a8;
  background-color: #fcf5e3;
}
.poptip-warn .arrow-top {
  border-bottom-color: #e8d4a8;
}
.poptip-warn .arrow-top .arrow-in {
  border-bottom-color: #fcf5e3;
}
.poptip-warn .arrow-right {
  border-left-color: #e8d4a8;
}
.poptip-warn .arrow-right .arrow-in {
  border-left-color: #fcf5e3;
}
.poptip-warn .arrow-bottom {
  border-top-color: #e8d4a8;
}
.poptip-warn .arrow-bottom .arrow-in {
  border-top-color: #fcf5e3;
}
.poptip-warn .arrow-left {
  border-right-color: #e8d4a8;
}
.poptip-warn .arrow-left .arrow-in {
  border-right-color: #fcf5e3;
}

/************************* system tip style *************************/
.poptip-syn {
  padding-right: 10px;
  z-index: 99;
}

/* 403 & 404 */
.tip-system {
  position: relative;
  margin: 0 auto;
  height: 300px;
  color: #08366a;
}
.tip-system .tip-sys-slogan {
  position: absolute;
  top: 0px;
  left: 0;
  height: 200px;
  width: 200px;
  background: url(/img/ui/error_bg.png) no-repeat;
}
.tip-system h2 {
  font-size: 18px;
  line-height: 30px;
  font: bold 24px/1.5 arial, "Microsoft Yahei", sans-serif;
}
.tip-system p {
  margin-top: 5px;
  font: normal 18px/1.5 arial, "Microsoft Yahei", sans-serif;
}
.tip-system .return {
  margin-top: 30px;
  font-size: 14px;
}

.tip-conflict {
  padding: 100px 0 0 340px;
}
.tip-conflict .tip-sys-slogan {
  top: 100px;
  left: 100px;
  width: 228px;
  background-position: 20px -600px;
}

.tip-403 {
  padding: 18px 0 0 200px;
}
.tip-403 .tip-sys-slogan {
  top: 18px;
  background-position: 0 -300px;
}

.tip-404 {
  padding: 0 0 0 200px;
}

.main-bd .tip-system {
  margin-top: 100px;
  margin-left: 200px;
}

.tip-no-data {
  margin-top: -1px;
  border: 1px solid #ddd;
}
.tip-no-data .iconfont {
  color: #1c75bb;
}

/*
* @des ui_pop
* @author guozhaodong
* @update 2017-10-16
*/
.pop {
  position: absolute;
  background-color: #fff;
  border: 5px solid #4c4c4c;
  width: 400px;
  z-index: 999;
  display: none;
}
.pop .return {
  color: #999;
}
.pop .tip {
  background: none;
  border: none;
}

.pop-anim-enter {
  -webkit-animation: animEnter 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-animation: animEnter 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: animEnter 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes animEnter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}
@-moz-keyframes animEnter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}
@-o-keyframes animEnter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}
@keyframes animEnter {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
}
.pop-anim-out {
  -webkit-animation: animOut 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-animation: animOut 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: animOut 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes animOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
}
@-moz-keyframes animOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
}
@-o-keyframes animOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
}
@keyframes animOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) rotateX(0deg);
    -moz-transform: scale(1) translateY(0) rotateX(0deg);
    -ms-transform: scale(1) translateY(0) rotateX(0deg);
    -o-transform: scale(1) translateY(0) rotateX(0deg);
    transform: scale(1) translateY(0) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200%) rotateX(100deg);
    -moz-transform: scale(0) translateY(-200%) rotateX(100deg);
    -ms-transform: scale(0) translateY(-200%) rotateX(100deg);
    -o-transform: scale(0) translateY(-200%) rotateX(100deg);
    transform: scale(0) translateY(-200%) rotateX(100deg);
  }
}
.pop-hd {
  overflow: hidden;
  *zoom: 1;
  padding: 0 15px 0 20px;
  height: 34px;
  background-color: #f5f5f5;
}
.pop-hd h3 {
  float: left;
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
}
.pop-hd .pop-close {
  float: right;
  cursor: pointer;
  margin-top: 9px;
}
.pop-hd .pop-close:hover {
  color: #cc220b;
}

.pop-bd {
  padding: 10px;
}
.pop-bd h4 {
  font-weight: bold;
}
.pop-bd p {
  font-family: 'microsoft yahei';
}

.pop-ft {
  padding: 10px 0 20px;
  text-align: center;
}

.pop-ft .btn {
  margin: 0 5px;
}

.pop-ope {
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
}

.pop-ope .btn {
  float: left;
  margin-right: 10px;
}

.alpha {
  position: fixed;
  z-index: 998;
  background-color: #000;
  opacity: .6;
  filter: Alpha(Opacity=60);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pop-alert {
  width: 350px;
}

.pop-alert .pop-bd {
  font-size: 14px;
  padding: 20px 20px;
}

.tip-alpha {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.ope-center {
  padding: 10px;
  text-align: center;
}

/* pop width*/
.pop-xs {
  width: 400px;
}

.pop-s {
  width: 500px;
}

.pop-m {
  width: 700px;
}

.pop-l {
  width: 900px;
}

/*
* @des ui_button
* @author guozhaodong
* @update 2017-10-16
*/
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 0;
  border: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  _margin-bottom: 1px;
}

button.btn,
input.btn {
  margin: 0;
  *overflow: visible;
}
button.btn::-moz-focus-inner,
input.btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
button.btn:focus,
input.btn:focus {
  outline: none;
}

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

.btn-primary {
  border: 1px solid #d00;
  color: #fff;
  background-color: #d00;
}
.btn-primary:link, .btn-primary:visited {
  color: #fff;
}
.btn-primary:hover {
  background-color: #c40000;
  color: #fff;
}

.btn-primary-light {
  border: 1px solid #ffb2b5;
  color: #e5454a;
  background-color: #ffe0e1;
}
.btn-primary-light:link, .btn-primary-light:visited {
  color: #e5454a;
}
.btn-primary-light:hover {
  background-color: #ffc7c8;
  color: #e5454a;
}

.btn-sub {
  border: 1px solid #f2b10c;
  color: #785206;
  background-color: #f9bc13;
}
.btn-sub:link, .btn-sub:visited {
  color: #785206;
}
.btn-sub:hover {
  background-color: #ecaf06;
  color: #785206;
}

.btn-info {
  border: 1px solid #29e;
  color: #fff;
  background-color: #29e;
}
.btn-info:link, .btn-info:visited {
  color: #fff;
}
.btn-info:hover {
  background-color: #128de5;
  color: #fff;
}

.btn-info-light {
  border: 1px solid #a6d8ff;
  color: #3692d9;
  background-color: #e0f1ff;
}
.btn-info-light:link, .btn-info-light:visited {
  color: #3692d9;
}
.btn-info-light:hover {
  background-color: #c7e5ff;
  color: #3692d9;
}

.btn-default {
  border: 1px solid #ccc;
  color: #322f32;
  background-color: #fff;
}
.btn-default:link, .btn-default:visited {
  color: #322f32;
}
.btn-default:hover {
  background-color: #f2f2f2;
  color: #322f32;
}

.btn-s {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-family: arial, simsun, sans-serif;
}

button.btn-s,
input.btn-s {
  height: 22px;
  _line-height: 17px;
}

.btn-m {
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 12px;
  font-family: arial, "Microsoft Yahei", sans-serif;
}

button.btn-m,
input.btn-m {
  height: 26px;
  _height: 21px;
  *line-height: 21px;
}

.btn-l {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-family: arial, "Microsoft Yahei", sans-serif;
}

button.btn-l,
input.btn-l {
  height: 32px;
  _height: 27px;
  *line-height: 27px;
}

.btn-xl {
  height: 34px;
  line-height: 34px;
  padding: 0 25px;
  font-size: 14px;
  font-family: arial, "Microsoft Yahei", sans-serif;
}

button.btn-xl,
input.btn-xl {
  height: 36px;
  _height: 31px;
  *line-height: 31px;
}

.btn-xxl {
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  font-size: 16px;
  font-family: arial, "Microsoft Yahei", sans-serif;
}

button.btn-xxl,
input.btn-xxl {
  height: 40px;
  _height: 35px;
  *line-height: 35px;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active,
.btn-disabled,
.btn-disabled:link,
.btn-disabled:visited,
.btn-disabled:hover,
.btn-disabled:active {
  background-image: none;
  background-color: #eee;
  border: 1px solid #d8d8d8;
  color: #999;
  text-shadow: 1px 1px 0 #f0f1f2;
  cursor: not-allowed;
}

.btn-icon {
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.btn-icon .iconfont {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}

.btn[disabled] .iconfont {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

/*==================== btn-group======================*/
.btn-group {
  display: inline-block;
  *zoom: 1;
  border-right: 1px solid #ccc;
}
.btn-group:after {
  content: "\0020";
  display: table;
  font-size: 0;
  height: 0;
  clear: both;
}
.btn-group .btn,
.btn-group .btn-dropdown {
  float: left;
  margin-right: -1px;
  border-radius: 0;
}
.btn-group .current {
  border-color: #e3c07c;
  background-color: #fef0d6;
  background-image: -moz-linear-gradient(top, #feebc6 0, #fdf4e4 100%);
  background-image: -webkit-linear-gradient(top, #feebc6 0, #fdf4e4 100%);
  background-image: -o-linear-gradient(top, #feebc6 0, #fdf4e4 100%);
  background-image: linear-gradient(to bottom, #feebc6 0, #fdf4e4 100%);
}

/*==================== btn-dropdown ======================*/
.btn-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 2px 0 0;
}

.btn-dropdown-hd {
  display: block;
  margin-top: -2px;
  text-align: center;
}

.btn-dropdown-hd:link, .btn-dropdown-hd:visited, .btn-dropdown-hd:hover {
  text-decoration: none;
}
.btn-dropdown-hd b {
  position: absolute;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 4px 4px 0;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}
.btn-dropdown-hd .gray {
  border-color: gray transparent transparent transparent;
}
.btn-dropdown-hd .white {
  border-color: #fff transparent transparent transparent;
}

.btn-dropdown-bd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  /*padding-top:2px;*/
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.btn-dropdown-bd li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}
.btn-dropdown-bd li:hover {
  background-color: #e7f4fd;
}
.btn-dropdown-bd li > .drop-item {
  display: block;
  color: #333;
}
.btn-dropdown-bd li > .drop-item a, .btn-dropdown-bd li > .drop-item:link, .btn-dropdown-bd li > .drop-item:visited, .btn-dropdown-bd li > .drop-item:hover {
  text-decoration: none;
}

.btn-dropdown:hover .btn-dropdown-bd {
  display: block;
}

/* ======================dropdown============ */
.dropdown {
  display: inline-block;
  width: 70px;
  position: relative;
  text-align: left;
}
.dropdown a {
  display: block;
  width: 58px;
  padding: 0 5px;
  background-color: #fff;
  color: #666;
}
.dropdown a:hover {
  color: #333;
  background-color: #dfecf5;
  text-decoration: none;
}
.dropdown b {
  display: inline-block;
  height: 0;
  width: 1px;
  font-size: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 3px 3px 0;
  border-color: gray white white white;
  background-color: #808080;
  position: absolute;
  top: 9px;
  right: 5px;
  display: none;
}
.dropdown > li {
  height: 22px;
  line-height: 22px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  position: absolute;
  z-index: 49;
  display: none;
}
.dropdown > li:first-child {
  display: block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 2px;
  position: relative;
  z-index: 19;
}
.dropdown > li:first-child:after {
  display: block;
  position: absolute;
  height: 0;
  width: 1px;
  font-size: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 3px 3px 0;
  border-color: gray white white white;
  background-color: #808080;
  top: 8px;
  left: 4px;
}
.dropdown > li:first-child a {
  color: #06d;
}
.dropdown > li:first-child b {
  display: inline-block;
}
.dropdown > li.last, .dropdown > li:last-child {
  border-bottom: 1px solid #bfbfbf;
  border-radius: 2px;
}
.dropdown:hover > li {
  display: block;
}
.dropdown:hover > li b {
  border-color: white #3e79c0 #3e79c0 #3e79c0;
}
.dropdown:hover > li:first-child {
  border-color: #3c7ac7 #4078bd #1f5699;
}
.dropdown:hover > li:first-child a,
.dropdown > li:first-child a:hover {
  background-color: #3e79c0;
  background-image: -moz-linear-gradient(top, #3c7ac7 0, #4575b0 100%);
  background-image: -webkit-linear-gradient(top, #3c7ac7 0, #4575b0 100%);
  background-image: -o-linear-gradient(top, #3c7ac7 0, #4575b0 100%);
  background-image: linear-gradient(to bottom, #3c7ac7 0%, #4575b0 100%);
  border-color: #3c7ac7 #4078bd #1f5699;
  color: #fff;
}

.dropdown-w2 {
  width: 70px;
}
.dropdown-w2 a {
  width: 58px;
}

.dropdown-w4 {
  width: 100px;
}
.dropdown-w4 a {
  width: 88px;
}

.dropdown-w5 {
  width: 110px;
}
.dropdown-w5 a {
  width: 98px;
}

.dropdown-w6 {
  width: 140px;
}
.dropdown-w6 a {
  width: 128px;
}

/*
* @des ui_icon
* @author guozhaodong
* @update 2017-10-16
*/
.icon,
.icon-nor,
.icon-big,
.icon-signal {
  display: inline-block;
  vertical-align: middle;
  background: url(/resources/images/icon/icon-16.png) no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
}

/*-------------icon default-------------*/
.icon-warn {
  background-position: 0 0;
}

.icon-succ {
  background-position: -16px 0;
}

.icon-stop {
  background-position: -80px 0;
}

.icon-info {
  background-position: -32px 0;
}

.icon-ques {
  background-position: -48px 0;
}

.icon-error {
  background-position: -64px -32px;
}

.icon-close {
  width: 15px;
  height: 15px;
  background-position: -48px -80px;
  cursor: pointer;
}

.icon-close:hover {
  background-position: -64px -80px;
}

.icon-edit {
  background-position: -80px -32px;
}

.icon-noread {
  background-position: 0 -48px;
}

.icon-read {
  background-position: -16px -48px;
}

.icon-reply {
  background-position: -32px -48px;
}

.icon-alert {
  background-position: -48px -48px;
}

.icon-pass {
  background-position: -64px -48px;
}

.icon-mail {
  background-position: 0 -192px;
  height: 15px;
}

.icon-basket {
  background-position: -16px -128px;
}

.icon-contact {
  background-position: -80px -49px;
}

.icon-phone-gray {
  width: 14px;
  height: 12px;
  background-position: -49px -66px;
}

.icon-msg {
  width: 14px;
  height: 14px;
  background-position: -65px -65px;
}

.icon-red-light {
  height: 13px;
  background-position: 0 -161px;
}

.icon-worker {
  width: 14px;
  height: 14px;
  background-position: -81px -65px;
}

.icon-warn-gray {
  width: 12px;
  height: 12px;
  background-position: -34px -66px;
}

.icon-add {
  width: 12px;
  height: 12px;
  background-position: 0 -84px;
}

.icon-add-gray {
  width: 8px;
  height: 8px;
  background-position: -52px -116px;
}

.icon-plus {
  width: 12px;
  height: 12px;
  background-position: -16px -84px;
}

.icon-plus-gray {
  width: 8px;
  height: 8px;
  background-position: -68px -116px;
}

.amout-minus-disabled .icon-plus-gray {
  background-position: -84px -160px;
}

.icon-gt {
  width: 5px;
  height: 9px;
  background-position: -22px -100px;
}

.icon-arrow-down {
  width: 9px;
  height: 5px;
  background-position: -80px -112px;
}

.icon-arrow-up {
  width: 9px;
  height: 5px;
  background-position: -80px -118px;
}

.icon-star-16 {
  width: 16px;
  height: 16px;
  background-position: -48px -96px;
}

.icon-star-14 {
  width: 12px;
  height: 14px;
  background-position: -66px -97px;
}

.icon-tm {
  width: 16px;
  height: 16px;
  background-position: -64px -128px;
}

.icon-sign {
  width: 16px;
  height: 16px;
  background-position: -80px -96px;
}

.icon-refresh {
  height: 17px;
  background-position: -81px -128px;
}

.icon-cart {
  background-position: -64px -160px;
}

/* product detail buy btn */
.icon-buy-o {
  background-position: -16px -160px;
}

.icon-msg-o-light {
  height: 17px;
  background-position: -32px -160px;
}

.icon-add-basket-gray {
  height: 17px;
  background-position: -48px -160px;
}

/* yp telec */
.icon-telec {
  background-position: -64px -144px;
}

.icon-fav-o {
  background-position: 0 -144px;
}

.icon-fav {
  background-position: -16px -144px;
}

.icon-contact {
  width: 23px;
  background-position: -32px -144px;
}

/*icon certification*/
.cert-sign .icon {
  margin: -3px 8px 0 0;
}

.icon-basic {
  background-position: -16px -16px;
}

.icon-ccic {
  background-position: -32px -16px;
}

.icon-senior {
  background-position: -48px -16px;
}

.icon-addr {
  background-position: -32px -32px;
}

.icon-yqt {
  background-position: -64px -176px;
}

.icon-id {
  background-position: -64px -16px;
}

.icon-id-gray {
  background-position: -80px -16px;
}

.icon-yp {
  background-position: 0px -177px;
  width: 48px;
}

.icon-b-buyer {
  width: 18px;
  height: 18px;
  background-position: 0 -64px;
}

.icon-pay {
  background-position: -32px -80px;
}

.icon-report {
  background-position: 0 -112px;
}

.icon-report-history {
  background-position: -16px -112px;
}

.icon-honest {
  background-position: -32px -112px;
}

.icon-honest-gray {
  background-position: -32px -128px;
}

.icon-bxt-gray {
  background-position: -48px -128px;
}

.icon-toprank {
  width: 65px;
  height: 25px;
  background-image: url(/resources/images/icon/toprank.png);
}

.icon-online-pay {
  background-position: -80px -160px;
}

/* new show icon */
.icon-msg-o {
  height: 13px;
  background-position: -56px -144px;
  margin: -3px 3px 0 0;
}

.icon-add-basket {
  width: 18px;
  height: 15px;
  background-position: -78px -144px;
  margin: -3px 3px 0 0;
}

.icon-qrcode {
  background-position: -48px -176px;
}

/*-------------icon normal 32X32-------------*/
.icon-nor {
  background-image: url(/resources/images/icon/icon-32.png);
  width: 32px;
  height: 32px;
}

.icon-nor-info {
  background-position: -64px 0;
}

.icon-nor-warn {
  background-position: -64px -32px;
}

.icon-nor-succ {
  background-position: -32px 0;
}

/*-------------icon big 48X48-------------*/
.icon-big {
  background-image: url(/resources/images/icon/icon-48.png);
  width: 48px;
  height: 48px;
}

.icon-big-succ {
  background-position: -48px 0;
}

.icon-big-info {
  background-position: -96px 0;
}

.icon-big-error {
  background-position: 0 -48px;
}

.icon-big-stop {
  background-position: -48px -48px;
}

.icon-big-ques {
  background-position: -96px -48px;
}

/*-------------icon signal -------------*/
.icon-signal {
  background-image: url(/resources/images/icon/icon-signal.png);
}

.icon-manual-check {
  background-position: 0 -12px;
  height: 16px;
  width: 50px;
}

.icon-invite {
  background-position: 0 -28px;
  height: 16px;
  width: 50px;
}

.icon-new {
  width: 20px;
  height: 12px;
  background-position: 0 0;
}

/*-------------icon cert -------------*/
.icon-cert {
  width: 100px;
  height: 30px;
  background-image: url(/resources/images/icon/icon_bxt.png);
}

.icon-cert-senior {
  background-position: 0 0;
}

.icon-cert-basic {
  background-position: 0 -30px;
}

.icon-cert-yqt {
  background-position: 0 -60px;
}

/*
* @des _all
* @author guozhaodong
* @update 2017-10-16
*/
/*
* @des cn_header
* @author guozhaodong
* @update 2017-10-16
*/
/*
* @des co_header
* @author guozhaodong
* @update 2017-10-16
*/
.co-header {
  position: relative;
  width: 100%;
  height: 120px;
}
.co-header .co-header-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.co-header img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 120px;
  margin-left: -960px;
}

/*
* @des cn_footer
* @author guozhaodong
* @update 2017-10-16
*/
/* common footer style */
.footer-wrap {
  border-top: 1px solid #d9d9d9;
}

.footer {
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  clear: both;
}

.footer a:link, .footer a:visited {
  color: #666;
}

.footer a:hover {
  color: #c03;
}

.site-bottom .clear:before, .site-footer .clear:before {
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  height: 0;
  content: "";
  clear: both;
}

/* footer pic */
.block-line {
  margin: 0 8px;
  color: #999;
}

/* bottom quick index just for HomePage & China Product list and so on */
.bottom-quick-wrap {
  padding: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
}

/* HomePage Quick Plane */
.quick-plane {
  padding-bottom: 14px;
  margin-right: -150px;
  overflow: hidden;
  *zoom: 1;
}

.quick-plane dl {
  float: left;
  width: 165px;
  text-align: left;
  _width: 150px;
  *zoom: 1;
}

.quick-plane dl dt {
  padding: 0 0 10px;
  font: bold 12px/14px Tohama,Arial,SimSun,sans-serif;
  color: #555;
}

.quick-plane dl dd {
  margin: 0;
  padding: 0;
  font: 12px/24px Tohama,Arial,SimSun,sans-serif;
}

.quick-plane dl dd a:link, .quick-plane dl dd a:visited {
  color: #666;
}

.quick-plane dl dd a:hover {
  color: #bf030c;
}

/* Products Links belong FocusTech just for HomePage */
.focus-link-box {
  padding: 16px 0 12px;
  height: 38px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.focus-link-box .focus-title {
  float: left;
  width: 120px;
  height: 22px;
  padding-bottom: 22px;
  font: bold 12px/14px Tahoma,Arial,Simsun,sans-serif;
  color: #555;
}

.focus-link-box .focus-link-lst {
  float: left;
  width: 770px;
  font-size: 0;
  *word-spacing: -1px;
}

.focus-link-box .focus-link-lst li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 24px;
  margin: 0;
  padding: 0;
  font: normal 12px/14px Tahoma,Arial,simsun,sans-serif;
  white-space: nowrap;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}

.focus-link-box .focus-link-lst .site-tit span {
  color: #999;
}

.focus-link-box .focus-link-lst .site-tit a {
  padding-right: 7px;
}

.focus-link-box .focus-link-lst li a:link, .focus-link-box .focus-link-lst li a:visited {
  color: #333;
}

.focus-link-box .focus-link-lst li a:hover {
  color: #bf030c;
}

/* common footer style */
.site-footer {
  margin: 0 auto;
  clear: both;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}

.footer-link {
  height: 20px;
  line-height: 20px;
  padding-left: 13px;
  text-align: center;
}

.footer-link li {
  display: inline;
  margin-right: 13px;
}

.footer-copyright {
  line-height: 20px;
  text-align: center;
  color: #999;
}

.footer-copyright span {
  margin: 0 20px;
  color: #999;
}

.footer-copyright a:link, .footer-copyright a:visited {
  color: #999;
}

.footer-copyright a:hover {
  color: #bf030c;
}

.footer-certificate {
  text-align: center;
  height: 40px;
  padding: 6px;
}

.footer-certificate li {
  display: inline;
  margin: 0 8px;
}

/* site bottom quick index */
.site-bottom .wrap {
  position: relative;
  height: 42px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.site-bottom .site-bottom-lst {
  float: left;
  padding: 14px 0;
  line-height: 12px;
  *line-height: 14px;
}

.site-bottom-svr {
  position: absolute;
  right: 0;
  top: 7px;
  height: 28px;
  width: 200px;
}

.site-bottom-svr a {
  display: block;
  float: right;
  padding: 5px 8px 5px 29px;
  height: 16px;
  border: 1px solid #ccc;
  background: #f0f0f0 url("/resources/images/new-common/common_ico.gif") no-repeat;
}

.site-bottom-svr a span {
  font: normal 12px/14px Tahoma,Arial,simsun;
  line-height: 16px\9;
  _line-height: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .site-bottom-svr a span {
    line-height: 12px;
  }
}
.site-bottom-svr a:link span, .site-bottom-svr a:visited span {
  color: #666;
}

.site-bottom-svr a:hover span {
  color: #BF030C;
}

.site-bottom-svr .site-bottom-as {
  margin-left: 7px;
  background-position: -160px -582px;
}

.site-bottom-svr .site-bottom-as:hover {
  background-color: #fff;
  background-position: 6px -450px;
}

.site-bottom-svr .site-bottom-bxt {
  background-position: -160px -554px;
}

.site-bottom-svr .site-bottom-bxt:hover {
  background-color: #fff;
  background-position: 6px -345px;
}

.site-bottom-more span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999;
  padding-left: 10px;
}

.site-bottom-more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
}

/* showroom footer style extend  */
.showroom-footer {
  border-top: 1px solid #e0e0e0;
}

.showroom-footer .show-footer-quick {
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.showroom-footer .show-footer-quick a:link, .showroom-footer .show-footer-quick a:visited {
  color: #333;
}

.showroom-footer .show-footer-quick a:hover {
  color: #bf030c;
}

.showroom-footer .show-footer-quick .show-ex-txt {
  color: #999;
}

.showroom-footer .show-footer-quick .show-ex-a {
  margin-right: 10px;
}

/* footer link fix */
.footer-link {
  margin: 11px auto 1px;
  padding: 0;
  text-align: center;
}

.footer-link a {
  margin-right: 10px;
}

.footer-link a:link, .footer-website a:link, .footer-language a:link, .site-bottom .site-bottom-lst a:link, .footer-link a:visited, .footer-website a:visited, .footer-language a:visited, .site-bottom .site-bottom-lst a:visited {
  color: #333;
}

.footer-link a:hover, .footer-website a:hover, .footer-language a:hover, .site-bottom .site-bottom-lst a:hover {
  color: #bf030c;
}

/* mobile */
.footer-mobile a:link,
.footer-mobile a:visited {
  color: #333;
}

.footer-mobile a:hover {
  color: #bf030c;
}

/*
* @des cn showroom top nav
* @author wangmei
* @update 2020/10/22
*/
.search-top {
  height: 102px;
  background-color: #fff;
}

.search-top .wrap {
  margin: 0 auto;
  padding: 12px 0 8px;
  height: 50px;
}

.industry-h {
  float: left;
  margin: 0 0 0 10px;
  width: 161px;
  height: 38px;
  position: relative;
  z-index: 18;
  border: 1px solid #fff;
}

.search-top .industry-h-more {
  position: relative;
  z-index: 20;
  padding-left: 10px;
  width: 151px;
  height: 40px;
  font: 24px/38px "Microsoft Yahei",SimHei,SimSun,sans-serif;
  color: #666;
  background: #fff url(/resources/images/top-industry/top-industry-spirit.png) 141px -88px no-repeat;
}

.search-top .industry-h-more a:link, .search-top .industry-h-more a:visited, .search-top .industry-h-more a:hover {
  color: #666;
  text-decoration: none;
}

.search-top .industry-h-menu {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  width: 299px;
  z-index: 18;
  height: 52px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.search-top .industry-h-menu ul {
  margin: 0 -10px 0 0;
  padding: 2px 0;
}

.search-top .industry-h-menu ul li {
  float: left;
  padding: 0 10px;
  line-height: 24px;
}

.search-top .industry-h-menu ul li a:link, .search-top .industry-h-menu ul li a:visited {
  color: #666;
}

.search-top .industry-h-menu ul li a:hover {
  text-decoration: none;
  color: #bf030c;
}

.industry-h-on {
  border: 1px solid #ccc;
}

.industry-h-on .industry-h-menu {
  display: block;
}

.industry-h-on .industry-h-more {
  background-position: 141px -132px;
}

.search-top .industry-logo {
  float: left;
  width: 210px;
  height: 52px;
  margin-top: 25px;
  text-indent: -999em;
  overflow: hidden;
  background: url(/resources/images/top-industry/top-industry-spirit.png) no-repeat 0 0;
}

.search-top .co-hd {
  position: relative;
  z-index: 121;
  float: left;
  height: 48px;
  margin: 30px 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #d9d9d9;
}

.search-top .co-hd .co-tit .tit {
  height: 28px;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 395px;
}

.search-top .co-hd .cert i {
  float: left;
  margin-right: 4px;
}

.search-top .co-hd:hover .co-drop {
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.co-drop {
  position: absolute;
  display: none\9;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  top: 42px;
  left: 15px;
  padding-top: 10px;
  z-index: 10;
  overflow: hidden;
}

.co-drop .co-drop-wrap {
  width: 306px;
  padding: 29px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.co-drop .co-drop-hd {
  line-height: 14px;
  font-size: 14px;
}

.co-drop .co-drop-bd {
  margin-top: 20px;
}

.co-drop .co-drop-main {
  float: left;
  width: 185px;
  border-right: 1px dashed #ccc;
}

.co-drop .cd-drop-qrcode {
  float: right;
  margin-left: -1px;
  width: 90px;
  padding-left: 30px;
  border-left: 1px dashed #ccc;
}

.co-drop .member-type {
  margin-bottom: 10px;
}

.co-drop .member-type i {
  float: left;
  width: 106px;
  height: 32px;
  background-image: url(/resources/images/icon/icon_bxt.png);
}

.co-drop .member-type .txt {
  float: left;
  height: 14px;
  line-height: 14px;
  margin: 18px 0 0 10px;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0;
}

.co-drop .info {
  line-height: 24px;
  padding-left: 60px;
}

.co-drop .info .tit {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #666;
}

.co-drop .info .con a {
  float: left;
}

.co-drop .info .con i {
  margin: -2px 5px 0 0;
}

.co-drop .cd-drop-qrcode img {
  width: 90px;
  height: 90px;
}

.co-drop .cd-drop-qrcode p {
  margin-top: 5px;
  text-align: center;
  color: #999;
}

.search-top .top-search {
  float: right;
  height: 40px;
  padding-top: 31px;
}

.search-top .top-search-input {
  float: left;
  *zoom: 1;
  border: 2px solid #E41C2E;
  border-right: none;
  padding-left: 6px;
  width: 342px;
  height: 36px;
  overflow: hidden;
}

.search-top .top-search-input input {
  display: block;
  margin: 0;
  padding: 9px 0;
  border: none;
  width: 333px;
  height: 18px;
  font: 12px/18px Tahoma,Arial,Simsun,sans-serif;
  border: 0;
}

.search-top .top-search-input input:focus {
  outline: none;
}

.search-top .top-search-btn {
  float: left;
}

.top-search-btn input {
  height: 40px;
  line-height: 36px;
  width: 90px;
  text-align: center;
  font-family: 'microsoft yahei';
  float: left;
  cursor: pointer;
  outline: none;
}

.top-search-btn .btn-site {
  margin-right: 10px;
  background: #E41C2E;
  border: 1px solid #E41C2E;
  color: #fff;
}

.top-search-btn .btn-self {
  border: 1px solid #e0e0e0;
  background: #fff;
}

.search-top input[type='hidden'] {
  display: none;
  visibility: hidden;
}

/*
* @des w_banner
* @author guozhaodong
* @update 2017-10-19
*/
.slider {
  position: relative;
  height: 400px;
  min-width: 1190px;
}
.slider .slider-container {
  overflow: hidden;
}
.slider .slider-lst {
  height: 400px;
}
.slider .slider-lst .slider-item {
  position: relative;
  float: left;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
.slider .slider-lst .slider-item .video-flag {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 43%;
  margin-left: -30px;
  background: url(/resources/images/showroom_v2/common/icon_video.png) no-repeat;
  cursor: pointer;
}
.slider .slider-lst .slider-item .booth-flag {
  width: 40px;
  height: 67px;
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -20px;
  background: url(/resources/images/showroom_v2/common/icon_360.png) center bottom no-repeat;
}
.slider .slider-lst .slider-item .booth-flag .booth-flag-main {
  width: 28px;
  height: 42px;
  background: url(/resources/images/showroom_v2/common/icon_3D_main.png) no-repeat;
  position: absolute;
  left: 6px;
  top: 0;
  z-index: 2;
}
.slider .slider-lst .slider-item .booth-flag .booth-flag-b {
  width: 40px;
  height: 20px;
  background: url(/resources/images/showroom_v2/common/icon_3D_b.png) no-repeat;
  position: absolute;
  left: 0;
  top: 30px;
}
.slider .slider-lst .slider-item:hover .booth-flag-b {
  background: url(/resources/images/showroom_v2/common/icon_3D_b.gif) no-repeat -5px -16px;
}
.slider .slider-lst .slider-item .booth-alpha {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: .3;
  filter: alpha(opacity=30);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider .slider-lst a {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
}
.slider .slider-lst img {
  width: 1920px;
  height: 400px;
}
.slider .slider-lst .img-main,
.slider .slider-lst .img-left,
.slider .slider-lst .img-right {
  position: absolute;
}
.slider .slider-lst .img-left,
.slider .slider-lst .img-right {
  opacity: 0;
}
.slider .slider-lst .img-1 {
  z-index: 2;
  opacity: 1;
  -webkit-animation: moveBnrImg1 .4s linear;
  -moz-animation: moveBnrImg1 .4s linear;
  -ms-animation: moveBnrImg1 .4s linear;
  animation: moveBnrImg1 .4s linear;
}
.slider .slider-lst .img-2 {
  opacity: 1;
  -webkit-animation: moveBnrImg2 1s linear;
  -moz-animation: moveBnrImg2 1s linear;
  -ms-animation: moveBnrImg2 1s linear;
  animation: moveBnrImg2 1s linear;
}
.slider .slider-btn-wrap {
  position: relative;
}
.slider .slider-btn-prev,
.slider .slider-btn-next {
  position: absolute;
  top: -245px;
  width: 40px;
  height: 90px;
  text-indent: -9999em;
  z-index: 10;
}
.slider .slider-btn-prev:before,
.slider .slider-btn-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider .slider-btn-prev:after,
.slider .slider-btn-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 15px;
  height: 27px;
  margin: -14px 0 0 -8px;
  background: url(/resources/images/showroom_v2/common/ico_arrow.png) no-repeat;
}
.slider .slider-btn-prev:hover:before,
.slider .slider-btn-next:hover:before {
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.slider .slider-btn-prev {
  left: 0;
}
.slider .slider-btn-prev:after {
  background-position: 0 0;
}
.slider .slider-btn-next {
  right: 0;
}
.slider .slider-btn-next:after {
  background-position: -15px 0;
}
.slider .slider-dot {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  z-index: 10;
}
.slider .slider-dot li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #afafaf;
  text-indent: -9999em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.slider .slider-dot .cur {
  background: #d00;
}

.upgrade-banner .banner-lst img {
  position: absolute;
}
.upgrade-banner .banner-lst .img-main,
.upgrade-banner .banner-lst .img-left,
.upgrade-banner .banner-lst .img-right {
  position: absolute;
}
.upgrade-banner .banner-lst .img-left,
.upgrade-banner .banner-lst .img-right {
  opacity: 0;
}
.upgrade-banner .banner-lst .img-1 {
  z-index: 2;
  opacity: 1;
  -webkit-animation: moveBnrImg1 .4s linear;
  -moz-animation: moveBnrImg1 .4s linear;
  -ms-animation: moveBnrImg1 .4s linear;
  animation: moveBnrImg1 .4s linear;
}
.upgrade-banner .banner-lst .img-2 {
  opacity: 1;
  -webkit-animation: moveBnrImg2 1s linear;
  -moz-animation: moveBnrImg2 1s linear;
  -ms-animation: moveBnrImg2 1s linear;
  animation: moveBnrImg2 1s linear;
}

@-webkit-keyframes moveBnrImg1 {
  0% {
    -webkit-transform: translate(-300px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes moveBnrImg1 {
  0% {
    -moz-transform: translate(-300px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-ms-keyframes moveBnrImg1 {
  0% {
    -ms-transform: translate(-300px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@keyframes moveBnrImg1 {
  0% {
    transform: translate(-300px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes moveBnrImg2 {
  0% {
    -webkit-transform: translate(-150px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes moveBnrImg2 {
  0% {
    -moz-transform: translate(-150px, 0);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes moveBnrImg2 {
  0% {
    -ms-transform: translate(-150px, 0);
    opacity: 0;
  }
  50% {
    -ms-transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes moveBnrImg2 {
  0% {
    transform: translate(-150px, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*
* @des w_card
* @author xubaoshi
* @update 2017-10-24
*/
.cn-card {
  padding: 35px 0;
  background-color: #f5f5f5;
}

.card-wrap {
  background-color: #fff;
  border: 1px solid #eee;
  height: 262px;
}
.card-wrap .left-s {
  position: relative;
  float: left;
  width: 210px;
  height: 202px;
  border-right: solid 1px #eee;
  padding: 60px 20px 0;
}
.card-wrap .left-s .cn-card1 {
  position: absolute;
  left: -1px;
  top: 18px;
  max-width: 190px;
  height: 32px;
  line-height: 32px;
  padding: 0 26px 0 24px;
  background: #66b333;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  word-break: break-all;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.card-wrap .left-s .cn-card1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 16px 0 16px 10px;
  border-style: solid;
  border-color: #fff transparent #fff #66b333;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.card-wrap .left-s .cn-card1 a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-wrap .left-s .cn-card1 a:visited, .card-wrap .left-s .cn-card1 a:link {
  color: #fff;
  text-decoration: none;
}
.card-wrap .left-s .cn-card2 {
  width: 210px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.card-wrap .left-s .cn-card2 img {
  max-width: 210px;
  max-height: 70px;
}
.card-wrap .left-s p {
  font-size: 12px;
  line-height: 21px;
  text-indent: 2em;
}
.card-wrap .right-s {
  float: right;
  width: 871px;
  padding: 18px 28px 29px 32px;
}
.card-wrap .right-s .c-des {
  height: 88px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}
.card-wrap .right-s .c-des p {
  height: 66px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  overflow: hidden;
}
.card-wrap .right-s .c-des a {
  float: right;
}
.card-wrap .right-s .c-contact {
  height: 100px;
  padding: 23px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.card-wrap .right-s .c-contact li {
  margin-bottom: 6px;
}
.card-wrap .right-s .c-contact .contact-tit {
  display: inline-block;
  text-align: right;
  width: 60px;
  color: #999;
}
.card-wrap .right-s .c-contact .contact-con {
  color: #333;
}

.cn-card3 {
  margin-top: 5px;
  height: 190px;
  overflow: hidden;
}
.cn-card3::before {
  float: left;
  width: 5px;
  content: '';
  height: 190px;
}
.cn-card3::after {
  float: right;
  content: '...';
  height: 20px;
  width: 15px;
  margin-left: -30px;
  position: relative;
  left: 100%;
  top: -20px;
  padding-right: 5px;
  padding-left: 15px;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, white 30%, white 100%);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, white 30%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, white 30%, white 100%);
}
.cn-card3 p {
  float: right;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
}

.cn-card3-logo {
  height: 105px;
}
.cn-card3-logo::before {
  height: 105px;
}

.nav-fixed {
  position: fixed;
}

.full-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 999;
}

.full-pop-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.full-pop-close:hover {
  transform: rotate(225deg);
}
.full-pop-close:before, .full-pop-close:after {
  content: '';
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.full-pop-close:before {
  width: 50px;
  height: 2px;
  left: 0;
  top: 24px;
}
.full-pop-close:after {
  width: 2px;
  height: 50px;
  left: 24px;
  top: 0;
}

.full-pop-bd {
  width: 1120px;
  height: 630px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -315px 0 0 -560px;
}
