.fixed{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.fixed ul{
	width: 1200px;
	margin: 0 auto;
}
.header-wrapper{
	border-bottom: 1px solid #f5f5f5;
}
.banner-wrapper{
	width: 100%;
	height: 360px;
	background: url(/static/images/banner_13.png) no-repeat center;
	position: relative;
}
.content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.tab{
	display: flex;
	justify-content: flex-end;
}

.tab ul{
	display: flex;
	justify-content: flex-end;
}
.tab li{
	width: 220px;
	height: 124px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	margin-left: 20px;
	color: #fff;
	/* background: #768189; */
	font-size: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.tab li p{
	margin-top: 10px;
}
.tab-hd{
	height: 50px;
	 background: #e5f3fe;
	 line-height: 50px;
	 padding-left: 25px;
	 font-size: 18px;
	 margin-bottom: 15px;
	 color: #0088f5;
}
.section{
	margin-bottom: 32px;
}
.section table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.section table tr td{
	width: 20%;
	height: 50px;
	border: 1px solid #f0f0f0;
	text-align: center;
	
}
.section table tr td:first-child{
	text-align: left;
	padding-left: 50px;
	font-size: 14px;
	color: #666;
}
.section-hd{
	margin-bottom: 15px;
	font-size: 18px;
}
.icon66{
	color: #0088F5;
	font-size: 14px;
}
.tr-sub td{
	background: #fcfcfc;
}
tr.tr-sub td:first-child{
	padding-left: 70px !important;
}


td .icon67{
	color: #ccc;
	font-size: 20px;
}
td .iconfont{
	line-height: 1;
}
td span{
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	justify-content: center;
	align-items: center;
}
.color1{
	border: 1px solid #0088F5 !important;
}
.line{
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #ccc;
}
.box{
	width: 160px;
	height: 200px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	bottom: 60px;
	right: calc((100% - 1200px)/2 - 190px);
	padding: 30px;
	font-size: 14px;
	color: #666;
}
.box h6{
	font-size: 14px;
	margin-bottom: 6px;
}
.box p{
	height: 36px;
	display: flex;
	align-items: center;
}
.box .icon67{
	color: #ccc;
	font-size: 20px;
}
.box .iconfont{
	line-height: 1;
}
.box span{
	display: inline-flex;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.item1{
	background: url(/static/images/img_70.png) no-repeat center;
}
.item2{
	background: url(/static/images/img_71.png) no-repeat center;
}
.item3{
	background: url(/static/images/img_72.png) no-repeat center;
}
.item4{
	background: url(/static/images/img_73.png) no-repeat center;
}
.parent{
	padding-left: 22px !important;
}
.parent span{
	vertical-align: 5px;
	margin-right: 10px;
}