@charset "utf-8"; /* CSS Document */ .in-ban .inside-slide { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; height: 400px; } .crumbs-nav { height: 70px; border-bottom: 1px solid #eeeeee; } .crumbs-nav ul li { height: 70px; line-height: 70px; } .crumbs-nav ul li a { display: block; padding: 0 60px; font-size: 18px; color: #333333; } .crumbs-nav ul li.active a { background-color: #eeeeee; font-weight: bold; } .pdb100 { padding-bottom: 100px; } .pdb160 { padding-bottom: 160px; } .about-main { margin-top: 100px; } .about-main .l-img { width: 565px; height: 344px; position: relative; margin-left: 0px; } .about-main .l-img .border { position: absolute; width: 100%; height: 100%; z-index: 1; left: 0; top: 0; border: 1px solid #1b1b1b; opacity: 1; transition: all 0.6s linear; } .about-main .l-img .img { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 540px; height: 320px; box-shadow: 0 0 5px rgba(0, 1, 2, 0.52); } .about-main .l-img.animated .border { transform: none; opacity: 1; } .about-main .r-doc { width: 555px; margin-top: 24px; } .about-main .r-doc h3 { font-size: 24px; font-weight: bold; line-height: 1; margin-bottom: 40px; } .about-main .r-doc .doc-edit { font-size: 16px; color: #333; line-height: 36px; } .workshop-main { padding-top: 100px; } .global-item-demo { height: 287px; width: 390px; overflow: hidden; position: relative; margin-right: 14px; margin-bottom: 63px; } .global-item-demo:nth-child(3n) { margin-right: 0; } .global-item-demo a { display: block; width: 100%; height: 100%; cursor: pointer; position: absolute; left: 0; top: 0; } .global-item-demo a:before { position: absolute; content: ''; opacity: 0; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; -moz-transition: opacity 0.4s, -moz-transform 0.4s; -o-transition: opacity 0.4s, -o-transform 0.4s; transition: opacity 0.4s, transform .4s; top: 7px; right: 7px; bottom: 7px; left: 7px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; z-index: 66; } .global-item-demo a:after { position: absolute; content: ''; opacity: 0; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; -moz-transition: opacity 0.4s, -moz-transform 0.4s; -o-transition: opacity 0.4s, -o-transform 0.4s; transition: opacity 0.4s, transform .4s; top: 7px; right: 7px; bottom: 7px; left: 7px; border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -o-transform-origin: 100% 0; transform-origin: 100% 0; z-index: 66; } .global-item-demo a .img-box { overflow: hidden; } .global-item-demo a .img-box img { transition: all 0.3s linear; } .global-item-demo a .bot-des { position: absolute; width: 100%; bottom: 0; left: 0; height: 50px; line-height: 50px; background-color: rgba(27, 27, 27, 0.7); text-align: center; color: #fff; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 10%; transition: all 0.3s linear; } .global-item-demo a .shadow-box { opacity: 0; background-color: rgba(27, 27, 27, 0.7); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.3s linear; } .global-item-demo a .shadow-box span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 67; color: #fff; } .global-item-demo a:hover:before { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .global-item-demo a:hover:after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .global-item-demo a:hover .bot-des { transform: translateY(100%); } .global-item-demo a:hover .shadow-box { opacity: 1; } .global-paging { display: block; text-align: center; font-size: 0; margin-top: 24px; } .global-paging a { display: inline-block; width: 46px; height: 46px; border-radius: 3px; background-color: #e8e8e8; text-align: center; line-height: 46px; font-size: 14px; margin: 0 2px; font-weight: bold; font-family: Arial; position: relative; vertical-align: top; } .global-paging span { display: inline-block; width: 46px; height: 46px; border-radius: 3px; background-color: #e8e8e8; text-align: center; line-height: 46px; font-size: 14px; margin: 0 2px; font-weight: bold; font-family: Arial; position: relative; vertical-align: top; background-color: #333333; color: #fff; } .global-paging a.active { background-color: #333333; color: #fff; } .global-paging img { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .adv-item { background-color: #fff; padding-top: 60px; padding-bottom: 66px; } .adv-item .inner-item .tit-box .num { display: inline-block; } .adv-item .inner-item .tit-box .num img { display: inline-block; } .adv-item .inner-item .tit-box .tit1 { display: inline-block; color: #333; color: #333333; font-size: 24px; font-weight: bold; margin-left: 36px; } .adv-item .inner-item .tit-box .qua { display: inline-block; font-size: 18px; color: #999999; text-transform: uppercase; margin-left: 24px; } .adv-item:nth-child(2n) { background-color: #eeeeee; } .adv-main .doc-edit { width: 670px; padding-left: 77px; padding-right: 65px; color: #333; font-size: 16px; line-height: 32px; } .adv-main .double-img { width: 530px; margin-top: 20px; } .adv-main .double-img .img-item { width: 256px; height: 185px; border: 1px solid #d2d2d2; padding: 8px; border-radius: 8px; } .adv-main .double-img .img-item:first-child { margin-right: 16px; } .spe .adv-main .double-img { margin-top: 60px; } .pro-main { padding-top: 100px; } .product-list li { float: left; width: 292px; margin-right: 10px; margin-bottom: 48px; } .product-list li:nth-child(4n) { margin-right: 0; } .product-list li:nth-child(4n) a { margin-right: 0; } .product-list li a { margin-right: 0; display: block; } .ash-list li { float: left; width: 388px; margin-right: 18px; margin-bottom: 48px; } .ash-list li .global-product-item { height: 308px; width: 390px; background-color: #f4f4f4; position: relative; margin-right: 10px; } .ash-list li .global-product-item img { width: 80px; } .ash-list li:nth-child(3n) { margin-right: 0; } .ash-list li:nth-child(3n) a { margin-right: 0; } .ash-list li a { margin-right: 0; display: block; } .ash-list .link-tit { font-size: 21px; color: #333; text-align: center; } .global-product-item .pro-name img { width: 60px; } .link-tit { font-size: 16px; height: 60px; line-height: 60px; text-align: center; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 10%; } .link-tit:hover { color: inherit; } .pro-main .global-paging { margin-top: 34px; } .pro-det { padding-top: 100px; } .pro-det-t { margin-bottom: 40px; } .pro-det-t .l-img { background: url(/images/pro-det-bg.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; width: 528px; height: 380px; position: relative; } .pro-det-t .l-img .img-box { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pro-det-t .l-img .img-box img { width: 100%; } .pro-det-t .r-doc { width: 552px; } .pro-det-t .r-doc .tit-box h6 { color: #333; color: #333333; font-size: 16px; margin-top: 14px; margin-bottom: 15px; } .pro-det-t .r-doc .tit-box h5 { font-weight: bold; font-size: 24px; color: #333; line-height: 1.2; padding-bottom: 30px; border-bottom: 1px solid #dcdcdc; } .pro-det-t .r-doc .doc-edit { margin-top: 36px; color: #333; font-size: 16px; line-height: 36px; } .case-det-t { margin-bottom: 65px; } .case-det-t .img-box { width: 520px; height: 333px; overflow: hidden; border-radius: 10px; } .case-det-t .img-box img { width: 100%; max-width: 100%; display: block; } .case-det-t .r-doc { width: 589px; } .case-det-t .r-doc .tit-box h6 { color: #333; color: #333333; font-size: 16px; margin-top: 14px; margin-bottom: 15px; } .case-det-t .r-doc .tit-box h5 { font-weight: bold; font-size: 24px; color: #333; line-height: 1.2; padding-bottom: 30px; border-bottom: 1px solid #dcdcdc; } .case-det-t .r-doc .doc-edit { margin-top: 36px; color: #333; font-size: 16px; line-height: 36px; } .pro-select-box { border-bottom: 1px solid #dcdcdc; } .pro-select-box li { width: 196px; height: 47px; line-height: 47px; font-weight: bold; font-size: 18px; color: #fff; background: linear-gradient(43deg, #e2444c, #9c2922); text-align: center; } .product-edit-box { font-size: 16px; line-height: 36px; padding-top: 56px; color: #333; } .product-edit-box img { max-width: 100%; } .product-edit-box table { border: 1px solid #777777; } .product-edit-box table tr { border: 1px solid #777777; } .product-edit-box table td { border: 1px solid #777777; } .case-main .case-list { padding-top: 100px; } .case-det-b { background-color: #f6f6f6; padding-top: 74px; } .img-view { margin-bottom: 16px; margin-right: 14px; width: 390px; height: 280px; } .img-view:nth-child(3n) { margin-right: 0; } .bgcf5 { background-color: #f5f5f5; } .bgcf5 .crumbs-nav { background-color: #fff; } .news-list { padding-top: 100px; } .news-main .global-paging { margin-top: 68px; } .news-item { background-color: #fff; transition: all 0.3s linear; position: relative; overflow: hidden; } .news-item:after { content: ''; position: absolute; right: 0; top: 0; width: 13px; height: 100%; background-color: #ba2a2b; transform: translateX(13px); transition: all 0.3s ease; } .news-item:before { content: ''; position: absolute; right: -18px; top: 50%; transform: translateY(-50%) rotate(270deg); width: 0; height: 0; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 12px solid #fff; z-index: 666; opacity: 0; transition: all 0.3s linear; } .news-item a { display: block; padding-top: 44px; } .news-item a .news-inner { margin: 0 48px; border-bottom: 1px solid #eeeeee; } .news-item a .news-inner .tit { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; color: #333333; line-height: 50px; } .news-item a .news-inner .doc { font-size: 14px; color: #333333; line-height: 30px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .news-item a .news-inner .date-view { margin-top: 32px; margin-bottom: 42px; color: #333333; font-family: 'Segoe UI'; } .news-item a .news-inner .date-view .icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; font-size: 20px; position: relative; top: 1px; margin-right: 6px; } .news-item a .news-inner .date-view .view { margin-left: 68px; vertical-align: middle; } .news-item:hover { background-color: #535353; } .news-item:hover:after { transform: translateX(0); } .news-item:hover:before { right: -6px; opacity: 1; } .news-item:hover a .news-inner { border-bottom: 1px solid transparent; } .news-item:hover a .news-inner .tit { color: #fff; } .news-item:hover a .news-inner .doc { color: #fff; } .news-item:hover a .news-inner .date-view { color: #fff; } .about-cj { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; margin-top: 65px; padding-top: 88px; padding-bottom: 100px; } .about-cj-in li { float: left; width: 384px; margin-bottom: 42px; margin-right: 24px; } .about-cj-in li:nth-child(3n) { margin-right: 0; } .about-cj-in li a { display: block; overflow: hidden; } .about-cj-in li a .img-box { height: 287px; border-radius: 10px; overflow: hidden; transition: all 0.3s linear; } .about-cj-in li a .doc-box { font-size: 16px; color: #333333; text-align: center; margin-top: 14px; } .contact-main { margin-top: 90px; } .contact-tit { font-size: 36px; font-weight: bold; color: #333333; text-align: center; margin-bottom: 20px; } .sec1 { padding: 0 140px; } .contact-sec1-l { width: 425px; } .contact-sec1-l h3 { font-size: 24px; color: #333333; font-weight: bold; } .contact-sec1-l h3 img { position: relative; top: -20px; margin-right: 18px; } .contact-sec1-l .lt-cont { padding-left: 100px; } .contact-sec1-l p { font-size: 16px; line-height: 32px; color: #333333; } .r-contact-img { margin-top: 32px; } .r-contact-img .img-box { padding: 12px; border: 1px solid #bfbfbf; border-radius: 8px; } .r-contact-img p { font-size: 16px; color: #333333; text-align: center; margin-top: 12px; } .img-contact-wrap { margin-left: 14px; } .sec2 { background-color: #eeeeee; margin-top: 78px; padding-bottom: 80px; } .sec2-inner { padding: 0 200px; padding-top: 72px; } .sec2-inner .contact-tit p { font-size: 16px; color: #999999; margin-top: 12px; padding-bottom: 24px; } .input-row { margin-bottom: 20px; } .input-row label { width: 110px; font-weight: bold; color: #333333; height: 58px; line-height: 48px; } .input-row.tat label { line-height: 30px; } .input-row input { width: 605px; height: 58px; line-height: 58px; background-color: #fff; border: 1px solid #dcdcdc; padding-left: 10px; } .input-row textarea { height: 225px; width: 605px; padding: 10px; background-color: #fff; border: 1px solid #dcdcdc; } .input-row .btn { height: 70px; line-height: 70px; background-color: #e60415; width: 605px; display: block; border-radius: 0; color: #fff; position: relative; } .input-row .btn span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; font-weight: bold; } .sec3 { padding-top: 80px; } .map-tit { font-weight: bold; color: #333333; font-size: 36px; text-align: center; } #dituContent { height: 510px; margin-top: 44px; } .install-main { padding-top: 94px; } .video-list .video-item { float: left; position: relative; width: 390px; margin-right: 15px; margin-bottom: 30px; cursor: pointer; overflow: hidden; } .video-list .video-item:nth-child(3n) { margin-right: 0; } .video-list .video-item .video-bg { width: 100%; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; height: 260px; position: relative; overflow: hidden; transition: all 0.3s linear; } .video-list .video-item .video-bg img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2.05rem; height: 2.05rem; } .video-list .video-item .video-des { height: 30px; line-height: 30px; text-align: center; padding: 0 5%; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; margin-top: 6px; } .video-list .video-item:hover .video-des { color: #000; } .vidcontainer { position: fixed; width: 100%; height: 100%; z-index: 100; top: 0; left: 0; overflow: hidden; display: none; background-color: rgba(0, 0, 0, 0.7); cursor: pointer; z-index: 999; } .vidcontainer video { position: absolute; width: 780px; max-width: 100%; max-height: 80%; top: 0; left: 0; background-color: #000; bottom: 0; right: 0; margin: auto; } .vidcontainer .closevid { background: url(/images/close-vid2.png) no-repeat center / 100% auto; position: absolute; top: 40px; right: 40px; cursor: pointer; width: 40px; height: 40px; top: 20px; right: 20px; } .list_download li { display: block; padding: 45px 55px 45px 45px; margin-bottom: 20px; background: #f4f4f4; } .list_download li .img_download { width: 72px; height: 64px; float: left; margin-right: 50px; } .list_download li .left_download { float: left; width: 600px; } .list_download li .button_download { float: right; font-size: 0; padding-top: 10px; } .list_download li .left_download { float: left; width: 600px; } .list_download li .left_download h1 { display: block; font-size: 18px; line-height: 34px; } .list_download li .left_download p { display: block; font-size: 14px; line-height: 26px; color: #666666; margin-top: 4px; font-weight: normal; } .list_download li .button_download { float: right; font-size: 0; padding-top: 10px; } .list_download li .button_download a:nth-child(1) { margin-right: 24px; color: #666; border-color: #999; } .list_download li .button_download a:nth-child(1):hover { border: 1px solid transparent; background-color: #d92b34; color: #ffffff; } .install-flie-main { padding-top: 94px; } .list_download li .button_download a { position: relative; display: inline-block; width: 117px; height: 48px; font-size: 16px; line-height: 46px; text-align: center; color: #d92b34; border: solid 1px #d92b34; border-radius: 5px; cursor: pointer; background: transparent; transition: all 0.3s linear; } .list_download li .button_download a:hover { border: 1px solid #f4f4f4; background-color: #d92b34; color: #ffffff; } .list_download li .left_download p b { display: inline-block; margin-right: 48px; font-style: normal; font-weight: 500; } /* FILE ARCHIVED ON 05:16:25 Jul 07, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 05:01:38 Feb 08, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.819 exclusion.robots: 0.058 exclusion.robots.policy: 0.042 esindex: 0.014 cdx.remote: 31.556 LoadShardBlock: 151.245 (3) PetaboxLoader3.datanode: 149.479 (4) load_resource: 116.495 PetaboxLoader3.resolve: 71.206 */