@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-items: center;
  justify-content: center;
}



.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;
  /*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 .tansuo{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
}

.liangdian .tansuo .tansuo_li{
  width: 4.8rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  position: relative;
  padding-right: 0.2rem;
  box-sizing: border-box;
  margin-right: 0.23rem;
}
.liangdian .tansuo .tansuo_li:nth-child(2n){
  margin-right: 0;
}
.liangdian .tansuo .tansuo_li .tansuo_title{
  display: flex;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.liangdian .tansuo .tansuo_li .tansuo_title i{
  display: block;
  margin-top: 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  background: #6B52D3;
  border-radius: 50%;
  margin-right: 0.07rem;
}
.liangdian .tansuo .tansuo_li .tansuo_txt{
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 1.6;
}
.liangdian ul li:hover {
  color: #6B52D3;
  font-weight: bold;
}



/* 为什么选择机器人视觉？ */
.why_body .why_name{
  width: 100%;
  margin-top: 0.4rem;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.why_body .why_cont{
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  margin-top: 0.1rem;
}
.why_body .why_list{
  width: 100%;
  margin-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}
.why_body .why_list .why_li{
  width: 3rem;
  padding-bottom: 0.17rem;
  border-bottom: 0.01rem solid #E8E8E8;
  margin-right: 0.66rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  display: flex;
}
.why_body .why_list .why_li i{
  width: 0.07rem;
  height: 0.07rem;
  background: #3F38A1;
  display: block;
  border-radius: 50%;
  margin-right: 0.13rem;
  margin-top: 0.07rem;
  flex-shrink: 0;
}
.why_body .why_list .why_li:nth-child(3n){
  margin-right: 0;
}










/* 实验性项目里程碑 */
.type_jingyan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

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

.jingyan_li .jingyan_name {
  font-weight: 600;
  font-size: 0.18rem;
  color: #2E2E2E;
  text-align: center;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #E3E3E3;
}

.jingyan_li .jingyan_cont {
  width: 100%;
}
.jingyan_li .jingyan_cont p{
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
  line-height: 0.25rem;
  display: flex;
  /* flex-wrap: wrap; */
  margin-top: 0.13rem;
}
.jingyan_li .jingyan_cont p i{
  width: 0.07rem;
  height: 0.07rem;
  background: #3F38A1;
  display: block;
  border-radius: 50%;
  margin-right: 0.08rem;
  margin-top: 0.09rem;
  flex-shrink: 0;
}
.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_jiazhi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.type_jiazhi .jiazhi_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;
}
.type_jiazhi .jiazhi_li:nth-child(2n){
  margin-right: 0;
}
.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_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.24rem;
  box-sizing: border-box;
  text-align: center;
}






/* 合作伙伴反馈 */
.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;
  text-align: center;
  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_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;
}

@media screen and (max-width: 1024px){
    .liangdian{
        width: 100%;
    }  
    .laing_title{
        font-size: 0.22rem;
    }
    .liangdian .liang_name{
        margin-bottom: 0.2rem;
    }
    .type_fangan{
        justify-content: center;
    }
    .type_zhengyan .zhengyan_body .zhengyan_title::before{
        display: none;
    }
    .type_zhengyan .zhengyan_body .zhengyan_title::after{
        display: none;
    }
    .type_fangan .fangan_li{
        width: 100%;
    }
    .type_fangan .fangan_li a{
        font-size: 0.24rem;
    }
    .type_fangan .fangan_li{
        width: 100%;
    }
    .zhengyan_body{
        width: 100%;
    }
    .type_zhengyan{
        box-sizing: border-box;
    }
}









