#nameplate{
	width: 100%;
	height: 140px;
	background: #f6f7f8;
}
.nameplate{
	width: 67%;
	height: 100%;
	margin: auto;
	
}
.nameplate .np-box{
	padding: 5% 8%;	
}
.nameplate h2{
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #00b3c4;
}
.nameplate p{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-size: 12px;
	color: #363537;
}




#mor-main{
	width: 67%;
	height: auto;
	margin: auto;
}
#mor-main .mor-main{
	padding: 2% 8% 5%;
	overflow: hidden;
}
#mor-main .mor-main h4{
	color: #00b3c4;
}
#mor-main .mor-main .morm_img{
	height: 55px;
	width: 160px;
	margin: 10px;
	margin-right: 25px;
	margin-left: 0;
	/*background: #ccc;*/
	float: left;
}
#mor-main .mor-main .morm_img a{
	display: block;
	width: 100%;
	height: 100%;
}
#mor-main .mor-main .morm_img a img{
	width: 100%;
	height: 60px;
}
#mor-main .mor-main p{
	color: #353637;
	margin-top: 25px;
	width: 85%;
}
#mor-main .mor-main .p1{
	color: #888;
}
#mor-main .mor-main .p2{
	float: left;
	margin: 0;
	width: auto;
	height: 44px;
	line-height: 115px;
	padding-right: 35px;
}
#mor-main .mor-main .mc_img{
	width: 195px;
	height: 65px;
	margin-right: 40px;
	/*background: url(../img/bg.png) no-repeat -515px -196px;*/
	float: left;
}
#mor-main .mor-main .mc_img img{
	width: 100%;
	height: auto;
}
#mor-main .mor-main .btn{
	float: left;
	width: 90px;
	height: 40px;
	background: #00B3C4;
	color: #fff;
	margin-top: 27px;
	
}
.mt35{
	margin-top: 35px;
}


@media only screen and (max-width: 750px) {
	#nameplate{padding: 0;height: auto;}
	.nameplate h2{font-size: 22px;}
	.nameplate{padding: 1.5rem 0;width: 92%;}
	.nameplate .fl{float: none;}
	.nameplate .fl h4{margin: 0;}
	.nameplate .fr{float: left;}
	.nameplate .fr span.bor-bot{padding: 4px 15px 4px 0;}
	.nameplate .np-box{padding: 0;}
	
	#mor-main{width: 92%;}
	#mor-main .mor-main{padding: 0;text-align: center;}
	#mor-main .mor-main #mor-link>div{width: 100%;margin: 0;margin-bottom: 10px;}
	#mor-main .mor-main #mor-link a{display: inline-block;width: 160px;height: 55px;}
	#mor-main .mor-main>p{width: 100%;text-align: left;}
	
	#mor-main .mor-main .p2{line-height: 44px;}
	
	#index-main .foot-nav .fn{background-color: #FFFFFF;border-top:1px solid #d6d6d6}
}