a {
	color: #666666;
	text-decoration: none;
}

.img-wrpa {
	width: 100%;
	height: 280px;
}

.img-wrpa .img {
	width: 100%;
	height: 100%;
}

.navbar-wrap {
	width: 100%;
	background-color: #f5f5f5;
}

.navbar-box {
	width: 100%;
	background-color: #FFFFFF;
}

.item-a {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	margin-right: 60px;
	display: inline-block;
	cursor: pointer;
}


.item-b {
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #666666;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
}
 
.active {
	color: #0270D8;
	position: relative;
	text-decoration: none;
	background-color: #fbfbfb;
} 

.active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0270D8;
}

.item-a.active>a{
	color: #0270D8;
	position: relative;
	text-decoration: none;
	background-color: #FFFFFF;
}
.item-a.active{
	color: #0270D8;
	position: relative;
	text-decoration: none;
	background-color: #FFFFFF;
}

.cont-warp{
	margin-top: 20px;
	padding-top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #727272;
	line-height: 28px;
	margin-bottom: 50px;
}
.left-box{
	/* padding: 26px; */
	padding-top: 10px;
}
.right-box{
	background-color: #FFFFFF;
	padding: 30px;
	padding-top: 10px;
}
.left-item{
	line-height: 42px;
}


.item-a-1{
	display: inline-block;
	height: 46px;
	font-size: 14px;
	color: #666666;
	line-height: 46px;
	padding-left: 26px;
	cursor: pointer;
}
.item-a-1:hover{
	color: #0270D8;
	background-color: #fbfbfb;
}
.tem-a-1.active{
	color: #0270D8;
	background-color: #fbfbfb;
}
.item-a-1.active::before{
	left: 26px;
	width: 54px;
	
}

.text-1{
	font-size: 14px;
	color: #727272;
	line-height: 20px;
}
.title-min{
	font-size: 18px;
	color: #333333;
}
.title{
	text-align: center;
	font-size: 22px;
	color: #333333;
	margin: 30px 0;
}

.text{
	font-size: 16px;
	color: #777777;
	line-height: 28px;
	margin-bottom: 30px;
	text-indent: 32px;
}
.title-zl{
	height: 77px;
	line-height: 77px;
	font-size: 20px;
	color: #333333;
}

.title-h1{
	text-align: center;
	font-size: 31px;
	color: #333333;
	margin-bottom: 30px;
}