body {
  padding: 0;
  margin: 0;
}
.main .main1 {
  background-image: url(../images/bg22.png);
  width: 100%;
  height: 67.5rem;
  background-size: cover;
  padding: 7.5rem 15rem 0;
}
.main .main1 .tit {
  color: #333;
  font-size: 2.25rem;
  margin-bottom: 5.3125rem;
  position: relative;
  font-weight: 600;
  font-family: Calibri;
}
.main .main1 .tit::after {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 4px;
  background: #B81927;
  left: 0;
  bottom: -2.125rem;
}
.main .main1 .part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0rem 0.1875rem 0.9375rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0 5.625rem 0 4.0625rem;
  min-height: 43.125rem;
}
.main .main1 .part .left .title {
  width: 36.8125rem;
  min-height: 20rem;
  background: #F6F6F6;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  padding: 2.4375rem 2.75rem 3.125rem 3.125rem;
  font-family: Calibri;
}
.main .main1 .part .left .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 2.625rem;
}
.main .main1 .part .left .bot .bot1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .main1 .part .left .bot .bot1 img {
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 0.5625rem;
}
.main .main1 .part .left .bot .bot1 .name {
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-family: Calibri;
}
.main .main1 .part .right {
  margin-left: 4.25rem;
}
.main .main1 .part .right .title {
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Calibri;
}
.main .main1 .part .right .bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .main1 .part .right .bot .bot1 {
  width: 18.75rem;
  height: 13.125rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.main .main1 .part .right .bot .bot1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main .main2 {
  background-image: url(../images/bg33.png);
  width: 100%;
  height: 67.5rem;
  background-size: cover;
  padding: 10rem 15rem 0;
}
.main .main2 .tit {
  color: #333;
  font-size: 2.25rem;
  font-family: Calibri;
  margin-bottom: 5.3125rem;
  position: relative;
  font-weight: 600;
}
.main .main2 .tit::after {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 4px;
  background: #B81927;
  left: 0;
  bottom: -2.125rem;
}
.main .main2 .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .main2 .part .part1 {
  width: 28.75rem;
  height: 18.75rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.1875rem 0.9375rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.main .main2 .part .part1 img {
  width: 6.875rem;
  height: 6.875rem;
  margin-bottom: 1.25rem;
}
.main .main2 .part .part1 .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
  line-height: 2.375rem;
  font-family: Calibri;
}
.main .main2 .part .part1 .desc {
  color: #666;
  font-size: 1rem;
   font-family: Calibri;
    TEXT-ALIGN: center;
    margin: 0 80px;
    line-height: 1.5;
}
.main .main3 {
  background-image: url(../images/bg44.png);
  width: 100%;
  height: 60.8125rem;
  background-size: cover;
  padding: 4.8125rem 15rem 0;
  position: relative;
}
.main .main3 .tit {
  color: #333;
  font-size: 2.25rem;
  font-family: Calibri;
  margin-bottom: 5.3125rem;
  position: relative;
  font-weight: 600;
}
.main .main3 .tit::after {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 4px;
  background: #B81927;
  left: 0;
  bottom: -2.125rem;
}
.main .main3 .yuan {
  position: absolute;
  right: 14.875rem;
  bottom: 4rem;
  width: 42.25rem;
  height: 40.375rem;
}
.main .main3 .bot1 {
  position: absolute;

  display: flex;
  align-items: center;
}
.main .main3 .bot1 .left {
  width: 1rem;
  height: 1rem;
  background: #B81927;
  border-radius: 50%;
  margin-right: 2.5rem;
  box-sizing: content-box;

}
.main .main3 .bot1 .right {
  font-size: 1.125rem;
  color: #333333;
  display: flex;
    align-items: center;
	font-family: Calibri;
}
.main .main3 .bot1 .right span{
  font-size: 2rem;
  font-weight: 600;
  font-family: enfont;
  margin-right: 0.625rem ;
}
.main .main3 .bot1:nth-of-type(2) {
  left: 56.75rem;
  top: 3.125rem;
}
.main .main3 .bot1:nth-of-type(3) {
  left: 48rem;
  top: 8.6875rem;
}
.main .main3 .bot1:nth-of-type(4) {
  left: 41.5rem;
  top: 14.875rem;
}
.main .main3 .bot1:nth-of-type(5) {
  left: 35.25rem;
  top: 21.875rem;
}
.main .main3 .bot1:nth-of-type(6) {
  left: 30.25rem;
  top: 29.8125rem;
}
.main .main3 .bot1:nth-of-type(7) {
  left: 26.3rem;
  top: 37.625rem;
}
.main .main3 .bot1:nth-of-type(8) {
  left: 23rem;
  top: 45.625rem;
}
.main .main3 .bot1:nth-of-type(9) {
  left: 20.0625rem;
  top: 53.5625rem;
}
.main .main3 .bot1:hover .left {
  border: 6px solid #ebd1d3;
  box-sizing: content-box;
  margin-right: calc(2.5rem - 12px);
}
.main .main3 .bot1:hover .right {
  color: #B81927;
}
.main .main3 .active .left {
  border: 6px solid #ebd1d3;

}
.main .main4 {
  width: 100%;
  padding: 4.8125rem 15rem 0;
  padding-bottom: 6.875rem;
  background-color: #f5f5f5;
  position: relative;
}
.main .main4 .move-left{
  position: absolute;
  left: 8rem;
  bottom: 22rem;
  width: 4rem;
}
.main .main4 .move-right{
position: absolute;
right: 8rem;
bottom: 22rem;
width: 4rem;
}
.main .main4 .tit {
  color: #333;
  font-size: 2.25rem;
  font-family: Calibri;
  margin-bottom: 4.5rem;
  position: relative;
  font-weight: 600;
}
.main .main4 .tit::after {
  position: absolute;
  content: '';
  width: 2.5rem;
  height: 4px;
  background: #B81927;
  left: 0;
  bottom: -2.125rem;
}
.main .main4 .tit2 {
  color: #333;
  font-size: 1.125rem;
  margin-bottom: 3.9375rem;
  font-family: Calibri;
  line-height: 1.8;
}
.main .main4 .swiper {
  width: 100%;
}
.main .main4 .swiper .swiper-slide {
  width: 28.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main .main4 .swiper .swiper-slide .bg {
  width: 28.75rem;
  height: 22.5rem;
  display: block;
}
.main .main4 .swiper .swiper-slide .title {
  min-height: 10rem;
  width: 28.75rem;
  color: #333;
  font-size: 1.25rem;
  padding: 0 4.125rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  font-family: Calibri;
}
.main .main4 .swiper .swiper-slide .title::after {
  position: absolute;
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: #B81927;
  left: 2.8125rem;
  top: calc(50% - 0.3125rem);
}
.main .main4 .swiper .swiper-pagination {
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 1.25rem;
}
.main .main4 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border-radius: 0.3125rem;
  background: #fff;
  opacity: 1;
  margin: 0 0.3125rem;
}
.main .main4 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.875rem;
  height: 0.625rem;
  background: #BE0018;
  border-radius: 0.3125rem;
}
.main .main4 .swiper-pagination {
  bottom: 3.4375rem;
}
.main .main4 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.main .main4 .swiper-pagination-bullet-active {
  background-color: #B81927;
}
@media (max-width: 900px) {
  .main .main4 .move-left{
    display: none;
  }
  
  .main .main4 .move-right{
   display: none;
  }
  .main .main1 {
    height: auto;
    min-height: 67.5rem;
    padding: 30px 5%;
  }
  .main .main1 .tit {
    font-size: 22px;
  }
  .main .main1 .part {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .main .main1 .part .left,
  .main .main1 .part .right {
    width: 100%;
  }
  .main .main1 .part .left .title {
    width: 100%;
    font-size: 14px;
  }
  .main .main1 .part .left .bot .bot1 .name {
    font-size: 16px;
    font-weight: 600;
  }
  .main .main1 .part .right {
    margin-left: 0;
    margin-top: 20px;
  }
  .main .main1 .part .right .title {
    font-size: 16px;
  }
  .main .main2 {
    padding: 30px 5%;
    height: auto;
  }
  .main .main2 .tit {
    color: #333;
    font-size: 22px;
  }
  .main .main2 .part .part1 .title {
    font-size: 14px;
    line-height: 2;
	text-align: center;
  }
  .main .main2 .part .part1 .desc {
    color: #666;
    font-size: 12px;
	line-height:1.2;
	margin:0;
  }
  .main .main2 .part .part1 {
    width: 49%;
    height: auto;
    min-height: 20rem;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .main .main3 .bot1 .right {
    font-size: 14px;
    color: #333333;
  }
  .main .main3 .tit {
    color: #333;
    font-size: 22px;
  }
  .main .main3 {
    padding: 30px 5%;
  }
  .main .main4 {
    width: 100%;
    padding: 30px 5%;
    padding-bottom: 6.875rem;
  }
  .main .main4 .tit {
    color: #333;
    font-size: 22px;
  }
  .main .main4 .tit2 {
    color: #333;
    font-size: 14px;
    line-height: 2;
  }
  .main .main4 .swiper .swiper-slide .title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 600px) {
  .main .main1 .part .left .bot .bot1 .name {
    font-size: 14px;
    font-weight: 600;
}
  .main{
    padding-top: 16rem;
  }
  .main .main1 .part .left .bot .bot1 img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .main .main1 .part .left .bot {
    flex-wrap: wrap;
  }
  .main .main1 .part .left .bot .bot1 {
    width: 25%;
    margin-bottom: 20px;
    flex: auto;
  }
  .main .main1 .part .right .bot .bot1 {
    width: 49%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
  }
  .main .main1 .part .right .bot .bot1 img {
    position: initial;
  }
  .main .main2 .part .part1 {
    width: 49%;
    height: auto;
    min-height: 160px;
  }
  .main .main2 .part .part1 img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }
  .main .main3 .bot1 {
    position: initial;
    margin-bottom: 10px;
  }
  .main .main3 {
    height: auto;
  }
  .main .main3 .yuan {
    position: initial;
    width: 100%;
    height: auto;
  }
  .main .main3 .bot1 .left {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .main .main3 .active .left {
    border: none;
  }
  .main .main4 {
    padding-bottom: 50px;
  }
  .main .main4 .swiper .swiper-slide .bg {
    width: 100%;
    height: auto;
  }
  .main .main4 .swiper .swiper-slide .title {
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    padding-left: 25px;
  }
  .main .main4 .swiper .swiper-slide .title::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
  }
  .main .main3 .bot1 .right span {
    font-size: 25px;
    font-weight: 600;
    font-family: enfont;
    margin-right: 10px;
}
.main .main1 .tit::after,.main .main2 .tit::after,.main .main3 .tit::after,.main .main4 .tit::after {


  width: 26px;

}
.main .main1 .part {
  padding: 30px 5%;
}
.main .main1 .part .left .title {
  padding: 20px;
}
.main .main1 .part .left .bot {
  margin-top: 20px;
}

.main .main3 .bot1 {
  position: initial;
  margin-bottom: 20px;
  float: left;
  margin-right: 0;
  width: 100%;
}
.main .main3 .bot1 .right {
  font-size: 14px;
  color: #333333;
  width: calc(100% - 20px);
}
.main .main3 .tit {
  margin-bottom: 30px;

}
.main .main3 .yuan {
  position: initial;
  width: 85%;
  height: auto;
  margin: 30px auto 0;
  display: block;
}
.main .main3 .bot1:nth-of-type(9) {
  margin-bottom:30px;
}
.main .main3 .bot1:hover .left {
  border: none;
  box-sizing: content-box;
  margin-right: 10px;
}
body {
  position: relative;
  padding-top: 15rem!important;
}
.main{
  padding-top: 0;
}

}
