* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.black {
  color: #000000 !important;
}
.black::before {
  background-color: #000000 !important;
}
.black::after {
  background-color: #000000 !important;
}
.nothing {
  font-size: 22px;
  color: #3498db;
  text-align: center;
  margin: 20px 0;
}
[data-dpr="2"] .nothing {
  font-size: 44px;
}
[data-dpr="3"] .nothing {
  font-size: 66px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loading {
  width: 100%;
  height: 500px;
  left: 0;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.loading .loading-word {
  font-size: 20px;
}
[data-dpr="2"] .loading .loading-word {
  font-size: 40px;
}
[data-dpr="3"] .loading .loading-word {
  font-size: 60px;
}
html {
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
}
body {
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding: 9rem 0 5rem 0;
}
body section {
  background-color: #FFF;
}
.logo_english {
  position: fixed;
  z-index: 9;
  background-color: #e70012;
  top: 0;
  height: 5rem;
  padding: .5rem;
}
.logo_english img {
  width: 100%;
  height: 100%;
}
header {
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 9;
  background-color: #e70012;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  display: block;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo-group {
  width: 4.6rem;
  float: left;
  margin: 0 1rem;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
}
header .logo-group img {
  width: 2rem;
  vertical-align: middle;
}
header .logo-group img.logo1 {
  width: 2rem;
}
header .logo-group img.logo2 {
  width: 2rem;
}
header .user {
  width: 7rem;
  float: left;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
header .search {
  float: left;
  position: relative;
  width: 100%;
}
header .search .search-icon {
  font-size: 2rem;
  position: absolute;
  right: .8rem;
  top: .8rem;
  color: #666;
}
header .search input {
  font-family: '圆体';
  width: 100%;
  padding: .8rem 3rem .8rem 1.5rem;
  font-size: 14px;
  color: #666;
  border-radius: 30rem;
  border: none;
  outline: none;
}
[data-dpr="2"] header .search input {
  font-size: 28px;
}
[data-dpr="3"] header .search input {
  font-size: 42px;
}
header .search input::-moz-placeholder {
  font-size: 13px;
}
[data-dpr="2"] header .search input::-moz-placeholder {
  font-size: 26px;
}
[data-dpr="3"] header .search input::-moz-placeholder {
  font-size: 39px;
}
header .search input:-ms-input-placeholder {
  font-size: 13px;
}
[data-dpr="2"] header .search input:-ms-input-placeholder {
  font-size: 26px;
}
[data-dpr="3"] header .search input:-ms-input-placeholder {
  font-size: 39px;
}
header .search input::-webkit-input-placeholder {
  font-size: 13px;
}
[data-dpr="2"] header .search input::-webkit-input-placeholder {
  font-size: 26px;
}
[data-dpr="3"] header .search input::-webkit-input-placeholder {
  font-size: 39px;
}
header .lang-btn {
  border: none;
  width: 3rem;
  margin: 0 1rem;
  height: 2rem;
  font-size: 14px;
  background-color: transparent;
  color: #FFF;
}
[data-dpr="2"] header .lang-btn {
  font-size: 28px;
}
[data-dpr="3"] header .lang-btn {
  font-size: 42px;
}
header .goback {
  float: left;
  text-align: center;
  font-size: 36px;
  width: 5rem;
  height: 4rem;
  color: #FFF;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
[data-dpr="2"] header .goback {
  font-size: 72px;
}
[data-dpr="3"] header .goback {
  font-size: 108px;
}
header .nav-btn {
  float: left;
  text-align: center;
  width: 6rem;
  font-size: 26px;
  color: #FFF;
}
[data-dpr="2"] header .nav-btn {
  font-size: 52px;
}
[data-dpr="3"] header .nav-btn {
  font-size: 78px;
}
nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
  z-index: 9;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
[data-dpr="2"] nav {
  border-top: 2px solid #cccccc;
}
[data-dpr="3"] nav {
  border-top: 3px solid #cccccc;
}
nav.nav-hide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
}
[data-dpr="2"] nav ul li {
  font-size: 28px;
}
[data-dpr="3"] nav ul li {
  font-size: 42px;
}
nav ul li .nav-icon {
  font-size: 2.2rem;
  color: #333;
}
nav ul li.nav_active {
  color: #F00;
}
nav ul li.nav_active i {
  color: #F00;
}
#image {
  width: 100%;
  position: relative;
}
#image .swiper-slide {
  height: 3.5rem;
  width: 100%;
}
#image .swiper-slide img {
  width: 100%;
  height: 100%;
}
#news {
  width: 100%;
  position: relative;
  background-color: #FFF;
  height: 4rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
