
/* ===================首页样式========================== */
.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;color: #ffffff;}
.banner-cont .contain{display: flex;flex-wrap: wrap;}
.banner-cont .text{width: 100%;font-family: "SamsungOne700";color: #ffffff;}
.banner-cont .link{transition: all .4s ease;margin: 0;}
.banner-cont .link span{}
.banner-cont .link i{}
.banner-cont .link:hover{}
.banner .swiper-pagination{bottom: 80px;}
.banner .swiper-pagination-bullet{width: 44px;height: 3px;background: rgba(255, 255, 255, .5);opacity: 1;position: relative;border-radius: 0;}
.banner .swiper-pagination-bullet:before{content: "";width: 0;height: 100%;background: #ff0000;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 .text, .banner-cont .link{opacity: 0;}
.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 .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: 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-prev, .banner-next{width: 44px;height: 44px;border-radius: 50%;background:rgba(255, 255, 255, 1);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: 4%;}
.banner-next{/*transform: rotate(180deg);*/right: 4%;}
.banner-prev:hover, .banner-next:hover{background-color: #ff0000;}
@media (max-width: 1151px){
.banner-prev, .banner-next {display: none;}
}
.line-wrapper-top {position: absolute;height: 7vw;overflow: hidden;top: 0;left: 0;right: 0;z-index: 1;}
.line-wrapper-top .diagonal-line:before {content: "";position: absolute;top: 0;left: 0;border: 0 solid transparent;border-bottom-width: 7vw;border-bottom-color: transparent;border-left-width: 100vw;border-left-color: #ffffff;}
.line-wrapper {position: absolute;height: 7vw;overflow: hidden;bottom: 0;left: 0;right: 0;z-index: 1;}
.line-wrapper .diagonal-line:before {content: "";position: absolute;bottom: 0;left: 0;border: 0 solid transparent;border-top-width: 7vw;border-top-color: transparent;border-right-width: 100vw;border-right-color: #ffffff;}

.indTitle{display: flex;flex-wrap: wrap;justify-content: center;position: relative;}
.indTitle .name{font-family:'SamsungOne700';text-align: center;    width: 100%;}
.indTitle .text{font-family:'SamsungOne600';color: #41bfef;margin-top: 20px;text-align: center;    width: 100%;}

.indTitle .container {width: 24px;position: relative;display: flex;align-items: center;}
.indTitle .circle {width: 14px;height: 14px;border-radius: 50%;position: absolute;transition: all .4s ease;}
.indTitle .circle1 {background-color: #41bfef;left: 0;animation: move1 1s linear infinite;z-index: 1;}
.indTitle .circle2 {background-color: #ff0000;right: 0;animation: move2 1s linear infinite;z-index: 2;}
@keyframes move1 {0% {left: 0;} 50% {left: 30%;} 100% {left: 50%;z-index: 2;}}
@keyframes move2 {0% {right: 0;} 50% {right: 30%;} 100% {right: 50%;z-index: 1;}}


.indMore{display: flex;align-items: center;transition: all .4s ease;margin: 0 auto;}
.indMore span{transition: all .4s ease;margin: 0 10px;}
.indMore i{width: 44px;height: 44px;border-radius: 100%;background: #ff0000; transition: all .4s ease;display: flex;align-items: center;justify-content: center;color: #ffffff;}
.indMore:hover{flex-direction: row-reverse;}
.indMore:hover span{}
.indMore:hover i{background: #41bfef;}

.indpp{width: 100%;position: relative;background:#ffffff;}
.indpp .contain{position: relative;justify-content: space-between;display: flex;flex-wrap: wrap;}
.indpp-bg{width: calc(100% - 0px);}
.indpp-cont{overflow: hidden;display: -webkit-box;}
.indpp-cont span{overflow: hidden;-webkit-line-clamp: 4;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align: center;height: auto;}
.indpp-wrap{width: calc(100% - 0px);}
.indpp-logo{font-size: 10vw;font-family:'SamsungOne700';width: 100%;text-align: center;line-height: 1; background: url(/template/cn/image/about_tit_bg.jpg) no-repeat center;  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: cover;}
.indpp-loop{width: calc(100% - 0px);position: relative;}
.indpp-loop .swiper-slide{width: calc(100% - 0px); justify-content: space-between;display: flex;}
.indpp-loop-cont{width: calc(65% - 10px);position: relative;}
.indpp-loop-sum{width: calc(35% - 10px);  background:#ffffff url(/template/cn/image/Tutamen-logo.png) bottom right no-repeat;background-size: 80%; position: relative;padding: 30px;}
.indpp-loop-img{}
.indpp-loop-img img{width: 100%;min-height: 520px;}
.indpp-loop-img:before {position: absolute;background: linear-gradient(to bottom, rgba(0,71,187,0), rgba(0,71,187,1)); content: ""; display: block; width: 100%; height: 100%;}
.indpp-loop-cont .swiper-pagination{position: absolute;top: 30px;left: 30px;width: calc(100% - 60px);color: #FFFFFF;text-align: left;}
.indpp-loop-cont .swiper-pagination .swiper-pagination-current{font-family:'SamsungOne700';font-size: 60px;}
.indpp-loop-name{position: absolute;color: #FFFFFF;bottom: 30px;left: 30px;width: calc(100% - 60px);}
.indpp-loop-add i{padding-right: 10px;}
.indpp-loop-text{ }
.indpp-loop-text:before {position: relative; background: #ff0000; content: ""; display: block; width: 30px; height: 3px; margin-bottom: 30px;}
.indpp-loop-link{ color: #888888;display: block; transition: all .4s ease;text-decoration: underline;}
.indpp-loop-link:hover{ color: #ff0000;}
.indpp-loop-btn{width: calc(100% - 0px);position: relative;z-index: 5;display: flex;justify-content: flex-start;}
.indpp-loop-prev, .indpp-loop-next{width: 44px;height: 44px;border-radius: 50%;cursor: pointer;background: #f1f1f1;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indpp-loop-prev{}
.indpp-loop-next{margin-left: 10px;}
.indpp-loop-prev:hover, .indpp-loop-next:hover{background-color: #ff0000;}
.indpp-num{width: auto;justify-content: space-between;display: flex;}
.indpp-num-line{width: 100%;height: 1px;}
.indpp-num-items{justify-content: space-between;align-items: baseline;}
.indpp-num-items .num{display: flex;align-items: baseline;}
.indpp-num-items .num .timer{font-family:'SamsungOne700';color: #ff0000;}
.indpp-num-items .num i{font-style: normal;margin-left: 10px;color: #888888;}
.indpp-num-items .text{color: #888888;}

.indhb-play{width: 44px;height: 44px;cursor: pointer;position: absolute;opacity: 0.8;border-radius: 50%;left: 65%;top: 50%;margin-top: -22px;transition: all .4s ease;box-shadow: 0 0 15px 1px rgba(0, 0, 0, .05);}
.indhb-play:hover{opacity: 1;transform: scale(1.1);}

.indhb-partner{position: relative;width: 100%;}
.indhb-partner-loop{width: calc(92% - 0px);position: relative;margin: 0 auto;}
.indhb-partner-loop .swiper-slide-active img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.indhb-partner-link{display: flex;width: 100%;height: 100px;align-items: center;justify-content: center;padding: 5px 0;}
.indhb-partner-link img{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-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;z-index: 5;}
.indhb-partner-prev{left: 0px;}
.indhb-partner-next{right: 0px;}
.indhb-partner-prev:hover, .indhb-partner-next:hover{background-color: #ff0000;}

.indal{width: 100%;position: relative;overflow: hidden;}
.indal .contain{}
.indal .indal-head{}
.indal-list{width: 100%;}
.indal-list ul{margin-left: -10px;flex-wrap: nowrap;}
.indal-list li{width: 30%;margin-left: 10px;position: relative;height: 580px;overflow: hidden;background: linear-gradient(45deg, #41bfef, #002d4e);border-radius: 20px;}
.indal-list li img{position: absolute;left: 0;bottom: 0;}
.indal-list li.active{width: calc(100% - 30%);background: linear-gradient(135deg, #ffffff, #f1f1f1, #ebebeb);border: 1px solid #f1f1f1;}
.indal-list-link{display: block;width: 100%;}
.indal-hint{width: calc(100% - 60px);position: absolute;z-index: 4;transition: all .4s ease;white-space: nowrap;color: #fff;top: 50px;left: 30px;}
.indal-hint .name{}
.indal-hint .text{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 20;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;width: calc(100% - 0px);white-space: normal;margin-top: 20px;}
.indal-cont{position: absolute;z-index: 5;width: calc(100% - 100px);top: 50px;left: 50px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.indal-cont .img{width: 100%;margin-bottom: 20px;}
.indal-cont .img img{position: relative;max-height: 30px;}
.indal-cont .name{margin-bottom: 20px;}
.indal-cont .text{}
.indal-cont .link{margin: 0;}
.indal-cont .name, .indal-cont .text, .indal-cont .link, .indal-cont .img{opacity: 0;}
.indal-list li.active .indal-cont .img{animation: indalRun 1s ease both .5s;}
.indal-list li.active .indal-cont .name{animation: indalRun 1s ease both .6s;}
.indal-list li.active .indal-cont .text{animation: indalRun 1s ease both .7s;}
.indal-list li.active .indal-cont .link{animation: indalRun 1s ease both .8s;}
@keyframes indalRun {0%{opacity: 0;transform: translateY(80px);}100%{opacity: 1;transform: translateY(0);}}
.indal-list li.active .indal-hint{opacity: 0;}

.indxh{width: 100%;position: relative;background:#ffffff url(/template/cn/image/serve_bg1.jpg) center no-repeat;background-size: auto 100%;}
.indxh .indTitle{color: #FFFFFF;}
.indxh-list{display: flex;justify-content: space-between;}
.indxh-list .indxh-link{width: calc(25% - 10px);}
.indxh-list .indxh-link img{border-bottom-left-radius: 20px;border-top-right-radius: 20px;}
.indxh-list .indxh-link .name{margin: 20px 0;border-bottom: rgba(255, 255, 255, 0.1) 1px solid;color: #FFFFFF;padding-bottom: 20px;text-align: center;}
.indxh-list .indxh-link .text{margin: 20px 0;color: #FFFFFF;opacity: 0.8;text-align: center;}


.indxw{width: 100%;position: relative;}
.indxw .contain{display: flex;justify-content: center;flex-wrap: wrap;}
.indxw-head{width: 100%;justify-content: center;}
.indxw-head .indTitle{}
.indxw-head a{color: #888888;display: block;text-decoration: underline;}
.indxw-head a:hover{color:  #ff0000;}
.indxw-loop{width: 100%;position: relative;}
.indxw-loop-link{width: 100%;overflow: hidden;border: #f1f1f1 1px solid;display: flex;justify-content: space-between; transition: all .4s ease;padding: 20px;border-radius: 20px;align-items: center;}
.indxw-loop-link .img{width: calc(25% - 10px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;}
.indxw-loop-link .img img{transition: all .6s ease;}
.indxw-loop-link .cont{width: calc(75% - 10px);}
.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: #888;margin: 20px 0;}
.indxw-loop-link .time{color: #888;display: flex;justify-content: space-between;}
.indxw-loop-link:hover{background: linear-gradient(135deg, #ffffff, #f1f1f1, #ebebeb);}
.indxw-loop-link:hover .img img{transform: scale(1.04);}
.indxw-loop-link:hover .name{color: #FF0000;}


/* -------------------------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) */
    .indhb-partner-link{height: 80px;}
	.indhb{background-size: 100% 100%;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.indpp-bg {width: calc(100% - 0px);}
	.indpp-wrap {width: calc(100% - 0px);}
	.indpp-loop .swiper-slide {flex-wrap: wrap;}
	.indpp-loop-cont .swiper-pagination {left: 20px;width: calc(100% - 40px); }
	.indpp-loop-cont {width: calc(100% - 0px);}
	.indpp-loop-name {left: 20px;width: calc(100% - 40px);}
	.indpp-loop-sum {width: calc(100% - 0px);padding: 30px 20px;margin-top: 20px;}
	    .indal-list ul {margin-left: 0;margin-top: -10px;flex-wrap: wrap;}
    .indal-list li {width: calc(100% - 0px);margin-left: 0;margin-top: 20px;height: 500px;}
	.indal-list li.active {width: calc(100% - 0px);}
	.indal-cont {width: calc(100% - 60px);left: 30px;}
	.indal-cont .name, .indal-cont .text, .indal-cont .link, .indal-cont .img {opacity: 1;}
	.indal-list li:nth-child(2) .indal-cont .name, .indal-list li:nth-child(2) .indal-cont .text, .indal-list li:nth-child(2) .indal-cont .link, .indal-list li:nth-child(2) .indal-cont .img {color: #FFFFFF;}
	.indal-list li:nth-child(2) .indal-cont .img{display: none;}
	.indal-hint {opacity: 0;}
	.indhb-play{position: relative;left: 50%;margin-top: 50px;margin-left: -26px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.indMore {}
    .banner .swiper-pagination {bottom: 30px;}
    .banner .swiper-pagination-bullet {width: 30px;}
    @keyframes bannerUp{0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
	.indpp-loop-img img {min-height: 450px;}
	.indhb-partner-link{height: 60px;}
	.indxw-loop-link{flex-wrap: wrap;}
	.indxw-loop-link .img {width: calc(100% - 0px);margin-bottom: 20px;}
	.indxw-loop-link .cont {width: calc(100% - 0px);}
	.indxh-list{flex-wrap: wrap;}
	.indxh-list .indxh-link{width: calc(50% - 10px);}
}