/* header start */
.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.black {
    color: #000;
}

.hd-bgc {
    background-color: #376cb0;

}

.hdtip {
    overflow: hidden;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.welcome {
    float: left;
}

.login {
    float: right;
}

.login ul li {
    float: left;
    margin-left: 10px;
}



.header-bgc {
    background: url(../images/ggqyxx/headerbgc02.png) no-repeat center;
    padding-top: 45px;
    padding-bottom: 29px;
    overflow: hidden;
}

.hdlog01 img {
    width: 640px;
    margin-bottom: 40px;
}

.hdlog02 img {
    width: 420px;
    margin-right: 30px;
    margin-top: 7px;
}

.nav {
    background: #0e68b1;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.nav ul li {
    flex: 1;
}

.nav ul li a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    position: relative;
}

.nav li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    height: 23px;
    width: 1px;
    background-color: #376cb0;
}

.nav li:last-child a:after {
    width: 0;
}

.nav ul li.active a,
.nav ul li:hover a {
    background: #2e5b96;
}

/* header end */



/* footer start */
footer {
    background-color: #fff;
    padding-top: 20px;
}


footer .center {
    text-align: center;
    border-top: 4px solid #2e5b96;
    padding-top: 20px;
}

.center p {
    margin-bottom: 20px;
}

.red {
    margin-top: 20px;
}

.jiucuo {
    margin-top: 30px;
}

/* footer end */