
/* =====================内页样式======================== */
/* 分页 */
.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: #888888;transition: all .4s ease;border-radius: 50%;background-color: #ffffff;}
.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('../images/arrL.html');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: #fe2620;color: #ffffff;}
@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: #888888;
    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: #fe2620;
    color: #ffffff;
}
.page-num-current {
	z-index: 1;
	color: #ffffff;
	background: #fe2620;
}
.page-num-current:hover {
	color: #ffffff;
}
@media only screen and (max-width: 576px)
.page-num {
    display: none;
}

/* 搜索页面 */
.search{width: 100%;}
.search .contain{}
.search-info{width: 100%;font-family: 'SamsungOne300';}
.search-info span{color: #fe2620;}
.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: #888888;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.search-link .highlightRow span{color: #fe2620 !important;}
.search-link:hover h2{color: #fe2620;}
@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;}
.sonBan-cont{position: absolute;width: 100%;height: 100%;z-index: 2;top: 0;left: 0;display: flex;align-items: center;}
.sonBan-cont .name{line-height: 1.1;opacity: 0;animation: sonBanRun 1s ease both .4s;font-family: 'SamsungOne300';color: #FFFFFF;text-align: center;}
.sonBan-cont .name br{content: "";display: block;height: 5px;}
.sonBan-cont .text{line-height: 1.1;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('../images/play.html') no-repeat right center/20px auto;}
.sonBan-cont .link:hover{background: #fe2620;}
@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: 20px;width: 100%;}
.sonBan-hint .contain{justify-content: flex-start;align-items: center;color: #FFFFFF;}
.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{margin-left: 0;}
.sonBan-hint a:last-child{}
.sonBan-hint a:last-child::after{display: none;}
.sonBan-hint a:hover{color: #fe2620;}

.sonMenu{width: 100%;}
.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;transition: all .4s ease;padding: 0px 20px;height: 44px;background: #f8f8f8; white-space: nowrap;margin:0 5px;}
.sonMenu a:last-child{margin-left: 0;}
.sonMenu a:last-child{margin-right: 0;}
.sonMenu a:hover, .sonMenu a.active{background: #fe2620;color: #FFFFFF;}

.sonTitle{width: auto;}
.sonTitle .name{font-family: 'SamsungOne300';}
.sonTitle .text{font-family: 'SamsungOne300';}

/* 新闻 */
.news{width: 100%;position: relative;overflow: hidden;}
.news-list{width: 100%;}
.news-list-ul{margin: -25px 0 0 -50px;}
.news-link{display: block;width: calc(33.3333% - 50px);margin: 25px 0 25px 50px;position: relative;overflow: hidden;transition: all .4s ease;}
.news-link-img{width: calc(100% - 0px);overflow: hidden;}
.news-link-img img{transition: all .6s ease;}
.news-link-cont{padding: 30px;width: calc(100% - 0px);transition: all .4s ease;}
.news-link-cont .name{height: auto;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;transition: all .4s ease;}
.news-link-cont .time{color: #888888;transition: all .4s ease;}
.news-link:hover{}
.news-link:hover .news-link-img img{transform: scale(1.04);}
.news-link:hover .news-link-cont{background: #fe2620;color: #FFFFFF;}
.news-link:hover .news-link-cont .name{color: #FFFFFF;}
.news-link:hover .news-link-cont .time{color: #FFFFFF;}


/* 新闻详情 */
.newsxq{width: 100%;overflow: hidden;position: relative;}
.newsxq-title{width: 100%;text-align: center;}
.newsxq-title .name{}
.newsxq-title .tags{justify-content: center;color: #888888;}
.newsxq-title .tags p{margin-left: 20px;}
.newsxq-title .tags p:first-child{margin-left: 0;}
.newsxq-cont{color: #888888;border-bottom: #f0f0f0 1px solid;border-top: #f0f0f0 1px solid;}
.newsxq-cont .sonTitle{color: #000000;}
.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: #888888;text-transform: uppercase;transition: all .4s ease;}
.newsxq-recom-head .link span{padding-right: 10px;}
.newsxq-recom-head .link:hover{color: #fe2620;}
.newsxq-cont li{list-style: decimal;margin-left: 15px;}



/* 技术服务 */
.tech{width: 100%;overflow: hidden;}
.tech-support{width: 100%;overflow: hidden;background: linear-gradient(to bottom,#ffffff,#f8f8f8);}
.tech-support-info{width: 100%;}
.tech-support-info .text{align-items: center;color: #fe2620;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: #fe2620;}
.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: 'SamsungOne300';}
.tech-support-list li .text{min-height: 40px;color: #888888;transition: all .4s ease;width: 100%;}
.tech-support-list li:hover{background: #fe2620;}
/*
.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: #ffffff;}
.tech-support-list li:hover .name{color: #ffffff;}
.tech-support-list li:hover .text{color: #ffffff;}
.tech-download{width: 100%;overflow: hidden;background: #ffffff;}
.tech-download-head{align-items: flex-end;justify-content: space-between;}
.tech-download-head .more{width: 92px;align-items: center;color: #505050;font-family: 'SamsungOne300';}
.tech-download-head .more span{transition: all .4s ease;margin-right: 8px;}
.tech-download-head .more i{width: 26px;height: 26px;border-radius: 50%;background: #303030 url('../images/arrRW.html') no-repeat center/16px auto;transition: all .4s ease;}
.tech-download-head .more:hover span{color: #fe2620;}
.tech-download-head .more:hover i{background: #fe2620;}
.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: #ffffff;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: #888888;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: #fe2620 url('http://www-x-longdingglass-x-com.img.addlink.cn/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: #fe2620;}
.tech-download-link:hover .icon{opacity: 1;transform: scale(1);}


/* 联系我们 */
.tech-reldt{width: 100%;overflow: hidden;background: #ffffff;position: relative;}
.tech-reldt .contain{position: relative;display: flex;justify-content: space-between;}
.reldt-wrap{width: calc(50% - 10px);position: relative;}
.reldt-map{width: calc(50% - 0px);height: 450px;position: relative;background: #ffffff;/*box-shadow: 0 0 16px 4px rgba(0, 0, 0, .05);*/border: 1px solid #f0f0f0;padding: 10px;}
.reldt-map #map{width: 100%;height: 100%;}
.reldt-map #map .amap-logo,.reldt-map #map .amap-copyright{display: none !important;}

.tech-message{border-top: #f0f0f0 1px solid;}
.tech-contact{width: 100%;overflow: hidden;}
.tech-contact-from{}
.tech-contact-from li{width: 100%;justify-content: space-between;}
.tech-contact-items{width: calc(50% - 10px);margin-bottom: 20px;}
.tech-contact-items p{font-size: 16px;color: #888888;height: 30px;}
.tech-contact-items input, .tech-contact-items textarea{display: block;width: 100%;border: 1px solid #e6e6e6;color: #888888;padding: 0 12px;height: 50px;transition: border .4s ease;}
.tech-contact-items input:focus, .tech-contact-items textarea:focus{border: 1px solid #888888;}
.tech-contact-from li.textarea .tech-contact-items{width: 100%;}
.tech-contact-from li.textarea .tech-contact-items textarea{padding: 6px 12px;height: 114px;}
.tech-contact-from li.code .tech-contact-items{justify-content: space-between;}
.tech-contact-from li.code .tech-contact-items input{width: calc(100% - 130px);}
.tech-contact-from li.code .tech-contact-items span{display: flex;transition: border .4s ease;align-items: center;justify-content: center;width: 116px;height: 50px;border: 1px solid #e6e6e6;border-radius: 4px;cursor: pointer;padding: 4px;}
.tech-contact-from li.code .tech-contact-items span img{max-width: 100%;max-height: 100%;object-fit: cover;}
.tech-contact-from li.code .tech-contact-items span:hover{border: 1px solid #888888;}
.tech-contact-from li button{width: 256px;color: #ffffff;cursor: pointer;height: 44px;border-radius: 22px;background: #fe2620;transition: all .4s ease;}


.accordion{}
.accordion .files{margin-bottom: 20px;}
.accordion .files a{justify-content: space-between;padding: 20px;border: #f0f0f0 1px solid; }
.accordion .files a.active{background: #fe2620;color: #ffffff;border: 0px;}
.accordion .files .sub-menu{padding: 20px; border: 0px solid #e6e6e6;border-top: none;box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);}


/* 产品中心 */
.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: #888888;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: #888888;}
.proban .sonBan-hint a::after{background-image: url('../images/arrRG.html');}
.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{overflow: hidden;}
.pro-list li a .img img{transition: all .6s ease;background: #f8f8f8;}
.pro-list li a .cont{width: 100%;padding: 30px;transition: all .4s ease;}
.pro-list li a .cont .name{height: auto;overflow: hidden;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;transition: all .4s ease;}
.pro-list li a .cont .text{color: #888888;transition: all .4s ease;}
.pro-list li a:hover .img img{transform: scale(1.04);}
.pro-list li a:hover .cont{background: #fe2620;}
.pro-list li a:hover .cont .name{color: #FFFFFF;}
.pro-list li a:hover .cont .text{color: #FFFFFF;}

.pro-parameter{width: 100%;overflow: hidden;}
.pro-parameter .sonTitle{width: 100%;}
.pro-parameter-wrap{width: 100%;justify-content: space-between;}
.pro-parameter-info{width: calc(50% - 25px);}
.pro-parameter-info .sonTitle .name{}
.pro-parameter-info .sonTitle .text{color: #888888;}
.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: #ffffff;border: 1px solid #fe2620;background: #fe2620;}
.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: -25px 0 0 -25px;}
.pro-parameter-info-items li{width: calc(50% - 25px);margin: 25px 0 0 25px;background: #f8f8f8;padding: 10px 20px;}
.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: #fe2620;width: 24px;}
.pro-parameter-info-items li .text{color: #888888;}
.pro-parameter-info-download{display: flex;height: 46px;font-family: 'SamsungOne300';justify-content: center;width: 256px;align-items: center;border: 1px solid #fe2620;color: #fe2620;transition: all .4s ease;}
.pro-parameter-info-download span{padding-right: 26px;background: url('http://www-x-longdingglass-x-com.img.addlink.cn/template/cn/image/proDown.png') no-repeat right center;transition: background .4s ease;}
.pro-parameter-info-download:hover{background: #fe2620;color: #ffffff;}
.pro-parameter-info-download:hover span{background-image: url('http://www-x-longdingglass-x-com.img.addlink.cn/template/cn/images/proDownH.png');}
.pro-parameter-loop{width: calc(50% - 25px);position: relative;}
.pro-parameter-loop .link{display: flex;width: 100%;justify-content: center;align-items: center;}
.pro-parameter-btn{display: flex;}
.pro-parameter-loop .prev, .pro-parameter-loop .next{width: 44px;height: 44px;border-radius: 50%;background: #f8f8f8;cursor: pointer;transition: all .4s ease;z-index: 1;display: flex;justify-content: center;align-items: center;}
.pro-parameter-loop .prev{}
.pro-parameter-loop .next{margin-left: 10px;}
.pro-parameter-loop .prev:hover, .pro-parameter-loop .next:hover{background: #fe2620;color: #ffffff;}

.pro-parameter-info .customSelect{display: block;width: 200px;position: relative;user-select: none;}
.pro-parameter-info .customSelect-name{display: flex;align-items: center;position: relative;padding:10px 15px;color: #ffffff;cursor: pointer;justify-content: space-between;transition: all .4s ease;background: #fe2620;}
.pro-parameter-info .customSelect-drop{display: none;position: absolute;z-index: 10;width: 100%;top: auto;border: 1px solid #f1f1f1;border-top: none;overflow-x: hidden;overflow-y: auto;left: 0;background: #fff;cursor: pointer;}
.pro-parameter-info .customSelect-drop>div{width:100%;position:relative}
.pro-parameter-info .customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f1f1f1;}
.pro-parameter-info .customSelect-drop>div:last-child::after{display: none;}
.pro-parameter-info .customSelect-drop>div:hover a, .pro-parameter-info .customSelect-drop>div.active a{color: #fe2620;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar-thumb {background: #fe2620;}
.pro-parameter-info .customSelect-drop::-webkit-scrollbar-track {background: #ffffff;}
.pro-parameter-info .customSelect-name:hover{background: #fe2620;color: #ffffff;}
.pro-parameter-info .customSelect-name.noRadius{background: #fe2620;color: #ffffff;}
.pro-parameter-info .customSelect-name.noRadius i{transform: rotate(-180deg);}
.pro-parameter-info .customSelect-drop>div a{padding: 10px 15px;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;justify-content: space-between;}


/* 品牌介绍 */
.brand{width: 100%;overflow: hidden;}
.brand-about{width: 100%;overflow: hidden;}
.brand-about-intr{position: relative;} 
.brand-about-cont{color: #888888;}
.brand-about-num{width: 100%;}
.brand-about-num ul{width: 100%;display: flex;justify-content: space-between;}
.brand-about-num li{margin-right: 10px;}
.brand-about-num li:last-child{margin-right: 0px;}
.brand-about-num li .num{display: flex;align-items: flex-start;justify-content: flex-start;}
.brand-about-num li .num .timer{font-family: 'SamsungOne300';line-height: 1;color: #fe2620;}
.brand-about-num li .num i{font-style: normal;margin-left: 10px;}
.brand-about-num li .text{}
.brand-about-video{}
.brand-about-video .contain{width: 92%!important; position: relative;opacity: 1;z-index: 2;min-height: 50vh;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: #ffffff;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.6rem solid transparent;border-bottom: 0.6rem solid transparent;border-left: 1rem solid #fe2620;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-vision-cont{display: flex;justify-content: space-between;align-items: center;}
.brand-vision-cont .img{width: calc(50% - 25px);}
.brand-vision-cont .img img{background: #f8f8f8;}
.brand-vision-cont .cont{width: calc(50% - 25px);}


.brand-social{width: 100%;overflow: hidden;}
.brand-social-head{width: 100%;}
.brand-social-head .contain{justify-content: space-between;align-items: flex-end;}
.brand-social-loop{width: 100%;overflow: hidden;}
.brand-social-loop .contain{float: right;}
.brand-social-loop .link{display: block;width: 100%;background: #f8f8f8;padding: 20px;overflow: hidden;}
.brand-social-loop .link .img{width: 100%;display: flex;align-items: center;justify-content: center;padding:0;position: relative;}
.brand-social-loop .link .img::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(255, 255, 255, 0);transition: all .4s ease;opacity: 0;}
.brand-social-loop .link .img img{}
.brand-social-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #fe2620 url('http://www-x-longdingglass-x-com.img.addlink.cn/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-social-loop .link .name{transition: all .4s ease; width: 100%;margin-top: 20px;}
.brand-social-loop .link .text{color: #888888;margin-top: 10px;}
.brand-social-loop .link:hover .img::after{opacity: 1;}
.brand-social-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.brand-social-loop .link:hover .name{color: #fe2620;}
.brand-social-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-social-link span{background: #fe2620!important;}
.brand-social-more{align-items: flex-end;}
.brand-social-btn{width: 100px;display: flex;justify-content: space-between;margin-left: 20px;}
.brand-social-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-social-btn>div.next{/*transform: rotate(180deg);*/}
.brand-social-btn>div:hover{background: #fe2620;color: #ffffff;}


.brand-qualification{width: 100%;overflow: hidden;background: #f8f8f8;}
.brand-qualification-head{width: 100%;}
.brand-qualification-head .contain{justify-content: space-between;align-items: flex-end;}
.brand-qualification-loop{width: 100%;overflow: hidden;}
.brand-qualification-loop .contain{float: right;}
.brand-qualification-loop .link{display: block;width: 100%;background: #ffffff;padding: 20px;overflow: hidden;}
.brand-qualification-loop .link .img{width: 100%;display: flex;align-items: center;justify-content: center;padding:0;position: relative;}
.brand-qualification-loop .link .img::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(255, 255, 255, 0);transition: all .4s ease;opacity: 0;}
.brand-qualification-loop .link .img img{}
.brand-qualification-loop .link .img i{position: absolute;z-index: 2;width: 50px;height: 50px;border-radius: 50%;background: #fe2620 url('http://www-x-longdingglass-x-com.img.addlink.cn/template/cn/image/brand3ic.png') no-repeat center;top: 50%;left: 50%;margin: -25px 0 0 -25px;transform: scale(0);opacity: 0;transition: all .6s ease;}
.brand-qualification-loop .link .name{display: flex;align-items: center;justify-content: center;transition: all .4s ease; width: 100%;margin-top: 20px;}
.brand-qualification-loop .link:hover .img::after{opacity: 1;}
.brand-qualification-loop .link:hover .img i{opacity: 1;transform: scale(1);}
.brand-qualification-loop .link:hover .name{color: #fe2620;}
.brand-qualification-link{width: 400px;position: relative;height: 2px;background: #e6e6e6;}
.brand-qualification-link span{background: #fe2620!important;}
.brand-qualification-more{align-items: flex-end;}
.brand-qualification-btn{width: 100px;display: flex;justify-content: space-between;margin-left: 20px;}
.brand-qualification-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-btn>div.next{/*transform: rotate(180deg);*/}
.brand-qualification-btn>div:hover{background: #fe2620;color: #ffffff;}



/* 隐私政策 */
.privacy {width: 100%;}
.privacy .name{line-height: 1.1;font-family: 'SamsungOne300';color: #111;text-align: center;text-transform: uppercase;}
.privacy .text{color: #777;line-height: 1.6;}
.privacy .text h6 {color: #fe2620;font-size: 20px;font-family: 'SamsungOne300';}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .news-list-ul {margin: -20px 0 0 -40px;}
    .news-link{width: calc(33.3333% - 40px);margin: 20px 0 20px 40px;}
	.pro-list ul {margin: -20px 0 0 -40px;}
	.pro-list li {width: calc(33.3333% - 40px);margin: 20px 0 20px 40px;}
    .brand-qualification-link {width: 300px;}
	.brand-social-link {width: 300px;}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .news-list-ul {margin: -15px 0 0 -30px;}
    .news-link {width: calc(33.3333% - 30px);margin: 15px 0 15px 30px;}
	.pro-list ul {margin: -15px 0 0 -30px;}
	.pro-list li {width: calc(33.3333% - 30px);margin: 15px 0 15px 30px;}
    .brand-qualification-link {width: 200px;}
	.brand-social-link {width: 200px;}
}

@media all and (max-width:1151px) {
    /* 1024 */
	.brand-about-video .contain{width: 100%!important; min-height: 40vh;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .news-link {width: calc(50% - 30px);}
	.pro-list li {width: calc(50% - 30px);}
	.reldt-map{height: 350px;}
    .pro-parameter-loop{width: 100%;}
    .pro-parameter-info {width: 100%;padding: 50px 0 0;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .sonBan-hint{bottom: 20px;}
    .sonMenu{overflow-x: auto;}
    .sonMenu::after {display: none;}
    .sonMenu-scroll{display: block;overflow: hidden; height: auto;min-width: 100%;}
    .sonMenu a {float: left;}
    .news-list-ul {margin: -20px 0 0;}
    .news-link {width: 100%;margin: 20px 0 0 0;}
    .news-link-cont {padding: 20px;}
	.pro-list ul {margin: -20px 0 0;}
	.pro-list li {width: 100%;margin: 20px 0 0 0;}
	.pro-list li a .cont{padding: 20px;}
    .reldt-map{height: 280px;box-shadow: 0 0 16px 4px rgba(0, 0, 0, .05);width: 100%;}
    .reldt-wrap{position: relative;width: 100%;}
    .brand-qualification-more{width: 100%;}
	.brand-qualification-btn {width: 90px;}
	.brand-qualification-btn>div{width: 40px;height: 40px;}
	.brand-qualification-link{width: calc(100% - 110px);}
    .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-loop .prev, .pro-parameter-loop .next{width: 40px;height: 40px;border-radius: 50%;}
    .tech-contact-from li {}
    .tech-contact-items{width: 100%;margin-bottom: 15px;}
    .tech-contact-items p {height: 26px;}
    .tech-contact-items input, .tech-contact-items textarea{height: 40px;}
    .tech-contact-from li.code .tech-contact-items span{height: 40px;width: 94px;}
    .tech-contact-from li button{width: 100%;}
    .tech-contact-from li.code .tech-contact-items input {width: calc(100% - 104px);}
	.brand-vision-cont{flex-wrap: wrap;}
	.brand-vision-cont .img{width: calc(100% - 0px);}
	.brand-vision-cont .cont{width: calc(100% - 0px);padding-top: 34px;}
    .brand-social-more{width: 100%;}
	.brand-social-btn {width: 90px;}
	.brand-social-btn>div{width: 40px;height: 40px;}
	.brand-social-link{width: calc(100% - 110px);}
}