
/* ===================首页样式========================== */
.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 .contain{max-width: 1440px;}
.banner-cont .text{width: 100%;font-family: "SamsungOne700";color: #ffffff;}
.banner-cont .link{transition: all .4s ease;background: #ff0000;width: 150px;height: 50px;display: flex;justify-content: center;align-items: center;color: #FFFFFF;}
.banner-cont .link span{}
.banner-cont .link i{margin-left: 5px;}
.banner-cont .link:hover{background: #043785;}
.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;color:#FFFFFF;}
@media (max-width: 1151px){
.banner-prev, .banner-next {display: none;}
}

.indTitle{position: relative;width: calc(70% - 0px);}
.indTitle .name{font-family: 'SamsungOne700';position: relative;z-index: 1;padding: 20px 0 0 0;}
.indTitle .text{font-family: 'SamsungOne700';color: #dddddd;position: absolute;width: 100%;top: 0;z-index: 0;line-height: 1;}

.indMore{display: flex;align-items: center;transition: all .4s ease;}
.indMore span{transition: all .4s ease;margin: 0 10px;}
.indMore i{width: 30px;height: 30px;border-radius: 100%;background: #043785; transition: all .4s ease;display: flex;align-items: center;justify-content: center;color: #ffffff;}
.indMore:hover{flex-flow: row-reverse;}
.indMore:hover span{}
.indMore:hover i{background: #ff0000;}

.indpp{width: 100%;position: relative; background: url(/template/cn/image/indpp_bg.jpg) center no-repeat;}
.indpp .contain{position: relative;justify-content: space-between;display: flex;flex-wrap: wrap;align-items: center;}
.indpp-left{width: calc(50% - 10px);}
.indpp-head{width: calc(100% - 0px);display: flex;justify-content: space-between;color: #FFFFFF;}
.indpp-head .text{opacity: 0.1;}
.indpp-xian{border-bottom: 1px solid rgba(255, 255, 255, 0.1);width: 100%;}
.indpp-cont{width: calc(100% - 0px);height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 7;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align: left;color: #FFFFFF;}
.indpp-cont .name{font-family: 'SamsungOne700';}
.indpp-wrap{width: calc(100% - 0px);}
.indpp-num{width: auto;justify-content: space-between;display: flex;flex-wrap: wrap;}
.indpp-num-items{width: calc(50% - 0px);background: rgba(0, 0, 0, 0.8);padding: 30px 80px;transition: all .4s ease;}
.indpp-num-items:hover{background: rgba(255, 0, 0, 0.8);}
.indpp-num-items .num{display: flex;align-items: flex-end;}
.indpp-num-items .num .timer{font-family: Trebuchet MS;font-weight: bold;color: #FFFFFF;line-height: 1;}
.indpp-num-items .num i{font-style: normal;margin-left: 10px;color: #FFFFFF;}
.indpp-num-items .num i:first-child{font-style: normal;margin-left: 0px;color: #FFFFFF;border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 100%;width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.indpp-num-items .text{color: #ffffff;opacity: 0.5;margin-top: 20px;}

.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: #043785;}

.indal{width: 100%;position: relative;overflow: hidden;}
.indal-head{ width: calc(100% - 0px);}
.indal-head .contain{display: flex;justify-content: space-between;}
.indal-head .indTitle .name{}
.indal-head .indTitle .text{}
.indal-loop{width: 100%;position: relative;}
.indal-loop-cont {position: absolute;width: 100%;top: 50%;right: 0;color: #fff;transform: translateY(-50%);z-index: 5;}
.indal-loop-cont .contain{position: relative;}
.indal-loop-cont .indal-loop-cont-tit{max-width: 55%;}
.indal-loop-cont .indal-loop-cont-btn{display:flex;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(1){transition: all .4s ease;width: 150px;height: 50px;display: flex;justify-content: center;align-items: center;border:rgba(255, 255, 255, 0.1) 1px solid;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(1) span{margin-right:5px;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(1):hover{background: #ff0000;border:#ff0000 1px solid;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(2){transition: all .4s ease;width: 150px;height: 50px;display: flex;justify-content: center;align-items: center;background: #043785;margin-left:20px;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(2) span{margin-left:5px;}
.indal-loop-cont .indal-loop-cont-btn a:nth-child(2):hover{background: #ff0000;}
.indal-menu {position: absolute;z-index: 4;width: 30%;right: auto;top: 0px;transform: translateX(0%);right: 0;max-height: none;}
.indal-menu ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.indal-menu li {display: flex;align-items: center;justify-content: center;width: calc(50% - 0px);position: relative;min-height: 180px;}
.indal-menu li:before{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 100%;z-index: 1;background: rgba(255, 255, 255, 0.1);}
.indal-menu li:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;z-index: 1;background: rgba(255, 255, 255, 0.1);}
.indal-menu li.active {background: rgba(0, 0, 0, 0.5);}
.indal-menu li.active .img{background-position: center bottom;}
.indal-menu  .indal-menu-cont{display: flex;align-items: center;color: #ffffff;padding: 20px;flex-wrap: wrap;flex-direction: column;}
.indal-menu .img{width: 50px;height: 50px;background-position: center top; /* 将背景图片定位到上半部分的中间 */background-size: 100% auto; margin-bottom: 10px;}
/* 效果 */
.indal-loop-cont .name{font-family: 'SamsungOne700';position: relative;}
.indal-loop-cont .name:after{content: "";position: absolute;left: 0;bottom: -20px;width: 50px;height: 3px;z-index: 1;background: #ff0000;}
.indal-loop-cont .name, .indal-loop-cont .hint, .indal-loop-cont .indal-loop-cont-btn{opacity: 0;}
.swiper-slide-active .indal-loop-cont .name{animation: bannerUp2 1s ease both .8s;}
.swiper-slide-active .indal-loop-cont .hint{animation: bannerUp2 1s ease both .9s;}
.swiper-slide-active .indal-loop-cont .indal-loop-cont-btn{animation: bannerUp2 1s ease both 1s;}
@keyframes bannerUp2 {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indal .swiper-slide {overflow: hidden;position: relative;}
.indal .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: 600px;}
.indal .swiper-slide-active img {transition-delay: 0.4s !important;transform: matrix(1.06, 0, 0, 1.06, 0, 0);transition: all 4s ease;}


.indcp{background: #f8f8f8; position: relative;}
.indcp-head{display: flex;justify-content: space-between;}
.indcp-loop{width: 100%;}
.indcp-loop .swiper-slide{background: #ffffff;}
.indcp-loop .swiper-pagination{position: relative;height: 2px;}
.indcp-loop .swiper-pagination-progressbar{background: #e6e6e6;}
.indcp-loop .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #043785 !important;}
.indcp-loop-link{transition: all .4s ease;display: block;}
.indcp-loop-link .link{display: flex;justify-content: center;width: 150px;height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.indcp-loop-link .link i{margin-left: 5px;}
.indcp-loop-link .img{width: 100%;overflow: hidden;}
.indcp-loop-link .img img{transition: all .6s ease;}
.indcp-loop-link .cont{overflow: hidden;padding: 0 20px;}
.indcp-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;}
.indcp-loop-link:hover{}
.indcp-loop-link:hover .img img{transform: scale(1.04);}
.indcp-loop-link:hover .name{ color: #043785;}
.indcp-loop-link:hover .link{background: #043785;color: #FFFFFF;border: #043785 1px solid;}
.indcp-prev, .indcp-next{width: 44px;height: 44px;border-radius: 50%;background: #ffffff;position: absolute;z-index: 4;top: 50%;margin-top: -22px;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indcp-prev{left: 4%;}
.indcp-next{right: 4%;}
.indcp-prev:hover, .indcp-next:hover{background: #ff0000;color: #FFFFFF;}


.indxw{width: 100%;position: relative;background: #f8f8f8;}
.indxw .contain{display: flex;justify-content: center;flex-wrap: wrap;}
.indxw-head{width: 100%;width: 100%;display: flex;justify-content: space-between; align-items: center;}
.indxw-head .indTitle{}
.indxw-loop{width: 100%;position: relative; display: flex;justify-content: space-between;}
.indxw-loop-link{width: 100%;overflow: hidden;transition: all .4s ease;background: #ffffff;flex-wrap: wrap;align-content: space-between;display: flex;border-right: #f1f1f1 1px solid;}
.indxw-loop-link:last-child {border-right: #f1f1f1 0px solid;}
.indxw-loop-link .img{width: calc(100% - 0px);overflow: hidden;position: relative;}
.indxw-loop-link .img img{transition: all .6s ease;}
.indxw-loop-link .cont{width: calc(100% - 0px);padding:0 20px;}
.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-top: 20px;}
.indxw-loop-link .time{color: #888;}
.indxw-loop-link .link{display: flex;justify-content: center;width: 150px; height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.indxw-loop-link .link i{margin-left: 5px;}
.indxw-loop-link:hover{}
.indxw-loop-link:hover .img img{transform: scale(1.04);}
.indxw-loop-link:hover .name{color: #043785;}
.indxw-loop-link:hover .link{background: #043785;color: #FFFFFF;border: #043785 1px solid;}


.indzx{background: url(/template/cn/image/indzx_bg.jpg) center no-repeat;}
.indzx .contain{display: flex;justify-content: space-between;align-items: flex-start;}
.indzx-head{color: #FFFFFF;width: calc(50% - 20px);}
.indzx-head p:nth-child(1){ font-family: "SamsungOne700";}
.indzx-head .link{transition: all .4s ease;background: #ff0000;width: 150px;height: 50px;display: flex;justify-content: center;align-items: center;color: #FFFFFF;}
.indzx-head .link i{margin-right: 5px;}
.indzx-head .link:hover {background: #043785;}
.indzx-form{width: calc(50% - 20px);}
.indzx-form li{width: 100%;justify-content: space-between;margin-bottom: 20px;}
.indzx-form li.button{margin-bottom: 0px;}
.indzx-form li .tech-contact-items{width: calc(50% - 10px);}
.indzx-form li.textarea .tech-contact-items{width: calc(100% - 0px);}
.indzx-form input, .indzx-form textarea {display: block;width: 100%;border: 1px solid #888888;padding: 10px;height: 50px;background: none;transition: border .4s ease;}
.indzx-form textarea {height: 100px;}
.indzx-form li button {width: 150px;cursor: pointer;height: 50px;border: 1px solid #888888;background: none;transition: all .4s ease;color: #888888;}
.indzx-form li button:hover {border: 1px solid #ff0000;background: #ff0000;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) */
	.indal-menu {width: 35%;}
	.indal-menu li {min-height: 150px;}
	.indal-loop-cont .name:after { bottom: -15px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.indpp-left{width: calc(100% - 0px);}
	.indpp-logo{width: calc(100% - 0px);}
	.indhb-play{position: relative;left: 50%;margin-top: 50px;margin-left: -26px;}
	
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.indMore {}
	.indMore i {}
	.banner-cont .link {width: 136px;height: 44px;}
    .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);}}
	.indzx .contain {flex-wrap: wrap;}
    .indzx-head .link{width: 136px;height: 44px;}
	.indzx-head{width: calc(100% - 0px);}
	.indzx-form{width: calc(100% - 0px);}
	.indzx-form input, .indzx-form textarea {height: 44px;}
	.indzx-form li button {height: 44px;}
	.indpp-num-items {width: calc(100% - 0px);padding: 30px 4%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.indpp-num-items:last-child {border-bottom: 0px solid rgba(255, 255, 255, 0.1);}
	.indpp-num-items .num i:first-child {width: 60px;height: 60px;}
	.indxw-loop {flex-wrap: wrap;}
	.indxw-loop-link {border-right: #f1f1f1 0px solid;border-bottom: #f1f1f1 1px solid;}
	.indxw-loop-link:last-child {border-bottom: #f1f1f1 0px solid;}
	.indxw-loop-link .link {width: 130px;height: 44px;}
	.indal-menu {top: auto;bottom:0;width: 100%;}
	.indal-menu li {min-height: 80px;}
	.indal-menu li:after { bottom: auto; top:0;}
	.indal-menu .img {width: 40px;height: 40px; margin-bottom: 0px;margin-right:10px;}
	.indal-menu .indal-menu-cont {flex-direction: row;}
	.indal-loop-cont .indal-loop-cont-tit {max-width: 100%;}
	.indal-loop-cont {top: 30%;}
	.indal-loop-cont .name:after { bottom: -10px;}
	.indal-loop-cont .indal-loop-cont-btn a:nth-child(1) {width: 136px;height: 44px;}
	.indal-loop-cont .indal-loop-cont-btn a:nth-child(2) {width: 136px;height: 44px;}
	.indcp-loop-link .link{width: 136px;height: 44px;}
	.indcp-prev, .indcp-next{display: none;}
}