/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
a:active {
 text-decoration: none;
}
body{
	
	width:100%;
	overflow-x:hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	
}
/*___________________________________________________________________________________*/






.main_content_5{
	width: 1920px;
	height: 800px;
	background-color:#fff;
	background-image: url(../img/index5/bj.png);
	font:lighter 12px/1.5em "Microsoft YaHei";
		margin: 0 auto;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.main_content_5_nav {
    width: 1200px;
    text-align: left;
	margin: 0 auto;
   	padding: 350px 0 0 100px;

}
.main_content_5_nav_top span{
	font-size: 25px;
	line-height: 80px;
}
.main_content_5_nav ul li {
    width: 250px;
    float: left;
}
.main_content_5_nav ul li img{
	width: 170px;
	height: 170px;
}
.main_content_5_nav ul li a {
    line-height: 30px;
    font-size: 15px;
}
.main_content_5 a {
    text-decoration:none;    
    color: #fff;    
}
.main_content_5_copy{	
	color: #fff;
	text-align: center;
	margin: 150px 0 0 0;
}
.main_content_5_typ_line{width:2px;height:250px;margin:0 50px 0 0;padding:0px;background-color:#aea59e;overflow:hidden;float: left;}