a:hover {
	text-decoration: none
}

a {
	text-decoration: none
}

ul {
	list-style: none;
}

.wrapper02 {
	position: relative;
	height: 1rem;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	/* background:#ddd; */
	/* width: 1000px; */
	width: 900px;
	float: right;
}

.wrapper02 .scroller {
	position: absolute;
	right: 0;
	width: 100% !important;


}

.wrapper02 .scroller .scr-ul {
	/* 1 */
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;




		/* 2 */
	/* 	display: flex;
		min-width: 180px; */
}

.wrapper02 .scroller li {
	/* height: 1rem;line-height: 1rem; */
	height: 70px;
	line-height: 70px;
	color: #333;
	/* float: left; */

	/* font-size: .4rem; */
	text-align: center;
	/* float: right; */
	/* padding: 0 20px; */
	padding: 0 10px;
}

.wrapper02 .scroller li a {
	color: #333;
	display: block;
	/* margin:0 .3rem; */

	font-size: 16px;
	/* font-size: 14px; */
	width: auto;
}

.wrapper02 .scroller li.cur {
	/* background:#1cbb9b; */
	/* border-bottom: 3px solid #003393; */
	color: #003393;

}

.wrapper02 .scroller li.cur a {
	/* color:#fff; */
	display: inline-block;
	color: #003393;
	font-weight: bold;
	border-bottom: 3px solid #003393;
}

.wrapper02 .scroller li:last-child a{
	margin-right: 30px;
}