@charset "gb2312";
/* CSS Document */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
html,
body {
  position: relative;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  font-family: Microsoft Yahei, Hiragino Sans GB, Arial, Helvetica;
  min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
input,
textarea,
select,
label,
button {
  /* -webkit-appearance: none;*/
  outline: none;
  resize: none;
  font-family: Microsoft Yahei, Hiragino Sans GB, Arial, Helvetica;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i,
strong {
  font-style: normal;
  font-weight: normal;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 0;
}
a,
a:hover {
  color: #333;
  text-decoration: none;
}
.blank10 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 2.5rem 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

.nav {
  padding: 14px 0;
  background: url(../images/img3.png) no-repeat center;
}
.nav ul {
  width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.nav a {
  display: inline-block;
  vertical-align: middle;
}
.nav ul li {
  width: 16.66%;
  text-align: center;
  font-size: 30px;
  float: left;
  position: relative;
}
.nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #c76a26;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.nav ul li:first-child::after {
  display: none;
}
.jdsp {
  height: 600px;
  background: url(../images/img2.png) no-repeat center;
  overflow: hidden;
}
.jdsp .jdsp-con {
  width: 800px;
  margin: 60px auto;
}
.ad {
  height: 335px;
  background: url(../images/img1.png) no-repeat center;
}
.ad img {
  display: none;
}
.bg {
  background: url(../images/bg.png) no-repeat center;
  padding: 60px 0 20px;
  background-size: cover;
}
.title {
  margin-bottom: 40px;
}
.title img {
  width: 28%;
}
.s_fac_bg {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 60px;
}

.s_fac_box {
  width: 1320px;
  margin: 0 auto;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 10%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  -moz-transform: translate3d(0, 0, 0);
}

.swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 0 5px;
  cursor: pointer;
}

.swiper-container .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.swiper-container .swiper-slide-active,
.swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-container .swiper-pagination {
  position: relative;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.swiper-container .swiper-button-prev {
  background: url(../images/img17.png) no-repeat;
  left: 0;
}

.swiper-container .swiper-button-next {
  background: url(../images/img18.png) no-repeat;
}

.shfk,
.mtsj {
  margin-bottom: 60px;
}
.wjhg-list,
.shfk-list,
.mtsj-list {
  width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.mtsj-list {
}
.mtsj-list li {
  padding: 30px;
  background: #fff7ec;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.mtsj-list li .tit {
  margin-bottom: 30px;
}
.mtsj-list li video {
  margin-bottom: 5px;
}
.mtsj-list li img {
  margin-bottom: 10px;
}
.mtsj-list li p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.mtsj-list li a {
  border: 1px solid #ad080c;
  font-size: 14px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #ad080c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.shfk-list {
  background: #fff7ec;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.shfk-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3%;
  float: left;
  position: relative;
}
/* .shfk-list li::after {
  content: "";
  position: absolute;
  left: 114.5%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: #ad080c;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
} */
.shfk-list li img {
  /* margin-bottom: 10px; */
}
.shfk-list li p {
  font-size: 16px;
  line-height: 32px;
}
.wjhg-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.shfk-list li:nth-child(4n),
.wjhg-list li:nth-child(4n),
.mtsj-list li:nth-child(2n) {
  margin-right: 0;
}
.wjhg-list li img {
  width: 100%;
}
.index_fanhtop {
  bottom: 15%;
  right: 2%;
  display: none;
  position: fixed;
  z-index: 999;
  width: 2.9375rem;
  height: 2.9375rem;
}
.index_fanhtop .fhdb {
  display: block;
  background: url(../images/top.png) center no-repeat;
  background-size: 100%;
  width: 2.9375rem;
  height: 2.9375rem;
}
.jsq {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 3rem;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .s_fac_bg {
    margin-bottom: 30px;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-top: -9px;
  }

  .jdsp {
    height: auto;
  }
  .jdsp .jdsp-con {
    width: 90%;
    margin: 30px auto;
  }
  .nav {
    background-size: 100% 100%;
  }
  .nav ul {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
  }
  .nav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .nav ul li {
    width: auto;
    /* padding: 0 15px; */
    font-size: 15px;
  }
  .nav ul li::after {
    height: 15px;
  }
  .nav a img {
    width: 50%;
  }
  .ad {
    height: auto;
    background: none;
  }
  .ad img {
    display: block;
  }
  .title img {
    width: 50%;
  }
  .s_fac_box {
    width: 96%;
    padding: 0;
  }
  .wjhg-list,
  .mtsj-list {
    width: 90%;
    padding: 0;
  }
  .shfk-list {
    width: 90%;
    padding: 20px;
  }
  .mtsj-list li,
  .shfk-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .shfk-list li {
    padding: 0;
    /* border-bottom: 1px solid #ad080c; */
  }
  .mtsj-list li .tit {
    width: 70%;
    margin-bottom: 20px;
  }
  .mtsj-list li:last-child {
    margin-bottom: 0;
  }
  .shfk,
  .mtsj {
    margin-bottom: 30px;
  }
  .shfk-list li p {
    padding-bottom: 15px;
  }
  .shfk-list li p,
  .mtsj-list li p {
    font-size: 14px;
    line-height: 28px;
  }
  .mtsj-list li p {
    margin-bottom: 5px;
  }
  .shfk-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .wjhg-list li {
    width: 48.5%;
    margin-bottom: 3%;
    margin-right: 3%;
  }
  .wjhg-list li:nth-child(2n) {
    margin-right: 0;
  }
  .title {
    margin-bottom: 20px;
  }
  .bg {
    padding: 30px 0;
  }
}
