.components-header {
  position: relative;
  width: 1200px;
  height: 120px;
  margin: 0 auto; }
  .components-header .components-header-logo-cn,
  .components-header .components-header-logo-en {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 105px;
    margin: auto 0; }
  .components-header .components-header-logo-cn {
    height: 70px; }
  .components-header .components-header-logo-en {
    height: 45px; }
  .components-header .components-header-language {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    margin: auto 0; }
    .components-header .components-header-language .components-header-language-item {
      font-size: 14px;
      line-height: 30px;
      font-weight: bold;
      cursor: pointer; }
      .components-header .components-header-language .components-header-language-item .components-header-language-item-icon {
        float: right;
        width: 30px;
        height: 30px;
        margin-left: 10px; }

.components-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #FFFFFF; }
  .components-header-mobile .components-header-mobile-logo-cn,
  .components-header-mobile .components-header-mobile-logo-en {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0; }
  .components-header-mobile .components-header-mobile-logo-cn {
    width: 40px;
    height: 27px; }
  .components-header-mobile .components-header-mobile-logo-en {
    width: 56px;
    height: 24px; }
  .components-header-mobile .components-header-mobile-language {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin: auto 0; }
    .components-header-mobile .components-header-mobile-language .components-header-mobile-language-item {
      font-size: 12px;
      line-height: 20px; }
      .components-header-mobile .components-header-mobile-language .components-header-mobile-language-item .components-header-mobile-language-item-icon {
        float: right;
        width: 20px;
        height: 20px;
        margin-left: 5px; }

.components-header-mobile-placeholder {
  height: 44px; }

