123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
- /* 行业类别 */
- .industry {
- border: 1px dashed #eeeeee;
- border-style: solid solid dashed solid;
- margin-top: 12px;
- height:110px;
- }
- .industry>p {
- float: left;
- width: 115px;
- background: #f9f9f9;
- text-align: center;
- font-size: 14px;
- height: 110px;
- line-height: 110px;
- border-bottom: 1px dotted #eeeeee;
- }
- .industry .industryList {
- width: 1082px;
- float: left;
- }
- .industry .industryList ul li {
- /* height: 82px;
- line-height: 82px; */
- text-align: center;
- cursor: pointer;
- float: left;
- font-size: 14px;
- color: #333;
- line-height: 48px;
- }
- .industry .industryList ul{
- /* height: 82px; */
- }
- .industry .industryList ul li span{
- display: inline-block;
- /* height: 82px;line-height: 82px; */
- padding: 0 20px;
- }
- .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
- width: 105px;
- }
- .industryList ul li:hover div{
- display: block;
- }
- .industry .industryList ul li:hover span{
- color: #1797e9;
- font-weight: 700
- }
- .industry .industryList ul li.active span,.productionType ol li.active{
- color: #1797e9;
- font-weight: 700
- }
- .industry .industryList ul li span {
- color: #7a7878
- }
- /* 知产类型 */
- .productionType {
- clear: both;
- overflow: hidden;
- border: 1px solid #eeeeee;
- border-top: none
- }
- .productionType>p {
- width: 115px;
- height: 49px;
- line-height: 50px;
- font-size: 14px;
- text-align: center;
- float: left;
- background: #f9f9f9
- }
- .productionType ol {
- float: left;
- width: 1082px;
- }
- .productionType ol li {
- float: left;
- padding: 0 20px;
- text-align: center;
- line-height: 50px;
- color: #7a7878
- }
- .productionType ol li:hover {
- color: #1797e9;
- cursor: pointer;
- }
- .onSelect p {
- float: left;
- width: 115px;
- height: 60px;
- text-align: center;
- line-height: 60px;
- }
- .onSelect .next{
- margin-left: 20px;
- }
- .onSelect .next::before{
- content: '>';
- display: inline-block;
- margin-left: -30px;
- margin-right: 16px;
- font-weight: 700
- }
- .onSelect ol {
- float: left;
- margin-top: 16px;
- }
- .onSelect ol li {
- display:none;
- float: left;
- color: #7a7878;
- height: 28px;
- line-height: 26px;
- padding: 0px 10px;
- border: 1px solid #b8d3e4;
- background: #f3f9fc;
- margin-right: 10px;
- }
- .onSelect ol li span {
- font-size: 14px;
- color: #1f1f1f;
- height: 28px;
- line-height: 26px;
- }
- .onSelect ol li .typeClose {
- color: #6ea7c9;
- cursor: pointer;
- float: right;
- display: inline-block;
- margin-left: 10px;
- }
- /* 精品技术 */
- .achievementList {
- clear: both;
- padding-top: 30px
- }
- .achievementHot {
- width: 100%;
-
- }
- .pagination_box {
- width: 100%;
- line-height: 74px
- }
- .pagination_box nav {
- float: right;
- clear: both;
- }
- .pagination_box ul li a {
- color: #333
- }
- .pagination_box .pagination {
- float: right;
- margin-right: 20px;
- }
- .pagination_box .totalCount {
- float: right;
- display: inline-block;
- margin-right: 15px;
- }
- .achievementHot>ul>li {
- float: left;
- width: 308px;
- margin-left: 37px;
- margin-bottom: 22px;
- }
- .achievementHot>ul>li>div {
- width: 114px;
- height: 114px;
- overflow: hidden;
- }
- .achievementHot>ul>li>div img {
- width: 100%;
- height: 100%;
- }
- .achievementHot ul li:nth-child(5n+1) {
- margin-left: 0
- }
- .achievementHot ul li .txts h5 {
- font-weight: normal;
- font-size: 14px;
- text-align: center;
- color: #1f1f1f;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- padding: 10px 2px 0;
- }
- .achievementHot ul li:hover{
- box-shadow: 0 0 20px #ccc;
- transition: all .2s ease-in;
- }
- .achievementHot ul li:hover .txts h5{
- color: #0a7dd4;
- }
- .achievementHot ul li .hr {
- width: 100%;
- height: 18px;
- background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
- background-size: 100% 100%;
- margin: 1px 0px;
- }
- .achievementHot ul li .txts p span {
- color: #7a7878;
- font-size: 12px;
- display: inline-block;
- margin-right: 5px;
- }
- .achievementHot ul li .txts .hotImg {
- float: right;
- margin-right: 16px;
- height: 18px;
- width: 32px;
- display: inline-block;
- background: url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
- background-size: 100% 100%;
- }
- .achievementHot .btnTxt span {
- width: 64px;
- height: 24px;
- display: inline-block;
- text-align: center;
- font-size: 14px;
- color: #ff6600;
- border: 1px solid #ff6600;
- line-height: 24px;
- margin: 0 3px;
- }
- .achievementHot ul li .img {
- width: 100%;
- height:150px;
- position: relative;
- }
- .achievementHot ul li{
- width: 210px;
- transition: all .2s ease-in;
- }
- .achievementHot ul li .img img {
- width: 100%;
- height: 100%;
- }
- .achievementHot ul li .img span {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9999;
- width: 44px;
- height: 44px;
- background: url(../../../img/newMenu/achievement_26.png) no-repeat;
- background-size: 100% 100%;
- }
- .achievementHot ul li .txtIntroduce {
- width: 100%;
- border: 1px solid #efefef;
- height: 130px;
- padding: 0px 10px 12px;
- }
- .txtIntroduce .btnTxt p{
- color:#787878;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:3;
- }
- .txtIntroduce .btnTxt{
- padding-top: 9px;
- }
- .inp{
- float: right;
- }
- .pagination_box{
- display: none;
- }
- .list_none {
- width: 550px;
- height: 150px;
- background: url("../../../img/all_null.png") no-repeat;
- margin: 50px auto;
- }
- .inp{
- display: none;
- }
- .inp input{
- width:40px;
- height: 35px;
- text-align: center;
- border-radius: 5px;
- border:1px solid #ccc;
- }
- .inp button{
- margin: 0 10px;
- width: 50px;
- }
- .search{
- width: 100%;
- height: 52px;
- line-height: 52px;
- background: #f9f9f9;
- }
- .searchService .input-group {
- width: 530px!important;
- height: 36px!important ;
- line-height: 36px!important;
- }
- .search .search-inp input{
- font-size: 14px!important;
- }
- .searchService .input-group input{
- font-size: 14px;
- height: 36px!important ;
- line-height: 36px!important;
- border-color: #b7d3e1!important;
- }
- .search .search-inp button,.search-inp .form-control{
- border-radius: 0!important;
- }
- .searchService button{
- height: 36px!important ;
- line-height: 23px!important;
- }
- .searchService span img{
- vertical-align: top
- }
- .searchService .search-inp{
- float: right;
- margin-right: 10px;
- vertical-align: top;
- margin-top: 8px;
- }
- .search .hot{
-
- }
- .search .hot p {
- float: left;
- font-size: 14px;
- width: 42px;
- height:18px;
- line-height: 18px;
- color: #ffffff;
- font-size: 14px;
- vertical-align: top;
- margin-left: 26px;
- margin-top: 18px;
- text-align: center;
- background: #fa2902;
- border-radius: 10px;
- margin-right: 18px;
- }
- .search .hot ul {
- float: left;
- }
- .search .hot ul li{
- float: left;
- }
- .search .hot ul li {
- cursor: pointer;
- margin-right: 22px;
- }
- .search .hot ul li.active{
- color: #fa2902
- }
- /* 默认图片 */
- .serviceImg{
- background: url(../../../img/initPic/serviceInit.jpg) no-repeat;
- background-size:100% 100%;
- }
- .industryList ul li {
- position: relative;
- z-index: 10;
- }
- .industryList ul li div{
- display: none;
- position: absolute;
- background: #1797e9;
- color: #fff;
- top: 60px;
- z-index:999;
- width: 100%;
- text-align: center;
- border-radius: 5px;
- box-shadow: 0 0 10px #ccc;
- }
- .industryList ul li div::before{
- content: '';
- width: 10px;
- height: 10px;
- display: inline-block;
- position: absolute;
- top: -5px;
- left: 50%;
- margin-left: -5px;
- background: #1797e9;
- transform: rotate(45deg)
- }
- .industryList ul li div p{
- height: 30px;
- line-height: 30px;
- }
- .onSelect{
- clear: both;
- height: 60px;
- }
- .objList{
- clear: both;
- height: 50px;
- line-height: 50px;
- width: 90%;
- border: 1px solid #ccc;
- margin-left: 20px;
- padding:0 20px
- }
- .objList div{
- display: none;
- }
- .objList div span{
- font-size: 12px;
- padding: 0 20px;
- color: #7a7878;
- height: 30px;
- display: inline-block;
- line-height: 28px;
- border: 1px solid #ccc;
- cursor: pointer;
- margin-right: 10px;
- }
- .objList div span.active{
- font-weight: 700;
- background: #1797e9;
- color: #ffffff;
- }
- .objList div.active{
- display: block;
- }
|