/* 
**板块和下一级title 距离.8rem
**title和内容距离 .39rem
**左右边缘缝隙，各2%；
*/

.body{
	padding-bottom: 1.12rem;
}


/*header*/
.header {
	width: 100%;
	height: 1.1rem;
	padding: .1rem 3% 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
	position: relative;
}
.logo-img {
	width: 1.38rem;
	height: .87rem;
}
.search-box {
	width: 4.7rem;
	height: .6rem;
	border: .01rem solid #7d7d7d;
	border-radius: 8px;
	display: flex;
	-margin-left: -0.2rem;
}
.search{
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	background: url(../images/common/icon_search.png) no-repeat center left 2%;
	background-size: .4rem;
	padding-left: .81rem;
	font-size: .24rem;
}
.list-img{
	width: .4rem;
	height: .4rem;
}


.header-model-nav{
	display: none;
	position: absolute;
	top: 1.1rem;
	right: 2vw;
	z-index: 999;
	width: 16vw;
	background-color: #F6F6F6;
	border:1px solid #E4E4E4;
	border-radius: 5px;
}
.header-model-nav>li{
	display: block;
	width: 100%;
	text-align: center;
	height: .5rem;
	line-height: .5rem;
	font-size: .24rem;
	color: #A2A2A2;
	border-bottom: 1px solid #E4E4E4;
}
.header-model-nav>li:last-child {
	border-bottom: none;
}
.header-model-nav>li>a{
	color: #A2A2A2;
}

/*轮播图*/
.banner {
	width: 96%;
	margin:0 auto;
	margin-bottom: .1rem;
}
.banner img {
	width: 100%;
	height: 100%;
}
.swiper-container{
	/* --swiper-theme-color: #ff6600; */
	--swiper-pagination-color: #d1b43e;/* 两种都可以 */
}
.for-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	left: 2.5rem;
	bottom: 3px;
}



