
.navActive{
    background-image: url("../img/3.png");
    background-size: 100% 100%;
}
/*头部*/
.navImg img{
    width: 100%;
}

.nav{
    height: 56px;
    /* background: #291d8b; */
    background: #1c92cf;
}
.nav .navBox{
    width: 1200px;
    margin: 0 auto;
}
.nav .navBox li{
    float: left;
    width: 11%;
    text-align: center;
    line-height: 56px;
}
.nav .navBox li a{
    display: block;
    color: #ffffff;
    font-size: 18px;
}
.nav .navBox li:hover{
    background-image: url("../img/3.png");
    background-size: 100% 100%;
}

/**/
/*底部*/
.footer{
    height: 338px;
    background: #f5f5f5;
    border-top:2px solid #291d8b;
}
.footer .footerBox{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.footer .footerBox .footerLeft{
    float: left;
    width: 400px;
}
.footer .footerBox .footerLeft .footerLeftImg{
    padding:0px 0 20px 0;
    border-bottom:1px solid #ccc;
}
.footer .footerBox .footerLeft .footerLeftImg img{}
.footer .footerBox .footerLeft .footerLeftNav{}
.footer .footerBox .footerLeft .footerLeftNav ul{
    width: 100%;
    overflow: hidden;
    /*margin-top: 10px;*/
}
.footer .footerBox .footerLeft .footerLeftNav ul li{
    float: left;
    font-size:14px;
    color: #666;
    margin:20px 20px 0px 0px;
}
.footer .footerBox .footerLeft .footerLeftNav ul li a{}
.footer .footerBox .footerLeft .footerLeftAddress{
    margin-top:20px;
}
.footer .footerBox .footerLeft .footerLeftAddress p{
    font-size: 12px;
    line-height: 20px;
}

.footer .footerBox .footerRight{
    float: right;
    width: 600px;
}
.footer .footerBox .footerRight dl{
    float: left;
    width: 30%;
    margin-left: 3%;
}
.footer .footerBox .footerRight dl dd{}
.footer .footerBox .footerRight dl dd img{}
.footer .footerBox .footerRight dl dt{
    text-align: center;
    font-size: 14px;
    padding-top:10px;
    color:#291d8b;
}


/*内页标题*/
.jypxTitle{
    text-align: center;
    width: 100%;
    margin-top:60px;
}
.jypxTitle div{}
.jypxTitle p{
    font-size: 20px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin:30px 0;
}