.bn1 {
  height: 6.5rem;
  background: url('../images/hp-bn1.png') no-repeat center;
  background-size: contain;
  position: relative;
}
.bn1 .consult {
  position: absolute;
  width: 2.03rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  color: #fff;
  font-size: 0.27rem;
  background: #3170e0;
  border-radius: 0.1rem;
  z-index: 9;
  top: 4.66rem;
  left: 3.65rem;
  cursor: pointer;
}
.box1 {
  background-color: #fff;
  padding: 0.3rem 0 0.25rem;
}
.box1 h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  font-weight: 700;
}
.box1 .content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.box2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box2 .l img {
  width: 9.4rem;
}
.box2 .r {
  flex-grow: 1;
  padding-left: 1rem;
}
.box2 .r ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.box2 .r ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
  padding-right: 0.1rem;
}
.box2 .r ul li span {
  width: 4rem;
}
.box2 .r ul li img {
  width: 0.5rem;
  margin-right: 0.3rem;
}
.box3 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box3 ul li {
  width: 49%;
  height: 230px;
  margin-right: 1%;
  padding: 0.44rem 0 0.4rem 0.36rem;
  margin-top: 0.4rem;
  position: relative;
}
.box3 ul li:hover {
  background-color: #fff;
}
.box3 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.box3 ul li:nth-of-type(1) {
  margin-top: 0;
}
.box3 ul li:nth-of-type(2) {
  margin-top: 0;
}
.box3 ul li .l {
  width: calc(100% - 2.2rem);
  text-align: justify;
}
.box3 ul li .l h2 {
  font-size: 0.26rem;
  font-weight: 700;
  margin-bottom: 0.24rem;
}
.box3 ul li .l h3 {
  font-weight: 600;
  font-size: 0.16rem;
  margin-bottom: 0.12rem;
}
.box3 ul li .l p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.box3 ul li > img {
  width: 1.98rem;
  position: absolute;
  right: 0;
  top: -0.3rem;
}
.box4 {
  background-color: #fff;
  padding: 0.8rem;
}
.box4 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #d1d1d1;
}
.box4 ul li {
  width: 50%;
  height: 5.9rem;
  text-align: center;
  padding-top: 0.6rem;
}
.box4 ul li h2 {
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.box4 ul li h3 {
  margin-bottom: 0.4rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}
.box4 ul li > div {
  text-align: left;
  padding: 0 0.2rem 0 1.7rem;
  margin-bottom: 0.3rem;
}
.box4 ul li > div h4 {
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.14rem;
}
.box4 ul li > div span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.14rem;
}
.box4 ul li:nth-of-type(1) > div {
  background: url('../images/icon-err.png') no-repeat 1.2rem center;
  background-size: 0.32rem 0.32rem;
}
.box4 ul li:nth-of-type(2) > div {
  background: url('../images/icon-right.png') no-repeat 1.2rem center;
  background-size: 0.32rem 0.32rem;
}
.box4 ul li:hover {
  background: url('../images/hp-bg1.png') no-repeat center;
  background-size: cover;
}
.box5 {
  height: 5.7rem;
  background: url('../images/hp-bg2.png') no-repeat center;
  background-size: cover;
  padding-top: 1.22rem;
}
.box5 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box5 .box .list {
  width: 32%;
}
.box5 .box .list h2 {
  font-size: 0.36rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.box5 .box .list h3 {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.box5 .box .list ul li {
  list-style: square;
  list-style-position: inside;
  color: #3170e0;
  font-size: 0.18rem;
  margin-bottom: 0.18rem;
}
.box5 .box .list ul li span {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}
.box6 {
  background-color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.box6 h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.box6 h2 .line {
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.box6 h2 span {
  margin: 0 0.14rem;
  font-size: 0.36rem;
  font-weight: 600;
}
.box6 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box6 ul a {
  width: 20%;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.box6 ul a img {
  width: 2rem;
  max-height: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.box6 ul a img:hover {
  transform: scale(1.1);
}
.layui-form-item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.06rem;
  overflow: hidden;
  font-size: 0.16rem;
}
.layui-input-block {
  margin-left: 0px;
  min-height: 0.36rem;
  position: relative;
}
.layui-input-block input {
  font-size: 0.16rem;
  border: 0;
  line-height: 0.36rem;
  height: 0.36rem;
}
.layui-form-label {
  float: left;
  display: block;
  padding: 9px 10px 9px 15px;
  width: 1.2rem;
  font-weight: 400;
  line-height: 0.2rem;
  height: 0.4rem;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.layui-form-label.must::before {
  content: '*';
  position: absolute;
  color: red;
  top: 12px;
  left: 4px;
}
.sel {
  display: inline-block;
  width: 1.8rem;
  line-height: 36px;
  border: 0;
  margin-top: 5px;
  padding-left: 6px;
  background-color: white;
}
