.banner_solveOfDistribution{
    background:url(../img/seriesOfSolve/banner_bg.png);
    width: 100%;
    height: 428px;
    /*margin-top: 72px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.banner_solveOfDistribution .tu{
    /* position: absolute; */
    /* padding-top: 150px; */
    width: 450px;
    object-fit: contain;
}
.banner_solveOfDistribution .title{
    font-size: 40px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    text-align: unset;
    margin-bottom: 0px;
    /* padding-top: 200px; */
}
.banner_solveOfDistribution .introduce{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin-top: 30px;
}
.banner_solveOfDistribution .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    cursor: pointer;
    align-items: center;
}
.banner_solveOfDistribution .consult:hover .icon{
    margin-left: 12px;
    transition: ease all 0.3s;
}
.banner_solveOfDistribution .consult .icon{
    width: 20px;
    height: 22px;
    transition: ease all 0.3s;
}
.solveOfDistribution_section1 {
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0px;
}

.solveOfDistribution_section1 .title , .solveOfDistribution_section2 .title , .solveOfDistribution_section3 .title ,
.solveOfDistribution_section4 .title , .solveOfDistribution_section5 .title  ,.solveOfDistribution_section6 .title ,
.solveOfDistribution_section7 .title , .solveOfDistribution_section8 .title ,.solveOfDistribution_section11 .title , 
.solveOfDistribution_section12 .title, .solveOfDistribution_section13 .title ,.solveOfDistribution_section9 .title ,
.solveOfDistribution_section10 .title{
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}
.solveOfDistribution_section1 .small_title, .solveOfDistribution_section2 .small_title, .solveOfDistribution_section3 .small_title, 
.solveOfDistribution_section6 .small_title, .solveOfDistribution_section7 .small_title{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #505668;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}
.solveOfDistribution_section1 img{
    width: 100%;
}
.solveOfDistribution_bgColor{
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.solveOfDistribution_section2  {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
    
}
.solveOfDistribution_section2 img {
    width: 100%;
    object-fit: contain;
}
.solveOfDistribution_section2 .device_title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    padding: 0 75px;
    line-height: 85px;
    cursor: pointer;
}
.solveOfDistribution_section2 .device_title.active {
    color: #FFFFFF;
    background-color: rgb(20, 85, 217,0.8);

}
.solveOfDistribution_section2 .machine {
    margin-bottom: 110px;
}
.solveOfDistribution_section2 .machine:last-child {
    margin-bottom: 0px;
}
.solveOfDistribution_section2 .machine_title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 36px;
    margin-top: 20px;
}
.solveOfDistribution_section2 .machine_information {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.solveOfDistribution_section12{
    background-color: #eff8ff;
    padding: 80px 0 60px;
}

.solveOfDistribution_section13{
    background-color: #fff;
    padding: 80px 0 60px;
}
.solveOfDistribution_section3 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.solveOfDistribution_section3 .tu{
    width: 100%;
    object-fit: contain;
}
.icon_dark{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 6px;
}
.icon_dark2{
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 6px;
}
.solveOfDistribution_section3 .little_title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
}
.solveOfDistribution_section3 .little_small_title{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
    margin-top: 20px;
}
.solveOfDistribution_section3 .bind_text{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 30px;
    transition: ease all 0.3s;
}
/*.solveOfDistribution_section3 .bind_text.active{
    color: #0099ff;
    transition: ease all 0.3s;
}*/
.solveOfDistribution_section3 .Point_block{
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    padding: 30px 40px 40px;
    margin-bottom: 24px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
}
.solveOfDistribution_section3 .Point_block:last-child{
    margin-bottom: 0px;
}
.solveOfDistribution_section3 .Point_block .icon_tu{
    width: 25px;
    height: 35px;
    margin-right: 16px;
}
.solveOfDistribution_section3 .Point_block .Point_title{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    line-height: 40px;
}
.solveOfDistribution_section3 .Point_block .Point_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 30px;
}
.solveOfDistribution_section3 .Customer{
    margin-bottom: 60px;
}
.solveOfDistribution_section3 .Customer:last-child{
    margin-bottom: 0px;
}
.solveOfDistribution_section3 .Functional{
    margin-bottom: 40px;
}
.solveOfDistribution_section3 .Functional:last-child{
    margin-bottom: 0px;
}
.solveOfDistribution_section3 .Functional .Functional_titile{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 30px;
}
.solveOfDistribution_section3 .Functional_titile.active{
    color: #0099ff;
}
.solveOfDistribution_section3 .Functional .Functional_information{
    font-size: 10px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
}
.solveOfDistribution_section4{
    padding: 40px 0;
}

