.header{
  width: 100%;
  height: 3.4286rem;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 22;
  border: 1px solid #eee;
}

.header_wrap{
  width: 100%;
  height: 100%;
  position: relative;
}

.header_left{
  line-height: 3.4286rem;
}

.header_left img{
  width: 1.7857rem;
  height: 1.7857rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.header_middle{
  line-height: 3.4286rem;
}

.header_middle img{
  width: 5.0714rem;
  height: 1.8214rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.topBanner{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.7142857rem;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.78571428rem;
}

.topBanner_img{
  position: absolute;
  right: 1.142857rem;
  bottom: 0.57142857rem;
  width: 10rem;
  height: auto;
}

.topBanner_title{
  font-size: 1.7142857rem;
  color: #007BD6;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 0;
}

.topBanner_content{
  width: calc(100% - 10rem - 0.28571428rem);
  margin-top: 2.42857rem;
  margin-bottom: 1.7142857rem;
  font-size: 0.9285714rem;
  color: #007BD6;
  display: flex;
  flex-direction: column;
}

.topBanner_content span{
  margin-bottom: 0.428571428rem;
  line-height: 1.3rem;
}

.topBanner_btn{
  width: 8rem;
  height: 2.28571428rem;
  background: linear-gradient(to right, #0083FF, #00B9FF);
  border-radius: 3px;
  text-align: center;
  line-height: 2.28571428rem;
  font-size: 1.14285714rem;
  color: #FFF;
  text-decoration: none;
}


.partOne{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partOne_title{
  margin-top: 1.78571428rem;
  margin-bottom: 1.142857rem;
  font-size: 1.4285714rem;
  color: #333333;
  font-weight: bold;
}

.partOne_content{
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.07142857rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partOne_content_item{
  box-sizing: border-box;
  width: 100%;
  min-height: 10.8571428rem;
  padding: 0 1.07142857rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.07142857rem;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
  margin-bottom: 0.857142857rem;
}

.partOne_content_item_img{
  width: 4.57142857rem;
  height: auto;
}

.partOne_content_item_title{
  flex: 0.94;
  display: flex;
  flex-direction: column;
}


.partOne_content_item_title h2{
  font-size: 1.285714285rem;
  color: #333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.85714285rem;
}

.partOne_content_item_titleDetail{
  font-size: 1.14285714rem;
  color: #666;
}

.partOne_content_item_titleDetail p{
  line-height: 1.42857rem;
}



.swiperWhite{
  width: 100%;
  margin: 0 auto;
  padding: 1.7857rem 0;
}

.swiperWhite_wrapper{
  width: 100%;
}

.swiperWhite_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.swiperWhite_slide h1{
  font-size: 1.428571428rem;
  margin-top: 1.57142857rem;
  margin-bottom: 0.7142857rem;
  font-weight: 700;
}
.swiperWhite_slide h2{
  color: #007FFF;
  padding: 0 3.85714285rem;
  margin-bottom: 1.142857rem;
  box-sizing: border-box;
  font-size: 1.07142857rem;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.6rem;
}
.swiperWhite_slide_img{
  width: auto;
  height: 12.1428571rem;
}


.swiperBlack{
  width: 100%;
  margin: 0 auto;
  padding: 1.7857rem 0;
  background: url(../images/partThree1.png) center center no-repeat;
  background-size: 100% 100%;
}

.swiperBlack_wrapper{
  width: 100%;
}

.swiperBlack_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.swiperBlack_slide h1{
  font-size: 1.428571428rem;
  margin-top: 1.57142857rem;
  margin-bottom: 0.7142857rem;
  font-weight: 700;
}
.swiperBlack_slide h2{
  padding: 0 3.85714285rem;
  margin-bottom: 1.142857rem;
  box-sizing: border-box;
  font-size: 1.07142857rem;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.6rem;
}
.swiperBlack_slide_img{
  width: auto;
  height: 14.28571428rem;
}


.partSeven{
  position: relative;
  width: 100%;
  margin-top: 1.78571428rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partSeven_img{
  width: 100%;
  height: auto;
}

.partSeven_content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

.partSeven_content_title{
  font-size: 1.42857rem;
  font-weight: bold;
}

.partSeven_content_top{
  width: 18.7142857rem;
  line-height: 1.2857142rem;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.571428rem;
  margin-bottom: 1.285714rem;
}

.partSeven_content_top span{
  line-height: 1.2857142rem;
  text-align: center;
  font-size: 1rem;
}

.partSeven_content_bottom{
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.57142857rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.partSeven_content_bottom li{
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partSeven_content_bottom li span{
  font-size: 0.8571428rem;
  margin-bottom: 0.57142857rem;
  font-weight: bold;
}

.footer{
  width: 100%;
  padding-bottom: 3.57142857rem;
  display: flex;
  flex-direction: column;
}

.footer_wrap{
  box-sizing: border-box;
  width: 100%;
  padding: 1.28571428rem 1.7142857rem 1.7142857rem 1.7142857rem;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.footer_wrap_top{
  width: 100%;
  height: 5.7142857rem;
  display: flex;
  justify-content: space-between;
}

.footer_wrap_top_img{
  width: 5.7142857rem;
  height: 5.7142857rem;
}

.footer_wrap_top_content{
  flex: 0.9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_wrap_top_content p{
  font-size: 0.928571428rem;
  color: #040F42;
  line-height: 1.3714285rem;
}

.footer_wrap_bottom{
  text-align: center;
  font-size: 0.857142857rem;
  color: #606787;
  margin-top: 0.857142857rem;
}

.footer_wrap_bottom p{
  margin-bottom: 0.8rem;
}

.bottomsusp{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 3.57142857rem;
  background-color: #0083FF;
  box-shadow: 0 -1px 12px 4px rgb(0 0 0 / 10%);
  text-align: center;
  line-height: 3.57142857rem;
  font-size: 1.142857rem;
  color: #FFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomsusp span{
  margin-right: 0.2857rem;
}

.bottomsusp img{
  width: 1.142857rem;
  height: 1.142857rem;
}
