?@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;
}



/*@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('/_upload/tpl/11/ca/4554/template4554/fonts/Harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('/_upload/tpl/11/ca/4554/template4554/fonts/Harmony/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}*/


body {
    font-size: 16px;
    font-family:  '微软雅黑', Arial, Helvetica, sans-serif;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

a {
    color: #800000;
}

a {
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

a:hover {
    color:#800000;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

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: 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: #2858a0;
        padding: 8px 8px 8px;
        border-bottom: 1px solid #ccc;
        background-size: cover;
    }

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) and (min-width: 568px) {}

.table-responsive {
    border: none;
}

