﻿.page {position: relative; padding-top: 100px; width: 100%; height: 100vh; box-sizing: border-box; background-position: center center; background-size: cover; background-repeat: no-repeat; overflow: hidden;}
.page1 {padding-top: 0;}
.page1 .down {position: absolute; bottom: 50px; left: 0; right: 0; z-index: 1; display: flex; justify-content: center;}
.page1 .down span {width: 34px; height: 29px; background: url(../images/page-down.png) no-repeat; cursor: pointer; animation: pdown 1.5s ease-in-out infinite alternate;}
.page2 {background-image: url(../images/bg2.jpg);}
.page3 {background-image: url(../images/bg3.jpg);}
.page4 {background-image: url(../images/bg4.jpg);}
.page5 {background-image: url(../images/bg5.jpg);}

#page-dots {position: fixed; top: 0; bottom: 0; right: 48px; z-index: 999; display: flex; flex-direction: column; justify-content: center;}
#page-dots span {margin: 5px 0; width: 13px; height: 13px; box-sizing: border-box; border-radius: 50%; border: 2px solid #001eb4; cursor: pointer;}
#page-dots span.curt {background-color:#001eb4;}

@keyframes pdown {
	0% {transform: translateY(0px);}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes pdown {
	0% {transform: translateY(0px);}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
}
@keyframes zoomx {
	0% {opacity: 1; transform: scale(1);}
	50% {opacity: 0; transform: scale(5);}
	100% {opacity: 1; transform: scale(1.8);}
}
@-webkit-keyframes zoomx {
	0% {opacity: 1; transform: scale(1);}
	50% {opacity: 0; transform: scale(5);}
	100% {opacity: 1; transform: scale(1.8);}
}

.page1 .swiper-container {height: 100%;}
.page1 .swiper-wrapper {height: 100%;}
.page1 .swiper-slide {position: relative; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; transition: none;}
.page1 .swiper-slide > a {display: block; width: 100%; height: 100%;}

#ibs {position: relative; height: 100%;}
#ibs .item {position: absolute;}
#ibs .item .cont {position: absolute; bottom: 35px; left: 0; z-index: 10; display: flex; align-items: flex-start; padding: 20px 30px 20px 20px; width: 520px; color:#fff; box-sizing: border-box; border-radius: 12px; background-color: rgba(0,103,231,0.85); visibility: hidden; opacity: 0; transform: translateX(100%); transition: 300ms;}
#ibs .item .cont::after {position: absolute; bottom: -21px; left: 80px; display: block; width: 22px; height: 21px; background: url(../images/ibs-arrow.png) no-repeat; content: '';}
#ibs .item .cont .imgs {flex: 0 0 auto; width: 63px; font-size: 0;}
#ibs .item .cont .imgs img {width: 100%;}
#ibs .item .cont .text {flex: 1 1 auto; margin-left: 20px; color:#c0c4d3;}
#ibs .item .cont .text h2 {color:#fff; font-size: 20px;}
#ibs .item .cont .text p {margin-top: 10px; line-height: 1.7;}
#ibs .item .yd {position: relative; z-index: 1; display: flex; width: 18px; height: 18px; border-radius: 50%; background-color:#001eb4; cursor: pointer;}
#ibs .item .yd::after {position: relative; z-index: 10; display: block; margin: auto; width: 4px; height: 4px; border-radius: 50%; background-color:#fff; content: '';}
#ibs .item .yd i {position: absolute; inset: 0; z-index: 1; display: block; border-radius: 50%; background-color:rgba(0,30,180,0.3); content: '';}
#ibs .item.active .yd i {animation: zoomx 0.5s ease-in-out 1 forwards;}
#ibs .item.active .cont {opacity: 1; transform: translateX(-70px); visibility: visible;}
#ibs .ib1 {top: 580px; left: 440px;}
#ibs .ib2 {top: 640px; left: 885px;}
#ibs .ib3 {top: 520px; left: 1090px;}

.iwrap {margin-left:auto;margin-right:auto;width:1650px;box-sizing:border-box;}
.itis {padding-top: 60px; text-align: center;}
.itis h2 {color:#424242; font-size: 36px; font-weight: normal; line-height: 1;}
.itis h2::after {display: block; margin: 15px auto 0 auto; width: 48px; height: 3px; background-color:var(--a1-hover-color); content: '';}

#iabout {padding-left: 37.83%;}
#iabout .intro .itis {padding-top: 85px; text-align: left;}
#iabout .intro .itis h2::after {display: none;}
#iabout .intro .editorc {margin-top: 30px; color:#454545; font-size: 14px;}
#iabout .tabas {display: flex; justify-content: center; margin-top: 50px; height: 58px;}
#iabout .tabas a {display: flex; align-items: center; justify-content: center; width: 20%; color:#fff; font-size: 15px; font-weight: bold; box-sizing: border-box; background-color:#1672e5;}
#iabout .tabas a:first-child {border-radius: 28px 0 0 28px;}
#iabout .tabas a:last-child {border-radius: 0 28px 28px 0;}
#iabout .tabas a:not(:last-child) {border-right: 1px solid #4080e3;}
#iabout .tabas a:hover {background-color:var(--a1-hover-color);}

#iabout .company .sbar {margin-top: 60px; display: flex; justify-content: center; gap: 70px;}
#iabout .company .sbar li {color:#4b4b4b; font-size: 24px; font-weight: bold; cursor: pointer;}
#iabout .company .sbar li::after {display: block; margin: 10px auto 0; width: 0; height: 2px; opacity: 0; background-color:#1672e5; content: ''; transition: ease-out 400ms;}
#iabout .company .sbar li.curt {color:#2a72cc;}
#iabout .company .sbar li.curt::after {width: 80px; opacity: 1;}
#iabout .company .list {position: relative; margin-top: 35px;}
#iabout .company .swiper-slide {text-align: center; transition: none; box-sizing: border-box;}
#iabout .company .swiper-slide .name {padding: 0 15px;}
#iabout .company .swiper-slide:first-child .name {padding-left: 0; padding-right: 0;}
#iabout .company .swiper-slide:last-child .name {padding-left: 0; padding-right: 0;}
#iabout .company .swiper-button {position: absolute; top: 70px; z-index: 10; display: block; width: 30px; height: 30px; background: url(../images/arrow.png) no-repeat; background-size: 60px 60px; cursor: pointer;}
#iabout .company .swiper-button-disabled {opacity: 0;}
#iabout .company .swiper-prev {left: -30px;}
#iabout .company .swiper-prev:hover {background-position: left bottom;}
#iabout .company .swiper-next {right: -30px; background-position: right top;}
#iabout .company .swiper-next:hover {background-position: right bottom;}
#iabout .company .imgs {margin: 0 auto; width: 170px; font-size: 0;}
#iabout .company .imgs div {position: relative; padding-top: 100%; border-radius: 50%; overflow: hidden;}
#iabout .company .imgs div span {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: ease-out 400ms;}
#iabout .company .imgs:hover div span {transform: scale(1.08);}
#iabout .company .name {margin-top: 12px; height: 46px; color:#424242; font-size: 14px; line-height: 23px;}

#ipros .tabas {display: flex; justify-content: center; gap: 35px; margin-top: 28px;}
#ipros .tabas a {display: flex; align-items: center; justify-content: center; padding: 0 40px; height: 48px; color:#2a72cc; font-size: 24px; font-weight: bold; font-style: italic; border-radius: 24px; background-color:#fff;}
#ipros .tabas a.curt {color:#fff; background-color:#2a72cc;}
#ipros .swiper-container {margin-top: 48px;}
#ipros .swiper-wrapper {}
#ipros .swiper-slide {display: flex; align-items: flex-start; box-sizing: border-box; overflow: hidden;}
#ipros .imgs {flex: 0 0 auto; width: 38.7%;}
#ipros .imgs img {width: 100%;}
#ipros .imgs-m {display: none; font-size: 0;}
#ipros .imgs-m img {width: 100%;}
#ipros .text {flex: 1 1 auto; margin-left: 70px; margin-right: 135px;}
#ipros .text .tis {position: relative; margin-top: 60px; padding-left: 20px;}
#ipros .text .tis::before {position: absolute; top: 1px; bottom: 2px; left: 0; display: block; width: 9px; background-color: var(--a-hover-color); content: '';}
#ipros .text .tis h3 {color:#505050; font-size: 24px; line-height: 1;}
#ipros .text .tis p {margin-top: 4px; color:#707070; font-size: 12px;}
#ipros .text .editorc {margin-top: 30px; font-size: 14px;}

#inews {margin: 0 auto; width: 1240px; box-sizing: border-box;}
#inews .tws {display: flex; align-items: flex-start; margin-top: 30px;}
#inews .tws .imgs {flex: 0 0 auto; width: 48.38%; font-size: 0; overflow: hidden;}
#inews .tws .imgs img {width: 100%; transition: ease-out 400ms;}
#inews .tws .text {flex: 1 1 auto; margin-left: 40px; color:#5a5a5a;}
#inews .tws .text::after {display: block; margin-top: 22px; display: block; width: 71px; height: 9px; background-image: url(../images/arrow2.png); content: '';}
#inews .tws .date {padding-top: 14px;}
#inews .tws .date::after {display: block; margin-top: 12px; width: 22px; height: 3px; background-color:#001eb4; content: '';}
#inews .tws .name {margin-top: 35px; font-size: 18px; line-height: 1.5;}
#inews .tws .desc {margin-top: 20px; line-height: 1.8; -webkit-line-clamp:3;}
#inews .tws:hover .imgs img {transform: scale(1.06);}

#inews .list {display: grid; grid-template-columns: repeat(3,1fr); column-gap: 32px; margin-top: 35px;}
#inews .list a {padding: 25px; min-width: 0; box-sizing: border-box; background-color: rgba(255,255,255,0.45);}
#inews .list a .date {padding-top: 10px; color:#5a5a5a;}
#inews .list a .date::after {display: block; margin-top: 12px; width: 22px; height: 3px; background-color:#001eb4; content: '';}
#inews .list a h2 {margin-top: 18px; font-size: 18px;}
#inews .list a:hover {color:#eee; background-color: rgba(0,123,219,0.8);}
#inews .list a:hover .date {color:#fff;}
#inews .list a:hover .date::after {background-color:#aaa;}
#inews .more {display: flex; justify-content: center; margin-top: 35px;}
#inews .more a {width: 140px; height: 40px; color:#fff; background-color:#007bdb;}
#inews .more a:hover {background-color:var(--a1-hover-color);}

#ilxs {position: relative; color:#dfeaff;}
#ilxs a {color:#dfeaff;}
#ilxs .lxfs {padding-top: 140px; padding-left: 200px;}
#ilxs .lxfs .tabs {display: flex; column-gap: 10px;}
#ilxs .lxfs .tabs li {display: flex; align-items: center; justify-content: center; width: 170px; height: 40px; color:#fff; font-size: 18px; font-weight: bold; font-style: italic; border-radius: 20px; background-color:#0b233f; cursor: pointer;}
#ilxs .lxfs .tabs li.curt {background-color:var(--a-hover-color);}
#ilxs .lxfs .name {margin-top: 30px; color:#fff; font-size: 24px; line-height: 1;}
#ilxs .lxfs .contact {margin-top: 25px;}
#ilxs .lxfs .contact1 dd {display: flex; align-items: center;}
#ilxs .lxfs .contact1 dd:not(:first-child) {margin-top: 10px;}
#ilxs .lxfs .contact1 dd i {flex: 0 0 auto; margin-top: 1px; margin-right: 10px; width: 18px; color:#fff; font-size: 13px; text-align: center;}
#ilxs .lxfs .contact2 {font-size: 14px;}
#ilxs .map {position: absolute; top: 50px; right: 85px; width: 473px; height: 473px; font-size: 0; border-radius: 50%; border: 12px solid var(--a-hover-color); overflow: hidden;}
#ilxs .map img {width: 100%; height: 100%;}
#ilxs .jcs {position: absolute; top: 550px; right: 0; width: 800px;}
#ilxs .jcs .text {line-height: 2.2;}
#ilxs .jcs .tel {display: flex; align-items: center; margin-top: 20px; margin-left: 250px; padding-left: 70px; height: 62px; background: url(../images/icon-phone.png) no-repeat;}

#ifooter {position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; padding: 22px 5%; color:#b3b4b4; font-size: 12px; line-height: 1.6; background-color: rgba(3,3,3,0.56);}
#ifooter a {color:#b3b4b4;}
#ifooter a:hover {color:#fff;}

@media only screen and (max-width: 1680px){
	.iwrap {width: 1440px;}
	.itis h2 {font-size: 30px;}
	#ibs .ib1 {left: 335px;}
	#ibs .ib2 {left: 770px;}
	#ibs .ib3 {left: 985px;}

	#iabout {padding-left: 35%;}
	#iabout .intro .itis {padding-top: 60px;}
	#iabout .company .sbar {margin-top: 50px;}
	#iabout .company .list {margin-top: 35px;}
	#iabout .company .swiper-button {top: 60px;}
	#iabout .company .imgs {width: 70%;}
	#iabout .company .name {margin-top: 12px; height: 40px; line-height: 20px;}

	#ilxs .lxfs {padding-top: 100px; padding-left: 0;}
	#ilxs .map {top: 50px; right: 40px; width: 420px; height: 420px;}
	#ilxs .jcs {top: 530px; width: 600px;}
	#ilxs .jcs .text {line-height: 2;}
	#ilxs .jcs .tel {margin-top: 20px; margin-left: 150px; padding-left: 60px; height: 50px; background-size: 50px 50px;}
}

@media only screen and (max-width: 1500px){
	.iwrap {width: 1280px;}
	.itis {padding-top: 40px;}
	.itis h2 {font-size: 28px;}
	#ibs .ib1 {left: 255px;}
	#ibs .ib2 {left: 690px;}
	#ibs .ib3 {left: 865px;}

	#iabout {padding-left: 33%;}
	#iabout .intro .itis {padding-top: 40px;}
	#iabout .tabas {margin-top: 40px;}
	#iabout .company .sbar {margin-top: 35px; gap: 50px;}
	#iabout .company .sbar li {font-size: 20px;}
	#iabout .company .sbar li.curt::after {width: 60px;}
	#iabout .company .list {margin-top: 35px;}

	#ipros .tabas a {font-size: 20px;}
	#ipros .text .tis h3 {font-size: 22px;}

	#ilxs .lxfs {padding-top: 80px; padding-left: 0;}
	#ilxs .lxfs .name {margin-top: 30px; font-size: 22px;}
	#ilxs .map {top: 50px; right: 40px; width: 380px; height: 380px; border-width: 10px;}
	#ilxs .jcs {top: 470px; width: 550px;}
}

@media only screen and (max-width: 1280px){
	.page {padding-top: 80px;}
	.page1 {padding-top: 0;}
	.iwrap {padding-left: 4%; padding-right: 4%; width: 100%;}
	.itis {padding-top: 5%;}
	.itis h2 {font-size: 26px;}
	#iabout {padding-left: 40%;}
	#iabout .intro .itis {padding-top: 5%;}
	#iabout .intro .editorc {margin-top: 4%;}
	#iabout .tabas {margin-top: 5%;}
	#iabout .company .sbar {margin-top: 5%; gap: 40px;}
	#iabout .company .sbar li {font-size: 18px;}
	#iabout .company .sbar li.curt::after {width: 50px;}
	#iabout .company .list {margin-top: 5%;}

	#ipros .tabas {gap: 30px; margin-top: 3%;}
	#ipros .tabas a {padding: 0 30px; height: 40px; font-size: 18px; border-radius: 20px;}
	#ipros .swiper-container {margin-top: 4%;}
	#ipros .text {margin-left: 4%; margin-right: 8%;}
	#ipros .text .tis {margin-top: 20px; padding-left: 15px;}
	#ipros .text .tis::before {top: 1px; bottom: 2px; width: 6px;}
	#ipros .text .tis h3 {font-size: 20px;}

	#inews {padding-left: 4%; padding-right: 4%; width: 100%;}
	#inews .tws {margin-top: 4%;}
	#inews .list {column-gap: 30px; margin-top: 3.5%;}

	#ilxs .lxfs {padding-top: 60px;}
	#ilxs .lxfs .name {font-size: 20px;}
	#ilxs .map {top: 50px; right: 8%; width: 350px; height: 350px;}
	#ilxs .jcs {top: 470px; right: 4%; width: 500px;}
	#ilxs .jcs .tel {margin-left: 100px; padding-left: 52px; height: 40px; background-size: 40px 40px;}
}

@media only screen and (max-width: 1024px){
	#ibs {display: none;}
	#ifooter {position: static; color:#6c6b6b; background-color:#1a1b1d;}
	#ifooter a {color:#6c6b6b;}
	#ifooter a:hover {color:#fff;}

	#page-dots {display: none;}
	.page {padding-top: 0; height: auto;}
	.page1 {height: 100vh;}
	.page2 {padding: 0 4% 5% 4%; background-image: none;}
	.page3 {padding: 0 0 5% 0;}
	.page5 {padding: 6% 4%; background-position: initial; background-size: initial;}

	.itis {padding-top: 6%;}
	.itis h2 {font-size: 24px;}

	#iabout {padding-left: 0; padding-right: 0;}
	#iabout .intro .itis {padding-top: 6%; text-align: center;}
	#iabout .intro .editorc {margin-top: 4%;}
	#iabout .tabas {margin-top: 4%; height: 50px;}
	#iabout .tabas a {font-size: 14px;}
	#iabout .tabas a:first-child {border-radius: 25px 0 0 25px;}
	#iabout .tabas a:last-child {border-radius: 0 25px 25px 0;}
	
	#ipros .tabas {gap: 20px;}
	#ipros .tabas a {padding: 0 20px; height: 36px; font-size: 16px; border-radius: 18px;}
	#ipros .text {margin-right: 4%;}
	#ipros .text .tis h3 {font-size: 16px;}
	#ipros .text .tis p {margin-top: 4px; font-size: 12px;}
	#ipros .text .editorc {margin-top: 4%;}

	#inews {padding-bottom: 5%;}
	#inews .list {margin-top: 4%;}
	#inews .list a {padding: 20px;}
	#inews .list a h2 {margin-top: 18px; font-size: 16px;}
	#inews .more {margin-top: 4%;}

	#ilxs {padding: 0;}
	#ilxs .lxfs {padding-top: 0; padding-left: 0;}
	#ilxs .lxfs .tabs li {width: 140px; height: 36px; font-size: 16px; border-radius: 18px;}
	#ilxs .lxfs .name {margin-top: 3.5%; font-size: 18px; line-height: 1.5;}
	#ilxs .lxfs .contact {margin-top: 3%;}
	#ilxs .map {position: static; top: 0; right: 0; margin: 5% auto 0; width: 400px; height: 400px;}
	#ilxs .jcs {position: static; top: 0; right: 0; margin-top: 5%; width: auto; color:#000; text-shadow: 1px 0 1px #fff;}
	#ilxs .jcs .tel {margin-top: 20px; margin-left: 0;}
}

@media only screen and (max-width: 800px){
	#iabout .company .swiper-button {top: 70px;;}
	#iabout .company .swiper-prev {left: -20px;}
	#iabout .company .swiper-next {right: -20px;}

	.page3 {padding: 0;}
	#ipros .swiper-container {margin-top: 0;}
	#ipros .swiper-slide {display: block;}
	#ipros .imgs {display: none;}
	#ipros .imgs-m {display: block;}
	#ipros .text {margin: 0; padding: 4%;}
	#ipros .text .tis {margin-top: 0;}

	#inews .tws {display: block;}
	#inews .tws .imgs {display: block; width: 100%;}
	#inews .tws .date {padding-top: 0;}
	#inews .tws .text {margin-left: 0; margin-top: 4%;}
	#inews .tws .name {margin-top: 3%;}
	#inews .tws .desc {margin-top: 3%;}
	#inews .list {display: block; margin-top: 0;}
	#inews .list a {display: block; margin-top: 4%;}
	#inews .list a .date {padding-top: 0;}
}

@media only screen and (max-width: 640px){
	#iabout .company .swiper-button {top: 40px; width: 25px; height: 25px; background-size: 50px 50px;}
	#iabout .company .swiper-prev {left: -20px;}
	#iabout .company .swiper-next {right: -20px;}
}

@media only screen and (max-width: 480px){
	#ifooter {padding: 3%;}

	.page1 .down {bottom: 30px;}
	.page1 .down span {width: 20px; height: 17px; background-size: contain;}
	.iwrap {padding-left:5%;padding-right:5%;}
	.itis {padding-top: 8%;}
	.itis h2 {color:#000; font-size: 18px; font-weight: bold;}
	.itis h2::after {margin-top: 8px; width: 20px; height: 2px;}

	#iabout .intro .itis {padding-top: 8%;}
	#iabout .tabas {margin-top: 5%; height: 36px;}
	#iabout .tabas a {flex: 1; width: auto; font-size: 12px;}
	#iabout .tabas a:first-child {border-radius: 18px 0 0 18px;}
	#iabout .tabas a:last-child {border-radius: 0 18px 18px 0;}
	#iabout .company .sbar {margin-top: 6%; gap: 15px;}
	#iabout .company .sbar li {font-size: 14px;}
	#iabout .company .sbar li::after {margin-top: 8px;}
	#iabout .company .sbar li.curt::after {width: 40px;}
	#iabout .company .swiper-slide .name {padding: 0 10px;}
	#iabout .company .swiper-button {top: 40px; width: 20px; height: 20px; background-size: 40px 40px;}
	#iabout .company .swiper-prev {left: 0;}
	#iabout .company .swiper-next {right: 0;}
	#iabout .company .imgs {width: 60%;}
	#iabout .company .name {margin-top: 10px; height: 36px; font-size: 12px; line-height: 18px;}

	#ipros .tabas {justify-content: space-between; gap: 10px; margin-top: 4%; padding: 0 4%;}
	#ipros .tabas a {flex: 1 0 auto; padding: 0 12px; height: 28px; font-size: 14px; border-radius: 14px;}
	#ipros .text {padding: 6% 5% 5% 5%;}
	#ipros .text .tis h3 {color:#333;}
	#ipros .text .tis::before {top: 0;}

	#inews {padding: 0 5% 6% 5%;}
	#inews .tws .text {margin-left: 0; margin-top: 5%;}
	#inews .tws .text::after {display: none;}
	#inews .tws .date::after {margin-top: 5px; width: 20px; height: 2px;}
	#inews .tws .name {margin-top: 3%; font-size: 16px;}
	#inews .tws .desc {margin-top: 2%; line-height: 1.6;}
	#inews .list a {padding: 15px;}
	#inews .list a .date::after {margin-top: 5px; width: 20px; height: 2px;}
	#inews .list a h2 {margin-top: 10px; font-size: 14px; line-height: 1.45; white-space: initial; text-overflow: none; overflow: initial;}
	#inews .more {margin-top: 5%;}
	#inews .more a {width: 110px; height: 32px;}

	.page5 {padding: 8% 5%; background-position: -5px top;}
	#ilxs .lxfs .tabs li {padding: 0 20px; width: auto; height: 30px; font-size: 14px; border-radius: 15px;}
	#ilxs .lxfs .name {margin-top: 5%; font-size: 16px;}
	#ilxs .lxfs .contact {margin-top: 4%;}
	#ilxs .map {margin-top: 10%; width: 220px; height: 220px; border-width: 5px;}
	#ilxs .jcs {margin-top: 8%; color: inherit; text-shadow: none;}
	#ilxs .jcs .text {font-size: 12px; line-height: 1.8;}
	#ilxs .jcs .tel {margin-top: 5%; margin-left: 0; padding-left: 40px; height: 30px; background-size: 30px 30px;}
}