.spr {
  width: 419px;
  height: 400px;
  background: url(../img/spring.png) no-repeat top center;
  background-size: 419px 400px;
}
.spr1 {
  width: 419px;
 
  background: url(../index_files/logo.jpg) no-repeat top center;
  background-size: 419px 400px;
}
.bg1 {
  width: 100%;
 
  background: url(../img/bg1_new.png) no-repeat top center;
  background-size: 1920px 655px;
  position: relative;
  overflow: hidden;
}

.bg1 .box {
  width: 1408px;
  
  margin: 0 auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.bg1 .box .logo {
  width: 235px;
  height: 73px;
  background-position: 0 -38px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.bg1 .box .title {
  width: 100%;
  font-size: 56px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.bg1 .box .h2 {
  font-size: 22px;
  color: #8b93a6;
  text-align: center;
  margin-top: 10px;
}

.bg1 .box .mar_g {
  margin-top: 30px;
}

.bg1 .box .rwm_box {
  width: 60%;
  height: 414px;
  margin: 0px auto 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.bg1 .box .rwm_box .a {
  width: 302px;
  height: 302px;
  border-radius: 20px;
  overflow: hidden;
}

.bg1 .box .rwm_box .back1 {
  background: url(../img/rwm.png) no-repeat top center;
  background-size: 100%;
}

.bg1 .box .rwm_box .back2 {
  background: url(../img/rwm.png) no-repeat top center;
  background-size: 100%;
}

.bg1 .box .rwm_box .rwm {
  width: 302px;
  height: 454px;
}

.bg1 .box .rwm_box .rwm .icon {
  width: 39px;
  height: 35px;
  float: left;
  margin-right: 10px;
}

.bg1 .box .rwm_box .rwm .icon1 {
  background-position: 0 0;
}

.bg1 .box .rwm_box .rwm .icon2 {
  background-position: -41px 0;
}

.bg1 .box .rwm_box .rwm .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  text-align: left;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 10px auto 0;
}

.bg1 .box .rwm_box .l_r {
  float: left;
}

.bg1 .box .rwm_box .r_r {
  float: right;
}

.bg2 {
  width: 100%;
  height: 618px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.bg2 .swiper {
  background: #fff !important;
}

.bg2 .swiper-container {
  width: 100%;
  height: 620px;
  background: #fff;
}

.bg2 .swiper-container .swiper-wrapper {
  width: 100% !important;
  height: 620px !important;
  background: #fff !important;
}

.bg2 .swiper-slide {
  width: 100% !important;
  height: 620px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  /* Center slide text vertically */
}

.bg2 .swiper-slide img {
  width: 100% !important;
}

.bg2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bg2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.bg2 .swiper-pagination-bullet {
  width: 36px !important;
  height: 3px !important;
  display: inline-block;
  border-radius: 10px !important;
  background: #f3f3f3 !important;
  opacity: 1 !important;
}

.bg2 .swiper-pagination-bullet-active {
  background: #da2115 !important;
}

.bg2 .swiper-horizontal > .swiper-pagination-bullets,
.bg2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.bg2 .swiper-pagination-custom,
.bg2 .swiper-pagination-fraction {
  bottom: 80px !important;
}

.bg3 {
  width: 100%;
   
  background: #c21e04;
  position: relative;
  overflow: hidden;
}

.bg3 .auto_box {
  width: 1408px;
  height: auto;
  margin: 0 auto;
}

.bg3 .p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.bg3 .p1 {
  font-weight: bold;
  font-size: 38px;
  margin-top: 80px;
}

.bg3 .p2 {
  font-size: 30px;
  margin-top: 10px;
}

.bg3 .p3 {
  line-height: 30px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: normal;
  opacity: .7;
}

.bg3 .fl_box {
  width: 1208px;
  height: 435px;
 
}

.bg3 .fl_box .fl_li {
  width: 25%;
  height: 435px;
  float: left;
}

.bg3 .fl_box .fl_li .icon {
  width: 102px;
  height: 102px;
  cursor: pointer;
  margin: 0 auto 0;
}

.bg3 .fl_box .fl_li .icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.bg3 .fl_box .fl_li .icon1 {
  background-position: 0 -119px;
}

.bg3 .fl_box .fl_li .icon2 {
  background-position: -104px -119px;
}

.bg3 .fl_box .fl_li .icon3 {
  background-position: -208px -119px;
}

.bg3 .fl_box .fl_li .icon4 {
  background-position: -312px -119px;
}

.bg3 .fl_box .fl_li .fl_p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 40px;
  text-align: center;
}

.bg3 .fl_box .fl_li .fl_p1 {
  font-size: 14px;
  color: #fff;
  margin-top: 14px;
  text-align: center;
}

.bg3 .fl_box .fl_li .fl_p2 {
  font-size: 12px;
  color: #fff;
  margin-top: 22px;
  line-height: 25px;
  text-align: center;
  opacity: .7;
}

.bg4 {
  width: 100%;
  height: 1400px;
  background: #fff;
}

.bg4 .box {
  width: 1350px;
  height: 1760px;
  margin: 0 auto;
}

.bg4 .box .ul {
  width: 100%;
  height: 100%;
}

.bg4 .box .ul .li {
  width: 90%;
  height: 461px;
  position: relative;
  margin: 0 auto 0px;
}

.bg4 .box .ul .li .m_t {
  margin-top: 140px;
}

.bg4 .box .ul .li .p_box1 {
  width: 40% !important;
}

.bg4 .box .ul .li .p_box {
  position: absolute;
  width: 30%;
}

.bg4 .box .ul .li .p_box .p1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 18px;
}

.bg4 .box .ul .li .p_box .line {
  width: 149px;
  height: 5px;
  background: #c21e04;
  margin-bottom: 24px;
}

.bg4 .box .ul .li .p_box .p2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.bg4 .box .ul .li .p_box .p3 {
  font-size: 15px;
  line-height: 26px;
}

.bg4 .box .ul .li .img_box {
  position: absolute;
  right: 0;
  top: 15px;
  width: 603px;
  height: 461px;
}

.bg4 .box .ul .li .img_box img {
  width: 603px;
  height: 461px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.bg4 .box .ul .li .pos {
  left: -50px !important;
  top: 10px;
}

.bg4 .box .ul .li .pos1 {
  right: 0px !important;
  top: 140px;
  margin-top: 0 !important;
}

.bg4 .box .ul .li .pos2 {
  left: 150px !important;
  top: 130px;
}

.bg4 .box .ul .li .pos3 {
  left: 150px !important;
  top: 00px;
}

.foot {
  width: 100%;
  height: 410px;
  background: #656972;
  border-top: 1px solid #9b9da3;
  overflow: hidden;
}

.foot .foot_box {
  width: 1200px;
  height: 468px;
  margin: 0 auto 0;
  padding-top: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.foot .foot_box .l {
  float: left;
}

.foot .foot_box .l .img {
  width: 237px;
  height: 124px;
  background-position: 0 -238px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.foot .foot_box .l .phone {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 44px;
}

.foot .foot_box .l .phone .dh {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}

.foot .foot_box .r {
  float: right;
}

.foot .foot_box .r .rwm_box {
  width: 214px;
  height: 260px;
  float: left;
  margin-left: 70px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.foot .foot_box .r .rwm_box img {
  width: 214px;
  height: 214px;
}

.foot .foot_box .r .rwm_box p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.foot .foot_box .number {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 80px;
  opacity: .5;
}

.foot .foot_box .number:hover {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*# sourceMappingURL=index.css.map */