.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: 14px;
  color: #181818;
}

body {
  overflow-x: hidden;
  background: #f3f3f3;
}

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

.tow, .list_one-item a, .tuwen_two-item-text, .tuwen_one-item-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

.flex1, .layout_page-right, .tuwen_two-item-text, .tuwen_one-item-text, .nav-box, .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 {
  background: url(../images1/topbg.jpg) center no-repeat;
  background-size: cover;
}
.top .wrap {
  display: flex;
  height: 170px;
  align-items: center;
}
.top-text {
  margin-left: 0;
  font-size: 37px;
  color: #a01818;
  font-size: 37px;
  color: #a01818;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1230px) {
  .top-text {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .top-text {
    font-size: 14px;
  }
}
.top-logo {
  display: flex;
  margin-right: 20px;
}
.top-search form {
  width: 212px;
  border: 1px solid #fff;
  border-radius: 15px;
  display: flex;
}
.top-search form [name=query] {
  padding: 0 20px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  height: 30px;
  border: none;
}
.top-search form [name=query]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search form [name=query]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search form [name=query]:focus {
  outline: none;
}
.top-search form [type=submit] {
  margin-left: 5px;
  background: transparent;
  border: none;
  width: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}
.top-search form [type=submit]:focus {
  outline: none;
}
.top_search-btn {
  display: none;
}
.top_search-btn i {
  color: #a01818;
  font-size: 24px;
}
.top_menu-btn {
  display: none;
  margin-left: auto;
}
.top_menu-btn i {
  color: #a01818;
  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;
  }
  .top-search {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .top_search-btn {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
  }
  .top_menu-btn {
    display: flex;
  }
}

.nav {
  background: #a01818;
}
.nav .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-box {
  display: flex;
  margin-top: 5px;
}
.nav-box_item {
  position: relative;
  width: 15.3%;
}
.nav-box_item:hover i, .nav-box_item.on i {
  color: #a01818;
}
.nav-box_item > a {
  font-size: 18px;
  display: block;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  background: #ffffff;
  color: #333;
}
.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: #fff;
    overflow: hidden;
  }
}
.sub-box_item {
  text-align: center;
}
.sub-box_item > a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #a01818;
}

@media (max-width: 990px) {
  .nav {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #a01818;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    margin-top: 0;
  }
  .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;
  margin-bottom: 20px;
}
.layout_title-text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 1.2777777778em;
  line-height: 2.5em;
}
@media (max-width: 1230px) {
  .layout_title-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 14px;
  }
}
.layout_title-more {
  font-size: 14px;
  color: #434343;
}
.layout_title-more:hover {
  color: #a01818;
}

.footer {
  background: #272b36;
  text-align: center;
  font-size: 14px;
  padding: 18px 0;
  color: rgb(179, 179, 179);
}

.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 30%;
  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: #a01818;
}
.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%;
}

.layout_about-text p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 2.13;
}

.layout_links {
  background: #a01818;
  padding: 40px 0;
}
.layout_links-title {
  line-height: 40px;
  color: #fef1ef;
  font-size: 16px;
  border-bottom: 1px solid #af4949;
  margin-bottom: 20px;
}
.layout_links-list {
  display: flex;
  flex-wrap: wrap;
}
.layout_links-list a {
  font-size: 13px;
  color: #fff;
  margin: 3px 2vw 3px 0;
}
.layout_links-list a:hover {
  text-decoration: underline;
}

.layout_main {
  padding: 40px 0;
}

.layout-box {
  background: #fff repeat-x left top;
  border: solid 1px #e6e6e6;
  padding: 0 23px 20px 23px;
}

.layout_one {
  justify-content: space-between;
  margin-bottom: 40px;
}
.layout_one-left {
  width: 62.3333333333%;
}
.layout_one-left .layout_title-text {
  background: #b80404;
}
.layout_one-right {
  width: 35.6666666667%;
}
.layout_one-right .layout_title-text {
  background: #1293c3;
}

.layout_two {
  justify-content: space-between;
}
.layout_two-left {
  width: 62.3333333333%;
}
.layout_two-left .layout_title-text {
  background: #b34dd9;
}
.layout_two-right {
  width: 35.6666666667%;
}
.layout_two-right .layout_title-text {
  background: #7faa3b;
}

