@charset 'utf-8';
/*---阿里图标----*/
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_424201_n390iuna3hvbzkt9.eot');
  src: url('//at.alicdn.com/t/font_424201_n390iuna3hvbzkt9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_424201_n390iuna3hvbzkt9.woff') format('woff'), url('//at.alicdn.com/t/font_424201_n390iuna3hvbzkt9.ttf') format('truetype'), url('//at.alicdn.com/t/font_424201_n390iuna3hvbzkt9.svg#iconfont') format('svg');

  /* project id 424201 */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*html5新标签兼容 ie678*/
abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
}
/*-----加入购物车提醒弹窗----*/
.demo-class {
    border: none;
    background-color: transparent !important;
    -webkit-background-clip: content!important;
    box-shadow: none!important;
}
.cartTips {
  width: 303px;
  height: 132px;
  border: 1px solid #0068cf;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
}
.cartTips h3 {
  width: 301px;
  border-radius: 5px 5px 0 0;
  background: #0068cf;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.cartTips .tipCon {
  background: #fff;
  height: 102px;
  width: 301px;
  border-radius: 0 0 5px 5px;
}
.cartTips .tipCon .tipImg {
  display: inline-block;
  /* width: 100px;
  height: 102px; */
  padding-top: 17px;
  vertical-align: middle;
}
.cartTips .tipCon .tipImg img {
  display: block;
  width: 68px;
  height: 68px;
  margin-left: 22px;
  margin-right: 15px;
}
.cartTips .tipCon .tipText {
  width: 183px; */
  /* height: 102px; */
  padding-top: 14px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.cartTips .tipCon .tipText .lineOne {
  font-size: 17px;
  color: #333;
  height: 20px;
  line-height: 20px;
}
.cartTips .tipCon .tipText .lineTwo {
  font-size: 12px;
  color: #333;
  height: 18px;
}
.w1200 {
  margin: 0 auto;
}
/*------top顶部-------*/
.topbar {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
}
.topbar .top {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  font-size: 12px;
  background-color: #fff;
}
.topbar .top .topLeft {
  width: 284px;
  margin-left: 0;
  height: 30px;
  line-height: 30px;
}
.topbar .top .topLeft .top-register {
  color: #e63638;
  border-right: 1px solid #999;
  padding-right: 3px;
}
.topbar .top .topLeft .top-register:hover {
  color: #0f91ed;
}
.topbar .top .topLeft .top-login {
  color: #000;
  padding-left: 3px;
}
.topbar .top .topLeft .top-login:hover {
  color: #0f91ed;
}
.topbar .top .topRight {
  width: auto;
  height: 30px;
  position: relative;
}
.topbar .top .topRight ul li {
  float: left;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.topbar .top .topRight ul li a {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #999;
  color: #000;
  line-height: 14px;
  margin-top: 8px;
}
.topbar .top .topRight ul li a:hover {
  color: #0f91ed;
}
.topbar .top .topRight ul li a.hasIcon:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.01px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: lighter;
  padding-right: 5px;
  vertical-align: bottom;
}
.topbar .top .topRight ul li a.cart:before {
  content: "\e602";
  color: #e63638;
}
.topbar .top .topRight ul li a.cart span {
  color: #e63638;
  font-weight: bold;
  font-size: 12px;
}
.topbar .top .topRight ul li a.myAccount:before {
  content: "\e619";
  color: #0f91ed;
}
.topbar .top .topRight ul li.wapapp:hover .showEwm {
  display: block;
}
.topbar .top .topRight ul li .showEwm {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 9999;
  width: 180px;
  padding: 10px;
  border: 1px solid #e4dde4;
  background: #fff;
  text-align: center;
}
.topbar .top .topRight ul li .showEwm img {
  width: 150px;
  height: 150px;
}
.topbar .top .topRight ul li .showEwm p {
  height: 20px;
  line-height: 20px;
}
body {
  background: #fff;
}
.w1200 {
  width: 1200px;
}
/*----header 头部------*/
.header-wrap {
  width: 100%;
  height: 126px;
  background: #fff;
}
.header-wrap.headerTop {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.header-wrap.headerTop .header .headerLogo {
  width: 216px;
  height: 65px;
  margin-top: 0;
}
.header-wrap.headerTop .header .headerLogo a {
  display: block;
}
.header-wrap.headerTop .header .headerLogo a img {
  height: 62px;
}
.header-wrap.headerTop .header .headerSearch {
  height: 65px;
  margin-top: 3px;
}
.header-wrap.headerTop .header .headerSearch .headerSearchForm {
  width: 100%;
  height: 65px;
  margin-top: 0;
}
.header-wrap.headerTop .header .headerSearch .headerSearchForm .headerSearchForm {
  margin-top: 0px;
}
.header-wrap.headerTop .header .hotLine {
  display: none;
}
.header-wrap .header {
  width: 1200px;
  margin: 0 auto;
}
.header-wrap .header .headerLogo {
  width: 345px;
  height: 108px;
  margin-top: 18px;
}
.header-wrap .header .headerLogo a {
  display: inline-block;
  width: 215px;
}
.header-wrap .header .headerLogo a img {
  display: block;
  margin: 0 auto;
}
.header-wrap .header .headerSearch {
  width: 575px;
  height: 126px;
  margin-left: 75px;
  margin-right: 30px;
}
.header-wrap .header .headerSearch .headerSearchForm {
  width: 100%;
  height: 80px;
  margin-top: 46px;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .searchInput {
  width: 430px;
  height: 38px;
  line-height: 38px;
  border: 2px solid #0066cc;
  outline: none;
  padding-left: 5px;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .searchBtn {
  width: 95px;
  height: 38px;
  line-height: 38px;
  background-color: #0066cc;
  font-size: 16px;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .searchBtn span {
  vertical-align: top;
  font-size: 20px;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox datalist::-ms-expand {
  display: none;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .keywords li {
  float: left;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .keywords li a {
  color: #000;
  padding-right: 10px;
}
.header-wrap .header .headerSearch .headerSearchForm .searchBox .keywords li a:hover {
  color: #0f91ed;
}
.header-wrap .header .hotLine {
  width: 173px;
  height: 126px;
}
.header-wrap .header .hotLine img {
  display: block;
  margin-top: 43px;
}
/*----nav  导航------*/
.nav-wrap {
  width: 100%;
  height: 40px;
  background: #fff;
}
.nav-wrap .navbox {
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-wrap .navbox .category-common {
  width: 215px;
  background: #004b91;
  text-indent: 30px;
}
.nav-wrap .navbox .category-common h2 {
  font-size: 17px;
  font-weight: normal;
  height: 40px;
  cursor: pointer;
}
.nav-wrap .navbox .category-common h2 .iconfont {
  font-size: 24px;
  vertical-align: middle;
}
.nav-wrap .navbox .navigation {
  margin-left: 20px;
}
.nav-wrap .navbox .navigation li {
  float: left;
  padding: 0 20px;
}
.nav-wrap .navbox .navigation li.active a,
.nav-wrap .navbox .navigation li:hover a {
  color: #004b97;
}
.nav-wrap .navbox .navigation li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.nav-wrap .navbox .buyfast {
  width: 257px;
  text-align: center;
}
.nav-wrap .navbox .buyfast p {
  font-size: 14px;
  font-weight: normal;
}
.nav-wrap .navbox .buyfast p span img {
  vertical-align: middle;
}
.subMenu {
  width: 215px;
  height: 451px;
  position: absolute;
  top: 40px;
  top: 40px\9;
  left: 0;
  background: #187ddf;
  color: #fff;
  margin: 0;
  padding-left: 0;
  z-index: 999;
}
.subMenu .menuList {
  position: relative;
}
.subMenu .menuList .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*--主分类--*/
  /*---阿里图标---*/
  /*----副分类---*/
}
.subMenu .menuList .item:hover {
  background: #fff;
}
.subMenu .menuList .item:hover a.sup-item {
  color: #0f91ed;
  font-weight: 500;
}
.subMenu .menuList .item:hover:before {
  color: #0f91ed;
  font-weight: 500;
}
.subMenu .menuList .item a.sup-item {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  display: inline-block;
  width: 100%;
}
.subMenu .menuList .item:before {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.01px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
  padding-right: 5px;
  vertical-align: bottom;
  position: absolute;
  left: 0px;
}
.subMenu .menuList .item.item1:before {
  content: "\e600";
}
.subMenu .menuList .item.item2:before {
  content: "\e6bc";
}
.subMenu .menuList .item.item3:before {
  content: "\e617";
}
.subMenu .menuList .item.item4:before {
  content: "\e67a";
}
.subMenu .menuList .item.item5:before {
  content: "\e67e";
}
.subMenu .menuList .item.item6:before {
  content: "\e70f";
}
.subMenu .menuList .item.item7:before {
  content: "\e61d";
}
.subMenu .menuList .item.item8:before {
  content: "\e61a";
}
.subMenu .menuList .item.item9:before {
  content: "\e63c";
}
.subMenu .menuList .item.item10:before {
  content: "\e601";
}
.subMenu .menuList .item.item11:before {
  content: "\e63d";
}
.subMenu .menuList .item:hover .sub-item {
  display: block;
}
.subMenu .menuList .item .sub-item {
  display: none;
  position: absolute;
  left: 215px;
  top: 0;
  z-index: 999;
  background: #fff;
  background: #fff\9;
  width: 740px;
  height: 451px;
  border: 1px solid #0f91ed;
  border-left: 0;
  overflow: auto;
}
.subMenu .menuList .item .sub-item .sub-itemList dl {
  padding-top: 15px;
  font-size: 14px;
}
.subMenu .menuList .item .sub-item .sub-itemList dl dt {
  width: 120px;
  text-align: center;
}
.subMenu .menuList .item .sub-item .sub-itemList dl dt a {
  color: #0f91ed;
  font-weight: bold;
}
.subMenu .menuList .item .sub-item .sub-itemList dl dd {
  width: 560px;
  line-height: 26px;
  text-indent: 0;
}
.subMenu .menuList .item .sub-item .sub-itemList dl dd a {
  display: inline-block;
  color: #000;
  border-right: 1px solid #888;
  padding-right: 8px;
  line-height: 14px;
  text-indent: 0;
}
.subMenu .menuList .item .sub-item .sub-itemList dl dd a:hover {
  color: #0f91ed;
}
/*----服务指南----*/
.service-wrap {
  width: 100%;
  background: #fff;
}
.service-wrap .w1200 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.serviceList {
  width: 240px;
  text-aling: left;
}
.serviceList dt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  width: 160px;
  margin: 0 auto;
}
.serviceList dt .iconfont {
  font-size: 35px;
  color: #004b97;
  font-weight: normal;
  vertical-align: sub;
  *vertical-align: middle;
  padding-right: 5px;
}
.serviceList dd {
  padding-left: 50px;
}
.serviceList dd p {
  margin: 0 35px;
}
.serviceList dd a {
  color: #666;
  font-size: 13px;
  height: 20px;
  margin: 0 auto;
  text-align: left;
}
.serviceList dd a:hover {
  color: #0f91ed;
}
/*----底部----*/
footer {
  width: 100%;
  background: #fff;
}
footer .w1200 {
  margin-top: 0;
  padding-bottom: 30px;
}
footer p {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 12px;
}
footer p.links {
  margin-bottom: 20px;
}
footer p a {
  color: #666;
}
footer p i {
  color: #0f91ed;
  padding: 0 10px;
}
footer p.companyInfo a:hover {
  color: #0f91ed;
}

/*-----首页品牌专区和品牌专区内页----*/
.brandHover {
  width: 100%;
  height: 100%;
  display: none;
}
.hoverBg {
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.hoverBorder {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px dashed #fff;
}
.hoverBorder h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 50px 0px;
}
.hoverBorder h3 {
  text-align: center;
}
.hoverBorder h3 span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
