@media (max-width:768px){
    html, body{
        min-width: auto!important;
    }
    .jsl_home_box{border-radius: 3px;display:none;background-color: rgba(0,0,0,0.7);}
    .color_slide{border-radius: 3px;display:block;}
    .color_slide_box{
        overflow: hidden;
        height: auto;
    }
    .color_slide_box_content{
        width: auto;
        padding-top: 0px;
    }
    .color_slide_box_content ul{
        padding-top: 10px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: rgba(0,0,0,0.1);
    }
    .color_slide h1{
        width: auto;
    }
    .color_chose{
        width: auto;
    }

    .jsl_container{width:100%;height: 100%;background-color: #999999;position: relative;}
    .jsl_home_back_top{width: 100%;height:55%}
    .jsl_home_back_bot{width: 100%;height:45%;}
    .ellipse{
    width: 116%;
    height: 100%;
    margin-left: -8%;
    background: #cccccc;
    border-radius: 30% 30% 0 0;
    overflow: hidden;
    z-index: -2;
    }
    .jsl_home{width:100%;height: 100%;position:absolute;top:0px;}
    .jsl_home_head{width: 100%;height: 10%;}
    .jsl_home_head img{float: left;width:40px;height:40px;border-radius: 50%;margin-top:30px;margin-left: 30px;}
    .jsl_home_head_r{ width:200px;height:40px;margin-top:30px;}
    .jsl_home_head_dt{float: right; font-size: 16px;color: #ffffff;line-height:16px;font-family: "微软雅黑";}

    .jsl_home_tit{margin-top: 5%;margin-left: 20%; width: 60%;height:20%;background-image:url("");background-position:center;background-repeat: no-repeat;}
    .jsl_home_tit_big{text-align: center; font-size: 20px;color: #ffffff;line-height:30px;font-family: "微软雅黑";}
    .jsl_home_tit_sma{margin-top:10px; text-align: center; font-size: 16px;color: #ffffff;line-height:16px;font-family: "微软雅黑";background-image: linear-gradient(to right, #999999 , #6699cc,#999999);}

    .jsl_home_box{width:100%;height: 30%; text-align: center; position: relative;}

    .jsl_home_box_l {float: left;position: relative; margin-left: 10%; width:19%;height: 100%;}
    .jsl_home_box_l_b {position: absolute; margin-left: 0px;margin-top: 78%;width:100%;z-index: 0;}
    .jsl_home_box_l_b img{width:108%;}
    .jsl_home_box_l_t {position: absolute; width:100%;height: 100%;}
    .jsl_home_box_l_t img{width: 100%;cursor: hand;}

    .jsl_home_box_c{float:left;position: relative; margin-left:1.5%;margin-right: 1.5%; width:39%;height: 100%;}
    .jsl_home_box_c_l{float:left;position: relative; width: 48%;height: 100%;}
    .jsl_home_box_c_l_b{position: absolute;margin-left: 0px;margin-top: 79%;width: 100%}
    .jsl_home_box_c_l_b img{width: 106%;}
    .jsl_home_box_c_l_t{position: absolute;width: 100%;height: 100%;margin-top: 15%;z-index: 1;}
    .jsl_home_box_c_l_t img{width: 100%;cursor: hand;}

    .jsl_home_box_c_r{float:right;position: relative; width: 48%;height: 100%;}
    .jsl_home_box_c_r_b{position: absolute;margin-left: -3%;margin-top: 79%;width: 100%;z-index: 0;}
    .jsl_home_box_c_r_b img{width: 103.5%;}
    .jsl_home_box_c_r_t{position: absolute;width: 100%;height: 100%;margin-top: 15%;z-index: 1;}
    .jsl_home_box_c_r_t img{width: 100%;cursor: hand;}

    .jsl_home_box_r {float: right;position: relative; margin-right: 10%; width:19%;height: 100%;}
    .jsl_home_box_r_b {position: absolute;margin-left:-7%;margin-top: 80%; width:100%;}
    .jsl_home_box_r_b img{width: 107%;}
    .jsl_home_box_r_t {position: absolute;margin-right: 10%; width:100%;height: 100%;z-index: 1;}
    .jsl_home_box_r_t img{width: 100%;cursor: hand;}

    .jsl_home_footer{width:100%;height: 20%;position: relative;text-align: center; margin-top: 0px;}
    .jsl_home_footer .jsl_tech {height: 30px;text-align: center;font-size: 14px;color: #807373;font-family: "微软雅黑";}
    .jsl_home_footer .jsl_tech a{color: #807373;}
    /* .jsl_home_footer span{align:center; height: 10%; font-size: 14px;color: #807373;font-family: "微软雅黑";} */

    .color_slide_box_content ul li{width:auto;margin-right:8px;margin-bottom:10px;cursor:pointer;}
}
@media (max-width:320px){
    .kxyj_nav_search ul li input{
        width: 45px;
    }
}