* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  transition: all 0.3s;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
@font-face {
  font-family: 'Alibaba PuHuiTi 2.0';
  src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'moBold';
  src: url('../fonts/moBold.ttf') format('truetype');
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.container {
  width: calc(1710rem / 16);
  margin: 0 auto;
}
.catname_box {
  display: flex;
  align-items: center;
  transition: 1.2s;
}
.catname_box span {
  font-family: Bakudai;
  font-weight: 500;
  font-size: calc(45rem / 16);
  line-height: 100%;
  letter-spacing: -0.12rem;
}
.catname_box i {
  display: block;
  width: calc(47rem / 16);
  height: calc(47rem / 16);
  background: url(../images/catname_ico.svg) no-repeat center;
  background-size: cover;
  margin-left: calc(10rem / 16);
  opacity: 0.6;
}
header {
  display: none;
}
.header {
  background: url(../images/header.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding-left: calc(30rem / 16);
  padding-right: calc(30rem / 16);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .header_left {
  display: flex;
  align-items: center;
}
.header .header_left a {
  display: flex;
  align-items: center;
}
.header .header_left a img {
  width: calc(78rem / 16);
  height: calc(78rem / 16);
  margin-right: calc(2rem / 16);
}
.header .header_left a span {
  font-family: 'Bakudai';
  font-weight: 500;
  font-size: calc(19rem / 16) !important;
  line-height: 100%;
  letter-spacing: -0.12rem;
  color: #935718;
}
.header .header_left a span img {
  width: calc(290rem / 16);
  height: calc(43rem / 16);
}
.header .header_right {
  width: 78%;
}
.header .header_right .header_right_top {
  margin-top: calc(10rem / 16);
  margin-bottom: calc(10rem / 16);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_right .header_right_top .header_other {
  margin-left: calc(75rem / 16);
  display: flex;
  align-items: center;
}
.header .header_right .header_right_top .header_other .header_date,
.header .header_right .header_right_top .header_other .header_week,
.header .header_right .header_right_top .header_other .header_traditional_date {
  font-family: 'Alibaba PuHuiTi 2.0';
  font-weight: 400;
  font-size: calc(15rem / 16);
  line-height: calc(24rem / 16);
  letter-spacing: 0.02rem;
  margin-left: 0.5rem;
  color: #606266;
}
.header .header_right .header_right_top .header_other .header_date {
  margin-left: 0;
}
.header .header_right .header_right_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_right .header_right_bottom .header_nav {
  width: 80%;
  display: flex;
}
.header .header_right .header_right_bottom .header_nav li {
  width: 12.5%;
  text-align: center;
  font-family: 'Alibaba PuHuiTi 2.0';
  font-weight: 400;
  font-size: calc(17rem / 16);
  line-height: calc(24rem / 16);
  letter-spacing: 0.02rem;
  color: #303133;
  padding-top: calc(19rem / 16);
  padding-bottom: calc(23rem / 16);
  position: relative;
}
.header .header_right .header_right_bottom .header_nav li.active a {
  color: #204D9C;
}
.header .header_right .header_right_bottom .header_nav li.active a:after {
  display: block;
  width: calc(50rem / 16);
  height: calc(2rem / 16);
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #204D9C;
}
.header .header_right .header_right_bottom .header_language {
  display: flex;
}
.header .header_right .header_right_bottom .header_language i:first-child {
  display: block;
  width: calc(24rem / 16);
  height: calc(24rem / 16);
  background: url(../images/language.svg) no-repeat center;
  background-size: cover;
}
.header .header_right .header_right_bottom .header_language .header_zh {
  font-family: 'Alibaba PuHuiTi 2.0';
  font-weight: 400;
  font-size: calc(16rem / 16);
  color: #303133;
  line-height: calc(24rem / 16);
  letter-spacing: 0.02rem;
  margin-left: calc(10rem / 16);
}
.header .header_right .header_right_bottom .header_language .header_arrow {
  display: block;
  width: 2px;
  height: calc(18rem / 16);
  opacity: 0.6;
  background-color: #B3B9C3;
  margin-left: calc(12rem / 16);
  margin-right: calc(13rem / 16);
  margin-top: 0.22rem;
}
.header .header_right .header_right_bottom .header_language .header_en {
  font-family: 'Alibaba PuHuiTi 2.0';
  font-weight: 400;
  font-size: calc(17rem / 16);
  line-height: calc(24rem / 16);
  letter-spacing: 0.02rem;
  color: #909399;
}
.footer {
  width: 100%;
  padding: 0 7.25rem;
  overflow: hidden;
  background: url(../images/footer.png) no-repeat center;
  background-size: cover;
}
.footer .footer_top {
  display: flex;
  flex-direction: row;
  padding-top: 5rem;
  padding-bottom: 6.6875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
}
.footer .footer_top .footer_top_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer_top .footer_top_left .logo {
  width: 5.9125rem;
  height: 5.9125rem;
  margin-bottom: 0.875rem;
}
.footer .footer_top .footer_top_left .title {
  width: 16.4375rem;
  height: auto;
  margin-bottom: 0.625rem;
}
.footer .footer_top .footer_top_left .title1 {
  width: 12.875rem;
  height: auto;
}

.footer .footer_top .footer_top_left .title.en {
  width: auto !important;
  height:1.2rem !important;
}

.footer .footer_top .footer_top_left .title1.en {
  width: auto !important;
  height:1.2rem !important;
}
.footer .footer_top .footer_middle_box_phone {
  display: none;
}
.footer .footer_top .footer_middle {
  display: flex;
  margin-left: 3.75rem;
}
.footer .footer_top .footer_middle .footer_middle_nav_box {
  display: flex;
  max-width: 14.625rem;
  font-size: 0.875rem;
  margin-right: 5.1875rem;
  color: #e8dac5;
  flex-direction: column;
}
.footer .footer_top .footer_middle .footer_middle_nav_box li {
  margin-bottom: 1.25rem;
  line-height: 140%;
  min-width: 4.375rem;
}
.footer .footer_top .footer_middle .footer_middle_nav_box li:first-child {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.9375rem;
}
.footer .footer_top .footer_middle .footer_middle_nav_box .ma {
  width: 6.25rem;
  height: 6.25rem;
}
.footer .footer_top .footer_middle .footer_middle_nav_box .ma img {
  width: 100%;
}
.footer .footer_top .footer_middle .footer_middle_nav_box span {
  text-align: center;
}
.footer .footer_top .footer_right {
  color: #FFFFFF;
  text-align: right;
}
.footer .footer_top .footer_right .phone {
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
}
.footer .footer_top .footer_right .title {
  font-size: 0.875rem;
  margin-bottom: 2.6875rem;
}
.footer .footer_top .footer_right .engilsh {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer_top .footer_right .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}
.footer .footer_top .footer_right .icon1 {
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  cursor: pointer;
}
.footer .footer_top .footer_right .line {
  width: 0.0625rem;
  height: 1.125rem;
  margin: 0 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #DDCAAE;
  padding: 1.25rem 0;
}
.footer .footer_bottom .warning {
  display: flex;
  align-items: center;
}
.footer .footer_bottom .warning img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.footer .copyright_box {
  display: flex;
  justify-content: space-between;
  color: #DDCAAE;
  font-family: 'AlibabaPuHuiTi-2.0';
  font-size: calc(14rem / 16);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.footer .copyright_box .copyright {
  padding-top: calc(22rem / 16);
  padding-bottom: calc(22rem / 16);
}
.footer .copyright_box .business_license {
  padding-top: calc(22rem / 16);
  padding-bottom: calc(22rem / 16);
}
.footer .copyright_box .business_license a {
  display: flex;
  align-items: center;
}
.footer .copyright_box .business_license a img {
  width: calc(20rem / 16);
  height: calc(20rem / 16);
}
.footer .copyright_box .business_license a span {
  margin-left: calc(18rem / 16);
}
/* 列表分页 */
.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}
.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/page_prev.svg) no-repeat center;
  background-size: 24px;
  display: block;
  color: #fff;
  border: 0;
  width: calc(40rem / 16);
  height: calc(40rem / 16);
  font-size: 0;
  border: 1px solid #EBEEF5;
}
.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/page_next.svg) no-repeat center;
  background-size: 24px;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: calc(40rem / 16);
  height: calc(40rem / 16);
  font-size: 0;
  border: 1px solid #EBEEF5;
}
.pager .pagination li.active span,
.pager .pagination li.active a {
  border: 1px solid #935718;
  background: #935718;
  color: #fff;
}
