
/* ===================首页样式========================== */
.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 .text{font-family:'SamsungOne200', 'SamsungOne400', sans-serif;color: #ffffff;}
.banner-cont .link{display: flex;align-items: center;transition: all .4s ease;justify-content: flex-start;}
.banner-cont .link span{}
.banner-cont .link i{ width: 36px; height: 36px; background: #f47115; border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-left: 10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.banner-cont .link:hover{}
.banner-cont .link:hover span{color: #f47115;}
.banner-cont .link:hover i{margin-left: 15px;}
.banner .swiper-pagination{bottom: 36px;}
.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: #f47115;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%;position: absolute;z-index: 4;top: 50%;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);background: rgba(255, 255, 255, 0.5);}
.banner-prev{left: 50px;}
.banner-next{right: 50px;}
.banner-prev:hover, .banner-next:hover{background: #f47115;color: #ffffff;}
@media (max-width: 1151px){
.banner-prev, .banner-next {display: none;}
}

.indTitle{width: auto;}
.indTitle .name{font-family:'SamsungOne200', 'SamsungOne400', sans-serif;color: #000;}
.indTitle .text{color: #888888;}

.indMore{display: flex;align-items: center;justify-content: flex-start;height: 44px;border-radius: 22px;transition: all .4s ease;}
.indMore span{}
.indMore i{width: 36px;height: 36px;border-radius: 100%;background: #f47115;color: #ffffff;display: flex;justify-content: center;align-items: center;margin-left: 10px;margin-left: 10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.indMore:hover{}
.indMore:hover span{color: #f47115;}
.indMore:hover i{margin-left: 15px;}



.indal{width: 100%;overflow: hidden;background:#888888 url(/template/vn/image/pro_bg.png) center no-repeat;background-size: auto 100%;position: relative;}
.indal .contain{}
.indal-head{width: 100%;justify-content: center;}
.indal-head .indTitle .name {color: #ffffff;}
.indal-swiper{width: 100%;position: relative;}
.indal-loop{width: 100%;position: relative;}
.indal-loop .swiper-slide{display: flex;justify-content: flex-start;flex-wrap: wrap;min-height: 600px;}
.indal-loop-cont:nth-child(1){left: 30%;top: 20%;}
.indal-loop-cont:nth-child(2){left: 20%;top: 40%;}
.indal-loop-cont:nth-child(3){right: 20%;top: 20%;}
.indal-loop-cont:nth-child(4){right: 30%;top: 40%;}
.indal-loop-cont:nth-child(5){right: 40%;top: 60%;}
/* 效果 */
.indal-loop-cont {opacity: 0;}
.swiper-slide-active .indal-loop-cont:nth-child(1), .swiper-slide-active .indal-loop-cont:nth-child(2) {animation: bannerUp2 1s ease both .8s;transition: all .4s ease;}
.swiper-slide-active .indal-loop-cont:nth-child(3), .swiper-slide-active .indal-loop-cont:nth-child(4), .swiper-slide-active .indal-loop-cont:nth-child(5){animation: bannerUp2 1s ease both .9s;}
@keyframes bannerUp2 {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indal-loop-cont {display: flex;align-items: center;position: absolute;}
.indal-loop-cont .indal-loop-link{position: relative;}
.indal-loop-cont:first-child .indal-loop-link{}
.indal-loop-cont .indal-loop-link .zbTb{position: relative; pointer-events: none;width: 64px;height: 64px;z-index: 10;}
.indal-loop-cont .indal-loop-link .zbTb:before {content: "";width: 30px;height: 30px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #f47115;z-index: 15;}
.indal-loop-cont .indal-loop-link .zbTb:after {content: '';width: 0px;height: 0px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;transition: all .3s ease 0s;z-index: 16;}
.indal-loop-cont .indal-loop-link .zbCen{position: relative;width: 100%;height: 100%;}
.indal-loop-cont .indal-loop-link .zbCen:before {content: '';background: rgba(255, 255, 255, .7);width: 46px;height: 46px;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);animation: kuosan 2.2s linear 0s infinite;}
.indal-loop-cont .indal-loop-link .zbCen:after {content: '';background: rgba(255, 255, 255, .7);width: 46px;height: 46px;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);animation: kuosan 2.2s linear .8s infinite;}
@keyframes kuosan{
	0%{width:24px;height:24px;opacity:1}
	50%{width:40px;height:40px;opacity:1}
	75%{width:50px;height:50px;opacity:0.5}
	100%{width:60px;height:60px;opacity:0.2}
}
.indal-loop-cont .indal-loop-link .zbCen .zbyuan {position: absolute;top: 50%;transform: translate(-50%,-50%);z-index: 20;color: #ffffff;left: 50%;}
.indal-loop-cont .indal-loop-link .zbCen .zbyuan1 {position: absolute;top: 50%;transform: translate(-50%,-50%);z-index: 20;color: #f47115;left: 50%;opacity: 0;}
.indal-loop-cont .indal-loop-link .zbText {position: absolute;transform: translateY(0);left: 8px;top: 8px;transition: 0.6s all;opacity: 0;padding-left: 50px;}
.indal-loop-cont .indal-loop-link .zbText:before {content: "";position: absolute;left: 0px;top: 0;z-index: -1;width: 0;height: 100%;background: #f47115;border-radius: 24px;}
.indal-loop-cont .indal-loop-link .zbText a{line-height: 48px;min-width: 180px;display: block;padding-left: 10px;color: #ffffff;}
.indal-loop-cont .indal-loop-link:hover .zbTb:before{background: #ffffff;}
.indal-loop-cont .indal-loop-link:hover .zbyuan{opacity:0;}
.indal-loop-cont .indal-loop-link:hover .zbyuan1{opacity:1;}
.indal-loop-cont .indal-loop-link:hover .zbTb:after:after{animation:kuo .2s ease 0s forwards}
@keyframes kuo{
	0%{width:0;height:0}
	100%{width:40px;height:40px}
}
.indal-loop-cont .indal-loop-link:hover .zbText:before{width:100%;transition:all .4s cubic-bezier(.34, .44, .41, 1.12);}
.indal-loop-cont .indal-loop-link:hover .zbCen:before{display:none}
.indal-loop-cont .indal-loop-link:hover .zbCen:after{display:none}
.indal-loop-cont .indal-loop-link:hover .zbText{opacity:1;}

.indal-menu {position: absolute;height: 80%;right: 0px;bottom: 10%;z-index: 1;overflow: hidden;}
.indal-menu  .swiper-wrapper{}
.indal-menu .cont{display: flex;justify-content: center;flex-wrap: wrap;align-content: center;height: 100%;}
.indal-menu .text {width: 100%;text-align: center;color: #ffffff;font-family:'SamsungOne200', 'SamsungOne400', sans-serif;}
.indal-menu .icon{width: 100%;text-align: center;color: #ffffff;font-family:'SamsungOne200', 'SamsungOne400', sans-serif;}
.indal-menu-prev, .indal-menu-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;z-index: 4;left: 50%;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;transform: translateX(-50%);background: rgba(255, 255, 255, 0);color: #FFFFFF;}
.indal-menu-prev{top: 0px;transform: translateX(-50%) rotate(90deg);}
.indal-menu-next{bottom: 0px;transform: translateX(-50%) rotate(90deg);}
.indal-menu-prev:hover, .indal-menu-next:hover{background: #f47115;color: #ffffff;}
.indal-menu .swiper-slide-prev {opacity: 0.2;}
.indal-menu .swiper-slide-next{opacity: 0.2;}
.indal-menu-img{width: 100%;height: 100%;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);z-index: 0;}
.indal-menu-img .swiper-slide{display: flex;align-items: flex-end;justify-content: center;}
.indal-menu-img .img {display: flex;justify-content: center;}
.indal-menu-img img {transform: matrix(1, 0, 0, 1, 0, 0);transition: all 0.4s ease 1.2s;display: none;}
.indal-menu-img .swiper-slide-active img {transition-delay: 0.4s !important;/*transform: matrix(1.06, 0, 0, 1.06, 0, 0);*/transition: all 4s ease;display: block;}


.indpp{width: 100%;position: relative;}
.indpp .contain{position: relative;justify-content: center;}
.indpp .indTitle{max-width: 880px;position: relative;z-index: 4;text-align: center;}
.indpp-wrap{width: 100%;align-items: center;position: relative;z-index: 4;justify-content: space-between;}
.indpp-num{width: auto;}
.indpp-num-line{width: 1px;background: #efefef;margin: 0 56px;}
.indpp-num-items{width: 162px;}
.indpp-num-items .num{font-family:'SamsungOne200', 'SamsungOne400', sans-serif;color: #222;line-height: 1.1;}
.indpp-num-items .num i{font-size: 14px;font-style: normal;}
.indpp-num-items .text{line-height: 18px;color: #999;margin-top: 14px;}
.indpp-bg{position: absolute;z-index: 0;width: 650px;right: 0;bottom: 0;}
.indpp-bg img{width: 100%;object-fit: cover; height: 100%; opacity: 1;}

.indhb{width: 100%;position: relative;min-height: 700px;}
.indhb .contain{display: flex;justify-content: space-between;align-items: flex-start;}
.indhb-img{position: absolute;bottom: 0;right: 0;z-index: 0;}
.indhb-bg{width: calc(45% - 0px);z-index: 1;}
.indhb-pic{width: calc(45% - 0px);flex-wrap: nowrap;display: flex;justify-content: space-between;z-index: 1;}
.indhb-pic .pic-list{}
.indhb-pic .pic-list img{height: 80px;}
.indhb-play{width: 60px;height: 60px;cursor: pointer;position: absolute;opacity: 0.8;background:#f47115;border: solid 10px rgba(255, 255, 255, 1);border-radius: 50%;left: 80%;top: 60%;transition: all .4s ease;box-shadow: 0 0 15px 1px rgba(0, 0, 0, .05);display: flex;align-items: center;justify-content: center;color: #ffffff;}
.indhb-play:hover{opacity: 1;transform: scale(1.1);}


.indcp{width: 100%;position: relative;}
.indcp-bg{width: 100%;position: relative;}
.indcp-bg-wrap{width: 100%;position: relative;padding-top: 154px;}
.indcp-bg-big{width: 100%;object-fit: cover;height: 616px;}
.indcp-bg-pro{position: absolute;z-index: 2;width: 100%;bottom: 0;left: 0;text-align: right;height: 100%;}
.indcp-bg-pro .contain{padding: 0 80px 0 154px;height: 100%;justify-content: flex-end;}
.indcp-bg-pro-img{width: calc(100% - 480px);display: flex;height: 100%;align-items: center;justify-content: center;}
.indcp-bg-pro img{max-width: 84%;opacity: 0;max-height: 84%;}
.swiper-slide-active .indcp-bg-pro img{animation: indcpImgRun 1s ease both;}
@keyframes indcpImgRun {0%{opacity: 0;transform: scale(0.8);}100%{opacity: 1;transform: scale(1);} }
.indcp-bg-btn{width: 100%;position: absolute;z-index: 3;pointer-events: none;top: 50%;margin-top: 40px;}
.indcp-bg-btn .contain{justify-content: space-between;}
.indcp-bg-btn .prev, .indcp-bg-btn .next{pointer-events: auto;width: 50px;height: 50px;border-radius: 50%;background: #fff url('/template/vn/image/arrLH.svg') no-repeat center/20px auto;transition: all .4s ease;cursor: pointer;}
.indcp-bg-btn .next{transform: rotate(180deg);}
.indcp-bg-btn .prev:hover, .indcp-bg-btn .next:hover{background-color: #f47115;background-image: url('/template/vn/image/arrLW.svg');}
.indcp-head{position: absolute;z-index: 4;width: 100%;left: 0;top: 114px;pointer-events: none;}
.indcp-head .contain{justify-content: space-between;padding: 0 50px 0 154px;align-items: flex-start;}
.indcp-head .indMore{pointer-events: auto;}
.indcp-head-wrap{width: 444px;background: rgba(255, 255, 255, .9);box-shadow: 0 0 20px 4px rgba(0, 0, 0, .06);padding: 50px 20px 40px;pointer-events: auto;}
.indcp-head-title{width: 100%;text-align: center;font-family:'SamsungOne100', 'SamsungOne300', sans-serif;color: #f47115;text-transform: uppercase;}
.indcp-head-loop{width: 100%;margin-top: 10px;}
.indcp-head-loop-link{display: block;width: 100%;}
.indcp-head-loop-link .name{color: #888;text-align: center;transition: all .4s ease;}
.indcp-head-loop-link .img{padding: 20px 0;display: flex;align-items: center;justify-content: center;height: 400px;}
.indcp-head-loop-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.indcp-head-loop-link:hover .name{color: #f47115;}
.indcp-head-loop-link:hover .img img{transform: scale(1.04);}
.indcp-head-menu{width: 100%;justify-content: center;}
.indcp-head-menu a{position: relative;width: 38px;height: 38px;border-radius: 50%;margin: 0 6px;display: flex;align-items: center;justify-content: center;transition: all .4s ease;}
.indcp-head-menu a:first-child{margin-left: 0;}
.indcp-head-menu a:last-child{margin-right: 0;}
.indcp-head-menu a img{position: absolute;transition: all .4s ease;top: 8px;left: 0;right: 0;margin: 0 auto;}
.indcp-head-menu a img.s{opacity: 1;}
.indcp-head-menu a img.h{opacity: 0;}
.indcp-head-menu a.active{background: f47115;}
.indcp-head-menu a.active img.s{opacity: 0;}
.indcp-head-menu a.active img.h{opacity: 1;}

.indxw{width: 100%;position: relative;}
.indxw .contain{}
.indxw-head{width: 100%;justify-content: center;}
.indxw-loop{width: 100%;position: relative;padding: 0 100px;}
.indxw-loop .swiper-slide{}
.indxw-loop .swiper-pagination{display: none;bottom: 0;}
.indxw-loop-link{display: block;width: 100%;max-height: 600px;height: 600px;overflow: hidden;}
.indxw-loop-link .img{display: flex;justify-content: center;width: 100%;height: 100%;}
.indxw-loop-link .img img{transition: all .6s ease;}
.indxw-loop-link .cont{background: #f8f8f8;position: absolute;top: 0;width: 100%;height: 100%;display: flex;align-content: space-between;flex-wrap: wrap;}
.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;font-family:'SamsungOne200', 'SamsungOne400', sans-serif;margin:50px 20px;}
.indxw-loop-link .time{color: #888;display: flex;justify-content: space-between;width: 100%;text-align: right;align-items: center;padding: 20px 0;margin: 0 20px;border-top: #e5e5e5 1px solid;}
.indxw-loop-link .time-d{color: #f47115;font-family:'SamsungOne200', 'SamsungOne400', sans-serif;}
.indxw-loop-link:hover{background: #000;}
.indxw-loop-link:hover .cont{background: none;}
.indxw-loop-link:hover .img img{transform: scale(1.04); max-width: none;opacity: 0.6;}
.indxw-loop-link:hover .name{color: #ffffff;}
.indxw-loop-link:hover .time{color: #ffffff;border-top: rgba(255,255,255,.2) 1px solid;}
.indxw-loop-link:hover .time-d{color: #ffffff;}
.indxw-prev, .indxw-next{width: 50px;height: 50px;border-radius: 50%;background: #f8f8f8;position: absolute;z-index: 4;top: 50%;cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);}
.indxw-prev{left: 0px;}
.indxw-next{right: 0px;}
.indxw-prev:hover, .indxw-next:hover{background-color: #f47115;color: #ffffff;}


.indfw{width: 100%;position: relative;overflow: hidden;background: #fffbf8;}
.indfw-head {width: calc(30% - 0px);}
.indfw-loop{display: flex;justify-content: space-between;}
.indfw-loop-cont{}
.indfw-loop-cont .text h1{}
.indfw-loop-cont .text h1 i{color: #f47115;}
.indfw-loop-cont .text h2{color: #f47115;font-family:'SamsungOne200', 'SamsungOne400', sans-serif;}
.indfw-loop-cont .text h3{border-top: #e5e5e5 1px solid;padding-top: 20px;}
.indfw-loop-cont .text a{display: flex;align-items: center;margin-top: 10px;}
.indfw-loop-cont .text a i{}
.indfw .swiper-container{}
/* 效果 */
.indfw-loop-cont .text{opacity: 0;}
.swiper-slide-active .indfw-loop-cont .text{animation: indfwUp 1s ease both 1s;background: #fff;border-radius: 5px;padding:50px 20px;max-width: 350px;}
@keyframes indfwUp{0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.indfw .swiper-slide {}
.indfw-btn{background: #f8f8f8;border-radius: 5px;position: relative;display: flex;justify-content: space-between;padding: 8px;max-width: 350px;}
.indfw-prev, .indfw-next{width: calc(50% - 4px);height: 44px;border-radius: 5px;background:rgba(255, 255, 255, 0);cursor: pointer;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.indfw .my-button-disabled{background: #ffffff;}
.indfw-prev{}
.indfw-next{}
.indfw-prev:hover, .indfw-next:hover{background: #ffffff;}

.indfw-area{position: relative;}
.indfw-area-logo{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.indfw-area-line1{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.indfw-area-line1 .indfw-num-line:nth-child(1){top: 40%;position: absolute;left: 70%;}
.indfw-area-line1 .indfw-num-line:nth-child(2){top: 50%;position: absolute;left: 65%;}
.indfw-area-line1 .indfw-num-line:nth-child(3){top: 50%;position: absolute;left: 75%;}
.indfw-area-line1 .indfw-num-line:nth-child(4){top: 35%;position: absolute;left: 80%;}

.indfw-num-line{width: auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;transition: all .4s ease;max-width: 100px;}
.indfw-num-line span{text-align: center;width: calc(100% - 0px);margin: 0 5px;max-width: 100px;margin: 5px 0;line-height: 1.2;text-decoration: underline;}
.indfw-num-line i {display: inline-block;width: 10px;height: 10px;background: #f47115;border-radius: 100%;position: relative;cursor: pointer;}
.indfw-num-line:hover span {color: #f47115;}
.indfw-num-line i:before { position: absolute;content: '';left: 50%;top: 50%;transform: translate(-50%, -50%);width: 10px;height: 10px;border-radius: 100%;background: #f47115;z-index: 2;}
.indfw-num-line i:after {position: absolute;content: '';width: 400%;height: 400%;left: -150%;top: -150%;background: rgba(244, 133, 21, 1);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;z-index: 0;opacity: 0;animation: changes1 2s linear 0.5s infinite;}
@keyframes changes1 {
	0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.0;}
	50% {transform: scale(0.75);-webkit-transform: scale(0.75);opacity: 0.5;}
	100% {transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;}
}
/*.indfw-area-line1:before {
    content: '';
    background: rgba(255, 255, 255, .2);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: bowen 3500ms linear infinite;
}
.indfw-area-line1:after {
    content: '';
    background: rgba(255, 255, 255, .2);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: bowen 4500ms linear infinite;
}
@keyframes bowen{
	0%{transform:translate(-50%, -50%) scale(1);filter:alpha(opacity=0);opacity:0}
	30%{transform:translate(-50%, -50%) scale(1);filter:alpha(opacity=50);opacity:0.5}
	100%{transform:translate(-50%, -50%) scale(4);filter:alpha(opacity=0);opacity:0}
}*/



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .indcp-head-wrap {width: 400px;padding: 40px 20px;}
    .indcp-head-loop-link .img {height: 340px;}
    .indcp-bg-big{height: 500px;}
    .indcp-bg-pro-img {width: calc(100% - 440px);}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .indpp-bg {width: 600px;}
    .indpp-num-line {margin: 0 20px;}
    .indcp-bg-pro .contain {padding: 0 80px;}
    .indcp-head .contain {padding: 0 0 0 80px;}
    .indcp-head-wrap{width: 320px;}
    .indcp-head-menu a {margin: 0 8px;}
    .indcp-head-loop-link .img {height: 280px;}
    .indcp-bg-pro-img {width: calc(100% - 360px);}
    .indcp-bg-big {height: 466px;}
    .indxw-head-img {width: 500px;}
    .indxw-head-cont {width: calc(100% - 500px);padding: 0 40px 20px 0;}
    .indxw-head-hint{margin-top: 16px;}
    .indxw-head-hint-li {margin-top: 8px;}
    .indxw-head-cont .indMore{bottom: 20px;}
    .indxw-head-hint-li .name {margin-bottom: 0;}
    .indxw-prev, .indxw-next{margin-top: -64px;}
    .indxw-head-cont::after {width: calc(100% - 40px);}
	.indhb{background-size: 100% 100%;}
	.indxw-loop-link{max-height: 500px;height: 500px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
    .banner-img img.none-mb{height: 50vh;}
    .indxw-prev, .indxw-next{display: none;}
	.indxw-loop{padding: 0;}
    .indxw-loop .swiper-wrapper{padding-bottom: 50px;}
    .indxw-loop .swiper-pagination{display: block;}
    .indxw-loop .swiper-pagination-bullet {width: 10px;height: 10px;background: #e8e8e8;opacity: 1;margin: 0 8px !important;}
    .indxw-loop .swiper-pagination-bullet-active {opacity: 1;background: #f47115;}
	.indfw-area-line1 .indfw-num-line:nth-child(1){top: 40%;position: absolute;left: 68%;}
	.indfw-area-line1 .indfw-num-line:nth-child(2){top: 50%;position: absolute;left: 63%;}
	.indfw-area-line1 .indfw-num-line:nth-child(3){top: 50%;position: absolute;left: 75%;}
	.indfw-area-line1 .indfw-num-line:nth-child(4){top: 35%;position: absolute;left: 82%;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.indhb .contain{flex-wrap: wrap;}
	.indhb-bg{width: calc(100% - 0px);}
	.indhb-pic { width: calc(50% - 0px);}
	.indhb-play{position: relative;left: 0;}
	.indhb-pic .pic-list img {height: 60px;}
    .indpp-num{width: 100%;margin-bottom: 28px;}
    .indpp-num-line {margin: 0 10px;}
    .indcp-bg-pro{display: none;}
    .indcp-head-wrap{width: 100%;}
    .indcp-head .contain {padding: 0 80px;position: relative;}
    .indcp-head .indMore{position: absolute;top: 36px;right: 100px;}
    .indcp-bg-big {height: 440px;}
    .indcp-head {top: 70px;}
    .indcp-bg-wrap {padding-top: 100px;}
    .indxw-head-img{width: 100%;}
    .indxw-head-cont .indMore{position: static;margin-top: 20px;}
    .indxw-head-cont{width: 100%;padding: 28px 0;}
    .indcp-bg-btn {margin-top: -40px;}
    .indxw-head-cont::after {width: 100%;}
    .indxw-head-text p {line-height: 28px;height: 112px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .banner-cont .link {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-num-line{display: none;}
    .indpp-num-items{width: 50%;margin-top: 20px;}
    .indpp-num-items .text {margin-top: 6px;}
    .indpp-wrap{margin-top: 2px;}
    .indpp-num {margin-bottom: 22px;}
    .indpp-bg {width: 100%; opacity: 0.3;}
	.indhb-pic { width: calc(100% - 0px);}
    .indhb-play {left: 50%;transform: translateX(-50%)!important;}
    .indcp-bg-btn .prev, .indcp-bg-btn .next {width: 40px;height: 40px;background-size: 18px;display: none;}
    .indcp-head .contain {padding: 0;}
    .indcp-head-wrap {padding: 28px 15px;}
    .indcp-head {top: 36px;}
    .indcp-head-title {text-align: left;}
    .indcp-head .indMore {top: 26px;right: 14px;}
    .indcp-head-loop-link .img {height: 260px;}
    .indcp-bg-wrap {padding-top: 60px;}
    .indcp-bg-big {height: 394px;}
    .indxw-head-cont {padding: 24px 0;}
    .indxw-head-cont .indTitle .text {max-height: 48px;}
    .indxw-head-hint-li .text{font-size: 12px;}
    .indxw-loop .swiper-wrapper {padding-bottom: 30px;}
    .indxw-loop .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 6px !important;}
    .indxw-head-text p {line-height: 26px;height: 104px;}
	.indMore {height: 40px;}
	.indhb-bg .indTitle .pic .pic-list {width: calc(100% - 0px);}
	.indhb-bg .indTitle .pic .pic-list img {height: 44px;width: 44px;}
	.indfw-loop{flex-wrap: wrap;}
	.indfw-head {width: calc(100% - 0px);}
	.indfw-prev, .indfw-next {height: 40px;}
	.swiper-slide-active .indfw-loop-cont .text {padding: 20px;}
	.indfw-area {width: calc(100% - 0px);padding: 42px 0 0;}
	.indfw-area-logo {}
	.indfw-area-line1{}
	.indfw-area-line1 .indfw-num-line:nth-child(1){top: 50%;left: 75%;}
	.indfw-area-line1 .indfw-num-line:nth-child(2){top: 55%;left: 70%;}
	.indfw-area-line1 .indfw-num-line:nth-child(3){top: 55%;left: 80%;}
	.indfw-area-line1 .indfw-num-line:nth-child(4){top: 40%;left: 85%;}
	.indfw-num-line span {display: none;}
	.indal-loop .swiper-slide{min-height: 450px;}
	.indal-loop-cont:nth-child(1){left: 20%;top: 10%;}
	.indal-loop-cont:nth-child(2){left: 10%;top: 30%;}
	.indal-loop-cont:nth-child(3){right: 40%;top: 20%;}
	.indal-loop-cont:nth-child(4){right: 50%;top: 40%;}
	.indal-loop-cont:nth-child(5){right: 60%;top: 60%;}
	.indal-menu{position: relative;height: 100%;overflow: hidden;width: 92%;margin: 50px auto;}
	.indal-menu .swiper-wrapper{}
	.indal-menu-prev, .indal-menu-next {width: 36px;height: 36px;z-index: 4;top: 50%;}
	.indal-menu-prev {left: 0;transform: translateY(-50%) rotate(0deg);}
	.indal-menu-next {left: calc(100% - 36px);transform: translateY(-50%) rotate(0deg);}
	.indal-loop-cont .indal-loop-link .zbText a {min-width: 150px;}
}