.jies{
    /* width: 100%;
    height: 550px; */
    /* background-color: aqua; */
    margin-top: 30px;
}
.jies2{
    /* width: 100rem;
    height: 550px; */
    /* background-color: blue; */
    border-radius:20px;
	box-shadow:8px 8px 14px rgb(231, 226, 226);
    margin: 0 auto;
    
}
.jies2 li{
    /* width: 450px;
    height: 550px; */
    /* background-color: brown; */
    float: left;
    
    text-align: center;
    
    
}
.jies2 li img{
    border-radius:20px;
	box-shadow:8px 8px 14px rgb(201, 195, 195);
    margin-top: 50px;
}
.jies2 li span{
    line-height: 30px;
    color: black;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block; 
    word-wrap: break-word;
    word-break: normal;
    margin-top: 40px;
}

.luyun .luyun2 li{
 
    /* width: 300px; 
    height: 350px; */
   
    /* background-color: blue; */
        margin-right: 30px;
        margin-top: 20px;
        float: left;
     
        text-align: center;
        word-wrap: break-word;
        word-break: normal;
        /* border: 1px silver solid; */
        border-radius:5px;
        box-shadow:8px 8px 14px rgb(201, 195, 195);
    
}



.luyun .luyun2 li a{
   
    
    
    font-weight: 600;
    font-size: 15px;
    color: rgb(11, 11, 12);
    text-decoration: none;
    
}
.luyun .luyun2 li a img{
    /* border-radius:20px; */
    margin-top: 18px;
	/* box-shadow:8px 8px 14px rgb(201, 195, 195); */
    
}
.luyun .luyun2 li a .cm2{
    width: 300px;
    height: 150px;
    display: inline-block;
    /* background-color: brown; */
    margin-top: 20px;
    line-height: 30px;
}



/* 小 */
@media only screen and (max-width:993px ) {
    
    .c3{
        width: 100%;
        height: 100px;
    }
    .c3 .srb{
        width: 100%;
        height: 100%;
    }
    .c3 h1{
        width: 100%;
        height: 100%;
        line-height: 100%; 
    }
    
    .c3 h1 a{
        width: 100%;
        height: 100%;
    }


    .jies{
        width: 100%;
        /* height: 100%; */
    }
    .jies2{
        width: 100%;
        height: 100%;
    }
    .jies2 li{
        width: 100%; 
        height: auto;
    }
    .jies2 li:nth-child(2){
        border-bottom: 1px silver solid;
        line-height: 100px;
    }
    .jies2 li img{
        margin: 0 auto;
    }
    .wenzi2{
        width: 100%; 
        /* height: 100%; */
        line-height: 100%;
    }
    .luyun{
        width: 100%;
        height: 100%;
    }
    .luyun .luyun2{
        width: 100%;
         height: 100%;
    }
    .luyun .luyun2 li {
        /* width: 100%; 
        height: 100%; */
        margin-left: 30px;
    }

    .c12{
        text-align: center;   
    }
  
}
/* 大 */
@media only screen and (min-width:993px ) {
    
    .c3{
        width: 100%;
        height: 100px;
    }
    .c3 .srb{
        width: 100%;
        height: 100%;
    }
    .c3 h1{
        width: 800px; 
        height: 100px;
        line-height: 100px; 
    }
    .c3 h1 a{
        width: 800px;
        height: 100px;
    }


    .jies{
        width: 100%;
        height: 550px;
    }
    .jies2{
        width: 100rem;
        height: 550px;
    }
    .jies2 li{
        width: 450px;
        height: 550px;
        margin-left: 20px;
    }
    
    .wenzi2{
        width: 100%; 
        height: 150px;
        line-height: 150px;
    }
    .luyun{
        width: 100%; 
        height: 750px;
    }
    .luyun .luyun2{
        width: 1200px;
        height: 750px;
    }
    .luyun .luyun2 li{
        width: 300px; 
        height: 350px;
        margin-left: 70px;
       
       
    }
   
}