
/* =====================内页样式======================== */
/* 分页 */
.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: #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{background-image: url('/template/cn/images/arrLW.svg');}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{backgroundr: #0b88e2;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.25 "SimSun";
}
.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem;
    margin-left: -1px;
    line-height: 1;
    color: #888;
    border: 0px solid #dee2e6;
    background: 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: #0b88e2;
    border-color: #0b88e2;
    color: #fff;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background: #0b88e2;
	border-color: #0b88e2;
}
.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,#f7f7f7);}
.search .contain{}
.search-info{width: 100%;font-size: 30px;color: #333;font-family:'SamsungOne700';}
.search-info span{color: #0b88e2;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #ededed;}
.search-link h2{font-size: 20px;color: #333;line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;font-family:'SamsungOne700';}
.search-link p{width: 100%;font-size: 16px;margin-top: 16px;color: #888;line-height: 24px;max-height: 48px;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #0b88e2 !important;}
.search-link:hover h2{color: #0b88e2;}
@media all and (max-width:1599px) {.search-info{font-size: 28px;}.search-link{padding: 28px 0;}.search-list{margin-top: 18px;}}
@media all and (max-width:1279px) {.search-info{font-size: 24px;}.search-link{padding: 24px 0;}.search-list{margin-top: 12px;}}
@media all and (max-width:1000px) {.search-info{font-size: 20px;}.search-link{padding: 20px 0;}.search-list{margin-top: 8px;}.search-link h2{font-size: 18px;}.search-link p{margin-top: 12px;}}
@media all and (max-width:640px) {.search-link {padding: 16px 0;}.search-link p {font-size: 15px;margin-top: 8px;line-height: 22px;max-height: 44px;}}

.sonBan{width: 100%;position: relative;}
.sonBan-img{width: 100%;object-fit: cover;min-height: 400px;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;display: flex;align-items: center;color: #ffffff;}
.sonBan-cont .name{line-height: 1.1;opacity: 0;animation: sonBanRun 1s ease both .4s;font-family:'SamsungOne700';color: #ffffff;}
.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: "SamsungOne700";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: #0b88e2;}
@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: 60px;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.sonBan-hint-pro{position: absolute;z-index: 3;left: 0;bottom: 71px;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.sonBan-hint .contain{justify-content: flex-end;align-items: center;color: #fff;}
.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{color: #0b88e2;}

.sonMenu{width: 100%;position: absolute;bottom: 0; background: none;z-index: 10;overflow-x:  auto;scrollbar-color:#0b88e2 #f1f1f1;scrollbar-width:thin;}
.sonMenu::-webkit-scrollbar {height: 3px;}
.sonMenu::-webkit-scrollbar-thumb {background: #0b88e2;}
.sonMenu::-webkit-scrollbar-track {background: #f1f1f1;}
.sonMenu::-moz-scrollbar {height: 3px;}
.sonMenu::-moz-scrollbar-thumb {background: #0b88e2;}
.sonMenu::-moz-scrollbar-track {background: #f1f1f1;}
.sonMenu::-ms-scrollbar {height: 3px;}
.sonMenu::-ms-scrollbar-thumb {background: #0b88e2;}
.sonMenu::-ms-scrollbar-track {background: #f1f1f1;}
.sonMenu::after{content: "";position: absolute;width: 100%;height: 0px;background: rgba(247, 247, 247, 1);left: 0;bottom: 0;pointer-events: none;}
.sonMenu-scroll{flex-wrap: nowrap;justify-content: flex-start;    overflow: hidden;min-width: 100%;}
body.PAD .sonMenu-scroll,body.PC .sonMenu-scroll{/*width: 100% !important;*/     display: block;overflow: hidden;height: 60px;min-width: 100%;}
.sonMenu a{display: flex;align-items: center;margin: 0;color: #ffffff;transition: all .4s ease;padding: 0px 40px;height: 60px;white-space: nowrap;float: left;}
.sonMenu a:first-child{}
.sonMenu a:last-child{}
.sonMenu a:hover, .sonMenu a.active{backdrop-filter: blur(0.5208vw);-webkit-backdrop-filter: blur(0.5208vw);}

.sonTitle{width: auto;}
.sonTitle .name{font-family:'SamsungOne700';}
.sonTitle .text{font-family:'SamsungOne700'}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;    /* background: linear-gradient(to bottom, #fff, #f7f7f7);*/}
.news-head{width: 100%;}
.news-head-img{display: block;overflow: hidden;width: 780px;position: relative;}
.news-head-img img{width: 100%;object-fit: cover;transition: all .6s ease;}
.news-head-img i, .news-link-img i{position: absolute;width: 62px;height: 62px;top: 50%;left: 50%;margin: -31px 0 0 -31px;background: url('/template/cn/images/vidplay.png') no-repeat center/100% auto;}
.news-head-img:hover i, .news-link-img:hover i{animation: newsRun .8s ease-in-out both;}
@keyframes newsRun{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.news-head-img:hover img{transform: scale(1.04);}
.news-head-cont{width: calc(100% - 780px);padding-left: 90px;position: relative;}
.news-head-cont::after{content: "";position: absolute;width: calc(100% - 90px);height: 1px;background: #e8e8e8;right: 0;bottom: 0;}
.news-head-cont .head{color: #222;line-height: 40px;max-height: 120px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-head-cont .head a{transition: all .4s ease;}
.news-head-cont .head a:hover{color: #0b88e2;}
.news-head-cont .text{line-height: 32px;color: #777;max-height: 96px;margin: 34px 0 88px;overflow: hidden;-webkit-line-clamp: 3;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-head-cont .link{width: 92px;align-items: center;color: #505050;font-family:'SamsungOne700';}
.news-head-cont .link span{transition: all .4s ease;margin-right: 8px;}
.news-head-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;}
.news-head-cont .link:hover span{color: #0b88e2;}
.news-head-cont .link:hover i{background: #0b88e2;}
.news-list{width: 100%;}
.news-list-ul{}
.news-link{display: flex;width: 100%;height: 100%;overflow: hidden;justify-content: space-between;align-items: center;border-bottom: 1px solid #f1f1f1;}
.news-link:first-child{padding-top: 0px!important;}
.news-link:nth-of-type(odd){flex-direction: row-reverse;}
.news-link-img{width: calc(50% - 0px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;border-radius: 5px;}
.news-link-img img{transition: all .6s ease;}
.news-link-cont{padding: 30px;width: calc(50% - 0px);}
.news-link-cont .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;margin: 15px 0;}
.news-link-cont .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;}
.news-link-cont .time{color: #888;}
.news-link:hover{}
.news-link:hover .news-link-cont{background: none;}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont .name{color: #0b88e2;}
.indxw-head-hint{width: 100%;margin-bottom: 60px;}
.indxw-head-hint-li{width: 100%;font-family:'SamsungOne700';margin-top: 24px;}
.indxw-head-hint-li .name{color: #888;margin-bottom: 4px;}
.indxw-head-hint-li .text{color: #888;margin: 0 !important;line-height: 20px !important;padding-left: 22px;background: url('/template/cn/images/indxwic1.png') no-repeat left center;}
.indxw-head-hint-li:first-child{margin-top: 0;}
.indxw-head-hint-li:last-child .text{background-image: url('/template/cn/images/indxwic2.png');}

/* 新闻详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;}
.newsxq-title{width: 100%;text-align: center;padding-bottom: 16px;border-bottom: 1px solid rgba(247, 247, 247, 1);}
.newsxq-title .name{line-height: 1.2;font-family:'SamsungOne700';}
.newsxq-title .tags{justify-content: center;line-height: 1.1;color: #888;margin-top: 28px;}
.newsxq-title .tags p{margin-left: 24px;}
.newsxq-title .tags p:first-child{margin-left: 0;}
.newsxq-cont{width: 100%;border-bottom: 1px solid rgba(247, 247, 247, 1);color: #888;padding: 40px 0;hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;/*text-align: justify;*/}
.newsxq-cont img{max-width: 1000px;width: 100%;}
.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;}
.newsxq-recom-head .link span{padding-right: 5px;transition: all .4s ease;}
.newsxq-recom-head .link:hover span{color: #0b88e2;}
.newsxq-recom-head .link:hover i{color: #0b88e2;}
.newsxq-recom .news-list-ul{justify-content: space-between;}
.newsxq-recom .news-link{width: calc(32% - 0px);flex-wrap: wrap;border: 0;}
.newsxq-recom .news-link .news-link-img{width: calc(100% - 0px);}
.newsxq-recom .news-link .news-link-cont{width: calc(100% - 0px);padding: 20px;}

/* 技术服务 */
.tech{width: 100%;overflow: hidden;}
.tech-support{width: 100%;overflow: hidden;background: linear-gradient(to bottom,#fff,#f7f7f7);}
.tech-support-list-ul{}
.tech-support-link{display: flex;width: 100%;height: 100%;overflow: hidden;justify-content: space-between;align-items: center;border-bottom: 1px solid #f1f1f1;}
.tech-support-link:first-child{margin-top: 0px;padding-top: 0px;}
.tech-support-link:nth-of-type(odd){flex-direction: row-reverse;}
.tech-support-link-img{width: calc(30% - 0px);overflow: hidden;display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;border-radius: 5px;}
.tech-support-link-img img{transition: all .6s ease;}
.tech-support-link-cont{padding: 30px;width: calc(70% - 0px);}
.tech-support-link-cont .name{height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;margin: 15px 0;}
.tech-support-link-cont .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;}
.tech-support-link-cont .time{color: #888;}
.tech-support-link:hover{}
.tech-support-link:hover .tech-support-link-cont{background: none;}
.tech-support-link:hover .tech-support-link-img img{transform: scale(1.04);}
.tech-support-link:hover .tech-support-link-cont .name{color: #0b88e2;}
.tech-download{width: 100%;overflow: hidden;background: #fff;}
.tech-download-head{}
.tech-download-list{width: 100%;}
.tech-download-list-ul{}
.tech-download-link{display: flex;justify-content: space-between;align-items: center;width: calc(100% - 0px);position: relative;transition: all .6s ease;    border-bottom: 1px solid #f1f1f1;}
.tech-download-link:first-child {padding-top: 0px !important;}
.tech-download-link .img{}
.tech-download-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;width: 100px;border-radius: 100%;height: 100px;}
.tech-download-link .cont{width: calc(100% - 120px);display: flex;justify-content: space-between;align-items: center;}
.tech-download-link .name{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.tech-download-link:hover{}
.tech-download-link:hover .name{color: #0b88e2;}

/*技术详情*/
.tech-recom{width: 100%;}
.tech-recom-head{width: 100%;justify-content: space-between;align-items: center;}
.tech-recom-head .name{}
.tech-recom-head .link{display: flex;align-items: center;color: #888;text-transform: uppercase;}
.tech-recom-head .link span{padding-right: 5px;transition: all .4s ease;}
.tech-recom-head .link:hover span{color: #0b88e2;}
.tech-recom-head .link:hover i{color: #0b88e2;}
.tech-recom .tech-support-list .tech-support-list-ul {justify-content: space-between;}
.tech-recom .tech-support-list .tech-support-link {width: calc(32% - 0px);flex-wrap: wrap;background: rgba(247, 247, 247, 1);border: 0;}
.tech-recom .tech-support-list .tech-support-link:first-child {margin-top: 0px;padding-top: 0px;}
.tech-recom .tech-support-list .tech-support-link-cont{width: 100%;}
.tech-recom .tech-support-list .tech-support-link .tech-support-link-cont .name{transition: all .4s ease;}
.tech-recom .tech-support-list .tech-support-link .tech-support-link-cont .time{transition: all .4s ease;}
.tech-recom .tech-support-list .tech-support-link-cont .indMore{background: none;width: auto;height: auto;color: #888888;justify-content: flex-start;transition: all .4s ease;}
.tech-recom .tech-support-list .tech-support-link:hover{background: #0b88e2}
.tech-recom .tech-support-list .tech-support-link:hover .tech-support-link-cont .name{color: #FFFFFF;}
.tech-recom .tech-support-list .tech-support-link:hover .tech-support-link-cont .time{color: #FFFFFF;}
.tech-recom .tech-support-list .tech-support-link:hover .tech-support-link-cont .indMore{color: #FFFFFF;}

/* 技术服务-下载 */
.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 #0b88e2;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: #f7f7f7;padding: 0 58px 0 28px;color: #888;font-family:'SamsungOne700';font-size: 16px;border: 1px solid #f7f7f7;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;}


/* 联系我们 */
.reldt{width: 100%;overflow: hidden;background: #fff;position: relative;}
.reldt .contain{flex-direction: row-reverse;position: relative;}
.reldt-wrap{border-bottom: 0px solid #0b88e2;}
.reldt-list{width: 100%;}
.reldt-list ul{flex-wrap: nowrap;}
.reldt-list li{width: 100%;border-right: 1px solid #e7e7e7;padding:0 20px;}
.reldt-list li:first-child{padding:0 20px 0 0;}
.reldt-list li:last-child{border-right: 0px solid #e7e7e7;}
.reldt-list li img{border: 1px solid #e7e7e7;max-height: 200px;}
.reldt-list li .name{width: calc(100% - 25px);padding-left: 25px;}
.reldt-map{width: 100%;height: 600px;position: relative;background: #fff;/*box-shadow: 0 0 16px 4px rgba(0, 0, 0, .05);*/border: 1px solid rgba(247, 247, 247, 1);padding: 10px;}
.reldt-map #map{width: 100%;height: 100%;}
.reldt-map #map .amap-logo,.reldt-map #map .amap-copyright{display: none !important;}
.relxx{width: 100%;overflow: hidden;background: #f7f7f7;}
.relxx-list{width: 100%;}
.relxx-list ul{margin: -60px 0 0 -36px;}
.relxx-list li{width: calc(33.3333% - 36px);margin: 60px 0 0 36px;padding: 44px 40px;background: #fff;transition: all .6s ease;}
.relxx-list li:hover{box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);}
.relxx-list li .name{color: #333;line-height: 1.1;transition: all .4s ease;}
.relxx-list li .list{width: 100%;margin-top: 22px;color: #888;line-height: 1.1;}
.relxx-list li .list p{line-height: inherit;display: flex;align-items: center;margin-top: 12px;}
.relxx-list li .list p:first-child{margin-top: 0;}
.relxx-list li .list p img{width: 16px;}
.relxx-list li .list p span, .relxx-list li .list p a{display: block;width: calc(100% - 16px);padding-left: 12px;word-break: break-all;}
.relxx-list li:hover .name{color: #0b88e2;}
.relxx-list li .list p a{transition:all .4s ease}
.relxx-list li .list p a:hover{color:#0b88e2;}
.accordion{justify-content: space-between;}
.accordion li{width: calc(31% - 0px);background:url(/template/cn/image/contact1.jpg) center no-repeat;padding: 20px;margin-bottom: 20px;background-size: auto 100%;min-height: 210px;overflow: hidden;}
.accordion a{display: flex;flex-wrap: wrap;align-content: space-between;height: 100%;transition:all .4s ease;}
.accordion a p{width: 100%;}
.accordion a.active{display: flex;justify-content: space-between;height: auto;}
.accordion a.active p{width: auto;}
.accordion .sub-menu{margin-top: 10px;}
.tech-contact{width: 100%;overflow: hidden;background: #f7f7f7;}
.tech-contact-from{max-width: 1000px;}
.tech-contact-from li{width: 100%;justify-content: space-between;}
.tech-contact-items{width: calc(50% - 8px);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 #e7e7e7;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: 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: #0b88e2;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: #0b88e2;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:'SamsungOne700';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: #777;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:'SamsungOne700';}
.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{color: #0b88e2;}
.case-application-core-wrap .cont .link:hover i{background: #0b88e2;}
.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-color: #0b88e2;background-image: url('/template/cn/images/arrLW.svg');}
.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{color: #0b88e2;}
.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 #0b88e2;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: #0b88e2;}
.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:#0b88e2 url('/template/cn/images/arrLW.svg');}
.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: #777;}
.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 .contain{justify-content: center;}
.proban-left{width: 100%;}
.proban-left .tbar{}
.proban-left .tbar .show-con{display: flex;flex-wrap: wrap;}
.proban-left .saiMenu1{border: 1px solid #f1f1f1;padding: 30px;}
.proban-right .scroll_box{}
.proban-right .scroll_box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.proban-right .scroll_box ul li{flex: 0 0 24%;margin-bottom: 30px;border-radius: 5px;overflow: hidden;}
.proban-right .scroll_box ul li:last-child:nth-child(3n + 2) {margin-right: 0;}
.proban-right .scroll_box ul li:last-child:nth-child(4n + 2) {margin-right: calc((100% - 24%) / 3*2);}
.proban-right .scroll_box ul li:last-child:nth-child(4n + 3) {margin-right: calc((100% - 24%) / 3*1);}
.proban-right .scroll_box ul a{}
.proban-right .scroll_box .img{transition: all .4s ease;}
.proban-right .scroll_box .img img{transition: all .4s ease;}
.proban-right .scroll_box .name{margin: 20px 20px 0px;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.proban-right .scroll_box .text{color: #888888;transition: all .4s ease;margin: 10px 20px 20px;}
.proban-right .scroll_box ul li:hover{background: #0b88e2;}
.proban-right .scroll_box ul li:hover .img img{transform: scale(1.04);}
.proban-right .scroll_box ul li:hover .name{color: #FFFFFF;}
.proban-right .scroll_box ul li:hover .text{color: #FFFFFF;}
.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;justify-content: space-between;margin-top:-40px;}
.pro-list li{width: calc(33.33% - 20px);position: relative;overflow: hidden;margin-top: 40px;}
.pro-list li a{display: block;transition: all .4s ease;}
.pro-list li a .img{border: 1px solid rgba(247, 247, 247, 1);overflow: hidden;}
.pro-list li a .img .s{display: block;opacity: 1;}
.pro-list li a .img .h{display: none;opacity: 0;}
.pro-list li a .cont{margin-top: 20px;display: flex; justify-content: space-between;align-items: center;}
.pro-list li a .cont .name{font-family:'SamsungOne600';}
.pro-list li a .cont .text{color: #888;}
.pro-list li a .cont .i{display: flex;justify-content: space-between;align-items: center;}
.pro-list li a .cont span{width: 8px; height: 8px; border-radius: 50%;margin: 0 2px;}
.pro-list li a .cont .i1{background: #0b88e2;}
.pro-list li a .cont .i2{background: #f0f0f0;}
.pro-list li a:hover .img .s{display: none;opacity: 0;}
.pro-list li a:hover .img .h{display: block;opacity: 1;}
.pro-list li a:hover .i1{background: #f0f0f0;}
.pro-list li a:hover .i2{background: #0b88e2;}
.pro-meet{width: 100%;overflow: hidden;}
.pro-meet-wrap{width: 100%;text-align: center;padding: 0 4%;}
.pro-meet-wrap .sonTitle{width: 100%;}
.pro-meet-wrap-text{max-width: 840px;margin: 30px auto 0;line-height: 30px;color: #777;}
.pro-meet-list{width: 100%;background: #0b88e2;}
.pro-meet-ul{margin-top: -40px;justify-content: center;}
.pro-meet-items{width: 33.3333%;padding: 0 20px;margin-top: 40px;color: #fff;text-align: center;}
.pro-meet-ul.items4 .pro-meet-items{width: 25%;}
.pro-meet-items .icon{display:flex;align-items: center;justify-content: center;height: 42px;transition: all .4s ease;}
.pro-meet-items .icon img{max-height: 100%;}
.pro-meet-items .name{line-height: 1.1;font-family:'SamsungOne700';margin: 18px 0 6px;}
.pro-meet-items .text{line-height: 24px;}
.pro-meet-items:hover .icon{transform: translateY(-6px);}
.pro-scene{width: 100%;overflow: hidden;border-bottom: 1px solid #ebebeb;}
.pro-scene .sonTitle{width: 100%;text-align: center;}
.pro-scene-list{width: 100%;}
.pro-scene-items{width: 100%;align-items: center;background: #fff;}
.pro-scene-items:nth-child(2n){flex-direction: row-reverse;}
.pro-scene-img{width: 50%;}
.pro-scene-img img{width: 100%;object-fit: cover;min-height: 180px;}
.pro-scene-cont{width: 50%;padding: 40px 160px;}
.pro-scene-cont .name{line-height: 1.1;color: #444;}
.pro-scene-cont .text{color: #777;line-height: 27px;margin-top: 10px;}
.pro-parameter{width: 100%;overflow: hidden;border-bottom: 1px solid rgba(247, 247, 247, 1);}
.pro-parameter .sonTitle{width: 100%;}
.pro-parameter-wrap{width: 100%;justify-content: space-between;}
.pro-parameter-info{width: calc(50% - 50px);}
.pro-parameter-info .sonTitle .name{font-family: 'SamsungOne600';}
.pro-parameter-info .sonTitle .text{font-family: 'SamsungOne600';}
.pro-parameter-info-menu{width: 100%;    justify-content: space-between;}
.pro-parameter-info-menu a{display: flex;align-items: center;width: calc(20% - 10px);justify-content: space-between;border: 1px solid rgba(247, 247, 247, 1);transition: all .4s ease;margin-top: 10px;flex-wrap: nowrap;}
.pro-parameter-info-menu a.active, .pro-parameter-info-menu a:hover{color: #fff;border: 1px solid #0b88e2;background: #0b88e2;}
.pro-parameter-info-data{width: 100%;}
.pro-parameter-info-data>div{/*display: none;*/width: 100%;}
.pro-parameter-info-data>div.active{display: block;}
.pro-parameter-info-data>div.sonTitle {display: block;}
.pro-parameter-info-items ul{margin: -28px 0 0 -28px;}
.pro-parameter-info-items li{width: calc(100% - 28px);margin: 28px 0 0 28px;}
.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: #0b88e2;width: 24px;}
.pro-parameter-info-items li .text{color: #888;margin-left: 29px;}
.pro-parameter-info-download{display: flex;height: 46px;font-family:'SamsungOne700';justify-content: center;width: 256px;align-items: center;border: 1px solid #0b88e2;color: #0b88e2;transition: all .4s ease;}
.pro-parameter-info-download span{padding-right: 26px;background: url('/template/cn/images/proDown.png') no-repeat right center;transition: background .4s ease;}
.pro-parameter-info-download:hover{background: #0b88e2;color: #fff;}
.pro-parameter-info-download:hover span{background-image: url('/template/cn/images/proDownH.png');}
.pro-parameter-loop{width: calc(50% - 50px);position: relative;}
.pro-parameter-loop .link{display: flex;width: 100%;justify-content: center;align-items: center;border-radius: 5px;overflow: hidden;}
.pro-parameter-loop .link img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.pro-parameter-loop .prev, .pro-parameter-loop .next{width: 44px;height: 44px;border-radius: 50%;position: absolute;top: 50%;background: #f1f1f1;cursor: pointer;transition: all .4s ease;z-index: 1;display: flex;justify-content: center;align-items: center;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.pro-parameter-loop .prev{left: 20px;}
.pro-parameter-loop .next{right: 20px;/*transform: rotate(180deg);*/}
.pro-parameter-loop .prev:hover, .pro-parameter-loop .next:hover{background-color: #0b88e2;color: #ffffff;}

/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;background: #ffffff url('/template/cn/images/about_bg.jpg') center bottom no-repeat;}
.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:'SamsungOne700';line-height: 1.1;justify-content: center;color: #0b88e2;}
.brand-about-num li .num i{font-size: 14px;font-style: normal;font-family:'SamsungOne400';}
.brand-about-num li .text{line-height: 18px;color: #888888;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: 600px;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 #0b88e2;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;}
.brand-social-list{width: 100%;}
.brand-social-list ul{justify-content: space-between;align-items: baseline;}
.brand-social-list li{text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: baseline;flex: 0 0 30%;}
.brand-social-list-img{background: rgba(11, 136, 226, .9);transition: all .4s ease;width: 80px;height: 80px;border-radius: 100%;padding: 20px;}
.brand-social-list-cont{width: 100%;}
.brand-social-list-cont .name{}
.brand-social-list-cont .text{ color: #888888;margin-top: 10px;}
.brand-social-list li:hover .brand-social-list-img{background: rgba(11, 136, 226, 1);}

.brand-phylogeny{width: 100%;position: relative;overflow: hidden;}
.brand-phylogeny-loop{width: 100%;position: relative;}
.brand-phylogeny-loop img{width: 100%;object-fit: cover;min-height: 400px;}
.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{font-family:'SamsungOne700';}
.brand-phylogeny-loop-cont .hint{max-width: 840px;margin: 58px 0 16px;}
.brand-phylogeny-loop-cont .text{max-width: 840px;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;}
.swiper-slide-active .brand-phylogeny-loop-cont .hint{animation: phylogenyRun 1s ease both .9s;}
.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: 50px;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;}

.brand-qualification{width: 100%;overflow: hidden;background: rgba(247, 247, 247, 1);}
.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{float: right;}
.brand-qualification-loop .link{display: block;width: 100%;padding: 0px 30px;}
.brand-qualification-loop .link .img{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;padding: 20px 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, .5);transition: all .4s ease;opacity: 0;}
.brand-qualification-loop .link .img img{max-width: 100%;max-height: 100%;}
.brand-qualification-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #0b88e2 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%;}
.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: #0b88e2;}
.brand-qualification-head-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-qualification-head-link span{background: #0b88e2 !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: #0b88e2;color: #ffffff;}

.brand-development{width: 100%;position: relative;}
.brand-development-head {width: 100%;}
.brand-development-head .contain {justify-content: center;align-items: flex-end;}
.brand-development-cont .indxw-loop-link{display: inline-block; text-align: center;overflow: visible;}
.brand-development-cont .indxw-loop .swiper-slide .img{width: 100%;overflow: visible;}
.brand-development-cont .indxw-loop .swiper-slide .img img{/*filter: grayscale(1);*/height: 110px;}
.brand-development-cont .indxw-loop .swiper-slide:hover{opacity: 1;}
.brand-development-cont .indxw-loop .swiper-slide:hover .img img {transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.brand-development-cont .indxw-loop .swiper-slide-active .img img {transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.brand-development-cont .indxw-loop .cont{width: 100%;padding: 20px 0 0;}
.brand-development-cont .indxw-loop .cont .name {height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 5;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}

/* 隐私政策 */
.privacy {width: 100%;}
.privacy .name{line-height: 1.1;font-family: 'SamsungOne700';color: #111;text-align: center;text-transform: uppercase;}
.privacy .text{color: #777;line-height: 1.6;}
.privacy .text h6 {color: #0b88e2;font-size: 20px;font-family: 'SamsungOne700';}



.pro-parameter{overflow:visible}
.pro-parameter-info .customSelect{display: block;width: 256px;position: relative;user-select: none;}
.pro-parameter-info .customSelect-name{display: flex;align-items: center;justify-content: space-between;height: 46px;position: relative;border: 1px solid #0b88e2;padding: 0 14px;color: #0b88e2;cursor: pointer;}
.pro-parameter-info .customSelect-name:hover{color: #fff;background: #0b88e2;}
.pro-parameter-info .customSelect-name::after{content: "";position: absolute;width: 20px;top: 50%;right: 10px;height: 20px;background: url("/template/cn/images/arrRWH.svg") no-repeat center/20px auto;transform: rotate(90deg);margin-top:-11px;display: none;}
.pro-parameter-info .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 46px;max-height: 200px;border: 1px solid #0b88e2;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: #ebebeb;}
.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{background: #0b88e2;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.noRadius{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.pro-parameter-info .customSelect-name.noRadius::after{transform: rotate(-90deg);}
.pro-parameter-info .customSelect-drop>div a{padding: 0 14px;height: 40px;position: relative;display: flex;align-items: center;width: 100%;font-size: 14px;color: #0b88e2;transition: all .4s ease;padding-right: 36px;background: url('/template/cn/images/proDown.png') no-repeat right 11px center;}
@media all and (max-width:1599px) {
    .pro-parameter-info .customSelect{margin-top:34px;}
}
@media all and (max-width:1599px) {
    .pro-parameter-info .customSelect{margin-top:20px;width:250px;}
    .pro-parameter-info .customSelect-name{height:40px;}
    .pro-parameter-info .customSelect-drop{top:40px;}
    .pro-parameter-info .customSelect-drop>div a {height: 35px;}
}






/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .news-head-cont {padding-left: 76px;}
    .news-head-cont::after {width: calc(100% - 76px);}
    .case-app{height: 680px;}
    .brand-about-intr-wrap {}
    .case-application-info {margin-top: 120px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonTitle .text {}
    .sonMenu a {}
    .sonMenu-blank{height: 70px;}
    .news-head-img {width: 680px;}
    .news-head-cont {width: calc(100% - 680px);padding-left: 60px;}
    .news-head-cont::after {width: calc(100% - 60px);}
    .news-head-cont .head {line-height: 36px;max-height: 108px;}
    .reldt-map {height: 500px;}
    .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;}
    .pro-scene-cont {padding: 30px 100px;}
    .brand-about-intr-img {width: 500px;}
    .brand-about-intr-wrap {}
    .brand-about-intr-cont {line-height: 28px;}
    .brand-phylogeny-loop-cont .hint {margin: 40px 0 12px;}
    .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;}
    .indxw-head-hint-li {margin-top: 16px;}
    .indxw-head-hint{margin-bottom: 50px;}
}

@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-head-img {width: 540px;}
    .news-head-cont {width: calc(100% - 540px);padding-left: 40px;}
    .news-head-cont::after {width: calc(100% - 40px);}
    .news-head-cont .head {line-height: 34px;max-height: 68px;-webkit-line-clamp: 2;}
    .news-head-cont .text {line-height: 28px;max-height: 84px;margin: 30px 0 58px;}
    .newsxq-cont {line-height: 28px;padding: 36px 0;}
    .newsxq-title .tags p {margin-left: 20px;}
    .tech-service-list li {width: calc(33.3333% - 1px);}
    .reldt-map {height: 400px;}
    .relxx-list li {width: calc(50% - 30px);margin: 40px 0 0 30px;padding: 32px 30px;}
    .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;}
    .pro-scene-cont {padding: 30px 60px;}
    .pro-parameter-info-items ul {margin: -20px 0 0 -20px;}
    .pro-parameter-info-items li {width: calc(100% - 20px);margin: 20px 0 0 20px;}
    .brand-about-intr-img{width: 100%;}
    .brand-about-intr-wrap {}
    .brand-phylogeny-loop-cont .hint {margin: 30px 0 8px;max-width: 540px;}
    .brand-phylogeny-menu li {margin-top: 30px;}
    .brand-qualification-head-link {width: 200px;}
    .brand-development-cont .text {line-height: 24px;margin-top: 20px;}
    .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%;}
    .indxw-head-hint{margin-top: 16px;}
    .indxw-head-hint-li {margin-top: 8px;}
    .indxw-head-hint-li .name {margin-bottom: 0;}
    .indxw-head-hint{margin-bottom: 40px;}
	.proban-right .scroll_box ul li{flex: 0 0 32%;margin-bottom: 20px;}
	.proban-right .scroll_box ul li:last-child:nth-child(3n + 2) {margin-right: calc((100% - 32%) / 2);}
	.proban-right .scroll_box ul li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.proban-right .scroll_box ul li:last-child:nth-child(4n + 3) {margin-right: 0;}
	.proban-right .scroll_box .name {margin: 15px 15px 0px;}
	.proban-right .scroll_box .text {margin: 10px 15px 15px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .sonMenu a {}
    .news-head-img{width: 100%;}
    .news-head-cont {width: 100%;padding: 32px 0;}
    .news-head-cont::after{width: 100%;}
    .news-head-cont .text {line-height: 26px;max-height: 78px;margin: 24px 0 32px;}
    .newsxq-title .tags {margin-top: 20px;}
	.newsxq-recom .news-link .news-link-cont{padding:20px 10px;}
	.newsxq-recom .news-link .news-link-cont .name{font-size: 20px;}
	.tech-recom .tech-support-list .tech-support-link-cont .name{font-size: 20px;}
    .techxz-head-search{width: 100%;margin-bottom: 40px;}
    .techxz-head .name{width: 100%;}
    .reldt-map{height: 300px;}
    .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);}
	.pro-list ul {margin-top: -30px;}
    .pro-list li {width: calc(50% - 10px);margin-top: 30px;}
    .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;}
    .pro-parameter-loop{width: 100%;}
    .pro-parameter-info {width: 100%;padding: 50px 0 0;}
	.brand-about-intr-wrap {}
    .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%;}
	.accordion li{width: calc(48% - 0px);}
	.tech-download-link .cont{display: flex;flex-wrap: wrap;width: calc(100% - 150px);}
	.tech-download-link .cont .indMore{margin-top: 10px;}
}
@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-link{flex-wrap: wrap;}
	.news-link-cont{width: 100%;padding: 20px;}
	.news-link-img{width: 100%;}
    .news-head-cont {padding: 24px 0;}
    .news-head-cont .head {line-height: 24px;max-height: 48px;}
    .news-head-cont .text {line-height: 22px;max-height: 66px;margin: 14px 0 16px;}
    .newsxq-title .tags p {margin-left: 14px;}
    .newsxq-title .tags {margin-top: 16px;}
    .newsxq-title {padding-bottom: 12px;}
    .newsxq-cont {line-height: 26px;padding: 24px 0;}
	.newsxq-recom .news-link{width: 100%; padding-top: 20px;}
    .tech-support-link{flex-wrap: wrap;}
	.tech-support-link-img{width: calc(100% - 0px);}
	.tech-support-link-cont{padding: 20px;width: calc(100% - 0px);}
	.tech-recom .tech-support-link{width: 100%!important;margin-top: 20px;}
    .tech-service-list li {width: calc(50% - 1px);}
    .tech-service-list li .name{bottom: 24px;}
    .tech-service .sonTitle .text{font-size: 19px;}
    .tech-contact-from li {}
    .tech-contact-items{width: 100%;}
    .tech-contact-items:first-child{}
    .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-head .name {padding-left: 16px;}
    .reldt-map{height: 280px;}
    .reldt-wrap{position: relative;}
    .relxx-list ul {margin: -12px 0 0;}
    .relxx-list li {margin: 12px 0 0;padding: 20px 16px;}
	.reldt-list ul {flex-wrap: wrap;}
    .reldt-list li {padding: 20px 0;border-right: 0px solid #e7e7e7;border-bottom: 1px solid #e7e7e7;}
	.reldt-list li:first-child {padding: 0 0 20px 0;}
	.reldt-list li:last-child {border-bottom: 0px solid #e7e7e7;padding: 20px 0 0 0;}
    .relxx .sonTitle .text{font-size: 19px;}
    .relxx-list li .list p {margin-top: 8px;}
    .relxx-list li .list {margin-top: 16px;}
    .relxx-list li .list p span, .relxx-list li .list p a{padding-left: 8px;}
    .relxx-list{margin-top: 28px;}
    .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 .prev, .case-application-core-loop .next, .pro-parameter-loop .prev, .pro-parameter-loop .next{width: 42px;height: 42px;}
    .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;}
    .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-info-items ul {margin: -15px 0 0 -15px;}
    .pro-parameter-info-items li {width: calc(100% - 15px);margin: 15px 0 0 15px;}
    .pro-parameter-info-download {height: 40px;width: 240px;}
    .brand-about-intr-wrap {width: calc(100% - 0px);}
    .brand-about-num ul{margin-top: -20px;}
    .brand-about-num li{flex: auto;width: 50%;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: 6px;}
    .brand-phylogeny-loop-cont .hint {margin: 18px 0 6px;}
    .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-qualification-head-link{width: calc(100% - 120px);}
    .brand-qualification-loop .link {padding: 10px 24px 0;}
    .brand-about-num{}
    .brand-phylogeny-loop img {min-height: 360px;}
    .brand-development-cont .text {line-height: 24px;margin-top: 14px;}
    .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-btn>div, .brand-qualification-head-btn>div{width: 42px;height: 42px;background-size: 16px;margin-left: 8px;}
    .case-application-scene-btn>div:first-child, .brand-qualification-head-btn>div:first-child{margin-left: 0;}
    .case-application-scene-btn {width: 100%;justify-content: flex-end;margin-top: 20px;}
    .case-application-scene-loop{margin-top: 16px;}
    .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{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;}
    .indxw-head-hint-li .text{font-size: 12px;}
    .indxw-head-hint{margin-bottom: 30px;}
    .privacy .text h6 {font-size: 18px;}
	.brand-about-video{min-height: 400px}
	.brand-social-list-img{width: 60px;height: 60px;padding: 15px;}
	.brand-development-cont .indxw-loop .swiper-slide .img img {height: 70px;}
	.accordion li{width: calc(100% - 0px);min-height: 200px;}
	.proban-left .saiMenu1{padding: 20px;}
	.proban-right .scroll_box ul li{flex: 0 0 49%;margin-bottom: 20px;}
	.proban-right .scroll_box ul li:last-child:nth-child(3n + 2) {margin-right: 0;}
	.proban-right .scroll_box ul li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.proban-right .scroll_box ul li:last-child:nth-child(4n + 3) {margin-right: 0;}
	.proban-right .scroll_box .name {margin: 10px 10px 0px;}
	.proban-right .scroll_box .text {margin: 10px 10px 10px;}
	.brand-social-list li { flex: 0 0 50%;}
}