.components-nav {
  height: 46px;
  background: #333333; }
  .components-nav .components-nav-main {
    width: 1200px;
    margin: 0 auto; }
    .components-nav .components-nav-main .components-nav-item {
      float: left;
      padding: 0 21px;
      font-size: 15px;
      line-height: 46px;
      color: #FFFFFF;
      cursor: pointer; }
      .components-nav .components-nav-main .components-nav-item:hover {
        background: #D7000F; }
    .components-nav .components-nav-main .components-nav-item-current {
      background: #D7000F; }

.components-nav-mobile {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF; }
  .components-nav-mobile.components-nav-mobile-open {
    background: #D7000F; }
    .components-nav-mobile.components-nav-mobile-open .components-nav-mobile-switch {
      background: #333333; }
  .components-nav-mobile.components-nav-mobile-close {
    background: #333333; }
    .components-nav-mobile.components-nav-mobile-close .components-nav-mobile-switch {
      background: #666666; }
  .components-nav-mobile .components-nav-mobile-switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%; }
    .components-nav-mobile .components-nav-mobile-switch .components-nav-mobile-switch-icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 14px;
      height: 14px;
      margin: auto; }

.components-nav-mobile-nav {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); }
  .components-nav-mobile-nav .components-nav-mobile-nav-item {
    display: block;
    height: 40px;
    color: #999999;
    background: #333333; }
  .components-nav-mobile-nav .components-nav-mobile-nav-item-current {
    color: #FFFFFF; }

.components-nav-mobile-placeholder {
  height: 30px; }

.title {
  width: 960px;
  margin: 40px auto 50px;
  font-size: 40px;
  line-height: 53px;
  color: #D7000F; }
  .title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin-top: 20px;
    background: #333333; }

.title-mobile {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 25px;
  line-height: 33px;
  color: #D7000F; }
  .title-mobile::after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin-top: 10px;
    background: #333333; }

body {
  margin: 0;
  font-family: Arial;
  color: #333333; }

a {
  color: #2D59B1;
  text-decoration: none; }

hr {
  margin: 20px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #E9EAEB; }

.content {
  width: 960px;
  margin: 0 auto; }
  .content .content-list-item {
    padding: 40px 40px 50px;
    border: 1px solid #E9EAEB;
    border-radius: 4px;
    overflow: hidden; }
    .content .content-list-item:not(:last-of-type) {
      margin-bottom: 20px; }
    .content .content-list-item.content-list-item-has-icon {
      padding: 28px 40px;
      font-size: 0;
      text-align: right; }
    .content .content-list-item .content-list-item-icon-box {
      display: inline-block;
      width: 280px;
      height: 280px;
      position: relative; }
      .content .content-list-item .content-list-item-icon-box .content-list-item-icon {
        width: 280px;
        height: 280px; }
      .content .content-list-item .content-list-item-icon-box .content-list-item-icon-text {
        font-weight: bold;
        font-size: 24px;
        color: #333333;
        font-family: Arial, Arial;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10; }
        .content .content-list-item .content-list-item-icon-box .content-list-item-icon-text > span {
          font-size: 28px;
          color: #D7000F; }
        .content .content-list-item .content-list-item-icon-box .content-list-item-icon-text .content-list-item-icon-text-number {
          font-size: 40px;
          margin: 0 2px; }
    .content .content-list-item .content-list-item-title {
      margin-bottom: 31px;
      font-size: 28px;
      line-height: 37px;
      color: #999999; }
      .content .content-list-item .content-list-item-title.content-list-item-title-has-icon {
        float: left;
        width: 544px;
        text-align: left; }
    .content .content-list-item .content-list-item-content-item {
      font-size: 16px;
      line-height: 21px; }
      .content .content-list-item .content-list-item-content-item:not(:last-of-type) {
        margin-bottom: 20px; }
      .content .content-list-item .content-list-item-content-item.content-list-item-content-item-has-icon {
        float: left;
        width: 544px;
        font-size: 20px;
        line-height: 27px;
        text-align: left; }
    .content .content-list-item .content-list-item-activiry:not(:last-of-type)::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin: 20px 0;
      background: #E9EAEB; }
    .content .content-list-item .content-list-item-activiry .content-list-item-title {
      display: block;
      margin-bottom: 10px; }
      .content .content-list-item .content-list-item-activiry .content-list-item-title:hover {
        color: #D7000F; }
  .content .pdf {
    margin-top: 50px;
    padding-left: 40px;
    font-size: 16px; }
    .content .pdf .pdf-title {
      margin-bottom: 10px;
      line-height: 21px;
      color: #999999; }
    .content .pdf .pdf-list-item {
      line-height: 30px; }

.content-mobile {
  padding: 0 10px; }
  .content-mobile .content-list-item {
    padding: 10px 10px 30px;
    border: 1px solid #E9EAEB;
    border-radius: 4px;
    overflow: hidden; }
    .content-mobile .content-list-item:not(:last-of-type) {
      margin-bottom: 20px; }
    .content-mobile .content-list-item.content-list-item-has-icon {
      font-size: 0; }
    .content-mobile .content-list-item .content-list-item-icon-box {
      display: inline-block;
      position: relative;
      margin-top: 10px;
      z-index: -1; }
      .content-mobile .content-list-item .content-list-item-icon-box .content-list-item-icon {
        width: 100%; }
      .content-mobile .content-list-item .content-list-item-icon-box .content-list-item-icon-text {
        font-weight: bold;
        font-size: 26px;
        color: #333333;
        font-family: Arial, Arial;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .content-mobile .content-list-item .content-list-item-icon-box .content-list-item-icon-text > span {
          font-size: 30px;
          color: #D7000F; }
        .content-mobile .content-list-item .content-list-item-icon-box .content-list-item-icon-text .content-list-item-icon-text-number {
          font-size: 40px;
          margin: 0 4px; }
    .content-mobile .content-list-item .content-list-item-title {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 27px;
      color: #999999; }
    .content-mobile .content-list-item .content-list-item-content-item {
      font-size: 16px;
      line-height: 21px; }
      .content-mobile .content-list-item .content-list-item-content-item:not(:last-of-type) {
        margin-bottom: 20px; }
    .content-mobile .content-list-item .content-list-item-activiry:not(:last-of-type)::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      margin: 20px 0;
      background: #E9EAEB; }
    .content-mobile .content-list-item .content-list-item-activiry .content-list-item-title {
      display: block;
      margin-bottom: 10px; }
      .content-mobile .content-list-item .content-list-item-activiry .content-list-item-title:hover {
        color: #D7000F; }
  .content-mobile .pdf {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 16px; }
    .content-mobile .pdf .pdf-title {
      margin-bottom: 10px;
      line-height: 21px;
      color: #999999; }
    .content-mobile .pdf .pdf-list-item-wrap:not(:last-of-type) {
      margin-bottom: 20px; }
    .content-mobile .pdf .pdf-list-item-wrap .pdf-list-item {
      line-height: 20px; }

.copyright {
  padding: 50px 0 52px;
  font-size: 12px;
  text-align: center;
  color: #999999; }

.copyright-mobile {
  padding: 20px 30px 38px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #999999; }

