@charset "utf-8";
/* CSS Document */
/*----------------样式统一设置项-------------------*/
*{
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
/*------------------导航栏设置项--------------------------*/
.topb{
	width: 100%;
	height: 50px;
	background-color: #344F90;
}
.topb .top{
	width: 1300px;
	height: 33px;
	margin-left: 10%;
	position: relative;
	
}

.topb .top li{
	width: 10%;
	height: 50px;
	float:left;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

.topb img{
	background-color: #344F90;
	position: absolute;
	right: 1300px;
	margin: 1px -20px ;
}
.topb .top li:hover{
	background-color: red;
	color: white;
	border-radius: 35px;
	cursor: pointer;
}
.topb .top li .tanchuang1{
	width: 140px;
	height: auto;
	border: 2px solid red;
	color: green;
	display: none;
}
.topb .top li:hover .tanchuang1{
	display: block;
}

/*----------------------轮播图----------------------------*/
.lunbo{
	width: 1288px;
	height: 360px;
	border: 2px solid red;
}

/*------------------------首页联系界面------------------------*/
.lianxibigbox{
	width: 900px;
	height: 110px;
	border: 2px solid red;
	margin-top: 10px;
}
.lianxibigbox .zonglianxi{
	width: 33%;
	float: left;
}
.lianxibigbox .fenlianxi{
	width: 33%;
	float: left;
}
.lianxibigbox .fenlianxi p{
	width: auto;
	height: auto;
	float: left;
	margin-right: 5px;
}
.lianxibigbox .tousujianyi{
	width: 33%;
	float: left;
}
.bottom{
	width: 100%;
	height:30px;
}
.bottom p{
	float: left;
	margin: 0 auto;
}

