nav, ul, li, a  {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
/* nav */
.header_nav {
	background: #;
    margin:auto auto;
}
.header_nav_box {
	width:100%;
	box-shadow:0px 2px 2px 0px #888;
	border-top: #6A0709 1px solid;
	padding: 0px;
	background: #444040;
}
.header_nav_width {
	width:100%;
	padding: 0px;
}
.header_nav .left{
	float:left;
	line-height:40px;
	padding-left:0px;
}
.header_nav .right{
	float:right;
}
.big-character {
    display: block;
    margin: 0px auto;
	padding: 7px 9px 6px 9px;
	border-radius: 5px;
    text-align: center;
	box-shadow: inset 0px 1px 1px #878787, 0px 1px 0px #878787;
	text-shadow: 0 -1px 0 #727272;
    color: #fff;
    font-size: 30px;
    max-width: 100%;
	border: 2px solid #383838;
}
.toggleMenu {
    display:  none;
    padding:7px 7px;
    color: #fff;
	font-size: 19px;
	text-shadow: 0 -1px 0 #000;
	background:#;
}

.left .toggleMenu{
	pading-left:10px;
	height:68px;
	line-height:70px;
	text-decoration: none;
}
.nav {
    list-style: none;
    *zoom: 1;
    background: #;
	text-shadow: 0 -1px 0 #000;
}
.nav :hover {
    list-style: none;
    *zoom: 1;
    background:#005E8D;
	opacity: 0.98;
	z-index: 1;
	text-decoration: none;
}
.motion-tabs :hover {
    background:#fff;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 7px 7px;
    color:#F3F5F6;
	font-size:13px;
}
.nav a:hover {
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	color:#fff;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	text-decoration: none;
    display: block;
    background: #4A5758;
    position: relative;
    z-index:100;
    border-top: 1px solid #000;
}
.nav li li li a {
    background:#037EBC;
    z-index:200;
    border-top: 1px solid #000;
}
.header_nav_box ul{
	width:1170px;
	background:#;
	margin-left:auto;
	margin-right:auto;
}
.header_nav_box ul li ul{
	width:200px;
}
.hover,
.nav > li > a:hover,
.nav > li > a:focus{
	background-color:#201E1E;
}
@media screen and (max-width: 1100px) {
	.header_nav_box ul li ul{
		width:100%;
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		border-top: #444040 1px solid;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
		width:100%;
		left:0px;
    }
	.header_nav_box ul{
		margin-left:0px;
		margin-right:0px;
		width:100%;
	}

    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
		left:0px;
    }
	.toggleMenu,.header_menu,.header_menu_box
	{
	  background: ;
	}
	.nav
	{
	  background: #332F2F;
	}
	.nav :hover {
     background:#015C8A;
	}
	.wrapper{
		width:100%;
	}

}
