
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 44px;margin: 0 3px;font-family: Arial;font-size: 18px;color: #888;transition: all .4s ease;border-radius: 50%;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{display: none !important;font-size: 0;background-repeat: no-repeat;background-position: center;background-image: url('/template/cn/images/arrL.svg');background-size: 19px auto;}
.paging-menu a:last-child{transform: rotate(180deg);}
.paging-menu a:first-child:hover, .paging-menu a:last-child:hover{}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background: #0097dd;color: #fff;}
@media all and (max-width:1279px) {.paging-menu a{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 18px;}}
@media all and (max-width:1000px) {.paging-menu a{margin: 0 2px;width: 36px;height: 36px;line-height: 36px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 16px;}}

/*分页*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	justify-content: center;
}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-link {
	font: 14px/1 "SimSun";
}
.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem;
    margin-left: -1px;
    line-height: 1;
    color: #888;
    border: 0px solid #dee2e6;
    background-color: rgb(0 0 0 / 0);
    border-radius: 2px;
	margin: 0 .25rem;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
a.page-num:hover, .page-link:hover {
    text-decoration: none;
background: #0097dd;
    color: #fff;
}
.page-num-current {
	z-index: 1;
	color: #fff;
background: #0097dd;
}
.page-num-current:hover {
	color: #fff;
}
@media only screen and (max-width: 576px)
.page-num {
    display: none;
}

/* 搜索页面 */
.search{width: 100%;background: linear-gradient(to bottom,#fff,#f8f8f8);}
.search .contain{}
.search-info{width: 100%;font-family:'SamsungOne300';}
.search-info span{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #ededed;}
.search-link h2{line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.search-link p{width: 100%;margin-top: 16px;color: #888;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #0097dd !important;}
.search-link:hover h2{color:  #0097dd;}
@media all and (max-width:1599px) {.search-info{}.search-link{padding: 28px 0;}}
@media all and (max-width:1279px) {.search-info{}.search-link{padding: 24px 0;}}
@media all and (max-width:1000px) {.search-info{}.search-link{padding: 20px 0;}.search-link p{margin-top: 12px;}}
@media all and (max-width:640px) {.search-info{}.search-link {padding: 16px 0;}.search-link p{margin-top: 8px;}}

.sonBan{width: 100%;position: relative;}
.sonBan-img{width: 100%;object-fit: cover;min-height: 400px;max-height: 400px;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;display: flex;align-items: center;}
.sonBan-cont .name{opacity: 0;animation: sonBanRun 1s ease both .4s;font-family:'SamsungOne300';color: #000000;}
.sonBan-cont .name br{content: "";display: block;height: 6px;}
.sonBan-cont .text{line-height: 1.28;opacity: 0;animation: sonBanRun 1s ease both .6s;}

/*
.sonBan-cont .link{display: flex;align-items: center;width: 152px;height: 44px;border-radius: 22px;background: rgba(169, 35, 52, .9);transition: all .4s ease;justify-content: center;font-family: "SamsungOne300";opacity: 0;animation: sonBanRun 1s ease both .6s;cursor:pointer}
.sonBan-cont .link span{padding-right: 26px;background: url('/template/cn/images/play.svg') no-repeat right center/20px auto;}
.sonBan-cont .link:hover{background: #0097dd;}
@media all and (max-width:640px) {
    .sonBan-cont .link {width: 136px;height: 40px;}
}
*/

@keyframes sonBanRun {0%{opacity: 0;transform: translateX(120px);}100%{opacity: 1;transform: translateX(0);}}
.sonBan-hint{position: absolute;z-index: 3;left: 0;bottom: 80px;width: 100%;}
.sonBan-hint .contain{justify-content: flex-end;align-items: center;color: #000000;}
.sonBan-hint a{position: relative;display: flex;align-items: center;transition: all .4s ease;margin:10px;}
/*.sonBan-hint a::after{content: "";position: absolute;width: 13px;height: 100%;background: url('/template/cn/images/arrRW.svg') no-repeat center/100% auto;top: 0;right: -18px;}*/
.sonBan-hint a:first-child{}
.sonBan-hint a:last-child{margin-right: 0;}
.sonBan-hint a:last-child::after{display: none;}
.sonBan-hint a:hover{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.sonMenu{width: 100%;position: absolute;bottom: 0;z-index: 10;background: rgb(0 0 0 / 20%);}
.sonMenu::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;top: 0;pointer-events: none;background: rgba(255, 255, 255, 0.1);}
.sonMenu-scroll{flex-wrap: nowrap;justify-content: flex-start;}
body.PAD .sonMenu-scroll,body.PC .sonMenu-scroll{width: 100% !important;}
.sonMenu a{display: flex;align-items: center;margin: 0;color: #ffffff;transition: all .4s ease;padding: 0px 50px;height: 60px;background: linear-gradient(to right, rgba(184, 210, 0, 0), rgba(0, 145, 58, 0));white-space: nowrap;}
.sonMenu a:first-child{}
.sonMenu a:last-child{}
.sonMenu a:hover, .sonMenu a.active{background: #0097dd;}

.sonTitle{width: auto;}
.sonTitle .name{font-family:'SamsungOne300';display: flex;align-items: center;}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;}
.news-list{width: 100%;}
.news-list-ul{margin: -20px 0 0 -40px;}
.news-link{width: calc(33.3333% - 40px);margin: 20px 0 20px 40px;height: 100%;display: block;position: relative;background: #f8f8f8;}
.news-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;}
.news-link .img{width: calc(100% - 0px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;}
.news-link .img img{transition: all .6s ease;}
.news-link .cont{width: calc(100% - 0px);padding: 30px;}
.news-link .time{color: #888888;transition: all .4s ease;}
.news-link .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-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;}
.news-link:hover{}
.news-link:hover::before {transform: scaleX(1);}
.news-link:hover .img img{transform: scale(1.04);}
.news-link:hover .name{}
.news-link:hover .time{}

/* 新闻详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;}
.newsxq .contain{}
.newsxq-title{width: 100%;text-align: center;padding-bottom: 20px;border-bottom: 1px solid #f1f1f1;}
.newsxq-title .name{}
.newsxq-title .tags{justify-content: center;color: #888;margin-top: 20px;}
.newsxq-cont{width: 100%;border-bottom: 1px solid #f1f1f1;color: #888;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;/*text-align: justify;*/}
.newsxq-cont p{line-height: inherit;}
.newsxq-recom{width: 100%;}
.newsxq-recom-head{width: 100%;justify-content: space-between;align-items: center;}
.newsxq-recom-head .name{}
.newsxq-recom-head .link{display: flex;align-items: center;color: #888;text-transform: uppercase;transition: all .4s ease;}
.newsxq-recom-head .link span{padding-right: 5px;}
.newsxq-recom-head .link:hover{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

/* 技术服务 */
.tech{width: 100%;overflow: hidden;}
.tech-support{width: 100%;overflow: hidden;background: linear-gradient(to bottom,#fff,#f8f8f8);}
.tech-support-info{width: 100%;}
.tech-support-info .text{align-items: center;background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-top: 14px;}
.tech-support-info .text:first-child{margin-top: 0;}
.tech-support-info .text p{margin-left: 14px;}
.tech-support-list{width: 100%;}
.tech-support-list ul{margin: -40px 0 0 -40px;}
.tech-support-list li{width: calc(25% - 40px);margin: 40px 0 0 40px;background: rgba(247, 247, 247, 1);display: flex;flex-direction: column;justify-content: center;transition: all .6s ease;padding: 50px;}
.tech-support-list li .icon{display: flex;align-items: center;width: 100%;height: auto;position: relative;margin-bottom: 24px;background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tech-support-list li .icon img{position: absolute;transition: all .4s ease;top: 0;left: 0;}
.tech-support-list li .icon img.s{opacity: 1;}
.tech-support-list li .icon img.h{opacity: 0;}
.tech-support-list li .name{margin-bottom: 8px;transition: all .4s ease;width: 100%;font-family:'SamsungOne600';}
.tech-support-list li .text{min-height: 40px;color: #888;transition: all .4s ease;width: 100%;}
.tech-support-list li:hover{background: #0097dd;}
/*
.tech-support-list li:hover .icon img.s{opacity: 0;}
.tech-support-list li:hover .icon img.h{opacity: 1;}
*/
.tech-support-list li:hover .icon{color: #fff;}
.tech-support-list li:hover .name{color: #fff;}
.tech-support-list li:hover .text{color: #fff;}
.tech-download{width: 100%;overflow: hidden;background: #fff;}
.tech-download-head{align-items: flex-end;justify-content: space-between;}
.tech-download-head .more{width: 92px;align-items: center;color: #505050;font-family:'SamsungOne300';}
.tech-download-head .more span{transition: all .4s ease;margin-right: 8px;}
.tech-download-head .more i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('/template/cn/images/arrRW.svg') no-repeat center/16px auto;transition: all .4s ease;}
.tech-download-head .more:hover span{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tech-download-head .more:hover i{background: #0097dd;}
.tech-download-list{width: 100%;}
.tech-download-ul{margin: -36px 0 0 -36px;}
.tech-download-link{display: block;width: calc(25% - 36px);/* box-shadow: 0 0 20px 4px rgba(0, 0, 0, .05);*/position: relative;margin: 36px 0 0 36px;background: #fff;transition: all .6s ease;padding: 36px 20px;border:1px solid #f1f1f1;}
.tech-download-link .img{width: 100%;height: 140px;display: flex;align-items: center;justify-content: center;position: relative;}
.tech-download-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.tech-download-link .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.tech-download-link .img::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(255, 255, 255, .5);opacity: 0;transition: all .4s ease;}
.tech-download-link .icon{width: 48px;height: 48px;top: 50%;left: 50%;margin: -24px 0 0 -24px;border-radius: 50%;z-index: 2;;position: absolute;z-index: 2;background: #0097dd url('/template/cn/images/techDown.png') no-repeat center;opacity: 0;transform: scale(0);transition: all .4s ease;}
.tech-download-link:hover{/*box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);*/}
.tech-download-link:hover .img img{transform: scale(1.02);}
.tech-download-link:hover .img::after{opacity: 1;}
.tech-download-link:hover .name{color: #0097dd;}
.tech-download-link:hover .icon{opacity: 1;transform: scale(1);}

/* 技术服务-下载 */
.techxz{width: 100%;position: relative;}
.techxz .tech-download{background: #fff;}
.techxz-head{width: 100%;align-items: center;justify-content: space-between;}
.techxz-head .name{padding-left: 28px;border-left: 3px solid #0097dd;color: #222;line-height: 1;}
.techxz .tech-download:first-child .techxz-head{flex-direction: row-reverse;}
.techxz-head-search{width: 416px;position: relative;}
.techxz-head-search input{width: 100%;border-radius: 23px;height: 46px;background: #f8f8f8;padding: 0 58px 0 28px;color: #888;font-family:'SamsungOne300';font-size: 16px;border: 1px solid #f8f8f8;transition: border .4s ease;}
.techxz-head-search input:focus{border: 1px solid #888;}
.techxz-head-search button{position: absolute;width: 44px;height: 44px;right: 4px;top: 2px;cursor: pointer;z-index: 2;background: url('/template/cn/images/searchR.svg') no-repeat center/20px auto;}

/* 联系我们 */
.tech-reldt{width: 100%;overflow: hidden;background: #fff;position: relative;}
.tech-reldt .contain{position: relative; display: flex;justify-content: space-between;flex-wrap: wrap;}
.tech-reldt .contain .sonTitle{width: calc(100% - 0px);}
.reldt-wrap{width: calc(50% - 20px);background: #fff;border: 1px solid #f1f1f1;padding: 50px;position: relative;}
.reldt-wrap:before{content: "";width: 100%;height: 5px;background: #0097dd;position: absolute;bottom: 0;left: 0;}
.reldt-list{width: 100%;}
.reldt-list li{width: 100%;border-bottom: 1px solid #f1f1f1;padding:20px 0;}
.reldt-list li .icon{}
.reldt-list li .icon img{width: 100%;object-fit: cover;}
.reldt-list li .name{width: calc(100% - 0px);}
.reldt-map{width: calc(50% - 20px);position: relative;background: #ffffff;border: 1px solid #f1f1f1;padding: 10px;}
.reldt-map #map{width: 100%;height: 100%;}
.reldt-map #map .amap-logo,.reldt-map #map .amap-copyright{display: none !important;}

.tech-message{background: #f8f8f8;}
.tech-contact{width: 100%;overflow: hidden;}
.tech-contact-from{}
.tech-contact-from li{width: 100%;justify-content: space-between;}
.tech-contact-items{width: calc(50% - 10px);margin-bottom: 20px;}
.tech-contact-items p{font-size: 16px;color: #888;height: 30px;}
.tech-contact-items input, .tech-contact-items textarea{display: block;width: 100%;border: 1px solid #e6e6e6;color: #888;padding: 0 12px;height: 50px;transition: border .4s ease;}
.tech-contact-items input:focus, .tech-contact-items textarea:focus{border: 1px solid #888;}
.tech-contact-from li.textarea .tech-contact-items{width: 100%;}
.tech-contact-from li.textarea .tech-contact-items textarea{padding: 6px 12px;height: 114px;}
.tech-contact-from li.code .tech-contact-items{justify-content: space-between;}
.tech-contact-from li.code .tech-contact-items input{width: calc(100% - 130px);}
.tech-contact-from li.code .tech-contact-items span{display: flex;transition: border .4s ease;align-items: center;justify-content: center;width: 116px;height: 50px;border: 1px solid #e6e6e6;border-radius: 4px;cursor: pointer;padding: 4px;}
.tech-contact-from li.code .tech-contact-items span img{max-width: 100%;max-height: 100%;object-fit: cover;}
.tech-contact-from li.code .tech-contact-items span:hover{border: 1px solid #888;}
.tech-contact-from li button{width: 256px;color: #fff;cursor: pointer;height: 44px;border-radius: 22px;background: #0097dd;transition: all .4s ease;}


/* 解决方案 */
.case{width: 100%;position: relative;overflow: visible;}
.case-features{width: 100%;overflow: hidden;}
.case-features .sonTitle{width: 100%;text-align: center;}
.case-features-img{width: 100%;}
.case-features-img img{display: block;width: 50%;}
.case-features-list{width: 100%;}
.case-features-list ul{margin-top: -60px;justify-content: center;}
.case-features-list li{width: 33.3333%;margin-top: 60px;padding: 0 20px;text-align: center;}
.case-features-list.items4 li{width: 25%;}
.case-features-list li .icon{width: 76px;height: 76px;background: #0097dd;transition: all .4s ease;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}
.case-features-list li .icon img{max-width: 100%;max-height: 100%;}
.case-features-list li .name{color: #222;font-family:'SamsungOne300';line-height: 1.1;margin: 16px 0 4px;}
.case-features-list li .text{line-height: 24px;color: #888;}
.case-features-list li:hover .icon{transform: translateY(-6px);}
.case-app{width: 100%;overflow: hidden;height: 790px;position: relative;background: url('/template/cn/images/case2bg.jpg') no-repeat center/cover;display: flex;align-items: center;}
.case-app.noheight{height: auto;background: none !important;}
.case-app.noheight .contain {position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;width: 100%;padding: 0 4%;height: 100%;display: flex;align-items: center;}
.case-app-cont{max-width: 620px;color: #fff;}
.case-app.noheight .case-app-cont{background: rgba(0, 0, 0, 0);max-width: none;padding: 0 60px;height: 80%;width: 40%;display: flex;flex-direction: column;justify-content: center;}
.case-app-cont .name{line-height: 1.1;}
.case-app-cont .text{line-height: 30px;}
.case-app-img{width: auto;position: absolute;bottom: 0;height: 85%;right: 8%;}
.case-app-img img{height: 100%;object-fit: cover;}
.case-operations{width: 100%;overflow: hidden;position: relative;border-bottom: 1px solid #ebebeb;}
.case-operations .sonTitle{width: 100%;text-align: center;}
.case-operations-img{width: 100%;text-align: center;}
.case-operations-img img{max-width: 100%;object-fit: cover;}
.case-application{width: 100%;overflow: hidden;border-bottom: 1px solid #ebebeb;}
.case-application-scene{width: 100%;overflow: hidden;}
.case-application-scene .sonTitle{width: 100%;padding-right: 4%;}
.case-application-scene>.contain{float: right;}
.case-application-scene-loop{width: 100%;}
.case-application-scene-loop .swiper-pagination{display: none;}
.case-application-scene-loop .items{width: 100%;position: relative;}
.case-application-scene-loop .items img{width: 100%;object-fit: cover;}
.case-application-scene-loop .cont{position: absolute;z-index: 2;padding: 0 70px;bottom: 44px;left: 0;color: #fff;}
.case-application-scene-loop .cont .name{line-height: 1.1;}
.case-application-scene-loop .cont .text{line-height: 24px;max-width: 530px;margin-top: 18px;}
.case-application-core{width: 100%;}
.case-application-core>.contain{flex-direction: row-reverse;align-items: flex-start;}
.case-application-core-wrap{width: calc(100% - 800px);padding: 60px 108px 0 0;}
.case-application-core-wrap .cont{width: 100%;}
.case-application-core-wrap .cont .text{line-height: 35px;color: #888888;height: 70px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.case-application-core-wrap .cont .link{width: 90px;margin-top: 130px;align-items: center;color: #505050;font-family:'SamsungOne300';}
.case-application-core-wrap .cont .link span{transition: all .4s ease;margin-right: 8px;}
.case-application-core-wrap .cont .link i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('/template/cn/images/arrRW.svg') no-repeat center/16px auto;transition: all .4s ease;}
.case-application-core-wrap .cont .link:hover span{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.case-application-core-wrap .cont .link:hover i{background: #0097dd;}
.case-application-core-loop{width: 800px;position: relative;padding: 0 80px;}
.case-application-core-loop .link{display: flex;width: 100%;height: 520px;justify-content: center;align-items: center;}
.case-application-core-loop .link img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.case-application-core-loop .link:hover img{transform: scale(1.02);}
.case-application-core-loop .prev, .case-application-core-loop .next{width: 50px;height: 50px;border-radius: 50%;position: absolute;top: 50%;margin-top: -25px;background: #f4f4f4 url('/template/cn/images/arrLH.svg') no-repeat center/20px auto;cursor: pointer;transition: all .4s ease;}
.case-application-core-loop .prev{left: 0;}
.case-application-core-loop .next{right: 0;transform: rotate(180deg);}
.case-application-core-loop .prev:hover, .case-application-core-loop .next:hover{background: #0097dd;}
.case-application-core-wrap-loop{width: 100%;}
.case-application-core-wrap-loop .sonTitle .text{width: 100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.case-cases{width: 100%;overflow: hidden;}
.case-cases .sonTitle{width: 100%;}
.case-cases-list{width: 100%;}
.case-cases-li{margin: -64px 0 0 -48px;}
.case-cases-link{display: block;width: calc(33.3333% - 48px);margin: 64px 0 0 48px;}
.case-cases-link .img{width: 100%;overflow: hidden;}
.case-cases-link .img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.case-cases-link .name{color: #444;margin-top: 28px;width: 100%;transition: all .4s ease;}
.case-cases-link:hover .img img{transform: scale(1.04);}
.case-cases-link:hover .name{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.case-cases-ul .swiper-wrapper{padding-bottom: 80px;}
.case-cases-ul .swiper-pagination-bullet{width: 6px;height: 6px;background: #c9c9c9;position: relative;opacity: 1;margin: 0 12px !important;}
.case-cases-ul .swiper-pagination-bullet::after{content: "";position: absolute;width: 16px;height: 16px;border: 1px solid #0097dd;top: 50%;left: 50%;margin: -8px 0 0 -8px;opacity: 0;transition: all .4s ease;border-radius: 50%;}
.case-cases-ul .swiper-pagination-bullet-active{background: #0097dd;}
.case-cases-ul .swiper-pagination-bullet-active::after{opacity: 1;}
.case-application-scene-head{width: 100%;}
.case-application-scene-head .contain{justify-content: space-between;align-items: flex-end;}
.case-application-scene-head .sonTitle{width: calc(100% - 140px);} 
.case-application-scene-btn{width: 110px;display: flex;justify-content: space-between;}
.case-application-scene-btn>div{width: 50px;height: 50px;border-radius: 50%;background: #f4f4f4 url('/template/cn/images/arrLH.svg') no-repeat center/20px auto;transition: all .4s ease;cursor: pointer;}
.case-application-scene-btn>div.next{transform: rotate(180deg);}
.case-application-scene-btn>div:hover{background: #0097dd;}
.case-application-info{width: 100%;overflow: hidden;margin-top: 140px;border-top: 1px solid #ebebeb;}
.case-application-info .contain{flex-direction: row-reverse;}
.case-application-info-cont{width: 50%;padding-right: 110px;}
.case-application-info-cont .desc{width: 100%;margin-top: 24px;line-height: 35px;}
.case-application-info-cont .desc p{line-height: inherit;color: #888888;}
.case-application-info-img{width: 50%;}
.case-application-info-img img{width: 100%;object-fit: cover;}
.case-app-pic{width: 100%;position: relative;}
.case-app-pic img{width: 100%;object-fit: cover;}
.case-app-pic img.pc{display: block;min-height: 500px;}
.case-app-pic img.mb{display: none;min-height: 320px;}

/* 产品中心 */
.proban{width: 100%;align-items: center;position: relative;}
.proban-img{width: 960px;}
.proban-img img{width: 100%;object-fit: cover;}
.proban-cont{width: calc(100% - 960px);padding: 0 160px;}
.proban-cont .name{color: #222;line-height: 1.1;}
.proban-cont .text{color: #888;line-height: 30px;margin-top: 24px;}
.proban .sonBan-hint{position: absolute;z-index: 4;right: 24px;bottom: 0;width: auto;}
.proban .sonBan-hint .contain{width: auto;margin: 0;color: #888;}
.proban .sonBan-hint a::after{background-image: url('/template/cn/images/arrRG.svg');}
.pro{width: 100%;overflow: hidden;}
.pro-list{width: 100%;}
.pro-list ul{flex-wrap: wrap;display: flex;margin: -20px 0 0 -40px;justify-content: center;}
.pro-list li{width: calc(33.3333% - 40px);position: relative;overflow: hidden;margin: 20px 0 20px 40px;border: 1px solid #f1f1f1;background: url(/template/cn/image/indal_bg.png) center bottom no-repeat; background-size: 100%;}
.pro-list li a{display: flex;position: relative;justify-content: center;}
.pro-list li a .img{overflow: hidden;}
.pro-list li a .img img{transition: all .6s ease;}
.pro-list li a .cont{position: absolute; display: flex;justify-content: center;flex-wrap: wrap;}
.pro-list li a .cont .name{transition: all .4s ease;width: 100%; text-align: center;}
.pro-list li a .cont .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;}
.pro-list li a .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;}
.pro-list li a:hover .img img{transform: scale(1.04);}
.pro-list li a:hover .cont{}
.pro-list li a:hover .cont .name{color: #0097dd;}


/*产品详情*/
.pro-cont{width: 100%;overflow: hidden;background: #f8f8f8;}
.pro-cont .contain{max-width: 92%;}
.pro-cont-tab {position: relative;overflow: hidden;}
.tab-nav {overflow: hidden;background: #ffffff;}
.tab-nav .contain{display: flex;justify-content: flex-end;}
.tab-nav a {display: flex;padding: 10px 20px;border: #f1f1f1 1px solid;border-bottom: none;margin-left: 10px;align-items: center;justify-content: center;}
.tab-nav a.current {background: #0097dd;border-color: #0097dd;color: #fff;}
.tab-nav a.current i {color: #fff;}
.tab-nav a i{margin-right: 10px;color: #0097dd;}
.tab-con {position: relative;overflow: hidden;}
.tab-con .contain{max-width: 92%;}
.tab-con li{padding-left: 5px;margin-left: 10px;}
.tab-con-item {display: none;}


.pro-parameter{width: 100%;}
.pro-parameter .contain{max-width: 92%;}
.pro-parameter-wrap{width: 100%;justify-content: space-between;}
.pro-parameter-loop{width: calc(45% - 50px);position: relative;}
.pro-parameter-info{width: calc(55% - 50px);}

.pro-parameter-info-menu{margin: 0 0 0 -10px;}
.pro-parameter-info-menu a{width: calc(20% - 10px);margin: 10px 0 0 10px;border: #f1f1f1 1px solid;transition: all .4s ease;}
.pro-parameter-info-menu a:nth-child(5n){margin-right: 0px;}
.pro-parameter-info-menu a.active, .pro-parameter-info-menu a:hover{color: #fff;border: 1px solid #0097dd;}

.pro-parameter-info-data{width: 100%;}
.pro-parameter-info-data>div{display: none;width: 100%;display: block;}
.pro-parameter-info-data>div.active{display: block;}
.pro-parameter-info-items ul{}
.pro-parameter-info-items li{width: calc(50% - 0px);padding: 20px;background: #f8f8f8;    position: relative;}
.pro-parameter-info-items li:after{content: "";width: 1px;height: 50px;background: #dddddd;position: absolute;top: 50%;transform: translateY(-50%);right: 0px;}
.pro-parameter-info-items li:nth-child(2n):after{display:none;}
.pro-parameter-info-items li .name{display: flex;align-items: center;justify-content: flex-start;}
.pro-parameter-info-items li .name i{margin-right: 5px;color: #0097dd;width: 20px;}
.pro-parameter-info-items li .text{color: #888;margin-left: 25px;word-wrap: break-word;overflow-wrap: break-word;}

.pro-parameter-loop .link{}
.pro-parameter-loop .link img{}
.pro-parameter-loop .prev, .pro-parameter-loop .next{width: 44px;height: 44px;border-radius: 50%;background: #f8f8f8;transition: all .4s ease;cursor: pointer;display: flex;justify-content: center;align-items: center; position: absolute;top: 40%;transform: translateY(-50%);z-index: 1;}
.pro-parameter-loop .prev{left: 0;}
.pro-parameter-loop .next{right: 0;}
.pro-parameter-loop .prev:hover, .pro-parameter-loop .next:hover{background-color: #0097dd;color: #FFFFFF}

.pro-parameter-info .customSelect{display: block;width: 280px;position: relative;user-select: none;}
.pro-parameter-info .customSelect-name{display: flex;align-items: center;position: relative;border: 1px solid #0097dd;padding:12px;color: #0097dd;cursor: pointer;justify-content: space-between;transition: all .4s ease;}
.pro-parameter-info .customSelect-drop{/*display: none;*/display:block !important;absolute;z-index: 10;width: 100%;top: auto;border: 1px solid #f1f1f1;/*border-top: none;*/overflow-x: hidden;overflow-y: auto;left: 0;background: #fff;cursor: pointer;}
.pro-parameter-info .customSelect-drop>div{width:100%;position:relative}
.pro-parameter-info .customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f1f1f1;}
.pro-parameter-info .customSelect-drop>div:last-child::after{display: none;}
.pro-parameter-info .customSelect-drop>div:hover a, .pro-parameter-info .customSelect-drop>div.active a{border: 1px solid #0097dd;;background-color: #0097dd;color: #ffffff;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar-thumb {background: #7a8896;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.pro-parameter-info .customSelect-name:hover{background: #0097dd;color: #ffffff;}
.pro-parameter-info .customSelect-name.noRadius{background: #0097dd;color: #ffffff;}
.pro-parameter-info .customSelect-name.noRadius i{transform: rotate(-180deg);}
.pro-parameter-info .customSelect-drop>div a{padding:10px 12px;position: relative;display: flex;align-items: center;width: 100%;color: #0097dd;transition: all .4s ease;justify-content: space-between;}
    

/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;}
.brand-about .brand-about-cont{position: relative;}  
.brand-about-intr{width: 100%;flex-direction: row-reverse;justify-content: center;}
.brand-about-intr .sonTitle .text{text-align: center;}
.brand-about-intr-wrap{width: calc(100% - 0px);}
.brand-about-intr-cont{width: 100%;}
.brand-about-intr-cont p{color: #888888}
.brand-about-intr-img{width: 600px;}
.brand-about-intr-img img{width: 100%;object-fit: cover;}
.brand-about-num{width: 100%;}
.brand-about-num li{flex: 1;position: relative;text-align: center;padding: 0 15px;}
.brand-about-num li .num{font-family:'SamsungOne300';justify-content: center;align-items: baseline;}
.brand-about-num li .num .timer{background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.brand-about-num li .num i{font-style: normal;font-family:'SamsungOne400';margin-left: 10px;}
.brand-about-num li .text{margin: 10px auto 0;max-width: 200px;}
.brand-about-num li:before, .brand-about-num li:last-child:after{content: "";position: absolute;width: 1px;height: 70px;top: 50%;margin-top: -35px;left: 0;background: #eaeaea;display: none;}
.brand-about-num li:last-child:after{left: auto;right: 0;}
.brand-about-video{position: relative;opacity: 1;z-index: 2;min-height: 70vh;display: flex;align-items: center;justify-content: center;flex-direction: column;background: #000000;overflow: hidden;}
.brand-about-video img{position: absolute; z-index: 0;opacity: 0.5;height: 100%;width: 100%;}
.brand-about-video i {display: inline-block;width: 3.25rem;height: 3.25rem;background: #fff;border-radius: 100%;position: relative;cursor: pointer;}
.brand-about-video i:before {position: absolute;content: '';left: 50%;top: 50%;transform: translate(-50%, -50%);width: 0;height: 0;border-top: 0.4rem solid transparent;border-bottom: 0.4rem solid transparent;border-left: 0.8rem solid #0097dd;z-index: 2;}
.brand-about-video i:after {position: absolute;content: '';width: 200%;height: 200%;left: -50%;top: -50%;background: rgba(255, 255, 255, 1.0);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;z-index: 1;opacity: 0;animation: changes 2s linear 0.5s infinite;}
.brand-about-video p {width: 100%;float: left;margin-top: 1.5rem;text-align: center;color: #ffffff;z-index: 1;}
.brand-about-video i:hover::after {animation-play-state: paused;}
@keyframes changes {
	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;
	}
}

.brand-social{width: 100%;overflow: hidden;background: #f8f8f8;}
.brand-social-cont{width: 100%;}

.brand-phylogeny{width: 100%;position: relative;overflow: hidden;/*background: url(/template/cn/image/phylogeny-bg.jpg) center no-repeat;*/height: 80vh;}
.brand-phylogeny:before {content: "";width: 100%;height: 100%;background: linear-gradient(to right, rgba(184, 210, 0, 0), rgba(184, 210, 0, 0.5), rgba(0, 145, 58, 1));position: absolute;top: 0;left: 0;z-index: 1;display: none;}
.brand-phylogeny>video {position: absolute;width: 100%;height: 100%;object-fit: cover;left: 0;top: 0;z-index: 0;}
.brand-phylogeny-head{position: absolute;top: 0;z-index: 2;color: #ffffff;width: 100%;}
.brand-phylogeny-head .sonTitle .tit{color: #ffffff;}
.brand-phylogeny-loop{width: 100%;position: relative;}
.brand-phylogeny-loop img{width: 100%;object-fit: cover;max-width: 600px;float: right;min-height: 600px;opacity: 0;}
.brand-phylogeny-loop-cont{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;top: 0;left: 0;color: #fff;}
.brand-phylogeny-loop-cont .name{}
.brand-phylogeny-loop-cont .hint{margin: 30px 0 10px;}
.brand-phylogeny-loop-cont .text{max-width: 450px;line-height: 24px;}
.brand-phylogeny-loop-cont .name, .brand-phylogeny-loop-cont .hint, .brand-phylogeny-loop-cont .text{opacity: 0;}
.swiper-slide-active .brand-phylogeny-loop-cont .name{animation: phylogenyRun 1s ease both .8s;/*background: #0097dd; -webkit-background-clip: text;-webkit-text-fill-color: transparent;*/}
.swiper-slide-active .brand-phylogeny-loop-cont .hint{animation: phylogenyRun 1s ease both .9s;max-width: 80%;}
.swiper-slide-active .brand-phylogeny-loop-cont .text{animation: phylogenyRun 1s ease both 1s;}
@keyframes phylogenyRun {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.brand-phylogeny-menu{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;pointer-events: none;}
.brand-phylogeny-menu .contain{display: flex;justify-content: flex-end;}
.brand-phylogeny-menu li{display: flex;align-items: center;cursor: pointer;user-select: none;pointer-events: auto;margin-top: 88px;color: #fff;}
.brand-phylogeny-menu li:first-child{margin-top: 0;}
.brand-phylogeny-menu li i{margin-left: 32px;width: 8px;height: 8px;border-radius: 50%;background: #fff;position: relative;}
.brand-phylogeny-menu li i::after{content: "";position: absolute;width: 42px;height: 42px;border-radius: 50%;border: 1px solid #fff;top: 50%;left: 50%;margin: -21px 0 0 -21px;transition: all .4s ease;opacity: 0;transform: scale(0);}
.brand-phylogeny-menu li.active i::after{opacity: 1;transform: scale(1);}
.brand-phylogeny-menu li span{min-width: 118px;text-align: right;color: #ffffff;}

.brand-qualification{width: 100%;overflow: hidden;background: #f8f8f8;}
.brand-qualification-head{width: 100%;}
.brand-qualification-head .contain{justify-content: space-between;align-items: flex-end;}
.brand-qualification-loop{width: 100%;overflow: hidden;}
.brand-qualification-loop .contain{}
.brand-qualification-loop .link{display: block;width: 100%;background: #ffffff;padding: 50px;}
.brand-qualification-loop .link .img{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;padding:0;position: relative;}
.brand-qualification-loop .link .img::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(255, 255, 255, 0);transition: all .4s ease;opacity: 0;}
.brand-qualification-loop .link .img img{max-width: 100%;max-height: 100%;-webkit-box-reflect: below 5px -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.1));}
.brand-qualification-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #0097dd url('/template/cn/image/brand3ic.png') no-repeat center;top: 50%;left: 50%;margin: -25px 0 0 -25px;transform: scale(0);opacity: 0;transition: all .6s ease;}
.brand-qualification-loop .link .name{display: flex;align-items: center;justify-content: center;transition: all .4s ease; width: 100%;margin-top: 20px;}
.brand-qualification-loop .link:hover .img::after{opacity: 1;}
.brand-qualification-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.brand-qualification-loop .link:hover .name{color:  #0097dd;}
.brand-qualification-head-link{width: 400px;position: relative;height: 2px;background: #f8f8f8;}
.brand-qualification-head-link span{background: #0097dd !important;}
.brand-qualification-head-more{align-items: flex-end;}
.brand-qualification-head-btn{width: 110px;display: flex;justify-content: space-between;margin-left: 20px;}
.brand-qualification-head-btn>div{width: 44px;height: 44px;border-radius: 50%;transition: all .4s ease;cursor: pointer;background: #ffffff;align-items: center;justify-content: center;display: flex;}
.brand-qualification-head-btn>div.next{/*transform: rotate(180deg);*/}
.brand-qualification-head-btn>div:hover{background: #0097dd;color: #ffffff;}

/* 隐私政策 */
.privacy {width: 100%;}
.privacy .name{line-height: 1.1;font-family:'SamsungOne300';color: #111;text-align: center;text-transform: uppercase;}
.privacy .text{color: #888888;line-height: 1.6;}
.privacy .text h6 {background: #0097dd; /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 20px;font-family:'SamsungOne300';}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .case-app{height: 680px;}
    .proban-cont {padding: 0 90px;}
    .case-application-info {margin-top: 120px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonTitle .text {}
    .sonMenu a {}
    .sonMenu-blank{height: 70px;}
    .tech-support-list ul {margin: -30px 0 0 -30px;}
    .tech-support-list li {width: calc(25% - 30px);margin: 30px 0 0 30px;padding: 40px;}
    .tech-download-ul {margin: -28px 0 0 -28px;}
    .tech-download-link {width: calc(25% - 28px);margin: 28px 0 0 28px;padding: 30px 20px;}
    .reldt-wrap {padding: 40px;}
    .relxx-list ul {margin: -40px 0 0 -30px;}
    .relxx-list li {width: calc(33.3333% - 30px);margin: 40px 0 0 30px;padding: 32px 30px;}
    .case-app {height: 600px;}
    .case-app-cont {max-width: 520px;}
    .case-app-img {height: 80%;}
    .case-application-core-loop {width: 680px;padding: 0 70px;}
    .case-application-core-wrap {width: calc(100% - 680px);padding: 60px 80px 0 0;}
    .case-cases-li {margin: -44px 0 0 -36px;}
    .case-cases-link {width: calc(33.3333% - 36px);margin: 44px 0 0 36px;}
    .case-application-scene-loop .cont {padding: 0 50px;bottom: 32px;}
    .proban-img {width: 750px;}
    .proban-cont {width: calc(100% - 750px);padding: 0 80px;}
    .pro-scene-cont {padding: 30px 100px;}
    .brand-phylogeny-loop-cont .hint {margin: 20px 0 10px;}
    .brand-phylogeny-menu li {margin-top: 60px;}
    .brand-qualification-head-link {width: 300px;}
    .case-cases-ul .swiper-wrapper{padding-bottom: 68px;}
    .case-application-info {margin-top: 100px;}
    .case-application-info-cont {padding-right: 60px;}
    .case-application-info-cont .desc{margin-top: 24px;line-height: 30px;}
    .case-app.noheight .case-app-cont{padding: 0 40px;}
}

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

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

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonMenu a {}
    .sonMenu-blank{height: 60px;}
    .news-list-ul {margin: -15px 0 0 -30px;}
    .news-link {width: calc(33.3333% - 30px);margin: 15px 0 15px 30px;}
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 20px;}
    .tech-download-ul {margin: -24px 0 0 -24px;}
    .tech-download-link {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 24px 20px;}
    .reldt-wrap {padding: 30px;}
    .reldt-list li {padding: 22px 0;}
    .case-features-list ul {margin-top: -44px;}
    .case-features-list li {margin-top: 44px;}
    .case-app {height: 490px;}
    .case-app-img{right: 6%;}
    .case-application-scene-loop .cont .text {margin-top: 14px;}
    .case-application-scene-loop .cont {padding: 0 30px;bottom: 24px;}
    .case-application-core-loop .link {height: 420px;}
    .case-application-core-loop {width: 560px;padding: 0 64px;}
    .case-application-core-wrap {width: calc(100% - 560px);padding: 0 50px 0 0;}
    .case-application-core-wrap .cont .text {line-height: 28px;height: 56px;}
    .case-application-core-wrap .cont .link {margin-top: 100px;}
    .case-cases-li {margin: -30px 0 0 -28px;}
    .case-cases-link {width: calc(33.3333% - 28px);margin: 30px 0 0 28px;}
    .case-cases-link .name {margin-top: 20px;}
    .case-app-cont {max-width: 450px;}
    .proban-img {width: 600px;}
    .proban-cont {width: calc(100% - 600px);padding: 0 60px;}
    .pro-scene-cont {padding: 30px 60px;}
    .brand-phylogeny-loop-cont .hint {margin: 20px 0 10px;}
    .brand-phylogeny-menu li {margin-top: 48px;}
    .brand-qualification-head-link {width: 200px;}
    .case-application-info {margin-top: 80px;}
    .case-application-info-cont .desc{margin-top: 18px;line-height: 26px;}
    .case-application-info-cont {padding-right: 40px;}
    .case-app.noheight .case-app-cont{padding: 0 30px;width: 60%;}
	.pro-list ul {margin: -15px 0 0 -30px;}
	.pro-list li {width: calc(33.3333% - 30px);margin: 15px 0 15px 30px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .sonMenu a {}
    .news-link {width: calc(50% - 30px);}
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 24px 20px;height: auto;}
    .techxz-head-search{width: 100%;margin-bottom: 40px;}
    .techxz-head .name{width: 100%;}
    .reldt-wrap{padding: 20px;width: calc(50% - 10px);}
	.reldt-map {width: calc(50% - 10px);}
    .relxx-list ul {margin: -28px 0 0;}
    .relxx-list li {width: 100%;margin: 28px 0 0;padding: 30px 28px;}
    .case-features-list ul {margin-top: -32px;}
    .case-features-list li {margin-top: 32px;}
    .case-app{height: auto;padding-top: 80px;}
    .case-app-cont{max-width: 100%;}
    .case-app-img{position: static;margin-top: 40px;text-align: center;}
    .case-app-img img{height: auto;max-width: 60%;}
    .case-application-core-loop{width: 100%;}
    .case-application-core-wrap {width: 100%;padding: 0;margin-top: 40px;}
    .case-application-core-wrap .cont .link {margin-top: 40px;}
    .case-cases-link {width: calc(50% - 28px);}
    .proban-img{width: 100%;}
    .proban-cont {width: 100%;padding: 40px 4% 70px;}
    .proban-cont .text {line-height: 28px;margin-top: 12px;}
    .pro-meet-ul {margin-top: -30px;}
    .pro-meet-items {margin-top: 30px;}
    .pro-scene-img{width: 100%;}
    .pro-scene-cont{width: 100%;padding: 28px 0;}
    .pro-scene-items:last-child .pro-scene-cont{padding-bottom: 0;}
    .case-application-info-img{width: 100%;}
    .case-application-info-cont{width: 100%;margin-top: 40px;padding-right: 0;}
    .case-app.noheight .case-app-cont{padding: 0 30px;width: 100%;height: 70%;}
	.pro-list li {width: calc(50% - 30px);}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonTitle .text {}
    .sonBan-cont .text{font-size: 14px;margin-top: 10px;}
    .sonBan-hint a {}
    .sonMenu{overflow-x: auto;}
    .sonMenu::after {display: none;}
    .sonMenu-scroll{display: block;overflow: hidden;height: 60px;min-width: 100%;}
    .sonMenu a {float: left;padding: 0px 20px;}
    .sonMenu-blank{height: 48px;}
    .news-list-ul {margin: -20px 0 0;}
    .news-link {width: 100%;margin: 20px 0 0 0;}
    .newsxq-title .tags {margin-top: 15px;}
    .newsxq-title {padding-bottom: 15px;}
	.newsxq-recom .news-link{width: 100%;margin: 20px 0 0 0;}
    .tech-support-info .text p {margin-left: 10px;}
    .tech-support-info .text {margin-top: 10px;}
    .tech-support-list ul {margin: -16px 0 0;}
    .tech-support-list li {width: calc(100% - 0px);margin: 16px 0 0;padding: 20px 16px;}
    .tech-support-list li .icon{margin-bottom: 16px;}
    .tech-support-list li .name {margin-bottom: 6px;}
    .tech-download-head .more {margin-top: 14px;}
    .tech-download-ul {margin: -20px 0 0;}
    .tech-download-link {width: 100%;margin: 20px 0 0;padding: 20px 20px;}
    .tech-download-link .img {height: 120px;}
    .tech-contact-from li {}
    .tech-contact-items{width: 100%;margin-bottom: 15px;}
    .tech-contact-items p {height: 26px;}
    .tech-contact-items input, .tech-contact-items textarea{height: 40px;}
    .tech-contact-from li.code .tech-contact-items span{height: 40px;width: 94px;}
    .tech-contact-from li button{width: 100%;}
    .tech-contact-from li.code .tech-contact-items input {width: calc(100% - 104px);}
    .techxz-head-search {margin-bottom: 28px;}
    .techxz-head-search input {border-radius: 21px;height: 42px;padding: 0 50px 0 20px;}
    .techxz-head-search button {width: 40px;height: 40px;}
    .techxz .tech-download-link{box-shadow: 0 0 16px 2px rgba(0, 0, 0, .1);}
    .techxz-head .name {padding-left: 16px;}
	.tech-reldt .contain {}
    .reldt-map{height: 280px; margin-top: 20px;width: 100%;}
    .reldt-wrap{position: relative;width: 100%;}
    .reldt-list{margin-top: 14px;}
    .tech .toPlace{top: -108px;}
    .case .toPlace{top: -100px;}
    .pro .toPlace{top: -106px;}
    .brand .toPlace{top: -106px;}
    .case-features-img img{width: 100%;margin-top: 4px;}
    .case-features-img img:first-child{margin-top: 0;}
    .case-features-list ul{margin-top: -20px;}
    .case-features-list li {width: 50% !important;margin-top: 20px;padding: 0 10px;}
    .case-features-list li .text {line-height: 20px;}
    .case-app {padding-top: 40px;}
    .case-app-cont .text {line-height: 22px;font-size: 15px;}
    .case-app-img {margin-top: 24px;}
    .case-application-scene-loop .items img{min-height: 180px;}
    .case-application-scene-loop .cont {padding: 0 16px;bottom: 16px;}
    .case-application-scene-loop .cont .text {margin-top: 6px;line-height: 20px;}
    .case-application-core-loop .link, .pro-parameter-loop .link{}
    .case-application-core-loop{padding: 0 54px;}
    .case-application-core-wrap {margin-top: 32px;}
    .case-application-core-wrap .cont .text {line-height: 22px;height: 44px;}
    .case-application-core-wrap .cont .link {margin-top: 24px;}
    .case-cases-li {margin: -16px 0 0 -15px;}
    .case-cases-link {width: calc(50% - 15px);margin: 16px 0 0 15px;}
    .case-cases-link .name {margin-top: 8px;font-size: 12px;}
    .proban-cont .name{font-size: 26px;}
    .proban-cont .text {line-height: 24px;margin-top: 10px;}
    .proban-cont {padding: 32px 4% 58px;}
    .pro-meet-wrap-text {margin: 16px auto 0;line-height: 26px;}
    .pro-meet-ul {margin-top: -24px;}
    .pro-meet-items {width: 50% !important;padding: 0 10px;margin-top: 24px;}
    .pro-meet-items .name {margin: 8px 0 4px;}
    .pro-meet-items .text {line-height: 20px;}
    .pro-scene-cont .text {line-height: 22px;margin-top: 8px;}
    .pro-scene-cont{padding: 24px 0;}
    .pro-parameter-loop{width: 100%;}
    .pro-parameter-info {width: 100%;}
    .pro-parameter-loop .prev, .pro-parameter-loop .next{width: 40px;height: 40px;}
    .pro-parameter-info-items li {padding: 15px;}
    .brand-about-num ul{margin-top: -20px;}
    .brand-about-num li{margin-top: 20px;padding: 0;text-align: left;}
    .brand-about-num li::before, .brand-about-num li:last-child:after{display: none;}
    .brand-about-num li .num{justify-content: flex-start;}
    .brand-about-num li .text{margin-top: 5px;}
    .brand-qualification-head-link{width: calc(100% - 120px);}
    .brand-qualification-head .sonTitle{width: 100%;}
    .brand-qualification-head-btn {width: 120px;margin-left: 0;padding-left: 30px;}
    .brand-qualification-head-more{margin-top: 20px;width: 100%;}
    .brand-qualification-loop .link {padding: 30px;}
    .brand-phylogeny-loop-cont .hint {margin: 10px 0 10px;}
    .brand-phylogeny-menu {height: auto;top: auto;bottom: 24px;left: 0;}
    @keyframes phylogenyRun {0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .brand-phylogeny-menu .contain{justify-content: center;}
    .brand-phylogeny-menu ul{display: flex;flex-wrap: nowrap;align-items: center;}
    .brand-phylogeny-menu li{margin: 0 12px;}
    .brand-phylogeny-menu li i::after {width: 20px;height: 20px;margin: -10px 0 0 -10px;}
    .brand-phylogeny-menu li span{display: none;}
    .brand-phylogeny-menu li i{margin-left: 0;}
    .brand-about-num{}
	.brand-phylogeny{height: 50vh;}
	.brand-phylogeny:before {background: linear-gradient(to bottom, rgba(184, 210, 0, 0), rgba(184, 210, 0, 0.5), rgba(0, 145, 58, 1));}
    .brand-phylogeny-loop img {min-height: 360px;}
    .case-cases-ul .swiper-wrapper{padding-bottom: 50px;}
    .case-cases-ul .swiper-pagination-bullet{margin: 0 8px !important;}
    .case-application-scene-head .sonTitle {width: 100%;}
    .case-application-scene-loop{margin-top: 16px;}
    .case-application-info {margin-top: 42px;}
    .case-application-info-cont {margin-top: 30px;}
    .case-application-info-cont .desc {margin-top: 14px;line-height: 24px;}
    .case-app-pic img.pc{display: none;}
    .case-app-pic img.mb{display: block;}
    .case-app.noheight .case-app-cont{padding: 0 14px;}
    .privacy .text h6 {font-size: 18px;}
    .pro-list ul {margin: -20px 0 0;}
    .pro-list li{width: 100%;margin: 20px 0 0 0;}
	.pro-list li a .cont {}
	.pro-list li a .cont .link {width: 136px;height: 40px;border-radius: 20px;}
}