* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 0.16rem;
  background-color: #F5F5F5;
}
div ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.headerAll {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}
.header {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 0.2rem 0rem;
  font-size: 0.16rem;
}
.header > img {
  width: 1.7rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 53%;
  margin: 0rem 0.5rem 0rem 2rem;
}
.nav > li:nth-child(2) a {
  color: #e4352b;
}
.nav > li a {
  color: #333333;
}
.nav > li a:hover {
  color: #e4352b;
}
.header-tel {
  display: flex;
  align-items: center;
}
.header-tel > img {
  margin-right: 0.1rem;
}
.swiper-container {
  width: 100%;
  /*height: 6rem;*/
  margin-top: 0.7rem;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.swiper-container {
  --swiper-pagination-color: #e4352b;
}
.solution {
  display: flex;
  background-color: #fff;
  padding: 0.4rem 0px;
}
.solutionDiv {
  width: 70%;
  margin: 0 auto;
}
.so-text {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
}
.so-text > span:nth-child(2) {
  width: 1rem;
  height: 0.02rem;
  background: #EBEBEB;
  margin: 0px 0.4rem 0px 0.2rem;
}
.so-ul {
  margin-left: 3.2rem;
}
.so-ul > li:nth-child(1) {
  font-size: 0.2rem;
  margin: 0.2rem 0px 0.4rem 0px;
}
.so-ul > li:nth-child(2) {
  font-size: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.next {
  width: 100%;
  background-color: #fff;
}
.nextDiv {
  margin: 0 auto;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  position: relative;
}
.nextDiv > img {
  width: 35%;
  height: 3.55rem;
  position: absolute;
  left: 15%;
}
.next-right {
  width: 70%;
  height: 4.2rem;
  background-color: #F5F5F5;
  margin-left: 30%;
}
.nextUl {
  padding: 0.8rem 0px 0px 32%;
}
.nextUl > li:nth-child(1) {
  color: #888;
  font-size: 0.16rem;
}
.nextUl > li:nth-child(2) {
  font-size: 0.24rem;
  color: #333;
  margin: 0.2rem 0px 0.4rem 0px;
}
.nextUl > li:nth-child(3) {
  font-size: 0.16rem;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 5.6rem;
}
.nextUl > li:nth-child(4) {
  border: 1px solid #e4352b;
  font-size: 0.14rem;
  width: 1.35rem;
  margin-top: 0.4rem;
}
.nextUl > li:nth-child(4) a {
  color: #e4352b;
  width: 1.35rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  display: block;
}
.nextDiv2 {
  width: 70%;
  margin: 0 auto;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 0.4rem;
}
.nextDiv2 > img {
  width: 45%;
  height: 3.55rem;
  margin-left: 0.4rem;
}
.nextUl2 > li:nth-child(1) {
  color: #888;
  font-size: 0.16rem;
}
.nextUl2 > li:nth-child(2) {
  font-size: 0.24rem;
  color: #333;
  margin: 0.2rem 0px 0.4rem 0px;
}
.nextUl2 > li:nth-child(3) {
  font-size: 0.16rem;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 6.32rem;
}
.nextUl2 > li:nth-child(4) {
  border: 1px solid #e4352b;
  font-size: 0.14rem;
  width: 1.35rem;
  margin-top: 0.4rem;
}
.nextUl2 > li:nth-child(4) a {
  color: #e4352b;
  width: 1.35rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  display: block;
}
.nextList {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.nextList-one {
  width: 33%; 
  position: relative;
}
.nextList-one > img {
  width: 3.9rem;
  height: 3.9rem;
}
.listUl {
  color: #fff;
  position: absolute;
  bottom: 0.4rem;
  left: 0.5rem;
}
.listUl a{
  color: #fff;
  
}
.listUl > li:nth-child(1) {
  font-size: 0.14rem;
}
.listUl > li:nth-child(2) {
  font-size: 0.18rem;
  margin: 0.15rem 0px;
}
.listUl > li:nth-child(3) {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16rem;
}

.listUl-red {
  background-color: #e4352b;
  color: #fff;
  border: 0 !important;
}
.contact {
  font-size: 0.16rem;
  width: 100%;
  height: 4rem;
  background: url(../images/concat.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 0.4rem;
  color: #fff;
}
.form {
  display: flex;
  width: 70%;
  margin: 0 auto;
  margin-top: -1rem;
  background-color: #fff;
  font-size: 0.16rem;
  position: relative;
  z-index: 9;
}
.form-left {
  padding: 0.2rem 0.3rem;
  border-right: 1px solid #EDEDED;
  width: 50%;
}
.form-left > div:nth-child(2) {
  margin: 0.15rem 0px;
}
.formLeft-one {
  display: flex;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #EDEDED;
}
.formLeft-one > div span {
  display: block;
  margin-left: 0.15rem;
}
.form-right {
  padding: 0.2rem 0.3rem;
  width: 50%;
}
input {
  border: 0;
}
.form-right > div:nth-child(2) {
  margin: 0.15rem 0px;
}
.btn {
  width: 80%;
  background-color: #e4352b;
  color: #fff;
  margin-top: 0.2rem;
  border: 0;
  height: 0.5rem;
  line-height: 0.5rem;
}
.tips {
  text-align: center;
  font-size: 0.14rem;
  color: #000000;
  padding: 0.2rem 0px;
}
.programme {
  width: 100%;
  font-size: 0.16rem;
  margin-top: 0.4rem;
}
.programme-title {
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
}
.programme-title > span:nth-child(2n) {
  color: #e4352b;
}
.programme-title2 {
  text-align: center;
}
.programme-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.2rem 0rem;
}
.programme-img > img {
  width: 0.1rem;
  height: 0.1rem;
  border: 0.01rem solid;
  transform: rotate(45deg);
}
