@charset "UTF-8";
html, body {
  min-width: 1270px;
}

.apple-banner {
  width: 100%;
  overflow: hidden;
}

.apple-banner .swiper-container .swiper-slide {
  position: relative;
}

.apple-banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

.apple-banner .swiper-container .swiper-slide .title {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-button-prev, .swiper-button-next {
  width: 15%;
  height: 100%;
  top: 0;
  background: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev span, .swiper-button-next span {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -32px;
  border-radius: 100%;
  background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.swiper-button-next span {
  background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
  left: auto;
  right: 20px;
}

.swiper-button-prev:hover span, .swiper-button-next:hover span {
  opacity: .6;
}

/*分页器*/
.apple-banner .swiper-pagination {
  top: auto;
  bottom: 50px;
  background: none;
}

.apple-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
  width: 50px;
  height: 5px;
  display: block;
  background: rgba(128, 128, 128, 0.2);
}

.apple-banner .swiper-pagination-bullet-active span {
  background: gray;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
  background: rgba(128, 128, 128, 0.2);
}

.apple-banner .swiper-pagination-bullet i {
  background: gray;
  height: 5px;
  transform: scaleX(0);
  transform-origin: 0;
  display: block;
}

.apple-banner .autoplay .firsrCurrent i {
  transition: transform 2.9s linear;
  transform: scaleX(1);
}

.apple-banner .autoplay .current i {
  transition: transform 4s linear;
  transform: scaleX(1);
}

.apple-banner .autoplay .replace span {
  background: gray;
}

/*内容样式*/
.slide1 .title {
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.slide2 .title {
  padding-top: 100px;
  text-align: center;
}

.slide2 h2 {
  bottom: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  width: 100%;
}

.slide3 .title {
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
  font-weight: normal;
}

.zxdt {
  height: 90px;
  background-image: linear-gradient(#343434, #555555, #343434);
}

.zxdt .zxwrap {
  width: 1200px;
  margin: 0 auto;
}

.zxdt .zxwrap h1 {
  width: 130px;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  float: left;
  text-align: center;
  color: white;
}

.zxdt .zxwrap h1 a {
  font-size: 18px;
  color: white;
}

.zxdt .zxwrap .zxma {
  float: left;
  width: 1000px;
  height: 90px;
  overflow: hidden;
}

.zxdt .zxwrap .zxma ul li {
  height: 90px;
  line-height: 90px;
}

.zxdt .zxwrap .zxma ul li a {
  display: block;
  font-size: 18px;
  color: white;
}

.zxdt .zxwrap .zxma ul li a span {
  float: right;
}

.zxdt .zxwrap .zxbu {
  float: left;
  width: 70px;
}

.zxdt .zxwrap .zxbu span {
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 auto;
  cursor: pointer;
}

.zxdt .zxwrap .zxbu .zb_t {
  margin-top: 20px;
  background: url("../images/jtt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.zxdt .zxwrap .zxbu .zb_b {
  margin-top: 29px;
  background: url("../images/jtb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cpzs {
  width: 1270px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}

.cpzs h1 {
  font-size: 18px;
  padding-left: 60px;
  padding-bottom: 25px;
  color: #2667a3;
}

.cpzs h1 a {
  font-size: 18px;
  color: #2667a3;
}

.cpzs .swiper-zizhi {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.cpzs .swiper-zizhi .swiper-slide a {
  display: block;
  position: relative;
}

.cpzs .swiper-zizhi .swiper-slide a img {
  width: 100%;
  display: block;
}

.cpzs .swiper-zizhi .swiper-slide a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 50px;
}

.cpzs .swiper-zizhi .swiper-slide a div strong {
  color: white;
  font-size: 18px;
}

.cpzs .swiper-zizhi-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 37px;
  height: 60px;
  margin-top: 15px;
  background-image: url("../images/jt_le.png");
  cursor: pointer;
}

.cpzs .swiper-zizhi-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 37px;
  height: 60px;
  margin-top: 15px;
  background-image: url("../images/jt_ri.png");
  cursor: pointer;
}

.jswrap {
  width: 1200px;
  margin: 0 auto;
}

.jswrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.jswrap .gywm, .jswrap .zsjm {
  width: 100%;
  float: left;
}

.jswrap .gywm h1, .jswrap .zsjm h1 {
  font-size: 18px;
  padding: 60px 0 25px 45px;
  color: #2667a3;
}

.jswrap .gywm h1 a, .jswrap .zsjm h1 a {
  font-size: 18px;
  color: #2667a3;
}

.jswrap .gywm > div, .jswrap .zsjm > div {
  margin: 0 25px;
  text-align: right;
  background-color: #f7f7f7;
  padding: 30px;
}

.jswrap .gywm > div a.img, .jswrap .zsjm > div a.img {
  display: block;
  max-width: 50%;
  float: left;
  margin-right: 30px;
}

.jswrap .gywm > div a.img img, .jswrap .zsjm > div a.img img {
  display: block;
  width: 100%;
}

.jswrap .gywm > div p, .jswrap .zsjm > div p {
    width: 95%;
    padding: 20px 23px;
    color: #4b4b4b;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    height: 163px;
}

.jswrap .gywm > div a.link, .jswrap .zsjm > div a.link {
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 11px;
  color: #f35f0e;
  font-size: 18px;
}

.video_wrap {
  width: 100%;
  height: 723px;
  margin-top: 25px;
  background-image: url("../images/video_back.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.video_wrap .vi_bu {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 420px;
  margin-left: -330px;
  margin-top: -210px;
  text-align: center;
  background-color: black;
}

.video_wrap .vi_bu h1 {
  color: white;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.video_wrap .vi_bu img {
  cursor: pointer;
}

.video_wrap video {
  position: absolute;
  opacity: 1;
  top: 57%;
  left: 56%;
  margin-left: -600px;
  margin-top: -337px;
}

.box{ width: 100%; overflow: hidden;}
.box .index-img{ overflow: hidden;}
.box .index-img img{ width: 100%; display: block;}