.banner{
    width: 100%;
    height: 882px;
    position: relative;
    z-index: 1;
}
.swiper-container{
    width: 100%;
    height: 882px;
}
.swiper-container .swiper-pagination{
    bottom: 200px !important;
    width: 100%;
}

.swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 7px !important;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active{
    background: #2FA8E1;
}

.swiper-slide{
    width: 100%;
    height: 882px;
    background: url(../image-web/index/banner1.png) no-repeat;
}

.swiper-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
}

.swiper-content .left{
    overflow: hidden;
}

.swiper-content .left .title{
    font-size: 60px;
    margin-bottom: 30px;
}

.swiper-content .left p{
    font-size: 18px;
    margin-bottom: 45px;
    width: 487px;
    line-height: 27px;
}

.swiper-content .left .f{
    display: flex;
    min-height: 100px;
}

.swiper-content .left .f .button48{
    width: 180px;
    margin-right: 20px;
    color: #FFFFFF;
}

.brand{
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 60px 150px 0px #EEEEEE;
    border-radius: 6px;
    position: relative;
    z-index: 2;
    margin: -150px auto 0;
    box-sizing: border-box;
    padding: 0 67px;
    display: flex;
    justify-content: space-between;
}

.brand .item{
    height: 150px;
}

.brand .item p{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.brand .item p:first-child{
    padding-top: 20px;
}

.brand .item p:last-child{
    padding-bottom: 30px;
}

.ip{
    margin-bottom: 190px;
}

.ip-text{
    display: flex;
    height: 531px;
    align-items: center;
    margin: 100px 0;
}

.ip-text .r{
    margin-left: 150px;
}

.ip-text .r b{
    color: #0B0F14;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 39px;
    display: block;
}

.ip-text .r p{
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.ip-number{

}

.ip-number .title{
    font-size: 60px;
    text-align: center;
    color: #0B0F14;
    margin-bottom: 117px;
    font-weight: bold;
}

.ip-number .board{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ip-number .board p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ip-number .board p b{
    color: #2FA8E1;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
}

.ip-number .board .line{
    width: 1px;
    height: 150px;
    background: #E8E8E8;
    margin: 0 118px;
}

.ip-number .board p span{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}

.business{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden;
    background: url(../image-web/index/riben.png) no-repeat center center;
    background-size: 100% 1471px; */
}

.business .bg{
    width: 100%;
    background: #2FA8E1;
    filter: blur(500px);
    position: absolute;
    right: -50%;
    bottom: -50%;
    height: 100%;
    border-radius: 500px;
    z-index:2;
}

.business .map{
    position: relative;
    z-index: 1;
}

.business .map img{
    width: 100%;
    display: block;
}

.business-text{
    background: #edf8fe;
    overflow: hidden;
    margin-top: -10px;
}

.business .title{
    color: #0B0F14;
    font-size: 60px;
    margin-bottom: 90px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
}

.business .list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 145px;
    position: relative;
    z-index: 3;
    
}

.business .list .tag{
    width: calc( calc(100% - 35*4px)/5 );
    height: 200px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    margin-right: 35px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 40px 0px 90px rgba(0,64,114,0.15);
}

.business .list .tag p{
    font-weight: bold;
    color: #111111 ;
    font-size: 24px;
    margin-top: 19px;
}

.business .list .tag:nth-of-type(5n){
    margin-right: 0;
}

.customer{
    margin: 150px auto;
}

.customer .text{
    text-align: center;
    margin-bottom: 60px;
}

.customer .text b{
    color: #0B0F14;
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 28px;
}

.customer .text p{
    color: #666666;
    font-size: 20px;
}

.card{
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

.card .item{
    width: calc( calc(100% - 40px)/2 );
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    box-sizing: border-box;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.card .item .line{
    width: 1px;
    height: 100px;
    background: #E8E8E8;
    margin: 0 40px;
}

.card .item .title p{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.card .item .title b{
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    line-height: 36px;
}

.find-value{
    width: 100%;
    height: 360px;
    background: url(../image-web/index/find-value.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.find-value p{
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 40px;
}

.find-value .button48{
    width: 180px;
    height: 48px;
    line-height: 48px;
}
.product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    width: 21%;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    text-align: left;
    color: #0B0F14;
    padding-left: 10px;
    padding-right: 10px;

}
.product-card:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /*cursor: pointer;*/
}
.product-icon {
    padding: 20px;
}

.product-icon img {
    width: 80px;
    height: 80px;
}

.title1{
    font-size: 60px;
    text-align: center;
    color: #0B0F14;
    margin-top: 80px;
    margin-bottom: 60px;
    font-weight: bold;
}
.product-title {
    font-size: 17px;
    line-height: 2.1em;
    padding-top: 10px
}
.product-description{
    padding-top: 10px;
    /*padding-bottom: 20px;*/
    color: #666666;
    height: 50px;
    font-size: 12px;
}
.tags{
    /*padding: 10px;*/
    margin-top: 10px;
    /*padding-bottom: 20px;*/
    color: #666666;
    height: 20px;
    text-align: left;
}
.tag2{
    background: transparent;
    border: 1px solid #666666;
    font-size: 12px;
    padding: 1px 2px;
    border-radius: 2px;
    line-height: 14px;
    word-break: keep-all;
    color: #4CAF50;
    border-color: #4CAF50;
    margin-right: 5px;
    /*padding-left: 5px;*/
}
.product-link{
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 30px 5px 30px;
    border: 1px solid #2fe1a5;
    /*color: #2fe1a5;*/
    border-radius: 6px;
    width: 100%;
    color: #fff;
    background-color: #2fe1a5;
}
.product-link:hover{
    color: #fff;
    background-color: #08d18d;
    border-color: #08d18d;
}

.linkbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-wrapper {
    text-align: left;
    color: #666666;
    /* height: 50px; */
    font-size: 12px;
    /*padding-left: 10px;*/
    padding-bottom: 10px;

}
.price-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.price-item{
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    /*color: #2fe1a5;*/
}
.price-item::after{
    content: "限时促销";
    position: absolute;
    display: inline-block;
    line-height: 14px;
    font-size: 10px;
    width: 55px;
    text-align: center;
    color: rgb(255, 255, 255);
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    top: -10px;
    z-index: 9999;
    padding: 0px 4px;
    background: rgb(255, 89, 50);
    border-radius: 6px 6px 6px 0px;
}
.price-type{
    font-size: 12px;
    color: #666666;
}
.icon-product{
    width: 10px;
    height: 10px;
    padding-right: 5px;
}
.right-item {
    padding-bottom: 3px;
}