/* 内容 */
.mainBox{
    width: 100%;
    height: 680px;
    background: url('../images/bg.png') no-repeat center;
}
.main{
    width: 1204px;
    height: 680px;
    margin: 0 auto;
    background: url('../images/content.png') no-repeat center;
}

.navBar{
    width: 1002px;
    height: 50px;
    background: url('../images/bar.png') no-repeat center;
    margin: 0 auto;
    line-height: 50px;
    font-size: 14px;
    text-indent: 50px;
    color: rgb(49, 156, 212);
}
.navBar a{
    font-size: 14px;
    color: rgb(49, 156, 212);
}
.navBar span{
    font-family: 'consolas';
    margin: 0 5px;
}

.box{
    width: 1002px;
    height: 580px;
    border: 1px solid rgb(214, 214, 214);
    margin: 20px auto;
    background: rgb(255, 255, 255);
}
.item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.item div{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 334px;
    height: 334px;
    background: rgb(246, 246, 246);
    border-left: 1px solid rgb(214, 214, 214);
    cursor: pointer;
}
.item div a {
    width: 118px;
    margin-top: 80px;
    padding-top: 140px;
}
.item div#menu1 a {
    background: url(../images/bgkf.png) no-repeat;
}
.item div#menu1 a:hover {
    background: url(../images/bgkfhoverd.png) no-repeat;
}
.item div#menu2 a {
    background: url(../images/bgwx.png) no-repeat;
}
.item div#menu2 a:hover {
    background: url(../images/bgwxhoverd.png) no-repeat;
}
.item div#menu3 a {
    background: url(../images/bgxs.png) no-repeat;
}
.item div#menu3 a:hover {
    background: url(../images/bgxshoverd.png) no-repeat;
}
.item div:first-child{
    border: 0;
}
.item div p{
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: rgb(151, 151, 151);
}

.kf{
    width: 100%;
    margin-top: 60px;
}
.kf div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 280px;
    margin-top: 20px;
}
.kf div p:first-child{
    color: #f6ae5a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.kf div p:first-child span:first-child{
    margin-right: 7px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f6ae5a;
}
.kf div p:last-child{
    color: #a7a7a7;
    font-size: 16px;
}

.layer{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}