html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", " ", SimSun, sans-serif;
}
img {
  
  max-width:100%
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.center-w {
  width: 1200px;
}
.wonderful-video-width {
  width: 998px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 1001;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.header .header-box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box .mw-nav {
  overflow: hidden;
}
.header .header-box .mw-nav ul {
  width: 150%;
}
.header .header-box .mw-nav ul > li {
  float: left;
  margin: 0 16px;
}
.header .header-box .mw-nav ul > li > a {
  color: #fff;
  display: inline-block;
  height: 75px;
  line-height: 75px;
  padding: 0 8px;
  font-size: 18px;
}
.header .header-box .mw-nav ul > li > a > i {
  margin-right: 10px;
}
.header .header-box .mw-nav ul > .cart {
  margin-left: 26px;
}
.header .header-box .mw-nav ul > .active > a {
  color: #108ee9;
  border-bottom: 4px solid #108ee9;
}
.banner {
  width: 100%;
  height: 412px;
  position: relative;
}
.banner > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .product-description {
  width: 1200px;
  position: absolute;
  bottom: 45px;
}
.banner .product-description .product-center-txt span {
  font-size: 36px;
  color: #fff;
}
.banner .product-description .product-path {
  margin-top: 20px;
}
.banner .product-description .product-path ul li {
  font-size: 18px;
  color: #fff;
  float: left;
}
.banner .product-description .product-path ul li a {
  color: #fff;
  float: left;
}
.banner .product-description .product-path ul li a:hover {
  color: #108ee9;
}
/*关于我们*/
/*.about-us{
  background: url("../images/bg_footer.png") no-repeat center center;
  width: 100%;
  height: 654px;
  color: #fff;
  position: relative;

  .about-us-content{
    padding-top: 267px;
    .about-us-txt{
      width: 305px;
      h3{
        font-size: 30px;
        line-height: 30px;
        font-weight: 400;

      }
      ul{
        margin-top: 38px;
        li{
          >a{
            color: #fff;
            font-size: 18px;
            line-height: 40px;
          }
        }
      }

    }
    .about-myway{
      width: 500px;
      .address,.tel,.email{
        font-size: 18px;
      }
      .address{
        margin-top: 55px;
      }
      .tel,.email{
        margin-top: 24px;
      }
    }
    .qr_code{
      .lanuch-logo,.myway-weixin{
        display: inline-block;
        h3{
          text-align: center;
          font-size: 18px;
          font-weight: 400;
          margin-bottom: 10px;
        }
      }
      .myway-weixin{
        margin-left: 20px;
      }
    }
  }

  .copyright{
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    text-align: center;
    h3{
      font-size: 24px;
      font-weight: 400;
    }
  }
}*/
/*尾部*/
/*关于我们*/
.about-us {
  background: url("../images/bg_footer.png") no-repeat center center;
  width: 100%;
  height: 484px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about-us .about-us-box {
  display: flex;
  justify-content: space-between;
  padding-top: 78px;
}
.about-us .about-us-box .about-us-txt {
  width: 125px;
}
.about-us .about-us-box .about-us-txt h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}
.about-us .about-us-box .about-us-txt ul {
  margin-top: 38px;
}
.about-us .about-us-box .about-us-txt ul li > a {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}
.about-us .about-us-box .about-myway {
  width: 350px;
}
.about-us .about-us-box .about-myway .address,
.about-us .about-us-box .about-myway .tel,
.about-us .about-us-box .about-myway .email {
  font-size: 18px;
}
.about-us .about-us-box .about-myway .address {
  margin-top: 55px;
}
.about-us .about-us-box .about-myway .tel,
.about-us .about-us-box .about-myway .email {
  margin-top: 24px;
}
.about-us .about-us-box .qr_code .lanuch-logo,
.about-us .about-us-box .qr_code .myway-weixin {
  display: inline-block;
}
.about-us .about-us-box .qr_code .lanuch-logo h3,
.about-us .about-us-box .qr_code .myway-weixin h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.about-us .about-us-box .qr_code .myway-weixin {
  margin-left: 20px;
}
.about-us .about-us-box .about-us-content::-webkit-scrollbar {
  display: none;
}
.about-us .copyright {
  margin-top: 112px;
  text-align: center;
}
.about-us .copyright h3 {
  font-size: 24px;
  font-weight: 400;
}
/*尾部的英文样式*/
.about-us-en > .about-us-box > .about-us-txt {
  width: 200px;
}
.about-us-en > .about-us-box > .about-myway {
  width: 420px;
}
.about-us-en > .about-us-box > .about-myway > .address {
  margin-top: 35px;
}
.about-us-en > .about-us-box > .about-myway > .tel {
  margin-top: 18px;
}
.about-us-en > .about-us-box > .about-myway > .email {
  margin-top: 18px;
}
@font-face {
  font-family: 'iconfont';
  /* project id 338630 */
  src: url('//at.alicdn.com/t/font_338630_0ho2ud5hahziwwmi.eot');
  src: url('//at.alicdn.com/t/font_338630_0ho2ud5hahziwwmi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_338630_0ho2ud5hahziwwmi.woff') format('woff'), url('//at.alicdn.com/t/font_338630_0ho2ud5hahziwwmi.ttf') format('truetype'), url('//at.alicdn.com/t/font_338630_0ho2ud5hahziwwmi.svg#iconfont') format('svg');
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "iconfont";
  font-style: normal;
}
.icon-cart::before {
  content: "\e607";
  font-size: 20px;
}
/*成功案例*/
.icon-success-case::before {
  content: "\e605";
  font-size: 48px;
}
/*工业设计*/
.icon-industrial-design::before {
  content: "\e608";
  font-size: 36px;
}
/*工程开发*/
.icon-engineering-development::before {
  content: "\e609";
  font-size: 36px;
}
/*视觉设计*/
.icon-visual-design::before {
  content: "\e60b";
  font-size: 36px;
}
/*APP开发*/
.icon-app-development::before {
  content: "\e60a";
  font-size: 36px;
}
/*公司风采*/
.icon-company::before {
  content: "\e60d";
  font-size: 52px;
}
/*战略合作*/
.icon-cooper::before {
  content: "\e60f";
  font-size: 52px;
}
/*招贤纳士*/
.icon-talent::before {
  content: "\e60e";
  font-size: 52px;
}
/*联系我们*/
.icon-contact::before {
  content: "\e60c";
  font-size: 52px;
}
.icon-cross::before {
  content: '\e606';
  font-size: 18px;
}
.icon-faq::before {
  content: '\e617';
  font-size: 120px;
  color: #108ee9;
}
.icon-sale::before {
  content: '\e619';
  font-size: 120px;
  color: #108ee9;
}
.icon-show::before {
  content: '\e61a';
  font-size: 120px;
  color: #108ee9;
}
.icon-ebook::before {
  content: '\e618';
  font-size: 120px;
  color: #108ee9;
}
.icon-book-download::before {
  content: '\e61b';
  font-size: 76px;
  color: #d8d8d8;
}
/*精彩视频的右下角图标*/
.icon-video::before {
  content: '\e61c';
  font-size: 24px;
  color: #fff;
}
/*app的iOS图标*/
.icon-ios::before {
  content: '\e652';
  font-size: 24px;
  color: #fff;
}
/*app的安卓图标*/
.icon-android::before {
  content: '\e66b';
  font-size: 24px;
  color: #fff;
}
/*首页轮播的next*/
.icon-next::before {
  content: '\e610';
  font-size: 24px;
  color: #fff;
}
/*首页轮播的pre*/
.icon-previous::before {
  content: '\e611';
  font-size: 24px;
  color: #fff;
}
/*关于我们的菜单导航*/
.about-us-nav {
  padding-top: 68px;
  padding-bottom: 70px;
}
.about-us-nav ul li {
  float: left;
}
.about-us-nav ul li a {
  display: block;
  width: 244px;
  height: 84px;
  border-radius: 42px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 84px;
  color: #666;
  font-size: 24px;
}
.about-us-nav ul li .active {
  color: #fff;
  background-color: #108ee9;
}
.about-us-nav ul li + li {
  margin-left: 74px;
}
/*保修政策详情*/
.warranty-policy-detail {
  margin-bottom: 100px;
}
.warranty-policy-detail h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 59px;
}
.warranty-policy-detail .warranty-table {
  background-color: #bfbfbf;
  width: 100%;
  height: 606px;
}
.warranty-policy-detail .warranty-table th {
  font-size: 30px;
  font-weight: 500;
  font-family: " ";
}
.warranty-policy-detail .warranty-table td {
  text-align: center;
  font-size: 20px;
}
.warranty-policy-detail .warranty-table .first-col {
  font-size: 24px;
}
