@import "trans.css";
@import "init.css";
@import "header-footer.css";
.banner-home{
	height: 8.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.banner-home .me-swiper-panel{
	height: 100%;
	width: 100%;
}
.banner-home .swiper-container{
	 height: 100%;
}
.banner-home .banner-text-panel{
	/*flex: 0 0 50%;*/
	background: #fff;
	padding: 0.5rem 0;
	box-sizing: border-box;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(/images/z_left.png) no-repeat center center;
	background-size: cover;
}
.banner-home .banner-text-panel .container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	display: none;
	position: relative;
}
.banner-home  .banner-text-panel .top-box ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.banner-home  .banner-text-panel .top-box .cn{
	font-size: 0.12rem;
}

.banner-home  .banner-text-panel .mid-box{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	flex: 1;
}
.banner-home  .banner-text-panel .mid-box .mid-box-1{
	font-size: 0.32rem;
	line-height: 0.4rem;
}
.banner-home  .banner-text-panel .mid-box .mid-box-1 .link{
	display: inline-block;
	font-size: 0.18rem;
	margin-top: 0.1rem;
	background: url(/images/icon_right3.png) no-repeat right center;
	background-size: 0.12rem auto;
	padding-right: 0.3rem;
}
.banner-home  .banner-text-panel .mid-box .mid-box-1 .link span{
	display: inline-block;
	border-bottom: 2px solid #3f3f3f;
}

.banner-home  .banner-text-panel .btn-more{
	position: absolute;
	right: 1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	height:1.2rem ;
}
.banner-home  .banner-text-panel .more-icon{
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background: url(/images/icon_right2.png) no-repeat center center;
	background-size: 0.64rem 0.64rem;
	margin-bottom: 0.28rem;
}
.banner-home  .banner-text-panel .more-text{
	display: inline-block;
	font-size: 0.12rem;
	line-height: 0.2rem;
	border-bottom: 2px solid #404040;
}


.banner-home  .banner-text-panel .bottom-box ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.banner-home  .banner-text-panel .bottom-box ul li:last-child{
	text-align: right;
}
.banner-home  .banner-text-panel .bottom-box .cn{
	font-size: 0.12rem;
}


.main-panel-home{
	padding: 1.5rem 0;
	box-sizing: border-box;
}


.main-panel-home-about{
	background: #b0aba8;
}


.main-panel-home .main-panel-content{
	padding: 0 2.28rem;
}
.main-panel-home .main-panel-content.nopadding-right{
	padding-right: 0;
}

.main-panel-home-about .main-panel-box1{
	font-size: 0.36rem;
	line-height: 0.42rem;
	color: #FFFFFF;
	margin-bottom: 1rem;
}
.main-panel-home-about .main-panel-box1 .cn{
	font-size: 0.26rem;
}

.main-panel-home-about .main-panel-box2{
	display: flex;
	flex-direction: row;
}

.main-panel-home-about  .me-swiper-panel{
	width: 6.18rem;
	height: 3.62rem;
	margin-right: 0.9rem;
}

.main-panel-home-about .main-panel-box2 .swiper-slide .img{
	width: 6.18rem;
    height: 100%;
    object-fit: cover;
}

.main-panel-home-about .main-panel-box2 .info-panel{
	font-size: 0.14rem;
	line-height: 0.24rem;
	position: relative;
}
.main-panel-home-about .main-panel-box2 .info-panel p{
	margin-bottom: 0.30rem;
}
.main-panel-home-about .main-panel-box2 .info-panel .more{
	color: #727272;
}

.main-panel-home-about .main-panel-box2 .info-panel .info-logo{
	position: absolute;
	left: 0;
	bottom: 0;
}
.main-panel-home-about .main-panel-box2 .info-panel .info-logo img{
	height: 0.28rem;
	object-fit: cover;
}

.home-product-list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.home-product-list .list-item{
	width: 3.48rem;
	position: relative;
}

.home-product-list .list-item .detail{
	position:absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}
.home-product-list .list-item .img:hover .detail{
	opacity: 1;
}

