body {
  background: #F9F9F9;
}



.body_fr {
  width: 10.33rem;
  margin-left: 0.37rem;
}

.body_fr .type_name {
  max-width: 9.2rem;
  height: 1.87rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 0.36rem;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}




.type_li1{
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 1rem;
}
.type_li1:last-child{
  margin-bottom: 0rem;
}


/* 解决方案 */
.type_li1 .type_title1 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.41rem;
}

.type_li1 .type_cont {
  font-weight: 400;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  margin-bottom: 0.48rem;
}

.type_li1 .works_li {
  width: 2.38rem;
  height: 3.53rem;
  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.06rem;
  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: 2.38rem;
  height: 1.53rem;
  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_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);
}



/* 产品特点 */
.type_brief .brief_li {
  width: 100%;
  border-bottom: 0.01rem solid #E3E3E3;
  margin-bottom: 0.28rem;
}

.type_brief .brief_li .brief_title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  padding-left: 0.2rem;
  margin-bottom: 0.11rem;
  position: relative;
}

.type_brief .brief_li .brief_title::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #3F38A1;
  border-radius: 50%;
  left: 0;
  top: 0.08rem;
}

.type_brief .brief_li .brief_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
  padding-bottom: 0.19rem;
}
.type_brief .brief_li:hover .brief_title,
.type_brief .brief_li:hover .brief_cont{
  color: #3F38A1;
  cursor: pointer;
}



/* 应用场景 */

.type_pic .type_pic_li {
  width: 3.33rem;
  height: 2.78rem;
  border-radius: 0.1rem;
  padding: 0.14rem;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 0.17rem;
  margin-bottom: 0.19rem;
}

.type_pic .type_pic_li:nth-child(3n) {
  margin-right: 0;
}

.type_pic .type_pic_li:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.06);
}

.type_pic .type_pic_li .type_pic_img {
  width: 100%;
  height: 2.03rem;
  overflow: hidden;
}

.type_pic .type_pic_li .type_pic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.type_pic .type_pic_li .type_pic_img img:hover {
  transform: scale(1.2);
}

.type_pic .type_pic_li span {
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  display: block;
  line-height: 0.47rem;
}

@media screen and (max-width: 1024px){
    .type_li1 .type_cont{
        font-size: 0.24rem;
    }
    .type_brief .brief_li .brief_title{
        font-size: 0.24rem;
    }
    .type_brief .brief_li .brief_cont{
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .type_li1 .works_li{
        width: 3.2rem;
        margin-left: 0.112rem;
    }
    .type_li1 .works_li .works_img{
        margin: 0 auto 0.28rem;
    }
    .type_li1 .works_li .works_name{
        font-size: 0.26rem;
    }
    .type_li1 .works_li .works_class{
        font-size: 0.24rem;
    }
    .type_li1 .works_li .works_more{
        font-size: 0.22rem;
        line-height: 0.45rem;
    }
    .type_li1 .type_title1{
        text-align: center;
    }
    .type_pic .type_pic_li:nth-child(3n){
        margin-right: 0.17rem;
    }
    .type_pic{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .type_pic .type_pic_li span{
        font-size: 0.28rem;
    }
}




