@charset "utf-8";
/* CSS Document */

.nav { width:100%; height:40px; background:#71d6ff; border-top:8px solid #43b7e3; }
.navIn { width:1020px; margin:0 auto; }
.navIn li { float:left; }
.navIn li a { display:inline-block; height:40px; line-height:40px; padding:0 24px; color:#fff; font-size:16px; font-family:'微软雅黑'; }
.navIn li a:hover { background:#43b7e3; }
body{background: #f7f7f7;
}



.content { width:1020px; margin:0 auto; }
h1 { color: #414141;
    font-family: "微软雅黑";
    font-size: 36px;
    margin-top: 30px;
    padding-top: 50px;
    text-align: center;}
h6 { text-align:center; color:#666;font-size:16px; font-family:'微软雅黑'; margin-bottom:60px; margin-top:10px; }


.kemu { width:320px; height:400px; border-radius:5px; float:left; margin-right:10px; margin-bottom:50px;}
.kemu p { width:320px; height:60px; line-height:60px; text-align:center; font-size:32px; font-family:'微软雅黑'; color:#fff; font-weight:bold;   }
.kemu ul { margin:20px 15px 0; }
.kemu li {font-size:12px; font-family:'微软雅黑'; color:#666; font-weight:bold; height:45px; line-height:45px; padding:0 0 0 15px; width:255px; overflow:hidden; }
.kemu .more { width:100px; height:30px; line-height:30px; display:inline-block;font-size:14px; font-family:'微软雅黑'; color:#fff; text-align:center; font-weight:bold; margin:5px 105px 0;  }

.orangeb { background:#f39a00;}
.orangeB { border:1px solid #f39a00;margin-left: 16px;}
.orangeB li { background:url(../images/orange.png) no-repeat left 20px; }
.redb { background:#f33455;}
.redB { border:1px solid #f33455;}
.redB li { background:url(../images/red.png) no-repeat left 20px; }
.orange2b { background:#fb6d2d;}
.orange2B { border:1px solid #fb6d2d;}
.orange2B li { background:url(../images/orange2.png) no-repeat left 20px; }


.foot { margin-top:55px; }