123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752 |
- /*
- @update:2018/06/06
- */
- /* 最新发布 */
- .newRelease{
- clear: both;
- text-align: center;
- }
- .newRelease>div{
- width:270px;
- height: 60px;
- background: url(../../../img/newMenu/achievement_1.jpg) no-repeat;
- background-size: 100% 100%;
- margin: 24px auto 30px;
- }
- .blur{
- color: #f68704;
- }
- .orange{
- color: #ff6d0b;
- }
- .newRelease ul{
- display: flex;
- display: -webkit-flex;
- justify-content: space-between;
- }
- .newRelease ul li{
- width: 204px;
- height: 253px;
- transition: all .5s ease-in;
- box-shadow: 0 0 4px #ccc;
- }
- .newRelease ul li img{
- width: 204px;
- height: 185px;
- display: inline-block;
- }
- .newRelease ul li div{
- padding:10px 10px;
- background: #f9f9f9;
- }
- .newRelease ul li div p {
- text-align: left;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- color: #333;
- line-height: 24px;
- height: 24px;
- }
- .newRelease ul li div p span{
- font-size: 12px;
- }
- .newRelease ul li div p .orange{
- display: inline-block;
- margin-right: 12px;
- }
- .newRelease>a{
- color: #7a7878;
- display: inline-block;
- padding: 22px 0px 55px;
- }
- .newRelease>a:hover{
- color: #f68704;
- }
- /* 热门关注 */
- .achievementHot>div{
- width: 140px;
- height:22px;
- background: url(../../../img/newMenu/achievement_7.jpg) no-repeat;
- background-size:100% 100%;
- float: left;
- vertical-align: top;
- margin-top: -2px;
- margin-right: 12px;
- }
- .achievementHot ol{
- float: left;
- }
- .achievementHot ol li{
- color: #393838;
- float: left;
- margin: 0 7px;
- }
- .achievementHot{
- clear: both;
- overflow: hidden;
- margin-bottom: 6px;
- }
- .achievementHot ol li a:hover{
- color: #f68704;
- }
- .achievementHot a{
- float: right;
- font-size: 14px;
- color: #7a7878;
- }
- .achievementHot a:hover{
- color:#f68704;
- }
- .achievementHot-list{
- clear: both;
- overflow: hidden;
- }
- .achievementHot-list .row{
- margin: 0;
- }
- .achievementHot-list ul li div{
- overflow: hidden;
- width: 385px;
- box-shadow: 0 0 4px #ccc;
- }
- .achievementHot-list .col-sm-4{
- padding: 0
- }
- .achievementHot-list ul li{
- margin-bottom: 18px;
- }
- .achievementHot-list ul li div img {
- float: left;
- width: 112px;
- height: 112px;
- }
- .achievementHot-list ul li div div{
- width: 273px;
- height: 112px;
- float: left;
- }
- .achievementHot-list ul li div div h4{
- font-weight: normal;
- font-size: 14px;
- color: #1f1f1f;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- border-bottom: 1px double #ccc;
- height: 42px;
- line-height: 42px;
- padding-left: 20px;
- }
- hr{
- clear: both;
- margin: 10px 0 18px;
- border:2px solid #ff6113;
-
- }
- .achievementHot-list ul li div div p{
- padding-left: 20px;
- margin: 8px 0;
- }
- .achievementHot-list ul li div div p .orange{
- font-size: 12px;margin-right: 30px;
- display: inline-block;
- }
- .achievementHot-list ul li div div p .blur{
- font-size: 12px;
- display: inline-block;
- }
- .achievementHot-list ul li div div p .technology{
- float: right;
- display: inline-block;
- width: 100px;
- height: 24px;
- line-height: 22px;
- text-align: center;
- border: 1px solid #ff6113;
- color: #ff6113;
- }
- .achievementHot-list ul li div div p .follow{
- float: right;
- display: inline-block;
- width: 50px;
- height: 24px;
- line-height: 22px;
- text-align: center;
- background: #ff6113;
- color: #ffffff;
- border-radius: 12px;
- margin:0 12px;
- }
- .achievementHot-list ul li:hover div h4{
- color: #0a7dd4;
- }
- .study {
- padding: 50px 0 30px;
- }
- .study h4 {
- font-weight: normal;
- font-size: 22px;
- color: #1f1f1f;
- }
- .study h4 a {
- display: inline-block;
- color: #cacaca;
- font-size: 12px;
- margin-left: 24px;
- }
- .study h4 a:hover{
- color: #f68704;
- }
- .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;
- }
- .patentList .col-sm-4>img{
- width: 100%;
- height: 213px;
- }
- .patentList .col-sm-4 div>img{
- height: 210px;
- display: inline-block;
- }
- .patentList>.row>.col-sm-4 img:first-child{
- margin-bottom: 14px;
- }
- .patentList ul li img{
- width: 100%;
- }
- .patentList ul li div{
- width: 242px;
- }
- .patentList ul li div p{
- height: 40px;
- line-height: 40px;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- }
- .patentList .demandAdviser,.patentList .demandDeclare{
- width: 380px;
- height: 240px;
- position: relative;
- }
- .patentList .demandAdviser{
- margin-bottom: 20px;
- }
- .demandAdviser a{
- cursor: pointer;
- 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{
- cursor: pointer;
- 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:250px!important;
- position: absolute;
- left: 0;
- top: 0;
- }
- .achieveBj img{
- margin-top: 16px;
- width: 100%;
- height: 90px;
- }
- /* 实用技术 */
- .practical {
- clear: both;
- }
- .practical .practicalLeft{
- float: left;
- width: 940px;
- }
- .practicalLeft ul li {
- cursor: pointer;
- width: 170px;
- margin-right: 30px;
- float: left;
- padding-left: 28px;
- border-left: 1px solid #dfdfdf;
- }
- .practicalLeft ul li .imgBj{
- position: relative;
- width: 100%;
- height: 130px;
- }
- .practicalLeft ul li .imgBj img{
- width: 100%;
- height: 100%;
- }
- .practicalLeft ul li .imgBj span{
- position: absolute;
- top: 0;
- left: 0;
- width: 44px;
- height: 40px;
- display: inline-block;
- background: url(../../../img/newMenu/achievement_26.png) no-repeat;
- background-size:100% 100%;
- }
- .practicalLeft ul li .txts h5,.practicalGrounpTxt .txts h5{
- font-weight: normal;
- font-size: 14px;
- color: #1f1f1f;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- padding: 10px 2px;
- }
- .practicalLeft ul li .txts p span,.practicalGrounpTxt .txts p span {
- color: #7a7878;
- font-size: 12px;
- display: inline-block;
- margin-right: 5px;
- }
- .practicalLeft ul li .txts .hotImg,.practicalGrounpTxt .txts .hotImg{
- float: right;
- margin-right: 0px;
- height: 18px;
- width: 32px;
- display: inline-block;
- background:url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
- background-size:100% 100%;
- }
- .practicalLeft ul li:first-child{
- width: 140px;
- border: none;
- padding-left:0;
- }
- .practicalLeft ul li:last-child{
- margin-right: 0px;
- }
- .practicalLeft ul li .hr,.practicalGrounpTxt .hr{
- width: 100%;
- height: 18px;
- background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
- background-size:100% 100%;
- margin: 4px 0px;
- }
- .practicalLeft .btnTxt span,.practicalGrounpTxt .btnTxt span {
- width: 64px;
- height: 24px;
- display: inline-block;
- text-align: center;
- font-size: 14px;
- color: #ff6600;
- border: 1px solid #ff6600;
- line-height: 21px;
- margin: 0 3px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- }
- .practical .practicalRight{
- float: right;
- margin-top: 0px;
- width: 230px;
- height: 390px;
- background: url(../../../img/newMenu/achievement_jishu.jpg)no-repeat;
- background-size:100% 100%;
- }
- .practicalGrounp {
- padding-top: 16px;
- clear: both;
- overflow: hidden;
- }
- .practicalGrounp ol li{
- float: left;
- width: 33.00%;
- margin-left: 4px;
- cursor: pointer;
- }
- .practicalGrounp ol li img{
- width: 146px;
- height: 136px;
- display: inline-block;
- float: left;
- }
- .practicalGrounp ol li:first-child{
- margin-left: 0;
- }
- .practicalGrounp .practicalGrounpTxt{
- float: left;
- margin: 10px;
- width: 144px;
- }
- .practicalGrounpTxt .hr{
- margin-bottom: 15px;
- }
- .studyT {
- clear: both;
- padding: 50px 0 36px;
- }
-
- .studyT h4 {
- font-weight: normal;
- font-size: 22px;
- color: #1f1f1f;
- }
- .studyT h4 a {
- display: inline-block;
- color: #cacaca;
- font-size: 12px;
- margin-left: 24px;
- }
- .studyT h4 a:hover{
- color: #f68704;
- }
- .practicalRight {
- margin-top: -20px
- }
- .practicalRight h4{
- text-align: center;
- font-size: 18px;
- font-weight: normal;
- }
- .practicalRight ul li{
- cursor: pointer;
- overflow: hidden;
- padding: 10px 0px;
- }
- .practicalRight ul li img{
- float: left;
- }
- .practicalRight ul li div{
- float: left;
- padding-left:12px;
- width: 110px;
- }
- .practicalRight ul li div p{
- font-size: 12px;
- height: 24px;
- line-height: 24px;
- color: #757575;
- margin-top: 10px;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- }
- .practicalRight ul li div hr{
- width: 146px;
- border: 0.5px solid #e7e7e7;
- }
- .practicalRight ul li img{
- width: 58px;
- height: 58px;
- }
- .practicalRight a{
- color: #7a7878;
- }
- .practicalRight a:hover{
- color: #f68704;
- }
- /* 知识产权交易政策 */
- .transaction .transactionImg{
- float: left;
- width: 680px;
- padding-top: 30px;
- }
- .transaction .transactionImg .img{
- width: 330px;
- overflow: hidden;
- }
- .transaction .transactionImg>img{
- float: left;
- width: 330px;
- }
- .transaction .transactionImg div{
- float: left;
- width: 330px;
- padding: 15px 0px 0 20px ;
- }
- .transaction .transactionImg div address{
- color: #8c8c8c;
- font-size: 16px;
- margin-bottom: 22px;
- }
- .introduce address{
- margin-bottom: 10px!important;
- }
- .introduce address span {
- color: #333;
- }
- .transaction .transactionImg div address span{
- margin: 0 10px;
- display: inline-block;
- }
- .transaction .transactionImg div time{
- color: #8c8c8c;
- font-size: 16px;
- }
- .transaction .transactionImg div h5{
- font-weight: normal;
- font-size: 16px;
- color: #191919;
- padding-bottom: 21px;
- }
- .transaction .transactionImg div p{
- font-size: 14px;
- color: #7a7878;
- line-height: 24px;
- padding-bottom: 16px;
- }
- .transaction .transactionImg div a{
- color: #7a7878;
- }
- .transaction .transactionImg div a:hover{
- color: #f68704;
- }
- .transaction ul li {
- height: 100px;
- width: 470px;
- margin-bottom: 30px;
- }
- .transaction ul li .time,.transactionList ol li .time{
- width: 84px;
- text-align: center;
- padding:10px;
- background: #f9f9f9;
- float: left;
- }
- .transaction ul li .time p,.transactionList ol li .time p{
- font-size: 30px;
- color: #1f1f1f;
- }
- .transaction ul li .time span,.transactionList ol li .time span{
- font-size: 14px;
- color: #8c8c8c;
- }
- .transaction ul li .time hr,.transactionList ol li .time hr{
- height: 1px;
- width: 65px;
- border: none;
- display: inline-block;
- background: url(../../../img/newMenu/achievement_dotted.jpg)no-repeat;
- background-size:100% 100%;
- margin: 11px 0px ;
- }
- .transaction ul li .introduce,.transactionList ol li .introduce{
- float: left;
- width: 386px;
- padding: 12px;
- }
- .transaction .introduce address,.transactionList .introduce address,{
- margin-bottom: 10px;
- }
- .transaction .introduce img,.transactionList .introduce img{
- margin-right: 8px;
- }
- .transaction .introduce .title,.transactionList .introduce .title{
- margin-left: 10px;
- font-size: 16px;
- color:#191919;
- }
- .transaction .introduce p,.transactionList .introduce p{
- color: #7a7878;
- font-size: 14px;
- line-height: 24px;
- }
- .transaction ul{
- float: right;
- }
- .transactionList,.transactionList ol{
- clear: both;
- overflow: hidden;
- }
- .transactionList ol li{
- overflow: hidden;
- width: 50%;
- }
- .transactionList ol li:first-child{
- float: left;
- }
- .transactionList ol li:last-child{
- width: 470px;
- float: right;
- }
- /*特效*/
- .transactionList ol li:hover .time,.transaction ul li:hover .time{
- background: #0a7dd4;
-
- }
- .transactionList ol li:hover .introduce .title,.transaction ul li:hover .introduce .title{
- color: #0a7dd4;
- }
- .transactionList ol li:hover .time p,.transactionList ol li:hover .time span,.transaction ul li:hover .time span,.transaction ul li:hover .time p {
- color: #ffffff;
- }
- .transactionList ol li:hover address span,.transaction ul li:hover address span {
- color: #0a7dd4;
- }
- .transaction .transactionImg:hover div h5{
- color: #0a7dd4
-
-
- }
- .newRelease ul li:hover{
- box-shadow: 0 3px 5px #ccc;
- margin-top: -5px;
- transition: all .2s ease-in;
- cursor: pointer;
- }
- .achievementHot-list ul li:hover div img{
- opacity: .8;
- cursor: pointer;
- }
- .patentList ul {
- margin-left: 0;
- }
- .achieveBj{
- clear: both;
- }
- .patentList ul li{
- width: 242px;
- margin: 0 10px 10px;;
- padding: 0;
- transition: all .2s ease-in-out;
- box-shadow: 0 0 4px #ccc;
- }
- .patentList ul li:hover{
- box-shadow: 0 4px 10px #ccc;
- transition: all .2s ease-out;
- cursor: pointer;
- }
- .patentList ul li p{
- color: #333333;
- padding: 0 10px;
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- }
- .patentList ul li:hover p{
- color: #0a7dd4
- }
- .practicalLeft ul li:hover img,.practicalGrounp ol li:hover img{
- opacity: .7;
- }
- .practicalLeft ul li:hover .txts h5,.practicalGrounp ol li:hover .txts h5{
- color: #ff6600;
- }
- .practicalRight ul li:hover{
- margin-left: -5px;
- transition: all .5s;
- }
- .practicalRight ul li:hover p{
- color: #ff6600;
- }
- .carousel{
- width: 100%!important;
- }
- .bannerList .carousel .left, .bannerList .carousel .right ,.carousel-control.left,.carousel-control.right{
- line-height: 475px;
- font-size: 60px;
- }
|