#header {
  height: 100px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
#header .head {
  box-sizing: border-box;
  padding: 0 54px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header .head .logo {
  margin-top: 18px;
  width: 247px;
}
#header .head .logo a {
  display: block;
  width: 247px;
  height: 62px;
}
#header .head .logo a img {
  width: 100%;
  height: 100%;
}
#header .head .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  height: 100%;
}
#header .head .right .lang {
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 13px;
  top: 18px;
}
#header .head .right .lang span {
  margin-right: 10px;
  cursor: pointer;
}
#header .head .right .nav {
  position: absolute;
  bottom: -1px;
  right: 0;
}
#header .head .right .nav ul {
  display: flex;
}
#header .head .right .nav ul li a {
  display: block;
  padding: 20px 13px;
}
#header .head .right .nav ul li .active {
  border-bottom: 2px solid #e50c2e;
}
#footer {
  height: 150px;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .copy {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-size: 12px;
  line-height: 12px;
}
#footer .copy .left {
  display: flex;
  flex-direction: column;
}
#footer .copy .left span {
  margin-bottom: 20px;
}
#footer .copy .right span {
  margin-left: 30px;
}
#main .banner_bg {
  width: 100%;
  height: 435px;
  background-color: #f5f5f5;
}
#main .banner {
  height: 435px;
  position: relative;
}
#main .banner .mask {
  width: 630px;
  height: 220px;
  background-color: #e50c2e;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 36px 54px;
  box-sizing: border-box;
  color: #fff;
}
#main .banner .mask h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
}
#main .banner .mask p {
  line-height: 20px;
  font-size: 14px;
}
#main .banner .mask a {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 54px;
  bottom: 40px;
}
#main .article {
  margin-top: 85px;
  padding: 0 54px;
  box-sizing: border-box;
}
#main .article .item:last-child {
  margin-bottom: 86px;
}
#main .article .item {
  display: flex;
  margin-bottom: 60px;
}
#main .article .item .left {
  width: 325px;
  height: 230px;
  background-color: #f5f5f5;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .article .item .right {
  flex: 1;
  position: relative;
}
#main .article .item .right h3 {
  color: #e50c2e;
  font-size: 24px;
  line-height: 24px;
}
#main .article .item .right .content {
  line-height: 20px;
  margin-top: 14px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #666;
}
#main .article .item .right .content p {
  margin-bottom: 20px;
}
#main .article .item .right .more {
  width: 108px;
  height: 24px;
  border: 1px solid #e50c2e;
  color: #e50c2e;
  text-align: center;
  line-height: 24px;
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
}
#main .article .item .right .more img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#main .partner {
  height: 530px;
  padding: 0 54px;
  box-sizing: border-box;
}
#main .partner h3 {
  color: #e50c2e;
  font-size: 30px;
  height: 118px;
  line-height: 118px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}
