body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  font-family: "Source Han Sans";
  letter-spacing: 1px;
  position: relative;
}
*,html,body{
    margin: 0;
    padding: 0;
}
h2 {
  /* margin: 30px 0 0; */
  letter-spacing: 4px;
}
ul{
  list-style-position: inside;
}
.contentTitle {
  font-weight: 800;
  font-size: 3.5rem;
  color: #000000;
  line-height: 4.125rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 75rem;
  letter-spacing: 0.25rem;
  margin: 0 auto;
}
.contentTitlep{
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.4375rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 1.875rem 0;
    width: 50rem;
    margin: 0 auto;
}
button:active {
  transform: scale(0.8);
}
a {
    text-decoration: none; /* 去掉下划线 */
    color: inherit; /* 继承父元素的颜色 */
}
.content{
    width: 100%;
    padding-top: 30px;
}
.cItem{
    width: 1200px;
    margin: 0 auto;
}
.content1 {
  width: 100%;
  height: 600px;
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c1BG.png);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.c1Item {
  width: 1200px;
  /* height: 520px; */
  margin-left: 360px;
  margin-top: 166px;
}
.c1Item > img {
  width: 217px;
  height: 24px;
}
.c1Item > h2 {
  font-weight: 800;
  font-size: 54px;
  color: #000000;
  line-height: 60px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 26px;
}
.c1Item > p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 26px;
}
.contactBtn {
  width: 110px;
  height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border: none;
}

