@charset "utf-8";
@font-face {
  font-family: oswald_m;
  src: url(../font/Oswald-Medium.ttf);
}
.serviceBlock .w1600 .content {
  padding-top: 92px;
  padding-bottom: 96px;
}
.serviceBlock .w1600 .content .listTitle {
  font-size: 42px;
  color: #000;
}
.serviceBlock .w1600 .content .listTips {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}
.serviceBlock2 .list {
  width: 50%;
  float: left;
  height: 450px;
  position: relative;
}
.serviceBlock2 .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.serviceBlock2 .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceBlock2 .list .position {
  position: absolute;
  left: 16.84%;
  top: 106px;
  padding-left: 30px;
  z-index: 1;
}
.serviceBlock2 .list .position .listTitle {
  font-size: 32px;
  color: #fff;
}
.serviceBlock2 .list .position .listTips {
  font-size: 15px;
  margin-top: 24px;
  color: #fff;
}
.serviceBlock2 .list .position ul {
  margin-top: 40px;
  display: none;
}
.serviceBlock2 .list .position ul li {
  float: left;
  margin-right: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
.serviceBlock2 .list .position ul li:last-child {
  margin-right: 0;
}
.serviceBlock2 .list .position ul li a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 0 25px;
  transition: all 0.3s;
}
.serviceBlock2 .list .position ul li:hover {
  border-color: #b20e12;
  background: #b20e12;
  transition: all 0.3s;
}
.serviceBlock2 .list .position ul li:hover a {
  color: #fff;
  transition: all 0.3s;
}
.serviceBlock2 .list .position span {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 4px;
  background: #fff;
}
.serviceBlock3 .w1600 .content {
  max-width: 835px;
  padding-top: 94px;
  padding-bottom: 100px;
}
.serviceBlock3 .w1600 .content p {
  font-size: 36px;
  line-height: 50px;
  color: #333;
}
.serviceBlock3 .w1600 .content a {
  display: block;
  width: 140px;
  line-height: 42px;
  background: #b20e12;
  border-radius: 21px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 44px;
}
.aboutBlock2 {
  background: url(../images/about/aboutBlock2Img.jpg) no-repeat center / cover;
  height: 600px;
}
.aboutBlock2 .w1600 .content {
  padding-top: 135px;
}
.aboutBlock2 .w1600 .content .title p {
  font-size: 36px;
  line-height: 48px;
  color: #fafafa;
  margin-bottom: 2px;
}
.aboutBlock2 .w1600 .content .tips {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fafafa;
  max-width: 755px;
  margin-top: 60px;
}
.aboutBlock2 .w1600 .content a {
  margin-top: 70px;
  display: block;
  width: 49px;
}
.aboutBlock3 .w1600 {
  padding-top: 86px;
  padding-bottom: 100px;
}
.aboutBlock3 .w1600 .list {
  float: left;
  width: 23.75%;
  position: relative;
}
.aboutBlock3 .w1600 .list p {
  font-size: 48px;
  font-family: oswald_m;
  color: #b20e12;
}
.aboutBlock3 .w1600 .list p span {
  font-family: oswald_m;
  font-size: 78px;
  color: #b20e12;
  position: relative;
  top: -10px;
  margin-right: 5px;
}
.aboutBlock3 .w1600 .list .tips {
  font-size: 18px;
  margin-top: 4px;
  color: #666;
}
.aboutBlock3 .w1600 .list .position {
  background: url(../images/about/aboutBlock3Im.png) no-repeat center left;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  top: 10px;
}
.aboutBlock3 .w1600 .list:first-child {
  padding-left: 6%;
}
.aboutBlock3 .w1600 .list:first-child .position {
  display: none;
}
.aboutBlock3 .w1600 .list:nth-child(2) {
  width: 28.125%;
  padding-left: 6%;
}
.aboutBlock3 .w1600 .list:nth-child(2) .position {
  left: -5%;
}
.aboutBlock3 .w1600 .list:nth-child(3) {
  width: 24.5625%;
  padding-left: 8%;
}
.aboutBlock3 .w1600 .list:nth-child(3) .position {
  left: -4%;
}
.aboutBlock3 .w1600 .list:last-child {
  width: 23.5625%;
  padding-left: 9%;
}
.aboutBlock4 {
  background: url(../images/about/aboutBlock4Img.jpg) no-repeat top center;
  background-size: 100% auto;
}
.aboutBlock4 .w1600 {
  display: flex;
}
.aboutBlock4 .w1600 .aboutTitle {
  margin-top: 90px;
  margin-bottom: 95px;
}
.aboutBlock4 .w1600 .aboutTitle p {
  font-size: 42px;
  color: #fafafa;
  line-height: 48px;
}
.aboutBlock4 .w1600 .aboutTitle .tips {
  font-size: 15px;
  color: #fafafa;
  line-height: 28px;
  margin-top: 10px;
}
.aboutBlock4 .w1600 .list {
  width: calc((100% - 99px) / 4);
  position: relative;
  margin-left: 33px;
}
.aboutBlock4 .w1600 .list:first-child {
  margin-left: 0;
}
.aboutBlock4 .w1600 .list .content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12% 13.4% 0;
}
.aboutBlock4 .w1600 .list .content .title {
  font-size: 30px;
  color: #fafafa;
  line-height: 48px;
}
.aboutBlock4 .w1600 .list .content .tips {
  font-size: 15px;
  color: #fafafa;
  line-height: 28px;
  text-align: justify;
  margin-top: 22px;
}
.aboutBlock5 {
  padding-top: 96px;
  padding-bottom: 101px;
}
.aboutBlock5 .w1600 {
  display: flex;
}
.aboutBlock5 .w1600 .aboutTitle {
  margin-bottom: 62px;
}
.aboutBlock5 .w1600 .aboutTitle p {
  font-size: 42px;
  line-height: 48px;
  color: #000;
}
.aboutBlock5 .w1600 .aboutTitle .tips {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 16px;
}
.aboutBlock5 .w1600 .aboutTitle .tips a {
  color: #666;
}
.aboutBlock5 .w1600 .list {
  width: calc((100% - 40px) / 3);
  min-height: 300px;
  border: 1px solid #e5e5e5;
  margin-left: 20px;
  padding: 0 3.125%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.aboutBlock5 .w1600 .list:first-child {
  margin-left: 0;
}
.aboutBlock5 .w1600 .list .title {
  color: #1a1a1a;
  font-size: 24px;
  line-height: 28px;
}
.aboutBlock5 .w1600 .list .money {
  font-size: 16px;
  line-height: 28px;
  color: #b20e12;
  margin-top: 16px;
}
.aboutBlock5 .w1600 .list .tips {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin-top: 13px;
}
