@font-face {
  font-family: "FZBWKSJW";
  src: url(../fonts/FZBWKSJW.ttf);
}

.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-list_item-title,
.one-left_box-list-item .p1,
.one-left_box-swiper-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.two-list_item-img img,
.footer-logo img,
.top-logo img {
  display: inline-block;
  max-width: 100%;
}

.flex {
  display: flex;
}
@media (max-width: 990px) {
  .flex {
    flex-direction: column;
  }
  .flex > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #822530;
}
.top .wrap {
  height: 188px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-logo {
  align-self: center;
}
.top-bg {
  position: absolute;
  top: 60px;
  right: 160px;
}
.top-link {
  padding-top: 38px;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  text-align: right;
}
.top-link a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.top-link a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.top-link span {
  margin: 0 20px;
}
.top-search form {
  width: 206px;
  height: 35px;
  border: 1px solid #fff;
  display: flex;
  border-radius: 25px;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  min-width: 1px;
}
.top-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: url(../images/search.png) center no-repeat;
  width: 45px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top-search_btn i {
  color: #fff;
  font-size: 20px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 25px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
    align-items: center;
  }
  .top-logo {
    margin-right: 10px;
  }
  .top-logo img {
    width: 100%;
    height: auto !important;
  }
  .top-logo span {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0;
  }
  .top-bg {
    display: none;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #822530;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .top-search form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
  .top-search input {
    flex: 1;
    color: #333;
    width: auto;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #7b1925;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #fefefe;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #822530;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #822530;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
  }
}

.home-title {
  background: url(../images/t_bg.png) left 135px center no-repeat;
  background-size: 100% 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  margin-bottom: 25px;
}
.home-title h3 {
  font-weight: normal;
  font-size: 30px;
  color: #822530;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-title a {
  font-size: 16px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-title a:hover {
  color: #822530;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(../images/f_bg.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.friends {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #848484;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.friends h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: normal;
}
.friends a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 35px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 170px;
  text-align: center;
}
.friends a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-contact {
  font-size: 25px;
  color: #fff;
  margin-bottom: 2;
  line-height: 1.5;
}

.copyright {
  padding: 10px 0;
  background: #94221b;
  font-size: 19px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 30.208%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 17px;
  height: 17px;
  background: #fff;
  margin: 0 12px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #822530;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 5px !important;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 35%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.home-box {
  background: url(../images/bg2.png) center no-repeat;
  background-size: cover;
}

.one {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.one .wrap {
  display: flex;
  justify-content: space-between;
}
.one-left {
  width: 68%;
}
.one-left_box {
  display: flex;
  justify-content: space-between;
}
.one-left_box-swiper,
.one-left_box-list {
  width: 48%;
}
.one-left_box-swiper {
  position: relative;
  overflow: hidden;
}
.one-left_box-swiper-left,
.one-left_box-swiper-right {
  position: absolute;
  z-index: 9;
  width: 33px;
  height: 53px;
  background: rgba(0, 0, 0, 0.33);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: calc(50% - 26px);
}
.one-left_box-swiper-left i,
.one-left_box-swiper-right i {
  color: #fff;
}
.one-left_box-swiper-left {
  left: 0;
}
.one-left_box-swiper-right {
  right: 0;
}
.one-left_box-swiper .swiper-slide a {
  display: block;
}
.one-left_box-swiper .swiper-slide a:hover .one-left_box-swiper-title {
  border-left-color: #bd2226;
  color: #bd2226;
}
.one-left_box-swiper-img {
  padding-bottom: 67%;
  position: relative;
  margin-bottom: 10px;
}
.one-left_box-swiper-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.one-left_box-swiper-title {
  border-left: 3px solid #bfbfbf;
  padding-left: 10px;
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  line-height: 32px;
}
.one-left_box-list-item {
  display: block;
  padding-left: 22px;
  background: url(../images/i1.png) left top 7px no-repeat;
  margin-bottom: 26px;
}
.one-left_box-list-item:last-child {
  margin-bottom: 0;
}
.one-left_box-list-item:hover .p1 {
  color: #822530;
}
.one-left_box-list-item .p1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
.one-left_box-list-item .p2 {
  font-size: 14px;
  color: #949494;
  margin-bottom: 0;
  line-height: 1.5;
}
.one-right {
  width: 30%;
  background: url(../images/bg.png) top center no-repeat;
  background-size: cover;
  border: 1px solid #f2f2f2;
  border-top: 3px solid #c15256;
  padding: 15px;
}
.one-right .home-title {
  margin-bottom: 20px;
}
.one-right_list-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.one-right_list-item:last-child {
  margin-bottom: 0;
}
.one-right_list-item:hover .one-right_list-item-title {
  color: #822530;
}
.one-right_list-item-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
  width: 68px;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #822530;
}
.one-right_list-item-time .p1 {
  font-size: 32px;
  color: #822530;
  margin-bottom: 7px;
  line-height: 1;
}
.one-right_list-item-time .p2 {
  font-size: 14px;
  color: #822530;
  margin-bottom: 0;
  line-height: 1.5;
}
.one-right_list-item-title {
  flex: 1;
  min-width: 1px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}

.two {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.two-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0 -10px;
}
.two-list_item {
  width: calc(20% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin: 15px 10px 0 10px;
  padding: 10px 0;
}
.two-list_item-img {
  margin-bottom: 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.two-list_item-title {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
}
.two-list_item:hover .two-list_item-title {
  color: #822530;
}

.three {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.three .wrap {
  display: flex;
  justify-content: space-between;
}
.three-item {
  width: 31%;
}
.three-box {
  position: relative;
}
.three-box img {
  display: block;
  width: 100%;
}
.three-box_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.three-box_text p {
  font-family: "FZBWKSJW";
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.three-item:nth-of-type(1) p {
  color: #ce593a;
}
.three-item:nth-of-type(2) p {
  color: #ffffff;
}
.three-item:nth-of-type(3) p {
  color: #FFFFFF;
}
.three-box_text a {
  padding: 9px 26px;
  border-radius: 20px;
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1;
}
/*
.three-item:nth-of-type(1) a {
  border: 1px solid #ce593a;
  color: #822530;
}

.three-item:nth-of-type(1) a:hover {
  background: #ce593a;
  color: #fff;
}
*/
.three-item a {
  border: 1px solid #822530;
  color: #822530;
}
.three-item a:hover {
  background: #822530;
  color: #fff !important;
}
/*
.three-item:nth-of-type(3) a {
  border: 1px solid #186892;
  color: #822530;
}

.three-item:nth-of-type(3) a:hover {
  background: #186892;
  color: #fff;
}
*/
@media (max-width: 1230px) {
  .three-box_text p {
    font-size: 40px;
  }
}

.page-banner {
  padding-bottom: 26.83%;
  position: relative;
}
.page-banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #822530;
  border-color: #822530;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #822530;
}

.page-list_item {
  display: block;
  border-bottom: 1px dashed rgba(173, 24, 30, 0.29);
  transition: all 0.5s;
  padding: 20px;
}
.page-list_item:last-child {
  border-bottom: none;
}
.page-list_item > span {
  display: block;
  transition: all 0.5s;
}
.page-list_item-time {
  font-size: 14px;
  color: rgba(173, 24, 30, 0.6);
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-list_item-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.page-list_item-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-list_item:hover {
  background: rgba(173, 24, 30, 0.8);
}
.page-list_item:hover > span {
  color: #fff !important;
}
@media (max-width: 990px) {
  .page-list_item {
    padding: 10px;
  }
  .page-list_item-title {
    margin-bottom: 10px;
  }
}

.page-box .wrap {
  display: flex;
}
.page-left {
  width: 300px;
  margin-right: 35px;
}
.page-left_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(142, 3, 10, 0.8);
  margin-top: -105px;
  position: relative;
  z-index: 99;
  border-radius: 10px 10px 0 0;
}
.page-left_title h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 105px;
}
.page-left_title-menu {
  font-size: 20px;
  color: #fff;
  display: none;
}
.page-menu {
  background: #822530;
  padding-top: 30px;
  padding-bottom: 155px;
  padding-right: 25px;
}
.page-menu_item.on .page-menu_item-inner a {
  background: #fefefe;
  color: #333333;
  font-weight: normal;
}
.page-menu_item.on .page-menu_item-inner:after {
  content: "";
}
.page-menu_item.on .page-menu_item-inner .page-menu_item-icon i {
  color: #333;
}
.page-menu_item-inner {
  position: relative;
  padding-right: 7px;
  overflow: hidden;
  margin-top: 10px;
}
.page-menu_item-inner a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 20px;
}
.page-menu_item-inner:after {
  position: absolute;
  right: 0;
  border-left: 22px solid #fefefe;
  border-top: 23px solid transparent;
  border-bottom: 22px solid transparent;
  top: 0;
  left: 100%;
  margin-left: -7px;
}
.page-menu_item-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 10px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-menu_item-icon .icon-jianhao {
  display: none;
}
.page-menu_item-icon i {
  font-size: 15px;
  color: #fff;
}
.page-menu_item-icon.on .icon-jianhao {
  display: block;
}
.page-menu_item-icon.on .icon-system-plus {
  display: none;
}
.page-menu_sub {
  display: none;
  padding: 0 0 0 35px;
  margin: 0;
  list-style: none;
}
.page-menu_sub-item:nth-child(1) {
  margin-top: 10px;
}
.page-menu_sub-item a {
  font-size: 18px;
  line-height: 30px;
  padding-left: 15px;
  background: none;
  color: #fff;
  padding-right: 0;
  position: relative;
}
.page-menu_sub-item a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.page-right {
  flex: 1;
  min-width: 1px;
  margin-top: 50px;
  padding-bottom: 40px;
}
.page-right_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
}
.page-right_title {
  font-size: 20px;
  color: #822530;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
.page-crumbs {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-crumbs a,
.page-crumbs span {
  margin: 0 5px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
.page-crumbs a:hover {
  color: #822530;
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .top-logo img {
    height: 90px;
  }
  .top-bg {
    right: 90px;
  }
  .nav-box_item > a {
    padding: 22px 0;
    font-size: 16px;
  }
  .one-right_list-item-time .p1 {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .one-right_list-item-time {
    height: 52px;
  }
  .one-right_list-item-title {
    font-size: 16px;
  }
  .one-right_list-item {
    margin-bottom: 15px;
  }
  .one-left_box-list-item {
    margin-bottom: 10px;
  }
  .two-list_item-title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
.one-left_box .swiper-pagination { bottom: 40px !important; }
  .top-link {
    display: none;
  }
  .one .wrap {
    flex-direction: column;
  }
  .one-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .one-left_box {
    flex-direction: column;
  }
  .one-left_box-swiper,
  .one-left_box-list {
    width: 100%;
  }
  .one-left_box-swiper {
    margin-bottom: 20px;
  }
  .one-left_box-swiper-title {
    border-left: 1px solid #bfbfbf;
    padding-left: 5px;
    font-size: 14px;
    line-height: 26px;
  }
  .one-left_box-list-item {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  .one-left_box-list-item .p1 {
    font-size: 14px;
  }
  .one-left_box-list-item .p2 {
    font-size: 12px;
  }
  .one-right {
    width: 100%;
    border-top: 2px solid #c15256;
    padding: 10px;
  }
  .one-right .home-title {
    margin-bottom: 10px;
  }
  .one-right_list-item {
    margin-bottom: 10px;
  }
  .one-right_list-item-time {
    margin-right: 10px;
    width: 60px;
    height: 50px;
  }
  .one-right_list-item-time .p1 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .one-right_list-item-time .p2 {
    font-size: 12px;
  }
  .one-right_list-item-title {
    font-size: 14px;
  }
  .home-title {
    background-size: 100% 20px;
    height: 25px;
    margin-bottom: 15px;
  }
  .home-title h3 {
    font-size: 20px;
  }
  .home-title a {
    font-size: 14px;
  }
  .two-list {
    flex-wrap: wrap;
    margin: -10px -5px 0 -5px;
  }
  .two-list_item {
    flex: none;
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
  .two-list_item-img {
    height: auto;
    margin-bottom: 5px;
  }
  .two-list_item-img img {
    height: 25px;
  }
  .two-list_item-title {
    font-size: 14px;
  }
  .three .wrap {
    flex-direction: column;
  }
  .three-item {
    width: 100%;
    margin: 10px 0;
  }
  .three-box_text {
    padding: 20px 10px;
  }
  .three-box_text p {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .three-box_text a {
    font-size: 14px;
  }
  .friends {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .friends h3 {
    font-size: 16px;
  }
  .friends a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px 6px;
    min-width: 120px;
  }
  .footer-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-contact {
    font-size: 14px;
  }
  .copyright {
    font-size: 14px;
  }
  .page-box .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-left {
    width: 100%;
  }
  .page-left_title {
    justify-content: space-between;
    margin-top: 0;
    border-radius: 0;
    padding: 0 15px;
  }
  .page-left_title h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 40px;
  }
  .page-left_title-menu {
    display: block;
  }
  .page-menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner {
    margin-top: 7px;
  }
  .page-menu_item-inner a {
    font-size: 15px;
    line-height: 35px;
    padding-left: 15px;
  }
  .page-menu_item-inner:after {
    border-left: 18px solid #fefefe;
    border-top: 15px solid transparent;
    border-bottom: 22px solid transparent;
  }
  .page-menu_item-icon {
    top: 10px;
  }
  .page-menu_sub {
    padding: 0 0 0 20px;
  }
  .page-menu_sub-item:nth-child(1) {
    margin-top: 7px;
  }
  .page-menu_sub-item a {
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
  }
  .page-right {
    padding: 0 15px 20px 15px;
    margin-top: 20px;
  }
  .page-right_top {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-right_title {
    font-size: 18px;
  }
  .page-crumbs {
    font-size: 14px;
  }
  .page-crumbs a,
  .page-crumbs span {
    font-size: 14px;
  }
}
.one-left_box .swiper-pagination {
    bottom: 70px;
    text-align: right;
  }
  .one-left_box .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    color: #333;
  }
  .one-left_box .swiper-pagination-bullet-active {
    color: #fff;
background: #822530;
  }