.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, .page-list_item a, .list_four-item a, .list_three-item a, .list_one-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .layout_one-imgs-item a img, .footer_logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .page-main_box, .layout_three-box, .layout_two-box, .layout_one-box, .footer_box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .page-main_box, .layout_three-box, .layout_two-box, .layout_one-box, .footer_box {
    flex-direction: column;
  }
  .dflex > div, .page-main_box > div, .layout_three-box > div, .layout_two-box > div, .layout_one-box > div, .footer_box > div {
    width: 100%;
  }
}

.flex1, .page-list_item a, .page-main_right, .list_four-item a, .list_three-item a, .list_two-text, .list_one-item a, .top-logo img,.tuwen_one-item-text {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .page_tuwen-item-img, .tuwen_one-item-img, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .page_tuwen-item-img .inner-bg, .tuwen_one-item-img .inner-bg, .one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .page_tuwen-item-img:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.header {
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
}
.top {
  padding: 1.09375vw 0 0.78125vw 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  align-items: center;
}
.top-logo span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1250px) {
  .top-logo span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-logo span {
    font-size: 14px;
  }
}
.top-search_form {
  width: 240px;
  height: 40px;
  display: flex;
  padding: 2px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  padding: 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.top-search_btn i {
  font-size: 18px;
  color: #fff;
}
.top-search_btn:focus {
  outline: none;
}
.top .mob-search_btn {
  display: none;
}
.top .mob-search_btn i {
  font-size: 24px;
  color: #fff;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.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;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #aa1e24;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}
.nav {
border-top: 1px solid #CF4031;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 990px) {
  .nav-box_item.on > a, .nav-box_item:hover > a {
    background: rgba(255, 255, 255, 0.16);
  }
}
.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:#ecdfe0;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px;
  font-size: 15px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  font-weight: bold;
}
.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: #aa1e24;
  }
  .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;
    text-align: left;
  }
}

