/* ===================首页样式========================== */
.banner{width: 100%;position: relative;overflow: hidden;}
/*
.banner .swiper-slide:nth-child(4) .banner-cont {align-items: flex-start;top: 10%;}
.banner .swiper-slide:nth-child(4) .banner-cont .link{display: none;}
.banner .swiper-slide:nth-child(4) .banner-cont .name{text-align: center;}
.banner .swiper-slide:nth-child(4) .banner-cont .text{text-align: center;}
*/
.banner-img{width: 100%;}
.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;color: #ffffff;}
.banner-cont .name h1{font-family:'SamsungOne300';color: #000000;}
.banner-cont .text h2{font-family:'SamsungOne200';color: #555555;}
.banner-cont .link{}
.banner-cont .link a{display: flex;align-items: center;transition: all .4s ease;justify-content: space-evenly;background: #0097dd;width: 150px; height: 44px;border-radius: 22px;transition: all .4s ease;}
.banner-cont .link span{}
.banner-cont .link i{ width: 30px; height: 30px; border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #ffffff;color: #000000;transition: all .4s ease;}
.banner-cont .link:hover a{background: none;}
.banner-cont .link:hover i{background: #0097dd;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: #0097dd;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 .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 img {width: 100%;object-fit: cover;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;min-height: 400px;}
.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: 400px;}
.banner .swiper-slide-active video {transition-delay: 0.4s !important;transform: matrix(1, 0, 0, 1, 0, 0);transition: all 4s ease;}
.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-scroll{color: #ffffff;z-index: 4;writing-mode: vertical-lr;display: flex;align-items: center;}
.banner-scroll .banner-scroll-line{width: 1px;height: 50px;background: rgba(255, 255, 255, .1);opacity: 1;position: relative;display: block;margin-top: 8px;}
.banner-scroll .banner-scroll-line:before{content: "";width: 100%;height: 0;background: #0097dd;position: absolute;top: 0;left: 0;animation: scrollline 3.8s linear infinite 0s;}
@keyframes scrollline{0%{height: 0;}100%{height: 100%;}}
.banner-btn{position: absolute;bottom: 100px;display: flex;justify-content: center;width:  92%!important;left: 4%;justify-content: space-between;align-items: center;min-height: 44px;}
.banner-prev, .banner-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, .5);position: absolute;z-index: 4;top: 50%;transform:translateY(-50%);cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;color: #000000;}
.banner-prev{right: 55px;}
.banner-next{/*transform: rotate(180deg);*/right: 0;}
.banner-prev:hover, .banner-next:hover{background: #0097dd;color: #ffffff;}
@media (max-width: 640px){
.banner-prev, .banner-next{width: 40px;height: 40px;}
.banner-btn{bottom: 20px;}
}

.indTitle{width: auto;}
.indTitle .tit{color: #888;}
.indTitle .name{font-family:'SamsungOne300';display: flex;align-items: center;}
.indTitle .name img{margin-right: 20px;}
.indTitle .text{color: #888;}

.indMore{display: flex;align-items: center;transition: all .4s ease;justify-content: space-evenly;background: #0097dd;width: 150px;height: 44px;border-radius: 22px;transition: all .4s ease;}
.indMore:after{}
.indMore span{color: #ffffff;}
.indMore i{width: 30px; height: 30px;border-radius: 50%; display: flex;align-items: center;justify-content: center;background: #ffffff;color: #000000;transition: all .4s ease;}
.indMore:hover{background: none;}
.indMore:hover:after{}
.indMore:hover span{color: #000000;}
.indMore:hover i{background: #0097dd;color: #ffffff;}

.indpp{width: 100%;position: relative;background:url(/template/cn/image/#.jpg) center no-repeat;}
.indpp .contain{position: relative;}
.indpp .indTitle{max-width: 800px;position: relative;}
.indpp .indTitle .name{color: #ffffff;}
.indpp .indTitle .text{color: #ffffff;}
.indpp-bg{justify-content: space-between;display: flex;align-items: center;}
.indpp-wrap{color: #ffffff;}
.indpp-num{display: flex;justify-content: space-between;max-width: 800px;}
.indpp-num-line{position: relative; width: 20px;}
.indpp-num-line:before{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 100%;z-index: 1;background: rgba(255, 255, 255, 0.3);}
.indpp-num-items{display: flex;flex-wrap: wrap;position: relative;}
.indpp-num-items .num{display: flex;align-items: baseline;width: calc(100% - 0px);}
.indpp-num-items .num .timer{font-family:'SamsungOne300';background: #0097dd;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.indpp-num-items .num i{font-style: normal;margin-left: 10px;}
.indpp-num-items .text{}


.indhb{position: relative;width: 100%; background:#f8f8f8;}
.indhb-head{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.indhb-head .indMore{color: #000000;}
.indhb-head .indMore:after{background: linear-gradient(45deg, rgb(241, 241, 241), rgb(241, 241, 241));}
.indhb-loop{width: calc(100% - 0px);position: relative;background:url(/template/cn/image/indal_logo.png) center 30% no-repeat; background-size: 80%;}
/*
.indhb-loop .swiper-slide-prev{transform: rotate(-30deg) translateY(20px);transition: all .4s ease;}
.indhb-loop .swiper-slide-next{transform: rotate(30deg) translateY(20px);transition: all .4s ease;}
.indhb-loop .swiper-slide-prev .cont,.indhb-loop .swiper-slide-next .cont{display: none;}
.indhb-loop .swiper-slide-active{transform: translateY(-5px);}*/
.indhb-loop-link{display: flex;flex-wrap: wrap;justify-content: center;}
.indhb-loop-link img{transition: all .4s ease;background: #ffffff;}
.indhb-loop-link .cont{display: flex;justify-content: center;flex-wrap: wrap;position: absolute;}
.indhb-loop-link .name{width: 100%;text-align: center;}
.indhb-loop-link .link{display: flex;align-items: center;transition: all .4s ease;justify-content: space-evenly;width: 150px;height: 44px;border-radius: 22px;transition: all .4s ease;}
.indhb-loop-link .link i{width: 34px;height: 34px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #0097dd;color: #ffffff;transition: all .4s ease;}
.indhb-prev, .indhb-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;z-index: 5;border: 1px solid #f1f1f1;}
.indhb-prev{left: 0px;}
.indhb-next{right: 0px;}
.indhb-prev:hover, .indhb-next:hover{background: #0097dd;color: #ffffff;border: none;}



.indal{width: 100%;position: relative;overflow: hidden;display: flex;flex-direction: row-reverse;justify-content: space-evenly;align-items: flex-start;}
.indal-loop{width: calc(50% - 50px); max-width: 500px;}
.indal-loop .indal-loop-cont{display: flex;flex-wrap: wrap;justify-content: center;}
.indal-loop .indal-loop-cont .name{color: #000000;width: 100%;text-align: center;padding: 20px;line-height: 1;}
.indal-loop .indal-loop-cont .link{color: #000000;display: flex;align-items: center;justify-content: space-evenly;width: 150px;height: 44px;border-radius: 22px;ransition: all .4s ease;margin-bottom: 20px;}
.indal-loop .indal-loop-cont .link i{width: 34px;height: 34px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #0097dd;color: #ffffff;transition: all .4s ease;}
.indal-menu {width: calc(50% - 50px); max-width: 500px;}
.indal-menu ul {width: calc(100% - 0px);}
.indal-menu li {border-radius: 22px;height: 44px;background: #f8f8f8;color: #000000;margin-bottom: 20px;transition: all .4s ease;}
.indal-menu li a{height: 100%;display: flex;align-items: center;justify-content: flex-start;width: 100%;padding: 0 20px;transition: all .4s ease;}
.indal-menu li.active {background: #0097dd;color: #ffffff;}
.indal-menu li.active a{padding: 0 30px;}
.indal-menu .name i {line-height: 1;margin-right: 20px;}
.indal-menu .name span {line-height: 1;height: auto;overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
/* 效果 */
.indal-loop-cont .name, .indal-loop-cont .link{opacity: 1;}
.swiper-slide-active .indal-loop-cont .name{animation: bannerUp2 1s ease both .8s;}
.swiper-slide-active .indal-loop-cont .link{animation: bannerUp2 1s ease both .9s;}
@keyframes bannerUp2 {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indal .swiper-slide {overflow: hidden;position: relative;border: 1px solid #f1f1f1;background: url(/template/cn/image/indal_bg.png) center bottom no-repeat;background-size: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
.indal .swiper-slide img {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(.9, 0, 0, .9, 0, 0);transition: all 4s ease;}


.indxw{width: 100%;position: relative;}
.indxw-head{width: 100%;display: flex;justify-content: center;}
.indxw-loop{width: 100%;position: relative;}
.indxw-loop .swiper-pagination{bottom: 0;top: auto;margin:0 auto;position: relative;height: 2px;}
.indxw-loop .swiper-pagination-progressbar{background: #f1f1f1;}
.indxw-loop .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0097dd;}
.indxw-loop-link{width: 100%;height: 100%;display: block;background: #f8f8f8;}
.indxw-loop-link::before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 5px;background: #0097dd;transform: scaleX(0);transition: transform 0.4s ease-in-out;transform-origin: left;}
.indxw-loop-link .img{width: calc(100% - 0px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;border: #f1f1f1 1px solid;}
.indxw-loop-link .img img{transition: all .6s ease;}
.indxw-loop-link .cont{width: calc(100% - 0px);padding: 30px;}
.indxw-loop-link .time{color: #888888;transition: all .4s ease;}
.indxw-loop-link .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.indxw-loop-link .text{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;color: #888888;}
.indxw-loop-link:hover{}
.indxw-loop-link:hover::before {transform: scaleX(1);}
.indxw-loop-link:hover .img img{transform: scale(1.04);}
.indxw-loop-link:hover .name{}
.indxw-loop-link:hover .time{}
.indxw-prev, .indxw-next{width: 44px;height: 44px;border-radius: 50%;background: #f1f1f1;position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indxw-prev{left: 0px;}
.indxw-next{/*transform: rotate(180deg);*/right: 0px;}
.indxw-prev:hover, .indxw-next:hover{background: #0097dd;color: #ffffff;}


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

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
}

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


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.indhb-play{position: relative;left: 50%;margin-top: 50px;margin-left: -26px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .indTitle .text {}
	.indMore {width: 136px;height: 40px;}
	.indMore:after {width: 136px;height: 40px;border-radius: 20px;}
    .banner-cont .link a{width: 136px;height: 40px;}
    .banner .swiper-pagination {bottom: 18px;}
    .banner .swiper-pagination-bullet {width: 30px;margin: 0 7px !important;}
    @keyframes bannerUp{0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .indpp{padding-top: 10px;}
    .indpp .contain {flex-wrap: wrap;}
    .indpp-bg {width: 100%;flex-wrap: wrap;}
    .indpp-wrap{width: 100%;}
	.indhb-loop {background-size: 100%;}
	.indhb-head {flex-wrap: wrap;}
	.indhb-loop-link .link{width: 136px;height: 40px;border-radius: 20px;}
    .indhb-play {width: 44px;height: 44px;margin-left: -22px;margin-top: 30px;}
}