
/* CSS Document */
body {margin: 0;padding: 0;}
li {list-style: none;}
a {text-decoration: none;}
.fl {float: left;}
.fr {float: right;}
.blank50 {clear: both;height: 50px;}
.blank10 {clear: both;height: 10px;}
h1 {margin: 0;padding: 0;font-size: 0;}
/*左侧浮动栏*/
.leftnav {width: 230px;height: 100%;background-color: #2c4294;display: block;position: fixed;}
.leftnav .left1 {width: 90px;height: 86px;margin-left: 30px;margin-top: -10px;}
.leftnav .left1 li {margin-top: 10px;}
.leftnav .left1 li a {font-size: 16px;color: #ffffff;text-decoration: none;}
.leftnav .left1 li a i {width: 5px;height: 9px;display: block;float: left; background: url(../image/fh.png) no-repeat center /cover;margin-top: 7px;margin-right: 5px;}
.leftnav .left1 li:nth-child(1) a {color: #7a91e4;}
.leftnav .left1 li a:hover {color: #7a91e4;}

.leftnav .left2 {width: 90px;height: 86px;margin-left: 30px;margin-top: -10px;}
.leftnav .left2 li {margin-top: 10px;}
.leftnav .left2 li a {font-size: 16px;color: #ffffff;text-decoration: none;}
.leftnav .left2 li a i {width: 5px;height: 9px;display: block;float: left; background: url(../image/fh.png) no-repeat center /cover;margin-top: 7px;margin-right: 5px;}
.leftnav .left2 li a:hover {color: #7a91e4;}

.index {width: 162px;height: 29px;border: 1px solid #ffffff;line-height: 29px;text-align: center;font-size: 18px;color: #ffffff;display: block;text-decoration: none;margin: 0 auto;}





