body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper-wrapper {
  transition-delay: 0.3s;
}
.swiper-container {
  width: 100%;
  height: 100%;
  /* margin: 20px auto; */
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 35px;
}
.swiper-container .swiper-slide {
  height: 100%;
}

.swiper-container .swiper-slide:last-child {
  height: 354px;
  /* background:rgba(105,105,105,1) !important; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-slide:nth-child(1) {
  background: url(../img/icon-home-banner1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.swiper-slide:nth-child(2) {
  background: url(../img/icon-home-banner2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.swiper-slide:nth-child(3) {
  background: url(../img/icon-home-banner3.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.swiper-slide:nth-child(4) {
  background: url(../img/icon-home-banner4.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
}
.swiper-slide:nth-child(5) {
  background: url(../img/icon-home-banner5.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.swiper-slide:nth-child(6) {
  background: url(../img/icon-home-banner6.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.swiper-slide:nth-child(7) {
  background: #eee;
  /* color:#fff; */
}
/* .swiper-slide:last-child{
    height: 300px !important;
    background: blue;
} */
.swiper-slide p {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 0.4s;
}
.ani-slide p {
  transform: translateX(0);
  opacity: 1;
}

.container {
  max-width: 990px;
  width: 65%;
}
.home-banner1-title {
  max-width: 890px;
  height: 95px;
  background: url(../img/icon-banner-title1.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
.home-banner1-btn-box {
  max-width: 890px;
  height: 48px;
  margin: 34px auto 0;
}
.home-btn {
  width: calc((100% - 34px) / 3);
  height: 46px;
  line-height: 46px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-btn:nth-child(2) {
  margin: 0 14px;
}
.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.icon img {
  width: 100%;
  vertical-align: middle;
}
.home-server-btn {
  width: 335px;
  height: 50px;
  line-height: 50px;
  background: #d72c30;
  border-radius: 25px;
  margin: 68px auto 0;
  text-align: center;
  cursor: pointer;
}
.home-server-btn .btn-tex {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.home-server-btn .arrow-right {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.home-server-btn .arrow-right img {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 3px;
}
.home-down {
  width: 36px;
  height: 19px;
  background: url(../img/icon-arrow-down.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner1-data {
  width: 100%;
  height: 100px;
  background: url(../img/home-banner1-downBg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.data-box {
  max-width: 1080px;
  width: 70%;
  height: 100px;
  margin: auto;
}
.data-box > li {
  width: calc((100% - 3px) / 5);
  height: 100px;
  color: #fff;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
}
.font40 {
  font-family: cursive;
  font-size: 40px;
  margin-top: 15px;
  font-weight: 400;
}
.font16 {
  font-family: Source Han Sans CN;
  font-size: 16px;
}
.jia {
  position: relative;
}
.jia::after {
  content: "+";
  position: absolute;
  top: -3px;
  right: -13px;
  font-family: Bahnschrift;
  font-size: 26px;
}
.wan {
  display: inline-block;
  position: relative;
  margin-left: -40px;
}
.wan::after {
  content: "万";
  font-family: Source Han Sans CN !important;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.wan::before {
  content: "+";
  position: absolute;
  top: 0;
  right: -46px;
  font-family: Bahnschrift;
  font-size: 26px;
}
.data-box > li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 47px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.data-box > li:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 47px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.data-box > li:nth-child(3)::after {
  content: "";
  width: 1px;
  height: 47px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.data-box > li:nth-child(4)::after {
  content: "";
  width: 1px;
  height: 47px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* banner2 */
.banner-two-container {
  max-width: 697px;
  width: 60%;
  position: absolute;
  top: 170px;
}
.banner-two-title {
  width: 461px;
  height: 239px;
  background: url(../img/icon-banner-title2.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
.banner-two-five-box {
  max-width: 697px;
  width: 100%;
  margin: 35px auto 0;
}
.banner-two-box {
  width: calc(100% / 5);
  height: 105px;
  float: left;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
}
.banner-two-box .icon {
  width: 69px;
  height: 69px;
  margin-bottom: 15px;
}
.banner-two-box .icon img {
  width: 100%;
  vertical-align: middle;
}
.home-banner-two-down {
  width: 36px;
  height: 19px;
  background: url(../img/icon-arrow-down.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
/* banner3 */
.home-banner3-container {
  max-width: 500px;
  width: 50%;
  position: absolute;
  right: 20%;
  top: 16%;
}
.home-banner-three-title {
  width: 430px;
  height: 226px;
  background: url(../img/icon-banner-title3.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
.home-banner-three-box {
  width: calc(100% / 4);
  height: 75px;
  float: left;
  margin-top: 60px;
  font-size: 18px;
  color: #282828;
}
.home-banner-three-icon1 {
  width: 27px;
  height: 38px;
  background: url(../img/banner3-icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 15px;
}
.home-banner-three-icon2 {
  width: 36px;
  height: 36px;
  background: url(../img/banner3-icon2.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 17px;
}
.home-banner-three-icon3 {
  width: 40px;
  height: 40px;
  background: url(../img/banner3-icon3.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 13px;
}
.home-banner-three-icon4 {
  width: 44px;
  height: 44px;
  background: url(../img/banner3-icon4.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 8px;
}
/* banner4 */
.home-banner-four-container {
  max-width: 990px;
  width: 70%;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner-four-title {
  width: 60%;
  height: auto;
  /* background: url(../img/icon-banner-title4.png) no-repeat;
    background-size: 100%; */
  margin: 0 auto 30px;
}
.home-banner-four-title img {
  width: 100%;
  vertical-align: middle;
}
.bgfiexd {
  /* width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(255,255,255,.1); */
}
.home-banner-four-box {
  width: calc(100% / 4);
  height: 35px;
  line-height: 35px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #1a3660;
  float: left;
}
.home-banner-four-box > span {
  display: inline-block;
}
.home-banner-four-icon1 {
  width: 35px;
  height: 32px;
}
.home-banner-four-icon2 {
  width: 37px;
  height: 33px;
}
.home-banner-four-icon3 {
  width: 23px;
  height: 32px;
}
.home-banner-four-icon4 {
  width: 37px;
  height: 27px;
}
.home-banner-four-icon1,
.home-banner-four-icon2,
.home-banner-four-icon3,
.home-banner-four-icon4 {
  margin-right: 6px;
}
.home-banner-four-icon1 > img,
.home-banner-four-icon2 > img,
.home-banner-four-icon3 > img,
.home-banner-four-icon4 > img {
  width: 100%;
  vertical-align: middle;
}
.home-banner-four-icon3 > img,
.home-banner-four-icon4 > img {
  margin-bottom: 4px;
}
/* banner5 */
.home-banner-five-container {
  max-width: 655px;
  width: 70%;
  position: absolute;
  top: 20%;
}
.home-banner-five-title {
  width: 260px;
  height: 172px;
  background: url(../img/icon-banner-title5.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
.home-banner-five-box {
  width: 460px;
  height: 41px;
  margin: 100px auto 0;
}
a .home-banner-five-btn {
  width: calc((100% - 46px) / 2);
  height: 41px;
  line-height: 41px;
  float: left;
  border: 1px solid #fff;
  border-radius: 7px;
  cursor: pointer;
}
a .chuanliu_applyfor:hover .bannerbtnchildren {
  display: block;
}
a .home-banner-five-btn {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #fff;
}
.triangle {
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -3px;
  opacity: 0.85;
  left: 73px;
}
.chuanliu_text {
  /* margin-top: -5px; */
  font-size: 16px;
  /* font-weight: 600; */
  color: #333;
}
.bannerbtnchildren {
  position: relative;
  display: none;
}
.chuanliuxt {
  width: 167px;
  height: auto;
  background-color: #fff;
  opacity: 0.85;
  position: absolute;
  top: 17px;
  padding: 8px;
  padding-top: 15px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
}
.chuanliu_erweima {
  width: 150px;
  height: 150px;
  background-image: url("../img/chuanliu-erweima.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-banner-five-btn:hover {
  background: #0d61be;
  border: none;
  height: 43px;
}
/* #xiaoqidownload {
  background: #0d61be;
} */
.mlr20 {
  margin: 0 20px;
}
/* banner6 */
.home-banner-six-container {
  max-width: 990px;
  width: 70%;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner-six-title {
  width: 235px;
  height: 150px;
  background: url(../img/icon-banner-title6.png) no-repeat;
  background-size: 100%;
  margin: 0 auto 20px;
}
.home-banner-six-new {
  width: 100%;
  height: auto;
}
.home-banner-six-new-one {
  width: 100%;
  /* height: 265px; */
  height: auto;
  cursor: pointer;
  border: 5px solid #fff;
  border-radius: 15px;
}
.home-banner-six-new-one-img {
  width: 400px;
  height: 245px;
  background: #eee;
  /* background: url(../img/banner6-new.png) no-repeat;
    background-size: 100%; */
  float: left;
}
.home-banner-six-new-one-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.home-banner-six-new-one-content {
  width: calc(100% - 400px);
  height: 245px;
  float: left;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.home-banner-six-new-one-content p,
.new-two-content p {
  transform: translateX(0);
  opacity: 1;
}
.new-title {
  width: 100%;
  height: 50px;
  text-align: left;
}
.new-title-bg {
  width: 45px;
  height: 50px;
  line-height: 57px;
  background: url(../img/banner6-new-hot-bg.png) no-repeat;
  background-size: 100%;
  /* display: inline-block; */
  text-align: center;
  font-size: 32px;
  font-family: Bahnschrift;
  font-weight: 400;
  color: #fff;
  float: left;
}
.new-title-content {
  width: calc(100% - 50px);
  line-height: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #373737;
  padding-left: 15px;
  box-sizing: border-box;
  float: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-new-content {
  width: 100%;
  height: 105px;
  font-size: 16px;
  font-weight: 300;
  color: #676767;
  line-height: 26px;
  text-align: left;
  text-indent: 2em;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home-new-more {
  width: 164px;
  height: 27px;
  line-height: 27px;
  background: #c92024;
  opacity: 0.9;
  border-radius: 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  float: right;
  cursor: pointer;
}
.home-banner-six-new-two {
  width: 100%;
  height: auto;
  margin: 15px auto;
}
.home-banner-six-new-two-box {
  width: calc((100% - 15px) / 2);
  height: auto;
  background: #fff;
  border-radius: 8px;
  float: left;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.mr15 {
  margin-right: 15px;
}
.new-box-left {
  width: 42px;
  height: 48px;
  line-height: 48px;
  background: url(../img/banner6-new-bg.png) no-repeat;
  background-size: 100%;
  float: left;
  margin-left: -9px;
}
.home-banner-six-new-two-box:hover .new-box-left {
  width: 42px;
  height: 48px;
  line-height: 48px;
  background: url(../img/banner6-new-hover.png) no-repeat;
  background-size: 100%;
  float: left;
  margin-left: -9px;
}
.new-box-number {
  font-size: 26px;
  font-family: Bahnschrift;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
.new-box-center {
  width: calc(100% - 152px);
  height: 114px;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.new-two-content-title {
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  line-height: 22px;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-two-content {
  width: 100%;
  height: 65px;
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  padding-top: 6px;
  box-sizing: border-box;
}
.new-box-right {
  width: 110px;
  height: 114px;
  background: #eee;
  /* background: url(../img/banner6-new-icon2.png) no-repeat;
    background-size: 100%; */
  float: right;
}
.new-box-right img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.check-more-new a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  position: relative;
}
.check-more-new a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
/* 新闻模块 */
.new-container {
  max-width: 1050px;
  width: 85%;
  height: 85%;
  margin: auto;
  position: relative;
}
.new-list-box {
  width: 100%;
  height: auto;
  max-height: 100%;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 2% 5%;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  overflow-y: auto;
}
.new-list-box::-webkit-scrollbar {
  display: none;
}
.new-list-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #c11a1e;
}
.list-title {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #c11a1e;
}
.list-more {
  float: right;
  font-size: 15px;
  color: rgba(8, 4, 4, 0.7);
  position: relative;
  padding-right: 22px;
  box-sizing: border-box;
  cursor: pointer;
}
.list-more::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/new-right-arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new-rotation-box {
  width: 100%;
  height: auto;
  /* background: red; */
  margin: 20px auto;
}
.new-rotation-left {
  width: 60%;
  height: 309px;
  float: left;
  background: rgb(244 247 245);
}
.new-rotation-right {
  width: 40%;
  height: 309px;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.new-one {
  width: 100%;
  height: 60px;
  cursor: pointer;
}
.new-one-left {
  width: 60px;
  height: 60px;
  background: url(../img/home-new-icon1.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.new-one-right {
  width: calc(100% - 60px);
  height: 60px;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.new-one-left-title {
  line-height: 22px;
  text-align: center;
  margin: 8px 0 0 0;
}
.one-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  /* outline: 1px solid fuchsia; */
}
.one-content {
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  line-height: 18px;
}

.new-list-two {
  width: 100%;
  height: auto;
  /* border-top: 1px dashed rgba(137, 141, 150, 0.79); */
  margin-top: 10px;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}
.new-list-two::after{
  content: '';
  width: 200%;
  height: 1px;
  border-top: 1px dashed rgba(137, 141, 150, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.new-list-two-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  /* outline: 1px solid red; */
}
.new-list-two-content {
  height: 35px;
  font-size: 14px;
  color: #828282;
  line-height: 18px;
}
/* 新闻模块 四条数据*/
.four-new-data {
  width: 100%;
  height: auto;
  /* background: burlywood; */
}
.four-new-data ul {
  display: flex;
}
.four-new-data ul li {
  flex: 4;
  width: calc((100% - 30px) / 4);
  height: auto;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.four-new-data ul li:last-child {
  padding-right: 0;
}
.new-pic {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: rgb(244 247 245);
}
.new-pic img {
  width: 100%;
  vertical-align: middle;
}
.four-new-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 10px auto 8px;
  /* outline: 1px solid forestgreen; */
}
.four-new-content {
  height: 35px;
}
.four-new-content,
.four-new-content > p > span {
  font-size: 13px;
  color: #828282 !important;
  line-height: 18px;
}
/* 两条数据 */
.two-new-data {
  width: 100%;
  height: auto;
  padding-top: 15px;
  margin-top: 20px;
  position: relative;
  /* border-top: 0px dashed rgba(137, 141, 150, 0.79); */
}
.two-new-data::after{
  content: '';
  width: 200%;
  height: 1px;
  border-top: 1px dashed rgba(137, 141, 150, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0.5);
  transform-origin: 0 0;
}
.two-new-data ul {
  display: flex;
}
.two-new-data ul li {
  flex: 2;
  width: calc(100% / 2);
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.two-new-title {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  /* outline: 1px solid darkcyan; */
}
.two-new-title::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #c92024;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  /* right: -15px;*/
  transform: translateY(-50%);
}
.two-new-content {
  height: 45px;
}
.two-new-content,
.two-new-content > p {
  font-size: 15px;
  color: #828282 !important;
}
/* 新闻 更多 */
.new-more-btn {
  width: 180px;
  height: 30px;
  line-height: 30px;
  background: rgba(201, 32, 36, 0.9);
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  cursor: pointer;
}
.new-more-btn span {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

/* 轮播 */
.wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.wrap ul {
  width: 100%;
  position: absolute;
}
.wrap ul li {
  width: 100%;
  height: 309px;
  cursor: pointer;
}
.wrap ul li img {
  width: 100%;
  height: 309px;
  vertical-align: middle;
}
.wrap ol {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap ol li {
  height: 8px;
  width: 8px;
  border: 1px solid #fefcfc;
  border-radius: 50%;
  margin-left: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.wrap ol .on {
  background: #fff;
}
.model {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(64, 64, 64, 0.8);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.prev,
.next {
  width: 14px;
  height: 25px;
  background: rgba(64, 64, 64, 0.8);
  padding: 15px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prev img,
.next img {
  width: 100%;
  vertical-align: middle;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.prev:hover,
.next:hover {
  background: #c11a1e;
}

/*  */
#swiper-container2 .swiper-slide {
  /* font-size: 18px; */
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: url(../img/icon-home-banner6.png) no-repeat;
  background-size: 100%;
  color: #fff;
}
.parent {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: none;
  position: relative;
}
video {
  display: block;
  width: 100%;
}
.video-content {
  max-width: 990px;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
video::-webkit-media-controls {
  /*不显示时间条*/
  object-fit: fill; /*设置预览图铺满*/
  display: none !important;
}
/* 底部 */
.footer-box {
  max-width: 990px;
  width: 80%;
  height: auto;
}
.footer-container {
  max-width: 100% !important;
  width: 100% !important;
}
/* 箭头 */
.swiper-button-next,
.swiper-button-prev {
  transform: rotate(90deg) !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: 50% !important;
  transform: translateX(-50%);
}
.swiper-button-next,
.swiper-button-prev {
  top: 85% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 0) !important;
}
