.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: 15px;
  color: #5c5c5c;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item a, .list-one-item a, .two-swiper-item-text, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .layout_hf-item img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_page-box, .layout_two, .layout_hf, .layout_one {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_page-box, .layout_two, .layout_hf, .layout_one {
    flex-direction: column;
  }
  .dflex > div, .layout_page-box > div, .layout_two > div, .layout_hf > div, .layout_one > div {
    width: 100%;
  }
  .dflex > div + div, .layout_page-box > div + div, .layout_two > div + div, .layout_hf > div + div, .layout_one > div + div {
    margin-top: 10px;
  }
}

.flex1, .page-list_item a, .layout_page-right, .list-one-item a, .top-search form [name=query] {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.top {
  border-top: 2px solid #b80c0c;
  background: url(../images/bj.jpg) center no-repeat;
  padding: 1.875vw 0;
}
.top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-logo {
  display: flex;
  margin-right: 15px;
}
.top-search form {
  display: flex;
}
.top-search form [name=query] {
  padding: 0 20px;
  color: #333;
  background: #fff;
  font-size: 14px;
  width: 248px;
  height: 36px;
  border-radius: 20px;
  border: none;
}
.top-search form [name=query]::-moz-placeholder {
  color: #999;
}
.top-search form [name=query]::placeholder {
  color: #999;
}
.top-search form [type=submit] {
  margin-left: 5px;
  background: #b80c0c;
  border: none;
  width: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
}
.top-search form [type=submit]:focus {
  outline: none;
}
.top_search-btn {
  display: none;
}
.top_search-btn i {
  color: #b80c0c;
  font-size: 24px;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #b80c0c;
  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-logo {
    width: 70%;
    margin-right: 10px;
  }
  .top-search form [type=submit] {
    border: 1px solid #fff;
  }
  .top_search-btn {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
  }
  .top_menu-btn {
    display: flex;
  }
}

.nav {
  background: #b80c0c;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  font-size: 18px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: rgba(0, 0, 0, 0.2);
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    min-width: 100%;
    background: #b80c0c;
    overflow: hidden;
  }
}
.sub-box_item {
  text-align: center;
}
.sub-box_item > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.sub-box_item > a:hover {
  background: transparent;
}

@media (max-width: 990px) {
  .nav {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #b80c0c;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 42px;
    color: #fff;
  }
  .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 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sub-box_item > a {
    padding: 8px 10px 8px 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #e7e7e7;
  }
}

.layout-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #b80c0c;
  padding: 0 10px;
  height: 44px;
  margin-bottom: 10px;
}
.layout-title_text {
  font-size: 16px;
  color: #fff;
}
.footer {
  background: #b80c0c;
  padding: 1.5625vw 0;
  text-align: center;
}
.footer p {
  font-size: 14px;
  color: #fff;
}
.footer p + p {
  margin-top: 15px;
}

.gundong {
  position: absolute;
  z-index: 999999;
  width: 355px;
}
.gundong a {
  display: block;
}
.gundong img {
  display: block;
  width: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 23.4375%;
  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: 30px;
}
.banner .swiper-pagination-bullet {
  background: transparent;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  opacity: 1;
  background: #ccc;
}
.banner .swiper-pagination-bullet-active {
  background: #b80c0c;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  opacity: 0.5;
  transform: translateX(0);
  top: 76%;
  background: transparent;
}
.banner .swiper-button-prev i,
.banner .swiper-button-next i {
  font-size: 30px;
  color: #fff;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 1;
}
.banner .swiper-button-prev {
  left: 15%;
}
.banner .swiper-button-next {
  right: 15%;
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 73.2394366197%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.one-swiper-item-text .p1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20% 0 10px;
}
.one-swiper .swiper-pagination {
  position: absolute;
  right: 0px;
  bottom: 7px;
  left: auto;
  width: auto;
}
.one-swiper .swiper-pagination-bullet {
  background: transparent;
  width: 15px;
  line-height: 15px;
  text-align: center;
  height: 15px;
  font-size: 12px;
  color: #000;
  margin: 0 2px !important;
  border-radius: 0;
  opacity: 1;
  font-weight: bold;
  background: #d9d9d9;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #ffd116;
  color: #b80c0c;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 72.2222222222%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  padding: 0px 5px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}

.three-swiper {
  position: relative;
  overflow: hidden;
}
.three-swiper .swiper-slide {
  width: auto;
}
.three-swiper-item {
  display: block;
}
.three-swiper-item-img img {
  height: 54px;
}

.layout_main {
  padding: 30px 0 60px 0;
}

.layout_one {
  justify-content: space-between;
}
.layout_one-left {
  width: 29.5833333333%;
}
.layout_one-mid {
  width: 34.5%;
}
.layout_one-right {
  width: 32.5%;
}

.layout_hf {
  margin: 5px -10px 10px -10px;
  
}
.layout_hf-item {
  flex: 1;
margin: 0 10px;
}

.layout_two {
  justify-content: space-between;
}
.layout_two-item {
  width: 32.3333333333%;
}
.layout_two .list-one {
  border: 1px solid #eeeeee;
  padding: 10px;
}

.layout_three {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #b80c0c;
}

.layout_links {
  background: #f5f5f5;
  padding: 2.0833333333vw 0;
}
.layout_links-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout_links-box select {
  border: 1px solid #7f9db9;
  width: 190px;
  height: 30px;
  text-align: center;
  margin: 5px 0;
}

.layout-line {
  border-bottom: 1px solid #d7d7d7;
  margin: 20px 0 30px 0;
}

.list-one-item {
  display: flex;
  align-items: center;
  height: 35px;
}
.list-one-item:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  margin-right: 10px;
}
.list-one-item a {
  font-size: 15px;
  color: rgb(92, 92, 92);
}
.list-one-item span {
  font-size: 15px;
  color: #c3c3c3;
  margin-left: 10px;
}
.list-one-item:hover::before {
  background: #b80c0c;
}
.list-one-item:hover a {
  color: #b80c0c;
}
.list-one-item:hover span {
  color: #b80c0c;
}

