@charset "utf-8";
header {
        height:172px;
}
.logo {
       height:112px;
	   padding:20px 0;
	   background-color:#eeeeee;
}
.logo img:nth-of-type(1){
                         float:left;
						 width:580px;
}
.logo img:nth-of-type(2){
                         float:right;
						 margin-top:20px;
						 width:254px;
}
.nav {
      height:60px;
}
.nav li {
         width:150px;
		 float:left;
		 line-height:60px;
		 text-align:center;
		 position:relative;
}
.nav li a {
           font-size:24px;
}
.nav li:nth-of-type(1){
                       width:120px;
					   height:60px;
}
.nav li:hover {
               background-color:#a1bfe7;
}
.nav li ul {
            display:none;
			padding-top:2px;
			width:100%;
			position:absolute;
			z-index:2;
			top:58px;
}
.nav li ul li {
               width:100%;
			   line-height:60px;
			   height:60px;
			   text-align:center;
			   background-color:#a1bfe7;

}
.nav li ul li:nth-of-type(1) {
                              width:150px;
}
.nav li ul li a {
                 font-size:22px;
}
.nav li:hover ul {
                  display:block;
}