.header .top {
	background: #f5f5f5;
	width: 100%;
	min-width: 1200px;
	height: 35px;
}

.header .top .top-left {
	width: 600px;
	display: inline-block;
}

.header .top .top-right {
	width: 600px;
	display: inline-block;
}

.header .top .top-left,
.header .top .top-right {
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #666;
}

.header .top .top-right .icon {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url("../images/icon-all.png") no-repeat;
	margin-right: 8px;
}

.logosection {
	height: 110px;
}

.logosection .logo {
	padding-top: 11px;
	width: 600px;
	display: inline-block;
	vertical-align: top;
}

.logosection .logo a {
	display: inline-block;
	width: 240px;
}

.logosection .logo a img {
	width: 100%;
}

.logosection .searchsection {
	width: 600px;
	padding-top: 35px;
	display: inline-block;
	vertical-align: top;
}

.logosection .searchsection input {
	width: 385px;
	height: 40px;
	border: 1px solid #132650;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
}

.logosection .searchsection .submit-btn {
	width: 75px;
	display: inline-block;
	height: 40px;
	background: #132650;
	margin-left: -6px;
	vertical-align: top;
	text-align: center;
}

.logosection .searchsection .submit-btn:hover {
	background-color: #091735;
}

.logosection .searchsection .submit-btn .icon {
	display: inline-block;
	width: 18px;
	height: 19px;
	background: url('../images/icon-all.png') no-repeat;
	background-position: -23px 0px;
	margin-top: 10px;
}

.navbox {
	height: 60px;
	position: relative;
	background: #132650;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	list-style: none;
}

.nav li {
	float: left;
	height: 60px;
	position: relative;
	list-style: none;
}

.nav li a {
	text-decoration: none;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	width: 171px;
	text-align: center;
}
.nav li a::before {
	content: "";
	width: 1px;
	background: #818aa0;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}
.nav li .mj_menu_li_txt_line a::before {
	display: none;
}
.nav li:last-child a::before {
	width: 0;
}
.nav li.selected .submenu {
	display: block;
}

.nav li .submenu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 50
}

.nav li .submenu li {
	width: 171px;
	float: none;
	padding: 0;
	background: none;
	height: auto;
}
.nav li .submenu li:hover{
	background:#ebeff9;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.nav li a.active,
.mj_hover_menu {
	background: #091735
}

.submenu{
	background: #fff;
}

.submenu li a {
	color: #555;
    line-height: 20px;
    width: fit-content;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto;
    padding: 15px;
    font-size: 16px;
}
.submenu li:last-child a{border-bottom: 0 !important;}
.submenu li a:before{
	width: 0

}

.submenu li a:hover {
	text-decoration: none;
	color: #132650;
	border-bottom: 1px solid #ebeff9;
}

/*bottom*/

.footer {
	width: 100%;
	background-color: #404040;
	margin-top: 50px;
}

.footer .container.current {
	padding-top: 25px;
}

.footer .container.current .row {
	margin-top: 10px;
	display: flex;
}

.footer .container.current .item {
	padding-top: 35px;
}

.footer .container.current .item p {
	color: #ffffff;
	margin-bottom: 15px;
}

.footer .container.current .item p span {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../images/icon-all.png);
	background-position: 0px -210px;
	margin-right: 15px;
	float: left;
}

.footer .container.current .item p span.current {
	background-position: -25px -210px;
}

.footer .container.current .item.textright {
	margin-right: 0;
	padding-top: 0;
}

.footer .container.current .item.textright .title {
	border-bottom: 0;
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
}

.footer .container.current .item p.fl {
	font-size: 26px;
	float: revert;
}

.footer .container.current .item.textleft {
	padding-top: 20px;
}

.container.current .friend-links {
	border-top: 1px solid #525252;
	display: flex;
	margin-top: 5px;
}

.container.current .friend-links ul {
	padding-top: 22px;
}

.container.current .friend-links ul li {
	float: left;
	display: flex;
}

.container.current .friend-links ul li a {
	padding-right: 20px;
	color: #a7a7a7;
}

.container.current .friend-links ul li a:hover {
	text-decoration: underline;
}

.container.current .friend-links ul li:last-child a {
	padding-right: 0;
}

.footer .copyright {
	background-color: #2b2b2b;
	color: #8e8e8e;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-top: 20px;
}

#toTop{
	width: 48px;
	height: 48px;
	position: fixed;
	right: calc(50% - 880px);
	bottom: 150px;
	background: url('../images/totop.png') no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#toTop:hover{
	background: url('../images/totopon.png') no-repeat;
}

.search-main-title{
	background: #f7f7f7;
	border:1px solid #ddd;
	margin:30px 0 20px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
}
.search-main-title .importantfont{
	font-size: 18px;
	line-height: 40px;
	color: #f32727;
}
.search-list{
	display: block;
	padding: 25px 0 20px;
	border-bottom: 1px dashed #d2d2d2;
}
.search-list h2{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.search-list:hover h2{
	color: #132650;
	text-decoration: underline;
}
.search-list p{
	font-size: 14px;
	line-height: 28px;
	color: #888
}
.search-list p .small-title{
	font-weight: bold;
}


.search-pagination{text-align: center;}
.search-pagination ul{display: inline-block; margin:40px auto; }
.search-pagination ul li{text-align: center; display: inline-block; height: 35px; line-height: 35px; background: #132650;color: #fff; margin:0 5px; border: 0;}
.search-pagination ul li.active span{padding: 0 10px; background: #132650;color: #fff;}
.search-pagination ul li span{text-align: center;
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    color: #fff;
    border: 0;
}
.search-pagination ul li a{text-align: center; display: inline-block; padding: 0 10px; background: #ddd; color: #fff; border: 0;}
.search-pagination ul li a:hover{background: #132650; color: #fff}