#page {
  text-align: center;
  margin-top: 20px;
}

.pages {
  padding: 10px 12px 6px;
  clear: both;
display: flex;
  justify-content: center;
}

.pages .s2 {
  background: #1f3a87;
  border: 1px solid #dcdddd;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pages a.s2:visited {
  color: #fff;
}

.pages a {
  padding: 4px 5px 0;
  color: #1e50a2;
  background: #fff;
  border: 1px solid #dcdddd;
  text-align: center;
}

.pages a:visited {
  color: #1f3a87;
}

.pages a:hover {
  color: #fff;
  background: #1e50a2;
  border: 1px solid #1e50a2;
}

.pages .s3 {
  cursor: default;
  padding: 4px 5px 0;
  margin: 5px 4px 0 0;
  color: #ccc;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

.layout_page {
  padding: 15px 0 30px 0;
}
.layout_page-crumbs {
  border-bottom: 2px solid #b80c0c;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.layout_page-crumbs a {
  padding: 0 5px;
}
.layout_page-crumbs a:hover {
  color: #b80c0c;
}
.layout_page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  height: 2.2083333333em;
  background: url(../images/blues.png) center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1230px) {
  .layout_page-title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_page-title {
    font-size: 18px;
  }
}
.layout_page-box {
  margin-top: 20px;
}
.layout_page-left {
  width: 230px;
  margin-right: 40px;
}
.layout_page-menu-item {
  margin-top: 10px;
}
.layout_page-menu-item.on a, .layout_page-menu-item:hover a {
  background: #b80c0c;
  color: #fff;
}
.layout_page-menu-item a {
  display: block;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: #f5f6fa;
}
.layout_page-hf {
  margin-top: 15px;
}
.layout_page-hf a {
  display: block;
}
.layout_page-hf a img {
  width: 100%;
  display: block;
}

.page-list_item {
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px dashed #eee;
}
.page-list_item:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  margin-right: 10px;
}
.page-list_item a {
  font-size: 15px;
  color: rgb(92, 92, 92);
}
.page-list_item span {
  font-size: 15px;
  color: #c3c3c3;
  margin-left: 10px;
}
.page-list_item:hover {
  background: #fcfcfc;
}
.page-list_item:hover::before {
  background: #b80c0c;
}
.page-list_item:hover a {
  color: #b80c0c;
}
.page-list_item:hover span {
  color: #b80c0c;
}

.page-detail {
  border: 1px solid #eeeeee;
  border-top: none;
}
.page-detail_box {
  padding: 46px 38px 20px 38px;
}
.page-detail_title {
  text-align: center;
  color: #000000;
  font-size: 24px;
}
.page-detail_info {
  text-align: center;
  padding: 34px 0 10px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px dashed #eee;
}
.page-detail_content {
  padding: 40px 0 20px;
}
.page-detail_pn {
  background: #fbfbfb;
  display: flex;
  flex-wrap: wrap;
}
.page-detail_pn_item {
  font-size: 14px;
  color: #000;
  line-height: 2.14;
  padding: 0 10px;
}
.page-detail_pn_item span {
  color: rgb(153, 153, 153);
}
.page-detail_pn_item a {
  font-size: 14px;
  color: rgb(153, 153, 153);
}
.page-detail_pn_item a:hover {
  color: #b80c0c;
}

@media (max-width: 1230px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-slide a {
    padding-bottom: 30%;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 80%;
  }
  .banner .swiper-button-prev i,
  .banner .swiper-button-next i {
    font-size: 20px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 990px) {
  .top {
    padding: 10px 0;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 100%;
    background: #b80c0c;
    padding: 10px;
  }
  .top-search form {
    width: 100%;
  }
  .top-search.on {
    display: block;
  }
  .layout_main {
    padding: 10px 0;
  }
  .layout-line {
    margin: 10px 0;
  }
  .footer {
    padding: 10px 0;
  }
  .footer p + p {
    margin-top: 5px;
  }
  .gundong {
    width: 150px;
  }
  .layout_page-menu-item {
    margin-top: 5px;
  }
  .layout_page-menu-item a {
    font-size: 14px;
    line-height: 35px;
  }
  .layout_page-hf {
    margin-top: 5px;
  }
  .page-list_item {
    height: 35px;
  }
  .pages a,
  .pages span {
    display: inline-block;
    margin: 2px;
  }
  .layout_page {
    padding: 15px 0;
  }
  #page {
    margin-top: 10px;
  }
  .page-detail_box {
    padding: 20px 10px;
  }
  .page-detail_title {
    font-size: 18px;
  }
  .page-detail_info {
    padding: 10px 0;
  }
  .page-detail_content {
    padding: 15px 0;
  }
  .page-detail_content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}