
body {
	background-color: #ffffff;
	background-position: center top;
	font-family: 'Microsoft YaHei', 'Simsun', Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}
a {
	color: #666666;
}
a:hover {
	color: #0084e9;
}
      
    .mod-search{
        background:url(../images/ss.jpg) no-repeat center center;
    }
	.lm-next{
		background:url(../images/lm-next.jpg) no-repeat;
	}
	.lm-prev{
		background:url(../images/lm-prev.jpg) no-repeat;
	}

.layout {
	overflow: hidden;
	width: 100%;/* background: url(../images/bg.png); */
}

/*banner begin*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {/*width: 100%;*/
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	float: left;
	text-indent: -2000px;
	background: #d5d8dc;
}
.flex-control-nav .flex-active {
	background: #005c97;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 26px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -46px;
	text-indent: -999em;
	top: 50%;
}
.flex-direction-nav li a.flex-prev {
	left: 0;
	background: url("../images/prev.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-next {
	right: 0;
	background: url("../images/next.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-next:hover {
	background: url("../images/next.png") no-repeat;
	opacity: 1;
}
.flex-direction-nav li a.flex-prev:hover {
	background: url("../images/prev.png") no-repeat;
	opacity: 1;
}
/*banner end*/