.navzuo{max-width:473px;min-width: 0;padding: 20px 15px;}

.p_box{float: left;width:100%;}
.navright{float:left;}

.navright .p_MatteIcon .iconfont:before {
	content: '\e602';
}

.navright>div {
	animation-fill-mode: both;
}

.navright .fr {
	float: left;
}

.navright .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.navright .clearfix {
	clear: both;
	*zoom: 1;
}

.navright body {
	background-color: #1b1b1b;
}

.navright .header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	height: 50px;
	padding: 0 0px;
}

.navright .header .left {
	width: 12%;
}

.navright .header .left a img {
	height: 40px;
	margin-top: 6px;
}

.navright .header .left .img2 {
	display: none;
}

.navright .header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}

.navright .container {
	margin-left: 28px;
	position: fixed;
	width: auto;
}

.navright .header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
}

.navright .header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #194199;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.navright .header .navbar_nav li:hover:after {
	width: 100%;
}

.navright .header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 33px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 16px;
}

.navright .header .navbar_nav li:hover a {
	color: red;
}

.navright .header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.navright .header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.navright .header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	left: 0%;
}

.navright .header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #dddddd;
	margin-bottom: 0px;
}

.navright .header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #e10012;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navright .header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.navright .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #e70015;
}

.navright .header.on {
	background: #ffffff;
	border-bottom: 1px solid #ccc;
	position: fixed;
	display: none;
}

.navright .header.on .left .img1 {
	display: none;
}

.navright .header.on .left .img2 {
	display: block;
}

.navright .header.on .navbar_nav li a {
	color: #000;
}

.navright .header.on .navbar_nav li:hover a {
	color: #194199;
}

.navright #navToggle {
	display: none;
}

.navright .m_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transform: translateX(100%);
}

.navright .m_nav.open {
	transform: translateX(0);
}

.navright .m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.navright .m_nav .top .closed {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	cursor: pointer;
	font-size: 30px;
}

.navright .m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.navright .m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.navright .m_nav .ul {
	margin-top: 30px;
}

.navright .m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}



.navright .m_nav .ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 80%;
}



.navright .m_nav .ul li .dropdown_menu a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}


