ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.nav-right .nav {
	/*float: right;*/
}
.nav-right .nav li {
	margin-left: 10px;
	float: left;
	width: 150px;
}
.nav-right .nav li>a {
	display: block;
	font-size: 18px;
	/*line-height: 100px;*/
	position: relative;
	color: #fff;
	padding: 0 30px;
}
.nav-right .nav li>a:after {
	position: absolute; 
	display: inline-block;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #b62020;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	content: '';
}
.nav-right .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
    display: none;
}
.nav-right .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.nav-right .nav li.dropdown {
	position: relative; 
}
.nav-right .nav .dropdown-box {
    display: none;
    position: relative;
	left: 0;
	top: 2px;
	z-index: 10;
	text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background: #2054a3;
}
.nav-right .nav .dropdown-box p {
	margin: 0;
}
.nav-right .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 40px;
	color: #fff;
}
.nav-right .nav .dropdown-box a:hover {
	background-color: #b62020;
	color: #fff;
}
.nav-right .nav li:hover .v_list{display:block}
.nav-right .nav li.active>a, .nav-right .nav li.open>a, .nav-right .nav li>a:hover {
}
.nav-right .nav li.open>a:after, .nav-right .nav li.active>a:after, .nav-right .nav li>a:hover:after {
	width: 100%;
}
.nav-right .nav li.open .dropdown-box {
	display: block;
}
.nav-right .sc {
	float: right;
	position: relative;
	margin-left: 40px;
}
.nav-right .sc-btn {
	display: block;
	height: 100px;
	width: 30px;
	background: url(../images/icon1.png) no-repeat center;
}
.nav-right .sc-box {
	position: absolute;
	right: 0;
	top: 100%;
	overflow: hidden;
	display: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.suer{
    width: 1200px;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 10px;
}
.nav-right .sc-box input {
	display: block;
	padding: 9px 62px 9px 12px;
	border: 1px solid transparent;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	width: 200px;
}
.nav-right .sc-box button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	width: 60px;
	height: 40px;
	background: #b62020;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 14px;
}
.nav-right-active {
	background: #000;
}
.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #fff;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

