/* 技术转移首页 */
body{
  background-color: white;
}
.grayBgbox {
  background-color: #f5f8fb!important;
}
.jzheader{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  /*background-color: rgb(183, 183, 192);*/
  background: url(/style/images/banner/jszy.jpg)no-repeat center;
  background-size: cover;
  color: white;
}
.number{
  font-size: 18px;
  color: #3a3a3a;
  line-height: 100px;
}
.number i{
  font-size: 30px;
  padding: 0 20px;
  color: #ff9000;
}
#datalist {
  width: 100%;
  /*height: 135px;*/
  background-color: #f8f8f8;
}
#datalist .col-3{
 display: flex;
 margin-top: 30px;
}
#datalist .col-3 img{
  width: 75px;
  height: 75px;
  border: 2px solid rgba(7, 105, 202, 0.782);
  border-radius: 50%;
}
#datalist .col-3>div{
  font-size: 16px;
  margin-top: 16px;
  margin-left: 10px;
}
#datalist .col-3>div i{
  font-size: 24px;
  padding: 0 5px;
}
.text_red{
  color: red;
}
/* 技术成果 */
.ua{
 margin: 50px 0;
  text-align: center;
}

.uacontent{
  display: flex;
  width: 100%;
  margin-top: 20px;
  /* background-color: rgb(239, 22, 22); */
  overflow: hidden !important;
}
.uacontent ul{
  display: flex;
  flex-wrap: wrap;
  height: 458px;
}
.uacontent li{
  width: calc( (100% - 40px)/3);
  height: 215px;
  margin-bottom: 20px;
  margin-left: 20px;
  float: left;
  border: 1px solid #ddd;
}
.uacontent li:hover{
  border: 1px solid #0097eb;
}
.uacontent li:nth-child(1),
.uacontent li:nth-child(4){
  margin-left: 0px;
}
.uacontent li a{
  display: block;
}
.uacontent li a h4:hover{
  color: rgb(0,
    151,
    235);

}

.uacontent  .litop h4{
  color: black;
  margin-left: 20px;
  width: 90%;
  margin-right: 20px;
  text-overflow: ellipsis !important;
  overflow: hidden;
  white-space:nowrap;
}
.uacontent  .lifooter{
  display: flex;
  height: 110px;
}
.uacontent .lifooter .left{
  flex: 1;
  margin-left: 20px;
}
.uacontent .lifooter .right {
  flex: 2;
  /* border: 1px solid black; */
  margin-left: 10px;
}
.uacontent .lifooter .right p:first-child{
  margin-top: 0px;
}
.uacontent .lifooter .right p:last-child{
  margin-top: 0;
  margin-bottom: 0;
}
.uacontent .lifooter .right p{
  line-height: 26px;
  font-size: 14px;
  color: black;
}
.uacontent .lifooter .right p a{
  color: black;
}
.uacontent .lifooter .right a:hover{
    color: #0097eb;
}
.uacontent .lifooter .right p span{
  border: 1px solid #0097eb;
  color: #0097eb;
  padding: 3px 5px;
  font-size: 12px;

}
.text-2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
/* 技术需求 */
.ub{
  margin: 35px !important;
}
.requirecontent{
  display: flex;
  width: 100%;
  height: 370px;
}
.requirecontent .reqtitle{
  margin-left: 20px;
  margin-right: 10px;
  border-bottom: 4px solid rgb(190,
    227,
    255);
}
.requirecontent .reqtitle p{
  font-weight: 800;
  font-size: 20px;
}
.requirecontent .reqtitle p span{
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
}
.requirecontent .maincontent{
  display: flex;
  width: 98%;
  /* height: 350px; */
  margin-left: 1%;
  background-color: white;
}
 .maincontent .mainleft{
    width: 870px;
    height: 237px;
    margin-top: 20px;
    overflow: hidden;

 }
