
/* 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 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:nth-child(3) a {color: #7a91e4;}
.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;}

.box {width: 100%;height: 1200px;margin: 50px auto 0;}
.box .box1 {width: 1100px;margin: 0 auto;}

.box .box1 .slideBox{ width:93%; height:auto; overflow:hidden; position:relative;margin: 0 auto;}
.box .box1 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.box .box1 .slideBox .bd ul { margin-left: -40px; }
.box .box1 .slideBox .bd li{ zoom:1; vertical-align:middle; }
.box .box1 .slideBox .bd img{ width:100%; height:auto; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.box .box1 .slideBox .prev { position:absolute; bottom: 340px; left: 5px; margin-top:-25px; display:block; width:46px; height:46px; background:url(../image/left.png) no-repeat;}

.box .box1 .slideBox .next{ position:absolute; bottom:340px; right:0; margin-top:-25px; display:block; width:46px; height:46px; background:url(../image/right.png) no-repeat;}

.box .box1 h2 {width: 100%;height: auto;margin-left: 3.5%;}