﻿@charset "utf-8";
/* CSS Document */

.fl{ float: left;}
.fr{float: right;}

.container{
	width:1100px;
	margin:auto;
	box-shadow: 1px 2px 6px 2px #ccc;
}


.top{
	background: url(../images/topbg.png) no-repeat left top;
	height:148px;
}
.logo{
	width:113px;
	height:100px;
	padding-top:22px;
	padding-left:70px;
	
}
.logot{
	width:730px;
	height:90px;
	padding-top:30px;
	padding-left:50px;
}
.logot h3{
	font-size: 24px;
	font-family: arial;
	text-align: center;
	font-weight: normal;
	color:#00399d;
}
.logot h4{
	font-size: 16px;
	font-family: georgia;
	text-align: center;
	font-weight: normal;
	color:#00389c;
	padding-top:15px;
}
/*top End*/
.menu{
	background: #00389c;
	height:44px;
}
.menu ul li{
	float: left;
	line-height: 44px;
}
.menu ul li a{
	display: block;
	float: left;
	padding:0 30px;
	font-family: arial;
	color:#fff;
	font-size: 15px;
}
.menu ul li a:hover{
  background: #ee9910;
  text-decoration: none;
}
/*menu End*/

.index-con{
	background: #fff;
	height: auto;
}

.banner{
	width:472px;
}

.new{
	width:289px;
	
}

/* js css */


		.slideBox{  height:220px;width:470px;
	 overflow:hidden; position:relative;   }
		.slideBox .hd{ height:6px; overflow:hidden; position:absolute; bottom:5px; right:15px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left;   width:6px; height:6px;border-radius: 6px;
		 cursor:pointer;  margin:0 2px; background: #fff;}
		
		.slideBox .hd ul li a{ width:6px; height:6px;border-radius: 6px; float:left; display:block;}
		.slideBox .hd ul li.on{background: #e6b50b; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ height:220px; display:block;}
		
/*banner End*/
.new h4{
	color:#ff6600;
	font-size: 18px;
	font-family: arial;
}
.new ul li{
	padding:10px 0;
	border-bottom: 1px dotted #ccc;
}
.new ul li:last-child{
	border-bottom: none;
}
.new ul li a{
	color:#f60;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}
.new ul li p{
	font-family:arial;
	font-size: 12px;
	color:#666;
	margin:8px 0;
}
.new ul li span{
	font-size: 12px;
	color:#999;
}

.lun-img{
	position: relative;
	height: 190px;
	margin-top:25px;
}
.lun-img a.a-left{
	position: absolute;
	left:0px;
	top:65px;
}
.lun-img a.a-right{
	position: absolute;
	right:0px;
	top:65px;
	
}
.lun-banner .tempWrap{
	margin:0px 8px;
	width:760px;
}
.lun-img ul li{
	float: left;
	margin:0px 14px;
	
}
.lun-img ul li a{
	display: block;
	text-align: center;
	line-height: 30px;
    color:#333;
    font-size: 14px;
	width:128px;
	
}

.spon{
	width: 471px;
}
.zan-logo h3{
	color:#00399d;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	line-height: 35px;
}
.zan-logo ul li{
	float: left;
	/*border:1px solid #ccc;*/
	height:70px;
	width:140px;
	margin-right:17px;
	background: #fff;
	
}
.zan-logo ul li:last-child{
	margin-right:0;
}



.foot{
	font-size: 14px;
	color:#666;
	font-family: arial;
	height:80px;
	padding-top:25px;
	text-align: center;
	background: #e8e9e9;
}