.maincontent .mainleft li{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-left: 20px;*/
  margin-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(228, 226, 226);
}
/*.maincontent .mainleft li::before{*/
/*  display: inline-block;*/
/*  content: '';*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background-color: #d1f1ff;*/
/*  border-radius: 50%;*/
/*}*/
.maincontent .mainleft li a span{
  margin-right: 10px;
}
.maincontent .mainleft li a{
  width: 80%;
  color: #333;
}
.maincontent .mainleft li a:hover{
  color: #0097eb;
}
.maincontent .mainright{
  width: 200px;
  height: 200px;
  margin-left: 40px;
  margin-top: 90px;
  background-color: rgb(182, 232, 153);
}
.requireright{
  width: 300px;
  height: 365px;
  margin-left: 25px;
  text-align: center;
  color: white;
  background-image: url('../image/right-bg2.jpg');
}
.requireright h1{
  font-size: 28px;
  padding-top: 20px;
}
.requireright a{
  display: block;
  width: 220px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: white;
  margin-left: 40px;
  margin-top: 150px;
  background-color: #0d6efd;
}
.requireright a:hover{
    background-color: #0748a8;
}
/* 机构列表 */
.jgcontent{
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  /* background-color: rgb(205, 241, 184); */
  overflow: hidden !important;
}
.jgleft{
  width: 385px;
  height: 400px;
  background: url('../image/left-bg.jpg');
}
.jgleft .comimg{
  width: 110px;
  height: 110px;
  margin: 40px 145px;
  background-color: #0748a8;
  border-radius: 50%;
  overflow: hidden !important;
}
.jgleft .comimg img{
  width: 110px;
  height: 110px;
}
.jgleft h2{
  text-align: center;
  color: white;
  margin-top: -20px;
}
.jgleft p{
  padding-left: 40px;
}
.jgleft p a{
  font-size: 12px;
  color: rgb(204, 196, 196);
  background-color: rgb(26,
    49,
    174);
  padding:8px 10px;
}
.jgcontent .contentlist{
  width:calc((100% - 40px)/3);
  margin-right: 20px;
  float: left;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.jgcontent .contentlist:nth-child(3n){
  margin-right:0px;
}
.jgcontent .contentlist:hover{
  border: 1px solid rgb(64,
    134,
    210);
}

.jgcontent .contentlist a h4{
 margin-top: 0;
  color: black;
}
.jgcontent .contentlist a{
  color: black;
}
.jgcontent .contentlist a:hover{
  color: #0d6efd;
}
.jgcontent .contentlist a h4:hover{
  color: #0d6efd;
}
.jgcontent .contentlist .jgfooter{
  display: flex;
}
.jgcontent .contentlist .jgfooter .left{
  width: 110px;
  height: 110px;
  /*margin-left: 25px;*/
  color:black;
  text-align: center;
  /*line-height: 100px;*/
}
.jgcontent .contentlist .jgfooter .right p{
  line-height: 18px ;
    font-size: 14px;
      color: grey;
}
.jgfooter .right{
  width: calc(100% - 130px);
  /*margin-top: -10px;*/
  margin-left: 20px;
}

.jgfooter .right p span{
  /*border: 1px solid #0097eb;*/
  /*padding: 3px 5px;*/
  font-size: 14px;
  color: #0097eb;
}

/* 技术需求详情样式 */
#reqbanner{
  width: 100%;
  height: 260px;
  background: url('../image/top-bg2.jpg')no-repeat center;
  background-size: cover;
}
#reqbanner .heads{
  position: relative;
  /*height: 360px;*/
  width: 100%;
  color: #fff;
  /*margin-left: 64px;*/
  border: 1px solid transparent;
}


#reqbanner .heads h2{
  /*margin-top: 60px;*/
}
#reqbanner .heads .lss{
  position: relative;
}
#reqbanner .heads .lss p{
  display: inline-block;
}
#reqbanner .heads .lss p:last-child{
  position: absolute;
  left: 300px;
}
/*#reqbanner .heads>div>a{*/
/*  !*position: absolute;*!*/
/*  background-color:#0097eb;*/
/*  padding: 10px 15px;*/
/*  color: white;*/
/*  display: inline-block;*/
/*}*/
/* 技术成果详情 */
#achibanner{
  width: 100%;
  height: 360px;
  background: url('../image/top-bg2.jpg')no-repeat center;
  background-size: cover;
}
#achibanner .achiheads{
   display: flex;
    position: relative;
    height: 360px;
    width: 100%;
    padding-top: 60px;
    border: 1px solid transparent;
}
#achibanner .achiheads .hleft{
  width: 295px;
  height: 250px;
  /* border: 1px solid black; */
}
#achibanner .achiheads .hleft img{
  width: 295px;
  height: 250px;
}
.alike:hover{
  background-color: rgb(36,
    86,
    199) !important;
  color: white !important;
}
#achibanner .achiheads .hright{
  position: relative;
  height: 180px;
  margin-top: -10px;
  margin-left: 40px;
  color: #fff;
}
#achibanner .achiheads .hright p{
  line-height: 25px;
}
#la{
  position: absolute;
  top: 77px;
  right: 200px;
}
#introductions{
  width:1200px !important;
  padding: 0 30px 30px;
  line-height: 40px;
  text-indent: 2em;
}
.alast:hover{
  background-color: rgb(50, 95, 201);
  color: white !important;
}
.introdetails{
  background: #FFFFff;
  box-shadow:0 0 2px 1px rgb(234, 228, 228) !important;
}
.introdetails .titles{
  margin: 0px 30px;
  padding-top: 10px;
  color: rgb(245,
    154,
    35);
  border-bottom: 1px dashed rgb(205, 200, 200);
}
/* 成果列表 */
#achilist li{
  width: 100%;
  height: 160px;
  margin-top: 20px;
  background-color: #fff;
}
#achilist li a{
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e7f1;
}
#achilist li a:hover{
  border: 1px solid #0097eb;
}
#achilist li a .acleft{
  width: 200px;
  height: 120px;
  margin: 20px;
}
#achilist li a .acleft img{
  width: 200px;
  height: 120px;
}
#achilist li a .acright{
  width: calc(100% - 240px);
  padding-right: 30px;
  color: black;
}
#achilist li a .acright h4{
  position: relative;
  width: 100%;
  color: black;
  font-size: 16px;
}
#achilist li a .acright h4 i{
  position: absolute;
  right: 0;
  top: 0;
}
#achilist li a .acright p{
  /*width: 80%;*/
  height: 20px;
  margin-top: -3px;
  line-height: 20px;
  font-size: 14px;
}

