@charset "utf-8";
* {
	word-wrap: break-word;
	-moz-user-select: -moz-none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

html,
body {
	*position: static
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

*html {
	overflow: -moz-scrollbars-vertical;
	zoom:expression(function(ele) {
		ele.style.zoom="1";
		document.execCommand("BackgroundImageCache", false, true)
	}
	(this))
}

html {
	height: 100%;
	width: 100%;
	font-family: "microsoft yahei";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ab {
	position: absolute;
}

.rela {
	position: relative;
}

.hidden {
	overflow: hidden;
}

.qc-bg {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #FFFFFF;
	font-size: 62.5%;
}

.qc-bg-top {
	width: 100%;
	overflow: hidden;
}

.cl {
	clear: both;
}

.qc-frame {
	width: 60%;
	margin: 25px auto 20px;
	text-align: right;
	overflow: hidden;
}
.qc-frame-l {
	width: 100%;
	margin: 25px 60px 20px;
	text-align: left;
	overflow: hidden;
}
.qc-title-img {
	width: 60%;
}

.qc-title {
	width: 60%;
    padding-top: 2%;
    font-size: 3.5em;
}

.qc-content {
	font-size:14px;
}

@media only screen and (max-width: 1310px) {
	.qc-title {
		width: 60%;
		padding-top: 2%;
		font-size: 3.0em!important;
	}
}

@media only screen and (max-width: 1180px) {
	.qc-title {
		width: 60%;
		padding-top: 2%;
		font-size: 2.8em!important;
	}
}

@media only screen and (max-width: 1080px) {
	.qc-title {
		width: 60%;
		padding-top: 2%;
		font-size: 2.4em!important;
	}
}

@media only screen and (max-width: 920px) {
	.qc-title {
		width: 60%;
		padding-top: 2%;
		font-size: 1.6em!important;
	}
}

.qc-login-frame {
	right: 20%;
	top: 26%;
	z-index: 5;
	width: 19%;
    height: 280px;
}

.qc-login {
	width: 100%;
}

.qc-login-content {
	background: #ffffff;
	padding: 10% 5% 10% 5%;
	filter: progid: DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=10);
	/*for ie6,7,8*/
	-moz-box-shadow: 4px 4px 10px #000000;
	/*firefox*/
	-webkit-box-shadow: 4px 4px 10px #000000;
	/*webkit*/
	box-shadow: 4px 4px 10px #000000;
	/*opera或ie9*/
}

.qc-login-content p {
	margin-bottom: 10%;
}

.qc-login-wel {
	color: #555555;
	font-size: 2.0em;
	text-align: left;
	margin-bottom: 10%;
}

.qc-ligin-btn {
	background: #ffa500;
	width: 100%;
	height: 35px;
	border: none;
	color: #ffffff;
	margin: 0 auto;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qc-login-txt {
	border: none;
	height: 35px;
	width: 86%;
	font-size: 16px;
	border: 1px solid #eeeeee;
	padding-left: 13%;
}

.qc-login-name {
	background: url(../images/th114_3.png) #ffffff no-repeat 2%;
}

.qc-login-pass {
	background: url(../images/th114_4.png) #ffffff no-repeat 2%;
}

.qc-bottom-title {
	font-size: 3.5em;
    letter-spacing: 5px;
}


/*以下为轮播样式*/

.qcslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.qcslider .slides li {
	width: 100%;
	height: 100%;
}

.qc-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	*bottom: 5px;
	text-align: center;
	background-color: transparent;
	float: left;
	display: inline;
}

.qc-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.qc-control-paging li a {
	background: url(../images/yb-dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.qc-control-paging li a.active,
.qc-control-paging li.active a {
	background-position: 0 0;
}

.qcslider .slides a img {
	display: block;
	margin: 0 auto;
	border: 0;
	width: 100%;
}