.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 {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .home-one_item .title, .home-one_left .swiper-slide p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.flex, .home-one_box, .footer-top .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .flex, .home-one_box, .footer-top .wrap {
    flex-direction: column;
  }
  .flex > div, .home-one_box > div, .footer-top .wrap > div {
    width: 100%;
  }
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

@font-face {
  font-family: "feibozhengdianti";
  src: url("../fonts/feibozhengdianti.otf");
}
.wrap {
  max-width: 1430px;
  padding: 0 0px;
  margin: 0 auto;
}

.top {
  background: #dfdfdc;
}
.top .wrap {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  align-items: center;
}
.top-logo img {
  max-width: 100%;
}
.top-logo span {
  font-size: 36px;
  color: #ae2d30;
  margin-bottom: 0;
  line-height: 1.1;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #ae2d30;
}
.top-search form {
  width: 225px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #7b7b7a;
  display: flex;
  padding: 1px;
}
.top-search input {
  border: none;
  background: transparent;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search input::-moz-placeholder {
  color: #999;
}
.top-search input::placeholder {
  color: #999;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  background: #6d6d6c url(../images/search.png) center no-repeat;
  width: 52px;
  border-radius: 21px;
  cursor: pointer;
  border: none;
}
.top-search_btn {
  justify-content: center;
  align-items: center;
  display: none;
}
.top_menu-btn {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
}
.top_menu-btn span, .top_menu-btn:after, .top_menu-btn:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #ae2d30;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo img {
    height: 40px;
    margin-right: 10px;
  }
  .top-logo span {
    font-size: 20px;
    padding-left: 10px;
    margin-left: 0;
  }
  .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 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 {
  border-top: 1px solid #71706f;
  background: #dfdfdc;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 11px 0;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: #a82328;
  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: #71706f;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.sub-box_item > a:hover {
  color: #fff;
  background:#a82328;
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background:#dfdfdc;
  }
  .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: 8px 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: block;
    background: url(../images/down.png) center no-repeat;
    width: 40px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .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: #444;
  }
}

.home-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
.home-title_text .p1 {
  text-transform: uppercase;
  font-size: 26px;
  color: #eeeeee;
  margin-bottom: 0;
  line-height: 1;
}
.home-title_text .p2 {
  font-size: 26px;
  color: #111;
  margin-bottom: 0;
  line-height: 1;
}
.home-title_more {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.home-title_more span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c8c5;
  margin-left: 15px;
  font-size: 18px;
  line-height: 1;
}
.home-title_more:hover {
  color: #ae2d30;
}
.home-title_more:hover span {
  background: #ae2d30;
  border-color: #ae2d30;
  color: #fff;
}