.content2 {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c2Item {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 360px;
}
.c2Item > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.c2Item > p > a:hover {
  color: #011eff;
}

.c2Item > p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
}
.content3{
    width: 100%;
    background: #F4FAFF;
    text-align: center;
}
.content3 h2{
    padding-top: 30px;
}
.c3Item{
    text-align: center;
}    
.c3Item .c3cardList{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.c3cardListItem{
    width: 350px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 10px 10px 10px 10px;
    position: relative;
    margin-bottom: 60px;
}
.c3bg{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 168px;
    height: 168px;
}
.c3textBox{
    width: 98%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-top: 30px;
}
.c3textBox h4{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}   
.c3textBox p{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c4Item{
    text-align: center;
}
.c4Item img{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.content5{
  background: #F5F5F5;
  padding-bottom: 30px;
}
.tabList{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tabListItem{
  width: 216px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c5tabBG{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 216px;
  height: 68px;
}
.tabListItem div{
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabListItem div img{
  width: 42px;
  height: auto;
}
.tabListItem div p{
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.tabListItem.active div p{ 
  font-weight: bold !important;
  color: #084FAF !important; 
}
.c5Container{
  margin: 60px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c5Left{
  flex: 1;
}
.c5Left h4{
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 16px 0;
}
.c5Left h4 span{
  font-weight: bold;
  font-size: 20px;
  color: #016DFE;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c5Leftul li{
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
}
.c5Leftul li .c5Circle{
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.c5Leftul li p{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c5Right img{
  width: 580px;
  height: 340px;
  object-fit: cover;
  margin-left: 40px;
}
.content6{
  width: 100%;
  height: 900px;
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c6BG.png);
  object-fit: cover;
}
.content6 .contentTitle{
  padding: 30px 0;
}
.swiper-container{
  margin-top: 30px;
  width: 100%;
}
.c5Card{

}
.c5CardItem{
  width: 280px;
  height: 530px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
}
.c5CardItemHead img{
  border-radius: 20px 20px 0px 0px;
  width: 280px;
  height: 150px;
}
.c5CardItemBody{
  text-align: center;
  padding: 25px;
}
.c5CardItemBody p{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c6title{
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c6subTitle{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: center !important;
  font-style: normal;
  text-transform: none;
}
.c6xiahuaxian{
  width: 230px;
  margin: 13px auto;
  height: 0px;
  border: 1px solid #999999;
}
.blueBox{
  width: 100%;
  height: 200px;
  background: #216CEC;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueBoxItem{
  width: 1200px;
  margin: 0 auto;
}
.blueBoxItem p{
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.content7{
  background: #EEF4FF;
  padding-bottom: 30px;
}
.c7Item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c7Left img{
  width: 640px;
  height: 340px;
  object-fit: cover;
  margin-right: 50px;
}
.c7Right{
  flex: 1;
}
.c7RightItem{
  margin-bottom: 20px;
}
.c7RightItem h4{
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c7RightItem ul{
  list-style-position: inside;
}
.c7RightItem ul li{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
} 
.c8Item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
}
.c8Card{
  width: 484px;
  height: 680px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #666666;
  box-sizing: border-box;
  padding: 26px 0 0;
}
.c8CardItem{

}
.c8CardHead{
  box-sizing: border-box;
  padding-bottom: 26px;
}
.c8CardHead h3{
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}   
.c8CardHead p{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c8CardBody{
  box-sizing: border-box;
  padding: 0 13px;
  margin: 13px 0;
}
.c8list{
  height: 100%;
  
}
.c8listItem{
  height: 17%;
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid #666666;
}
.c8listItem img{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.c8listItem div h4{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c8listItem div p{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content9{
  background: #F5F5F5;
}
.c9Item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c9Card{
  width: 584px;
  height: 280px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 26px;
  margin-bottom: 30px;
}
.c9Card1{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-1.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9Card2{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-2.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9Card3{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-3.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9Card4{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-4.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9Card5{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-5.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9Card6{
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c9-6.png);
  object-fit: cover;
  border-radius: 20px;
}
.c9CardItem{
  width: 66%;
}
.c9CardItem h4{
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c9CardItem p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 13px;
}

.content10{
  width: 100%;
  height: 620px;
  background: url(https://lrgw.act315.com/static/shl/aftermarketChain/c10BG.png);
  background-size: cover;
}
.c10Swiper-container{
  width: 100%;
  overflow: hidden;
}
.c10Item{
  margin-top: 30px;
  padding-bottom: 30px;
}
.c10Card{

}
.c10CardItem{
  width: 380px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
}
.c10CardItem img{
  width: 380px;
  height: 250px;
  object-fit: cover;
}
.c10CardText{
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 12px;
}
.c10CardText h4{
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
}
.c10CardText p{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c21Card{
  margin-bottom: 30px;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.c21CardItem{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c21CardLeft img{
  width: 700px;
  height: 346px;
  object-fit: cover;
}
.c21CardRight{
  width: 438px;
}
.c21TextBox h4{
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c21xiahuaxian{
  width: 100%;
  height: 0px;
  border: 1px solid #000000;
  margin: 12px 0;
}
.c21TextBox p{
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pad-b-20{
  padding-bottom: 20px;
}
.c21ul{
  padding-top: 10px;
}

.c22Card{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c22CardItem{
  width: 20%;
  text-align: center;
  margin-bottom: 30px;
}
.c22CardItem img{
  width: 160px;
  height: 160px;
  margin-bottom: 6px;
}
.c22CardItem p{
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.content23 {
  width: 100%;
  background: #ffffff;
}
.c23Card {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.c23CardItem {
  width: 25%;
  margin-bottom: 60px;
  text-align: center;
}
.c23CardItem img {
  width: 200px;
  height: 200px;
}
.c23CardItem p {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}


.content24 {
  width: 100%;
  height: 690px;
  background: url(https://lrgw.act315.com/static/fiveInOne/c8BG.png);
  background-size: cover;
  position: relative;
}
.c24Item {
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.c24Item h2 {
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c24Item p {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#c24box {
  position: relative;
  width: 1050px;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}
.c24SwiperBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.c24SwiperItem {
  width: 1050px;
  height: 420px;
  display: flex;
  background: #ffffff;
  border-radius: 20px;
}
.c24SwiperItemLeft {
  width: 626px;
  height: 420px;
  border-radius: 20px 0 0 20px;
}
.c24SwiperItemLeft img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
.c24SwiperItemRight {
  flex: 1;
  box-sizing: border-box;
  padding-right: 40px;
  margin-left: 50px;
}
.c24SwiperItemRight h4 {
  font-weight: 800;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 100px;
}
.c24rrblue {
  width: 40px;
  height: 6px;
  background: #268efb;
  border-radius: 5px 5px 5px 5px;
  margin-top: 20px;
}
.c24SwiperItemRight p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}
.c24leftbtn {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.c24rightbtn {
  width: 60px;
  height: 60px;
  margin-left: 15px;
}

.content25{
  height: 600px;
  background: #3176EB;
}
.c25Item{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c25Item h2{
  font-weight: 800;
  font-size: 56px;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 16px;
}
.c25Item p{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 26px 0;
}
.c25Item button{
  width: 392px;
  height: 85px;
  background: linear-gradient( 135deg, #336CFE 0%, #1DA8F9 100%);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.c25Item button img{
  width: 14px;
  height: 14px;
  margin-left: 6px;
}