.topmenu{
	color:#fff;
	font-size:12px;
	width:94%;
	max-width:1200px;
	margin:0 auto;
}
.topmenu ul{
}

.topmenu ul li{
	width:25%;
	float:left;
	text-align:center;
	height:45px;
	padding-top:15px;
	padding-bottom:15px;
}

.topmenu ul li a{
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	width:100%;
	border-right:1px solid #404040;
	
}

.topmenu ul li a:hover{
	opacity:0.6;
}

.topmenu ul li:last-child a{
	border:0;
}



.sub_topmenu1{
	position:fixed;
	left:0;
	top:122px;
	width:100%;
	background:#fff;
	color:#000;
	padding-top:60px;
	padding-bottom:60px;
	display:none;
}

.sub_menu1{
	width:94%;
	max-width:780px;
	margin:0 auto;
}


.nTab{
width: 100%;
}
.nTab .TabTitle{
clear: both;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
overflow:hidden;
}



.nTab .TabTitle li {
padding:15px 0;
display:inline;
float: left;
width: 50%;

line-height:1.5;
text-align:center;
cursor: pointer;
color:rgba(19, 19, 18, 0.5);
font-weight:normal;
margin:0;
list-style-type: none;
background:none;
    border-bottom: 1px solid rgba(19, 19, 18, 0.5);
	position:relative;
}




.nTab .TabTitle .active {
color: #131312;
    border-bottom: 1px solid #131312;
	}
	
.nTab .TabTitle .active:before{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #131312;
    position: absolute;
    left: 0;
    bottom: -1px;
}	
	
	
.nTab .TabTitle .normal {}
.nTab .TabContent{
margin: 0 auto;
padding-top:20px;
}
.none {display:none;}

.submenu_ul li{
width: 25%!important;
    float: left!important;
    text-align: left!important;
    height: 45px!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
	padding-right:20px;
}

.submenu_ul li a{
    display: inline-block!important;
    color: #131313!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 15px!important;
    width: 100%!important;
    border-right:0!important;
	position:relative;
}

.submenu_ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #131312;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center center;
    box-sizing: border-box;
}

.submenu_ul  li a:hover {
    opacity: 0.6;
}