/*banner图整行背景色*/
.inside_banner{
	background:#1886f9;
}
/*主要的9个产品*/
.product_main{
	width:1200px;
	height:756px;
	margin:0 auto 22px;
}
.product_main li{
	float:left;
	margin:0 18px 18px 0;
}
.product_main li:nth-child(3n){
	margin-right:0;
}
.product_main a{
	display:block;
	width:340px;
	height:164px;	
	background:#f8f8f8;
	padding:44px 24px 26px;
	border-radius:12px;
}
.product_main a:hover{
	filter:drop-shadow(0 0 8px rgba(23,99,212,0.2));
}
.product_main img{
	display:block;
	width:60px;
	height:60px;
	margin:0 auto 22px;
}
.product_main_title{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	margin-bottom:18px;
}
.product_main_con{
	width:100%;
	height:48px;
	font-size:14px;
	line-height:24px;
	color:#666;
	overflow:hidden;
}
/*更多产品*/
.product_more{
	width:1200px;
	/*height:550px;*/
	margin:0 auto 60px;
}
.product_more:after{
	clear:both;
}
.product_more_title_ch{
	width:100%;
	height:20px;
	font-size:20px;
	line-height:20px;
	color:#101235;
}
.product_more_title_en{
	font-size:14px;
	line-height:36px;
	width:100%;
	height:36px;
	color:rgba(16,18,53,0.6);
	margin-bottom:12px;
}
.product_more_list li{
	float:left;
	width:154px;
	height:166px;
	margin-top:-18px;
	margin-right:20px;
}
.product_more_list li:nth-child(-n+6){
	margin-top:0;
}
.product_more_list li:nth-child(13n+1){
	margin-left:88px;
}
.product_more_list li:nth-child(13n){
	margin-right:0;
}
.product_more_a{
	display:block;
	width:100%;
	height:100%;
	background:url(../img/product_list_bg.png);
	background-size:100%;
}
.product_more_a:hover{
	filter:drop-shadow(0 0 6px rgba(23,99,212,0.2));
}
.product_more_a img{
	display:block;
	width:54px;
	height:54px;
	padding-top:43px;
	margin:0 auto 12px;
}
.product_more_a p{
	width:132px;
	height:32px;
	font-size:14px;
	line-height:16px;
	color:#101235;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	word-spacing:0;
}





