﻿@charset "utf-8";
/* CSS Document */

/*--------base 本站基本设置-----------*/
/*--------基本-----------*/
html {outline: 0;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-font-smoothing: antialiased;}
body { padding: 0px; margin: 0px; min-width: 1200px; font-family:"微软雅黑", "宋体"; font-size: 16px;}
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; }
img{border:none; padding:0; margin:0;}
table{border-collapse: collapse;border-spacing: 0;}
input{font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;outline: 0;}
*{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
/*IE 6*/
.clear_both { clear:both; }
.hand{ cursor:pointer; }


.qz-index{
	padding-top: 120px;
	background: url(../images/qz100.jpg) no-repeat top center;
	background-size: auto;
}

.qz-index #container{
	background: none !important;
}

/*--------link 链接样式-----------*/
a { outline:none;/*FF标准去虚线框*/}
a {star:expression(this.onFocus=this.blur()); /* for Ie*去虚线框*/ }

a { text-decoration: none; color: #000; }
a:hover { color: #008ad8; }

/*--------font 字体样式-----------*/
.bold,a.bold,.bold a{font-weight:bold;}
.normal,a.normal,.normal a{font-weight:normal;}
li.bold{font-weight:normal;}
.white,a.white,.white a{color:#FFF;}
.white1,a.white1,.white1 a{color:#BDBFBE;}

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; }

.hidden{
	display: none;
}

/*超出省略号*/
/*<p class='text-ellipsis'></p>*/
.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis; /* for Opera */ 
    text-overflow: ellipsis; /* for IE */ 
}
/*清除浮动*/
/*<div class='clearfix'></div>*/
.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; 
}

/* 暂无数据样式 */
.com-not-data{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.buzzButton, .bsLiteralDiv{
	display: none !important;
}

.mainTips {
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    width: 300px;
}