* {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  color: #3c3c3c;
  background-color: #fff;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

html, body {
  height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "microsoft yahei";
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #3c3c3c;
}

textarea {
  resize: none !important;
}

.gary {
  color: #848484;
}

.right {
  float: right;
}

.left {
  float: left;
}

.inline-block {
  display: inline-block;
}

.after:after {
  content: "";
  display: block;
  clear: both;
}

i.icon {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
}

img {
  border: none;
  vertical-align: middle;
}

.clear:after {
  clear: both;
  display: block;
  content: "\20";
  height: 0;
  visibility: hidden;
}

.clear {
  zoom: 1;
  _line-height: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.tip-con {
  padding: 100px 100px;
  text-align: center;
  color: #848484;
}

.page-con {
  min-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 12px;
}

.page-con span, .page-con a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #222;
}

.page-con span.active, .page-con a.active {
  color: #fff;
  background-color: #222;
}

.page-con .prev, .page-con .next {
  min-width: 60px;
  width: auto;
  height: 22px;
  border-radius: 0;
  line-height: 22px;
  border: 1px solid #222;
}

.top {
  min-width: 1200px;
  height: 34px;
  line-height: 34px;
  padding: 0 35px;
  font-size: 12px;
  background: #F3F3F3;
  position: relative;
}

.top .typeSelect {
  width: 70px;
  outline: 0;
  box-shadow: none;
  padding: 6px 0;
  border: 0;
  transition: none;
  display: inline-block;
  margin-right: 20px;
  background: none;
}

.top .userName {
  display: none;
}

.top .loginRegist {
  margin-left: 60px;
}

.top ul.language {
  position: absolute;
  left: 45%;
  margin-left: -135px;
  top: 0;
}

@media (max-width: 1600px) {
  .top ul.language {
    left: 40%;
  }
}

.top ul.language li {
  float: left;
  margin-left: 60px;
  cursor: pointer;
}

.top ul.language li.index {
  color: #333;
}

.top div.right {
  margin-top: 2px;
}

.top div.right .role {
  display: none;
}

.top div.right i.icon {
  width: 12px;
  height: 13px;
}

.top div.right i.icon.list {
  background: url(../img/list.svg) center no-repeat;
  background-size: 100% 100%;
}

.top div.right i.icon.arrow {
  background-position: -52px 2px;
}

.top div.right i.icon.cart {
  background: url(../img/cart.svg) center no-repeat;
  background-size: 100% 100%;
}

.top div.right i.icon.collect {
  background: url(../img/collect.svg) center no-repeat;
  background-size: 100% 100%;
}

.top div.right i.icon.product {
  background: url(../img/product.svg) center no-repeat;
  background-size: 100% 100%;
}

.top div.right i.icon.design {
  background: url(../img/design.svg) center no-repeat;
  background-size: 100% 100%;
}

.top div.right > i.icon {
  margin-right: 10px;
  margin-left: 35px;
}

.top div.right .up {
  position: relative;
  top: -2px;
  cursor: pointer;
}

.top div.right .up ul.listChild {
  position: absolute;
  background: #F3F3F3;
  top: 18px;
  width: 90px;
  left: -18px;
  padding: 15px 0 5px;
  text-align: center;
  display: none;
  z-index: 9999;
}

.top div.right .up ul.listChild li {
  margin: 5px 0;
}

.top div.right .up:hover .arrow {
  background-position: -63px 2px;
}

.top div.right .up:hover ul.listChild {
  display: block;
}

.top div.right .help {
  margin: 0 40px 0 50px;
}

.top-search {
  height: 110px;
  padding-top: 12px;
}

.top-search ul {
  float: right;
}

.top-search ul li {
  float: left;
  width: 100px;
  text-align: center;
}

.top-search ul li img {
  width: 76px;
  height: 76px;
  margin-bottom: 2px;
}

.top-logo {
  float: left;
  margin-top: 10px;
  margin-right: 50px;
}

.top-search-con {
  float: left;
  padding-top: 10px;
}

.top-search-con input {
  width: 470px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border: 1px solid #050608;
}

.top-search-con .top-search-btn {
  display: inline-block;
  width: 85px;
  height: 40px;
  line-height: 40px;
  margin-left: 12px;
  color: #eee;
  background-color: #050608;
  text-align: center;
}

.top-search-a {
  padding-top: 10px;
}

.top-search-a a {
  color: #848484;
  margin: 0 15px;
}

.menu-con {
  min-width: 1200px;
  height: 60px;
  background-color: #222;
}

.menu-con .menu-list > li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 16px;
  z-index: 9999;
  text-align: center;
}

