* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 10px;
  color: #5d5d5b;
  -webkit-text-size-adjust: none;
  opacity: 0;
}
body.show {
  opacity: 1;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

a,
.transition,
.left_box .nav li a,
#about .list li .name,
#about .list li .box,
#client .list .tips,
.contact-layer,
.contact-layer .container,
.contact-layer .container .btn,
:before,
img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex,
.left_box .nav li,
.left_box .language,
#about .list dl.dots dd,
.contact-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn,
#about .list li .name,
#about .list li .box,
#about .list .round,
#client .list,
.contact-layer .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter,
.left_box .nav li,
#about .list li .name,
#about .list .round,
#contact,
.contact-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter,
#about .list li .name,
#about .list li .box,
#about .list .round,
#client .list,
.contact-layer,
.contact-layer .container {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween #contact {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap,
#about .list ul,
#about .list dl.dots,
#contact {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

a {
  color: #5d5d5b;
  text-decoration: none;
  outline: none;
}
/* a:active {
  star: expression(this.onFocus=this.blur());
} */
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #d4b225;
  outline: none;
}

li {
  list-style: outside none;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

textarea,
input {
  background: transparent;
  font-size: 12px;
  color: #5d5d5b;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 12rem;
  margin: 0 auto;
}
