
 .box1 {
     padding-top: 120px;
 }

 .box1 .title {
     font-weight: 600;
     font-size: 32px;
     color: #333333;
     margin-bottom: 50px;
     padding-left: 20px;
     position: relative;
 }

 .box1 .title::before {
     width: 5px;
     height: 28px;
     background-color: #F40020;
     position: absolute;
     top: 50%;
     left: 0;
     margin-top: -14px;
     content: "";
 }

 .box1 .card {
     width: 100%;
     box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 30px;
 }

 .box1 .box-l {
     margin-right: 100px;
     border-radius: 30px;
     box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
     width: 370px;

 }

 .box1 .box-l .box-l-title {
     text-align: center;
     background: #3B66F1;
     height: 70px;
     line-height: 70px;
     margin-bottom: 10px;
     border-radius: 30px 30px 0 0;
 }

 .box1 .box-l .box-l-pic {
     width: 180px;
     height: 180px;
     margin: 25px auto 15px;
 }

 .box1 .box-l .box-l-text {
     color: #3B66F1;
     font-size: 16px;
     text-align: center;
     padding-bottom: 30px;
     font-weight: 500;
 }

 .box1 .card {
     padding-right: 96px;
     background-color: #FCFCFC;
 }

 .box1 .card .box-r {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .box1 .box-r-item {
     margin-bottom: 10px;
 }

 .box1 .ks-content .l {
     padding-top: 50px;
 }

 .box1 .ks-content .l .l-ul {
     color: #333;
     line-height: 32px;
 }

 .box1 .ks-content .r {
     width: 474px;
     position: relative;
 }

 .box1 .ks-content .r .ksm {
     /* width: 247px;
     height: 313px; */
     position: absolute;
     top: 71px;
     left: 227px;
     background: #FFFFFF;
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
     border-radius: 20px 20px 20px 20px;
     padding: 42px 40px 20px 40px;
 }

 .box1 .ks-content .r .ksm .pic1 {
     width: 167px;
     height: 167px;
     margin-bottom: 15px;
 }

 .box1 .ks-content .r .ksm .pic2 {
     width: 88px;
     height: 34px;
     margin-bottom: 18px;
 }

 .box1 .ks-content .r .ksm .text {
     font-size: 12px;
     color: #747677;
 }

 .box1 .core-fun .fun-box {
     width: 272px;
     /* height: 281px; */
     background: #F5FAFF;
     box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.1);
     border-radius: 0px 0px 0px 0px;
     padding: 20px;
 }
  .box1 .core-fun .fun-box .flex .flex-column {
    align-items: flex-start;
 }
 .box1 .core-fun .fun-box .flex .fun-box-title {
     font-size: 24px;
     color: #444444;
     font-weight: bold;
 }
  .box1 .core-fun .fun-box .flex .sub-t{
     font-size: 14px;
     color: #666666;
 }  
 .box1 .core-fun .fun-box .fun-box-text {
     font-size: 14px;
     color: #555;
     line-height: 26px;
 }
.box1 .core-fun .fun-box ul{
    padding-left: 20px;
}
.box1 .core-fun .fun-box .line{
    height: 1px;
    background: #E4E4E4;
    margin: 0px 0 15px 0;
}
 .box1 .service-box .item-box .service-item {
     width: 240px;
     margin-bottom: 30px;
 }
  .box1 .service-box .item-box .service-item .sub-t{
     color: #666666;
     font-size: 16px;
 }

 .box1 .service-box .item-box .service-item .service-item-text {
     font-size: 14px;
     color: #747677;
     line-height: 19px;
     text-align: left;
     margin-top: 10px;
     text-align: justify;
 }

 .box1 .service-line-box {
     position: relative;
     height: 30px;
     width: 100%;
 }
 .box1 .service-line-box .service-line{
    height: 2px;
    width: 1180px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    margin-left: -590px;
    margin-top: -1px;
    background: #C8C8C8;
 }
 .box1 .service-line-box .lcbyuan-box{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
 }
 .box1 .service-line-box .lcbyuan-box .lcbyuan{
    width:30px;
    height: 30px;
 }
 .box1 .insurance .insurance-content{
    margin: 20px 0 45px 0;
 }
 .box1 .insurance .l-text{
    margin-right: 20px;
 }
.box1 .flex .l{
   color: #4E4E4E;
   font-weight: 400;
   padding-top: 322px;
}

.box1 .flex .r{
    width: 620px;
    margin-left: 60px;
 }