|
@@ -192,8 +192,38 @@ hr{
|
|
|
.study h4 a:hover{
|
|
|
color: #0289df;
|
|
|
}
|
|
|
-.patent img{
|
|
|
+.patent{
|
|
|
width: 100%;
|
|
|
+ height: 204px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.patent .imgPatent{
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 204px;
|
|
|
+ background: url(../../../img/newMenu/achievement_9.png) no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+ z-index: 200;
|
|
|
+}
|
|
|
+.patent a{
|
|
|
+ position: absolute;
|
|
|
+ width: 210px;
|
|
|
+ height: 54px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(../../../img/newMenu/demandPat.png)no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+ bottom: 20px;
|
|
|
+ right: 72px;
|
|
|
+ z-index:400;
|
|
|
+ transition: all .2s ease-in-out;
|
|
|
+}
|
|
|
+.patent a:hover{
|
|
|
+ background: url(../../../img/newMenu/demandPatHover.png)no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+ right: 65px;
|
|
|
+ transition: all .2s ease-in
|
|
|
}
|
|
|
.patentList{
|
|
|
padding-top: 46px;
|
|
@@ -203,7 +233,6 @@ hr{
|
|
|
height: 213px;
|
|
|
}
|
|
|
.patentList .col-sm-4 div>img{
|
|
|
- height: 230px;
|
|
|
height: 114px;
|
|
|
}
|
|
|
.patentList>.row>.col-sm-4 img:first-child{
|
|
@@ -222,6 +251,49 @@ hr{
|
|
|
-o-text-overflow:ellipsis;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
+.patentList .demandAdviser,.patentList .demandDeclare{
|
|
|
+ width: 380px;
|
|
|
+ height: 213px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.patentList .demandAdviser{
|
|
|
+ margin-bottom: 14px;
|
|
|
+}
|
|
|
+.demandAdviser a{
|
|
|
+ position: absolute;
|
|
|
+ bottom:-10px;
|
|
|
+ right: 5px;
|
|
|
+ width: 100px;
|
|
|
+ height:50px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(../../../img//newMenu/achievementLJ.png) no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+}
|
|
|
+.demandDeclare a{
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0px;
|
|
|
+ right: 5px;
|
|
|
+ width: 100px;
|
|
|
+ height: 50px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(../../../img//newMenu/achievementZX.png) no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+}
|
|
|
+.demandDeclare a:hover{
|
|
|
+ background: url(../../../img//newMenu/achievementZXhover.png) no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+}
|
|
|
+.demandAdviser a:hover{
|
|
|
+ background: url(../../../img//newMenu/achievementLJhover.png) no-repeat;
|
|
|
+ background-size:100% 100%;
|
|
|
+}
|
|
|
+.patentList .demandAdviser img,.patentList .demandDeclare img{
|
|
|
+ width: 100%;
|
|
|
+ height:213px!important;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+}
|
|
|
.achieveBj img{
|
|
|
margin-top: 16px;
|
|
|
width: 100%;
|