*{
    padding: 0px;
    margin: 0px;
}

body{
	background-color: white;
	margin:0 auto;
	/*border:1px dotted brown;*/
}





#container { 
    width: 1400px; 
    height: 420px; 
    margin: 0 auto;
    border:1px solid #2b8383;
    overflow: hidden; 
    position: relative; 
} 
#container .img{
	width: 1400px; 
    height: 420px; 
    margin: 0;
}
.navgition { 
    width: 100%; 
    height: 60px; 
    margin: 0 auto;
    //border:1px solid #4bc8b6;
} 

.navgition ul{
	width: 1400px; 
	height: 60px;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	height: 60px;
	overflow:hidden;
}
.navgition ul li{
	float: left;
	height: 60px;
	width: 175px;
}
.navgition ul li a{
	display:block;
	background-color: #2b8383;
	color:white;
	height: 60px;
	width: 175px;
	font-size: 28px;
	font-weight: 500;
	line-height: 60px;
	text-align:center;
	text-decoration:none;
}
.navgition ul li a:hover,
.navgition ul li a:active{
	background-color:gray;
}


/*二级导航*/
.navgition ul li ul{
	width: 175px;
	height: 300px;
	/* 隐藏二级菜单 */
	display: none;
    position: absolute;
}

.navgition li {
    /* 对其菜单项左浮动，呈横向排列 */
    float: left;
}
/* 设置菜单项里的文字内容 */
.navgition ul li a:link,
.navgition ul li a:visited{
    display: inline-block;
    width: 175px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}


/* 让二级菜单在点击一级菜单项时才会出现 */
.navgition ul li:hover ul {
    display: block;
}
/* 清除二级菜单的浮动 */
.navgition ul li ul li {
    float: none;
    background: lightpink;
}







.content{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	background-color: white;
	border:1px solid #596a6a59;
}



.content_one{
	display: block;
	width: 300px;
	height:480px;
	margin: 10px 25px;
	float: left;
}
.content_one ul{
	color: #fff;
	list-style-type:none;
}
.content_one ul li{
	height: 80px;
	width: 300px;
	text-align: center;
	background-color: #2b8383;
	margin-bottom: 5px;
}
.content_one ul li a{
	float:left;
	height: 75px;
	width: 300px;
	color:#fff;
	font-size: 30px;
	font-weight: 500;
	line-height:75px;
	text-decoration: none;
}

.content_two{
	width: 1000px;
	height:auto;
	margin: 10px 24px;
	text-align: left;
	border-right: 2px solid #2b8383;
	border-bottom: 4px solid #2b8383;
	float: left;
}

.content_two h2{
	color: #2b8383;
	padding:10px 50px;
	border-bottom: 2px solid #2b8383;
}

.content_two_con{
	display: inline-block;
	width: 950px;
	height: auto;
	margin: 20px;
	color:#25292c;
	border-left:5px solid #596a6a59;
}




.content_two_bottom{
	width: 890px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	padding-right: 50px;
	border-top:1px solid #596a6a59;
	text-align: right;
	float: right;
}



.bottom_from{
	width: 100%;
	height:50px;
	margin: 0 auto;
	padding: 10px 0;
	background-color:#25292c;
	text-align: center;
	float: left;
	/*border:1px solid goldenrod;*/
}
.bottom_from p{
	padding: 5px auto;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	//float:left;
}
