@font-face { font-family: 'RobotoCondensed'; src: url('../fonts/RobotoCondensed-Bold.TTF'); } .fl { float: left; } .fr { float: right; } body { overflow: hidden; } .index .container { padding: 110px 0; } .text p { font-size: 16px; line-height: 1.8; } .text h4 { line-height: 1.8; } .text.w { color: #fff; } .page .container { padding-top: 55px; padding-bottom: 55px; } .bg-light { background: #f4f4f4; /* padding: 55px 0; */ } .page-bg .container { padding: 110px 0; margin-top: 55px; } .page-bg+.page .container { padding-top: 110px; margin-top: 0; } .page-bg { background-repeat: no-repeat; background-position: center center; background-size: cover; background-color: #f4f4f4; } .container.pb-110 { padding-bottom: 110px; } .gray-bg { background-color: #f4f4f4; } .minheight { min-height: calc(100vh - 446px); padding-bottom: 20px; } div.content-img { overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; transition: all 0.3s; } div.content-img img { width: 100%; height: 100%; color: #fff; object-fit: cover; transition: all 0.3s; } .index div.content-img:hover img { transform: scale(1.1); } div.content-img-auto { overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; transition: all 0.3s; } div.content-img-auto img { max-width: 100%; max-height: 100%; color: #fff; object-fit: cover; transition: all 0.3s; } .twinkleBtn { font-size: 14px; color: #666; padding: 0 20px; display: inline-block; border: 1px solid #666; line-height: 3; position: relative; margin-top: 36px; text-align: center; transition: .2s all ease-in-out; } .twinkleBtn:hover { background-color: #2a2a54; border: 1px solid #2a2a54; color: #fff; } /* 头部 ↓*/ .header { z-index: 100; position: fixed; top: 0; left: 0; width: 100%; padding: 20px 0; transition: all 0.3s; /*background: rgba(42, 42, 84, 0.5);*/ } .header .container-fluid { padding: 0 110px; } .header.fixed { background: rgba(42, 42, 84, 1); } .header .logo { display: inline-block; } .header .logo img { /* float: left; */ height: 40px; } .header .logo span { float: left; padding: 0 15px; color: #2a2a54; } .header .logo span h1 { font-size: 30px; } .header .logo span p { text-transform: uppercase; letter-spacing: 1px; line-height: 2em; } .header-p { float: right; color: #fff; font-size: 18px; position: relative; top: -4px; } .header-p p { line-height: 40px; } .header-p span { font-size: 26px; /* font-family: 'RobotoCondensed'; */ letter-spacing: 1px; margin-left: 5px; } ul.nav { float: right; } ul.nav>li { float: left; } /* 导航栏 ↓*/ ul.nav>li>a { position: relative; display: block; text-align: center; font-size: 18px; color: #fff; /* font-weight: bold; */ padding: 0 15px; line-height: 40px; } ul.nav li:hover>a, ul.nav li:focus>a { /* color: #2a2a54; */ } ul.nav li.active>a { background-color: #fff !important; color: #2a2a54 !important; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background-color: transparent !important; color: #fff !important; } ul.nav .dropdown-menu { margin: 0; padding: 20px 0; /* top: calc(100% + 20px); */ width: 160px; margin-left: -20px; border: none; background: none; box-shadow: none; } ul.nav>li:hover .dropdown-menu { display: block; } ul.nav .dropdown-menu::after { content: " "; width: 40px; height: 3px; background-color: #fff; position: absolute; top: 0px; left: 0; right: 0; margin: auto; } ul.nav .dropdown-menu::before { content: " "; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: 10px; left: 0; right: 0; margin: 0 auto; } ul.nav .dropdown-menu>ul { padding: 20px 0; border-radius: 6px; background-color: #fff; box-shadow: 0px 0px 13px 1px rgba(51, 51, 51, 0.1); } ul.nav .dropdown-menu>ul>li { font-size: 18px; /* font-weight: bold; */ color: #2a2a54; line-height: 50px; text-align: center; } ul.nav .dropdown-menu>ul>li:hover { background: #2a2a54; color: #fff; } ul.nav .dropdown-menu>ul>li>a { display: inherit; padding: 0; clear: inherit; font-weight: inherit; line-height: inherit; color: inherit; white-space: inherit; background: inherit; } /* 导航栏 ↑*/ /* 头部 ↑*/ .banner { width: 100vw; height: 100vh; background-position: center; background-size: cover; } .banner.nei { height: auto; } .banner .container { position: absolute; width: 100%; height: 100%; } .banner .banner-img { height: 100%; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; } .banner .banner-img img { flex: none; width: 100%; height: 100%; object-fit: cover; } .banner .banner-img .banner-text { position: absolute; right: 0; bottom: 110px; width: 23em; /* font-family: "隶书"; */ font-family: 'webfont', "Helvetica Neue", Helvetica, Arial, sans-serif; } .banner .banner-img .banner-text h2, .banner .banner-img .banner-text h3 { font-size: 40px; /* font-weight: bold; */ line-height: 55px; letter-spacing: 5px; color: #fff; text-shadow: 0px 3px 0px rgba(0, 0, 0, 20%); } .banner .banner-img .banner-text h2 { text-indent: -2em; } .banner .banner-img .banner-text h3 { position: relative; display: inline-block; padding-bottom: 14px; margin-bottom: 20px; display: block; text-align: right; margin-right: 20px; } .banner .banner-img .banner-text h3::after { content: ""; position: absolute; right: 0; bottom: 0; width: 2em; height: 3px; background-color: #fff; } .banner .banner-img .banner-text p { font-size: 16px; font-weight: lighter; line-height: 2; color: #fff; letter-spacing: 3px; } .mini-banner { height: 300px; } .swiper-container, .swiper-wrapper, .swiper-slide { height: 100%; padding: 0; } .swiper-slide { background-position: center; background-size: cover; } .heading-section { margin-bottom: 60px; } .heading-section.a { margin-bottom: 80px; } .heading-section.a p { font-size: 50px; /* font-weight: bold; */ letter-spacing: 1px; color: #2a2a54; user-select: none; margin-bottom: 30px; } .heading-section.a h3 { font-size: 34px; /* font-weight: bold; */ color: #2a2a54; display: inline-block; text-transform: uppercase; position: relative; } .index .heading-section.a h3::before { position: absolute; content: ''; width: 2em; height: 3px; background-color: #2a2a54; right: 5em; top: 0.5em; } .index .heading-section.a h3::after { position: absolute; content: ''; width: 2em; height: 3px; background-color: #2a2a54; left: 5em; top: 0.5em; } .index .heading-section.a.offCon h3::before, .index .heading-section.a.offCon h3::after { content: none; } .heading-section.a.w p, .heading-section.a.w h3 { color: #fff; } .heading-section.a.w h3::before, .heading-section.a.w h3::after { background-color: #fff; } .heading-section.b { margin-bottom: 40px; } .heading-section.b h3 { color: #333; font-size: 36px; position: relative; margin: 0 0 15px; } .heading-section.b.w h3 { color: #fff; } .heading-section.b hr { width: 55px; height: 3px; background: #2a2a54; margin: 15px auto 10px; border-top: 0; } .heading-section.b.w hr { background-color: #fff; } .heading-section.b p { font-size: 24px; /* color: #cecece; */ color: #999; text-transform: uppercase; } .heading-section.b span { text-transform: uppercase; font-weight: bold; font-size: 72px; color: #f7f7f7; line-height: 1; display: block; margin-bottom: -30px; letter-spacing: 6px; } .bg-light .heading-section.b span { color: #fff; } .heading-section.b.w span { color: rgba(255, 255, 255, 5%); } /* 在线留言 ↑*/ .location { background: #2a2a54; padding: 0; } .location .box { padding: 0; } .location .single-address { padding: 30px 0; border-radius: 5px; } .location .single-address i { font-size: 70px; color: #fff; } .location .single-address.active i { background: transparent; color: #fff; } .location .single-address h4 { margin-bottom: 8px; color: #fff; font-size: 18px; } .location .single-address p { color: #fff; font-weight: 400; line-height: 1.4em; } .footer { padding: 15px 0; background-color: #24244e; color: #fff; } .footer br { display: none; } .footMenu { display: none; position: fixed; bottom: 0; width: 100%; color: #474747; border-top: 1px solid #eee; background-color: #2a2a54; z-index: 999; } .footMenu>* { border-right: 1px solid #eee; padding-top: 5px; flex: 1; } .footMenu>*:nth-last-child(1) { border-right: 0; } .footMenu i { color: #fff; font-size: 30px; } .footMenu p { color: #fff; font-size: 14px; line-height: 2em; } #toolbar { width: 60px; position: fixed; top: 30%; right: 0; z-index: 29; } #toolbar>ul { position: relative; margin-bottom: 0; } #toolbar>ul>li { position: relative; right: 0; width: 100%; display: inline-block; margin-bottom: -4px; } #toolbar>ul>li div { width: 60px; height: 60px; float: right; transition: all 0.3s ease; background-color: #2a2a54; border-top-left-radius: 6px; border-bottom-left-radius: 6px; position: relative; overflow: hidden; cursor: pointer; } #toolbar>ul>li div::before { content: " "; position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 20%); opacity: 0; transition: all 0.3s ease; } #toolbar>ul>li:hover div::before { opacity: 1; } #toolbar>ul>li div i { width: 100%; font-size: 26px; color: #fff; text-align: center; cursor: pointer; float: right; margin-top: 6px; } #toolbar>ul>li div i img { height: 20px; } #toolbar>ul>li div i::before { display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 20px; } #toolbar>ul>li div i span { display: block; font-size: 12px; margin-top: 6px; line-height: 1; } #toolbar>ul>li div p { width: 140px; height: 100%; margin: 0; padding: 0; line-height: 60px; font-size: 16px; color: #fff; text-align: center; display: none; z-index: 2; position: absolute; left: 0; top: 0; overflow: hidden; } #toolbar>ul>li div div.toolbarBg { width: 0%; height: 100%; background: rgba(32, 72, 157, 0.8); position: absolute; left: 0; top: 0; z-index: 1; transition: all 0.8s ease; } #toolbar>ul>li div img.erweima { width: 200px; position: absolute; right: 70px; bottom: 0; transition: all 0s; opacity: 0; border: 1px solid #2a2a54; user-select: none; } #toolbar>ul>li.active:hover div { width: 150px; overflow: initial; } #toolbar>ul>li.active.w200:hover div, #toolbar>ul>li.w200 div p { width: 200px; } #toolbar>ul>li.active.w230:hover div, #toolbar>ul>li.w230 div p { width: 230px; } #toolbar>ul>li.active:hover div i { display: none; } #toolbar>ul>li.active:hover div p { display: block; } #toolbar>ul>li.phone>div p { line-height: 1.5; text-align: left; padding: 6px 0 0 10px; } .BNtop { padding: 0; /* margin-bottom: 20px; */ overflow: hidden; background-color: #f5f5f5; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 10%); position: relative; z-index: 1; } .BNtop h4 { color: #707070; font-size: 14px; line-height: 60px; margin: 0; padding-left: 10px; } .BNtop h4 i { color: #2a2a54; font-size: 20px; } .BNtop ul { display: inline-flex; } .BNtop li a { display: inline-block; line-height: 57px; padding: 0 10px; border-bottom: 3px solid transparent; transition: all 0.3s; } .BNtop li a:hover, .BNtop li a.active { border-color: #2a2a54; } .tab-content ul { display: flex; justify-content: center; } .tab-content li { flex: 0 0 auto; padding: 0 35px; } .tab-content a { display: block; /* font-weight: bold; */ font-size: 16px; line-height: 3; text-align: center; width: 200px; margin: auto; background-color: #f7f7f7; transition: all 0.2s; } .bg-light .tab-content a { background-color: #fff; } .tab-content a.active, .tab-content a:hover { background-color: #2a2a54; color: #fff; } .classification { font-size: 20px; font-weight: bold; padding: 1em 0 0.5em; color: #2a2a54; border-bottom: 1px solid #2a2a54; margin-bottom: 10px; } .detailsText { font-size: 16px; letter-spacing: 2px; } .detailsText p { line-height: 2em; } .detailsText img { max-width: 100%; } #MsgUp { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: hidden; display: none; transition: all 0.3s; } #MsgUp.on { display: block; } #MsgUp .shadow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); } #MsgUp .box { background-color: white; width: 478px; height: 220px; padding: 20px; border-radius: 5px; text-align: center; position: fixed; left: 50%; top: 50%; margin-left: -256px; margin-top: -110px; overflow: hidden; } #MsgUp .box>div { height: 0; float: left; width: 100%; transition: all 0.3s; opacity: 0; } #MsgUp .box>.on { opacity: 1; } #MsgUp .box h2 { color: #575757; font-size: 30px; text-align: center; font-weight: 600; text-transform: none; position: relative; margin: 25px 0; padding: 0; line-height: 40px; display: block; } #MsgUp .box .svg { margin: 20px auto; width: 80px; height: 80px; border-radius: 4px; } #MsgUp .box .loding .svg { animation: fa-spin 2s infinite linear; background: url(../images/loding.svg) no-repeat center; background-size: cover; } #MsgUp .box .check .svg { background: url(../images/check.svg) no-repeat center; background-size: cover; } #MsgUp .box .fail .svg { background: url(../images/fail.svg) no-repeat center; background-size: cover; } .index-bg1 { background: url(../images/index-bg1.jpg)no-repeat top center; /* background-size: cover; */ } .index-bg2 { background: url(../images/index-bg2.jpg)no-repeat top center; /* background-size: cover; */ background-color: #EEEFF3; } .index-bg3 { background: url(../images/index-bg3.png); background-size: 100% auto; } .indexA-box { position: relative; } .index.indexB .container { padding-top: 0; padding-bottom: 0; } .indexB .indexB-box { display: flex; } .indexB .indexB-list { flex: 0 0 330px; overflow: hidden; height: 470px; margin-right: 15px; position: relative; } .indexB .indexB-list:last-child { margin-right: 0; } .indexB .indexB-list img { width: 100%; } .indexB .indexB-show { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #2a2a54; padding: 10px; color: #fff; text-align: center; transition: all 0.3s; opacity: 0; } .indexB .indexB-show:hover { opacity: 1; } .indexB .indexB-show .indexB-show-border { width: 100%; height: 100%; border: 1px solid; display: flex; flex-direction: column; justify-content: center; align-items: center; } .indexB .indexB-show span { font-size: 20px; font-weight: bold; border-bottom: 2px solid; display: table; margin: 10px 0 75px 16px; padding: 0px 0 5px; display: none; } .indexB .indexB-show p { font-size: 24px; } .indexB .indexB-show h2 { font-size: 24px; margin: 25px 0 65px; } .indexB .indexB-show i { font-size: 34px; color: #2a2a54; width: 76px; height: 76px; line-height: 76px; /* transform: rotate(45deg); */ border-radius: 100%; background: #fff; } .indexC .indexC-box { display: flex; } .indexC .indexC-text { flex: 0 0 466px; background: rgba(235, 235, 235, 50%); padding: 60px 40px 50px; } .indexC .indexC-text h2 { font-size: 30px; font-weight: bold; margin-bottom: 80px; } .indexC .indexC-text ul { /* height: 360px; */ } .indexC .indexC-text li { display: flex; margin-bottom: 40px; } .indexC .indexC-text li .img { width: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .indexC .indexC-text li img { width: 100%; } .indexC .indexC-text li .text { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; } .indexC .indexC-text h3 { font-size: 24px; line-height: 1; margin-bottom: 15px; } .indexC .indexC-text h3 span { width: 120px; display: inline-block; text-align: center; } .indexC .indexC-text h4 { font-size: 16px; /* font-weight: bold; */ line-height: 1; } .indexC .indexC-img { flex: 1; position: relative; width: 900px; height: 580px; /* background: url(../images/indexC.jpg) center no-repeat; */ transition: 0.6s; } /* .indexC .indexC-img .a { position: absolute; top: 0; left: 0; opacity: 1; } .indexC .indexC-img .b { position: absolute; left: 0; top: 0; opacity: 0; } .indexC .indexC-img.hover .a { opacity: 0; } .indexC .indexC-img.hover .b { opacity: 1; } */ .indexC .indexC-img img {} .indexC .indexC-img:hover img { transform: scale(1); } /* .indexC .indexC-img .text { position: absolute; color: #fff; text-align: center; } .indexC .indexC-img .text h2 { font-size: 34px; font-weight: bold; text-shadow: 1px 1px 2px #000; } .indexC .indexC-img .text p { margin-top: 10px; font-size: 18px; text-shadow: 1px 1px 2px #000; } */ .indexC .indexC-img .swiper-pagination-bullet { width: 100px; height: 4px; background-color: #fff; opacity: 1; } .indexC .indexC-img .swiper-pagination-bullet-active { background-color: #2a2a54; } .indexC.b .container { padding-top: 0; padding-bottom: 0; } .indexC .indexC-pull { display: flex; justify-content: space-between; } .indexC .indexC-pull-box { flex: 0 0 650px; /* height: 550px; */ text-align: center; /* border: 1px solid #aaa; */ /* background: #fff; */ transition: all 0.3s; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; } .indexC .indexC-pull-box span { width: 100%; height: 100%; position: absolute; left: 0; top: -100%; opacity: 0; transition: all 0.2s; } .indexC .indexC-pull-box:hover span { opacity: 1; top: 0%; } .indexC .indexC-pull-box span.service { background: url(../images/indexC-pull1.png) no-repeat center rgba(0, 0, 0, 0.5); } .indexC .indexC-pull-box span.order { background: url(../images/indexC-pull2.png) no-repeat center rgba(0, 0, 0, 0.5); } .indexC .indexC-pull-box img { width: 100%; } .indexC.b .heading-section.a { margin-bottom: -50px; } .indexC.b .heading-section.a:nth-child(2), .indexC.b .content-img-auto img:nth-child(2) { display: none; } .index.indexD { background: no-repeat center center; background-size: cover; } /* .index.indexD .container { padding-top: 50px; } */ .indexD .heading-section { margin-bottom: 40px; } .indexD .indexD-title { text-align: center; font-size: 20px; line-height: 40px; color: #2a2a54; margin-bottom: 20px; } .indexD .indexD-title b { font-size: 32px; font-weight: bold; display: inline-block; } .indexD .indexD-swiper .swiper-container { padding: 30px 10px 70px; } .indexD .indexD-swiper .swiper-slide { overflow: unset; transition: all 0.3s; } /* .indexD .indexD-swiper .swiper-slide img { width: 100%; transition: all 0.3s; } .indexD .indexD-swiper .swiper-slide p { text-align: center; margin-top: 20px; line-height: 1.5; } .indexD .indexD-swiper .swiper-slide:hover { transform: scale(1.3); } */ .indexD .indexD-swiper .swiper-slide>div { box-shadow: 0 0 10px #e5e5e5; background-color: #fff; text-align: center; padding: 35px 15px; } .indexD .indexD-swiper .swiper-slide>div .img { /* width: 115px; */ height: 120px; margin: 0 auto; } .indexD .indexD-swiper .swiper-slide>div .img img { max-width: 100%; max-height: 100%; } .indexD .indexD-swiper .swiper-slide>div p { font-size: 18px; margin-top: 10px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; } .indexD .indexD-swiper .swiper-button-prev, .indexD .indexD-swiper .swiper-button-next { top: auto; bottom: 0; left: 0; right: 0; margin: auto; } .indexD .indexD-swiper .swiper-button-prev { left: -60px; /* background-image: url(../images/icon-prev.png); */ /* background-size: auto; */ } .indexD .indexD-swiper .swiper-button-next { right: -60px; /* background-image: url(../images/icon-next.png); */ /* background-size: auto; */ } .indexD .indexD-bgimg { position: relative; height: 500px; } .indexD .indexD-bgimg .indexD-bgimg-img { position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; } .indexD .indexD-bgimg .indexD-bgimg-img::after { content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.2; } .indexD .indexD-bgimg .indexD-bgimg-img .content-img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.3s; } .indexD .indexD-bgimg .indexD-bgimg-img .content-img.active { opacity: 1; } .indexD .indexD-bgimg .indexD-bgimg-box { display: flex; height: 100%; position: relative; z-index: 2; } .indexD .indexD-bgimg .indexD-bgimg-list { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all 0.3s; } .indexD .indexD-bgimg .indexD-bgimg-list.active { background: rgba(42, 42, 84, 0.9); } .indexD .indexD-bgimg .indexD-bgimg-list img { width: 100px; filter: drop-shadow(1px 2px 3px #000); } .indexD .indexD-bgimg .indexD-bgimg-list .text { color: #fff; height: 0; overflow: hidden; transition: all 0.3s; } .indexD .indexD-bgimg .indexD-bgimg-list.active .text { height: 70px; } .indexD .indexD-bgimg .indexD-bgimg-list .text h2 { margin: 30px 0 10px; font-size: 18px; } .indexE { background-color: #2a2a54; } .indexE .indexE-box { display: flex; justify-content: space-between; } .indexE .indexE-list { flex: 0 0 auto; width: 430px; color: #fff; } .indexE .indexE-list .content-img { height: 290px; } .indexE .indexE-list .content-img .time { position: absolute; left: 10px; top: 10px; background: #2a2a54; padding: 10px 15px 6px 15px; } .indexE .indexE-list .content-img .time p { font-size: 22px; font-weight: bold; } .indexE .indexE-list .content-img .time span { font-size: 14px; line-height: 2em; opacity: .7; } .indexE .indexE-list .text { opacity: 0.8; } .indexE .indexE-list .text:hover { opacity: 1; } .indexE .indexE-list h2 { font-size: 22px; margin: 30px 0 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .indexE .indexE-list p { font-size: 16px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 48px; } .indexE .indexE-list .twinkleBtn { color: #fff; border-color: #fff; transition: all 0.3s; } .indexE .indexE-list .twinkleBtn:hover { background-color: rgba(235, 235, 235, 90%); color: #2a2a54; } .index.indexF .container { padding-bottom: 0; } .indexF .indexF-box { display: flex; justify-content: space-between; } .indexF .indexF-list { flex: 0 0 430px; display: flex; } .indexF .indexF-list .time { flex: 0 0 100px; margin-right: 25px; color: #2a2a54; text-align: center; } .indexF .indexF-list .time p { font-size: 40px; font-weight: bold; border-right: 1px solid #eee; } .indexF .indexF-list .time span { font-size: 14px; } .indexF .indexF-list .text { flex: auto; opacity: 0.8; } .indexF .indexF-list .text:hover { opacity: 1; } .indexF .indexF-list .text h2 { font-size: 20px; line-height: 24px; font-weight: bold; height: 40px; margin-bottom: 20px; } .indexF .indexF-list .text p { font-size: 14px; line-height: 24px; color: #666; height: 50px; } .indexG .indexG-text { margin-top: 70px; } .indexG .indexG-text h2 { border-bottom: 2px solid #fbc9bd; line-height: 60px; text-align: center; margin-bottom: 30px; } .indexG .indexG-text p { line-height: 2; text-indent: 2em; margin-bottom: 20px; } .indexG .indexG-text li { margin-top: 10px; } .indexG .indexG-text li:nth-child(1) { position: relative; left: 80px; } .indexG .indexG-text li:nth-child(2) { position: relative; left: 140px; } .indexG .indexG-text li:nth-child(3) { position: relative; left: 40px; } .indexG .indexG-text li:nth-child(4) { position: relative; left: 180px; } .indexG .indexG-text li:nth-child(5) { position: relative; left: 0; } .indexG .indexG-text li b { background-color: #fdcacd; border-radius: 20px; line-height: 30px; padding: 5px 20px 5px 40px; position: relative; white-space: nowrap; } .indexG .indexG-text li b::before { content: "\f004"; font-family: FontAwesome; font-size: 34px; color: #fdcacd; -webkit-text-stroke: 2px #fff; position: absolute; left: -8px; top: -1px; } .footerTop { padding: 90px 0 75px; background: #2a2a54; position: relative; } .footerTop::before { content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 1920px; max-width: 100%; height: 100%; background: url(../images/footer-bg.png) no-repeat center right; background-size: contain; } .footer-box { display: flex; color: #fff; } .footer-box .footer-left { flex: 1; } .footer-box .footer-logo { /* height: 65px; */ /* margin-bottom: 90px; */ } .footer-box .content { display: flex; /* margin-bottom: 50px; */ } .footer-box .content .text { flex: 0 0 300px; } .footer-box .content .text h2 { font-size: 26px; font-weight: bold; margin-bottom: 30px; } .footer-box .content .text p { font-size: 14px; line-height: 36px; opacity: .7; } .footer-box .content .erweima { flex: auto; display: flex; align-items: center; } .footer-box .content .erweima ul { display: inline-block; } .footer-box .content .erweima li { width: 130px; margin-left: 20px; float: left; text-align: center; } .footer-box .content .erweima li:first-child { margin-left: 0; } .footer-box .content .erweima img { width: 80%; } .footer-box .content .erweima p { font-size: 14px; margin-top: 16px; opacity: .7; } .footer-box .footer-right { padding-top: 30px; } .footer-box .footer-list { float: right; width: 90px; margin-left: 60px; } .footer-box .footer-list h2 { font-size: 20px; font-weight: bold; margin-bottom: 30px; } .footer-box .footer-list li { font-size: 14px; line-height: 60px; opacity: .7; } /* 设计预约 sjyy */ .ServiceSystem h1 { text-align: center; margin-bottom: 30px; } .ServiceSystem .form-item { margin-bottom: 15px; display: flex; flex-wrap: wrap; } .ServiceSystem .form-item i { display: inline-block; color: #a3181f; font-size: 24px; width: 15px; line-height: 40px; padding-top: 10px; } .ServiceSystem .form-item b { display: inline-block; line-height: 50px; height: 50px; vertical-align: top; white-space: nowrap; } .ServiceSystem .form-item b span { display: inline-block; line-height: 50px; vertical-align: top; } .ServiceSystem .form-item label { width: auto; display: inline-block; padding: 0 20px; font-size: 14px; font-weight: normal; vertical-align: top; line-height: 50px; white-space: nowrap; } .ServiceSystem .form-item input[type=text] { background: none; border: none; font-size: 14px; vertical-align: top; line-height: 50px; } .ServiceSystem .form-item input[type=radio], .ServiceSystem .form-item input[type=checkbox] { margin-right: 3px; } .ServiceSystem .form-item input.inline { border-bottom: 1px solid #999; line-height: 24px; padding: 0 10px; margin-top: 10px; } .ServiceSystem .form-item .bg { background: #f5f5f5; line-height: 1; margin-right: 5px; flex: 1; } .ServiceSystem .form-item .bg input { width: 100%; padding-right: 20px; } .ServiceSystem .form-item label label { padding: 0; } .ServiceSystem .form-item .w100 { width: 100%; } .ServiceSystem .form-item textarea { background: #f5f5f5; border: none; display: block; width: 100%; padding: 20px; font-size: 14px; } .ServiceSystem .form-list { display: flex; flex-wrap: wrap; } .ServiceSystem .form-list.column { flex-direction: column; } .ServiceSystem .form-list label {} .ServiceSystem .form-list input { max-width: 300px; } .ServiceSystem .form-item table td { padding: 0 20px; } .ServiceSystem .form-item table label { vertical-align: inherit; padding: 0; } .ServiceSystem .submit img { width: 140px; display: inline-block; height: 50px; background: #ddd; margin-left: 15px; cursor: pointer; } .ServiceSystem .submit .ordersubmit { display: block; font-size: 16px; line-height: 3; text-align: center; width: 200px; background-color: #2a2a54; color: #fff; transition: all 0.2s; opacity: 1; } .ServiceSystem .submit .ordersubmit:hover { opacity: 0.8; } .ServiceSystem .form-item dd, .ServiceSystem .form-list dd { flex: 1; width: 100%; position: relative; } .ServiceSystem .form-item dd>*, .ServiceSystem .form-list dd>* { width: 100%; } /*=====================以下部分是Validform必须的====================*/ .Validform_checktip { position: absolute; margin-left: 8px; height: 20px; overflow: hidden; color: #999; font-size: 12px; line-height: 15px; } .Validform_right { color: #1ab394; padding-left: 20px; background: url(valid_icons.png) no-repeat -40px -20px; } .Validform_wrong { color: #a3181f; padding-left: 20px; white-space: nowrap; background: url(valid_icons.png) no-repeat -20px -40px; } .Validform_loading { padding-left: 20px; background: url(icon_onload.gif) no-repeat left center; } .Validform_error { /* border: 1px solid #a3181f; */ } #Validform_msg { color: #7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width: 280px; -webkit-box-shadow: 2px 2px 3px #aaa; -moz-box-shadow: 2px 2px 3px #aaa; background: #fff; position: absolute; top: 0px; right: 50px; z-index: 99999; display: none; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); } #Validform_msg .iframe { position: absolute; left: 0px; top: -1px; z-index: -1; } #Validform_msg .Validform_title { position: relative; line-height: 35px; height: 35px; text-align: left; font-weight: bold; padding: 0 10px; color: #fff; background: #33B5E5; } #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited { line-height: 30px; position: absolute; right: 10px; top: 0px; color: #fff; text-decoration: none; } #Validform_msg a.Validform_close:hover { color: #ccc; } #Validform_msg .Validform_info { padding: 10px; border: 1px solid #bbb; border-top: none; text-align: left; } /*=====================以上部分是Validform必须的====================*/ /* 设计荣誉 sjry */ .sjry-swiper { padding: 10px 0; } .sjry-swiper img { width: 100%; box-shadow: 0 0 10px #666; } /* 客户案例 khal */ .khalA-box { display: flex; } .khalA-img { display: flex; justify-content: center; align-items: center; } .khalA-text h1 { color: #2a2a54; opacity: 0.4; font-size: 36px; line-height: 48px; } .khalA-text h2 { color: #2a2a54; font-size: 36px; margin: 25px 0 60px; } .khalA-text h3 { color: #2a2a54; font-size: 36px; margin: 30px 0 15px; white-space: nowrap; } .khalA-text h4 { color: #333; font-size: 18px; margin: 15px 0 30px; } .khalA-text li { width: 40%; margin-right: 9%; display: inline-block; border-top: 2px solid rgba(42, 42, 84, 0.4); } .khalA-map { position: relative; } .khalA-map #main { height: 650px; } .khalA-map-text { position: absolute; left: 30px; bottom: 30px; line-height: 15px; } .khalA-map-text span { display: block; float: left; width: 40px; height: 15px; border-radius: 10px; background-color: #cedef4; margin-right: 10px; } .khal-swiper-thumbs { position: relative; } .khalB-cen { display: flex; align-items: center; transition: all 0.2s; padding: 20px; /* border-bottom: 2px solid #2a2a54; */ background-color: #f4f4f4; } .khalB-cen img { width: 60px; margin-right: 15px; } .khalB-cen p { display: inline-block; font-size: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .swiper-slide-thumb-active .khalB-cen, .khalB-cen:hover { background-color: #2a2a54; cursor: pointer; } .swiper-slide-thumb-active .khalB-cen p, .khalB-cen:hover p { color: #fff; } .khal-swiper-gallery { padding: 0 0 0 30px; } .khal-swiper-gallery .swiper-slide { /* height: 600px; */ } .khalB-text { /* max-width: 800px; */ /* height: 600px; */ background-color: #fff; } .khalB-text h2 { font-size: 24px; line-height: 30px; /* border-left: 8px solid #2a2a54; */ /* padding-left: 20px; */ color: #2a2a54; margin-bottom: 20px; } .khalB-text p { color: #2a2a54; line-height: 2; font-size: 16px; } .khalB-text img { margin-top: 20px; width: 100%; } .khalC { background-image: url(../images/khal/c_bg.jpg); } .khalC .text p { font-weight: lighter; letter-spacing: 2px; line-height: 2; } .khalD-box { display: flex; } .khalD-box .content-img { flex: 1; } .khalD-text { flex: 1; padding-left: 5%; } .khalD-text h3 { font-size: 36px; color: #2a2a54; opacity: 0.4; line-height: 1.2; text-transform: uppercase; } .khalD-text h2 { color: #333; font-size: 36px; font-weight: bold; margin: 30px auto 40px; } .khalD-text p { font-size: 16px; line-height: 2; font-weight: lighter; } .xiaohui-box { display: flex; flex-wrap: wrap; } .xiaohui-swiper .swiper-slide { /* flex: 0 0 14.2857%; */ padding: 10px; } .xiaohui-swiper .swiper-slide>div { /* background: #fff; */ /* box-shadow: 0 0 10px #e5e5e5; */ text-align: center; padding: 15px; } .xiaohui-swiper .swiper-slide .img { height: 120px; margin: 0 auto; position: relative; } .xiaohui-swiper .swiper-slide .img img { max-height: 100%; max-width: 100%; transition: all 0.3s; } .xiaohui-swiper .swiper-slide p { font-size: 16px; height: 2em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 2; transition: all 0.3s; } .productxf-top { margin-bottom: 30px; padding: 0 25px; } .productxf-top h1 { font-size: 36px; color: #2a2a54; border-bottom: 4px solid; display: inline-block; padding: 0 0 15px; } .productxf-top ul { float: right; display: flex; } .productxf-top li { margin-left: 14px; } .productxf-top a { display: inline-block; font-size: 14px; padding: 8px 40px; color: #2a2a54; border: 1px solid #2a2a54; transition: all 0.3s; } .productxf-top a.num { padding: 8px 16px; } .productxf-top a:hover, .productxf-top a.active { background-color: #2a2a54; color: #fff; } #pageGro { display: flex; justify-content: flex-end; } #pageGro .pageUp, #pageGro .pageDown, #pageGro li { display: inline-block; font-size: 14px; padding: 8px 40px; color: #333; border: 1px solid #cdcdcd; transition: all 0.3s; cursor: pointer; } #pageGro .pageUp:hover, #pageGro .pageDown:hover, #pageGro li:hover { color: #2a2a54; border: 1px solid #2a2a54; } #pageGro ul { margin: 0 5px; font-size: 0; } #pageGro li { padding: 8px 16px; margin-left: 5px; } #pageGro li:nth-child(1) { margin-left: 0; } #pageGro .pageUp.no, #pageGro .pageDown.no { opacity: 0.2; cursor: context-menu; pointer-events: none; } #pageGro li.on { background-color: #2a2a54; color: #fff; border: 1px solid #2a2a54; pointer-events: none; } .productxf-box { display: flex; flex-flow: wrap; } .productxf-list { flex: 0 0 auto; width: 33.333%; padding: 25px; } .productxf-box.xl .productxf-list { width: 50%; padding: 50px 50px 10px; } .productxf-box.xl .productxf-list:nth-child(2n+1) { padding-left: 25px; } .productxf-box.xl .productxf-list:nth-child(2n) { padding-right: 25px; } .productxf-list .content-img { width: 100%; transition: all 0.3s; } .productxf-list p { font-size: 24px; text-align: center; padding: 15px 0 0; } .productxf-list:hover .content-img { box-shadow: 0 0 15px -5px #000; } .bzzxA { display: flex; justify-content: center; } .bzzxA .text { flex: 1; display: flex; flex-direction: column; justify-content: center; } .bzzxA .content-img { flex: 1; } .bzzxA h1 { font-size: 14px; color: #5a5858; margin-bottom: 5px; } .bzzxA h2 { font-size: 30px; margin-bottom: 15px; } .bzzxA hr { width: 52px; height: 3px; background: #2a2a54; opacity: 1; margin: 0 0 30px; } .bzzxA h3 { font-size: 26px; color: #000000; margin-bottom: 20px; } .bzzxA p { display: inline-block; font-size: 14px; line-height: 2; color: #000000; } .bzzxA ul { display: flex; margin-top: 20px; } .bzzxA li { width: 130px; margin-left: 30px; text-align: center; } .bzzxA li:nth-child(1) { margin-left: 0; } .bzzxA img { width: 80%; } .bzzxA i { display: block; font-size: 14px; margin-top: 16px; opacity: .7; } .bzzxB { display: flex; } .bzzxB .input { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; } .bzzxB .content-img { flex: 1; } .bzzxB .input .form_field { display: flex; margin-bottom: 16px; } .bzzxB .input .form_field label { flex: 0 0 64px; text-align: center; margin-bottom: 0; line-height: 44px; color: #2a2a54; } .bzzxB .input .form_field .form-control { padding: 10px; height: 44px; box-shadow: 0 0 0; border: 1px solid #2a2a54; border-radius: 0; } .bzzxB .input .form_field .position-relative { flex: auto; position: relative; } .bzzxB .input .form_field #imgCode { position: absolute; right: 16px; top: 0; bottom: 0; margin: auto; } .bzzxB .input .form_field a { display: block; font-size: 16px; line-height: 3; text-align: center; width: 100%; margin: 20px 0 0 64px; background-color: #2a2a54; color: #fff; transition: all 0.2s; } .bzzxB .input .form_field a:hover { opacity: 0.8; } /* hzdl */ .hzdlA-box { display: flex; height: 430px; } .hzdlA-list { flex: 0 0 auto; flex: 1; overflow: hidden; margin-left: 1%; position: relative; transition: all 0.4s ease-in-out; } .hzdlA-list.active { flex: 2; } .hzdlA-list:nth-child(1) { margin-left: 0; } .hzdlA-list .content-img { height: 100%; } .hzdlA-text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; } .hzdlA-text .shadow { background: rgba(42, 42, 84, 90%); width: 100%; height: 0%; position: absolute; left: 0; bottom: 0; transition: all 0.4s ease-in-out; } .hzdlA-text .text { background: rgba(42, 42, 84, 30%); height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 5%; position: relative; z-index: 1; } .hzdlA-text h3 { position: relative; padding-bottom: 15px; margin-bottom: 10px; } .hzdlA-text h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 2em; height: 1px; background-color: #fff; } .hzdlA-text h4 { font-size: 14px; margin-bottom: 15px; opacity: 0.6; height: 0; overflow: hidden; line-height: 1; transition: all 0.4s ease-in-out; } .hzdlA-text p { font-size: 16px; line-height: 1.6; height: 0; overflow: hidden; transition: all 0.4s ease-in-out; } .hzdlA-list.active .hzdlA-text .shadow { height: 100%; } .hzdlA-list.active .hzdlA-text h4 { height: 1.2em; } .hzdlA-list.active .hzdlA-text p { height: 3.2em; } .hzdlB-box { display: flex; } .hzdlB-box>* { flex: auto; } .hzdlB-box .hzdlB-list { display: flex; flex-wrap: wrap; flex: 0 0 60%; } .hzdlB-box .hzdlB-list * { transition: all 0.2s; } .hzdlB-box .hzdlB-list .list { flex: 0 0 33.333%; text-align: center; padding: 20px 30px 0; } .hzdlB-box .hzdlB-list .list:hover { background-color: #2a2a54; } .hzdlB-box .hzdlB-list .list:hover img { filter: brightness(0) invert(1); } .hzdlB-box .hzdlB-list .list:hover>* { color: #fff; } .hzdlB-box .hzdlB-list .list .font { font-size: 22px; margin: 15px 0 25px; overflow: hidden; position: relative; } .hzdlB-box .hzdlB-list .list .font::before { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); } .hzdlB-box .hzdlB-list .list:hover .font::before { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } .hzdlB-box .hzdlB-list .list .font>span { display: inline-block; opacity: 0; color: #fff; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); } .hzdlB-box .hzdlB-list .list:hover .font>span { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(1) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s; } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(2) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s; } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(3) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s; } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(4) { -webkit-transition-delay: 0.18s; transition-delay: 0.18s; } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(5) { -webkit-transition-delay: 0.225s; transition-delay: 0.225s; } .hzdlB-box .hzdlB-list .list:hover .font>span:nth-child(6) { -webkit-transition-delay: 0.27s; transition-delay: 0.27s; } .hzdlC-box { display: flex; flex-wrap: wrap; } .hzdlC-box .list { flex: 0 0 25%; text-align: center; padding: 10px; } .hzdlC-box .box { background-color: #fff; border-radius: 30px; padding: 30px 0; /* box-shadow: 0 10px 10px rgba(0, 0, 0, 10%); */ box-shadow: inset 0 0 0 2px #fff; transition: all 0.3s; } .hzdlC-box .box .img { height: 75px; width: 75px; margin: auto; position: relative; } .hzdlC-box .box .img img { position: absolute; top: 0; left: 0; transition: all 0.3s; } .hzdlC-box .box .img img:nth-child(2) { opacity: 0; } .hzdlC-box .box p { font-size: 22px; margin-top: 25px; transition: all 0.3s; } .hzdlC-box .box:hover { box-shadow: inset 0 0 0 95px rgba(42, 42, 84, 20%); } /* .hzdlC-box .box:hover .img img:nth-child(1) { opacity: 0; } .hzdlC-box .box:hover .img img:nth-child(2) { opacity: 1; } .hzdlC-box .box:hover p { color: #fff; } */ .hzdlD-box { display: flex; } .hzdlD-box .left { flex: 1; display: flex; flex-direction: column; justify-content: space-evenly; } .hzdlD-box .right { flex: 1; } .hzdlD-box .right .content-img { height: 100%; } .hzdlD-box .list { display: flex; padding: 15px 0; } .hzdlD-box .list .num { font-size: 42px; color: #2a2a54; width: 42px; margin-right: 30px; } .hzdlD-box .list .text h2 { font-size: 24px; /* font-weight: bold; */ color: #333; margin-bottom: 10px; } .hzdlD-box .list .text p { font-size: 16px; color: #999; } /* ppjj */ .ppjjA-list { display: flex; margin-bottom: 110px; } .ppjjA-list:nth-last-child(1) { margin-bottom: 0; } .ppjjA-list .content-img { flex: 0 0 450px; } .ppjjA-list .text { flex: auto; padding-left: 60px; display: flex; flex-direction: column; justify-content: center; } .ppjjA-list .text:nth-child(1) { padding: 0 60px 0 0; } .ppjjA-list .text h3 { font-weight: bold; margin-bottom: 30px; } .ppjjA-top { display: flex; margin-bottom: 110px; position: relative; } /* .ppjjA-top::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100vw; height: 240px; background-color: #2a2a54; margin-left: calc((-100vw + 100%) / 2); margin-bottom: 30px; z-index: -1; } */ .ppjjA-top .content-img { flex: 0 0 400px; } .ppjjA-top .text { flex: auto; padding: 30px 45px 55px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; /* margin-bottom: 30px; */ } .ppjjA-top .text img { margin-bottom: 5em; max-width: 100%; } .ppjjA-top .text p { /* color: #fff; */ margin-bottom: 10px; font-weight: lighter; } .ppjjA-swiper .swiper-button-prev { left: 55%; top: auto; bottom: 10%; } .ppjjA-swiper .swiper-button-next { left: 55%; right: 0; top: auto; bottom: 10%; margin-left: 50px; } .ppjjB { background-image: url(../images/ppjj/b_bg.jpg); } .ppjjB-box { display: flex; } .ppjjB-box>* { flex: 0 0 auto; width: 50%; } .ppjjB-box .box-left { display: flex; flex-direction: column; justify-content: center; padding-right: 10%; } .ppjjB .text { margin-bottom: 30px; } .ppjjB .text p { font-weight: 300; } .ppjjB-swiper { padding-bottom: 30px; } .ppjjC-list { display: flex; margin-bottom: 50px; } .ppjjC-list:nth-last-child(1) { margin-bottom: 0; } .ppjjC-list .content-img-auto { flex: 0 0 50%; } .ppjjC-list .text { flex: auto; display: flex; justify-content: center; align-items: center; } .ppjjC-list .text h3 { color: #2a2a54; font-weight: bold; margin-bottom: 0.6em; } .ppjjC-list .text div { margin-left: 30px; } .ppjjC-list .text .bg { margin-left: 60px; } .ppjjD { background-image: url(../images/ppjj/d_bg.jpg); } .ppjjD-box { display: flex; justify-content: center; align-items: center; } .ppjjD-box .img { flex: 2; } .ppjjD-box .text { flex: 3; background-color: rgba(42, 42, 84, 0.4); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff; padding: 60px 0; position: relative; } .ppjjD-box .text::before, .ppjjD-box .text::after { content: url(../images/ppjj/d_3.png); position: absolute; left: 20px; top: 20px; opacity: 0.8; } .ppjjD-box .text::after { left: auto; top: auto; right: 20px; bottom: 20px; transform: rotate(180deg); } .ppjjD-box .text img { filter: brightness(0) invert(1); } .ppjjD-box .text h3 { line-height: 1; letter-spacing: 1px; margin: 20px 0 10px; } .ppjjD-box .text h4 { line-height: 1; font-size: 24px; letter-spacing: 1px; margin-bottom: 30px; } .ppjjD-box .text p { font-size: 18px; line-height: 1.6; font-weight: lighter; letter-spacing: 4px; } /* ryzz */ .ryzzA-box { display: flex; } .ryzzA-box .box-left { flex: 0 0 auto; width: 40%; } .ryzzA-box .box-right { flex: 0 0 auto; width: 55%; margin-left: 5%; display: flex; flex-direction: column; justify-content: center; } div.ryzzA-img { justify-content: flex-start; } .ryzzA-list { display: flex; flex-direction: row; flex-wrap: wrap; margin: -20px 0 5em; } .ryzzA-list p { flex: 0 0 auto; min-width: 50%; position: relative; line-height: 2; } .ryzzC { padding: 55px 0; } .ryzzC-box { display: flex; justify-content: space-between; } .ryzzC-box>* { flex: 1; padding: 5px; } .ryzzC-box .text { flex: 1.5; display: flex; flex-direction: column; justify-content: center; } .ryzzC-box .text p { padding-left: 2.5em; } /* oto */ .oto-banner { position: relative; height: 800px; margin-bottom: 200px; /* margin-bottom: calc(800px - 50vh); */ } .oto-banner .bg { position: absolute; left: 0; bottom: 0; width: 100%; margin: 0 0 30px; } .oto-banner .container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: flex; justify-content: center; padding-top: 18vh; } .oto-banner .text { max-width: 1000px; } .oto-banner .text h2 { font-size: 36px; color: #fff; font-weight: bold; text-align: center; } .oto-banner .text h3 { font-size: 24px; color: #fff; text-align: center; opacity: 0.4; margin: 15px auto 40px; } .oto-banner .text p { color: #fff; font-size: 16px; line-height: 1.8; letter-spacing: 2px; } .oto-banner .img1 { max-height: 550px; position: absolute; bottom: -200px; left: 0; right: 0; margin: auto; } .otoA-box { display: flex; } .otoA-list { flex: 1; margin: 0 10px; position: relative; } .otoA-list .content-img { transform: translateY(0) rotateX(0); transition: all 0.6s ease-in-out 0s; } .otoA-list:hover .content-img { transform: translateY(-100%) rotateX(90deg); transform-origin: center bottom 0; opacity: 0; } .otoA-text { background: #2a2a54; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; padding: 10px; color: #fff; opacity: 0; transition: all 0.60s ease-in-out 0s; } .otoA-list:hover .otoA-text { opacity: 1; } .otoA-text>div { width: 100%; height: 100%; border: 1px solid; padding-top: 40px; } .otoA-text p { font-size: 18px; margin-top: 20px; } .otoA-box2 { display: flex; margin-bottom: 3em; } .otoA-list2 { flex: 1; text-align: center; } .otoA-list2 img { height: 120px; } .otoA-list2 h2 { font-size: 24px; font-weight: bold; color: #333; margin: 20px 0 15px; } .otoA-list2 p { font-size: 16px; font-weight: lighter; line-height: 1.6; } .otoB-box { position: relative; display: flex; } .otoB-left { flex: auto; display: flex; } .otoB-list { display: flex; } .otoB-left img { margin-left: -50px; } .otoB-list li { font-size: 20px; position: relative; margin-bottom: 20px; } .otoB-list li:nth-child(1) { left: 0px; } .otoB-list li:nth-child(2) { left: -100px; margin-bottom: -10px; } .otoB-list li:nth-child(3) { left: 100px; } .otoB-list li:nth-child(4) { left: 50px; } .otoB-list li span { display: inline-block; width: 99px; height: 99px; line-height: 99px; background: url(../images/oto/b_bg.png); text-align: center; margin-right: 30px; font-size: 24px; color: #fff; } .otoB-right { text-align: center; } .otoB-right h3 { margin-top: 30px; } .otoD-list { display: flex; justify-content: space-between; position: relative; margin-top: 60px; } .otoD-list .img p { text-align: center; font-size: 20px; margin-top: 30px; color: #575757; } .otoD-list .otoD-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .otoE-box { display: flex; } .otoE-box .right { padding: 0 100px; display: flex; flex-direction: column; justify-content: center; } .otoF-box { display: flex; } .otoF-box .list { flex: 1; margin: 0 5px; border: 2px solid #2a2a54; text-align: center; padding: 30px 0; transition: all 0.2s; } .otoF-box .list .content-img-auto { height: 100px; transition: all 0.2s; } .otoF-box .list .content-img-auto img { transform: scale(0.6); } .otoF-box .list p { font-size: 24px; color: #2a2a54; margin-top: 10px; transition: all 0.2s; } .otoF-box .list:hover { /* background-color: #2a2a54; */ } .otoF-box .list:hover img { transform: scale(1); } .otoF-box .list:hover p { /* color: #fff; */ } /* sjln */ .sjlnA-box { display: flex; } .sjlnA-box>* { flex: 0 0 50%; } .sjlnA-box .right { padding-left: 60px; } .sjlnA-list { text-align: center; padding: 0 25px; margin-top: 25px; } .sjlnA-list h3 { margin-bottom: 25px; } .sjlnB { background-image: url(../images/sjln/b_bg.jpg); background-attachment: fixed; } .sjlnB-box { display: flex; margin-top: 25px; } .sjlnB-box .list { flex: 1; margin: 0 5px; text-align: center; padding: 30px 60px; transition: all 0.2s; /* background-color: #2a2a54; */ color: #fff; } .sjlnB-box .list h1 { font-size: 74px; font-weight: bold; } /* .sjlnB-box .list hr { opacity: 0; margin-top: 0; } */ .sjlnB-box .list h3 { font-size: 20px; font-weight: bold; margin-bottom: 5px; } .sjlnC { display: flex; } .sjlnC .content-img { flex: 3; } .sjlnC .text { flex: 2; background-color: #f2f2fe; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 30px 20px; } .sjlnC .text p { color: #2a2a54; margin: 2em 0 1em; } .sjlnC .text span { background-color: #2a2a54; padding: 6px 14px; color: #fff; font-weight: lighter; line-height: 29px; } .sjlnC .text span img { margin-right: 6px; } /* pzaq */ .pzaqA-swiper .swiper-wrapper, .pzaqB-swiper .swiper-wrapper { padding: 10px 0; } .pzaqA-swiper img, .pzaqB-swiper img { box-shadow: 0 0 10px #666; } .pzaqC { padding-top: 50px; } .pzaqC-box { display: flex; } .pzaqC-box>* { flex: 0 0 auto; width: 50%; display: flex; flex-direction: column; justify-content: center; } .pzaqC-box .box-left { padding-right: 60px; align-items: center; } .pzaqC-box .box-left>* { width: 350px; max-width: 100%; } .pzaqC-box .box-right { display: flex; height: 550px; flex-direction: row; } .pzaqC-box .box-right .content-img { height: 480px; width: 200px; box-shadow: 5px 5px 13px 1px rgba(51, 51, 51, 0.2); } .pzaqC-box .box-right .content-img:nth-child(2) { margin-top: 70px; margin-left: 40px; } .pzaqD { background-image: url(../images/pzaq/d_bg.jpg); } .pzaqD-box .text { text-align: center; margin-bottom: 3em; } .pzaqD-box ul { display: flex; justify-content: space-between; text-align: center; } .pzaqD-box ul img { width: 120px; } .pzaqD-box ul p { font-size: 16px; margin-top: 15px; } .pzaqE-box { display: flex; } .pzaqE-list { flex: 1; display: flex; flex-direction: column; } .pzaqE-list .content-img { flex: 5; } .pzaqE-list .text { flex: 3; background-color: #f1f1f1; display: flex; justify-content: center; align-items: center; font-size: 24px; color: #2a2a54; } .pzaqF { background-image: url(../images/pzaq/f_bg.jpg); padding: 100px 0; } .pzaqF .heading-section { margin-bottom: 30px; } .pzaqF .heading-section h3 { line-height: 1.8; margin: 0; } .pzaqF hr { width: 80%; height: 3px; background-color: #333; opacity: 1; margin: 0 auto; } .pzaqF .text { padding-top: 30px; } /* ppdt */ .ppdt-top { display: flex; margin-bottom: 40px; background-color: #fff; } .ppdt-top .img { flex: 0 0 auto; width: 60%; } .ppdt-top .text { flex: 0 0 auto; width: 40%; padding: 40px 30px; } .ppdt-top .text h3 { line-height: 1.8; margin-bottom: 25px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .ppdt-top .text p { font-weight: lighter; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; } .ppdt-list { display: flex; margin-bottom: 15px; background-color: #fff; padding: 20px; transition: all 0.2s; } .ppdt-list .img { flex: 0 0 auto; width: 22%; } .ppdt-top .img .content-img, .ppdt-list .img .content-img { padding: 55% 0 0; } .ppdt-top .img .content-img img, .ppdt-list .img .content-img img { position: absolute; top: 0; } .ppdt-list .text { flex: 0 0 auto; width: 78%; display: flex; flex-direction: column; justify-content: center; padding: 0 40px; } .ppdt-list .text h3 { margin-bottom: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; } .ppdt-list .text p { line-height: 1.6; font-weight: lighter; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; } .ppdt-list:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 10%); } .ppdt-list:hover .text h3 { color: #2a2a54; } .ppdt-page { flex: 0 0 auto; padding: 40px 30px; background-color: #fff; } .ppdt-page .title { line-height: 1.8; margin-bottom: 5px; text-align: center; } .ppdt-page .time { display: block; text-align: center; margin-bottom: 25px; } .ppdt-page .text { max-width: 865px; margin: auto; } .ppdt-page .text * { line-height: 2; margin-bottom: 10px; } .ppdt-page .text img { margin-bottom: 0; } .ppdt-page img { max-width: 100%; height: auto; } .ppdt-page-link { display: flex; justify-content: space-between; align-content: center; margin-top: 2em; padding: 1.5em 1em !important; background-color: #fff; } .ppdt-page-link>* { flex: 1; display: flex; flex-direction: column; justify-content: center; } .ppdt-page-link>*:nth-child(2) { flex: 0 0 auto; } .ppdt-page-link>*:nth-child(1) { padding: 0 10% 0 0; } .ppdt-page-link>*:nth-child(3) { padding: 0 0 0 10%; } .ppdt-page-link .twinkleBtn { margin-top: 0; } .ppdt-page-link .link { color: #2a2a54; opacity: 0.6; transition: 0.2s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-align: left; } .ppdt-page-link>*:nth-child(3) .link { text-align: right; } .ppdt-page-link .link:hover { opacity: 1; } .ppdt-page-link .link.no:hover { opacity: 0.6; } .banner.nei .d-lg-block { display:block; } .banner.nei .d-lg-none { display: none; }