a:link{text-decoration: none;}
.head-nav .row div:nth-child(7) a {
	background: #00a2e8;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}

.select-box {
	width: 100%;
	text-align: left;
	/*display: flex;*/
	/*flex-flow:column;
				align-items: center;*/
	/*justify-content: center;*/
}

.select-box .select-title {
	height: 30px;
	width: 100%;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #7ED7F7; */
	border-radius: 5px;
	/* color: white; */
	cursor: pointer;
}

.select-box ul {
	/*display: block;*/
	width: 100%;
	/*border: 1px solid yellow;*/
}

.select-box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	cursor: pointer;
}

.select-box ul li:hover{
	background: #00a2e8;
}

.select-box ul li.current {
	background: #ebebeb;
}

.select-box ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.none {
	display: none;
}

.block {
	display: block;
}
.solve-nav-img{
	width: 1000px;height: 100px;margin:10px auto;
}
.solve-nav-img li{float: left;height:40px;width: 100px;text-align: center;line-height: 40px;}
.solve-nav-img li+li{margin-left: 50px;}
.solve-nav-img li img{width: 100px;height: 100px;border-radius: 50%;}

.solve-nav{width: 1002px;height: 60px;margin:0 auto;}
.solve-nav li{float: left;height:40px;width: 100px;text-align: center;line-height: 40px;margin-top: 10px;border-radius: 6px;border: 1px solid #8C8C8C;cursor: pointer;}
.solve-nav li a{color: black;}
.solve-nav li:hover{background: #024B91;}
.solve-nav li:hover a{color: white;font-weight: bold;}
.solve-nav .active {background: #024B91;border-radius: 6px;}
.solve-nav .active a{color: white;font-weight: bold;}
.solve-nav li+li{margin-left: 50px;}

.solve-content{height: 500px;overflow: auto;display: none;}
.solve-content ul{width: 1000px;margin: 0 auto;margin-top: 10px;overflow: auto;}
.solve-content ul li{height: 150px;border-radius: 5px; position: relative;margin-top:10px;border: 1px solid #8C8C8C;}
.solve-content ul li h5{font-size:14px;font-weight:bold;position: absolute;margin-left:5px;padding: 5px;}
.solve-content ul li img{width: 100px;height: 100px;margin-top:25px;margin-left:5px;display: block;position: absolute;border-radius: 5px;}
.solve-content ul li .text-content{position: absolute;left: 110px;top: 25px;}
.solve-content ul li .more-detail{width: 100px;padding:5px;background: #024B91;text-align: center;color: white;font-weight: bold;border-radius: 5px;position: absolute;bottom: 10px;right: 10px;}
