@charset "utf-8";
/* ===================首页样式========================== */
.banner{width: 100%;overflow: hidden;position: relative;background: #000;}
.banner-image{width: 100%;}
.banner-image img{width: 100%;}
.banner-image img.pc{height: 100vh;}
.banner-image img.mb{min-height: 400px;}
.banner-cont{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;color: #fff;text-align: center;padding-top: 12%;}
.banner-cont .title{line-height: 1.14;letter-spacing: 5px;}
.banner-cont .text{line-height: 1.14;letter-spacing: 2px;text-transform: uppercase;color: #cbcbcb;}
.banner-cont.center{padding-top: 0;display: flex;align-items: center;}
/* -- */
.banner-prev, .banner-next{position: absolute;z-index: 4;cursor: pointer;transition: all .4s ease;overflow: hidden;}
.banner-prev{left: 60px;}
.banner-next{right: 60px;}
/* -- */
.banner .swiper-pagination{bottom: 44px;font-size: 0;}
.banner .swiper-pagination-bullet{opacity: 0.5;background: #fff;margin: 0 0 0 14px !important;width: 38px;height: 4px;border-radius: 0;}
.banner .swiper-pagination-bullet:first-child{margin: 0 !important;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}
/* -- */
.banner-cont .title, .banner-cont .text{opacity: 0;}
.bodyShow .swiper-slide-active .banner-cont .title{animation: bannerUp 1s ease both .9s;}
.bodyShow .swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;}
.bodyShow .oneSlide .banner-cont .title{animation: bannerUp 1s ease both .4s;}
.bodyShow .oneSlide .banner-cont .text{animation: bannerUp 1s ease both .5s;}
@keyframes bannerDown{0%{opacity: 0;transform: translateY(-80px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(80px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* -- */
.banner .hasVideo .banner-image{animation: hasVideoImg 1s ease both;}
@keyframes hasVideoImg {0%{opacity: 1;}100%{opacity: 0;}}
.banner .hasVideo video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 2;}
@media all and (max-width:1140px) {.banner .hasVideo .banner-image{animation: none;}.banner .hasVideo video{display: none;}}

.indjs{background: #fff;}
.indjs .contain{max-width: 1280px;}
.indjs-cont{width: 100%;position: relative;text-align: center;}
.indjs-cont .title{line-height: 1.14;}
.indjs-cont .text br{height: 20px;}
.indjs-cont .link{justify-content: center;}
.indjs-cont .link a{color: #0f4c81;position: relative;align-items: center;}
.indjs-cont .link a span{letter-spacing: 2px;line-height: 1;}
.indjs-cont .link a i{transform: rotateY(180deg);font-size: inherit;line-height: 1;}
.indjs-cont .link a::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: #0f4c81;opacity: 0;transition: all .4s ease;}
.indjs-cont .link a:hover:after{opacity: 1;}
.indjs-img{width: 100%;position: relative;overflow: hidden;display: block;animation-duration: 1.5s;}
.indjs-img img{width: 100%;transition: all .6s ease;}
.indjs-img:hover img{transform: scale(1.06);}

.indMore{height: 52px;display: flex;align-items: center;width: 162px;border-radius: 26px;justify-content: center;border: 2px solid #b7c9d9;color: #0f4c81;transition: all .4s ease;}
.indMore span{letter-spacing: 2px;line-height: 1;}
.indMore i{transform: rotateY(180deg);font-size: inherit;line-height: 1;}
.indMore:hover{background: #0f4c81;border-color: #0f4c81;color: #fff;box-shadow: 0 4px 16px 0 rgba(15, 76, 129, 0.24);}

.indcp{background: #222;}
.indcp-loop{width: 100%;position: relative;}
.indcp-images{width: 100%;position: relative;}
.indcp-images img{width: 100%;object-fit: cover;height: 890px;}
.indcp-cont{position: absolute;width: 100%;top: 0;left: 0;z-index: 4;transform: translate3d(0,0,10px);color: #fff;display: flex;align-items: center;padding-bottom: 3%;height: 100%;}
.indcp-cont .title{text-transform: uppercase;line-height: 1.14;max-width: 464px;}
.indcp-cont .name{line-height: 1.14;max-width: 464px;}
.indcp-cont .text{max-width: 400px;}
.indcp-cont .link{width: 100%;}
.indcp-cont .link a{border-color: rgba(255, 255, 255, 0.5);color: #fff;margin-left: 20px;}
.indcp-cont .link a:first-child{margin: 0;}
.indcp-cont .link a:hover{border-color: #fff;background: #fff;color: #0f4c81;box-shadow: 0 4px 16px 0 rgba(255, 255, 255, 0.24);}
.indcp-cont .title, .indcp-cont .name, .indcp-cont .text, .indcp-cont .link{opacity: 0;}
.swiper-slide-active .indcp-cont .title{animation: indcpToUp 1.2s ease both .2s;}
.swiper-slide-active .indcp-cont .name{animation: indcpToUp 1.2s ease both .3s;}
.swiper-slide-active .indcp-cont .text{animation: indcpToUp 1.2s ease both .4s;}
.swiper-slide-active .indcp-cont .link{animation: indcpToUp 1.2s ease both .5s;}
@keyframes indcpToUp{0%{opacity: 0;transform: translateY(60px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.indcp-control{position: absolute;z-index: 2;width: 100%;bottom: 60px;}
.indcp-control .contain{display: flex;justify-content: flex-end;}
.indcp-control-mix{width: auto;}
.indcp-control .swiper-pagination{position: static;font-size: 0;width: 100%;text-align: left;}
.indcp-control .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;border-radius: 0;background: #fff;opacity: .5;transform: skewX(-18deg);margin: 0 0 0 8px !important;}
.indcp-control .swiper-pagination .swiper-pagination-bullet:first-child{margin: 0 !important;}
.indcp-control .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;width: 16px;}
.indcp-control-btn{width: 100%;justify-content: space-between;}
.indcp-control-btn>div{height: 162px;position: relative;border: 1px solid #808392;cursor: pointer;}
.indcp-control-btn .img{width: 284px;}
.indcp-control-btn .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;opacity: 0;transition: all .6s ease;}
.indcp-control-btn .img img.active{opacity: 1;}
.indcp-control-btn .img .text{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;}
.indcp-control-btn .text{display: flex;width: 162px;flex-direction: column;align-items: center;justify-content: center;background: rgba(0, 0, 0, 0.12);color: #fff;transition: all .4s ease;}
.indcp-control-btn .text p{line-height: 1.14;}
.indcp-control-btn .text i{transform: rotateY(180deg);transition: all .4s ease;}
.indcp-control-btn .text:hover{background: rgba(0, 0, 0, 0.3);}
.indcp-control-btn .text:hover i{transform: rotateY(180deg) translateX(-4px);}
.indcp-control-btn .text .line{position: absolute;background: #fff;}
.indcp-control-btn .text .line1{width: 0;top: -1px;height: 1px;right: 50%;}
.indcp-control-btn .text .line2{width: 1px;top: -1px;height: 0;left: -1px;}
.indcp-control-btn .text .line3{width: 0;bottom: -1px;height: 1px;left: 0;}
.indcp-control-btn .text .line4{width: 1px;bottom: -1px;height: 0;right: -1px;}
.indcp-control-btn .text .line5{width: 0;top: -1px;height: 1px;right: 0;}
.indcp-control-btn .text.on .line1{animation: indcpRun1 0.7s linear both;}
.indcp-control-btn .text.on .line2{animation: indcpRun3 1.4s linear both 0.7s;}
.indcp-control-btn .text.on .line3{animation: indcpRun2 1.4s linear both 2.1s;}
.indcp-control-btn .text.on .line4{animation: indcpRun3 1.4s linear both 3.5s;}
.indcp-control-btn .text.on .line5{animation: indcpRun1 0.7s linear both 4.9s;}
.indcp-control-btn .text.onOne .line1{animation: indcpRun1 0.6s linear both;}
.indcp-control-btn .text.onOne .line2{animation: indcpRun3 1.2s linear both 0.6s;}
.indcp-control-btn .text.onOne .line3{animation: indcpRun2 1.2s linear both 1.8s;}
.indcp-control-btn .text.onOne .line4{animation: indcpRun3 1.2s linear both 3s;}
.indcp-control-btn .text.onOne .line5{animation: indcpRun1 0.6s linear both 4.2s;}
@keyframes indcpRun1 {0%{width: 0;}100%{width: 50%;}}
@keyframes indcpRun2 {0%{width: 0;}100%{width: 100%;}}
@keyframes indcpRun3 {0%{height: 0;}100%{height: calc(100% + 2px);}}

.indfa{background: #f5f5f5;}
.indfa-mix{width: 100%;align-items: center;}
.indfa-img{width: 768px;overflow: hidden;position: relative;display: block;}
.indfa-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.indfa-img:hover img{transform: scale(1.06);}
.indfa-cont{width: calc(100% - 768px);background: #fff;padding: 94px 100px;}
.indfa-cont .title{color: #000;line-height: 1.14;}
.indfa-cont .text{color: #666;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;text-align: justify;text-justify: inter-word;}
.indfa-cont .link{width: 100%;}

.indxw{background: #fff;}
.indxw-title{width: 100%;text-align: center;color: #000;line-height: 1.14;}
.indxw-more{width: 100%;justify-content: center;}
.indxw-loop{width: 100%;position: relative;}
.indxw-loop .swiper-pagination{position: static;width: 100%;font-size: 0;display: none;}
.indxw-link{display: block;width: 100%;}
.indxw-link .img{width: 100%;overflow: hidden;}
.indxw-link .img img{width: 100%;height: 282px;transition: all .6s ease;}
.indxw-link .cont{width: 100%;padding-top: 22px;}
.indxw-link .time{line-height: 1.14;color: #666;}
.indxw-link .title{color: #000;transition: all .4s ease;}
.indxw-link:hover .img img{transform: scale(1.06);}
.indxw-link:hover .title{color: #0f4c81;}
.indxw-prev, .indxw-next{position: absolute;width: 50px;height: 50px;border-radius: 50%;border: 2px solid #fff;transition: all .4s ease;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 22px;color: #999;top: 50%;margin-top: -25px;}
.indxw-prev i, .indxw-next i{font-size: inherit;}
.indxw-prev{left: -120px;}
.indxw-next{right: -120px;transform: rotateY(180deg);}
.indxw-prev:hover, .indxw-next:hover{border-color: #0f4c81;color: #0f4c81;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .indcp-images img{height: 742px;}
    .indcp-control-btn>div {height: 140px;}
    .indcp-control-btn .text {width: 140px;}
    .indcp-control-btn .img {width: 250px;}
    .indxw-prev{left: -74px;}
    .indxw-next{right: -74px;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .indjs-cont .text br {height: 14px;}
    .indcp-images img{height: 664px;}
    .indcp-control {bottom: 44px;}
    .indfa-img{width: 660px;}
    .indfa-cont{width: calc(100% - 660px);padding: 58px 60px;}
    .indxw-prev{left: -82px;}
    .indxw-next{right: -82px;}
    .indxw-link .img img{height: 222px;}
    .indMore {height: 46px;width: 150px;border-radius: 23px;}
}

@media all and (max-width:1430px) {
    /* 1360 */
    .indxw-prev{left: -64px;}
    .indxw-next{right: -64px;}
}

@media all and (max-width:1350px) {
    /* 1280 */
    .indxw-prev, .indxw-next{display: none;}
    .indxw-loop .swiper-pagination{display: block;margin-top: 36px;}
    .indxw-loop .swiper-pagination .swiper-pagination-bullet{background: #f2f2f2;opacity: 1;margin: 0 0 0 14px !important;border-radius: 0;width: 38px;height: 4px;}
    .indxw-loop .swiper-pagination .swiper-pagination-bullet:first-child{margin: 0 !important;}
    .indxw-loop .swiper-pagination .swiper-pagination-bullet-active {background: #0f4c81;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .indjs-cont .text br {height: 8px;}
    .indcp-images img{height: 534px;}
    .indcp-control {bottom: 30px;}
    .indcp-control-btn>div {height: 100px;}
    .indcp-control-btn .text {width: 100px;}
    .indcp-control-btn .img {width: 200px;}
    .indfa-img{width: 500px;}
    .indfa-cont{width: calc(100% - 500px);padding: 30px 32px;}
    .indxw-link .img img{height: 180px;}
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .swiper-slide-active .banner-cont .title{animation: bannerDown 1s ease both .9s;}
    .swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;}
    .oneSlide .banner-cont .title{animation: bannerDown 1s ease both .5s;}
    .oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}
    .banner-image img.pc{height: 44vh;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .banner-cont {padding-top: 9%;}
    .indcp-images img{height: 360px;}
    .indcp-control-btn{display: none;}
    .indcp-control-mix{width: 100%;}
    .indcp-control .swiper-pagination{text-align: center;}
    .indcp-cont .text{-webkit-line-clamp: 2;height: 52px;}
    .indfa-img, .indfa-cont{width: 100%;}
    .indxw-link .img img{height: 202px;}
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .banner-cont {padding-top: 24%;}
    .banner-cont .title {letter-spacing: 2px;}
    @keyframes bannerDown{0%{opacity: 0;transform: translateY(-30px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    @keyframes bannerUp{0%{opacity: 0;transform: translateY(30px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    .banner .swiper-pagination {bottom: 24px;}
    .banner .swiper-pagination-bullet {margin: 0 0 0 12px !important;width: 28px;height: 3px;}
    .indjs-cont .text br {height: 6px;}
    .indjs-cont .text{font-size: 14px;}
    .indjs-cont .link a span {letter-spacing: 1px;}
    .indMore {height: 38px;width: 116px;border-radius: 19px;}
    .indMore span {letter-spacing: 1px;}
    @keyframes indcpToUp{0%{opacity: 0;transform: translateY(30px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
    .indcp-cont .text{height: 48px;}
    .indcp-images img {height: 268px;}
    .indcp-control {bottom: 20px;}
    .indcp-cont .link a {margin-left: 14px;}
    .indfa-cont{padding: 28px 24px;}
    .indxw-link .img img{height: 194px;}
    .indxw-loop .swiper-pagination {margin-top: 24px;}
    .indxw-loop .swiper-pagination .swiper-pagination-bullet{margin: 0 0 0 12px !important;width: 28px;height: 3px;}
}
