﻿.pic01 {
  width: 100%;
  height: 360px;
  background: url(/images/bg/banner2.png) no-repeat center top;
}
.block1 {
  height: 771px;
  width: 100%;
  background: url(/images/bg/bg3.png) no-repeat center bottom;
}
.block1 > div {
  height: 771px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block1 .boxL {
  width: 460px;
}
.block1 .txtBox {
  padding-top: 48px;
  color: #666;
}
.block1 .txtBox p {
  text-indent: 28px;
  line-height: 30px;
}
.block1 .boxR {
  width: 620px;
}
.block1 ul {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.block1 li {
  border-radius: 6px;
  width: 168px;
  height: 168px;
  padding-top: 80px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 16px;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.block1 li p {
  font-size: 44px;
  line-height: 44px;
}
.block1 li i {
  font-size: 30px;
}
.block1 li span {
  display: block;
  color: #666;
  line-height: 30px;
}
.block1 li:nth-child(1) {
  background-image: url(/images/minIcon/iconB1.png);
}
.block1 li:nth-child(2) {
  background-image: url(/images/minIcon/iconB2.png);
}
.block1 li:nth-child(3) {
  background-image: url(/images/minIcon/iconB3.png);
}
.block1 li:hover {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.block1 .txt {
  color: #666;
  line-height: 30px;
}

.block2 {
  width: 100%;
  height: 745px;
}
.block2 > div {
  height: 745px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block2 ul {
  padding-top: 88px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.block2 li {
  width: 270px;
  text-align: center;
}
.block2 li .imgBox {
  width: 270px;
  height: 180px;
  overflow: hidden;
}
.block2 img {
  width: 270px;
  height: 180px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.block2 li .imgBox:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.block2 p {
  color: #666;
  line-height: 30px;
  padding-top: 24px;
}
