* {
  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(4) 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;
}
.case-title {
  width: 100%;
  height: 1.8rem;
  background-color: #f5f5f5;
}
.caseTitle-one {
  font-size: 0.24rem;
  padding: 0.3rem 0px 0.15rem 0px;
  border-bottom: 1px solid #d5d5d5;
}
.oneSpan1 {
  width: 70%;
  margin: 0 auto;
}
.caseTitle-two {
  width: 70%;
  margin: 0 auto;
  font-size: 0.13rem;
  color: #555;
  margin-top: 0.15rem;
}
.caseAll {
  width: 100%;
  background-color: #fff;
}
.caseAll .case-cont {
  width: 70%;
  margin: 0 auto;
  display: flex;
  font-size: 0.16rem;
}
.caseAll .case-cont .cont-left {
  padding: 0.4rem 0.2rem 0.4rem 0px;
  width: 70%;
  border-right: 1px solid #e7e7e7;
}
.cont-left img{ width:100%}
.caseAll .case-cont .cont-left > img {
  height: 25.26rem;
}
.caseAll .case-cont .cont-right {
  padding: 0.4rem 0.2rem;
}
.caseAll .case-cont .cont-right .right-top {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.right-top > div:nth-child(1) a{
  color: #fff;
}
.right-top > div:nth-child(2) a{
 color: #000000;
}
.caseAll .case-cont .cont-right .right-top > div:nth-child(1) {
  background-color: #e4352b;
  color: #fff;
  height: 0.85rem;
  line-height: 0.85rem;
  width: 1.65rem;
  text-align: center;
}
.caseAll .case-cont .cont-right .right-top > div:nth-child(2) {
  background-color: #F0F0F0;
  height: 0.85rem;
  line-height: 0.85rem;
  width: 1.65rem;
  text-align: center;
}
.caseAll .case-cont .cont-right .right-title {
  display: flex;
  align-items: flex-end;
  margin-top: 0.4rem;
}
.caseAll .case-cont .cont-right .right-title > span:nth-child(2) {
  width: 80%;
  border-bottom: 1px solid #333333;
}
.con-dl {
  width: 100%;
  box-shadow: 0px 0px 3px 2px #DCDCDD;
  margin-top: 0.2rem;
}
.con-dl img {
  width: 350px;
  height: 2rem;
}
.con-dl dd {
  width: calc(100%-0.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem;
}
.red-span {
  color: #e4352b;
}
.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-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;
}
