@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
a{ font-size:12px; color:#000000; text-decoration:none; font-family:"微软雅黑";}
/* a:hover{ color:#;} */
img{border:none;}
ul{list-style:none;}


.index_bg{ width:1000px; margin:0 auto; height:auto; overflow:hidden; background-color:#FFFFFF;}

.top{ width:1000px; height:95px; margin:0 auto; overflow:hidden; border-bottom:2px solid #d1d2cd; min-width:1000px;}
.logo{ float:left; margin-top:0px; overflow:hidden; z-index:100px; width:250px; height:95px;}

.menus{ float:right; width:420px; height: 45px; margin-top:45px; overflow:hidden;}
.menus ul li{ float:left;}
.menus ul li a{ font-family: "微软雅黑"; font-size:14px; color:#3c3b3b; font-weight: normal; width:80px; height:45px; display:block; float:left; text-align:center; line-height:45px;}
.menus ul li a:hover{ color:#03816b; }
.menus ul li a.hover{ color:#03816b; }
.top_rr{display: none;}

.bottom{ width:1000px; height:150px; margin:0 auto; overflow:hidden; background-color:#303032; overflow:hidden;}
.bottom h1{ font-family: "微软雅黑"; font-size:12px; color:#7d7d7d; line-height:20px; text-align:center; padding-top:30px; font-weight: normal;}



/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 130px;
	visibility: hidden;
	margin-top: 5px;
	margin-left:-20px;
	background-color: #03816b;
	padding-top:10px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
	opacity: 0.9;
}

.dropMenu li {
	padding-left:6px;
	
	width:100px; margin:0 auto;	margin-top:2px;
	margin-bottom:4px;
	line-height:30px;

}
.dropMenu li a {
	display: block;
	text-align:left;
	color: black;
	color:#fff;
	margin-left:10px;
	line-height:30px;
	font-size:14px;
	font-family:"微软雅黑";
}
.dropMenu+li a{ 
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7; 
	
}
.dropMenu a:hover {
	text-decoration: underline;
	/* color:#;background-color:#;  */
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}


@media screen and (max-width:1024px) {
body {font-size: 12px;font-family: "微软雅黑"; margin: 0px auto;background: #fff;max-width: 640px;height: auto;margin:0px auto;}


.index_bg{width: 100%;}
.top{width: 100%;min-width: auto;height: 60px;padding: 0 4%;box-sizing: border-box;}
.logo{width: auto;height: 60px;}
.logo img{width: auto;height: 60px;}
.top_rr{display: block;}
.top_rr img{ height: 40px;margin-top: 10px;float: right;cursor: pointer;}
.dropMenu{display: none;}

.menus{display: none; position: absolute;top: 60px;right: 0; width: 50%;height: auto; background-color: #f3f3f3;margin-top: 0;}
.menus ul{overflow: hidden;}
.menus ul li{float: none;text-align: center;}
.menus ul li a{float: none;width: 100%;height: 45px;line-height: 45px;margin: 0;}

.bottom{width: 100%;height: auto;padding: 10px 0;}
.bottom h1{padding-top: 0;}
}