@font-face {
	font-family: 'MiSans';
	src: url('../font/MiSans-Semibold.ttf');
}
body {
  background: #F9F9F9;
  font-size: 0.16rem;
}



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

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



.type_piece {
  margin-bottom: 1.1rem;
}
.type_class {
  width: 100%;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.4rem;
}
.type_cont {
  width: 100%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
}



/* 项目亮点 */
.liangdian {
  width: 10.33rem;
  min-height: 2.24rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.4rem 0.25rem;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
}

.liangdian .liang_name {
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.4rem;
}

.liangdian ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
}

.liangdian ul li {
  width: 50%;
  font-weight: 400;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  position: relative;
  padding-left: 0.31rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.liangdian ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.14rem;
  height: 0.14rem;
  background: #6B52D3;
  border-radius: 50%;
}

.liangdian ul li:hover {
  color: #6B52D3;
  font-weight: bold;
}




/* 客户背景 */
.type_piece .type_content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #2E2E2E;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}
.kehu_list{
  display: flex;
  flex-wrap: wrap;
}
.sty1{
  width: 3.3rem;
  height: 2.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.sty1:nth-child(3n){
  margin-right: 0;
}
.sty2{
  width: 5.05rem;
  height: 2.4rem;
  margin-right: 0.23rem;
  margin-bottom: 0.28rem;
}
.sty2:nth-child(2n){
  margin-right: 0;
}
.kehu_li{
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.kehu_li .kehu_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kehu_li .kehu_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kehu_li .kehu_txt{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
}
.kehu_li .kehu_txt .kehu_title{
  width: 80%;
  height: 0.49rem;
  background: linear-gradient( 180deg, #8965F6 0%, #4D40B2 100%);
  border-radius: 0.25rem;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.25rem auto 0.2rem;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.kehu_li .kehu_txt .kehu_cont{
  padding: 0 0.12rem 0.22rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 0.18rem;
}
.kehu_li .kehu_txt .kehu_cont .kehu_hr{
  display: flex;
}
.kehu_li .kehu_txt .kehu_cont p{
  margin-bottom: 0.11rem;
  line-height: 0.18rem;
  max-width: calc(100% - 0.12rem);
  display: block;
}
.kehu_li .kehu_txt .kehu_cont b{
  color: #F8AC00;
}
.kehu_li .kehu_txt .kehu_cont i{
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 0.06rem;
  margin-top: 0.06rem;
}








/* 痛点与AI解决方案 */
.type_scheme {
  width: 100%;
}
.type_scheme table{
  width: 100%;
}
.type_scheme thead {
  width: 100%;
  height: 0.59rem;
  background: #E0D9FF;
}

.type_scheme thead tr th {
  width: 33.333%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.type_scheme thead tr th:first-child {
  border-right: 0.01rem solid #fff;
}



.type_scheme tbody {
  background: #F5F4FF;
  width: 100%;
  height: auto;
}

.type_scheme table tr {
  width: 100%;
  height: auto;
  border-bottom: 0.01rem solid #fff;
}

.type_scheme table tr td {
  font-weight: 400;
  font-size: 0.16rem;
  color: #404040;
  line-height: 0.25rem;
  padding: 0.19rem 0.5rem;
  box-sizing: border-box;
}
.type_scheme table tr td p{
  font-weight: 400;
  font-size: 0.16rem;
  color: #404040;
  line-height: 0.25rem;
  margin-bottom: 0.14rem;
}
.type_scheme table tr td i{
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: #6B52D3;
  border-radius: 50%;
  margin-right: 0.08rem;
}







/* 核心方案设计 */
.sheji_hd {
  display: flex;
  justify-content: center;
}

.sheji_hd .sheji_item {
  width: 2rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 0.01rem solid #4243D1;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #020202;
  margin: 0 0.14rem;
  cursor: pointer;
}

.sheji_hd .sheji_item.cur {
  background: #4243D1;
  color: #fff;
}

.sheji_bd {
  width: 10.33rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.04);
  border-radius: 0.2rem;
  margin-top: -0.25rem;
}

.sheji_bd .sheji_tab {
  width: 100%;
  height: auto;
  padding: 0.65rem 0.25rem 0.4rem 0.25rem;
  box-sizing: border-box;
  display: none;
}

.sheji_bd .sheji_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
}

.sheji_bd .sheji_tab ul li {
  width: 50%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.23rem;
  box-sizing: border-box;
  margin-bottom: 0.18rem;
  line-height: 0.3rem;
}

.sheji_bd .sheji_tab ul li::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background: #3F38A1;
  border-radius: 50%;
  left: 0;
  top: 0.1rem;
}

.sheji_bd .sheji_tab.act {
  display: block;
}





/* 实施成效：安全效能提升 */
.type_shishi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.type_shishi .shishi_li {
  width: 4.5rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 0.01rem solid #E0E0E0;
  margin-right: 1.32rem;
  padding-bottom: 0.21rem;
  margin-bottom: 0.3rem;
}
.type_shishi .shishi_li:nth-child(2n){
  margin-right: 0;
}
.type_shishi .shishi_li .shishi_name {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.16rem;
}

.type_shishi .shishi_li .shishi_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 1.8;
}
.type_shishi .shishi_li:hover .shishi_name,
.type_shishi .shishi_li:hover .shishi_cont{
  color: #3F38A1;
}





/* 客户证言 */
.type_zhengyan {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.2rem;
  margin-bottom: 1.1rem;
  padding: 0.4rem 0.25rem;
}

.type_zhengyan .zhengyan_body {
  margin-top: 0.49rem;
}

.type_zhengyan .zhengyan_body .zhengyan_title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  position: relative;
  display: table;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  max-width: 9rem;
  line-height: 0.3rem;
}

