.top-tabbar{
	width: 100%;
	height: 56px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #171f25;
}
.tabbar-container{
	width: 1000px;
	margin:0 auto;
}
.top-tabbar img{
	width: 114px;
	height: 43PX;
	float: left;
	margin-top: 10px;
}
.top-tabbar ul{
	padding-top: 23px;
	float: right;
	font-size: 16px;
	color: #fff;
}
.top-tabbar ul li{
	float: left;
	width: 70px;
	height: 33px;
	margin-left: 40px;
	box-sizing: border-box;
	text-align: center;
}
.border-line{
	border-bottom: 3px solid #198ede;
}
.foot{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #171f25;
	width: 100%;
	height: 47px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.detail-container{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding-top: 106px;
	padding-bottom: 47px;
}
.detail-title{
	width: 446px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.detail-title p{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.detail-left{
	font-size: 16px;
	color: #333;
}
.detail-left h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.detail-left h3 p{
	font-size: 24px;
	font-weight: 600;
}


.detail-right img{
	width: 108px;
	height: 319px;
}
.img-box{
	width: 52px;
}
.detail-item-title{
	font-size: 16px;
	color: #0066a4;
	display: flex;
	align-items: center;
	margin: 15px 0 10px 0;
}
.txt1{
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	width: 667px;
}
.dot{
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
	font-weight: 700;
}