@charset "utf-8";
body{font-family: "Arial","Microsoft YaHei",sans-serif;font-size:100%; min-width:1200px;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p,img,a,span,strong,*{padding: 0;margin: 0;}
img,input,select,textarea{ vertical-align:middle}
button,input,select,textarea{font-size:100%;font-family: "微软雅黑";}
a, img {border:0;}
ul,li{ list-style:none;}


.th025-menu-bg {
	height: 44px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #257DDE;
}

.th025-menu {
	width: 1200px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}
.th025-menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.th025-menu ul li {
	float:left; 
	position:relative;
}
.th025-menu ul li a, .th025-menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 44px;
	color: #FFFFFF;
	line-height: 44px;
	font-size: 15px;
	font-weight: bold;
}
.th025-menu ul li ul {display: none;}
.th025-menu ul li:hover a {
	color: #FFFFFF;
	background-color: #1B62B1;
		-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.th025-menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:44px; 
	left:0; 
	z-index: 99;
}
.th025-menu ul li:hover ul li a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2074D0;
	background-color: #1B62B1;
}
.th025-menu ul li:hover ul li a:hover {
	color: #FFFFCC;
	background-color: #134680;
	padding: 30px;
	font-size:24px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
