.content{
	position: relative;
	margin-top: 40px;
}
.banner img{
display: block;
width: 100%;
}
.container_l,.container_r {
	width: 585px;
	float: left;
}
.auto-case{
	margin-bottom: 80px;
}
.auto-case h1{
	padding: 0 0 46px 0;
	color: #b2bdd4;
	font-size: 30px;
	font-weight: normal;
}
.container_l h2,
.container_r h2{
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0;
}
.container_l p
.container_r p{
	line-height: 20px;
}
.container_r{
	margin-left: 30px;
}
/*产品特点*/
.feature-case{
background: #eeeeee;
padding-bottom: 80px;
}
.feature-contain h1{
	padding: 46px 0;
	color: #b2bdd4;
	font-size: 30px;
	font-weight: normal;
}
.feature-item dl dt,
.feature-item dl dd{
	float: left;
}
.feature-item dl dd{
	width: 420px;
	padding: 0 20px;
}
.feature-item dl dd h3{
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0;
}
.feature-item dl dd p{
	line-height: 30px;
}
.feature-item dl dt {
	padding: 20px 0;
}
.feature-item dl dt img{
	vertical-align: middle;
}
.feature-item dl{
	float: left;
}
.feature-item dl:last-child{
	margin-left: 30px
}
/*关于我们*/
.about-contain{
	padding: 46px 0;
}
.about-item{
	width: 561px;
}
.about-item h1{
	padding: 10px 0;
	color: #b2bdd4;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 50px;
}
.about-item p{
	line-height: 30px;
}
/*联系*/
.contact-qq{
	position: absolute;
    top: 50px;
    right: 10px;
    width: 150px;
	border: 1px solid #ddd;
	border-bottom-width: 0;
	background-color: #fff;
}
.contact-qq p{
	color: #4ea1f5;
	border-bottom: 1px solid #ddd;
}
.contact-qq p i{
	display: inline-block;
	width: 29px;
	height: 31px;
	background: url(/images/pc/qq.png);
	vertical-align: middle;
    margin-left: 30px;
    margin-right: 10px;
}
.contact-qq p:first-child{
	padding:10px 0;
}
.contact-qq p img{
	padding: 5px ;
	display: block;
    width: 50px;
    height: 50px;
}
.contact-qq p span a{
	text-align: center;
	display: block;
}
.contact-qq p span a:first-child{
	margin-top: 10px;
	color: #4ea1f5;
}
.contact-qq p span a:first-child:hover{
	text-decoration: underline;
	color: #4ea1f5;
}
.contact-qq p span a:last-child:hover{
	color: #000;
}
.container_l .zoom-img img,.container_r .zoom-img img{
	display: block;
	width: 100%;
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
}
.container_l .zoom-img,.container_r .zoom-img{
	overflow: hidden;
}
.container_l .zoom-img img:hover,.container_r .zoom-img img:hover{
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	color: #000;
}

/*新闻*/
.news-wrapp{
	margin-bottom: 80px;
}
.news-wrapp h1{
	padding: 10px 0;
	color: #b2bdd4;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 40px;
}
.news-wrapp h1 span{
	font-size: 14px;
	color: #000000;
	margin-right: 1em;
	line-height: 60px;
}
.news-wrapp h1 span a:hover{
	color: #ff0000;
}
.news-item .news-l .news{
	width: 468px;
	height:360px;
	position: relative;
}
.news-item .news-l .news img{
	display: block;
	width: 468px;
	height:360px;
}
.news-item .three-item .news-one{
	width: 225px;
	height: 170px;
	position: relative;
	float: left;
	margin-left: 15px;
	margin-bottom: 18px;
}
.news-item .three-item .news-one img{
	display: block;
	width: 225px;
	height: 170px;
}
.news-item .news-l .news span,
.news-item .three-item .news-one span{
	width: 100%;
	position: absolute;
	display: block;
	text-align: center;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	line-height: 25px;
	color: #ffffff;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}
.news-item .three-item{
	margin-bottom: 18px;
	width: 726px;
}
.swiper-button-next, .swiper-button-prev {
	transition: all .3s;
	-webkit-transition: all .3s;
	display: none;
}
.zoom-img1:hover .swiper-button-next,
.zoom-img1:hover .swiper-button-prev{
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.swp-banner{
	position: relative;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(/images/pc/left.png)!important;
	left:0px;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(/images/pc/right.png)!important;
	right: 2px;
}
.swiper-button-next, .swiper-button-prev {
	width: 31px !important;
	height: 77px!important;
	-moz-background-size: 31px 77px!important;
	-webkit-background-size: 31px 77px!important;
	background-size: 31px 77px!important;
}
