/*awards-and-recognition */


.award_menu{
	display:block;
	width:100%;
	overflow:hidden;
	height:auto;
	padding-top:60px;
}
.award_menu li{
	display:block;
	width:25%;
	background:#ded8d8 url(../images/achievement/award_menu_bg.png) repeat-y left top;
	float:left;
	border-bottom:solid 4px #aa243f;
}
.award_menu li a{
	display:block;
	padding:65px 0 15px 0px;
	min-height:130px;
	text-align:center;
	font-size:1.2em;
	color:#aba5a5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.award_menu li:nth-child(1) a{
	background:url(../images/achievement/protection_bg_out.png) no-repeat center 13px;
	padding-top:75px;
}
.award_menu li:nth-child(2) a{
	background:url(../images/achievement/site_bg_out.png) no-repeat center 13px;
	padding-top:75px;
}
.award_menu li:nth-child(3) a{
	background:url(../images/achievement/corpoate_bg_out.png) no-repeat center 13px;
	padding-top:75px;
}
.award_menu li:nth-child(4) a{
	background:url(../images/achievement/others_bg_out.png) no-repeat center 13px;
	padding-top:75px;
}

.award_menu li.over a{
	color:#fff;
}
.award_menu li.over:nth-child(1) a{
	background:#aa243f url(../images/achievement/protection_bg_over.png) no-repeat center 13px;
}
.award_menu li.over:nth-child(2) a{
	background:#aa243f url(../images/achievement/site_bg_over.png) no-repeat center 13px;
}
.award_menu li.over:nth-child(3) a{
	background:#aa243f url(../images/achievement/corpoate_bg_over.png) no-repeat center 13px;
}
.award_menu li.over:nth-child(4) a{
	background:#aa243f url(../images/achievement/others_bg_over.png) no-repeat center 13px;
}

.award_box{
	display:none;
	clear:both;
}

.award_box ul{
	display:block;
	width:100%;
}
.award_box ul li{
	display:block;
	height:auto;
	overflow:hidden;
	width:100%;
	color:#333;
	border-top:solid 1px #c0c0c0;
}
.award_box ul li:nth-child(1){
	border-top:none;
}
.award_box ul li .award_img{
	display:block;
	width:26%;
	padding:25px 2% 25px 0;
	float:left;
}
.award_box ul li .award_img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:auto;
}
.award_box ul li .award_info{
	display:block;
	width:72%;
	float:left;
	padding:10px 0 50px 0;
	line-height:120%;
}
.award_box ul li .award_info p {
	padding-top:25px;
}
.award_box ul li .award_info p strong{
	display:block;
	width:100%;
	color:#aa243f;
	font-weight:bold;
}
/* awards-and-recognition end */

/* international-standard */
.standard_table_box{
	padding-top:70px;
	clear:both;
}
.standard_table{
}
.standard_table th{
	background:#aa243f;
	padding:25px;
	font-size:1.2em;
	text-align:left;
	line-height:120%;
	color:#fff;
}
.standard_table tr td{
	color:#333333;
	padding:35px 25px;
	vertical-align:top;
	border-bottom:solid 1px #dbd8d8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.standard_table tr td:nth-child(2){
	padding:35px 0;
}
.standard_table tr:nth-child(2) td{
	background:#e4e4e4;
}
.standard_table tr:nth-child(3) td{
	padding:40px 25px 55px 25px;
}
.standard_table tr:nth-child(3) td:nth-child(2){
	padding:40px 0 55px 0;
}
.standard_table tr td ul{
	width:100%;
	display:block;
	height:auto;
	overflow:hidden;
}

.standard_table tr td ul li{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:5px 50px;
	background:url(../images/inside_listyle.png) no-repeat left 10px;
	line-height:140%;
}
/* international-standard end inside_listyle */






