@charset "utf-8";
/* CSS Document */

.inner_wrapper .title{
	font-size: 34px;
	color: #333333;
	text-align: center;
	padding:84px 0;
}
.num_box{
	display: flex;
	justify-content: space-around;
	padding:30px 0;
}
.num_box .num_item .item_one .one_num{
	font-size: 54px;
	color: #2495e4;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}
.num_box .num_item .item_one .one_sup{
	font-size: 12px;
}
.num_box .num_item .item_two{
	text-align: center;
}


.intro_show_board{
	display: flex;
	position: relative;
}
.intro_show_board img{
	width: 100%;
}
.intro_show_board .left_text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 70px;
}
.intro_show_board .left_text .title{
	font-size: 20px;
	color: white;
	margin-bottom: 15px;
}
.intro_show_board .left_text .detail{
	font-size: 16px;
	color: white;
	line-height: 2;
}


.orgain_wrapper{
	padding:100px 0;
}
.honor_wrapper{
	padding:80px 0;
	background: url(../images/honor/bg.png) no-repeat top right;
}
.honor_wrapper .honor_title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.honor_wrapper p{
	color: #333333;
}
.honor_wrapper .honor_p1{
	font-size: 14px;
	color: #333333;
	margin-bottom: 30px;
	line-height: 1.8;
}
.honor_wrapper .honor_show{
	display: flex;
}
.honor_wrapper  .show_item{
	text-align: center;
	margin-right: 60px;
}
.honor_wrapper .show_item .item_title{
	color: #333333;
}



@media screen and (max-width: 768px){
	.inner_wrapper .title{
		font-size: 24px;
		padding:15px 0;
	}
	.num_box{
		flex-wrap: wrap;
		padding:15px 0;
	}
	.num_box .num_item .item_one .one_num{
		font-size: 36px;
	}
	.intro_show_board .left_text{
		position: relative;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.intro_show_board .left_text .title{
		font-size: 20px;
		color: #666666;
	}
	.intro_show_board .left_text .detail{
		font-size: 14px;
		color: #666666;
	}
	.orgain_wrapper{
		padding:15px 0;
	}


	.honor_wrapper{
		padding:15px 0;
		background-image: none;
	}
	.honor_wrapper .honor_p1{
		margin-bottom: 15px;
	}
	.honor_wrapper .honor_show{
		flex-wrap: wrap;
	}
	.honor_wrapper  .show_item{
		margin-right: 0px;
		width: 33.33%;
		margin-bottom: 15px;
	}
}