/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	max-width: 640px;
	font-family: "微软雅黑";
	margin: 0 auto;
	font-size: 14px;
	background: #dddcdc;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #e94709;
}
ul {
	list-style: none;
}
img {
	border: none;
}
.th-header {
	width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
}
.th-header h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	background: #e94709;
	text-align: center;
	width: 100%;
	float: left;
	font-weight:500;
}
.th-main {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.th-list {
	width: 100%;
	float: left;
}
.th-list ul li.th-margin {
	margin-right: 1%;
}
.th-list ul li {
	width: 49.5%;
	float: left;
	background: #f0ffe8;
	margin-bottom: 10px;
}
.th-list ul li div {
	width: 100%;
	float: left;
}
.th-list ul li .th-img a img {
	max-width: 100%;
}
.th-list ul li .th-font {
	line-height: 25px;
	margin: 2%;
	width: 96%;
}
.th-list ul li .th-space {
	margin: 0.5% 2%;
	width: 96%;
}
.th-list ul li .th-space span {
	color: #e94709;
}
.th-list ul li .th-btn {
	background: #3b950f;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	/*border-radius: 5px;*/
}
.th-list ul li .th-btn a {
	color: #fff;
}
.th-banner{width:100%;float:left;}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #666;
	position: relative;
    top: -30px;
    z-index: 999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fbf8f0;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e94709;
}

