body {
  background-color: #fff;
}

.full_container {
  background-color: #fff;
}

.container1 {
  width: 100%;
  min-width: 1200px;
}

.container1 img {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.contents {
  width: 100%;
}

.numberBox {
  width: 1200px;
  margin: 80px auto;
  font-size: 17px;
  color: #333;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}

.numberBox .numtitle {
  color: #d00c1a;
  margin-bottom: 15px;
}

.numberBox .numtitle span {
  font-size: 84px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 8px;
  font-family: 'SourceHanSansCN-Regular'
}

.content-title {
  min-width: 1200px;
  text-align: center;
}

.content-title h3 {
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 20px;
}

.content-title p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #555;
  line-height: 26px;
}

.divBoxs {
  width: 1200px;
  margin: 80px auto;
}

.divBoxs div.imgBox {
  width: 330px;
  height: 375px;
  margin: 0 auto;
  background-color: #f4f4f4;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  text-align: center;
}

.divBoxs div.imgBox img {
  width: 100%;
}

.divBoxs div.imgBox h3 {
  font-size: 18px;
  margin: 35px 0;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
}

.divBoxs div.imgBox p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #555;
  line-height: 26px;
}

.banner03 {
  width: 100%;
  min-width: 1200px;
  position: relative;
  margin-bottom: 80px;
}

.banner03 img {
  width: 100%;
}

.appBox {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  font-size: 23px;
  padding-right: 14px;
}

.sanjiao {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  right: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
}

.appBox .appBoxCon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.appBox .appBoxCon>div {
  float: left;
  position: relative;
}

.appBox .appBoxCon>div:first-of-type {
  padding-right: 15px;
  margin-top: 50px;
  margin-right: 20px;
}

.appBox .appBoxCon>div:last-of-type {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
}

.imgUrl {
  width: 100%;
  height: 100%;
  background-color: #c7c7c7;
  border-radius: 5px;
}

.divBoxs div.imgBox1 {
  width: 238px;
  height: 340px;
  margin: 0 auto;
  background-color: #f4f4f4;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  text-align: center;
  padding-top: 0.1px;
}

.divBoxs div.imgBox1 img {
  height: 110px;
  margin: 30px auto;
}

.divBoxs div.imgBox1 h3 {
  font-size: 18px;
  margin: 40px 0 4px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #000;
}

.divBoxs div.imgBox1 p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #656565;
  line-height: 26px;
}

.content-title h4 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #555;
  line-height: 26px;
}

.content-title span {
  display: inline-block;
  width: 280px;
  height: 1px;
  background-color: #555;
  vertical-align: middle;
  margin: 0 15px;
}

.comBox {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 80px auto;
  overflow: hidden;
}

.comBox>div {
  width: 11%;
  float: left;
}

.comBox>div img {
  width: 80%;
  margin-left: 10%;
}
