@CHARSET "UTF-8";
body {
	color: #000;
	font-size: 13px;
	direction: ltr;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans' !important;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-family: inherit;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
	padding-bottom: 10px;
}

h2,
h2 a {
	color: #444;
	font-size: 21px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

h2 a:hover {
	color: #0da3e2;
	text-decoration: none;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

h3 {
	color: #222;
}

input:focus {
	outline: none;
}


/* flexslider begin=========================================================== */

.flexslider {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 200px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}


/* flexslider end=========================================================== */

.qt-background {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 12;
}

.qt-container {
	padding: 0 10px;
}

.qt-container ul li a {
	text-decoration: none;
	pointer: cursor;
	color: #ffffff;
}

.qt-container ul li a:hover {
	color: #ff0000;
}

.qt-toolbar {
	width: 1000px;
}

.qt-content {
	float: left;
	background-color: #FFFFFF;
	color: gray; 
	width: 1000px;
	height: 450px;
	display: block;
}

.qt-box {
	width: 100px;
	height: 40px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
	display: block;
	margin: 5px 5px 5px 0px;
}

.qt-box ul {
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.qt-box ul li {
	list-style: none;
	margin: 0 auto;
}

/* qt-select  ======================================================== */

.qt-select {
	padding: 5px 10px;
	border: #ddd 1px solid;
	border-radius: 4px;
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
}

.qt-select li {
	list-style: none;
	padding: 10px 0 5px 63px
}

.qt-select .qt-select-list {
	border-bottom: #eee 1px dashed;
}

.qt-select dl {
	zoom: 1;
	position: relative;
	line-height: 24px;
	margin-bottom: 0px;
}

.qt-select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}

.qt-select dt {
	width: 63px;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
	left: -63px;
	text-align: right;
	color: #666;
	height: 24px;
	line-height: 24px;
}

.qt-select dd {
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
	line-height: inherit;
}

.qt-select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: #039;
	border-radius: 2px;
}

.qt-select a:hover {
	color: #f60;
	background-color: #f3edc2
}

.qt-select-result dt {
	font-weight: bold
}

.qt-select .qt-select-result a {
	padding-right: 20px;
	background: #f60 url("../images/close.gif") right 9px no-repeat
}

.qt-select .select-result a:hover {
	background-position: right -15px
}


/* qt-select  ==================================================== */