.layout_title {
  margin-bottom: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout_title-text {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #000;
}
.layout_title-text i {

    font-style: normal;
margin: 0 5px;
}
.layout_title-text img {
  margin-right: 6px;
}
.layout_title-text span {
  line-height: 1.375;
  cursor: pointer;
}
.layout_title-text .s1:hover,
.layout_title-text .s1.on,
.layout_title-text .s2:hover,
.layout_title-text .s2.on {
     font-weight: bold;
  font-size: 26px;
}
@media (max-width: 1250px) {
.layout_title-text .s1.on,.layout_title-text .s2.on{
    font-weight: bold;
    font-size: 18px !important;
}
  .layout_title-text span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-text span {
    font-size: 14px;
  }
}
.layout_title-more {
  font-size: 16px;
  color: #9e9898;
  margin-bottom: 1.375;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1250px) {
  .layout_title-more {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .layout_title-more {
    font-size: 12px;
  }
}
.layout_title-more img {
  margin-left: 8px;
}
.layout_title.text-white .layout_title-text span {
  color: #fff;
}
.layout_title.text-white .layout_title-more {
  color: #fff;
}

.footer {
  padding-top: 85px;
  padding-bottom: 65px;
  background: url(../images/bg4.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1250px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer_box {
  justify-content: space-between;
}
.footer_box-left p {
  margin-top: 1.5625vw;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .footer_box-left p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_box-left p {
    font-size: 14px;
  }
}
.footer_box-left p span {
  margin-right: 1.0416666667vw;
  opacity: 0.8;
}
.footer_title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.3020833333vw;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .footer_title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_title {
    font-size: 14px;
  }
}
.footer_links a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.0416666667vw;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .footer_links a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_links a {
    font-size: 14px;
  }
}
.footer_links a:last-child {
  margin-bottom: 0;
}
.footer_ewm {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 8px;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 31.3541666667%;
  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: 20px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #ff9f60;
  margin: 0 0 0 12px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}
@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;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  position: relative;
  display: block;
}
.one-swiper-item:hover .one-swiper-item-text .p1 {
  color: #aa1e24;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 56.3157894737%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  padding: 12px 20px 29px 20px;
  background: #fff;
}
.one-swiper-item-text .p1 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.375;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.75em;
}
@media (max-width: 1250px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper-item-text .p2 {
  font-size: 14px;
  line-height: 22px;
  color: #9e9898;
  margin-bottom: 12px;
}

.two-swiper {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.5625vw;
}

.layout_one {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(../images/bg2.png) bottom center no-repeat;
  background-size: 100%;
}
@media (max-width: 1250px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 61.6666666667%;
}
.layout_one-right {
  width: 33.3333333333%;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(129, 0, 6, 0.2);
  border-bottom: 6px solid #aa1e24;
}
.layout_one-right .layout_title {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 1.5625vw;
  margin-bottom: 0;
}
.layout_one-imgs {
  padding-top: 3.6458333333vw;
  display: flex;
  flex-wrap: wrap;
  margin: -24px -15px 0 -15px;
}
.layout_one-imgs-item {
  width: calc(33.33% - 30px);
  margin: 24px 15px 0 15px;
}
.layout_one-imgs-item a {
  display: block;
  overflow: hidden;
}
.layout_one-imgs-item a:hover img {
  transform: scale(1.1);
}
.layout_one-imgs-item a img {
  transition: all 0.5s;
  display: block;
}

.layout_two {
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1250px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-left {
  width: 65.8333333333%;
}
.layout_two-right {
  width: 31.6666666667%;
  background: rgba(255, 255, 255, 0.2);
  padding: 18px 20px;
}

.layout_three {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #fff url(../images/bg5.png) bottom left repeat-x;
}
@media (max-width: 1250px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_three-box {
  justify-content: space-between;
}
.layout_three-item {
  width: calc(33.333% - 26px);
}

.list_one-item {
  display: flex;
  align-items: center;
}
.list_one-item + .list_one-item {
  
  margin-top: 1.5625vw;
}
.list_one-item a {
  padding-left: 17px;
  background: url(../images/i7.png) left center no-repeat;
  font-size: 17px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .list_one-item a {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .list_one-item a {
    font-size: 14px;
  }
}
.list_one-item a:hover {
  color: #aa1e24;
}
.list_one-item span {
  font-size: 14px;
  color: #9e9898;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 10px;
}
@media (max-width: 1250px) {
  .list_one-item span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item span {
    font-size: 14px;
  }
}

.layout_one-right .list_two {
display: none;
}
.layout_one-right .list_two.on {
display: block;
}

.list_two-item a{
  padding: 20px 1.5625vw;
}
.list_two-item:last-child {
  margin-bottom: 0;
}
.list_two-item a {
  display: flex;
  align-items: center;
}
.list_two-item a:hover {
  background: #FFEEEB;
}
.list_two-item a:hover .list_two-text .p1 {
  color: #aa1e24;
}
.list_two-time {
  margin-right: 0.9375vw;
  text-align: center;
}
.list_two-time .p1 {
  font-size: 20px;
  color: #aa1e24;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1250px) {
  .list_two-time .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-time .p1 {
    font-size: 14px;
  }
}
.list_two-time .p2 {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: #aa1e24;
  border: 1px solid #bbbbbb;
  padding: 0 5px;
  border-radius: 2px;
}
.list_two-text .p1 {
  font-size: 17px;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
@media (max-width: 1250px) {
  .list_two-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_two-text .p1 {
    font-size: 14px;
  }
}

.list_three-item {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(255, 248, 248, 0.2);
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item a {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .list_three-item a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 14px;
  }
}
.list_three-item a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.list_three-item span {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.list_four {
  margin-bottom: 3.125vw;
}
.list_four-item {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px dashed #d4d1d1;
  margin-bottom: 19px;
}
.list_four-item:last-child {
  margin-bottom: 0;
}
.list_four-item:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #aa1e24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.list_four-item a {
  font-size: 17px;
  color: #000;
  margin-bottom: 1.4;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .list_four-item a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_four-item a {
    font-size: 14px;
  }
}
.list_four-item a:hover {
  color: #aa1e24;
}
.list_four-item span {
  font-size: 12px;
  color: #9e9898;
  margin-left: 16px;
}

.tuwen_one-item {
  display: flex;
  align-items: center;
  background: rgba(217, 39, 14, 0.05);
}
.tuwen_one-item-img {
  position: relative;
  width: 61%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 56.03448%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-time {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 7px;
  background: #aa1e24;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.tuwen_one-item-time span {
  font-size: 22px;
  color: #fff;
  margin-bottom: 1.36;
  line-height: 1.5;
  margin-right: 3px;
}
@media (max-width: 1250px) {
  .tuwen_one-item-time span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-time span {
    font-size: 14px;
  }
}
.tuwen_one-item-text {
  padding: 0 1.04vw;
}
.tuwen_one-item-text .line {
  width: 24px;
  height: 4px;
  background: #d9270e;
  border-radius: 2px;
  margin-bottom: 8px;
}
.tuwen_one-item-text .p1 {
  font-size: 17px;
  color: #000000;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.83vw;
  height: 2.8em;
}
.tuwen_one-item-text .p2 {
  font-size: 14px;
  color: #5a5958;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: calc(1.7 * 6 * 1em);
}

@media (max-width: 1250px) {
  .tuwen_one-item-text .p1 {
    font-size: 15px;
  }
  .tuwen_one-item-text .p2 {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
  .tuwen_one-item-text .p2 {
    font-size: 12px;
  }
  .tuwen_one-item {
    flex-direction: column;
  }
  .tuwen_one-item-text {
    padding: 10px;
  }
  .tuwen_one-item-img {
     width: 100%;
   }
}
.tuwen_one-item:hover .tuwen_one-item-text .p1 {
  color: #d9270e;
}

.tuwen_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tuwen_two-item {
  width: calc(25% - 30px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(129, 0, 6, 0.1);
  padding: 12px 12px 36px 12px;
}
.tuwen_two-item a {
  display: block;
}
.tuwen_two-item a:hover .tuwen_two-item-img img {
  transform: rotateY(360deg);
}
.tuwen_two-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
}
.tuwen_two-item-img img {
  height: 100%;
  display: block;
  transition: all 0.5s ease;
}
.tuwen_two-item-text {
  font-size: 18px;
  color: #aa1e24;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1250px) {
  .tuwen_two-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text {
    font-size: 14px;
  }
}

.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: #aa1e24;
  border-color: #aa1e24;
  color: #fff;
}
.paging span {
  border: none;
}

.page-banner {
  position: relative;
}
.page-banner-img .inner-bg {
  padding-bottom: 18.75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-banner-text .p1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .page-banner-text .p1 {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .page-banner-text .p1 {
    font-size: 20px;
  }
}
.page-banner-text .p2 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .page-banner-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-banner-text .p2 {
    font-size: 14px;
  }
}

.page-main {
  background: #fff8f8;
}
.page-main_left {
  width: 240px;
  position: relative;
  z-index: 99;
  margin-right: 1.5625vw;
}
.page-main_right {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1250px) {
  .page-main_right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .page-main_right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-main_title {
  text-align: center;
  background: #aa1e24;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.375;
  padding: 1.16em 0;
  margin-top: -1.4em;
}
@media (max-width: 1250px) {
  .page-main_title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-main_title {
    font-size: 14px;
  }
}
.page-main_title i {
  display: none;
}
.page-main_menu {
  background: #aa1e24;
}
.page-main_menu-item a {
  display: block;
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.4;
  padding: 1.16em 0;
  padding-left: 3.3333333333vw;
}
@media (max-width: 1250px) {
  .page-main_menu-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-main_menu-item a {
    font-size: 14px;
  }
}
.page-main_menu-item a:after {
  position: absolute;
  right: 1.40625vw;
  border-width: 5px;
  border-style: solid;
  top: calc(50% - 5px);
  border-color: transparent transparent transparent #fff;
}
.page-main_menu-item.on a, .page-main_menu-item:hover a {
  background: rgba(229, 95, 81, 0.5);
  color: #fff;
}
.page-main_menu-item.on a:after, .page-main_menu-item:hover a:after {
  content: "";
}
.page-main_crumbs {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 14px;
  color: #9e9898;
}
.page-main_crumbs a:hover {
  color: #aa1e24;
}

.page-list_item {
  margin-bottom: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(129, 0, 6, 0.08);
  border-left: 2px solid #aa1e24;
  font-size: 16px;
  padding: 0 1.875em 0 2.5em;
  display: flex;
  align-items: center;
  position: relative;
}
.page-list_item:last-child {
  margin-bottom: 0;
}
.page-list_item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6.25em;
  background: linear-gradient(270deg, rgba(255, 33, 49, 0) 0%, rgba(255, 52, 61, 0.1) 100%);
}
.page-list_item:hover:before {
  content: "";
}
.page-list_item:hover a {
  color: #aa1e24;
}
.page-list_item a {
  padding: 1.4375em 0;
  color: #000;
  position: relative;
  z-index: 9;
}
.page-list_item span {
  font-size: 14px;
  color: #9e9898;
  margin-left: 0.5em;
}

@media (max-width: 990px) {
  .page-banner-img .inner-bg {
    padding-bottom: 25%;
  }
  .page-banner-text .p1 {
    margin-bottom: 0;
  }
  .page-main_left {
    margin-top: 15px;
  }
  .page-main_title {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-main_title i {
    display: block;
  }
  .page-main_menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .page-main_menu.on {
    display: block;
  }
  .page-list_item {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .page-list_item a {
    padding: 15px 0;
    font-size: 14px;
  }
}
.page-search {
  padding-bottom: 40px;
  background: #fff8f8 url(../images/bg6.png) bottom center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.page-search:after {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 9;
  background: url(../images/a.png) left center no-repeat;
  background-size: 100%;
  width: 36.9791666667vw;
  height: 90px;
}
.page-search_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.page-search_top-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: -15px;
}
@media (max-width: 1250px) {
  .page-search_top-title {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .page-search_top-title {
    font-size: 20px;
  }
}
.page-search_top-count {
  font-size: 16px;
  color: #000;
  padding-top: 1.7708333333vw;
}

@media (max-width: 990px) {
  .page-search:after {
    display: none;
  }
  .page-search_top-title {
    margin-top: 15px;
    background: #aa1e24;
    padding: 0.2em 0.5em;
    font-size: 16px;
  }
  .page-search_top-count {
    margin-top: 15px;
    font-size: 14px;
  }
  .page-search_top {
    margin-bottom: 15px;
  }
}
.page_tuwen {
  padding-top: 3.125vw;
  display: flex;
  margin: -30px -15px 0 -15px;
  flex-wrap: wrap;
}
.page_tuwen-item {
  width: calc(33.33% - 30px);
  margin: 30px 15px 0 15px;
  background: #fff;
}
.page_tuwen-item-img .inner-bg {
  padding-bottom: 47.3684210526%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_tuwen-item-text {
  padding: 12px;
}
.page_tuwen-item-text .p1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1250px) {
  .page_tuwen-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page_tuwen-item-text .p1 {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .page_tuwen {
    padding-top: 0;
    margin: -15px 0 0 0;
  }
  .page_tuwen-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .page_tuwen-item-text {
    padding: 10px;
  }
}
.page-detail {
  background: #ffffff;
  border: 1px solid rgba(170, 30, 36, 0.2);
  padding: 3.125vw 2.0833333333vw;
}
.page-detail_title {
  text-align: center;
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.43;
}
@media (max-width: 1250px) {
  .page-detail_title {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .page-detail_title {
    font-size: 20px;
  }
}
.page-detail_info {
  text-align: center;
  font-size: 18px;
  color: #9e9898;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 1.5625vw;
}
@media (max-width: 1250px) {
  .page-detail_info {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_info {
    font-size: 14px;
  }
}
.page-detail_cont {
  border-top: 1px solid #e6e6e6;
  padding-top: 2.0833333333vw;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1250px) {
  .page-detail_cont {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_cont {
    font-size: 14px;
  }
}
.page-detail_cont p {
  margin-bottom: 15px;
}

@media (max-width: 1250px) {
  .wrap {
    max-width: 1054px;
  }
.list_two-item a {
padding-top: 15px;
padding-bottom: 15px;
}
  .list_three-item {
    padding-bottom: 17px;
  }
}
@media (max-width: 990px) {
  .list_one-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .layout_one-right,
  .layout_two-right {
    margin-top: 15px;
  }
  .layout_one-imgs {
    margin: -10px -5px 0 -5px;
  }
  .layout_one-imgs-item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
  .one-swiper-item-text {
    padding: 12px;
  }
  .layout_two-right {
    padding: 15px;
  }
  .list_three-item,
  .list_four-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .layout_three-item {
    margin-top: 15px;
  }
  .layout_title {
    margin-bottom: 15px;
  }
  .tuwen_two-item {
    width: calc(50% - 5px);
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .tuwen_two-item-img {
    height: 100px;
  }
  .footer_box-mid {
    margin-top: 15px;
  }
  .footer_links {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_links a {
    margin-right: 10px;
  }
  .footer_box-right {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */