.bread {
    padding: 0.32rem 0;
}
.cusbox{
    background: #F4F6FB;
    width: 100%;
    padding-top: 0.44rem;
    padding-bottom: 1.05rem ;
}
.proDetailone-title{
     font-size: 0.35rem;
    font-weight: bold;

    
    
     -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    /*background: linear-gradient(90deg,  #284FAD 0%, #1E9DDF 100%);*/
    background: linear-gradient(to right, #284FAD 0%, #1E9DDF 5%);
    
} 
.proDetailone-text{
    margin-top: 0.53rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.35rem;
    width: 100%;
}
.proDetailone-con{
    padding-top: 0.46rem;
    display: flex;
    align-items: center;
    gap:0 0.28rem;
}
.pone-conk{
    transition: all .3s;
    box-sizing: border-box;
    margin-top: 0.21rem;
    margin-bottom: 0.18rem;
    height: 3.28rem;
    width: 2.97rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.09);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    padding: 0.44rem 0.16rem 0.65rem 0.31rem;
}
.pone-conk:hover{
    background: linear-gradient( 180deg, #2D5BCB 0%, #284FAD 100%);
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(40,79,173,0.28);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-top: 0;
    margin-bottom: 0;
    height: 3.67rem;
    padding: 0.41rem 0.2rem 0.37rem 0.27rem;
}
.pone-conk img{
    width: 0.56rem;
    height: 0.56rem;
    object-fit: cover;
}
.bloge{
    display: none;
}
.pone-conk:hover .bloge{
    display: block;
}
.pone-conk:hover .wloge{
     display: none;
}
.ponek-title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    margin-top: 0.2rem;
}
.pone-conk:hover .ponek-title{
    color: #FFFFFF;
    margin-top: 0.25rem;
}
.ponek-text{
    margin-top: 0.44rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
}
.pone-conk:hover .ponek-text{
    margin-top: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #AEC6FF;
}

.golike {
    margin-top: 0.35rem;
    width: fit-content;
    height: 0.5rem;
   display: none;
    padding: 0 .13rem 0 .26rem;
    align-items: center;
        border: 0.01rem solid rgba(192, 25, 32, 1);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.17rem;
    background: #FFFFFF;
    color: #C01920;
}
.glbg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pone-conk:hover .golike{
    display: flex;
}
.golike:hover{
    color: #FFFFFF;
    border: none;
}
.glbg::after {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .5rem;
    width: 0;
    height: 0.5rem;
    content: '';
    background: rgba(192, 25, 32, 1);
    z-index: -1;
}
.glbg:hover::after {
    transition: all 0.6s ease-in-out;
    width: 100% !important;
    /* border-radius: .5rem; */
}
.flow{
    padding: 0.7rem 0 0.88rem 0;
    background: url('/assets/img/home/bg1.jpg');
    background-size: cover;
}
.flow .w1600{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.64rem;
}

.flow_center{
    width: 6.48rem;
    height: 6.48rem;
    background: rgba(255,255,255,0.6);
    box-shadow: 0rem 0.03rem 0.3rem 0.01rem rgba(168,168,168,0.18);
    border: 0.01rem dashed rgba(0,94,185,0.63);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.flow_center::before{
    position: absolute;
    content: '';
    width: 5.52rem;
    height: 5.52rem;
    background-image: url('/assets/img/pro/flow_img.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
}
.flow_center::after{
    position: absolute;
    content: '';
    width: 4.7rem;
    height: 4.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border: 0.4rem solid #FBFBFC;
    border-radius: 50%;
}

.flow_center_active::after{
    animation: circle 8s forwards;
}

@keyframes circle {
    0% {
        transform: translate(-50%,-50%) rotate(-180deg);
        clip-path: inset(0% 0 0 0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(0deg);
        clip-path: inset(100% 0 0 0);
    }
}

.flow_box{
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    opacity: 0;
    transition: 1s;
}

.flow_box:nth-child(1){
    top: 5.55rem;
    right: 4.77rem;
    transform: translateX(-3rem);
    transition-delay: 0s;
}
.flow_box:nth-child(2){
    top: 3.24rem;
    right: 6.13rem;
    transform: translateX(-3rem);
    transition-delay: 1s;
}
.flow_box:nth-child(3){
    top: 0.92rem;
    right: 5.47rem;
    transform: translateX(-3rem);
    transition-delay: 2s;
}
.flow_box:nth-child(4){
    flex-direction: row-reverse;
    top: 0.92rem;
    left: 5.45rem;
    transform: translateX(3rem);
    transition-delay: 3s;
}
.flow_box:nth-child(5){
    flex-direction: row-reverse;
    top: 3.24rem;
    left: 6.09rem;
    transform: translateX(3rem);
    transition-delay: 4s;
}
.flow_box:nth-child(6){
    flex-direction: row-reverse;
    top: 5.55rem;
    left: 4.61rem;
    transform: translateX(3rem);
    transition-delay: 5s;
}

.flow_box_active{
	transform: translate(0) !important;
	opacity: 1;
}

.flow_box_l{
    display: flex;
    flex-direction: column;
}
.flow_box:nth-child(1) .flow_box_l,
.flow_box:nth-child(2) .flow_box_l,
.flow_box:nth-child(3) .flow_box_l{
    align-items: end;
}

.flow_box_img{
    width: 0.42rem;
    height: 0.42rem;
    object-fit: contain;
}

.flow_box_p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    margin-top: 0.16rem;
    white-space: nowrap;
}

.flow_box_r{
    width: 0.7rem;
    height: 0.7rem;
    background: linear-gradient( to bottom, #284FAD 0%, #1E9DDF 100%);
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.16);
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.35rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: center;
    border-radius: 50%;
}

.flowSwiper_box{
    width: 3.76rem;
    height: 3.76rem;
    border-radius: 50%;
    border: 0.32rem solid rgba(0,94,185,0.1);
    position: relative;
    background: #fff;
}
.flowSwiper{
    width: 2.62rem;
    margin: 0.32rem auto 0;
    border-radius: 50%;
}
.flowSwiper .swiper-slide{
    height: 2.62rem;
}
.flowSwiper .swiper-slide img{
    object-fit: contain;
}

.prev,
.next{
    width: 0.28rem;
    height: 0.28rem;
    top: auto;
    bottom: 0.36rem;
    border: 0.01rem solid #CCCCCC;
    border-radius: 50%;
}
.prev::after,
.next::after{
    font-size: 0.16rem;
    color: #666666;
}
.prev{
    left: 1.53rem;
    padding: 0.02rem 0.02rem 0 0;
}

.next{
    right: 1.53rem;
    padding: 0.02rem 0 0 0.02rem;
}

.flow_more{
  width: fit-content;
  min-width: 2.1rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 1rem 1rem 1rem 1rem;
  border: 0.01rem solid #284FAD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.17rem;
  color: #284FAD;
  padding: 0 .09rem 0 .26rem;
  margin-top: 0.5rem;
}
.flow_more_img{
width: 0.36rem;
height: 0.36rem;
}
.flow_more_img img:last-child,
.flow_more:hover .flow_more_img img:first-child {
  display: none;
}

.flow_more:hover .flow_more_img img:last-child {
  display: block;
}
.lanbut{
    display: none;
}
.golike img {
    width: .36rem;
    height: .36rem;
    margin-left: .17rem;
    flex-shrink: 0;
}
.golike:hover .baibut{
    display: none;
}
.golike:hover .lanbut{
    display: block;
}
.requirements{
    padding: 0.68rem 0 1.07rem;
}
.reqfrom{
    margin-top: 0.44rem;
}
.reqfromtr{
    margin-top: 0.41rem;
    display: flex;
    align-items: center;
}
.reqfromtd:nth-child(1){
    margin-right: 0.4rem;
}
.reqtdtitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 1);
}
.reqtdtitle span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(192, 25, 32, 1) !important;
}
.reqfromtd input{
    box-sizing: border-box;
    display: block;
    padding-left: 0.23rem;
    color: #333333;
    margin-top: 0.19rem;
    width: 7.8rem;
    height: 0.5rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid rgba(112,112,112,0.5);
}

.reqfromtd input:focus {
    background: #F8F8F8;
    color: #333333;
}
.textarea{
    margin-top: 0.41rem;
}
.textarea textarea{
        line-height: 0.5rem;
    padding-left: 0.23rem;
    margin-top: 0.2rem;
    width: 100%;
    height: 1.5rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
border: 0.01rem solid rgba(112,112,112,0.5);
}
.reqfrom bottom{
    cursor: pointer;
    display: block;
    margin: 0.41rem auto 0;
    width: 2rem;
    height: 0.45rem !important;
    line-height: 0.45rem;
    background: linear-gradient( 180deg, #284FAD 0%, #1E9DDF 100%);
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #FFFFFF;
text-align: center;
}