CINXE.COM

ijiwei - English News

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta name="baidu-site-verification" content="code-lsJi0ewBwW" /> <link rel="shortcut icon" href="https://s.laoyaoba.com/favicon.ico" type="image/x-icon"> <link rel="icon" href="https://s.laoyaoba.com/favicon.ico"> <title>ijiwei - English News</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="keywords" content="jiweic consulting service,semiconductor,chip,Integrated circuit,EDA,ICT,Semiconductor news"> <meta name="description" content="Provide professional industry consulting, brand marketing, information, intellectual property, investment and financing, workplace and other services for the whole electronic industry chain"> <link rel="stylesheet" href="/styles/subscribe.3943c.css"> <link rel="stylesheet" href="https://cdn.staticfile.org/Swiper/5.4.5/css/swiper.css"> <script src="https://cdn.staticfile.org/axios/0.21.0/axios.min.js"></script> <script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdn.staticfile.org/Swiper/5.4.5/js/swiper.js"></script> </head> <body> <style> .header-box { height: 100px; width: 100%; position: fixed; z-index: 20; } header { width: 100%; height: 66px; background: #000000; box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1); color: #fff; } header a { color: #fff; } header > div { width: 100%; padding: 16px 20px; position: relative; align-items: center; align-content: center; } @media screen and (min-width: 1440px) { header > div { width: 1440px; min-width: 1440px; margin: 0 auto; } } header .logo { /* width: 178px; */ height: 30px; } header input { color: #fff; width: 283px; height: 34px; background: rgba(255, 255, 255, 0.15); border-radius: 25px; padding: 0 41px 0 15px; box-shadow: rgba(0, 0, 0, 0); margin: 0 30px 0 0; } .subscribe { width: 164px; height: 34px; display: block; background: #0077ff; text-align: center; line-height: 34px; border-radius: 25px; padding-left: 13px; } .sear_home { width: 19px; height: 19px; position: absolute; right: 213px; top: 7px; cursor: pointer; } .head_btn { width: 13px; height: 13px; position: absolute; right: 114px; } .text-tips { color: #000000; position: absolute; bottom: -60px; left: 54px; z-index: 111120; padding: 8px 15px; border-radius: 4px; color: #fff; background-color: #666; } .search-right { position: relative; } .home { font-size: 16px; font-weight: 400; line-height: 30px; padding-left: 33px; display: block; color: #fff; cursor: pointer; } </style> <div class="header-box"> <header> <div class="flex-row-space"> <div class="flex-row-left"> <a href="/" target="_blank"> <img class="logo" src="https://s.laoyaoba.com/jiwei-web-en/ijiwei-logo-en-white.png" alt="logo" /> </a> <a href="/" target="_blank" class="home">Home</a> </div> <div class="flex-row-center search-right"> <!-- <a href="https://laoyaoba.com" style="padding-right: 26px" target="_blank" >CN</a > --> <div class="search-input" style="display: none"> <input id="sear_text" type="text" placeholder="Search" /> <img class="sear_home" src="https://s.laoyaoba.com/jiwei/weben/sear_home.png" alt="" /> </div> <a href="/subscribe" target="_blank" class="subscribe">Subscribe</a> <img class="head_btn" src="https://s.laoyaoba.com/jiwei/weben/head_btn.png" alt="" /> <div class="text-tips" style="display: none"> Contains illegal characters, please re-enter. </div> </div> </div> </header> </div> <script> $('.sear_home').click(function () { var val = $('#sear_text').val(); if (val) { showFun(val); } }); $(function () { // 按下回车 // $('.text-tips').hide() //搜索页面隐藏搜索 let param = window.location.pathname; let paramList = param.split('/'); let [, name, ...list] = paramList; if (name != 'search') { $('.search-input').css({ display: 'block' }); } $('#sear_text').keydown(function (event) { let val = $('#sear_text').val(); if (event.keyCode == 13 && val !== '') { showFun(val); } }); }); function showFun(val) { var flag = new RegExp('[%\\\\]'); if (flag.test(val)) { $('.text-tips').css({ display: 'block' }); hideFun(); } else { window.open('/search/' + encodeURIComponent(val)); $('#sear_text').val(''); } } function hideFun() { setTimeout(function () { $('.text-tips').css({ display: 'none' }); }, 4000); } </script> <div id="page-content"> <!-- 订阅页面 --> <div class="flex-column-center" style="width:100%; height: 100%;"> <article class="main-center flex-row-space"> <div class="main-left"> <div class="main-img"> <img src="/images/7787e2febdc48c8ff487caec0c3d04ed.png" alt=""> </div> <div class="main-title">Subscribe</div> </div> <div class="main-right"> <div class="right-top">Email address</div> <div class="right-middle"> <input class="middle-input" type="text" placeholder="email@126.com"> <button class="middle-btn">Submit</button> </div> <div class="right-bottom"> We will send a subscription notification to your mailbox. Please confirm it. </div> </div> </article> </div> </div> <!-- 遮罩层 --> <div class="mask flex-column-center"> </div> <style> footer { width: 100%; margin-top: auto; height: 280px; background: #000000; } footer > div { height: 280px; font-size: 15px; padding: 0 20px; align-items: center; align-content: center; background: #000000; } @media screen and (min-width: 1440px) { footer > div { width: 1440px; min-width: 1440px; margin: 0 auto; } } .text, .beian { color: rgba(255, 255, 255, 0.4); } footer .text > a { color: #fff; height: 30px; font-size: 22px; font-weight: 600; line-height: 30px; } footer .pd { padding: 32px 0 21px; } footer span { font-weight: 600; padding: 0 7px; } footer .logo { /* width: 196px; */ height: 33px; } .footer_gh { width: 20px; height: 20px; margin-right: 6px; } </style> <footer> <div class="flex-row-space"> <div> <div class="text"> <a href="/about" target="_blank">About us</a> <span>|</span> <a href="/contact" target="_blank">Contact us</a> <p class="pd"> Copyright 2007-2024©IJiWei.com™Inc.All rights reserved | <a class="beian" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank" >闽ICP备17032949号-3</a > </p> <div class="flex-row-left"> <img class="footer_gh" src="https://s.laoyaoba.com/jiwei/weben/footer_gh.png" alt="gh" /> <div> <a class="beian" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35020502000344" target="_blank" >闽公网安备 35020502000344号</a > </div> </div> </div> </div> <a href="/" target="_blank" class="logo-link" ><img class="logo" src="https://s.laoyaoba.com/jiwei-web-en/ijiwei-logo-en-white.png" alt="logo" /></a> </div> </footer> <script> $(function () { let height = $('html').height(); $('.footer').css({ top: height }); }); </script> <script src="/scripts/subscribe.0034a.bundule.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZLS1FYM8D3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-ZLS1FYM8D3'); </script> <script> $(function () { var r = Number(document.documentElement.clientWidth / 1440) var ratio = document.documentElement.clientWidth if (ratio < 1440) { $("#page-content").css({ "-webkit-transform": "scale(" + r + ")", "-webkit-transform-origin": "0 0 0" }); } }); $(window).resize(function () { var r = Number(document.documentElement.clientWidth / 1440) var ratio = document.documentElement.clientWidth if (ratio < 1440) { $("#page-content").css({ "-webkit-transform": "scale(" + r + ")", "-webkit-transform-origin": "0 0 0" }); } }); var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?a8a4f17ef7b4cd6f0e6a332a2c9e4208"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10