h1, h2, h3, h4, h5, h6 {
	font-family: Microsoft YaHei, tahoma, arial, \5b8b\4f53, sans-serif;
	font-weight: normal;
}
html{
	overflow-y: hidden; 
	_background: url(about:black) no-repeat fixed;
	height: 100%;
} 
body{
	font-size: 12px;
	height: 100%;
}
.grid{
	margin: 0 auto;
	width: 1020px;
}
/* 头部 */
#header{
	background-color: #165ea5;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	width: 100%;
	position: fixed; 
	z-index: 9999;

	_position: absolute;
	_top: expression(offsetParent.scrollLeft + 0);
}
.logo{
	float: left;
	display: inline;
	margin-right: 10px;
}
#nav ul li{
	color: #fff;
	display: inline;
	float: left;
}
#nav ul li{
	color: #fff;
	display: inline;
	float: left;
	padding: 0 3px;
}
#nav ul li a{
	color: #fff;
	float: left;
	font-size: 12px;
}  
.pubTopNavSpecial, .pubTopNav .pubTopNavL li{
	background: none;
}
.pubTopNav a{
	color: #fff;
}
.pubTopNavSpecial .pubTopNavL li{
	padding: 0 4px;
}
.pubTopNav a:hover{
	color: #fff;
}
.pubTopNav .fanti em{
	background: url(../../../images/special/140627/arrow2.png) no-repeat 0 bottom;
}
/* .pubTopNav{
	margin-right: -10px;
	display: inline;
} */
.pubTopNavSpecial .pubTopNavR .search{
	background: url(../../../images/special/140627/search.png) no-repeat 0 center;
}
/* end头部 */
.wraper{
	position: relative;
	width: 100%;
}
.main{
	 position: absolute; 
	height: 700px;
	left: 298px;
	/* margin: auto 0; */
}
.main .inner{
	padding: 100px 0 0 30px;
}
.img_list_content{
	padding: 26px 20px;
	height: 196px;
}
.img_list_wraper{
	height: 190px;
	overflow: hidden;
	width: 300px;
}

.img_list_content h2{
	color: #444;
	font-size: 18px;
	margin-bottom: 8px;
}
.img_list_content p{
	color: #888;
	line-height: 22px;
}
.side{
	background: url(../../../images/special/140627/from.png) no-repeat right bottom;
	background-color: #f1f1f1;
	width: 208px;
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 10002;
	_position: absolute;
	_top: expression(offsetParent.scrollTop + 40);
	/* height: 89.5%; */
	
}
.side_nobg{background-image:none}
.side .side_index{
	overflow: hidden;
}
.side .topic_logo{
	height: 136px;
	background-color: #323a47;
}

.side .side_index_inner{
	background: url(../../../images/special/140627/line.png) repeat-y 59px 0;
	padding: 54px 0 72px 54px; 
	overflow: hidden;
	

}
.side_index_inner ul{
	position: relative;
}
 
.side_index_inner ul li{
	color: #666;
	font-family: Microsoft YaHei, tahoma, arial, \5b8b\4f53, sans-serif;
	font-size: 16px;
	position: relative;
	padding-left: 22px;
	height: 32px;
	line-height: 32px;
}
.side_index_inner ul .current{
	background: url(../../../images/special/140627/arrow.png) no-repeat right 0;
}
.side_index_inner ul li a:hover{
	color: #165ea5;
	cursor: pointer;
}
.side_index_inner ul li span{
	border: 2px solid #f1f1f1;
	background-color: #4e8fcf;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	margin-right:16px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
}
.no-csstransitions .side_index_inner ul li span{
	background: url(../../../images/special/140627/ie_s_circle.png) no-repeat ;
	border: none;
	height: 12px;
	width: 12px;
}
.csstransitions .side_index_inner ul li:hover span{
	border-color: #a8c5e2;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -3px;
	
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	     -o-transition: all 0.1s linear 0s;
	    -ms-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s;
}
.no-csstransitions .side_index_inner ul li:hover span{
	background: url(../../../images/special/140627/ie_circle.png) no-repeat;
	height: 26px;
	margin: -14px 0 0 -7px;
	width: 26px;
}

