@charset "utf-8"; html { font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/ } body { margin: 0; padding: 0; text-align: left; color: #333333; font-size: 1.4rem; /*1.6 × 10px = 16px */ font-family: "Microsoft YaHei", Arial, helvetica, sans-serif; background: #fff; } a { transition: all 0.3s; } a:link { color: #494949; text-decoration: none } a:visited { color: #494949; text-decoration: none } a:hover { text-decoration: none; color: #000; } a:focus { outline: none; -moz-outline: none; } img { border: 0px; } input { outline: none; } ul, li, dl, dt, dd { list-style-type: none; list-style: none; margin: 0; padding: 0; text-align: left; } canvas { margin: 0; padding: 0; display: block; border: none; } .overhide { overflow: hidden; } #page_about .input { border: 1px solid #efefef !important; height: 4rem !important; padding: 5px !important; box-sizing: border-box !important; margin-bottom: 10px !important;} .wenben { font-size: 12px; line-height: 30px; text-align: left; color: #494949; letter-spacing: 0.0em; font-family: Arial, Helvetica, sans-serif; } .wenben ol li { line-height: 30px; list-style-type: disc; font-size: 14px; } .wenben0 { font-size: 14px; line-height: 31px; text-align: justify; color: #545454; letter-spacing: 0.0em; } .wenben01 { font-size: 1.4rem; line-height: 2; text-align: justify; color: #494949; letter-spacing: 0.0em; } .border { border: #d2d2d2 1px solid; } .opa { opacity: 0; filter: alpha(opacity=0); } .dv { display: inline-block; vertical-align: middle; margin-right: 10px; } img.responsive-img { margin: 0 auto; } .scaleImg img { transform: scale(1.0); transition: all 0.3s; } .scaleImg:hover img { transform: scale(1.05); } .relative { position: relative; } .absolute { position: absolute; } .sy { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../images/sy.png) center no-repeat; background-size: 100%; z-index: 99; } .sy0 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background: url(../images/sy.png) center no-repeat; background-size: 50%; z-index: 99; } .share_to { display: inline-block; line-height: 30px; } .share_to a { display: inline-block; vertical-align: middle; margin: 0 10px 0 0; color: #FFF; border-radius: 50%; text-align: center; line-height: 30px; width: 30px; height: 30px; overflow: hidden; } .share_to a i { font-size: 2.6rem; } .share_to a:hover { background: #f00 !important; } .share_to a:nth-child(1) { background: #ff6600; } .share_to a:nth-child(2) { background: #3dc464; } .share_to a:nth-child(3) { background: #d54135; } .share_to a:nth-child(4) { background: #1493d0; } .share_to a:nth-child(5) { background: #f8b500; } .mr_10 { margin-right: 10px; } .p_tb20 { padding: 20px 0; } .p_tb50 { padding: 40px 0; } .m_tb20 { margin: 20px auto; } .m_tb30 { margin: 30px auto; } .m_t20b10 { margin: 20px 0 10px 0; } .p_50 { padding: 40px; } /*PAGE ----------------------------------------*/ .de-page-mian { overflow: hidden; text-align: center; font-size: 0; margin: 10px 0 35px; } .de-page-mian .page-inner { display: inline-block; overflow: hidden; } .de-page-mian .page-inner a { display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: -1px; overflow: hidden; } .de-page-mian .page-inner a.active, .de-page-mian .page-inner a:hover { color: #fff; border-color: var(--base_color); background: var(--base_color); } .de-page-mian .page-inner a.prev { margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center; } .de-page-mian .page-inner a.prev.on { background: #fff url(../images/prev-hover.jpg) no-repeat center; } .de-page-mian .page-inner a.prev:hover { background-color: #fff; border-color: #dddddd; } .de-page-mian .page-inner a.next { margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center; } .de-page-mian .page-inner a.next.on { background: #fff url(../images/next-hover.jpg) no-repeat center; } .de-page-mian .page-inner a.next:hover { background-color: #fff; border-color: #dddddd; } .de-page-mian .page-inner a.page-btn { font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px; } .de-page-mian .page-inner span { display: block; font-size: 12px; color: #333; float: left; line-height: 38px; } .de-page-mian .page-inner input { display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; } .prev_next li .box { border: 1px dotted #ccc; color: #000; border-radius: 3px; transition: all 0.3s; padding: 10px; font-size: 1.4rem; } .prev_next li .box:hover { background: #333; color: #fff; } .prev_next li .box:hover a { color: #fff; } .gridtable table { width: 99%; margin: 0 auto; border-width: 1px; font-family: verdana, arial, sans-serif; color: #333333; border-color: #ccc; border-collapse: collapse; } .gridtable table th { border-width: 1px; padding: 5px 0; border-style: solid; border-color: #ccc; background-color: #dedede; } .gridtable table td { border-width: 1px; padding: 5px 0; border-style: solid; border-color: #ccc; } .gridtable table td a { text-decoration: underline; color: #069; } .hidden { display: none !important } /* Wrap ----------------------------------------*/ #wrap { width: 100%; margin: 0 auto; position: relative; overflow: hidden; } /* Header ----------------------------------------*/ #top_note { border-bottom: 1px solid #e5e5e5; color: #888888; } #top_note .row, #top_note .col { margin-bottom: 0; } #top_note a { color: #888888; margin: 0 5px; } #top_note a:hover { color: #f00; } #name_box_w { background: #ffffff; } #name_box_w .row { margin-bottom: 0; } #name_box_w .col { height: 137px; margin-bottom: 0; } .top_kh { font-size: 16px; font-weight: bold; color: #cd2026; } #top_tel { line-height: 30px; } #top_tel span { font-size: 15px; color: #222222; } #top_tel span big { font-size: 2.4rem; color: #e40e0e; font-weight: bold; } #top_tel span small { font-size: 18px; color: #de0909; } #menu_box { width: 100%; overflow: hidden; background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); transition: all 0.3s; } #menu_box.down { position: fixed; top: 0; left: 0; z-index: 99; } #menu_box.down ul { line-height: 50px; font-size: 1.5rem; } .menu ul { line-height: 60px; margin: 0 !important; } .menu li { padding: 0 !important; margin-bottom: 0 !important; } .menu a { overflow: hidden; color: #fff; text-align: center; font-size: 16px; width: 100%; display: block; } .menu a:hover, .menu a.current { color: #fff; font-weight: bold; background: #000; } #top_news_box { border-top: 1px solid #efefef; width: 100%; background: #eef9fe; } #top_news_box .row, #top_news_box .col { margin-bottom: 0; line-height: 40px; } #top_news_box .tit { font-size: 22px; color: #fff; background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); } #top_news_box a { color: #636363; font-size: 15px; } #top_news_box a:hover { color: #f00; } #menu_open { position: absolute; top: 0; right: 0; z-index: 66; color: #fff; padding: 0 10px; } #banner_box { overflow: hidden; padding: 0; } #zy_banner_box { width: 100%; height: 360px; background: url(../images/zy_banner.jpg) center; background-size: auto 100%; position: relative; } #menu_icon { display: block; } .nav-extended .collapsible-body li { background: #eee; } .side-nav li { background: #fff; } .side-nav li .current { background: #000; color: #fff; } .m_menu_tel { background: #efefef; color: #000; line-height: 3.0rem; font-size: 1.6rem; padding: 20px 0; } .m_menu_tel a { font-size: 1.6rem; font-weight: bold; } /* Mid ---------------------*/ /* left ----------------------------------------*/ #left_box .lf_box { box-shadow: 0 0 5px #ccc; margin-bottom: 20px; } #left_box .lf_box .title { width: 100%; font-size: 2.4rem; color: #fff; background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); position: relative; text-align: center; } #left_box .lf_box .title a { color: #fff; text-align: center; } .list { padding: 10px 0; } .list .nav { overflow: hidden; font-size: 16px; border-bottom: 1px solid #e6e6e6; position: relative; height: 51px; margin-bottom: 0; } .list .nav a { color: #666; text-align: left; line-height: 50px; padding: 0 10px; display: block; position: relative; z-index: 2; } .list .nav a i { font-style: normal; } .list .nav a:hover, .list .nav.current a { color: #5977db; } .list .nav:after { transition: all 0.5s; content: ""; width: 0; height: 50px; position: absolute; left: 0; top: 0; z-index: 1; background: #efefef; color: #fff; } .list .nav:hover:after, .list .nav.current:after { width: 100%; } .lf_lx_list { padding: 5px; line-height: 30px; color: #333333; font-size: 1.4rem; } #mid_wrap { width: 100%; } #right_box { box-shadow: 0 0 5px #ccc; padding: 10px; } .title_box { height: 80px; position: relative; color: #323232; margin-bottom: 10px; border-bottom: 1px dotted #e6e6e6; } .title_box .title { width: 100%; height: 80px; line-height: 80px; font-size: 2.2rem; color: #5977db; position: relative; } .title_box .location { position: absolute; top: 0; right: 0; padding: 0 10px; color: #626262; height: 52px; line-height: 52px; font-size: 14px; font-weight: normal !important; } .title_box .location a { color: #494949; } .title_box .location a:hover { color: #f00; position: relative; top: 1px; } .title_box .location span { font-size: 16px; border-radius: 50%; color: #5977db; padding: 1px; } /* left ----------------------------------------*/ /* Right ----------------------------------------*/ .my_txt { padding: 0; } .cinfo { min-height: 385px; } .info { margin-bottom: 20px; } .info p, .info img { padding: 0; margin: 0; } /* Footer ----------------------------------------*/ .page-footer { width: 100%; overflow: hidden; height: 43px; line-height: 30px; background: #252b3a; text-align: center; color: #fff; } .page-footer a { margin: 0 20px; color: #919191; } .page-footer a:hover { color: #ff0000; } .footer-copyright { background: #252b3a; color: #fff; line-height: 26px; position: relative; font-size: 1.6rem; z-index: 1; } .footer-copyright a { color: #fff; } .footer-copyright a:hover { color: #ff0; } .footer-copyright .e_menu a { margin: 0 10px; display: inline-block; } .footer-copyright .e_pro { font-size: 1.4rem !important; } .footer-copyright .e_pro a { margin: 0 10px; display: inline-block; } #page-footer-gt { width: 100%; height: 70px; box-sizing: border-box; padding: 10px 0; background: rgba(0, 0, 0, 1); color: #fff; position: fixed; bottom: 0; left: 0; z-index: 3 !important; } #page-footer-gt ul li { width: 25%; text-align: center; float: left; color: #fff; transition: all 0.3s; box-sizing: border-box; } #page-footer-gt ul li a { color: #fff; font-size: 1.6rem; width: 100%; height: 70px; display: block; } #page-footer-gt ul li i { width: 30px; height: 30px; display: block; margin: 0 auto; } #page-footer-gt ul li:nth-child(1) i { background: url(../images/e1.png); background-size: 100%; } #page-footer-gt ul li:nth-child(2) i { background: url(../images/e2.png); background-size: 100%; } #page-footer-gt ul li:nth-child(3) i { background: url(../images/e3.png); background-size: 100%; } #page-footer-gt ul li:nth-child(4) i { background: url(../images/e4.png); background-size: 100%; } #page-footer-gt.five ul li { width: 20% !important; } #page-footer-gt.five ul li.back { padding: 10px 0; } /*NEWS CONTENTS PAGE*/ .news_detail { height: auto !important; min-height: 200px; height: 200px; } .news_detail .location { line-height: 40px; border-bottom: 1px solid #eee; } #news_t { color: #000; font-weight: bold; text-align: center; font-size: 20px; } #news_d { color: #000; font-size: 12px; text-align: center; border: 1px dotted #ccc; margin: 10px 0; padding: 5px 10px; -moz-border-radius: 5px; /* Gecko browsers */ -webkit-border-radius: 5px; /* Webkit browsers */ border-radius: 5px; /* W3C syntax */ position: relative; } #news_img { text-align: center; position: relative; } .wenben01 img, #news_img img, .news_img img { max-width: 100%; } .news_img table td { padding: 10px 20px; } .news_img table p { margin: 0; line-height: 40px; } #newsContent { margin-bottom: 16px; text-align: left; } #newsContent img { max-width: 100%; } #newsInfo iframe, #newsInfo video { width: 100% !important; height: 100% !important; } #newsInfo img { max-width: 100%; height: auto !important; } .news_img h2 { color: #f00; background: #efefef; padding: 15px 0; line-height: 30px; } /*GUESTBOOK PAGE*/ .t_r { padding: 5px 0; font-size: 1.8rem; } .G_InputText { width: 100%; box-sizing: border-box !important; padding: 5px !important; border: 1px solid #ccc !important; margin: 5px 0; margin-bottom: 0 !important; } .G_textarea { width: 100%; height: 80px; padding: 5px; border: 1px solid #ccc !important; margin: 5px 0; } .yanzheng { height: 12px; padding: 10px; border: 1px solid #ccc !important; margin: 5px 0; } .jobs ul { list-style: none; margin-top: 12px; } .jobs ul li { height: 270px; width: 50%; overflow: hidden; } .jobs a { display: block; height: 100%; overflow: hidden; text-align: left; line-height: 26px; padding: 20px; } .jobs big { font-size: 18px; font-weight: bold; margin-bottom: 10px; display: block; } .jobs .odd { float: left; } .jobs .even { float: right; } .jobs .odd a { color: #fff; background: #e42828; } .jobs .even a { color: #000; background: #fcd022; } .jobs .odd2 { float: left; } .jobs .even2 { float: right; } .jobs .odd2 a { color: #000; background: #fcd022; } .jobs .even2 a { color: #fff; background: #e42828; } .jobs ul li .recruit_info { color: #494949; font-family: 'Microsoft YaHei', arial; font-size: 14px; line-height: 36px; } .jobs ul li .recruit_info .job_nam { color: #be0000; font-weight: bold; } .jobs ul li .jbut { width: 74px; height: 31px; line-height: 31px; background: #1f478e; border-radius: 2px; float: right; margin-top: -40px; margin-right: 22px; text-align: center; } .jobs ul li .jbut a { text-decoration: none; color: #FFF; display: block; } .recruit_info_tit_bg { width: 100%; height: 31px; background: #fafafa; border-radius: 2px; } .recruit_info_tit_bg .recruit_info_tit { width: 73px; height: 31px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; background: #1e4483; font-family: 'Microsoft YaHei', arial; font-size: 14px; color: #fff; line-height: 31px; text-indent: 8px; } .recruit_info_main { padding: 5px; } .recruit_info_main p { width: 650px; font-family: 'Microsoft YaHei', arial; text-align: justify; letter-spacing: 1px; font-size: 14px; line-height: 28px; color: #494949; } .order { margin: 0 auto; } .order_but { padding: 10px; cursor: pointer; } /*PRODUCTS LIST PAGE*/ .proUL li { margin-bottom: 20px !important; } .proUL li a { display: block; } .proUL li a .img { width: 100%; box-sizing: border-box; position: relative; overflow: hidden; } .proUL li a img { transition: all 0.3s; margin: 0 auto; } .proUL li a:hover img { transform: scale(1.1); } .proUL li a .title { background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); color: #fff; padding: 7px; width: 100%; } .picUL li { margin-bottom: 20px !important; } .picUL li a { display: block; border: 1px solid #eeeeee; padding: 2px; } .picUL li a .img { width: 100%; background: #fafafa; overflow: hidden; } .picUL li a img { transition: all 0.5s; margin: 0 auto; } .picUL li a:hover img { transform: scale(1.1); } .picUL li a .title { width: 100%; } .picUL li a .cont { padding: 10px; width: 100%; height: 60px; line-height: 30px; overflow: hidden; } .picList li a { transition: all 0.3s; height: 190px; background: #fafafa; padding: 10px 0; } .picList li a:hover { background: #eee; box-shadow: 0 5px 5px #ccc; transform: translateY(-5px); } .picList li a { display: block; } .picList .picList_img { height: 170px; overflow: hidden; } .picList .Pic_list_txt { position: relative; height: 160px; overflow: hidden; padding: 0 20px !important; } .picList .Pic_list_txt .t1 { font-size: 1.8rem; font-weight: bold; line-height: 20px; width: 100%; color: #000; } .picList .Pic_list_txt .t2 { overflow: hidden; margin: 5px 0; height: 50px; font-size: 1.4rem; line-height: 25px; color: #666; } .picList .Pic_list_txt .t2 p { margin: 0; line-height: 30px; } .picList .Pic_list_txt .t3 { font-size: 1.4rem; line-height: 30px; } .picList .Pic_list_txt .time { text-align: right; line-height: 20px; font-size: 12px; } /*INDEX*/ .share_to { margin-top: 20px; font-size: 1.4rem; } .share_to a { display: inline-block; margin: 0 3px; vertical-align: top; width: 30px; height: 30px; text-align: center; line-height: 30px; background: #252525; border-radius: 5px; margin: 0 10px 0 0; color: #FFF; color: #FFF !important; display: inline-block; } .share_to a:hover { color: #f00; } #in_mid_box { width: 100%; margin: 0 auto; padding: 30px 0; } .in_mid { width: 1200px; margin: 20px auto; } .in_title { height: auto; position: relative; color: #0155b2; line-height: 40px; margin-bottom: 20px; } .in_title a { color: #0155b2; } /*.in_title a big:before { width: 52px; height: 1px; background: #bebebe; content: ""; display: inline-block; vertical-align: middle; margin-right: 28px; }*/ .in_title big { display: inline-block; font-size: 35px; font-weight: bold; color: #5977db; display: inline-block; vertical-align: middle; } /*.in_title a big:after { width: 52px; height: 1px; background: #bebebe; content: ""; display: inline-block; vertical-align: middle; margin-left: 28px; }*/ .in_title .more { width: 160px; height: 58px; background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); color: #fff; font-size: 18px; display: block; text-align: center; line-height: 58px; float: right; } .in_title .more:hover { background: #000; } #in_kcsz li a { display: block; } #in_kcsz li .title { top: 0; left: 0; color: #fff; } #in_product_w { width: 100%; background-image: linear-gradient(#fff 50%, #0a6fdf 0%, #0155b2 100%); position: relative; overflow: hidden; } #in_product_w .in_title:after { display: none; } #in_product_w .more { padding: 10px 20px; background: #ffd800; border-radius: 7px; } #in_product_w .more:hover { background: #fff; } .in_type_box { width: 251px; height: 663px; background: url(../images/type_box.png) top no-repeat; color: #fff; padding: 30px 5px !important; } .in_type_box .title { font-size: 26px; font-weight: bold; } .in_type { margin: 20px 0; } .in_type li a { background: url(../images/list.jpg); color: #333333; display: block; font-size: 18px; width: 100%; height: 42px; } .in_type li a:hover { color: #fff; background: #000; } #in_ys_w ul { margin-top: 50px; } #in_ys_w ul li { text-align: left; color: #fff; font-size: 1.6rem; } #in_ys_w ul li .txt { border-top: 4px solid #6e8bef; } #in_ys_w ul li:nth-child(even) .txt { border-top: 0; border-bottom: 4px solid #6e8bef; } #in_ys_w ul li .li_title .col { color: #096edd; height: 54px; margin-bottom: 0; font-size: 2.0rem; line-height: 54px; } #in_ys_w ul li .li_title .col big { font-size: 3.4rem; font-weight: bold; } #in_ys_w ul li .li_title { color: #6e8bef; } #in_ys_w ul li p { line-height: 26px; color: #666; font-size: 1.4rem; margin: 0; } #in_ys_w ul li img { display: block; } #in_ys_w ul li .txt { height: 160px; } .in_title0 { position: relative; color: #fff; height: 86px; background: url(../images/in_title0_bg.jpg) right no-repeat #6e8cf0; padding: 0 20px; } .in_title0 .more { right: 20px; } .in_title0 .more a { display: inline-block; color: #d3e8ff; font-size: 14px; } .in_title0 .more a:hover { color: #f00; position: relative; top: 1px; } #in_mid_w .box { background: #fff; box-shadow: 0 0 10px #ddd; } #in_mid_w .cont { height: 230px; overflow: hidden; padding: 20px; } #in_mid_w .cont img { max-width: 244px; float: left; margin-right: 20px; } .in_newslist { font-size: 15px; } .in_newslist li { width: 100%; } .in_newslist li a { color: #333; line-height: 27px; padding-right: 100px; } .in_newslist li a:hover { padding-left: 10px; color: #6e8bef; } .in_newslist li a .time { right: 0; } #in_down_w { position: relative; z-index: 2; } #in_down_w .container { background: #0155b2; background-image: linear-gradient(to right bottom, #0a6fdf 0%, #0155b2 100%); color: #fff; } .in_mess input, .in_mess textarea { background: #0677d5 !important; border-bottom: 0 !important; box-sizing: border-box; color: #fff; margin-bottom: 0 !important; } .in_mess input::placeholder, .in_mess textarea::placeholder { color: #fff; padding-left: 10px; } #in_yz { border: 0 !important; } /*ABOUT*/ .title_box { text-align: center; margin-bottom: 30px; } .title_box big { font-size: 4.5rem; font-weight: bold; color: #000; } .title_box big span { color: #000; } .title_box font { font-size: 2.5rem; line-height: 40px; color: #333333; } .title_box p { display: block; color: #999999; font-size: 1.4rem; padding-bottom: 20px; position: relative; } .title_box p i { width: 57px; height: 2px; background: #ccc; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } /**/ #page_about .txt p { font-size: 1.8rem; padding: 0; line-height: 3.5rem; } /*Product*/ /*MESSAGE*/ .de-contact .contact-list .lineT { border-left: 5px solid var(--base_color); padding-left: 10px; } .de-contact .contact-list { border: 1px solid #efefef !important; background: #fafafa; border-radius: 10px; margin-bottom: 30px; } .de-contact .contact-list li { margin-bottom: 10px; } .de-contact .contact-list ul li div { padding-left: 60px; color: #595959; padding: 15px 15px 15px 60px; border-radius: 5px; } .de-contact .contact-list ul li div.icon-01 { background: url(../images/contact-icon-01.png) no-repeat 10px 10px #fff; } .de-contact .contact-list ul li div.icon-02 { background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff; } .de-contact .contact-list ul li div.icon-03 { background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff; } .de-contact .contact-list ul li div.icon-04 { background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff; } .de-contact .contact-list ul li div.icon-05 { background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff; } .de-contact .contact-list ul li div.icon-06 { background: url(../images/contact-icon-06.png) no-repeat 10px 10px #fff; } #dituContent { width: 100%; height: 398px; margin: 0 auto 30px; border: 1px dotted #ccc; border-radius: 10px; }
<ins id="vnrnr"><ruby id="vnrnr"></ruby></ins>
<var id="vnrnr"></var>
<var id="vnrnr"></var>
<var id="vnrnr"></var>
<cite id="vnrnr"></cite>
<menuitem id="vnrnr"></menuitem>
<ins id="vnrnr"><span id="vnrnr"></span></ins>
<cite id="vnrnr"><span id="vnrnr"></span></cite>
<cite id="vnrnr"></cite>
<var id="vnrnr"><strike id="vnrnr"></strike></var><var id="vnrnr"></var>
<cite id="vnrnr"></cite><var id="vnrnr"><strike id="vnrnr"></strike></var>
<var id="vnrnr"><strike id="vnrnr"></strike></var>
{¹Ø¼ü´Ê}