body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;font:Helvetica;} 
a {font-family: Helvetica;font-size: 14px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;} 

.w1200 {width:1200px;	margin: 0 auto;} 
 
/*top_mian*/
.top_main {	width: 100%;	background: #A61E2F; 	z-index: 10; font-family:Helvetica;}  
.top_main .nav { height:55px;line-height: 55px;}
.top_main .nav li {	float: left;display: inline-block;list-style: none;	font-size: 16px;text-align: center;	position: relative; }
.top_main .nav li a {width:120px;display: block;text-align: center;	position: relative;	color: #ffffff;	height:55px;line-height:55px;	font-size: 16px; font-family:Helvetica;}
.top_main .nav li.hover a, .top_main .nav li:hover a {	color: #A61E2F;	background: #ffffff;font-size: 16px;}

.top_main .nav li .subnav {	background: #fff;border-top: 2px solid #BCBEC0;	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left:10px; position: absolute;top: 100%;	width:200px;z-index: 199; text-align:left;}
.top_main .nav li .subnav {opacity: 0;transition: all .6s ease 0s;	transform: translate3d(0, 10px, 0);	-moz-transform: translate3d(0, 10px, 0);	-webkit-transform: translate3d(0, 10px, 0);text-align:left;}
.top_main .nav li:hover .subnav {opacity: 1;	visibility: visible;	transform: translate3d(0, 0, 0);	-moz-transform: translate3d(0, 0, 0);	-webkit-transform: translate3d(0, 0, 0);text-align:left; padding-left:10px;}
.top_main .nav li .subnav a {-moz-border-radius: 0;	-webkit-border-radius: 0;	border-radius: 0;	color: #A61E2F;	display: block;	font-size: 12px; line-height: 40px;	height: 40px;	padding: 0;	transition: all 0.2s ease-in-out 0s;width: 100%;border-bottom: 1px solid #eee;	background: #fff;text-align:left;}
.top_main .nav li .subnav a:hover {	color: #BCBEC0;	background: #f9f9f9;text-indent: 10px;text-align:left;}
 