.side_index_inner ul li a:hover{
	background: url(../../../images/special/140627/hover_arrow.png) no-repeat right 70%;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	    -ms-transition: none;
	        transition: none;
			padding-right: 34px;
}
.side_index_inner ul li a:hover{
	/* font-size: 22px; */
	/* -webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
	     -o-transition: all 0.1s linear 0s;
	    -ms-transition: all 0.1s linear 0s;
	        transition: all 0.1s linear 0s; */
}

.csstransitions .side_index_inner ul .current span{
	border-color: #a8c5e2;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -3px;
}
.no-csstransitions .side_index_inner ul .current span{
	background: url(../../../images/special/140627/ie_circle.png) no-repeat;
	height: 26px;
	margin: -14px 0 0 -7px;
	width: 26px;
}
.side_index_inner ul .current em{
	font-size: 18px;
	font-weight: bold;
}

.side_index_inner ul  .index_arrow{
	background: url(../../../images/special/140627/arrow.png) no-repeat;
	height: 32px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 0;
}
.scroll_tab .first_mod{
	position: relative;
}
.scroll_tab .first_mod .current_tips{
	top: 0;
}
.scroll_tab table{
	position: relative;
}
.scroll_tab .current_tips{
	background: url(../../../images/special/140627/current_tip.png) no-repeat;
	color: #fff;
	height: 59px;
	font-family: arial, \5b8b\4f53, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 10px;
	left: -30px;
	width: 60px;
	z-index: 10000;
	
	/* -webkit-animation: 'round' 2s linear 0s infinite normal;
	   -moz-animation: 'round' 2s linear 0s infinite normal;
	     -o-animation: 'round' 2s linear 0s infinite normal;
	    -ms-animation: 'round' 2s linear 0s infinite normal;
	        animation: 'round' 2s linear 0s infinite normal; */
}

.scroll_tab .mod{
	display: inline;
	float: left;
	margin-right: 10px;
	background-color: #f4f4f4;
	height: 500px;
	width: 300px;
	
	position: relative;
	top: 0;
	left: 0;
	
	-webkit-transform-style: preserve-3d;
	
	-webkit-transition: all 0.5s linear 0s;
	   -moz-transition: all 0.5s linear 0s;
	     -o-transition: all 0.5s linear 0s;
	    -ms-transition: all 0.5s linear 0s;
	        transition: all 0.5s linear 0s;
	
}
.scroll_tab .mod:hover{
	top: -10px;
	position: relative;
	-webkit-box-shadow: 0 0 8px #999;
	
}
.scroll_tab .mod:hover .img_list_wraper img{
	-webkit-transition: all 0.5s linear 0s;
		   -moz-transition: all 0.5s linear 0s;
			 -o-transition: all 0.5s linear 0s;
			-ms-transition: all 0.5s linear 0s;
				transition: all 0.5s linear 0s;
		-webkit-transform: scale(1.04);
		   -moz-transform: scale(1.04);
			 -o-transform: scale(1.04);
			-ms-transform: scale(1.04);
				transform: scale(1.04);
}

.mod .hd{	
	color: #888;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.mod .hd span{
	margin-right: 10px;
}
.mod .ft{
	height: 32px;
	line-height: 32px;
}
.mod .ft .read_all{
	background-color: #ddd;
	color: #888;
	display: block;
	padding: 0 10px;
	float: left;
}

.mod .ft .read_all:hover{
	background-color: #ff6400;
	color: #fff;
}
.mod .ft .current_index{
	color: #888;
	float: right;
	padding-right: 8px;
}
.mod .ft .index_num{
	
}
/* .mod .ft .current_index .current_num{
	color: #ff6400;
	font-family: arial, \5b8b\4f53, sans-serif;
	font-size: 18px;
} */

