/* CSS Document */
body{
	overflow-x:hidden;
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#fafdff;
	}
body,p,img,a,div,span{
	margin:0;
	padding:0;
	}
.clearfix{
	clear:both;
	}
a{
	text-decoration:none;
}
a img{
	border:none;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
/**/
.nav_box{
	width:100%;
	height:78px;
	background-color:transparent;
	position:absolute;
	top:18px;
	left:0;
	z-index:99;
}
.nav{
	width:1000px;
	margin:0 auto;
	line-height: 54px;
}
.daohang{
	float:left;
    width: 700px;
    height: 54px;
	margin-left: 35px;
    background: url("../images/nav.png");
	display:flex;
    align-items:center;
}
.daohang a p, .menu-item p{
	width: 95px;
	float:left;
	font-size:16px;
	text-align:center;
    font-weight: 600;
	text-shadow: 
    1px 1px 0 #45a675,
    -1px 1px 0 #45a675,
    1px -1px 0 #45a675,
    -1px -1px 0 #45a675;
	box-sizing:border-box;
}
.nav_line{
	color:#ffffff;
	font-size:16px;
	font-weight: 600;
	text-shadow: 
    1px 1px 0 #45a675,
    -1px 1px 0 #45a675,
    1px -1px 0 #45a675,
    -1px -1px 0 #45a675;
}
.daohang_xx{
	color:#fff;
	padding:0 0px;
}
.menu-item{
	width:100px;
	position:relative;
}
.submenu{
	position:absolute;
	top:54px;
    border-radius: 5px;
	left:0;
	width:95px;
	background-color:#45a675;
	display:none;
	z-index:100;
}
.submenu li a{
	display:block;
	width:100%;
	height:40px;
    font-weight: bold;
	line-height:40px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	text-shadow: 
    1px 1px 0 #45a675,
    -1px 1px 0 #45a675,
    1px -1px 0 #45a675,
    -1px -1px 0 #45a675;
}
.submenu li a:hover{
	background-color:#388c62;
     border-radius: 5px;
}
/*鼠标悬浮显示二级菜单*/
.menu-item:hover .submenu{
	display:block;
}
.banner_box{
	width:100%;
	overflow:hidden;
}
.banner{
	position: relative;
	text-align:center;
}
.banner img{
	max-width:100%;
	height:auto;
}