body{
				background-color: #FFFFFF;
			}
			.mhy-silder{
				border-radius: 0.5625rem;
				margin-left: 0.9375rem;
				width: calc(100% - 1.875rem);
				
			}
			.mhy-bannerbg{
				height: 3.125rem;
				width: 100%;
				position: absolute;
				top: 0rem;
				background-color: #3d3f44;				
			}
			.mui-slider-indicator .mui-indicator{
				width: 0.3125rem;
				height: 0.3125rem;
				background-color: #b2b2b2;
				margin: 0.0625rem 0.125rem;
				box-shadow: none;
			}
			.mui-slider-indicator .mui-active{
				width: 0.9375rem;
				border-radius: 0.1875rem;
			}
			.mhy-news{
				width: 5.5rem;
				margin: 1.25rem auto 0 auto;
			}
			.mhy-news-tittle{
				font-size: 1.125rem;
				font-weight: bold;
				color: #cc0000;
				text-align: center;
				margin-top: 0.375rem;
			}
			.mui-content{
				background-color: #FFFFFF;
			}
			.mui-table-view .mui-media-object{
				max-width: 5.9375rem;
				height: 4.6875rem;
				border-radius: 0.5625rem;
			}
			.mui-table-view-cell>a:not(.mui-btn){
				white-space: normal;
				margin: 0px -15px;
			}
			.mui-table-view:before{
				background-color: #FFFFFF;
			}
			.mui-table-view::after{
				background-color: #FFFFFF;
			}
			.mui-table-view .mui-media-object.mui-pull-left{
				margin-right: 15px;
			}
			.mui-media-body{
				font-size: 0.875rem;
				line-height: 1.6;
			}
			.mhy-footer{
				background-color:#3d3f44 ;
				position: relative;
				margin-top: 0.9375rem;
			}
			.mhy-footrule{
				background-color: #2d2f33;
				color: #999999;
				font-size:0.625rem;
				text-align: center;
				line-height: 2.5rem;
				margin-top:1.25rem;
			}
			.mhy-footline{
				width: 1.125rem;
				height: 0.125rem;
				background-color: #ff3c3c;
				margin-left: 1.3125rem;
			}
			.mhy-footertittle{
				font-size: 0.875rem;
				color: #FFFFFF;
				padding-left: 1.25rem;
				padding-top: 1.25rem;
			}
			.mhy-footword{
				font-size: 0.75rem;
				color: #999999;
				padding-left: 18px;
				padding-top: 0.75rem;
				margin-left: 0.375rem;
			}
			.mhy-footcontent{
				margin-top: 0.375rem;
			}
			.mui-content{
				background-color: #FFFFFF;
			}

.mhy-row::after, .mhy-row::before {
	content: "";
	display: table;
}

.mhy-row::after{
	clear: both;
}