.container{ overflow:hidden; position:relative; }
.mainHeader{ background: #fff; }
.indexSlide{ height: 100%; }
.swiper-slide{ background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #fff; }
.indexSlide .all{ position: absolute; left: 50%; margin-left: -750px; height: 40px; z-index: 1; bottom: 50px; }
.more{ display: inline-block; color: #fff; width: 128px; height: 48px; line-height: 48px; border: 1px solid #fff; border-radius: 10px; text-align: center; font-size: 16px; transition: all 0.3s ease; }
.more:hover{ background: #fff; color: #28628e; }
.mm0,.mm5{ display: none !important; }
.mainHeader .function .searchBtn{ background: url(../images/search2.png) no-repeat 3px center; }
.mainHeader .function .langBtn{ color: #28628e; }
.mainHeader .function .langBtn::after{ border-color: #28628e transparent transparent transparent; }
.mainHeader .function span{ border: 1px solid #28628e; }

.p1Slide .swiper-button-next{ right: 0; top: 0; margin: 0; }
.p1Slide .swiper-button-prev{ right: 60px; top: 0; left: auto; margin: 0; }
.p1Slide .swiper-pagination{ left: 0; width: auto; font-size: 16px; color: #fff; bottom: auto; top: 5px; }
.p1Slide .swiper-pagination span{ font-size: 26px; }
.p1Slide .scroll{ position: absolute; left: 50%; margin-left: -11px; top: 0; width: 22px; z-index: 1; }
.p1Slide .scroll .ar{ position: absolute; width: 22px; height: 16px; top: 42px; left: 0; background: url(../images/index/arrow.png) no-repeat center; animation: arrow linear 1s infinite; }
.p1Slide .swiper-slide .bg{ position: absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-repeat: no-repeat; background-position: center; }
.p1Slide .swiper-slide .bg.phone{ display: none; }
.p1Slide .swiper-slide a{ position: relative; z-index: 2; display: block; width: 100%; height: 100%; }
.p1Slide .swiper-slide .text{ position: absolute; z-index: 2; width: 100%; text-align: center; top: 46%; }
.p1Slide .swiper-slide .text img{ max-width: 90%; margin-bottom: 30px; opacity: 0; transform: translateY(50px); transition: all 0.3s ease; }
.p1Slide .swiper-slide.swiper-slide-active .text img{ opacity: 1; transition: all 0.5s ease 0.5s; transform: translateY(0); }
.p1Slide .swiper-slide .text p{ font-size: 40px; width: 80%; margin: 0 auto; color: #fff; opacity: 0; transform: translateY(50px); transition: all 0.3s ease; }
.p1Slide .swiper-slide.swiper-slide-active .text p{ opacity: 1; transition: all 0.5s ease 0.6s; transform: translateY(0); }
.indexSlide .swiper .mainPagination{ right: 40px; }
.mainPagination .swiper-pagination-bullet{ width: auto; border-radius: 0; background: none; font-size: 14px; color: #fff; display: block; margin: 0 0 26px 0 !important; opacity: 1; padding-right: 20px; position: relative; text-align: right; outline:none; }
.mainPagination .swiper-pagination-bullet::after{ content: ''; background: #fff; width: 11px; height: 11px; border-radius: 11px; position: absolute; right: 4px; top: 6px; transition: all 0.3s ease; }
.mainPagination .swiper-pagination-bullet::before{ content: ''; width: 17px; height: 17px; border: 1px solid #28628e; border-radius: 50px; position: absolute; right: 0; top: 2px; opacity: 0; transition: all 0.3s ease; }
.mainPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ background: #28628e; }
.mainPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{ opacity: 1; }
.mainPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ color: #28628e; }

.p2Slide .point{ position: absolute; z-index: 1; width: 100%; bottom: 60px; text-align: center; }
.p2Slide .point .swiper-pagination{ width: auto; white-space: nowrap; position: static; display: inline-block; margin: 0 20px; }
.p2Slide .point .swiper-pagination span{ background: #fff; opacity: 1; }
.p2Slide .point .swiper-pagination span.swiper-pagination-bullet-active{ background: #28628e; }
.p2Slide .point .swiper-button-next{ position: static; display: inline-block; line-height: 40px; }
.p2Slide .point .swiper-button-prev{ position: static; display: inline-block; line-height: 40px; }
.p2Slide .point .swiper-button-next::after,.p2Slide .point .swiper-button-prev::after{ line-height: 40px; }
.p2Slide .text{ position: absolute; top: 25%; color: #fff; width: 390px; opacity: 0; transform: translateX(50px); transition: all 0.5s ease 0.5s; }
.p3Slide.swiper-slide-active h3,.p4Slide.swiper-slide-active .text,.p5Slide.swiper-slide-active .text{ opacity: 1; transform: translateY(0); }
.p2Slide .text h2{ font-size: 40px; font-weight: normal; margin-bottom: 140px; }
.p2Slide .text div{ font-size: 26px; }
.p2Slide .text p{ line-height: 24px; margin: 25px 0 45px; }
.p2Slide .all{ height: 100%; bottom: 0; z-index: 2; }
.p2Slide .mask{ position: absolute; height: 100%; z-index: 1; left: 0; top: 0; width: 100%; background: url(../images/index/mask.png) no-repeat left center; background-size: auto 100%; }

.p3Slide .mask{ position: absolute; height: 100%; z-index: 1; left: 0; top: 0; width: 100%; background: url(../images/index/mask2.png) no-repeat right center; background-size: auto 100%; }
.p3Slide .text{ text-align: center; color: #fff; z-index: 2; position: absolute; bottom: 80px; width: 840px; left: 50%; margin-left: -420px; transform: translateX(50px); opacity: 0; }
.p3Slide.swiper-slide-active .text{ opacity: 1; transform: translateY(0); transition: all 0.5s ease 1.5s; }
.p3Slide .text div{ font-size: 26px; margin-bottom: 30px; }
.p3Slide .text p{ font-size: 16px; line-height: 32px; margin-bottom: 45px; }
.p3Slide .all{ height: 50%; top: 0; }
.p3Slide h3{ font-size: 40px; font-weight: normal; position: absolute; top: 30%; width: 80%; left: 10%; text-align: center; color: #fff; transform: translateX(50px); opacity: 0; transition: all 0.5s ease 0.5s; }
.p3Slide svg{ opacity: 0; }
.p3Slide.swiper-slide-active svg{ opacity: 1; transition: all 1s ease 0.7s; }
.p3Slide .cut{ position: absolute; width: 1500px; left: 50%; margin-left: -750px; bottom: 200px; }
.p3Slide .swiper-button-prev{ left: 160px; top: auto; }
.p3Slide .swiper-button-next{ right: 160px; top: auto; }
.p3Slide .swiper-pagination{ position: absolute; top: 0; width: 100%; height: 100%; opacity: 0; transform: rotate(10deg); transform-origin: 50% 0; }
.p3Slide.swiper-slide-active .swiper-pagination{ opacity: 1; transform: rotate(0); transition: all 1s ease 0.7s; }
.p3Slide .swiper-pagination .point{ width: 70px; height: 70px; display: block; background: none; position: absolute; text-align: center; cursor: pointer; opacity: 1; }
.p3Slide .swiper-pagination .point .min{ border: 1px solid #fff; border-radius: 100%; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 12px; color: fff; line-height: 24px; transition: all 0.3s ease 0.3s; box-sizing: border-box; padding: 0 5px; }
.p3Slide .swiper-pagination .point:hover .min{ background: rgba(19,142,208,1); transition: all 0.3s ease; }
.p3Slide .swiper-pagination .point.swiper-pagination-bullet-active .min{ transform: scale(0); transition: all 0.3s ease; }
.p3Slide .swiper-pagination .point .max{ background: #fff; width: 114px; height: 114px; display: flex; justify-content: center; align-items: center; position: absolute; left: -23px; top: -23px; transition: all 0.3s ease; font-size: 20px; color: #28628e; transform: scale(0); border-radius: 100%; box-sizing: border-box; padding: 0 5px; }
.p3Slide .swiper-pagination .point .max::after{ content: ''; position: absolute; width: 200px; height: 200px; border: 1px dashed #fff; left: -43px; top: -43px; border-radius: 100%; }
.p3Slide .swiper-pagination .point.swiper-pagination-bullet-active .max{ transform: scale(1); transition: all 0.3s ease 0.3s; }
.p3Slide .swiper-pagination .point.p1{ left: 20%; top: 76%; }
.p3Slide .swiper-pagination .point.p3{ left: 47%; top: 92%; }
.p3Slide .swiper-pagination .point.p2{ right: 20%; top: 76%; }

.p4Slide .mask{ position: absolute; height: 100%; z-index: 1; left: 0; top: 0; width: 100%; background: url(../images/index/mask.png) no-repeat left center; background-size: auto 100%; }
.p4Slide .swiper-wrapper{ z-index: 2; }
.p4Slide .text{ position: absolute; top: 25%; color: #fff; width: 50%; opacity: 0; transform: translateX(50px); transition: all 0.5s ease 0.5s; }
.p4Slide .text h3{ font-size: 40px; font-weight: normal; margin-bottom: 140px; }
.p4Slide .text div{ font-size: 50px; }
.p4Slide .text p{ line-height: 24px; margin: 25px 0 45px; font-size: 16px }
.p4Slide .all{ height: 100%; bottom: 0; z-index: 2; }
.p4Slide .swiper-button-prev{ right: 170px; left: auto; margin-top: 10px; }
.p4Slide .swiper-button-next{ right: 170px; margin-top: -50px; }
.p4Slide .swiper-pagination{ bottom: 70px; display: flex; justify-content: space-around; }
.p4Slide .swiper-pagination::after{ content: ''; position: absolute; width: 100%; border-top: 1px solid #fff; top: 13px; }
.p4Slide .swiper-pagination .swiper-pagination-bullet{ position: relative; white-space: nowrap; display: inline-block; width: auto; height: auto; border-radius: 0; background: none;color: #fff; opacity: 1; padding-top: 40px; }
.p4Slide .swiper-pagination span .num{ position: absolute; z-index: 1; left: 50%; margin-left: -13px; top: 0; width: 26px; height: 26px; line-height: 26px; border-radius: 100%; border: 1px dashed #fff; cursor: pointer; background: rgba(255,255,255,0.32); }
.p4Slide .swiper-pagination span.swiper-pagination-bullet-active .num{ border: 1px solid #fff; background: #fff; color: #28628e; }
.p4Slide .swiper-pagination span:hover .num{ color: #28628e; }
.p4Slide .swiper-pagination span:hover{ color: #28628e; }

.p5Slide{ background: #494949; }
.p5Slide .point{ position: absolute; width: 100%; bottom: 0; left: 0; }
.p5Slide .point img{ width: 100%; }
.p5Slide .point .pp{ position: absolute; color: #fff; font-size: 18px; opacity: 0; transform: translateY(50px); transition: all 0.5s ease 0.6s; }
.p5Slide .point .pp::after{ content: ''; background: #28628e; width: 15px; height: 15px; border-radius: 100%; position: absolute; left: -30px; top: 3px; }
.p5Slide .point .pp::before{ content: ''; border: 1px solid #28628e; border-radius: 100%; width: 21px; height: 21px; position: absolute; left: -34px; top: -1px; animation: scal linear 0.8s infinite;; }
.p5Slide .point .p1{ right: 40%; bottom: 64%; }
.p5Slide .point .p2{ right: 56%; bottom: 71%; }
.p5Slide .point .p3{ right: 56%; bottom: 60%; }
.p5Slide .point .p4{ right: 46%; bottom: 46%; }
.p5Slide .point .p5{ right: 42%; bottom: 56%; }
.p5Slide .point .p6{ right: 35%; bottom: 48%; }
.p5Slide .point .p7{ right: 28%; bottom: 69%; }
.p5Slide .point .p8{ right: 23%; bottom: 54%; }
.p5Slide .point .p9{ right: 22%; bottom: 33%; }
.p5Slide .point .p2::after,.p5Slide .point .p3::after,.p5Slide .point .p4::after,.p5Slide .point .p5::after,.p5Slide .point .p6::after{ left: auto; right: -30px; }
.p5Slide .point .p2::before,.p5Slide .point .p3::before,.p5Slide .point .p4::before,.p5Slide .point .p5::before,.p5Slide .point .p6::before{ left: auto; right: -34px; }
.p5Slide.swiper-slide-active .point .pp{ opacity: 1; transform: translateY(0); }
.p5Slide .all{ height: 100%; bottom: 0; }
.p5Slide .text{ position: absolute; top: 120px; text-align: center; color: #fff; width: 100%; font-size: 16px; opacity: 0; transform: translateY(50px); transition: all 0.5s ease 0.3s; }
.p5Slide .text h3{ font-size: 40px; font-weight: normal; margin-bottom: 22px; }
.p5Slide .text ul{ margin-top: 80px }
.p5Slide .text ul li{ text-align: center; display: inline-block; color: #fff; font-size: 14px; width: 15%; position: relative }
.p5Slide .text ul li::after{ content: ''; width: 1px; height: 50%; background: #fff; position: absolute; right: 0; top: 25%; opacity: 0.15; transform: rotate(20deg); }
.p5Slide .text ul li:last-child::after{display:none;}
.p5Slide .text ul li .time{ margin-bottom: 5px; font-size: 16px; }
.p5Slide .text ul li span{ font-size: 34px; }

.p6Slide .text{ position: absolute; top: 35%; right: 200px; text-align: right; color: #fff; width: 400px; opacity: 0; transform: translateX(-50px); transition: all 0.5s ease 0.5s; }
.p2Slide.swiper-slide-active .text,.p4Slide.swiper-slide-active .text,.p6Slide.swiper-slide-active .text{ opacity: 1; transform: translateX(0); }
.p6Slide .text h3{ font-weight: normal; font-size: 40px; margin-bottom: 30px }
.p6Slide .text p{ font-size: 22px; line-height: 40px; margin-bottom: 60px; }

@media only screen and (max-width: 1560px) {
    .indexSlide .all,.p3Slide .cut{ width: 1400px; margin-left: -700px; }
    .p3Slide .text p{ line-height: 22px; margin-bottom: 30px; }
    .p3Slide .text div{ display: none; }
    .p3Slide .swiper-pagination .point .max::after{ width: 180px; height: 180px; left: -34px; top: -34px; }
}
@media only screen and (max-width: 1460px) {
    .indexSlide .all,.p3Slide .cut{ width: 1200px; margin-left: -600px; }
    .p3Slide .text{ width: 740px; margin-left: -370px; }
    .p1Slide .swiper-slide .text p{ font-size: 40px }
}
@media only screen and (max-width: 1280px) {
    .indexSlide .all,.p3Slide .cut{ width: 1000px; margin-left: -500px; }
    .p3Slide .swiper-button-next{ right: 100px; }
    .p3Slide .swiper-button-prev{ left: 100px; }
}
@media only screen and (max-width: 1024px) {
    .p3Slide .text div{ display: block; }
    .indexSlide .all,.p3Slide .cut{ width: 100%; box-sizing: border-box; padding: 0 20px; margin: 0; left: 0; }
    .p1Slide .swiper-button-next{ right: 20px; }
    .p1Slide .swiper-button-prev{ right: 80px; }
    .p1Slide .swiper-pagination{ left: 20px; }
    .indexSlide .swiper .mainPagination{ display: none; }
    .p2Slide .text h2,.p4Slide .text h3{ margin-bottom: 60px; }
    .p3Slide .swiper-pagination .point .max::after{ width: 120px; height: 120px; left: -16px; top: -16px; }
    .p3Slide .swiper-pagination .point .max{ width: 90px; height: 90px; top: -19px; left: -19px; }
    .p3Slide .swiper-button-next{ right: 60px; }
    .p3Slide .swiper-button-prev{ left: 60px; }
    .p3Slide .text{ bottom: 40px; width: 600px; margin-left: -300px; }
    .p4Slide .swiper-button-next,.p4Slide .swiper-button-prev{ right: 40px; }
    .p5Slide .text ul{ margin-top: 40px; }
    .p6Slide .text{ right: 40px; }
    .p5Slide .point .pp{ font-size: 14px; }
    .p5Slide .point .pp::before{ width: 16px; height: 16px; left: -21px; top: 1px }
    .p5Slide .point .pp::after{ width: 10px; height: 10px; left: -17px; top: 5px }
    .p5Slide .point .p2::after,.p5Slide .point .p3::after,.p5Slide .point .p4::after,.p5Slide .point .p5::after,.p5Slide .point .p6::after{ left: auto; right: -17px; }
    .p5Slide .point .p2::before,.p5Slide .point .p3::before,.p5Slide .point .p4::before,.p5Slide .point .p5::before,.p5Slide .point .p6::before{ left: auto; right: -21px; }
}
@media only screen and (max-width: 768px) {
    .banner_con{ padding: 90px 80px; }
    .banner_con .index_btn{ width: 80px; }
    .p3Slide .swiper-button-next{ right: 40px; }
    .p3Slide .swiper-button-prev{ left: 40px; }
    .p3Slide h3,.p2Slide .text h2,.p1Slide .swiper-slide .text p,.p4Slide .text h3,.p5Slide .text h3,.p6Slide .text h3{ font-size: 30px; }
    .p4Slide .text div{ font-size: 50px; }
    .p5Slide .point{ width: 230%; left: auto; right: -33%; }
    .p5Slide .text{ top: 23%; }
}
@media only screen and (max-width: 510px) {
    .banner_con{ padding: 60px 0; }
    .banner_con .index_btn{ display: none; }
    .p2Slide .text,.p3Slide .text{ width: 100%; box-sizing: border-box; padding: 0 20px; left: 0; margin: 0; text-align: left; }
    .p1Slide .swiper-slide .text{ top: 40%; }
    .p1Slide .swiper-slide .text p{ font-size: 30px; width: 90%; }
    .p3Slide h3,.p2Slide .text h2,.p4Slide .text h3,.p5Slide .text h3,.p6Slide .text h3{ font-size: 20px; }
    .p4Slide .text div{ font-size: 26px; }
    .p4Slide .text h3{ margin-bottom: 40px }
    .p3Slide .cut{ bottom: 40px; }
    .p3Slide .swiper-button-next{ right: 40px; bottom: 5px }
    .p3Slide .swiper-button-prev{ left: auto; right: 100px; bottom: 5px }
    .p3Slide h3{ left: 0; top: 120px; padding: 0 20px; box-sizing: border-box; }
    .p3Slide svg{ display: none; }
    .p3Slide .swiper-pagination .point.p1{ left: 15%; right: auto; top: 64%; }
    .p3Slide .swiper-pagination .point.p2{ right: 15%; left: auto; top: 64%; }
    .p3Slide .swiper-pagination .point.p3{ left: 42%; top: 76%; }
    .p5Slide .text{ left: 0 }
    .p5Slide .text p{ padding: 0 20px; }
    .p5Slide .text ul{ font-size: 0 }
    .p5Slide .text ul li{ font-size: 12px; width: 33.3%; margin-bottom: 15px }
    .p5Slide .text ul li span{ font-size: 20px; }
    .p5Slide .text ul li:nth-child(3n)::after{ display: none; }
    .p4Slide .text{ width: 70%; }
    .p6Slide .text p{ font-size: 14px; line-height: 24px }
    .p6Slide .text p br{ display: none; }
    .p6Slide .text{ padding: 0 20px; right: 0; box-sizing: border-box; width: 100% }
    .p3Slide .swiper-pagination .point{ width: 60px; height: 60px; }
    .p3Slide .swiper-pagination .point .min{ font-size: 12px; line-height: 20px; }
    .p3Slide .swiper-pagination .point .max{ font-size: 14px; width: 70px; height: 70px; top: -12px; left: -12px }
    .p3Slide .swiper-pagination .point .max::after{ left: -11px; top: -11px; width: 90px;height: 90px; }
    .more{ font-size: 14px; height: 40px; line-height: 40px; width: 100px; }
    .p3Slide .text p,.p4Slide .text p,.p2Slide .text p{ margin-bottom: 20px }
    .p5Slide .point{ width: 230%; left: auto; right: -43%; }
    .p5Slide .point .pp::before{ width: 14px; height: 14px; }
    .p5Slide .point .pp::after{ width: 8px; height: 8px; }
    .p3Slide h3{ width: 100%; }
    .p1Slide .swiper-slide .bg.phone{ display: block; }
    .p1Slide .swiper-slide .bg.pc{ display: none; }
}
@keyframes arrow{
    form { background: url(../images/index/arrow.png) no-repeat center; }
    to { background: url(../images/index/arrow2.png) no-repeat center; }
}
@keyframes scal{
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}