.menu-con .menu-list > li > a {
  display: inline-block;
  color: #fff;
  padding: 0 17px;
  z-index: 9999;
  transition: background-color .3s;
}

.menu-con .menu-list > li:hover {
  margin-top: -5px;
}

.menu-con .menu-list > li:hover > a {
  height: 70px;
  line-height: 70px;
  background-color: #5e4941;
}

.menu-con .menu-list > li.menu-li-w > a {
  padding: 0 28px;
}

.menu-con .menu-list > li.down-menu-li {
  position: relative;
  padding-left: 0;
}

.menu-con-en .menu-list > li {
  padding: 0 10px;
}

.menu-con-en .menu-list > li > a {
  padding: 0 10px;
}

.menu-con-en .menu-list > li.menu-li-w > a {
  padding: 0 10px;
}

.down-menu-con {
  position: absolute;
  left: 0;
  top: 65px;
  width: 130px;
  height: 610.5px;
  background-color: #222;
  display: none;
}

.down-menu-con ul {
  padding: 10px;
}

.down-menu-con ul li {
  margin-top: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed #5e4941;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  text-align: center;
}

.down-menu-con ul li a {
  color: #fff;
}

.down-menu-con ul li.noPointer a {
  cursor: default;
}

.down-sed-menu-con {
  position: absolute;
  left: 130px;
  top: 65px;
  width: 530px;
  height: 610.5px;
  padding: 10px 30px 0 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  line-height: 1.4;
  overflow-y: auto;
  display: none;
}

.down-sed-menu {
  display: none;
}

.down-sed-menu-line {
  font-size: 14px;
  margin-top: 30px;
}

.down-sed-menu-line label {
  float: left;
  width: 95px;
  color: #222;
}

.down-sed-menu-line-right a {
  display: inline-block;
  min-width: 20%;
  color: #5e4941;
  margin-bottom: 30px;
  text-align: center;
}

.enterprise-con {
  min-width: 1200px;
  height: 110px;
  padding-top: 25px;
  background: url(../img/foot-bg.jpg) center center no-repeat;
}

.enterprise-con .box {
  padding-left: 50px;
}

.enterprise-con img {
  float: left;
}

.enterprise-con ul {
  margin-left: 210px;
}

.enterprise-con ul li {
  float: left;
  width: 25%;
  font-size: 12px;
  margin-bottom: 10px;
}

.enterprise-con ul li a {
  color: #848484;
}

.foot-con {
  min-width: 1200px;
  padding-top: 60px;
  margin-bottom: 30px;
  border-bottom: 3px solid #050608;
}

.foot-con ul {
  text-align: center;
}

.foot-con ul li {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  border-left: 1px solid #d4d4d4;
}

.foot-con ul li a {
  color: #848484;
}

.foot-con ul li a:hover {
  color: #050608;
}

.foot-con ul li:first-child {
  border-left: none;
}

.foot-con-en ul li {
  padding: 0 20px;
}

.foot-bottom {
  padding: 40px 0 35px 0;
  text-align: center;
}

.foot-bottom img {
  width: 80px;
  height: 80px;
  margin-right: 45px;
  vertical-align: top;
  margin-bottom: 5px;
}

.foot-bottom-right {
  display: inline-block;
  margin-left: 20px;
  line-height: 34px;
  text-align: left;
  color: #050608;
  vertical-align: top;
}

.foot-bottom-right i {
  margin-right: 15px;
}

.foot-bottom-text {
  color: #848484;
  margin-top: 18px;
}

.right-service-con {
  position: fixed;
  top: 50%;
  right: 50px;
  text-align: center;
  z-index: 10000;
}

.right-service-con li h4 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.right-service-con li.right-service-icon {
  margin-top: 30px;
}

.right-service-con li.right-service-icon img {
  width: 50px;
  height: 50px;
}

.right-service-ewm {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 5px;
  color: #fff;
  background-color: #353535;
  cursor: pointer;
}

.right-service-ewm:hover .right-service-ewm-con {
  display: block;
}

.right-service-ewm-gong {
  color: #fff;
  background-color: #f05352;
}

.right-service-ewm-gong img {
  width: 100%;
  margin-top: 3px;
}

.right-service-ewm-con {
  position: absolute;
  top: 5px;
  right: 50px;
  padding: 10px;
  font-size: 16px;
  color: #848484;
  background-color: #fff;
  display: none;
}

.right-service-ewm-con img {
  width: 200px;
}

.right-service-tel {
  position: relative;
}

.right-service-tel img {
  z-index: 15;
}

