@CHARSET "UTF-8";
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	
}

body {
	padding: 0;
	margin: 0;
	height:100%;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ", Helvetica, Tahoma, sans-serif;
	background-color: #FFF;
	color: #666;
}
a{
	text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
ul, ol, li{list-style: none;padding: 0;text-align: center;
	margin: 0;}
input{	font-family: "Î¢ÈíÑÅºÚ";}
.fl{ float:left;}
.fr{ float:right;}
.show{
    display: block!important;
}
.hide{
	display: none;
}
.wrap{ width:1170px;/*height: 100%;*/ margin:0 auto; overflow:hidden;}
/*ÎÊÌâ*/
.title li{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	padding-top: 70px;
	padding-bottom:60px;
}
.btm_line{
	margin: 0 auto;
	margin-top:10px;
	height: 4px;
	display: block;
	background-image:url(/contents/hcm/images/title_line.png);
	background-repeat:no-repeat;
	background-position:center;
}
.bttom_line{
	margin: 0 auto;
	margin-top:15px;
	height: 3px;
	display: block;
	background-color: #d4203d;
	width: 0px;
	
}
.title li:hover .bttom_line
{
	width:80px;
}<!--ºÄÊ±1758597325.8374Ãë-->