<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */


/*--------base 本站基本设置-----------*/


/*--------基本-----------*/

html {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    padding: 0px;
    margin: 0px;
    font-family:  "Noto Sans", "Arial", "Helvetica", "微软雅黑", "宋体", sans-serif;
}

    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qz-index{
	padding-top: 120px;
	background: url(../images/qz100.jpg) no-repeat top center;
	background-size: auto;
}

p,
h1,
h2,
h3 {
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li {
    list-style: none;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
}

form,
div,
input,
select {
    margin: 0;
    padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

div,
p,
span,
a,
i {
    -webkit-text-size-adjust: none;
    /* 解除移动端最小字体为12px的限制  */
}


/*IE 6*/

.clear_both {
    clear: both;
}

.hand {
    cursor: pointer;
}

.buzzButton,
.bsLiteralDiv {
    display: none!important;
}


/*--------link 链接样式-----------*/

a {
    outline: none;
    /*FF标准去虚线框*/
}

a {
    star: expression(this.onFocus=this.blur());
    /* for Ie*去虚线框*/
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #cf2820;
}

.TRS_Editor a:hover {
    color: #cf2820;
}


/*--------font 字体样式-----------*/

.bold,
a.bold {
    font-weight: bold;
}

.normal,
a.normal {
    font-weight: normal;
}

li.bold {
    font-weight: normal;
}


/* 文字颜色 */

.white-font-color,
a.white-font-color {
    color: #FFFFFF;
}

.red-font-color,
a.red-font-color {
    color: #1A63B5;
}

.black-font-color,
a.black-font-color {
    color: #333333;
}

.black-light-font-color,
a.black-light-font-color {
    color: #666666;
}

.gray-font-color,
a.gray-font-color {
    color: #999999;
}

.gray-shallow-font-color,
a.gray-shallow-font-color {
    color: #dddddd;
}


/* 背景颜色 */

.white-bg-color,
a.white-bg-color {
    background-color: #FFFFFF;
}

.red-bg-color,
a.red-bg-color {
    background-color: #1A63B5;
}

.red-deep-bg-color,
a.red-deep-bg-color {
    background-color: #bf0103;
}


/* 字号 */

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-32 {
    font-size: 32px;
}


/* 间距 */

.not-mt {
    margin-top: 0!important;
}

.not-mr {
    margin-right: 0!important;
}

.not-mb {
    margin-bottom: 0!important;
}

.not-ml {
    margin-left: 0!important;
}

.not-pt {
    padding-top: 0!important;
}

.not-pr {
    padding-right: 0!important;
}

.not-pb {
    padding-bottom: 0!important;
}

.not-pl {
    padding-left: 0!important;
}

.hidden {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

input::-ms-clear {
    width: 24px;
    height: 24px;
}


/*--------font 文字排版-----------*/

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}


/*超出省略号*/


/*&lt;p class='text-ellipsis'&gt;&lt;/p&gt;*/

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    /* for Opera */
    text-overflow: ellipsis;
    /* for IE */
}


/*清除浮动*/


/*&lt;div class='clearfix'&gt;*/

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}


/* 盒子模式 */

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}</pre></body></html>