锘?container{ padding-top: 33px; } .p-3{ padding: 30px 3%; } .header2 { height: 50px; position: fixed; top: 0; left: 0px; right: 0px; z-index: 99; background: #f4f4f4; opacity: 0; visibility: hidden; transform: translateY(60px); -webkit-transform: translateY(60px); -ms-transform: translateY(60px); -moz-transform: translateY(60px); -o-transform: translateY(60px); transition: 600ms; -webkit-transition: 600ms; -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2); display: flex; justify-content: space-between; align-items: center; padding: 0 10px; } .header2 .logo2 img{ max-height: 36px; } .header2 .menu{ display: flex; flex-direction: column; } .header2 .menu span { width: 36px; height: 1px; background: #df7f03; margin-bottom: 6px; } .header2 .menu p{ font-size: 12px; color: #df7f03; font-family: 'HandelGotDBol'; } #online { width: 70%; margin: 0 15%; position: fixed; background: rgba(51, 51, 51, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); bottom: 40px; height: 40px; border-radius: 80px; z-index: 5; display: flex; } #online a { width: 33.33%; height: 100%; display: flex; justify-content: center; align-items: center; border-right: 1px #eee solid; } #online a:last-child { border-right: none; } #online a .icon { width: 20px; height: 20px; fill: currentColor; overflow: hidden; color: #fff; } /* 瀵艰埅寮圭獥 start */ .MenuWrapper { height: 100vh; position: fixed; top: 0px; overflow: hidden; z-index: 9999; max-width: 100vw; width: 0; right: 0; transition: width 0.6s; } .MenuWrapper::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); } .MenuWrapper .BurgerMenu { width: 300px; height: 100vh; white-space: nowrap; position: absolute; overflow-x: hidden; overflow-y: auto; background-color: #fff; top: 0px; right: 0; z-index: 40; overscroll-behavior: contain; scrollbar-width: none; } .MenuWrapper .BurgerMenu .content { height: 100%; width: 280px; padding: 0 20px; box-sizing: border-box; overflow-x: hidden; } .MenuWrapper .BurgerMenu .MenuColse { width: 100px; margin: 25px 0 40px; display: flex; align-items: center; font-size: 16px; color: #666; cursor: pointer; } .MenuWrapper .BurgerMenu .MenuColse .icon { width: 16px; height: 16px; fill: currentColor; overflow: hidden; color: #666; margin-right: 10px; transition: transform 0.4s; } .MenuWrapper .BurgerMenu .MenuColse:hover .icon { transform: rotate(90deg); } .MenuWrapper .BurgerMenu ul { overflow-x: hidden; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); } .MenuWrapper .BurgerMenu ul li { margin-bottom: 30px; } .MenuWrapper .BurgerMenu ul li .title { cursor: pointer; display: flex; justify-content: space-between; } .MenuWrapper .BurgerMenu ul li .title span { font-size: 16px; color: #666; transition: transform 0.4s; } .MenuWrapper .BurgerMenu ul li .title .icon { width: 14px; height: 14px; fill: currentColor; overflow: hidden; color: #666; transition: transform 0.4s; } .MenuWrapper .BurgerMenu ul li .list { display: none; padding-top: 30px; } .MenuWrapper .BurgerMenu ul li .list a { display: block; font-size: 14px; color: #666; padding-left: 0.4rem; padding-bottom: 30px; transition: transform 0.4s; } .MenuWrapper .BurgerMenu ul li .list a:hover { transform: translateX(6px); } .MenuWrapper .BurgerMenu ul li.active .title span { transform: translateX(6px); } .MenuWrapper .BurgerMenu ul li.active .title .icon { transform: rotate(90deg); } .MenuWrapper .BurgerMenu ul li:hover .title span { transform: translateX(6px); } .MenuWrapper .BurgerMenu .btn { display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 20px; } .MenuWrapper .BurgerMenu .btn .lang { display: flex; position: relative; } .MenuWrapper .BurgerMenu .btn .lang a { font-size: 16px; color: #fff; font-weight: bold; font-family: 'HandelGotDBol'; } .MenuWrapper .BurgerMenu .btn .lang a:hover { color: #3e539e; } .MenuWrapper .BurgerMenu .btn .link { width: 80px; height: 32px; border-radius: 16px; background: #3e539f; display: flex; justify-content: center; align-items: center; font-size: 14px; color: #fff; line-height: 14px; margin-right: 10px; } .MenuWrapper .BurgerMenu .btn .link .icon { width: 8px; height: 8px; fill: currentColor; overflow: hidden; color: #fff; margin-left: 8px; display: flex; align-items: center; } /* 瀵艰埅寮圭獥 end */ .com-nav{ overflow-x: auto; overflow-y: hidden; display: block; white-space: nowrap; text-align: center; margin: 20px 0; } .com-nav li{ display: inline-block; margin: 0 4px; } .com-nav li a{ font-size: 16px; padding: 0 10px; line-height: 32px; height: 32px; border-radius: 16px; color: #666; border: 1px #666 solid; } .com-nav li.active a{ color: #fff; border: 1px #df7f03 solid; background: #df7f03; } .bg-f4{ background: #f4f4f4; } .index-banner img{ width: 100%; display: block; } .swiper-pagination-bullet-active{ background: #df7f03; } .p-tb-4{ padding-top: 50px; padding-bottom: 50px; } .p-lr-2{ padding-left:2%; padding-right:2%; } .com-title h3{ text-align: center; font-size: 20px; font-weight: bold; } .com-title p{ text-align: center; font-size: 14px; padding: 12px 0; width: 80%; margin: auto; line-height: 24px; } .com-title span{ display: block; width: 30px; height: 3px; border-radius: 3px; background: #df7f03; margin: auto; } .index-product ul{ margin-top: 30px; } .index-product ul li a{ display: block; padding: 4%; border: 1px #eee solid; } .index-product ul li h4{ color: #ff7900; font-size: 18px; } .index-product ul li h5{ color: #666; font-size: 16px; padding: 6px 0 12px; } .index-product ul li p{ color: #999; font-size: 14px; height: 48px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; white-space: normal; overflow: hidden; line-height: 24px; } .index-product ul li .img{ height: 350px; overflow: hidden; display: flex; justify-content: center; align-items: center; } .index-product ul li .img img{ max-width: 100%; max-height: 100%; } .index-solution{ background: url(../images/i_solution_bg.jpg); background-size: cover; background-position: center; background-attachment: fixed; } .index-solution .solution-container .img{ height: 400px; background: #fff; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; } .index-solution .solution-container .img img{ max-width: 96%; max-height: 96%; } .index-solution .solution-container h4{ color: #666; font-size: 20px; } .index-solution .solution-container .desc{ margin: 10px 0; color: #999; line-height: 24px; font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 4; display: -webkit-box; white-space: normal; overflow: hidden; height: 96px; } .index-solution .solution-container .desc>*,.index-solution .solution-container .desc>*>*,.index-solution .solution-container .desc>*>*>*{ color: #999 !important; line-height: 24px !important; font-size: 14px !important; background: none !important; } .index-solution .solution-container .more { display: block; width: 90px; height: 36px; line-height: 36px; border-radius: 18px; text-align: center; color: #fff; background-color: #df7f03; } .index-solution .solution-container .solution-pagination{ display: flex; justify-content: center; } .index-form{ background: url(../images/i_form_bg.jpg); background-size: cover; background-position: center; background-attachment: fixed; } .index-form>img{ width: 60%; display: block; margin: auto; } .index-form ul{ margin-top: 30px; } .index-form ul li input{ width: 100%; height: 40px; margin-bottom: 10px; padding: 0 10px; border-radius: 10px; box-sizing: border-box; color: #666; font-size: 14px; } .index-form .sub{ display: flex; margin: auto; height: 40px; width: 120px; justify-content: center; align-items: center; color: #fff; font-size: 14px; background: #df7f03; border: none; border-radius: 10px; } .index-form .sub img{ width: 20px; margin-right: 6px; } .index-service ul{ margin-top: 30px; } .index-service ul li img{ width: 100%; display: block; } .index-service ul li .txt{ margin: 20px 0; } .index-service ul li .txt>span{ color: #333; font-size: 18px; display: inline-block; padding-bottom: 6px; border-bottom: 2px #333 solid; } .index-service ul li .txt h4{ margin: 10px 0 4px; font-size: 18px; font-weight: bold; color: #333; } .index-service ul li .txt h5{ font-size: 18px; font-weight: bold; color: #df7f03; margin-bottom: 10px; } .index-service ul li .txt p{ color: #666; font-size: 14px; line-height: 24px; padding-left: 20px; background: url(../images/icon_tit02.png) 0 6px no-repeat; } .index-service ul li .txt p span{ color: #df7f03; font-size: 14px; } .index-service ul li .txt a { margin-top: 20px; width: 140px; height: 36px; line-height: 36px; border-radius: 18px; text-align: center; color: #fff; font-size: 14px; background-color: #df7f03; position: relative; display: flex; justify-content: center; align-items: center; } .index-service ul li .txt a span { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; position: relative; margin-left: 4px; } .index-service ul li .txt a span:after { content: ''; position: absolute; left: 8px; top: 10px; width: 5px; height: 5px; border: 2px solid #fff; border-left: none; border-bottom: none; transform: translate(-50%,-50%) rotate( 45deg ); } .index-service .phone{ display: flex; justify-content: center; align-items: center; padding-top: 10px; } .index-service .phone a { display: flex; justify-content: center; align-items: center; width: 100px; height: 36px; line-height: 36px; border-radius: 18px; color: #fff; background: #111040; vertical-align: middle; color: #fff; font-size: 14px; } .index-service .phone img{ width: 18px; margin-right: 4px; } .index-service .phone p{ margin-left: 10px; font-weight: bold; color: #df7f03; font-size: 20px; } .index-about{ background: url(../images/i_about_bg.jpg); background-size: cover; background-position: center; background-attachment: fixed; } /* 濯掍綋鏌ヨ */ .index-about .txt h5{ padding-bottom: 10px; font-size: 16px; letter-spacing: 4px; color: #333; } .index-about .txt h3{ padding-bottom: 10px; font-size: 18px; letter-spacing: 2px; color: #333; } .index-about .txt h4{ padding-bottom: 10px; font-size: 30px; font-weight: bold; color: #333; } .index-about .txt p{ margin-bottom: 6px; font-size: 14px; color: #666; line-height: 24px; } .index-about a { margin-top: 20px; width: 140px; height: 36px; line-height: 36px; border-radius: 18px; text-align: center; color: #fff; font-size: 14px; background-color: #df7f03; position: relative; display: flex; justify-content: center; align-items: center; } .index-about a span { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; position: relative; margin-left: 4px; } .index-about a span:after { content: ''; position: absolute; left: 8px; top: 10px; width: 5px; height: 5px; border: 2px solid #fff; border-left: none; border-bottom: none; transform: translate(-50%,-50%) rotate( 45deg ); } .index-about ul{ margin-top: 30px; display: flex; justify-content: space-between; } .index-about ul li h4{ color: #333; font-size: 22px; font-weight: bold; } .index-about ul li h4 sup{ color: #999; font-size: 12px; padding-left: 4px; } .index-about ul li p{ color: #999; font-size: 12px; } .index-news h3{ margin-bottom: 10px; } .index-news .pic img{ width: 100%; display: block; } .index-news .pic h4{ padding: 4%; background: #111040; color: #fff; font-size: 14px; } .index-news ol{ margin-top: 30px; } .index-news ol li a{ display: block; color: #666; font-size: 14px; padding-left: 20px; line-height: 30px; background: url(../images/icon_tit02.png) 0 10px no-repeat; } @media (max-width: 1200px) { .wrap { width: 94%; margin: 0 3%; } .header2 { opacity: 1; visibility: visible; } .ixheader .header { display: none; } .mtop { display: none; } .header2 { transform: none; } } .pages { height: 32px; line-height: 32px; margin-top: 30px; padding-bottom: 30px; text-align: center; clear: both; } .pages a.prev_disabled, .pages .prev { width: 60px; } .pages a { background: #d6d6d6; font-size: 14px; display: inline-block; width: 32px; height: 32px; line-height: 32px; color: #333; margin: 0 7px; } .pages a.prev:before, .pages a.prev_disabled:before { content: '涓婁竴椤?; font-family: 寰蒋闆呴粦; } .pages a.next_disabled, .pages .next { width: 60px; } .pages a.next:before, .pages a.next_disabled:before { content: '涓嬩竴椤?; font-family: 寰蒋闆呴粦; } .footer{ background: url(../images/footer_bg.jpg); background-size: cover; background-position: center; background-attachment: fixed; padding-top: 40px; border-top: 1px #df7f03 solid; } .footer .footer_info{ border-bottom: 1px #ff7900 solid; } .footer .footer_info .i img{ width: 50%; display: block; margin-bottom: 10px; } .footer .footer_info .f-tel p{ color: #999; font-size: 14px; line-height: 24px; } .footer .footer_info .f-tel p a{ color: #999; font-size: 14px; } .footer .footer_info .btn{ display: flex; align-items: center; margin: 16px 0; } .footer .footer_info .btn a { width: 80px; height: 32px; border-radius: 16px; background: #df7f03; display: flex; justify-content: center; align-items: center; font-size: 14px; color: #fff; line-height: 14px; margin-right: 20px; } .footer .footer_info .btn a .icon { width: 8px; height: 8px; fill: currentColor; overflow: hidden; color: #fff; margin-left: 8px; display: flex; align-items: center; } .footer .footer_info .f-code{ width: 100px; margin-top: 10px; } .footer .footer_info .f-code img{ width: 100%; display: block; } .footer .footer_info .f-code p{ color: #999; font-size: 14px; text-align: center; margin: 10px 0; } .footer .copyright{ padding-top: 16px; } .footer .copyright p{ color: #999; font-size: 14px; } .footer .copyright p a{ color: #999; font-size: 14px; } .list-solution .subnav{ overflow-x: auto; overflow-y: hidden; display: block; white-space: nowrap; text-align: center; margin: 10px 0; } .list-solution .subnav a{ display: inline-block; margin: 0 6px; font-size: 14px; color: #666; position: relative; padding-left: 14px; } .list-solution .subnav a:before { content: ''; position: absolute; left: 0; top: 4px; width: 6px; height: 6px; border-radius: 50%; border: 2px solid #111040; } .list-solution .subnav a.active{ color: #df7f03; } .list-solution ul li{ margin: 16px 0; background: #fff; } .list-solution ul li .img img{ width: 100%; display: block; } .list-solution ul li .text{ border-top: 1px #f1f1f1 solid; padding: 20px 12px; } .list-solution ul li h4{ color: #666; font-size: 20px; } .list-solution ul li .desc{ margin: 10px 0; color: #999; line-height: 24px; font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 4; display: -webkit-box; white-space: normal; overflow: hidden; height: 96px; } .list-solution ul li .desc>*,.list-solution ul li .desc>*>*,.list-solution ul li .desc>*>*>*{ color: #999 !important; line-height: 24px !important; font-size: 14px !important; background: none !important; } .list-solution ul li .more { display: block; width: 90px; height: 36px; line-height: 36px; border-radius: 18px; text-align: center; color: #fff; background-color: #df7f03; } .position{ display: flex; align-items: center; -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; white-space: normal; overflow: hidden; margin: 10px 0; color: #999; font-size: 14px; } .position span{ color: #999; font-size: 14px; } .position a{ color: #888; font-size: 14px; } .case-detail{ padding-top: 16px; padding-bottom: 16px; } .case-detail .title h3{ text-align: center; color: #333; font-size: 20px; } .case-detail .title p{ text-align: center; padding: 10px 0; color: #999; font-size: 14px; } .case-detail .con{ font-size: 14px; color: #666; line-height: 24px; } .case-detail .con img{ max-width: 100%; display: block; } .case-detail .latest h5{ color: #333; font-size: 18px; margin: 10px 0; } .case-detail .latest ul li{ background: #fff; margin-bottom: 10px; padding: 10px; box-sizing: border-box; } .case-detail .latest ul li img{ width: 100%; display: block; box-sizing: border-box; } .case-detail .latest ul li .txt h6{ text-align: center; color: #666; font-size: 16px; margin-bottom: 6px; } .case-detail .latest ul li .txt p{ text-align: center; color: #999; font-size: 14px; } .case-detail .latest ul li .txt .p{ text-align: center; color: #999; font-size: 14px; line-height: 24px; } .page-np p{ font-size: 14px; color: #666; line-height: 24px; } .page-np p a{ font-size: 14px; color: #666; } .page-np>a{ display: flex; margin: 10px auto; height: 30px; width: 120px; background: #df7f03; justify-content: center; align-items: center; color: #fff; } .product-list ul li{ margin-bottom: 16px; } .pro-detail .img img{ width: 100%; border: 1px #eee solid; } .pro-detail .txt h4{ margin: 10px 0 4px; color: #df7f03; font-size: 22px; } .pro-detail .txt p{ color: #666; font-size: 14px; } .pro-detail .txt .desc{ margin-top: 14px; padding: 16px 0; border-top: #eee solid 1px; line-height: 20px; color: #666; font-size: 14px; } .pro-detail .txt .link{ display: flex; } .pro-detail .txt .link a{ width: 120px; height: 32px; display: flex; justify-content: center; align-items: center; background: #df7f03; color: #fff; margin-right: 10px; } .pro-content{ margin: 16px 0; padding-top: 16px; padding-bottom: 16px; overflow: hidden; } .pro-content h3{ font-size: 20px; color: #333; margin: 16px 0; } .pro-content .con{ background: #fff; padding: 10px; overflow: hidden; } .pro-content .con table,.pro-content .con table tbody,.pro-content .con table tbody *{ overflow-x: auto; overflow-y: auto; } .pro-content .con img{ max-width: 100%; } .pro-content .side ul li{ margin-bottom: 16px; } .pro-content .side ul li img{ width: 100%; display: block; } .pro-content .side ul li .txt{ border: 1px #ddd solid; padding: 16px 10px ; } .pro-content .side ul li .txt h4{ text-align: center; font-size: 16px; color: #666; } .pro-content .side ul li .txt p{ text-align: center; font-size: 14px; margin-top: 6px; color: #df7f03; } .page-nav{ overflow-x: auto; overflow-y: hidden; display: block; white-space: nowrap; text-align: center; margin: 20px 0; border-bottom: 1px #eee solid; } .page-nav a{ display: inline-block; color: #666; font-size: 14px; padding: 10px 16px; position: relative; z-index: 1; } .page-nav a::before{ content: ''; position: absolute; left: 0; bottom: 0px; right: 0; height: 1px; } .page-nav a.active{ color: #df7f03; } .page-nav a.active::before{ background: #df7f03; } .news-list ul{ padding: 30px 0 0; } .news-list ul li{ margin-bottom: 16px; } .news-list ul li img{ width: 100%; display: block; } .news-list ul li .txt{ border: 1px #eee solid; border-top: none; padding: 14px; } .news-list ul li .txt h4{ color: #333; font-weight: bold; font-size: 18px; } .news-list ul li .txt span{ color: #666; font-size: 14px; margin: 6px 0; display: block; } .news-list ul li .txt .desc{ color: #666; font-size: 14px; line-height: 22px; } .news-detail .title h3{ color: #333; font-size: 20px; text-align: center; margin-bottom: 6px; } .news-detail .title p{ color: #666; font-size: 14px; text-align: center; } .news-detail .con{ margin: 16px 0; overflow-x: hidden; } .news-detail .con *{ color: #666; font-size: 14px; line-height: 22px; } .news-detail .con img{ max-width: 100% !important; } .news-detail .latest h5{ color: #333; font-size: 18px; margin: 10px 0; } .news-detail .latest ul li{ background: #fff; margin-bottom: 10px; padding: 10px; border-bottom: 1px #eee solid; box-sizing: border-box; } .news-detail .latest ul li .txt h6{ color: #666; font-size: 16px; margin-bottom: 6px; } .news-detail .latest ul li .txt p{ color: #999; font-size: 14px; } .news-detail .latest ul li .txt .p{ color: #999; font-size: 14px; line-height: 24px; } .contact{ background: url(../images/contact_03.png); background-size: cover; } .contact .info h3{ color: #333; font-size: 20px; padding: 10px 0; } .contact .info .p{ padding-top: 16px; border-top: 1px #eee solid; } .contact .contact-map{ height: 500px; width: 100%; } .contact-title{ display: flex; align-items: center; margin: 16px 0; } .contact-title h3{ color: #df7f03; font-size: 22px; } .contact-title p{ margin-left: 8px; color: #666; font-size: 16px; } .contact-network ul li{ background: #f2f2f2; padding: 16px; margin-bottom: 16px; } .contact-network ul li h4{ overflow: hidden; font-size: 20px; position: relative; padding-left: 16px; padding-bottom: 10px; } .contact-network ul li h4::before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #ffffff; border: 2px solid #2b2e4f; position: absolute; left: 0; top: 7px; } .contact-network ul li p{ color: #666; font-size: 14px; line-height: 24px; } .contact-form form ul li input{ width: 100%; height: 40px; background: #f2f2f2; margin-bottom: 10px; padding: 0 10px; color: #666; font-size: 14px; box-sizing: border-box; } .contact-form form textarea{ width: 100%; height: 120px; resize: none; border: 1px #eee solid; display: block; padding: 10px; color: #666; box-sizing: border-box; font-size: 14px; } textarea::-webkit-input-placeholder { color: #666; font-family: "寰蒋闆呴粦"; } textarea:-moz-placeholder { color: #666; font-family: "寰蒋闆呴粦"; } textarea::-moz-placeholder { color: #666; font-family: "寰蒋闆呴粦"; } textarea:-ms-input-placeholder { color: #666; font-family: "寰蒋闆呴粦"; } .contact-form form .more a{ width: 100%; display: flex; justify-content: center; align-items: center; height: 40px; color: #fff; background: #df7f03; margin: 10px 0; } .contact-form form .more h4{ display: flex; justify-content: center; align-items: center; color: #666; font-size: 16px; padding: 10px 0 20px; } .contact-form form .more span{ color: #df7f03; font-size: 20px; } .about-list img{ max-width: 100%; } .about-dsj{ background: url(../images/dsj-bg.png); background-size: cover; background-position: center; background-attachment: fixed; overflow: hidden; padding: 20px 0; margin-bottom: 20px; } .about-dsj .title p{ font-size: 18px; color: #fff; text-align: center; } .about-dsj .title h3{ font-size: 20px; text-align: center; color: #fff; } .about-dsj .about-dsj-wrapper{ margin-top: 20px; border-top: 1px #ccc solid; padding-top: 20px; } .about-dsj ul li{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .about-dsj ul li .yuan{ border-radius: 50%; width: 100px; height: 100px; background: rgba(255, 255, 255, 0.5); display: flex; justify-content: center; font-size: 16px; color: #fff; align-items: center; margin-bottom: 14px; } .about-dsj ul li p{ color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 22px; padding: 0 8px; text-align: center; } .about-photo ul li img{ max-width: 100%; } .about-photo ul li h4{ color: #666; font-size: 14px; padding: 12px 0; text-align: center; } .service-page{ padding-bottom: 30px; } .service-page img{ max-width: 100%; }