@charset "utf-8";


.jy_product_list{
    overflow: hidden;
    background:#f6f6f6;
    padding:20px;
    margin-bottom:50px;
}
.jy_product_list li a{
    display:blcok;
    position: relative;
}
.jy_product_list li .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    opacity: 0;
    transition: all .5s;
    transform: scale(0);
}
.jy_product_list li .txt .p1{
    font-size:14px;
}
.jy_product_list li a:hover .txt{
    transform: scale(1);
    opacity: 1;
}
.j_img{
    max-width:100%;
}
.j_about_wrap{
    background:url("../images/jj_img5.jpg") no-repeat center;
    padding: 80px 0;
}
.j_about .tit h4{
    font-size: 36px;
    font-weight: bold;
}
.j_about .tit p{
    font-size:14px;
    color:#999;
}
.j_about .txt{
    width: 60%;
    font-size: 16px;
    color: #111;
    margin-top: 40px;
    line-height:2;
}

.j_bg{
    background:#1a3586;
}
.j_contact{
    background:url("../images/jj_img9.jpg") no-repeat center #ccd5e4;
    display:block;
    height:220px;
}

.j_titbox{
    text-align: center;
    padding: 50px 0 30px;
}
.j_titbox .tit{
    font-size: 36px;
    font-weight: bold;
}
.j_titbox .subtit{
    color:#666;
    font-size: 14px;
}
.j_panel1_list{
    display: flex;
    gap: 30px;
}
.j_panel1_list .item{
    width: 25%;
    position: relative;
}
.j_panel1_list .item .item_img img{
    width: 100%;
}
.j_panel1_list .item .item_con{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition:all .5s;
    transform: scale(0);
    left: 0;
    top: 0;
    color:#fff;
    padding: 20px;
    box-sizing: border-box;
}
.j_panel1_list .item .item_con .tit{
    font-size:18px;
    font-weight: bold;
}
.j_panel1_list .item .item_con .desc{
    font-size: 14px;
    margin-top:10px;
    text-align: center;
}
.j_panel1_list .item:hover .item_con{
    opacity: 1;
    transform: scale(1);
}
.img_scale .img{
    overflow: hidden;
}
.img_scale .img img{
    transition: all .5s;
}
.img_scale:hover .img img{
    transform: scale(1.05);
}
.j_panel2{
    padding: 50px 0;
}
.j_panel2_list{
    display: flex;
    gap: 30px;
}
.j_panel2_list .item{
    flex:1;
    position: relative;
}
.j_panel2_list .item .item_img img{
    width: 100%;
}
.j_panel2_list .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color:#fff;
}
.j_panel2_list .item .item_con .desc{
    font-size: 17px;
}
.j_panel2_list .item .item_con .tit{
    font-size:30px;
    font-weight: bold;
    padding-left: 35px;
    position: absolute;
    right: 45px;
    bottom: 45px;
    line-height: 1;
}
.j_panel2_list .item .item_con .tit::before{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff9307;
    content:'';
    position: absolute;
    left: 0;
    top: 10px;
}

.j_panel3{
    display: flex;
    padding-bottom: 60px;
    z-index: 1;
    position: relative;
}
.j_panel3::before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    background:url("../images/j_bgbg1.png") no-repeat left top;
    display: block;
    width: 50%;
    height: 200px;
    background-size: cover;
    z-index: -1;
}
.j_panel3 .j_titbox{
    text-align: left;
    flex:1;
}
.j_panel3_list{
    width: 65%;
    display: flex;
    gap: 22px;
}
.j_panel3_list .item{
    position: relative;
    flex:1;
}
.j_panel3_list .item .item_img img{
    width: 100%;
}
.j_panel3_list .item .item_con{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.3);
    opacity: 0;
    transition:all .5s;
    transform: scale(0);
    left: 0;
    top: 0;
    color:#fff;
    padding: 20px;
    box-sizing: border-box;
}
.j_panel3_list .item .item_con .tit{
    font-size: 14px;
    font-weight: bold;
}
.j_panel3_list .item:hover .item_con{
    opacity: 1;
    transform: scale(1);
}

.sq_scroll{
    overflow: hidden;
    padding: 50px 0;
}
.sq_scroll .item img{
    width: 100%;
}

.j_data{
    display: flex;
    padding: 50px 0;
}
.j_data .item{
    flex:1;
    color:#fff;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.1);
}
.j_data .item .num {
    font-size: 14px;
}
.j_data .item .num span{
    font-size: 36px;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
    margin-right: 5px;
}
.j_data .item p{
    font-size:14px;
    margin-top: 6px;
}

.j_hz{
    overflow: hidden;
    padding-bottom: 40px;
}
.j_hz .swiper-slide{
    width:275px;
    margin: 0 4px;;
}
.j_hz .swiper-slide .img img{
    width: 100%;
}
.j_hz_item{
    margin-bottom: 10px;
}


@media screen and (max-width: 1024px) {
    .j_about_wrap{
        padding:30px 0;
        background:#eee;
    }
    .j_about .tit h4{
        font-size:16px;
    }
    .j_about .txt{
        font-size:14px;
        width:100%;
        margin-top:20px;
    }
    .j_contact{
        height: 100px;
        background-size: cover;
    }
    .article .bd{
        padding-bottom:0;
    }
}
@media screen and (max-width: 768px) {
    .j_panel1_list,.j_panel2_list{
        flex-direction: column;
        gap: 15px;
    }
    .j_panel1_list .item{
        width: 100%;
    }
    .j_titbox .tit{
        font-size: 24px;
    }
    .j_panel2{
        padding: 30px 0;
    }
    .j_panel2_list .item .item_con{
        padding: 20px;
    }
    .j_panel2_list .item .item_con .desc{
        font-size: 14px;
    }
    .j_panel2_list .item .item_con .tit{
        font-size: 18px;
        padding-left: 20px;
    }
    .j_panel2_list .item .item_con .tit::before{
        width: 8px;
        height: 8px;
    }
    .j_panel2_list .item .item_con .tit::before{
        top: 5px;
    }
    .j_panel3{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .j_panel3 .j_titbox{
        text-align: center;
    }
    .j_panel3_list{
        gap: 12px;
        width: 100%;
    }
    .j_data{
        flex-wrap: wrap;
        padding:10px 0;
    }
    .j_data .item{
        width: 50%;
        box-sizing: border-box;
        flex: none;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .j_data .item:nth-child(2n){
        border-right: none;
    }
    .j_data .item:last-child{
        border-bottom: none;
    }
    .j_hz .swiper-slide{
        width: 180px;
    }
}