
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;font-size: 0;text-align: center;user-select: none;}
.paging-menu, .paging-menu a{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 44px;height: 44px;line-height: 44px;margin: 0 3px;font-family: Arial;font-size: 18px;color: #888;transition: all .4s ease;border-radius: 50%;background-color: #fff;}
.paging-menu a:first-child, .paging-menu a:last-child{display: none !important;font-size: 0;background-repeat: no-repeat;background-position: center;background-image: url('/template/cn/images/arrL.svg');background-size: 19px auto;}
.paging-menu a:last-child{transform: rotate(180deg);}
.paging-menu a:first-child:hover, .paging-menu a:last-child:hover{}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{background: #FF8300;color: #fff;}
@media all and (max-width:1279px) {.paging-menu a{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 18px;}}
@media all and (max-width:1000px) {.paging-menu a{margin: 0 2px;width: 36px;height: 36px;line-height: 36px;}.paging-menu a:first-child, .paging-menu a:last-child{background-size: 16px;}}

/*分页*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
	justify-content: center;
}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-link {
	font: 14px/1 "SimSun";
}
.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem;
    margin-left: -1px;
    line-height: 1;
    color: #888;
    border: 0px solid #dee2e6;
    background-color: rgb(0 0 0 / 0);
    border-radius: 2px;
	margin: 0 .25rem;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
a.page-num:hover, .page-link:hover {
    text-decoration: none;
background: #FF8300;
    color: #fff;
}
.page-num-current {
	z-index: 1;
	color: #fff;
background: #FF8300;
}
.page-num-current:hover {
	color: #fff;
}
@media only screen and (max-width: 576px)
.page-num {
    display: none;
}

.indMore{height: 44px;display: inline-flex;align-items: center;padding: 0 25px 0 0;border-radius: 50%;position: relative;z-index: 2;opacity: 1;transform: translateY(0);}
.indMore::before {content: '';width: 44px;height: 44px;border-radius: 25px;background: #FF8300;transition: all 0.4s;position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: -1;pointer-events: none;}
.indMore span{}
.indMore i{width: 22px;height: 22px;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left: 10px;transition: all 0.4s;overflow: hidden;color: #ffffff;    transform: translateX(14px);}
.indMore i:before {animation: arrowRun 5s infinite;}

/* 搜索页面 */
.search{width: 100%;background: linear-gradient(to bottom,#fff,#f7f7f7);}
.search .contain{}
.search-info{width: 100%;font-family:'SamsungOne700';}
.search-info span{color: #FF8300;}
.search-list{width: 100%;margin-top: 30px;}
.search-link{display: block;width: 100%;padding: 32px 0;border-bottom: 1px solid #ededed;}
.search-link h2{line-height: 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: all .4s ease;}
.search-link p{width: 100%;margin-top: 16px;color: #888;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #00913a !important;}
.search-link:hover h2{color: #FF8300;}
@media all and (max-width:1599px) {.search-info{}.search-link{padding: 28px 0;}}
@media all and (max-width:1279px) {.search-info{}.search-link{padding: 24px 0;}}
@media all and (max-width:1000px) {.search-info{}.search-link{padding: 20px 0;}.search-link p{margin-top: 12px;}}
@media all and (max-width:640px) {.search-info{}.search-link {padding: 16px 0;}.search-link p{margin-top: 8px;}}

.sonBan{width: 100%;position: relative;}
.sonBan-img{width: 100%;object-fit: cover;min-height: 300px;max-height: 500px;}
.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{font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;display: flex;align-items: center;justify-content: flex-start;opacity: 0;animation: sonBanRun 1s ease both .4s;}
.sonBan-cont .name i{background: #FF8300;border-radius: 100%;width: 60px; height: 60px;display: flex;justify-content: center;align-items: center;}
.sonBan-cont .name span{width: calc(100% - 80px);max-width: 768px;margin-left: 20px;}
.sonBan-cont .text{font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;margin-left: 80px;opacity: 0;animation: sonBanRun 1s ease both .5s;}
.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:hover{background: #FF8300;}
@keyframes sonBanRun {0%{opacity: 0;transform: translateX(120px);}100%{opacity: 1;transform: translateX(0);}}
.sonBan-hint{position: relative;width: 100%;padding-top: 75px;}
.sonBan-hint .contain{display: flex;align-items: center;width: 100%;padding: 0 4%;min-height: 60px;}
.sonBan-hint a{position: relative;display: flex;align-items: center;transition: all .4s ease;margin:10px;}
.sonBan-hint a:first-child{}
.sonBan-hint a:last-child{margin-right: 0;}
.sonBan-hint a:hover{color: #FF8300;}

.sonMenu{width: 100%;position: relative;z-index: 3;}
.sonMenu-scroll{flex-wrap: nowrap;justify-content: flex-start;display: flex;}
body.PAD .sonMenu-scroll,body.PC .sonMenu-scroll{width: 100% !important;}
.sonMenu a{display: flex;align-items: center;justify-content: center;color: #ffffff;transition: all .4s;padding: 0px 25px;height: 44px;border-radius: 22px;position: relative;border: 1px solid rgba(255,255,255,0.1);overflow: hidden;}
.sonMenu a::before {content: "";position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background-color: #FF8300;border-radius: 22px;transform: scaleX(0);transform-origin: right;-webkit-transition: transform .4s cubic-bezier(.785, .135, .15, .86);-moz-transition: transform .4s cubic-bezier(.785, .135, .15, .86);-o-transition: transform .4s cubic-bezier(.785, .135, .15, .86);transition: transform .4s cubic-bezier(.785, .135, .15, .86);}
.sonMenu a:first-child{}
.sonMenu a:last-child{margin-right: 0;}
.sonMenu a span{transition: all .4s;position: relative;z-index: 2;}
.sonMenu a:hover, .sonMenu a.active{border: 1px solid transparent;}
.sonMenu a:hover span, .sonMenu a.active span{color: #ffffff;}
.sonMenu a:hover::before, .sonMenu a.active::before{transform: scaleX(1);transform-origin: left;}


.sonTitle{width: auto;}
.sonTitle .name{font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;display: flex;align-items: center;justify-content: space-between;}
.sonTitle .name i{background: #FF8300;border-radius: 100%;width: 60px; height: 60px;display: flex;justify-content: center;align-items: center;}
.sonTitle .name span{width: calc(100% - 80px);}
.sonTitle .text{margin-left: 80px;}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;}
.news-list{width: 100%;}
.news-list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.news-list li{width: calc(32% - 0px);}
.news-list li:last-child:nth-child(3n + 2) {margin-right: calc((100% - 32%) / 2);}
.news-link{display: block;border: 1px solid rgba(255,255,255,0.1);border-radius: 20px;overflow: hidden;}
.news-link-img{width: 100%;overflow: hidden;background: #ffffff;}
.news-link-img img{transition: all .6s ease;}
.news-link-cont{padding: 30px;width: calc(100% - 0px);}
.news-link-cont .name{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.news-link-cont .title{color: #888;transition: all .4s ease;}
.news-link-cont .text{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;color: #888;}
.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: #FF8300;}


/* 新闻详情 */
.news-detail{width: 100%;overflow: hidden;position: relative;}
.news-detail .contain{    display: flex;
    justify-content: space-between;}
.news-detail-title{width: calc(69% - 0px);border: 1px solid rgba(255,255,255,0.1);border-radius: 20px;padding: 50px;}
.news-detail-title .name{}
.news-detail-title .tags{color: #ffffff;background: #FF8300;border-radius: 5px;padding: 20px;}
.news-detail-title .tags p{margin-left: 20px;}
.news-detail-title .tags p:first-child{margin-left: 0;}
.news-detail-cont{width: 100%;}
.news-detail-cont ul,.news-detail-cont li{list-style: disc;margin-left: 10px;}
.news-detail-cont p{line-height: inherit;}
.news-detail-recom{width: calc(29% - 0px);}
.news-detail-recom-head{width: 100%;justify-content: space-between;align-items: center;}
.news-detail-recom-list{}
.news-detail-recom-link .name{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: ertical;color: #888888;}
.news-detail-recom-link .name:hover{color: #FF8300;}
.news-detail-recom-return{border-top: 1px solid rgba(255,255,255,0.1);}
.news-detail-recom-return a{display: flex;flex-wrap: wrap;justify-content: center;}
.news-detail-recom-return a i{width: 44px; height: 44px; border:1px solid rgba(255,255,255,0.1); display: flex;justify-content: center; align-items: center;border-radius: 50%;transition: all .4s ease;}
.news-detail-recom-return a span{width: 100%;margin-top: 10px;text-align: center;transition: all .4s ease;}
.news-detail-recom-return a:hover i{border:1px solid #FF8300; background: #FF8300; }
.news-detail-recom-return a:hover span{color: #FF8300; }


/* 技术服务 */
.tech{width: 100%;overflow: hidden;}
.tech-support{width: 100%;overflow: hidden;background: linear-gradient(to bottom,#fff,#f7f7f7);}
.tech-support-info{width: 100%;}
.tech-support-info .text{align-items: center;color: #FF8300;margin-top: 14px;}
.tech-support-info .text:first-child{margin-top: 0;}
.tech-support-info .text p{margin-left: 14px;}
.tech-support-list{width: 100%;}
.tech-support-list ul{margin: -40px 0 0 -40px;}
.tech-support-list li{width: calc(25% - 40px);margin: 40px 0 0 40px;background: rgba(247, 247, 247, 1);display: flex;flex-direction: column;justify-content: center;transition: all .6s ease;padding: 50px;}
.tech-support-list li .icon{display: flex;align-items: center;width: 100%;height: auto;position: relative;margin-bottom: 24px;color: #FF8300;}
.tech-support-list li .icon img{position: absolute;transition: all .4s ease;top: 0;left: 0;}
.tech-support-list li .icon img.s{opacity: 1;}
.tech-support-list li .icon img.h{opacity: 0;}
.tech-support-list li .name{margin-bottom: 8px;transition: all .4s ease;width: 100%;font-family:'SamsungOne600';}
.tech-support-list li .text{min-height: 40px;color: #888;transition: all .4s ease;width: 100%;}
.tech-support-list li:hover{background: #FF8300;}
/*
.tech-support-list li:hover .icon img.s{opacity: 0;}
.tech-support-list li:hover .icon img.h{opacity: 1;}
*/
.tech-support-list li:hover .icon{color: #fff;}
.tech-support-list li:hover .name{color: #fff;}
.tech-support-list li:hover .text{color: #fff;}
.tech-download{width: 100%;overflow: hidden;background: #fff;}
.tech-download-head{align-items: flex-end;justify-content: space-between;}
.tech-download-head .more{width: 92px;align-items: center;color: #505050;font-family:'SamsungOne700';}
.tech-download-head .more span{transition: all .4s ease;margin-right: 8px;}
.tech-download-head .more i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('/template/cn/images/arrRW.svg') no-repeat center/16px auto;transition: all .4s ease;}
.tech-download-head .more:hover span{color: #FF8300;}
.tech-download-head .more:hover i{background: #FF8300;}
.tech-download-list{width: 100%;}
.tech-download-ul{margin: -36px 0 0 -36px;}
.tech-download-link{display: block;width: calc(25% - 36px);box-shadow: 0 0 20px 4px rgba(0, 0, 0, .05);position: relative;margin: 36px 0 0 36px;background: #fff;transition: all .6s ease;padding: 36px 20px;}
.tech-download-link .img{width: 100%;height: 140px;display: flex;align-items: center;justify-content: center;position: relative;}
.tech-download-link .img img{max-width: 100%;max-height: 100%;transition: all .6s ease;}
.tech-download-link .name{margin-top: 12px;text-align: center;color: #888;transition: all .4s ease;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tech-download-link .img::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(255, 255, 255, .5);opacity: 0;transition: all .4s ease;}
.tech-download-link .icon{width: 48px;height: 48px;top: 50%;left: 50%;margin: -24px 0 0 -24px;border-radius: 50%;z-index: 2;;position: absolute;z-index: 2;background: #00913a url('/template/cn/images/techDown.png') no-repeat center;opacity: 0;transform: scale(0);transition: all .4s ease;}
.tech-download-link:hover{box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);}
.tech-download-link:hover .img img{transform: scale(1.02);}
.tech-download-link:hover .img::after{opacity: 1;}
.tech-download-link:hover .name{color: #FF8300;}
.tech-download-link:hover .icon{opacity: 1;transform: scale(1);}

/* 技术服务-下载 */
.techxz{width: 100%;position: relative;}
.techxz .tech-download{background: #fff;}
.techxz-head{width: 100%;align-items: center;justify-content: space-between;}
.techxz-head .name{padding-left: 28px;border-left: 3px solid #00913a;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;}

/* 联系我们 */
.tech-reldt{width: 100%;overflow: hidden;position: relative;}
.tech-reldt .contain{position: relative;display: flex;justify-content: space-between;}
.reldt-wrap{width: calc(50% - 30px);position: relative;}
.reldt-wrap:before{content: "";width: 100%;height: 5px;background: #FF8300;position: absolute;bottom: 0;left: 0;display: none;}
.reldt-wrap .sonTitle .text {margin-left: 0px;}
.reldt-list{width: 100%;}
.reldt-list li{width: 100%;display: flex;align-items: center;}
.reldt-list li .icon{}

.relxx{width: 100%;overflow: hidden;}
.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: #FF8300;}
.relxx-list li .list p a{transition:all .4s ease}
.relxx-list li .list p a:hover{color: #FF8300;}

.tech-contact{width: calc(50% - 30px);overflow: hidden;}
.tech-contact .getCase {
    display: flex;
    position: relative;
    z-index: 2;
}
.tech-contact .getCase a {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 50%;
    position: relative;
}
.tech-contact .getCase a::before {
    content: '';
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background: #FF8300;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}
.tech-contact .getCase a:hover::before {
    width: 44px;
}
.tech-contact .getCase a i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.4s;
    overflow: hidden;
    color: #ffffff;
}
.tech-contact .getCase a i:before {
    animation: arrowRun 5s infinite;
}
.tech-contact .getCase a:hover i {
    transform: translateX(14px);
}

/* 案例展示 */
.case{width: 100%;position: relative;overflow: hidden;}
.case-list{width: 100%;}
.case-list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.case-list li{width: calc(32% - 0px);}
.case-list li:last-child:nth-child(3n + 2) {margin-right: calc((100% - 32%) / 2);}
.case-link-img{width: 100%;overflow: hidden;background: #ffffff;border-radius: 20px;}
.case-link-img img{transition: all .6s ease;}
.case-link-cont{padding: 30px;width: calc(100% - 0px);}
.case-link-cont .name{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.case-link-cont .title{color: #888;transition: all .4s ease;}
.case-link-cont .text{transition: all .4s ease;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;color: #888;}
.case-link:hover .case-link-cont{background: none;}
.case-link:hover .case-link-img img{transform: scale(1.04);}
.case-link:hover .case-link-cont .name{color: #FF8300;}


/* 产品中心 */
.proban{width: 100%;align-items: center;position: relative;}
.proban-img{width: 960px;}
.proban-img img{width: 100%;object-fit: cover;}
.proban-cont{width: calc(100% - 960px);padding: 0 160px;}
.proban-cont .name{color: #222;line-height: 1.1;}
.proban-cont .text{color: #888;line-height: 30px;margin-top: 24px;}
.pro{width: 100%;overflow: hidden;}
.pro-list{width: 100%;}
.pro-list ul{flex-wrap: wrap;display: flex;margin: -25px 0 0 -50px;}
.pro-list li{width: calc(33.3333% - 50px);position: relative;overflow: hidden;margin: 25px 0 25px 50px;}
.pro-list li a{display: block;}
.pro-list li a .img{border: 1px solid #f0f0f0;overflow: hidden;}
.pro-list li a .img img{transition: all .6s ease;}
.pro-list li a .cont{margin-top: 20px;padding: 20px;}
.pro-list li a .cont .name{margin-bottom: 20px;transition: all .4s ease;}
.pro-list li a .cont .text{color: #888;transition: all .4s ease;}
.pro-list li a:hover .img img{transform: scale(1.04);}
.pro-list li a:hover .cont{color: #FF8300;}
.pro-list li a:hover .cont .indMore{color: #FF8300;}

.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: #FF8300;}
.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 #f0f0f0;}
.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{}
.pro-parameter-info .sonTitle .text{}
.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 #f0f0f0;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 #00913a;background: #FF8300;}
.pro-parameter-info-data{width: 100%;}
.pro-parameter-info-data>div{display: none;width: 100%;}
.pro-parameter-info-data>div.sonTitle{display: block;}
.pro-parameter-info-data>div.active{display: block;}
.pro-parameter-info-items ul{margin: -28px 0 0 -28px;}
.pro-parameter-info-items li{width: calc(50% - 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: #FF8300;width: 24px;}
.pro-parameter-info-items li .text{color: #888;}
.pro-parameter-info-download{display: flex;height: 46px;font-family:'SamsungOne700';justify-content: center;width: 256px;align-items: center;border: 1px solid #00913a;color: #FF8300;transition: all .4s ease;}
.pro-parameter-info-download span{padding-right: 26px;background: url('/template/cn/image/proDown.png') no-repeat right center;transition: background .4s ease;}
.pro-parameter-info-download:hover{background: #FF8300;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;}
.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;bottom: 0;background: #f0f0f0;cursor: pointer;transition: all .4s ease;z-index: 1;display: flex;justify-content: center;align-items: center;}
.pro-parameter-loop .prev{left: 0;}
.pro-parameter-loop .next{left: 55px;}
.pro-parameter-loop .prev:hover, .pro-parameter-loop .next:hover{background: #FF8300;color: #ffffff;}

/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;}
.brand-about .brand-about-cont{position: relative;} 
.brand-about-intr{width: 100%;flex-direction: row-reverse;justify-content: center;}
.brand-about-intr .sonTitle .text{margin: 0;}
.brand-about-intr-wrap{width: calc(100% - 0px);display: flex;justify-content: space-between;align-items: flex-start;}
.brand-about-intr-wrap .sonTitle{width: calc(29% - 0px);}
.brand-about-intr-cont{width: calc(69% - 0px);}
.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 ul{display: flex;justify-content: space-between;}
.brand-about-num li{justify-content: center;display: flex;flex-wrap: wrap;}
.brand-about-num li .num{display: flex;align-items: baseline;width: calc(100% - 0px);justify-content: center;}
.brand-about-num li .num .timer{font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;}
.brand-about-num li .num i{margin-right: 20px;}
.brand-about-num li .text{}
.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: 500px;display: flex;align-items: center;justify-content: center;flex-direction: column;    background-color: rgba(255, 255, 255, 0.8);backdrop-filter: blur(20px);overflow: hidden;border-radius: 20px;}
.brand-about-video img{position: absolute; z-index: 0;opacity: 1;}
.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 #FF8300;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-partner{position: relative;width: 100%;}
.brand-partner .contain{width: 92%!important;}
.brand-partner-loop{width: calc(100% - 0px);position: relative;}
.brand-partner-loop .swiper-slide-active img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.brand-partner-link{display: flex;width: 100%;height: 80px;align-items: center;justify-content: center;padding: 5px 0;}
.brand-partner-link img{max-width: 100%;max-height: 100%;transition: all .4s ease;filter: grayscale(1);opacity: 0.2;}
.brand-partner-link:hover img{transform: translateY(-5px);filter: grayscale(0);opacity: 1;}
.brand-partner-prev, .brand-partner-next{width: 44px;height: 44px;border-radius: 50%;position: absolute;cursor: pointer;top: 50%;margin-top: -22px;background: #fff;transition: all .4s ease;display: flex;justify-content: center;align-items: center;}
.brand-partner-prev{left: 0px;}
.brand-partner-next{right: 0px;}
.brand-partner-prev:hover, .brand-partner-next:hover{background: #FF8300;color: #ffffff;}


/* 网站建设 */
.website{background:url(/template/cn/image/main_bg.png) top center no-repeat;}
.website-cont{}
.website-cont ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.website-cont ul li{width: calc(48% - 0px);border-radius: 20px;backdrop-filter: blur(20px);background-color: rgba(255, 255, 255, .8);padding: 30px;color: #000000;min-height: 300px;}
.website-cont ul li .text{color: #888888;}

.website-process{border-bottom: rgba(255,255,255,.1) solid 1px;width: 100%;position: relative;overflow: hidden;}
.website-process .sonTitle {text-align: center;}
.website-process .sonTitle .name {justify-content: center;}
.website-process .sonTitle .text{margin-left: 0;color: #888888;}
.website-process-loop{width: 100%;position: relative;border: rgba(255, 255, 255, 0.1) 1px solid;border-radius: 20px;}
.website-process-loop .swiper-slide{display: flex;justify-content: space-between;padding-left: 50px;padding-right: 50px;}
.website-process-loop-cont{width: calc(50% - 0px);height: 100%;display: flex;align-items: flex-start;border-right: rgba(255, 255, 255, 0.1) 1px solid;padding-right: 50px;flex-wrap: wrap;}
.website-process-loop-cont .name{width: 100%}
.website-process-loop-cont .text{}
.website-process-loop-pe{width: calc(50% - 50px);height: 100%;display: flex;align-items: flex-start;flex-wrap: wrap;}
.website-process-loop-pe .name{width: calc(100% - 0px);}
.website-process-loop-pe ul{display: flex;justify-content: flex-start;align-items: flex-start; flex-wrap: wrap;}
.website-process-loop-pe ul li{border: rgba(255,255,255,.1) 1px solid;height: 36px; border-radius: 18px;margin: 0 10px 10px 0;padding: 0 20px;display: flex;align-items: center;justify-content: center;}
.website-process-loop-btn{width: 100px;display: flex;justify-content: space-between;margin-left: 50px;}
.website-process-loop-btn>div{width: 44px;height: 44px;border-radius: 50%;transition: all .4s ease;cursor: pointer;background: #ffffff;color: #000000; align-items: center;justify-content: center;display: flex;}
.website-process-loop-btn>div.next{/*transform: rotate(180deg);*/}
.website-process-loop-btn>div:hover{background: #FF8300;color: #ffffff;}
.website-process-loop-cont .name, .website-process-loop-cont .hint, .website-process-loop-cont .text{opacity: 0;}
.swiper-slide-active .website-process-loop-cont .name{animation: phylogenyRun 1s ease both .8s;}
.swiper-slide-active .website-process-loop-cont .hint{animation: phylogenyRun 1s ease both .9s;}
.swiper-slide-active .website-process-loop-cont .text{animation: phylogenyRun 1s ease both 1s;}
@keyframes phylogenyRun {0%{opacity: 0;transform: translateY(120px);}100%{opacity: 1;transform: translateY(0);}}
.website-process-menu{width: 100%;height: 100%;border-bottom: rgba(255,255,255,0.1) 1px solid;}
.website-process-menu ul{display: flex;justify-content: space-around;}
.website-process-menu li{display: flex;align-items: center;position: relative;flex-wrap: wrap;justify-content: center;padding:20px 0;}
.website-process-menu li:before{content: "";position: absolute;width: 1px;height: 20px;background: rgba(255,255,255,0.1); bottom: 0; right: 0;}
.website-process-menu li:last-child:before{display: none;}
.website-process-menu li i{width: 36px;height: 36px;border-radius: 100%; color: #FF8300;font-style: normal;position: relative;display: flex;align-items: center;justify-content: center;transition: all .4s ease;}
.website-process-menu li i:after{content: "";width: 36px;height: 36px;border-radius: 100%;transition: all .4s ease;opacity: 0;transform: scale(0);background: #FF8300;position: absolute;left: 50%;top: 50%;margin: -18px 0 0 -18px;z-index: -1;}
.website-process-menu li.active i{color: #ffffff;}
.website-process-menu li.active i:after{opacity: 1;transform: scale(1);}
.website-process-menu li span{width: 100%;text-align: center;margin-top:10px;}

/* 品牌设计 */
/* 影视宣传 */
/* 数字营销 */
/* 增值服务 */




/* 隐私政策 */
.privacy {width: 100%;}
.privacy .name{line-height: 1.1;font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;color: #111;text-align: center;text-transform: uppercase;}
.privacy .text{color: #777;line-height: 1.6;}
.privacy .text h6 {color: #FF8300;font-size: 20px;font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;}



.pro-parameter{overflow:visible}
.pro-parameter-info .customSelect{display: block;width: 256px;position: relative;user-select: none;margin-top:44px;font-family: 'SamsungOne300', 'SamsungOne600', sans-serif;}
.pro-parameter-info .customSelect-name{display: flex;align-items: center;height: 46px;position: relative;border: 1px solid #00913a;padding: 0 14px;font-size: 14px;color: #FF8300;cursor: pointer;}
.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;}
.pro-parameter-info .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: 46px;max-height: 200px;border: 1px solid #00913a;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-color: #fff7f7;color: #FF8300;}
.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: #FF8300;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) */
    .proban-cont {padding: 0 90px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .sonMenu-blank{height: 70px;}
    .tech-support-list ul {margin: -30px 0 0 -30px;}
    .tech-support-list li {width: calc(25% - 30px);margin: 30px 0 0 30px;padding: 40px;}
    .tech-download-ul {margin: -28px 0 0 -28px;}
    .tech-download-link {width: calc(25% - 28px);margin: 28px 0 0 28px;padding: 30px 20px;}
    .relxx-list ul {margin: -40px 0 0 -30px;}
    .relxx-list li {width: calc(33.3333% - 30px);margin: 40px 0 0 30px;padding: 32px 30px;}

    .proban-img {width: 750px;}
    .proban-cont {width: calc(100% - 750px);padding: 0 80px;}
    .pro-scene-cont {padding: 30px 100px;}
	.pro-list ul {margin: -20px 0 0 -40px;}
	.pro-list li {width: calc(33.3333% - 40px);margin: 20px 0 20px 40px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .sonMenu-blank{height: 60px;}
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 20px;}
    .tech-download-ul {margin: -24px 0 0 -24px;}
    .tech-download-link {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 24px 20px;}
    .proban-img {width: 600px;}
    .proban-cont {width: calc(100% - 600px);padding: 0 60px;}
    .pro-scene-cont {padding: 30px 60px;}
    .pro-parameter-info-items ul {margin: -20px 0 0 -20px;}
    .pro-parameter-info-items li {width: calc(50% - 20px);margin: 20px 0 0 20px;}
	.pro-list ul {margin: -15px 0 0 -30px;}
	.pro-list li {width: calc(33.3333% - 30px);margin: 15px 0 15px 30px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.sonBan-hint{padding-top: 60px;}
    .news-list li {width: calc(49% - 0px);}
    .news-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
    .case-list li {width: calc(49% - 0px);}
    .case-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
    .brand-about-num ul {flex-wrap: wrap;justify-content: center;}
	.brand-about-num li {margin-bottom: 20px;}
	
	
    .tech-support-list ul {margin: -24px 0 0 -24px;}
    .tech-support-list li {width: calc(50% - 24px);margin: 24px 0 0 24px;padding: 24px 20px;height: auto;}
    .techxz-head-search{width: 100%;margin-bottom: 40px;}
    .techxz-head .name{width: 100%;}
    .relxx-list ul {margin: -28px 0 0;}
    .relxx-list li {width: 100%;margin: 28px 0 0;padding: 30px 28px;}

	
    .proban-img{width: 100%;}
    .proban-cont {width: 100%;padding: 40px 4% 70px;}
    .proban-cont .text {line-height: 28px;margin-top: 12px;}
    .pro-meet-ul {margin-top: -30px;}
    .pro-meet-items {margin-top: 30px;}
    .pro-scene-img{width: 100%;}
    .pro-scene-cont{width: 100%;padding: 28px 0;}
    .pro-scene-items:last-child .pro-scene-cont{padding-bottom: 0;}
    .pro-parameter-loop{width: 100%;}
    .pro-parameter-info {width: 100%;padding: 50px 0 0;}
	.pro-list ul {margin: -15px 0 0 -30px;}
	.pro-list li {width: calc(50% - 30px);}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonMenu{overflow-x: auto;}
    .sonMenu::after {display: none;}
    .sonMenu-scroll{display: block;overflow: hidden;height: 60px;min-width: 100%;}
    .sonMenu a {float: left;padding: 0px 20px;}
    .sonMenu-blank{height: 48px;}
    .news-list li {width: calc(100% - 0px);}
    .news-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
	.news-detail .contain { flex-wrap: wrap;}
	.news-detail-title {width: calc(100% - 0px);padding:34px 20px;border-radius: 10px;}
	.news-detail-recom {width: calc(100% - 0px);}
    .case-list li {width: calc(100% - 0px);}
    .case-list li:last-child:nth-child(3n + 2) {margin-right: 0;}
	.brand-about-intr-wrap{flex-wrap: wrap;}
	.brand-about-intr-wrap .sonTitle {width: calc(100% - 0px);}
	.brand-about-intr-cont {width: calc(100% - 0px);}
	.brand-about-video{min-height: 400px}
	.reldt-wrap{position: relative;width: 100%;}
	.tech-contact{width: 100%;}
    .relxx-list{margin-top: 28px;}
    .relxx-list ul {margin: -12px 0 0;}
    .relxx-list li {margin: 12px 0 0;padding: 20px 16px;}
    .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;}
	.website-cont ul li{ width: calc(100% - 0px);margin-top: 18px;}
    .website-process-menu {}
    @keyframes phylogenyRun {0%{opacity: 0;transform: translateY(60px);}100%{opacity: 1;transform: translateY(0);}}
    .website-process-menu ul{}
    .website-process-menu li{}
	.website-process-menu li i {width: 30px;height: 30px;}
	.website-process-menu li i:after {width: 30px;height: 30px;margin: -15px 0 0 -15px;}
    .website-process-menu li span{display: none;}
	.website-process-loop .swiper-slide { padding-left: 20px;padding-right: 20px;flex-wrap: wrap;}
	.website-process-loop-cont {width: calc(100% - 0px);border-right: rgba(255, 255, 255, 0.1) 0px solid;border-bottom: rgba(255, 255, 255, 0.1) 1px solid;padding-right: 0px;padding-bottom:34px;margin-bottom: 34px;}
	.website-process-loop-pe {width: calc(100% - 0px);}
	.website-process-loop-btn {margin-left: 20px;}

	
    .tech-support-info .text p {margin-left: 10px;}
    .tech-support-info .text {margin-top: 10px;}
    .tech-support-list ul {margin: -16px 0 0;}
    .tech-support-list li {width: calc(100% - 0px);margin: 16px 0 0;padding: 20px 16px;}
    .tech-support-list li .icon{margin-bottom: 16px;}
    .tech-support-list li .name {margin-bottom: 6px;}
    .tech-download-head .more {margin-top: 14px;}
    .tech-download-ul {margin: -20px 0 0;}
    .tech-download-link {width: 100%;margin: 20px 0 0;padding: 20px 20px;}
    .tech-download-link .img {height: 120px;}
    .techxz-head-search {margin-bottom: 28px;}
    .techxz-head-search input {border-radius: 21px;height: 42px;padding: 0 50px 0 20px;}
    .techxz-head-search button {width: 40px;height: 40px;}
    .techxz .tech-download-link{box-shadow: 0 0 16px 2px rgba(0, 0, 0, .1);}
    .techxz-head .name {padding-left: 16px;}
    .proban-cont .name{font-size: 26px;}
    .proban-cont .text {line-height: 24px;margin-top: 10px;}
    .proban-cont {padding: 32px 4% 58px;}
    .pro-meet-wrap-text {margin: 16px auto 0;line-height: 26px;}
    .pro-meet-ul {margin-top: -24px;}
    .pro-meet-items {width: 50% !important;padding: 0 10px;margin-top: 24px;}
    .pro-meet-items .name {margin: 8px 0 4px;}
    .pro-meet-items .text {line-height: 20px;}
    .pro-scene-cont .text {line-height: 22px;margin-top: 8px;}
    .pro-scene-cont{padding: 24px 0;}
    .pro-parameter-info-items ul {margin: -15px 0 0 -15px;}
    .pro-parameter-info-items li {width: calc(50% - 15px);margin: 15px 0 0 15px;}
    .pro-parameter-info-download {height: 40px;width: 240px;}
    .privacy .text h6 {font-size: 18px;}
	.pro-list ul {margin: -20px 0 0;}
	.pro-list li {width: 100%;margin: 20px 0 0px 0;}
}