body{
	background-color: #F9F9F9;
}
.webinfo_nav{
	position: fixed;
	top: 22px;
	left: 50%;
	width: 1200px;
	margin: 0 auto;
	margin-left: -600px;
	padding: 19px 27px;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 1px 19px 0px rgba(35,64,90,0.08);
	border-radius: 33px;
	z-index: 9;
}
.webinfo_nav_img{
	height: 28px;
	width: auto;
	vertical-align: middle;
}
.webinfo_nav_title{
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
}
.webinfo_nav_title::after{
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #ADDBFC;
	border-radius: 50%;
	opacity: 0.8;
}
.webinfo_nav_link{
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
	line-height: 28px;
}
.webinfo_nav_link:hover,.webinfo_nav_link.on{
	color: #3C73FF;
}
.webinfo_tab{
	display: inline-flex;
	justify-content: space-between;
	border-bottom: 1px solid #BBD0E6;
}
.webinfo_tab a{
	font-size: 16px;
	color: #333333;
	padding: 10px 10px;
	margin-right: 15px;
}
.webinfo_tab a:last-child{
	margin-right: 0;
}
.webinfo_tab a.on{
	position: relative;
	color: #001340;
	font-weight: bold;
}
.webinfo_tab a.on::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #001340;
}
.webinfo_bg{
	height: 460px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	padding-top: 190px;
	box-sizing: border-box;
}
.webinfo_width{
	width: 1200px;
	margin: 0 auto;
}
.webinfo_bg_h1{
	font-weight: bold;
	font-size: 50px;
	color: #001340;
}
.webinfo_bg_h3{
	font-weight: normal;
	font-size: 22px;
	color: #001340;
	line-height: 46px;
}
.xmgl_icon{
	background-image: url('../../images/webInfo/product1.png');
}
.rk_icon{
	background-image: url('../../images/webInfo/product2.png');
}
.cs_icon{
	background-image: url('../../images/webInfo/product3.png');
}
.tx_icon{
	background-image: url('../../images/webInfo/product4.png');
}
.jr_icon{
	background-image: url('../../images/webInfo/product5.png');
}
.kb_icon{
	background-image: url('../../images/webInfo/product6.png');
}