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);
}
.content1 {
  width: 100%;
  height: 470px;
  background: url(https://lrgw.act315.com/static/proanyin/c1BG.png);
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c1Item {
  width: 1200px;
  margin-left: 360px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c1TextBox {
  margin-top: 60px;
}
.c1title1 {
  font-weight: 700;
  width: 1227px;
  font-size: 46px;
  color: #ffffff;
  line-height: 75px;
}
.c1title2 {
  width: 1250px;
  font-weight: 700;
  font-size: 41px;
  color: #ffffff;
  line-height: 75px;
}
.btnGroup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.btnGroup > button {
  margin-left: 20px;
}

.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%;
  height: 860px;
  background: #f4faff;
}
.c3Item {
  margin: auto;
  width: 1200px;
  padding-top: 60px;
}
.c3Item h2 {
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c3Item p {
  font-weight: 400;
  font-size: 20px;
  color: #706f6f;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /*text-indent: 2em;*/
  margin-top: 20px;
}
.imgBox {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.imgItem {
  width: 33.3%;
  text-align: center;
  overflow: hidden;
}
.imgItem img {
  width: 390px;
  height: auto;
}
.content4 {
  width: 100%;
  height: 625px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c4Item {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c4Item > h2 {
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 70px;
  text-align: left;
  margin: 0px;
  letter-spacing: 4px;
}
.c4Body {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

.c4BodyItem {
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-left: none;
}
.c4BodyItem:last-child {
  border-right: none;
}
.c4BodyItem > img {
  width: 260px;
  height: auto;
}
.c4BodyItem > p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.content5{
    width: 100%;
    height: 864px;
    background: #F5F5F5;
}
.c5Item{
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}
.c5Item h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c5Card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
}
.c5CardItem{
    margin-bottom: 30px;
}
.c5CardItem p{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}
.content6{
  width: 100%;
  height: 1124px;
  background: #F4FAFF;
}    
.c6Item{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}
.c6Item h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c6Item .c6subTitle1{
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}
.c6Item .c6subTitle2{
  width: 825px;
  margin: auto;
  font-weight: 400;
  font-size: 23px;
  color: #706f6f;
  line-height: 27px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}
.c6Card{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 60px;
}
.c6CardItem{
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.c6CardItem img{
  width: 390px;
  height: 250px;
  /* object-fit: cover;  */
  overflow: hidden;
  transition: transform 0.5s linear;
}
.c6CardItem img:hover{
  transform: scale(1.05);
}
.c6TextBox{
  width: 100%;
  min-height: 38px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c6TextBox p{
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c7-1{
  width: 100%;
  min-height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c7-1 h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}    
.content7{
  width: 100%;
  height: 1130px;
  background: #3176EB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c7Item{
  width: 1200px;
}
.c7Card{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c7CardItem{
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.c7Box{
  width: 280px;
  height: 180px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c7Box>img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 90px;
}
.c7Box>p{
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.content8{
  width: 100%;
  height: 1097px;
  background: #FFFFFF;
}   
.c8Item{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.c8Item h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c8ImgBox{
  margin-top: 30px;
}
.c8ImgBox img{
  width: 100%;
  height: auto;
}
.content9{
  width: 100%;
  height: 884px;
  background: #F4FAFF;
}
.c9Item{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.c9Item h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 76px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c9Card{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c9CardItem{
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.c9CardItem img{
  width: 224px;
  height: auto;
  overflow: hidden;
  transition: transform 0.5s linear;
}
.c9CardItem img:hover{
  transform: scale(1.05);
}
.c9CardItem p{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 15px;
}
.content10{
    width: 100%;
    min-height: 130px;
    background: #00053A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c10Item{
    width: 1200px;
    margin: auto;
}
.c10Item p{
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.content11{
  width: 100%;
  padding-bottom: 30px;
}
.c11Item{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.c11Item h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c11Card{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.c11Box{
  width: 16.6%;
  height: 260px;
  margin-bottom: 20px;
}
.c11BoxItem{
  width: 183px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #DDDDDD;
}
.c11BoxItem>img{
  width: 120px;
  height: 120px;
}
.c11BoxItem >p{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.content12{
  width: 100%;
  height: 690px;
  background: url(./img/proanyin/Frame13082.png);
  background-size: cover;
  position: relative;
}
.c12Item{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}
.c12Item h2{
  font-weight: 800;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.c12Item p{
  font-weight: 400;
  font-size: 20px;
  color: #706f6f;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
#c12box {
position: relative;
width: 1050px;
height: 420px;
overflow: hidden;
border-radius: 20px;
}
.c12SwiperBox{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.c12SwiperItem{
  width: 1050px;
  height: 420px;
  display: flex;
  background: #ffffff;
  border-radius: 20px;
}
.c12SwiperItemLeft{
  width: 626px;
  height: 420px;
  border-radius: 20px 0 0 20px;
}
.c12SwiperItemLeft img{
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
.c12SwiperItemRight{
  flex: 1;
  box-sizing: border-box;
  padding-right: 40px;
  margin-left: 50px;
}
.c12SwiperItemRight h4{
  font-weight: 800;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 100px;
}
.c12rrblue {
width: 40px;
height: 6px;
background: #268efb;
border-radius: 5px 5px 5px 5px;
margin-top: 20px;
}
.c12SwiperItemRight p{
  font-weight: 400;
  font-size: 17px;
  color: #666666;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}
.c12leftbtn{
width: 60px;
height: 60px;
margin-right: 15px;
}
.c12rightbtn{
width: 60px;
height: 60px;
margin-left: 15px;
}


/* 合作伙伴部分 */
.partnerCard{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: #FAFAFA;
}
.partnerCard>h2{
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 60px;
}
.partnerCardItem{
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.pcItemCard{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

}
.pcItemCardItem{
  width: 16.6%;
}
.pcItemCardItem:hover{
  transform: scale(1.1);
}
.pcItemCardItem>img{
  width: 180px;
  height: 100px;
}


