﻿@charset "utf-8";

html, body {
	height: 100%;
}

html, body, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {padding:0; margin:0;}

body {
	display: flex;
	flex-direction: column;
}

.foot2 {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul,li {list-style-type:none; text-transform:capitalize;}

#menu {height:85px;

	 line-height:85px;width:609px; overflow:hidden;}

#nav {

     margin:0 ; 

     width:609px; 

     display:block;

	 font-size:16px;

	 height:85px;

	 line-height:85px;

	 overflow:hidden;

	 font-family:"微软雅黑";

}

#nav .mainlevel {

	  display: flex;
	  justify-content: center;

	  color:#a6043c;  

	  width:87px;
}

#nav .mainlevel:hover {

      color:#0B518C;

	  line-height:85px;

	  text-decoration: none; 

	  background:url(1.jpg) no-repeat center bottom;

	  }

#nav .mainlevel ul {Z-INDEX: 999;

      display:none; 

	  position:absolute;
	
	  width: auto;
	  }

#nav .mainlevel li {

      background:rgba(0,0,0,0.5); 

	  width:auto;

	  /*IE6 only*/}

	  



