﻿* {
	margin: 0 auto;
	font-family: "微软雅黑"
}
html,body{
    height:100%;
}
/*body {
    background: url(/MHContent/images/Theme/portal/jnbg.webp) no-repeat;
}*/

.MH_header {
	width: 100%;
	float: left;
    height:100% !important;
    min-height:100%;
}

.MH_top {
	width: 100%;
	float: left;
	background: url(/MHContent/images/Theme/layout/gybg_nav.webp) no-repeat;
	background-size: 100% 100%;
/*	background: rgba(255,255,255,0.2);*/
}

.MH_top_main {
	margin: 0px auto;
	display: flex;
	align-items: center;
	height: 80px;
}

.MH_top_logo {
	width: 655px;
	float: left;
	height: 65px;
/*	background: url(/MHContent/images/Theme/JN-logo.webp) no-repeat;*/
	background-size: 100% 100%;
	background-size: contain;
}

.MH_top_login {
	float: right;
}

.MH_top_login_user {
	width: 100%;
	float: left;
}

	.MH_top_login_user div {
		/*float: right;
		margin-right: 25px;
		display: flex;
		align-items: center;*/
	}

.contactus a {
    background: url(/MHContent/images/Theme/portal/icon/contactus.png) no-repeat 10px;
    display: inline-block;
    text-indent: 40px;
    color: #00AEFF;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
}

.messagenotification {
	background: url(/MHContent/images/messagenotification.png) no-repeat 10px;
	position: relative;
}


.loginandreg a {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
}

.messagenotification i {
	border-radius: 100%;
	background: #F00;
	font-style: normal;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 30px;
	display: inline-block;
	height: 16px;
	width: 16px;
	line-height: 16px;
	font-size: 12px;
	text-indent: 0px;
	text-align: center;
	font-weight: 100;
}



.MH_top_login_menu {
	width: 100%;
	height: 50px;
	float: left;
}

.MH_top_login_menu ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.MH_top_login_menu ul li {
	list-style: none;
	float: right;
	margin-right: 25px;
	display: block;
}

.MH_top_login_menu ul li a {
	color: #1A86CD;
	text-decoration: none;
	font-weight: normal;
}

.MH_content {
	width: 100%;
	height: calc(100% - 140px);
	padding-left: 0;
	padding-right: 0;
	margin-top: 80px;
	background: url(/MHContent/images/Theme/portal/jnbg.webp) no-repeat;
	background-size: 100% 100%;
}

.feiji {
    position: absolute;
    left: 0px;
    top: 195px;
    width: 480px;
    height: 200px;
    background-size:100% 100% !important;
    background: url(/MHContent/images/Theme/portal/feiji.png) no-repeat;
}

.MH_content_main {
	margin: 0px auto;
}

.MH_content_slide {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: rgba(0,0,0,0.35);
	position: absolute;
	bottom: 15vh;
}

.MH_content_main a.loginpt {
    /*background: url(/MHContent/images/Theme/portal/PTlogo.png) no-repeat;*/
    text-indent: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #00AEFF;
    margin-top: 10px;
    text-decoration: underline;
    text-align: center;
}

.MH_content_slide img {
	width: 300px;
	height: 200px;
}

.MH_footer {
	width: 100%;
	color: #808080;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: #ebf0f4;
}

.MH_footer_main {
    width: 100%;
	margin: 0px auto;
}

.MH_footer_href {
	float: left;
	margin-top: 20px;
}

.MH_footer_href span {
	height: 20px;
	line-height: 20px;
	margin-right: auto;
}

.MH_footer_href a {
	color: #999;
	border-right: 1px solid #999;
	height: 15px;
	line-height: 15px;
	padding: 0px 50px;
}

/*.MH_footer_version {
	width: 100%;
	float: left;
	margin-top: 20px;
}
*/
	.MH_footer_version p {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0px;
		line-height: 60px;
		font-size:14px;
	}

.MH_content_bottom {
	width: 100%;
	height: auto;
}

.MH_bottom_main {
	margin: 0px auto 20px auto;
}

.MH_bottom_main_content {
    height:auto;
    margin-top: 20px;
}

.MH_bottom_main_left {
	background: #fff;
	height: 240px;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.05);
	left: 0px;
	z-index: 0;
    padding: 0;
}

.MH_bottom_main_left:hover {
	box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}


.MH_bottom_main_right {
	background: #fff;
	height: 240px;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.05);
	right: 0px;
	z-index: 0;
    padding: 0;
}