.solveOfDistribution_section4 .solveOfDistribution_section4_Card{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 70px 16px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.solveOfDistribution_section4 .solveOfDistribution_section4_Card .Card_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 10px;
}
.solveOfDistribution_section4 .solveOfDistribution_section4_Card .Card_introduce{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    z-index: 5;
    position: relative;
}
.solveOfDistribution_section4 .icon_bg{
    object-fit: contain;
    width: 50%;
    z-index: 1  ;
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.3;
}
.solveOfDistribution_section4  .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    opacity: 0;
    transition: ease all 0.3s;
}
.solveOfDistribution_section4 .solveOfDistribution_section4_Card:hover .consult{
    opacity: 1;
    transition: ease all 0.3s;
}
.solveOfDistribution_section4 .consult .icon{
    width: 20px;
    height: 22px;
}
.solveOfDistribution_section5{
    padding: 40px 0;
}
.solveOfDistribution_section5 .tu{
    width: 100%;
    position: relative;
}
.positionRelative{
    position: relative;
}
.solveOfDistribution_section5 .icon_bright{
    width:  20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.solveOfDistribution_section5 .position{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.solveOfDistribution_section5 .bind_text{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 6px;
}
.solveOfDistribution_section5 .Purchasing_text{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.solveOfDistribution_section6{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.solveOfDistribution_section6 .tu{
    width: 100%;
    position: relative;
}
.positionRelative{
    position: relative;
}
.solveOfDistribution_section6 .icon_bright{
    width:  20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.solveOfDistribution_section6 .position{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.solveOfDistribution_section6 .bind_text{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 6px;
}
.solveOfDistribution_section6 .Purchasing_text{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.solveOfDistribution_section7{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.solveOfDistribution_section7{
    background: #FFFFFF;
    padding: 40px 0;
}
.solveOfDistribution_section7 .swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.solveOfDistribution_section7 .swiper{
    height: auto;
}
.solveOfDistribution_section7 .logo{
    width: 100%;
    height: 105px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(202,213,217,0.35);
    border-radius: 16px;
}
.solveOfDistribution_section7 .swiper .swiper-slide {
    width: 240px !important;
}
.solveOfDistribution_section7 .logo .icon{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    /*object-fit: cover;*/
      width: 80%;
    height: 60px;
}
.solveOfDistribution_section8 {
    padding: 40px 0px;
}
.solveOfDistribution_section8 .solveOfDistribution_section8_bg{
    width: 100%;
}
.solveOfDistribution_section8 .Core{
    width: 298px;
    background-color: #fff;
    padding: 30px 40px 50px;
    border: 1px solid #EEF0F2;
    transition: ease all 0.3s;
}
.solveOfDistribution_section8 .Core:hover{
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    transition: ease all 0.3s;
}
.solveOfDistribution_section8 .Core img{
    width:  36px;
    height: 36px;
    margin-right: 12px;
    margin-bottom: 22px;
}
.solveOfDistribution_section8 .Core .Core_title{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    line-height: 36px;
}
.solveOfDistribution_section8 .Core .Core_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.solveOfDistribution_section9{
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.solveOfDistribution_section9 .tu{
    width: 100%;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_block{
    width: 373px;
    background-color: #fff;
    padding: 28px 36px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    border-radius: 14px;
    margin-bottom: 40px;
    transition: ease all 0.3s;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_block:hover{
    transform: translateY(-10px);
    transition: ease all 0.3s;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_block .icon_tu{
    height: 36px;
    object-fit: contain;
    display: flex;
    margin: 0 auto 10px;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_block .solveOfDistribution_section9_block_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 10px;
    text-align: center;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_block .solveOfDistribution_section9_block_introduce{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_extend{
    width: 276px;
    background-color: #fff;
    padding: 55px 0;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    border-radius: 14px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_extend .icon_tu{
    width: 200px;
    object-fit: contain;
    position: absolute;
    bottom: -80px;
    left: -40px;
    opacity: 0;
    transition: ease all 0.3s;
    
}
.solveOfDistribution_section9 .solveOfDistribution_section9_extend:hover .icon_tu{
    opacity: 1;
    transition: ease all 0.3s;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_extend .solveOfDistribution_section9_extend_title{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 10px;
    text-align: center;
    z-index: 5;
    position: relative;
}
.solveOfDistribution_section9 .solveOfDistribution_section9_extend .solveOfDistribution_section9_extend_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
    z-index: 5;
    position: relative;
}
.solveOfDistribution_section9 .Functional{
    margin-bottom: 40px;
}
.solveOfDistribution_section9 .Functional:last-child{
    margin-bottom: 0px;
}
.solveOfDistribution_section9 .Functional .Functional_titile{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 30px;
}
.solveOfDistribution_section9 .Functional_titile.active{
    color: #0099ff;
}
.solveOfDistribution_section9 .Functional .Functional_information{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
}
.solveOfDistribution_section9 .cooperation{
    background: #FFFFFF;
    border-radius: 16px;
    width: 320px;
    padding: 45px 40px 60px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
}
.solveOfDistribution_section9 .cooperation .icon_tu{
    width: 140px;
    height: 115px;
    margin: 0 auto 24px;
    display: flex;
}
.solveOfDistribution_section9 .cooperation .cooperation_title{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    text-align: center;
    padding: 0 10px 20px;
    border-bottom: 1px solid rgb(82, 84, 97 ,0.1);
    margin-bottom: 24px;
}
.solveOfDistribution_section9 .cooperation .cooperation_title_small{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    text-align: center;
    margin-bottom: 16px;
}
.solveOfDistribution_section9 .cooperation .cooperation_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}
.solveOfDistribution_section9 .operate{
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    padding: 55px 40px 56px;
    width: 298px;
}
.solveOfDistribution_section9 .operate_title{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    text-align: center;
    margin-bottom: 20px;
}
.solveOfDistribution_section9 .operate_information{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}
.solveOfDistribution_section14 {
    background-color: #5c90e3;
    width: 100%;
    background-image: url("../img/OverseasPosition/bg4.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px 40px 0px;
    background-size: 100% 100%;
}
.solveOfDistribution_section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.solveOfDistribution_section14 .swiper{
    width: 100%;
    height: auto;
}
.solveOfDistribution_section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.solveOfDistribution_section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.solveOfDistribution_section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
     object-fit: scale-down;
}
.solveOfDistribution_section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.solveOfDistribution_section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.solveOfDistribution_section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.solveOfDistribution_section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.solveOfDistribution_section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.solveOfDistribution_section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.solveOfDistribution_section14 .swiper .swiper-button-next, .solveOfDistribution_section14 .swiper .swiper-button-prev{
    color: #fff !important;
}
