/*
* @Author: Administrator
* @Date:   2016-05-03 16:24:20
* @Last Modified by:   Administrator
* @Last Modified time: 2016-06-30 10:05:34
*/
.banner{
	background: url(../images/news.jpg) no-repeat;
}
.banner .logo em{
	line-height: 58px;
}
/*----------------- 最新动态 --------------*/
.move{
	width:1028px;
	height:730px;	
	margin:0 auto;
}
.move .move-left{
	float:left;
	width:288px;
	height:700px;
	background: #f5f5f5;
	box-sizing: border-box;
	padding-top:55px;
	padding-left: 18px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
.move-left ul li{
	width:250px;
	height: 33px;
	border-bottom: 1px solid #9A9A9A;	
	line-height: 33px;
	box-sizing: border-box;
	padding-left:4px;
}
.move-left ul li a{
	color:#808080;
	}
/*.move-left ul li a:link{
	
	color:#F47300;
}
.move-left ul li a:visited{
	color: rgb(128, 128, 128);
	
}
.move-left ul li a:hover{
	color:#F47300;
	
}
.move-left ul li a:active{
	color:#F47300;
	
}*/
.move-left ul li .hu{
	color:#F47300;
}

.move-left ul .te{
	font-size:22px;
	line-height: 27px;
	color:#000;	
}
.te em{
	font-size:14px;
	color:#888888;
}
.move .move-right{
	float:right;
	width:706px;
	height:767px;	
	box-sizing: border-box;
	padding-top:4px;
}
.move iframe{
	float:right;
	width:706px;
	height:700px;	
	box-sizing: border-box;
	padding-top:4px;
}
.move-right h1{
	font-size: 32px;
	line-height: 128px;
	color:#11374A;
	font-weight: normal;
	text-align: center;	
}
.move-right  .date{
	width:706px;
	height:27px;
	border-bottom: 1px solid #999999;
	line-height: 27px;
	color:#737373;
	box-sizing: border-box;
	padding-left:8px;
	padding-right:8px;
}
.move-right  .date em{
	float:left;
}
.move-right  .date i{
	float:right;
}
.move-right .duan{
	width:706px;
	height: 220px;
	box-sizing: border-box;
	padding:18px 8px 0 9px;	
	/* margin-bottom:20px; */
}
.duan p{
	font-size:12px;
	line-height: 22px;
	color:#7F7F7F;
	text-indent: 2em;
}
.move-right .tu{
	width:688px;
	height:354px;	
	margin:0 auto;
}
.move-right .tu img{
	float: left;
	margin-right:8px;
}
.move-right .tu .la{
	margin-right:0px;
}
.move-right .di{
	width:706px;
	height: 57px;
	border-bottom: 1px solid #999999;
	border-top:1px solid #999999;
	margin-top:54px;
	box-sizing: border-box;
	padding-top:13px;
}
.di .di-in{
	width:175px;
	height:30px;	
	margin: 0 auto;
	font-size:14px;
	color:#000000;
}
.di .di-in .di-left{
	display: block;
	width:85px;
	height:30px;
	background: url(../images/按钮/底1.png) no-repeat;
	float:left;
	text-align: center;
	line-height: 30px;	
	cursor:pointer;
	position: relative;
}
.di .di-in .di-left:hover{
	background: url(../images/按钮/底3.png) no-repeat;
	color:#F47300;
}
.di .di-in .di-left:hover em{
	background: url(../images/按钮/箭头左2.png) no-repeat;
}
.di-left em{
	width:4px;
	height:9px;
	background: url(../images/按钮/箭头左.png) no-repeat;
	position: absolute;
	top:12px;
	left:15px;
}
.di .di-in .di-right{
	display: block;
	width:85px;
	height:30px;
	background: url(../images/按钮/底1.png) no-repeat;
	float:right;
	text-align: center;
	line-height: 30px;	
	cursor:pointer;
	position: relative;
}
.di .di-in .di-right:hover{
	background: url(../images/按钮/底3.png) no-repeat;
	color:#F47300;
}
.di .di-in .di-right:hover em{
	background: url(../images/按钮/箭头右2.png) no-repeat;
}
.di-right em{
	width:4px;
	height:9px;
	background: url(../images/按钮/箭头右.png) no-repeat;
	position: absolute;
	top:12px;
	right:13px;
}