@font-face { font-family: number; src: ; } .w1600 { width: 100%; max-width: 1600px; margin: 0 auto; } .title { position: relative; } .title .toptit { position: relative; padding-left: 22px; } .title .toptit p { font-size: 24px; color: #0043c5; } .title .toptit div { font-size: 16px; letter-spacing: 10px; color: #666666; margin-top: 10px; } .title .toptit::after { width: 2px; height: 86%; background: #033fb4; content: ''; display: block; position: absolute; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); left: 0; } .title .tit { font-size: 48px; color: #1a1a1a; line-height: 1.3; margin-top: 30px; } .title .tips { font-size: 16px; color: #666666; line-height: 2.1; margin-top: 23px; position: relative; z-index: 2; } .title .tips span { font-weight: bold; color: #1653c9; } .title .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 16px; color: #0043c5; border-bottom: 1px solid #0043c5; min-width: 100px; white-space: nowrap; padding: 0 5px; padding-bottom: 12px; margin-top: 152px; -ms-flex-line-pack: start; align-content: flex-start; background: url(/uploads/image/dimages/blockimg2_hover.png) no-repeat right 5px top 3px; -webkit-transition: all .3s; transition: all .3s; } .title .btn img { -webkit-transform: translatey(1px); transform: translatey(1px); } .title .btn:hover { background: url(/uploads/image/dimages/blockimg2_hover.png) no-repeat right 5px top 3px; color: #ffbd99; border-color: #ffbd99; } .title .btn:hover img { display: none; } .positionline { width: 220px; height: 18px; border-radius: 9px; background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#0748c6)); background-image: linear-gradient(-90deg, transparent, #0748c6); position: absolute; } .positionline2 { width: 275px; height: 55px; border-radius: 27.5px; background-image: -webkit-gradient(linear, right top, left top, from(#ffbd99), to(transparent)); background-image: linear-gradient(-90deg, #ffbd99, transparent); position: absolute; } @-webkit-keyframes btnrotate { 0% { -webkit-transform: rotate(40deg); transform: rotate(40deg); } 100% { -webkit-transform: rotate(-320deg); transform: rotate(-320deg); } } body { overflow-x: hidden; } .header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; position: fixed; top: 0; left: 0; padding: 28px 60px; z-index: 5; } .header .logo { display: block; font-size: 0; } .header .logo img { height: 44px; width: auto; } .header .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header .right .nav { display: -webkit-box; display: -ms-flexbox; display: flex; } .header .right .nav li { font-size: 18px; font-weight: bold; color: #333; margin-left: 54px; cursor: pointer; } .header .right .nav li:first-child { margin-left: 0; } .header .right .nav li.active { color: #0043c5; } .header .right .tel { margin-left: 40px; border-left: 1px solid #999; padding-left: 40px; height: 44px; } .header .right .tel p { font-size: 16px; color: #333; margin-bottom: 2px; margin-top: -4px; } .header .right .tel a { display: block; font-size: 26px; color: #1e1e1e; font-family: 'number'; } .header .right .menu { display: none; } .header.active { background: #fff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); z-index: 10002; } .banner { width: 100%; overflow: hidden; } .banner .myswiper { height: 100%; } .banner .myswiper .swiper-slide { font-size: 0; } .banner .myswiper .swiper-slide img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .banner .myswiper .swiper-slide img:nth-child(2) { display: none; } .banner .myswiper .swiper-pagination { font-size: 0; line-height: 0; bottom: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .banner .myswiper .swiper-pagination span { display: block; background: #fff; border-radius: 0; width: 30px; opacity: 1; height: 6px; border-radius: 2px; } .banner .myswiper .swiper-pagination span::after { background: #0043c5; content: ''; display: block; width: 0; height: 100%; border-radius: 2px; } .banner .myswiper .swiper-pagination .swiper-pagination-bullet-active::after { width: 100%; -webkit-transition: width 5.3s; transition: width 5.3s; } .form { position: fixed; bottom: 0; width: 100%; z-index: 10002; background: #333; } .form form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 80px; font-size: 0; } .form form input { font-size: 16px; color: #888; width: calc(630/1600*100%); border: 0; background-color: #ffffff; border-radius: 2px; height: 48px; margin-right: calc(20/1600*100%); padding: 0 44px; background: #fff url(/uploads/image/dimages/name.png) no-repeat 20px center; } .form form input:nth-child(2) { background: #fff url(/uploads/image/dimages/phone.png) no-repeat 20px center; } .form form .btn { background: #ffbd99; border-radius: 2px; line-height: 48px; color: #333; font-size: 16px; width: calc(300/1600*100%); text-align: center; } .block { background: url(/uploads/image/dimages/blockbg.jpg) no-repeat center/cover; padding: 120px 0; } .block .w1600 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; } .block .w1600 .img { font-size: 0; width: calc(900/1600*100%); position: relative; overflow: hidden; } .block .w1600 .img img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; transition: all .3s; } .block .w1600 .img .positionline2 { right: -60px; bottom: -30px; display: none; } .block .w1600 .img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .block .w1600 .right { width: calc(700/1600*100%); padding-left: calc(100/1600*100%); position: relative; } .block .w1600 .right .title .positionline { top: 0; right: -50px; } .block .w1600 .right .title .positionline2 { top: 50px; right: -130px; } .block .w1600 .right .title .btn { width: 100px; -webkit-transition: all .3s; transition: all .3s; } .block .w1600 .right .title .btn:hover { width: 120px; } .block .w1600 .right .title .toptit div { letter-spacing: 0; } .block .w1600 .right .positionlineadd { bottom: 13px; right: -40px; } .block2 { padding: 120px 0; background: no-repeat center/cover; background-attachment: fixed; overflow: hidden; } .block2 .w1600 .title { max-width: 535px; } .block2 .w1600 .title .positionline { position: relative; width: 630px; margin-top: 32px; } .block2 .w1600 .title .tit2 { margin-top: 33px; } .block2 .w1600 .title .btn { background: url(/uploads/image/dimages/block2img2.png) no-repeat left center; background-size: 71px 71px; height: 71px; display: block; height: 71px; padding-left: 20px; color: #0043c5; position: relative; margin-top: 52px; border: 0; padding-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .block2 .w1600 .title .btn span { display: block; background: #fff; position: relative; z-index: 1; line-height: 38px; } .block2 .w1600 .title .btn .img { position: absolute; left: 0; top: 0; width: 71px; height: 71px; -webkit-animation: btnrotate 3s linear infinite; animation: btnrotate 3s linear infinite; } .block2 .w1600 .title .btn .img img { width: 100%; } .block3 { height: calc(3*100vh); position: relative; } .block3 .w1600 { width: 100%; max-width: 100%; height: calc(100vh - 100px); position: absolute; } .block3 .w1600 .title { position: absolute; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); left: calc(160/1920*100%); z-index: 2; } .block3 .w1600 .togo { width: 210px; height: 60px; background-image: -webkit-gradient(linear, left top, right top, from(#fff1e9), to(#ffbd99)), -webkit-gradient(linear, left top, left bottom, from(#ffbd99), to(#ffbd99)); background-image: linear-gradient(90deg, #fff1e9 0%, #ffbd99 100%), linear-gradient(#ffbd99, #ffbd99); border-radius: 30px; display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; margin-top: 30px; } .block3 .w1600 .togo img { margin-right: 14px; } .block3 .w1600 .contborder { width: 743px; max-width: 743px; border: 1px solid #e6e6e6; border-radius: 50%; top: 50%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .contborder .cont { border: 1px solid #e6e6e6; width: 570px; height: 570px; border: 1px solid #e6e6e6; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .contborder .cont .img { width: 490px; height: 490px; overflow: hidden; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .contborder .cont .img .tit { width: 250px; height: 250px; position: absolute; border-radius: 50%; background: rgba(0, 0, 0, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .contborder .cont .img .tit p { font-size: 20px; color: #fff; width: 100%; } .block3 .w1600 .contborder .cont .img .tit div { font-size: 28px; color: #fff; text-align: center; margin-top: 10px; } .block3 .w1600 .content { position: absolute; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); right: calc(50/1920*100%); z-index: 2; max-width: 370px; padding-top: 3px; } .block3 .w1600 .content p { display: -webkit-box; display: -ms-flexbox; display: flex; } .block3 .w1600 .content p i { font-style: initial; font-size: 16px; } .block3 .w1600 .content p i span { font-size: 28px; margin-right: 8px; } .block3 .w1600 .content ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 52px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .block3 .w1600 .content ul li { margin-bottom: 20px; margin-right: 30px; } .block3 .w1600 .content ul li span { font-size: 16px; color: #666; } .block3 .w1600 .content ul li span i { font-size: 38px; color: #333; font-style: initial; font-family: number; } .block3 .w1600 .content ul li div { font-size: 16px; color: #666; } .block3 .w1600.position { top: 0; position: fixed; height: 100%; z-index: 6; } .block3 .w1600.position .contborder { top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .block3 #app { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; font-size: 0; } .block3 #app.posi { position: fixed; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .block4 { padding-bottom: 170px; position: relative; z-index: 10001; background: #fff; padding-top: 50px; } .block4 .w1600 { max-width: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .block4 .w1600 .left { padding-top: 225px; position: relative; } .block4 .w1600 .left .positionline { left: -17px; -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 1px; } .block4 .w1600 .left .positionline2 { left: 9px; -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 51px; } .block4 .w1600 .left .tit2 { left: -117px; top: 144px; } .block4 .w1600 .left .title .entitle { font-size: 20px; line-height: 1.6; color: #666666; } .block4 .w1600 .left .title .btn { width: 140px; -webkit-transition: all .3s; transition: all .3s; } .block4 .w1600 .left .title .btn:hover { width: 160px; } .block4 .w1600 .right { width: calc(100% - 470px); max-width: 1292px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .block4 .w1600 .right .swiper .swiper-slide { position: relative; font-size: 0; overflow: hidden; } .block4 .w1600 .right .swiper .swiper-slide img { width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; transition: all .3s; } .block4 .w1600 .right .swiper .swiper-slide .cont { position: absolute; bottom: 0; width: 100%; padding: 0 40px 38px; } .block4 .w1600 .right .swiper .swiper-slide .cont p { font-size: 28px; color: #fff; } .block4 .w1600 .right .swiper .swiper-slide .cont div { font-size: 18px; color: #fff; margin-top: 12px; } .block4 .w1600 .right .swiper .swiper-slide:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .block4 .w1600 .right .swiper-button-next::after, .block4 .w1600 .right .swiper-button-prev::after { content: ''; } .block4 .w1600 .right .swiper-button-next, .block4 .w1600 .right .swiper-button-prev { font-size: 0; opacity: 1; width: 35px; height: 68px; } .block4 .w1600 .right .swiper-button-next { right: 51px; } .block4 .w1600 .right .swiper-button-prev { left: -5%; } .block5 { position: relative; z-index: 10000; background: #fff; } .block5 .swiper-button-prev, .block5 .swiper-button-next { color: #fff; } .block5 .swiper .swiper-slide { position: relative; font-size: 0; } .block5 .swiper .swiper-slide img { width: 100%; height: auto; } .block5 .swiper .swiper-slide img:nth-child(2) { display: none; } .block5 .swiper .swiper-slide .content { position: absolute; z-index: 1; top: 120px; } .block5 .swiper .swiper-slide .content .title { max-width: 740px; } .block5 .swiper .swiper-slide .content .title .toptit p, .block5 .swiper .swiper-slide .content .title .toptit div, .block5 .swiper .swiper-slide .content .title .tit, .block5 .swiper .swiper-slide .content .title .tips { color: #fff; } .block5 .swiper .swiper-slide .content .title .toptit::after { background: #fff; } .block5 .swiper .swiper-slide .content .title .tit { margin-top: 60px; position: relative; z-index: 2; } .block5 .swiper .swiper-slide .content .title .positionline { width: 400px; height: 35px; border-radius: 18px; left: -50%; opacity: .8; -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 205px; } .block5 .swiper .swiper-slide .content .title .positionline2 { width: 776px; height: 91px; border-radius: 45.5px; left: -92%; opacity: .9; top: 90px; } .block5 .w1600 { position: absolute; left: 50%; -webkit-transform: translatex(-50%); transform: translatex(-50%); bottom: 0; z-index: 3; } .block5 .w1600 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .block5 .w1600 ul li { width: calc(25% - 1px); font-size: 20px; height: 104px; color: #fff; text-align: center; position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 1px; cursor: pointer; border-top: 1px rgba(255, 255, 255, 0.4) solid; } .block5 .w1600 ul li img { margin-right: 16px; } .block5 .w1600 ul li::after { content: ''; display: block; width: 100%; height: 104px; background: rgba(255, 255, 255, 0.1); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); position: absolute; z-index: -1; top: 0; } .block5 .w1600 ul li.active { background-image: -webkit-gradient(linear, left top, right top, from(#316bd6), to(#0043c5)); background-image: linear-gradient(90deg, #316bd6 0%, #0043c5 100%); background-blend-mode: normal,normal; opacity: 0.9; } .block5 .w1600 ul li.active::after { -webkit-filter: none; filter: none; } .block6 { background: url(/uploads/image/dimages/block6bg.jpg) no-repeat center/cover; height: 850px; position: relative; padding-top: 130px; } .block6 .swiper { height: auto; } .block6 .swiper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } .block6 .swiper .swiper-slide .down { margin-top: 42px; } .block6 .swiper .swiper-slide .w1600 { display: -webkit-box; display: -ms-flexbox; display: flex; } .block6 .swiper .swiper-slide .w1600 .title { max-width: 680px; } .block6 .swiper .swiper-slide .w1600 .right { width: calc(611/1600*100%); margin-left: calc(155/1600*100%); } .block6 .swiper .slide2 .w1600 { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .block6 .swiper .slide2 .title { margin-right: 50px; min-width: 200px; } .block6 .swiper .slide3 .title { min-width: 400px; } .block6 .swiper .slide3 img { width: 60%; margin-left: 30px; } .block6 .menu { width: 165px; position: absolute; bottom: 76px; z-index: 3; } .block6 .menu a { font-size: 16px; display: block; color: rgba(51, 51, 51, 0.3); cursor: pointer; margin-top: 32px; } .block6 .menu a.active { color: #0043c5; } .block7 { padding: 140px 0 95px; } .block7 .w1600 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .block7 .w1600 .left { padding-top: 30px; width: calc(770/1600*100%); } .block7 .w1600 .left .title .positionline { left: -65px; } .block7 .w1600 .left .title .positionline2 { top: -10px; } .block7 .w1600 .left .cont { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 14px; } .block7 .w1600 .left .cont .list { width: 33.3333%; margin-top: 62px; } .block7 .w1600 .left .cont .list .img { font-size: 0; } .block7 .w1600 .left .cont .list .img img { -webkit-transform: rotatey(0); transform: rotatey(0); -webkit-transition: all .3s; transition: all .3s; } .block7 .w1600 .left .cont .list .tit { font-size: 16px; color: #666; margin-top: 15px; } .block7 .w1600 .left .cont .list p { font-size: 20px; font-family: number; margin-top: 11px; } .block7 .w1600 .left .cont .list p span { font-size: 32px; font-family: number; } .block7 .w1600 .left .cont .list i { font-style: initial; font-size: 28px; color: #333; margin-top: 20px; display: block; } .block7 .w1600 .left .cont .list:hover .img img { -webkit-transform: rotatey(180deg); transform: rotatey(180deg); } .block7 .w1600 .right { width: calc(770/1600*100%); position: relative; } .block7 .w1600 .right .swiper .swiper-slide { font-size: 0; position: relative; padding-left: calc(20/770*100%); } .block7 .w1600 .right .swiper .swiper-slide img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; transition: all .3s; } .block7 .w1600 .right .swiper .swiper-slide img:hover { -webkit-transform: scale(1.1); transform: scale(1.1); } .block7 .w1600 .right .content { position: absolute; width: auto; height: 204px; z-index: 2; bottom: 0; } .block7 .w1600 .right .content .type { background: url(/uploads/image/dimages/block7img.png) no-repeat; font-size: 30px; padding-top: 19px; line-height: 61px; padding-left: 40px; color: #fff; } .block7 .w1600 .right .content .title { font-size: 18px; line-height: 32px; color: #fff; margin-top: 32px; margin-left: calc(58px); max-width: 420px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .block7 .w1600 .right .menu { position: absolute; right: 0; bottom: 0; z-index: 5; display: -webkit-box; display: -ms-flexbox; display: flex; } .block7 .w1600 .right .menu .swiper-button-next, .block7 .w1600 .right .menu .swiper-button-prev { position: initial; margin: 0; -webkit-transform: none; transform: none; width: 70px; height: 70px; opacity: 1; } .block7 .w1600 .right .menu .swiper-button-prev { background: rgba(0, 67, 197, 0.9); } .block7 .w1600 .right .menu .swiper-button-next { background: rgba(255, 189, 153, 0.9); } .block7 .w1600 .right .menu .swiper-button-next::after, .block7 .w1600 .right .menu .swiper-button-prev::after { color: #fff; width: 12px; height: 23px; font-size: 22px; } .block7 .w1600 .lasttit { display: none; } .block7 .btn { background: url(/uploads/image/dimages/block2img2.png) no-repeat left center; background-size: 71px 71px; height: 71px; display: block; height: 71px; padding-left: 20px; width: 215px; color: #0043c5; position: relative; margin: 95px auto 0; border: 0; padding-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .block7 .btn span { display: block; background: #fff; position: relative; z-index: 1; line-height: 38px; } .block7 .btn .img { position: absolute; left: 0; top: 0; width: 71px; height: 71px; -webkit-animation: btnrotate 3s linear infinite; animation: btnrotate 3s linear infinite; } .block7 .btn .img img { width: 100%; } .footer { background: url(/uploads/image/dimages/footerbg.jpg) no-repeat center/cover; height: 550px; width: 100%; position: relative; } .footer .content { padding: 139px 0 132px; width: 1064px; margin: 0 auto; } .footer .content .logo { max-width: 550px; margin: 0 auto; font-size: 0; } .footer .content .tel, .footer .content .add { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 18px; position: relative; z-index: 1; padding: 0 50px; max-width: 520px; margin: 0 auto; margin-top: 50px; } .footer .content .tel a, .footer .content .add a { font-size: 30px; color: #fff; font-family: number; } .footer .content .add { margin-top: 48px; } .footer .content .positionline, .footer .content .positionline2 { width: 275px; height: 55px; border-radius: 27.5px; position: absolute; z-index: -1; } .footer .content .positionline { left: 0; } .footer .content .positionline2 { right: 0; } .footer .totop { font-size: 0; position: absolute; top: 0; cursor: pointer; left: 70%; z-index: 2; } .footertips { text-align: center; line-height: 50px; background-color: #000d24; font-size: 14px; color: rgba(255, 255, 255, 0.4); padding-bottom: 100px; } .window { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 10005; display: none; } .window .cont { height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: center; align-content: center; } .window .cont img { border: 5px solid #ffbd99; } .window .cont .close { text-align: center; margin-top: 30px; color: #fff; font-size: 0; height: 35px; width: 35px; background: url(/uploads/image/dimages/close.png) no-repeat center; } .window img { max-width: 70%; max-height: 70%; } .fixed { position: fixed; top: 0; z-index: -1000; } @media (max-width: 1700px) { .banner { height: auto; } .w1600 { width: 86%; margin: 0 auto; } .block3 .w1600 .contborder { width: 396px; height: 396px; } .block3 .w1600 .contborder .cont { -webkit-transform: scale(0.5); transform: scale(0.5); border: 0; } .block4 .w1600 { width: 100%; } .block7 .w1600 .right .swiper .swiper-slide .content .title { font-size: 14px; } } @media (max-width: 1600px) { .header .right .nav li { margin-left: 30px; } .block4 .w1600 { width: 100%; } .block4 .w1600 .left { padding-top: 20px; } .block7 .w1600 .left .cont .list { margin-top: 40px; } .block7 .w1600 .left .cont .list p span { font-size: 20px; } .block7 .w1600 .left .cont .list i { font-size: 20px; } } @media (max-width: 1500px) { .title .tit { font-size: 38px; } .title .btn { margin-top: 80px; } .block4 .w1600 .left .title .btn { margin-top: 80px; } .block5 .w1600 ul li { height: 70px; } .block5 .w1600 ul li::after { height: 100%; } .block6 { height: 560px; padding-top: 80px; } .block6 .menu { width: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .block6 .menu a { margin-right: 30px; } .block6 .swiper .slide2 .w1600 img { max-width: 650px; height: auto; } .block7 .w1600 .right .swiper { z-index: 2; } .block7 .w1600 .right .content { width: 223px; } .block7 .w1600 .right .content .title { display: none; } .block7 .w1600 .lasttit { display: block; font-size: 16px; color: #333; padding: 0 15px 0 30px; margin-top: 20px; line-height: 1.5; } } @media (max-width: 1366px) { .header { padding: 18px 60px; } .form form { height: 70px; } .form form input { height: 42px; } .form form .btn { line-height: 42px; } .block4 .w1600 .right .swiper .swiper-slide .cont p { font-size: 22px; } .block4 .w1600 .right .swiper .swiper-slide .cont div { font-size: 16px; } .block5 .swiper .swiper-slide .content { top: 60px; } .footertips { padding-bottom: 70px; } } @media (max-width: 1280px) { .block3 .w1600 .contborder { width: 296px; } .title .tit { font-size: 28px; } .title .tips { font-size: 14px; } .header { padding: 20px 7%; } .header .logo img { height: 30px; } .header .right .tel { display: none; } .header .right .menu { width: 30px; height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; cursor: pointer; } .header .right .menu span { background: #0043c5; width: 100%; height: 4px; } .header .right .nav { position: fixed; width: 100%; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; top: 70px; display: none; } .header .right .nav li { width: 100%; margin-left: 0; text-align: center; background: #fff; line-height: 3; border-top: 1px solid #eee; } .block3 .w1600 .content { width: 300px; } } @media (max-width: 996px) { .banner { margin-top: 70px; } .banner .myswiper .swiper-slide img:nth-child(2) { display: block; } .banner .myswiper .swiper-slide img:first-child { display: none; } .banner .myswiper .swiper-pagination { bottom: 20px; } .title .tit { font-size: 6.5vw; line-height: 1.4; } .title .tips { font-size: 3.5vw; } .title .toptit p { font-size: 5vw; } .title .toptit div { font-size: 3vw; margin-top: 5px; } .form { position: relative; z-index: 1; } .form form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; padding: 30px 0; } .form form input { width: 100%; height: 48px; margin-right: 0; margin-bottom: 20px; } .form form .btn { width: 100%; } .block, .block2 { padding: 80px 0; } .block2 .w1600 .title .btn .img { -webkit-animation: none; animation: none; display: none; } .block .w1600 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block .w1600 .img { width: 100%; } .block .w1600 .img .positionline2 { display: none; } .block .w1600 .right { width: 100%; padding-left: 0; margin-top: 30px; } .block2 { background-attachment: initial; } .block2 .w1600 .title { max-width: 80%; } .block2 .w1600 .title .btn span { background: rgba(255, 255, 255, 0.1); } .block3 { padding: 80px 0; } .block3 .w1600 { -webkit-transform: translatey(-20%); transform: translatey(-20%); } .block3 .w1600::after { display: none; } .block3 .w1600 .content { position: absolute; bottom: -90px; height: 180px; top: auto; width: 100%; max-width: 100vw; right: 0; } .block3 .w1600 .content p { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .content p i { font-size: 5vw; } .block3 .w1600 .content p i span { font-size: 6vw; } .block3 .w1600 .content ul { margin-top: 25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .block3 .w1600 .content ul li { margin: 0 10px 20px; } .block3 .w1600 .content ul li span { font-size: 3vw; } .block3 .w1600 .content ul li span i { font-size: 5vw; } .block3 .w1600 .title { bottom: -100px; top: auto; left: 50%; -webkit-transform: translatex(-50%); transform: translatex(-50%); font-size: 4vw; min-width: 24vw; line-height: 30px; padding: 0 10px; height: 50px; } .block3 .w1600 .title .toptit, .block3 .w1600 .title .tit { display: none; } .block3 .w1600 .title .togo { margin-top: 0; } .block3 #app { width: 300px; height: 300px; } .block4 .w1600 .left .title .entitle { font-size: 4vw; } .block4 { padding: 80px 0; } .block4 .w1600 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block4 .w1600 .left .tit2 { display: none; } .block4 .w1600 .left .title .btn { margin: 30px 0; } .block4 .w1600 .right { width: 100%; } .block4 .w1600 .right .swiper-button-next, .block4 .w1600 .right .swiper-button-prev { display: none; } .block4 .w1600 .right .swiper .swiper-slide .cont { display: block; } .block4 .w1600 .right .swiper .swiper-slide .cont p { font-size: 5vw; } .block4 .w1600 .right .swiper .swiper-slide .cont div { display: none; } .block5 .swiper .swiper-slide .content .title .positionline { display: none; } .block5 .swiper .swiper-slide .content .title .positionline2 { width: 80%; left: -20%; height: 60px; } .block5 { height: auto; } .block5 .swiper { height: 100%; } .block5 .swiper .swiper-slide img:first-child { display: none; } .block5 .swiper .swiper-slide img:nth-child(2) { display: block; } .block5 .swiper .swiper-slide .content { top: 80px; } .block5 .swiper-button-next, .block5 .swiper-button-prev { display: none; } .block5 .w1600 { width: 100%; } .block5 .w1600 ul li { margin-left: 0; width: 50%; height: 60px; font-size: 3.5vw; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .block5 .w1600 ul li::after { height: 100%; } .block5 .w1600 ul li img { margin-right: 8px; margin-left: 15px; } .block6 { padding: 80px 0 120px; height: auto; } .block6 .swiper { height: auto; } .block6 .swiper .swiper-slide { height: auto; } .block6 .swiper .swiper-slide .w1600 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block6 .swiper .swiper-slide .w1600 .title { max-width: 100%; } .block6 .swiper .swiper-slide .w1600 .right { width: 100%; margin-left: 0; text-align: center; } .block6 .swiper .swiper-slide.slide3 img { margin-left: 0; width: 100%; } .block6 .swiper .swiper-slide:first-child .w1600 .right img { width: 60%; margin: 20px 0; } .block6 .menu a { margin-right: 10px; font-size: 3.5vw; } .block6 .swiper .swiper-slide .down { display: none; } .block7 { padding: 80px 0; } .block7 .w1600 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .block7 .w1600 .left { width: 100%; } .block7 .w1600 .left .cont .list { width: 50%; } .block7 .w1600 .left .cont .list p { font-size: 4vw; } .block7 .w1600 .left .cont .list p span { font-size: 5vw; } .block7 .w1600 .left .cont .list i { font-size: 4vw; } .block7 .w1600 .right { width: 100%; margin-top: 40px; } .block7 .w1600 .right .swiper .swiper-slide { padding-left: 0; } .block7 .w1600 .right .content { height: auto; position: relative; } .block7 .w1600 .right .content .type { font-size: 4vw; line-height: 1.8; padding-top: 26px; padding-bottom: 10px; background: none; color: #333; padding-left: 0; } .block7 .w1600 .right .content .title { display: none; } .block7 .w1600 .right .menu .swiper-button-next, .block7 .w1600 .right .menu .swiper-button-prev { width: 60px; height: 60px; } .block7 .w1600 .lasttit { font-size: 3vw; padding-left: 0; margin-top: 10px; } .block7 .btn { margin-top: 30px; } .footer { height: auto; } .footer .content { width: 86%; margin: 0 auto; padding: 120px 0 80px; } .footer .content .logo { max-width: 100%; } .footer .content .tel, .footer .content .add { font-size: 4vw; max-width: none; } .footer .content .tel a, .footer .content .add a { font-size: 4vw; } .footer .content .tel img, .footer .content .add img { margin-right: 10px; } .footer .content .add { padding-right: 0; padding-left: 20px; } .footertips { padding: 20px; line-height: 1.5; font-size: 3vw; } } @media (max-width: 750px) { .title .tit { font-size: 5vw; margin-top: 20px; } .title .tips { margin-top: 20px; } .block6 .swiper .slide3 .title{ min-width: auto; } .block6 .swiper .slide2 .title{ margin-right: 0; } .block6 .swiper .slide2 .w1600 img{ width: 100%; height: auto; } } /*# sourcemappingurl=index.css.map */