* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.box {
  width: 100%;
}
.box .container {
  width: 1200px;
  margin: 0 auto;
}
.box .top {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 5px 21px 0px rgba(107, 111, 130, 0.08);
}
.box .top .container {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .top .container .Title {
  display: flex;
  align-items: center;
}
.box .top .container .Title img:nth-child(1) {
  width: 38px;
  height: 37px;
  margin-right: 20px;
}
.box .top .container .Title img:nth-child(2) {
  width: 231px;
  height: 24px;
  margin-right: 20px;
}
.box .top .container .Title .phone {
  width: 134px;
  height: 29px;
  background-color: #ededed;
  border-radius: 4px;
  padding: 1px 0 0 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.box .top .container .Title .phone img {
  width: 17px;
  height: 20px;
  margin-right: 10px;
}
.box .top .container .Title .phone span {
  display: inline-block;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #323232;
}
.box .top .container ul {
  display: flex;
  width: 596px;
  justify-content: space-between;
}
.box .top .container ul a {
  font-size: 18px;
  color: #323232;
}
.box .middle {
  margin-top: 30px;
}
.box .middle .One {
  display: flex;
}
.box .middle .One .Swiper {
  width: 582px;
  height: 380px;
  margin-right: 27px;
  position: relative;
}
.box .middle .One .Swiper .swiper-slide {
  position: relative;
}
.box .middle .One .Swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.box .middle .One .Swiper .swiper-slide .mask {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.box .middle .One .Swiper .swiper-slide .mask p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .One .Swiper .swiper-pagination {
  display: flex;
  width: 81px;
  justify-content: space-between;
  position: absolute;
  left: 251px;
  bottom: 15px;
  align-items: center;
}
.box .middle .One .Swiper .swiper-pagination .swiper-li {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}
.box .middle .One .Swiper .swiper-pagination .swiper-liActive {
  width: 33px;
  height: 4px;
  border-radius: 2px;
}
.box .middle .One .Swiper .arrow-left {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  margin-top: 10px;
  color: transparent;
  outline: none;
}
.box .middle .One .Swiper .arrow-right {
  position: absolute;
  top: 50%;
  right: -12.61px;
  transform: translateY(-50%);
  margin-top: 10px;
  color: transparent;
  outline: none;
}
.box .middle .One .text {
  flex: 1;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .middle .One .text li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .middle .One .text li .title {
  width: 127px;
  height: 32px;
  background-color: #b82e29;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 18px;
}
.box .middle .One .text li .title h2 {
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.box .middle .One .text li p {
  width: 500px;
  height: 21px;
  font-size: 20px;
  color: #323232;
  line-height: 21px;
  margin-bottom: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .One .text li span {
  display: block;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 18px;
  color: #323232;
  margin-bottom: 18px;
}
.box .middle .One .text li span:nth-child(5) {
  margin-bottom: 0;
}
.box .middle .Two {
  margin-top: 30px;
}
.box .middle .Two ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .middle .Two ul li {
  width: 380px;
  margin-bottom: 28px;
}
.box .middle .Two ul li .title {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #b82e29;
  padding-left: 10px;
  align-items: center;
}
.box .middle .Two ul li .title h2 {
  height: 25px;
  font-size: 25px;
  line-height: 24px;
  color: #b82e29;
}
.box .middle .Two ul li .title img {
  width: 18px;
  height: 22px;
  display: block;
}
.box .middle .Two ul li .img {
  margin-top: 24px;
  margin-left: 1px;
  width: 379px;
  height: 247px;
  position: relative;
}
.box .middle .Two ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.box .middle .Two ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  padding-left: 11px;
}
.box .middle .Two ul li .img .mask p {
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  height: 19px;
  font-size: 18px;
  line-height: 19px;
}
.box .middle .Two ul li .text {
  width: 100%;
  margin-top: 30px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .middle .Two ul li .text span {
  width: 380px;
  font-size: 18px;
  line-height: 18px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .Three {
  margin-top: 2px;
}
.box .middle .Three .title {
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: space-between;
  border-left: 4px solid #b82e29;
  padding-left: 10px;
  align-items: center;
}
.box .middle .Three .title h2 {
  height: 25px;
  font-size: 25px;
  line-height: 24px;
  color: #b82e29;
}
.box .middle .Three .title img {
  width: 18px;
  height: 22px;
  display: block;
}
.box .middle .Three .img {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
.box .middle .Three .img .img1 {
  width: 240px;
  height: 298px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .middle .Three .img .img1 div {
  position: relative;
}
.box .middle .Three .img .img1 div img {
  width: 240px;
  height: 140px;
  object-fit: cover;
}
.box .middle .Three .img .img1 div .mask {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  padding-left: 11px;
}
.box .middle .Three .img .img1 div .mask p {
  width: 220px;
  height: 19px;
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .Three .img .img2 {
  width: 240px;
  height: 298px;
  position: relative;
}
.box .middle .Three .img .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .middle .Three .img .img2 .mask {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding-left: 11px;
}
.box .middle .Three .img .img2 .mask p {
  width: 220px;
  height: 19px;
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .Three .img .img3 {
  width: 424px;
  height: 298px;
  position: relative;
}
.box .middle .Three .img .img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .middle .Three .img .img3 .mask {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding-left: 11px;
}
.box .middle .Three .img .img3 .mask p {
  width: 410px;
  height: 19px;
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .middle .Three .img .img4 {
  width: 240px;
  height: 298px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .middle .Three .img .img4 div {
  position: relative;
}
.box .middle .Three .img .img4 div img {
  width: 240px;
  height: 140px;
  object-fit: cover;
}
.box .middle .Three .img .img4 div .mask {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  padding-left: 11px;
}
.box .middle .Three .img .img4 div .mask p {
  width: 220px;
  height: 19px;
  font-size: 18px;
  line-height: 19px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .foot {
  margin-top: 50px;
  height: 335px;
  background-color: #f4f4f4;
  padding: 40px 0 64px;
  text-align: center;
}
.box .foot img {
  vertical-align: text-bottom;
}
.box .foot p {
  color: #323232;
  font-size: 15px;
  line-height: 25px;
}
.box .foot p:last-child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .foot .color {
  color: #999;
}
.box .foot a {
  text-decoration: underline;
  color: #323232;
}