.footer-top {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-top .wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.footer-info p {
  font-size: 18px;
  color: #fff;
}
.footer-info p + p {
  margin-top: 15px;
}
.footer-icon {
  display: flex;
}
.footer-icon_item {
  position: relative;
  margin-left: 28px;
}
.footer-icon_item img {
  width: 130px;
  margin-bottom: 10px;
}
.footer-icon_item p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .copyright {
  padding: 20px 0;
  background: #33431c;
}
.footer .copyright .wrap {
  display: flex;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer .copyright .wrap a {
  color: #fff;
}
.footer .copyright .wrap a:before {
  content: "|";
  margin: 0 20px;
}
.footer .copyright .wrap a:hover {
  opacity: 0.8;
}
.footer .copyright p:last-child {
  margin-left: auto;
}

@media (max-width: 1025px) {
  .footer .copyright {
    font-size: 18px;
  }
  .footer-top {
    padding: 30px 0;
  }
  .footer-logo {
    width: 400px;
  }
  .footer-info p {
    font-size: 16px;
  }
  .footer-icon_item img {
    width: 120px;
  }
}
@media (max-width: 990px) {
  .footer-top {
    padding: 20px 0;
  }
  .footer-top .wrap {
    flex-direction: column;
  }
  .footer-icon {
    display: none;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logo img {
    height: 45px;
  }
  .footer-info p {
    font-size: 14px;
  }
  .footer-info p + p {
    margin-top: 5px;
  }
  .footer .copyright {
    padding: 10px 0;
    font-size: 14px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-box {
  position: relative;
background: #dfdfdc;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 38.785%;
  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: 70px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #fff;
border-radius: 0;
transform: rotate(45deg);
  margin: 0 12px !important;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #AE2D30;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 70px;
    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: 51%;
    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-one {
  background: url(../images/bg1.png) center no-repeat;
  padding: 20px 0;
}
.home-one_box {
  justify-content: space-between;
}
.home-one_left {
  width: 48.5714285714%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 17.1px 1.9px rgba(4, 0, 0, 0.15);
}
.home-one_left .swiper-slide a {
  display: block;
  position: relative;
}
.home-one_left .swiper-slide img {
  width: 100%;
  display: block;
}
.home-one_left .swiper-slide p {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  bottom: 0;
  padding: 0 20% 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
}
.home-one_left .swiper-pagination {
  bottom: 15px;
  padding-right: 20px;
  text-align: right;
}
.home-one_left .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: 11px;
  background: #fff;
border-radius: 0;
  border: 1px solid #fff;
  margin: 0 0 0 13px !important;
}
.home-one_left .swiper-pagination-bullet-active {
  background: #ae2d30;
}
.home-one_right {
  width: 50%;
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.2);
  padding: 0 15px;
}
.home-one_item {
  display: flex;
  border-bottom: 1px dashed #d8d8d8;
  align-items: center;
}
.home-one_item:last-child {
  border-bottom: 0;
}
.home-one_item .title {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
  line-height: 59px;
}
.home-one_item .time {
  font-size: 18px;
  color: #333333;
}
.home-one_item:hover .title {
  color: #ae2d30;
}

.home-two {
  padding: 20px 0;
}
.home-two_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home-two_tag {
  width: 23.5714285714%;
  display: flex;
  flex-direction: column;
  background: #dfe3de url(../images/bg2.png) left -33px top -15px no-repeat;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.home-two_tag-item {
  display: flex;
  align-items: center;
  padding-left: 15.303030303%;
  flex: 1;
  border-bottom: 1px solid #d2d2d1;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.home-two_tag-item:last-child {
  border-bottom: none;
}
.home-two_tag-item-img {
  margin-right: 20px;
}
.home-two_tag-item-img .hover {
  display: none;
}
.home-two_tag-item span {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-two_tag-item.on .default {
  display: none;
}
.home-two_tag-item.on .hover {
  display: block;
}
.home-two_tag-item.on span {
  color: #ae2d30;
}
.home-two_con {
  width: 75%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 17.1px 1.9px rgba(4, 0, 0, 0.15);
}
.home-two_item {
  display: none;
  padding: 40px;
}
.home-two_item.on {
  display: block;
}
.home-two_item h4 {
  text-align: center;
  font-size: 28px;
  color: #111111;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
.home-two_item-desc p {
  text-indent: 2em;
  font-size: 16px;
  color: #555555;
  margin-bottom: 30px;
  line-height: 2;
}
.home-two_item-desc p:last-child {
  margin-bottom: 0;
}

.home-three {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  .home-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .home-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-three_box {
  background-color: rgb(241, 244, 240);
  box-shadow: 0px 5px 17.1px 1.9px rgba(4, 0, 0, 0.15);
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
}
.home-three_box a {
  font-size: 16px;
  color: #7c886e;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 2px 0;
}
.home-three_box a:hover {
  color: #ae2d30;
}
.home-three_box a:after {
  content: "|";
  margin: 0 20px;
}
.home-three_box a:last-child:after {
  content: "";
}

.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;
}
@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;
    background: url(../images/menu-icon-arrow-white.png) center no-repeat;
    width: 22px;
    height: 15px;
  }
}

.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 320px;
  margin-right: 50px;
}
.page-menu {
  
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item a {
  display: block;
  font-size: 18px;
  line-height: 70px;
 
  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;
    background: #dfe3de;
    text-align: center;
}
.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;
  background: url(../images/location.png) left center no-repeat;
}
.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;
    position: relative;
    z-index: 999;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: 9999;
    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_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: #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;
  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: #ae2d30;
}

.page-list_item {
  margin-bottom: 20px;
  background: rgb(245, 245, 245);
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.page-list_item:hover {
  background: rgba(23, 51, 148, 0.1);
  transform: translateX(8px);
}
.page-list_item:last-child {
  margin-bottom: 0;
}
.page-list_item-text {
  flex: 1;
  min-width: 1px;
}
.page-list_item-text h3 {
  font-size: 26px;
  color: rgb(51, 51, 51);
  font-weight: normal;
  margin: 0 0 2% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-list_item-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgb(153, 153, 153);
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-list_item-time {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.page-list_item-time span {
  font-size: 20px;
  color: rgb(153, 153, 153);
}
.page-list_item-time em {
  font-style: normal;
  font-size: 34px;
  color: #ae2d30;
  margin-top: 4%;
}
@media (max-width: 990px) {
  .page-list_item {
    margin-bottom: 15px;
    padding: 15px;
  }
  .page-list_item-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .page-list_item-text p {
    font-size: 12px;
    line-height: 1.6;
  }
  .page-list_item-time {
    width: 60px;
  }
  .page-list_item-time span {
    font-size: 14px;
  }
  .page-list_item-time em {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .home-one_item .title {
    font-size: 16px;
    line-height: 42px;
  }
  .home-two_tag-item {
    padding-left: 6%;
  }
  .footer .copyright .wrap {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .home-one_item .time {
    font-size: 14px;
  }
  .footer .copyright .wrap {
    flex-wrap: wrap;
  }
  .home-title {
    margin-bottom: 15px;
  }
  .home-title_text .p1 {
    font-size: 18px;
  }
  .home-title_text .p2 {
    font-size: 18px;
  }
  .home-title_more {
    font-size: 14px;
  }
  .home-title_more span {
    width: 18px;
    height: 18px;
    font-size: 14px;
    margin-left: 5px;
  }
  .home-three_box {
    padding: 10px;
  }
  .home-three_box a {
    font-size: 13px;
    margin: 1px 0;
  }
  .banner-box .wrap {
    padding: 0;
  }
  .home-two_box {
    flex-direction: column;
  }
  .home-two_tag,
  .home-two_con {
    width: 100%;
  }
  .home-two_tag {
    flex-direction: row;
    border-radius: 0;
    align-items: flex-start;
  }
  .home-two_tag-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
  }
  .home-two_tag-item-img {
    margin: 0;
  }
  .home-two_tag-item img {
    height: 15px;
  }
  .home-two_tag-item span {
    font-size: 12px;
  }
  .home-two_item {
    padding: 10px;
  }
  .home-two_item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-two_item-desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home-two_item-desc p:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=main.css.map */




.page-wrap_left .page-title h3 {
   background: #7c886e;
    background-size: cover;
    line-height: 105px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}