/*顶部导航及banner*/
.head{
	width:100%;
	height:430px;
	background:url(../img/bg_head.png) no-repeat;
	background-size:cover;
}
.banner{
	display:block;
	width:1200px;
	height:370px;
	margin:0 auto;
	background:url(../img/banner.png) center no-repeat;
}
/*通用标题*/
.home_title{
	width:100%;
	height:104px;
	position:relative;
}
.home_title_bg{
	position:absolute;
	top:0;
	left:410px;
}
.home_title_en{
	position:absolute;
	top:46px;
	left:0;
	width:1200px;
	height:40px;
	margin:0 auto;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
	color:rgba(23,99,212,0.06);
}
.home_title_ch{
	position:absolute;
	top:22px;
	left:0;
	width:1200px;
	height:40px;
	margin:0 auto;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
}
.home_title_ch span{
	color:#1763d4;
	font-size:40px;
	line-height:40px;
}
/*产品体系*/
.product{
	width:1200px;
	height:476px;
	margin:36px auto 16px;
	position:relative;
}
.product_bg{
	position:absolute;
	top:106px;
	right:110px;
	z-index:-99;
}
.product_list_li{
	width:180px;
	height:196px;
	float:left;
	margin-right:24px;
}
.product_list li:first-child{
	margin-left:102px;
}
.product_list_a{
	display:block;
	width:180px;
	height:196px;
	background:url(../img/product_list_bg.png);
}
.product_list_a:hover{
	filter:drop-shadow(0px 0px 10px rgba(23,99,212,0.35));/*不规则图形加阴影*/
}
.product_list_a img{
	width:54px;
	height:54px;
	display:block;
	margin:0 auto;
	padding:54px 0 18px;
}
.product_list_a p{
	width:160px;
	height:20px;
	margin:0 auto;
	overflow:hidden;
	font-size:18px;
	line-height:20px;
	text-align:center;
}
.product_list li:nth-child(n+6){
	margin-top:-21px;
}
.product_list li:nth-child(11){
	margin-right:0;
}
/*新闻中心*/
.news{
	width:1200px;
	height:700px;
	margin:52px auto 16px;
	position:relative;
}
.news_bg{
	width:1200px;
	height:510px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-99;
}
.news_main{
	width:1040px;
	height:350px;
	margin-left:160px;
	position:relative;
}
.news_main_time{
	width:66px;
	height:76px;
	padding-right:44px;
	padding-top:214px;
	float:left;
	text-align:right;
}
.news_main_date{
	font-size:36px;
}
.news_main_month{
	font-size:16px;
}
.news_main_con{
	display:block;
	float:left;
	width:620px;
	height:350px;
	position:relative;
	border-radius:0 20px 22px 0;
}
.news_main_con:hover{
	filter:drop-shadow(0 0px 10px rgba(23,99,212,0.35));
}
.news_main_img{
	width:100%;
	height:100%;
	border-radius:0 20px 22px 0;
	overflow:hidden;
}
.news_main_title{
	width:580px;
	height:48px;
	background:rgba(0,0,0,0.8);
	font-size:18px;
	color:#fff;
	line-height:48px;
	padding:0 20px;
	border-radius:0 0 22px 0;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}
.news_more{
	display:block;
	position:absolute;
	bottom:20px;
	right:62px;	
	text-align:center;	
}
.news_more p{
	color:#666;
	font-size:16px;
}
.news_more:hover p{
	color:#1763d4;
}
.news_list{
	width:1176px;
	height:364px;
	padding-left:24px;
}
.news_list_li{
	float:left;
	width:364px;
	height:192px;
	margin:26px 24px 0 0;
}
.news_list_a{
	display:block;
	width:314px;
	height:136px;
	padding:26px 28px 24px;
	border-radius:22px;
	background:#fff;
}
.news_list_a:hover{
	filter:drop-shadow(0 0px 6px rgba(23,99,212,0.1));
}
.news_list_title{
	width:100%;
	height:22px;
	font-size:18px;
	line-height:20px;
	overflow:hidden;
}
.news_list_con{
	width:100%;
	height:40px;
	line-height:20px;
	margin-top:10px;
	overflow:hidden;
	color:#999;
}
.news_list_li hr{
	width:100%;
	height:1px;
	background:rgba(0,0,0,0.1);
	border:none;
	margin:18px auto;
}
.news_list_time{
	float:left;
	width:48px;
	height:40px;
}
.news_list_date{
	height:20px;
	font-size:20px;
	line-height:20px;
	margin-bottom:8px;
}
.news_list_month{
	font-size:12px;
	line-height:12px;
	color:#999;
}
.news_list_more{
	float:right;
	margin-top:7px;
}
/*关于智杰*/
.about{
	width:1200px;
	height:412px;
	margin:52px auto 60px;
}
.about_list{
	width:100%;
	height:306px;
}
.about_list li{
	float:left;
}
.about_l_a{
	display:block;
	width:540px;
	height:306px;
	border-radius:22px;
}
.about_l_a:hover{
	filter:drop-shadow(0 0 10px rgba(23,99,212,0.35));
}
.about_l_a img{
	width:100%;
	height:100%;
	border-radius:22px;
}
.about_m_a{
	display:block;
	width:210px;
	height:134px;
	padding-top:46px;
	background:#f8f8f8;
	border-radius:12px;
	margin:0 0 10px 10px;
}
.about_m_a:hover{
	filter:drop-shadow(0 0 6px rgba(23,99,212,0.35));
}
.about_m_a img{
	display:block;
	width:60px;
	height:60px;
	margin:0 auto 18px;
}
.about_m_a p{
	font-size:18px;
	width:100%;
	text-align:center;
}
.about_s_a{
	display:block;
	width:262px;
	height:88px;
	padding:28px 0 0 58px;
	background:#f8f8f8;
	border-radius:12px;
	margin-left:10px;
}
.about_s_a img{
	display:block;
	width:60px;
	height:60px;
	float:left;
	margin-right:18px;
}
.about_s_a p{
	font-size:18px;
	line-height:60px;
}
.about_s_a:hover{
	filter:drop-shadow(0 0 6px rgba(23,99,212,0.35));
}

