@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"Times New Roman", Times, serif; font-size: 14px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none; border: 0px;} 
/*==========================Reset_End===========================*/
/*时间轴*/
	.timeline{
		width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		border-left: 1px solid #dcdfb9;
		border-right: 1px solid #dcdfb9;
		
		position: relative;
	}
	.timeline_out{
		padding-top: 18px;
		padding-bottom: 18px;
		width: 1200px;
		overflow: hidden;
	}
	.timeline_out_in{
		width: auto;
		height: 900px;
	}
	.timeline_img{
		height: 900px;
		width: auto;
	}
	.timeline_L,
	.timeline_R{
		position: absolute;
		top: 400px;
		width: 44px;
		height: 78px;
		cursor: pointer;
	}
	.timeline_L{
		left: 10px;
	}
	.timeline_R{
		right: 10px;
	}
