/* 2014-03 HLP */
/* 滚动条样式 */
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:var(--bld-color);height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:var(--bld-color)}
::-webkit-scrollbar-thumb:vertical:hover{background:var(--bld-color)} */

:root{
	--bld-color:#f0db00;
	--bld-gradient:linear-gradient(to right,#f0dc00,#eab60a);
	--bld-gradient-opposite:linear-gradient(to right,#eab60a,#f0dc00);
	--bld-tricolor-gradient:linear-gradient(to right,#eab60a,#f0dc00,#eab60a);
}

/* 字体 */
@font-face {
	font-family: "MiSans-R";
	src: url("../fonts/MiSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MiSans-M";
	src: url("../fonts/MiSans-Medium.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "MiSans-B";
	src: url("../fonts/MiSans-Bold.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Akrobat";
	src: url("../fonts/akrobat-regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url("../fonts/SourceHanSansCN-Regular.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url("../fonts/SourceHanSansCN-Medium.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN-Light';
	src: url("../fonts/SourceHanSansCN-ExtraLight.otf");
	font-weight: normal;
	font-style: normal;
}

/* 颜色 */
.SilverWhiteColor,
.SilverWhiteColor:hover,
.active .SilverWhiteColor{color:#eff0f3!important;}/* 银白 */
.SilverGrayClassColor,
.SilverGrayClassColor:hover,
.active .SilverGrayClassColor{color:#c0c0c0!important;}/* 银灰类 */
.RedColor,
.RedColor:hover,
.active .RedColor{color:#ff0000!important;}/* 红色 */
.GoldenColor,
.GoldenColor:hover,
.active .GoldenColor{color:#CD7F32!important;}/* 金色 */
.PurpleColor,
.PurpleColor:hover,
.active .PurpleColor{color:#fe00d7!important;}/* 紫色 */
.BlueColor,
.BlueColor:hover,
.active .BlueColor{color:#0000ff!important;}/* 蓝色 */
.GreenColor,
.GreenColor:hover,
.active GreenColor{color:#00ff00!important;}/* 绿色 */
.SilverGrayColor,
.SilverGrayColor:hover,
.active .SilverGrayColor{color:#c0c0c0!important;}/* 银灰色 */
.ChameleonColor,
.ChameleonColor:hover,
.active .ChameleonColor{color:#6cc7b5!important;}/* 变色龙 */

.dropdown-menu-nav-row ul .SilverWhiteColor:hover::before{color:#eff0f3!important;}
.dropdown-menu-nav-row ul .SilverGrayClassColor:hover::before{color:#c0c0c0!important;}
.dropdown-menu-nav-row ul .RedColor:hover::before{color:#ff0000!important;}
.dropdown-menu-nav-row ul .GoldenColor:hover::before{color:#CD7F32!important;}
.dropdown-menu-nav-row ul .PurpleColor:hover::before{color:#fe00d7!important;}
.dropdown-menu-nav-row ul .BlueColor:hover::before{color:#0000ff!important;}
.dropdown-menu-nav-row ul .GreenColor:hover::before{color:#00ff00!important;}
.dropdown-menu-nav-row ul .SilverGrayColor:hover::before{color:#c0c0c0!important;}
.dropdown-menu-nav-row ul .ChameleonColor:hover::before{color:#6cc7b5!important;}

/* css reset start */
body{font-family:'SourceHanSansCN-Regular',"Source Han Sans CN","Helvetica Neue",Helvetica,Arial;color:#333;width:100%;min-width:320px;font-size:14px;background:#fff;word-break:break-word;overflow-x:hidden;}
textarea{resize:none}
p{margin-bottom:0;}
a{text-decoration:none;outline: none;color:#333;}
a:hover{color:var(--bld-color)}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: '';position: absolute;width:100%;height:100%;left:0;bottom:0;background:rgba(0,0,0,0.05);transform: perspective(200px) rotateX(0);z-index: 2;transform-origin:bottom center;transition: all 0.5s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.zoomImg:hover:before{transform: perspective(400px) rotateX(90deg);}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.clamp4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
video:focus{outline: none;}
img[onclick]{cursor:pointer}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:50vh;}
.inside-main{width:100%;padding-top:40px;padding-bottom:40px;overflow:hidden;position:relative;background-repeat: no-repeat;background-size:cover;background-position: center;}
.gotop{width:30px;height:30px;position:fixed;bottom:-40px;right:10px;background:var(--bld-gradient);;border-radius: 50%;overflow: hidden;z-index:100;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.55,0,.1,1)}
.gotop>.icon{position: absolute;left:0;top:0;display: block;width:100%;height:100%;border-radius: 50%;transform: rotate(-90deg);transform-origin: center;display: flex;justify-content: center;align-items: center;font-style: normal;transition: all .2s;}
.gotop>.icon:after{content: 'next';font-family: 'swiper-icons';color:#fff;font-size:12px;transform: scale(0.6);transform-origin: center;text-transform: none;}
.gotop>.icon-2{left:0;top:100%;background:var(--bld-gradient);}
.gotop.on{bottom:60px;}
.gotop:hover{box-shadow: 1px 2px 3px rgb(0,0,0,0.16);}
.gotop:hover>.icon-1{top:-100%;}
.gotop:hover>.icon-2{top:0;}
.InfoContent{line-height:1.74;color:#666;}
.InfoContent img{display:inline-block;max-width:100%;height:auto!important;}
.InfoContent video{max-width:100%;}
.InfoContent p{/*text-align:justify;text-justify: distribute-all-lines;*/margin-bottom:0;}
.InfoContent p:last-child{margin-bottom:0;}
.InfoContent ul,
.InfoContent ol{padding:0;margin:0 0 10px;list-style: none;}
.InfoContent ul:last-child,
.InfoContent ol:last-child{margin-bottom:0;}
.InfoContent li{position: relative;padding-left:20px;}
.InfoContent li:last-child{margin-bottom:0;}
.InfoContent li:after{content: '';position: absolute;width:5px;height:5px;background:#666;left:5px;top:10px;border-radius: 50%;}
.InfoContent li p{margin:0;}
.InfoContent a{color:var(--bld-color);}
.text-indent p{text-indent: 2em;}
.InfoContent.text-indent li p{text-indent: 0;}
.InfoContent h4{font-size:20px;margin-bottom:0;}
.InfoContent h5{font-size:18px;margin-bottom:10px;font-family: 'SourceHanSansCN-Medium';}
.color333{color:#333;}
.hrefAnchor{position: absolute;top:-50px;}
.index-body{padding-top:40px;}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: none;}
}
@media (max-width:767px){
	.PC-show{display:none!important}
	.container{padding-left:15px;padding-right:15px}
	.gotop.on{bottom:120px;}
}
@media (min-width:768px){
	.inside-main{padding-top:60px;padding-bottom:60px;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.hrefAnchor{top:-60px;}
	.InfoContent h4{font-size:24px;}
}
@media (min-width:1200px){
	.hrefAnchor{top:-70px;}
	.inside-main{padding-top:70px;padding-bottom:70px;}
	.InfoContent{font-size:16px;}
	.InfoContent li:after{top:12px;}
	.InfoContent h4{font-size:28px;}
	.InfoContent h5{font-size:20px;}
}
@media (min-width:1600px){
	.container{max-width:1400px}
	
	.InfoContent h5{font-size:24px;}
}
@media (min-width:1800px){
	.container{max-width:1680px}
	.max1420{max-width:1420px;}
}



/* header最上面 */
.index-body .navbar-top{display: block;}
.navbar-top{background:#f4f4f4;position: relative;z-index: 2;display: none;transition: all 0.5s;}
.navbar-top>div{display: flex;justify-content: space-between;align-items: center;}
.navbar-top>div>div{line-height: 40px;color:#666;}
.navbar-top-left p>span{padding:0 6px;color:#f0db00;}
.navbar-top-ewm{position: absolute;left:50%;top:100%;border-radius: 5px;background:#fff;padding:5px;margin-top:5px;box-shadow: 0 0 15px rgba(0,0,0,0.1);visibility: hidden;opacity: 0;transform: translateX(-50%) scaleY(0);transition: all 0.5s;transform-origin: top center;}
.navbar-top-ewm>img{max-width:128px;}
.navbar-top-ewm>span{display: block;text-align: center;padding:5px 0;line-height: 1;}
.navbar-top-ewm::before{content: '';position: absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff;left:50%;margin-left:-5px;bottom:100%;}
.navbar-top-right{display: flex;align-items: center;}
.navbar-top-right>div{position: relative;padding-left:20px;padding-right:20px;}
.navbar-top-right>.div-1{padding-left:10px;padding-right:10px;cursor: pointer;}
.navbar-top-right>.div-1:hover .navbar-top-ewm{transform: translateX(-50%) scaleY(1);visibility: visible;opacity: 1;}
.navbar-top-right>.div-1>img{height:24px;}
.navbar-top-right>.div-2{padding-left:10px;}
.navbar-top-right>.div-2 img{height:24px;margin-left:5px;margin-top:-2px;}
.navbar-top-right>.div-2::after{content: '';position: absolute;width:1px;height:14px;right:0;top:50%;margin-top:-7px;background:#666;}
.navbar-top-right>.div-2 a:hover{color:#ff6600;}
.navbar-top-right>.div-3{padding-right:0;}
.navbar-top-right>.div-3 a:hover{color:#ffb400;}

.navbar-center {
	background: var(--bld-tricolor-gradient);
	transition: all 0.5s;
}
.slogan {
	padding: 10px 0;
	text-align: center;
}
.slogan img {
	display: block;
	width: 100%;
	height: 15px;
	margin: 0 auto;
}
.cn body {
	padding-top: 35px;
}
.cn .index-body {
	padding-top: 65px;
}
@media (min-width:768px){
	.cn body {
		padding-top: 50px;
	}
	.cn .index-body {
		padding-top: 80px;
	}
	.slogan {
		padding: 15px 0;
	}
	.slogan img {
		height: 20px;
	}
}
@media (min-width:1200px){
	.cn body {
		padding-top: 60px;
	}
	.cn .index-body {
		padding-top: 100px;
	}
	.slogan img {
		height: 30px;
	}
}

/* header */
.navbar-bottom{position: relative;}
.navbar-bottom>.container{display: flex;align-items: center;justify-content: space-between;}
.header .navbar{display: block;padding:0;background:rgba(0,0,0,0.3);/* box-shadow: 0 0 5px rgba(0,0,0,.15); */-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.header .navbar:after{content: '';position: absolute;width:100%;height:1px;left:0;right:0;bottom:0;background:rgba(255,255,255,0.3);}
.header .navbar-brand{position: relative;padding:12px 0;overflow: hidden;margin-right:0;}
.navbar-brand .navbar-brand-item{display:block;height:36px}
.header .nav-item{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;font-size:14px;color:#fff;line-height:30px;display: block;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.header .nav-link::before{content: '';position: absolute;left:0;bottom:0;right:0;height:0;z-index: -1;background:var(--bld-gradient);transition: all 0.5s;}
.header .nav-item:hover .nav-link,
.header .nav-link:hover,
.header .active .nav-link{color:#fff;}
.header .nav-item:hover .nav-link::before,
.header .nav-link:hover::before,
.header .active .nav-link::before{height:100%;}

.header .navbar-toggler{padding:0;border:none;width:26px;height:30px}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:26px;height:2px;background:var(--bld-color);background:var(--bld-gradient);display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

/* 二级导航 */
.navbar-nav .dropdown{position: static;}
.navbar-nav .dropdown-menu{position: absolute;left:0;right:0;width:100%;overflow:hidden;border-radius:0;padding:0;margin:0;box-shadow:none;background:rgba(0,0,0,0.7);/* border-top:1px solid #f7f8fa; */}
.navbar-nav .dropdown-menu-inner{padding:40px 0;}
.dropdown-menu-nav-row ul{list-style: none;margin:-18px -15px 0;padding:0;white-space: nowrap;}
.dropdown-menu-nav-row ul>li{padding-left:15px;padding-right:15px;margin-top:18px;}
.dropdown-menu-nav-row ul a{display:block;position:relative;color:#fff;font-size:16px;line-height:20px;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:20px;transition:all .3s;}
.dropdown-menu-nav-row ul a::before{content: 'next';font-family: swiper-icons;position: absolute;left:0;top:0;line-height: 20px;color:inherit;font-size:12px;transition:all .3s;}
.dropdown-menu-nav-row ul a:hover{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.dropdown-menu-nav-row ul a:hover::before{color:var(--bld-color);}

.dropdown-menu-recommend{margin-left:-20px;margin-right:-20px;display: flex;flex-wrap: wrap;}
.dropdown-menu-recommend>.item{width:50%;padding-left:20px;padding-right:20px;}
.dropdown-menu-recommend .href{position: relative;display: block;border-radius: 10px;overflow: hidden}
.dropdown-menu-recommend .href .img{padding-top:67.189%;}
.dropdown-menu-recommend .href .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
.dropdown-menu-recommend .href .img::after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:url(../images/38.png) no-repeat bottom center;background-size:cover;z-index: 2;transition: all 0.5s;}
.dropdown-menu-recommend .href h3{position: absolute;left:0;right:0;bottom:0;color:#fff;font-size:16px;padding:15px;text-align: center;font-weight: normal;z-index: 2;margin:0;transition: all 0.5s;}
.dropdown-menu-recommend .href:hover .img>img{transform: scale(1.1);}
.dropdown-menu-recommend .href:hover .img::after{opacity: 0.8;}
.dropdown-menu-recommend .href:hover h3{bottom:5px;}
.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;opacity: 0;visibility: hidden;}
.nav-mask.active{display: block;/* background:rgba(0,0,0,0.1); */opacity: 1;visibility: visible;}
.moveTop .navbar{background:rgba(0,0,0,0.7);}
.index-body .moveTop .navbar{transform: translateY(-40px);}
@media (max-width:1199px){
	.openNavbarNav .navbar{background:#020202;}
	.navbar-bottom>.container{position:relative;padding-right:60px;}
	.header .nav-item{border-bottom:1px solid rgba(0,0,0,0.05);}
	.header .nav-link{padding:7px 15px;font-size:16px;color:#333;}
	.header .navbar-collapse::-webkit-scrollbar{width:4px;height:4px}
	.header .nav-item:hover,
	.header .nav-item.active{border-bottom-color:transparent;}
	
	.header .navbar-toggler{position:absolute;right:0;top:15px;}
	.header .navbar-nav{width:960px;margin-left:auto!important;margin-right:auto!important;}
	.header .fixed-top .navbar-collapse{position: fixed;width:100%;padding:15px 0;max-height: calc(100vh - 60px);height: calc(100vh - 60px)!important;right:0;top:60px;box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);opacity: 0;transform: translateX(100%);background:var(--bld-color);background:#fff;transition: all 0.5s;z-index:2;visibility: hidden;}
	.index-body .header .fixed-top .navbar-collapse{max-height: calc(100vh - 90px);height: calc(100vh - 90px)!important;top:90px;}
	.navbar-collapse.collapse.show{transform: none;opacity: 1;visibility: visible;}
	
	
	/* 二级导航 */
	.dropdown-phmenu-top{position: fixed;left:0;top:0;right:0;padding:0 15px;background:var(--bld-color);background:var(--bld-gradient);z-index: 3;}
	.dropdown-phmenu-close{width:70px;line-height: 60px;position: absolute;left:0;top:0;left:15px;padding-left:15px;cursor: pointer;color:#fff;transition: all 0.5s;}
	.dropdown-phmenu-close::before{content: '';position:absolute;left:-4px;top:0;bottom:0;width:20px;height:100%;background-image:url('../images/icon/right2.svg');transform: rotate(180deg);background-repeat: no-repeat;background-size:100% auto;background-position:left center;transition: all 0.5s;}
	.dropdown-phmenu-close:hover{color:#fff;}
	.dropdown-phmenu-close:hover::before{background-image:url('../images/icon/right2.svg');}
	.dropdown-menu-title{text-align: center;margin:0;font-size:18px;line-height: 60px;font-weight: 600;color:#fff;}
	.dropdown-menu-nav-row .dropdown-menu-title{display: none;color:#333;}
	.dropdown-menu-product .dropdown-menu-nav-row .dropdown-menu-title{display: block;text-align: left;line-height: 1;padding:25px 15px 0;}

	
	.navbar-nav>.nav-item{position: relative;}
	.navbar-nav .dropdown-menu .container{padding-left:0;padding-right:0;}
	.header .nav-item>.dropdown-toggle{display: block;}
	.navbar-nav>li>i{position:absolute;width:50%;height:44px;right:0;top:0;display:block;z-index:2;cursor:pointer}
	.navbar-nav>li>i::before{content:'';position:absolute;width:24px;height:24px;transition:all .3s;right:8px;top:50%;margin-top:-12px;background-image: url('../images/icon/right.svg');background-repeat: no-repeat;background-size:100% auto;background-position: right center;}
	.navbar-nav>li>i:after{display: none;}
	.navbar-nav>li>i.show:before{}
	.header .nav-item:hover>i::before,
	.header .nav-item.active>i::before{background-image: url('../images/icon/right2.svg');}
	
	.navbar-nav .dropdown-menu{position: fixed;padding:0;border-radius: 0;background:#fff;width:100vw;min-width:100vw;height:100vh;left:0;top:0;overflow-x: hidden;overflow-y: auto;padding-top:59px;border:none;display: block;transform: translateX(100%);visibility: hidden;transition: all 0.5s;}
	.navbar-nav .dropdown-menu.active{transform: none;visibility: visible;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar{width:3px;height:3px}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-track{background:#efefef}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb{background:#c2c2c2;height:60px;border-radius: 6px;}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:window-inactive{background:#c2c2c2}
	.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:vertical:hover{background:#c2c2c2}
	.navbar-nav .dropdown-menu-inner{padding:0;background:none;}
	.navbar-nav .dropdown-menu-inner .container{width:100%;max-width:100%;padding:0;}
	.dropdown-menu-nav-row{margin:0;padding-right:17px;}
	.dropdown-menu-nav-row>div{padding:0;}
	.dropdown-menu-nav-row ul{margin:0;padding:15px;overflow: hidden;}
	.dropdown-menu-nav-row ul>li{padding:0;margin-top:5px;float:left;width:30.666666%;margin-right:4%;}
	.dropdown-menu-nav-row ul>li:nth-child(3n){margin-right:0;}
	.dropdown-menu-nav-row ul a{line-height: 40px;color:#4d4d4f;border-bottom: 1px solid rgba(0,0,0,0.05);}
	.dropdown-menu-nav-row ul a::before{top:50%;margin-top:-10px;color:#888a8e;}
	.dropdown-menu-product .dropdown-menu-nav-row>div{width:100%;}
	.dropdown-menu-product .dropdown-menu-nav-row>div + div{border-top:1px solid rgba(255,255,255,0.2);}
	.dropdown-menu-recommend{display: none;}
	.dropdown-menu .fadein-top{-webkit-animation: none;animation: none;visibility: visible!important;}
	
	.navbar-top>div>div{line-height: 30px;font-size:13px;}
	.index-body{padding-top:30px;}
	.index-body .moveTop .navbar{transform: translateY(-30px);}
	/*.cn .index-body .moveTop .navbar{transform: translateY(-150px);}*/
}
@media (max-width:991px){
	/* 二级导航 */
	.dropdown-menu-title{line-height: 48px;font-weight: 400;font-size:16px;}
	.dropdown-phmenu-close{line-height: 48px;}
	.navbar-nav .dropdown-menu{padding-top:49px;}
	.header .navbar-nav{width:720px;}
}
@media (max-width:767px){
	.navbar-top>div{justify-content: center;}
	.navbar-top-left{display: none;}
	.header .navbar-toggler{right:15px;}
	.navbar-nav{padding-left:15px;padding-right:15px;}
	.header .fixed-top .navbar-collapse {
		padding-top:5px;
	}
	.header .nav-link{font-size:14px;}
	.header .navbar-nav{width:100%;}
	
	.dropdown-menu-nav-row{padding-right:0;}
	.dropdown-menu-nav-row ul a{font-size:14px;padding-left:15px;line-height: 35px;}
	.dropdown-menu-nav-row ul>li{width:48%;margin-right:4%;}
	.dropdown-menu-nav-row ul>li:nth-child(3n){margin-right:4%;}
	.dropdown-menu-nav-row ul>li:nth-child(2n){margin-right:0;}
	/*.cn .index-body .moveTop .navbar{transform: translateY(-30px);}*/
}
@media (max-width:575px){
	.navbar-brand .navbar-brand-item{height:26px}
	.header .navbar-toggler{top:10px;}
	.header .fixed-top .navbar-collapse {
		max-height: calc(100vh - 50px);
		height:calc(100vh - 50px)!important;
		top:50px;
	}
	.index-body .header .fixed-top .navbar-collapse{max-height: calc(100vh - 80px);height: calc(100vh - 80px)!important;top:80px;}
}
@media (min-width:768px){
	.header .navbar-brand{padding-top:12px;padding-bottom:12px;}
	.navbar-collapse{transition: all 0.5s;}
}
@media (min-width:992px) and (max-width:1199px){
	.navbar-nav>li:not(:nth-child(2)) .dropdown-menu-nav-row>div:first-child{width:100%;}
}
@media (min-width:1200px){
	.navbar-expand-xl .navbar-nav .nav-link{padding-left:10px;padding-right:10px;}
	.header:hover .navbar{background:rgba(0,0,0,0.7);}
	.header .nav-link{padding-top:0;padding-bottom:0;font-size:15px;line-height: 80px;}
	.header .nav-item{padding-left:0;padding-right:0;}
	.header .nav-item + .nav-item{margin-left:1px;}
	
	/* 二级导航 */
	.dropdown-menu-title,
	.dropdown-phmenu-close{display: none;}
	
	.dropdown-menu-title{font-size:20px;font-family: 'SourceHanSansCN-Medium';line-height: 1;margin-bottom:25px;color:#fff;}
	.dropdown-menu-nav-row{margin-left:-30px;margin-right:-30px;}
	.dropdown-menu-nav-row>div{padding-left:30px;padding-right:30px;}
	.dropdown-menu-nav-row ul{display: flex;flex-flow: row wrap;align-items: stretch;max-width:100%;}
	.dropdown-menu-nav-row ul>li{width:33.333333%;}
	
	
	.dropdown-menu-nav-row .dropdown-menu-title{display: block;}
	.dropdown-menu-product .dropdown-menu-nav-row>div{border-right:1px solid rgba(255,255,255,0.3);}
	.dropdown-menu-product .dropdown-menu-nav-row>div:nth-child(3n){border-right:none;}
	.dropdown-menu-product .dropdown-menu-nav-row>div:nth-child(2) ul>li{width:50%;}
	.dropdown-menu-product .dropdown-menu-nav-row ul>li{width:50%;}
	.navbar-nav>li:nth-child(7) .dropdown-menu-nav-row ul{max-width:none;margin-left:-35px;margin-right:-35px;}
	.navbar-nav>li:nth-child(7) .dropdown-menu-nav-row ul>li{width:auto;padding-left:35px;padding-right:35px;}
	/*.cn .index-body .moveTop .navbar{transform: translateY(-200px);}*/
}
@media (min-width:1400px){
	.navbar-expand-xl .navbar-nav .nav-link{padding-left:15px;padding-right:15px;}
	.header .navbar-brand{padding-top:5px;padding-bottom:5px;}
	.navbar-brand .navbar-brand-item{height:40px}
	.header .nav-link{font-size:16px;}
}
@media (min-width:1600px){
	.navbar-expand-xl .navbar-nav .nav-link{padding-left:17px;padding-right:17px;}
	.header .nav-link{line-height: 90px;}
	.header.moveTop .nav-link{line-height: 80px;}
	.navbar-brand .navbar-brand-item{height:46px}
	
	.dropdown-menu-nav-row ul{max-width:80%;}
	.dropdown-menu-nav-row .dropdown-menu-title{margin-bottom:30px;}
	.dropdown-menu-product .dropdown-menu-nav-row ul{max-width:none;}
	.dropdown-menu-product .dropdown-menu-nav-row ul>li{width:33.333333%;}
}
@media (min-width:1800px){
	.navbar-expand-xl .navbar-nav .nav-link{padding-left:30px;padding-right:30px;}
}

/* 搜索 */
.navbar-icons{display: flex;align-items: center;color:#fff;margin-left:20px;}
.navbar-icons a{color:#fff;}
.navbar-icons>div + div{margin-left:20px;}
.top-search-icon{position: relative;width:30px;height:30px;}
.top-search-icon>.icon,
.top-search-icon>a{position: absolute;width:100%;height:100%;left:0;top:0;border-radius: 50%;overflow: hidden;transition: all 0.5s;cursor: pointer;}
.top-search-icon>.icon::before,
.top-search-icon>a::before{content: '';position: absolute;width:16px;height:16px;left:50%;top:50%;margin-left:-8px;margin-top:-8px;background-image: url('../images/icon/b7.png');background-repeat: no-repeat;background-size:16px;background-position: center;}
.top-search-icon>.icon:hover,
.top-search-icon>a:hover{background:var(--bld-gradient);}
.top-btn-language>a{display: block;line-height: 30px;background-image: url('../images/icon/b8.png');background-repeat: no-repeat;background-size:16px;background-position:left center;padding-left:23px;font-size:12px;transition: all 0.5s;}
.top-btn-language>a:hover{color:var(--bld-color);background-image: url('../images/icon/b8-2.png');}

.top-form{position: fixed;width:100%;left:0;top:60px;z-index: 1029;transition: all 0.5s;}
.top-form .mask{position: fixed;left:0;top:0;width:100%;height:100%;display: none;/* background:rgba(0,0,0,0.1); */}
.top-form.open .mask{display: block;}
.top-form .box{position: relative;background:rgba(0,0,0,0.7);padding:25px 0;box-shadow: 0 3px 5px rgba(0,0,0,0.1);display: none;}
.top-form form{display: block;position: relative;}
.top-form .input{display: block;width:100%;font-size:14px;height:40px;border-radius: 0;box-shadow: none;border:none;background:none;border-bottom:2px solid #fff;padding:0;color:#fff;}
.top-form .input::-moz-placeholder{color:#fff;opacity:1}
.top-form .input::placeholder{color:#fff;opacity:1}
.top-form .input:focus{outline: none;}
.top-form .button{position: absolute;top:0;right:0;border-radius: 0;box-shadow: none;border:none;background:none;width:40px;height:100%;background-image: url(../images/icon/search2.png);background-repeat: no-repeat;background-position: right center;background-size:auto;cursor: pointer;outline: none;}
.top-form .button:hover{background-image: url(../images/icon/search3.png);}
.top-hot-search{font-size:14px;margin-top:20px;display: flex;color:#fff;}
.top-hot-search>span{flex: 0 0 auto;display: inline-block;margin-right:10px;margin-bottom:15px;color:#fff;font-weight: 600;}
.top-hot-search>.list{width:100%;overflow: hidden;}
.top-hot-search>.list>a{float:left;margin-right:15px;margin-bottom:15px;color:#fff;}
.top-hot-search>.list>a:hover{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
@media (max-width: 767px) {
	.navbar-icons{position: absolute;right:65px;top:15px;margin:0;}
	.top-btn-language>a{background-size:20px;background-image: url('../images/icon/b8.svg');}
	.top-btn-language>a:hover{background-image: url('../images/icon/b8-2.svg');}
	
	.top-form{display: none!important;}
	.top-search-icon>a::before{background-image: url('../images/icon/b7.svg');}
}
@media (max-width:575px){
	.navbar-icons{top:10px;}
}
@media (max-width:360px){
	.navbar-icons>div + div{margin-left:10px;}
}
@media (max-width:340px){
	.top-search-icon{display: none;}
}
@media (min-width: 768px) {
	.top-form{top:60px;}
	.top-form .input{font-size: 16px;}
	.top-hot-search>.list>a{margin-right:20px;}
	
	.index-body .top-form{top:90px;}
	.moveTop .top-form{top:60px;}
}
@media (min-width: 1200px) {
	.top-form{top:80px;}
	.navbar-icons{margin-left:30px;}
	
	.index-body .top-form{top:120px;}
	.moveTop .top-form{top:80px;}
}
@media (min-width: 1600px) {
	.top-form{top:90px;}
	.navbar-icons>div + div{margin-left:30px;}
	
	.index-body .top-form{top:130px;}
	.moveTop .top-form{top:80px;}
}
@media (min-width: 1800px) {
	.navbar-icons{margin-left:45px;}
}

/* 搜索结果 */
.inside-form{margin-bottom:35px;display: flex;justify-content: flex-end;}
.inside-form form{position: relative;width:100%;max-width:100%;overflow: hidden;}
.inside-form form input{display: block;width:100%;height:40px;font-size:14px;border:1px solid #e6e6e6;background:#fff;padding:0 60px 0 15px;outline: none;border-radius: 0;}
.inside-form form input:focus{border-color:#ececec;}
.inside-form form input::-moz-placeholder{color:#ccc;opacity:1}
.inside-form form input::placeholder{color:#ccc;opacity:1}
.inside-form form .button{position: absolute;right:0;top:0;display:block;width:45px;height:100%;line-height:45px;padding:0;text-align: center;background:#edc905;border:0;border-radius:0;outline:none;z-index: 2;}
.inside-form form .button::before{content: '';position: absolute;width:18px;height:18px;background-image: url('../images/icon/search2.png');background-repeat: no-repeat;background-position: center;left:50%;top:50%;margin-top:-9px;margin-left:-9px;}
.inside-form form .button:hover{background:var(--bld-gradient);}
.search-keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-keyList *{margin-right:5px;color:#666}
.search-keyList a:hover{text-decoration: underline;color:#333;}

.returnList{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{position: relative;border-bottom:1px solid #e0e0e0;padding:20px 0;min-height: 30px;}
.returnList .return-title{position: relative;margin-bottom: 0;transition: all 0.5s;}
.returnList .return-title:before{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:var(--bld-color);left:-15px;top:50%;margin-top:-2px;opacity: 0;transition: all 0.5s;}
.returnList .return-title>a{font-size:16px;font-weight: 500;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;display: block;padding-right: 60px;}
.returnList .return-content{font-size:14px;line-height:28px;height:56px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666;padding-right:70px;display: none;}
.returnList .swiper-button-next{position: absolute;top:50%;margin-top:-15px;right:0;width:30px;height:30px;border-radius: 50%;border:1px solid #c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';color:#c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next>a{position: absolute;display: block;width:100%;height:100%;top:0;left:0;}
.returnList .item:hover .return-title{padding-left:15px;}
.returnList .item:hover .return-title:before{left:0;opacity: 1;}
.returnList .item:hover .return-title>a{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.returnList .item:hover .swiper-button-next{background:var(--bld-gradient);}
.returnList .item:hover .swiper-button-next:after{color:#fff}
@media (max-width: 767px) {
	.inside-form form .button::before{background-image: url('../images/icon/search2.svg');background-size:18px;}
}
@media (min-width: 768px) {
	.return-top{display: flex;flex-direction: row-reverse;flex-wrap: wrap;align-items: center;justify-content: space-between;}
	.inside-form form{width:360px;}
	.inside-form form input{font-size:16px;height:45px;}
	.search-keyList{font-size:16px;}
	.returnList{margin-left:-20px;margin-right:-20px;}
	.returnList .column{padding:0 20px;margin-bottom:20px;}
}
@media (min-width: 992px) {
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-30px;margin-right:-30px;}
	.returnList .column{padding:0 30px;}
	.returnList .item{height:100%;}
	.returnList .return-content{padding-right:85px;}
	.returnList .swiper-button-next{width:40px;height:40px;margin-top:-20px;}
}


/*foot*/
.footer{background:#292929;background-size:cover;color:#999;width:100%;overflow: hidden;}
.footer a{color:#999;}
.footer a:hover{color:var(--bld-color);}
.foot-top{padding:40px 0 0;}
.foot-nav{margin-left:-10px;margin-right:-10px;line-height:24px;}
.foot-nav>dl{padding-left:10px;padding-right:10px;margin:0 0 30px;}
.foot-nav dt,.foot-top-right .dt{font-size:14px;margin-bottom:15px;font-weight: 400;}
.foot-nav dt>a,.foot-top-right .dt>a{display: block;color:#fff;}
.foot-nav dd{font-size:14px;margin:0;}
.foot-nav dd>a{display: block;margin-bottom:10px;}

.foot-contact .item{position: relative;padding-left:48px;min-height:38px;}
.foot-contact .item + .item{margin-top:30px;}
.foot-contact .icon{position: absolute;width:38px;height:38px;border-radius: 50%;border:1px solid rgba(122,122,122,0.5);display: flex;justify-content: center;align-items: center;left:0;top:0;}
.foot-contact .icon>img{width:20px;height: auto;}
.foot-contact .p1{line-height: 1;}
.foot-contact .p2{font-size:16px;color:#fefefe;line-height:24px}
.foot-ewm{display: flex;flex-flow: row wrap;text-align: center;margin-top:30px;}
.foot-ewm .item{margin-left:15px;margin-bottom:15px;}
.foot-ewm .item img{width:90px;display: block;margin:0 auto 10px;box-shadow: 0 0 9px rgba(138,141,147,0.14);}

.foot-bottom{border-top:1px solid rgba(56,56,56,0.8);}
.copyright{position: relative;font-size:12px;padding:13px 0;line-height:24px;color:#a9a9a9;opacity: 0.5;}
.copyright p{margin:0;}
.copyright a{display: inline-block;color:#a9a9a9;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{text-decoration: underline;color:#a9a9a9;}
img.support{display:block;height:12px;vertical-align: -2px!important;}
.foot-top-en .foot-ewm{font-size:12px;}
@media (max-width:1199px){
	.copyright{text-align: center;}
}
@media (max-width:767px){
	.footer{padding-bottom:40px;}
	.foot-nav{margin:0;}
	.foot-nav dl{padding:0;margin-bottom:0;border-top:1px solid rgba(56,56,56,0.8);}
	.foot-nav dt{margin-bottom:0;position: relative;font-weight: 400;}
	.foot-nav dt>a{line-height: 45px;}
	.foot-nav dd{border-top:1px solid rgba(56,56,56,0.8);}
	.foot-nav dd>a{line-height: 35px;margin:0;}
	.foot-nav dd>a:first-child{margin-top:10px;}
	.foot-nav dd>a:last-child{margin-bottom:10px;}
	.foot-nav .icon{position: absolute;width:50%;height:100%;text-align: right;right:0;top:0;cursor: pointer;}
	.foot-nav .icon>svg{position: absolute;right:0;top:50%;margin:0;margin-top:-8px;}
	.foot-nav .icon[aria-expanded="true"]>svg{transform: rotate(180deg);}
	.foot-nav .icon path{fill: #fff;}
	.foot-top-right .dt{line-height: 45px;border-top:1px solid rgba(56,56,56,0.8);}
	
	.foot-contact{padding-bottom:30px;}
	.foot-ewm{padding-bottom:20px;justify-content: center;}
	.foot-ewm .item{margin-left:5px;margin-right:5px;font-size:12px;}
	.foot-ewm .item img{width:75px;}
	
}
@media (max-width:640px){
	.foot-ewm{width:345px;margin-left:auto;margin-right:auto;}
	
}
@media (max-width:370px){
	.foot-ewm{width:290px;}
	.foot-ewm .item img{width:60px;}
	
	.foot-top-en .foot-ewm{width:auto;}
}
@media (min-width:768px){
	.foot-top{padding:40px 0 25px;}
	.foot-top>.container{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.foot-nav{width:100%;display: flex;flex-flow: row wrap;justify-content: space-between;}
	.foot-nav .collapse:not(.show){display: block;}
	.foot-nav dt .icon{display: none;}
	.foot-nav dt,.foot-top-right .dt{font-size:16px;margin-bottom:25px;}
	.foot-nav dd>a:last-child{margin-bottom:0;}

	.foot-top-right{width:36%;display: flex;flex-direction: column;}
	.foot-con{display: flex;flex-direction: column;justify-content: flex-end;}
	
	.foot-ewm{width:64%;margin-top:0;justify-content: flex-end;}
	
}
@media (min-width:992px){
	.foot-ewm .item img{width:100px;}
}
@media (min-width:1200px){
	.foot-top{padding:55px 0 25px;}
	.footer,
	.copyright{font-size:14px;}
	img.support{height:14px;}
	
	.foot-nav{width:62.5%;padding-right:50px;}
	.foot-top-right{width:auto;}
	.foot-ewm{width:100%;}
	.foot-ewm .item{margin-left:20px;}
	
	.foot-top-en .foot-nav{width:100%;padding-right:0;}
	.foot-top-en .foot-top-right{width:50%;max-width:450px;}
	.foot-top-en .foot-ewm{width:50%;}
}
@media (min-width:1400px){
	.foot-top-en .foot-ewm{width:auto;align-items: flex-end;}
}
@media (min-width:1800px){
	.foot-top-en .foot-nav{width:62.5%;padding-right:50px;}
	.foot-top-en .foot-top-right{width:auto;}
	.foot-top-en .foot-ewm{width:100%;}
}
/* @media (min-width:1800px){
	.foot-top>.container{flex-wrap: nowrap;}
	.foot-top-right{width:470px;flex:0 0 auto;border-left:1px solid rgba(56,56,56,0.4);border-right:1px solid rgba(56,56,56,0.4);padding-right:50px;padding-left:50px;}
	.foot-ewm{width:510px;flex:0 0 auto;padding-left:50px;}
} */


/*悬浮窗*/
.sidebarRight{position:fixed;right:4px;z-index:10;transition:all .5s;}
.sidebarRight-flag{position: relative;width:48px;height:auto;border-radius: 35px;background:var(--bld-gradient);box-shadow: 0 0 15px rgba(0,0,0,0.11);cursor: pointer;z-index:2;font-size:16px;color:#fff;text-align: center;padding:15px;line-height: 1.15;}
.sidebarRight-flag>img{width:20px;display: block;margin:0 auto 5px;}
.sidebar-main{position: absolute;top:50%;right:66px;transform: translate(0,-50%) scale(0,1);opacity: 0;visibility: hidden;transition: all 0.5s;transform-origin: right center;}
.sidebarRight.open .sidebar-main{transform: translate(0,-50%) scale(1,1);opacity: 1;visibility: visible;}
.sidebar-inner{width:230px;background:#fff;padding:25px;color:#333;border-radius: 8px;box-shadow: 0 0 15px rgba(0,0,0,0.11);position: relative;transition: all 0.5s;}
.sidebar-inner::after{content: '';position: absolute;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff;top:50%;margin-top:-8px;right:-8px;}
.sidebar-inner a{color:#333;}
.sidebar-inner p{margin-bottom:0;}
.sidebar-inner .p1{position: relative;font-size:20px;line-height: 21px;padding-left:35px;margin-bottom:10px;}
.sidebar-inner .p1>img{position: absolute;height:21px;left:0;top:0;}
.sidebar-inner .p2{font-family: 'MiSans-M';font-size:20px;color:#ffb400;padding-left:35px;white-space: nowrap;}
.sidebar-ewm{margin-top:30px;}
.sidebar-ewm>.img{max-width:128px;margin-left:35px;}
.sidebar-ewm span{display: block;margin-top:3px;text-align: center;}

.consult-tel{position: fixed;left:0;bottom:0;width:100%;z-index: 10;background:var(--bld-gradient);padding:10px;}
.consult-tel>a{display: flex;align-items: center;justify-content: center;font-size:14px;color:#fff;}
.consult-tel>a>img{margin-right:8px;width:20px;}
.consult-tel>a>span{line-height:20px;}
.consult-tel>a:hover{color:#fff;}
@media (max-width:767px){
	.sidebarRight{display: none!important;}
}
@media (min-width:768px){
	.sidebarRight-flag{width:58px;font-size:18px;}
	.sidebarRight-flag>img{width:26px;}
}
@media (min-width:1200px){
	.sidebarRight-flag{width:64px;font-size:20px;}
	
}


/*banner*/
.banner{position: relative;}
.banner .swiper-slide>img{display: block;width:100%;}
.banner-text{position:absolute;width:100%;left:0;right:0;top:24.6%;z-index: 2;color:#fff;}

.swiper-pagination-bullet{position: relative;width:20px;height:10px;opacity: 1;margin:0 5px!important;background:none;transition: all 0.5s;}
.swiper-pagination-bullet:first-child{margin-left:0!important;}
.swiper-pagination-bullet::before{content: '';position: absolute;width:100%;height:4px;border-radius: 2px;background:rgba(255,255,255,0.4);left:0;top:50%;transform: translateY(-50%);transition: all 0.5s;}
.swiper-pagination-bullet-active{background:none;}
.swiper-pagination-bullet-active::before{background:rgba(255,255,255,1);}

.videoBox{position: absolute;width:100%;height:100%;left:0;top:0;}
.videoBox .video{display: none;width:100%;height:100%;background:#000;object-fit: contain;}
.playBtn{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;cursor: pointer;background:rgba(0,0,0,0.3);}
.playBtn>img{display: block;position: absolute;left:50%;top:50%;margin-top:-18px;margin-left:-18px;width:36px;}
.playBtn:hover>img{-webkit-animation: a-ring 1.5s linear;animation: a-ring 1.5s linear;}

.banner .videoBox{z-index: 2;}
.banner .videoBox:after{display: none;}
.banner .videoBox .playBtn>img{opacity:0;transform:translateY(20%);transition:all 1s linear 0.5s;}
.banner .swiper-slide-active .videoBox .playBtn>img{opacity: 1;transform: translateY(25px);}
.banner #bannerVideo{position: absolute;display: block;width:100%;height:100%;left:0;top:0;object-fit: cover;background:none;}

@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.08);transform:scale(1.08);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.08);transform:scale(1.08);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
.banner .swiper-button-prev{left:3px;}
.banner .swiper-button-next{right:3px;}
.banner .swiper-button-prev,
.banner .swiper-button-next{color:#9c9f9f;width:36px;height:36px;margin-top:-18px;transition: all 0.5s;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{font-size: 16px;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{color:#fff;}

.banner-swiper-2{padding:20px 0;}
.banner-swiper-2 .img{transition: all 0.3s;display: block;height:80px;}
.banner-swiper-2 .img>img{width:100%;height:100%;object-fit: cover;}
.banner-swiper-2 .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #ebb50a;
	-webkit-transition: all .3s;
	transition: all .3s
}
.banner-swiper-2 .text h3 {
	font-size: 14px;
	margin: 0;
	text-shadow: 2px 0 2px rgba(0,0,0,.3);
	background-image: linear-gradient(to right, #ebb50a, #efdb00);
    background-clip: text;
    color: transparent;
}
.banner-swiper-2 .swiper-slide:hover .text {top: 100%;}
.banner-swiper-2 .swiper-slide{cursor: pointer;padding:2px;background: var(--bld-gradient);}
.banner-swiper-2 .swiper-slide:hover{background: var(--bld-gradient-opposite);}
.banner-swiper-2 .swiper-slide:hover .img>img{transform: scale(1.2);}
@media (max-width:767px){
	/* .banner #bannerVideo{opacity: 0;-webkit-transition:all 0.5s;transition:all 0.5s;object-fit: contain;} */
	/* .play #bannerVideo{opacity: 1;} */
	/* .hasVideo.banner-text{top:auto;bottom:calc(10% + 15px);transform: none;} */
	.banner .swiper-button-prev,
	.banner .swiper-button-next{display: none;}
}
@media (min-width:768px){
	.swiper-pagination-bullet{width:25px;}
	.playBtn>img{left:50%;top:50%;margin-top:-27px;margin-left:-27px;width:54px;}
	.banner .videoBox .playBtn{display: none;}
	.banner .swiper-button-prev{left:3.25%;}
	.banner .swiper-button-next{right:3.25%;}
	
	.banner-swiper-2{padding:25px 0;}
	.banner-swiper-2 .img{height:110px;}
	.banner-swiper-2 .text h3 {
		font-size: 16px;
	}
}
@media (min-width:1200px){
	.swiper-pagination-bullet{width:35px;}
	.banner .swiper-button-prev::after,
	.banner .swiper-button-next::after{font-size: 26px;}
	.banner .swiper-button-prev{left:6.25%;}
	.banner .swiper-button-next{right:6.25%;}
	
	.banner-swiper-2 .swiper-slide{padding: 4px;}
	.banner-swiper-2 .img{height:120px;}
}
@media (min-width:1400px){
	.banner-swiper-2 .img{height:140px;}
}
@media (min-width:1600px){
	.banner .swiper-button-prev::after,
	.banner .swiper-button-next::after{font-size: 36px;}
}

.banner .swiper-pagination{bottom:3.5%;}
.banner .swiper-pagination-bullet{position: relative;margin:0 5px!important;width:16px;height:16px;border:1px solid transparent;background:none;opacity: 1;}
.banner .swiper-pagination-bullet::before{content: '';width:5px;height:5px;border-radius: 50%;position: absolute;left:50%;top:50%;background: #fff;transform: translate(-50%,-50%);}
.banner .swiper-pagination-bullet>.i{position: absolute;top:0;width:50%;height:100%;overflow: hidden;}
.banner .swiper-pagination-bullet>.left{left:0;}
.banner .swiper-pagination-bullet>.right{right:0;}
.banner .swiper-pagination-bullet .circleProgress{width:200%;height:100%;border:1px solid transparent;border-radius:50%;position:absolute;top:0;-webkit-transform:rotate(-135deg);}
.banner .swiper-pagination-bullet .rightcircle{border-top:1px solid var(--bld-color);border-right:1px solid var(--bld-color);right:0;}
.banner .swiper-pagination-bullet .leftcircle{border-bottom:1px solid var(--bld-color);border-left:1px solid var(--bld-color);left:0;}
.banner .swiper-pagination-bullet-active{border-color:rgba(240,219,0,0.3);}
.banner .swiper-pagination-bullet-active .rightcircle{-webkit-animation: circleProgressLoad_right 3.5s linear forwards;}
.banner .swiper-pagination-bullet-active .leftcircle{-webkit-animation: circleProgressLoad_left 3.5s linear forwards;}
.banner .swiper-pagination-bullet-active-click .rightcircle{-webkit-animation: circleProgressLoad_right 0.5s linear forwards;}
.banner .swiper-pagination-bullet-active-click .leftcircle{-webkit-animation: circleProgressLoad_left 0.5s linear forwards;}
@-webkit-keyframes circleProgressLoad_right{
	0%{-webkit-transform: rotate(-135deg);}
	50%,100%{-webkit-transform: rotate(45deg);}
}
@-webkit-keyframes circleProgressLoad_left{
	0%,50%{-webkit-transform: rotate(-135deg);}
	100%{-webkit-transform: rotate(45deg);}
}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:5.5%;}
}
@media (min-width:1200px){
	.banner .swiper-pagination-bullet{width:20px;height:20px;margin:0 8px!important;}
}
@media (min-width:1600px){
	.banner .swiper-pagination-bullet{width:26px;height:26px;margin:0 13px!important;}
}

.index-title-main{margin-bottom:30px;}
.index-title{margin-bottom:30px;}
.index-title .en-1{margin-bottom:15px;}
.index-title .en-1>img{height:26px;}
.index-title .en-1 + .h2{font-family: 'SourceHanSansCN-Regular';}
.index-title .h2{font-size:24px;margin:0;line-height:1;font-family: 'SourceHanSansCN-Medium';font-weight: normal;}
.index-title .h2>span{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.index-title .lines{overflow: hidden;}
.index-title .en-2{position: relative;font-size:14px;color:#666;margin-top:10px;display: inline-block;font-family: 'SourceHanSansCN-Light';text-transform: uppercase;padding-left:15px;padding-right:15px;}
.index-title .en-2>i{position: absolute;width:100vw;height:3px;background:#ebebeb;top:50%;transform: translateY(-50%);}
.index-title .en-2>i::before{content: '';position: absolute;width:80px;height:100%;background:var(--bld-gradient);top:0;}
.index-title .en-2>.i-left{right:100%;}
.index-title .en-2>.i-left::before{right:0;}
.index-title .en-2>.i-right{left:100%;}
.index-title .en-2>.i-right::before{left:0;}

.public-href>.more{width:135px;max-width:100%;line-height: 40px;font-size:16px;background:var(--bld-gradient);color:#fff;display: flex;align-items: center;padding-left:25px;border-radius: 20px;cursor: pointer;transition: all 0.5s;}
.public-href>.more:hover{background:var(--bld-gradient-opposite);}

.index-title-main .right{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.index-title-main .right .more{margin-left:40px;font-size:16px;background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.index-title-main .right .more:hover{background:var(--bld-gradient-opposite);-webkit-background-clip: text;color: transparent;}
.classify-nav{margin-left:-5px;margin-right:-5px;display: flex;justify-content: center;margin-bottom:30px;}
.classify-nav>li{padding-left:5px;padding-right:5px;}
.classify-nav>li>a{font-size:14px;background:#f9f9f9;color:#333;min-width:80px;line-height:32px;padding:0 12px;border-radius: 20px;display: block;transition: all 0.3s;text-align: center;}
.classify-nav>li>a:hover,
.classify-nav>.active>a,
.classify-nav>li>a.active{background:var(--bld-gradient);color:#fff;}
@media (max-width:767px){
	.fixedBg{background-size:cover;}
	.index-title-main .index-title{text-align: center;}
	
	.index-title-main .right{flex-direction: column;}
	.index-title-main .right .more{margin-left:0;}
	.public-href>.more{width:120px;line-height: 36px;font-size:14px;padding-left:23px;}
}
@media (max-width:375px){
	.index-title .h2{font-size:22px;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index-title{margin-bottom:45px;}
	.index-title .h2{font-size:28px;}
	.index-title .en-1>img{height:30px;}
	.index-title .en-2{font-size:16px;margin-top:20px;padding-left:30px;padding-right:30px;}
	
	.classify-nav{margin-bottom:45px;}
	.classify-nav>li>a{font-size:16px;line-height:36px;padding:0 15px;min-width:110px;}
	
	.index-title-main{display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;margin-bottom:45px;}
	.index-title-main .index-title{margin-bottom:0;}
	.index-title-main .classify-nav{margin-bottom:0;}
	
}
@media (min-width:1200px){
	.index-title .h2{font-size:32px;}
	.index-title .en-1>img{height:36px;}
	
	.classify-nav{margin-left:-10px;margin-right:-10px;}
	.classify-nav>li{padding-left:10px;padding-right:10px;}
	.classify-nav>li>a{font-size:18px;padding:0 20px;line-height: 44px;min-width:140px;}
	.index-title-main .right .more{margin-left:60px;}
}
@media (min-width:1600px){
	.index-title .h2{font-size:36px;}
	
	.classify-nav{margin-left:-15px;margin-right:-15px;}
	.classify-nav>li{padding-left:15px;padding-right:15px;}
	.index-title-main .right .more{margin-left:80px;}
}


/* 首页 - 产品中心 */
@media (min-width:768px){

}
@media (min-width:1200px){

}
@media (min-width:1600px){

}


/* 首页 - 关于我们 */
.index-about .container{position: relative;}
.index-about-text{position: relative;z-index: 2;}
.index-about-info{width:100%;}
.index-about-info .index-title{margin-bottom:0;}
.index-about-info .InfoContent{margin:20px 0;color:#808080;line-height: 1.875;}
.index-about-nav>ul{list-style: none;margin:-10px 0 0;padding:0;display: flex;flex-wrap: wrap;margin-left:-6px;margin-right:-6px;}
.index-about-nav>ul>li{padding-left:6px;padding-right:6px;margin-top:10px;}
.index-about-nav a{display: block;}
.index-about-nav .icon{width:30px;margin:0 auto;}
.index-about-nav .icon>img{width:100%;display: block;transition: all 0.5s;}
.index-about-nav p{margin:10px 0;font-size:13px;color:#999;text-align: center;transition: all 0.5s;}
.index-about-nav a:hover .icon>img{transform: rotateY(180deg);}
.index-about-nav a:hover p{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.index-about-adv{margin-top:30px;display: flex;flex-wrap:wrap;background:#fff;box-shadow: 0 0 15px rgba(0,0,0,0.06);align-items: stretch;}
.index-about-adv>.item{position: relative;width:50%;text-align: center;padding:25px 0;transition: all 0.5s;display: flex;flex-direction: column;justify-content: center;}
.index-about-adv>.item::before{content: '';position: absolute;width:100%;height:100%;opacity: 0;left:0;bottom:0;background:var(--bld-gradient);transition: all 0.5s;}
.index-about-adv>.item>div{position: relative;width:100%;}
.index-about-adv .inner{border-right:1px solid #f3f3f3;padding-left:10px;padding-right:10px;}
.index-about-adv>.item:last-child .inner{border-right: none;}
.index-about-adv p{position: relative;font-size:16px;line-height:1.25;margin:15px 0 0;transition: all 0.5s;}
.index-about-adv .icon{position: relative;width:40px;height:40px;margin:0 auto;}
.index-about-adv .icon>img{display: block;width:100%;height:100%;transform-origin: bottom center;transition: all 0.5s;}
.index-about-adv .icon>.default{}
.index-about-adv .icon>.hover{position: absolute;left:0;top:0;transform: rotateX(90deg);}

.index-about-adv>.item:hover::before{opacity: 1;}
.index-about-adv>.item:hover p{color:#fff;}
.index-about-adv>.item:hover .icon>.default{opacity: 0;transform: rotateX(90deg);}
.index-about-adv>.item:hover .icon>.hover{opacity: 1;transform: none;}
.index-about-adv>.item:hover .inner{border-right-color:transparent;}

.index-about-adv>.item:nth-child(1)::before{opacity: 1;}
.index-about-adv>.item:nth-child(1) .inner{border-right:none;}
.index-about-adv>.item:nth-child(1) .en>img{height:16px;}
.index-about-adv>.item:nth-child(1) .ch{color:#fff;font-size:24px;margin-top:10px;}

.index-about-img{position: absolute;right:0;top:0;bottom:0;width:48.511905%;}
.index-about-img>.img{width:100%;height:100%;}
.index-about-img>.img>img{width:100%;height:100%;object-fit: cover;}
@media (max-width:991px){
	.index-about-img{display: none;}
}
@media (max-width:767px){
	.index-about-nav>ul>li{width:33.333333%}
	
	.index-about-adv>.item{border-bottom:1px solid #f3f3f3;border-right:1px solid #f3f3f3;}
	.index-about-adv>.item:nth-child(2n+1){border-right:none;}
	.index-about-adv .inner{border-right:none;}
	.index-about-adv>.item{padding-top:15px;padding-bottom:15px;}
	.index-about-adv>.item:nth-child(1){width:100%;border:none;}
	.index-about-adv>.item:nth-child(1) .ch{margin-top:5px;}
}
@media (max-width:575px){
	.index-about-adv>.item{width:50%;}
	.index-about-adv p{font-size:14px;}
}
@media (min-width:768px){
	.index-about-info .InfoContent{margin:30px 0;}
	.index-about-nav>ul{margin-left:-10px;margin-right:-10px;}
	.index-about-nav>ul>li{padding-left:10px;padding-right:10px;}
	.index-about-nav .icon{width:40px;}
	
	.index-about-adv p{font-size:14px;}
	.index-about-adv>.item{width:20%;}
	.index-about-adv .icon{width:50px;height:50px;}
}
@media (min-width:992px){
	.index-about-text{padding-bottom: 40px;}
	.index-about-info{width:48%;}
	
	.index-about-nav>ul{margin-left:-20px;margin-right:-20px;}
	.index-about-nav>ul>li{padding-left:20px;padding-right:20px;}
	
	.index-about-adv{width:86.309524%;}
	.index-about-adv p{font-size:16px;}
}
@media (min-width:1200px){
	.index-about-nav>ul{margin-left:-10px;margin-right:-10px;}
	.index-about-nav>ul>li{padding-left:10px;padding-right:10px;}
	.index-about-text{padding-bottom: 50px;}
	
	.index-about-adv p{font-size:18px;}
	.index-about-adv>.item{padding:30px 0;}
	.index-about-adv>.item:nth-child(1) .ch{font-size:30px;}
	.index-about-adv>.item:nth-child(1) .en>img{height:20px;}
	.index-about-adv .icon{width:70px;height:70px;}
}
@media (min-width:1400px){
	.index-about-nav>ul{margin-left:-20px;margin-right:-20px;}
	.index-about-nav>ul>li{padding-left:20px;padding-right:20px;}
}
@media (min-width:1600px){
	.index-about-adv p{font-size:20px;}
	.index-about-adv>.item:nth-child(1) .ch{font-size:36px;}
}
@media (min-width:1800px){
	.index-about-nav>ul{margin-left:-30px;margin-right:-30px;}
	.index-about-nav>ul>li{padding-left:30px;padding-right:30px;}
}

/* 首页 - 应用领域 */
.index-field .container{width:100%;max-width:100%;padding-left:0;padding-right:0;}
.index-field-swiper .swiper-slide{width:45vw;transition: all 0.5s;}
.index-field-list .href{position: relative;display: block;}
.index-field-list .text{position: absolute;height:210px;left:20px;right:20px;top:15%;z-index: 2;color:#fff;}
.index-field-list .icon{width:25px;transition: all 0.5s;}
.index-field-list .icon>img{width:100%;}
.index-field-list h3{font-size:18px;margin:15px 0;}
.index-field-list .en{font-size:14px;font-family: "MiSans-R";opacity: 0.8;}
.index-field-list .jia{position: absolute;font-size:28px;line-height: 1;left:0;bottom:0;font-family: 'SourceHanSansCN-Medium';transition: all 0.5s;}
.index-field-list .img{height:430px;}
.index-field-list .img>img{position: absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;}
.index-field-list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6);z-index: 2;}
.index-field-list .public-href{position: absolute;left:25px;right:25px;bottom:10%;z-index: 2;opacity: 0;transition: all 0.5s;}
.index-field-list .public-href>.more{width:140px;line-height: 38px;border-radius: 25px;font-size:14px;border:1px solid #fff;background:transparent;padding-left:0;justify-content: center;}
.index-field-list .public-href>.more:hover{background:var(--bld-gradient);border-color: transparent;}
@media (max-width:767px){
	.index-field-swiper .swiper-slide:hover .public-href{bottom:15%;opacity: 1;}
	.index-field-swiper .swiper-slide:hover .img::after{background:rgba(0,0,0,0.3);}
}
@media (max-width:575px){
	.index-field-swiper .swiper-slide{width:60vw;}
}
@media (min-width:768px){
	.index-field-swiper .swiper-slide{width:27vw;}
	.index-field-swiper .swiper-slide.active{width:46vw;}
	.index-field-swiper .swiper-slide.active .public-href{bottom:18%;opacity: 1;}
	.index-field-swiper .swiper-slide.active .icon{transform: rotateY(180deg);}
	.index-field-swiper .swiper-slide.active .img::after{background:rgba(0,0,0,0.3);}
	.index-field-list .img{height:520px;}
	.index-field-list .text{left:30px;right:30px;height:245px;}
	.index-field-list .icon{width:50px;}
	.index-field-list .jia{font-size:32px;}
	.index-field-list .public-href{left:30px;right:30px;}
}
@media (min-width:992px){
	.index-field-swiper .swiper-slide{width:20vw;}
	.index-field-swiper .swiper-slide.active{width:40vw;}
}
@media (min-width:1200px){
	.index-field-swiper .swiper-slide{width:16.666666vw;}
	.index-field-swiper .swiper-slide.active{width:33.333333vw;}
	
}
@media (min-width:1400px){
	.index-field-swiper .swiper-slide.active .public-href{bottom:18%;}
	.index-field-list .img{height:560px;}
	.index-field-list .text{top:16%;left:35px;right:35px;}
	.index-field-list .public-href{left:35px;right:35px;}
	.index-field-list .public-href>.more{width:170px;font-size:16px;}
}
@media (min-width:1600px){
	.index-field-swiper .swiper-slide.active .public-href{bottom:23.75%;}
	.index-field-list .img{height:700px;}
	.index-field-list .text{top:19.375%;}
	.index-field-list h3{font-size:20px;}
	.index-field-list .en{font-size:18px;}
	.index-field-list .jia{font-size:36px;}
}

/* 首页 - 产品中心 */
.index-product>.bg{position: absolute;width:100%;height:46%;left:0;top:0;background-repeat: no-repeat;background-size:cover;background-position: center;z-index: -1;}
.index-product .index-title .h2{color:#fff;}
.index-product .index-title .en-2{color:#fff;opacity: 0.7;}
.index-title .more{display: block;text-align:right;font-size:16px;background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;margin-top:15px;}
.index-title .more:hover{text-decoration: underline;}
.index-product-left{position: relative;width:100%;}
.index-product-nav{width:100%;height:40px;}
.index-product-nav::-webkit-scrollbar{width:2px;height:2px;}
.index-product-nav::-webkit-scrollbar-track{background:#e6e6e6;}
.index-product-nav::-webkit-scrollbar-thumb{background:#d4c669;height:60px;}
.index-product-nav::-webkit-scrollbar-thumb:window-inactive{background:#d4c669;}
.index-product-nav::-webkit-scrollbar-thumb:vertical:hover{background:#d4c669;}

.index-product-nav>ul{list-style: none;margin:0;padding:0;}
.index-product-nav>ul>li>a{position: relative;display: block;font-size:16px;color:#666!important;line-height:26px;padding:10px 30px 10px 10px;border-radius: 30px;background:#f4f4f4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;box-shadow: 0 0 3px rgba(0,0,0,0.2);}
.index-product-nav>ul .icon{position: absolute;color:#fff;right:20px;top:50%;margin-top:-6px;transition: all 0.5s;font-style: normal;}
.index-product-nav>ul .icon::before{content: 'next';font-family: swiper-icons;position: absolute;font-size:14px;color:#666;letter-spacing: 0;line-height: 1;font-variant: initial;}
.index-product-nav>ul>li>a:hover,
.index-product-nav>ul>.active>a{color:#fff;background:var(--bld-gradient);}
.index-product-nav>ul>li>a:hover>.icon::before,
.index-product-nav>ul>.active>a>.icon::before{color:#fff;}

.index-product-right{width:100%;}
.index-product-right>.img{margin-bottom:10px;}
.index-product-list .swiper-slide{height:auto;}
.index-product-list .href{background:var(--bld-gradient);display: block;padding:2px;height:100%;}
.index-product-list .img{background:#fff;}
.index-product-list .text{text-align: center;padding:15px 10px;color:#fff;transition: all 0.3s;}
.index-product-list .text p{margin:0;color:#fff;}
.index-product-list h3{font-size:16px;font-weight: normal;line-height: 1.2;margin:0 0 10px;font-family: 'SourceHanSansCN-Medium';}
.index-product-list .href:hover{border-image: var(--bld-gradient) 1;}
.index-product-list .href:hover .img>img{transform: scale(1.1);}
.index-product .swiper-button-prev,
.index-product .swiper-button-next{width:36px;height:36px;margin-top:-16px;border-radius: 50%;color:#fff;background:var(--bld-gradient);transform: translateY(-45px);transition: all 0.3s;}
.index-product .swiper-button-prev::after,
.index-product .swiper-button-next::after{font-size:16px;}
.index-product .swiper-button-prev{left:-40px;}
.index-product .swiper-button-next{right:-40px;}
.index-product-swiper:hover .swiper-button-prev{left:10px;}
.index-product-swiper:hover .swiper-button-next{right:10px;}
.index-product-swiper .public-swiper-pagination{margin-top:30px;}
@media (max-width:767px){
	.index-product-nav{overflow-y: hidden;overflow-x: auto;padding-bottom:3px;}
	.index-product-nav>ul{white-space: nowrap;}
	.index-product-nav>ul>li{display: inline-block;margin-right:5px;}
	.index-product-nav>ul>li>a{padding:5px 15px;font-size:14px;}
	.index-product-nav>ul .icon,
	.index-product .swiper-button-prev,
	.index-product .swiper-button-next{display: none;}
}
@media (min-width:768px){
	.index-product>.bg{height:40%;max-height:374px;}
	.index-product-main{display: flex;justify-content: space-between;align-items: stretch;}
	.index-product-left{width:25%;}
	.index-product-nav{width:100%;height:auto;}
	.index-product-nav>ul>li>a{box-shadow: 0 0 4px rgba(0,0,0,0.2);}
	.index-product-nav>ul>li + li{margin-top:5px;}
	.index-product-right{width:calc(75% - 30px);}
	.index-product-swiper .swiper-pagination{display: none;}
}
@media (min-width:992px){
	.index-product-left{width:20%;}
	.index-product-nav>ul>li>a{padding-top:13px;padding-bottom:13px;padding-left:20px;padding-right:40px;line-height: 24px;box-shadow: 0 0 6px rgba(0,0,0,0.2);}
	.index-product-nav>ul>li + li{margin-top:6px;}
	.index-product-nav>ul .icon{right:25px;}
	.index-product-list h3{margin-bottom:12px;}
	
	.index-product-right{width:calc(80% - 30px);}
	.index-product-right>.img{margin-bottom:20px;}
}

@media (min-width:1200px){
	.index-product-nav>ul>li>a{padding-top:15px;padding-bottom:15px;line-height: 20px;box-shadow: 0 0 8px rgba(0,0,0,0.2);}
	.index-product-nav>ul>li + li{margin-top:10px;}
	.index-product-list .text{padding-top:19px;padding-bottom:19px;}
}
@media (min-width:1400px){
	.index-product-nav>ul>li>a{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.index-product-nav>ul>li + li{margin-top:18px;}
	
	.index-product-main{max-width:1300px;margin-left:auto;margin-right:auto;}
}
@media (min-width:1600px){
	.index-product-nav>ul>li>a{font-size:18px;}
}
@media (min-width:1800px){
	.index-product-list h3{margin-bottom:10px;}
	.max1460{max-width:1460px;}
	.max1430{max-width:1430px;}
}

.index-product-2 .index-product-right>.img{max-height:290px;}
.index-product-2 .index-product-nav>ul>li + li{margin-top:0;}
.index-product-2 .index-product-list .text{padding:10px;}
.index-product-2 .index-product-list h3{margin-bottom:0;}
.index-product-2 .index-product-list .text p{display: none;}
.index-product-2 .swiper-button-prev,
.index-product-2 .swiper-button-next{transform: translateY(-20px);}
@media (min-width:768px){
	.index-product-2 .index-product-nav>ul>li>a{font-size:14px;line-height: 24px;}
	.index-product-2 .index-product-right>.img{margin-bottom:15px;}
}
@media (min-width:992px){
	.index-product-2 .index-product-nav>ul>li>a{font-size:16px;}
	.index-product-2 .index-product-right>.img{margin-bottom:10px;}
}
@media (min-width:1200px){
	.index-product-2 .index-product-right>.img{margin-bottom:20px;}
}
@media (min-width:1400px){
	.index-product-2 .index-product-nav>ul>li>a{line-height: 28px;}
}
@media (min-width:1800px){
	.index-product-2 .index-product-nav>ul>li>a{font-size:18px;}
}

/* 首页 - 荣誉资质 */
.index-honor-swiper{position: relative;margin-top:-25px;margin-bottom:-25px;}
.index-honor-swiper .swiper{position: static;padding:8px 0;}
.index-honor-swiper .swiper-slide{padding-top:25px;padding-bottom:25px;}
.index-honor-swiper .swiper-slide-active .img{box-shadow: 0 0 15px rgba(255,255,255,0.1);}
.index-honor-other>.text{margin-bottom:30px;}
.index-honor-other .InfoContent{line-height: 1.75;color:#333;}
.index-honor-other .InfoContent::-webkit-scrollbar{width:5px;height:5px;}
.index-honor-other .InfoContent::-webkit-scrollbar-track{background:#e6e6e6;}
.index-honor-other .InfoContent::-webkit-scrollbar-thumb{background:#d4c669;height:60px;}
.index-honor-other .InfoContent::-webkit-scrollbar-thumb:window-inactive{background:#d4c669;}
.index-honor-other .InfoContent::-webkit-scrollbar-thumb:vertical:hover{background:#d4c669;}
.index-honor-other .InfoContent ul{margin-bottom:20px;}
.index-honor-other .InfoContent ul:last-child{margin-bottom:0;}
.index-honor-other .InfoContent li:after{background:var(--bld-gradient);}
.index-honor-other>.img{border-radius: 20px;}
@media (max-width:991px){
	.tab-pane .honor-other{display: block;}
	.tab-pane .honor-other>.text{width:100%;margin-bottom:30px;}
	.tab-pane .honor-other .InfoContent{position: static;height:auto;padding-right:0;}
	.tab-pane .honor-other>.img{width:100%;}
}
@media (max-width:767px){
	.index-honor .index-title-main .classify-nav{margin-bottom:0;}
	.index-honor .index-title-main .right{flex-direction: row;justify-content: space-between;}
	.index-honor-swiper .swiper-pagination{margin-top:5px;margin-bottom:10px;}
}
@media (min-width:576px){
	.index-honor-swiper{margin-top:-45px;margin-bottom:-45px;}
	.index-honor-swiper .swiper-pagination{display: none;}
	.index-honor-swiper .swiper-slide{padding-top:45px;padding-bottom:45px;transform: translateX(45%) scale(0.72);z-index: 1;transition: all 0.5s;}
	.index-honor-swiper .swiper-slide-prev{transform: translateX(14%) scale(0.85);z-index: 2;}
	.index-honor-swiper .swiper-slide-active{transform: none;z-index: 3;}
	.index-honor-swiper .swiper-slide-next{transform: translateX(-14%) scale(0.85);z-index: 2;}
	.index-honor-swiper .swiper-slide-next + .swiper-slide{transform: translateX(-45%) scale(0.72);z-index: 1;}
	.index-honor-swiper .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);transition: all 0.5s;}
	.index-honor-swiper .swiper-slide-active .img::after{opacity: 0;}
	.index-honor-swiper .swiper-slide-active .img{box-shadow: 0 0 35px rgba(0,0,0,0.1);}
}
@media (min-width:768px){
	.index-honor-other{display: flex;align-items: stretch;justify-content: space-between;}
	.index-honor-other>.text{width:49.65035%;position: relative;margin-bottom:0;}
	.index-honor-other .InfoContent{position: absolute;left:0;top:0;right:20px;padding-right:15px;height:100%;overflow-y: auto;}
	.index-honor-other>.img{border-radius: 20px;width:50.34965%;}
}
@media (min-width:1200px){
	.index-honor-other .InfoContent{right:40px;}
}


/* 首页 - 新闻动态 */
.news-date{display: block;width:100px;height:30px;line-height: 30px;display: flex;align-items: center;font-size:12px;color:#cacaca;transition: all 0.5s;}
.news-date::before{content: '';display: block;width:16px;height:16px;background-image: url(../images/icon/b16-2.svg);background-repeat: no-repeat;background-size:18px;background-position: center;margin-right:4px;}
.index-news-swiper .swiper-pagination{margin-top:30px;}
.index-news-swiper .swiper-slide{height:auto;}
.index-news-list .href{position: relative;padding:20px 0 15px;background:#fff;display: block;overflow: hidden;height:100%;}
.index-news-list .href::before{content: '';position: absolute;left:-5px;top:-5px;bottom:-5px;right:-5px;border: 2px solid;border-image: var(--bld-gradient) 1;z-index: 2;opacity: 0;transition: all 0.5s;}
.index-news-list .text{transition: all 0.5s;}
.index-news-list h3{font-size:16px;line-height: 24px;height:48px;margin:0;font-family: 'SourceHanSansCN-Medium';transition: all 0.5s;}
.index-news-list .line{width:30px;height:2px;background:#333;margin:20px 0;transition: all 0.5s;}
.index-news-list .p{font-size:14px;line-height: 24px;height:48px;margin:20px 0;color:#666;transition: all 0.5s;}

.index-news-list .href:hover .line{width:0;}
.index-news-list .href:hover h3,
.index-news-list .href:hover .p,
.index-news-list .href:hover .news-date{color:var(--bld-color);}
.index-news-list .href:hover .news-date::before{background-image: url(../images/icon/b16-3.svg);}
.index-news-list .href:hover .img>img{transform: scale(1.1);}
@media (max-width:767px){
	.index-news-list .line{display: none;}
	.index-news-list .img{margin-top:20px;}
	.index-news-list .text{padding-left:15px;padding-right:15px;}
	.index-news-list .href::before{left:0;top:0;bottom:0;right:0;opacity: 1;}
}
@media (min-width:768px){
	.index-news-list h3{font-size:18px;}
	.index-news-list .href:hover .text{padding-left:15px;padding-right:15px;}
	.index-news-list .href:hover::before{left:0;top:0;bottom:0;right:0;opacity: 1;}
}
@media (min-width:1200px){
	.news-date{width:120px;font-size:14px;}
	.news-date::before{margin-right:8px;}
	.index-news-list h3{font-size:20px;line-height: 30px;height:60px;}
	.index-news-list .p{font-size:16px;}
	.index-news-list .line{height:4px;}
}
@media (min-width:1600px){
	.index-news-list .p{margin:30px 0 20px;}
	.index-news-list .line{margin:30px 0;}
}

/*内页*/
.inside-banner{position: relative;width:100%;height:200px;overflow:hidden;}
.inside-banner>img{display:block;width:100%;height:100%;object-fit: cover;-webkit-transition: all 0.5s;transition: all 0.5s;-webkit-animation: imgZoomIn 5s ease-in;animation: imgZoomIn 5s ease-in;}
.inside-banner-content{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);}
.inside-title{color:#fff;margin-top:50px;}
.inside-title .h1{font-size:24px;line-height: 1;font-weight: 400;margin:0;font-family: 'SourceHanSansCN-Light';}
.inside-title .en{font-size:16px;margin-top:10px;line-height: 1;text-transform: capitalize;color:rgba(255,255,255,0.35);font-family: "Akrobat";letter-spacing: 5px;}
	
.submenu-breadcrumb-main{position: relative;background-color: #fff;overflow: hidden;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #eae8e0;}
.submenu-breadcrumb{margin-left: -10px;margin-right: -10px;}
.submenu-breadcrumb>*{padding: 0 10px;max-width: 100%;}
.submenu-swiper .swiper{position: static;}
.submenu-swiper .swiper-scrollbar{left:0;right:0;bottom:0;width:auto;height:2px;background: #e6e6e6;}
.submenu-swiper .swiper-scrollbar-drag{background:var(--bld-color);opacity: 0.5;}
.submenu-nav {list-style: none;margin: 0;padding: 0;}
.submenu-nav .nav-item{width: auto;padding:0}
.submenu-nav .nav-link{font-size: 14px;min-width:100px;line-height:30px;color: #333;padding:5px 15px;background:transparent;text-align: center;transition: all 0.5s;}
.submenu-nav .nav-link>span{position: relative;}
.submenu-nav .nav-link::before{content: '';position: absolute;width:100%;height:0;left:0;bottom:0;background:var(--bld-gradient);border-radius: 10px 0 10px 0;transition: all 0.5s;}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link.active,
.submenu-nav .nav-link:hover{color: #fff;}
.submenu-nav .active .nav-link::before,
.submenu-nav .nav-link.active::before,
.submenu-nav .nav-link:hover::before{height:100%;}
.nav.swiper-wrapper{flex-wrap: nowrap;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:35px -5px 0;list-style: none;padding:0;}
.pager li{padding:0 5px;margin:5px 0;font-size:16px;font-family: 'SourceHanSansCN-Medium';}
.pager li>a,.pager li>span{display: block;background:transparent;color:#666;border:1px solid #e6e6e6;border-radius:0;padding:0;margin:0;width:35px;line-height:33px;text-align: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.pager .next>a,.pager .next>span,
.pager .previous>a,.pager .previous>span{width:70px;font-family: 'SourceHanSansCN-Regular';}
.pager .active>a,.pager li>a:hover{color:#fff;background:var(--bld-color);border-color:var(--bld-color);}
/* .pager .next>span,.pager .previous>span{border-color:#b2b2b2;color:#7a7a7a;} */
/* .pager .next>a,
.pager .previous>a{color:#fff;background-color:var(--bld-color);} */
.pager .next>a:hover,
.pager .previous>a:hover{background:var(--bld-color);color:#fff;}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (max-width:767px){
	.pager{margin-left:-2px;margin-right:-2px;}
	.pager li{font-size:12px;padding-left:2px;padding-right:2px;}
	.pager li>a,.pager li>span{width:30px;line-height:28px;}
}
@media (min-width:768px){
	.inside-banner{height:240px;}
	.inside-title .h1{font-size:28px;}
	.inside-title .en{font-size:18px;}
	.submenu-breadcrumb-main{padding-top:15px;padding-bottom:15px;}
	.submenu-breadcrumb{display: flex;flex-flow: row wrap;justify-content: space-between;}
	.submenu-swiper .swiper-scrollbar{display: none;}
	.submenu-nav .nav-link{font-size: 16px;min-width:120px;}
}
@media (min-width:1200px){
	.inside-banner{height:340px;}
	.inside-title{margin-top:80px;}
	.inside-title .h1{font-size:38px;}
	.inside-title .en{font-size:20px;margin-top:20px;letter-spacing: 8px;}
}
@media (min-width:1600px){
	.inside-banner{height:380px;}
	.inside-title .h1{font-size:48px;}
	.inside-title .en{font-size:24px;}
	.submenu-nav .nav-link{min-width:140px;}
}

/* 详情 */
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ececec;margin-bottom:25px;}
.details-title .h2{font-size:20px;font-weight: 400;color:#333;line-height:1.4;margin-bottom:0;font-family: 'SourceHanSansCN-Medium';}
.details-title .time{margin-top:15px;line-height:20px;display: flex;align-items: center;}
.details-title .time>img{width:18px;height:18px;margin-right:8px;}
.details-title.text-center .time{justify-content: center;}

.info-prev-next{position: relative;padding-top:30px;margin-top: 40px;border-top:1px solid #ececec;}
.info-prev-next a{color: #666666;display: flex;align-items: center;font-family: 'SourceHanSansCN-Medium';}
.info-prev-next a>span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info-prev-next i{position: static;flex: 0 0 auto;padding:0 1px;width:auto;height:auto;margin-right:15px;color:#666;margin-top:0;font-style: normal;font-weight: 700;}
.info-prev-next i::after{font-size:14px;font-family: swiper-icons;}
.info-prev-next a:hover{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.info-prev-next a:hover i{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.go-back a{display: block;color: #fff;text-align: center;width: 120px;height: 42px;line-height: 40px;border:1px solid var(--bld-color);color:var(--bld-color);border-radius: 21px;transition: all 0.5s;}
.go-back a:hover{-webkit-animation: headShake .8s linear 1;animation: headShake .8s linear 1;color:#fff;background:var(--bld-color);}
@media (max-width:767px){
	.info-next{margin-top:10px;}
	.info-prev-next i{display: none;}
}
@media (max-width:575px){
	.details-title .h2{font-size:18px;}
}
@media (min-width:768px){
	.details-title .h2{font-size:24px;}
	.info-prev-next{margin-top: 60px;display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
	.info-prev,.info-next{max-width:calc(50% - 120px);}
	.info-next a{flex-direction: row-reverse;}
	.info-prev-next i{margin-right:15px;}
	.info-next i{-webkit-transform: rotate(-180deg);transform: rotate(-180deg);margin-right:0;margin-left:15px;}
}
@media (min-width:1200px){
	.details-title{padding-bottom:30px;margin-bottom:30px;}
	.details-title .h2{font-size:28px;}
	.details-title .time{margin-top:20px;}
	.info-prev-next,.go-back a{font-size:16px;}
	.info-prev-next i{margin-right:24px;}
	.info-next i{margin-left:24px;}
}
@media (min-width:1600px){
	.details-title{padding-bottom:40px;margin-bottom:40px;}
	.details-title .h2{font-size:32px;}
	
	.info-prev-next{margin-top:80px;}
}

.details-main{background:#f7f7f7;padding:30px;}
.details-recommend{margin-top:25px;background:#f7f7f7;padding:30px 15px 10px;}
.details-recommend-title{font-size:20px;text-align: center;margin-bottom:20px;}
.recommend-product-list .item{border-bottom:1px solid #eae6da;}
.recommend-product-list .item:last-child{border-bottom:none;}
.recommend-product-list .href{display: flex;border-radius: 10px;padding:15px;align-items: center;transition: all 0.5s;}
.recommend-product-list .img{flex: 0 0 auto;width:120px;border-radius: 6px;}
.recommend-product-list .text{padding-left:15px;width:100%;overflow: hidden;}
.recommend-product-list h3{font-size:16px;margin-bottom:18px;line-height: 1.1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.recommend-product-list .public-href>.more{width:90px;line-height: 28px;font-size:14px;padding-left:0;color:#333;background:transparent;}
.recommend-product-list .href:hover{background:#fff;}
.recommend-product-list .href:hover .public-href>.more{padding-left:18px;color:#fff;background:var(--bld-gradient-opposite);}
.recommend-product-list .item:hover{border-bottom-color:transparent;}
@media (min-width:768px){
	.details-recommend-title{font-size:24px;}
	.recommend-product-list h3{font-size:18px;}
}
@media (min-width:992px){
	.public-details{display: flex;justify-content: space-between;align-items: flex-start;}
	.details-main{width:61.267606%;padding:45px;}
	.details-recommend{width:36.619718%;margin-top:0;padding-top:45px;}
}
@media (min-width:1200px){
	.details-recommend{position: -webkit-sticky;position: sticky;top:80px;}
	.details-recommend-title{font-size:28px;}
}

/* 产品中心 */
.product-swiper-1 .title{position: relative;border-radius: 20px 0 20px 0;background:#edc905;color:#fff;padding:15px;margin-bottom:5px;}
.product-swiper-1 .title h2{font-size:20px;font-family: 'SourceHanSansCN-Medium';margin-bottom:10px;line-height: 1;}
.product-swiper-1 .title h6{font-size:12px;font-family: "Akrobat";margin-bottom:0;line-height: 1;text-transform: uppercase;letter-spacing: 2px;}
.product-swiper-1 .title .icon{position: absolute;right:15px;bottom:18px;}
.product-swiper-1 .title .icon>img{height:36px;}
.product-nav-1{list-style:none;margin:0;padding:0;display: block;}
.product-nav-1>li>a{position: relative;border-radius: 22px;padding:8px 15px;padding-right:30px;line-height:28px;background:#f0f0f0;font-size:14px;color:#333;display: block;color:#333;}
.product-nav-1>li>a>span{position: relative;line-height: inherit;}
.product-nav-1>li>a>span>b{display: none;}
.product-nav-1>li>a>span>.new{position: relative;display:inline-block;width:33px;height:15px;background-image: url(../images/icon/new.png);background-repeat: no-repeat;background-size:auto 100%;background-position: center;top:-7px;margin-left:3px;}
.product-nav-1>li>a>span>.level{position: relative;display:inline-block;top:-10px;margin-left:3px;color:#ee502f;font-size:14px;line-height: 1;padding:3px 8px;border-radius:10px 10px 10px 0;border:1px solid #ee502f;transform: scale(0.8);transform-origin: left center;}
.product-nav-1>li>a>.icon{position: absolute;right:18px;top:50%;transform: translateY(-50%);margin-top:0;display: flex;align-items: center;justify-content: center;cursor: pointer;color:#333;font-style: normal;}
.product-nav-1>li>a>.icon::after{content: 'next';font-family: swiper-icons;letter-spacing: 0;line-height: 1;font-variant: initial;font-size:14px;color:#666;}
.product-nav-1>li + li{margin-top:5px;}
.product-nav-1>li.active>a,
.product-nav-1>li>a:hover{background:var(--bld-gradient);color:#fff;}
.product-nav-1>li.active>a>.icon::after,
.product-nav-1>li>a:hover>.icon::after{color:#fff;}

.product-nav-1>.innovative-product>a{background:var(--bld-gradient);color:#fff;}
.product-nav-1>.innovative-product>a>.icon::after{color:#fff;}
.product-nav-1>.innovative-product.active>a,
.product-nav-1>.innovative-product>a:hover{background:var(--bld-gradient-opposite);color:#fff;}
.product-nav-1>.innovative-product.active>a>.icon::after,
.product-nav-1>.innovative-product>a:hover>.icon::after{color:#fff;}


.product-search{margin-bottom:15px;}
.product-search .inside-form{margin-bottom:0;}
.product-type{margin-bottom:18px;font-size:0;overflow: hidden;}
.product-swiper-2{float:left;max-width:100%;padding-left:40px;background-image: url(../images/icon/b28.svg);background-repeat: no-repeat;background-size:24px auto;background-position: 0 2px;overflow: hidden;min-height:24px;}
.product-swiper-2 .swiper{margin-left:-15px;margin-right:-15px;}
.product-nav-2{list-style:none;margin:0;padding:0;flex-wrap: wrap;}
.product-nav-2>li{position: relative;width:auto;margin:2px 0;padding-left:15px;padding-right:15px;}
.product-nav-2>li::after{content: '';position: absolute;width:1px;height:14px;right:0;top:50%;margin-top:-7px;background:var(--bld-color);}
.product-nav-2>li:last-child::after{display: none;}
.product-nav-2>li>a{font-size:14px;line-height:24px;color:#666!important;display: block;}
.product-nav-2>.active>a,
.product-nav-2>li>a:hover{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
@media (max-width:767px){
	.product-inside-main{padding-top:100px;}
	.product-search{position: absolute;margin-bottom:40px;padding:15px;left:0;right:0;top:0;}
	.product-search.fadein-bottom{-webkit-animation: none;animation: none;visibility: visible!important;}
	.product-search::before{content: '';position: absolute;left:0;right:0;top:0;bottom:0;background:#f7f7f7;}
	.product-main-left .swiper,
	.product-type{display: none;}
	.product-swiper-1 .title{margin-bottom:25px;}
	.product-swiper-1 .title .icon{cursor: pointer;}
}
@media (min-width:768px){
	.md-overflow-visible{overflow: visible;}
	.product-main{display: flex;justify-content: space-between;}
	.product-main-left{width:32%;}
	.product-swiper-1{position: -webkit-sticky;position: sticky;top:60px;}
	.product-swiper-1 .title{padding:20px;}
	.product-swiper-1 .title h2{font-size:22px;}
	.product-swiper-1 .title .icon{right:15px;bottom:15px;}
	.product-swiper-1 .title .icon>img{height:20px;}
	.product-main-right{width:65.873239%;}
}
@media (min-width:992px){
	.product-main-left{width:25%;}
	.product-main-right{width:72.873239%;}
}
@media (min-width:1200px){
	.product-main-left{width:19%;}
	.product-swiper-1{top:80px;}
	.product-swiper-1 .title{padding:25px;}
	.product-swiper-1 .title h2{font-size:26px;}
	.product-swiper-1 .title h6{font-size:14px;}
	.product-swiper-1 .title .icon{right:20px;bottom:20px;}
	.product-swiper-1 .title .icon>img{height:32px;}
	.product-nav-1>li>a{font-size:16px;padding-left:20px;padding-right:30px;}
	.product-main-right{width:78.873239%;}
	.product-nav-2>li>a{font-size:16px;}
}

/* 产品分类 - 手机 */
.min-product-menu-close{position: absolute;width:30px;height:30px;cursor: pointer;right:20px;top:30px;}
.min-product-menu-close>img{width:100%;height:100%;}
.min-product-menu{position: fixed;z-index: 1050;background:var(--bld-color);background:var(--bld-gradient);width:100%;height:100%;left:105%;top:0;opacity: 0;visibility: hidden;transition: all 0.5s;}
.min-product-menu.open{opacity: 1;visibility: visible;left:0;}
.min-product-menu>.inner{padding:30px 15px;height:100%;overflow: hidden;display: flex;flex-direction: column;}
.min-product-menu-title{font-size:20px;padding-bottom:15px;font-family: 'SourceHanSansCN-Medium';line-height: 1;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.3);}
.min-product-menu-nav{flex: 1;overflow-y: auto;overflow-x: hidden;}
.min-product-menu-nav .row{margin:0;}
.min-product-menu-nav .column{padding:0;}
.min-product-menu-nav .column:nth-child(odd){padding-right:15px;border-right:1px solid rgba(255,255,255,0.3);}
.min-product-menu-nav .column:nth-child(even){padding-left:15px;}
.min-product-nav{list-style: none;margin:0;padding:0;}
.min-product-nav>li+li{margin-top:8px;}
.min-product-nav a{display: block;line-height: 28px;font-size:14px;color:#333;}
.min-product-nav a>span{position: relative;line-height: inherit;/*white-space: nowrap;*/}
.min-product-nav a>span>.new{position: relative;display:inline-block;width:20px;height:9px;background-image: url(../images/icon/new.svg);background-repeat: no-repeat;background-size:100% 100%;background-position: center;top:-7px;margin-left:2px;}
.min-product-nav a>span>.level{position: relative;display:inline-block;width:20px;height:9px;background-image: url(../images/icon/star.svg);background-repeat: no-repeat;background-size:100% 100%;background-position: center;top:-7px;margin-left:2px;text-indent: -9999px;overflow: hidden}
.min-product-nav a:hover{color:#fff;}
.min-product-nav .innovative-product a{background:rgba(0,0,0,0.05);padding-left:8px;padding-right:8px;border-radius: 15px;}
@media (min-width:768px){
	.min-product-menu{display: none!important;}
}

/* 产品列表 */
.product-list-main{padding:10px 10px 30px;border-radius: 5px;flex:1;}
.product-list.row{margin-left:-5px;margin-right:-5px;margin-top:-10px;}
.product-list .column{padding-left:5px;padding-right:5px;margin-top:10px;}
.product-list .href{position: relative;display: block;height:100%;border-radius: 0 0 10px 10px;background:#fff;transition: all 0.5s;}
.product-list .img{border-radius: 10px 10px 0 0;}
.product-list .new-icon{position: absolute;right:12px;top:-3px;z-index: 2;}
.product-list .new-icon>img{height:24px;}
.product-list .text{padding:15px 15px 20px;}
.product-list h3{font-size:16px;font-family: 'SourceHanSansCN-Medium';line-height: 1.4;margin:0;}
.product-list .p{margin:10px 0 15px;color:#808080;font-size:14px;overflow: hidden;}
.product-list .public-href>.more{width:100px;line-height: 30px;padding-left:18px;font-size:14px;}
.product-list .href:hover{box-shadow: 0 0 26px rgba(241,208,26,0.12);}
.product-list .href:hover .img>img{transform: scale(1.1);}
.product-list .href:hover h3{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.product-list .href:hover .public-href>.more{background:var(--bld-gradient-opposite);}
@media (min-width: 768px) {
	.product-list.row{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.product-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.product-list .text{padding:20px 20px 25px;}
	.product-list .new-icon{top:-7px;}
	.product-list .new-icon>img{height:48px;}
	.product-list-main{padding:25px 20px 35px;}
}
@media (min-width: 1200px) {
	.product-list h3{font-size:18px;}
}


/* 产品详情 */
.download-href .more{width:150px;line-height: 46px;display: block;text-align: center;color:#fff;font-size:16px;font-family: 'SourceHanSansCN-Medium';background:#edc905;border-radius: 4px;display: flex;align-items: center;justify-content: center;transition: all 0.3s;}
.download-href .more>i{font-style:normal;width:18px;height:18px;background-image: url(../images/icon/b15-1.svg);background-repeat: no-repeat;background-size:24px;background-position: center;margin-right:8px;}
.download-href .more:hover{background:var(--bld-color);}
.product-details-top .row{margin:0 -15px;}
.product-details-top .row>div{padding:0 15px;margin-bottom:30px;}
.product-details-top .details-title{border-bottom:none;padding-bottom:0;margin:0 0 20px;}
.product-details-top .text-column .InfoContent{margin:0 0 20px;}
.product-details-top .row .img{background:#020202;}
.product-details-top .img-column .swiper-slide{height:auto;}
.product-details-top .img:hover>img{transform: scale(1.1);}

.product-details-album-big{border:1px solid #ebebeb;}
.product-details-album-small{position: relative;padding:0 24px;margin-top:15px;}
.product-details-album-small .swiper{position: static;}
.product-details-album-small .img{width:100%;height:64px;border:1px solid #ebebeb;}
.product-details-album-small .img::after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);z-index: 3;}
.product-details-album-small .img>img{position: absolute;width:auto;height:auto;max-width:90%;max-height:90%;margin:auto;left:0;top:0;right:0;bottom:0;}
.product-details-album-small .public-button.swiper-button-lock{display: flex;}
.product-details-album-small .public-button{width:24px;}
.product-details-album-small .public-button:after{font-size:12px;}
.product-details-album-small .public-button.swiper-button-prev{left:5px;color:#666;justify-content: flex-start}
.product-details-album-small .public-button.swiper-button-next{right:5px;color:#666;justify-content: flex-end;}
.product-details-album-small .swiper-slide-thumb-active .img{border-color:#edc905;}
.product-details-album-small .swiper-slide-thumb-active .img::after{background:rgba(0,0,0,0);}
.product-details-album-small .playBtn{background:rgba(0,0,0,0.15);}
.product-details-album-small .playBtn>img{width:30px;height:30px;margin-left:-15px;margin-top:-15px;}
.details-title-h2{font-size:18px;padding:15px;background:#edc905;color:#fff;font-family: 'SourceHanSansCN-Medium';line-height: 1;}
.details-title-h2>span{position: relative;padding-left:15px;display: block;}
.details-title-h2>span::before{content: '';position: absolute;left:0;top:50%;margin-top:-10px;width:3px;height:20px;background:#fff;}
.product-details-bottom .InfoContent{padding:20px 20px 30px;border:1px solid #edc905;}
@media (min-width: 768px) {
	.download-href .more{font-size:18px;}
	.product-details-top .row>div{margin-bottom:40px;}
	.product-details-top .details-title .h2{font-size:20px;}
	.product-details-top .text-column .InfoContent{margin-bottom:35px;}
	.details-title-h2{font-size:20px;}
	.product-details-bottom .InfoContent{padding:25px 25px 40px;}
}
@media (min-width: 1200px) {
	.download-href .more{width:170px;}
	.product-details-top .details-title .h2{font-size:24px;}
	.product-details-top .row{margin-left:-25px;margin-right:-25px;}
	.product-details-top .row>div{padding:0 25px;margin-bottom:50px;}
	.product-details-top .row .img-column{width:48.215%;}
	.product-details-top .row .text-column{width:51.785%;}
	.product-details-top .text-column .InfoContent{margin-bottom:45px;}
	.details-title-h2{font-size:22px;padding-left:20px;padding-right:20px;}
	.details-title-h2>span{padding-left:20px;}
}
@media (min-width:1600px){
	.product-details-top .details-title .h2{font-size:28px;}
}


/* 推荐 */
.product-details-recommend{margin-top:20px;}
.public-outer-swiper{margin-top:10px;overflow: hidden;}
.public-outer-swiper .swiper{padding:0 10px;margin-left:-10px;margin-right:-10px;}
.public-outer-swiper .swiper-wrapper{padding-top:10px;padding-bottom:10px;}
.public-outer-swiper .swiper-slide{height:auto;}
.public-outer-swiper .product-list h3{text-align: center;}
.public-outer-swiper .product-list .text{padding:15px 10px;}
@media (min-width:768px){
	.public-outer-swiper .swiper-pagination{margin-top:20px;}
}

/* 应用领域产品推荐 */
.field-list{margin:-15px -7px 0;}
.field-list .column{padding-left:7px;padding-right:7px;margin-top:15px;}
.field-list .href{position: relative;display: block;background:#fafafa;border-radius: 10px;overflow: hidden;height:100%;}
.field-list .img{position: absolute;width:100%;height:100%;left:0;top:0;opacity: 0;transform: scale(1.2);border-radius: 10px;}
.field-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
.field-list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.35);}
.field-list .text{position: relative;height:100%;padding:20px 15px;z-index: 2;}
.field-list .icon{position: relative;width:30px;}
.field-list .icon>img{width:100%;display: block;transition: all 0.5s;}
.field-list .icon>.hover{position: absolute;width:100%;left:0;top:0;opacity: 0;}
.field-list h3{font-size:18px;margin:15px 0;font-family: 'SourceHanSansCN-Medium';transition: all 0.5s;}
.field-list .p{font-size: 14px;line-height: 20px;height:80px;color:#666;overflow:hidden;transition: all 0.5s;}
.field-list .public-href{margin-top:20px;}
.field-list .href:hover h3,
.field-list .href:hover .p{color:#fff;}
.field-list .href:hover .icon>.normal{opacity: 0;}
.field-list .href:hover .icon>.hover{opacity: 1;}
.field-list .href:hover .img{opacity: 1;transform: none;}
.field-list .public-href>.more{color:#666;background:none;padding-left:0;}
.field-list .href:hover .public-href>.more{color:#fff;padding-left:25px;background:var(--bld-gradient-opposite);}
@media (min-width:768px){
	.field-list{margin:-20px -10px 0;}
	.field-list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.field-list .text{padding:20px;}
	.field-list h3{font-size:20px;}
}
@media (min-width:1200px){
	.field-list{margin:-30px -15px 0;}
	.field-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
	.field-list .href{height:325px;}
	.field-list .icon{width:50px;}
	.field-list .text{padding:30px;}
	.field-list h3{font-size:24px;}
	.field-list .p{font-size: 16px;line-height: 24px;height:96px;}
}

/* 关于我们 */
.about-list .column{position: relative;overflow: hidden;}
.about-list .inner{padding-top:40px;padding-bottom:30px;margin-left:-25px;margin-right:-25px;border-bottom:1px solid #cdcbc5;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.about-list .column:nth-child(odd) .inner{flex-direction: row-reverse;}
.about-list .column:first-child .inner{padding-top:0;}
.about-list .column:last-child .inner{padding-bottom:0;border-bottom:none;}
.about-list .inner>div{padding-left:25px;padding-right:25px;}
.about-list .about-text{width:100%;}
.about-list .index-title{margin-bottom:35px;}
.about-list .index-title .h2{font-family: 'SourceHanSansCN-Regular';}
.about-list .about-img{width:100%;margin-top:25px;}
.about-list .img{border-radius: 30px 0 30px 0;}
.about-list .img:hover>img{transform: scale(1.1);}
.about-list .InfoContent{line-height:1.5;max-height:230px;overflow-y: auto;padding-right:15px;}
.about-list .InfoContent::-webkit-scrollbar{width:5px;height:5px;}
.about-list .InfoContent::-webkit-scrollbar-track{background:#e6e6e6;border-radius: 5px;}
.about-list .InfoContent::-webkit-scrollbar-thumb{background:#d4c669;height:60px;border-radius: 5px;}
.about-list .InfoContent::-webkit-scrollbar-thumb:window-inactive{background:#d4c669;}
.about-list .InfoContent::-webkit-scrollbar-thumb:vertical:hover{background:#d4c669;}


/* 关于我们 - 企业文化 */
.about-culture{position: relative;border-radius: 30px 0 30px 0;overflow: hidden;color:#fff;}
.about-culture .index-title{margin-bottom:25px;}
.about-culture .index-title .h2{font-family: 'SourceHanSansCN-Medium';}
.about-culture .text{position: relative;padding:30px;color:#fff;}
.about-culture .InfoContent{font-size:16px;line-height: 2;color:#fff;}
.about-culture .img>img{transition: all 5s;}
.about-culture:hover .img>img{transform: scale(1.1);}

/* 关于我们 - 荣誉资质 */
.honor-list.row{margin-left:-8px;margin-right:-8px;margin-top:-20px;}
.honor-list .column{padding-left:8px;padding-right:8px;margin-top:20px;}
.honor-list .img:before{content: '';position: absolute;width:100%;height:0;left:0;top:0;background-color:rgba(0, 0, 0, 0.35);opacity: 0;transition: all 0.5s;z-index: 2;}
.honor-list .img:after{content: '';position: absolute;width:30px;height:30px;left:50%;top:0;margin-left:-15px;margin-top:-15px;background-image: url('../images/icon/search2.png');background-repeat: no-repeat;background-size:22px;background-position: center;opacity: 0;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;z-index: 3;}
.honor-list .img:hover{box-shadow: 0 0 12px rgba(0,0,0,0.2);}
.honor-list .img:hover::before{opacity: 1;height:100%;}
.honor-list .img:hover::after{opacity: 1;top:50%;}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:var(--bld-color);color:#fff;opacity: 1;transition: all 0.5s;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight:lighter}
#lightGallery-outer #lightGallery-close:hover{background:var(--bld-color);color:#fff;transform: rotate(360deg);}

.about-video{overflow: hidden}
.about-video>video{display: block;width:100%;margin:0 auto;max-width:1200px;border-radius: 20px;}
@media (max-width:767px){
	/*.about-culture{padding:20px 0;}
	.about-culture .img{position: absolute;width:100%;height:100%;top:0;left:0;}
	.about-culture .img>img{width:100%;height:100%;object-fit: cover;}*/
	
	.honor-list .img:after{background-image: url('../images/icon/search2.svg');background-size:22px;}
}
@media (min-width:768px){
	.about-list .inner{padding-top:60px;}
	.about-list .InfoContent{font-size:16px;max-height:220px;}
	
	.about-culture .text{position: absolute;;left:0;right:0;top:50%;transform: translateY(-50%);}
	.about-culture .index-title .h2{font-size:32px;}
	.about-culture .InfoContent{font-size:20px;}
	
	.honor-list.row{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.honor-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width:992px){
	.about-list .about-text{width:40.84507%;}
	.about-list .about-img{width:59.15493%;margin-top:0;}
}
@media (min-width:1200px){
	.about-list .inner{padding-top:70px;}
	.about-list .InfoContent{font-size:18px;}
	.about-list .img{border-radius: 50px 0 50px 0;}
	
	.about-culture{border-radius: 50px 0 50px 0;}
	.about-culture .index-title .h2{font-size:40px;}
	.about-culture .InfoContent{font-size:22px;}
	
	.honor-list.row{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.honor-list .column{padding-left:20px;padding-right:20px;margin-top:40px;}
}
@media (min-width:1400px){
	.honor-list .column{width:20%;}
}
@media (min-width:1600px){
	.about-list .index-title .h2{font-size:32px;}
	
	.about-culture .index-title .h2{font-size:48px;}
	.about-culture .InfoContent{font-size:24px;}
}
@media (min-width:1800px){
	.about-list .inner{padding-top:80px;}
}

.honor-swiper{position: relative;}
.honor-swiper .swiper{position: static;padding:0 10px;margin-left:-10px;margin-right:-10px;}
.honor-swiper .swiper-wrapper{padding-top:10px;padding-bottom:10px;}
.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next{width:40px;height:40px;color:#676767;font-weight: 700;border-radius: 50%;}
.honor-swiper .swiper-button-prev:after,
.honor-swiper .swiper-button-next:after{font-size:22px;}
.honor-swiper .swiper-button-prev{left:-5px;}
.honor-swiper .swiper-button-next{right:-5px;}
.honor-swiper .swiper-button-prev:hover,
.honor-swiper .swiper-button-next:hover{background:var(--bld-gradient);color:#fff;}

.public-swiper-pagination{position: static;margin-top:20px;width:auto;display: flex;justify-content: center;align-items: center;}
.public-swiper-pagination.swiper-pagination-lock{display: none;}
.public-swiper-pagination .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.public-swiper-pagination .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#999;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.public-swiper-pagination .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid #999;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.public-swiper-pagination .swiper-pagination-bullet-active:after{width:100%;height:100%;border-color:var(--bld-color);}
.public-swiper-pagination .swiper-pagination-bullet-active:before{background:var(--bld-color);}
@media (max-width:767px){
	.honor-swiper .swiper-button-prev,
	.honor-swiper .swiper-button-next{display: none;}
	.public-swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;}
}
@media (min-width:768px){
	.honor-swiper{padding-left:50px;padding-right:50px;}
	.public-swiper-pagination{margin-top:30px;}
}
@media (min-width:1200px){
	.public-swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;margin:0 7px!important;}

}


/* 资料下载分类 */
.dataType-list{margin-left:-8px;margin-right:-8px;margin-top:-25px;}
.dataType-list .column{padding-left:8px;padding-right:8px;margin-top:25px;}
.dataType-list .item + .item{margin-top:25px;}
.dataType-list .href{display: block;position: relative;overflow: hidden;}
.dataType-list .img{height:200px;}
.dataType-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
.dataType-list .img::after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);z-index: 2;transition: all 0.5s;}
.dataType-list .text{position: absolute;width:100%;padding:20px;left:0;right:0;bottom:0;color:#fff;z-index: 2;transition: all 0.5s;}
.dataType-list h5{font-size:20px;font-weight: normal;margin-bottom:0;transition: all 0.5s;}
.dataType-list .public-href{transform: translateY(50px);opacity: 0;transition: all 0.5s;}
.dataType-list .href:hover .text{left:15px;bottom:7%;}
.dataType-list .href:hover h5{margin-bottom:15px;}
.dataType-list .href:hover .public-href{transform: none;opacity: 1;}
.dataType-list .href:hover .img::after{background:rgba(0,0,0,0.3);}
@media (max-width:767px){
	.dataType-list .href{border-radius: 10px;}
	.dataType-list h5{margin-bottom:15px;}
	.dataType-list .public-href{transform: none;opacity: 1;}
}
@media (min-width:768px){
	.dataType-list{margin-top:-16px;}
	.dataType-list .column{margin-top:16px;}
	.dataType-list .item + .item{margin-top:16px;}
	.dataType-list h5{font-size:24px;}
	.dataType-list .column:nth-child(1) .href{border-radius: 30px 0 0 30px;}
	.dataType-list .column:nth-child(4) .href{border-radius: 0 30px 30px 0;}
	.dataType-list .column:nth-child(1) .img,
	.dataType-list .column:nth-child(4) .img{height:416px;}
}
@media (min-width:1200px){
	.dataType-list{margin-left:-10px;margin-right:-10px;margin-top:-25px;}
	.dataType-list .column{padding-left:10px;padding-right:10px;margin-top:25px;}
	.dataType-list .item + .item{margin-top:25px;}
	.dataType-list .text{padding:30px 40px;}
	.dataType-list h5{font-size:28px;}
	.dataType-list .img{height:220px;}
	.dataType-list .column:nth-child(1) .href{border-radius: 50px 0 0 50px;}
	.dataType-list .column:nth-child(4) .href{border-radius: 0 50px 50px 0;}
	.dataType-list .column:nth-child(1) .img,
	.dataType-list .column:nth-child(4) .img{height:465px;}
	.dataType-list .href:hover h5{margin-bottom:25px;}
	.dataType-list .href:hover .text{left:20px;bottom:9.5%;}
}
@media (min-width:1600px){
	.dataType-list h5{font-size:32px;}
	.dataType-list .img{height:250px;}
	.dataType-list .column:nth-child(1) .img,
	.dataType-list .column:nth-child(4) .img{height:525px;}
}






/* 资料下载 */
.download-list .column:first-child{border-top:1px solid #dadada;}
.download-list .column{border-bottom:1px solid #dadada;}
.download-list .href{display: block;padding:13px 0;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.download-list .tit{position: relative;padding-left:30px;padding-right:30px;line-height:24px;width:100%;font-size:16px;font-family: 'SourceHanSansCN-Medium';transition: all 0.5s;}
.download-list .tit>i{position: absolute;width:22px;height:22px;left:0;top:1px;background-image: url(../images/icon/b14.svg);background-repeat: no-repeat;background-size:26px;background-position:center;transition: all 0.5s;}
.download-list .d-btn{flex: 0 0 auto;width:100px;line-height:38px;border:1px solid #dadada;border-radius: 4px;display: flex;justify-content: center;align-items: center;font-size:16px;color:#666;transition: all 0.5s;}
.download-list .d-btn>i{width:18px;height:18px;background-image: url(../images/icon/b15.svg);background-repeat: no-repeat;background-size:24px;background-position:center;margin-right:5px;transition: all 0.5s;}
.download-list .href:hover .tit{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.download-list .href:hover .tit>i{background-image: url(../images/icon/b14-1.svg);}
.download-list .href:hover .d-btn{background:var(--bld-color);color:#fff;border-color:var(--bld-color);}
.download-list .href:hover .d-btn>i{background-image: url(../images/icon/b15-1.svg);}
@media (max-width:767px){
	.download-list .d-btn{width:30px;height:30px;}
	.download-list .d-btn>i{margin-right:0;background-size:18px;}
	.download-list .d-btn>span{display: none;}
}
@media (min-width:768px){
	.download-list .tit{padding-left:40px;padding-right:40px;}
}
@media (min-width:992px){
	.download-list .tit{font-size:18px;}
	.download-list .href{padding-left:30px;padding-right:30px;}
	.download-list .d-btn{width:120px;line-height:45px;font-size:18px;}
}

/* 售后服务表单 */
.after-sales-registration{max-width:1200px;margin-left:auto;margin-right:auto;}
.after-sales-registration .h6{font-size:16px;font-weight: 700;margin-bottom:10px;}
.after-sales-registration .h6-tip{margin-top:-5px;margin-bottom:10px;}
.services-form .item + .item{padding-top:40px;margin-top:20px;border-top:1px solid #e6e6e6;}
.services-form .row{margin-left:-20px;margin-right:-20px;}
.services-form .column{padding-left:20px;padding-right:20px;}
.services-form .form-group{position: relative;margin-bottom:25px;}
.services-form label{margin:0;padding:0;position: absolute;width:50px;font-size:15px;line-height: 40px;left:0;top:50%;margin-top:-20px;text-align: right;display: none;}
.services-form label>i{color:#da251e;font-size:16px;margin-right: 4px;}
.services-form .form-control{display: block;height:45px;font-size:14px;border:1px solid #e6e6e6;box-shadow: none;background:none;padding:0 10px;border-radius: 0;}
.services-form textarea.form-control{padding:10px;height:180px;line-height: 30px;}
.services-form select.form-control{background-image: url('../images/icon/i13.png');background-repeat: no-repeat;background-size:auto;background-position: right center;}
.services-form .form-group-textarea label{top:5px;margin-top:0;}
.services-form .btn{margin:10px auto 0;padding:0;box-shadow: none;outline: none;text-align: center;justify-content: center;}
.services-form .error input{border-color:#ff0000;}
.services-form .error .valid_message{position:absolute;top:100%;right:0;font-size:12px;color:#ff0000;}
@media (min-width:768px){
	.services-form .form-group-textarea label{top:10px;}
	.after-sales-registration .h6{font-size:18px;}
}
@media (min-width:1200px){
	.services-form .row{margin-left:-30px;margin-right:-30px;}
	.services-form .column{padding-left:30px;padding-right:30px;}
	.services-form label{width:80px;font-size:16px;}
	.services-form .form-group-textarea label{top:6px;}
}

/* 下载弹窗 */
.allModal .modal-dialog{width:90%;max-width:470px;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.allModal .close{position:absolute;width:40px;height:40px;background-color:transparent;opacity:1;color:#a2a4b4;z-index:10;right:0;top:0;border-radius:50%;font-size:40px;line-height:40px;font-family: arial;border:none;transition: all 0.5s;font-weight: 400;}
.allModal .close:focus{outline:0}
.allModal .close:hover{background-color:transparent;color:var(--bld-color);transform: rotate(360deg);}
.allModal .close span{position:relative;font-weight:lighter;text-shadow:none}
.allModal .modal-body{padding:0;}
.allModal .modal-content{padding:25px 15px;border:none;border-radius: 10px;background:#fff;box-shadow:none;}
.allModal .title{font-size:18px;line-height:1;margin-bottom:20px;font-family: 'SourceHanSansCN-Medium';}
.modal-backdrop.in{opacity: 0.6;}

.downModal .modal-content{padding:25px 15px 20px;}
.downModal .services-form .form-group{padding-left:60px;}
.downModal .services-form label{width:60px;display: block;text-align: left;}
.downModal .services-form .form-control{height:40px;font-size:14px;}
.downModal .services-form .btn{margin-top:5px;line-height: 42px;}
.downModal .services-form .img-code{position: absolute;right:1px;top:1px;bottom:1px;width: 80px;}
.downModal .services-form .img-code img{display: block;width: 100%;height: 100%;cursor: pointer;}
.downModal .services-form .btn{width:100%;}
.down-tip{padding-top:14px;margin-top:25px;color:#999;border-top:1px solid #e6e6e6;}
@media (min-width: 768px) {
	.allModal .title{margin-bottom:30px;font-size:20px;}
	.allModal .modal-content{padding:25px 45px;}
	
	.downModal .services-form .form-group{padding-left:74px;}
	.downModal .services-form label{width:74px;}
}


/* 新闻中心 */
.news-href{position: relative;display: block;border-radius: 10px;overflow: hidden;background:#f6f9f7;}
.news-href .news-date{position: absolute;left:10px;top:10px;color:#fff;background:var(--bld-gradient);border-radius: 15px;justify-content: center;}
.news-href .news-date::before{background-image: url(../images/icon/b16.svg);}
.news-href h3{font-family: 'SourceHanSansCN-Medium';margin:0;font-size:16px;transition: all 0.5s;}
.news-href .p{font-size:14px;line-height:24px;height:48px;color:#666;}
.news-href .public-href>.more{color:#666;background:transparent;padding-left:0;}
.news-href:hover h3{background:var(--bld-gradient);-webkit-background-clip: text;color: transparent;}
.news-href:hover .public-href>.more{color:#fff;padding-left:25px;background:var(--bld-gradient-opposite);}
.news-href:hover .img>img{transform: scale(1.1);}
.latest-news{margin-bottom:20px;}
.latest-news .news-href{border-radius: 12px;}
.latest-news h3{font-size:20px;line-height:35px;max-height:70px;}
.latest-news .p{margin:20px 0;height:96px;}
.latest-news .text{padding:20px;}

.news-list.row{margin-left:-6px;margin-right:-6px;margin-top:-20px;}
.news-list .column{padding:0 6px;margin-top:20px}
.news-list .news-href{height:100%;}
.news-list .text{padding:15px;padding-top:20px;position:relative}
.news-list .p{margin-top:10px;}
.news-list .img::before{content: '';display: block;padding-top:75%;}
.news-list .img>img{position: absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
@media (min-width:768px){
	.news-href .p{font-size:16px;}
	.news-href h3{font-size:18px;}
	.news-href .news-date{left:20px;top:20px;}
	.news-list.row{margin-left:-10px;margin-right:-10px;margin-top:-30px;}
	.news-list .column{padding:0 10px;margin-top:30px}
	.news-list .text{padding:27px;}
	
	.latest-news{margin-bottom:30px;}
	.latest-news .news-href{display: flex;border-radius: 20px;position: relative;padding-left:48%;}
	.latest-news .img{width:48%;height:100%;position: absolute;left:0;top:0;bottom:0;}
	.latest-news .img>img{width:100%;height:100%;object-fit: cover;}
	.latest-news .text{width:100%;padding:30px;}
	.latest-news h3{font-size:24px;}
	.latest-news .p{margin:30px 0;}
}
@media (min-width:992px){
	.latest-news .news-href{padding-left:50.704225%;}
	.latest-news .img{width:50.704225%;}
	.latest-news .text{padding:40px 50px;}
}
@media (min-width:1200px){
	.news-href h3{font-size:20px;}
	.news-list .p{margin-top:20px;font-size:16px;}
	.news-list.row{margin-left:-15px;margin-right:-15px;}
	.news-list .column{padding:0 15px;}
	
	.latest-news h3{font-size:28px;line-height:44px;max-height:88px;}
	.latest-news .p{margin:30px 0 50px;}
}
@media (min-width:1600px){
	.latest-news h3{font-size:32px;}
	.latest-news .text{padding:55px 60px 55px 50px;}
}


/* 联系我们 */
.contact-list .item{transition: all 0.5s;}
.contact-list .item + .item{margin-top:30px;}
.contact-list .item>.inner{border-radius: 8px;height:100%;padding:30px;background-repeat: no-repeat;background-size:100% 100%;background-position: center;overflow: hidden;transition: all 0.5s;}
.contact-list .item:nth-child(1)>.inner{background-image: url(../images/1-1.png);}
.contact-list .item:nth-child(2)>.inner{background-image: url(../images/2-1.png);}
.contact-list .item.active:nth-child(1)>.inner{background-image: url(../images/1.png);}
.contact-list .item.active:nth-child(2)>.inner{background-image: url(../images/2.png);}
.contact-list .tit{font-size:20px;line-height: 1.1;margin:0;font-weight: normal;}
.contact-list .tit::after{content: '';display: block;width:75px;height:3px;background:rgba(102,102,102,0.3);margin:20px 0;}
.contact-list .InfoContent{line-height: 30px;margin-bottom:30px;opacity:0;transform:translateY(50px);color:#333;transition: all 0.5s ease 0.3s;}
.contact-list .InfoContent>p{position: relative;padding-left:24px;margin-bottom:10px;}
.contact-list .InfoContent>p .icon{position: absolute;height:20px!important;left:0;top:5px;opacity: 0.5;}
.contact-list .InfoContent p:last-child{margin-bottom:0;}
.contact-list .ewm{text-align: center;max-width:128px;opacity:0;transform:translateY(50px);transition: all 0.5s ease 0.5s;}
.contact-list .ewm>img{max-width:100%;display: block;margin:0 auto;}
.contact-list .ewm>span{display: block;font-size:14px;margin-top:10px;}
.contact-list .item.active .InfoContent,
.contact-list .item.active .ewm{opacity: 1;transform: none;}
@media (max-width:767px){
	.contact-list .InfoContent,
	.contact-list .ewm{opacity: 1;transform: none;}
	.contact-list .item:nth-child(1)>.inner{background-image: url(../images/1.png);}
	.contact-list .item:nth-child(2)>.inner{background-image: url(../images/2.png);}
	.contact-list .item>.inner{background-size:120% 100%;}
}
@media (min-width:768px){
	.contact-list{display: flex;align-items: stretch;justify-content: space-between;}
	.contact-list .item{width:42.253521%;}
	.contact-list .item + .item{margin-top:0;}
	.contact-list .item.active{width:60.563380%;}
	.contact-list .item>.inner{height:100%;padding:30px 40px;}
	.contact-list .tit{font-size:24px;}
	.contact-list .item:nth-child(2){margin-left:-3%;}
	.contact-list .item:nth-child(1)>.inner{padding-right:70px;}
	.contact-list .item:nth-child(2)>.inner{padding-left:70px;}
	.contact-list .ewm>span{font-size:16px;}
}
@media (min-width:1200px){
	.contact-list .item>.inner{padding:40px 50px;}
	.contact-list .item:nth-child(1)>.inner{padding-right:90px;}
	.contact-list .item:nth-child(2)>.inner{padding-left:90px;}
	.contact-list .tit{font-size:28px;}
	.contact-list .tit::after{margin:25px 0;}
	.contact-list .InfoContent>p{margin-bottom:15px;}
}
@media (min-width:1600px){
	.contact-list .item>.inner{padding:50px 60px;}
	.contact-list .tit{font-size:32px;}
	.contact-list .item:nth-child(1)>.inner{padding-right:120px;}
	.contact-list .item:nth-child(2)>.inner{padding-left:120px;}
}


/* 表单 */
.message-form .row{margin-left:-15px;margin-right:-15px;}
.message-form .column{padding-left:15px;padding-right:15px;}
.message-form .form-group{position: relative;margin-bottom:15px;}
.message-form label{margin: 0 0 10px;padding: 0;color: #666;font-size: 14px;}
.message-form .form-control{display: block;font-size: 14px;height: 40px;border-radius: 0;box-shadow: none;color: #333;padding: 8px 15px;border:none;background:#f5f5f5;}
.message-form .form-control:focus{background:#ededed;}
.message-form .error .form-control{border:1px solid red;}
.message-form .error .valid_message{font-size: 12px;line-height: 20px;color: red;position: absolute;right: 0;top: 10px;}
.message-form textarea.form-control{height: 298px;padding:15px;}
.message-form .img-code{position: absolute;right:0;bottom:0;width: 90px;height: 40px;}
.message-form .img-code img{display: block;width: 100%;height: 100%;cursor: pointer;}
.message-form .public-href{display: flex;justify-content: flex-end;}
.message-form .btn{border:none;background:var(--bld-color);margin:15px 0 0;padding: 0;box-shadow: none;outline: none;transition: all .3s;justify-content: center;position: relative;top:0;}