html {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .one-swiper-item-text .p1, .list_one-item a, .list_six-item a, .page-list_item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .top-logo img, .footer-logo .img img {
  display: inline-block;
  max-width: 100%;
}

.flex {
  display: flex;
}

@media (max-width: 990px) {
  .flex {
    flex-direction: column;
  }
  .flex > div {
    width: 100%;
  }
}

.hoverImg {
  overflow: hidden;
}

.hoverImg img {
  display: block;
  transition: all 0.5s;
}

.hoverImg:hover img {
  transform: scale(1.1);
}

.flexText {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1430px;
  padding: 25px 15px;
  margin: 0 auto;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
}

.header {
  background: url(../images/bg1.png) right center no-repeat;
  background-size: cover;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.top-logo {
  padding-left: 8px;
  display: flex;
}

.top-search_btn {
  display: none;
}

.top-search_btn i {
  font-size: 16px;
  color: #fff;
}

.top-search form {
  background: #fff;
  width: 240px;
  border-radius: 6px;
  height: 43px;
  display: flex;
}

.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 0;
  padding: 0 0 0 18px;
  font-size: 18px;
  color: #333;
}

.top-search input::placeholder {
  color: #c1c1c1;
}

.top-search input:focus {
  outline: none;
}

.top-search button {
  background: url(../images/search.png) center no-repeat;
  width: 45px;
  cursor: pointer;
  border: none;
}

.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) {
  .header {
    position: relative;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #dfdfdc;
    border-top: 1px solid #7b7b7a;
  }
  .top-search_btn {
    display: block;
  }
  .top-search form {
    width: 100%;
    height: 40px;
  }
  .top-search.on {
    display: flex;
    justify-content: flex-end;
  }
  .top-search input {
    font-size: 14px;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
  justify-content: space-between;
}

.nav-box_item {
  position: relative;
}

.nav-box_item > a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 2.4;
  border-bottom: 2px solid transparent;
}

.nav-box_item.on > a, .nav-box_item:hover > a {
  border-bottom-color: #fff;
}

.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: #a82328;
    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-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #77161a;
  }
  .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;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    border-bottom: none !important;
  }
  .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;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  padding-bottom: 42.1875%;
  position: relative;
}

.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.banner .swiper-pagination {
  bottom: 40px;
  text-align: right;
  padding-right: 17.96875%;
}

.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 0 0 7px !important;
  background: #fff;
  border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  background: transparent;
}

@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px !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: 36%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.main {
  padding: 50px 0 80px 0;
}

.main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.main-title_white .main-title_text,
.main-title_white .main-title_more {
  color: #fff;
}

.main-title_text {
  font-size: 26px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1.5;
}

.main-title_more {
  font-size: 14px;
  color: #a82328;
  margin-bottom: 0;
  line-height: 1.5;
}

.main-title_more:hover {
  text-decoration: underline;
}

.main-box {
  display: flex;
  justify-content: space-between;
}

.main-box_item {
  width: calc(33.3333% - 20px);
}

.one-swiper {
  position: relative;
  overflow: hidden;
}

.one-swiper-item {
  display: block;
}

.one-swiper-item-img {
  padding-bottom: 72.4359%;
  position: relative;
}

.one-swiper-item-img .inner-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.one-swiper-item-text {
  padding: 17px;
}

.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #025394;
  margin-bottom: 0;
  line-height: 1.5;
}

.one-swiper .swiper-pagination {
  position: static;
}

.one-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 9px !important;
  background: #CACACA;
}

.one-swiper .swiper-pagination-bullet-active {
  background: #a82328;
}

.list_one-item {
  border-bottom: 1px dashed #DADADA;
}

.list_one-item:last-child {
  border-bottom: none;
}

.list_one-item a {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 20px 0;
}

.list_one-item a:hover {
  color: #025394;
}

.list_two-item {
  margin-bottom: 35px;
}

.list_two-item:last-child {
  margin-bottom: 0;
}

.list_two-item a {
  display: block;
  padding: 17px 25px;
}

.list_two-item a:hover {
  background: #a82328;
}

.list_two-item a:hover .p1, .list_two-item a:hover .p2 {
  color: #fff;
}

.list_two-item .p1 {
  font-size: 14px;
  color: #025394;
  margin-bottom: 10px;
  line-height: 1.5;
}

.list_two-item .p2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
}

.list_three-item {
  border-bottom: 1px dashed #EDEDED;
}

.list_three-item:last-child {
  border-bottom: none;
}

.list_three-item:hover {
  border-bottom-color: #025394;
}

.list_three-item:hover a {
  color: #025394;
}

.list_three-item a {
  display: block;
  padding: 17px 0;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.8;
}

