﻿@charset "utf-8";
/* reset: */
iframe {
	opacity: 0;
}
a, input, div, textarea {
	outline: none;
}
html, body, h1, h2, h3, h4, ul, li, ol, dl, dt, dd, form, p, input, textarea {
	margin: 0;
	padding: 0;
}
ul, dl, ol, li {
	list-style: none;
}
html {
	height: 100%;
}
body {
	font-family: "Helvetica", "微软雅黑", "华文细黑", "黑体";
	font-size: 12px;
	color: #000;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
body.min {
	min-height: 740px;
}
img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}

.fl,.fr{
	display:inline
}
.fl{
	float:left
}
.fr{
	float:right
}
.clearfix:after {
    content: " ";
}
.clearfix:after {
    clear: both;
}
/*导航通用样式*/
.nav{
	min-width:1200px;
	position:absolute;
	top:0px;
	z-index: 10;
	width:100%;
	margin:0 auto;
}
.nav  .nav-bar{
	width:500px;
	height:80px;
	text-align: center;
	line-height: 80px;
	float:right;
}
.nav .nav-bar li{
	float:left;
	font-size:16px;
	color:#fff;
	position:relative;
	margin-left:32px;
}
.nav .nav-bar li a{
	display:block;
	padding: 0 5px;
	color:#fff;
	height:80px;
	text-align:center;
	border-top:6px solid transparent;
}
.nav .nav-bar li a>b{
	width:0px;
	height:0px;
	margin:0 auto;
}
.nav .nav-bar li a.selected b{
	border: 5px solid transparent;
	border-top-color:#fff;
	position:absolute;
	left:50%;
	margin-left: -5px;
}
.nav .nav-bar li a.selected{
	border-top-color:#fff;
}
.footer{
	text-align: center;
	font-size:14px;
	color:#999;
	padding-bottom: 20px;
	min-width: 1200px;
	margin: 0 auto;
	width:100%;
}
/*floatkf*/
.floatkf{
	border-radius: 6px 0px 0 6px;
	background: #2988e2;
	font-size:12px;
	position:absolute;
	position:fixed;
	top:50%;
	margin-top:-123px;
	right:0px;
	font-size:0px;
	z-index: 10;
}
.floatL{
	display: inline-block;
	vertical-align: middle;
}
.floatL .show_btn{
	display: inline-block;
	width:34px;
	height:246px;
	background: url(../img/index/floatL.png) no-repeat center center;
}
.floatL .hide_btn{
	display: inline-block;
	width:34px;
	height:246px;
	background: url(../img/index/floatR.png) no-repeat center center;
}
.floatR {
	vertical-align: middle;
	width:140px;
	height:232px;
	display: inline-block;
	margin:7px;
	border-radius:6px;
	background: #fff;
}
.floatR h3{
	font-size:14px;
	font-weight: 600;
	line-height: 24px;
	color:#333;
	text-align: center;
	padding:5px;
}
.floatR ul li{
	line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    text-align: center;
}
.floatR ul li a{
	font-size:14px;
}
.floatR ul li span{
	color: #777;
	font-size:14px;
	line-height: 38px;
	text-align: center;
}
.floatR ul li img{
	vertical-align: middle;
}
