﻿/*=================  首页  =====================*/

.slider_img{
	height: 30%;
}

/*性能*/
.nature{
	background: #efefef;
	padding: .4rem .6rem;
	display: flex;
	justify-content: space-between;
}
.nature-box{
	text-align: center;
}
.nature-box span{
	display: block;
	letter-spacing: 2px;
	font-size: .3rem;
	font-family: Medium;
	color: #595959;
	margin-top:2px;
}
.nature-img{
	width: 1rem;
	height: 1rem;
}
/*产品展示*/
.product{
	padding: 0 .5rem;
}
.title{
	font-family: Bold;
	font-size: .35rem;
	color: #595959;
	letter-spacing: 2px;
	width: 100%;
	padding:.2rem .5rem;
}
.swiper-slide{
	display: flex;
	justify-content: space-between;
}
.swiper-pagination-color .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}
.swiper-pagination-color .swiper-pagination-bullet-active {
	background: #e48484;
}
.swiper-pagination-color{
	bottom:3px !important;
}
.swiper-box{
	text-align: center;
}
.swiper-img{
	width: 100%;
}
.swiper-box span{
 display: block;
 color: #595959;
 font-size: .3rem;
 letter-spacing: 1px;
 font-family: Regular;
}
#swiper{
	padding: .3rem 0 .5rem 0;
}
/*成功案例*/
.case{
	background: #efefef;
}
.case-bigBox{
	padding:0 .5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
}
.case-box{
	width: 48%;
	margin-bottom: .2rem;
}
.case-txt{
	text-align: center;
	color: #595959;
	background: #dcdcdc;
	padding: .25rem 0;
	font-family: Regular;
	font-size: .23rem;
	letter-spacing: 0px;
}
.case-img{
	width: 100%;
}
/* 新闻 */
.flex{
	display: flex;
	justify-content: space-between;
}
.flex title{
	width: 80%;
}
.flex a{
	width: 20%;
	direction: none;
	color: #595959;
	font-family: Regular;
	font-size: .25rem;
	display: flex;
	padding: .2rem .5rem .2rem 0;
	align-items: center;
}
.flex-img{
	width: .15rem;
	height: .25rem;
	vertical-align: middle;
	margin-left: .1rem;
}
.news-big{
	margin:0 .5rem ;
}
.news-big .left{
	padding-left: .2rem;
}
.news-big #swiper{
	padding: 0 0 .8rem 0;
}
.news-img{
	width: 100%;
}
.news-con{
	background: #efefef;
}
.news-con1{
	font-size: .35rem;
	color: #595959;
	font-family: Regular;
	margin: .15rem;
}
.news-con2{
	font-size: .25rem;
	color: #878787;
	font-family: Regular;
	margin: 0 .15rem .15rem .15rem;
}
.news-con3{
	font-size: .25rem;
	color: #878787;
	font-family: Regular;
	margin: 0 .15rem .15rem .15rem;
	text-align: justify;
}
.news-con3-1{
	padding-bottom: .35rem;
}



/*banner*/
.quotes_banner_img {
	width: 100%;
}
