/*头部*/



div.swiper-container {
	margin-top: 108px;
	
}


/*产品展示*/



/*欢迎词*/

div.welcome {
	width: 1280px;
	margin: 0 auto;
	text-align: left;
	margin-top: 28px
}

div.welcome p.title {
	font-size: 24px;
	color: #2a2a2a;
	font-weight: normal;
	margin-bottom: 28px;
	width: 100%;
	text-align: center;
}

div.welcome div.content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 12px
}


/*合作伙伴*/
div.panter{
	margin-bottom:48px
}
div.panter_list {
	width: 1280px;
	margin: 0 auto
}

div.panter_list>ul:after {
	content: ".";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

div.panter_list>ul>li {
	height: 184px;
	width: 230px;
	margin: 12px;
	float: left;
	text-align: center;
	line-height: 184px;
}

div.panter_list>ul>li>img {
	/*height: 100%;*/
	width: 100%;
}

div.panter_list>ul>li:hover {
	position: relative;
	top: -4px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
