
/* 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(2) 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;}


.box {width: 100%;height: 786px; background: url(../image/bj.jpg) no-repeat center /cover;}
.box .box1 {width: 1108px;margin: 0 auto;}
.box .box1 .p1 {font-size: 42px;color: #444444;text-align: center;}
.box .box1 .p2 {width: 1000px; font-size: 20px;color: #444444;text-align: center;}

.box .box1 .slideBox{ width:1108px; height:526px; overflow:hidden; position:relative;  }
.box .box1 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.box .box1 .slideBox .bd li{ zoom:1; vertical-align:middle; }
.box .box1 .slideBox .bd img{ width:1108px; height:526px; display:block;  }

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

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

.box .box1 .lb1 {width: 320px;height: 590px;margin: 80px 0 0 180px; float: left;}
.box .box1 .lb1 .p3 {width: 320px;height: 63px;background: #079ab3;border-radius: 25px;text-align: center;line-height: 63px;color: #ffffff;font-size: 24px;}
.box .box1 .lb1 .ul1 {width: 280px;height: 530px;background: #079ab3;margin-top: -44px;display: none;}
.box .box1 .lb1 .ul1 li {font-size: 20px;color: #ffffff;margin-top: 25px;}
.box .box1 .lb1 .ul1 li:nth-child(1) {padding-top: 30px;}

.box .box1 .lb2 {width: 320px;height: 590px;margin: 80px 0 0 160px; float: left;}
.box .box1 .lb2 .p3 {width: 320px;height: 63px;background: #079ab3;border-radius: 25px;text-align: center;line-height: 63px;color: #ffffff;font-size: 24px;}
.box .box1 .lb2 .ul2 {width: 280px;height: 530px;background: #079ab3;margin-top: -44px;display: none;}
.box .box1 .lb2 .ul2 li {font-size: 20px;color: #ffffff;margin-top: 25px;}
.box .box1 .lb2 .ul2 li:nth-child(1) {padding-top: 30px;}




