html {
  font-size: 28.125px;
  /*-webkit-filter: grayscale(100%);*/
}
/* header */
header {
  z-index: 9;
  position: sticky;
  top: 0;
  left: 0;
  height: 120px;
  line-height: 120px;
  color: #fff;
  background-color: #E60013;
  text-align: center;
  font-size: 36px;
}

.header-logo {
  width: 540px;
	height: 90px;
  padding: 36px 0 0 20px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.header-back {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 48px;
  line-height: 1;
}

.header-menu {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 70px;
  height: 50px;
  line-height: 1;
}


.header-back img,
.header-menu img {
  width: 100%;
  height: 100%;
}

.content {
  padding: 18px;
}


/* menu-wrap */
.menu-wrap {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: right 0.5s ease-out;
}
.menu-header {
  position: relative;
  height: 120px;
  background-color: #e60013;
}

.menu-header__logo {
  width: 540px;
	height: 90px;
  padding: 36px 0 0 20px;
}

.menu-header__logo-1 {
  width: 500px;
	height: 80px;
  padding: 22px 0 0 20px;
}

.menu-header__logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.menu-header__close-btn {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
	height: 70px;
}

.menu-header__close-btn img {
  width: 100%;
	height: 100%;
}

.menu-list {
  height: calc(100% - 120px);
  padding-bottom: 87px;
  background-color: #fff;
  overflow-y: scroll;
}

.menu-list-item {
  position: relative;
  border-bottom: 1px #ccc solid;
}

.menu-list-item a {
  display: inline-block;
  font-size: 36px;
  line-height: 110px;
  padding-left: 34px;
  width: 100%;
}

.menu-list-item__icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
}

.menu-list-item .menu-list-item__icon {
  position: absolute;
  right: 38px;
  border: solid #999;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 7px;
}

.menu-list-item .menu-list-item__icon--up {
  display: none;
  top: 46px;
  transform: rotate(-135deg);
}

.menu-list-item .menu-list-item__icon--down {
  top: 42px;
  transform: rotate(45deg);
}

.menu-list-item .menu-list-item__list {
  width: 100%;
}

.menu-list-item .menu-list-item__list a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in;
  font-size: 30px;
  color: #666;
  line-height: 70px;
}


/* c-banner */
.c-banner {
  width: 710px;
  height: 360px;
  margin: 20px auto;
}

.c-banner .swiper-container-1 {
  height: 360px;
}

.c-banner .swiper-slide__cover {
  height: 360px;
}

.c-banner .swiper-slide__cover img {
  width: 100%;
  /*height: 100%;*/
  vertical-align: top;
}

.c-banner .swiper-slide__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 710px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: #fff;
  line-height: 56px;
  padding: 0 172px 0 16px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-banner .swiper-pagination {
  text-align: right;
  padding-right: 16px;
  box-sizing: border-box;
}

.c-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c1080d;
  border-radius: 50%;
  opacity: 1;
}

.c-banner .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 6px;
  background-color: #efb609;
}

/* footer */
footer {
  padding: 50px 20px;
  border-top: 8px solid #D90107;
  background-color: #F3F3F3;
}

footer .footer-links {
  margin-bottom: 28px;
  color: #333;
  font-size: 29px;
  font-weight: bold;
}

footer .footer-copyright,
footer .footer-icp,
footer .footer-tel,
footer .footer-tips {
  line-height: 40px;
  color: #666;
}

/* c-line */
.c-line {
  width: 100%;
  height: 20px;
  background-color: #f3f3f3;
}

/* c-wrap */
.c-wrap .c-wrap-title {
  position: relative;
  height: 118px;
  line-height: 118px;
  border-bottom: 1px solid #E7E7E7;
  color: #333;
  font-size: 36px;
  font-weight: 520;
}

.c-wrap-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-wrap-tabs__item {
  position: relative;
  padding: 0 30px;
}

.c-wrap-tabs__item--active::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1px;
  width: 70px;
  height: 5px;
  transform: translate(-50%, 0);
  background-color: #D90008;
  border-radius: 3px;
}

.c-btn {
  display: block;
  width: 380px;
  height: 80px;
  margin: 50px auto;
  line-height: 80px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 40px;
  text-align: center;
  font-size: 30px;
  color: #666;
}

.c-btn-wrap .c-btn {
  display: none;
}

.c-btn-wrap .c-btn:first-child {
  display: block;
}

.c-btn:active {
  opacity: .7;
}

.c-wrap-content .news-first {
  display: block;
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #E7E7E7;
}

.news-first .news-first__title {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 500;
  padding: 40px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-first .news-first__intro {
  font-size: 24px;
  color: #666;
  line-height: 42px;
}

.c-wrap-content .news-list {
  padding: 0 20px;
}

.news-list-wrap {
  display: none;
}

.news-list-wrap:first-child {
  display: block;
}

.news-list .news-list__item {
  display: block;
  font-size: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #E7E7E7;
}

.news-list .news-list__item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .news-list__item-time {
  padding-top: 15px;
  font-size: 26px;
  color: #999;
}

.article-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 13px 20px 37px 20px;
}

.article-list .article-list__item {
  width: 50%;
  margin-top: 20px;
  text-align: center;
}

.article-list .article-list__item img {
  display: block;
  width: 340px;
  height: 206px;
  margin: 0 auto;
}

.article-list .article-list__item .article-list__item-title {
  margin-top: 20px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  padding: 50px 0;
  text-align: center;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}