#news .new-title {
  float: left;
  text-align: center;
  width: 15%;
  white-space: nowrap;
  font-size: 16px;
  color: #000000;
}
[data-dpr="2"] #news .new-title {
  font-size: 32px;
}
[data-dpr="3"] #news .new-title {
  font-size: 48px;
}
#news .news-swiper-container {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  height: 4rem;
}
#news .news-swiper-container a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  color: #589ED8;
  font-size: 14px;
}
[data-dpr="2"] #news .news-swiper-container a {
  font-size: 28px;
}
[data-dpr="3"] #news .news-swiper-container a {
  font-size: 42px;
}
#tab {
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
}
#tab ul {
  list-style: none;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#tab ul li {
  font-size: 14px;
  width: 25%;
  font-weight: 400;
  margin: .5rem 0;
  text-align: center;
}
[data-dpr="2"] #tab ul li {
  font-size: 28px;
}
[data-dpr="3"] #tab ul li {
  font-size: 42px;
}
#tab ul li aside {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 .5rem;
}
#tab ul li aside.english {
  font-size: 12px;
}
[data-dpr="2"] #tab ul li aside.english {
  font-size: 24px;
}
[data-dpr="3"] #tab ul li aside.english {
  font-size: 36px;
}
#tab ul li img {
  max-height: 3rem;
}
#tab::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background-color: #DFDFDF;
  width: 90%;
  left: 5%;
  bottom: 0;
}
.module {
  padding: 0 1.5rem;
  overflow: hidden;
}
.module h2 {
  text-align: center;
  position: relative;
  padding: 0.5rem 1rem;
  color: #e70012;
  font-weight: bold;
  font-size: 18px;
}
[data-dpr="2"] .module h2 {
  font-size: 36px;
}
[data-dpr="3"] .module h2 {
  font-size: 54px;
}
.module h2::before {
  content: '';
  position: absolute;
  width: 35%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #e70012;
}
.module h2.daily::before {
  width: 30%;
}
.module h2.daily::after {
  width: 30%;
}
.module h2::after {
  content: '';
  position: absolute;
  width: 35%;
  height: 2px;
  right: 0;
  top: 50%;
  background-color: #e70012;
}
.module h2.english::before {
  width: 10%;
}
.module h2.english::after {
  width: 10%;
}
.module .module_content {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.module .module_content li {
  padding: .5rem;
  width: 50%;
  font-size: 14px;
}
[data-dpr="2"] .module .module_content li {
  font-size: 28px;
}
[data-dpr="3"] .module .module_content li {
  font-size: 42px;
}
.module .module_content li img {
  width: 100%;
  height: auto;
}
.module .module_content li .word {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-dpr="2"] .module .module_content li .word {
  font-size: 28px;
}
[data-dpr="3"] .module .module_content li .word {
  font-size: 42px;
}
.module .module_content li .word.english {
  font-size: 12px;
}
[data-dpr="2"] .module .module_content li .word.english {
  font-size: 24px;
}
[data-dpr="3"] .module .module_content li .word.english {
  font-size: 36px;
}
#article {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
}
#article .art_item {
  position: relative;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
#article .art_item:not(: last-child) {
  border-bottom: 2px solid #F2F2F2;
}
#article .art_item img {
  height: 7rem;
  width: auto;
}
#article .art_item aside {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1rem;
  width: 100%;
}
#article .art_item aside h3 {
  font-size: 1.6rem;
  color: #646464;
  font-weight: normal;
}
#article .art_item aside time {
  color: #CACACA;
  font-size: 1.2rem;
}
#article .art_item aside .img_group {
  width: 100%;
  margin: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#article .art_item aside .img_group img {
  width: 32%;
  height: 100%;
}
#pullUp {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  background-color: #3385ff;
  color: #FFF;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: .8rem;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #555;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.swiper-active-switch {
  background: #FFF;
}
/*# sourceMappingURL=index.css.map */