﻿.pic01 {
  width: 100%;
  height: 600px;
  background: url(/images/bg/banner1.png) no-repeat center top;
}

.block1 {
  height: 930px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.block1 .txtBox {
  padding: 38px 0;
  width: 604px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.block1 .txtBox p {
  text-indent: 28px;
}
.block1 .bg1 {
  width: 870px;
  height: 541px;
  background: url(/images/bg/bg1.png) no-repeat;
  background-size: 870px 541px;
  position: absolute;
  top: 50%;
  margin-top: -270px;
  right: -360px;
}

.block2 {
  width: 100%;
  height: 909px;
  background: url(/images/bg/bg2.png) no-repeat center top;
  display: flex;
  align-items: center;
}
.block2 > div {
  height: 660px;
}

.block3 {
  width: 100%;
  height: 842px;
  background: url(/images/bg/bg3.png) no-repeat center bottom;
}
.block3 > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block3 .subBanner {
  width: 510px;
  height: 522px;
  margin-right: 90px;
  flex-shrink: 0;
}
.block3 .subBanner img {
  width: 510px;
  height: 522px;
}
.block3 .subBanner .swiper-pagination span {
  width: 32px;
  height: 4px;
  border-radius: 0;
  background: #333;
  opacity: 0.5;
}
.block3 .subBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #e64a19;
  opacity: 1;
}
.block3 .boxR {
  width: 100%;
}
.block3 .boxR .subTitle1 h4{
  font-size: 16px;
}
.block3 .boxR ul {
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block3 .boxR li {
  width: 256px;
  padding-bottom: 40px;
}
.block3 .boxR h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 28px;
}
.block3 .boxR p {
  color: #999;
  line-height: 30px;
  text-align: justify;
}
