@charset "utf-8"; /*第三方字体加载*/ @font-face { font-family: "Geometric 415 Black BT"; src: url("fonts/Geometric 415 Black BT.woff2") format("woff2"), url("fonts/Geometric 415 Black BT.woff") format("woff"), url("fonts/Geometric 415 Black BT.ttf") format("truetype"), url("fonts/Geometric 415 Black BT.eot") format("embedded-opentype"), url("fonts/Geometric 415 Black BT.svg") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Berlin Sans FB Demi Bold"; src: url("fonts/Berlin Sans FB Demi Bold.woff2") format("woff2"), url("fonts/Berlin Sans FB Demi Bold.woff") format("woff"), url("fonts/Berlin Sans FB Demi Bold.ttf") format("truetype"), url("fonts/Berlin Sans FB Demi Bold.eot") format("embedded-opentype"), url("fonts/Berlin Sans FB Demi Bold.svg") format("svg"); font-weight: normal; font-style: normal; } /*网站主题色*/ a:hover { color: #fc5a20; } /*定宽布局*/ .com-width { margin-right: auto; margin-left: auto; width: 1400px; overflow: hidden;} @media (max-width: 1600px) { .com-width { width: 1200px; } } @media (max-width: 1280px) { .com-width { width: 1000px; } } @media (max-width: 1040px) { .com-width { width: 980px; } } @media (max-width: 980px) { .com-width { width: 94%; } } /*简易栅格化*/ .row { margin-left: -5px; margin-right: -5px; zoom: 1; } .row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .row>li, .row .item { float: left; padding: 0 5px; margin-bottom: 10px; } .row li img, .row .item img { max-width: 100%; } .row-2 li, .row-2 .item { width: 50%; } .row-3 li, .row-3 .item { width: 33.3333%; float: left; padding: 0 5px; } .row-4>li, .row-4 .item { width: 25%; } .row-5 li, .row-5 .item { width: 20%; } .row-6 li, .row-6 .item { width: 16.6666%; } .row-8 li, .row-8 .item { width: 12.5%; } @media (max-width: 980px) { .row-3 li, .row-3 .item { width: 50%; } } /*去除swiper一些默认样式*/ .swiper-pagination-bullet:focus, .swiper-button-next:focus, .swiper-button-prev:focus { outline: none; } .color-default { color: #fc5a20; } .pt-60 { padding-top: 30px; } .pt-80 { padding-top: 30px; } .pt-90 { padding-top: 30px; } .pb-80 { padding-bottom: 30px; } .pb-70 { padding-bottom: 30px; } .pb-100 { padding-bottom: 30px; } .pb-130 { padding-bottom: 30px; } .mt6 { margin-top: 6px; } .mb-010 { margin-bottom: -10px; } .com-pagination { margin-top: 10px; width: 100% !important; position: static !important; } .com-pagination .swiper-pagination-bullet { width: 6px; height: 6px; background: #cacaca; opacity: 1; text-align: center; margin: 0 5px; } .com-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ff651b; } /*头部*/ .header-wrap { width: 100%; height: 50px; } .header { position: absolute; left: 0; top: 0; z-index: 99; width: 100%; height: 50px; padding: 0 3%; box-sizing: border-box; text-align: center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header.miss { top: -50px!important; } .header.fixed { position: fixed; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .header.fixed .logo a, .header-wrap .header .logo a { color: #333; } .header.fixed .nav-list li a, .header-wrap .header .nav-list li a { color: #666; } .header .logo { font-size: 0; overflow: hidden; line-height: 50px; } .header .logo .pic { position: relative; display: inline-block; width: 100px; } .header.fixed .logo .pic, .header-wrap .header .logo .pic { background: url(../images/logo2.png) no-repeat center; background-size: contain; } .header.fixed .logo .pic img, .header-wrap .header .logo .pic img { opacity: 0; } .header.fixed .search, .header-wrap .header .search { border-color: #666; color: #666; } .header.fixed .search input::-webkit-input-placeholder, .header-wrap .header .search input::-webkit-input-placeholder { color: #666; } .header .logo a { display: inline-block; vertical-align: middle; font-size: 12px; color: #fff; } .header .logo a .slogan { display: inline-block; vertical-align: middle; margin-left: 10px; font-size: 10px; line-height: 1; margin-top: 4px; } .header .nav-list { display: inline-block; line-height: 100px; height: 100px; margin-right: 80px; } .header .nav-list li { float: left; margin: 0 18px; } .header .nav-list li a { position: relative; color: #fff; font-size: 16px; line-height: 50px; display: inline-block; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header .nav-list li:hover a, .header .nav-list li.on a { color: #fc5a20; } .header .search { position: absolute; right: 40px; margin-top: 20px; height: 40px; line-height: 40px; color: #fff; border-bottom: 1px solid #fff; } .header .search input { font-size: 18px; color: #fff; vertical-align: bottom; line-height: 30px; } .header .search input::-webkit-input-placeholder{ color: #fff; } .header .search input.inp { width: 80px; padding-left: 5px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header .search:hover input.inp { width: 120px; } .header .search input.sub { width: 30px; height: 30px; background: url(../images/icon-s.png) no-repeat center; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .header.fixed .search input.sub, .header-wrap .header .search input.sub { background: url(../images/icon-s-black.png) no-repeat center; } .header .search input.sub:hover { background: url(../images/icon-s-on.png) no-repeat center; } .header.fixed .search input, .header-wrap .search input { color: #333; } /*手机搜索*/ .header-search-btn { width: 18px; height: 50px; background: url(../images/wap-search.png?v=1) no-repeat center; background-size: contain; margin-right: 15px; } /*手机导航*/ .header .nav-btn{ display: block; line-height: 50px; font-size: 0; } .header .nav-btn img{ display: inline-block; height: 35px; } .slidedown{ position: absolute; left: 0; top: 50px; padding: 0 5%; width: 100%; background: #fff; overflow: auto; display: none; z-index: 5; text-align: left; } .slidedown ul{ width: 100%; } .slidedown li{ width: 100%; border-bottom: 1px solid #ddd; line-height: 45px; } .slidedown .top{ height: 40px; line-height: 40px; font-size: 14px; color: #333; /*background: url(../images/img-26.png) no-repeat right 3px center;*/ background-size: 14px; } .slidedown .top a { display: inline-block; width: 100%; } .slidedown li .top.cur{ /*background: url(../images/img-25.png) no-repeat right 3px center;*/ background-size: 14px; } .slidedown li .bot{ display: none; /*border-top:1px solid #ddd;*/ padding: 10px 0 0; } .slidedown .li1 .bot .h-box{ width: 100%; border-bottom: 1px solid #ddd; overflow: hidden; } .slidedown .li1 .bot .h-box p { color: #666; } .slidedown .li1 .bot .h-box img{ display: block; float: left; width: 0.5rem; height: 0.5rem; margin-right: 10px; } .slidedown .li1 .bot .h-box .f-box{ line-height: 0.5rem; width: 44%; float: left; height: 0.5rem; padding: 0.2rem 3%; background: url(../images/img-08.jpg) no-repeat right 5px center; } .child-box{ overflow: hidden; border-bottom: 1px solid #ddd; } .slidedown .li1 .bot .h-box .frr{ background: none; } .slidedown li .bot .child-box a{ font-size: 12px; line-height: 35px; color: #333; display: block; } .lik{ height: 1px; float: left; width: 15px; margin-top: 17px; margin-right: 5px; } .slidedown .spaa .top{ background: none; } .spaa a{ display: inline-block; width: 100%; color: #333; } .slidedown .li2{ border:0px none; margin-top: 15px; } .slidedown .li2 p{ border-radius: 5px; padding: 0 10px; line-height: 28px; margin-right: 5px; overflow: hidden; border:1px solid #ddd; display: inline-block; float: left; margin-bottom: 5px; font-size: 12px; } .slidedown .li2 p a{ color: #666; } .mobile-nav { float: right; height: 50px; position: relative; z-index: 3; padding: 16px 0 } .mobile-nav span { width: 25px; height: 2px; background: #333; display: block; margin-bottom: 5px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .mobile-nav.cur span { transform-origin: center; } .mobile-nav.cur span.line2 { display: none } .mobile-nav.cur span.line1 { transform: rotate(45deg); top: 6px } .mobile-nav.cur span.line3 { transform: rotate(-45deg); top: 0 } .search-btn img { width: 20px; height: 20px; margin-right: 10px; } .slidetop-box { display: none; position: absolute; width: 94%; height: 100%; background: #fff; } .search-top { padding: 10px 0; overflow: hidden; border-bottom: 1px solid #ddd; } .search-top img { float: left; } .search-top input.input { width: 50%; margin-left: 10px; height: 24px; border: 0px none; float: left; font-size: 12px; } .search-top input.submit { width: 63px; height: 23px; border: 1px solid #ddd; box-sizing: border-box; float: right; background: none; border-radius: 5px; overflow: hidden; } input.submit { cursor: pointer; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; outline: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .slidetop-box p { font-size: 14px; color: #999; margin: 15px 0; } .slidetop-box a { height: 40px; line-height: 40px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; margin: 0 auto; display: block; } .carry { height: 100%; position: absolute; top: 0px; left: 0px; display: none; } .carry img { display: block; height: 100%; } /*轮播*/ /*.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-button-prev { display: none; }*/ .bottom-nav { width: 100%; text-align: center; position: absolute; bottom: 10px; z-index: 10; } .ups-icon-videoplay { display: inline-block; vertical-align: middle; margin-right: 15px; cursor: pointer; } .ups-icon-videoplay:before { font-family: "upsicons"; content: "\e680"; font-size: 28px; color: white; } .stop-status.ups-icon-videoplay:before { content: "\e681"; } #banner .swiper-slide .img-inner { display: block; width: 100%; } #banner .swiper-pagination { position: relative; display: inline-block; height: 29px; vertical-align: middle; } #banner .swiper-pagination-bullet { width: 25px; height: 25px; background: transparent; opacity: 1; box-sizing: border-box; border-radius: 0; margin: 0 6px; vertical-align: middle; position: relative;} #banner .swiper-pagination-bullet:before { content: ""; position: absolute; left: 0; width: 100%; text-align: center; color: #eee; font-size: 12px; font-weight: normal; line-height: 1; } #banner .swiper-pagination-bullet-active:before { } #banner .swiper-pagination-bullet:first-child:before { content: "01"; } #banner .swiper-pagination-bullet:nth-child(2):before { content: "02"; } #banner .swiper-pagination-bullet:nth-child(3):before { content: "03"; } #banner .swiper-pagination-bullet:nth-child(4):before { content: "04"; } #banner .swiper-pagination-bullet:nth-child(5):before { content: "05"; } #banner .swiper-pagination-bullet:nth-child(6):before { content: "06"; } #banner .swiper-pagination-bullet:nth-child(7):before { content: "07"; } #banner .swiper-pagination-bullet:nth-child(8):before { content: "08"; } #banner .swiper-pagination-bullet:nth-child(9):before { content: "09"; } #banner .swiper-pagination-bullet:nth-child(10):before { content: "10"; } #banner .swiper-pagination-bullet:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 2px; height: 2px; background: #fff; margin-left: -1px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } #banner .swiper-pagination-bullet-active:after { background: #fc5a20; width: 6px; margin-left: -3px; } #banner .swiper-button-next, #banner .swiper-button-prev { width: 75px; height: 30px; margin-top: -15px; cursor: pointer; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } #banner .swiper-button-next { right: 60px; background: url(../images/icon-banner-next.png) no-repeat center; } #banner .swiper-button-prev { left: 60px; background: url(../images/icon-banner-prev.png) no-repeat center; } #banner .swiper-button-next:hover { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); } #banner .swiper-button-prev:hover { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); } /*主体*/ .index-title { padding-top: 30px; padding-bottom: 30px; text-align: center; } .index-title.pbig { padding-top: 30px; } .index-title h3 { font-size: 20px; color: #333; line-height: 1; } .index-title h3 span { font-weight: bold; text-transform: uppercase; } .index-title h4 { margin-top: 8px; font-size: 13px; color: #666; } .index-title .tit-des { margin-top: 10px; font-size: 12px; color: #989898; padding: 0 5%; } .index-title .tit-des br { display: none; } .index-title .more { margin-top: 20px; display: inline-block; color: #ff8205; border-bottom: 1px solid #ff8205; line-height: 30px; font-size: 12px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .index-title .more:hover { background: #ff8205; color: #fff; padding: 0 20px; } .index-product { padding-bottom: 30px; overflow: hidden; } .index-product .content { position: relative; } .index-product .content .item-l { width: 100%; } .index-product-list li .box { padding-bottom: 15px; background: #fff; text-align: center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-product-list li .box:hover, .index-product .content .item-r .box:hover { -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1); } .index-product-list li .box .pic { padding: 0 15px; overflow: hidden; } .index-product-list li .box h5 { font-size: 12px; color: #333; } .index-product-list li .box p { margin-top: 2px; color: #666; font-size: 12px; } .index-product .content .item-r { position: absolute; right: 0; top: 0; width: 24%; height: 100%; /*background: url(../images/index-product-r-bg.jpg) no-repeat center; background-size: cover;*/ background: #fff; } .index-product .content .item-r .box { text-align: center; background: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-product .content .item-r .box .cont h5 { font-size: 23px; color: #333; font-weight: bold; } .index-product .content .item-r .box .cont p { color: #333; } .index-product .content .item-r .box .cont .more { display: inline-block; margin-top: 10px; font-size: 16px; color: #fff; border-bottom: 1px solid #fc5a20; background: #fc5a20; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-product .content .item-r .box:hover .cont .more { padding: 0 10px; } .index-product .content .item-r .box:hover .com-back-btn { width: 140px; } .index-product .content .item-r .box .cont .pic { margin-top: 30px; margin-bottom: 50px; padding: 0 15px; } .index-solution { position: relative; overflow: hidden; } .index-solution .item { position: relative; float: left; width: 100%; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } /*.index-solution .item { width: 35% !important; }*/ /*.index-solution .item img { max-width: none; position: relative; left: 50%; margin-left: -378px; }*/ .index-solution .item .box { position: relative; } .index-solution .item .box:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 88; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-solution .item .box:before { opacity: 0; visibility: hidden; } .index-solution .item .box .sigle { position: absolute; left: 50%; top: 50%; width: 50%; margin-left: -25%; font-size: 20px; color: #fff; z-index: 99; text-align: center; line-height: 30px; margin-top: -30px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .index-solution .item .box .sigle { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); } .index-solution .item .box .cont { position: absolute; left: 10%; top: 10%; width: 80%; height: 80%; background: rgba(255, 255, 255, .8); text-align: center; z-index: 100; padding: 10% 5% 0; visibility: hidden; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-solution .item .box .cont { visibility: visible; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .index-solution .item .box .cont h5 { font-size: 16px; color: #333; } .index-solution .item .box .cont .des { color: #666; margin-top: 15px; opacity: 0; visibility: hidden; overflow: hidden; font-size: 12px; } .index-solution .item .box .cont .des { opacity: 1; visibility: visible; } .index-solution .pagination2 { margin-top: 10px; position: static; text-align: center; } .index-solution .pagination2 .swiper-pagination-bullet { width: 6px; height: 6px; margin: 0 5px; background: #d2d2d2; opacity: 1; } .index-solution .pagination2 .swiper-pagination-bullet-active { background: #f4651c; } .index-solution .item .box .cont .icon-more { margin-top: 30px; width: 40px; height: 10px; background: url(../images/icon-more1.png) no-repeat center; background-size: contain; } .index-about { padding-top: 50px; height: 280px; } /*数字滚动 风格2*/ .num-scroll-two { text-align: center; font-size: 0; } .num-scroll-two li { display: inline-block; width: 50%; padding: 0 20px; color: #fff; font-size: 14px; margin-bottom: 30px; } .num-scroll-two li .num { margin-right: 2px; font-size: 40px; font-family: "Geometric 415 Black BT","Impact", "Microsoft Yahei"; line-height: 1; } .num-scroll-two.inner { padding: 40px 0 10px; } .num-scroll-two.inner li { color: #666; } .num-scroll-two.inner li .num { color: #333; } .num-scroll-two li .cont { display: inline-block; vertical-align: top; } .num-scroll-two li .num-tit { color: #e9e9e9; } .num-scroll-two.inner li .num-tit { color: #666; } .index-honor { position: relative; margin-bottom: 30px; } .index-honor-list { overflow: hidden; } .index-honor-list .item .box { background: #efeded; text-align: center; padding: 35px 20px 25px; } .index-honor-list .item .box .pic { height: 230px; line-height: 230px; font-size: 0; overflow: hidden; } .index-honor-list .item .box .pic img { max-height: 100%; } .index-honor-list .item .box h5 { margin-top: 20px; color: #666; } .index-honor .com-next { right: -80px; background-image: url(../images/icon-h-next.png); background-size: auto; background-position: right center; } .index-honor .com-prev { left: -80px; background-image: url(../images/icon-h-prev.png); background-size: auto; background-position: left center; } .index-honor .com-next, .index-honor .com-prev { width: 45px; height: 45px; background-color: #666; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .index-honor .com-next:hover, .index-honor .com-prev:hover { background-color: #fc5a20; } .index-news { padding-bottom: 30px; } .index-news-swiper { overflow: hidden; } .index-news-content { opacity: 0!important; } .index-news-content.swiper-slide-active { opacity: 1!important; } .index-news-content .item-l { width: 100%; } .index-news-content .item-l .pic { margin-bottom: 10px; overflow: hidden; text-align: center; background: #fff; } .index-news-content .item-l .pic img { max-width: 100%; max-height: 100%; } .index-news-content .item-l h5 a { color: #333; } .index-news-content .item-l h5 a:hover, .index-news-content .item-l p .more:hover, .index-news-content .item-r ul li .box:hover h5 { color: #fc5a20; } .index-news-content .item-l h5, .index-news-content .item-r ul li .box h5 { font-size: 14px; color: #333; } .index-news-content .item-l h5 { font-size: 16px; } .index-news-content .item-l p, .index-news-content .item-r ul li .box p { margin-top: 5px; color: #666; font-size: 12px; } .index-news-content .item-r { width: 100%; } .index-news-content .item-r ul li .box h5 { position: relative; padding-left: 15px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-news-content .item-r ul li .box h5:before { content: ""; position: absolute; left: 0; width: 6px; height: 100%; background: url(../images/icon-news-tit.png) no-repeat center; } .index-news-content .item-r ul li .box p { color: #afafaf; } .index-news-content .item-l p .more { display: inline-block; margin-left: 6px; color: #fc5a20; } .index-news-content .item-l p .more span { display: inline-block; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-news-content .item-l p .more:hover span { padding: 0 10px; } .index-news-content .item-r { padding-top: 30px; } .index-news-content .item-r ul li .box { position: relative; padding-right: 80px; } .index-news-content .item-r ul li .box .more { position: absolute; right: 0; top: 50%; margin-top: -19px; width: 70px; font-size: 12px; color: #666; line-height: 1.5; text-align: right; } .index-news-content .item-r ul li .box .more .icon-more { position: relative; margin-bottom: 10px; width: 50px; height: 15px; overflow: hidden; } .index-news-content .item-r ul li .box .more .icon-more:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/icon-more3.png) no-repeat center #d2d2d2; background-size: 20px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .index-news-content .item-r ul li .box:hover .more .icon-more:before { left: 0; } .index-news-content .item-r ul li .box:hover .more .icon-more:after { left: 100%; } .index-news-content .item-r ul li ~ li { margin-top: 20px; } .index-news-content .item-r ul li .box:hover h5 { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } /*底部*/ .footer { padding: 30px 0; background: #2d2f2d; overflow: hidden; } .footer .qr-right { text-align: center; color: #fff; } .footer .qr-right p { margin-top: 5px; font-size: 12px; } .foot-nav { margin-left: 60px; } .foot-logo img { width: 160px; } .foot-nav { float: left; margin-left: 110px; margin-top: 10px; } .foot-nav>li { float: left; } .foot-nav>li ~ li { margin-left: 52px; } .foot-nav>li h4 { color: #fff; display: inline-block; font-size: 16px; line-height: 37px; } .foot-nav>li ul { margin-top: 10px; } .foot-nav>li ul li a:hover { color: #fc5a20; } .foot-nav>li ul li a { display: inline-block; line-height: 28px; color: #666; } .foot-contact { margin-top: 20px; } .com-zx { display: inline-block; padding: 0 15px; line-height: 30px; text-align: center; font-size: 12px; border: 1px solid #fff; color: #fff !important; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .com-zx:hover, .com-zx.zx1 { background: #fc5a20; border-color: #fc5a20; } .com-zx.zx1:hover { opacity: .9; } .com-zx .icon-zx, .com-zx.zx1 .icon-zx { position: relative; margin-right: 10px; margin-top: -2px; width: 15px; height: 15px; background: url(../images/icon-zx.png) no-repeat center; background-size: 15px; } .foot-contact h3 { margin-top: 10px; font-size: 20px; color: #fff; font-family: Arial; font-weight: bold; font-style: italic; } .foot-contact h3 a { color: #fff; } .copyright { margin-bottom: 40px; background: #2d2f2d; } .copyright .com-width { padding: 15px 0; border-top: 1px solid #424442; font-size: 10px; text-align: center; } .copyright .focus-list a { position: relative; display: inline-block; margin-left: 12px; width: 43px; height: 43px; line-height: 43px; text-align: center; background: #d5d5d5; border-radius: 50%; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; } .copyright .focus-list a:hover { background: #fc5a20; } .copyright .focus-list a .qr { position: absolute; bottom: 60px; left: 50%; margin-left: -50px; width: 100px; opacity: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .copyright .focus-list a:hover .qr { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } .copyright .focus-list a .icon { position: relative; } .copyright .focus-list a .icon:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .icon-tb { width: 22px; height: 18px; background: url(../images/foot-icon-tb.png) no-repeat center; } .icon-albb { margin-top: -4px; width: 27px; height: 14px; background: url(../images/foot-icon-albb.png) no-repeat center; } .icon-xcx { width: 20px; height: 19px; background: url(../images/foot-icon-xcx.png) no-repeat center; } .icon-qq { width: 20px; height: 22px; background: url(../images/foot-icon-qq.png) no-repeat center; } .icon-wx { width: 24px; height: 20px; background: url(../images/foot-icon-wx.png) no-repeat center; } .icon-tb:before { background-image: url(../images/foot-icon-tb-on.png); } .icon-albb:before { background-image: url(../images/foot-icon-albb-on.png); } .icon-xcx:before { background-image: url(../images/foot-icon-xcx-on.png); } .icon-qq:before { background-image: url(../images/foot-icon-qq-on.png); } .icon-wx:before { background-image: url(../images/foot-icon-wx-on.png); } .copyright .focus-list a:hover .icon:before { opacity: 1; } .links-content { background: #2d2f2d; padding-bottom: 20px; line-height: 30px; } .links-content a { margin: 0 5px; } /*内页栏目图*/ .page-banner { position: relative; overflow: hidden; } .page-banner .pb-tit { position: absolute; left: 5%; top:40%; } .page-banner .pb-tit.center { top: 50%; margin-top: -21px; left: 0;margin-left: 0; width: 100%; } .page-banner .pb-p-tit.center { /*margin-top: -60px;*/ } .product-banner .pb-tit.center { margin-top: -40px; } .product-banner .search-bar { margin-top: 15px; } .page-banner .pb-pic img { width: 100%; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;} /*缩小停止*/ @-webkit-keyframes SlickIn { 0% { -webkit-transform: scale(1.1, 1.1) } 100% { -webkit-transform: scale(1, 1) } } @-webkit-keyframes SlickOut { 0% { -webkit-transform: scale(1, 1) } 100% { -webkit-transform: scale(.9, .9) } } @keyframes SlickIn { 0% { transform: scale(1.1, 1.1) } 100% { transform: scale(1, 1) } } @keyframes SlickOut { 0% { transform: scale(1, 1) } 100% { transform: scale(.9, .9) } } .solution-banner .pb-pic img { height: 150px; max-width: none; position: relative; left: 50%; transform: translateX(-50%); width: auto; -webkit-animation: none; animation: none; } .page-banner .pb-tit span { display: block; color: #fff; line-height: 1; font-size: 14px; } .page-banner .pb-tit .en { font-size: 18px; font-weight: bold; text-transform: uppercase; } .page-banner .pb-tit .cn { margin-top: 10px; } .page-cate { height: 45px; font-size: 0; text-align: center; box-shadow: 0 1px 6px rgba(0,0,0,0.08); overflow: hidden; } .page-cate .com-width { width: 100%; } .page-cate ul li { display: inline-block; width: 25%; } .page-cate a { position: relative; display: inline-block; font-size: 12px; padding: 0 10px; line-height: 45px; } .page-cate ul li.on a, .news-cate li.on a { color: #fc5a20; } .page-cate a:before, .news-cate li a:before, .product-tit-tab li:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #fc5a20; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1); transition: transform .5s cubic-bezier(.4, 0, .2, 1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9; } .page-cate li a:hover:before, .page-cate li.on a:before, .news-cate li.on a:before, .news-cate li a:hover:before, .product-tit-tab li.on:before, .product-tit-tab li:hover:before { transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; } /*关于*/ .about-intro { position: relative; padding-top: 20px; overflow: hidden; } .about-intro .pic { width: 100%; margin-bottom: 30px; } .com-tit { font-size: 20px; color: #333; line-height: 1.3; } .com-tit-46 { font-size: 20px; color: #333; line-height: 1; } .com-tit-24 { font-size: 18px; color: #333; line-height: 1.3; font-weight: bold; } .com-des { padding-top: 15px; font-size: 12px; } .com-des p ~ p { margin-top: 5px; } /*.com-des .p2 { line-height: 30px; }*/ .about-intro .com-des2 {margin-top: 10px;} .about-ln { position: relative; overflow: hidden; } .oh { overflow: hidden; } .about-ln .cont { padding: 30px 0; } .linian-list { padding: 20px 0; } .linian-list ul { padding: 0 3%; } .linian-list ul li { width: 100%; text-align: center; margin: 5px 0; width: 33.3333%; } .linian-list ul li .box { position: relative; padding: 0 5px; } .linian-list ul li p br { display: none; } .linian-list ul li h5 { font-size: 16px; color: #333; } .linian-list ul li p { margin-top: 10px; font-size: 12px; color: #666; } .about-intro.feature { padding-top: 0; overflow: hidden; } .about-intro.feature .cont { } .about-partner { margin-top: 30px; } .about-partner .left { width: 100%; background: #f4f4f4 url(../images/partner-bg.jpg) no-repeat left center; background-size: cover; padding: 30px 10%; border-top: 2px solid #f4f4f4; overflow: hidden; text-align: center; } .about-partner .left .com-zx { margin-top: 30px; } .about-partner .right { width: 100%; overflow: hidden; background: #f5f5f5; } .about-partner .right ul li { float: left; width: 25%; text-align: center; } .honor-content { position: relative; } .honor-content .item-tit { text-align: center; } .honor-content .item-tit .box { background: #f44b1b; text-align: center; background: url(../images/honor-tit-bg.jpg) no-repeat center; background-size: cover; color: #fff; margin-bottom: 20px; } .honor-content .item-tit .box h3 { font-size: 18px; line-height: 45px; } .honor-content .item-tit .box h3 em { font-style: normal; font-size: 20px; font-family: "Arial Black", Arial; font-weight: bold; } .honor-content .item-swiper { overflow: hidden; } .honor-content .item-swiper ul li { padding: 0 5px; } .honor-content .item-swiper ul li .box { background: #fff; text-align: center; padding: 15px; } .honor-content .item-swiper ul li .box .pic { padding: 10px; height: 200px; line-height: 200px; font-size: 0; } .honor-content .item-swiper ul li .box .pic img { display: inline-block; max-height: 100%; } .honor-content .item-swiper ul li .box h5 { color: #666; margin-top: 10px; } .inner-honor-list { position: static !important; } .inner-honor-list .slick-dots { margin-top: 20px; width: 100%; text-align: center; } .inner-honor-list .slick-dots li { float: none; display: inline-block; padding: 0 !important; width: 6px; height: 6px; background: #cacaca; margin: 0 4px; padding: 0; border-radius: 50%; cursor: pointer; } .inner-honor-list .slick-dots li.slick-active { background: #f4651c; } .inner-honor-list .slick-dots li button { font-size: 0; } .honor-content2 { margin-top: 30px; } .honor-content2 .item-tit .box { background: url(../images/honor-tit-bg2.jpg) no-repeat center; background-size: cover; } .com-tit-36 { font-size: 20px; color: #333; line-height: 1; } .com-des-16 { font-size: 12px; color: #666; margin-top: 20px; } .partner-content { margin-top: 30px; } .partner-content .item { text-align: center; width: 100%; } .partner-content .item ~ .item { margin-top: 20px; } .partner-content .item .tit { color: #fff; font-size: 18px; padding-top: 20px; padding-bottom: 20px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .partner-content .item .tit:hover { opacity: .9; } .partner-content .item:first-child .tit { background: url(../images/hezuo-tit-1.png) no-repeat center; background-size: cover; } .partner-content .item:nth-child(2) .tit { background: url(../images/hezuo-tit-2.png) no-repeat center; background-size: cover; } .partner-content .item:last-child .tit { background: url(../images/hezuo-tit-3.png) no-repeat center; background-size: cover; } .partner-content .item .tit .icon { width: 100%:; height: 50px; line-height: 50px; font-size: 0; margin-bottom: 10px; } .partner-content .item .cont { position: relative; padding: 10px; background: #fff; overflow: hidden; } .partner-content .item .tit .icon img { height: 50px; } .partner-content .item .cont .swiper-container { background: #f5f5f5; } .partner-content .item .cont .swiper-slide { width: 33.3333%; float: left; padding: 0; height: auto; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .partner-content .item .cont .swiper-slide img { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .partner-content .item .cont .swiper-slide img:hover { position: relative; z-index: 2; -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); box-shadow: 0 0 20px rgba(0,0,0,0.2) } /*联系*/ .contact-one { padding: 30px 0; } .contact-one-list { margin-top: 40px; } .contact-one-list li ~ li { margin-top: 10px; } .contact-one-list li .pic, .contact-one-list li .cont { display: inline-block; vertical-align: middle; } .contact-one-list li .pic { width: 30%; } .contact-one-list li .pic img { width: 30px; } .contact-one-list li .cont { width: 60%; font-size: 12px; text-align: left; } .contact-one-list li .cont p span, .contact-one-list li .cont p a { font-size: 14px; } .contact-one-list li .cont p .f14 { font-size: 12px; } .contact-two { padding: 30px 0; } .contact-two-list { margin-top: 30px; } .contact-two-list li ~ li { margin-top: 10px; } .contact-two-list li .box { position: relative; background: #fff; padding: 15px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .contact-two-list li .box:hover { box-shadow: 0 0 20px rgba(0,0,0,.1); } .contact-two-list li .box h5 { font-size: 14px; color: #333; margin-bottom: 10px; } .contact-two-list li .box p { font-size: 12px; } .contact-two-list li .box p a { font-size: 14px; } .contact-two-list li .box .zx-box { padding-left: 10px; } .contact-two-list li .box .qq { position: relative; display: block; vertical-align: middle; width: 30px; height: 30px; background: #eaeaea; border-radius: 50%; margin-top: 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .contact-two-list li .box .qq:hover { background: #fc5a20; } .icon-qq2 { width: 100%; height: 100%; background: url(../images/foot-icon-qq-on.png) no-repeat center; background-size: 15px; } .icon-wx2 { width: 100%; height: 100%; background: url(../images/foot-icon-wx-on.png) no-repeat center; background-size: 15px; } .contact-two-list li .box .zx-box .wx .qr { position: absolute; left: 50%; top: -110px; margin-left: -50px; width: 100px; height: 100px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .contact-two-list li .box .zx-box .wx:hover .qr { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .news-cate { margin-top: 20px; text-align: center; margin-bottom: 30px; font-size: 0; } .news-cate li { position: relative; display: inline-block; margin: 0 15px; } .news-cate li ~ li:before { content: ""; position: absolute; left: -16px; top: 50%; height: 9px; margin-top: -4.5px; border-left: 1px dotted #6e6e6e; } .news-cate li a { display: inline-block; font-size: 14px; line-height: 24px; position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .news-cate li a:before { bottom: -3px; } .news-one { position: relative; margin-bottom: 10px; } .news-one .pic { overflow: hidden; font-size: 0; text-align: center; background: #fff; } .news-one .pic img { max-height: 100%; } .news-one .item { width: 100%; } .news-one .cont { background: #fff; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .news-one .cont .news-box { padding: 20px 15px; } .news-one .cont .news-box h4 { font-size: 16px; color: #333; font-weight: bold; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .news-one .cont .news-box p { margin-top: 10px; font-size: 12px; color: #666; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .icon-news-more { margin-top: 20px; width: 28px; height: 11px; background: url(../images/icon-news-more.png) no-repeat center; background-size: 16px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .news-one .cont .news-box .icon-news-more { margin-top: 20px; } .news-list { margin-left: -13px; margin-right: -13px; } .news-list li { margin-bottom: 10px; width: 100%; } .news-list li .news-box { position: relative; display: block; background: #fff; padding: 20px; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } /*.news-list li .news-box:before, .news-one .cont:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/news-bg.png) no-repeat right bottom #f4651c; opacity: 0; visibility: hidden; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .news-list li .news-box:hover:before, .news-one .cont:hover:before { opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }*/ .news-list li .news-box .content, .news-one .cont .news-box { position: relative; } .news-list li .news-box .date { font-size: 12px; color: #666; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .news-list li .news-box .date em { display: inline-block; margin-right: 10px; font-size: 14px; font-weight: bold; font-style: normal; } .news-list li .news-box h4 { margin-top: 10px; font-size: 14px; color: #333; font-weight: bold; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .news-list li .news-box p { margin-top: 10px; color: #989898; font-size: 12px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } /*解决方案*/ .solution-item { padding-top: 30px; text-align: center; } .solution-item h3 { font-size: 14px; color: #333; font-weight: bold; line-height: 1; padding: 0 5%; } .solution-item .des { margin-top: 15px; font-size: 12px; padding: 0 5%; } .solution-item .box { position: relative; margin-top: 20px; overflow: hidden; } .solution-item .box:before, .solution-banner:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 2; opacity: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .solution-item .box:hover:before, .solution-banner:before { opacity: 1; } .solution-item .box .cont, .solution-banner .solution-cont { position: absolute; left: 50%; top: 50%; width: 30%; margin-top: -12px; margin-left: -15%; text-align: center; z-index: 3; color: #fff; padding: 5px; background: rgba(0, 0, 0, .5); } .solution-banner .solution-cont { left: 5%; margin-left: 0; width: 90%; font-size: 16px; margin-top: -20px; } .solution-banner .solution-cont i { display: none; } /*.solution-item .box:hover .cont { opacity: 1; }*/ /*.solution-item .box .cont .icon-cloud, .page-banner .solution-cont .icon-cloud { width: 73px; height: 54px; background: url(../images/icon-cloud.png) no-repeat center; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .solution-item .box .cont h4, .page-banner .solution-cont h4 { margin-top: 20px; color: #fff; font-size: 18px; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); -webkit-transition: .6s; -o-transition: .6s; transition: .6s; } .page-banner .solution-cont h4 { font-size: 24px; } .solution-item .box .cont .more { display: inline-block; margin-top: 45px; color: #fff; font-size: 12px; opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); -webkit-transition: .7s; -o-transition: .7s; transition: .7s; } .solution-item .box:hover .cont .icon-cloud, .solution-item .box:hover .cont h4, .solution-item .box:hover .cont .more, .page-banner .solution-cont .icon-cloud, .page-banner .solution-cont h4 { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }*/ .solution-item .box img { height: 150px; max-width: none; position: relative; left: 50%; transform: translateX(-50%); } .center-more { margin-top: 30px; font-size: 14px; } .icon-jt { margin-left: 6px; width: 10px; height: 10px; background: url(../images/icon-s-next.png) no-repeat center; background-size: 10px; margin-top: -1px; } .solution-more { margin-top: 30px; margin-bottom: 30px; } .solution-bg { margin-top: -20px; position: relative; z-index: 5; background: #fff; padding-top: 30px; padding-bottom: 30px; text-align: center; } .solution-bg .des { margin-top: 20px; margin-bottom: 30px; font-size: 12px; padding: 0 5%; text-align: left; } .solution-bg .des p ~ p { margin-top: 5px; } .solution-bg .des p br { display: none; } .solution-bg ul { padding: 0 10%; margin-bottom: 90px; } .solution-bg ul li li { margin-bottom: 0; } .solution-bg ul li h4 { display: inline-block; vertical-align: middle; width: 88px; height: 88px; line-height: 22px; padding-top: 22px; background: #ff651b; color: #fff; font-size: 18px; text-align: center; border-radius: 50%; margin-right: 20px; } .solution-bg ul li:first-child h4 { background: #000; } .solution-bg ul li p { display: inline-block; vertical-align: middle; font-size: 16px; text-align: left; } .solution-bg .zx { display: inline-block; } .icon-s-more { width: 18px; height: 18px; background: url(../images/icon-s-more.png) no-repeat center; background-size: 18px; margin-top: -2px; margin-right: 10px; } .solution-detail { margin-top: 20px; padding: 30px 15px; background: #fff; } .solution-detail .content { padding-top: 20px; font-size: 12px; } .solution-product { padding-top: 30px; padding-bottom: 30px; } .solution-product-content { margin-top: 30px; overflow: hidden; } .index-product-list .swiper-slide { padding: 0 5px; margin-bottom: 10px; } .xg-case { padding-top: 30px; padding-bottom: 30px; } .xg-case-content { margin-top: 30px; } .xg-case-content ul li .box .pic { overflow: hidden; } .xg-case-content ul li .box .pic img { width: 100%; } .xg-case-content ul li h5 { font-size: 12px; color: #666; margin-top: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } /*服务*/ .service-one { background: url(../images/service-map.jpg?v=1) no-repeat center bottom #f5f5f5; background-size: contain; } .service-one .left { padding-top: 30px; padding-left: 5%; } .service-one .left h3 { font-size: 20px; color: #333; line-height: 1; } .service-one .left .p1 { font-size: 14px; margin-top: 10px; } .service-one .left .p2 { margin-top: 5px; font-size: 16px; color: #ff651b; } .service-one .left .com-zx { margin-top: 30px; background: #ff651b; border-color: #ff651b; } .service-one .right { } .service-one .right .num-scroll-two { width: auto; padding: 50px 0 20px; } .service-one .right .num-scroll-two li { width: 33.3333%; } .service-one .right .num-scroll-two li .cont { text-align: center; } .service-one .right .num-scroll-two li .num { font-size: 30px; } .service-one .right .num-scroll-two li .num-tit { font-size: 12px; line-height: 1.3; } .service-auto { text-align: center; padding: 30px 0 10px; } .com-tit-18 { font-size: 12px; margin-top: 5px; color: #333; } .service-auto-list { margin-top: 30px; font-size: 0; text-align: center; } .service-auto-list li { margin-bottom: 30px; } .service-auto-list li .pic { display: inline-block; width: 50px; height: 50px; line-height: 50px; font-size: 0; background: #2d2f2d; border-radius: 50%; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } .service-auto-list li .pic img { width: 20px; } .service-auto-list li h5 { margin-top: 16px; font-size: 14px; color: #333; } .service-auto-list li p { font-size: 12px; color: #666; line-height: 1.3; margin-top: 5px; } .service-auto-list li .more { margin-top: 10px; display: inline-block; font-size: 12px; color: #666; border-bottom: 1px solid #9c9c9c; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .service-auto-list li .box:hover .pic { background: #ff651c; box-shadow: 0 0 20px rgba(0,0,0,0.2) } .service-auto-list li .box:hover .more { color: #ff651c; border-color: #ff651c; padding: 0 10px; } .service-support { padding-top: 30px; background: #f5f5f5; } .support-content { margin-top: 30px; } .support-content .item { width: 100%; position: relative; overflow: hidden; } .support-content .item .cont { position: absolute; left: 5%; top: 50%; margin-top: -50px; } .support-content .item .cont h5 { font-size: 16px; color: #fff; line-height: 1.3; } .support-content .item .cont p { margin-top: 15px; font-size: 12px; color: #fff; } .support-tel { padding: 30px 0; text-align: center; font-size: 0; } .support-tel li { display: inline-block; width: 50%; } .support-tel li .pic { display: inline-block; margin-right: 5px; width: 30px; height: 30px; background: url(../images/icon-s-tel.png) no-repeat center; background-size: 15px; vertical-align: middle; } .support-tel li .cont { display: inline-block; vertical-align: middle; font-size: 12px; color: #333; text-align: left; } .support-tel li .cont .tel { line-height: 1; font-size: 14px; color: #fc5a20; } .faq-content { padding: 30px 0; } /*案例*/ .case-list { padding-top: 30px; } .case-item ~ .case-item { margin-top: 10px; } .case-item { position: relative; } .case-item .pic { display: block; width: 100%; overflow: hidden; float: none; } .case-item .cont { margin-top: 30px; overflow: hidden; width: 100%; } .case-list .case-item .cont { background: #fff; margin-top: 0; padding: 20px 15px; } .case-list .case-item .cont h3 { line-height: 1.3; font-size: 14px; } .case-list .case-item .cont p { margin-top: 10px; } .case-list .case-item .cont .com-table { position: relative; } .case-item .cont h3 { line-height: 50px; color: #333; } .case-item .cont h4 { font-size: 24px; margin-top: 30px; color: #333; } .case-item .cont p { font-size: 12px; color: #666; margin-top: 2px; } .case-item .cont .more { display: inline-block; margin-top: 15px; font-size: 12px; color: #ff651b; border-bottom: 1px solid #ff651b; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .case-item .cont:hover .more { padding: 0 15px; } .case-detail-header .case-item .cont { padding-bottom: 30px; } .case-detail-header .case-item .cont h3 { line-height: 1.3; font-weight: bold; font-size: 18px; } .case-detail-header .case-item .cont h4 { font-size: 16px; margin-top: 20px; color: #333; } .case-detail-header .case-item .cont .des { margin-top: 20px; font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important; } .case-detail-header .case-item .cont .des p span { font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important; } .case-detail-header .case-item .cont .other { margin-top: 30px; } .case-detail-header .case-item .cont .other .com-zx { margin-right: 10px; } .case-detail-header .case-item .cont .other .share { display: block; margin-top: 20px; } .case-detail-header .case-item .cont .other .share a { font-size: 16px; color: #333; } .case-detail-hezuo { background: #fff; padding-top: 30px; padding-bottom: 30px; } .case-detail-hezuo .content { font-size: 12px; } .case-detail-hezuo .content p ~ p { margin-top: 5px; } .case-detail-hezuo .com-tit-36 { margin-bottom: 20px; } .case-detail-hezuo .pic { overflow: hidden; } .case-detail-hezuo .cont { overflow: hidden; padding-left: 100px; padding-right: 40px; padding-top: 5px; } .case-detail-hezuo .cont ul li ~ li { margin-top: 60px; } .case-detail-hezuo .cont ul li h5 { font-size: 24px; color: #333; line-height: 1; } .case-detail-hezuo .cont ul li p { font-size: 15px; margin-top: 18px; } .case-detail-product { padding-top: 30px; padding-bottom: 30px; } .case-detail-product .index-product-list { margin-top: 30px; } /*研发*/ .yanfa { padding: 30px 15px 20px; background: #fff; } .yanfa ul li .box { overflow: hidden; } .yanfa .right { padding-left: 20px; padding-top: 40px; width: 40%; } .yanfa .right h5 { font-size: 40px; color: #333; font-weight: bold; line-height: 1; overflow: hidden; } .yanfa .right p { font-size: 12px; } .yanfa .right h4 { font-size: 14px; color: #333; margin-left: 15px; line-height: 1.1; } .yanfa .content { /*padding-right: 20px;*/ /*overflow: hidden;*/ } .yanfa ul { margin-top: 30px; } .yanfa ul li { width: 100%; } .yanfa .content .com-des { padding-top: 20px; } .yanfa-intro { margin-top: 30px; } .yanfa-intro .item { float: left; width: 100%; height: 130px; line-height: 130px; background: #ff651b; color: #fff; text-align: center; font-size: 0; padding: 0 15px; } .yanfa-intro .item:first-child { background: #000; } .yanfa-intro .item .pic, .yanfa-intro .item .cont { display: inline-block; vertical-align: middle; } .yanfa-intro .item .pic { margin-right: 10%; } .yanfa-intro .item .pic img { width: 50px; } .yanfa-intro .item .cont { text-align: left; } .yanfa-intro .item .cont h3 { font-size: 16px; } .yanfa-intro .item .cont p { margin-top: 5px; line-height: 1.75; font-size: 12px; } .chengguo { padding: 30px 0; } .chengguo h3 .more { font-size: 12px; } .chengguo ul { margin-top: 20px; } .chengguo ul li { float: left; width: 100%; font-size: 12px; border-bottom: 1px dashed #d7d7d7; } .chengguo ul li a { padding: 10px 0; display: inline-block; vertical-align: middle; } .pinzhi { position: relative; background: #fff; padding: 30px 15px 20px; } .pinzhi .pic { border-right: 1px dashed #d5d5d5; padding-right: 15px; margin-right: 15px; } .pinzhi .pic img { width: 80px; } .pinzhi .cont { position: relative; } .pinzhi .cont .pic-list { margin-top: 20px; } .pinzhi .cont .pic-list ul li { width: 100%; } .pinzhi .cont .pic-list ul li img { width: 100%; } .pinzhi .cont .pic-list ul li .box { overflow: hidden; } /*产品*/ /*手机*/ .select-condition-wrap .big-tit { line-height: 40px; background: #4c4c4c; color: #fff; font-size: 14px; padding: 0 15px; /*margin-top: 10px;*/ } .select-condition-wrap .big-tit:first-child { margin-top: 0; } .select-condition-wrap .big-tit:before { content: ''; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-left: 8px solid #fff; border-bottom: 6px solid transparent; margin-right: 10px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .select-condition-wrap .big-tit.on:before, .select-condition-wrap .big-tit.aon:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .select-condition-wrap { padding: 30px 0; } .select-condition-wrap .more2 { display: block; text-align: center; margin: 20px auto 0; width: 100px; line-height: 30px; } .select-condition { display: none; border: 1px solid #e6e5e6; } .select-condition.aon { display: block !important; } .select-condition dl { position: relative; line-height: 26px; /*overflow: hidden;*/ font-size: 15px; } .select-condition dl~dl { border-top: 1px solid #e6e5e6; } .select-condition dl dt { position: absolute; left: 0; width: 15%; height: 100%; color: #333; padding: 15px; text-align: center; overflow: hidden; background: #f4f4f4; font-size: 0; font-weight: bold; } .select-condition.first-one dl:nth-child(1):before, .select-condition.first-one dl:nth-child(2):before, .select-condition.first-one dl:nth-child(3):before { content: ""; position: absolute; left: 0; bottom: -1px; border-bottom: 2px solid #f4f4f4; width: 100%; z-index: 2; } .select-condition dl dt span { display: inline-block; line-height: 1.3; vertical-align: middle; font-size: 16px; } /*.select-condition.first-big dl dt { line-height: 90px; font-size: 18px; font-weight: bold; }*/ .select-condition dl dd { float: right; width: 100%; padding-bottom: 10px; line-height: 26px; overflow: hidden; font-size: 12px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .select-condition dl dd span { margin-bottom: 10px; color: #333; float: none; width: 100%; padding: 0 13px; display: block; font-size: 14px; line-height: 30px; background: #f5f5f5; } .select-condition dl dd .cont { overflow: hidden; } .select-condition dl dd.on { height: 86px; } .select-condition.first-big dl dd { font-size: 14px; color: #333; font-weight: bold; padding: 10px; } .select-condition dl dd a { position: relative; width: 25%; text-align: center; display: inline-block; -webkit-transition: .1s; -o-transition: .1s; transition: .1s; } .select-condition dl dd a:hover { color: #f4651c; } .select-condition dl dd a.hong { color: #f4651c; } .select-condition.first-big dl dd a { position: relative; color: #333 !important; width: 50%; font-size: 12px; vertical-align: top; text-align: left; } .select-condition.first-big dl dd a:last-child { width: 50%; } .select-condition.first-big dl dd a:before { content: ""; display: inline-block; width: 10px; height: 10px; border: 1px solid #c9c9c9; vertical-align: middle; margin-top: -2px; margin-right: 6px; } .select-condition.first-big dl dd a.hong:after { content: ""; position: absolute; left: 2px; top: 5px; width: 15px; height: 15px; background: url(../images/icon-yse.png) no-repeat right top; background-size: 15px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } .select-condition dl dd h1 { margin: 0 20px; display: inline-block; color: red; min-width: 170px; } .select-condition dl .more { display: none; position: absolute; right: 25px; top: 22px; width: 16px; height: 16px; background: url(../images/icon-select-more.png) no-repeat; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .select-condition dl .more:hover { background: url(../images/icon-select-more-on.png) no-repeat; } .select-condition dl .more.on { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .select-condition dl .more2 { position: absolute; right: 40px; top: 32px; padding: 0 20px; line-height: 30px; font-size: 18px; color: #fc5a20; border: 1px solid #fc5a20; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .select-condition dl .more2:hover { background: #fc5a20; color: #fff; } .ok-bar { margin-top: 50px; text-align: center; } .ok-bar a { display: inline-block; margin: 0 10px; width: 140px; line-height: 40px; background: #ddd; color: #666; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .ok-bar a:hover { opacity: .9; } .ok-bar .j-sub { background: #ff651b; color: #fff; } .selected-bar { padding-top: 20px; padding-bottom: 20px; font-size: 12px; } .selected-bar .tit { font-size: 12px; color: #333; font-style: normal; } .selected-bar .cur { display: inline-block; color: #ff651b; margin: 0 5px; font-size: 12px; vertical-align: top; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .selected-bar .fr { float: none; font-size: 12px; } .selected-bar .fr .count-nun { color: #333; } .search-bar { display: inline-block; /*margin-top: 20px;*/ width: 60%; line-height: 35px; } .search-bar .inp { float: left; width: 80%; padding: 0 15px; text-align: left; font-size: 12px; line-height: 35px; background: #fff; border-radius: 0px; } .search-bar .inp::-webkit-input-placeholder { color: #999; } .search-bar .sub { float: right; width: 20%; height: 35px; background: url(../images/icon-search.png) no-repeat center #ff651b; background-size: 20px; cursor: pointer; border-radius: 0px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .search-bar .sub:hover { background-color: #fb5100; } .product-list .item .box { background: #fff; position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .product-list .item .box:hover { -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1); } .product-list .item .box .pic { width: 49%; height: 100%; text-align: center; background: #fff; overflow: hidden; } .product-list .item .box .cont { position: absolute; right: 0; top: 0; width: 51%; height: 100%; padding-right: 15px; overflow: hidden; } .product-list .item .box .cont h3 { font-size: 14px; color: #333; font-weight: bold; } .product-list .item .box .cont h4 { margin-top: 2px; font-size: 14px; color: #333; } .product-list .item .box .cont p { margin-top: 8px; color: #666; font-size: 12px; } .product-list .item .box .cont .more { display: inline-block; margin-top: 10px; font-size: 10px; color: #ff651b; border-bottom: 1px solid #ff651b; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .product-list .item .box:hover .cont .more { padding: 0 10px; } .product-detail-header { position: relative; z-index: 2; } .product-detail-header .case-item .cont h3 { line-height: 1.3; } .product-detail-header .case-item .cont h3 br, .case-item .cont p br { display: none; } .product-detail-header .case-item .cont .des { height: auto; } .product-detail-header .case-item .pic { position: relative; overflow: visible; float: none; } .product-pic-swiper { position: relative; overflow: hidden; } .product-pic-swiper .swiper-slide { float: left; } .pagination-product { position: absolute !important; bottom: 5px !important; width: 100%; } .pagination-product .swiper-pagination-bullet { width: 6px; height: 6px; background: #ddd; opacity: 1; margin: 0 6px; } .pagination-product .swiper-pagination-bullet-active { background: #f57a4d; } .product-detail { margin-top: 50px; } .product-detail-content { width: 100%; float: none; } .product-xg { width: 100%; float: none; margin-top: 30px; } .tit-bar { line-height: 40px; border-top: 2px solid #000; font-size: 14px; color: #333; text-align: center; margin-bottom: 10px; } .product-tit-tab li { float: left; width: 50%; position: relative; cursor: pointer; } .product-tit-tab li:before { top: -2px; } .product-detail-content .content { background: #fff; padding: 15px; font-size: 12px; } .product-detail-content .content .item ~ .item { display: none; } /*在线选配*/ .product-xp h3 { margin-top: 15px; font-size: 20px; color: #333; font-weight: bold; text-align: center; margin-bottom: 20px; } .product-xp .search-air { line-height: 40px; border: 1px solid #e5e5e5; font-size: 12px; padding: 0 15px; background: #fff; } .product-xp .search-air input { font-size: 12px; color: #666; width: 80%; } .product-xp .search-air .icon-sub { display: inline-block; cursor: pointer; vertical-align: middle; margin-right: 10px; width: 20px; height: 20px; background: url(../images/search.png) no-repeat center; background-size: contain; } .search-air-table { width: 100%; border: 1px solid #e5e5e5; text-align: center; font-size: 16px; background: #fff; } .search-air-table tr { position: relative; height: 50px; border: 1px solid #e5e5e5; } .search-air-table.j-sat tr { cursor: pointer; } .search-air-table tr.on { border: 2px solid #fc5a20; } .search-air-table th { font-weight: normal; color: #333; font-size: 12px; } .search-air-table th, .search-air-table td { border: 1px solid #e5e5e5; width: 20%; font-size: 12px; line-height: 1.3; } .search-air-table td { border-top: 1px solid transparent; } .product-xp .tip { margin-top: 10px; margin-bottom: 10px; font-size: 12px; color: #999; } .page-go { display: none; } .page-go a { display: inline-block; vertical-align: middle; font-size: 14px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .page-go .prev { padding-left: 24px; background: url(../images/icon-p-prev.png) no-repeat left center; } .page-go .prev:hover { background: url(../images/icon-p-prev-on.png) no-repeat left center; } .page-go .next { padding-right: 24px; background: url(../images/icon-p-next.png) no-repeat right center; } .page-go .next:hover { background: url(../images/icon-p-next-on.png) no-repeat right center; } .page-go .list { margin: 0 15px; width: 18px; height: 18px; background: url(../images/icon-list.png) no-repeat center; background-size: contain; } .page-go .list:hover { background: url(../images/icon-list-on.png) no-repeat center; background-size: contain; } /*调整 0913*/ .index-title .news-cate { margin-top: 20px; margin-bottom: 0; } .ajax-more { display: inline-block; width: 100%; } /*留言*/ .message-titbar { margin-top: 30px; text-align: center; font-size: 0; } .message-titbar a { position: relative; font-size: 14px; color: #333; display: inline-block; width: 50%; text-align: left; padding-left: 10%; line-height: 30px; } .message-titbar a span { position: relative; display: inline-block; width: 14px; height: 14px; border: 1px solid #d1d1d1; border-radius: 50%; vertical-align: middle; margin-top: -2px; margin-right: 9px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .message-titbar a span:before { content: ""; position: absolute; left: 50%; top: 50%; margin-top: -3px; margin-left: -3px; width: 6px; height: 6px; border-radius: 50%; background: #fc5a20; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .message-titbar a.on span { border-color: #fc5a20; } .message-titbar a.on span:before { background: #fc5a20; opacity: 1; } .message-content { overflow: hidden; } .message-content .item ~ .item { display: none; } .com-content .item ~ .item { display: none; } /*下载页面*/ .download-list { padding: 83px 0 136px } .download-list-tit { font-size: 30px; color: #333; line-height: 89px } .download-list-box { width: 100%; padding-top: 20px; } .download-list-box ul { width: 100% } .download-list-box li { width: 100% } .download-list-box .title { width: 100%; cursor: pointer; padding-left: 64px; background: url(../images/down-icon2.png) no-repeat left center; line-height: 70px; font-size: 18px; color: #666; padding-right: 30px; border-bottom: 1px solid #e0e0e0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; } .download-list-box .title:hover { /*border-bottom: 0;*/ background: url(../images/down-icon1.png) no-repeat left center; color: #fc5a20 } .download-list-box .time { font-size: 14px; color: #666; opacity: .5; filter: alpha(opacity=50) } .download-list-box .con { width: 100%; padding: 1.7%; background: #f7f7f7; display: none } .download-list-box dd { width: 100%; margin-bottom: 17px; background: #fff; padding: 39px 3.7% 49px } .download-list-box dd h2 { line-height: 44px; font-size: 24px; color: #333; margin-bottom: 14px } .download-list-box dd .line { margin-bottom: 20px; border-bottom: 1px solid #e6e5e5; padding-bottom: 40px } .download-list-box dd p { font-size: 15px; color: #666; line-height: 25px } .download-list-box .download { margin-top: 23px; width: 130px; height: 42px; padding-left: 37px; line-height: 42px; background: #fc5a20 url(../img/ser23.png) no-repeat 77px center; color: #fff; font-size: 16px; color: #fff; display: block; border-radius: 30px } .download-list-box .weima { display: block; width: 300px } .download-list-box .weima img { width: 60%; float: left } .download-list-box .weima p { width: 40%; text-align: center; font-size: 12px; color: #666; line-height: 18px; float: right; margin-top: 18px } /*可检测气体*/ .air-content .item { background: #fff; } .air-content .item ~ .item { margin-top: 10px; } .air-content .item .icon { vertical-align: middle; margin-right: 5px; } .icon-air1 { width: 20px; height: 20px; background: url(../images/air2-1.png) no-repeat center; background-size: contain; } .icon-air2 { width: 20px; height: 20px; background: url(../images/air2-2.png) no-repeat center; background-size: contain; } .icon-air3 { width: 20px; height: 20px; background: url(../images/air2-3.png) no-repeat center; background-size: contain; } .icon-air4 { width: 20px; height: 20px; background: url(../images/air2-4.png) no-repeat center; background-size: contain; } .air-content .item .tit { width: 100%; line-height: 40px; text-align: center; } .air-content .item-1 .tit { background: #ff651b; } .air-content .item-2 .tit { background: #71c746; } .air-content .item-3 .tit { background: #555454; } .air-content .item-4 .tit { background: #f54e33; } .air-content .item .tit h3 { display: inline-block; vertical-align: middle; color: #fff; font-size: 16px; } .air-content .item .cont { width: 100%; padding: 15px; font-size: 0; } .air-content .item .cont a { display: inline-block; width: 33.3333%; padding: 5px; font-size: 12px; vertical-align: top; } /*轮播按钮*/ .index-solution .button-next, .index-solution .button-prev, .common-swiper-wrap .common-next, .common-swiper-wrap .common-prev { width: 45px; height: 45px; top: 50%; margin-top: -22.5px; background-color: #666; z-index: 99; opacity: .5; display: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .index-solution .button-next, .common-swiper-wrap .common-next { right: 5%; background-image: url(../images/icon-h-next.png); background-size: auto; background-position: right center; } .index-solution .button-prev, .common-swiper-wrap .common-prev { left: 5%; background-image: url(../images/icon-h-prev.png); background-size: auto; background-position: left center; } .index-solution .button-next:hover, .index-solution .button-prev:hover, .common-swiper-wrap .common-next:hover, .common-swiper-wrap .common-prev:hover { background-color: #fc5a20; opacity: 1; } .head-search-box { position: fixed; top: 50px; left: 0; width: 100%; height: 45px; line-height: 45px; background: rgba(221, 221, 221, .95); display: none; } .head-search-box.on { display: block; } .head-search-box .inp { border-bottom: 1px solid rgba(255, 255, 255, .5); line-height: 25px; color: #333; font-size: 12px; width: 50%; } .head-search-box .sub { padding: 0 15px; background: #ff8205; color: #fff; line-height: 28px; font-size: 12px; margin-left: 15px; } /*.news-faq-list li .news-box { padding: 30px; }*/ .news-faq-list li .news-box h4 { margin-top: 0; } /*.news-faq-list li .news-box:before { background: #f4651c; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }*/ .flex {display: flex;justify-content: space-between;flex-wrap: wrap;} .foot-form { padding: 72px 0; background: url(../images/form-bg.jpg) no-repeat center; background-size: cover; } .foot-form .title { width: 40%; padding-top: 10px; } .foot-form .cont { width: 50%; } .foot-form .title h3 { font-size: 24px; line-height: 1.5; color: #000000; } .foot-form .title h3 b { font-size: 48px; } .foot-form .title h4 { font-size: 24px; line-height: 1.5; color: #000000; } .foot-form .title .tel { margin-top: 45px; } .foot-form .title .tel b { font-family: DINPro-Medium; font-size: 36px; line-height: 36px; color: #fc5a20; display: inline-block; vertical-align: middle; } .foot-form .title .tel i { display: inline-block; vertical-align: middle; margin-right: 10px; width: 33px; color: #fff;} .foot-form .title .tel span { display: inline-block; width: 25px; height: 26px; vertical-align: middle; font-size: 12px; line-height: 1.1; text-align: center; color: #4d4d4d; margin-left: 4px; margin-right: 12px; } .foot-form .cont .form-list .inp { width: 49%; height: 50px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 0 25px; } .foot-form .cont .form-list textarea { width: 100%; height: 120px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 12px 25px; margin-top: 10px; } .foot-form .cont .form-list .sub { width: 200px; height: 50px; background-color: #fc5a20; margin-top: 20px; font-size: 16px; color: #ffffff; cursor: pointer; } @media (max-width:1600px) { .foot-form .title h3 b { font-size: 36px; } .foot-form .title h3, .foot-form .title h4 { font-size: 20px; } } @media (max-width:768px) { .foot-form { padding: 40px 0; } .foot-form .title { width: 100%; padding-top: 0; } .foot-form .cont { width: 100%; } .foot-form .title h3, .foot-form .title h4 { font-size: 16px; line-height: 1.75; } .foot-form .title h3 b { font-size: 22px; } .foot-form .title .tel { margin-top: 30px; margin-bottom: 35px; } .foot-form .title .tel b { font-size: 22px; } .foot-form .cont .form-list .inp { width: 100%; height: 40px; background-color: #ffffff; font-size: 14px; color: #888888; padding: 0 15px; } .foot-form .cont .form-list .inp ~ .inp { margin-top: 10px; } .foot-form .cont .form-list textarea { width: 100%; height: 80px; font-size: 14px; padding: 10px 15px; margin-top: 10px; } .foot-form .cont .form-list .sub { width: 180px; height: 40px; margin-top: 15px; font-size: 14px; } }