*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family:"Microsoft YaHei",微软雅黑
}
a{
    text-decoration:none;
    color: #000;
}
/* 头部 */
.pu_top{
    width: 100%;
    height: 152px;
    min-width: 1200px;
    background-color: #eeeeee;
    margin: 0 auto;
}
.pu_top .put_center{
    width: 1200px;
    height: 152px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0  auto;
}
.pu_top .put_center .putc_left{
    width: 600px;
    height: 152px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.pu_top .put_center .putc_left div h5{
    color: #02204f;
    font-size: 48px;
    line-height: 50px;
}
.pu_top .put_center .putc_left div p{
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    color: #02204f;
}
.pu_top .put_center .putc_left .logo{
    margin-left: 25px;
}
.pu_top .put_center .putc_right{
    width: 600px;
    height: 152px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.pu_top .put_center .putc_right p{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-left: 25px;
}
.pu_top .put_center .putc_right .mailbox{
    margin-right: 25px;
}
.pu_top .put_center .putc_right .map{
    margin-left: 25px;
}
.pu_top .put_center .putc_right p input{
    height: 40px;
    font-size: 16px;
    color: #999999;
    text-indent: 7px;
    width: 238px;
    border: 1px solid #cccccc;
    outline:none;
    vertical-align:middle;
}
.pu_top .put_center .putc_right p button{
    width: 58px;
    height: 41px;
    background-color: #011f4f;
    color: #fff;
    border: 0;
    outline:none;
    
}
/* 导航 */
.nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #011f4f;
    min-width: 1200px;
}
.nav .n_center{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav .n_center p{
    width: 90px;
    text-align: center;
}
.nav .n_center p a{
    color: #fff;
}
.nav .n_center .action{
    background-color: #cc0000;
    font-weight: bold;
}
/* 底部 */
.footer{
    width: 100%;
    height: 468px;
    min-width: 1200px;
    margin-top: 22px;
    padding-top: 5px;
    background-color: #011f4f;
}
.footer .wzjq{
    width: 1200px;
    margin: 10px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.footer .f_dibu{
    width: 1200px;
    margin: 30px auto;
    text-align: center
}
.footer .f_dibu p{
    width: 1200px;
    margin: 0 auto;
    color: #8d9399;
    font-size: 14px;
    text-align: center
}
.footer div div{
    width: 1200px;
    font-size: 16px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.footer div div p{
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}
.footer div div p a{
    color: #fff;
}
.footer div h5{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #ad4050;
}