@font-face{ font-family: "impact"; src: url('../fonts/impact.eot'); src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'), url('../fonts/impact.svg#ARENAK') format('svg'), url('../fonts/impact.woff2') format('woff2'), url('../fonts/impact.woff') format('woff'), url('../fonts/impact.ttf') format('truetype'); font-weight: normal; font-style: normal; } @media (max-width: 768px) { .banner{ height: 240px !important; } .welcome-banner .banner-img{ width: 100%!important; height: 240px!important; } .welcome-banner .w1200{ left: 56% !important; text-align: left!important; margin-top: -35px!important; } .welcome-banner li:nth-child(4) .w1200{ left: 5% !important; top: 67% !important; } .arrow{ display: none; } .main-title .tit .txt-bg{ font-size: 52px !important; } .main-title .tit{ height: 52px !important; } .main-title .tit .txt-bg,.main-title .tit h4{ line-height: 52px !important; } .solutions{ height: 240px !important; padding: 0px !important; } .solutions .swiper-wrapper{ margin: 0px !important; } .case-wrapper .cases{ height: 240px !important; } .case-wrapper .cases .swiper-wrapper{ margin: 0px !important; } .case-wrapper { padding-bottom: 60px !important; } .cases-pagination{ bottom: 20px !important; } .news-top .l{ width: 35% !important; } .news-top .r{ width: 63% !important; } .news-top .r .title{ margin: 0px !important; } .news-top .r .desc{ display: none !important; } .news-top .r .creat-time{ display: block !important; color: #999; } .solutions-pagination{ display: block !important; } .solutions h5,.solutions .desc{ padding: 0 12px !important; text-indent:0px !important; } /* welcome new mobile start */ .common-wrapper .main-title .tit::after{ bottom: 0px !important; } .common-wrapper .desc-info{ display: none !important; } .common-wrapper .product-list-main .product-list-left,.common-wrapper .product-list-main .product-list-right{ width: 100% !important; font-size: 0px !important; } .common-wrapper .product-list-main .product-list-left li{ width: 50% !important; display: inline-block !important; } .common-wrapper .product-list-main .product-list-left li a{ font-size: 14px !important; padding: 0px 0px 0px 50px !important; text-align: left; } .common-wrapper .product-list-main .product-list-left .active a{ background: transparent !important; color: #333 !important; } .common-wrapper .product-list-main .product-list-right .product-list-inner li{ margin: 0px !important; background: transparent !important; } .common-wrapper .product-list-main .product-list-right .product-list-inner li a{ width: 100% !important; } .solutions-wrapper{ padding-bottom: 0px !important; } .create-wrapper div.create-main ul li { width: 100%; margin: 20px 0; } .point-wrapper .point-main ul li, .point-wrapper .point-main ul, .point-wrapper .point-main { height: 240px !important; } .point-wrapper .point-main .r p { line-height: 20px; } /* .point-wrapper .container, */ .create-wrapper .main-title, .create-wrapper .create-main ul { margin-bottom: 0; } .action-wrapper .main-title { margin-top: 0; } .action-wrapper .action-main ul li { display: none; } .action-wrapper .action-main ul li:first-child { display: block; } .action-wrapper .container .action-main ul, .action-wrapper .container .action-main ul li { height: auto !important; } .action-wrapper .action-main ul li, .action-wrapper .action-main ul li dl { width: 100%; margin: 10px 0px; } .action-wrapper .action-main ul li dl { width: calc(50% - 20px); margin: 10px; } div.action-wrapper .action-main ul li dl dt img { height: 1.5rem; } div.action-wrapper .action-main ul li dl dd { line-height: 1.2rem; } .create-wrapper .create-main ul li.swiper-slide dl { width: 100%; } div.news-wrapper .news-main ul, div.news-wrapper .news-main li { height: 2rem !important; } div.news-wrapper .news-main li a{ height: 2rem; width: 100%; display: inline-block; background: url(../images/n-m-1.jpg) no-repeat center center; background-size: 100%; } div.news-wrapper .news-main li a.n-2{ height: 2rem; width: 100%; display: inline-block; background: url(../images/n-m-2.jpg) no-repeat center center; background-size: 100%; } div.create-wrapper .create-main ul li dl dd h3 { font-size: 14px; } div.create-wrapper .create-main ul li dl dd a, div.create-wrapper .create-main ul li dl dd p { font-size: 12px; } /* welcome new mobile end */ } body{ background: #fff; } a:hover{ text-decoration: none; } .pagination { position: absolute; z-index: 20; bottom: 0px; width: 100%; text-align: center; left: 0; margin: 0px; } .swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; border-radius: 8px; background: transparent; margin: 0 5px; opacity: 0.8; border: 1px solid #006cd1; cursor: pointer; } .swiper-active-switch { background: #006cd1; } .news-wrapper .swiper-pagination-bullet { background: #fff; opacity: .8; } .news-wrapper .swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color,var(--swiper-theme-color)); } .banner-pagination .swiper-pagination-switch{ border: none; background: rgba(255, 255, 255 ,.5); } .banner-pagination .swiper-active-switch { background: #fff; } /* .pagination .swiper-pagination-switch:last-child{ display: none; } */ .banner-pagination .swiper-pagination-switch:last-child{ display: inline-block; } .container li a img{ transition: all 0.5s; } .container li a .img{ width: 100%; overflow: hidden; } .container li a:hover img { transform: scale(1.1); } .impact{ font-family:'impact'; } .swiper-slide{ box-sizing: border-box; } img{ width: 100%; } .welcome-banner img{ /* width: auto; */ } header{ height: 88px; width: 100%; position: fixed; top: 0; z-index: 2; } .banner{ height: 900px; width: 100%; margin-top: 88px; position: relative; } .banner li img{ height: 100%; } .welcome-banner li img{ height: 100%; height: 900px; } .banner .arrow{ position: absolute; top: 50%; margin-top: -33px; width: 66px; height: 66px; border: 2px solid #fff; border-radius: 50%; transition: all 0.5s; } .banner .arrow-right { background: url(../images/banner_next.png) no-repeat center center; right: 20px; z-index: 10; } .banner .arrow-right:hover{ background: url(../images/banner_next_ac.png) no-repeat center center #fff ; } .banner .arrow-left { background: url(../images/banner_prev.png) no-repeat center center; left: 20px; z-index: 10; } .banner .arrow-left:hover { background: url(../images/banner_prev_ac.png) no-repeat center center #fff; } .banner ul li a{ width: 100%; position: relative; display: inline-block; } .banner .w1200 h5{ margin: 0px; } .banner .w1200{ top: 50%; margin: -60px 0 0 0; left: 60%; } .banner .w1200 img{ width: 5px; height: 5px; display: inline-block; margin-top: -5px; } .banner .w1200 h6 { font-size: 32px; color: #fff; line-height: 50px; font-weight: normal; } .banner .swiper-wrapper .swiper-slide:nth-child(4) .w1200{ /* left: 25%; margin: 40px 0 0 0; */ } /* main titile start */ .main-title{ margin: 20px auto; } .main-title .tit{ text-align: center; width: 100%; height: 116px; position: relative; opacity: 1; } .main-title .tit .txt-bg{ text-align: center; position: absolute; width: 100%; left: 0; top: 0; font-size: 68px; line-height: 116px; z-index: 1; color: #e8e8e8; text-transform: uppercase; } .main-title .tit h4{ position: relative; z-index: 1; font-size: 24px; color: #006cd1; line-height: 116px; } /* main titile end */ /* solutions start */ .solutions-wrapper{ background: url(../images/solu_bg.jpg) no-repeat center center; /* padding-bottom: 40px; */ position: relative; } .solutions{ height: 420px; padding: 0px 0px 0px 15px; } .solutions h5{ margin-top: 10px; font-size: 16px; color: #3e3e3e; line-height: 62px; font-weight: normal; padding: 0 32px; transition: all 0.5s; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .solutions h5::after{ content: '.'; display: block; width: 61px; height: 3px; background: #0071f8; position: absolute; bottom: 0px; } .solutions .desc{ padding: 0 32px; font-size: 14px; color: #3e3e3e; line-height: 22px; margin-top: 20px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-indent: 0px; } .solutions a{ width: 100%; display: inline-block; background: #fff; height: 100%; border-radius: 4px; box-shadow: 0px 0px 30px 6px rgba(6,0,1,0.03); border: 1px solid rgba(6,0,1,0.03); } .solutions-pagination{ display: none; } /* solutions end */ /* case start */ .case-wrapper{ background: #f2f2f2; text-align: center; padding-bottom: 30px; position: relative; } .case-wrapper .cases{ height: 420px; padding: 0px; } .case-wrapper li a{ display: inline-block; overflow: hidden; background: #fff; height: 100%; box-shadow: 0px 0px 20px 4px rgba(6,0,1,0.03); } .case-wrapper h5{ width: 80%; transition: all 0.5s; margin: 10px auto 0; font-size: 16px; color: #3e3e3e; text-align: center; line-height: 60px; font-weight: normal; border-bottom: 1px solid #f2f2f2; } .case-wrapper .desc{ font-size: 14px; color: #3e3e3e; line-height: 22px; margin-top: 17px; text-align: center; } /* case end */ /* news start */ .news-wrapper{ margin: 0 auto; text-align: left; /* padding-bottom: 60px; */ } .news-top{ display: block; overflow: hidden; padding-bottom: 15px; border-bottom: 1px solid #ececec; } .l{ float: left; } .r{ float: right; } .news-top .l img{ width: 100%; display: block; } .news-top .l{ width: 20%; padding-right: 2%; } .news-top .r{ width: 78%; } .news-top .r .title{ font-size: 16px; padding: 5px 0; margin-bottom: 18px; color: #333; } .news-top .r .desc{ font-size: 12px; color: #666; line-height: 22px; } .news-top .r .creat-time{ display: none; } .news-bot{ margin-top: 40px; } .news-bot li{ border-bottom: 1px solid #f5f5f5; position: relative; } .news-bot li::before{ content: '>'; position: absolute; left: 0px; top: 18px; color: #ccc; } .news-bot li:last-child{ border-bottom: none; } .news-bot li a{ display: block; width: 100%; padding: 10px 0 10px 18px; } .news-bot li a:hover{ box-shadow: 0 0 10px 5px #eee; -webkit-box-shadow: 0 0 10px 5px #eee; -mz-box-shadow: 0 0 10px 5px #eee; -o-box-shadow: 0 0 10px 5px #eee; } .news-bot li a .title{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #248fd1; line-height: 34px; font-size: 14px; } .news-bot li a .creat-time{ color: #999; line-height: 34px; font-size: 12px; } /* news end */ footer{ height: 220px; background: #f2f2f2; } /* 棣栭〉banner 閫傞厤 start */ /* 棣栭〉banner 閫傞厤 end */ /* welcome new start */ /* product start */ .common-wrapper{ text-align: center; } .common-wrapper .main-title .tit{ position: relative; } .common-wrapper .main-title .tit::after{ display: block; content: ''; width: 40px; height: 3px; background: #2f80cb; position: absolute; bottom: 20px; left: 50%; margin-left: -20px; } .common-wrapper .desc-info{ width: 1050px; font-size: 14px; line-height: 32px; margin: 0 auto 10px; } .common-wrapper .btn-main { width: 226px; height: 44px; line-height: 44px; color: #fff; font-size: 14px; border-radius: 22px; display: block; margin: 50px auto; background: #0076bf; background: -webkit-linear-gradient(left, #0076bf , #009589); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(right, #0076bf, #009589); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right, #0076bf, #009589); /* Firefox 3.6 - 15 */ background: linear-gradient(to right, #0076bf , #009589); /* 鏍囧噯鐨勮娉 */ } .common-wrapper .product-list-main .product-list-left { width: 260px; float: left; background: #f7f7f7; font-size: 16px; text-align: left; } .common-wrapper .product-list-main .product-list-left a{ line-height: 60px; color: #434343; display: block; padding:0px 30px 0px 56px; box-sizing: border-box; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .common-wrapper .product-list-main .product-list-left .active a{ background: #0076bf; color: #fff; } .common-wrapper .product-list-main .product-list-right { width: 860px; float: right; } .common-wrapper .product-list-main .product-list-right .pro-list-ul ,.solu-list-ul{ display: none; } .common-wrapper .product-list-main .product-list-right .product-list-inner .img{ height: 160px; width: 100%; overflow: hidden; } .common-wrapper .product-list-main .product-list-right .product-list-inner li{ float: left; background: #f7f7f7; margin: 0px 14px 28px; } .common-wrapper .product-list-main .product-list-right .product-list-inner li a{ display: block; width: 258px; padding: 26px; box-sizing: border-box; } .common-wrapper .product-list-main .product-list-right .product-list-inner li a h4{ font-size: 16px; line-height: 22px; color: #434343; } .common-wrapper .product-list-main .product-list-right .product-list-inner li a .desc{ width: 96%; font-size: 14px; color: #999; line-height: 34px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .common-wrapper .product-list-main .product-list-right .product-list-inner li a span{ font-size: 14px; color: #0776be; line-height: 28px; } /* product end */ /* Point Start */ .point-wrapper { background: #fff; } .point-wrapper .l, .point-wrapper .r { width: 50%; } .point-wrapper .point-main { width: 100%; height: 350px; } .point-wrapper .point-main p { line-height: 40px; } .point-wrapper .point-main li { display: flex; align-items: center; text-align: left; height: 350px; } .point-wrapper .main-title { margin: 0 auto; } .point-wrapper .main-title h4, .point-wrapper .main-title ul { margin: 0; } /* Point End */ /* Create start */ .create-wrapper { background: #f2f2f2; } .create-wrapper .create-main ul { font-size: 0; } .create-wrapper .create-main ul li{ width: 100%; display: inline-block; margin: 46px 0; overflow: hidden; } .create-wrapper .create-main ul li dl { display: flex; align-items: center; width: 50%; float: left; margin-bottom: 40px; } .create-wrapper .create-main ul li dl dt { display: inline-block; width: 86px; text-align: left; margin-right: 20px; } .create-wrapper .create-main ul li dl dd { display: inline-block; width: calc(100% - 86px); text-align: left; } .create-wrapper .create-main ul li dl dd * { margin: 0; } .create-wrapper .create-main ul li dl dt img{ width: 86px; height: 95px; } .create-wrapper .create-main ul li dl dd p{ font-size: 16px; color: #777; margin-bottom: 22px; } .create-wrapper .create-main ul li dl dd h3{ font-size: 24px; color: #000; font-weight: 800; margin-bottom: 12px; } .create-wrapper .create-main ul li dl dd a { font-size: 14px; color: #9c9c9c; } /* Create end */ /* Action Start */ .action-wrapper .action-main ul { height: 762px !important; } .action-wrapper .action-main ul li { font-size: 0; height: 762px !important; } .action-wrapper .action-main ul dl { display: inline-block; width: calc(33.3% - 30px); margin: 10px 15px; box-sizing: border-box; box-shadow: 0px 0px 15px #ccc; } .action-wrapper .action-main ul li dl dt img { height: 210px; } .action-wrapper .action-main ul li dl dd { font-size: 16px; line-height: 150px; } /* Action End */ .news-wrapper .news-main ul, .news-wrapper .news-main li { height: 242px !important; } .news-wrapper .news-main li a{ height: 242px; width: 100%; display: inline-block; background: url(../images/n-1.jpg) no-repeat center center; background-size: 100%; } .news-wrapper .news-main li a.n-2{ height: 242px; width: 100%; display: inline-block; background: url(../images/n-2.jpg) no-repeat center center; background-size: 100%; } .news-wrapper .news-main .news-pagination { bottom: 30px; } .action-wrapper .action-main .action-pagination { bottom: 30px; } .news-wrapper .news-main .news-pagination .swiper-pagination-switch { background: #fff; border: 1px solid #fff; } .news-wrapper .news-main .news-pagination .swiper-active-switch { background: #006cd1; border: 1px solid #006cd1; } /* welcome new end */ @media screen and (min-width: 768px) and (max-width: 1366px) { .banner{ width: 100%; height: 600px !important; } .welcome-banner li img{ height: 600px; } .solutions-wrapper .arrow-s-left{ left: 30px; } .solutions-wrapper .arrow-s-right{ right: 30px; } .news-wrapper .news-main div.news-pagination { bottom: 20px; } .news-wrapper .news-main ul, .news-wrapper .news-main li { height: 170px !important; } .news-wrapper .news-main li a{ height: 170px; width: 100%; display: inline-block; background: url(../images/n-1.jpg) no-repeat center center; background-size: 100%; } .news-wrapper .news-main li a.n-2{ height: 170px; width: 100%; display: inline-block; background: url(../images/n-2.jpg) no-repeat center center; background-size: 100%; } } @media screen and (min-width: 1380px) and (max-width: 1600px) { .banner{ width: 100%; height: 720px !important; } .welcome-banner li img{ width: 100%; height: 720px; } .solutions-wrapper .arrow-s-left{ left: 130px; } .solutions-wrapper .arrow-s-right{ right: 130px; } .news-wrapper .news-main div.news-pagination { bottom: 20px; } .news-wrapper .news-main ul, .news-wrapper .news-main li { height: 200px !important; } .news-wrapper .news-main li a{ height: 200px; width: 100%; display: inline-block; background: url(../images/n-1.jpg) no-repeat center center; background-size: 100%; } .news-wrapper .news-main li a.n-2{ height: 200px; width: 100%; display: inline-block; background: url(../images/n-2.jpg) no-repeat center center; background-size: 100%; } } @media screen and (min-width: 2000px) and (max-width: 2560px) { .banner { width: 100%; height: 1200px !important; } .welcome-banner li img { width: 100%; height: 1200px; } }