

.process-ul{
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.process-li{
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.panel-btn{
    height: 35px;
    line-height: 18px;
    background: #FFEE00;
    color: #000;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding:6px 24px;
    display: flex;
    border-radius: 2px;
}
.panel-li>a{
  text-decoration:none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items:  center;
  width: 100%;
  height: 100%;
}
.panel-li i::after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}
.process-li>a{
  text-decoration:none;
  color: #000;
  font-size: 24px;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items:  center;
  width: 100%;
  height: 100%;
}
.process-li i::after{
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 20px;
}

.container-fluid.p-0{
  padding: 120px 0 125px;
  display: flex;
  justify-content: center;
  background-color: #F4F4F4;
}
.row-box{
  display: flex;
  justify-content: space-between;
  padding:20px 20px 20px 100px;
  box-sizing: border-box;
  align-items: center;

}
.row-left{
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  width: 60%;
}
.row-left-title{
  line-height: 54px;
  font-size: 38px;
  font-weight: bolder;
  margin-bottom: 40px;
}
.row-left-text{

  color: #666666;
  margin-top: 28px;
    line-height: 30px;
    font-size: 16px;
}
.row-right{
  width: 35%;
  height:508px;
  &:img{
   
    height:508px;
  }
}
/* .p-0-right{
  padding: 0 12px 0 100px;
}
.p-0-right .p-0-title1{
  line-height: 54px;
  font-size: 38px;
  font-weight: bolder;
}
.p-0-right .p-0-title2{
  font-size: 28px;
  font-weight: bold;
}
.p-0-right .p-0-title3{
  margin-top: 28px;
  line-height: 30px;
  font-size: 16px;
}
.p-0-right .p-0-title4{
  margin-top: 30px;
   width: 100%;
} */
/* 第一页 */
.container-fluid.p-1{
  padding: 70px 0 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.p-1-main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-1-main .p-1-title1{
  padding: 40px 0 0px;
  height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: bold;

}
.p-1-main .p-1-title2{
  padding: 0px 0 30px;
  font-size: 28px;
  text-transform: uppercase;
  color: #9FA0A0;
}
.p-1-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-1-li{
  width: 20%;
  flex: 0 0 auto;
  padding: 0 12px;
  box-sizing: border-box;

}
.p-1-li img{
  width: 100%;
}
.p-1-li .matter{
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    padding: 0 18px;
    box-sizing: border-box;
}
.p-1-li .matter .matter-title{
  padding: 30px 0 20px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;

}
.p-1-li .matter .matter-text{
  font-size: 14px;
    line-height: 22px;
    color: #666666;
}
/* 第二页 */
.container-fluid.p-2{
  padding: 70px 0 50px;
  display: flex;
  justify-content: center;
  background-color: #F4F4F4;
}
.p-2-main{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}
.p-2-main .p-2-title1{
  padding: 40px 0 0px;
  height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: bold;

}
.p-2-main .p-2-title2{
  padding: 0px 0 30px;
  font-size: 28px;
  text-transform: uppercase;
  color: #9FA0A0;
}
.p-2-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
.p-2-li{
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 12px;
  box-sizing: border-box;
}
.p-2-li img{
  width: 100%;
}
.p-2-li .matter{
    width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;

}
.p-2-li .matter .matter-title{
  padding: 30px 0 20px;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
.p-2-li .matter .matter-text{
  font-size: 14px;
    line-height: 22px;
    color: #666666;
}


/* 第三页 */
.container-fluid.p-3{
  padding: 70px 12px 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.p-3-main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-3-main .p-3-title1{
  padding: 40px 0 0px;
  height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: bold;
}
.p-3-main .p-3-title2{
  padding: 0px 0 30px;
  font-size: 28px;
  text-transform: uppercase;
  color: #9FA0A0;
}
.p-3-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

  padding: 0 12px;

}
.p-3-li{
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;

  &:nth-child(6n+1){
    border-left: 1px solid #ccc;
  }
  &:nth-child(-n+6){
    border-top: 1px solid #ccc;
  }

}
.p-3-li img{
  width: 100%;
  /* height: 100%; */
}
/* 第四页 */
.container-fluid.p-4{
  padding: 70px 12px 20px;
  display: flex;
  justify-content: center;
  background-color: #F4F4F4;
}
.p-4-main{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-4-main .p-4-title1{
  padding: 40px 0 0px;
  height: 50px;
    line-height: 50px;
    font-size: 38px;
    font-weight: bold;
}
.p-4-main .p-4-title2{
  padding: 0px 0 30px;
  font-size: 28px;
  text-transform: uppercase;
  color: #9FA0A0;
}
.p-4-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 12px;
}
.p-4-li{
  width: 254px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;

  &:nth-child(6n+1){
    border-left: 1px solid #ccc;
  }
  &:nth-child(-n+6){
    border-top: 1px solid #ccc;
  }

}
.p-4-li img{
  width: 100%;
  /* height: 100%; */
}
