
/* ===================首页样式========================== */
.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;object-fit: cover;}
.banner-img img.none-mb{height: 100vh;}
.banner-img img.none-pc-pad{min-height: 440px;}
.banner-cont{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;}
.banner-cont .name{font-family: "SamsungOne700";color: #ffffff;}
.banner-cont .text{font-family: "SamsungOne700";color: #ffffff;}
.banner-cont .link{display: flex;align-items: center;transition: all .4s ease;justify-content: center;width: 150px; height: 44px;border-radius: 22px;background: #FFFFFF;}
.banner-cont .link i{padding-left: 5px;}
.banner-cont .link:hover{background: #0145ab;color: #FFFFFF;}
.banner .swiper-pagination{bottom: 50px;}
.banner .swiper-pagination-bullet{width: 40px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 10px !important;position: relative;border-radius: 0;}
.banner .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: #0145ab;position: absolute;top: 0;left: 0;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #fff;}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet:before{animation: bulletLine 4s linear both .8s;}
.banner .swiper-pagination-bullet-active.oneBullet:before{animation: bulletLine 3.8s linear both 0s;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
.banner-cont .name, .banner-cont .text, .banner-cont .link{opacity: 0;}
.swiper-slide-active .banner-cont .name{animation: bannerUp 1s ease both 0.9s;}
.swiper-slide-active .banner-cont .text{animation: bannerUp 1s ease both 1s;}
.swiper-slide-active .banner-cont .link{animation: bannerUp 1s ease both 1.1s;}
.oneSlide .banner-cont .name{animation: bannerUp 1s ease both .3s;}
.oneSlide .banner-cont .text{animation: bannerUp 1s ease both .4s;}
.oneSlide .banner-cont .link{animation: bannerUp 1s ease both .5s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner .swiper-slide video {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 500px;}
.banner .swiper-slide img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 500px;}
.banner .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.banner-btn{justify-content: center;}
.banner-prev, .banner-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.banner-prev{left: 50px;background: transparent;color:#fff;}
.banner-next{/*transform: rotate(180deg);*/right: 50px;background: transparent;color:#fff;}
/*.banner-prev:hover, .banner-next:hover{background: #0145ab;color:#ffffff;}*/
@media (max-width: 1151px){
.banner-prev, .banner-next {display: none;}
}

.indTitle{width: auto;}
.indTitle .name{font-family:'SamsungOne700';}
.indTitle .text{color: #888;}

.indMore{display: flex;align-items: center;transition: all .4s ease;justify-content: center;width: 150px; height: 44px;border-radius: 22px;background: #FFFFFF;}
.indMore span{}
.indMore i{padding-left: 5px;}
.indMore:hover{background: #0145ab;color: #FFFFFF;}

.indpp{width: 100%;position: relative;background:#f8f8f8;min-height: 600px;}
.indpp .contain{position: relative;justify-content: space-between;display: flex;align-items: flex-start;}
.indpp .indTitle{}
.indpp .indTitle .name{}
.indpp .indTitle .text{color: #888888;}
.indpp-bg{width: calc(50% - 50px);}
.indpp-video{width: calc(50% - 50px);position: relative;}
.indpp-wrap{width: calc(100% - 0px);}
.indpp-num{display: flex;justify-content: space-between;}
.indpp-num-line{height: 100%;position: relative;min-height: 120px;}
.indpp-num-line:before{content: "";position: absolute;right: 0px;top: 0;width: 3px;height: 30px;z-index: 1;background: #0145ab;}
.indpp-num-line:after{content: "";position: absolute;right: 1px;top: 0;width: 1px;height: 100%;z-index: 0;background: #cccccc;}
.indpp-num-items{width: calc(100% - 40px);display: flex;justify-content: space-between;align-content: space-between;flex-wrap: wrap;padding: 0 20px;}
.indpp-num-items:last-child{padding: 0 0 0 20px;}
.indpp-num-items .num{display: flex;justify-content: flex-start;align-items: baseline;flex-wrap: nowrap;width: 100%;}
.indpp-num-items .num .timer{font-family:'SamsungOne700';color: #0145ab;line-height: 1;}
.indpp-num-items .num i{font-style: normal;color: #888888;margin-left: 5px;}
.indhb-play{width: 80px;height: 80px;cursor: pointer;position: absolute;background:#0145ab;left: 0;bottom: 0;transition: all .4s ease;color: #ffffff;display: flex;align-items: center;justify-content: center;}
.indhb-play:hover{opacity: 1;transform: scale(1.2);}

.indhb{width: 100%;position: relative;}
.indhb-bg .indTitle .pic{flex-wrap: wrap;display: flex;justify-content: space-between;}
.indhb-bg .indTitle .pic .pic-list{width: calc(50% - 30px);margin-top: 30px;color: #ffffff;display: flex;justify-content: flex-start;align-items: center;}
.indhb-bg .indTitle .pic .pic-list img{margin-right: 10px;height: 50px;width: 50px;}
.indhb-bg .indTitle .pic .pic-list p{line-height: 1.2;}

.indhb-partner{position: relative;width: 100%;background: #f8f8f8;text-align: center;}
.indhb-partner-loop{width: calc(100% - 0px);position: relative;}
.indhb-partner-loop .swiper-slide-active img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-link{display: flex;width: 100%;height: 120px;align-items: center;justify-content: center;padding: 5px 0;}
.indhb-partner-link img{max-width: 100%;max-height: 100%;transition: all .4s ease;/*filter: grayscale(1);opacity: 0.5;*/}
.indhb-partner-link:hover img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-name{display: flex;width: 100%;align-items: center;justify-content: center;}
.indhb-partner-name{transition: all .4s ease;}
.indhb-partner-name:hover{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-prev, .indhb-partner-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;cursor: pointer;top: 50%;margin-top: -22px;background: #fff;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indhb-partner-prev{left: 0px;}
.indhb-partner-next{right: 0px;}
.indhb-partner-prev:hover, .indhb-partner-next:hover{background: #0145ab;color: #ffffff;}


.indal{width: 100%;position: relative;overflow: hidden;}
.indal .indal-head{}
.indal .indal-head .contain{justify-content: center;text-align: center;}
.indal-menu{overflow: hidden;width: 100%;}
.indal-menu .contain{background: #FFFFFF;position: relative;}
.indal .mySwiper{overflow: hidden;margin: 0 100px;}
.indal .swiper-slide{display: flex;align-items: center;justify-content: center;}
.indal .indal-menu .swiper-slide{padding: 10px 0;}
.indal .mySwiper .swiper-wrapper .swiper-slide-thumb-active{border-bottom: #0145ab 3px solid;}
.indal-cont{width: 100%;display: flex;justify-content: space-between;background: #f8f8f8;}
.indal-cont .text{width: calc(50% - 25px);display: flex;align-content: center;flex-wrap: wrap;}
.indal-cont .text div:nth-child(1){width: calc(100% - 0px);}
.indal-cont .text div:nth-child(1):after {background: #0145ab; content: ""; display: block; width: 30px; height: 3px;margin: 20px 0;}
.indal-cont .text a{color: #000000;}
.indal-cont .text a:hover{color: #ffffff;}
.indal-cont .img{width: calc(50% - 25px);overflow: hidden;}
.indal-cont1{display: flex;align-items: center;justify-content: center;height: 100px;}
.indal-cont1 .name{height: auto;/*word-break: break-all;*/transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
@keyframes bulletLine{0%{width: 0;}100%{width: 100%;}}
/* 效果 */
.indal-cont .text, .indal-cont .link{opacity: 0;}
.swiper-slide-active .indal-cont .text{animation: bannerUp 1s ease both 1s;}
.swiper-slide-active .indal-cont .link{animation: bannerUp 1s ease both 1.1s;}
.oneSlide .indal-cont .text{animation: bannerUp 1s ease both .4s;}
.oneSlide .indal-cont .link{animation: bannerUp 1s ease both .5s;}
@keyframes bannerUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
/*.indal .indal-img:before{content: "";position: absolute;left: 0;bottom: 0;z-index: 10;width: 100%;background: linear-gradient(to right, rgba(0, 71, 187, 1), rgba(0, 71, 187, 0));height: 100%;}*/
.indal .img img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;}
.indal .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}
.indal-prev, .indal-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%); cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;background: #eeeeee;}
.indal-prev{left: 0px;}
.indal-next{right: 0px;}
.indal-prev:hover, .indal-next:hover{background: #0145ab;color: #FFFFFF;}

.wzjz{margin-bottom: 35px}
.wzjz .wzli{margin-bottom: 20px;font-family: PingFangSC, PingFang SC;font-weight: 400;color: #5E4F46;line-height: 48px;letter-spacing: 1px;text-align: center;font-style: normal;}
.fgx{width: 33.34vw;height: 1px;border: 2px solid #D0D0D0;margin: 70px auto 0;}
.fgxlwyt{width: 33.34vw;height: 1px;border: 2px solid #D0D0D0;margin: 70px auto 0;}
.systdnr .title{font-family: SourceHanSerifCN;font-weight: bold;color: #5E4F46;line-height: 97px;letter-spacing: 3px;text-align: center;font-style: normal;margin: 41px 0 57px;}
.systdnr .row .boxli{display: flex;flex-direction: column;align-items: center;}
.systdnr .row .boxli .img{width: 100%;height: 100%;}
.systdnr .row .boxli .img img{width: 100%;height: 100%;}
.systdnr .row .boxli .btn{width: 11vw;border: 1px solid #2C2C2C;margin: 35px 0;text-wrap-mode: nowrap;padding: 1rem 0.2rem;text-align: center;border-radius: 0;}

.dddbkxx{}
.dddbkxx .title{margin:41px 0 35px;text-align: center;font-family: PingFangSC, PingFang SC;font-weight: 500;color: #2C2C2C;line-height: 30px;font-style: normal;}
.dddbkxx .row .col{display: flex;flex-direction: column;align-items:center;}
.dddbkxx .row .col .btn{width: 11vw;border: 1px solid #2C2C2C;margin: 35px 0;text-wrap-mode: nowrap;padding: 1rem 0.2rem;text-align: center;border-radius: 0;}
.dddbkxx .row .img{width: 100%;}
.dddbkxx .row .img img{width: 100%;height: 100%;object-fit: cover;}


.ggzx{}
.ggzx .contain{padding-bottom: 151px;}
.ggzx .wzz{margin:41px 0 35px;text-align: center;font-family: PingFangSC, PingFang SC;font-weight: 500;color: #2C2C2C;line-height: 30px;font-style: normal;}
.ggzx .row .img{width: 100%;}
.ggzx .row .img img{width: 100%;height: 100%;object-fit: cover;}
.ggzx .row .cont{}
.ggzx .row .cont .title{margin: 14px 0 2px;font-family: PingFangSC, PingFang SC;font-weight: 500;color: #2C2C2C;line-height: 22px;text-align: left;font-style: normal;}
.ggzx .row .cont .jiage{font-family: AlibabaSans, AlibabaSans;font-weight: normal;color: #2C2C2C;line-height: 22px;text-align: left;font-style: italic;}


/* 基础布局 */
.cplist {display: flex;margin: 0 auto;justify-content: space-between;align-items: center;padding-bottom: 91px;}
.leftimgSw {position: relative;width: calc(50% - 60px);{width: 100%;height: 100%;object-fit: contain;};height: 57vw;overflow: hidden;display: flex;}
.left-swiper { position: absolute; width: 100%; height: 100%; opacity: 0; transition: 0.3s ease; pointer-events: none;animation: bannerUp 1s ease both .3s;}
.left-swiper .swiper .img{height: 57vw;}
.left-swiper .swiper .img img{width: 100%;height: 100%;object-fit: cover;}
.left-swiper[style*="block"] { opacity: 1; pointer-events: auto; }
.rightSw {width: calc(50% - 60px);display: flex;justify-content: center;position: relative;}
.rightSw .swiper{/* padding-bottom: 78px; *//* padding-top: 78px; */width: 436px;height: 100%;overflow: hidden;/* background: #F1F0F0; */}
/* 图片 */
.rightSw .swiper .img {box-sizing: content-box;width: 436px;height: 436px;padding-bottom: 78px;padding-top: 78px;background: #F1F0F0;}
.rightSw .swiper .img img {width: 100%;height: 100%;object-fit: contain;}
/* 右侧内容 */
.contbox {margin-top: 29px;display: flex;flex-direction: column;align-items: center;}
.contbox .title {font-family: PingFangSC, PingFang SC;font-weight: 500;color: #2C2C2C;line-height: 22px;text-align: center;font-style: normal;}
.contbox .jiage {margin-top: 14px;font-family: AlibabaSans, AlibabaSans;font-weight: normal;color: #2C2C2C;line-height: 22px;text-align: center;font-style: italic;}
.contbox .btn{width: 11vw;border: 1px solid #2C2C2C;margin: 35px 0 0;text-wrap-mode: nowrap;padding: 1rem 0.2rem;text-align: center;border-radius: 0;}
.rightSw-prev, .rightSw-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;z-index: 4;top: 40%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.rightSw-prev{left: 50px;}
.rightSw-next{/*transform: rotate(180deg);*/right: 50px;}
/*.rightSw-prev:hover, .rightSw-next:hover{background: #0145ab;color:#ffffff;}*/
@media (max-width: 1151px){.rightSw-prev, .rightSw-next {display: none;}  }
@media (min-width: 1700px){.rightSw-prev{left: 9vw;}.rightSw-next{/*transform: rotate(180deg);*/right: 9vw;}}
.pplbt{position: relative;background-color: #1B1B1B;}
.pplbt .ppsw{color: #fff;width: 71%;height: 100%;margin: 0 auto;padding: 91px 0 114px;overflow: hidden;}
.pplbt .pfwzl{position: absolute;bottom: 300px;left: 39px;width: 48px;height: 459px;font-family: GurmukhiMN;color: #FFFFFF;line-height: 48px;letter-spacing: 2px;font-style: normal;writing-mode: vertical-lr; /* 垂直布局，从左向右 */transform: rotate(180deg); /* 旋转180度，使文字倒置 */white-space: nowrap;text-align: center;}
.pplbt .pfwzr{position: absolute;top: 300px;right: 39px;width: 48px;height: 459px;font-family: GurmukhiMN;color: #FFFFFF;line-height: 60px;letter-spacing: 2px;font-style: normal;writing-mode: vertical-lr; /* 垂直布局，从左向右 */transform: rotate(180deg); /* 旋转180度，使文字倒置 */white-space: nowrap;text-align: center;}
.PpswSwiper{height: 100%;}
.PpswSwiper .swiper-wrapper{height: 100%;}
.PpswSwiper .swiper-wrapper .swiper-slide{height: 32.5rem;width: 100%;}
.PpswSwiper .swiper-wrapper .swiper-slide .img{height: 100%;width: 100%;}
.PpswSwiper .swiper-wrapper .swiper-slide .img img{width: 100%;height: 100%;}
.PpswSwiper-prev, .PpswSwiper-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;z-index: 4;top: 90%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.PpswSwiper-prev{right: 17%;}
.PpswSwiper-next{/*transform: rotate(180deg);*/right: 14%;}
/*.rightSw-prev:hover, .rightSw-next:hover{background: #0145ab;color:#ffffff;}*/
@media (max-width: 1151px){.PpswSwiper-prev, .PpswSwiper-next {display: none;}.pplbt .pfwzl{display: none;}.pplbt .pfwzr{display: none;}}
@media (min-width: 1700px){.PpswSwiper-prev{right: 17%;}.PpswSwiper-next{/*transform: rotate(180deg);*/right: 14%;}}
.PpswSwiper .PpswSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;}
.PpswSwiper .PpswSwiper-pagination{position: absolute;bottom: 10%;display: flex;flex-direction: column;align-items: center;}
.PpswSwiper .PpswSwiper-pagination .xhx{width: 34px;height: 1px;border: 1px solid #D0D0D0;}
.PpswSwiper .swiper-pagination-bullet{width: 40px;height: 2px;background: rgba(255, 255, 255, .5);opacity: 1;margin: 0 10px !important;position: relative;border-radius: 0;}
.PpswSwiper .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: #0145ab;position: absolute;top: 0;left: 0;}
.PpswSwiper .swiper-pagination-bullet-active.swiper-pagination-bullet{background: #fff;}
.PpswSwiper .swiper-pagination-bullet-active.swiper-pagination-bullet:before{animation: bulletLine 4s linear both .8s;}
.PpswSwiper .swiper-pagination-bullet-active.oneBullet:before{animation: bulletLine 3.8s linear both 0s;}

.subscription-box {background: white;padding: 63px;border-radius: 12px;box-shadow: 0 4px 20px rgba(0,0,0,0.1);text-align: center;width: 100%;}
.subscription-box .title {margin-bottom: 5px;font-family: PingFangSC, PingFang SC;font-weight: 600;font-size: 24px;color: #2C2C2C;line-height: 33px;letter-spacing: 1px;text-align: center;font-style: normal;}
.subscription-box .subtitle {margin-bottom: 44px;font-family: PingFangSC, PingFang SC;font-weight: 400;font-size: 14px;color: #2C2C2C;line-height: 20px;text-align: center;font-style: normal;}
.subscription-box .dzyj {width: 353px;margin: 0 auto 5px;font-family: PingFangSC, PingFang SC;font-weight: 400;font-size: 14px;color: #2C2C2C;line-height: 20px;text-align: left;font-style: normal;}
.subscription-box .form-groups {display: flex;justify-content: center;width: 353px;height: 41px;border: 1px solid #2C2C2C;}
.subscription-box .email-input {flex: 1;padding: 12px;border: 1px solid #ddd;font-size: 14px;min-width: 200px;}
.subscription-box .submit-btn {background-color: #333;color: white;border: none;padding: 12px 25px;cursor: pointer;transition: background 0.3s;}
.subscription-box .submit-btn:hover {background-color: #555;}
#subscribeForm{display: flex;justify-content: center;}
@media (max-width: 480px) {.form-group {flex-direction: column;}.submit-btn{width: 100%;}}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indhb-partner-link{height: 110px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .indpp-bg {}
	.indhb{background-size: 100% 100%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .banner-img img.none-mb{height: 50vh;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.indal .mySwiper { overflow: hidden; margin: 0 40px;}
	.indal .indal-img img {min-height: 680px;}
	.indal-prev, .indal-next {width: 40px;height: 40px;}
    .indal-list li {width: calc(50% - 15px);}
	.indhb{background: url(/template/cn/image/index_ab_m.jpg) no-repeat center;background-size: auto 100%;}
	.indhb-bg { width: 100%;}
	.indpp-num {flex-wrap: wrap;justify-content: flex-start;}
	.indpp-num-line {min-height: 100px;width: 3px;margin-bottom: 20px;}
	.indpp-num-items { width: calc(50% - 3px); padding: 0 20px;margin-bottom: 20px;}
	.indpp-num-line:nth-last-of-type(2) {margin-bottom: 0px;}
	.indpp-num-items:last-child {margin-bottom: 0px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.cplist{flex-direction: column;padding-bottom: 50px;}
	.leftimgSw,.rightSw{width: 100%;}
	.leftimgSw,.left-swiper .swiper .img{height: 125vw;}
	.contbox .btn,.dddbkxx .row .col .btn,.systdnr .row .boxli .btn{width: 25vw;padding: 0.5rem 0.2rem;}
	.pplbt .ppsw{width: 90%;padding: 50px 0 70px;}
	.PpswSwiper .PpswSwiper-pagination{display: none;}
	.indMore {width: 136px; height: 40px;border-radius: 20px;}
	.banner-cont .link{width: 136px; height: 40px;border-radius: 20px;}
    .banner .swiper-pagination {bottom: 20px;}
    .banner .swiper-pagination-bullet {width: 30px;margin: 0 8px !important;}
    @keyframes bannerUp{0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .indpp{}
    .indpp .contain {flex-wrap: wrap;}
    .indpp-bg {width: 100%;}
	.indpp-video {width: 100%;}
    .indpp-wrap{width: 100%;}
    .indhb-play {width: 60px;height: 60px;}
    .indhb-partner-link {height: 70px;}
    .indhb-partner-loop {width: calc(100% - 0px);}
    .indhb-partner-prev, .indhb-partner-next {width: 32px;height: 32px;margin-top: -16px;background-size: 16px;}
    .indhb-partner-link img{/*max-height: 40px;max-width: 88%;*/}
	.indhb-bg .indTitle .pic .pic-list {width: calc(100% - 0px);}
	.indhb-bg .indTitle .pic .pic-list img {height: 44px;width: 44px;}
	.indal-cont{flex-wrap: wrap;}
	.indal-cont .img {width: calc(100% - 0px);}
	.indal-cont .text {width: calc(100% - 0px);padding:30px;}
}