?@charset "utf-8";
/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
    border: 0 none;
    margin: 0;
    padding: 0;
}



body {
    font-size: 14px;
    font-family: '微软雅黑', Arial, 'AvenirLTStd-light', 'AvenirLTStd', Arial, Helvetica, sans-serif;
    color: #666;   
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.pos{
	position: relative;
}



a {
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

ol, ul {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}

.webkit {
    font-size: 7px;
    -webkit-transform: scale(0.7);
    -webkit-text-size-adjust: none;
}

.navbar {
    margin-bottom: 0;
}

.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}


@media only screen and (max-width: 767px) {
    /*导航*/
 
    /*内页小屏幕table响应问题*/
    .right-nr table td, .right-nr table th {
        white-space: nowrap;
    }
    
}


/*header-nav*/
@media screen and (min-width: 992px) {

    .header-nav .nav {
        display: table;
        width: 100%;
        position: relative;
    }

     




    /*header header-fixed*/
    .header.header-fixed .header-nav {
       
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #8b9ba2;
        /*background: #115679;*/
        background: rgba(185,195,199,0.85);
    }

      
}


/* mobile header-nav*/
@media screen and (max-width: 991px) {

    .header-nav {
        bottom: auto;
        top: 0;
        text-align: left;
    }

    .navbar-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #fff;
   
       padding: 6px 8px 5px;
       border-bottom: 1px solid #ccc;
    background: #96192a;
        background-size: cover;

    }

 

    body {
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    
}

@media screen and (max-width: 767px) {
 
}

@media screen and (max-width: 767px) and (min-width: 568px) {
 
}

.table-responsive {
    border: none;
    
}