@charset "utf-8"; /* ===================首页样式========================== */ /* 产品中心 s */ .ind_pro{ color: white; overflow: hidden; } .ind_pro_nav{ position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 3; } .ind_pro_nav ul{} .ind_pro_nav ul li{ display: block; width: 25%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .ind_pro_nav ul li.active,.ind_pro_nav ul li:hover{ background-color: rgb(0,78,162,.5); } .ind_pro_nav ul li:last-child{ border-right: none; } .ind_pro_nav ul li a{ display: block; font-size: 0.24rem; text-align: center; padding: 0.5rem 0; color: #fff; } .ind_pro_con{ min-height: 9.5rem; } .ind_pro_con .item{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding-top: 1.95rem; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0; visibility: hidden; } .ind_pro_con .item.show{ opacity: 1; visibility: visible; } .ind_pro_con .item .swiper{ width: 90%; margin: 0 auto; } .ind_pro_con .item::after{ content: ''; position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background-color: rgba(0,0,0,0.2); } .ind_pro_con .item ul{ } .ind_pro_con .item ul li{ text-align: center; } .ind_pro_con .item ul li .tit{ font-size: 22px; margin-bottom: 0.45rem; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .ind_pro_con .item ul li.swiper-slide-active .tit{ opacity: 1; } .ind_pro_con .item ul li .tit p{} .ind_pro_con .item ul li .tit i{ margin-left: 0.08rem; } .ind_pro_con .item ul li .pic{ width: 50%; opacity: 0.7; margin: 0 auto; /* border: 1px solid rgba(255, 255, 255, 0.2); */ /* border-radius: 50%; */ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; overflow: hidden; } .ind_pro_con .item ul li .pic img{ width: 100%; } .ind_pro_con .item ul li:hover li .pic img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .ind_pro_con .item ul li.swiper-slide-active .pic{ width: 86%; /* border: 1px solid rgba(255, 255, 255, 0.5); */ opacity: 1; } .ind_pro_con .item ul li a{ display: inline-block; width: 180px; height: 45px; line-height: 43px; font-size: 16px; border: 1px solid #fff; opacity: 0; margin: 0.6rem 0; } .ind_pro_con .item ul li a:hover{ background-color: #004ea2; border-color: #004ea2; } .ind_pro_con .item ul li.swiper-slide-active a{ opacity: 1; } .ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev{ display: none; } /* 产品中心 e */ /* 行业应用 s */ .ind_case{ position: relative; height: 8.7rem; overflow: hidden; } .ind_case .ind_tit{ position: absolute; top: 1.2rem; color: white; z-index: 2; text-align: left; width: 100%; } .ind_case .ind_tit h3{ color: rgb(255,255,255,.5); } .ind_case .ind_tit p{ color: white; font-size: 0.42rem; font-weight: bold; } .ind_case .view{ width: 100%; height: 100%; } .ind_case .view .swiper { height: 100%; } .ind_case .view .swiper-slide{ position: relative; overflow: hidden; } .ind_case .view .pic_bg{ height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; transition: 1s linear 6s; transform: scale(1.1); } .ind_case .view .swiper-slide-active .pic_bg { transition: 6s linear; transform: scale(1); } .ind_case .view .pic_bg img{ width: 100%; height: 100%; object-fit: cover; } .ind_case .view .con{ position: relative; top: 36%; color: #fff; } .ind_case .view .con .tit{ margin-bottom: 0.2rem; font-size: 0.42rem; line-height: 1; font-weight: bold; overflow: hidden; } .ind_case .view .con .info{ max-height: 60px; width: 500px; overflow: hidden; font-size: 16px; line-height: 30px; } .ind_case .view .con .view_li{ margin: 0.3rem 0 0.5rem; width: 56.25%; } .ind_case .view .con ul{} .ind_case .view .con ul li{} .ind_case .view .con ul li a{ display: block; } .ind_case .view .con ul li .pic{ border: 1px solid #fff; } .ind_case .view .con ul li .pic.rect-6380{ padding-bottom: 63.80%; } .ind_case .view .con ul li img{} .ind_case .view .con .view_li .swiper-button-prev,.ind_case .view .con .view_li .swiper-button-next{ width: 17px; height: 56px; top: 50%; margin-top: -28px; background: url("../images/case_prev.png") no-repeat center; background-size: 100% auto; } .ind_case .view .con .view_li .swiper-button-prev{ left: -0.48rem; } .ind_case .view .con .view_li .swiper-button-next{ right: -0.48rem; background-image: url("../images/case_next.png"); } .ind_case .view .con .view_li .swiper-button-prev::after,.ind_case .view .con .view_li .swiper-button-next::after{ display: none; } .ind_case .view .con a.ind_more{ margin-left: 0; margin-top: 0; border-color: white; color: white; width: 1.8rem; line-height: 0.48rem; height: 0.48rem; background-color: transparent; border: 1px solid #fff; } .ind_case .view .con a.ind_more:hover{ border-color: #004ea2; background-color: #004ea2; } .ind_case .ind_case_fr{ position: absolute; top: 0; right: 0; height: 100%; z-index: 3; overflow: hidden; } .ind_case .ind_case_fr .swiper{ height: 100%; } .ind_case .ind_case_fr ul{ } .ind_case .ind_case_fr ul li{ position: relative; height: 16.666667%; width: 4.8rem; min-width: 300px; display: flex; padding-left: 0.8rem; align-items: center; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,.4); border-left: 1px solid rgba(255,255,255,.4); background: rgba(0 ,162,233,.1); color: #fff; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; overflow: hidden; cursor: pointer; } .ind_case .ind_case_fr ul li.swiper-slide-thumb-active{ /* border-color: #004ea2; */ border: none; background: #004ea2; } .ind_case .ind_case_fr ul li a{} .ind_case .ind_case_fr ul li a .border{display: none;position: absolute;background: #fff;transition: all 6s;} .ind_case .ind_case_fr ul li.swiper-slide-thumb-active a .border{ display: block; } .ind_case .ind_case_fr ul li a .b-l{left: 0; animation:ipro1 6s infinite;-webkit-animation:ipro1 6s infinite; width: 1px;height: 100%; } .ind_case .ind_case_fr ul li a .b-t{top:0; animation:ipro2 6s infinite;-webkit-animation:ipro2 6s infinite; width: 100%;height: 1px; } .ind_case .ind_case_fr ul li a .b-r{right: 0; nimation:ipro3 6s infinite;-webkit-animation:ipro3 6s infinite; width: 1px;height: 100%; } .ind_case .ind_case_fr ul li a .b-b{bottom: 0; animation:ipro4 6s infinite;-webkit-animation:ipro4 6s infinite; width: 100%;height: 1px; } .ind_case .ind_case_fr ul li .ico{} .ind_case .ind_case_fr ul li .ico img{ display: block; width: 0.5rem; min-width: 40px; } .ind_case .ind_case_fr ul li .info{ margin-left: 0.4rem; color: #fff; } .ind_case .ind_case_fr ul li .info .tit{ margin-bottom: 10px; font-size: 0.28rem; } .ind_case .ind_case_fr ul li .info p{ font-size: 0.18rem; line-height: 1em; } @keyframes ipro1{from {bottom:-100%;}to {bottom:0; }} @-webkit-keyframes ipro1 {from {bottom:-100%;}to {bottom:0; }} @keyframes ipro2{from {left: -100%;}to {left:0; }} @-webkit-keyframes ipro2 {from {left: -100%;}to {left:0; }} @keyframes ipro3{from {top:-100%;}to {top:0; }} @-webkit-keyframes ipro3 {from {top:-100%;}to {top:0; }} @keyframes ipro4{from {right: -100%;}to {right: 0;}} @-webkit-keyframes ipro4 {from {right: -100%;}to {right: 0;}} /* 行业应用 e */ /* 新闻资讯 s */ .ind_new{ padding-top: 1.2rem; } .ind_new .fl{ width: 37.5%; } .ind_new .fl .ind_tit{ text-align: left; } .ind_new .fl .ind_tit h3{ color: #cdcdcd; } .ind_new .fl .ind_tit p{ font-size: 0.48rem; font-weight: 700; color: #1b1b1b; } .ind_new .fl ul{ margin-top: 0.2rem; } .ind_new .fl ul li{} .ind_new .fl ul li a{ display: block; padding: 0.25rem 1.2rem 0.4rem 0; border-bottom: 1px solid #373737; } .ind_new .fl ul li .time{ font-size: 18px; color: #868686; } .ind_new .fl ul li h4{ font-size: 22px; color: #292929; font-weight: 700; margin: 0.15rem 0; } .ind_new .fl ul li:hover h4{ color: #004ea2; } .ind_new .fl ul li p{ font-size: 14px; line-height: 1.6; color: #484848; } .ind_new .fl ul li span{ margin-top: 0.12rem; font-size: 16px; color: #484848; } .ind_new .fl ul li span i{ margin-left: 8px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .ind_new .fl ul li:hover span i{ margin-left: 16px; } .ind_new .fr{ width: 62.5%; padding-top: 0.2rem; } .ind_new .fr .swiper{ height: 100%; } .ind_new .fr ul{} .ind_new .fr ul li{} .ind_new .fr ul li a{ display: block; width: 100%; height: 100%; } .ind_new .fr ul li .pic{ position: absolute; width: 100%; height: 100%; } .ind_new .fr ul li .pic img{ width: 100%; height: 100%; object-fit: cover; } .ind_new .fr ul li .pic.rect-55{ padding-bottom: 55%; } .ind_new .fr ul li .info{ position: absolute; width: 100%; left: 0; bottom: 0; padding: 0.4rem 8% 0.4rem 4%; color: #ffffff; line-height: 1.5; background: linear-gradient(rgb(0,0,0,.0) 5%, rgb(0,0,0,.66) 100%); background: -webkit-linear-gradient(rgb(0,0,0,.0) 5%, rgb(0,0,0,.6) 100%); } .ind_new .fr ul li .info h4{ width: 38.5%; font-size: 20px; font-weight: bold; } .ind_new .fr ul li .info p{ width: 57.5%; font-size: 14px; } .ind_new .fr .swiper-pagination{ text-align: right; padding-right: 0.3rem; } .ind_new .fr .swiper-pagination span{ border: 1px solid #fff; width: 10px; height: 10px; background-color: transparent; opacity: 1; } .ind_new .fr span.swiper-pagination-bullet-active{ background-color: white; } /* 新闻资讯 e */ /* 关于我们 s */ .ind_ab{ padding-top: 0.7rem; overflow: hidden; } .ind_ab .con{ margin-top: 0.6rem; } .ind_ab .con ul{} .ind_ab .con ul li{ position: relative; float: left; width: calc(100% / 3); /* border-right: #FFFFFF 1px solid; */ /* margin-bottom: 0.3rem; */ } /* .ind_ab .con ul li:last-child{ border: none; } */ .ind_ab .con ul li:nth-child(2n)::after,.ind_ab .con ul li:nth-child(2n)::before{ position: absolute; top: 0; display: block; content: ""; width: 1px; height: 100%; background-color: white; z-index: 2; } .ind_ab .con ul li:nth-child(2n)::after{ right: 0; } .ind_ab .con ul li:nth-child(2n)::before{ left: 0; } .ind_ab .con ul li a{} .ind_ab .con ul li .pic{ position: relative; overflow: hidden; } .ind_ab .con ul li .pic.rect-625{ padding-bottom: 62.5%; } .ind_ab .con ul li .pic::after{ position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0,0,0,.4); } .ind_ab .con ul li .pic img{ width: 100%; } .ind_ab .con ul li .pic .txt{ position: absolute; left: 5%; top: 0; width: 90%; height: 100%; color: white; text-transform: uppercase; z-index: 2; } .ind_ab .con ul li .pic .txt p{ font-size: 22px; font-weight: bold; line-height: 1.4; } .ind_ab .con ul li .pic .txt span{ font-size: 32px; margin: 0 5px; } .ind_ab .con ul li .info{ height: 200px; padding: 0.4rem 5%; background-color: white; color: #fff; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; overflow: hidden; } .ind_ab .con ul li:nth-child(2) .info{ background-color: #e9e9e9; } .ind_ab .con ul li:hover .info{ background-color: #004ea2; } .ind_ab .con ul li .info .fl{ width: calc(100% - 60px); } .ind_ab .con ul li .info .fl p{ font-size: 16px; line-height: 1.6; color: #3d3d3d; } .ind_ab .con ul li:hover .info .fl p{ color: white; } .ind_ab .con ul li .info .fl i{ display: inline-block; /* width: 32px; height: 32px; line-height: 30px; text-align: center; border: 1px solid #666666; border-radius: 50%;*/ margin-top: 0.15rem; font-size: 36px; } .ind_ab .con ul li .info .fr{ width: 60px; text-align: right; } .ind_ab .con ul li .info .fr i{ font-size: 40px; } .ind_ab .con ul li .info i{ color: #666666; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .ind_ab .con ul li:hover .info i{ color: #fff; } /* 关于我们 e */ /* 产品中心 s */ /* 产品中心 e */ /* -------------------------PC端--------------------------- */ @media all and (max-width:1700px) { /* 1600 × (900/1024/1200) */ } @media all and (max-width:1599px) { /* 1440 × (900/1050) */ } @media all and (max-width:1439px) { /* 1360 × (768) */ .ind_pro_con .item ul li .tit{ font-size: 18px; } } @media all and (max-width:1359px) { /* 1280 × (800/854/1024) */ } @media all and (max-width:1279px) { /* 1152 × (864) */ } @media all and (max-width:1151px) { /* 1024 × (600/768) */ } /* ------------------------手机端-------------------------- */ @media all and (max-width:1000px) { /* 平板设备 720 适配 */ .ind_pro_con{ min-height: 15rem; } .ind_pro_con .item ul li.swiper-slide-active .pic{ width: 70%; } .ind_pro_con .item{ padding-top: 1.8rem; } .ind_pro_con .item ul li a{ margin: 0.4rem auto 0; width: 160px; height: 40px; line-height: 38px; font-size: 14px; } .ind_pro_con .item ul li .tit{ font-size: 16px; margin-bottom: 0.2rem; } .ind_pro_con .swiper-button-next::after, .ind_pro_con .swiper-button-prev::after{ color: white; top: auto; bottom: calc( (100% - 1.8rem) / 2); } .ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev{ display: block; } .ind_case{ height: auto; } .ind_case .ind_tit h3{ font-size: 0.6rem; } .ind_case .view>.swiper>.swiper-wrapper>.swiper-slide{ padding: 0.6rem 0 180px; } .ind_case .view .swiper{ height: auto; } .ind_case .view .con{ top: auto; padding-top: 3rem; } .ind_case .view .con .view_li{ margin: 0.6rem 0; } .ind_case .view .con a.ind_more{ width: 2.4rem; height: 0.66rem; line-height: 0.66rem; font-size: 16px; } .ind_case .ind_case_fr{ width: 100%; height: auto; bottom: 0; left: 0; top: auto; right: auto; } .ind_case .ind_case_fr .swiper{ height: auto; } .ind_case .ind_case_fr ul li{ display: block; height: auto; min-width: auto; padding-left: 0; } .ind_case .ind_case_fr ul li a{ padding: 0.2rem 0; } .ind_case .view .con .info,.ind_case .view .con .view_li{ width: 100%; margin-right: 0; } .ind_case .view .con .view_li .swiper-button-prev{ left: 10px; } .ind_case .view .con .view_li .swiper-button-next{ right: 10px; } .ind_case .ind_case_fr ul li .ico img{ max-height: 40px; width: auto; min-width: auto; } .ind_new{ padding-top: 1rem; } .ind_new .w16{ flex-wrap: wrap; } .ind_new .fl ul{ margin-top: 0.4rem; } .ind_new .fl,.ind_new .fr{ width: 100%; } .ind_new .fr ul li .pic{ position: relative; } .ind_new .fl ul li a{ padding-right: 0; } .ind_new .fl ul li .time{ font-size: 16px; } .ind_new .fl ul li h4{ font-size: 18px; margin: 0.24rem 0; } .ind_new .fl ul li span{ margin-top: 0.15rem; } .ind_new .fr ul li a{ height: auto; } .ind_new .fr ul li .pic{ position: relative; height: 0; padding-bottom: 75%; overflow: hidden; } .ind_new .fr ul li .pic img{ position: absolute;left: 0;top:0;width: 100%;height: 100%; *height: auto;object-fit: cover; } .ind_new .fr ul li .info{ position: relative; bottom: auto; background: none; background-color: #004ea2; flex-wrap: wrap; padding: 0.4rem 5% 0.6rem; } .ind_new .fr ul li .info h4,.ind_new .fr ul li .info p{ width: 100%; } .ind_new .fr ul li .info h4{ font-size: 16px; line-height: 24px; height: 48px; } .ind_new .fr ul li .info p{ margin-top: 0.15rem; } .ind_ab{ padding-top: 1rem; } .ind_ab .con ul li{ width: 100%; } } @media all and (max-width:768px) { .ind_pro_con{ min-height: 12rem; } .ind_pro_con .item ul li a{ width: 140px; height: 36px; line-height: 34px; font-size: 13px; margin-top: 0.2rem; } .ind_case .ind_tit{ top: 0.8rem; } .ind_case .view .con{ padding-top: 2.2rem; } } @media all and (max-width:640px) { /* 移动终端以上 360 适配 */ .ind_pro_con{ min-height: 12rem; } .ind_pro_con .item{ padding-top: 3rem; } .ind_pro_nav ul{ flex-wrap: wrap; } .ind_pro_nav ul li{ width: 50%; } .ind_pro_nav ul li a{ line-height: 1.3; padding: 0.4rem 0; display: flex; align-items: center; justify-content: center; } .ind_pro_con .swiper-button-next, .ind_pro_con .swiper-button-prev{ top: auto; bottom: calc( (100% - 3rem) / 2); } .ind_pro_con .swiper-button-next::after, .ind_pro_con .swiper-button-prev::after{ font-size: 0.48rem; color: white; } .ind_case .view>.swiper>.swiper-wrapper>.swiper-slide{ padding-bottom: 240px; } .ind_case .view .con .info{ font-size: 14px; line-height: 1.8; } .ind_ab .con ul li .pic .txt span{ font-size: 24px; } .ind_ab .con ul li .pic .txt span{ font-size: 22px; } .ind_ab .con ul li .pic .txt p{ font-size: 18px; } .ind_ab .con ul li .info{ height: auto; padding: 0.5rem 5%; } .ind_ab .con ul li .info .fl p{ font-size: 14px; } .ind_ab .con ul li .info .fr i{ font-size: 36px; } .ind_ab .con ul li .info .fl i{ margin-top: 0.3rem; font-size: 32px; } .ind_case .ind_case_fr ul li a{ padding-left: 10%; justify-content: left; } .ind_case .ind_case_fr ul li .ico img{ max-height: 35px; } .ind_case .ind_case_fr ul li .info{ margin-left: 0.3rem; } .ind_case .view .con .view_li .swiper-button-prev, .ind_case .view .con .view_li .swiper-button-next{ width: 10px; height: 32px; background-size: 100% auto; margin-top: -16px; } } @media all and (max-width:480px) { .ind_pro_con{ min-height: 10rem; } } @media all and (max-width:420px) { } @media all and (max-width:376px) { }