123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711 |
- /*
- @author:liting
- @update:2018/06/04
- */
- /* 主体内容 */
- .demand-marq {
- position: relative;
- top: -12px;
- clear: both;
- width: 100%;
- height: 50px;
- line-height: 50px;
- box-shadow: 0 5px 5px #ccc;
- padding: 0 20px;
- background-color: #ffffff;
- }
- .demand-marq span {
- float: left;
- width: 96px;
- height: 20px;
- display: inline-block;
- background: url(../../../img/newMenu/demand-1.jpg) no-repeat;
- vertical-align: top;
- margin-top: 15px
- }
- .demand-marq marquee ul {
- overflow: hidden;
- width: 3500px;
- height: 50px;
- }
- .demand-marq marquee {
- overflow: hidden;
- margin-left: 20px;
- width: 980px;
- float: left;
- }
- .demand-marq ul li {
- margin: 0 30px;
- float: left;
- }
- /* 最新需求 */
- .newDemand {
- clear: both;
- overflow: hidden;
- background: #f9f9f9;
- padding: 10px 14px;
- margin-bottom: 42px;
- }
- .newDemand img {
- width: 200px;
- height: 140px;
- float: left;
- }
- .newDemand ul {
- width:940px;
- box-sizing: border-box;
- float: left;
- }
- .newDemand ul li {
- padding: 10px 0;
- box-sizing: border-box;
- width: 19.6%;
- float: left;
- }
- .newDemand ul li a{
- color: #666;
- }
- .newDemand ul li:first-child div {
- border: none;
- }
- .newDemand ul li div {
- box-sizing: border-box;
- padding: 0px 16px;
- border-left: 1px solid #dfdfdf;
- }
- .newDemand ul li div p .timeBefor {
- float: right;
- margin-top: 3px;
- }
- .newDemand ul li div p:nth-child(2){
- height: 40px;
- }
- /* HOT */
- .mainHot .hot {
- width: 40px;
- display: inline-block;
- height: 20px;
- font-size: 14px;
- text-align: center;
- line-height: 20px;
- background-color: #f52429;
- color: #ffffff;
- border-radius: 3px;
- margin-right: 10px
- }
- .mainHot .crumbNav {
- display: inline-block;
- }
- .crumbNav li {
- color: #393838;
- margin: 0 6px;
- display: inline-block;
- }
- .crumbNav li a{
- color: #393838;
- }
- .crumbNav li:nth-child(2n+1):hover a{
- cursor: pointer;
- color: #0289df;
- }
- .enterprise a:hover,.study a:hover{
- cursor: pointer;
- color: #0289df;
- }
- .mainHot .hr {
- display: inline-block;
- width: 100%;
- height: 3px;
- background: #ff570c;
- margin: 8px 0;
- }
- .mainHot .mainLeft{
- padding-right: 0px;
- }
- .mainHot .demandTxt,
- .talentsTxt {
- padding-right: 15px;
- }
- .demandTxt{
- height: 220px;
- }
- .talentsTxt ol li:hover{
-
- }
- .talentsIntroduce{
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden;
- }
- .demandTxt .col-md-7>div{
- margin-bottom: 16px;
- padding: 5px 0;;
- width: 100%;
- transition: all .5s ease-out;
- }
- .demandTxt .col-md-7>a>div:hover{
- margin-left: -8px;
- transition: all .5s ease-in;
- }
- .demandTxt .col-md-7>div:hover .name{
- color: #ff5910;
- }
- .demandTxt .col-md-7 div a{
- color:#333;
- }
- .demandTxt .col-md-7 div>div {
- padding: 0 5px;
- }
- .demandTxt .col-md-7 div:hover{
-
- }
- .demandTxt .col-md-7 div>p:first
- .mainHot .demandTxt img {
- float: left;
- }
- .mainHot .demandTxt div {
- float: left
- }
- .demandTxt .talents,
- .talentsTxt .talents {
- display: inline-block;
- width: 110px;
- color: #ffffff;
- height: 22px;
- padding-left: 10px;
- line-height: 22px;
- text-align: center;
- margin-right: 5px;
- background: url(../../../img/newMenu/demand-6.png) no-repeat;
- }
- .demandTxt .col-md-7 {
- padding-right: 0px;
- }
- .demandTxt p:nth-child(2),
- .talentsTxt p:nth-child(2) {
- color: #7a7878;
- text-align: justify;
- font-size: 12px;
- margin-top: 10px;
- line-height: 24px;
- }
- .colorOrange {
- color: #ff570c;
- font-size: 12px;
- float: right;
- margin-left: 20px;
- }
- .demandTxt .colorOrange{
- vertical-align: top;
- margin-top: -20px;
- margin-right: 100px;
- }
- .colorOrt {
- color: #ff570c;
- float: right;
- }
- .demandTxt .colorTime{
- vertical-align: top;
- margin-top: -20px;
- }
- .colorTime {
- font-size: 12px;
- float: right;
- color: #0289df!important;
- }
- .talentsTxt {
- padding-left: 15px;
- }
- .talentsTxt ol li {
- padding: 5px 5px 0px;
- height: 56px;
- margin-bottom: 30px;
- }
- .talentsTxt ol li img{
- float: right;
- }
- .talentsTxt ol li:hover{
- margin-left: -8px;
- transition: all .5s ease-in
- }
- .introduceP{
- padding-left: 10px;
- margin-top: 12px;
- }
- .introduceP span{
- color: #7a7878;
- font-size: 12px;
- display: inline-block;
- }
- .talentsTxt ol li a{
- color:#333;
- }
- .demandTxt .problemDes{
- display: inline-block;
- color: #7a7878;
- font-size: 12px;
- margin-top: 10px;
- line-height: 24px;
- }
- /* 企业技术需求 */
- .enterprise {
- padding-bottom: 80px;
- }
- .enterprise .col-md-2{
- padding-right: 0;
- }
- .enterprise .col-md-2 img{
- width: 100%;
- height: 340px;
- }
- .enterprise h4,.study h4 {
- font-weight: normal;
- font-size: 22px;
- color: #1f1f1f;
- padding-bottom: 24px;
- }
- .enterprise h4 a,.study h4 a {
- display: inline-block;
- color: #cacaca;
- font-size: 12px;
- margin-left: 24px;
- }
- .imgGroup {
- box-sizing: border-box;
- }
- .imgGroup ul {
- box-sizing: border-box;
- }
- .imgGroup ul li {
- padding: 0 5px;
- display: inline-block;
- overflow: hidden;
- width: 24.6%;
- margin-bottom: 30px;
- transition: all .3s ease-in;
- }
- .imgGroup ul li:hover{
- transition: all .3s ease-in;
- transform: scale(1.05);
- box-shadow: 0 5px 10px #ccc;
- }
- .imgGroup ul li img {
- width: 100%;
- height: 116px;
- }
- .imgGroup p {
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- overflow: hidden;
- width: 100%;
- line-height: 40px;
- font-size: 14px;
- color: #1f1f1f;
- text-align: center;
- }
- /* 地区成果 */
- .areaDemand h3 {
- width: 700px;
- margin: 0 auto 22px;
- }
- .fullImg .fullImgTxt {
- position: absolute;
- top: 0;
- left: 50%;
- margin-left: -600px;
- }
- .areaDemand .fullImg {
- position: relative;
- left: 0;
- top: 0;
- width: 100%;
- padding-top: 130px;
- padding-bottom: 70px;
- }
- .areaDemand .fullImg img {
- width: 100%;
- height: 400px;
- }
- .fullImgTxt li {
- padding-top: 10px;
- }
- .fullImgTxt li .warpImg {
- width: 100%;
- background: #ffffff;
- box-shadow: 0 5px 15px #333;
- }
- .fullImgTxt li p {
- text-align: justify;
- line-height: 24px;
- font-size: 14px;
- color: #7a7878;
- }
- .fullImgTxt .btnAreaBj {
- text-align: center;
- height: 118px;
- background: url(../../../img/newMenu/demand-14.jpg) no-repeat
- }
- .fullImgTxt .btnAreaBj .btnArea {
- display: inline-block;
- padding: 0 10px;
- height: 34px;
- background: #ffffff;
- border-radius: 17px;
- line-height: 34px;
- text-align: center;
- font-size: 18px;
- color: #191919;
- vertical-align: top;
- margin-top: 70px;
- cursor: pointer;
- }
- .fullImgTxt .btnAreaBj .btnArea:hover {
- background: #0289df;
- color: #ffffff;
- }
- .fullImgTxt .introduction {
- padding: 10px 20px 10px;
- }
- .fullImgTxt .introduction p{
- height: 300px;
- }
- .fullImgTxt .btnSee {
- text-align: center
- }
- .fullImgTxt .btnSee span {
- display: inline-block;
- width: 160px;
- height: 44px;
- line-height: 44px;
- font-size: 16px;
- text-align: center;
- color: #ffffff;
- background: linear-gradient(#ff8518, #ffac2a);
- vertical-align: bottom;
- margin-bottom: -30px;
- box-shadow: 0 3px 10px #333;
- cursor: pointer;
- border-radius: 10px;
- }
- .fullImgTxt .btnSee:hover span {
- color: #ffffff;
- background: #0289df;
- }
- /* 产学研合作需求 */
- .studyTxt{
- padding-left: 10px;
- }
- .studyTxt ul li{
- box-sizing: border-box;
- height:110px;
- overflow: hidden;
- margin-bottom: 20px;
- border: 1px solid transparent;
- }
- .studyTxt ul li img {
- width: 100%;
- height: 100%;
- }
- .studyTxt ul li .imgLeft{
- vertical-align: top;
- width: 40%;
- float: left;
- overflow: hidden;
- }
- .studyTxt ul li:hover img {
- opacity: 0.5;
- }
- .studyTxt ul li:hover .imgRight h5{
- color:#ff5910;
- }
- .studyTxt ul li .imgRight{
- box-sizing: border-box;
- padding-left:10px;
- float: left;
- width: 59%;
- height: 110px;
- padding-right: 5px;
- background: #f9f9f9;
- }
- .studyTxt ul li .imgRight h5{
- font-size: 14px;
- color: #393838;
- padding-top: 13px;
- padding-bottom: 10px;
- }
- .studyTxt ul li .imgRight p{
- font-size: 12px;
- text-align: justify;
- color: #7a7878;
- margin-bottom: 5px;
- overflow: hidden;
- line-height: 18px;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .studyTxt ul li .imgRight span{
- display: inline-block;
- text-align: right;
- border: 1px solid #ff570c;
- color: #ff570c;
- padding:0 5px;
- font-size: 12px;
- float: right;
- margin-left:6px;
- }
- .studyTxt>div.col-sm-2{
- padding-left: 0px
- }
- .studyTxt>div>img{
- width: 100%;
- height: 369px;
- }
- .studyTxt .col-sm-4{
- padding-right: 0;
- padding-left: 5px;
- }
- /* 研产资金需求 */
- .capital{
- padding-top: 40px;
- }
- .capitalMain div ol{
- display: -webkit-flex;
- display: flex;
-
- }
- .capitalMain div ol li{
- padding: 20px 20px;
- margin-right: 20px;
- overflow: hidden;
- transition: all .3s ease-out;
- background: url(../../../img/newMenu/demand-20.jpg) no-repeat;
- }
- .capitalMain div ol li:hover{
- margin-top: -15px;
- box-shadow: 0 5px 5px #ccc;
- transition: all .3s ease-in
- }
- .capitalMain div ol li:hover h4{
- color: #0289df;
- }
- .capitalMain .col-sm-2 img{
- width: 100%;
- }
- .capital-administration{
- text-align: center;
- width: 190px;
- }
- .capital-administration .capitalBj{
- height: 193px;
- overflow: hidden;
- background: rgba(255, 255,255, .5);
- padding:20px;
- }
- .capital-administration .capitalBj h4{
- overflow: hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- -o-text-overflow:ellipsis;
- overflow: hidden;
- color: #191919;
- }
- .capital-administration .capitalBj>p{
- height: 100px;
- text-align: left;
- font-size: 14px;
- color:#7a7878;
- padding:20px 0;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:3;
- }
- .capitalMain ol li {
- width: 233px;
- height: 322px;
- }
- .capital-administration .capitalBj>div>p{
- font-size: 12px;
- color: #393838;
- }
- .capital-administration>a:nth-child(2):hover{
- background: #0289df;
- color: #ffffff;
- box-shadow: 0 5px 20px #0289df;
- }
- .capital-administration>a:nth-child(2){
- clear: both;
- display: inline-block;
- width: 100%;
- background: #ffffff;
- color: #ff580e;
- font-size: 16px;
- margin-top: 30px;
- margin-bottom: 6px;
- height: 44px;
- line-height: 44px;
- box-shadow: 0 5px 10px #ccc;
- border-radius: 5px;
- }
- /* 技术人才需求*/
- .technology>div>img{
- width: 100%;
- height: 280px;
- }
- .technology.row{
- margin-right: 0
- }
- .technology ol li{
- height: 136px;
- margin-bottom: 8px;
- transition: all .3s ease-in-out;
- }
- .technology ol li:hover div{
- transition: all .3s ease-in-out;
- border-radius: 5px;
- border-color: #1797e9;
- }
- .technology ol li div{
- box-sizing: border-box;
- overflow: hidden;
- border: 1px solid #eeeeee;
- padding: 18px 10px 8px;
- }
- .technology ol li div>p{
- height: 48px;
- clear: both;
- }
- .technology .col-sm-4{
- padding-left: 8px;
- padding-right: 0px;
- }
- .technology ol li div h4{
- font-size: 16px;
- font-weight: normal;
- color: #1f1f1f;
- padding-bottom: 6px;
- }
- .technology ol li div h4>span:first-child{
- display: inline-block;
- width: 130px;
- }
- .technology ol li div .titleBorder{
- width: 42px;
- height: 24px;
- line-height: 24px;
- display: inline-block;
- background: #f6f6f6;
- border-radius: 12px;
- color: #7a7878;
- text-align: center;
- font-size: 14px;
- margin: 0 5px;
- }
- .technology ol li div .money{
- color: #ff570c;
- font-size: 14px;
- float: right;
- vertical-align: top;
- margin-top: 4px;
- }
- .technology ol li div>p{
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:2;
- font-size: 14px;
- color: #7f7f7f;
- line-height: 24px;
- text-align: justify;
- }
- .technology ol li div>span{
- width: 60px;
- height: 24px;
- line-height: 24px;
- text-align: center;
- border-radius: 12px;
- border: 1px solid #0289df;
- font-size: 12px;
- color: #0289df;
- margin-top: 6px;
- transition: all .3s ease-out;
- }
- .technology ol li:hover div>span{
- transition: all .3s ease-in;
- width: 100px;
- background: #0289df;
- color: #ffffff;
- }
- .demandFootImg{
- width: 100%;
- padding-top: 40px;
- padding-bottom: 140px;
- }
- .demandFootImg img{
- width: 100%;
- }
|