.type_zhengyan .zhengyan_body .zhengyan_title::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.24rem;
  top: -0.1rem;
  left: -0.4rem;
  background: url(../img/scheme_iconfl.png) center no-repeat;
  background-size: cover;
}

.type_zhengyan .zhengyan_body .zhengyan_title::after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.24rem;
  bottom: -0.1rem;
  right: -0.36rem;
  background: url(../img/scheme_iconfr.png) center no-repeat;
  background-size: cover;
}

.type_zhengyan .zhengyan_body .zhengyan_name {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  margin-top: 0.22rem;
  margin-right: 0.98rem;
  text-align: right;
}
.type_zhengyan .zhengyan_body .zhengyan_title:hover{
  transform:scale(1.05);
  transition: 0.3s;
}




/* 行业价值 */
.type_jiazhi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.type_jiazhi .jiazhi_li {
  width: 50%;
  padding-right: 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}

.type_jiazhi .jiazhi_li .jiazhi_name {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.16rem;
}

.type_jiazhi .jiazhi_li .jiazhi_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
}
.type_jiazhi .jiazhi_li:hover .jiazhi_name,
.type_jiazhi .jiazhi_li:hover .jiazhi_cont{
  color: #3F38A1;
}





/* 实施经验 */
.type_jingyan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.jingyan_li {
  width: 3.29rem;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  padding: 0.4rem 0.29rem 0.4rem 0.3rem;
  box-sizing: border-box;
  cursor: pointer;
}

.jingyan_li .jingyan_name {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.21rem;
}

.jingyan_li .jingyan_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
}
.jingyan_li:hover{
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.2);
}
.jingyan_li:hover .jingyan_name,
.jingyan_li:hover .jingyan_cont{
  color: #3F38A1;
}





/* 可信数据说明 所有成效数据均基于 */
.type_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.type_tab .tab_li {
  width: 4.5rem;
  border-bottom: 0.01rem solid #E3E3E3;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  padding-bottom: 0.26rem;
  box-sizing: border-box;
  margin-bottom: 0.26rem;
}

.type_tab .tab_li .tab_title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
}

.type_tab .tab_li:hover .tab_title {
  color: #3F38A1;
  font-weight: bold;
}






/* 立即获取您的定制化方案 */
.type_fangan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.type_fangan .fangan_li {
  width: 5rem;
  height: 1.87rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.02);
  margin-bottom: 0.4rem;
}

