/*
Theme Name:x
Description:x定制主题
Template:oceanwp
Version:1.0
*/
a{outline:none!important;}
body a:focus{outline:none!important;}
.np p{margin-bottom:0;}


.navigation>ul>li>ul.megamenu.sub-menu>li .elementor{left:220px;float:left;}
.navigation .megamenu li a.menu-link{float:left;}

#mobile-dropdown{z-index:999;}

/*导航菜单*/
.first, .second, .third {
    padding: 0;
    margin: 0;
    list-style: none;
	color:#fff;
	animation: none!important; 
	transition: none!important;
}
.first span, .second span {
    margin: 0;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.first {
    width: 100%!important;
    position: relative;
	left:0;
	color:#fff;
	padding-bottom:180px!important;
}
.first a{color:#fff;animation: none; transition: none!important;}
.first>.active>span>a{color:#D41A23!important;}
.second>li>span>a{color:#fff!important;}
.second>.active>span>a{color:#D41A23!important;}
.second {
    background-color: #0A141D;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 100%;
    width: 200px!important;
	animation: none!important; 
	transition: none!important;
}
.third {
    background-color: #0A141D!important;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 100%;
    width: 100%;
	transition: none!important;
	animation: none!important; 
}
.first li{width:100px!important;}
.second li {width:250px!important;}
.first li, .second li {
    cursor: pointer;
}
.third li {
    padding: 10px 15px;
    height: 100%;
	width:300px!important;
	text-align:center;
	font-size:12px;
}
.first li.active > ul, .second li.active > ul {
    visibility: visible;
	transition: none!important;
	animation: none!important; 
}
.second > li a{color:#fff!important;}
.first > li.active , .second > li.active {
    background-color: #0A141D!important;
	visibility: visible;
	color:#D41A23!important;
	transition: none!important;
	animation: none!important; 
}
.second li:hover .third li {
    background-color: #0A141D!important;
}
.third li{background-color: #0A141D!important}