:root{
    /* font-size: 15px; */
    /* font-size: 16px; */
    font-size: 16px;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}


.index-main{
    width: 100%;
    min-width: 1500px;
}

.index-main-swiper{
    width: 100%;
    height: 500px;
    background-color: green;
    position: relative;
}

.index-main-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    background-color: peru;
}

.index-main-swiper .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-swiper-wk{
    width: 100%;
    box-sizing: border-box;
    padding: 0 200px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.news-swiper-title{
    width: 60px;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    /* background-color: yellow; */
}

.news-swiper{
    /* width: 100%; */
    flex:1;
    height: 60px;
    background-color: red;
    box-sizing: border-box;
}


.news-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    /* background-color: peru; */
}


.jinchukou-wk{
    width: 100%;
    box-sizing: border-box;
    padding: 0 200px;
    /* background-color: green; */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
   
}

.jinchukou-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid black; */
    
}

.jinchukou-head-title{
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.jinchukou-head-value{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    /* background-color: yellow; */
}

.jinchukou-head-value-item{
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background-color: pink;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    cursor: pointer;
    color:#FFFFFF;
}

.jinchukou-head-value-item-show{
    background-color: red;
}




.jinchukou{
    width: 100%;
    border-bottom: 1px solid black;
}

.jinchukou-item{
    display: none;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 300px;
    /* background-color: blue; */
}

.jinchukou-item-show{
    display: flex;
}

.jinchukou-item-item{
    width: 20%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.jinchukou-item-item-img-wk{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
}

.jinchukou-item-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jinchukou-item-item-text{
    margin-top: 20px;
}




.xuankuang-wk{
    width: 100%;
    box-sizing: border-box;
    padding: 0 200px;
    /* background-color: green; */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
   
}

.xuankuang-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid black; */
    
}

.xuankuang-head-title{
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.xuankuang-head-value{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    /* background-color: yellow; */
}

.xuankuang-head-value-item{
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background-color: pink;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    cursor: pointer;
    color:#FFFFFF;
    font-size: 15px;
}

.xuankuang-head-value-item-show{
    background-color: red;
}




.xuankuang{
    width: 100%;
    border-bottom: 1px solid black;
}

.xuankuang-item{
    display: none;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 300px;
    /* background-color: blue; */
}

.xuankuang-item-show{
    display: flex;
}

.xuankuang-item-item{
    width: 20%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.xuankuang-item-item-img-wk{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
}

.xuankuang-item-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xuankuang-item-item-text{
    margin-top: 20px;
}












.zongbao-wk{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 200px;

}

.zongbao-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.zongbao-main{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:space-between;
    height: 300px;
    border-bottom: 1px solid black;
    padding-bottom: 80px;
    margin-top: 30px;
    /* box-sizing: border-box; */
    /* background-color: yellow; */
}

.zongbao-main-item{
    width: 20%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* background-color: pink; */
    background-color: #F7F7F7;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s;

}

.zongbao-main-item:hover{
    transform: translateY(-2px);
    box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.1), /* 外阴影，较淡，扩大视觉范围 */
    0 3px 6px rgba(0, 0, 0, 0.2); /* 内阴影，稍深，增加深度感 */;
}

.zongbao-main-item-img-wk{
    width: 100%;
    height: 200px;
}

.zongbao-main-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zongbao-main-item-title{
    width:150px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    cursor: pointer;
    position: absolute;
    top: 180px;
}

.zongbao-main-item-title:hover{
    background-color: #1373FF;
    color: #FFFFFF;
}



.zongbao-main-item-info{
    width: 100%;
    flex:1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.zongbao-main-item-info-item{
    border-right: 1px solid black;
    padding: 0 10px;
}

.zongbao-main-item-info-item:last-child{
    border-right: none;
}

.jinshan-wk{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 200px;
    

}


.jinshan-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.jinshan-main{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid black;
    padding-bottom: 80px;
    /* background-color: pink; */
}

.jinshan-main-item-wk{
    width: 25%;
    height: 420px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-width: 330px;
}

.jinshan-main-item{
    width: 300px;
    height: 350px;
    /* background-color: green; */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}


.jinshan-main-item:hover{
    transform: translateY(-2px);
    box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.1), /* 外阴影，较淡，扩大视觉范围 */
    0 3px 6px rgba(0, 0, 0, 0.2); /* 内阴影，稍深，增加深度感 */;
}


.jianshan-main-item-img-wk{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.jianshan-main-item-img{
    width: 100%;
    height: 100%;
}

.jinshan-main-item-title{
    width: 100%;
    color:#FFFFFF;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    flex:1;
    background-color: #005DB4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    overflow: hidden ;
    text-overflow: ellipsis ;
    white-space: nowrap ;
}


.product-wk{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 200px;

}

.product-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.product-main{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid black;
    padding-bottom: 80px;
}

.product-main-item-wk{
    width: 25%;
    min-width: 350px;
    height: 400px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
}


.product-main-item{
    width: 330px;
    /* height: 400px; */
    height: 350px;
    background-color: #F7F7F7;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 
    0 4px 8px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.2);
}


.product-main-item:hover{
    transform: translateY(-2px);
    box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.1), /* 外阴影，较淡，扩大视觉范围 */
    0 3px 6px rgba(0, 0, 0, 0.2); /* 内阴影，稍深，增加深度感 */;
}

.product-main-item-img-wk{
    width: 330px;
    height: 280px;
    background-color: #FFFFFF;
}

.product-main-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main-item-info{
    width: 100%;
    flex:1;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.product-main-item-info-title{
    font-size: 18px;
    overflow: hidden ;
    text-overflow: ellipsis ;
    white-space: nowrap ;
    height: 70px;
    /* line-height: 70px; */
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;

    /* background-color: red; */
}

.product-main-item-info-content{
    flex:1;
    width: 100%;
    font-size: 15px;
    display: -webkit-box ;
    -webkit-box-orient: vertical ;
    -webkit-line-clamp: 4 ;
    overflow: hidden ;

}

.service-wk{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* padding: 0 200px; */
    
}

.service-head{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    font-size: 26px ;
    /* color: #FFFFFF; */
    font-weight: 600;
    margin: 50px 0;
}

.service-main{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

}

.service-main-one{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:space-around;
    padding: 0 200px;
    box-sizing: border-box;
}

.service-main-one-item{
    width: 200px;
    height: 250px;
    /* background-color: green; */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.service-main-one-item-img-wk{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;

}

.service-main-one-item-img{
    width: 110%;
    height: 110%;
    /* object-fit: cover; */
}

.service-main-one-item-info{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.service-main-one-item-info-title{
    font-size: 22px;
    color: #333333;
    height: 50px;
    line-height: 50px;
}

.service-main-one-item-info-content{
    color: #666666;
}

.service-main-two{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* padding: 100px 0; */
    position: relative;
    /* margin: 100px 0; */
    margin-top: 100px;
}

.service-main-two-img-wk{
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.service-main-two-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-main-two-nk{
    position: absolute;
    width: 100%;
    height: 100%;
    top:40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
}

.service-main-two-title{
    width: 220px;
    height: 90px;
    background-color:#40B9F5 ;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 3px;
}

.service-main-two-title-one{
    font-size: 24px;
}

.service-main-two-title-two{
    font-size: 18px;
    margin-top: 3px;
}

.service-main-two-info{
    margin-top: 50px;
    width: 500px;
    background-color: #2781E7;
    box-sizing: border-box;
    padding: 25px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
}


.service-main-three{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    /* padding: 100px 0; */
    position: relative;
    margin: 100px 0;
}

.service-main-three-img-wk{
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.service-main-three-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service-main-three-nk{
    position: absolute;
    width: 100%;
    height: 100%;
    top:40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
}


.service-main-three-title{
    width: 420px;
    height: 190px;
    background-color:#40B9F5 ;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 3px;
}

.service-main-three-title-one{
    font-size: 24px;
}

.service-main-three-title-two{
    font-size: 18px;
    margin-top: 3px;
}

.service-main-three-info{
    margin-top: 50px;
    width: 500px;
    background-color: #2781E7;
    box-sizing: border-box;
    padding: 25px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 5px;
}

.service-main-three-info-item{
    margin: 10px 0;
    font-size: 18px;
}

.service-main-four{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    padding: 100px 200px;
    box-sizing: border-box;
}

.service-main-four-item{
    width: 250px;
    height: 350px;
    /* background-color: red; */
    background-color: #F5F5F5;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 72px 20px 20px 20px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;

    box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.1), /* 外阴影，较淡，扩大视觉范围 */
    0 3px 6px rgba(0, 0, 0, 0.2); /* 内阴影，稍深，增加深度感 */;
}

.service-main-four-item-img-wk{
    width: 144px;
    height: 144px;
    transform: translateY(-50%);
    border-radius: 72px;
    overflow: hidden;
    position: absolute;
    top:0;
}

.service-main-four-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-main-four-item-title{
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.service-main-four-item-title-one{
    font-size: 28px;
    font-weight: bold;
    color:#333333;
}
.service-main-four-item-title-two{
    font-size: 16px;
    color:#666666;
    margin: 5px 0;
}

.service-main-four-item-info{
    width: 100%;
    height: 200px;

    color: #333333;
}

.service-main-five{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 100px 200px;
    box-sizing: border-box;
}

.service-main-five-title{
    font-size: 24px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.service-main-five-img-wk{
    width: 100%;
    margin-top: 50px;
}

.service-main-five-img{
    width: 100%;
}





