body {
  background: #F9F9F9;
}


.standard{
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.type_li1{
    display: flex;
flex-wrap: wrap;
}
.type_li1 .works_li {
  width: 3.31rem;
  height: 4.9rem;
  display: block;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  /*float: left;*/
}

.type_li1 .works_li:nth-child(4n) {
  margin-right: 0;
}

.type_li1 .works_li .works_txt {
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #000;
}

.type_li1 .works_li .works_name {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.21rem;
  font-weight: bold;
  text-align: center;
}

.type_li1 .works_li .works_class {
  font-size: 0.21rem;
}

.type_li1 .works_li .works_img {
  width: 100%;
  height: 2.12rem;
  background: #fff;
  /*border: 0.01rem dashed #999;*/
  overflow: hidden;
  margin-bottom: 0.28rem;
}

.type_li1 .works_li .works_img img {
  max-width: 100%;
  max-height: 100%;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.type_li1 .works_li .works_img img:hover {
  transform: scale(1.2);
}
.type_li1 .works_li .works_jia{
    width: 100%;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.16rem;
}

.type_li1 .works_li .works_more {
  width: 1.52rem;
  height: 0.48rem;
  /*background: #E8E8E8;*/
  border-radius: 0.25rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 400;
  font-size: 0.16rem;
  /*color: #898989;*/
  
    background: #4243D1;
  color: #FFFFFF;
}

.type_li1 .works_li:hover {
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.09);
}

.type_li1 .works_li .works_more:hover{
  /*background: #4243D1;*/
  /*color: #FFFFFF;*/
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.09);
}






.swiperBox{
  width: 100%;
}
@media screen and (max-width: 1024px){
    .type_li1{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }   
    .type_li1 .works_li{
        width: 49%;
        margin-right: 0;
    }
}



