锘?pdb-50 { padding-bottom: 50px; } .header2 { height: 50px; position: fixed; top: 0; left: 0px; right: 0px; z-index: 1010; background: #0a0a08; 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); } /* CSS Document */ .header { z-index: 1005; position: relative; } .logo { display: inline-block; } .logo img { display: block; width: 100%; } /* menuBtn */ .trans, .trans:hover { -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; } .trans-fast, .trans-fast:hover { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; } .menu-handler { /*display: none;*/ background: none; overflow: hidden; width: 50px; height: 50px; cursor: pointer; position: absolute; right: 0px; top: 50%; margin-top: -25px; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); z-index: 1012; } .menu-handler .burger { width: 30px; height: 2px; background: #fff; display: block; position: absolute; z-index: 5; top: 15px; left: 50%; margin: 0px 0px 0px -16px; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; /*border-radius: 3px;*/ } .menu-handler .burger-2 { top: 25px; } .menu-handler .burger-3 { top: 35px; } .menu-handler.active .burger-1 { top: 27px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); } .menu-handler.active .burger-2 { -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; left: -100%; } .menu-handler.active .burger-3 { top: 27px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); } /* menuBtn end */ .header2.show { transform: translate(0); -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); opacity: 1; visibility: visible; } .htnavbox { height: 50px; overflow: hidden; position: relative; } .httnav, .htnav { transition: 600ms; -webkit-transition: 600ms; } .httnav a, .htnav a { line-height: 25px; color: #333; font-size: 15px; padding: 0 30px; } .httnav a:hover, .httnav a.act, .htnav a:hover, .htnav a.act { color: #09a03e; } .htnav { position: absolute; line-height: 60px; left: 0; right: 0; top: 0; transform: translateX(80px); -ms-transform: translateX(80px); -moz-transform: translateX(80px); -o-transform: translateX(80px); -webkit-transform: translateX(80px); opacity: 0; visibility: hidden; } .logo2 { display: block; z-index: 4; margin-left: 15px; } .logo2 img { display: block; width: auto; max-height: 35px; padding-top: 8px; } .htnavbox.showNav .httnav { transform: translateX(-80px); -webkit-transform: translateX(-80px); -ms-transform: translateX(-80px); -moz-transform: translateX(-80px); -o-transform: translateX(-80px); opacity: 0; visibility: hidden; } .htnavbox.showNav .htnav { transform: translate(0); -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); opacity: 1; visibility: visible; } #bg-santai { display: none; position: fixed; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0; filter: alpha(opacity=0); cursor: url("../images/close-icon.ico") 16 16, default; z-index: 800; } .touchevents #bg-santai { cursor: pointer; } #menuBox { transform: translate(200px, 0); -webkit-transform: translate(200px, 0); -ms-transform: translate(200px, 0); transition: 600ms linear; -webkit-transition: 600ms linear; -ms-transition: 600ms linear; position: fixed; background-color: #fff; top: 0; right: 0; width: 200px; z-index: 1010; height: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1); } .open { position: relative !important; } .open #menuBox { transform: translate(0); -webkit-transform: translate(0); -ms-transform: translate(0); } .open .content { transform: translate(-200px, 0px); -webkit-transform: translate(-200px, 0px); -ms-transform: translate(-200px, 0px); } /*.navMobile a:link, .navMobile a:visited { color: #fff; } */ .navMobile a:active, .navMobile a:hover { color: #fff; } .navMobile dd { display: block; width: 100%; border-bottom: 1px solid #eee; } .navMobile dd p a { text-transform: uppercase; padding: 0px 30px; height: 45px; line-height: 45px; font-size: 14px; position: relative; } .navMobile dd a { display: block; line-height: 1.4; font-size: 13px; color: #666; padding: 15px 30px; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; } .navMobile dd a:hover, .navMobile dd p a.cur { background: none #eb1f28; color: #fff; } /*.navMobile dd a:active { background-color: #154c97; }*/ .navMobile dd .msubnav { background-color: #fff; display: none; } .navMobile dd .msubnav a { color: #666; position: relative; background: #eff2f3; border-top: 1px solid #e3e2e2; } .menuTop { height: 49px; border-bottom: 1px solid #ededed; } .nav-child::before { content: ''; position: absolute; width: 16px; height: 16px; top: 16px; right: 30px; background: url(../images/nav-arrow.png)center no-repeat; background-size: cover; } /* 濯掍綋鏌ヨ */ @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; } } .posi-a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .home-banner { width: 100%; padding-top: 50px; position: relative; } .home-banner img { width: 100%; display: block; } .home-banner .banner-text { display: flex; justify-content: center; align-items: center; flex-direction: column; } .home-banner .banner-text.w1440 { align-items: flex-start; } .home-banner .banner-text h2 { color: #fff; padding-top: 1rem; font-size: 1rem; } .home-banner .banner-text span { width: 34px; height: 1px; background: #fff; margin: 10px 0; } .home-banner .banner-text p { font-size: .4rem; color: #fff; padding: .2rem 0 0; } .home-banner .swiper-pagination-bullet { background: #fff; } .ho-h2 { color: #f7f7f7; font-size: 2.8rem; line-height: 2.8rem; position: relative; text-align: center; padding-top: 1.4rem; } .ho-h2 h3 { position: absolute; left: 0; right: 0; bottom: 0; font-size: 1.2rem; color: #333; text-transform: uppercase; line-height: 1.2rem; } .ho-span { width: 2.2rem; height: 1px; background: #f36716; display: block; margin: .6rem auto; } .ho-p { color: #757575; font-size: .8rem; text-align: center; } .home-zn ul { display: flex; flex-wrap: wrap; margin-top: 2rem; width: 96%; margin: auto; margin-top: 2rem; justify-content: space-around } .home-zn ul li { width: 49%; margin-bottom: .5rem; position: relative; background: #f4f4f4; border: 1px #f4f4f4 solid; box-sizing: border-box; } .home-zn ul li>div { width: 100%; height: 200px; position: relative; } .home-zn ul li>div img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: auto; min-height: auto; width: 100%; height: 100%; object-fit: cover; } .home-zn ul li h4 { color: #333; font-size: .8rem; padding: 10px 0; text-align: center; } .com-ul { display: flex; justify-content: center; margin-top: 1rem; } .com-ul>li { width: 30%; padding: .6rem 0; background: #4b4b4a; margin-left: .2rem; display: flex; align-items: center; justify-content: center; } .com-ul>li:first-child { margin-left: 0; } .com-ul>li a { color: #fff; font-size: .7rem; } .com-ul>li:hover { background: #f36d1f; } .com-ul>li.active { background: #f36d1f; } .appli-li { width: 100%; background: #f4f4f4; padding: 20px 0; margin: 20px 0; } .appli-li ul { width: 96%; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; } .appli-li ul li { width: 49%; position: relative; margin-bottom: 10px; } .appli-li ul li img { min-width: auto; min-height: auto; width: 100%; height: 260px; object-fit: cover; position: relative; } .appli-li ul li .appli-t { display: flex; flex-direction: column; align-items: center; justify-content: center; } .appli-li ul li .appli-t::before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .2); z-index: 0; } .appli-li ul li .appli-t h3 { color: #fff; font-size: 1rem; position: relative; z-index: 1; margin-bottom: 20px; } .appli-li ul li .appli-t i { border: 2px #f36d1f solid; color: #fff; font-size: .7rem; padding: 4px 8px; position: relative; z-index: 1; } .home-video .video-img { position: relative; } .home-video .video-img img { width: 100%; } .home-video .video-img>div { display: flex; align-items: center; justify-content: center; } .home-video .video-img>div span { width: 30px; height: 30px; background: #f36716; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .home-video>div .icon { width: 16px; height: 16px; fill: currentColor; overflow: hidden; color: #fff; } .home-about { position: relative; background: url(../images/about-bg.jpg); background-size: cover; margin: 20px 0 0; padding-bottom: 10px; } .home-about .about-c { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px 0; } .home-about .about-c>img { width: 200px; display: block; margin: auto; } .home-about .about-c>i { color: #ffffff; font-size: .8rem; display: flex; justify-content: center; margin: 20px 0; } .home-about .about-c .line { width: 9px; height: 40px; margin: auto; position: relative; margin-bottom: 20px; } .home-about .about-c .line::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 50%; background: #fff; } .home-about .about-c .line::after { content: ''; position: absolute; left: 4px; right: 4px; top: 0; bottom: 0; background: #fff; } .home-about .about-c>p { width: 86%; margin: auto; line-height: 1.2rem; font-size: .7rem; color: rgba(255, 255, 255, .9); text-align: center; } .home-about .about-c>a { padding: 4px 8px; background: #f36d1f; color: #fff; font-size: .8rem; display: block; position: relative; transition: all .5s; margin-top: 20px; } .home-honor { background: #f4f4f4; padding-top: 10px; } .home-honor div ul { width: 96%; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px; } .home-honor div ul li { width: 49%; height: 230px; border: 1px #eee solid; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; background: #fff; } .home-honor div ul li img { max-width: 100%; max-height: 100%; } .home-news { padding-bottom: 30px; } .home-news ul { display: flex; flex-direction: column; justify-content: space-between; justify-self: self-start; height: 100%; width: 96%; margin: auto; } .home-news ul li { width: 100%; display: flex; align-items: center; position: relative; padding-bottom: .2rem; border-bottom: 1px #f1f1f1 solid; } .home-news ul li:last-child { border-bottom: none; padding-bottom: 0; } .home-news ul li a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; } .home-news ul li .news-time { width: 80px; height: 80px; display: flex; justify-content: center; flex-direction: column; background: #f0f0f0; align-items: center; box-sizing: border-box; position: relative; z-index: 9; } .home-news ul li .news-time p { color: #333; font-size: .8rem; width: 60%; margin-bottom: .1rem; position: relative; z-index: 9; transition: .5s; } .home-news ul li .news-time span { color: #757575; font-size: .7rem; width: 60%; position: relative; z-index: 9; transition: .5s; } .home-news ul li .news-title { padding: 0 .46rem 0 .3rem; box-sizing: border-box; flex: 1; transition: .5s; } .home-news ul li .news-title h4 { color: #333333; font-size: .9rem; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px; } .home-news ul li .news-title p { color: #757575; font-size: .7rem; } .home-news ul li i { width: 24px; height: 24px; background: #f36716; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; } .home-news ul li i .icon { width: 12px; height: 12px; fill: currentColor; overflow: hidden; color: #fff; position: relative; z-index: 8; } .footer { border-top: 4px #f36716 solid; padding: 1rem 4%; box-sizing: border-box; background: #0a0a08; } .footer .footer_info { display: flex; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px rgba(255, 255, 255, .4) solid; } .footer .footer_info .icon { width: 24px; height: 24px; fill: currentColor; overflow: hidden; color: #f36716; margin-right: 10px; } .footer .footer_info div p { color: rgba(255, 255, 255, 1); font-size: .9rem; display: flex; align-items: center; } .footer .footer_info div h3 { color: rgba(255, 255, 255, 1); font-size: 1.2rem; font-weight: bold; } .footer .footer_info div a { color: rgba(255, 255, 255, 1); font-size: .7rem; padding: 6px 10px; border: 1px #fff solid; } .footer .footer_info img { width: 100px; height: 100px; } .footer>p { color: rgba(255, 255, 255, 0.6); font-size: .7rem; line-height: 1.1rem; } .footer .copyright { padding-top: 1rem; margin-top: 1rem; border-top: 1px rgba(255, 255, 255, 0.6) solid; } .footer .copyright p, .footer .copyright a { color: rgba(255, 255, 255, 0.6); font-size: .6rem; line-height: 1.1rem; } .banner_warp { padding-top: 50px; } .banner_warp img { width: 100%; display: block; } .nav-height { position: relative; height: 60px; } .nav-wrap { width: 100%; height: 60px; background: #fff; } .nav-wrap.navFix { position: fixed; top: 0; left: 0; box-shadow: 0 0 10px rgba(204, 204, 204, 1); z-index: 99; } .nav-wrap.navFix ul { border-bottom: 0; } .nav-wrap ul { clear: both; overflow-x: auto; width: 100%; overflow-y: hidden; display: flex; } .nav-wrap li { width: 33.33%; flex: 1 0 auto; text-align: center; } .nav-wrap li a { height: 60px; display: block; color: #333; font-size: 16px; line-height: 60px; } .nav-wrap li a:hover { color: #fff; background: #f36e21; } .nav-wrap li.active a { color: #fff; background: #f36e21; } .section-content1 { background: #f4f4f4; padding: 30px 0; } .section-content1 .ny-about { width: 96%; margin: auto; } .section-content1 h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; margin-bottom: 20px; } .section-content1 .a-img img { width: 100%; display: block; } .section-content1 .a-wz { background: #666; } .section-content1 .a-wz ul { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 30px; } .section-content1 .a-wz ul li { width: 50%; margin-bottom: 10px; } .section-content1 .a-wz ul li p { color: #fff; font-size: .8rem; } .section-content1 .a-wz ul li h4 { color: #fff; font-size: 1.4rem; } .section-content1 .about1-right { color: #666; font-size: .8rem; margin-top: 20px; line-height: 1.2rem; } .section-content2 .culture .cult1 { background: url(../images/a5-bj.jpg); background-size: cover; padding: 30px 2%; } .section-content2 .culture h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; margin-bottom: 20px; } .section-content2 .cult1 ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .section-content2 .cult1 ul li { width: 100%; background: #fff; padding: 0 10px; min-height: 120px; box-sizing: border-box; display: flex; align-items: center; margin-bottom: 10px; } .section-content2 .cult1 ul li img { width: 40px; margin-right: 20px; } .section-content2 .cult1 ul li div { flex: 1; } .section-content2 .cult1 ul li div h4 { color: #333; font-size: 1rem; margin-bottom: 10px; } .section-content2 .cult1 ul li div p { color: #999; font-size: .8rem; } .section-content2 .culture .cult2 { padding: 30px 2%; } .section-content2 .cult2 ul li { width: 100%; display: flex; justify-content: center; flex-direction: column; margin-bottom: 20px; align-items: center; } .section-content2 .cult2 ul li img { width: 100%; } .section-content2 .cult2 ul li h5 { color: #333; font-size: 1rem; margin: 16px 0 6px; } .section-content2 .cult2 ul li p { color: #999; font-size: .8rem; } .section-content3 { padding: 30px 2%; background: #f4f4f4; } .section-content3 h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; margin-bottom: 20px; } .section-content3 ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .section-content3 ul li { width: 49%; height: 160px; display: flex; justify-content: center; align-items: center; background: #ffff; margin-bottom: 10px; } .section-content3 ul li img { max-width: 90%; max-height: 90%; } .section-content4 { padding: 30px 2%; } .section-content4 h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; margin-bottom: 20px; } .section-content4 ul { padding: 20px 0; position: relative; } .section-content4 ul::before { content: ''; position: absolute; left: 90px; top: 0; bottom: 0; width: 1px; background: #dedede; } .section-content4 ul li { width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 10px 0; position: relative; } .section-content4 ul li::before { content: ''; position: absolute; left: 86px; top: 48%; width: 8px; height: 8px; background: #dedede; border-radius: 50%; } .section-content4 ul li h3 { color: #fff; font-size: 16px; width: 80px; height: 30px; display: flex; justify-content: center; align-items: center; background: #f36716; margin-right: 20px; } .section-content4 ul li p { flex: 1; color: #333; font-size: .7rem; } .section-content5 { padding: 30px 2%; background: #f4f4f4; } .section-content5 h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; margin-bottom: 20px; } .section-content5 img { width: 100%; display: block; } .section-content5 .td1 { padding: 20px 0; } .section-content5 .td1 h3 { color: #666; font-size: 1rem; margin-bottom: 10px; font-weight: bold; } .section-content5 .td1 p { font-size: .8rem; color: #666; line-height: 1.2rem; } .section-content5 .td1 ul { display: flex; justify-content: space-between; margin-top: 20px; } .section-content5 .td1 li h5 { color: #f36e21; font-size: 1.4rem; font-weight: bold; } .section-content5 .td1 li h5 span { color: #333; font-size: 14px; } .section-content5 .td1 li p { color: #666; font-size: .8rem; } .section-content5 .td1 ol { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 20px; } .section-content5 .td1 ol li { width: 50%; } .case-video { width: 100%; padding: 30px 2%; background: #f4f4f4; } .case-video ul li { margin-bottom: 20px; position: relative; } .case-video ul li .video-pl { width: 100%; height: 200px; position: relative; display: flex; justify-content: center; align-items: center; } .case-video ul li .video-pl img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: auto; min-height: auto; width: 100%; height: 100%; object-fit: cover; } .case-video ul li .video-pl i { margin: auto; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background: #f36e21; border-radius: 50%; z-index: 9; } .case-video ul li .video-pl i .icon { width: 14px; height: 14px; fill: currentColor; overflow: hidden; color: #fff; } .case-video ul li h4 { text-align: center; padding: 10px 0; color: #333; font-size: .8rem; background: #fff; } .pages { height: 32px; line-height: 32px; margin-top: 10px; 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: 寰蒋闆呴粦; } .pro-nav .nav-l { width: 92%; margin: 20px auto; } .pro-nav .nav-l dt { margin: 4px 0; } .pro-nav .nav-l dt>a { display: flex; height: 50px; width: 100%; padding: 0 20px; box-sizing: border-box; align-items: center; font-size: 18px; font-weight: bold; color: #333; background: #fff; justify-content: space-between; border: 1px solid #eee; } .pro-nav .nav-l dt>a span { width: 16px; height: 16px; position: relative; } .pro-nav .nav-l dt>a span::before { content: ''; position: absolute; top: 0; bottom: 0; left: 7px; width: 2px; background: #333; transition: .3s; } .pro-nav .nav-l dt>a span::after { content: ''; position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: #333; transition: .3s; } .pro-nav .nav-l .nav-in .m1 { background: #eb1f28; color: #fff; } .pro-nav .nav-l dt>a span.sp::after { background: #fff; } .pro-nav .nav-l dt>a span.sp::before { transform: rotate(90deg); } .pro-nav .nav-l dt .nav-r { display: none; overflow: hidden; width: 100%; padding: 10px 20px; box-sizing: border-box; background: #fff; /* border: 1px #e1e1e1 solid; */ /* box-shadow: 0 0 4px 4px #f1f1f1; */ } .pro-nav .nav-l dt .nav-r>ul>li { width: 100%; } .pro-nav .nav-l dt .nav-r>ul>li>a { color: #666; height: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px #eaeaea solid; font-size: 16px; } .pro-nav .nav-l dt .nav-r>ul>li>a .icon { width: 16px; height: 16px; fill: currentColor; overflow: hidden; color: #666; } .pro-nav .nav-l dt .nav-r>ul>li>.l-nav { width: 100%; padding: 10px 8px; box-sizing: border-box; } .pro-nav .nav-l dt .nav-r>ul>li>.l-nav ol li { width: 100%; } .pro-nav .nav-l dt .nav-r>ul>li>.l-nav ol li a { color: #999; height: 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px #eaeaea solid; font-size: 14px; } .pro-nav .nav-l dt .nav-r>ul>li>.l-nav ol li a .icon { width: 14px; height: 14px; fill: currentColor; overflow: hidden; color: #999; } .pro-nav .nav-r ul li .on { background: #eb1f28; color: #fff !important; } .location { margin-top: 52px; width: 100%; padding: 0 2%; border-bottom: 1px #dedede solid; } .location .location-left { display: flex; padding: 16px 0; align-items: center; color: #333; font-size: 14px; } .location .location-left a { color: #333; font-size: 14px; } .product-page .p-p-1 { padding: 30px 2%; background: #f4f4f4; } .product-page .p-p-1 img { width: 100%; } .product-page .p-p-1 h4 { color: #333; font-size: 1rem; border-bottom: 1px #dedede solid; margin-top: 10px; padding: 10px 0; } .product-page .p-p-1 div { color: #999; font-size: .8rem; line-height: 1.2rem; } .product-page .qh { padding: 30px 2%; color: #666; font-size: .8rem; line-height: 1.2rem; } .product-page .qh img { max-width: 100%; } .case-list { width: 100%; padding: 30px 2%; box-sizing: border-box; } .case-list ul li { margin-bottom: 20px; position: relative; } .case-list ul li .video-pl { width: 100%; height: 200px; position: relative; display: flex; justify-content: center; align-items: center; } .case-list ul li .video-pl img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: auto; min-height: auto; width: 100%; height: 100%; object-fit: cover; } .case-list ul li .video-ca { background: #f4f4f4; padding: 2%; } .case-list ul li .video-ca h4 { color: #333; font-size: 1.2rem; } .case-list ul li .video-ca .xq { color: #666; font-size: .8rem; line-height: 1.2rem; } .case-list ul li .case-btn { display: flex; align-items: center; margin-top: 20px; } .case-list ul li .case-btn a { background: #f36716; color: #fff; font-size: .9rem; border-radius: 6px; padding: 4px 8px; margin-right: 10px; } .case-list ul li .case-btn a .icon { width: 14px; height: 14px; fill: currentColor; overflow: hidden; color: #fff; } .ny-case .swiper-container1 img { width: 100%; } .ny-case .swiper-container1 .swiper-pagination-bullet-active { background: #f36716; } .ny-case .case1-right { padding: 30px 2%; } .ny-case .case1-right h3 { color: #333; font-size: 1.2rem; } .ny-case .case1-right p { color: #666; font-size: .8rem; line-height: 1.2rem; } .service h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; } .service .ser1 { padding: 30px 2%; } .service .ser1 h4 { color: #666; font-size: .8rem; line-height: 1.2rem; width: 80%; margin: 10px auto; text-align: center; } .service .ser1 ul { margin-top: 20px; } .service .ser1 ul dl { display: flex; padding: 20px; box-sizing: border-box; align-items: center; border: 1px #dedede solid; margin-bottom: 10px; } .service .ser1 ul dl dt { width: 50px; margin-right: 20px; } .service .ser1 ul dl dt img { width: 100%; } .service .ser1 ul dl dd { flex: 1; } .service .ser1 ul dl dd h3 { color: #333; font-size: 1.2rem; margin-bottom: 6px; } .service .ser1 ul dl dd p { color: #666; font-size: .8rem; line-height: 1.2rem; } .service .ser2 { padding: 30px 2% 0; background: #f4f4f4; } .service .ser2 ul { margin-top: 30px; } .service .ser2 ul li { color: #666; font-size: .8rem; line-height: 1.2rem; } .service .ser2 .ser2-right { margin-top: 20px; } .service .ser2 .ser2-right img { width: 100%; } .service .sup1 { padding: 30px 2%; background: #f4f4f4; } .service .sup1 ul { padding: 20px 0; } .service .sup1 ul li { background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0; margin-bottom: 10px; } .service .sup1 ul li img { width: 50px; } .service .sup1 ul li h3 { color: #333; font-size: 1.2rem; margin: 10px 0 6px; } .service .sup1 ul li p { width: 80%; margin: auto; color: #666; font-size: .8rem; line-height: 1.2rem; text-align: center; } .service .sup2 { padding: 30px 2%; } .service .sup2 ul { margin-top: 20px; } .service .sup2 ul li { position: relative; margin-bottom: 10px; } .service .sup2 ul li dd { width: 100%; } .service .sup2 ul li dd img { width: 100%; } .service .sup2 ul li dt { position: absolute; left: 0; top: 0; bottom: 0; right: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .service .sup2 ul li dt h5 { color: #fff; font-size: 1.2rem; margin: 10px 0 6px; } .service .sup2 ul li dt a { font-size: .8rem; color: #fff; border: 1px #fff solid; padding: 6px; margin-top: 6px; } .network h2 { color: #333; font-size: 1.2rem; font-weight: bold; text-align: center; } .network .net1 { padding: 30px 2%; background: #f4f4f4; } .network .net1 dl { margin-top: 10px; } .network .net1 dl img { width: 100%; margin: 10px 0; } .network .net1 dl p { color: #333; font-size: .9rem; text-align: center; } .inpage-network { padding: 30px 2%; } .inpage-network ul { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px; } .inpage-network ul li { width: 48%; border: 1px #dedede solid; padding: 20px 6px; box-sizing: border-box; margin-top: 20px; } .inpage-network ul li h4 { display: flex; align-items: center; margin-bottom: 10px; } .inpage-network ul li .icon { width: 18px; height: 18px; fill: currentColor; overflow: hidden; color: #666; margin-right: 10px; } .inpage-network ul li span { color: #333; font-size: .9rem; } .inpage-network ul li p { color: #666; font-size: .8rem; } .inpage-question { padding: 30px 2%; background: #f4f4f4; } .inpage-question h2 { color: #fff; font-size: 20px; width: 160px; font-weight: bold; padding: 6px 0; text-align: center; border-radius: 6px; background: #f36716; } .inpage-question .colorf5 { background: #fff; padding: 30px 2%; } .inpage-question>div ul li { width: 100%; border-top: .05rem solid #fff; border-left: .03rem solid #fff; border-bottom: .05rem solid #fff; border-right: .03rem solid #fff; display: flex; flex-direction: column; padding: 0 34px; box-sizing: border-box; position: relative; } .inpage-question>div ul li::before { content: ''; position: absolute; left: 20px; top: 20px; height: 2px; background: #f36d1f; width: 0; transition: .4s; } .inpage-question>div ul li .que-q { height: 60px; display: flex; align-items: center; } .inpage-question>div ul li .que-a { padding: 20px 0; color: #999; font-size: 14px; line-height: 24px; display: none; } .inpage-question>div ul li .que-a span { width: 30px; height: 30px; background: #999; display: block; position: relative; } .inpage-question>div ul li .que-a span::before { content: 'A'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; font-size: 14px; text-align: center; line-height: 30px; } .inpage-question>div ul li a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .inpage-question>div ul li .que-q span { width: 30px; height: 30px; color: #fff; background: #f36d1f; font-size: 14px; text-align: center; line-height: 30px; transition: .4s; } .inpage-question>div ul li .que-q h4 { color: #666; font-size: 16px; margin-left: 10px; transition: .4s; } .inpage-question>div ul li:hover .que-q span, .inpage-question>div ul li:hover h4 { transform: translateX(30px); } .inpage-question>div ul li:hover::before { width: 36px; } .newslist ul { padding: 20px 0; } .newslist ul li { margin: 10px 0; padding-bottom: 10px; } .news-del { padding: 30px 2%; background: #f4f4f4; } .news-del h2 { text-align: center; color: #333; font-size: 1rem; margin-bottom: 12px; } .news-del p { text-align: center; color: #666; font-size: .8rem; margin-bottom: 12px; } .news-del .news-views { color: #666; font-size: .8rem; } .news-del .news-views img { max-width: 100%; display: block; } .gr-page-other { padding: 20px 0; border-top: 1px #dedede solid; } .gr-page-other p, .gr-page-other p a { color: #333; font-size: 16px; text-align: left; } .gr-page-other>a { width: 100%; height: 34px; color: #fff; font-size: 16px; text-align: center; line-height: 34px; background: #f36716; display: block; border-radius: 6px; } .hr .hr1 { padding: 30px 2%; } .hr h2 { color: #333; font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; } .hr h2 small { color: #333; font-size: .8rem; } .hr .hr1 p { color: #666; font-size: .8rem; line-height: 1.2rem; } .hr .hr2 { padding: 30px 2%; background: #f4f4f4; } .hr .hr2 ul li { margin-bottom: 20px; } .hr .hr2 ul li img { width: 100%; } .hr .hr2 ul li p { color: #333; font-size: .8rem; margin: 10px 0; text-align: center; } .hr .hr3 { padding: 30px 2%; } .hr .hr3 ul li { padding: 20px 2%; background: #f4f4f4; border: 1px #dedede solid; color: #333; font-size: .9rem; } .hr .hr3 ul li div, .hr .hr3 ul li div a { color: #333; font-size: .9rem; } .ny-contact .tact { padding: 30px 2%; } .ny-contact h2 { color: #333; font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; text-align: center; } .ny-contact .tact p { width: 90%; margin: auto; color: #666; font-size: .8rem; text-align: center; } .ny-contact .tact img { display: block; margin: auto; } #map { width: 100%; height: 500px; } .BMapLib_SearchInfoWindow { display: none; } .map-right { padding: 30px 2%; color: #333; font-size: 1rem; } .map-right h2 { color: #333; font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; text-align: center; }