@charset "utf-8";
/* CSS Document */
/*关于我们*/
.MSGmainBox{
	width: 1400px;
	background-color: #ffffff; 
	padding: 10px 0;
	position: relative;
	left: 50%;
	margin-left: -700px;
}
.newsTopimg{
	width: 1024px;
	margin: 0 auto 10px auto;
}
.MSGmainBox1{
	width: 1024px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}


.MSGmainLeft{
	width: 200px;
	float: left;
	
}

.MSGnav{ 
	width: 200px;
	height: 290px;
	background-color: #e8303c;
	border-radius: 10px;
	padding-top: 20px;
}
.MSGnav>li a{
	overflow: hidden;
	width: 136px;
	height: 46px;
	margin: 10px auto;
}
.MSGnav>li:hover{
	cursor: pointer;
}
.MSGnav>li img{
	opacity: 0.5;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 16px;
}
.MSGnav>li p{
	font-size: 26px;
	color: #ffffff;
	line-height: 46px;
	float: right;
}
.msgBoTimg{
	width: 200px;
	margin-top: 10px;
}

.MSGmainRight1{
	width: 800px;
	float: right;
}

.RYbox1{
	width: 700px;
	height: 580px;
	margin: 0 auto;
	background-image: url(../images/bg-contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
	
	
}
.RYbox1>h1{
	width: 700px;
	font-size: 36px;
	color: #e50011;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.botS{
	border-bottom: solid 2px #e50011;
	padding-bottom: 6px;
}
.RYbox1>p{
	width: 700px;
	font-size: 28px;
	color: #696969;
	line-height: 2;
	margin-top: 4px;

}

.RYbox1>img{
	width: 148px;
	margin: 20px 0 0 100px;


}


