@charset "UTF-8";

html, body, div, img, table, tr, td, p{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
body{
    font-size: 12px;
    color: #222;
    font-family: "Microsoft YaHei";
}
.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
#wrap{
    width: 1200px;
    margin: 50px auto 0;
}
/* 目录一 */
.pic{
    position: relative;
    width: 1200px;
    height: 677px;
}
.pic1{
    background: url("pic1.jpg") no-repeat;
}
.pic .mulu{
    position: absolute;
    right: 50px;
    bottom: 100px;
    width: 260px;
}
.pic .mulu p{
    height: 45px;
    line-height: 45px;
    /* text-align: center; */
    background: #00a2ea;
    color: #fff;
    border-bottom: 1px solid #333;
    font-size: 16px;
    padding-left: 30px;
}
.pic .mulu p:first-child{
    color: #000;
    font-weight: bold;
}
.box{
    width: 1200px;
    margin: 30px 0;
}
.box .cont1, .box .cont2{
    width: 585px;
    font-size: 14px;
}
.box .cont1{
    float: left;
}
.box .cont2{
    float: right;
}
.box .txt{
    height: 245px;
    margin-bottom: 0;
}
/* 公共样式 开始 */
.title{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #00a2ea;
    color: #fff;
}
.txt{
    padding: 30px 30px;
    border: 1px solid #c7d8e1;
    background: #bfe4f9;
    line-height: 40px;
    font-size: 16px;
    /* border-radius: 20px; */
    margin: 30px 0;
    text-indent: 2em;
}
.txt span{
    color: #036eb8;
    font-weight: bold;
}
.txt .number{
    font-size: 18px;
    font-weight: bold;
    color: #036eb8;
}
/* 公共样式 结束 */

/* 目录二 */
.pic2{
    background: url("pic2.jpg") no-repeat;
}

/* 设备一览表 */
table{
    width: 1200px;
    border-collapse: collapse;
    font-size: 16px;
    margin: 30px 0;
    border: 0;
    border-color: #00a2ea;
    color: #000;
}
table tr{
    height: 60px;
}
table tr:first-child{
    height: 80px;
    background: #bfe4f9;
}
table tr td{
    text-align: center;
    border-color: #dad8d8;
}
table tr:first-child td{
    font-size: 26px;
    font-weight: bold;
}
table tr td:nth-child(2n+1){
    font-weight: bold;
}
table tr.cl:hover{
    background: #edf8ff;
}
table tr.bg{
    background: #dcedf7;
}
