@charset "UTF-8";
body {
  min-width: 1320px;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: #fff;
}
*, h1 {
  padding: 0;
  margin: 0;
}
.pointer {
  cursor: pointer;
}
a {
  color: inherit;
}
.overflow {
  overflow: hidden;
}
.one-line {
  overflow: hidden;/*凌驾部分隐藏*/
  white-space: nowrap;/*不换行*/
  text-overflow:ellipsis;/*凌驾部分文字以...显示*/
}
.two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  margin: auto;
}
.content {
  width: 1200px;
  margin: auto;
}
.common-header {
  height: 96px;
}
.common-logo {
  margin-top: 10px;
  height: 61px;
}
.common-nav {
  float: left;
  margin-left: 75px;
}
.common-nav li {
  position: relative;
  float: left;
  height: 100%;
  margin-left: 25px;
  line-height: 96px;
  text-align: center;
  font-size: 18px;
  color: #252525;
}
.common-nav li>a {
  display: block;
  position: relative;
  height: 100%;
}
.common-nav li a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.common-nav li a:hover,
.common-nav-hover {
  font-weight: bold;
}
.common-nav li a:hover span,
.common-nav li a.common-nav-hover span {
  background-color: #0478e4;
}
.sub-nav {
  position: absolute;
  z-index: 100;
  width: 125px;
  *width: 89px;
  left: -22px;
  top: 88px;
  padding: 0 18px;
  background-color: #fefefe;
  display: none;
}
.sub-nav a {
  display: block;
  /* width: 100%; */
  padding: 12px 8px;
  font-size: 18px;
  color: #999999;
  line-height: 25px;
  border-bottom: 1px solid #f0f0f0;
}
.common-nav li:hover .sub-nav {
  display: block;
}
.English-website {
  font-size: 18px;
  line-height: 96px;
  color: #333333;
  text-transform: uppercase;
}
.common-search {
  float: right;
  position: relative;
  width: 110px;
  height: 24px;
  margin-top: 36px;
  margin-left: 35px;
  background-color: #f3f3f3;
  border-radius: 20px;
  line-height: 24px;
  overflow: hidden;
}
.common-search-input {
  width: 70px;
  height: 100%;
  margin-left: 8px;
  background-color: #f3f3f3;
  border: none;
}
.common-search-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  right: 15px;
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/search-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  background-size: 100%;
}
.common-footer {
  width: 100%;
  /* height: 234px; */
  background-color: #0559a6;
  overflow: hidden;
}
.common-footer-top {
  /* height: 175px; */
  padding-top: 30px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 12px;
}
.common-copyright {
  width: 380px;
  height: 100%;
}
.common-copyright-text1 {
  font-size: 14px;
}
.common-copyright-text2 {
  margin-top: 13px;
}
.common-footer-nav {
  margin-right: 70px;
}
.common-footer-nav a {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
.common-footer-nav a:hover {
  color: #b8c7de;
}
.common-footer-code-img {
  width: 116px;
  height: 116px;
}
.common-footer-code-text {
  margin-right: 24px;
  margin-top: 75px;
  line-height: 2;
  text-align: right;
}
.common-footer-line {
  width: 1200px;
  height: 1px;
  background-color: #364d61;
  margin: auto;
}
.common-footer-info1 ,
.common-footer-info2 ,
.common-footer-info3 ,
.common-footer-info4 {
  /*margin-right: 160px;*/
  margin-right: 262px;
}
.common-footer-info {
  margin-top: 10px;
  margin-bottom: 5px;
}
.common-footer-info a {
  display: block;
}
.common-footer-icon {
  float: left;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.common-footer-icon1 {
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/footer-icon1.png');
}
.common-footer-icon2 {
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/footer-icon2.png');
}
.common-footer-icon3 {
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/footer-icon3.png');
}
.common-footer-icon4 {
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/footer-icon4.png');
}
.common-footer-icon5 {
  background-image: url('/z-site/sanlian-gw/stencil/default/images/common/footer-icon5.png');
}
.common-footer-word {
  float: left;
  margin-top: 5px;
  color: #fff;
}
.index-new-img img,
.new-list-img img,
.customer-banner-bg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
}
.common-category-bg {
  width: 100%;
  min-width: 1320px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
}
.w-alert-mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: initial;
  display: none;
}
.w-alert {
  position: fixed;
  bottom: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  width: auto;
  height: auto;
  min-width: 300px;
  max-width: 1920px;
  text-align: center;
  display: none;
  z-index: 99999;
}
.w-alert>a {
  display: inline-block;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  font-size: 14px;
  color: #fff;
  min-width: 300px;
}
.w-alert>a.error {
  background-color: #fef0f0;
  color: #f56c6c;
}
.w-alert>a.success {
  background-color: #f0f9eb;
  color: #67c23a;
}