.tuwen_one-item {
  margin-bottom: 8px;
}
.tuwen_one-item:last-child {
  margin-bottom: 0;
}
.tuwen_one-item a {
  display: flex;
}
.tuwen_one-item a:hover .tuwen_one-item-text span {
  text-decoration: underline;
}
.tuwen_one-item-img {
  width: 93px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 12px;
}
.tuwen_one-item-img img {
  max-width: 100%;
}
.tuwen_one-item-text {
  background: #f5f5f5;
  color: #056184;
  font-size: 16px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.tuwen_two-item {
  margin-bottom: 10px;
}
.tuwen_two-item:last-child {
  margin-bottom: 0;
}
.tuwen_two-item a {
  display: flex;
}
.tuwen_two-item a:hover .tuwen_two-item-text span {
  text-decoration: underline;
}
.tuwen_two-item-img {
  width: 93px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-right: 10px;
}
.tuwen_two-item-img img {
  max-width: 100%;
}
.tuwen_two-item-text {
  background: #f5f5f5;
  color: #658439;
  font-size: 16px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.list_one {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0 -5px;
}
.list_one-item {
  width: calc(33.33% - 10px);
  margin: 10px 5px 0 5px;
  background: #f5f5f5;
}
.list_one-item a {
  display: block;
  background: url(../images1/jw-index_30.png) left 10px center no-repeat;
  padding-left: 35px;
  line-height: 45px;
  color: #9671a4;
  font-size: 14px;
}
.list_one-item a:hover {
  text-decoration: underline;
}

.page_banner {
  padding-bottom: 18.2291666667%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.layout_page-box {
  justify-content: space-between;
}
.layout_page-left {
  width: 220px;
  margin-right: 2.0833333333vw;
  position: relative;
}
.layout_page-left-title {
  background: rgba(160, 24, 24, 0.7);
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3.3714285714em;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  z-index: 9999;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 1230px) {
  .layout_page-left-title {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .layout_page-left-title {
    font-size: 20px;
  }
}
.layout_page-left-title i {
  display: none;
}
.layout_page-menu {
  background: #eee;
  height: 100%;
}
.layout_page-menu-item {
  margin: 0 0 3px 0;
}
.layout_page-menu-item:hover a, .layout_page-menu-item.on a {
  background: #a01818;
  color: #fff;
}
.layout_page-menu-item a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
}
.layout_page-right {
  padding-bottom: 20px;
}
.layout_page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-bottom: solid 1px #dadada;
}
.layout_page-top-title {
  font-size: 24px;
  padding: 0 0 0 0.8333333333em;
  font-size: 24px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 2;
}
@media (max-width: 1230px) {
  .layout_page-top-title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-title {
    font-size: 18px;
  }
}
.layout_page-crumbs {
  display: flex;
  align-items: center;
}
.layout_page-crumbs a,
.layout_page-crumbs span {
  color: #434343;
}
.layout_page-crumbs a:hover {
  color: #a01818;
}

.page-detail {
  padding-top: 3.6458333333vw;
}
.page-detail_title {
  font-size: 30px;
  color: #295eb2;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1230px) {
  .page-detail_title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .page-detail_title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 30%;
  }
  .layout_page-left-title {
    height: auto;
    line-height: 2;
    position: static;
    transform: translateY(0);
    background: #a01818;
    justify-content: space-between;
    padding: 0 15px;
  }
  .layout_page-left-title i {
    display: block;
    font-size: 20px;
  }
  .layout_page-menu {
    position: absolute;
    height: auto;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #eee;
    display: none;
    border-top: 1px solid #efefef;
  }
  .layout_page-menu.on {
    display: block;
  }
  .layout_page-menu-item a {
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
  }
  .layout_page-top {
    margin-top: 10px;
  }
  .page-detail_content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 1230px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-slide a {
    padding-bottom: 30%;
  }
  .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-logo {
    margin-right: 10px;
  }
  .top-search {
    padding: 10px;
  }
  .top-search form {
    width: 100%;
  }
  .nav .wrap {
    flex-direction: column;
  }
  .nav .wrap > div {
    width: 100%;
  }
  .layout_main {
    padding: 10px 0;
  }
  .layout-box {
    padding: 0 10px 10px;
  }
  .layout_title {
    margin-bottom: 10px;
  }
  .layout_about-text p {
    font-size: 14px;
    line-height: 2;
  }
  .list_one {
    margin: -10px 0 0 0;
  }
  .list_one-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tuwen_one-item-img {
    height: 40px;
  }
  .tuwen_one-item-img img {
    height: 25px;
  }
  .tuwen_one-item-text {
    padding-left: 10px;
    font-size: 14px;
  }
  .tuwen_two-item-img {
    height: 35px;
  }
  .tuwen_two-item-text {
    font-size: 14px;
  }
  .layout_links {
    padding: 10px 0;
  }
  .layout_links-title {
    margin-bottom: 10px;
  }
  .footer {
    padding: 10px 0;
  }
}
/*# sourceMappingURL=main.css1.map */
