@charset 'utf-8';

.brand-content {
  width: 1200px;
  margin: 0 auto;
}
.brand-content .brand {
  width: 1200px;
  height: 520px;
  background: #fff;
  margin: 20px 0;
  position: relative;
}
.brand-content .brand img {
  margin: 10px;
}
.brand-content .brand .right {
  width: 430px;
  height: 500px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
}
.brand-content .brand .right img {
  margin: 50px 100px;
}
.brand-content .brand .right .slogan-zh {
  color: #333;
  font-size: 26px;
  font-weight: bold;
}
.brand-content .brand .right .slogan-en {
  color: #999;
  font-size: 16px;
  margin: 20px 0;
}
.brand-content .brand .right a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 30px;
  border: 1px solid #666;
}
.brand-content .brand .right a:hover {
  color: #ed3da1;
  border: 1px solid #ed3da1;
}