﻿﻿/* header start */
.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.black {
    color: #000;
}

.hd-bgc {
    background-color: #f9f9f9;
border-bottom: 1px solid #ccc;
}

.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/ggqy/headerbgc.png) no-repeat center;
    padding-top: 19px;
}

.hdlog01 img {
    width: 340px;
    margin-bottom: 40px;
}

.hdlog02 img {
    width: 500px;
    margin-bottom: 60px;
    margin-left: 180px;
}

.nav {
    border-top: 1px solid #ccc;
    background: #0a71c6;
}

.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: 46px;
    font-size: 18px;
    position: relative;
}


.nav li:last-child a:after {
    width: 0;
}

.nav ul li.active a,
.nav ul li:hover a {
    background: #2e5b96;
}

/* header start */



/* footer start */

.footer{
    background-color: #a1a9b1;
}
.footer-wrap{
    width:1200px;
    margin: 0 auto;
    display: flex;
    padding:30px 0;
}
.footer-fl{
   display: flex;
   flex-wrap: wrap;
   align-items:center;
   margin-left: 30px;

}
.footer-fr{
    flex: 1;
}
.footer-fr p{
    text-align: left;
    color: #fff;
    font-size: 14px;
    word-spacing: 5px;
    line-height: 28px;
    text-align: center;
}
.reportCont{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    margin-right: 30px;
}


/* footer end */