.MH_bottom_main_right:hover {
	box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.MH_bottom_main_left_top {
	height: 40px;
	background: #F2F2F2;
	width: 100%;
	line-height: 40px;
	float: left;
}

.MH_bottom_main_left_top span {
	color: #00AEFF;
	font-weight: 600;
	display: inline-block;
	margin-left: 40px;
}

.MH_bottom_main_left_top span em {
	font-style: normal;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	display: inline-block;
	margin-left: 20px;
}

    .MH_bottom_main_left_top a {
        color: #00AEFF;
        display: inline-block;
        font-size: 13px;
        line-height: 30px;
    }

.MH_bottom_main_left_main {
	width: 100%;
	float: left;
}

.MH_bottom_main_left_nav {
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.MH_bottom_main_left_nav a {
	color: #666;
	font-size: 16px;
	text-indent: 28px;
	margin-left: 50px;
	display: inline-block;
	height: 30px;
}

.MH_bottom_main_left_nav a:nth-child(1) {
    background: url(/MHContent/images/Theme/portal/icon/compass.png) no-repeat;
}

.MH_bottom_main_left_nav a:nth-child(2) {
    background: url(/MHContent/images/Theme/portal/icon/flow.png) no-repeat;
}

.MH_bottom_main_left_nav a:nth-child(3) {
    background: url(/MHContent/images/Theme/portal/icon/manager.png) no-repeat;
}

.MH_bottom_main_left_nav a:nth-child(4) {
    background: url(/MHContent/images/Theme/portal/icon/law.png) no-repeat;
}

.MH_bottom_main_left_nav a:nth-child(1).def {
    background: url(/MHContent/images/Theme/portal/icon/compassdef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}

.MH_bottom_main_left_nav a:nth-child(2).def {
    background: url(/MHContent/images/Theme/portal/icon/flowdef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}

.MH_bottom_main_left_nav a:nth-child(3).def {
    background: url(/MHContent/images/Theme/portal/icon/managerdef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}

.MH_bottom_main_left_nav a:nth-child(4).def {
    background: url(/MHContent/images/Theme/portal/icon/lawdef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}


.MH_bottom_main_left_content {
	width: 100%;
	float: left;
}

.MH_bottom_main_left_content ul {
	margin-left: 15px;
display:none;
}

.MH_bottom_main_left_content ul li {
	list-style: none;
	color: #666;
	padding: 5px 0;
	font-size: 12px;
}

.MH_bottom_main_left_content ul li a {
	color: #666;
	display: inline-block;
	margin-left: 10px;
}

.MH_bottom_main_left_content ul li:hover {
	color: #00AEFF;
	text-decoration: underline;
}

.MH_bottom_main_left_content ul li:hover a {
	color: #00AEFF;
	text-decoration: underline;
}

.MH_bottom_main_right_top {
	height: 40px;
	background: #00AEFF;
	width: 100%;
	line-height: 40px;
	float: left;
}

.MH_bottom_main_right_top span {
	color: #fff;
	font-weight: 600;
	display: inline-block;
	margin-left: 40px;
}

.MH_bottom_main_right_top span em {
	font-style: normal;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin-left: 20px;
}

.MH_bottom_main_right_top a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
}

.MH_bottom_main_right_main {
	width: 100%;
	float: left;
}

.MH_bottom_main_right_nav {
	width: 100%;
	float: left;
	padding: 10px 0px;
}

.MH_bottom_main_right_nav a {
	color: #666;
	font-size: 16px;
	text-indent: 28px;
	margin-left: 50px;
	display: inline-block;
	height: 30px;
}

.MH_bottom_main_right_nav a:nth-child(1) {
    background: url(/MHContent/images/Theme/portal/icon/industrydynamics.png) no-repeat;
}

.MH_bottom_main_right_nav a:nth-child(2) {
    background: url(/MHContent/images/Theme/portal/icon/bullentin.png) no-repeat;
}
.MH_bottom_main_right_nav a:nth-child(1).def {
    background: url(/MHContent/images/Theme/portal/icon/industrydynamicsdef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}
.MH_bottom_main_right_nav a:nth-child(2).def {
    background: url(/MHContent/images/Theme/portal/icon/bullentindef.png) no-repeat;
    font-weight: 600;
    color: #00AEFF;
}

.MH_bottom_main_right_content {
	width: 100%;
	float: left;
}

.MH_bottom_main_right_content ul {
	margin-left: 15px;
}

.MH_bottom_main_right_content ul li {
	list-style: none;
	color: #666;
	padding: 5px 0;
	font-size: 12px;
}

.MH_bottom_main_right_content ul li a {
	color: #666;
	display: inline-block;
	margin-left: 10px;
}

.MH_bottom_main_right_content ul li:hover {
	color: #00AEFF;
	text-decoration: underline;
}

.MH_bottom_main_right_content ul li:hover a {
	color: #00AEFF;
	text-decoration: underline;
}

#homeTool {
	color: #fff;
	font-weight: bold;
}

.resHome {
	cursor: pointer;
}

@media screen and (max-width: 1880px) {
	.MH_top_login {
		width: 300px;
	}
}