.scroll_tab .state1{
	filter: alpha(opacity: 60%);
	opacity: 0.6;
}
.csstransitions .state1{
	top: -50px;
}
.csstransitions .state2{
	top: 50px;
}
.scroll_tab .state2{
	
	filter: alpha(opacity: 0);
	opacity: 0;
}

.all_style table tr td{
	position: relative;
}

.mod2{
	height: 500px;
	position: relative;
	width: 750px;
}
.mod2 .mod_contents{
	height: 500px;
}
.mod2 .mod_pic{
	position: absolute;
	right: 0;
	top: 0;
}
/* 公用 */

.count_title span{
	font-size: 12px;
	color: #888;
}
.des h3{
	color: #ff6400;
	font-size: 18px;
}

.mod2 .read_all{
	background: #ddd url(../../../images/special/140627/read_all_arrow.png) no-repeat 24px 50%;
	display: block;
	color: #666;
	height: 38px;
	line-height: 38px;
	text-indent: 3.5em;
	width: 118px;
}
.mod2 .read_all:hover{
	background:  #ff6400 url(../../../images/special/140627/read_all_arrow_hover.png) no-repeat 24px 50%;
	color: #fff;
}

/* 模块一样式 */
.style1 .mod_contents{
	background: url(../../../images/special/140627/list_bg1.png) no-repeat;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8888;
	width: 362px;
}
.style1 .mod_pic{
	/* width: 630px; */
	position: absolute;
	right: 0;
	top: 0;
}
.style1 .count_title{
	text-align: right;
	height: 46px;
	line-height: 60px;
	padding-right: 20px;
}
.style1 .des{
	padding: 58px 0 0 28px;
}
.style1 .des .des_tit{
	padding-right: 30px;
	margin-bottom: 12px;
}
.style1 .des .des_tit h3{
	line-height: 24px;
}
.style1 .des .des_detail{
	padding-right: 120px;
	overflow: hidden;
	height: 244px;
}
.style1 .des .des_detail p{
	line-height: 20px;
	line-height: 20px;
}
.style1 .ft{
	position: absolute;
	left: 30px;
	bottom: 32px;
}
/* end模块一样式 */