.type_fangan .fangan_li:hover {
  box-shadow: 0rem 0rem 0.18rem 0.05rem rgba(0, 0, 0, 0.1);
}

.type_fangan .fangan_li .fangan_name {
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
  margin-top: 0.39rem;
  margin-bottom: 0.28rem;
  text-align: center;
}

.type_fangan .fangan_li a {
  width: 1.6rem;
  height: 0.5rem;
  text-align: center;
  display: block;
  line-height: 0.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  margin: 0 auto;
  color: #FFFFFF;
  background: #4243D1;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  transition: 0.3s;
}

.type_fangan .fangan_li a:hover {
  margin-top: -0.05rem;
  transition: 0.3s;
}






/* 为什么选择我们？ */
.type_piece .center {
  text-align: center;
}

.type_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
}
.type_about .about_li{
  width: 33.33%;
  padding: 0 0.1rem;
  box-sizing: border-box;
  cursor: pointer;
}
.type_about .about_li .about_title {
  font-weight: 600;
  font-size: 0.25rem;
  color: #000000;
  margin-bottom: 0.15rem;
  text-align: center;
}

.type_about .about_li .about_cont {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  text-align: center;
  line-height: 0.25rem;
}
.type_about .about_li:hover .about_title,
.type_about .about_li:hover .about_cont{
  color: #3F38A1;
}


@media screen and (max-width: 1024px){
    .type_piece{
        width: 100%;
    }
    .liangdian ul{
        flex-direction: column;
    }   
    .liangdian ul li{
        width: 100%;
        font-size: 0.24rem;
    }
    .type_content>p{
        font-size: 0.24rem;
    }
    .sheji_bd .sheji_tab ul{
        flex-direction: column;
    }
    .sheji_bd .sheji_tab ul li{
        width: 100%;
        font-size: 0.26rem;
        
    }
    .sheji_bd{
        width: 100%;
    }
    .sheji_bd .sheji_tab ul li::before{
        width: 0.1rem;
        height: 0.1rem;
    }
    .type_chengxiao{
        font-size: 0.24rem;
    }
    .type_zhengyan .zhengyan_body .zhengyan_title::before{
        display: none;
    }
    .type_zhengyan .zhengyan_body .zhengyan_title::after{
        display: none;
    }
    .type_zhengyan .zhengyan_body .zhengyan_title{
        font-size: 0.24rem;
        width: 95%;
        margin: 0;
    }
    .type_zhengyan .zhengyan_body .zhengyan_name{
        
        margin-right: 0.55rem;
    }
    .type_jiazhi .jiazhi_li .jiazhi_name{
        font-size: 0.26rem;
    }
    .type_jiazhi>div:nth-of-type(1){
        width: 54%;
    }
    .type_jiazhi>div:nth-of-type(2){
        width: 46%;
    }
    .type_jiazhi .jiazhi_li .jiazhi_cont{
        font-size: 0.24rem;
    }
    .jingyan_li{
        margin-bottom:0.4rem;
    }
    .jingyan_li .jingyan_name{
        font-size: 0.24rem;
    }
    .jingyan_li .jingyan_cont{
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .type_tab .tab_li{
        width: 100%;
    }
    .type_tab .tab_li .tab_title{
        font-size:0.24rem;
    }
    .type_fangan .fangan_li{
        font-size:100%;
        width: 100%;
    }
    .type_class{
        text-align: center;
    }
    .type_fangan .fangan_li a{
        font-size: 0.22rem;
    }
    .type_about .about_li .about_title{
        font-size: 0.26rem;
    }
    .type_about .about_li .about_cont{
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .type_zhengyan .zhengyan_body .zhengyan_name{
        font-size: 0.22rem;
    }
    .kehu_li{
        margin-right: 0;
        width: 100%;
    }
    .type_shishi .shishi_li{
        margin-right: 0;
        width: 100%;
    }
    .liangdian{
        width: 100%;
    }
    .type_zhengyan{
        box-sizing: border-box;
    }
}


