.logoin {
    background: url('../image/header.png') center no-repeat;
    background-size:cover;
    min-height:300px;
    height:auto;
    width:100%;
    min-width:1200px;
    margin:0;
    padding:0;
    /*display:none;*/
}
.header
{
    position: relative;
    margin: 0;
    padding: 0;
    /*background: #4b6c9e;*/
    width: 100%;
}
/* 导航条nav设置*/
.nav
{   font-size: 13px;
    background-image: url(../image/nav_bg.png);
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.nav ul {
    overflow: hidden;
    font-size: 15px; list-style:none; width: 1200px; margin: 0 auto;
}
.nav a {
    text-decoration:none;
}
.child_list
{
    position: relative;
    width: 150px;
    height: 50px;
    float: left;

}
.child_list:hover {
    background: #b00a0a;
}
.child1
{
    background: #b00a0a;
}
.child_list
{
    background-image: url(../image/nav_border.jpg);
    background-repeat:no-repeat;
}
.child_list:first-child
{
    background-image: none;
}
.child_list>a
{
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.c1
{
    height: 70px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #e7e7e7;
}
/* 页脚设置 */
.footer
{
    font-size: 12px;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    line-height: normal;
    border-top: 4px solid #E32223;
    background-color: #ffffff;
    width: 100%;
    min-width: 1200px;
}
.footer div
{
    line-height:21px;
}
a
{
    text-decoration:none;
    color: #323232;
}