@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:"Helvetica";
	font-size:16px;
	text-decoration: none;
}
/*************************头部（包含顶部、导航栏、banner）*******************************/


/*************************顶部*******************************/
.top{
	width: 100%;
	height: 33px;
	background-color:#f5f5f5;
	position:fixed;
	z-index: 5
}
.top .top1{
	width: 1035px;
	height: 100%;
	font-size: 8px;
	color: #a29f9f;
	margin:0 auto;
	position:relative;
	
	
}
.top .top1 li{
	list-style: none;
	height:100%;
	float: left;
	line-hight: 30px;
	text-align: 0 center;
	cursor: pointer;
		
}

.top .top1 li:first-child{
	float: left;
}
.top .top1 li a{
	color: #a29f9f;
	text-decoration: none;
}
.top .top1 .tel{
	padding-left:39px;
	position:relative;
	top:7px;
}
.top .top1 .tel img{
	position:absolute;
	left:17px;
	top:-2px;
	
}
.top .top1 .email{
	color:#0055ee;
	padding-left:55px;
	position:relative;
	top:7px;
}
.top .top1 .email img{
	position:absolute;
	left:30px;
	top:-2px;
	
}




/*************************导航栏********************************/
.navBX{
	width: 100%;
	height: 95px;
	top: 33px;
    position: fixed;
	background-color:#fff;
	z-index: 4;
	
}
.nav{
	width:1035px;
	height: 95px;

	margin: 0 auto;
	position:relative;
	
}
.nav li {
	list-style: none;
	float: left;
	width: 125px;
	height: 100%;
	line-height: 144px;
	text-align: center;
	cursor: pointer;
}
.nav li a{
	color:#000;
	text-decoration: none;
}

.nav li :hover{
	color: #0055ee;
	    
}

.nav .logo{
	width: 410px;
	height: 100%;
	font-size:25px;
	color:#4E59AD;
	position:relative;
}
.nav .logo a{
	width: 410px;
	height: 100%;
	font-size:30px;
	color:#4E59AD;
	position:relative;
}

.nav .logo img{
	top:10px;
}






/*************************英文版首页企业介绍********************************/
.about_en{
	width:1024px;
	height:683px;
	top:128px;
	margin: 0 auto;
	position:relative;
	
}




/*************************底部********************************/

.foot{
	width:1024px;
	height:83px;
    top:128px;
	margin: 0 auto;
	position:relative;
}
.bottom{
	width:1024px;
	height:50px;
	background-color:#FFFFFF;
	text-align: center;
	line-height: 50px;
	/****position: absolute;****/
	/****top: 1630px;****/
}


.bottom1{
	width: 1024px;
	height: 33px;
	background-color:#2F2F2F;
	text-align: center;
	line-height: 33px;
	color:#FFFFFF;
}



/*****************产品页********************/

.proda{
	width: 1035px;
	height: 350px;
	margin: 0 auto;
}
.prodb{
	list-style: none;
	width: 345px;
	height: 350px;
	margin: 0 auto;
	float: left;
	
}
.prodc{
	text-align:center;
	cursor: pointer;
}

/*****************联系我们页********************/
.contact{
	width: 1035px;
	height: 500px;
	margin: 0 auto;
}
.contactImg{
	width: 400px;
	height: 500px;
	float: left;
	
}
.contacttext{
	display: inline-block;
	width: 560px;
	height: 400px;
		
}
.contacttext .textUl{
	width: 560px;
	height: 400px;
	list-style: none;
	text-align: left;
	line-height: 60px;
}
.contacttext .textUl li{
	width: 560px;
	margin-left:40px;
	font-size: 20px; 
}
.map{
	width:800px;
	height:800px;
	margin: 0 auto;
}