/* 模块二样式 */
.style2 .count_title{
	height: 48px;
	line-height: 48px;
	text-align: right;
}
.style2 .count_title span{
	color: #fff;
	padding-right: 10px;
}
.style2 .mod_contents{
	height: 500px;
}
.style2 .hd{
	background: url(../../../images/special/140627/list_bg2_top.png) no-repeat;
	height: 48px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.style2 .ft{
	background: url(../../../images/special/140627/list_bg2_bottom.png) no-repeat;
	height: 217px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	
}
.style2 .des2{
	padding: 56px 44px 10px 34px;
}
.style2 .des2 .des_tit h3{
	margin-bottom: 10px;
}
.style2 .des2 .des_detail p{
	color: #444;
	line-height: 20px;
}
.style2 .des2 .read_all{
	position: absolute;
	bottom: 0;
	right: 0;
}
/* .style2 .bd{
	padding-top: 48px;
} */

/* end模块二样式 */



/* 模块三样式 */
.style3 .count_title{
	float: left;
	width: 560px;
}
.style3 .count_title span{
	position: absolute;
	top: 234px;
	left: 138px;
}
.style3 .des{
	height: 500px;
	background-color: #f8f8f8;
	float: right;
	width: 190px;
}
.style3 .des .des2{
	padding: 40px 20px  10px 20px 
}
.style3 .des .des2 .des_tit{
	margin-bottom: 12px;
}
.style3 .des .des2 .des_detail p{
	color: #444;
	line-height: 20px;
}
.style3 .des .des2 .read_all{
	position: absolute;
	bottom: 0;
	right: 0;
}
/*end模块三样式 */

/*模块四样式 */
.style4 .row{
	float: left;
	width: 495px;
}
.style4 .des{
	background: #f8f8f8 url(../../../images/special/140627/bg_list4.png) no-repeat 0 0;
	height: 230px;
}
.style4 .des .des2{
	padding: 50px 30px 20px;
}
.style4 .des .des2 .des_tit{
	margin-bottom: 10px;
}
.style4 .des .des2 .des_detail p{
	color: #444;
	line-height: 20px;
}
.style4 .count_title{
	background-color: #f8f8f8;
	float: right;
	height: 100%;
	width: 255px;
}
.style4 .count_title .read_all{
	position: absolute;
	bottom: 0;
	right: 0;
}
.style4 .count_title  span{
	display: block;
	margin-top: 8px;
	text-align: right;
	width: 100%;
}
/*end模块四样式 */

/*模块五样式 */
.style5 .des{
	background-color: #f5f5f5;
	height: 400px;
	width: 305px;
	position: absolute;
	right: 68px;
	top: 58px;
}
.style5 .des2{
	padding: 40px 24px 10px 20px;
}
.style5 .des .des2 .des_detail p{
	color: #444;
	line-height: 20px;
}
.style5 .des .des2 .des_tit{
	margin-bottom: 10px;
}
.style5 .des .count_title{
	position: absolute;
	right: 0;
	top: -20px;
}
.style5  .read_all{
	position: absolute;
	bottom: 0;
	right: 0;
}
/*end模块五样式 */

/* 列表样式 */
.mod3{
	height: 500px;
	background-color: #f1f1f1;
	width: 1072px;
}
.mod3 .inner{
	padding: 20px 0 0 20px;
}
.item_list{
	margin-right: -20px;
}
.item_list li{
	display: inline;
	overflow: hidden;
	float: left;
	height: 220px;
	margin: 0 20px 20px 0;
	width: 332px;
}
.item_list li img{
	-webkit-transition: all 0.4s linear 0s;
	   -moz-transition: all 0.4s linear 0s;
	     -o-transition: all 0.4s linear 0s;
	    -ms-transition: all 0.4s linear 0s;
	        transition: all 0.4s linear 0s;
}
.item_list li:hover img{
	-webkit-transform: scale(1.06);
}
.item_list li:hover .hd{
	background-color: #fafafa;
}
.item_list li a:hover{
	color: #ff6400;
}
.item_list li .hd{
	background-color: #fff;
	height: 58px;
	line-height: 58px;
	padding: 0 12px;
}
.item_list li .hd h4{
	font-size: 18px;
	float: left;
}
.item_list li .hd span{
	color: #888;
	float: right;
}
.item_list li .bd{
	overflow: hidden;
	height: 162px;
	width: 332px;
}
/* end列表样式 */

.scroll_tab  table .item{
	padding-right: 60px;
}

.count{
	position: fixed;
	bottom: 42px;
	left: 208px;
	height: 12px;
	overflow: hidden;
	
}
.count a{
	display: inline-block;
	margin-right: 1px;
	background-color: #bbb;
	color: #fff;
	height: 12px;
	line-height: 12px; 
	overflow: hidden; 
	font-size: 12px; 
	text-align: center;
	width: 60px;
}
/* .count a:hover,  */.count .current{
	/* position: relative; */
	background-color: #ff6400;
/* 	height: 20px;
	line-height: 20px; */
}

#footer{
	height: 42px;
	line-height: 42px;
}
#footer{
	background-color: #e9e9e9;
	position: fixed;
	bottom: 0;
	width: 100%;
}
#footer ul{
	position: relative;
	left: 50%;
} 
#footer ul li{
	color: #666;
	position: relative;
	right: 50%; 
	text-align:center;
}
#footer ul li a{
	color: #666;
}

.ft_nav {
	text-align: center;
	color: #666
}
.ft_nav  a{
	color: #666;
	padding: 0 2px;
}

