#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 {
  position: relative;
  margin-bottom: 60px;
}
#main .banner .mask {
  width: 530px;
  height: 200px;
  background-color: #e50c2e;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 44px;
  padding-left: 54px;
  box-sizing: border-box;
  color: #fff;
}
#main .banner .mask h3 {
  font-size: 24px;
  line-height: 24px;
}
#main .banner .mask p {
  width: 360px;
  line-height: 20px;
  margin-top: 14px;
  font-size: 14px;
}
#main .article {
  padding: 0 54px;
  box-sizing: border-box;
}
#main .article.h676 {
  height: 676px;
}
#main .article .item {
  border-top: 1px solid #dcdcdc;
}
#main .article .item:last-child {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 106px;
}
#main .article .item.noline {
  border-bottom: none;
}
#main .article .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
#main .article .item .title h3 {
  color: #e50c2e;
  font-size: 24px;
  line-height: 24px;
}
#main .article .item .title img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#main .article .item .content.toggle {
  display: none;
}
#main .article .item .content .cont {
  margin-bottom: 30px;
}
#main .article .item .content .cont h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}
#main .article .item .content .cont p {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
#main .article .item .content .cont:last-child {
  margin-bottom: 44px;
}
#main .article .item .info p {
  color: #333;
  margin-bottom: 24px;
  line-height: 26px;
  font-size: 14px;
}
