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;
}

/* 实验项目概述 */
.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;
}

.liang_list{
  display: flex;
  flex-wrap: wrap;
}

.liang_list .liang_li{
  width: 2.7rem;
  position: relative;
  margin-right: 0.85rem;
}
.liang_list .liang_li:nth-child(3n){
  margin-right: 0;
}
.liang_list .liang_li .laing_title{
  padding-left: 0.22rem;
  font-weight: 600;
  font-size: 0.18rem;
  color: #404040;
  line-height: 0.35rem;
  margin-bottom: 0.1rem;
}
.liang_list .liang_li .laing_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.14rem;
  height: 0.14rem;
  background: #6B52D3;
  border-radius: 50%;
}
.liang_list .liang_li .laing_cont{
  width: 100%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #404040;
  line-height: 0.25rem;
}
.liang_list .liang_li:hover .laing_title,
.liang_list .liang_li:hover .laing_cont{
  color: #6B52D3;
}





.type_piece {
  margin-bottom: 1.1rem;
}

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




/* 技术实现路径 */
.type_piece .type_content {
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
}
.type_piece .type_content .jishu_list{
  width: 5rem;
  margin-right: 0.23rem;
}
.type_piece .type_content .jishu_list:nth-child(2n){
  margin-right: 0;
}
.type_piece .type_content .jishu_list b{
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.type_piece .type_content .jishu_list p{
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
}







/* 在研方案对比 */
.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: 28%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.type_scheme thead tr th:first-child {
  width: 16%;
  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-size: 0.16rem;
  color: #000000;
  line-height: 0.25rem;
  padding: 0.25rem 0.24rem 0.25rem 0.4rem;
  box-sizing: border-box;
}

.type_scheme table tr td:first-child {
  font-weight: 600;
  font-size: 0.18rem;
}

.type_scheme table tr td ul li {
  font-weight: 600;
  font-size: 0.18rem;
  color: #404040;
  position: relative;
  padding-left: 0.16rem;
}

.type_scheme table tr td ul li::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  background: #6B52D3;
  border-radius: 50%;
  left: 0;
  top: 0.08rem;
}



/* 阶段性技术成果 */
.type_sheji{
  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;
  padding: 0.4rem 0.25rem;
}
.type_sheji .chengguo_name{
  width: 100%;
  padding-bottom: 0.26rem;
  border-bottom: 0.01rem solid #E3E3E3;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #2E2E2E;
  margin-bottom: 0.22rem;
}
.type_sheji .chengguo_list{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.type_sheji .chengguo_list .chengguo_li{
  width: 50%;
}
.type_sheji .chengguo_list .chengguo_li span{
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.2rem;
  margin-bottom: 0.11rem;
}
.type_sheji .chengguo_list .chengguo_li ul{
    width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.type_sheji .chengguo_list .chengguo_li ul li{
  width: 50%;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
}



/* 后续研发方向 */
.type_chengxiao {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.chengxiao_li {
  width: 4.51rem;
  height: auto;
  border-bottom: 0.01rem solid #E0E0E0;
  padding-bottom: 0.21rem;
  margin-bottom: 0.28rem;
  cursor: pointer;
}

.chengxiao_li .chengxiao_title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.16rem;
}

.chengxiao_li .chengxiao_key {
  font-weight: 400;
  font-size: 0.16rem;
  color: #2E2E2E;
  line-height: 0.25rem;
}
.chengxiao_li:hover{
  border-bottom: 0.02rem solid #4516ab;
  transition: 0.3s;
}
.chengxiao_li:hover .chengxiao_title,
.chengxiao_li:hover .chengxiao_key{
  color: #3F38A1;
}
















/* 合作邀约 */
.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){
    .liang_name{
        text-align: center;
    }
    .liangdian{
        width: 100%;
    }
    .liang_list{
        flex-direction: column;
    }
    .liang_list .liang_li{
        margin-right: 0;
        margin-top: 0.3rem;
        width: 100%;
    }
    .laing_title{
        font-size: 0.26rem !important;
    }
    .laing_cont{
        font-size: 0.24rem !important;
    }
    .type_class{
        text-align: center;
    }
    .type_content tr{
        display: flex;
        flex-direction: column;
    }
    .type_content tr td{
        width: 100% !important;
    }
    .type_sheji{
        width: 100%;
        box-sizing: border-box;
    }
    .chengguo_name{
        font-size: 0.26rem !important;
    }
    .type_sheji .chengguo_list{
        flex-direction: column;
    }
    .type_sheji .chengguo_list .chengguo_li{
        width: 100%;
        margin-top: 0.3rem;
    }
    .type_sheji .chengguo_list .chengguo_li span{
        font-size: 0.26rem;
    }
    .type_sheji .chengguo_list .chengguo_li ul li{
        font-size: 0.24rem;
    }
    .chengxiao_li{
        width: 100%;
    }
    .chengxiao_li .chengxiao_title{
        font-size: 0.26rem;
    }
    .chengxiao_li .chengxiao_key{
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .type_fangan .fangan_li{
        width: 100%;
    }
    .type_fangan .fangan_li a{
        font-size: 0.22rem;
    }
}

@media screen and (max-width: 1024px){
    .liang_list{
        /*flex-direction: column;*/
    }    
    .liang_list .liang_li .laing_cont{
        /*font-size: 0.24rem;*/
    }
}