.right-service-tel:hover .right-service-tel-con {
  display: inline-block;
}

.right-service-tel-con {
  position: absolute;
  top: 5px;
  right: 50px;
  display: none;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #848484;
  font-size: 16px;
  background-color: #f8f8f8;
}

.ieLoginnTip {
  position: fixed;
  z-index: 999999;
  top: 50%;
  margin-top: -380px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  background: #fff;
  text-align: center;
}

.ieLoginnTip1 {
  margin-left: -50px;
  z-index: 2147483648;
}

.ieLoginnTip-btn {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  margin-left: 12px;
  color: #eee;
  background-color: #050608;
  text-align: center;
  margin-bottom: 30px;
}

.ieLoginnTip-btn:hover {
  color: #eee;
}

.home-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
  background: url(../img/loadnew.gif) center no-repeat #fff;
  background-size: 100% 100%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .home-loading {
    background: url(../img/loading-phone.gif) center no-repeat #fff;
    background-size: 375px 100%;
  }
}

.sprite {
  background: url(../img/sprite.png);
  display: inline-block;
  vertical-align: middle;
}

.sprite-menu {
  width: 22px;
  height: 22px;
  background-position: -28px -406px;
  margin-right: 10px;
}

.top-search-icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/search.svg) center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  margin-right: 5px;
}

.sprite-location {
  width: 17px;
  height: 20px;
  background-position: -42px -16px;
}

.sprite-tel {
  width: 17px;
  height: 20px;
  background-position: -64px -16px;
}

.sprite-email {
  width: 19px;
  height: 20px;
  background-position: -85px -16px;
}

.imgMask, .alertMask, .IELoginMask {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99999999999999;
  overflow: auto;
}

.imgMask #enlargeImg, .alertMask #enlargeImg, .IELoginMask #enlargeImg {
  position: absolute;
  left: 50%;
}

.imgMask .closeBtn, .alertMask .closeBtn, .IELoginMask .closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.ieTip, .loginTip, .alertTip {
  position: fixed;
  z-index: 999999;
  top: 50%;
  margin-top: -135px;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  background: #fff;
  text-align: center;
}

.ieTip .img, .loginTip .img, .alertTip .img {
  position: relative;
  top: -32px;
}

.ieTip div.text, .loginTip div.text, .alertTip div.text {
  width: 325px;
  margin: 0 auto 25px;
  line-height: 1.8;
}

.ieTip ul li, .loginTip ul li, .alertTip ul li {
  float: left;
  width: 25%;
}

.ieTip ul li a.browser, .loginTip ul li a.browser, .alertTip ul li a.browser {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  background: url(../img/browser.png) no-repeat;
}

.ieTip ul li a.browser.firefox, .loginTip ul li a.browser.firefox, .alertTip ul li a.browser.firefox {
  background-position: -59px 1px;
}

.ieTip ul li a.browser.security, .loginTip ul li a.browser.security, .alertTip ul li a.browser.security {
  background-position: -121px 0;
}

.ieTip ul li a.browser.edge, .loginTip ul li a.browser.edge, .alertTip ul li a.browser.edge {
  background-position: -184px 1px;
}

.ieTip ul li a.browser.ie, .loginTip ul li a.browser.ie, .alertTip ul li a.browser.ie {
  background-position: -247px 0;
}

.ieTip div.closeText, .loginTip div.closeText, .alertTip div.closeText {
  line-height: 45px;
  background: #f8f8f8;
  color: #848484;
  margin-top: 25px;
  cursor: pointer;
}

.loginTipLeft {
  margin-left: -500px;
}

.loginIframe {
  border: 0;
  overflow: hidden;
  width: 400px;
  height: 186px;
}

body.userBody div.bodyDiv, body.design div.bodyDiv {
  height: 100%;
  display: none;
}

body.userBody div.bodyDiv.show, body.design div.bodyDiv.show {
  display: block;
}

body.userBody div.bodyJump, body.design div.bodyJump {
  height: 100%;
  font-size: 25px;
  text-align: center;
  position: relative;
}

body.userBody div.bodyJump div, body.design div.bodyJump div {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16.5px;
  width: 100%;
}

.view-con {
  line-height: 1.8;
}

.view-con li {
  list-style: disc outside none;
}

.view-con ol, .view-con ul, .view-con dl {
  padding: 0 40px;
}

.view-con h1, .view-con h2, .view-con h3, .view-con h4, .view-con h5, .view-con h6 {
  font-weight: normal;
  line-height: 1.2;
}

.view-con p {
  margin: 0;
}
