CINXE.COM
2025 11th International Symposium on Sensors, Mechatronics and Automation System(ISSMAS 2025)
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>2025 11th International Symposium on Sensors, Mechatronics and Automation System(ISSMAS 2025)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keyword" content="传感器,电气工程,机械,国际会议,Sensors,Mechatronics,Automation System"> <meta name="description" content="2025 11<sup>th</sup> International Symposium on Sensors, Mechatronics and Automation System(ISSMAS 2025)"> <link rel="icon" href="https://fhk.ais.cn/cms/website/favicon/i/is-smas.net.b398133.ico" type="image/x-icon"/> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/js/css/layui.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/11/index.css"> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/zoomify.min.css"> <script src="https://img.ais.cn/thirds/common/jquery-1.12.4.min.js"></script> <script src="https://img.ais.cn/thirds/common/jquery.print.js"></script> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/swiper.min.css"> <script src="https://fhk.ais.cn/file/web/js/swiper.min.js"></script> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/11/newStyle.css"> <link rel="stylesheet" type="text/css" href="https://fhk.ais.cn/file/web/css/common.css"> <style> .layui-layout-body { overflow: scroll; } .station-flexs { display: flex; justify-content: center; } </style> </head> <body> <div class="page-en"> <div> <div class="header-Tem-two-page"> <section class="container-Tem-two"> <section class="header-Tem-two-flex"> <div> <img src="https://fhk.ais.cn/cms/website/common/202409/323240902164245385.png" alt="logo" class="logo"> </div> <div class="header-Tem-two-span"> <span class="head-company" id="title">2025 11<sup>th</sup> International Symposium on Sensors, Mechatronics and Automation System(ISSMAS 2025)</span> </div> </section> </section> </div> <div class="top-navList select-Color" id="header-content"> <section class="nav-Tem-two select-Color" id="section"> <div class="tem-en-nav"> <ul class="layui-nav select-Color" id="layui-nav"> <li class="layui-nav-item layui-hover" data-param="1"><a href="./">Home</a></li> <li class="layui-nav-item" data-param="2"><a href="./committeeSpeaker" >Committee</a> <li class="layui-nav-item" data-param="3"><a href="./call_for_paper" >Call For Papers</a> <li class="layui-nav-item" data-param="4"><a href="./Submission Info.⬇" >Submission Info.⬇</a> <dl class="layui-nav-child"> <dd> <a href="./submission" >Submission</a> </dd> <dd> <a href="./download" >Download</a> </dd> <dd> <a href="./publication" >Publication</a> </dd> <dd> <a href="./editorial_policy" >Editorial Policy</a> </dd> <dd> <a href="./nqexlvuq" >Guidelines for AI Tools</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="5"><a href="./registration_all" >Registration</a> <dl class="layui-nav-child"> <dd> <a href="./registration" >Registration Fee</a> </dd> <dd> <a href="./icvjroxb" >Visa Application</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="6"><a href="./program" >Program</a> <li class="layui-nav-item" data-param="7"><a href="./History" >History⬇</a> <dl class="layui-nav-child"> <dd> <a href="./eosrrnrh" >ISSMAS 2024</a> </dd> <dd> <a href="./ddgtwghq" >ISSMAS 2023</a> </dd> <dd> <a href="./rwhkhfgb" >ISSMAS 2022</a> </dd> <dd> <a href="./diuzuxsb" >ISSMAS 2021</a> </dd> </dl> </li> <li class="layui-nav-item" data-param="8"><a href="./contact" >Contact</a> <li class="layui-nav-item" data-param="9"><a href="./chinese" >中文</a> </ul> </div> <div class="e-icon"> <ul class="layui-nav layui-icon select-Color" id="layui-icon" style="display:none"> <i id="icon-down" class="layui-icon layui-icon-down" style="font-size: 30px; color: #1E9FFF;"></i> <i id="icon-up" class="layui-icon layui-icon-up" style="font-size: 30px; color: #1E9FFF;display :none;"></i> </ul> </div> </section> </div> </div> <input type="hidden" id="lang" value="cn"/> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/layui.all.js"></script> <script type="application/javascript" src="https://fhk.ais.cn/file/web/js/pc_common.js"></script> <script type="text/javascript"> //导航栏显示 var hbOX = document.getElementById("layui-nav"); var h = hbOX.clientHeight | hbOX.offsetHeight; var ch = (hbOX.clientWidth | hbOX.offsetWidth) - 40; var icon = document.getElementById("layui-icon"); var num = document.getElementById("layui-nav").getElementsByTagName('li').length; var content = document.getElementById("header-content") var liContent = document.getElementById("layui-nav") var section = document.getElementById("section") getHide(); icon.onmouseover = function () { var total = 0; b = c; for (var i = 0; i <= num; i++) { total += $('ul>li').eq(i).width(); if (total >= ch) { $('ul>li').eq(i).show() } } content.style.height = h + 'px' section.style.height = h + 'px' }; liContent.onmouseleave = function () { content.style.height = 60 + 'px' section.style.height = 60 + 'px' getHide(); } function getHide() { var total = 0; for (var i = 0; i <= num; i++) { total += $('ul>li').eq(i).width(); if (total >= ch) { $("#layui-icon").show(); $('ul>li').eq(i).hide() } } } $(function () { //获取浏览器url 参数 auth_website = getQueryString("auth_website"); }); link() function link() { if (document.querySelector('.link')) { var link = document.querySelector('.link').clientHeight document.querySelector('.header-Tem-two-page').style.marginTop = link + 'px' // document.querySelector('.header-Tem-two-page') var containeTem = document.querySelector('.container-Tem-two') containeTem.style.top = link + 'px' var headerTemH = document.querySelector('.header-Tem-two-page').clientHeight var navH = document.querySelector('.nav-Tem-two') navH.style.top = (link + headerTemH) + 'px' } } var homeUrl = 'http://www.is-smas.net/' </script> <link rel="stylesheet" href="https://fhk.ais.cn/file/web/css/11/content.css"> <div class="news-page-en"> <div class="news-flex"> <div class="line-en color-line"></div> <div class="news-title-en color-title"> <span class="news-title-span">Registration Fee</span> <div> <a href="./" class="inside-span" >Home</a> <span>/</span> <span class="inside-span-meet">Registration Fee</span></div> </div> </div> <div class="content-en"> <style>.header-Tem-two-flex{display:flex;justify-content:center;/*标题栏横向居中*/} .e-icon{display:none;}/*导航栏分层禁止*/ body{background:#fff;} .nav-Tem-two{ /*导航栏内容*/ margin: 0px auto 0px !important; } .tem-en-nav{width:auto;}/*导航栏内部横向居中*/ .header-Tem-two-page { border-bottom:none;/*标题栏中间线条*/ } .top-navList { box-shadow: none; /*导航栏栏下方线条*/ } .bar { position: relative; z-index: 999; } .zsybar { left: 0%; top: 140px; height: 150px; } .zsynr { margin: 0px -74px -45px; padding: 50px 110px 50px 80px !important; } .mb40{ margin-bottom: 40px ; } @media (max-width:768px) { .zsybar { left: 0%; top: 50px; height: 150px; } .zsynr { margin: 145px -42px -70px; padding: 20px 20px !important; } }</style><div class="mb40"><div class="zsybar" style="position: absolute;width:100%;text-align: center;z-index: 99;background-image: url(https://fhk.ais.cn/cms/website/editor/202309/371230926160255969.jpg);height:150px;"><p style="text-shadow: 1px 1px 5px rgba(0,0,0,0.5);"><span style="font-size: 30px; font-family: 微软雅黑, "Microsoft YaHei";color:#fff;line-height:150px;"><br/></span></p></div><!-- 背景图 --><div class="select-Color zsybar" style="position: absolute;width:100%;opacity:0.1;z-index:99"><p style="text-shadow: 1px 1px 5px rgba(0,0,0,0.5);"><span style="font-size: 30px; font-family: 微软雅黑, "Microsoft YaHei";color:#fff;line-height:150px;"><br/></span></p></div><!-- 背景色 --><div class="zsybar" style="position: absolute;width:100%;z-index:100"><p style="text-align: center;"><span class="colorOne" style="font-size: 30px; font-family: 微软雅黑, "Microsoft YaHei";line-height:150px;position: relative;z-index:100;font-weight: lighter">Registration</span></p></div></div><!-- 标题分割 --><div class="zsynr" style="position: relative; text-align: center;background: rgba(255,255,255);padding-top:200px;"><table class="a1"><tbody><tr class="firstRow"><td class="select-Color" valign="middle" style="background-image: linear-gradient(to left, #28aaff, #008bff); border:1px solid #ffffff; border-radius: 20px 0px 0px;" align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Items</span></p></td><td class="select-Color" valign="middle" style="background-image:linear-gradient(to right, #28aaff, #008bff); border:1px solid #ffffff; border-radius: 0px 20px 0px 0px;" align="center" height="42" width="323"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Registration Fee</span></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Regular Registration for Paper (4 pages)</span></p></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">570 USD/ paper (6 pages)</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">3800 CNY/ paper (6 pages)</span></p></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Student Registration</span></p></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">510 USD/ paper (6 pages)</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">3400 CNY/ paper (6 pages)</span></p></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Extra Pages (Begin at Page 5)</span></p></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">60 USD/ extra page</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">400 CNY/ extra page</span></p></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Attendees without a Submission</span></p></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">180 USD/ person</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">1200 CNY/ person</span></p></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Attendees without a Submission (Groups)</span></p></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">150 USD/ person(≥ 3 person)</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">1000 CNY/ person(≥ 3 person)</span></p></td></tr><tr><td class="select-Color" valign="middle" style="word-break: break-all;border:1px solid #ffffff; background-image: linear-gradient(to left, #28aaff, #008bff); border-radius: 0px 0px 0px 20px; " align="center" height="42" width="323"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Purchase Extra Proceedings/Journal copies</span></td><td class="select-Color" valign="middle" rowspan="1" colspan="1" style="word-break: break-all;border:1px solid #ffffff; background-image:linear-gradient(to right, #28aaff, #008bff); border-radius: 0px 0px 20px 0px; " align="center" height="42" width="323"><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">75 USD/book</span></p><p><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">500 CNY/book</span></p></td></tr></tbody></table><p><br/></p><p style="margin-bottom: 24px;"><a href="https://paper-sub.com/paper/UY6FEN" target="_blank" class="input1 cs select-Color" textvalue="Registration (For other countries' Authors)"><span class="anc" style="position: relative; z-index: 99; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px; text-decoration: none;">Registration (For other countries' Authors)</span></a></p><p style="margin-bottom: 24px;"><a href="https://www.ais.cn/attendees/toSignUp/UY6FEN" target="_blank" class="input1 cs select-Color" textvalue="Registration (For Chinese Authors)"><span class="anc" style="position: relative; z-index: 99;">Registration (For Chinese Authors)</span></a></p><p style="margin-top: 36px; margin-bottom: 12px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 24px;">Details of the attending registration</span></strong></p><div class="regtable" style="float:left"><table><tbody><tr class="firstRow"><td class="a1 select-Color" valign="middle" style="word-break: break-all;border: none;background: linear-gradient(to left, #28aaff, #008bff); border-radius: 20px;padding: 30px;" align="justify"><p style="line-height: 1.5em; margin-bottom: 10px; margin-top: 24px;"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"><strong>Join as Presenter</strong></span></p><p style="margin-bottom: 24px;"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">If you are only interested in giving a presentation at the conference without publishing your paper in the proceedings, you can choose to attend ISSMAS 2025 as a Presenter. As a presenter, you need to submit the Abstract and Title of your presentation during the registration. For further information, please contact us at: pansiyuan@ais.cn</span></p></td></tr></tbody></table></div><div class="regtable" style="float:right"><table><tbody><tr class="firstRow"><td class="a1 select-Color" valign="middle" style="word-break: break-all;border: none;background: linear-gradient(to right, #28aaff, #008bff); border-radius: 20px;padding: 30px;" align="justify"><p style="line-height: 1.5em; margin-bottom: 10px; margin-top: 24px;"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"><strong>Join as Listener</strong></span></p><p style="margin-bottom: 24px;"><span style="color: #FFFFFF; font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">ISSMAS 2025 is an unmissable conference. It is a good chance and an effective platform for you to meet many renowned experts and researchers in the field of the latest academic research. You are welcome to attend this great event. You just need to complete the registration as a Listener before the registration deadline.</span></p></td></tr></tbody></table></div><br/><br/><br/><br/><br/><br/><br/><br/><br/><p style="margin-top: 24px; margin-bottom: 12px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 24px;">Details of the registration fees</span></strong><br/></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">1. Registration fees include conference proceedings, lunches, souvenirs and attending all technical sessions.</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">2. The registration fee does not include: </span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> • Accommodation</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> • Visa application fee</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"> • Transportation fare</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">3. At least one author for each accepted final paper must pre-register. </span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">4. This conference has set a fixed exchange rate of 100 RMB to 15 USD.</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">5. Completed registrations will be acknowledged by the Organizing Committee within 2-5 workdays after receiving your payment.</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">6. If you cannot attend the conference due to some reasons, we will post the print proceedings to you together with the payment receipt/Fapiao. </span></p><p style="margin-top: 36px; margin-bottom: 12px;"><strong><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 24px;">Refunds Policy</span></strong></p><p style="text-align: left;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p style="text-align: left;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;"></span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">If the participants request cancellation and refund due to personal reasons, the following refund policy applies.</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">* 60 days ahead of the conference: 70% of payment refund</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">* 30-60 days ahead of the conference: 50% of payment refund</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">* Within 30 days ahead of the conference: 30% of payment refund</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">* After conference: no refund</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">Cancellation and refund request must be made formally by email.</span></p><p style="text-align: justify;"><span style="font-family: 微软雅黑, "Microsoft YaHei"; font-size: 14px;">The organizing committees reserves the right to change the dates and place of the conference due to force majeure. Losses thus incurred from the force majeure events shall not be liabled and refunds policy shall not apply as well.</span></p><p style="text-align: left;"><span style=" font-size: 16px;"></span></p></div><style>.anc{ color:#fff; } .regtable{width:49%;margin-bottom:24px;} @media (max-width:768px) { .regtable{width:100%; } } .input1 { text-shadow:0.2px 0.2px 1px rgba(0,0,0,0.5); border: none; font-weight:inherit; /*字体粗细*/ text-decoration:none;/*超链接文字不划线*/ padding: 10px 40px; border-radius: 50px; color: white; outline: none; transition: all 500ms ease 0s; position: relative; } .input1:before{ border: none; content: ''; background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%); background-size: 210% 100%; background-position: right bottom; position: absolute; top: 0; bottom:0; right:0; left: 0; border-radius: 30px; transition: all 0.5s; -webkit-transition: all 0.5s; } .input1:hover{ background-image: linear-gradient(to left, #28aaff, #008bff); border: none; color: #ffffff; transition: all 500ms ease 0s; } .cs {background-image: linear-gradient(to left, #28aaff, #008bff); border: none; } .cs:hover:before { background-position: left bottom;border: none; } .a1{ text-shadow:0.2px 0.2px 1px rgba(0,0,0,0.5); transition: all 500ms ease 0s; } .a1:hover{ transform: scale(1.075); transition: all 500ms ease 0s; }</style> </div> </div> </div> </div> <div class="footer"> <div class="footer-wrap"> <div class="footer-right"> <p> Copyright© AEIC </p> <p>2025 11<sup>th</sup> International Symposium on Sensors, Mechatronics and Automation System(ISSMAS 2025) http://www.is-smas.net/ <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1281145466'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z.js%3Fid%3D1281145466%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script> </p> </div> </div> </div> <style> /*底部*/ .footer { width: 100%; height: 100px; background: #333333; -webkit-box-flex: 0; flex: 0 0 100px; } .footer-wrap { width: 1200px; height: 100px; left: calc(50% - 600px); background: #333333; color: #989898; font-size: 12px; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; margin: auto; } .footer-left { -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 527px; display: -webkit-box; display: flex; } .support > span { line-height: 28px; } .meeting > img { position: absolute; } .meeting > div { text-align: center; } .footer-right { line-height: 28px; display: flex; justify-content: flex-start; flex-direction: column; flex: 1; align-items: center; } </style> <script> function getClassDomList(className) { return document.getElementsByClassName(className) } String.prototype.colorRgb = function () { // 16进制颜色值的正则 var reg = /^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/; // 把颜色值变成小写 var color = this.toLowerCase(); if (reg.test(color)) { // 处理六位的颜色值,转为RGB var colorChange = []; for (var i = 1; i < 7; i += 2) { colorChange.push(parseInt("0x" + color.slice(i, i + 2))); } return "RGBA(" + colorChange.join(",") + ")"; } else { return color; } }; var classlist = ['color-title', '.color1']; let color = '#35477D'.colorRgb(); color = color.slice(0, color.length - 1) + ",0.1)"; for (let i = 0; i < classlist.length; i++) { const list = getClassDomList(classlist[i]) for (let i = 0; i < list.length; i++) { list[i].style.setProperty('background', color, 'important') } } </script> <style> .colorOne { color: #35477D !important;; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: #35477D !important; } .selected1 { color: #35477D !important; } .right-title-info1 { color: #35477D !important;; } .count-down1 { background-color: #35477D !important;; } .row { background-color: #35477D !important;; } .color-change { background: #35477D !important; } .color-line { background-color: #35477D !important; } .color-important { background: #35477D !important; } .dawn-bg { background-color: #35477D !important; } .select-Color { background: #35477D !important; } .layui-nav .layui-nav-more { display: none; } .layui-hover:hover { background: #35477D !important; } .layui-nav .layui-nav-child a:hover { background-color: rgba(7, 13, 89, .1) !important; } .layui-nav-bar { background-color: white !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: !important; } .layui-nav-child { background-color: white; } .layui-nav .layui-nav-child a { color: black !important; } .layui-nav .layui-nav-item a { width: auto !important; color : rgba(255,255,255,1); } .d1-color { border-color: white white white #35477D !important; } .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background-color: white !important } .m-color-bg2{ background: #35477D !important; } .m-imp-bg{ background: #35477D !important; } .m-nav-color{ background: #35477D !important; } .m2-right-bg1{ background: #35477D !important; } .rightNavItem{ background: #35477D !important; } .bottomNavItem{ background: #35477D !important; } .bottomLanguage{ background: #35477D !important; } .rightLanguage{ background: #35477D !important; } </style> <script type="text/javascript" src="https://img.ais.cn/thirds/common/stat.js?v=3"></script> <script type="text/javascript"> <!--设置文本高度 --> $(function () { //导航栏显示 var hbOX = document.getElementById("layui-nav"); var h = hbOX.clientHeight || hbOX.offsetHeight; var c = (hbOX.clientWidth || hbOX.offsetWidth) - 40; var icon = document.getElementById("layui-icon"); var num = document.getElementById("layui-nav").getElementsByTagName('li').length; var content = document.getElementById("header-content") var liContent = document.getElementById("layui-nav") var section = document.getElementById("section") getHide(); icon.onmouseover = function () { var total = 0; for (var i = 0; i < num; i++) { total += $('ul>li').eq(i).width(); if (total > c) { $('ul>li').eq(i).show() } } content.style.height = h + 'px' section.style.height = h + 'px' }; liContent.onmouseleave = function () { if (!$('dl').is('.layui-show')) { content.style.height = 60 + 'px' section.style.height = 60 + 'px' getHide(); } } var dl = document.getElementsByTagName("dl") for (var i=0;i< dl.length; i++) { console.log(dl[i]) if (dl[i]) { dl[i].onmouseleave = function () { content.style.height = 60 + 'px' section.style.height = 60 + 'px' getHide(); } } } function getHide() { var total = 0; for (var i = 0; i < num; i++) { total += $('ul>li').eq(i).width(); if (total > c) { $("#layui-icon").show(); $('ul>li').eq(i).hide() } } } }) //轮播样式1 layui.use('carousel', function () { var carousel = layui.carousel; //建造实例 carousel.render({ elem: '#test' , width: '100%' //设置容器宽度 , height: '480px' , arrow: 'always' //始终显示箭头 //,anim: 'fade' //切换动画方式 }); }); </script> </body> </html>