#cglisttop{
  width: 100%;
  height: 260px;
  background:url('../image/search-bg.jpg')
}
#cglisttop .comsearch{
  display: flex;
  justify-content: center;

}
/* 需求列表 */
.xqlisttop {
  width: 100%;
  height: 260px;
  /*margin-top: 10px;*/
  background:url('../image/top-bg2.jpg')no-repeat center;
  background-size: cover;
}
.xqlisttop .comsearch{
  position: relative;
}
.xqlisttop .comsearch .box{
  position: absolute;
  top: 60px;
  left: 306px;
  width: 588px;
  height: 36px;
}
.xqlisttop .comsearch .box input{
  width: 501px;
  height: 100%;
  text-indent: 1em;
  border: none;
  outline: none;
}
.xqlisttop .comsearch .box button{
  margin-left: -5px;
  width: 87px;
  height: 36px;
  color: white;
  transition: all .2s;
  background-color: #0097eb;
}
.xqlisttop .comsearch .box button:hover{
  cursor: pointer;
  background-color: rgb(11,
    94,
    215)
}

.req_list li{
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.req_list li a{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(221, 221, 221);
  background: #FFFFff;
}
.req_list li a:hover{
    border: 1px solid #0097eb;
}
.req_list p{
  margin-left: 30px;
  margin-right: 30px;
  color: #333;
  font-size: 14px;
}
.req_list h4{
  color: black;
  margin-left: 30px;
  font-size: 16px;
  line-height: 10px;
}
/* 机构列表 */
#listdetails li{
  display: flex;
  background: #FFFFff;
  width: 100%;
  height:175px;
  border: 1px solid rgb(220, 218, 218);
  margin-top: 20px;
}
#listdetails li:hover{
  border: 1px solid #0097eb;
}
#listdetails li .lileft{
  /*margin-top: 60px;*/
  /*margin-left: 30px;*/
  width: 120px;
  height: 120px;
  margin: 20px;
  /*border: 1px solid rgb(32, 2, 2);*/
}
#listdetails li .lileft img{
  width: 120px;
  height: 120px;


}
#listdetails .liright{
  width: calc(100% - 160px);
  /*padding-left: 30px;*/
  /*padding-top: 10px;*/
}
#listdetails .liright h3 a{
  color: black;
}
#listdetails .liright p{
  color: #666;
  font-size: 14px;
  line-height: 20px;
  padding-right: 20px;
}
#listdetails .liright h3 a:hover{
  color: rgb(0,
    151,
    235);
}
/* 机构详情 */
#oradetails{
  width: 100%;
  height: 360px;
  background: url('../image/u28.jpg');
}
#oradetails .uax{
  display: flex;
  padding-top:90px ;
}
#oradetails .boxleft>div{
  width: 120px;
  height: 120px;
  background-color: #fff;
  /*border: 1px solid black;*/
  /*border-radius: 50%;*/
}
#oradetails .boxleft>div img{
  width: 120px;
  height: 120px;
  /*margin: 15px;*/
}
#oradetails .boxright{
  margin-left: 30px;
  color: white;
}
#oradetails .boxright h1{
  /*margin-left: 15px;*/
  margin-top: 0;
}
#oradetails .boxright>p span{
 background-color: rgb(123, 151, 179);
  padding:5px 10px;
  /*color: black;*/
  margin-right: 15px;
}
#oradetails .boxright p:last-child{
  margin-left: 15px;
  color: white;
  margin-top: 30px;
}
#jsdetailfooter h1{
  text-align: center;
}
#jsdetailfooter p{
  width: 100%;
  padding: 10px;
  line-height: 30px;
  text-indent: 2em;
}