.main-box + .main-box {
  margin-top: 20px;
}

.main-box_itemd {
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
  padding: 25px 20px;
}

.list_four-item {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}

.list_four-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.list_four-item a {
  display: block;
  padding-bottom: 15px;
}

.list_four-item a:hover .p1, .list_four-item a:hover .p2 {
  color: rgba(255, 255, 255, 0.8);
}

.list_four-item .p1 {
  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: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.8;
  height: 3.6em;
}

.list_four-item .p2 {
  text-align: right;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.main-box_itemf {
  padding: 25px 20px;
}

.list_five-item {
  border-bottom: 1px dashed #D4D4D4;
  padding-bottom: 27px;
  margin-bottom: 20px;
}

.list_five-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list_five-item a {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.6em;
  position: relative;
  padding-left: 10px;
}

.list_five-item a:hover {
  color: #025394;
}

.list_five-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 20px;
  background: #025394;
}

.main-box_itemg {
  background: #025394;
  padding: 25px 20px;
}

.list_six-item {
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 29px;
  padding-bottom: 29px;
}

.list_six-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.list_six-item a {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.list_six-item a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main-ad {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 11.28571%;
  position: relative;
  margin-top: 50px;
}

.main-ad_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-ad_text {
  margin-left: 17.85714%;
}

.main-ad_text .p1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 0px 4px 7.6px rgba(25, 30, 173, 0.04);
}

.main-ad_btn {
  margin-right: 6.78571%;
  padding: 0.9em 1.25em;
  background: #dbe0f2;
  border-radius: 1.5em;
  font-size: 20px;
  color: #015294;
  margin-bottom: 0;
  line-height: 1;
}

.main-ad_btn a {
  display: block;
}

.footer {
  background: url(../images/bg4.png) top center no-repeat;
  background-size: cover;
  padding: 40px 0 0 0;
}

.footer-top {
  display: flex;
  padding-bottom: 25px;
}

.footer-logo {
  width: 31.42857%;
}

.footer-logo .img {
  margin-bottom: 25px;
}

.footer-logo .text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-logo .text p + p {
  margin-top: 20px;
}

.footer-links {
  border-right: 1px solid #D7A8A9;
  width: 24.28571%;
  padding-left: 5.71429%;
}

.footer-links .foot-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-links .foot-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 2px;
  background: #fff;
}

.footer-links_list a {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-links_list a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-links_list a + a {
  margin-top: 20px;
}

.footer .foot-ewm {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.footer .foot-ewm_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .foot-ewm_box img {
  max-width: 100%;
}

.footer .foot-ewm_box p {
  margin-top: 17px;
  font-size: 18px;
  color: #fff;
}

.footer-copyright {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #C88689;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.page_banner {
  padding-bottom: 23.4375%;
  position: relative;
  position: relative;
}
.page_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: url(../images/columetitle.jpg) center no-repeat;
  background-size: cover;
  line-height: 105px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 320px;
  padding-left: 75px;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
.page-title-menu i {
  color: #fff;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #ae2d30;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
    width: 22px;
    height: 15px;
  }
}

.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 320px;
  margin-right: 50px;
}
.page-menu {
  border-left: 5px solid #ae2d30;
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  padding-left: 40px;
  color: #333;
  background: #fff url(../images/jt1.png) right 40% center no-repeat;
  transition: all 0.3s;
}
.page-menu_item.on a, .page-menu_item:hover a {
  background-image: url(../images/jt2.png);
  color: #ae2d30;
}
.page-menu_item.on {
  font-weight: bold;
}

.page-wrap_right {
  flex: 1;
  padding: 20px 0 40px 0;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
  white-space: no-wrap;
}
.page-wrap_right-title span {
  font-size: 20px;
  font-weight: bold;
  color: #ae2d30;
  margin-left: 5px;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  line-height: 20px;
}
.page-wrap_right .crumbs a:hover {
  color: #ae2d30;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
  }
  .page-menu {
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #ae2d30;
    background-position: right 10px center;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .page-wrap_right-title span {
    font-size: 18px;
  }
}

.page-list_item a {
  display: flex;
  justify-content: space-between;
  height: 51px;
  align-items: center;
  border-bottom: 1px dashed #dddddd;
}
.page-list_item a:before {
  content: "";
  background: #ae2d30;
  width: 5px;
  height: 5px;
  margin-right: 10px;
}
.page-list_item a:hover .page-list_item-title {
  transform: translateX(10px);
  color: #ae2d30;
}
.page-list_item-title {
  font-size: 18px;
  margin-right: auto;
  color: #333;
  flex: 1;
  min-width: 1px;
  transition: all 0.3s;
}
.page-list_item-time {
  font-size: 18px;
  color: #999;
}
@media (max-width: 990px) {
  .page-wrap_right-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrap_right .crumbs {
    padding-left: 0;
    margin-top: 10px;
  }
  .page-list_item a {
    height: 35px;
  }
  .page-list_item-title {
    font-size: 15px;
  }
  .page-list_item-time {
    font-size: 15px;
  }
}

