﻿/*part1*/
.part1 {
  margin: 5% auto 0 auto;
  overflow: hidden;
}
.part1 > img {
  display: block;
}
.part1 > h2 {
  text-align: center;
  font-size: 0.38rem;
  font-weight: bold;
  color: #3c3c3c;
}
.part1 > p {
  font-size: 0.18rem;
  text-align: center;
  color: #ff9600;
  margin-top: 1%;
}
.zbzbzt > img {
  display: block;
  margin: 5% auto;
}
.zbzbzt {
  margin-bottom: 5%;
}
.zbzbzt p {
  padding: 0 0.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #3c3c3c;
  text-indent: 2em;
  text-align: justify;
}
.zbzbzt p span {
  color: #ff0000;
}
/*part2*/
.part2 {
  background: #f4a220;
  overflow: hidden;
}
.public_tit {
  border: 1px solid #fff;
  width: 5.25rem;
  border-radius: 4px;
  text-align: center;
  padding: 0.28rem 0;
  margin: 7% auto;
  position: relative;
}
.public_tit dl dt {
  width: 2.2rem;
  background: #f4a220;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0.7rem;
}
.public_tit dl dd {
  font-size: 0.26rem;
  color: #fff;
}
.part2_con ul {
  display: flex;
  width: 5.96rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3% auto;
}
.part2_con ul li {
  width: 2.88rem;
  margin-bottom: 3%;
}
.part2_con ul li p {
  width: 2.88rem;
  background: #fff;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-indent: 2em;
  padding: 0.2rem 0.1rem;
  text-align: justify;
  color: #3c3c3c;
}
.public_btn {
  text-align: center;
  margin: 5% auto 8% auto;
  position: relative;
}
.public_btn > a {
  font-size: 0.26rem;
  font-weight: bold;
  color: #f4a220;
  background: #fff;
  border-radius: 0.6rem;
  padding: 3% 5%;
  box-shadow: 0 0 0.1rem #da8e16;
}
.public_btn > img {
  width: 0.4rem;
  position: absolute;
  top: 0.04rem;
  right: 0.26rem;
}
/*part3*/
.part3 {
  overflow: hidden;
}
.part3 > .public_tit {
  border: 1px solid #000;
}
.part3 > .public_tit dl dt {
  background: #fff;
  color: #3c3c3c;
}
.part3 > .public_tit dl dd {
  color: #ff9600;
}
.part3_con > ul {
  display: flex;
  width: 6.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3% auto;
}
.part3_con > ul li {
  width: 3rem;
  margin-bottom: 5%;
}
.part3_con > ul li dl {
  width: 3rem;
}
.part3_con > ul li dl dt {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #3c3c3c;
  border-bottom: 1px dashed #b4b4b4;
  line-height: 0.5rem;
}
.part3_con > ul li dl dd {
  width: 2.8rem;
  font-size: 0.24rem;
  padding: 0.2rem 0.1rem;
  text-align: justify;
  line-height: 0.38rem;
  text-indent: 2em;
}
.part3 > .public_btn > img {
  right: 0.41rem;
  top: 0.01rem;
}
.part3 > .public_btn > a {
  background: #ff9600;
  color: #fff;
}
.part3 > img {
  display: block;
}
/*part4*/
.part4 {
  background: #47a6f0;
  overflow: hidden;
}
.part4 > .public_tit dl dt {
  background: #47a6f0;
}
.part4 > .public_tit dl dt img {
  width: 1.58rem;
}
.part4_con > dl {
  width: 5.4rem;
  background: #fef6e8;
  height: 1.56rem;
  margin-bottom: 3%;
  position: relative;
}
.part4_con > dl dt {
  position: absolute;
  width: 1.58rem;
}
.part4_con > dl dd {
  width: 4.48rem;
  float: right;
  margin-top: 2%;
  margin-right: 1%;
}
.part4_con > dl dd h2 {
  font-weight: bold;
  font-size: 0.26rem;
}
.part4_con > dl dd p {
  text-indent: 2em;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.part4_con > dl dd p span {
  color: #ff0000;
}
.part4_con {
  width: 6.2rem;
  overflow: hidden;
  margin: 0 auto;
}
.part4_con > dl:nth-of-type(1) dt,
.part4_con > dl:nth-of-type(3) dt {
  left: -0.78rem;
  top: -0.01rem;
}
.part4_con > dl:nth-of-type(2) dt {
  right: -0.78rem;
  top: -0.01rem;
}
.part4_con > dl:nth-of-type(2) dd {
  margin-right: 15%;
}
.part4 > img {
  display: block;
}
/*part5*/
.part5 > .public_tit {
  border: 1px solid #000;
}
.part5 > .public_tit dl dt {
  background: #fff;
  color: #3c3c3c;
}
.part5 > .public_tit dl dd {
  color: #ff9600;
}
part5_con {
  width: 6.2rem;
  margin: 0 auto;
}
.part5_con_dl {
  width: 6.2rem;
  background: #e9e9e9;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 auto;
}
.part5_con_dl > img {
  display: block;
  width: 1.6rem;
  float: right;
  margin-top: 9%;
  margin-right: 2%;
}
.part5_con_dl h2 {
  position: absolute;
  top: -0.23rem;
  font-size: 0.28rem;
  background: #f87549;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  color: #fff;
}
.part5_con_dl p {
  width: 4.2rem;
  float: left;
  padding: 0.48rem 0.1rem 0.12rem 0.1rem;
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-indent: 2em;
}
.part5_con .bd {
  position: relative;
  margin-bottom: 10%;
}
.bd:nth-of-type(2) > .part5_con_dl h2,
.bd:nth-of-type(4) > .part5_con_dl h2 {
  left: auto;
  right: 0.1rem;
}
.bd:nth-of-type(2) > .part5_con_dl > img,
.bd:nth-of-type(4) > .part5_con_dl > img {
  float: left;
  margin-right: 0;
  margin-left: 2%;
}
.bd:nth-of-type(2) > .part5_con_dl p,
.bd:nth-of-type(4) > .part5_con_dl p {
  float: right;
}
.part5 > .public_btn > a,
.part4 > .public_btn > a {
  background: #ff9600;
  color: #fff;
}
.part5 > img {
  display: block;
}
.part6 {
  background: #f4a220;
  overflow: hidden;
}
.part6_con {
  overflow: hidden;
}
.part6_con dl {
  width: 6.2rem;
  margin: 0 auto 3% auto;
  background: #fff;
  overflow: hidden;
  border-radius: 0.2rem;
}
.part6_con dl dt {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  float: left;
}
.part6_con dl dt img {
  display: block;
  width: 1.2rem;
  margin-top: 0.1rem;
}
.part6_con dl > dd {
  width: 4.6rem;
  float: right;
  padding: 0.1rem;
}
.part6_con dl > dd > h2 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #f87549;
}
.part6_con dl > dd > p {
  font-size: 0.24rem;
  line-height: 0.35rem;
}
.part6_con dl:nth-of-type(2),
.part6_con dl:nth-of-type(4) {
  width: 6.2rem;
  margin: 0 auto 3% auto;
  background: #fdd763;
  overflow: hidden;
  border-radius: 0.2rem;
  color: #fff;
}
.part6_con dl:nth-of-type(2) > dd > h2,
.part6_con dl:nth-of-type(4) > dd > h2 {
  color: #fff;
}