*{
	margin:0;
	padding:0;
	list-style: none;
	border:none;
	font-size:14px;
	font-family: "微软雅黑";
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}

body{
	position: relative;
	overflow-x:hidden;
}
input{
	height:28px;
	line-height: 28px;
	color:#999;
}
textarea{
	color:#999;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;

}
/*头部-导航及下拉菜单*/
.header{	
	background: url(../images/header-bg.png) repeat-x left bottom;
	width:100%;
	min-width:1200px;
	position: fixed;
	left:0;
	top:0;
	z-index:999;
	
	
}
.pos{
	position: fixed!important;
	top:0!important;
}

.headerBox{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.header .logo{
	float:left;
	margin-top:14px;
	cursor:pointer;
}
.header .nav{	
	float:right;
}
.header .nav li{
	padding:34px 20px;
	float:left;
	cursor:pointer;
}
.header .nav .current *{
	color:#1388fd;
}
.header .nav .active *{
	color:#1388fd;
}

.header .nav li a{
	font-size:16px;
	color:#666666;
	text-align: center;
}

.content{

	padding-top:82px;
	min-height:600px;
}

/*页面顶部图片及面包屑*/
.imgTitle{
	position: relative;
	display:block;
}
.imgTitle img{
	width:100%;
	min-width:1200px;
	display:block;
}
.imgTitle div{
	position: absolute;
	width:1200px;
	margin:0 auto;
	top:0;
	left:50%;
	margin-left:-600px;
	height:inherit;
}
.imgTitle div p{
	width:297px;
	text-align: center;
	height:inherit;
	color:white;
	font-size:24px;
	background: url(../images/gray-bg-50.png) repeat 0 0;
	
}
.crumbs{
	width:1170px;
	margin:0 auto;
	overflow: hidden;
	padding-left:30px;
	background: url(../images/home-icon.png) no-repeat left center
}
.crumbs li{
	float:left;
	padding:28px 0;
	margin-right:5px;
}
.crumbs li a.active{
	color:#1288fd;
}
.crumbs li a:hover{
	color:#1288fd;
}

/*底部样式*/
.footer{
	min-width:1200px;
	background:url(../images/footer-bg.png) repeat 0 0;
}

.footer .container{	
	width:1200px;
	margin:0 auto;
	padding:32px 0;
	overflow: hidden;
}
.container dl{
	float:left;
	padding-right:76px;
}
.container dl dt{
	color:#999999;
	font-size:16px;
	margin-bottom:2px;
}
.container dl dd {
	padding:5px 0;
	color:#E8E8E8;
}
.container dl dd a{
	color:#E8E8E8;
}
.container dl dd a:hover{
	color:#ff8420;
	text-decoration: underline;
}
.container .parents{
	overflow: hidden;
	width:407px;
	padding-right:0;
}

.container .parents dd{
	float:left;
	margin-right:10px;
	width:190px;
	
}
.container  .info{
	padding-right:37px;
	padding-left:55px;
	background:url(../images/line.png) no-repeat left center;
}
.container  .info .tel{
	font-size:22px;
	color:#ff8420;
	font-weight:bold;
}
.container  .info .add{
	margin-top:5px;

}
.container  .erweima{
	padding-right:0;
	margin-top:3px;
}
.footer .copyRight{
	background:#333333;
	overflow: hidden;

}
.footer .copyRight div{
	width:1200px;
	margin:0 auto;
}
.footer .copyRight div>a{
	float:left;
	margin-right:10px;
	line-height:40px;
	color:#666666;
}
.footer .copyRight a:hover{
	color:#ff8420;
}
.footer .copyRight p{
	text-align:center;
	line-height:40px;
	color:#666666;
}