*{
margin:0;
padding:0;
color: #000;

font: 14px/20px "Arial", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

.out{
width: 100%;
min-width: 1400px;

position:relative;
background:url("/style/pic/bg.jpg") no-repeat;
background-size: 100%;

}

.inner{
width: 1400px;
margin:0 auto;


}
.header{
width: 100%;
height: 200px;
position: relative;

}
.logo{
width: 500px;
height: 100px;
background: url("/style/pic/logo.png") no-repeat center center;
background-size:100%; 
position: absolute;
bottom: 10px;
}

.pd-40{

	width: 100%;
	height: 40px;
}

.navi-top{

width: 100%;
z-index: 100;
position: absolute;
top:200px;

}
.navi-top-c{
	width: 100%;

}
.navi-top-i{
	width:125px;

	line-height: 40px;
	font-size:20px;
	float:left;
	color:#0000C6;
	text-align:center;
	cursor:pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	font-weight:400;

	position: relative;

}
.navi-top-i:hover{
	background:	#0000C6;
	color:white;
}
.w60{

	width: 60px;
}

.footer{

	margin-top: 10px;
	overflow: hidden;
}
.foot-logo{
	margin:0 auto;
	width: 100px;
	height: 110px;
	background: url("/style/pic/logo.jpg") no-repeat center center;
	background-size: 100%;
}
.footer-t{
	border-top:solid 1px #bdbdde;
	width: 1400px;
	margin: 0 auto;
	line-height: 30px;
	overflow: hidden;

}
.footer-text{
	padding-top:20px;
}
.foot-text p{
	margin-top: 20px;
}
.f-l{
	float: left;
}
.maring-10-30{

	margin: 10px 0 0 30px; 
}

.foot-mid{

	clear:both;
}

.secfl{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	background: rgb(236,240,247);
	color:#0000C6;
	padding-top:5px;
	border-top:dashed 1px #0e0e0e; 
	display: none;
	transition: all 1s;
}
.navi-top-i:hover .secfl{
	display: block;
}