.menu-box{
	width: 369px;
	height: 799px;
	background: #EEEEEE;
	display: flex;
	flex-direction: column;

	align-items: center;
}
.menu-box-title{
	width: 133px;
	height: 18px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4A4A4A;
	text-align: center;
}
.menu-box-item-selected{
	background: #0079C3;
	
}
.black{
	
		color: #323232;
}
.white{
	color: #FFFFFF ;
}
.gray{
	color:#666;
}
.green{
	color:#2665B9;
}
.menu-box-item{
	width: 370px;
	height: 88px;
	line-height: 88px;
	
	text-align: center;

	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	

	line-height: 53px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}
.menu-box-item2{
	width: 370px;
	height: 60px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height:  60px;
}
.qrcode{
	width: 144px;
	height: 146px;
}
.footer-box-title{

	font-size: 18px !important;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 1 !important;
}
.footer-box-title hover{
	
}
.footer-box-small-title{
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.5;
}
.company-info{
	
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	
}
.company-info li{
	margin:0;
	padding:0 !important;
	opacity: 0.5;
}
.foot-nav li{
	padding:18px !important;
}


.news-item{
	display: flex;
	margin-bottom: 80px;
}
.news-item-left{
width: 269px;
height: 375px;
background: #EEEEEE;	
display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
}
.news-item-center{
	width: 500px;
	height: 375px;
	background: #FFFFFF;
	border: 2px solid #E6E7E9;
	}
	.news-item-center img{
		height: 100%;
		width:100%;
	}
.news-item-right{
	width: 793px;
	height: 375px;
	background: #0079C3;
	position: relative;
	/* display: flex; */
	/* flex-direction: column;
	align-items: center;
	justify-content: space-around; */
	}
.news-item-right .title{
	width: 662px;
	height: 95px;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;

	text-align: left;
	position: absolute;
	top:30px;
	left:50px;
	
}
.news-item-right .content{
	width: 662px;
	height: 114px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.54;
	text-align: left;
	position: absolute;
	top:120px;
	left:50px;
}
.news-item-right .btn{
	width: 204px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: absolute;
	bottom:30px;
	right:50px;
	}
	
.month{
	width: 134px;
	height: 39px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0079C3;
	margin: 10px 0;
}
.year{
	width: 106px;
	height: 29px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4D4C4C;
	margin: 10px 0;
}



.contact-box{
	width: 1560px;
	height: 350px;
	background: #EEEEEE;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.contact-box-left{
	width:1200px;
	height: 100%;
	
	display: flex;
	flex-wrap: wrap;
}
.contact-box-right{
	width:360px;
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-box-right img{
	width: 144px;
	height: 146px;
}
.contact-box-item{
	height: 175px;
	width:  598px;
	display: flex;
	align-items: center;
	
}
.contact-box-item img{
	height: 100px;
	width:100px;
	margin-left:40px;

}
.contact-box-item .info{
	margin-left:20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.info .title{

	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4A4A4A;
}
.info .content{
	
	height: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 38px;
}
.research-title{
	height: 140px;
	  line-height: 140px;
	  font-size: 28px;
	  font-weight: bold;
	  letter-spacing: 12px;
	  text-align: center;
	  color: #fff;
	  padding-top: 4px;
	 /* background: url(../images/about_img2.png?v=OXJji8h1620NwKZMFPYnlw%3D%3D) no-repeat;
	  background-size: 300px auto;
	  background-position: center center; */
	  z-index: 500;
	
}
.research-box-list{
	display: flex;
	/* width: 1600px; */
	margin :150px auto;
	align-items: center;
	justify-content: space-around;
}
.research-box-list .selected{
	background: #0079C3;
		border: 4px solid #0079C3;
}
.research-box{
	width: 390px;
	height: 118px;
	border: 4px solid #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height:118px ;
}
