/* 所有页面公用得头部/底部样式 */
/* header头部 */
.header_wrap{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
}
.header{
    width: 1020px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
}
.header .left{
    float: left;
}
.header .right{
    float: right;
}
/* 导航 */
.nav_bg{
    width: 1020px;
    height: 80px;
    background: #fff;
    padding:30px 0px;
    margin: 0 auto;
}
.nav_bg .logo a{
    float: left;
    width: 300px;
    height: 80px;
    background: url("../pro_images/logo.png") no-repeat center center;
}
.nav{
    float: right;
    width: 525px;
    height: 80px;
    text-align: center;
}
.nav>ul>li{
    float: left;
    width: 100px;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    width: 100%;
    font-size: 14px;
    color:#1e1e1e;
}
.nav>ul>li.cur>a{
    background: #0173b1;
    color:#fff;
}
.nav>ul>li:hover{
    background: #0173b1;
}
.nav>ul>li:hover>a{
    color:#fff;
}
.nav .list{
    position: absolute;
    top: 80px;
    left:50%;
    margin-left:-65px;
    z-index: 2;
    display: none;
}
.nav>ul>li:hover .list{
    display: block;
}
.nav .list li{
    width: 130px;
    height: 36px;
}
.nav .list li a{
    display: block;
    width: 130px;
    color: #4c4c4c;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav .list li a:hover{
    color: #fff;
    background: #0173b1;
}
/* 底部信息 */
.footer_wrap{
    width: 100%;
    height: 308px;
    background: #262626;
}
.footer_wrap .footer{
    width: 1020px;
    height: 273px;
    margin: 0 auto;
    padding-top: 35px;
}
.footer_wrap .footer .left{
    float: left;
    width: 540px;
    height: 273px;
}
.footer_wrap .footer .left dl{
    width: 130px;
    float: left;
    margin-right:30px;
}
.footer_wrap .footer .left dl dt{
    height: 40px;
    border-bottom:1px solid #797979;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    margin-bottom:24px;
}
.footer_wrap .footer a{
    color:#fff;
}
.footer_wrap .footer a:hover{
    color:#0173b1;
}
.footer_wrap .footer .left dl dd{
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer_wrap .footer .right{
    float: right;
    width: 310px;
    height: 273px;
}
.footer_wrap .footer .right .link{
    width: 310px;
    height: 40px;
    border-bottom:1px solid #797979;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}
.footer_wrap .footer .right .icons{
    width: 310px;
    height: 36px;
    padding:16px 0px;
    border-bottom:1px solid #797979;
    margin-bottom:20px;
}
.footer_wrap .footer .right .icons .wb,.footer_wrap .footer .right .icons .wx{
    float: left;
    position: relative;
    width: 36px;
    height: 36px;
    background: url("../pro_images/wx.png") no-repeat;
}
.footer_wrap .footer .right .icons .wb{
    margin-right:12px;
    background:  url("../pro_images/wb.png") no-repeat;
}
.footer_wrap .footer .right .icons .wx .wxgzh{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -100px;
    left:0;
    display: none;
    background: url("../pro_images/wxgzh.jpg") no-repeat;
    background-size: 100px 100px;
}
.footer_wrap .footer .right .icons .wx:hover .wxgzh{
    display: block;
}
.footer_wrap .footer .right .icons .wx .wxgzh img{
    width: 100%;
    height: 100%;
}
.footer_wrap .footer .right p{
    font-size: 14px;
    color:#fff;
    height: 26px;
    line-height: 26px;
}
/* 版权信息 */
.copy_wrap{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #222222;
}
.copy_wrap .copy{
    width: 1020px;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
    color:#fff;
}
.copy_wrap .copy .left{
    float: left;
}
.copy_wrap .copy .right{
    float: right;
}
