/*-------------------------------------------------------*/
/*                   公共样式说明                        */
/*-------------------------------------------------------*/
a{text-decoration:none}  /*取消链接下划线*/
ul{
	margin:0px;   /*取消列表外边距*/
	padding:0px;
	list-style-type:none;
  }
 img{border-width:0px;}

/*-------------------------------------------------------*/
/*                  网页背景                             */
/*-------------------------------------------------------*/
body{
		margin:0px;
	}
/*-------------------------------------------------------*/
/*                 页面                             */
/*-------------------------------------------------------*/

#page{
		margin:0px auto; /*页面居中*/
		width:1366px;
		height:2000px;
	 }

		/*--------------------------------------*/
/*          导航栏                      */
/*--------------------------------------*/
#nav{
		margin:0px auto;
		height:90px;
		width:1000px; /*宽度*/
        	
	}


.nav_right{
		float:left;
		width:130px;
		line-height:30px;
		font-size:15px;
		font-weight:bold;
		letter-spacing:4px;
		color:#898989;
		text-align:center;
	}
.nav_right:link{}
.nav_right:vidited{}
.nav_right:hover{
				background-color:#146fbe;
				color:#fff
			}
		/*--------------------------------------*/
/*          banner                      */
/*--------------------------------------*/
#banner{
		margin:0px auto;
		width:100%px; /*图片宽度*/
		height:550px;
       /* background-image:url('/images/banner.jpg');
		background-repeat:no-repeat;*/
		
		
	}

#introduce{
		margin:0px auto; /*页面居中*/
		width:100%;
		height:1400px;
		background-color:#eee;
		
}
#introduce ul{
		margin:0px auto; 
		width:1000px;
		height:1400px;
}
/*--------------------------------------*/
/*          企业简介                     */
/*--------------------------------------*/
.introduce_line1{
		line-height:50px;
		padding-top:20px;
		font-size:40px;
		color:#7f7d7d;
		letter-spacing:5px;
		
}
.introduce_line2{
		margin:0px auto;
		width:1000px;
		height:835px;
		background-image:url('/images/intbackground.png');
		padding-top:10px;
}
.introduce_line2 p{
		line-height:30px;
		font-size:16px;
		text-indent:32px;
		padding-left:10px;
		padding-right:10px;
}
/*--------------------------------------*/
/*          企业文化                     */
/*--------------------------------------*/
.introduce_line3{
		width:1000px;
		height:60px;

}
.introduce_line3{
		padding-top:20px;
		font-size:40px;
		color:#7f7d7d;
		letter-spacing:5px;
		
}
.introduce_line4{
		margin:0px auto;
		width:1000px;
		height:75px;
		background-image:url('/images/intbackground2.png');
		padding-top:25px;
		letter-spacing:15px;
}
/*--------------------------------------*/
/*          公司承诺                     */
/*--------------------------------------*/
.introduce_line5{
		width:1000px;
		height:60px;

}
.introduce_line5{
		padding-top:20px;
		font-size:40px;
		color:#7f7d7d;
		letter-spacing:5px;
		
}
.introduce_line6{
		margin:0px auto;
		width:1000px;
		height:190px;
		background-image:url('/images/intbackground3.png');
		padding-top:10px;
}
.introduce_line6 p{
		line-height:30px;
		font-size:16px;
		text-indent:32px;
		padding-left:10px;
		padding-right:10px;
}

/*--------------------------------------*/
/*          页脚                      */
/*--------------------------------------*/
#footer{
		margin:0px auto;
		width:100%px;
		height:180px;
		background-color:#535151;
}
#footer ul{
		padding-top:60px;
}
#footer li{
		height:30px;
		font-size:15px;
		letter-spacing:5px;
		color:#fff;
}
#footer a{
		color:#fff;
}
	
	
	