.home-product-list .list-item .detail .btn-more{
	position:absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	color: #fff;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
.home-product-list .list-item .detail .btn-more:after{
	display: block;
	content: "";
	width: 15px;
	height: 11px;
	background: url(/images/to_next3.png) no-repeat center center;
	margin-top: 0.05rem;
}

.home-product-list .list-item .img{
	width: 100%;
	height: 5.14rem;
	margin-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
}
.home-product-list .list-item .img img{
	height: 100%;
	object-fit: cover;
}
.home-product-list .list-item ul li{
	text-align: center;
}
.home-product-list .list-item ul li.line{
	background:#c5c5c5;
	height: 2px;
	margin: 0.16rem 0;
}
.home-product-list .list-item ul li span{
	display: inline-block;
	vertical-align: middle;
}
.home-product-list .list-item ul li span.point{
	margin: 0 5px;
}
.home-product-list .list-item .tips{
	line-height: 0.2rem;
}

.home-product-list .list-item .tips .en{
	font-size: 0.2rem;
}
.home-product-list .list-item .tips .cn{
	font-size: 0.17rem;
}
.home-product-list .list-item  .series{
	font-size: 0.14rem;
}
.home-product-list .list-item  .series .en{
	font-size: 0.14rem;
}
.home-product-list .list-item  .series .cn{
	font-size: 0.12rem;
}

.main-panel-home-join{
	background: url(/images/home_join_pic1.jpg) no-repeat center center;
	background-size: cover;
	height: 5.94rem;
	color: #FFFFFF;
	padding-top: 2.20rem;
}
.main-panel-home-join .main-panel-box1{
	padding: 0 1.74rem;
}
.main-panel-home-join .join-panel{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.main-panel-home-join .main-panel-box1 .img{
	height: 0.32rem;
	object-fit: cover;
	margin-bottom: 0.4rem;
}
.main-panel-home-join .main-panel-box1 .text{
	line-height: 0.4rem;
	position: relative;
}

.main-panel-home-join .main-panel-box1 .text .en{
	font-size: 0.24rem;
}
.main-panel-home-join .main-panel-box1 .text .cn{
	font-size: 0.2rem;
}
.main-panel-home-join .join-panel .line{
	width: 2px;
	height: 0.6rem;
	background: #FFFFFF;
}
.main-panel-home-join .join-panel .btn-join{
	display: inline-block;
	width: 3.1rem;
	height: 0.6rem;
	background: #FFFFFF;
	line-height:0.6rem;
	text-align: center;
}
.main-panel-home-join .join-panel .btn-join:hover{
	background: #b0aba8;
}
.main-panel-home-join .join-panel .btn-join span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.06rem;
}
.main-panel-home-join .join-panel .btn-join .cn{
	font-size: 0.14rem;
}
.main-panel-home-join .join-panel .btn-join .en{
	font-size: 0.18rem;
}

.main-panel-home-join .join-panel .btn-join:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 0.6rem;
	line-height:0.6rem;
	width: 0.18rem;
	background: url(/images/icon_right.png) no-repeat center center;
	background-size: auto 0.15rem;
}


.main-panel-home-project .main-panel-box1 .swiper-slide{
	width: 55%;
	margin-right: 0.22rem;
}
.main-panel-home-project .main-panel-box1 .swiper-slide:last-child{
	margin-right: 0;
}

.home-project-list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.home-project-list .list-item{
	width: 100%;
}
.home-project-list .list-item .img{
	width: 100%;
	height: 5.14rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
	
}
.home-project-list .list-item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s;
}
.home-project-list .list-item .img:hover img{
	transform: scale(1.12);
}
.home-project-list .list-item ul li{
	text-align: left;
}
.home-project-list .list-item ul li.line{
	background:#c5c5c5;
	height: 2px;
	margin: 0.16rem 0;
}
.home-project-list .list-item ul li span{
	display: inline-block;
	vertical-align: middle;
}
.home-project-list .list-item ul li span.point{
	margin: 0 5px;
}
.home-project-list .list-item .tips{
	line-height: 0.2rem;
}

.home-project-list .list-item .tips .en{
	font-size: 0.2rem;
}
.home-project-list .list-item .tips .cn{
	font-size: 0.17rem;
}
.home-project-list .list-item  .series{
	font-size: 0.14rem;
}
.home-project-list .list-item  .series .en{
	font-size: 0.14rem;
}
.home-project-list .list-item  .series .cn{
	font-size: 0.12rem;
}