* {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input {
  outline: none;
}

.title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.title .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 10px;
  background: #B01B2E;
  opacity: 0.6;
  transform: translate(-50%,-50%);
}
.title p.en {
  color: #B01B2E;
}