/*新的首页头部*/ body { background: #fafafa; } .index_top_bg { height: 500px; background: no-repeat 0 0; } .shopindex_top { width: 1200px; margin: 0px auto; line-height: 1; padding-top: 70px; } .shopindex_title { font-size: 46px; font-family: microsoft yahei-bold, microsoft yahei; font-weight: bold; color: #fff700; text-align: center; padding: 36px 0px 44px; } .shopindex_searchs, .shopindex_hotsearch { width: 944px; margin: 0px auto; } .shopindex_searchs .d_searchs_t a { width: 64px; height: 30px; line-height: 30px; color: #fff; border-radius: 3px 3px 3px 3px; font-size: 16px; letter-spacing: normal; padding: 0px; margin-bottom: 12px; position: relative; margin-right: 30px; } .shopindex_searchs .d_searchs_t a.hover { color: #ff383a; background: #ffffff; } .shopindex_searchs .d_searchs_t a.hover:after { content: ""; display: block; border: 6px solid transparent; border-top: 6px solid white; position: absolute; left: 26px; bottom: -12px; } .shopindex_searchs .d_searchs_b { border: none; border-radius: 4px; display: flex; box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); } .shopindex_searchs .d_searchs_b input { width: 800px; height: 60px; font-size: 16px; box-sizing: border-box; } .shopindex_searchs .d_searchs_b a { color: #ffffff; line-height: 60px; width: 144px; background: linear-gradient(90deg, #ffb811 0%, #fe6600 100%); font-size: 18px; } .shopindex_hotsearch { display: flex; margin-top: 24px; } .hotsearch_title { flex-shrink: 0; display: inline-block; width: 56px; height: 56px; border-radius: 4px; overflow: hidden; margin-right: 24px; padding-top: 5px; text-align: center; font-size: 16px; letter-spacing: 4px; text-indent: 4px; line-height: 22px; background: hsla(0, 0%, 100%, 0.16); color: #fff; box-sizing: border-box; } .hotsearch_list { flex: 1; display: flex; flex-wrap: wrap; height: 56px; overflow: hidden; } .hotsearch_list a { color: #fff; font-size: 14px; cursor: pointer; margin: 0 24px 10px 0; line-height: 22px; display: inline-block; } .hotsearch_list a:hover { text-decoration: underline; } .shopindex_count { display: flex; justify-content: space-between; /*width: 1200px;*/ margin: -90px auto 0; border-radius: 4px 4px 4px 4px; background: #fff; } .shopindex_count > li a { width: 240px; height: 124px; /*min-height: 124px;*/ display: flex; align-items: center; padding-left: 30px; box-sizing: border-box; font-size: 14px; color: #999; } .shopindex_count > li img { width: 64px; height: 64px; margin-right: 16px; } .shopindex_count > li h3 { font-size: 18px; color: #333; font-weight: 700; margin-bottom: 4px; } .shopindex_count > li h3 i { width: 18px; height: 18px; line-height: 18px; background: #ff383a; border-radius: 4px 4px 4px 4px; opacity: 1; font-size: 12px; display: inline-block; position: relative; top: -18px; text-align: center; color: #fff; left: 8px; } .shopindex_count > li h3 i.cheng_bg { background: #ff8e38; } .shopindex_count > li h3 i.huang_bg { background: #ffc338; } /*新首页头部结束*/ /*广告位置*/ /*1、手机版扫码*/ body{ min-width: 1440px; } .shopindex_cnt{ width: 1440px; line-height: 1.5; margin: 0px auto 0; } .shopindex_cnt *{ box-sizing: border-box; } @media only screen and (max-width: 1440px) { body{ min-width: 1200px; } .shopindex_cnt{ width: 1200px; } } /*模块标题*/ .module_title{ padding: 40px 0px; text-align: center; } .module_title h1{ font-size: 30px; color: #333333; margin-bottom: 10px; font-weight: 700; } .module_title p{ font-size:16px; color: #666666; } /*模块内容*/ .module_cnt{ background: #fff; display: flex; flex-wrap: wrap; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); } .module_cnt_left{ width: 240px; height: 520px; position: relative; background: rgba(11,195,84,0.04); } .module_cnt_left>h1{ height: 100px; background: no-repeat center; background-size: 100% 100%; font-size: 28px; color: #fff; font-weight: 700; padding: 20px; } .module_cnt_left>a{ font-size: 14px; color: #333333; padding: 20px; position: absolute; bottom: 0px; left: 0px; display: block; } .shopindex_searchs .d_searchs_b form { position: relative; } .module_cnt_left>a:hover{ color: #ff383a; } .module_cnt_left>a i{ margin-left: 4px; font-size: 12px; } .module_cnt_left_tab li{ height: 60px; line-height: 60px; padding: 0px 20px; font-size: 16px; color: #333333; border-bottom: 1px solid rgba(11,195,84,0.1); cursor: pointer; } .module_cnt_left_tab li i{ font-size: 18px; margin-right: 12px; } .module_cnt_left_tab li.active,.module_cnt_left_tab li:hover{ background: linear-gradient(90deg, #0bc354 0%, rgba(11,195,84,0.3) 100%); color: #fff; } .module_cnt_left_tab li.active,.module_cnt_left_tab li:hover i{ color: #fff; } .module_cnt_right{ flex: 1; } .dailiban_box>div{ border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; height: 260px; } .shouji_box{ padding: 30px; height: 100%; } .shouji_box>div{ height: 100%; background: #fafafa; display: flex; align-items: center; justify-content: center; } .shouji_box img{ width: 100%; } .module_cnt_right_msg1{ padding: 30px; cursor: pointer; width: 50%; display: flex; } .module_cnt_right_msg1 img{ width: 160px; max-height: 200px; margin-right: 20px; } .module_cnt_right_msg1 img div{ width: calc(100% - 180px); } .module_cnt_right_msg1 h2{ font-size: 24px; font-weight: 700; color: #333333; } .module_cnt_right_msg1 h2 div{ font-size: 14px; color: #666666; margin: 20px 0px 20px; } .module_cnt_right_msg1 .link_button{ width: 112px; height: 36px; background: #ffffff; border-radius: 4px 4px 4px 4px; border: 1px solid #dddddd; display: inline-block; color: #666; line-height: 36px; text-align: center; } .module_cnt_right_msg1 .link_button.active{ border: 1px solid #ff383a; color: #ff383a; margin-right: 10px; } .module_cnt_right_msg1:hover { box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2); } .module_cnt_right_msg1 .link_button:hover{ background: #ff383a; color: #ffffff; } /*专利交易和商标交易*/ .heng_tab{ background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); font-size: 20px; color: #333333; display: flex; margin-bottom: 20px; } .heng_tab>div{ border-bottom: 4px solid #fff; width: 50%; text-align: center; height: 60px; line-height: 60px; cursor: pointer; } .heng_tab>.active,.heng_tab>div:hover{ box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2); color: #ff383a; font-weight: 700; border-bottom: 4px solid #ff383a; } /*专利交易*/ .patent_jiaoyi{ height: 540px; background: rgba(231,0,17,0.04); } .patent_jiaoyi>h1{ background: url(/uploads/image/sishopindex/patent_jiaoyi.png) no-repeat center; background-size: 100% 100%; } .patent_jiaoyi .module_cnt_left_tab li.active, .patent_jiaoyi .module_cnt_left_tab li:hover{ background: linear-gradient(90deg, #ff383a 0%, rgba(255,56,58,0.3) 100%); } .patent_jiaoyi .module_cnt_left_tab li{ border-bottom: 1px solid rgba(231,0,17,0.1); } .patent_list_box>a{ display: block; width: 33.333333%; height: 180px; border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 20px 30px; cursor: pointer; overflow: hidden; transition: all ease-in .2s; } .patent_desc{ font-size: 16px; } .patent_status span{ font-size: 12px; color: #ffffff; padding: 2px 4px; border-radius: 4px 4px 4px 4px; margin-right: 8px; } .patent_status span.status_type1{ background: #ff383a; } .patent_status span.status_type2{ background: #00b150; } .patent_status span.patent_type0{ display: none; } .patent_status span.patent_type1{ background: #00b150; } .patent_status span.patent_type2{ background: #ff383a; } .patent_status span.patent_type3{ background: #ff9307; } .blue_color{ color: #006ae1; } .red_color{ color: #ff383a; } .fontbold{ font-weight: 700; } .patent_desc h2{ color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 6px 0; } .patent_desc button{ width: 100%; height: 36px; background: #ff383a; border-radius: 4px 4px 4px 4px; color: #fff; border: none; font-size: 14px; position: relative; top: 32px; transition: all ease-in .2s; } .patent_pubdate{ font-size: 14px; margin-top: 24px; } .patent_list_box>a:hover{ box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2); } .patent_list_box>a:hover button{ top: -26px; } /*商标交易*/ .brand_jiaoyi{ height: 540px; background: rgba(231,0,17,0.04); } .brand_jiaoyi>h1{ background: url(/uploads/image/sishopindex/brand_jiaoyi.png) no-repeat center; background-size: 100% 100%; } .brand_jiaoyi .module_cnt_left_tab li.active, .brand_jiaoyi .module_cnt_left_tab li:hover{ background: linear-gradient(90deg, #ff7d1f 0%, rgba(255,125,31,0.3) 100%); } .brand_jiaoyi .module_cnt_left_tab li{ border-bottom: 1px solid rgba(255,125,31,0.1); } .brand_list_box>a{ display: block; width: 33.333333%; height: 180px; border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 20px; cursor: pointer; overflow: hidden; transition: all ease-in .2s; } .brand_desc{ font-size: 16px; } .branddesc_top{ display: flex; align-items: center; } .branddesc_top .brand_img_box{ width: 82px; height: 82px; border-radius: 4px 4px 4px 4px; color: #fff; /*background:#be7bb6 ;*/ text-align: center; font-weight: 700; line-height: 82px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .errorimg_box{ display: none; } .branddesc_top>div:nth-of-type(1){ margin-right: 8px; } .branddesc_top>div:nth-of-type(2){ width: calc(100% - 82px); } .branddesc_top h2{ color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .branddesc_top .brand_appno{ margin: 6px 0; } .brand_desc button{ width: 100%; height: 36px; background: #ff383a; border-radius: 4px 4px 4px 4px; color: #fff; border: none; font-size: 14px; position: relative; top: 32px; transition: all ease-in .2s; } .brand_pubdate{ font-size: 14px; margin-top: 24px; } .brand_list_box>a:hover{ box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2); } .brand_list_box>a:hover button{ top: -26px; } /*科技人才*/ .people_list_box{ padding: 20px 0px 0; display: flex; flex-wrap: wrap; } .people_list_box>a{ width: 548px; height: 280px; display: block; position: relative; margin-bottom: 20px; margin-left: 20px; border-radius: 4px; overflow: hidden; } .people_list_box>a img{ width: 100%; height: 100%; } .people_list_box>a:hover img{ transform: scale(1.1); } .people_list_box>a img{ transition: all ease-in .8s; } .people_list_box>a>div{ height: 48px; line-height: 48px; color: #fff; background: rgba(0,0,0,0.4); padding: 0px 20px; position: absolute; width: 100%; left: 0px; bottom: 0px; font-size: 20px; font-weight: 700; transition: all ease-in .2s; } /*.people_list_box>a:hover div{*/ /* background: #ff383a;*/ /*}*/ .people_list_box>a:nth-of-type(n 2){ width: 264px; } @media only screen and (max-width: 1440px) { .people_list_box>a{ width: 452px; height: 240px; } .people_list_box>a:nth-of-type(n 2){ width: 216px; } } /*成功转化案例*/ .news_list_box{ padding: 30px; } .news_list_box>div{ width: 100%; } .news_list_box>div:first-child{ display: flex; } .news_list_left{ padding-right: 40px; border-right: 1px solid #ededed; } .news_list_left>a{ display: block; width: 400px; height: 226px; overflow: hidden; } .news_list_left>a img{ transition: all ease-in .5s; } .news_list_left>a:nth-of-type(1){ margin-bottom: 30px; } .news_list_left>a:hover img{ transform: scale(1.1); } .news_list_right{ width: calc(100% - 440px); padding-left: 40px; } .news_list_right>a{ display: flex; align-items: center; padding: 16px; height: 116px; margin-bottom: 6px; position: relative; } .news_list_right>a:last-child{ margin-bottom: 0px; } .news_list_right>a:before{ content: ""; width: 20px; height: 20px; display: block; background: #fff; border: 2px solid #ededed; position: absolute; top:50%; margin-top: -10px; left: -50px; border-radius: 50%; box-sizing: border-box; } .news_list_right>a:hover{ box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2); } .news_list_right>a:hover h1{ color: #ff383a; } .news_list_right>a:hover:before{ border: 2px solid #ff383a; } .news_list_img{ width: 80px; height: 80px; border-radius: 50%; margin-right: 20px; } .news_list_msg{ color: #666; font-size: 14px; width: calc(100% - 100px); } .news_list_msg h1{ font-size: 16px; color: #333; font-weight: 700; margin-bottom: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .news_list_msg h1 div{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .look_more{ width: 100%; margin-top: 30px; } .look_more a{ width: 280px; height: 54px; background: #ffffff; border-radius: 4px 4px 4px 4px; border: 1px solid #dddddd; display: block; font-size: 16px; color: #666666; line-height: 54px; margin: 0px auto; text-align: center; } .look_more a i{ font-size: 12px; margin-left: 8px; } .look_more a:hover{ color: #fff; background: #ff383a; border: 1px solid #ff383a; } /*专利文献*/ .new_patent_box{ padding: 6px 30px 30px; } .new_patent_box>div{ display: flex; justify-content: space-between; flex-wrap: wrap; } .new_patent_box>div:first-child>a{ width: 49%; display: flex; border-radius: 4px 4px 4px 4px; border: 1px solid #dddddd; margin-top: 24px; padding: 24px; } .patent_titme_parent{ min-width: 90px; margin-right: 24px; } .patent_time_date{ font-size: 24px; font-weight: 700; color:#666 } .patent_time_year{ font-size: 16px; color: #999999; } .patent_title_name{ font-size: 16px; font-weight: 700; color: #333333; line-height: 1.9; } .new_patent_box>div:first-child>a:hover{ box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2); border: 1px solid #ff383a; } .new_patent_box>div:first-child>a:hover h1{ color: #ff383a; } /*专利企业分析报告*/ .analyse_word_tab{ display: flex; height: 60px; line-height: 60px; color: #333; font-size: 20px; width: 100%; background: #e5e5e5; } .analyse_word_tab>li{ width: 25%; text-align: center; cursor: pointer; } .analyse_word_tab>li.active,.analyse_word_tab>li:hover{ color: #fff; background: #ff383a; box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2); } .analyse_word_cnt{ width: 100%; } .analyse_word_cnt>li{ padding: 30px 30px 30px; } .analyse_word_cnt_list{ display: flex; justify-content: space-between; flex-wrap: wrap; } .analyse_word_cnt_list>a{ width: 49%; padding: 12px 0; border-bottom: 1px solid #ededed; position: relative; padding-left: 30px; color: #333333; } .analyse_word_cnt_list h1{ font-size: 16px; font-weight: 700; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .analyse_word_cnt_list span{ font-size: 14px; color: #666666; } .analyse_word_cnt_list>a:before{ position: absolute; top:12px; left:0px; font-family: 'lotuticon'; content: "\e677"; font-size: 16px; color: #666666; } .analyse_word_cnt_list>a:hover{ color: #ff383a; } .analyse_word_cnt_list>a:hover:before{ color: #ff383a; } /*流程不揍*/ .liucheng_step_box{ color: #666666; font-size: 14px; display: flex; align-items: center; justify-content: space-between; } .liucheng_step_box>div{ text-align: center; } .liucheng_step_box>div img{ width: 80px; } .liucheng_step_box>i{ color: #cccccc; position: relative; top: -36px; } .liucheng_step_box>div h1{ margin: 10px 0px 6px; font-weight: 700; color: #333333; font-size: 20px; } /*页面显示隐藏元素切换*/ @media only screen and (max-width: 1440px) { .module_cnt_right>li>div.new_nodata_style ol{ width: 100%; padding: 30px; } .new_nodata_style ol>li>img { margin-right: 20px; } .new_nodata_style ol>li{ padding: 30px 10px; width: 49%; } } .module_cnt_right>li:nth-of-type(n 2){ display: none; } .patent_brand_box>div:nth-of-type(n 2){ display: none; } .heng_tab_curr1{ display: none; } .analyse_word_cnt>li:nth-of-type(n 2){ display: none; } /* 清空(待合并)*/ .d_searchs_b { position: relative; } .search__global--clears { position: absolute; top: 20px; right: 162px; font-size: 16px; cursor: pointer; /*display: inline-block;*/ display: none; color: #1bad55; line-height: 20px; /*background: #ffffff;*/ border: none; /*不允许选中文本*/ -webkit-user-select:none; -moz-user-select:none; -o-user-select:none; -ms-user-select:none;user-select:none; } /*顶部新增我要求购*/ .pay_sell_box{ position: absolute; z-index: 2; right: 90px; top: 80px; background: url(/uploads/image/simages/pay_sell_bg.png) no-repeat center center; background-size: contain; width: 110px; height: 110px; } .pay_text{ text-align: center; padding: 18px 6px 10px; width: 80%; margin: 10px 14px 0px; padding-left: 8px; box-sizing: border-box; } .pay_text img{ width: 37px; } .sell_text{ text-align: center; width: 80%; margin: 1px 14px; height: 24px; } .sell_text img{ width: 67px; } .pay_sell_box h1{ cursor: pointer; } .pay_sell_box h1 div{ position: absolute; right: -50px; top:76px; background: #ffffff; z-index: 3; display: none; border: 1px solid #ff383a; border-radius: 4px; overflow: hidden; } .pay_sell_box h1 div img{ width: 200px; } .pay_sell_box h1 div p { text-align: center; color: #ff383a; font-size: 16px; margin-bottom: 16px; line-height: 14px; } .pay_sell_box ul>li:first-child h1:hover div{ display: block; }