body {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff
}
@font-face {
  font-family: SketchRockwell; /*这里是说明调用来的字体名字*/
  src: url("../../../font/fzys.ttf"); /*这里是字体文件路径*/
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "SketchRockwell", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif

}

.header {
  width: 100%;
  height: 50px;
  background: #d61518;
  box-sizing: border-box;
  position: absolute;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  padding: 10px
}

.header .header_content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box
}

.header .header_content img {
  width: 150px;
  cursor: pointer
}

.header .header_content .home_icon {
  height: 30px;
  line-height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 15px;
  float: right
}

footer {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #cccccc;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px
}

.container {
  width: 100%;
  margin: 0 auto
}

.container .box_top {
  width: 100%
}

.container .box_top .top {
  position: relative;
  margin-top: 80px;
  text-align: center;
  box-sizing: border-box
}

.container .box_top .top_c {
  position: relative
}

.container .box_top .top_c .bg {
  position: absolute;
  top: 20px;
  right: -10px;
  width: 300px
}

.container .box_top .year {
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
  color: #d1151a
}

.container .box_top .line {
  width: 2px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #d1151a;
  margin: 0 20px
}

.container .box_top .name_box {
  display: inline-block;
  vertical-align: middle
}

.container .box_top .name_box .name_cn {
  font-size: 18px;
  color: #d1151a;
  font-weight: bold
}

.container .box_top .name_box .name_en {
  font-size: 14px;
  color: #c6c6c6
}

.container .box_top .jx {
  display: inline-block;
  vertical-align: middle
}

.container .box_top .x_box {
  width: 95%;
  margin: 0 auto;
  margin-top: 80px
}

.container .box_top .x_box .cards {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 60px
}

.container .box_top .x_box .cards .card_title {
  width: 70%;
  border-left: 1px solid #d1151a;
  border-right: 1px solid #d1151a;
  font-size: 20px;
  margin: 0 auto;
  color: #d1151a;
  margin-bottom: 10px
}

.container .box_top .x_box .cards .card_img {
  width: 90%;
  cursor: pointer;
  margin: 0 auto
}

.container .box_top .x_box .cards .card_img .card_img_el {
  width: 100%
}

.container .box_top .x_box .cards .card_text {
  font-size: 14px;
  color: #d1151a;
  margin: 10px 0px;
  padding: 0 20px;height: 30px;
}

.container .box_top .x_box .cards .card_btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #d1151a;
  text-decoration: none;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 15px
}

/*# sourceMappingURL=index.css.map */
