.hide {
  display: none;
}
.show {
  display: block;
}


ol {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

#gridsystem {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 0 0 -470px;
  width: 940px;
  height: 5000px;
  background: url(img/grid.png) repeat-y;
  z-index: 1000;
}


h2.border, h4.border {
  border-bottom: 1px solid #DDD;
}
h2.border.border-small, h4.border.border-small {
  display: inline-block;
}

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

.icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.icon.icon-10 {
  padding-left: 14px !important;
}
.icon.icon-16 {
  padding-left: 24px !important;
}

.icon .icon-icon {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #187EA2;
}

.icon:hover .icon-icon {
  background-color: #EA2E49;
}

.icon.icon-10 .icon-icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.icon.icon-16 .icon-icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.icon.icon-10 .icon-icon-add {
  background-image: url(img/icon-10-add.png);
}
.icon.icon-10 .icon-icon-edit {
  background-image: url(img/icon-10-edit.png);
}
.icon.icon-16 .icon-icon-cart {
  background-image: url(img/icon-16-cart.png);
}
.icon.icon-16 .icon-icon-grid {
  background-image: url(img/icon-16-grid.png);
}
.icon.icon-16 .icon-icon-list {
  background-image: url(img/icon-16-list.png);
}


.grid .grid-4 {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.grid .grid-4.grid-4-last {
  margin-right: 0;
}


.color-green {
  color: green;
}
.color-red {
  color: red;
}
.color-primary {
  color: #187EA2;
}
.color-secondary {
  color: #EA2E49;
}

.wrapper.layout-fixed {
  width: 998px;
  margin: 20px auto;
  box-shadow:  0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}



.header .container {
  float: left;
}

.header a.logo {
  display: block;
  float: left;
  margin: 30px 10px 30px 0;
  width: 470px;
  height: 80px;
}

.header .topnav {
  position: absolute;
  top: 28px;
  right: 0;
  white-space: nowrap;
  height: 26px;
}


.header .topnav .language {
  float: right;
  margin-right: 10px;
}



.header .topnav .currency {
  float: right;
  margin-right: 10px;
}

.header .topnav .search {
  float: right;
  width: 210px;
  height: 26px;
}
.header .topnav .search input {
  width: 180px;
  background: url(img/icon-search.png) 4px 4px no-repeat #F5F5F5;
  padding: 3px 5px 3px 23px;
}

.header .topnav .autocomplete {
  width: 208px;
  position: absolute;
  right: 0;
  top: 35px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow:rgba(0,0,0,0.1) 0 0 10px;
  z-index: 300;
  display: none;
}

.header .topnav .autocomplete .arrow {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(img/dropdown-arrow.png) 10px 0 no-repeat;

}

.header .topnav .title {
  font-weight: bold;
  color: #999999;
  height: 18px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: rgba(0, 0, 0, 0.025);

}

.header .topnav .autocomplete .more {
  padding: 10px;
  border-top: 1px solid #eee;
}

.header .topnav .autocomplete .more a {
  padding-left: 15px;
  background: url(img/list-bullet.png) top left no-repeat #187EA2;
  font-size: 12px;
}

.header .topnav .autocomplete .more span {
  color: #999;
}
.header .topnav .autocomplete .notfound {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: none;
}

.header .topnav .autocomplete.noresults .products,
.header .topnav .autocomplete.noresults .more {
  display: none;
}
.header .topnav .autocomplete.noresults .notfound {
  display: block;
}




.header .shopnav {
  margin: 74px 0 23px 0;
  text-align: right;
}
.header .shopnav p {
  margin-bottom: 9px;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.header .shopnav p a {
  color: #187EA2;
}
.header .shopnav p a:hover {
  color: #EA2E49;
}
.header .shopnav ul {
  list-style: none;
  height: 18px;
  display: block;
  line-height: 18px;
}

.header .shopnav ul li {

  display: inline;
  margin-left: 17px;
  height: 18px;
  line-height: 18px;

  padding-left: 15px;
  background: url(img/list-bullet.png) top left no-repeat #187EA2;
}

.header .shopnav ul li a {
  height: 18px;
  line-height: 18px;
}

.header .categories {
  clear: both;
  width: 940px;
}
.header .categories ul {
  display: block;
  /* overflow: hidden; */
  list-style: none;
}
.header .categories ul li {
  display: block;
  float: left;
  position: relative;
}




.header .categories ul li.home a,
.header .categories ul li a.main {
  font-size: 16px;
  display: block;
  float: left;
  color:#fff;
}


.header .categories ul ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1000;
  height: auto;
  width: auto;
  padding: 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid #bb4c91;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  line-height: 18px;
  font-size: 14px;
}

.arrow a{
  color:#f00
}


.header .categories ul li.hover ul {
  display: block;
}

.header .categories ul ul li:first-child{border:none;}
.header .categories ul ul li {
  border-bottom:1px dashed #e5e5e5;
  float: none;
  padding-left: 15px;
  background: url(../images/icon-li.png) left 8px no-repeat;
  height: 20px;
  line-height:20px;
  padding-bottom:10px;
}

.header .categories ul ul li a {
  min-width: 120px;
  display: block;
}


.header .categories ul ul li.arrow {
  position: absolute;
  left: 50px;
  top:-10px;
  width: 100%;
  height: 10px;
  background: url(../images/dropdown-arrow.png) 10px 0 no-repeat;

}
.header .categories ul ul li.title {
  color: #f00;
  padding: 0 0 10px 0;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.header .categories ul ul ul,
.header .categories ul li.hover ul ul {
  left: 140px;
  top: -12px;
  display: none;
}
.header .categories ul li.hover ul li.hover ul {
  display: block;
}



.header .cart {
  z-index: 250;
  position: absolute;
  bottom: 16px;
  right: 0;
  height: 24px;
  padding: 4px 0;
}

.header .cart a {
  display: block;
  line-height: 24px;
}

.header .cart i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(../icon-cart.png) no-repeat #187EA2;
}

.header .cart a small {
  display: block;
  float: left;
  height: 24px;
  background: #FFF;
  line-height: 24px;
  border-right: 1px solid #EEEEEE;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.header .cart a strong {
  float: left;
  display: block;
  color: #187EA2;
  font-size: 20px;
  padding: 6px;
  margin: -6px -6px 0 4px;
}

.header .cart.hover a strong {
  color: #FFFFFF;
  background: #187EA2;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.header .cart .contents {
  position: absolute;
  display: none;
  top: 41px;
  right: -6px;
  z-index: 1000;
  height: auto;
  width: 298px;
  background: white;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  line-height: 18px;
  font-size: 13px;
  z-index: 1000;
}

.header .cart.hover .contents {
  display: block;
}
.header .cart .contents .arrow {
  position: absolute;
  left: -1px;
  top: -10px;
  width: 300px;
  height: 10px;
  background: url(dropdown-arrow.png) 260px 0 no-repeat;
}

.header .cart .contents .sum {
  border-top: 1px solid #eee;
  background: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  color: #333333;
  text-shadow: 0 1px 0 #FFFFFF;
}
.header .cart .contents .buttons {
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
}

.header .cart .contents .buttons a {
  display: inline-block;
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
  line-height: 18px;
  margin: 0 5px;
  font-size: 12px;
}

.heading {
  margin-bottom: 20px;
  padding-top: 20px;
  background: url(bg-none.png) #EEEEEE;
  overflow: hidden;
  position: relative;
}


.messages {
  margin: 0 auto 20px auto;
  width: 940px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.messages ul {
  margin: 0 0 20px 0;
  padding: 5px 5px 5px 26px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  background: #ECEFF5;
  border: 1px solid #3B5998;
  border-radius: 5px;
}




.gui-messages ul {
  padding: 5px 5px 5px 26px;
  margin-bottom: 10px;
  color: #3B5998;
  text-shadow: 0 1px #FFFFFF;
  list-style-type: none;
  background: #ECEFF5;
  border: 1px solid #3B5998;
  border-radius: 5px;
}
.messages ul.error {
  color: #DD3C10;
  background: #FCECE8;
  border-color: #DD3C10;
}
.messages ul.success {
  color: #609946;
  background: #EFF5ED;
  border-color: #609946;
}
.messages ul.warning {
  color: #E2C822;
  background: #FCFAE9;
  border-color: #E2C822;
}



.box-border {
  height: 10px;
  background: url(border-none.png) repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
}

.border-waves .box-border {
  background-image: url(border-waves.png);
}

.border-shadow-light .box-border {
  background-image: url(border-shadow-light.png);
}

.border-shadow-dark .box-border {
  background-image: url(border-shadow-dark.png);
}


.box-border.box-border-top {
  top: 0;
  background-position: top left;
}
.box-border.box-border-bottom {
  bottom: 0;
  background-position: bottom left;
}

.heading .container {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.heading .container .breadcrumbs {
  font-size: 12px;
}

.heading .container .breadcrumbs a {
  color: #103E47;
}
.heading .container .breadcrumbs a:hover {
  color: #EA2E49;
}

.heading .container .image {
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  right: 24px;
  top: -10px;
  padding: 20px;
  border-radius: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.heading h1 {
  color: #187EA2;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 20px;
  line-height: 40px;
  font-size: 32px;
}

.heading.heading-image h1 {
  padding-right: 160px;
}

.textpage {
  width: 940px;
  margin: 0 auto;
}

.wysiwyg {
  overflow: hidden;
  line-height: 24px;
}
.wysiwyg.wysiwyg-margin {
  margin-bottom: 18px;
}

.wysiwyg p {
  margin-bottom: 18px;
}
.wysiwyg ul {
  padding-left:18px;
  margin-bottom: 18px;
}
/*
.wysiwyg ul li {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}
.wysiwyg ul ul {
  margin-bottom: 0;
}

.wysiwyg ol {
  margin-bottom: 18px;
  list-style: decimal;
  padding-left: 20px;
}
.wysiwyg ol ol {
  margin-bottom: 0;
}
*/

.sidebar {
  width: 940px;
  margin: 0 auto;
}

.sidebar .sidebar-side {
  width: 220px;
}
.sidebar .sidebar-main {
  width: 700px;
}

.sidebar.sidebar-left .sidebar-side,
.sidebar.sidebar-right .sidebar-main {
  float: left;
}
.sidebar.sidebar-left .sidebar-main,
.sidebar.sidebar-right .sidebar-side {
  float: right;
}

.sidebar-box {
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.sidebar-box:last-child {
  border-bottom: none;
}



.sidebar-box.sidebar-box-dark {
  background: #F5F5F5;
  border-bottom: none;
  padding: 15px;
  border-radius: 5px;
}


.sidebar-box h2 {
  margin-bottom: 17px;
  padding: 0;
  line-height: 18px;
  font-size: 18px;
  color: #187EA2;
}
.sidebar-box.sidebar-box-dark h2 {
  color: #999;
}

.sidebar-box h2 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #999;
  letter-spacing: normal;
}

.sidebar-box-link {
  padding-bottom: 10px;
  margin-top: -10px;
  text-align: right;
}

.sidebar-box a.bullet {
  padding-left: 15px;
  background: url(list-bullet.png) top left no-repeat #187EA2;
}


.sidebar-box .sidebar-box-filter {
  padding: 10px 15px;
  background: #F5F5F5;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);

}

.sidebar-box .sidebar-box-filter h4 {
  color: #666;
  font-size: 13px;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #FFF;
}

.sidebar-box-filter-box {
}


.sidebar-box .sidebar-box-filter select {
  width: 190px !important;
}


.sidebar-box.sidebar-box-filter {
  border-radius: 5px;
  border-bottom: none;
  padding: 10px 15px;
  background: #F5F5F5;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);


}

.sidebar-box-filter-filter {

  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}


.sidebar-box-filter-filter select {
  width: 180px !important;
}

.sidebar-box.sidebar-box-filter h4 {
}




.sidebar-box ul {
  list-style: none;
  margin-bottom: 18px;
}

.sidebar-box ul li .arrow {
  background: url(list-bullet.png) top left no-repeat #187EA2;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.sidebar-box ul li a.active {
  color: #000;
  font-weight:bold;
}

.sidebar-box ul li a span {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.sidebar-box ul ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.sidebar-filter {
}
.sidebar-filter-item input[type="checkbox"] {
  margin: 3px 5px 3px 0 !important;
}
.sidebar-filter-item label {
  font-size: 13px;
  height: 22px !important;
  line-height: 22px !important;
  font-weight: normal !important;
  width: 165px !important;
}

.sidebar-filter-item label span {

  color: #999;
  font-weight: normal;
  font-size: 12px;
}


.productpage .productpage-images {
  float: left;
  width: 300px;
}


.productpage .productpage-images-featured {
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  cursor:pointer;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
}


.headlines .slides a.prev,
.headlines .slides a.next {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(slides-controls.png) no-repeat #187EA2;
  top: 50%;
  z-index: 50;
  border-radius: 24px;
  text-indent: -9999px;
  opacity: 0;
  border: 2px solid white;
}
.headlines .slides a.prev {
  left: 0;
  margin: -24px 0 0 29px;
  background-position: 0 0;
}
.headlines .slides a.next {
  right: 0;
  margin: -24px 29px 0 0;
  background-position: -48px 0;
}

.headlines .slides a.prev:hover,
.headlines .slides a.next:hover {
  background-color: #EA2E49;
}

.slides ul {
  list-style: none;
  width: 20000px;
  position: absolute;
}

.slides ul li {
  float: left;
}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
/*
.headlines .slides ul.pagination {
  list-style: none;
  text-align: center;
  margin-top: 5px;
}

.headlines .slides ul.pagination li {
  display: inline-block;
}

.headlines .slides ul.pagination a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(slides-bullets.png) no-repeat #EEE;
  text-indent: -9999px;
}

