@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    font-family: 微软雅黑;
    background-color: #f2f2f2;
}
a{
	text-decoration: none;
	outline: none;
}
/*头部*/
.head{
	position: relative;
	width: 100%;
	height: 42px;
	background: #2e6ec6;
}
.head_home{
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 16px;
}
.head_P{
	position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
}
.head_nav{
	position: absolute;
	right: 0px;
	top: 15px;
}
/*隐藏导航*/
.navigation{
	z-index: 999;
	position: absolute;
	top: 42px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
}
.navigation ul li{
	float: left;
	text-align: center;
	list-style: none;
	width: 25%;
	line-height: 43px;
}
.navigation ul li img{
	width: 8%;
	opacity: 0.5;
	vertical-align: middle;
}
.navigation ul li a{
	width: 100%;
	color: #fff;
	text-decoration: none;
}
.navigation ul li span{
	margin-left: 3%;
}
.introduce{
	width: 100%;
	float: left;
	margin-top: 5%;
	padding-bottom: 120px;
}
.introduce_P{
	width: 100%;
	top: 30px;
	text-align: center;
	font-size: 18px;
}
.introduce_P span{
	padding: 1% 2%;
	border-top: 2px solid #2e6ec6;
	border-bottom: 2px solid #2e6ec6;
}
.introduce_D{
	width: 100%;
	float: left;
	margin-top: 5%;
}
.introduce_D ul{
	width: 100%;
	margin: 0 auto;
}
.introduce_D ul li{
    position: relative;
    float: left;
    width: 30%;
    height: 164px;
    margin-top: 8%;
    font-size: 13px;
    list-style: none;
    margin-left: 2.5%;
}
.introduce_D ul li img{
    width: 100%;
   height: 100%;
}
.border{
    z-index: 10;
}
.content{
    z-index: 0;
}
.introduce ul li span{
	position: absolute;
	line-height: 20px;
	color: #494949;
    width: 100%;
    left: 0%;
    text-align: center;
}
.bor{
	position: absolute;
    width: 100%;
    height: 12%;
    bottom: -13%;
    text-align: center;
}
.bor img{
	width: 70%;
}
.foot{
	color: #fff;
	position: relative;
	float: left;
    width: 100%;
    margin-top: 5%;
    clear:both;
}
.bg img{
	float: left;
	width: 100%;
}
.information{
	position: absolute;
    top: 50%;
    left: 47%;
    margin-left: -145px;
    font-size: 12px;
}
.information a{
	color: #fff;
	left: 0px;
}
.information span{
	position: absolute;
    right: 0px;
}