/**
 * base.less
 * 通用样式
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size:62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Microsoft YaHei";
  font-size:16px;
  color: #6b6b6b;
  height: 100%;
  margin: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}

.lan{
  width: 100%;
}

.lan ul li{
  width: 100%;
  height: 30px;
  line-height: 30px;
  max-width: 1920px;
  background-color: #333333;
  text-align: right;
  padding-right: 12%;
  color:#fff;
}

.container22 {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;

  box-sizing: border-box;
}

/* 图片自适应样式 */
.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}