@charset "utf-8";
/* CSS Document */
a {
  text-decoration: none;
  color: #fff;
}
.bg{
	width:100%;
}
#banner{
	width:100%;
	position:relative;
	min-width:1308px;
}
.banner_content{
	width:100%;
}
.banner_content img{
	width:100%;
	display:block;
}
#index_head{
	width:100%;
	height:100px;	
	position: absolute;
}
.header_logo{
	background:url(../images/index/header_logo.png) no-repeat;
	width:241px;
	height:100px;
	margin-left:75px;
	float:left;
	display:inline;
}
.nav_head{
	font-size:16px;
	color:#fff;
	float:right;
	margin-right:80px;
	height:100px;
	line-height:100px;
}
.nav_head li{
	float:left;
	cursor:pointer;
	margin-left:38px;
}
.nav_head li a:hover{
	color:#fffebf;
}
.nav_head_active{
	color:#fffebf;
}
.news_banner_box{
	position:absolute;
	bottom:86px;
	right:128px;
	cursor:default;
}
.news_banner{
	font-size:12px;
	color:#cccccc;
}
.news_banner li{
	height:24px;
	line-height:24px;
	color:#989898;
	border-bottom:dashed 1px #2a4669;
}
.news_banner li span{
    color:#cccccc;
	margin-left:6px;
}
.link_bnt_icon{
	position: absolute;
    right: 0px;
    bottom: -26px;
	cursor:pointer;
}
#index_main{
	width:1308px;
	margin:0 auto;
}
.index_main_bg{
	margin:0 auto;
	display:block;
}
.index_main_logo_wrap{
	width:1308px;
	height:327px;
	background:#f4f4f4;
	overflow:hidden;
	margin:0 auto;
	border-left:1px solid #c9c9c9;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}
.index_main_logo{
	width:1400px;
	height:327px;	
}
.index_main_logo li{
	float:left;
	width:326px;
	height:327px;
	line-height:327px;
	text-align:center;
	border-right:1px solid #c9c9c9;
}
.index_main_logo li img{
	vertical-align:middle;
	width:170px;
	height:170px;
	display:inline-block;
}
.index_main_tx_box{
	width:1308px;
	margin:0 auto;
	position:relative;
}
.index_main_tx{
	margin:0 auto;
	display:block;
}
.main_tx_left{
	width:422px;
	height:184px;
	position:absolute;
	background:#ebebeb;
	bottom:110px;
	left:119px;
	cursor:default;
}
.left_tx,.right_tx{
	font-size:14px;
	color:#7e7e7e;
	line-height:32px;
	margin-left:16px;
	margin-top:10px;
	width:390px;
}
.left_tx span,.right_tx span{
	color:#363636;    
}
p.rr{
	margin-left: 16px;
	line-height: 22px;
}
.main_tx_right{
	width:422px;
	height:184px;
	position:absolute;
	background:#ebebeb;
	bottom:110px;
	right:119px;
	cursor:default;
}
/*#date_time{
	width:87px;
	height:163px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-122px;
	background:url(../images/date_time.png) no-repeat;
}
.week{
	font-size:18px;
	color:#32375c;
	margin-top:25px;
	margin-left:6px;
	transform:rotate(-28deg);
	-ms-transform:rotate(-28deg); 
	-moz-transform:rotate(-28deg); 
	-webkit-transform:rotate(-28deg); 
	-o-transform:rotate(-28deg);
}
.time{
	font-size:16px;
	color:#939393;
	margin-top:37px;
	margin-left:14px;
	transform:rotate(30deg);
	-ms-transform:rotate(30deg); 
	-moz-transform:rotate(30deg); 
	-webkit-transform:rotate(30deg); 
	-o-transform:rotate(30deg);
}*/
