@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
.clearfix{clear: both;}

.logo{float: left;margin-top:10px;margin-left: 20px;}
.nav{margin: 0;padding: 0;float: right;margin-right: 20px;}
.nav li{list-style: none;float: left;}
.current1{text-decoration: none;display: block;padding:0 10px;line-height:80px;background: #207ccf;font-family: "微软雅黑"; font-size:14px;
		color:#fff;}
.nav01{text-decoration: none;display: block;padding:0 10px;line-height:80px;font-family: "微软雅黑";font-size:14px;color:#333;transition: 2s;}
.nav01:hover{background: #207ccf;color:#fff;}

.nav .nav001{text-decoration: none;display: block;line-height:80px;font-family: "微软雅黑";font-size:14px;color:#333;transition: 2s;}
.nav .nav001{position: relative;}
 .xiala{position: absolute; left: 0;top:80px; color: #fff;background: #207ccf;width: 94px;text-align: center;display: none;line-height: 40px;z-index: 1;}
.xiala .nav02{color: #fff;font-family: "微软雅黑";font-size: 14px; text-decoration: none;}
.caidan02{background: #eee;}
.caidan02 .nav002{font-family: "微软雅黑";font-size: 14px;}
.caidan{border-bottom:solid 1px #fff;}
.nav001:hover .xiala{display: block;}
 .xiala .caidan:hover{background-color: #eee;}
.xiala .caidan .nav02:hover{color:#000;}


