﻿/*公用CSS*/
body {

}
/*Default.aspx Banner*/
#banner {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    margin-bottom:10px;
    margin-top:-20px;
    overflow:hidden;
}
#imglist{
    width:6000px;
    height:460px;
}
#imglist image{
    width:1200px;
    height:460px;
}
#imglist li{
    float:left;
}

/*index.html*/
.headBox {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    background: url('https://www.qcpass.com/Images/Title_background.png') no-repeat;
    background-size: 100% 100%;
    background-color: #f5f5f5;
}
.index_header {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: -5px;
}
/* */
.nava {
    height: 40px;
    background: linear-gradient(30deg,#00ec72,#00ff00);
}

.navb {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.navalist li {
    float: left;
    height: 40px;
    width: auto;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
}

.navalist a {
    color: #0527af;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

    .navalist a:hover {
        background: #fa0;
        color: white;
    }

    .navalist a:nth-child(1) {
        margin-left: 0;
    }
.footer {
    width:1200px;
    height:50px;
    margin:0 auto;
    text-align: center;
    padding: 10px;
    color: #0523af;
}