/*菜单导航*/
.nav{
	padding: 0 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .8rem;
	overflow: hidden;
}
.nav>a{
	display: block;
	width: 20%;
	padding-top: .4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav>a>img{
	display: block;
	width: 1rem;
	height: 1rem;
}
.nav>a>span{
	margin-top: 0.1rem;
	color: #333333;
	font-weight: normal;
}






/*标题*/
.index-title{
	padding: 0 2% .39rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.index-title>p {
	font-size: .24rem;
	color: #d1d1d1;
	font-weight: normal;
}
.index-title>p>span{
	font-size: .3rem;
	color: #333333;
	font-weight: 500;
}
.index-title>a {
	float: right;
	font-weight: normal;
	font-size: .24rem;
	color: #808080;
}







/*热销产品*/
.rexiao{
	margin-bottom: .8rem;
}
.rexiao-line1{
	padding: 0 2%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .2rem;
}
.rexiao-line1>div{
	width: 48%;
	height: 2.4rem;
	padding-left: 2.6%;
	border-radius: 0.2rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	overflow: hidden;
}
.rexiao-line1>div>p{
	display: block;
	font-size: 0.24rem;
	padding-top: 0.6rem;
	width:48%;
}
.rexiao-line1>div>p>a{
	display: block;
	margin-top: .18rem;
	color: #fff;
	line-height: 0.4rem;
	width: 100%;
	height: 0.4rem;
	border-radius: .07rem;
	text-align: center;
}
.rexiao-line1>div>p>span{
	font-weight: 500;
	font-size: 0.3rem;
	line-height: 1.8;
}
.rexiao-product1{
	background: #e3eaf4;
}
.rexiao-product2{
	background: #dfe8e5;
}
.rexiao-product1>p{
	color: #2262c4;
}
.rexiao-product1>p>a{
	background: #2262C4;
}
.rexiao-product1>img{
	display: block;
	width: 1.1rem;
	height: 2rem;
	margin-top: .2rem;
	margin-right: .2rem;
}
.rexiao-product2>p{
	color: #00903a;
}
.rexiao-product2>p>a{
	background: #33a933;
}
.rexiao-product2>img{
	display: block;
	width: 1.4rem;
	height: 1.1rem;
	margin-top: .9rem;
	margin-right: .05rem;
}

.rexiao-line2{
	width: 100%;
	padding: .3rem 2% .3rem;
	background: #d0e4d1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.rexiao-line2>li{
	width: 31.3%;
	height: 3.1rem;
	background: url('../images/index/cp_bg.png') no-repeat center;
	background-size: 100%;
	position: relative;
}
.rexiao-line2>li>p:first-child{
	display: block;
	color: #FFF;
	text-align: center;
	font-size: .24rem;
	width: .82rem;
	padding: .04rem;
	margin: 0 auto;
	background: #d1b43e;
	margin-bottom: .2rem;
}
.rexiao-line2>li>p:nth-child(2){
	color: #d1b43e;
	text-align: center;
	font-size: .3rem;
	margin-bottom: .35rem;
}
.rexiao-line2>li>a>img{
	display: block;
	height: 1.3rem;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .7rem;
}





/*精品推荐*/
.tuijian{
	width: 100%;
	padding: 0 2%;
	margin-bottom: .6rem;
}
.tuijian>img{
	display: block;
	width: 100%;
	margin-bottom: .24rem;
}
.tuijian-con{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tuijian-con>li{
	width: 48%;
	padding: .17rem .17rem 0;
	height: 4.8rem;
	margin-bottom: .2rem;
	border-radius: .2rem;
	background: #FFF;
}
.tuijian-con>li>a>img:first-child{
	display: block;
	height: .45rem;
	width: auto;
	margin-bottom: .1rem;
}

.tuijian-imgbox{
	width: 100%;
	height: 2.55rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tuijian-imgbox>img{
	display: block;
	height: auto;
	max-height: 2.2rem;
	width: auto;
	max-width: 3rem;
	margin: 0 auto;
}
.tuijian-con>li>a>p{
	line-height: .4rem;
	width: 100%;
}
.tuijian-con>li>a>p:nth-child(3){
	font-size: .24rem;
	color: #333333;
	font-weight: 500;
}
.tuijian-con>li>a>p:nth-child(4){
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
}
.tuijian-tabs{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.tuijian-tabs>p{
	display: block;
	width: 70%;
	padding-left: 45%;
	height: .34rem;
	background: url(../images/index/PICC.png)no-repeat left;
	background-size: 1.05rem .3rem;
}
.tuijian-tabs>p>span{
	display: block;
	width: 75%;
	color: #d1b43f;
	font-size: .24rem;
	text-align: center;
	line-height: .3rem;
	border-radius: .3rem;
	border: .01rem solid #d1b43f;
}
.tuijian-tabs>img{
	display: block;
	width: auto;
	height: .44rem;
}
.tuijian-tabsa>img{
	display: block;
	width: auto;
	height: .44rem;
}


/*产品使用视频---视频站内播放的*/
/* .shipin{
	width: 100%;
	height: 3.5rem;
	margin-bottom: .8rem;
	overflow: hidden;
}
.shipin .swiper-slide {
	background: #fff;
	border-radius: 5px;
	width: 45vw;
}
.shipin .swiper-slide>p {
	text-align: center;
	font-size: .24rem;
	color: #333333;
	font-weight: 500;
}
.shipin .videoBox{
	border-bottom: 1px solid #ddd;
	margin-bottom: .3rem;
} */

/*产品使用视频*/
.shipin{
	width: 100%;
	height: 3.5rem;
	margin-bottom: .8rem;
	overflow: hidden;
}
.shipin .swiper-slide {
	background: #fff;
	border-radius: 5px;
	width: 45vw;
	/* display: flex;
	flex-flow: column wrap; */
	/* justify-content: center;
	align-items: center; */
}
.shipin .swiper-slide>p {
	height: .97rem;
	line-height: .97rem;
	text-align: center;
	font-size: .24rem;
	color: #333333;
	font-weight: 500;
}
.shipin .videoBox{
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
	width: 100%;
	height: 2.53rem;
}
.videoBox>img{
	display: block;
	width: 100%;
	
}
.videoBox>img:first-child{
	width: .7rem;
	height: .7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.videoBox>img:last-child{
	width: auto;
	max-width: 2.81rem;
	height: auto;
	max-height: 2.08rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}



/*关于金能*/
.guanyu{
	width: 96%;
	margin: 0 auto;
	margin-bottom: .8rem;
}
.gy-tab-box{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: .8rem;
  border-top: .01rem solid #e5e5e5;
	border-bottom: .01rem solid #e5e5e5;
	margin-bottom: .3rem;
}
.gy-tab-box>li{
	width: 33%;
	text-align: center;
	font-size: 0.24rem;
	height: .4rem;
	line-height: .4rem;
	border-right: .01rem solid #e5e5e5;
}
.gy-tab-box>li:last-child{
	border-right: none;
}
.gy-con-box{
	position: relative;
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
}
.gy-con-box>div{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gy-tab-box>.gy-tab-active{
	color: #d1b43e;
}
.gy-con-box>.gy-con-active{
	display: block;
}
.gy-con-box>.gy-con-active:nth-child(1){
 z-index: 8;
}
.gy-con-box>.gy-con-active:nth-child(2){
 z-index: 6;
}
.gy-con-box>.gy-con-active:nth-child(3){
 z-index: 5;
}
.environment-container .swiper-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}
.gy-con-box>div>div>img{
	display: block;
	height: 3.5rem;
	border-radius: 5px;
}
/* .stafft-container .swiper-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}
.business-container .swiper-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
} */
.for-guanyu-pagination .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	font-size: .2rem;
	color: #fff;
	position: relative;
	z-index: 1;
	left: 6.4rem;
	bottom: .4rem;
}






/*资料中心*/
.ziliao{
	width: 100%;
	height: 2.5rem;
	margin-bottom: .8rem;
	padding-top: .27rem;
	overflow: hidden;
}
.ziliao-box{
	display: block;
	background: #fff;
	border-radius: 8px;
	width: 45vw;
	height: 100%;
	position: relative;
	padding-top: .54rem;
}
.ziliao-box>img:first-child{
	position: absolute;
	top: -0.21rem;
	left: 50%;
	z-index: 5;
	transform:translate(-0.235rem);
	display: block;
	height: .47rem;
	width: .47rem;
}
.ziliao-box>img:nth-child(3){
	display: block;
	margin: 0 auto;
	height: .06rem;
	margin-bottom: .17rem;
}
.ziliao-box>span{
	font-size: 0.24rem;
	text-align: center;
	display: block;
}
.ziliao-box>span:nth-child(2){
	color: #333;
	margin-bottom: .18rem;
}
.ziliao-box>span:last-child{
	color: #808080;
}








/*客户发聩*/
.fankui{
	width: 96%;
	margin: 0 auto;
	margin-bottom: .8rem;
}
.fankui-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: .66rem;
}
.fankui>div:last-child{
	margin-bottom: 0;
}
.fankui-title{
	width: 100%;
	height: .61rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.01rem solid #e5e5e5;
	margin-bottom: .12rem;
}
.fankui-title>div{
	font-size: .24rem;
	color: #333;
	font-weight: 500;
	display: inline-block;
}
.fankui-title>div>img{
	display: inline-block;
	width: .47rem;
	height: .47rem;
	vertical-align: middle;
	margin-right: .2rem;
}
.fankui-title>span{
	font-size: 0.24rem;
	color: #808080;
	font-weight: normal;
}
.fankui-list>p{
	width: 100%;
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
	line-height: .4rem;
	margin-bottom: .15rem;
}
.fankui-list>img{
	display: block;
	width: 48%;
	height: 2.2rem;
	border-radius: 8px;
}






/*工厂车间*/
.chejian {
	width: 96%;
	margin:0 auto;
	margin-bottom: .8rem;
	overflow: hidden;
	position: relative;
}
.chejian img {
	width: 100%;
	height: 100%;
}
.factory-container{
	/* --swiper-theme-color: #ff6600; */
	--swiper-pagination-color: #60cf67;/* 两种都可以 */
}
.for-banner .factory-pagination{
	width: auto;
	position: absolute;
	left: 5.3rem !important;
	bottom: 3px !important;
	z-index: 5;
}





/*金能动态*/
.dongtai{
	width: 96%;
	margin: 0 auto;
	margin-bottom: .2rem;
}
.dongtai>.dt-list:last-child{
	border-bottom: 0.01rem solid #e5e5e5;
}
.dt-list{
	width: 100%;
	height: 2.48rem;
	border-top: .01rem solid #e5e5e5;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.dt-con{
	width: 4.52rem;
}
.dt-con>title{
	display: block;
	width: 100%;
	line-height: .4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: .24rem;
	color: #333;
	font-weight: 500;
	margin-bottom: .03rem;
}
.dt-con>p{
	width: 100%;
	line-height: .4rem;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
	margin-bottom: .22rem;
}
.dt-con>span{
	display: block;
	font-size: .24rem;
	color: #808080;
	font-weight: normal;
}
.dt-list>img{
	display: block;
	width: 2rem;
	height: 1.41rem;
	border-radius: 5px;
}




/*置顶*/
.back-top{
	display: block;
	width: 2.65rem;
	height: .5rem;
	margin: 0 auto;
	line-height: .5rem;
	color: #FFF;
	font-size: .24rem;
	text-align: center;
	background: #d1b43e;
	border-radius: 0.3rem;
	position: relative;
	margin-bottom: .43rem;
}
.back-top::after{
	position: absolute;
	top: .12rem;
	right: .8rem;
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: .09rem;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #f4f0ef transparent;
}

/* 版权 */
.banquan{
	width: 90%;
	margin: 0 auto;
	font-size: 0.24rem;
	color: #8C8C8C;
	line-height: 0.36rem;
	text-align: center;
	margin-bottom: .32rem;
}
@media screen and (max-width: 1920px) and (min-width: 366px){	
}




