/*! CSS Used from: Embedded */
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jiantou-copy-copy:before {
  content: "\e668";
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
header {
  display: block;
}
dd,
dl,
dt,
li,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}
a:active,
a:hover {
  outline: 0;
  color: #279599;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.cf:after,
.cf:before {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
.flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
  align-items: center;
}
.flex-ai {
  align-items: center;
}
.flex-jc,
.flex-bs {	justify-content: space-between;}
.container-warpper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.header {
  background-color: #fff;
  border-bottom: none;
  color: #000;
  position: relative;
  z-index: 999;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.header .logo {
  font-size: 24px;
  padding-bottom: 3px;
}
.header .logo a {
  color: #000;
}
.header .logo img {
  width: 38px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
}
.header .logo-name {
  line-height: 1;
}
.header .nav ul li {
  padding: 0 45px;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
}
.header .nav ul li .togNav,
.header .nav ul li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
.nav .togNav .downArrow{
    width: 20px;
}
.header .nav ul li:hover {
  color: #07bec9;
}
.header .nav ul li .iconfont {
  position: absolute;
  right: 20px;
  line-height: 1;
  top: 17px;
}
.header .nav ul li .item {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  background-color: #fff;
  color: #333;
  padding: 20px 0;
  width: 550px;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header .nav ul li .item dl {
  border-right: 1px solid #ddd;
  width: 49%;
  padding-left: 22px;
}
.header .nav ul li .item dl a {
  color: #333;
  font-size: 14px;
}
.header .nav ul li .item dl:last-child {
  border: none;
}
.header .nav ul li .item dl dt {
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1.5;
}
.header .nav ul li .item dl dd {
  font-size: 15px;
  padding: 5px 0;
  position: relative;
  line-height: 1.7;
}
.header .nav ul li .item dl dd a:hover {
  color: #07bec9;
}
.ace-mobile {
  display: none;
  float: right;
}
.header .nav ul li .item dl dt {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 14px;
  color: #777;
}
.header .nav ul li .item dl dd .product-img-icon,
.header .nav ul li .item dl dd .product-img-icon-s {
  position: absolute;
  left: -12px;
  top: 8px;
}
.header .nav ul li .item dl.have-icon dd a {
  font-size: 16px;
}
.header .nav ul li .item dl dd .product-img-icon img {
  width: 38px;
  height: auto;
}
.header .nav ul li .item dl.have-icon dd {
  padding-left: 35px;
}
.header .nav ul li .item dl dd span {
  display: block;
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.header .nav ul li .item.support-item {
  width: 260px;
}
.header .nav ul li .item.support-item dl {
  width: 100%;
}
.header .nav ul li .item dl dd .product-img-icon-s img {
  width: 30px;
  height: auto;
}
.average-2wd {
    width: 48%;
}
.average-3wd{
    width: 31.5%;
}
.average-4wd {
    width: 23%;
}
.average-70wd {
    width: 70%;
}
.average-60wd {
    width: 60%;
}
.average-35wd {
    width: 35%;
}
@media (max-width: 1280px) {
  .ace-mobile {
    display: block;
  }
  .header .logo {
    width: 60%;
  }
  .header .nav {
    display: none;
  }
  .header .nav ul li {
    width: 100%;
    line-height: 42px;
    padding: 0;
    margin-left: 15px;
    height: auto;
  }
  .header .nav.animate-menu {
    width: 100%;
    display: block;
    z-index: 999;
  }
  .header .nav ul {
    width: 100%;
  }
  .header .nav ul li .item {
    width: 100%;
    position: inherit;
    box-shadow: none;
    height: auto;
  }
  .header .nav ul li .item {
    top: inherit;
  }
}
@media (max-width: 1180px) {
  .container-warpper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) {
  .header .nav {
    width: 100%;
    padding-left: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  .header .nav ul li .item dl {
    width: 100%;
    border-right: none;
  }
  .header .nav ul li {
    margin-left: 0;
  }
  .header .nav ul li .item.support-item {
    width: 100%;
  }
  .average-2wd,
	.average-3wd,
	.average-4wd,
	.average-70wd,
	.average-60wd,
	.average-35wd{
    	width: 100%;
	}
}
/*! CSS Used fontfaces */
@font-face {
  font-display: swap;
  font-family: iconfont;
  src: url("https://at.alicdn.com/t/c/font_3591522_j9daio1tq59.woff2?t=1660792796320")
      format("woff2"),
    url("https://at.alicdn.com/t/c/font_3591522_j9daio1tq59.woff?t=1660792796320")
      format("woff"),
    url("https://at.alicdn.com/t/c/font_3591522_j9daio1tq59.ttf?t=1660792796320")
      format("truetype");
}
