ul,li{
    list-style: none;
}
.container-fluid{
    /*padding: 0;*/
    width: 100%;
    /*width:expression(document.body.clientWidth <= 960? "960px": "auto");*/
    min-width:1024px;
    overflow:hidden;
}
.my-container{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navbar-n{
    height: 76px;
    text-align: center;
}
.logo{
    float: left;
    display: block;
    height: 76px;
    line-height: 76px;
}

/*导航*/
.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.fixed-nav{
    /*display: none;*/
    background-color: #f0f0f0;
    border-bottom: 1px solid #2ea7e0;
    -moz-box-shadow:0 1px 3px 0 #2790ba;
    -webkit-box-shadow:0 1px 3px 0 #2790ba;
    box-shadow:0 1px 3px 0 #2790ba;
}
.navbar-n-h{
    height: 56px;
    text-align: center;
}
.logo-h{
    float: left;
    display: block;
    height: 56px;
    line-height: 56px;
}
.nav-h-h{
    margin-bottom: 0;
    float: right;
}
.nav-h-h li{
    line-height: 56px;
    float:left;
    margin-left: 20px;
}
.nav-h-h li span{
    padding-right: 5px;
}
.nav-h-h li a{
    padding: 10px 15px;
    color: #666666;
    text-decoration: none;

}
.nav-h-h li a:hover{
    color: #ffffff;
}
.active-h-h{
    color: #ffffff !important;
    border-radius: 20px;
    background-color: #2ea7e0;

}
.nav-h-h a:hover{
    color: #ffffff;
    border-radius: 20px;
    background-color: #2ea7e0;
}
/*banner*/
.bg-banner-pic {
    height: 220px;
}

/*banner文字和线条*/
.content-pic-title {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 166px;
}

.content-pic-title span {
    float: left;
    height: 5px;
    width: 653px;
    margin-top: 49px;
    background-color: #2ea7e0;
}

.content-pic-title h1 {
    float: left;
    font-weight: 600;
    font-size: 60px;
    color: #2ea7e0;
    margin: 2px 0 0 -2px;
    padding: 0;
    text-transform: uppercase;
}

.content-title h3{
    padding-top: 58px;
    color: #333333;
}
.content-title hr{
    width: 30px;
    height: 4px;
    background-color: #2ea7e0;
    margin-bottom: 25px;
}


/*底部footer*/
.footer-bg{
    background-color: #005a9d;
    height: 174px;
    color: #ffffff;
}
.footer-left{
    padding:36px 0 0 50px;
}
.footer-left h1{
    font-size: 18px;
    text-align: left;
}
.footer-left p,.footer-right{
    font-size: 12px;
    color: #cccccc;
    text-align: left;
}
.footer-right dl dd{
    line-height: 30px;
}
.footer-right{
    padding:30px 0 0 200px;
}
.footer-hr{
    height: 30px;
    background: url("../images/footer-hr.png") repeat-x;
}
.footer-hr p{
    text-align: center;
    color: #cccccc;
    font-size: 12px;
    padding-top: 10px;
}