body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  letter-spacing: 1px;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none; /* 取消下划线 */
  color: inherit;
}
button {
  border: none;
  width: 130px;
  min-height: 40px;
  background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
button:active {
  transform: scale(0.8);
}
.show{
    display: block;
}
.hide {
    display: none !important;
}
.contentTitle-w{
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 60px;
}
.contentTitle-b{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 60px;
}
.content1 {
  width: 100%;
  height: 600px;
  background: url(https://lrgw.act315.com/static/redFox/c1BG.png);
  background-size: cover;
  object-fit: cover;
}
.c1Item {
  width: 1200px;
  padding-top: 160px;
  margin: 0 auto;
}
.c1Item > h2 {
  font-weight: 800;
  font-size: 64px;
  color: #ffffff;
  line-height: 82px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c1Item > p {
  width: 90%;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 40px 0;
}
.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: #FFFFFF;
}

.c3Item{
    width: 1200px;
    margin: 60px auto;
}
.cardBox{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.cardItem{  
    width: 268px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    padding: 30px 20px;
}
.cardItem > h4{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c3xiahuaxian{
    width: 100%;
    height: 0px;
    border: 1px solid #000000;
    margin: 16px 0;
}
.cardItem > p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}
.content4{
    width: 100%;
    height: 850px;
    background: url(https://lrgw.act315.com/static/redFox/c4BG.png);
    background-size: cover;
    object-fit: cover;
    text-align: center;
    position: relative;
}
.c4p{
    width: 850px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto;
}
.c4Item{
    width: 1200px;
    margin: 60px auto;
}
.c4Tab{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0,0.2);
}
.c4TabItem{
    width: 25%;
    text-align: center;
    position: relative;
}
.c4TabItem.active p {
    color: #258FFA !important;
    font-weight: bold !important;
}
.c4TabItem > p{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}
.c4xiahuaxian{
    display: none;
    width: 140px;
    height: 5px;
    background: #258FFA;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.blueText{
    color: #258FFA !important;
    font-weight: bold !important;
}
.c4Container{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.c4cLeft{
    flex: 1;
}
.c4cLeft > h4{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 30px;
    margin-bottom: 20px;
}
.c4cLeft > p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0;
}
.mgn-top-40{
    margin-top: 40px;
}
.c4cRight > img{
    width: 740px;
    height: auto;
}
.content5{
    width: 100%;
    background: #FFFFFF;
}
.c5Item{
    width: 1200px;
    margin: 0 auto;
}
.c5CardBox{
    display: flex;
    justify-content: space-around;
    margin: 30px 0 60px;
}
.c5CardItem{
    width: 280px;
    height: 480px;
    background: #E6F2FF;
}
.c5TextBox{
    box-sizing: border-box;
    padding: 20px;
}
.c5xiahuaxian{
    width: 100%;
    border: 1px solid #000000;
    margin: 10px 0;
}
.c5TextBox > h4{
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c5TextBox > p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}
.content6{
    width: 100%;
    height: 220px;
    background: #00053A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c6Item{
    width: 1200px;
}
.c6Item > p{
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.content7{
    width: 100%;
    background: #EEF4FF;
}
.c7Item{
    width: 1200px;
    margin: 0 auto;
}
.c7p{
    width: 850px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto;
}
.c7Card{

}
.c7CardItem{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.c7CILeft{

}
.c7Img{
    width: 600px;
    height: auto;
}
.c7xiahuaxian{
    width: 380px;
    border: 1px solid #000000;
    margin: 20px 0;
}
.c7TextBox{
    width: 380px;
}
.c7mgn-left{
    margin-left: 60px;
}
.c7mgn-right{
    margin-right: 60px;
}
.c7mgn-top{
    margin-top: 20px;
}
.c7TextBox > h4{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c7TextBox > p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content8{
    width: 100%;
    background: #216CEC;
}
.c8Item{
    width: 1200px;
    margin: 30px auto 0;
    padding-bottom: 60px;
}
.c8Card{
    width: 100%;
    overflow: hidden;
}
.c8swiper-container {
    position: relative;
    width: 1200px;
    height: 460px;
}
.c8swiper-slide {
     text-align: center;
     font-size: 18px;
     display: flex;
     justify-content: center;
     align-items: center;
	 transition: 300ms;
	 transform: scale(0.92);
     opacity: 0.94;
}
.c8swiper-slide-active {
    transform: scale(1.08); /* Scale the active slide */
    opacity: 1;
    /* transform-origin: center; */
}
.c8swiper-pagination{
    position: absolute;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%,0) !important;
    text-align: center;
}
/* 改变分页点的颜色和大小 */
.c8swiper-pagination > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    opacity: 0.5;
    transition: background-color 0.3s, opacity 0.3s;
}

/* 当分页点被选中时 */
.c8swiper-pagination > .swiper-pagination-bullet-active {
    width: 38px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;                  /* 选中时取消透明 */
}

/* 鼠标悬停时分页点的样式 */
.c8swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;   /* 鼠标悬停时改变颜色 */
}
.c8CardItem{
    width: 360px;
    min-height: 340px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 14px;
}
.c8CardItemHead{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c8CardItemHead > img{
    width: 88px;
    height: 88px;
    border-radius: 50%;
}
.c8HeadText{
    margin-left: 10px;
}
.c8HeadText > h4{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c8HeadText > p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c8CardItemBody{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    margin: 10px 0;
}
.c8CardItemBottom{
    text-align: center;
}
.c8CardItemBottom > a{
    font-weight: 400;
    font-size: 14px;
    color: #1764E0;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.content9{
    width: 100%;
    background: #FFFFFF;
}
.c9p{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto;
}
.c9Item{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.c9Card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.c9CardItem{
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}
.c9CardItem > img{
    width: 180px;
    height: 180px;
}
.c9CardItem > p{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.content10{
    width: 100%;
    height: 600px;
    background: #3176EB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c10Item{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.c10Item > h2{
    font-weight: 800;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c10Item > p{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 60px 0;
}
.c10Item >button{
    margin: 0 auto;
}





/* 轮播图 */
.content11 {
    width: 100%;
    height: 690px;
    background: url(./img/fiveInOne/c8BG.png);
    background-size: cover;
    position: relative;
  }
  .c11Item {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
  }
  .c11Item h2 {
    font-weight: 800;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .c11Item p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  #c11box {
    position: relative;
    width: 1050px;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
  }
  .c11SwiperBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .c11SwiperItem {
    width: 1050px;
    height: 420px;
    display: flex;
    background: #ffffff;
    border-radius: 20px;
  }
  .c11SwiperItemLeft {
    width: 626px;
    height: 420px;
    border-radius: 20px 0 0 20px;
  }
  .c11SwiperItemLeft img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .c11SwiperItemRight {
    flex: 1;
    box-sizing: border-box;
    padding-right: 40px;
    margin-left: 50px;
  }
  .c11SwiperItemRight h4 {
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 100px;
  }
  .c11rrblue {
    width: 40px;
    height: 6px;
    background: #268efb;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
  }
  .c11SwiperItemRight p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
  }
  .c11leftbtn {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .c11rightbtn {
    width: 60px;
    height: 60px;
    margin-left: 15px;
  }
/* end 轮播图*/  