.page_content {
  font-size: 16px;
  line-height: 2;
}

.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: #ae2d30;
  border-color: #ae2d30;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
  white-space: nowrap;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .main {
    padding: 20px 0 50px 0;
  }
  .nav-box_item > a {
    font-size: 16px;
  }
  .main-title_text {
    font-size: 20px;
  }
  .main-title {
    margin-bottom: 15px;
  }
  .one-swiper-item-text {
    padding: 10px;
  }
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
  .list_one-item a {
    font-size: 16px;
    padding: 10px 0;
  }
  .list_two-item .p2 {
    font-size: 16px;
  }
  .list_two-item {
    margin-bottom: 12px;
  }
  .list_two-item a {
    padding: 10px 15px;
  }
  .list_three-item a {
    padding: 10px 0;
    font-size: 16px;
  }
  .main-box_itemd,
  .main-box_itemf,
  .main-box_itemg {
    padding: 15px 10px;
  }
  .list_four-item .p1,
  .list_four-item .p2 {
    font-size: 16px;
  }
  .list_four-item {
    margin-bottom: 10px;
  }
  .list_four-item a {
    padding-bottom: 10px;
  }
  .list_five-item a {
    font-size: 16px;
  }
  .list_five-item {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .list_five-item a::before {
    height: 16px;
    top: 7px;
  }
  .list_six-item a {
    font-size: 16px;
  }
  .list_six-item {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
  .main-ad_text .p1 {
    font-size: 30px;
  }
  .main-ad_btn {
    font-size: 16px;
  }
  .footer-logo .text p {
    font-size: 14px;
  }
  .footer-logo .text p + p {
    margin-top: 5px;
  }
  .footer-links .foot-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-links_list a {
    font-size: 16px;
  }
  .footer-links_list a + a {
    margin-top: 5px;
  }
  .footer .foot-ewm_box p {
    margin-top: 7px;
    font-size: 14px;
  }
  .footer-copyright {
    padding: 10px 0;
    font-size: 16px;
  }
  .main-ad {
    margin-top: 30px;
  }
}

@media (max-width: 990px) {
  .page-next-prev {
    flex-direction: column;
  }
  .page-next-prev > div {
    font-size: 14px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .top {
    padding: 7px 0;
  }
  .top-logo {
    padding-left: 0;
  }
  .top-search_btn {
    margin-left: auto;
  }
  .main-box {
    flex-direction: column;
  }
  .main-box_item {
    width: 100%;
  }
  .main-box_item + .main-box_item {
    margin-top: 15px;
  }
  .main {
    padding: 10px 0;
  }
  .main-ad {
    padding-bottom: 30%;
  }
  .main-ad_text {
    margin-left: 10px;
  }
  .main-ad_text .p1 {
    font-size: 20px;
  }
  .main-ad_btn {
    margin-right: 10px;
    white-space: nowrap;
  }
  .main-ad_btn {
    padding: 0.5em 1em;
  }
  .footer {
    padding-top: 10px;
  }
  .footer-top {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-top {
    padding-bottom: 10px;
  }
  .footer-links {
    width: 50%;
    padding: 0 10px 0 0 !important;
    margin-top: 10px;
  }
  .foot-ewm {
    display: none !important;
  }
  .footer-links {
    border-right: 0;
  }
  .footer-logo .img {
    margin-bottom: 10px;
  }
  .footer-links .foot-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-links .foot-title::after {
    height: 1px;
  }
  .footer-links_list a {
    font-size: 14px;
  }
  .footer-copyright {
    padding: 5px 0;
    font-size: 14px;
  }
  .list_six-item,
  .list_five-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .list_six-item a {
    font-size: 14px;
  }
  .list_five-item a {
    font-size: 14px;
  }
  .list_two-item a {
    padding: 10px;
  }
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
  .banner .swiper-slide a {
    padding-bottom: 51%;
  }
  .list_one-item a {
    font-size: 14px;
    padding: 5px 0;
  }
  .list_two-item .p1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list_two-item .p2 {
    font-size: 14px;
  }
  .list_three-item a {
    font-size: 14px;
  }
  .list_four-item .p1, .list_four-item .p2 {
    font-size: 14px;
  }
  .list_five-item a::before {
    height: 14px;
    top: 6px;
  }
}