
/* =====================内页样式======================== */
/* 分页 */
.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: #043785;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: #043785;
    border-color: #043785;
    color: #fff;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background: #043785;
	border-color: #043785;
}
.page-num-current:hover {
	color: #fff;
}
@media only screen and (max-width: 576px)
.page-num {
    display: none;
}

/* 搜索页面 */
.search{width: 100%;}
.search .contain{}
.search-info{width: 100%;font-size: 30px;color: #333;font-family:'SamsungOne700';}
.search-info span{color: #043785;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #ededed;}
.search-link h2{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.search-link p{width: 100%;margin-top: 15px;color: #888;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #043785 !important;}
.search-link:hover h2{color: #043785;}
@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: 250px;max-height: 340px;}
.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{opacity: 0;animation: sonBanRun 1s ease both .4s;font-family:'SamsungOne700';}
.sonBan-cont .text{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: #043785;}
@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;right: 0;top: 50%;transform: translateY(-50%);width: 50%;}
.sonBan-hint-pro{position: absolute;z-index: 3;left: 0;bottom: 0px;width: 100%;}
.sonBan-hint .contain{justify-content: flex-end;align-items: center;flex-wrap: nowrap;width: 100%;}
.sonBan-hint a{position: relative;display: flex;align-items: center;transition: all .4s ease;margin: 0 10px;padding: 0 !important;}
.sonBan-hint a::after{display: none;}
.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: #043785;}

.sonMenu{width: 100%;position: relative;z-index: 10;overflow-x: auto;scrollbar-color:#043785 #f1f1f1;scrollbar-width:thin;}
.sonMenu .contain{position: relative;}
.sonMenu::-webkit-scrollbar {height: 3px;}
.sonMenu::-webkit-scrollbar-thumb {background: #043785;}
.sonMenu::-webkit-scrollbar-track {background: #f1f1f1;}
.sonMenu::-moz-scrollbar {height: 3px;}
.sonMenu::-moz-scrollbar-thumb {background: #043785;}
.sonMenu::-moz-scrollbar-track {background: #f1f1f1;}
.sonMenu::-ms-scrollbar {height: 3px;}
.sonMenu::-ms-scrollbar-thumb {background: #043785;}
.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{display: block;overflow: hidden;min-width: 100%;}
.sonMenu a{float: left;position: relative;}
.sonMenu a:after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 1px;height: 10px;z-index: 1;background: #888888;}
.sonMenu a span{padding: 0 30px;transition: all .4s ease;height: 60px;display: flex;align-items: center;}
.sonMenu a:first-child{}
.sonMenu a:last-child{}
.sonMenu a:last-child:after{display: none;}
.sonMenu a:hover span, .sonMenu a.active span{background: #043785;color: #FFFFFF;}
.sonMenu a:hover:after, .sonMenu a.active:after{display: none;}

.sonTitle{width: auto;}
.sonTitle .name{font-family: 'SamsungOne700';}
.sonTitle .text{font-family:'SamsungOne400';}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;background: #f8f8f8;}
.news-list{width: 100%;}
.news-link{display: flex;justify-content: space-between;align-items: center;background: #ffffff;}
.news-link:nth-of-type(odd) {flex-direction: row-reverse;}
.news-link:first-child{margin-top: 0px;}
.news-link .news-link-img{width: calc(50% - 0px);overflow: hidden;position: relative;}
.news-link .news-link-img .time{color: #fff;position: absolute;bottom: 0;right: 20px;background: #043785;padding: 10px;text-align: center;transition: all .4s ease;}
.news-link .news-link-img .time p:first-child {font-family: 'SamsungOne700';}
.news-link .news-link-img img{transition: all .6s ease;min-height: 500px;}
.news-link .news-link-cont{width: calc(50% - 0px);padding: 50px;}
.news-link .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;}
.news-link .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 .news-link-cont .link{display: flex;justify-content: center;width: 150px;height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.news-link .news-link-cont .link i{margin-left: 5px;}
.news-link:hover{}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont .name{color: #043785;}
.news-link:hover .news-link-img .time{color: #fff;background: #043785;}
.news-link:hover .news-link-cont .link{background: #043785;color: #ffffff;}

.new-list{width: 100%;}
.new-list-ul{}
.new-link{width: calc(33.33% - 0px);overflow: hidden;transition: all .4s ease;background: #ffffff;flex-wrap: wrap;align-content: space-between;display: flex;border-right: #f1f1f1 1px solid;border-bottom: #f1f1f1 1px solid;}
.new-link-img{position: relative;overflow: hidden;}
.new-link-img img{transition: all .6s ease;}
.new-link-cont .time{color: #888;}
.new-link-cont{width: calc(100% - 0px);padding: 0 20px;}
.new-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;}
.new-link-cont .link{display: flex;justify-content: center;width: 150px;height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.new-link:hover{}
.new-link-cont .link i {margin-left: 5px;}
.new-link:hover .new-link-img img{transform: scale(1.04);}
.new-link:hover .new-link-cont .name{color: #043785;}
.new-link:hover .new-link-cont .link{background: #043785;color: #FFFFFF;border: #043785 1px solid;}


/* 新闻详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;background: #f8f8f8;}
.newsxq-title{width: 100%;text-align: center;border-bottom: 1px solid #f1f1f1;}
.newsxq-title .name{}
.newsxq-title .tags{justify-content: center;color: #888;padding: 20px;}
.newsxq-cont{width: 100%;border-bottom: 1px solid #f1f1f1;}
.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: #043785;}
.newsxq-recom-head .link:hover i{color: #043785;}


/* 技术服务 */
.tech-support{width: 100%;overflow: hidden;}
.tech-support-head{width: 100%;}
.tech-support-head .contain{justify-content: space-between;align-items: flex-end;}
.tech-support-loop{width: 100%;overflow: hidden;}
.tech-support-loop .contain{}
.tech-support-loop .swiper-slide{background: #f1f1f1;}
.tech-support-loop .link{display: block;width: 100%;padding: 0px 30px;}
.tech-support-loop .link .img{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;padding: 20px 0;position: relative;}
.tech-support-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;}
.tech-support-loop .link .img img{max-width: 100%;max-height: 100%;}
.tech-support-loop .link .img i{position: absolute;z-index: 2;width: 44px;height: 44px;border-radius: 50%;background: #043785 url('/template/cn/image/brand3ic.png') no-repeat center;top: 50%;left: 50%;margin: -22px 0 0 -22px;transform: scale(0);opacity: 0;transition: all .6s ease;}
.tech-support-loop .link .name{display: flex;align-items: center;justify-content: center;transition: all .4s ease; width: 100%;    padding-bottom: 20px;}
.tech-support-loop .link:hover .img::after{opacity: 1;}
.tech-support-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.tech-support-loop .link:hover .name{color: #043785;}
.tech-support-head-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.tech-support-head-link span{background: #043785 !important;}
.tech-support-head-more{align-items: flex-end;}
.tech-support-head-btn{width: 100px;display: flex;justify-content: space-between;margin-left: 20px;}
.tech-support-head-btn>div{width: 44px;height: 44px;border-radius: 50%;transition: all .4s ease;cursor: pointer;background: #f1f1f1;align-items: center;justify-content: center;display: flex;}
.tech-support-head-btn>div.next{/*transform: rotate(180deg);*/}
.tech-support-head-btn>div:hover{background: #043785;}
.tech-download{width: 100%;overflow: hidden;background: #f1f1f1;}
.tech-download-list{width: 100%;}
.tech-download-list-ul{justify-content: space-between;}
.tech-download-link{display: flex;justify-content: space-between;align-items: center;width: calc(50% - 10px);position: relative;border-bottom: 3px solid rgba(0, 0, 0, 0);background: #ffff;padding: 20px;transition: all .4s ease;}
.tech-download-link:first-child {}
.tech-download-link .img{width: calc(30% - 10px);}
.tech-download-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.tech-download-link .cont{width: calc(70% - 10px);}
.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 .time{color: #888888;}
.tech-download-link .text{color: #888888;}
.tech-download-link .indMore{margin-top: 10px;display: flex;flex-wrap: nowrap;width: auto;align-items: center;max-width: 180px;}
.tech-download-link:hover{border-bottom: 3px solid #043785;}
.tech-faq .contain{max-width: 1200px;}
.tech-faq .accordion{justify-content: space-between;}
.tech-faq .accordion li{width: calc(100% - 0px);overflow: hidden;position: relative;}
.tech-faq .accordion a{display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center;height: 100%;transition:all .4s ease;padding: 25px 0;}
.tech-faq .accordion a:after {background: #f1f1f1; content: ""; display: block; width: 100%; height: 1px;position: absolute;bottom: 0;left: 0;transition: all .4s ease;}
.tech-faq .accordion a.active{display: flex;justify-content: space-between;height: auto;padding: 25px 0 10px 0;}
.tech-faq .accordion a.active:after {background: #043785; content: ""; display: block; width: 100%; height: 3px;position: absolute;bottom: 0;}
.tech-faq .accordion a.active div{transform: rotate(180deg);}
.tech-faq .accordion .sub-menu{padding: 0px 0px 25px;color: #888888}


/*技术详情*/
.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: #043785;}
.tech-recom-head .link:hover i{color: #043785;}
.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: #043785}
.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;}


/* 联系我们 */
.reldt{width: 100%;overflow: hidden;background: #f8f8f8;position: relative;}
.reldt .contain{flex-direction: row-reverse;position: relative;display: flex;justify-content: space-between;align-items: center;}
.reldt-wrap{width: calc(50% - 10px);}
.reldt-map{width: calc(50% - 10px);padding: 10px;border: #f1f1f1 1px solid;height: 500px;background: #ffffff;}
.reldt-map #map{width: 100%;height: 100%;}
.reldt-map #map .amap-logo,.reldt-map #map .amap-copyright{display: none !important;}
.reldt-list ul{display: flex;flex-wrap: wrap;}
.reldt-list li{width: 100%;margin-bottom: 20px;}
.reldt-list li i{background: #043785;color: #ffffff;border-radius: 100%;padding: 10px;margin-right: 10px;}
.tech-contact{width: 100%;overflow: hidden;}
.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;cursor: pointer;height: 44px;border-radius: 22px;background: #043785;transition: all .4s ease;color: #FFFFFF;}


/* 产品中心 */
.proban{width: 100%;align-items: center;position: relative;background: #f8f8f8;}
.proban .contain{justify-content: space-between;}
.proban-left{width: calc(25% - 10px);}
.proban-right{width: calc(75% - 10px);}
.pro-list{width: 100%;}
.pro-list ul{display: flex; justify-content: space-between;flex-wrap: wrap;margin-bottom: -20px;}
.pro-list li{flex: 0 0 24%;margin-bottom: 20px;text-align: center;background: #ffffff;}
.pro-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
.pro-list li:last-child:nth-child(4n + 2) {margin-right: calc((100% - 24%) / 3*2);}
.pro-list li:last-child:nth-child(4n + 3) {margin-right: calc((100% - 24%) / 3*1);}
.pro-list .pro-link{transition: all .4s ease;display: block;}
.pro-list .pro-link-img{width: 100%;overflow: hidden;}
.pro-list .pro-link-img img{transition: all .6s ease;}
.pro-list .pro-link-cont{overflow: hidden;padding: 0 20px;}
.pro-list .pro-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;text-align: left;}
.pro-list .pro-link-cont .link{display: flex;justify-content: center;width: 150px;height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.pro-list .pro-link-cont .link i{margin-left: 5px;}
.pro-list .pro-link:hover .pro-link-img img {transform: scale(1.04);}
.pro-list .pro-link:hover .pro-link-cont .name {color: #043785;}
.pro-list .pro-link:hover .pro-link-cont .link {background: #043785;color: #FFFFFF;border: #043785 1px solid;}

.pro-parameter{width: 100%;overflow: hidden;background: #f8f8f8;}
.pro-parameter-wrap{width: 100%;justify-content: space-between;}
.pro-parameter-info{width: calc(50% - 20px);}
.pro-parameter-info .text{color: #888888;}
.pro-parameter-loop{width: calc(50% - 20px);position: relative;}
.pro-parameter-loop .link{display: flex;width: 100%;justify-content: center;align-items: center;overflow: hidden;}
.pro-parameter-loop .prev, .pro-parameter-loop .next{width: 44px;height: 44px;border-radius: 50%;position: absolute;top: 50%;background: #ffffff;cursor: pointer;transition: all .4s ease;z-index: 1;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);}
.pro-parameter-loop .prev{left: 10px;}
.pro-parameter-loop .next{right: 10px;}
.pro-parameter-loop .prev:hover, .pro-parameter-loop .next:hover{background-color: #043785;color: #ffffff;}
.selection-list{}
.selection-list ul{display: flex; justify-content: space-between;flex-wrap: wrap;}
.selection-list li{flex: 0 0 24%;margin-bottom: 20px;text-align: center;background: #ffffff;border: #f1f1f1 1px solid;}
.selection-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
.selection-list li:last-child:nth-child(4n + 2) {margin-right: calc((100% - 24%) / 3*2);}
.selection-list li:last-child:nth-child(4n + 3) {margin-right: calc((100% - 24%) / 3*1);}
.selection-list li a{display: block;}
.selection-list li .img{width: 100%;overflow: hidden;}
.selection-list li .img img{transition: all .6s ease;}
.selection-list li .cont{overflow: hidden;padding: 0 20px;}
.selection-list li .cont .name{overflow: hidden;height: auto;transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align: left;}
.selection-list li .link{display: flex;justify-content: center;width: 150px;height: 50px;border: #f1f1f1 1px solid;transition: all .4s ease;align-items: center;}
.selection-list li .link i{margin-left: 5px;}
.selection-list li a:hover .img img {transform: scale(1.04);}
.selection-list li a:hover .cont .name {color: #043785;}
.selection-list li a:hover .cont .link {background: #043785;color: #FFFFFF;border: #043785 1px solid;}


/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;background: #f8f8f8;}
.brand-about .contain{}
.brand-about-num{width: calc(100% - 0px);}
.brand-about-num ul{justify-content: space-between;}
.brand-about-num li{position: relative;text-align: center;}
.brand-about-num li:last-child{margin-right:0;}
.brand-about-num li .num{display: flex;align-items: baseline;flex-wrap: nowrap;}
.brand-about-num li .num .timer {font-family: Trebuchet MS; color: #043785;font-weight: bold;}
.brand-about-num li .num i{font-style: normal;margin-left: 10px;color: #888888;}
.brand-about-num li .text{color: #888888;text-align: left;}
.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 #043785;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-culture{width: 100%;overflow: hidden;background: #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%;padding:30px;background: #ffffff;}
.brand-qualification-loop .link .img{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;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: #043785 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: #043785;}
.brand-qualification-head-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-qualification-head-link span{background: #043785 !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: #ff0000;color: #FFFFFF;}

.brand-equipment{width: 100%;overflow: hidden;background: #fffffff;}
.brand-equipment-head{width: 100%;}
.brand-equipment-head .contain{justify-content: space-between;align-items: flex-end;}
.brand-equipment-loop{width: 100%;overflow: hidden;}
.brand-equipment-loop .contain{}
.brand-equipment-loop .link{display: block;width: 100%;padding:30px;background: #ffffff;border: #f1f1f1 solid 1px;}
.brand-equipment-loop .link .img{width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;position: relative;}
.brand-equipment-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-equipment-loop .link .img img{max-width: 100%;max-height: 100%;}
.brand-equipment-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #043785 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-equipment-loop .link .name{display: flex;align-items: center;justify-content: center;transition: all .4s ease; width: 100%;}
.brand-equipment-loop .link:hover .img::after{opacity: 1;}
.brand-equipment-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.brand-equipment-loop .link:hover .name{color: #043785;}
.brand-equipment-head-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-equipment-head-link span{background: #043785 !important;}
.brand-equipment-head-more{align-items: flex-end;}
.brand-equipment-head-btn{width: 110px;display: flex;justify-content: space-between;margin-left: 20px;}
.brand-equipment-head-btn>div{width: 44px;height: 44px;border-radius: 50%;transition: all .4s ease;cursor: pointer;background: #f8f8f8;align-items: center;justify-content: center;display: flex;}
.brand-equipment-head-btn>div.next{/*transform: rotate(180deg);*/}
.brand-equipment-head-btn>div:hover{background: #ff0000;color: #FFFFFF;}

/* 隐私政策 */
.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: #043785;font-size: 20px;font-family: 'SamsungOne700';}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .reldt-map {height: 400px;}
    .brand-qualification-head-link {width: 300px;}
	.brand-equipment-head-link {width: 300px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
	.news-link .news-link-img img {min-height: 400px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
	.pro-list li{flex: 0 0 32%;}
	.pro-list li:last-child:nth-child(3n + 2) {margin-right: calc((100% - 32%) / 2);}
	.pro-list li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.pro-list li:last-child:nth-child(4n + 3) {margin-right: 0;}
	.selection-list li{flex: 0 0 32%;}
	.selection-list li:last-child:nth-child(3n + 2) {margin-right: calc((100% - 32%) / 2);}
	.selection-list li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.selection-list li:last-child:nth-child(4n + 3) {margin-right: 0;}
    .brand-qualification-head-link {width: 200px;}
	.brand-equipment-head-link {width: 200px;}
    .reldt-map {height: 300px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.sonBan-hint{display: none;}
	.news-link .news-link-img img {min-height: 280px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonTitle .text {}
    .sonMenu{overflow-x: auto;}
    .sonMenu::after {display: none;}
    .sonMenu-scroll{display: block;overflow: hidden;height: 50px;min-width: 100%;}
    .sonMenu a {float: left;}
	.sonMenu a span{padding: 0px 20px;height: 50px;}
    .sonMenu-blank{height: 58px;}
	.news-link {flex-wrap: wrap;}
	.news-link .news-link-img {width: calc(100% - 0px);}
	.news-link .news-link-cont { width: calc(100% - 0px);padding:50px 30px;}
	.news-link .news-link-cont .link {width: 136px;height: 44px;}
    .new-link-cont .link {width: 136px;height: 44px;}
	.new-link {border-right: #f1f1f1 0px solid;width: calc(100% - 0px);}
	.pro-list li{flex: 0 0 49%;}
	.pro-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
	.pro-list li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.pro-list li:last-child:nth-child(4n + 3) {margin-right: 0;}
	.pro-list .pro-link-cont .link{width: 136px;height: 44px;}
	.selection-list li{flex: 0 0 49%;}
	.selection-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
	.selection-list li:last-child:nth-child(4n + 2) {margin-right: 0;}
	.selection-list li:last-child:nth-child(4n + 3) {margin-right: 0;}
	.selection-list li .link {width: 136px;height: 44px;}
	.pro-parameter-info{width: calc(100% - 0px);margin-top: 30px;}
	.pro-parameter-loop{width: calc(100% - 0px);}
	.pro-parameter-loop .prev, .pro-parameter-loop .next{width: 40px;height: 40px;}
    .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-download-link{ 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 .contain {flex-wrap: wrap;}
    .reldt-map{height: 250px;width: calc(100% - 0px);margin-bottom: 20px;}
    .reldt-wrap{position: relative;width: calc(100% - 0px);}
    .brand-about-num ul{margin-top: -20px;}
    .brand-about-num li{width: calc(50% - 10px);;margin-top: 20px;}
    .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-video{min-height: 400px}
	.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{margin-top: 16px;}
	.brand-equipment-head-link{width: calc(100% - 120px);}
    .brand-equipment-head .sonTitle{width: 100%;}
    .brand-equipment-head-btn {width: 120px;margin-left: 0;padding-left: 30px;}
    .brand-equipment-head-more{margin-top: 20px;width: 100%;}
    .brand-equipment-loop{margin-top: 16px;}
}