/*︻▓▇▇◤全局样式︻▓▇▇◤ */
*{margin: 0;padding: 0;}
a:link,a:visited{color: #5A5A5A;text-decoration: none;}
a:hover {color: #0F4689;}
a:active {}
h3{font-size: 18px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
input.radio, input.checkbox {width: auto;}
.longTitle{
	text-overflow:ellipsis;
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf,.clear-both {
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}


/*︻▓▇▇◤公共样式︻▓▇▇◤ */
html{background-color: #FFFFFF;}
body {font-family:"Microsoft Yahei";
	text-align:center;	
	font-size:16px;
	color: #5A5A5A;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 334px;
}
#banner{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 262px;
}
#navs{
	text-align:center;
	background-color: #FFF;	height: 60px;padding-top:12px;
}
#navs ul{width:1300px;margin:0 auto;border-left: 1px solid #1EB8F8;}
#navs ul li{
	width:258px;height: 48px;line-height: 48px;
	float:left;
	border-right: 1px solid #1EB8F8;
}
#navs ul li a{
	font-size: 24px;
	font-weight: bold;
	color: #150B72;
	letter-spacing: 2px;
}
#navs ul li a:hover {
	color: #F60;
}
#btnss{
	width:1300px;height: 55px;padding-top:28px;
	margin:0 auto;margin-top:12px;
	background-image: url(../images/navbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#btnss a{
	text-align:left;
	float:left;
	width:305px;
	display: block;
	font-size: 24px;line-height:36px;
	color: #fff;
	text-indent: 170px;
}
#btnss a:hover {
	color: #F60;
}
/*︻▓▇▇◤◤底部︻▓▇▇◤ */
#footer {
	clear:both;
	text-align:left;
	position: relative;
	background-color: #2259C0;
	height: 100px;color: #fff;
}

#footerInner{
	width:1200px;
	margin:0 auto;
	height:80px;
	padding:20px 0 0 0;
	line-height:180%;
	font-size:16px;
	position: relative;	
	font-weight: bold;
}

/*︻▓▇▇◤◤首页︻▓▇▇◤ */
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1200px;
	padding:0 0px 15px 0px;
	background-color: #fff;
}
/*************************main1********************************/
#mainBox{padding-top:10px;width:1200px;
	margin:0 auto;}
#mainBox ul{
	float:left;
	width:500px;
	height:230px;
	padding:47px 0 0 90px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:16px;
	position: relative;
}
#mainBox #ul_1,#mainBox #ul_3{margin-right:20px;}
#mainBox #ul_1{background-image: url(../images/b1.png);}
#mainBox #ul_2{background-image: url(../images/b2.png);}
#mainBox #ul_3{background-image: url(../images/b3.png);}
#mainBox #ul_4{background-image: url(../images/b4.png);}


#mainBox li{width:465px;
	line-height: 32px;
	height:32px;
	border-bottom: 1px dashed #52C8FA;
	}

#mainBox li a{display:block;float:left;width:380px;color:#000;}
#mainBox li span{float:right;color: #999999;
	font-size: 14px;}
#mainBox .more{
	display:block;
	width:77px;
	background-image: url(../images/more.png);
	height:24px;	
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 6px;
}
#Kcontainer #ico{display:block;
	width:111px;
	background-image: url(../images/bt.png);
	height:29px;margin:0 auto;margin-bottom:20px;}
/*********************************************************/
